@font-face {
    font-family: Open-Sans;
    src: url("../fonts/Open-Sans.ttf");
}

@font-face {
    font-family: Open-Sans-Bold;
    src: url("../fonts/OpenSans-Bold.woff");
}

:root {
    --swiper-theme-color: #f68b21;
}

body {
    font-family: Open-Sans, Arial, "Helvetica Neue", Helvetica, sans-serif;

    background-color: #eff3f4;

    /*background-image: url("../images/order.jpg");*/
    /*background-position: center top;*/
    /*opacity: 0.6;*/
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #f68b21;
    text-decoration: none;
}

.btn {
    border-radius: 0;
}

.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #fff !important;
    background-color: #f68b21 !important;
    border-color: #f68b21 !important;
}

.btn-primary {
    border-color: #f68b21;
    background-color: #f68b21;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff !important;
    border-color: #d5781c !important;
    background-color: #d5781c !important;
}

.btn-link {
    color: #f68b21;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #f68b21;
}

.skin-color {
    color: #f68b21;
}

.text-row-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.text-paragraph-2-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-paragraph-3-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-height-2 {
    line-height: 2em;
}

.font-size-2em {
    font-size: 2em;
}

.rich-text {
    line-height: 2em;
}

.rich-text img {
    max-width: 100%;
}

.rich-text video {
    max-width: 100%;
}

.area-overflow-x-auto {
    overflow-x: auto;
    margin-bottom: 20px;
}

.area-overflow-x-auto > *:last-child {
    margin-bottom: 0;
}

.min-width-768 {
    min-width: 768px;
}

.page-title {
    margin-bottom: 20px;
}

.page-title .text {
    font-size: 24px;
}

.empty-area {
    padding: 4em;
    text-align: center;
}

.loading-area {
    padding: 4em;
    text-align: center;
}

.pagination-area {
    display: flex;
    justify-content: center;
}

.pagination-area .pagination {
    margin-top: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #f68b21;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f68b21;
    border-color: #f68b21;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #f68b21;
}

.table.table-center tr th,
.table.table-center tr td {
    text-align: center;
}

.table.table-thead-center thead tr th,
.table.table-thead-center thead tr td {
    text-align: center;
}

.table.table-thead-grey {
    border: 1px solid #f0f0f0;
}

.table.table-thead-grey thead {
    background-color: #f1f1f1;
}

.table.table-thead-grey tbody {
    color: #5b5b5b;
}

.table.table-thead-grey thead th,
.table.table-thead-grey thead td {
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
}

.table.table-thead-grey thead th:after,
.table.table-thead-grey thead td:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    width: 1px;
    height: 70%;
    background-color: #e0e0e0;
}

.table.table-thead-grey tbody th,
.table.table-thead-grey tbody td {
    padding-top: 17px;
    padding-bottom: 12px;
}

.table.table-thead-grey th,
.table.table-thead-grey td {
    padding-left: 12px;
    padding-right: 12px;
    border-top-color: #f0f0f0;
    vertical-align: middle;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    margin-bottom: 20px;
}

.panel-box > *:first-child {
    margin-top: 0;
}

.panel-box > *:last-child {
    margin-bottom: 0;
}

.panel-box.data-table-panel-box {
}

.panel-box.data-table-panel-box .status-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 10px;
}

.panel-box.data-table-panel-box .status-tabs a {
    position: relative;
    margin: 0 30px 20px 0;
}

.panel-box.data-table-panel-box .status-tabs a.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: #f68b21;
}

.panel-box.data-table-panel-box .table .opt-col {
    position: sticky;
    right: 0;
    text-align: center;
    background-color: #e0e0e0;
}

.panel-box.data-table-panel-box .table .opt-col > * {
    margin: 5px;
}

.panel-box.data-table-panel-box .pagination {
    margin: 0;
}

.panel-box.auth-panel-box {
    padding: 35px 65px 30px 65px;
    border-radius: 18px;
    box-shadow: 0 0 15px #33333366;
}

.panel-box.auth-panel-box form > *:last-child {
    margin-bottom: 0;
}

.form-required::before {
    content: '*';
    color: #f44336;
    margin-right: 4px;
}

#app .has-error .control-label {
    color: #f44336;
}

#app .has-error .form-control {
    border-color: #f44336;
}

#app .has-error .help-block {
    color: #f44336;
}

.phone-input-group .input-group-btn .dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

.panel-box.article-list-panel-box .article-list {
    margin-bottom: 20px;
}

.panel-box.article-list-panel-box .article-list .article-item {
    line-height: 3em;
    padding: 0 5px;
    border-bottom: 1px solid #ddd;
}

.panel-box.article-list-panel-box .article-list .article-item .text-row-ellipsis {
    display: block;
}

.panel-box.article-info-panel-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel-box.article-info-panel-box .title {
    font-size: 24px;
    text-align: center;
}

.panel-box.article-info-panel-box .time {
    text-align: center;
    margin: 1em 0;
}

.panel-box.article-info-panel-box .content {
    color: #555;
    min-height: 300px;
}

.panel-box.article-info-panel-box .content img {
    max-width: 100%;
}

.page-pagination-block {
    display: flex;
    justify-content: center;
}

.pagination {
    margin-top: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #666;
    padding: 3px 9px;
    margin: 0 5px 10px 5px;
    border-radius: 0 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    background-color: #f68b21;
    border-color: #f68b21;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #f68b21;
    border-color: #f68b21;
}

.display-block {
    display: block !important;
}

.app-page-header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #fff;
}

.app-page-header .header-navbar {
    color: #fff;
    background-image: repeating-linear-gradient(
            -45deg,
            #1037b6,
            #1037b6 2px,
            #173cb8 2px,
            #173cb8 6px
    );
}

.app-page-header .header-navbar .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    flex-wrap: wrap;
}

.app-page-header .header-navbar .nets {
    display: flex;
    align-items: center;
    gap: 30px;
}

.app-page-header .header-navbar .menus {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.app-page-header .header-navbar .menus .menu-item {
    position: relative;
    margin: 0 25px;
}

.app-page-header .header-navbar .menus .menu-item:first-child {
    margin-left: 0;
}

.app-page-header .header-navbar .menus .menu-item:last-child {
    margin-right: 0;
}

.app-page-header .header-navbar .menus .menu-item.has-children:after {
    position: absolute;
    right: -15px;
    top: 4px;
    content: "\f078";
    color: #fff;
    transform: scale(0.7);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
}

.app-page-header .header-navbar .menus .menu-item .out-text {
    line-height: 1em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.app-page-header .header-navbar .menus .menu-item .out-text .icon {
    font-size: 18px;
}

.app-page-header .header-navbar .menus .menu-item .out-text .val {
    color: #cdcdcd;
}

.app-page-header .header-navbar .menus .menu-item .downmenus {
    position: absolute;
    left: 50%;
    top: 18px;
    min-width: 150px;
    display: none;
    transform: translate(-50%, 0);
    z-index: 10;
}

.app-page-header .header-navbar .menus .menu-item:hover .downmenus {
    display: block;
}

.app-page-header .header-navbar .menus .menu-item .downmenus > .triangle {
    position: absolute;
    left: calc(50% - 5px);
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #444;
    transform: rotate(45deg);
}

.app-page-header .header-navbar .menus .menu-item .downmenus .downmenus-inner {
    margin-top: 15px;
    background-color: #444;
    display: flex;
    flex-direction: column;
}

.app-page-header .header-navbar .menus .menu-item .downmenus .downmenus-inner .downmenus-item {
    position: relative;
}

.app-page-header .header-navbar .menus .menu-item .downmenus .downmenus-inner .downmenus-item .inner-text {
    padding: 6px 20px;
    display: block;
    color: inherit;
    font-size: 14px;
}

.app-page-header .header-navbar .menus .menu-item .downmenus .downmenus-inner .downmenus-item .inner-text:hover {
    background-color: #666;
}

.app-page-header .header-navbar .menus .split-line {
    display: block;
    width: 2px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.3);
}

.app-page-header .header-middle .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    flex-wrap: wrap;
}

.app-page-header .header-middle .left-col {
    position: relative;
    height: 100%;
}

.app-page-header .header-middle .logo-bg {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    height: 139px;
    background-color: #f68b21;
    padding-right: 30px;
}

.app-page-header .header-middle .logo-bg .l-ext {
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background-color: #f68b21;
}

.app-page-header .header-middle .logo-bg .bg {
    position: absolute;
    right: -80px;
    bottom: 0;
}

.app-page-header .header-middle .logo {
    margin-top: 24px;
}

.app-page-header .header-middle .right-col {
    display: flex;
    align-items: center;
}

.app-page-header .header-middle .right-col .tool-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.app-page-header .header-middle .right-col .tool-btns .auth-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
}

.app-page-header .header-middle .right-col .tool-btns .hamburg-btn {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    display: none;
}

.app-page-header .header-middle .menus {
    display: flex;
    gap: 80px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 110px;
}

.app-page-header .header-middle .menus .menu-item {
    position: relative;
}

.app-page-header .header-middle .menus .menu-item:first-child {
    margin-left: 0;
}

.app-page-header .header-middle .menus .menu-item:hover:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f68b21;
}

.app-page-header .header-middle .menus .menu-item.has-children .out-text {
    position: relative;
}

.app-page-header .header-middle .menus .menu-item.has-children .out-text:after {
    position: absolute;
    right: -15px;
    top: 7px;
    content: "\f078";
    color: #333;
    transform: scale(0.7);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
}

.app-page-header .header-middle .menus .menu-item .out-text a {
    color: #333;
    line-height: 1em;
}

.app-page-header .header-middle .menus .menu-item .downmenus {
    position: absolute;
    left: 50%;
    top: 18px;
    min-width: 130px;
    display: none;
    transform: translate(-50%, 0);
    z-index: 1;
}

.app-page-header .header-middle .menus .menu-item:hover .downmenus {
    display: block;
}

.app-page-header .header-middle .menus .menu-item .downmenus > .triangle {
    position: absolute;
    left: calc(50% - 5px);
    top: 22px;
    width: 10px;
    height: 10px;
    background-color: #444;
    transform: rotate(45deg);
}

.app-page-header .header-middle .menus .menu-item .downmenus .downmenus-inner {
    margin-top: 26px;
    background-color: #444;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.app-page-header .header-middle .menus .menu-item .downmenus .downmenus-inner .downmenus-item {
    position: relative;
}

.app-page-header .header-middle .menus .menu-item .downmenus .downmenus-inner .downmenus-item.has-children:after {
    position: absolute;
    right: 6px;
    top: 16px;
    content: "\f054";
    transform: scale(0.7);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    color: #fff;
}

.app-page-header .header-middle .menus .menu-item .downmenus .downmenus-inner .downmenus-item.has-children:hover:after {
}

.app-page-header .header-middle .menus .menu-item .downmenus .downmenus-inner .downmenus-item .inner-text {
    padding: 10px;
    display: block;
    color: #fff;
}

.app-page-header .header-middle .menus .menu-item .downmenus .downmenus-inner .downmenus-item .inner-text:hover {
    background-color: #666;
}


.app-page-header .header-middle .menus .menu-item .downmenus .downmenus-inner .downmenus-item .rightmenus {
    position: absolute;
    left: 150%;
    top: 0;
    min-width: 130px;
    display: none;
    transform: translate(-50%, 0);
}

.app-page-header .header-middle .menus .menu-item .downmenus .downmenus-inner .downmenus-item:hover .rightmenus {
    display: block;
}

.app-page-header .header-middle .menus .menu-item .downmenus .downmenus-inner .downmenus-item .rightmenus .triangle {
    position: absolute;
    left: 6px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #444;
    transform: rotate(45deg);
}

.app-page-header .header-middle .menus .menu-item .downmenus .downmenus-inner .downmenus-item .rightmenus .rightmenus-inner {
    margin-left: 10px;
    background-color: #444;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.app-page-header .header-middle .menus .menu-item .downmenus .downmenus-inner .downmenus-item .rightmenus .rightmenus-inner .rightmenus-item {
    position: relative;
}

.app-page-header .header-middle .menus .menu-item .downmenus .downmenus-inner .downmenus-item .rightmenus .rightmenus-inner .rightmenus-item .inner-text {
    padding: 10px;
    display: block;
    color: #fff;
}

.app-page-header .header-middle .menus .menu-item .downmenus .downmenus-inner .downmenus-item .rightmenus .rightmenus-inner .rightmenus-item .inner-text:hover {
    background-color: #444;
}

.app-page-header-placeholder {
    height: 150px;
}

.app-page-header-hamburg-dropdown-window {
    position: fixed;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.app-page-header-hamburg-dropdown-window .inner {
    max-height: 70vh;
    overflow: auto;
}

.app-page-header-hamburg-dropdown-window .menus {
    line-height: 3em;
    font-size: 16px;
    overflow: hidden;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item {
    padding-left: 1em;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text {
    position: relative;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .text {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .text:hover {
    color: #f68b21;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .triangle {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    line-height: 48px;
    text-align: center;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .triangle .fa:before {
    content: "\f078";
}

.app-page-header-hamburg-dropdown-window .menus .menu-item.open-menus > .out-text .triangle .fa:before {
    content: "\f077";
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .menus {
    height: 0;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item.open-menus > .menus {
    height: auto;
}

.app-page-header-hamburg-dropdown-window .search-form .form-control {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    background-color: #eee;
    border-width: 0;
    box-shadow: none;
}

.app-page-header-hamburg-dropdown-window .search-form .input-group-addon {
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    background-color: #eee;
    border-width: 0;
}

.app-page-big-img {
    position: relative;
}

.app-page-big-img .bg {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.app-page-big-img .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.app-page-big-img .content > .container {
    height: 100%;
}

.app-page-big-img .content > .container .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.app-page-big-img .content > .container .inner .text {
    color: #fff;
    font-size: 64px;
    font-weight: bold;
}

.app-page-content {
    min-height: 80vh;
}

.app-page-footer {
    color: #fff;
    background-color: #121212;
    padding-top: 45px;
}

.app-page-footer .copyright {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: #6f6e77;
}

.app-page-footer .social-network {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 35px;
}

.app-page-footer .social-network a {
    color: #6f6e77;
    background-color: #000;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    font-size: 16px;
}

.index-page {
    background-color: #fff;
}

.index-page .banner-area {
    width: 100%;
    height: 800px;
}

.index-page .banner-area .banner-swiper {
    height: 100%;
}

.index-page .banner-area .banner-swiper .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
}

.index-page .banner-area .banner-swiper .swiper-slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 60%);
}

.index-page .banner-area .banner-swiper .swiper-button-next, .index-page .banner-area .banner-swiper .swiper-button-prev {
    color: #f68b21;
}

.index-page .about-us-block {
    padding-top: 105px;
    padding-bottom: 156px;
}

.index-page .about-us-block .title {
    font-family: Open-Sans-Bold;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-bottom: 24px;
}

.index-page .about-us-block .content {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.index-page .contact-us-block {
    position: relative;
}

.index-page .contact-us-block .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 84px;
    background-color: #121212;
}

.index-page .contact-us-block .content {
    position: relative;
    z-index: 10;
}

.index-page .contact-us-block .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 180px;
    padding: 0 60px;
    background-image: url("../images/pages/index/contact-bg.jpg");
    background-size: cover;
}

.index-page .contact-us-block .box .left-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.index-page .contact-us-block .box .left-col .l1 {
    display: flex;
    gap: 94px;
}

.index-page .contact-us-block .box .right-col .contact-btn {
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding: 0 36px;
}

.user-page {
}

.user-page .layout-left-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 77px;
}

.user-page .layout-left-right .left-col {
    width: 260px;
}

.user-page .layout-left-right .right-col {
    width: calc(100% - 260px - 15px);
}

.user-page .user-left-menus {
    padding: 30px 40px 68px 40px;
    background-color: #fff;
    margin-bottom: 20px;
}

.user-page .user-left-menus .menu-item {
    border-bottom: 1px solid #d9d9d9;
}

.user-page .user-left-menus .menu-item .out-text {
    display: block;
    line-height: 30px;
    font-weight: bold;
    padding: 12px 14px;
}

.user-page .user-left-menus .menu-item .out-text .icon {
    margin-right: 10px;
}

.auth-page {
    background-color: #fff;
}

.auth-page .app-page-content .layout-left-right {
    padding: 77px 0;
}

.auth-page .app-page-content .layout-left-right .left-col img {
    width: 93%;
}

@media (min-width: 1600px) {
    .app-page-header .header-navbar .inner {
        margin-right: -22px;
    }

    .app-page-header .header-middle .inner {
        margin: 0 -115px;
    }

    .index-page .about-us-block {
        padding-left: 68px;
        padding-right: 68px;
    }

    .user-page .layout-left-right {
        margin-left: -38px;
        margin-right: -38px;
    }
}

@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }

    .app-page-header-hamburg-dropdown-window {
        display: none !important;
    }
}

@media (max-width: 1350px) {
    .panel-box.auth-panel-box {
        padding-left: 35px;
        padding-right: 35px;
    }

    .app-page-header .header-navbar .menus .menu-item.account-item,
    .app-page-header .header-navbar .menus .account-split-line {
        display: none;
    }

    .app-page-header .header-middle .right-col .tool-btns .hamburg-btn {
        display: block;
    }

    .app-page-header .header-middle .menus {
        display: none;
    }

    .index-page .banner-area {
        height: inherit;
        aspect-ratio: 2;
    }

    .index-page .about-us-block {
        padding: 80px 0;
    }

    .index-page .contact-us-block .box .left-col .l1 {
        gap: 50px;
    }

    .user-page .layout-left-right .left-col {
        width: 200px;
    }

    .user-page .layout-left-right .right-col {
        width: calc(100% - 200px - 15px);
    }

    .user-page .user-left-menus {
        padding: 20px;
    }
}

@media (max-width: 1200px) {
    .app-page-header .header-navbar {
        display: none;
    }

    .app-page-header .header-middle .logo-bg {
        height: 100%;
    }

    .app-page-header .header-middle .logo {
        margin: 0;
    }

    .app-page-header-placeholder {
        height: 100px;
    }
}

@media (max-width: 992px) {
    .app-page-header .header-middle .right-col .tool-btns .auth-btn {
        display: none;
    }

    .index-page .contact-us-block .box {
        flex-direction: column;
        gap: 30px;
        padding: 30px;
        height: auto;
    }

    .user-page .layout-left-right {
        margin-top: 50px;
    }

    .user-page .layout-left-right .left-col {
        width: 100%;
    }

    .user-page .layout-left-right .right-col {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .panel-box.auth-panel-box {
        box-shadow: none;
    }

    .app-page-header .header-middle .inner {
        height: 70px;
    }

    .app-page-header .header-middle .logo img {
        max-width: 220px;
    }

    .app-page-header .header-middle .right-col .tool-btns .hamburg-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .app-page-header-placeholder {
        height: 70px;
    }

    .index-page .about-us-block {
        padding: 50px 0;
    }

    .index-page .about-us-block .title {
        font-size: 24px;
    }

    .index-page .contact-us-block .box .left-col .l1 {
        flex-direction: column;
        gap: 20px;
    }

    .auth-page .app-page-content .layout-left-right {
        padding: 50px 0;
    }
}

@media (max-width: 500px) {
}
