* {
    min-height: 0;
    min-width: 0;
    box-sizing: border-box;
  }

body, html {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    letter-spacing: -.05rem;
}

body {
    overflow-x: hidden;
    min-width: 320px;
}

a {
    color: #8569ff;
    text-decoration: none;
    font-weight: 600;
}

a:hover, a:focus {
    color: #4f28f5;
    text-decoration: underline;
}

.wrapped {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapped_auth {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    background-size: cover;
    min-height: 100vh;
}

/*HEDDER*/

.block-header {
    margin-top: 40px;
}

.container {
    width: auto;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-content {
    display: flex;
    align-items: center;
}

.header-content_img {
    margin-right: 50px;
    flex: none;
}

.header-nav { 
    display: flex;
    flex: 1 0;
}

.header-nav a {
    font-size: 14px;
    color: #fff;
    margin-right: 25px;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: 2px solid #4f28f500;
    padding: 5px 10px;
}

.header-nav a:hover {
    border-bottom: 2px solid #4f28f5;
}

.header-nav a:last-of-type {
    margin-right: 0;
}

.header-content_button {
    flex: none;
}

.header-content_button a {
    background-color: #2eba17;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 24px;
    border-radius: 10px;
    transition: all 0.3s;
}

.header-content_button a:hover {
    background-color: #4f28f5;
}

/*HEDDER AUTH*/

.menu_mobile_icon {
    display: none;
}
.menu_mobile_icon_2 {
    display: none;
}

.block-header_auth {
    width: 340px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #9da3e124;
    padding: 30px;
}

.block-header_auth img {
    width: 174px;
    height: 34px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.nav-link_auth {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    flex: 1;
}

.nav-link_auth a {
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
}

.nav-link_auth a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #99a9f50d;
}

.nav-footer-link_auth {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.block-header_auth_balance {
    display: flex;
    background-color: #99a9f50d;
    border-radius: 10px;
    padding: 12px 30px;
    justify-content: space-between;
}

.block-header_auth_balance p {
    margin: 0;
}

.nav-footer-link_auth a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 30px;
}


/*MAIN - AUTH*/

ul.nav.nav-pills li a {
    color: #000000 !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #4f28f5;
}

.select2-container .select2-selection--single {
    border-radius: 10px;
}

.search-dropdown .input-wrapper .form-control {
    border-radius: 10px;
}

.panel-body.border-solid.border-rounded {
    border-radius: 10px;
}

.form-control option {
    color: #000;
}

ul.nav.nav-pills li a {
    color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #99a9f50d;
}

.block-main_auth {
    display: flex;
    padding: 30px;
    flex: 1;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #99a9f50d;
    opacity: 1;
}
.border-rounded {
    background: #99a9f50d;
}
.border-solid {
    border: 1px solid #dddddd00;
}

/*MAIN - MAIN-CONTENT*/

.block-main {
    margin-top: 90px;
    flex: 1 0;
}

.main-content {
    display: flex;
    justify-content: space-between;
}

.main-content_left {
    max-width: 580px;
}

.main-content_left h1 {
    position: relative;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}

.main-content_left p {
    font-size: 16px;
    line-height: 30px;
    max-width: 460px;
}

.main-content_auth {
    display: flex;
    flex-direction: column;
    max-width: 380px;
}

.main-content_auth p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
}

.main-content_left h1 img {
    position: absolute;
    top: -17px;
    right: 131px;
}

.main-lable-reset-remember {
    display: flex;
    justify-content: space-between;
}

.main-reset-pass {
    color: #fff;
}
.main-reset-pass:hover {
    color: #4f28f5;
}

input[type="text" i] {
    border-radius: 10px;
    height: 60px;
    background: #99a9f50d;
    border: none;
    outline:none;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 50px;
    background-image: url('https://storage.perfectcdn.com/reqojj/y7j7xj6iqkqj4xyf.png');
    background-repeat: no-repeat;
    background-position: 20px center;
}

input[type="password" i] {
    border-radius: 10px;
    height: 60px;
    background: #99a9f50d;
    border: none;
    outline:none;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 50px;
    background-image: url('https://storage.perfectcdn.com/reqojj/bpdfesikf0mlb5y0.png');
    background-repeat: no-repeat;
    background-position: 20px center;
}

input[type="email" i] {
    border-radius: 10px;
    height: 60px;
    background: #99a9f50d;
    border: none;
    outline:none;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 50px;
    background-image: url('https://storage.perfectcdn.com/reqojj/owa92dojtkf3c1x5.png');
    background-repeat: no-repeat;
    background-position: 20px center;
}

input::placeholder {
    color: #52546d !important;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

input[type="checkbox" i] {
    margin-right: 6px;
}

.main-content_auth label {
    font-size: 14px;
}

.main-content_auth_button {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
    flex: none;
}

.main-content_auth_button button {
    font-size: 14px;
    background-color: #4f28f5;
    color: #fff;
    padding: 15px 24px;
    border-radius: 10px;
    border: none;
    font-family: Montserrat, sans-serif;
    transition: all 0.3s;
    flex: none;
}

.main-content_auth_button button:hover {
    transition: all 0.3s;
    background-color: #2eba17;
}

.registr-button {
    background-color: #2eba17;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 24px;
    border-radius: 10px;
    transition: all 0.3s;
    flex: none;
}

.registr-button:hover {
    background-color: #4f28f5;
    text-decoration: none;
    color: #fff;
}

.google-button {
    background-color: #fff;
    border-radius: 10px;
    flex: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
}

.google-button-i {
    opacity: 0.01;
}

.google-button img {
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -11px;
    pointer-events: none;
}

/*MAIN - SOCIAL-CONTENT*/

.social-content {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-content_block {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 40px;
}

.social-content_block_item {
    font-size: 48px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 30px;
} 

.social-content_block_item:nth-child(3) {
    gap: 0;
}

.social-content_block_item:nth-child(3) img {
    margin-right: -40px;
}

.social-content p {
    font-size: 16px;
    margin-top: 70px;
    margin-bottom: 50px;
}

/*MAIN - INFO-CONTENT*/

.info-content {
    margin-top: 180px;
}

.middle-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}

.info-content_block {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.info-content_block_item {
    width: 290px;
    height: 320px;
    background-color: #8394fb12;
    border-radius: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.info-content_block_item_title {
    font-size: 30px;
    padding: 28px;
    font-weight: 700;
    padding-bottom: 0;
}

.info-content_block_item_desc {
    font-size: 14px;
    padding: 28px;
}

.info-content_block_item img {
    position: absolute;
    top: -41px;
    margin-left: -25px;
}

.info-content_block_item:nth-child(2), .info-content_block_item:nth-child(4) {
    margin-top: 150px;
}

/*MAIN - QUESTION-CONTENT*/

.question-content {
    margin-top: 180px;
}

.question-content_spolier_block {
    margin-top: 50px;
}

.spoiler-item {
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.spoiler-item-title {
    background-color: #8394fb12;
    padding: 20px 20px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
}

.spoiler-item-content {
    background-color: #4f28f5;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.spoiler-item-content.open {
    max-height: 1000px;
    padding: 10px 20px 0 20px;
}

/*MAIN - FEEDBACK-CONTENT*/

.feedback-content {
    margin-top: 180px;
}

.feedback-content_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}

/*MAIN - FOOTER-CONTENT*/

.block-footer {
    width: 100%;
    height: 185px;
    background-image: url('https://storage.perfectcdn.com/reqojj/f01zd8hbxp3c1tsd.png');
    background-repeat: repeat;
    margin-top: 180px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 60px;
}

.footer-content_img {
    width: 174px;
    height: 34px;
}

.footer-content_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.footer-content_foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-content_foot p {
    color: #9098c0;
    font-size: 14px;
}

.footer-nav a {
    font-size: 14px;
    color: #fff;
    margin-right: 45px;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: 2px solid #4f28f500;
    padding: 5px 10px;
}

.footer-nav a:hover {
    border-bottom: 2px solid #4f28f5;
}

.footer-nav a:last-of-type {
    margin-right: 0;
}

/*PAGE CSS*/

.well {
    font-family: Montserrat, Arial, sans-serif;
    background-color: #f5f5f500;
    border: 1px solid #e3e3e300;
    padding: 0px;
}
@media (min-width: 992px) {
    .col-md-offset-2 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-8 {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-offset-2 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-8 {
        width: 100%;
    }
}
.btn-primary {
    background-color: #4f28f5;
    border-color: #4f28f5;
}
.btn-primary:hover {
    background-color: #7558f1;
    border-color: #7558f1;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background-color: #7558f1;
    border-color: #7558f1;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0px;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #7558f1;
    border-color: #7558f1;
}
.dropdown-menu {
    height: 200px;
    overflow: auto;
}
.btn-default {
    color: #ffffff;
    background-color: #4f28f5;
    border-color: #cccccc00;
    padding: 18px 24px;
}
.btn-default:hover {
    color: #ffffff;
    background-color: #6c51de;
    border-color: #7457ef;
}
.search {
    width: 320px;
}
pre {
    color: #757dbb;
    background-color: #99a9f50d;
    border: 1px solid #12163400;
    border-radius: 10px;
}
.form-control {
    color: #ffffff;
    background-color: #99a9f50d;
    border: 1px solid #12163400;
}

/*MEDIA*/

@media (max-width: 992px) {
    .container { text-align: center; width: 100%; max-width: 100%; }
    .main-content_image { display: none; }
    .social-content_block_item:nth-child(3) { order: 5; }
    .info-content_block_item:nth-child(2), .info-content_block_item:nth-child(4) { margin-top: 0; }
    .info-content_block { flex-wrap: wrap; justify-content: space-around; }
    .info-content_block_item { margin-bottom: 40px; }
    .question-content { margin-top: 100px; }
    .info-content_block_item img { left: 50%; margin-left: -47px; top: -20px; }
    .header-nav { justify-content: center; flex-wrap: wrap;margin-top: 30px; order: 3; flex: none; width: 100%; display: flex; }
    .header-content { flex-wrap: wrap; justify-content: space-between; }
    .header-nav a { margin-right: 0; flex:none; }
    .header-content_img { margin-right: 0px; }
    .main-content_left { max-width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
    .main-content_left p { max-width: 100%; }
    .main-content_left h1 img { top: -28px; left: 50%; }
    .main-content_auth { min-width: 280px; }
    .social-content_block_item { font-size: 22px; }
    .social-content_block_item img { width: 20%; }
    .social-content { margin-top: 100px; }
    .social-content_block { gap: 30px; flex-wrap: wrap; flex-direction: column; }
    .social-content_block_item:nth-child(3) img { margin-right: 30px; }
    .info-content { margin-top: 100px; }
    .feedback-content { margin-top: 100px; }
    .footer-content_img { flex: none; }
    .feedback-content_block img { width: 80%; margin-bottom: 20px; }
    .block-footer { margin-top: 100px; }
    .footer-content { gap: 10px; margin-bottom: 20px;}
    .footer-content_head { flex-direction: column; }
    .footer-nav a { margin-right: 0; flex: none; }
    .footer-nav { justify-content: center; flex-wrap: wrap; width: 100%; margin-top: 20px; display: flex; }
    .footer-content_foot { flex-wrap: wrap; justify-content: space-evenly; }
    .block-footer { height: auto; }
    .main-content_auth_button button { padding: 15px 10px; }
    .registr-button { padding: 15px 10px; }
    .block-header_auth { width: 100%; display: flex; flex-direction: column; border-right: 1px solid #9da3e124;  padding: 30px; padding-left: 100px; position: fixed; background-color: #211f5b; height: 100%; z-index: 50; top: 0; transition: all 0.3s; cursor: pointer; }
    .menu_mobile_icon { z-index: 50; display: flex; justify-content: center; align-items: center; position: absolute; top: 10px; right: -40px; width: 40px; height: 40px; background: #343273; border-radius: 0 5px 5px 0; transition: all 0.3s; }
    .menu_mobile_icon_close { opacity: 0; transition: opacity 0.3s ease; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
    .menu_mobile_icon_open { transition: opacity 0.3s ease; }
    .menu_mobile_active .menu_mobile_icon_close { opacity: 1; }
    .menu_mobile_active .menu_mobile_icon_open { opacity: 0; }
    .menu_mobile_background { width: auto; height: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; background-color: #000000c4; transition: all 0.3s ease; visibility: hidden; z-index: 49; }
    .menu_mobile_background_active { opacity: 1; visibility: visible; }
}


.table-category-style-new { 
    background-color: #4f28f5; 
    font-size: 20px;
}

img.img-responsive.btn-group-vertical {
    vertical-align: text-bottom;
}

.table > thead > tr > th {
    border-bottom: 0px;
}

@media all and (max-width: 992px) {

    .table-category-style-new { 
        font-size: 14px;
    }

    .table-responsive, .table-responsive thead, .table-responsive tbody, .table-responsive tr, .table-responsive th, .table-responsive td {
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
        border: 0;
        line-height: 1.2 !important;
    }

    .table-responsive thead {
        display: none;
    }

    .table-responsive tr {
        padding: 0.75rem;
        border-radius: 10px;
        background: #a3a2e514;
    }

    .table-responsive tr + tr {
        margin-top: 0.75rem;
    }

    .table-responsive td {
        width: auto !important;
        padding: 5px 10px;
        border: 0 !important;
        word-break: break-word !important;
        white-space: normal !important;
      	text-align: right;
    }

    .table-responsive td + td {
        margin-top: 0;
        border-top: 1px solid #42416f !important;
    }

    .table-responsive td.td-item_control {
        padding: 0;
    }

    .table-responsive td[data-label]::before {
        content: attr(data-label) ":";
        margin: 0 0.35rem 0 0;
        font-weight: bold;
      	float: left;
    }

    .table-responsive .summary + table {
        margin-top: 0.35em;
    }

    .table-responsive table + nav, .table-responsive table + div {
        margin-top: 1em;
    }

    .hidden-xs.hidden-sm.service-description {
        display: block !important;
    }

    .visible-xs.visible-sm.service-description {
        display: none !important;
    }
    .td-center-text { text-align: center !important;}
    
    .table-style-id-new {  
        display: inline-block !important;
        background: #4f28f5;
        border-radius: 20px;
        padding: 7px 12px !important;
    }
    .table-style-name-new {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .popup-service { width: 90% !important; }
    .popup-service h2 { font-size: 20px !important; }
}

.overlay-service {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
}

.popup-service {
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    padding: 20px;
    background: #20203d;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    z-index: 1000;
    transition: all 0.5s ease;
    opacity: 0;
}

.close-btn-service {
    background-color: #ffffff00;
    color: white;
    border: none;
    padding: 0px;
    cursor: pointer;
    border-radius: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    filter: invert(1);
}
.openPopupBtn-service {
    background-color: #2eba17;
    color: #fff;
    border-radius: 10px;
    padding: 12px 20px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.openPopupBtn-service:hover {
    text-decoration: none;
    color: #fff;
    background-color: #4f28f5;
}

.popup-service-info {
    display: flex;
    font-size: 12px;
    color: #7f7fa3;
    justify-content: flex-start;
    gap: 40px;
}
.popup-service-description {
    font-size: 12px;
    color: #7f7fa3;
}
.popup-service-description {
    font-size: 14px;
    color: #ffffff;
    justify-content: flex-start;
    gap: 40px;
    background-color: #191931;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}
.popup-service-title-block-description {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #7d7da5;
}
.button-td-position {
    text-align: right;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 0 !important;
    vertical-align: middle;
}
.popup-service h2 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 28px;
}

.ticket-message-right .ticket-message {
    background-color: #99a9f50d;
}

.btn-primary {
    padding: 13px 24px;
}

.modal-content {
    background-color: #14182f;
    border-radius: 15px;
}

.close {
    color: #fff;
}

.close:hover, .close:focus {
    color: #fff;
}

.modal-header {
    border-bottom: 1px solid #353a57;
}

.modal-footer {
    border-top: 1px solid #353a57;
}

