@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap rel="stylesheet');@font-face {
    font-family: GilroyExtraBold;
    src: url(../fonts/gilroy/Gilroy-ExtraBold.eot);
    src: url(../fonts/gilroy/Gilroy-ExtraBold.eot?#iefix) format("embedded-opentype"),url(../fonts/gilroy/Gilroy-ExtraBold.woff) format("woff"),url(../fonts/gilroy/Gilroy-ExtraBold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GilroyMedium;
    src: url(../fonts/gilroy/Gilroy-Medium.eot);
    src: url(../fonts/gilroy/Gilroy-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/gilroy/Gilroy-Medium.woff) format("woff"),url(../fonts/gilroy/Gilroy-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GilroySemibold;
    src: url(../fonts/gilroy/Gilroy-SemiBold.eot);
    src: url(../fonts/gilroy/Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/gilroy/Gilroy-SemiBold.woff) format("woff"),url(../fonts/gilroy/Gilroy-SemiBold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GilroyRegular;
    src: url(../fonts/gilroy/Gilroy-Regular.eot);
    src: url(../fonts/gilroy/Gilroy-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/gilroy/Gilroy-Regular.woff) format("woff"),url(../fonts/gilroy/Gilroy-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GilroyBold;
    src: url(../fonts/gilroy/Gilroy-Bold.eot);
    src: url(../fonts/gilroy/Gilroy-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/gilroy/Gilroy-Bold.woff) format("woff"),url(../fonts/gilroy/Gilroy-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: GilroyBlack;
    src: url(../fonts/gilroy/Gilroy-Black.eot);
    src: url(../fonts/gilroy/Gilroy-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/gilroy/Gilroy-Black.woff) format("woff"),url(../fonts/gilroy/Gilroy-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    outline: 0;
    font-family: Mulish,sans-serif!important;
    -webkit-font-feature-settings: "pnum" on,"lnum" on;
    font-feature-settings: "pnum" on,"lnum" on
}

h1,h2,h3,h4,h5,h6,hr,p,ul {
    margin: 0;
    padding: 0
}
body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
ul {
    padding-left: 0;
    margin-bottom: 0
}

.card {
    border: none
}

.dropdown,a,button,input {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-decoration: none!important;
    outline: 0!important
}

.dropdown:active,.dropdown:focus,.dropdown:hover,a:active,a:focus,a:hover,button:active,button:focus,button:hover,input:active,input:focus,input:hover {
    outline: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none!important
}

button,input[type=submit] {
    border: none;
    cursor: pointer
}

input:not([type=checkbox]):not([type=radio]),select,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.mw {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative
}

.fancybox-slide:before {
    margin: 0
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    left: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #57b8b2;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 1000;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(255,255,255,.5);
    box-shadow: 0 0 10px 0 rgba(255,255,255,.5)
}

.scrollup img {
    width: 20px
}

.scrollup:hover {
    opacity: .9
}

.scrollup .fas_icon {
    font-size: 20px;
    color: #fff
}

.scrollup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fancybox-content {
    border-radius: 30px
}

.modal {
    background: rgba(5,24,20,.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.modal .modal-dialog {
    max-width: 800px
}

.modal .modal-dialog .modal-content {
    border-radius: 10px;
    background: #103f37;
    width: 100%;
    max-width: 800px;
    padding: 50px 30px;
    position: relative;
    border: none
}

.modal .modal-dialog .modal-content .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/close.svg) no-repeat center center/cover;
    width: 16px;
    height: 16px;
    opacity: .4
}

.modal .modal-dialog .modal-content .btn-close:active,.modal .modal-dialog .modal-content .btn-close:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.modal .modal-dialog .modal-content .btn-close:hover {
    opacity: 1
}

.modal .modal-dialog .modal-content .modal-header {
    position: relative;
    border-bottom: 0;
    padding: 0;
    padding-bottom: 26px
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    color: #fff
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0
}

.modal .modal-dialog .modal-content .modal-body form label {
    color: rgba(255,255,255,.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px
}

.modal .modal-dialog .modal-content .modal-body form .inp_select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.modal .modal-dialog .modal-content .modal-body form .inp_select::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/chevron_down_white.svg) no-repeat center center/cover;
    position: absolute;
    right: 15px;
    pointer-events: none
}

.modal .modal-dialog .modal-content .modal-body form .inp_select select {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.1);
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255,255,255,.7);
    padding: 10px 30px;
    background: 0 0
}

.modal .modal-dialog .modal-content .modal-body form .inp_select select:active,.modal .modal-dialog .modal-content .modal-body form .inp_select select:focus,.modal .modal-dialog .modal-content .modal-body form .inp_select select:hover {
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.modal .modal-dialog .modal-content .modal-body form .inp {
    margin-bottom: 20px
}

.modal .modal-dialog .modal-content .modal-body form .inp input,.modal .modal-dialog .modal-content .modal-body form .inp textarea {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.1);
    width: 100%;
    color: rgba(255,255,255,.7);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
    background: 0 0
}

.modal .modal-dialog .modal-content .modal-body form .inp input:disabled,.modal .modal-dialog .modal-content .modal-body form .inp textarea:disabled {
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(255,255,255,.4)
}

.modal .modal-dialog .modal-content .modal-body form .inp input::-webkit-input-placeholder,.modal .modal-dialog .modal-content .modal-body form .inp textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,.5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input::-moz-placeholder,.modal .modal-dialog .modal-content .modal-body form .inp textarea::-moz-placeholder {
    color: rgba(255,255,255,.5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input:-ms-input-placeholder,.modal .modal-dialog .modal-content .modal-body form .inp textarea:-ms-input-placeholder {
    color: rgba(255,255,255,.5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input::-ms-input-placeholder,.modal .modal-dialog .modal-content .modal-body form .inp textarea::-ms-input-placeholder {
    color: rgba(255,255,255,.5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input::placeholder,.modal .modal-dialog .modal-content .modal-body form .inp textarea::placeholder {
    color: rgba(255,255,255,.5)
}

.modal .modal-dialog .modal-content .modal-body form .inp input:active,.modal .modal-dialog .modal-content .modal-body form .inp input:focus,.modal .modal-dialog .modal-content .modal-body form .inp input:hover,.modal .modal-dialog .modal-content .modal-body form .inp textarea:active,.modal .modal-dialog .modal-content .modal-body form .inp textarea:focus,.modal .modal-dialog .modal-content .modal-body form .inp textarea:hover {
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.modal .modal-dialog .modal-content .modal-body form .inp textarea {
    height: auto;
    min-height: 110px;
    resize: none;
    padding: 20px
}

.modal .modal-dialog .modal-content .modal-body form .btn_c {
    max-width: 100%;
    width: 100%
}

.modal .modal-dialog .modal-content .modal-body form .btn_c .btn_m {
    max-width: 100%
}

@media (max-width: 575px) {
    .scrollup {
        left:10px;
        bottom: 50px
    }

    .modal .modal-dialog .modal-content {
        padding: 30px 10px
    }

    .modal .modal-dialog .modal-content .btn-close {
        top: 10px;
        right: 10px
    }

    .modal .modal-dialog .modal-content .modal-header {
        padding-bottom: 20px
    }

    .modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 24px;
        line-height: 30px
    }
}

.wpcf7-not-valid-tip {
    display: none!important
}

.wpcf7-not-valid {
    border-color: red!important
}

.wpcf7-response-output {
    display: none!important
}

.wpcf7-spinner {
    display: none!important
}

.btn_c {
    width: 100%;
    /* margin-top: 20px; */
}

.btn_c .btn_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    background: var(--1,linear-gradient(222deg,#00fff0 6.11%,#29927f 90.24%));
    border-radius: 10px;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 220px;
    padding: 13px 24px;
    height: 50px;
    position: relative
}

.sketch-button {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.02),0 4px 16px rgba(0,0,0,.02),0 4px 24px rgba(0,0,0,.02);
    box-shadow: 0 1px 2px rgba(0,0,0,.02),0 4px 16px rgba(0,0,0,.02),0 4px 24px rgba(0,0,0,.02);
    max-width: 300px;
    width: 100%;
    text-align: center
}

.sketch-button.start svg {
    -webkit-animation: stroke 1s linear;
    animation: stroke 1s linear
}

.sketch-button .lines {
    position: absolute;
    inset: 0;
    mix-blend-mode: hard-light;
    pointer-events: none;
    z-index: 1
}

.sketch-button .lines>div {
    position: absolute;
    inset: 0
}

.sketch-button .lines>div:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sketch-button .lines>div svg {
    display: block;
    position: absolute;
    inset: 0;
    overflow: visible;
    fill: none;
    stroke-width: 2;
    stroke: #bae7cf;
    width: 100%;
    height: 100%;
    stroke-dasharray: 2 10;
    stroke-dashoffset: 14;
    opacity: 0
}

.sketch-button .lines>div svg:nth-child(1) {
    stroke: #f8fcff
}

.sketch-button .lines>div svg:nth-child(2) {
    stroke-width: 6px;
    -webkit-filter: blur(20px);
    filter: blur(20px)
}

.sketch-button .lines>div svg:nth-child(3) {
    stroke-width: 5px;
    -webkit-filter: blur(6px);
    filter: blur(6px)
}

.sketch-button .lines>div svg:nth-child(4) {
    stroke-width: 10px;
    -webkit-filter: blur(56px);
    filter: blur(56px)
}

@-webkit-keyframes stroke {
    30%,55% {
        opacity: 1
    }

    100% {
        stroke-dashoffset: 4;
        opacity: 0
    }
}

@keyframes stroke {
    30%,55% {
        opacity: 1
    }

    100% {
        stroke-dashoffset: 4;
        opacity: 0
    }
}

select option {
    background: #0b1311
}

body,html {
    background: #0b1311
}

.page {
    overflow-x: hidden;
    background: #0b1311;
    position: relative;
    z-index: 1
}

.page .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
}

.page .main .decor {
    height: 100vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.page .main .decor .net {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 762px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -2;
    opacity: .7
}

.page .main .decor .net img {
    height: 100%;
    width: auto
}

.page .main .decor .main_blur {
    position: absolute;
    width: 1000px;
    height: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -275px;
    right: -400px;
    z-index: -1
}

.page .main .decor .main_blur img {
    width: 100%;
    height: auto
}

.page .main .decor .main_blur2 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: -475px;
    left: -400px;
    z-index: -1
}

.page .main .decor .main_blur2 img {
    width: 100%;
    height: auto
}

.page .main .sidebar {
    width: 350px;
    height: 100%;
    background: #021b17;
    border-radius: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 333
}

.page .main .sidebar .top_cont {
    height: 96px;
    padding: 24px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.page .main .sidebar .top_cont .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px
}

.page .main .sidebar .top_cont .logo img {
    width: 140%;
    height: auto
}

.page .main .sidebar .top_cont .xs_sidebar_btn {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0
}

.page .main .sidebar .top_cont .xs_sidebar_btn.active img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page .main .sidebar .top_cont .xs_sidebar_btn img {
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .sidebar .sidebar_cont {
    padding: 24px 30px
}

.page .main .sidebar .sidebar_cont .menu ul li {
    margin-bottom: 24px
}

.page .main .sidebar .sidebar_cont .menu ul li:last-child {
    margin-bottom: 0
}

.page .main .sidebar .sidebar_cont .menu ul li.active a .icon .normal_icon {
    opacity: 0
}

.page .main .sidebar .sidebar_cont .menu ul li.active a .icon .hover_icon {
    opacity: 1
}

.page .main .sidebar .sidebar_cont .menu ul li.active a .txt {
    color: #fff
}

.page .main .sidebar .sidebar_cont .menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .sidebar .sidebar_cont .menu ul li a:hover .icon .normal_icon {
    opacity: 0
}

.page .main .sidebar .sidebar_cont .menu ul li a:hover .icon .hover_icon {
    opacity: 1
}

.page .main .sidebar .sidebar_cont .menu ul li a:hover .txt {
    color: #fff
}

.page .main .sidebar .sidebar_cont .menu ul li a .icon {
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative
}

.page .main .sidebar .sidebar_cont .menu ul li a .icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .sidebar .sidebar_cont .menu ul li a .icon .normal_icon {
    opacity: 1
}

.page .main .sidebar .sidebar_cont .menu ul li a .icon .hover_icon {
    opacity: 0
}

.page .main .sidebar .sidebar_cont .menu ul li a .txt {
    color: rgba(255,255,255,.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    white-space: nowrap
}

.page .main .main_cont {
    width: calc(100% - 350px);
    height: 100%;
    overflow-y: scroll;
}

.page .main .main_cont .top_cont {
    height: 96px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 40px
}

.page .main .main_cont .top_cont .l_side .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .top_cont .l_side .profile .ava {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    min-width: 50px;
    margin-right: 14px
}

.page .main .main_cont .top_cont .l_side .profile .ava:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.page .main .main_cont .top_cont .l_side .profile .ava img {
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .main_cont .top_cont .l_side .profile .hello_name {
    color: var(--mc3,var(--mc2,rgba(255,255,255,.6)));
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.page .main .main_cont .top_cont .l_side .profile .hello_name .name {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block
}

.page .main .main_cont .top_cont .r_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .top_cont .r_side .langs {
    position: relative;
    margin-right: 30px
}

.page .main .main_cont .top_cont .r_side .langs .choose_lang {
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: var(--mc2,rgba(255,255,255,.6));
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.page .main .main_cont .top_cont .r_side .langs .choose_lang.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.page .main .main_cont .top_cont .r_side .langs .choose_lang:hover {
    color: #fff
}

.page .main .main_cont .top_cont .r_side .langs .choose_lang:hover:after {
    background: url(../images/chevron_down_white.svg) no-repeat center center/cover
}

.page .main .main_cont .top_cont .r_side .langs .choose_lang:after {
    content: "";
    position: relative;
    background: url(../images/chevron_down.svg) no-repeat center center/cover;
    width: 14px;
    height: 14px;
    min-width: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-left: 10px
}

.page .main .main_cont .top_cont .r_side .langs .langs_cont.active {
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.page .main .main_cont .top_cont .r_side .langs .langs_cont {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(34,34,34,.3);
    box-shadow: 0 4px 10px rgba(34,34,34,.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    z-index: -9;
    opacity: 0;
    right: 0;
    border-radius: 5px
}

.page .main .main_cont .top_cont .r_side .langs .langs_cont a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000;
    display: block;
    margin-bottom: 5px
}

.page .main .main_cont .top_cont .r_side .langs .langs_cont a.active {
    color: #222
}

.page .main .main_cont .top_cont .r_side .langs .langs_cont a:last-child {
    margin-bottom: 0
}

.page .main .main_cont .top_cont .r_side .langs select {
    border: none;
    padding: 10px 0
}

.page .main .main_cont .top_cont .r_side .top_up_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 350px;
    min-width: 350px;
    position: relative
}

.page .main .main_cont .top_cont .r_side .top_up_form form .inp {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .top_cont .r_side .top_up_form form .inp::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/wallet.svg) no-repeat center center/cover;
    position: absolute;
    left: 20px
}

.page .main .main_cont .top_cont .r_side .top_up_form form .inp input {
    height: 42px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,.1);
    width: 100%;
    background: 0 0;
    color: var(--mc2,#fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding: 12px;
    padding-left: 46px
}

.page .main .main_cont .top_cont .r_side .top_up_form form .inp input::-webkit-input-placeholder {
      color: rgb(255 255 255);
}

.page .main .main_cont .top_cont .r_side .top_up_form form .inp input::-moz-placeholder {
     color: rgb(255 255 255);
}

.page .main .main_cont .top_cont .r_side .top_up_form form .inp input:-ms-input-placeholder {
    color: rgb(255 255 255);
}

.page .main .main_cont .top_cont .r_side .top_up_form form .inp input::-ms-input-placeholder {
      color: rgb(255 255 255);
}

.page .main .main_cont .top_cont .r_side .top_up_form form .inp input::placeholder {
        color: rgb(255 255 255);
}

.page .main .main_cont .top_cont .r_side .top_up_form form .btn_c {
    max-width: 160px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0
}

.page .main .main_cont .top_cont .r_side .top_up_form form .btn_c .btn_m {
    height: 42px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 30px;
    line-height: 18px
}

.page .main .main_cont .top_cont .r_side .exit_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--mc2,rgba(255,255,255,.6));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 30px
}

.page .main .main_cont .top_cont .r_side .exit_btn:hover {
    color: #fff
}

.page .main .main_cont .top_cont .r_side .exit_btn:hover .icon .normal_icon {
    opacity: 0
}

.page .main .main_cont .top_cont .r_side .exit_btn:hover .icon .hover_icon {
    opacity: 1
}

.page .main .main_cont .top_cont .r_side .exit_btn .icon {
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative
}

.page .main .main_cont .top_cont .r_side .exit_btn .icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .main_cont .top_cont .r_side .exit_btn .icon .normal_icon {
    opacity: 1
}

.page .main .main_cont .top_cont .r_side .exit_btn .icon .hover_icon {
    opacity: 0
}

.page .main .main_cont .bottom_cont {
    padding: 24px 40px
}

.page .main .main_cont .bottom_cont .top_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    position: relative;
    z-index: 3
}

.page .main .main_cont .bottom_cont .top_info .card {
    width: 32%;
    border-radius: 10px;
    border: 1px solid #0a2f2c;
    background: rgba(17,129,118,.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 100px;
    padding: 15px 30px
}

.page .main .main_cont .bottom_cont .top_info .card.card_info {
    background: var(--1,linear-gradient(222deg,#00fff0 6.11%,#29927f 90.24%));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .bottom_cont .top_info .card.card_info .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50px;
    margin-right: 15px
}

.page .main .main_cont .bottom_cont .top_info .card.card_info .icon img {
    width: 100%;
    height: auto
}

.page .main .main_cont .bottom_cont .top_info .card.card_info .desc span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    margin-bottom: 5px
}

.page .main .main_cont .bottom_cont .top_info .card.card_info .desc .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff
}

.page .main .main_cont .bottom_cont .top_info .card.card_info2 {
    background: var(--1,linear-gradient(222deg,#00fff0 6.11%,#29927f 90.24%))
}

.page .main .main_cont .bottom_cont .top_info .balance_card .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.page .main .main_cont .bottom_cont .top_info .balance_card .line .balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .bottom_cont .top_info .balance_card .line .balance .icon {
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 24px;
    margin-right: 10px
}

.page .main .main_cont .bottom_cont .top_info .balance_card .line .balance .icon img {
    width: 100%;
    height: auto
}

.page .main .main_cont .bottom_cont .top_info .balance_card .line .balance .txt {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: var(--mc2,rgba(255,255,255,.6))
}

.page .main .main_cont .bottom_cont .top_info .balance_card .line .currency_select .currency_select_btn {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--mc2,rgba(255,255,255,.6));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: 0 0;
    border: none;
    padding: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .main_cont .bottom_cont .top_info .balance_card .line .currency_select .currency_select_btn:hover {
    color: #fff
}

.page .main .main_cont .bottom_cont .top_info .balance_card .line .currency_select .currency_select_btn:hover::before {
    background: url(../images/chevron_down_white.svg) no-repeat center center/cover
}

.page .main .main_cont .bottom_cont .top_info .balance_card .line .currency_select .currency_select_btn:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.page .main .main_cont .bottom_cont .top_info .balance_card .line .currency_select .currency_select_btn::before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/chevron_down.svg) no-repeat center center/cover;
    position: relative;
    min-width: 14px;
    margin-left: 5px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .main_cont .bottom_cont .top_info .balance_card .line .currency_select .currency_select_btn.show {
    color: #fff
}

.page .main .main_cont .bottom_cont .top_info .balance_card .line .currency_select .currency_select_btn.show::before {
    background: url(../images/chevron_down_white.svg) no-repeat center center/cover;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page .main .main_cont .bottom_cont .top_info .balance_card .line .currency_select .dropdown-toggle:after {
    content: none
}

.page .main .main_cont .bottom_cont .top_info .balance_card .top_up_btn {
    width: 150px;
    height: 30px;
    background: rgba(255,255,255,.1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--text-icon-inverted-2,#fff)
}

.page .main .main_cont .bottom_cont .top_info .balance_card .top_up_btn:hover {
    background: #57b8b2;
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont {
    border-radius: 10px;
    border: 1px solid #0a2f2c;
    background: rgba(3,39,35,.33);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 30px 30px 50px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .s_title {
    color: var(--text-icon-inverted-2,#fff);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 14px;
    width: 100%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn {
    min-height: 48px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #0a2f2c;
    background: rgba(4,52,47,.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--mc2,rgba(255,255,255,.6));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 20px;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    text-align: left
}

.page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn .icon {
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    min-width: 24px;
    z-index: 2;
    position: relative;
    height: 24px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn .icon img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn .icon .icon_white {
    opacity: .6
}

.page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn:hover {
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn:hover:after {
    opacity: 1
}

.page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn:hover .icon .icon_white {
    opacity: 1
}

.page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn:hover .icon .icon_dark {
    opacity: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn.active {
    background: var(--1,linear-gradient(222deg,#00fff0 6.11%,#29927f 90.24%));
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn.active .icon_dark {
    opacity: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn.active .icon_white {
    opacity: 1
}

.page .main .main_cont .bottom_cont .main_bottom_cont .main_label {
    color: var(--text-icon-inverted-2,#fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 14px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .mb30 {
    margin-bottom: 30px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .mb20 {
    margin-bottom: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .bottom_cont .main_bottom_cont .select::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/chevron_down_white.svg) no-repeat center center/cover;
    position: absolute;
    right: 15px;
    pointer-events: none
}

.page .main .main_cont .bottom_cont .main_bottom_cont .select select {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.1);
    width: 100%;
    color: var(--text-icon-inverted-2,#fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
    background: 0 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .select select:active,.page .main .main_cont .bottom_cont .main_bottom_cont .select select:focus,.page .main .main_cont .bottom_cont .main_bottom_cont .select select:hover {
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.page .main .main_cont .bottom_cont .main_bottom_cont .select2 select {
    border: none;
    border-radius: 10px;
    border-right: 1px solid rgba(255,255,255,.1);
    background: linear-gradient(222deg,#00fff0 6.11%,#29927f 90.24%)
}

.page .main .main_cont .bottom_cont .main_bottom_cont .desc {
    border-radius: 10px;
    border: 1px solid #0a2f2c;
    background: rgba(17,129,118,.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .desc p {
    color: var(--mc2,rgba(255,255,255,.6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 15px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .desc p:last-child {
    padding-bottom: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .desc hr {
    height: 1px;
    background: rgba(255,255,255,.3);
    border: none;
    margin-bottom: 15px;
    width: 100%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea input,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea {
    height: 50px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 10px 30px;
    background: 0 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input:disabled,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea:disabled,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea input:disabled,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea:disabled {
    border-radius: 10px;
    border: 1px solid #0a2f2c;
    background: rgba(17,129,118,.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input::-webkit-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea::-webkit-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea input::-webkit-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea::-webkit-input-placeholder {
    color: var(--mc2,rgba(255,255,255,.6))
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input::-moz-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea::-moz-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea input::-moz-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea::-moz-placeholder {
    color: var(--mc2,rgba(255,255,255,.6))
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input:-ms-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea:-ms-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea input:-ms-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea:-ms-input-placeholder {
    color: var(--mc2,rgba(255,255,255,.6))
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input::-ms-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea::-ms-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea input::-ms-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea::-ms-input-placeholder {
    color: var(--mc2,rgba(255,255,255,.6))
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input::placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea::placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea input::placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea::placeholder {
    color: var(--mc2,rgba(255,255,255,.6))
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input:active,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input:focus,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input:hover,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea:active,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea:focus,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea:hover,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea input:active,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea input:focus,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea input:hover,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea:active,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea:focus,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea:hover {
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea {
    height: auto;
    min-height: 275px;
    resize: none;
    padding: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .stretch_order_btn.active .inp_check::after {
    opacity: 1
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_checkbox input:checked~.inp_check::after {
    opacity: 1
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_checkbox:hover .inp_check {
    border-color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_checkbox:hover .txt {
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_checkbox .inp_check {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid var(--mc2,rgba(255,255,255,.6));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-width: 20px;
    margin-right: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_checkbox .inp_check::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(../images/check2.svg) no-repeat center center/cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_checkbox .txt {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--mc2,rgba(255,255,255,.6));
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_48 {
    width: 48%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .inp_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .main .main_cont .bottom_cont .main_bottom_cont small {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--mc2,rgba(255,255,255,.6));
    display: block;
    margin-top: 10px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .btn_c .btn_m {
    max-width: 100%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .hidden {
    display: none
}

.page .main .main_cont .bottom_cont .main_bottom_cont .error_text {
    background: #f78190;
    border-radius: 10px;
    padding: 15px 30px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .error_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card {
    border-radius: 10px;
    border: 1px solid #0a2f2c;
    background: rgba(17,129,118,.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 15px;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card:hover {
    -webkit-box-shadow: 0 10px 20px rgba(10,47,44,.3);
    box-shadow: 0 10px 20px rgba(10,47,44,.3);
    border: 1px solid #0a2f2c
}

.page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card:last-child {
    margin-bottom: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 10px;
    margin-bottom: 10px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card ul li .l_side {
    color: var(--text-icon-inverted-2,#fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-width: 300px;
    width: 300px;
    padding-right: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card ul li .r_side {
    color: rgba(255,255,255,.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.page .main .main_cont .bottom_cont .main_bottom_cont .top_info_services {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .top_info_services ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page .main .main_cont .bottom_cont .main_bottom_cont .top_info_services ul li {
    min-height: 40px;
    background: rgba(255,255,255,.1);
    border-radius: 4px;
    margin-right: 20px;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .search_service .search_service_form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .bottom_cont .main_bottom_cont .search_service .search_service_form .inp_text {
    width: 100%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .search_service .search_service_form .find_btn {
    width: 20px;
    height: 20px;
    background: url(../images/search.svg) no-repeat center center/cover;
    position: absolute;
    right: 15px;
    z-index: 3
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li {
    margin-right: 12px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li a {
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #0a2f2c;
    background: rgba(3,39,35,.33);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--mc2,rgba(255,255,255,.6));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li a:hover {
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li.active a {
    background: var(--1,linear-gradient(222deg,#00fff0 6.11%,#29927f 90.24%));
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table {
    width: 100%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table {
    width: 100%;
    border-collapse: collapse
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table table,.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table td,.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table th,.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tr {
    border: none
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table thead {
    border-bottom: none
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table thead tr {
    background: #103f37;
    border-radius: 10px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table thead tr th {
    padding: 16px 10px;
    border-right: 1px solid rgba(255,255,255,.1);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table thead tr th:last-child {
    border-right: none
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody table,.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody td,.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody th,.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr {
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td {
    padding: 12px 10px;
    color: var(--mc2,rgba(255,255,255,.6));
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-right: 1px solid rgba(255,255,255,.1)
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td:last-child {
    border-right: none
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .btn_cancal,.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .btn_reorder,.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .btn_restore {
    background: #eb5757;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    padding: 6px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 3.5rem;
    min-height: 2rem;
    text-decoration: none!important;
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .btn_cancal:hover,.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .btn_reorder:hover,.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .btn_restore:hover {
    background: #ff7070
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .btn_restore {
    background: #6fcf97
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .btn_restore:hover {
    background: #82f1b0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .btn_reorder {
    background: #2d9cdb
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .btn_reorder:hover {
    background: #3ab7ff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td a {
    -webkit-text-decoration-line: underline!important;
    text-decoration-line: underline!important;
    color: var(--mc2,rgba(255,255,255,.6))
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td a:hover {
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .waiting_status {
    color: #f2994a
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .closed_status {
    color: #6fcf97
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs__caption li {
    margin-right: 12px;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #0a2f2c;
    background: rgba(17,129,118,.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--mc2,rgba(255,255,255,.6));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs__caption li:hover {
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs__caption li.active {
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.2);
    background: var(--1,linear-gradient(222deg,#00fff0 6.11%,#29927f 90.24%));
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content {
    display: none
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content.active {
    display: block
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .search_support_form {
    width: 100%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_text input,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_text textarea,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_textarea input,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_textarea textarea {
    color: var(--mc2,#fff)
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_text input::-webkit-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_text textarea::-webkit-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_textarea input::-webkit-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_textarea textarea::-webkit-input-placeholder {
    color: var(--mc2,rgba(255,255,255,.6))
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_text input::-moz-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_text textarea::-moz-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_textarea input::-moz-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_textarea textarea::-moz-placeholder {
    color: var(--mc2,rgba(255,255,255,.6))
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_text input:-ms-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_text textarea:-ms-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_textarea input:-ms-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_textarea textarea:-ms-input-placeholder {
    color: var(--mc2,rgba(255,255,255,.6))
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_text input::-ms-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_text textarea::-ms-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_textarea input::-ms-input-placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_textarea textarea::-ms-input-placeholder {
    color: var(--mc2,rgba(255,255,255,.6))
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_text input::placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_text textarea::placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_textarea input::placeholder,.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .inp_textarea textarea::placeholder {
    color: var(--mc2,rgba(255,255,255,.6))
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .find_btn {
    display: none
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .btn_c {
    width: 220px;
    height: 50px;
    min-width: 220px;
    margin-left: 24px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .support_info p {
    color: var(--mc2,rgba(255,255,255,.6));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .support_info p a {
    color: var(--mc2,rgba(255,255,255,.6));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid rgba(255,255,255,.6)
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .support_info p b {
    font-weight: 700;
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .support_info p:last-child {
    padding-bottom: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .support_info .h5 {
    color: var(--white,var(--text-icon-inverted-2,#fff));
    font-size: 16px;
    font-style: normal;
    max-width: 1050px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .support_info .h5:last-child {
    padding-bottom: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .rules_cont .rules_desc p {
    color: var(--mc2,rgba(255,255,255,.6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .rules_cont .rules_desc p:last-child {
    margin-bottom: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .rules_cont .rules_desc .h5 {
    color: #29927f;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .rules_cont .rules_desc .h5:last-child {
    margin-bottom: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .rules_cont .rules_desc hr {
    border: none;
    height: 1px;
    background: rgba(255,255,255,.1);
    width: 100%;
    margin: 30px 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .s_title {
    border-bottom: 0;
    padding-bottom: 16px;
    margin-bottom: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 16px 20px;
    color: rgba(255,255,255,.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li a {
    color: rgba(255,255,255,.6);
    text-decoration: underline!important
}

.page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li a:hover {
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li:last-child {
    border-bottom: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li .l_side {
    width: 400px;
    padding-right: 20px;
    min-width: 400px;
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .pre_code pre {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    padding: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255,255,255,.6)
}

.page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .example_btn_c {
    max-width: 220px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .s_title {
    padding-bottom: 0;
    border-bottom: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .main_label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255,255,255,.7);
    padding-bottom: 10px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .change_pass_btn_c {
    max-width: 220px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .lang_line,.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .time_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .lang_line .select,.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .time_line .select {
    width: 100%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .lang_line .btn_c,.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .time_line .btn_c {
    width: 220px;
    min-width: 220px;
    margin-left: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .api_key_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .api_key_line .inp_text {
    width: 100%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .api_key_line .btn_c {
    width: 240px;
    min-width: 240px;
    margin-right: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .news_top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .news_top_line .select {
    width: 220px;
    min-width: 220px;
    margin-right: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .news_top_line .search_service {
    width: 100%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .pagination ul li {
    margin-right: 6px;
    margin-bottom: 6px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .pagination ul li a {
    width: 40px;
    height: 40px;
    background: rgba(17,129,118,.1);
    border-radius: 5px;
    min-width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255,255,255,.6)
}

.page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .pagination ul li a:hover {
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .pagination ul li a.active {
    background: var(--1,linear-gradient(222deg,#00fff0 6.11%,#29927f 90.24%));
    border-radius: 5px;
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .pagination ul li .prev_btn:hover::after {
    background: url(../images/chevron_right2_w.svg) no-repeat center center/cover
}

.page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .pagination ul li .prev_btn::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/chevron_right2.svg) no-repeat center center/cover;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .pagination ul li .next_btn:hover::after {
    background: url(../images/chevron_right2_w.svg) no-repeat center center/cover
}

.page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .pagination ul li .next_btn::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/chevron_right2.svg) no-repeat center center/cover;
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .main_cont .bottom_cont .main_bottom_cont .big_order_cont .btn_c {
    max-width: 220px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .mw220 {
    max-width: 220px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side {
    width: 65%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 30px;
    margin-bottom: 30px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question {
    width: 90%;
    margin-bottom: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question:last-child {
    margin-bottom: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .question_text {
    background: #fff;
    border-radius: 10px;
    padding: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .question_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .date {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255,255,255,.6);
    padding-top: 10px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer {
    width: 90%;
    margin: 0 0 0 auto;
    margin-bottom: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer:last-child {
    margin-bottom: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .answer_text {
    background: #103f37;
    border-radius: 10px;
    padding: 20px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .answer_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .date {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255,255,255,.6);
    padding-top: 10px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side {
    width: 30%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #0a2f2c;
    background: rgba(17,129,118,.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 15px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail .h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 15px
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li:last-child {
    padding-bottom: 0
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li:last-child b {
    width: 100%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li:last-child p {
    width: 100%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li b {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    width: 48%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #fff;
    width: 48%
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li span a {
    color: #fff;
    text-decoration: underline!important
}

.page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255,255,255,.7);
    padding-top: 5px
}

.page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram {
    margin-top: 60px;
    margin-bottom: 60px;
    background: linear-gradient(219deg, #57b8b2 -59.39%, #29927f 123.3%);
    -webkit-box-shadow: 0 20px 80px rgba(90,70,168,.2);
    box-shadow: 0 20px 80px rgb(65 166 154 / 17%);
    border-radius: 30px;
    height: 258px;
    position: relative;
    padding: 50px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram:before {
    content: "";
    background: url(../images/telegram_bg.png) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute
}

.page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-right: 30px;
    font-family: GilroyBold,sans-serif!important
}

.page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc a {
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    z-index: 2
}

.page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc a:hover img {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc a img {
    width: 20px;
    height: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .btn_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .btn_c a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    background: rgba(255,255,255,.1);
    border-radius: 15px;
    padding: 10px 20px;
    line-height: 20px;
    z-index: 2;
    text-align: center;
    color: rgba(255,255,255,.7)
}

.page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .btn_c a:hover {
    background: #fff;
    color: rgb(64 165 152);
}

.page .main .main_cont .bottom_cont .top_up_balance_bonuses {
    margin-top: 50px;
    margin-bottom: 50px
}

.page .main .main_cont .bottom_cont .top_up_balance_bonuses .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    padding-bottom: 30px
}

.page .main .main_cont .bottom_cont .top_up_balance_bonuses .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card {
    width: 100%;
    max-width: 336px;
    height: 100px;
    background: -o-linear-gradient(171.24deg,#8a6df9 -12.19%,#b6a3ff 89.62%);
    background: linear-gradient(278.76deg,#8a6df9 -12.19%,#b6a3ff 89.62%);
    border-radius: 10px;
    margin-right: 40px;
    padding: 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card:last-child {
    margin-right: 0
}

.page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50px;
    margin-right: 15px
}

.page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card .icon img {
    width: 100%;
    height: auto
}

.page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card .desc span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    margin-bottom: 5px
}

.page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card .desc .h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #fff
}

.page .small_sidebar .sidebar {
    width: 80px
}

.page .small_sidebar .sidebar .top_cont {
    padding: 24px 25px
}

.page .small_sidebar .sidebar .top_cont .logo {
    display: none
}

.page .small_sidebar .sidebar .sidebar_cont {
    padding: 24px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page .small_sidebar .sidebar .sidebar_cont .menu ul li a {
    width: 24px
}

.page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon {
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative
}

.page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon .normal_icon {
    opacity: 1
}

.page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon .hover_icon {
    opacity: 0
}

.page .small_sidebar .sidebar .sidebar_cont .menu ul li a .txt {
    opacity: 0
}

.page .small_sidebar .main_cont {
    width: calc(100% - 80px)
}

@media (max-width: 575px) {
    .btn_c .btn_m {
        font-size:14px;
        line-height: 20px;
        padding: 12px;
        height: 50px
    }

    .page .main .decor .net {
        height: 762px
    }

    .page .main .decor .main_blur {
        width: 500px;
        height: 500px;
        top: -175px;
        right: -200px
    }

    .page .main .decor .main_blur2 {
        width: 400px;
        height: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: -175px;
        left: -100px
    }

    .page .main .sidebar {
        width: 60px;
        position: fixed
    }

    .page .main .sidebar .top_cont {
        height: 80px;
        padding: 10px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .sidebar .top_cont .logo {
        display: none
    }

    .page .main .sidebar .top_cont .xs_sidebar_btn {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 24px;
        height: 24px
    }

    .page .main .sidebar .top_cont .xs_sidebar_btn.active img {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .page .main .sidebar .sidebar_cont {
        padding: 15px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .sidebar .sidebar_cont .menu ul li {
        margin-bottom: 16px
    }

    .page .main .sidebar .sidebar_cont .menu ul li a .icon {
        width: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 20px;
        height: 20px;
        margin-right: 0
    }

    .page .main .sidebar .sidebar_cont .menu ul li a .txt {
        display: none
    }

    .page .main .main_cont {
        width: calc(100% - 60px);
        margin-left: 60px
    }

    .page .main .main_cont .top_cont {
        height: 80px;
        padding: 10px 15px
    }

    .page .main .main_cont .top_cont .l_side .profile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .main_cont .top_cont .l_side .profile .ava {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 8px
    }

    .page .main .main_cont .top_cont .l_side .profile .hello_name {
        font-size: 12px
    }

    .page .main .main_cont .top_cont .l_side .profile .hello_name .name {
        font-size: 16px;
        line-height: 20px
    }

    .page .main .main_cont .top_cont .r_side .langs {
        margin-right: 0
    }

    .page .main .main_cont .top_cont .r_side .langs .choose_lang {
        font-size: 16px;
        line-height: 20px
    }

    .page .main .main_cont .top_cont .r_side .langs .choose_lang::after {
        margin-left: 5px
    }

    .page .main .main_cont .top_cont .r_side .langs .langs_cont a {
        font-size: 14px;
        line-height: 20px
    }

    .page .main .main_cont .top_cont .r_side .top_up_form {
        display: none
    }

    .page .main .main_cont .top_cont .r_side .exit_btn {
        font-size: 14px;
        margin-left: 15px
    }

    .page .main .main_cont .top_cont .r_side .exit_btn .icon {
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin-right: 6px
    }

    .page .main .main_cont .bottom_cont {
        padding: 20px 15px
    }

    .page .main .main_cont .bottom_cont .top_info {
        margin-bottom: 30px
    }

    .page .main .main_cont .bottom_cont .top_info .card {
        width: 100%;
        height: auto;
        padding: 10px 15px;
        margin-bottom: 15px;
        min-height: 100px
    }

    .page .main .main_cont .bottom_cont .top_info .card:last-child {
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .top_info .card.card_info .icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 10px
    }

    .page .main .main_cont .bottom_cont .top_info .card.card_info .desc span {
        font-size: 12px;
        line-height: 12px
    }

    .page .main .main_cont .bottom_cont .top_info .card.card_info .desc .h3 {
        font-size: 20px;
        line-height: 24px
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .line {
        margin-bottom: 10px;
        width: 100%
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .line .balance .txt {
        font-size: 18px
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .top_up_btn {
        width: 150px;
        height: 30px;
        background: rgba(255,255,255,.1);
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #fff
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .top_up_btn:hover {
        background: #57b8b2;
        color: #fff
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont {
        padding: 24px 15px 30px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .s_title {
        font-size: 24px;
        line-height: 30px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets {
        grid-template-columns: repeat(1,1fr);
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn {
        height: auto;
        font-size: 14px;
        line-height: 20px;
        padding: 6px 10px;
        min-height: auto
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn .icon {
        width: 16px;
        margin-right: 6px;
        min-width: 16px;
        height: 16px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .main_label {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .mb30 {
        margin-bottom: 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .mb20 {
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .select::after {
        width: 14px;
        height: 14px;
        right: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .select select {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 10px;
        padding-right: 30px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .desc {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .desc p {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .desc hr {
        margin-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea input,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea {
        min-height: 200px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_checkbox .txt {
        font-size: 14px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_48 {
        width: 100%;
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_48:last-child {
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont small {
        margin-top: 5px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .error_text {
        padding: 15px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .error_text p {
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card ul li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card ul li .l_side {
        font-size: 13px;
        line-height: 18px;
        min-width: auto;
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card ul li .r_side {
        font-size: 13px;
        line-height: 18px;
        width: 100%;
        word-break: break-all
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .top_info_services ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .top_info_services ul li {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        padding: 10px 10px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .top_info_services ul li:last-child {
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li:last-child {
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li a {
        padding: 6px 10px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table {
        width: 100%;
        position: relative;
        overflow-x: scroll
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table {
        width: 100%;
        min-width: 1100px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table thead tr th {
        padding: 10px 10px;
        white-space: nowrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td {
        padding: 10px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs__caption {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs__caption li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
        padding: 6px 10px;
        font-size: 14px;
        text-align: center
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs__caption li:last-child {
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .search_support_form {
        width: 100%
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .search_support .line .btn_c {
        width: 100%;
        height: 50px;
        min-width: auto;
        margin-left: 0;
        margin-top: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .support_info p {
        font-size: 14px;
        padding-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_cont .tabs .tabs_cont .tabs__content .support_info .h5 {
        font-size: 14px;
        padding-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .rules_cont .rules_desc p {
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .rules_cont .rules_desc .h5 {
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .s_title {
        border-bottom: 0;
        padding-bottom: 16px;
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li {
        padding: 12px 10px;
        font-size: 14px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li .l_side {
        width: 100%;
        padding-right: 0;
        min-width: auto;
        padding-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .pre_code pre {
        padding: 15px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .s_title {
        padding-bottom: 0;
        border-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .lang_line,.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .time_line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .lang_line .btn_c,.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .time_line .btn_c {
        width: 100%;
        min-width: auto;
        margin-left: 0;
        margin-top: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .api_key_line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .api_key_line .btn_c {
        width: 100%;
        min-width: auto;
        margin-right: 0;
        margin-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .news_top_line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .news_top_line .select {
        width: 100%;
        min-width: auto;
        margin-right: 0;
        margin-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .pagination ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .news_cont .pagination ul li a {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side {
        width: 100%
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question {
        width: 95%;
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .question_text {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .question_text p {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .date {
        font-size: 10px;
        padding-top: 6px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer {
        width: 95%;
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .answer_text {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .answer_text p {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .date {
        font-size: 10px;
        padding-top: 6px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side {
        width: 100%;
        margin-top: 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail .h4 {
        font-size: 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li b {
        font-size: 12px;
        width: 100%
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li span {
        font-size: 12px;
        width: 100%;
        padding-top: 5px;
        text-align: left
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li p {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram {
        margin-top: 40px;
        margin-bottom: 40px;
        height: auto;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc .h3 {
        font-size: 28px;
        line-height: 38px;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc a {
        width: 60px;
        height: 35px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc a img {
        width: 18px;
        height: 18px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .btn_c {
        margin-top: 0
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .btn_c a {
        font-size: 14px;
        padding: 10px;
        line-height: 20px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .h3 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 15px 10px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card:last-child {
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card .icon {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 40px;
        margin-right: 10px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card .icon img {
        width: 100%;
        height: auto
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card .desc .h4 {
        font-size: 22px
    }

    .page .small_sidebar .sidebar {
        width: 300px;
        z-index: 999
    }

    .page .small_sidebar .sidebar .top_cont {
        padding: 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .small_sidebar .sidebar .top_cont .logo {
        display: block
    }

    .page .small_sidebar .sidebar .sidebar_cont {
        padding: 15px 15px;
        display: block
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a {
        width: 24px
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon {
        width: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 24px;
        height: 24px;
        margin-right: 10px;
        position: relative
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon .normal_icon {
        opacity: 1
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon .hover_icon {
        opacity: 0
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .txt {
        display: block;
        opacity: 1
    }

    .page .small_sidebar .main_cont {
        width: calc(100% - 60px)
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .btn_c .btn_m {
        font-size:14px;
        line-height: 20px;
        padding: 12px;
        height: 50px
    }

    .page .main .decor .net {
        height: 762px
    }

    .page .main .decor .main_blur {
        width: 500px;
        height: 500px;
        top: -175px;
        right: -200px
    }

    .page .main .decor .main_blur2 {
        width: 400px;
        height: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: -175px;
        left: -100px
    }

    .page .main .sidebar {
        width: 60px;
        position: fixed
    }

    .page .main .sidebar .top_cont {
        height: 80px;
        padding: 10px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .sidebar .top_cont .logo {
        display: none
    }

    .page .main .sidebar .top_cont .xs_sidebar_btn {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 24px;
        height: 24px
    }

    .page .main .sidebar .top_cont .xs_sidebar_btn.active img {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .page .main .sidebar .sidebar_cont {
        padding: 15px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .sidebar .sidebar_cont .menu ul li {
        margin-bottom: 16px
    }

    .page .main .sidebar .sidebar_cont .menu ul li a .icon {
        width: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 20px;
        height: 20px;
        margin-right: 0
    }

    .page .main .sidebar .sidebar_cont .menu ul li a .txt {
        display: none
    }

    .page .main .main_cont {
        width: calc(100% - 60px);
        margin-left: 60px
    }

    .page .main .main_cont .top_cont {
        height: 80px;
        padding: 10px 15px
    }

    .page .main .main_cont .top_cont .l_side .profile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .main_cont .top_cont .l_side .profile .ava {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 8px
    }

    .page .main .main_cont .top_cont .l_side .profile .hello_name {
        font-size: 12px
    }

    .page .main .main_cont .top_cont .l_side .profile .hello_name .name {
        font-size: 16px;
        line-height: 20px
    }

    .page .main .main_cont .top_cont .r_side .langs {
        margin-right: 0
    }

    .page .main .main_cont .top_cont .r_side .langs .choose_lang {
        font-size: 16px;
        line-height: 20px
    }

    .page .main .main_cont .top_cont .r_side .langs .choose_lang::after {
        margin-left: 5px
    }

    .page .main .main_cont .top_cont .r_side .langs .langs_cont a {
        font-size: 14px;
        line-height: 20px
    }

    .page .main .main_cont .top_cont .r_side .top_up_form {
        display: none
    }

    .page .main .main_cont .top_cont .r_side .exit_btn {
        font-size: 14px;
        margin-left: 15px
    }

    .page .main .main_cont .top_cont .r_side .exit_btn .icon {
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin-right: 6px
    }

    .page .main .main_cont .bottom_cont {
        padding: 20px 15px
    }

    .page .main .main_cont .bottom_cont .top_info {
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .top_info .card {
        width: 48%;
        height: auto;
        padding: 10px 15px;
        margin-bottom: 15px;
        min-height: 100px
    }

    .page .main .main_cont .bottom_cont .top_info .card.card_info .icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 10px
    }

    .page .main .main_cont .bottom_cont .top_info .card.card_info .desc span {
        font-size: 10px;
        line-height: 12px
    }

    .page .main .main_cont .bottom_cont .top_info .card.card_info .desc .h3 {
        font-size: 20px;
        line-height: 24px
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        width: 100%
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .line {
        margin-bottom: 10px;
        width: 100%
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .line .balance .txt {
        font-size: 18px
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .top_up_btn {
        width: 150px;
        height: 30px;
        background: rgba(255,255,255,.1);
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #fff
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .top_up_btn:hover {
        background: #57b8b2;
        color: #fff
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont {
        padding: 24px 15px 30px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .s_title {
        font-size: 24px;
        line-height: 30px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets {
        grid-template-columns: repeat(2,1fr);
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 10px;
        min-height: auto
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn .icon {
        width: 16px;
        margin-right: 6px;
        min-width: 16px;
        height: 16px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .main_label {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .mb30 {
        margin-bottom: 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .mb20 {
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .select::after {
        width: 14px;
        height: 14px;
        right: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .select select {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 10px;
        padding-right: 30px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .desc {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .desc p {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .desc hr {
        margin-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea input,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_checkbox .txt {
        font-size: 14px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_48 {
        width: 100%;
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_48:last-child {
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont small {
        margin-top: 5px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .error_text {
        padding: 15px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .error_text p {
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card ul li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card ul li .l_side {
        font-size: 13px;
        line-height: 18px;
        min-width: auto;
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card ul li .r_side {
        font-size: 13px;
        line-height: 18px;
        width: 100%;
        word-break: break-all
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .top_info_services ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .top_info_services ul li {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0!important;
        padding: 10px 10px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .top_info_services ul li:last-child {
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line {
        padding-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li {
        margin-right: 0;
        width: 49%;
        margin-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li:last-child {
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li a {
        padding: 6px 10px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table {
        width: 100%;
        position: relative;
        overflow-x: scroll
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table {
        width: 100%;
        min-width: 1100px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table thead tr th {
        padding: 10px 10px;
        white-space: nowrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td {
        padding: 10px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .rules_cont .rules_desc p {
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .rules_cont .rules_desc .h5 {
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .s_title {
        border-bottom: 0;
        padding-bottom: 16px;
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li {
        padding: 12px 10px;
        font-size: 14px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li .l_side {
        width: 100%;
        padding-right: 0;
        min-width: auto;
        padding-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .pre_code pre {
        padding: 15px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .s_title {
        padding-bottom: 0;
        border-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .lang_line,.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .time_line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .lang_line .btn_c,.page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .time_line .btn_c {
        width: 100%;
        min-width: auto;
        margin-left: 0;
        margin-top: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .api_key_line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .account_cont .api_key_line .btn_c {
        width: 100%;
        min-width: auto;
        margin-right: 0;
        margin-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side {
        width: 100%
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question {
        width: 95%;
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .question_text {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .question_text p {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .date {
        font-size: 10px;
        padding-top: 6px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer {
        width: 95%;
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .answer_text {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .answer_text p {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .date {
        font-size: 10px;
        padding-top: 6px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side {
        width: 100%;
        margin-top: 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail .h4 {
        font-size: 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li b {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li span {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li p {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram {
        margin-top: 40px;
        margin-bottom: 40px;
        height: auto;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc .h3 {
        font-size: 28px;
        line-height: 38px;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc a {
        width: 60px;
        height: 35px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc a img {
        width: 18px;
        height: 18px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .btn_c {
        margin-top: 0
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .btn_c a {
        font-size: 14px;
        padding: 10px;
        line-height: 20px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .h3 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card {
        max-width: 49%;
        margin-right: 0;
        padding: 15px 10px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card .icon {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 40px;
        margin-right: 10px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card .icon img {
        width: 100%;
        height: auto
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card .desc .h4 {
        font-size: 22px
    }

    .page .small_sidebar .sidebar {
        width: 300px
    }

    .page .small_sidebar .sidebar .top_cont {
        padding: 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .small_sidebar .sidebar .top_cont .logo {
        display: block
    }

    .page .small_sidebar .sidebar .sidebar_cont {
        padding: 15px 15px;
        display: block
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a {
        width: 24px
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon {
        width: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 24px;
        height: 24px;
        margin-right: 10px;
        position: relative
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon .normal_icon {
        opacity: 1
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon .hover_icon {
        opacity: 0
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .txt {
        display: block;
        opacity: 1
    }

    .page .small_sidebar .main_cont {
        width: calc(100% - 60px)
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .btn_c .btn_m {
        font-size:14px;
        line-height: 20px;
        padding: 12px;
        height: 50px
    }

    .page .main .sidebar {
        width: 60px;
        position: fixed
    }

    .page .main .sidebar .top_cont {
        height: 80px;
        padding: 10px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .sidebar .top_cont .logo {
        display: none
    }

    .page .main .sidebar .top_cont .xs_sidebar_btn {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 24px;
        height: 24px
    }

    .page .main .sidebar .top_cont .xs_sidebar_btn.active img {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .page .main .sidebar .sidebar_cont {
        padding: 15px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .sidebar .sidebar_cont .menu ul li {
        margin-bottom: 16px
    }

    .page .main .sidebar .sidebar_cont .menu ul li a .icon {
        width: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 20px;
        height: 20px;
        margin-right: 0
    }

    .page .main .sidebar .sidebar_cont .menu ul li a .txt {
        display: none
    }

    .page .main .main_cont {
        width: calc(100% - 60px);
        margin-left: 60px
    }

    .page .main .main_cont .top_cont {
        height: 80px;
        padding: 10px 15px
    }

    .page .main .main_cont .top_cont .l_side .profile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .main_cont .top_cont .l_side .profile .ava {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 8px
    }

    .page .main .main_cont .top_cont .l_side .profile .hello_name {
        font-size: 12px
    }

    .page .main .main_cont .top_cont .l_side .profile .hello_name .name {
        font-size: 16px;
        line-height: 20px
    }

    .page .main .main_cont .top_cont .r_side .langs {
        margin-right: 0
    }

    .page .main .main_cont .top_cont .r_side .langs .choose_lang {
        font-size: 16px;
        line-height: 20px
    }

    .page .main .main_cont .top_cont .r_side .langs .choose_lang::after {
        margin-left: 5px
    }

    .page .main .main_cont .top_cont .r_side .langs .langs_cont a {
        font-size: 14px;
        line-height: 20px
    }

    .page .main .main_cont .top_cont .r_side .top_up_form {
        display: none
    }

    .page .main .main_cont .top_cont .r_side .exit_btn {
        font-size: 14px;
        margin-left: 15px
    }

    .page .main .main_cont .top_cont .r_side .exit_btn .icon {
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin-right: 6px
    }

    .page .main .main_cont .bottom_cont {
        padding: 20px 15px
    }

    .page .main .main_cont .bottom_cont .top_info {
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .top_info .card {
        width: 49%;
        padding: 15px 20px;
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .top_info .card.card_info .icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 10px
    }

    .page .main .main_cont .bottom_cont .top_info .card.card_info .desc span {
        font-size: 14px;
        line-height: 16px
    }

    .page .main .main_cont .bottom_cont .top_info .card.card_info .desc .h3 {
        font-size: 20px;
        line-height: 24px
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        width: 100%
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .line {
        margin-bottom: 10px;
        width: 100%
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .line .balance .txt {
        font-size: 18px
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .top_up_btn {
        width: 150px;
        height: 30px;
        background: rgba(255,255,255,.1);
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #fff
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .top_up_btn:hover {
        background: #57b8b2;
        color: #fff
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont {
        padding: 24px 15px 30px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .s_title {
        font-size: 24px;
        line-height: 30px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets {
        grid-template-columns: repeat(3,1fr);
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn .icon {
        width: 16px;
        margin-right: 6px;
        min-width: 16px;
        height: 16px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .main_label {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .mb30 {
        margin-bottom: 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .mb20 {
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .select::after {
        width: 14px;
        height: 14px;
        right: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .select select {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 10px;
        padding-right: 30px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .desc {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .desc p {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .desc hr {
        margin-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_text textarea,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea input,.page .main .main_cont .bottom_cont .main_bottom_cont .inp_textarea textarea {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_checkbox .txt {
        font-size: 14px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont small {
        margin-top: 5px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .error_text {
        padding: 15px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .error_text p {
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card ul li .l_side {
        font-size: 13px;
        line-height: 18px;
        min-width: 200px;
        width: 200px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .services_show .service_card ul li .r_side {
        font-size: 13px;
        line-height: 18px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .top_info_services ul li {
        margin-right: 15px;
        padding: 10px 10px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .top_info_services ul li:last-child {
        margin-right: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li {
        margin-right: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li:last-child {
        margin-right: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li a {
        padding: 6px 10px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table {
        width: 100%;
        position: relative;
        overflow-x: scroll
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table {
        width: 100%;
        min-width: 1100px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table thead tr th {
        padding: 10px 10px;
        white-space: nowrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td {
        padding: 10px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .rules_cont .rules_desc p {
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .rules_cont .rules_desc .h5 {
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .s_title {
        border-bottom: 0;
        padding-bottom: 16px;
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li {
        padding: 12px 10px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li .l_side {
        width: 200px;
        min-width: 200px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .pre_code pre {
        padding: 15px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side {
        width: 100%
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question {
        width: 95%;
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .question_text {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .question_text p {
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .date {
        font-size: 12px;
        padding-top: 6px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer {
        width: 95%;
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .answer_text {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .answer_text p {
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .date {
        font-size: 12px;
        padding-top: 6px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side {
        width: 100%;
        margin-top: 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail .h4 {
        font-size: 20px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram {
        margin-top: 40px;
        margin-bottom: 40px;
        height: auto;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc .h3 {
        font-size: 28px;
        line-height: 38px;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc a {
        width: 60px;
        height: 35px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc a img {
        width: 18px;
        height: 18px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .btn_c {
        margin-top: 0
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .btn_c a {
        font-size: 14px;
        padding: 10px;
        line-height: 20px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .h3 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card {
        max-width: 49%;
        margin-right: 0;
        padding: 15px 10px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card .icon {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 40px;
        margin-right: 10px
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card .icon img {
        width: 100%;
        height: auto
    }

    .page .main .main_cont .bottom_cont .top_up_balance_bonuses .line .card .desc .h4 {
        font-size: 22px
    }

    .page .small_sidebar .sidebar {
        width: 300px
    }

    .page .small_sidebar .sidebar .top_cont {
        padding: 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .small_sidebar .sidebar .top_cont .logo {
        display: block
    }

    .page .small_sidebar .sidebar .sidebar_cont {
        padding: 15px 15px;
        display: block
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a {
        width: 24px
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon {
        width: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 24px;
        height: 24px;
        margin-right: 10px;
        position: relative
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon .normal_icon {
        opacity: 1
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon .hover_icon {
        opacity: 0
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .txt {
        display: block;
        opacity: 1
    }

    .page .small_sidebar .main_cont {
        width: calc(100% - 60px)
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .page .main .sidebar {
        width:60px;
        position: fixed
    }

    .page .main .sidebar .top_cont {
        height: 80px;
        padding: 10px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .sidebar .top_cont .logo {
        display: none
    }

    .page .main .sidebar .top_cont .xs_sidebar_btn {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 24px;
        height: 24px
    }

    .page .main .sidebar .top_cont .xs_sidebar_btn.active img {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .page .main .sidebar .sidebar_cont {
        padding: 15px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .sidebar .sidebar_cont .menu ul li {
        margin-bottom: 16px
    }

    .page .main .sidebar .sidebar_cont .menu ul li a .icon {
        width: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 20px;
        height: 20px;
        margin-right: 0
    }

    .page .main .sidebar .sidebar_cont .menu ul li a .txt {
        display: none
    }

    .page .main .main_cont {
        width: calc(100% - 60px);
        margin-left: 60px
    }

    .page .main .main_cont .top_cont {
        height: 80px;
        padding: 10px 20px
    }

    .page .main .main_cont .top_cont .l_side .profile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .main_cont .top_cont .l_side .profile .ava {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 8px
    }

    .page .main .main_cont .top_cont .l_side .profile .hello_name {
        font-size: 12px
    }

    .page .main .main_cont .top_cont .l_side .profile .hello_name .name {
        font-size: 16px;
        line-height: 20px
    }

    .page .main .main_cont .top_cont .r_side .langs .choose_lang {
        font-size: 16px;
        line-height: 20px
    }

    .page .main .main_cont .top_cont .r_side .langs .choose_lang::after {
        margin-left: 5px
    }

    .page .main .main_cont .top_cont .r_side .langs .langs_cont a {
        font-size: 14px;
        line-height: 20px
    }

    .page .main .main_cont .top_cont .r_side .exit_btn {
        font-size: 14px;
        margin-left: 15px
    }

    .page .main .main_cont .top_cont .r_side .exit_btn .icon {
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin-right: 6px
    }

    .page .main .main_cont .bottom_cont {
        padding: 30px 20px
    }

    .page .main .main_cont .bottom_cont .top_info {
        margin-bottom: 30px
    }

    .page .main .main_cont .bottom_cont .top_info .card {
        padding: 15px 20px
    }

    .page .main .main_cont .bottom_cont .top_info .card.card_info .icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 10px
    }

    .page .main .main_cont .bottom_cont .top_info .card.card_info .desc span {
        font-size: 14px;
        line-height: 16px
    }

    .page .main .main_cont .bottom_cont .top_info .card.card_info .desc .h3 {
        font-size: 20px;
        line-height: 24px
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .line {
        margin-bottom: 10px;
        width: 100%
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .line .balance .txt {
        font-size: 18px
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .top_up_btn {
        width: 150px;
        height: 30px;
        background: rgba(255,255,255,.1);
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #fff
    }

    .page .main .main_cont .bottom_cont .top_info .balance_card .top_up_btn:hover {
        background: #57b8b2;
        color: #fff
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont {
        padding: 24px 20px 30px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .s_title {
        font-size: 26px;
        line-height: 32px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets {
        grid-template-columns: repeat(3,1fr);
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn {
        font-size: 16px;
        line-height: 20px;
        padding: 6px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn .icon {
        width: 20px;
        margin-right: 10px;
        min-width: 20px;
        height: 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .main_label {
        font-size: 14px;
        line-height: 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .select::after {
        width: 14px;
        height: 14px;
        right: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .select select {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 15px;
        padding-right: 30px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .desc {
        padding: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .desc p {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .desc hr {
        margin-bottom: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_48 {
        width: 49%
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_checkbox .txt {
        font-size: 14px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont small {
        margin-top: 5px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .error_text {
        padding: 15px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .error_text p {
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li a {
        padding: 6px 15px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table {
        width: 100%;
        position: relative;
        overflow-x: scroll
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table {
        width: 100%;
        min-width: 1100px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table thead tr th {
        padding: 10px 10px;
        white-space: nowrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td {
        padding: 10px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .s_title {
        border-bottom: 0;
        padding-bottom: 16px;
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li {
        padding: 12px 10px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li .l_side {
        width: 200px;
        min-width: 200px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .pre_code pre {
        padding: 15px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question {
        width: 95%;
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .question_text {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .question_text p {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .date {
        font-size: 10px;
        padding-top: 6px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer {
        width: 95%;
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .answer_text {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .answer_text p {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .date {
        font-size: 10px;
        padding-top: 6px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail .h4 {
        font-size: 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li b {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li span {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li p {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram {
        margin-top: 40px;
        margin-bottom: 40px;
        height: auto;
        padding: 40px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc {
        margin-bottom: 30px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc .h3 {
        font-size: 28px;
        line-height: 38px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc a {
        width: 60px;
        height: 35px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc a img {
        width: 18px;
        height: 18px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .btn_c {
        margin-top: 0
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .btn_c a {
        font-size: 14px;
        padding: 10px;
        line-height: 20px
    }

    .page .small_sidebar .sidebar {
        width: 300px
    }

    .page .small_sidebar .sidebar .top_cont {
        padding: 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .small_sidebar .sidebar .top_cont .logo {
        display: block
    }

    .page .small_sidebar .sidebar .sidebar_cont {
        padding: 15px 15px;
        display: block
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a {
        width: 24px
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon {
        width: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 24px;
        height: 24px;
        margin-right: 10px;
        position: relative
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon .normal_icon {
        opacity: 1
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon .hover_icon {
        opacity: 0
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .txt {
        display: block;
        opacity: 1
    }

    .page .small_sidebar .main_cont {
        width: calc(100% - 60px)
    }
}

@media (min-width: 1200px) and (max-width:1500px) {
    .page .main .sidebar {
        width:270px
    }

    .page .main .sidebar .top_cont {
        height: 86px;
        padding: 15px 15px
    }

    .page .main .sidebar .top_cont .logo {
        width: 120px
    }

    .page .main .sidebar .top_cont .xs_sidebar_btn {
        width: 24px;
        height: 24px
    }

    .page .main .sidebar .sidebar_cont {
        padding: 20px 15px
    }

    .page .main .sidebar .sidebar_cont .menu ul li {
        margin-bottom: 20px
    }

    .page .main .sidebar .sidebar_cont .menu ul li a .txt {
        font-size: 15px
    }

    .page .main .main_cont {
        width: calc(100% - 270px)
    }

    .page .main .main_cont .top_cont {
        height: 86px;
        padding: 10px 20px
    }

    .page .main .main_cont .top_cont .l_side .profile .ava {
        margin-right: 10px
    }

    .page .main .main_cont .top_cont .r_side .langs {
        margin-right: 20px
    }

    .page .main .main_cont .top_cont .r_side .exit_btn {
        margin-left: 20px
    }

    .page .main .main_cont .bottom_cont {
        padding: 20px 20px
    }

    .page .main .main_cont .bottom_cont .top_info {
        margin-bottom: 30px
    }

    .page .main .main_cont .bottom_cont .top_info .card {
        padding: 15px 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont {
        padding: 20px 20px 40px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 15px;
        text-align: left;
        height: auto;
        min-height: 50px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .create_an_order .social_nets .social_net_btn .icon {
        width: 20px;
        margin-right: 8px;
        min-width: 20px;
        height: 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .main_label {
        font-size: 16px;
        padding-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .select select {
        padding: 10px 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .inp_text input {
        padding: 10px 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .error_text {
        padding: 15px 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_line ul li a {
        padding: 6px 15px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_table {
        width: 100%;
        position: relative;
        overflow-x: scroll
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_table table {
        width: 100%;
        min-width: 1100px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_table table thead tr th {
        padding: 10px 10px;
        white-space: nowrap
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .orders_cont .orders_table table tbody tr td {
        padding: 10px 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .s_title {
        border-bottom: 0;
        padding-bottom: 16px;
        margin-bottom: 0
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li {
        padding: 12px 10px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .ul_table ul li .l_side {
        width: 300px;
        min-width: 300px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .api_cont .pre_code pre {
        padding: 15px;
        font-size: 14px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question {
        width: 95%;
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .question_text {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .question_text p {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .question .date {
        font-size: 10px;
        padding-top: 6px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer {
        width: 95%;
        margin-bottom: 15px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .answer_text {
        padding: 10px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .answer_text p {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .l_side .ques_answer_chat .answer .date {
        font-size: 10px;
        padding-top: 6px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail .h4 {
        font-size: 20px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li b {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li span {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .main_bottom_cont .support_open_cont .r_side .ticket_detail ul li p {
        font-size: 12px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram {
        margin-top: 40px;
        margin-bottom: 40px;
        height: auto;
        padding: 40px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc {
        margin-bottom: 30px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc .h3 {
        font-size: 28px;
        line-height: 38px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc a {
        width: 60px;
        height: 35px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .desc a img {
        width: 18px;
        height: 18px
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .btn_c {
        margin-top: 0
    }

    .page .main .main_cont .bottom_cont .subscribe_our_group_in_telegram .btn_c a {
        font-size: 14px;
        padding: 10px;
        line-height: 20px
    }

    .page .small_sidebar .sidebar {
        width: 80px
    }

    .page .small_sidebar .sidebar .top_cont {
        padding: 24px 25px
    }

    .page .small_sidebar .sidebar .top_cont .logo {
        display: none
    }

    .page .small_sidebar .sidebar .sidebar_cont {
        padding: 24px 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a {
        width: 24px
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon {
        width: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 24px;
        height: 24px;
        margin-right: 10px;
        position: relative
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon .normal_icon {
        opacity: 1
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .icon .hover_icon {
        opacity: 0
    }

    .page .small_sidebar .sidebar .sidebar_cont .menu ul li a .txt {
        opacity: 0
    }

    .page .small_sidebar .main_cont {
        width: calc(100% - 80px)
    }
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 7rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    list-style: none;
    /* border: solid 2px #cbcbcb96; */
    background-clip: padding-box;
    border-radius: 0.25rem;
    width: 100%;
	background-color: #031916;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.badge-outline-primary, .btn-outline-primary {
    border-width: 0.063rem;
    border-style: solid;
    background: var(--1, linear-gradient(222deg, #00fff0 6.11%, #29927f 90.24%));
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    border: none;
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #f5f5f514;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}

.btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 10.5rem;
    min-height: 3rem;
    padding: 0.688rem 1rem;
    padding-top: 0.688rem;
    padding-right: 1rem;
    padding-bottom: 0.688rem;
    padding-left: 1rem;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1;
    border-radius: 22px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    font-family: Montserrat, sans-serif;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.075rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid rgb(126 156 154 / 60%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 50px;
    text-align: start;
}
.form-control:focus {
    color: #ffffff;
    background-color: #fff0;
    border: 1px solid rgb(126 156 155 / 60%);
    outline: 0;
    box-shadow: none;
}
ul.cstmnav {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
}

ul.cstmnav li {
    flex-grow: 2;
    width: 46%;
    display: flex;
}

ul.cstmnav li button.active {
        background: var(--1, linear-gradient(222deg, #00fff0 6.11%, #29927f 90.24%));
        border: 1px solid #d8dfe40f;
        box-shadow: 0 0.5rem 1rem rgb(3 246 231 / 13%);
        color: #fff;
}

ul.cstmnav li button {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 9px;
    border: 1px solid #0a2f2c;
    background: rgba(4, 52, 47, .1);
    line-height: 1;
    height: 40px;
    font-weight: 600;
    flex: 11 0 54.333333%;
    max-width: 25%;
    position: absolute;
    width: 50%;
}

label {
    display: inline-block;
    color: rgba(255, 255, 255, .7);
    margin-top: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

.shofdrop {
    height: 250px;
    overflow-y: auto;
    width: 100%;
    /* transform: translate3d(0px, 0px, 0px) !important; */
    border-radius: 10px;
    /* border: 1px solid #74b9f3; */
}

.form-control:disabled, .form-control[readonly] {
    background: rgb(8 41 38) !important;
    border: 1px solid rgb(16 86 80) !important;
    opacity: 1;
} 

.search-input.input-group {
    /* width: 90%; */
    /* float: right; */
    margin-bottom: 30px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.search-input {
    z-index: 0;
    transition: all 0.15s ease;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.search-input .btn-command {
    position: absolute;
    transition: all 0.15s ease;
}

.search-input .btn-command {
        box-shadow: 0 0.5rem 1rem rgb(3 246 231 / 13%);
    
       background: var(--1, linear-gradient(222deg, #00fff0 6.11%, #29927f 90.24%));
    border-radius: 8px;
    width: 65px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    right: -1px;
    z-index: 1;
    transition: all 0.15s ease;
    border-color: #fff;
    border: none;
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro") !important;
    font-weight: var(--fa-style, 900);
}

.fa-regular, .far {
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 400;
}
.fa-solid, .fas {
    font-family: "Font Awesome 6 Pro"!important;
    font-weight: 900;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands"!important;
    font-weight: 400;
}
.btn-dark2 {
    background: #133531;
    color: #ffffff;
    padding: 10px 18px;
    min-width: 3.5rem;
    font-size: 16px;
}
.btn-dark2:hover {
    background: #133531;
    color: #ffffff;
    padding: 10px 18px;
    min-width: 3.5rem;
    font-size: 16px;
}

.btn-dark2.active {
    background: var(--1, linear-gradient(222deg, #00fff0 6.11%, #29927f 90.24%));
    border: 1px solid #ff0099 ! importan;
    color: #fff;
    padding: 10px 18px;
}

#order_email {
	    margin-bottom: 20px;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background: var(--1, linear-gradient(222deg, #00fff0 6.11%, #29927f 90.24%));
}

.fa.fa-paper-plane {
    background: #20b3ff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #20b3ff57;
}
.fab.fa-instagram {
    background: linear-gradient(200deg, #fe44ff, #ff3f3f, #ffff37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 17px;
    padding: 2.4px;
    border-radius: 5px;
    color: #FFF;
    font-weight: lighter;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #ff57dbb8;
}

.fab.fa-youtube {
    background: #ff0042;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #ff085785;
}

.fab.fa-tiktok {
    filter: drop-shadow(1px 0px 0px #FD3E3E) drop-shadow(-1px -1px 0px #4DE8F4);
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 17px;
    /* padding: 2.4px; */
    border-radius: 5px;
    color: #FFF;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #ccd0ff26;
}

.fab.fa-twitter {
    background: #1da1f2;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #1e98f58a;
}

.fab.fa-vk {
    background: linear-gradient(200deg, #478bd1, #478bd1, #0097ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 18px;
    padding: 2.4px;
    border-radius: 5px;
    color: #FFF;
    font-weight: lighter;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #5d7ad754;
}

.fab.fa-spotify {
    background: linear-gradient(200deg, #47d191, #00ff66, #00ff87);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 17px;
    padding: 2.4px;
    border-radius: 5px;
    color: #FFF;
    font-weight: lighter;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #00ff1f85;
}

.fab.fa-twitch {
    background: #ab87ff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 20px;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #fb00ff85;
}

.fab.fa-facebook-square {
    background: #207eff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #207eff59;
}
.fab.fa-chrome {
    background: linear-gradient(200deg, #ff4444, #ff7b3f, #ffff37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 2.4px;
    border-radius: 5px;
    color: #FFF;
    font-weight: lighter;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #ff7957b8;
}

.fas.fa-globe {
    background: #48ffb3;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 19px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #ff085700;
}

.fab.fa-reddit-alien {
    background: #ff7b17;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 19px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 0px;
    text-shadow: 1px 1px 7px #ff6e0036;
}

.fab.fa-soundcloud {
    background: #ff9200;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #ff8d0085;
}

.fab.fa-odnoklassniki {
    background: #ff7b17;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 19px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #ff7b178f;
}

.far.fa-star {
    background: #ffe700;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
    text-shadow: 1px 1px 7px #ffc10fb0;
}

.input-group .input-group-text:not(:first-child) {
    right: 2px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    /* border: 1px solid #ced4da; */
    border-radius: 0.25rem;
}

input::placeholder {
 
  opacity: 0.3;
  color: #ffffff7a!important;
}

.search-input::placeholder {
 
  opacity: 0.3;
  color: #ffffff7a!important;
}

.alert-success {
    color: #ffffff;
    background-color: #081e1b;
    border-color: #104c47;
    border-radius: 10px;
}

.close {
    padding: 1px 5px 0;
    border: 1px solid #fff0;
    border-radius: 50%;
    font-family: sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff0;
    opacity: 1;
    text-decoration: none;
    top: 13px;
    right: 4px;
    position: absolute;
    background: none;
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .closed_status2 {
    color: #ff8181;
}

.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .Waiting {
        color: #ffc581;
}
.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .waiting_status2 {
    color: #81ffbc;
}
.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .waiting_status {
        color: #ff9c28;
}
.page .main .main_cont .bottom_cont .main_bottom_cont .orders_table table tbody tr td .waiting_status777 {
    color: #28ff71;
}
 .alert-danger {
    color: #ff004f;
    background-color: #ff00471f;
    border: 1px solid transparent;
}

.order-fav-btn {
    min-width: auto;
    width: 34px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    min-height: auto;
    position: relative;
}

.order-fav-btn {
       background: var(--1, linear-gradient(222deg, #00fff0 6.11%, #29927f 90.24%));
    border-radius: 10px;
}
.far.fa-star {
    font-size: 14px;
    margin-right: 0;
    color: #081a18;
    text-shadow: none;
    background: #081a18;
    background-clip: text;
    -webkit-background-clip: text;
}
.fas.fa-star {
    background: #ffe700;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-shadow: 1px 1px 7px #ffc10fb0;
}

.dropdown-fav__block {
    align-items: center;
    gap: 0px;
}

div.dropdown:nth-child(1) {
    width: 100%;
}

 
