
body {
    background-color: #fff;

    /*background-image: url("../images/index.jpg");
    background-position: center top;
    opacity: 0.6;*/
}

label {
    font-weight: normal;
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ab724e;
    text-decoration: none;
}

.skin-color {
    color: #ab724e !important;
}

.color-grey {
    color: grey;
}

.btn-default {
    color: #000;
    border-color: #000;
    outline: none !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #fff;
    background-color: #ab724e;
    border-color: #ab724e;
}

.btn-primary {
    background-color: #ab724e;
    border-color: #ab724e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active {
    background-color: #734d35 !important;
    border-color: #734d35 !important;
}

.more-btn {
    min-width: 100px;
}

.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;
}

.line-height-3 {
    line-height: 3em;
}

.rich-text {
    line-height: 2em;
}

.rich-text img {
    max-width: 100%;
}

.page-title {
    margin-bottom: 20px;
}

.page-title .text {
    font-size: 24px;
}

.hover-text-underline {
    position: relative;
}

.hover-text-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #ab724e;
    transition: all 0.3s;
}

.hover-text-underline:hover:after {
    width: 100%;
}

.hover-text-skin-color:hover {
    color: #ab724e !important;
}

.hover-img-zoom {
    overflow: hidden;
}

.hover-img-zoom > img {
    transition: all 0.6s;
}

.hover-img-zoom:hover > img {
    transform: scale(1.06);
}

.hover-text-skin-color:hover {
    color: #ab724e;
}

.empty-area {
    padding: 4em;
    text-align: center;
}

.loading-area {
    padding: 4em;
    text-align: center;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.panel-box > *:first-child {
    margin-top: 0;
}

.panel-box > *:last-child {
    margin-bottom: 0;
}

.area-overflow-x-auto {
    overflow-x: auto;
    margin-bottom: 20px;
}

.area-overflow-x-auto > *:last-child {
    margin-bottom: 0;
}

.min-width-500 {
    min-width: 500px;
}

.min-width-900 {
    min-width: 900px;
}

.table.table-vertical-middle th,
.table.table-vertical-middle td {
    vertical-align: middle;
}

.table .fixed-column {
    position: sticky;
    right: 0;
    background-color: white;
}

.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: 300px;
    overflow: auto;
}

.app-page-header {
    background-color: #fff;
    margin-bottom: 20px;
}

.app-page-header .header-top {
    border-bottom: 1px solid #333;
    padding-top: 10px;
    padding-bottom: 7px;
    display: none;
}

.app-page-header .header-top .inner {
    display: flex;
    justify-content: space-between;
}

.app-page-header .header-top .right-block {
    display: flex;
    align-items: center;
}

.app-page-header .header-top .nets {
    display: flex;
}

.app-page-header .header-top .nets a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ecf5f6;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-right: 15px;
}

.app-page-header .header-top .nets a:hover {
    border: 1px solid #e4e4e4;
    background-color: transparent;
    color: #000;
}

.app-page-header .header-navbar {
    padding: 20px 0 25px 0;
    border-bottom: 1px solid #656565;
}

.app-page-header .header-navbar > .container {
    max-width: 100%;
}

.app-page-header .header-navbar .inner {
    display: flex;
    justify-content: space-between;
}

.app-page-header .header-navbar .left-block,
.app-page-header .header-navbar .right-block {
    line-height: 2em;
    width: calc((100% - 110px) / 2);
}

.app-page-header .header-navbar .right-block {
    display: flex;
    justify-content: flex-end;
}

.app-page-header .header-navbar .right-block .menus {
    color: #999;
}

.app-page-header .header-navbar .right-block .menus a {
    color: #000;
}

.app-page-header .header-navbar .right-block .trans {
    margin-left: 50px;
}

.app-page-header .header-navbar .right-block .hamburg {
    display: none;
    width: 34px;
    line-height: 32px;
    border: 1px solid #333;
    border-radius: 4px;
    text-align: center;
    margin-top: 0;
}

.app-page-header .header-navbar .logo-block img {
    height: 100px;
}

.app-page-header .header-navbar .nets {
    display: flex;
}

.app-page-header .header-navbar .nets a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ecf5f6;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-right: 15px;
}

.app-page-header .header-navbar .nets a:hover {
    border: 1px solid #e4e4e4;
    background-color: transparent;
    color: #000;
}

.app-page-header .header-main-menus {
    border-bottom: 1px solid #656565;
}

.app-page-header .header-main-menus > .container {
    max-width: 100%;
}

.app-page-header .header-main-menus .main-menus {
    display: flex;
    justify-content: center;
}

.app-page-header .header-main-menus .main-menus .out-menu-item {
    position: relative;
    margin: 0 65px;
}

.app-page-header .header-main-menus .main-menus .out-menu-item .out-text {
    font-size: 16px;
    line-height: 58px;
    font-weight: bold;
}

.app-page-header .header-main-menus .main-menus .out-menu-item .inner-menus-box {
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 10;
    display: none;
    transform: translate(-50%, 0);
}

.app-page-header .header-main-menus .main-menus .out-menu-item:hover .inner-menus-box {
    display: block;
}

.app-page-header .header-main-menus .main-menus .out-menu-item .inner-menus-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    width: 15px;
    height: 15px;
    background-color: #ab724e;
    transform: rotate(45deg) translate(-50%, 0);
}

.app-page-header .header-main-menus .main-menus .out-menu-item .inner-menus-box .inner-menus {
    background-color: #fff;
    min-width: 160px;
    border-radius: 2px;
    padding: 5px 0;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-top: 2px solid #ab724e;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

[lang=en] .app-page-header .header-main-menus .main-menus .out-menu-item .inner-menus-box .inner-menus {
    min-width: max-content;
}

.app-page-header .header-main-menus .main-menus .out-menu-item .inner-menus-box .inner-menus .inner-menu-item {
    display: block;
    padding: 10px;
    text-align: center;
}

.app-page-header-hamburg-dropdown-window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    display: none;
}

.app-page-header-hamburg-dropdown-window .window-header .header-row {
    display: flex;
}

.app-page-header-hamburg-dropdown-window .window-header .header-row .logo-block img {
    height: 60px;
}

.app-page-header-hamburg-dropdown-window .window-header .header-row .right-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.app-page-header-hamburg-dropdown-window .window-header .header-row .right-block .close-btn {
    display: inline-block;
    width: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 2em;
}

.app-page-header-hamburg-dropdown-window .window-content {
    max-height: calc(100% - 142px);
    overflow-y: auto;
}

.app-page-header-hamburg-dropdown-window .window-content .menus {
    line-height: 2.5em;
    font-size: 16px;
    overflow: hidden;
}

.app-page-header-hamburg-dropdown-window .window-content .menus > hr {
    margin: 10px 0;
}

.app-page-header-hamburg-dropdown-window .window-content .menus .menu-item {
    padding-left: 1em;
}

.app-page-header-hamburg-dropdown-window .window-content .menus .menu-item .out-text {
    position: relative;
}

.app-page-header-hamburg-dropdown-window .window-content .menus .menu-item .out-text .text {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.app-page-header-hamburg-dropdown-window .window-content .menus .menu-item .out-text .text:hover {
    color: #ec1c24;
}

.app-page-header-hamburg-dropdown-window .window-content .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 .window-content .menus .menu-item .out-text .triangle .fa:before {
    content: "\f078";
}

.app-page-header-hamburg-dropdown-window .window-content .menus .menu-item.open-menus > .out-text .triangle .fa:before {
    content: "\f077";
}

.app-page-header-hamburg-dropdown-window .window-content .menus .menu-item .menus {
    height: 0;
}

.app-page-header-hamburg-dropdown-window .window-content .menus .menu-item.open-menus > .menus {
    height: auto;
}

.app-page-content {
    min-height: 450px;
}

.app-page-footer {
    margin-top: 20px;
    background-color: #fff;
}

.app-page-footer .footer-top {
    border-top: 1px solid #dfdfdf;
    padding-top: 72px;
    padding-bottom: 80px;
}

.app-page-footer .footer-top .inner {
    display: flex;
}

.app-page-footer .footer-top .friends-block {
    margin-left: 25px;
}

.app-page-footer .footer-top .subscribe-block {
    margin-left: 328px;
}

.app-page-footer .footer-top .subscribe-block .title {
    font-size: 22px;
    color: #000;
    margin-top: -6px;
    margin-bottom: 27px;
    margin-left: 10px;
}

.app-page-footer .footer-top .subscribe-block .input-group {
    width: 470px;
}

.app-page-footer .footer-top .subscribe-block .input-group input,
.app-page-footer .footer-top .subscribe-block .input-group button {
    height: 44px;
    font-size: 16px;
}

.app-page-footer .footer-top .subscribe-block .input-group button {
    width: 130px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    border-color: transparent;
}

.app-page-footer .footer-top .subscribe-block .input-group button:hover {
    background-color: #252525;
}

.app-page-footer .copyright {
    color: #a6a6a6;
    font-size: 16px;
    padding: 24px 0;
    border-top: 1px solid #dfdfdf;
}

.app-page-footer .copyright .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-page-footer .copyright .nets {
    display: flex;
    margin-right: 18px;
}

.app-page-footer .copyright .nets a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #ecf5f6;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-left: 15px;
}

.app-page-footer .copyright .nets a:hover {
    border: 1px solid #e4e4e4;
    background-color: transparent;
    color: #000;
}

.app-page-top {
    position: relative;
    margin-bottom: 20px;
}

.app-page-top .bg {
    width: 100%;
    max-height: 250px;
    min-height: 100px;
    object-fit: cover;
}

.app-page-top .main-text {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 32px;
    font-weight: bold;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    text-align: center;
}

.app-page-breadcrumb {
    padding: 0;
    background-color: inherit;
    color: grey;
}

.app-page-breadcrumb > li + li:before {
    padding: 0;
}

.app-page-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ab724e;
}

.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: 30px;
}

.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: #333;
    overflow-x: auto;
}

.panel-box.article-info-panel-box .content > *:last-child {
    margin-bottom: 0;
}

.panel-box.article-info-panel-box .content img,
.panel-box.article-info-panel-box .content video,
.panel-box.article-info-panel-box .content iframe {
    max-width: 100%;
}

.panel-box.article-info-panel-box .attachment {
}

.panel-box.article-info-panel-box .attachment .item {
    display: flex;
    align-items: center;
}

.panel-box.article-info-panel-box .attachment .item .icon {
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}

.panel-box.article-info-panel-box .attachment .item .name {
    width: calc(100% - 40px);
    word-break: break-all;
}

.page-pagination-block {
    display: flex;
    justify-content: center;
}

.page-pagination-block .pagination {
    margin-top: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ab724e;
    border-color: #ab724e;
}

.pagination > li > a, .pagination > li > span {
    color: #ab724e;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #ab724e;
}

.left-menus-area {
    position: relative;
}

.left-menus-area .show-filter-btn {
    margin-bottom: 20px;
    display: none;
}

.left-menus-area .show-filter-btn .text {
    max-width: calc(100% - 100px);
    display: inline-block;
    vertical-align: sub;
}

.left-menus-area .left-menus-panel {
    line-height: 2em;
}

.left-menus-area .left-menus-panel .cat-item {
    margin-bottom: 1em;
}

.left-menus-area .left-menus-panel .cat-item:last-child {
    margin-bottom: 0;
}

.left-menus-area .left-menus-panel .cat-item .cat-title {
    font-weight: bold;
}

.left-menus-area .left-menus-panel .cat-item .cat-menus {
    padding-left: 15px;
}

.left-menus-area .left-menus-panel .cat-item .cat-menus .menu-item a {
    display: inline-block;
    width: 100%;
    word-break: break-all;
}

.page-main-message-window-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-main-message-window {
    position: relative;
    width: 500px;
    max-width: calc(100% - 30px);
    border-radius: 14px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 3rem rgba(0, 0, 0, .2);
}

.page-main-message-window .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    background-color: #666;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.page-main-message-window .close-btn:hover {
    background-color: #333;
}

.page-main-message-window .window-header {
    padding: 30px;
    text-align: center;
}

.page-main-message-window .window-body {
    padding: 0 30px 30px 30px;
    min-height: 200px;
}

.auth-page {
}

.auth-page .auth-box {
}

.auth-page .auth-box .auth-header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ab724e;
    width: 300px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto 1em auto;
    padding: 1em 0;
}

.auth-page .auth-box form .control-label {
    padding-top: 13px;
}

.auth-page .auth-box form .form-control,
.auth-page .auth-box form .btn {
    font-size: 14px;
}

.index-page {
}

.index-page .app-page-header {
    padding: 0 50px;
    margin-bottom: 0;
}

.index-page .banner-block {
    position: relative;
    height: 750px;
    margin-bottom: 140px;
    padding: 0 50px;
}

.index-page .banner-block .banner-swiper {
    height: 100%;
}

.index-page .banner-block .banner-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-page .banner-block .banner-swiper .swiper-button-next {
    right: 30px;
}

.index-page .banner-block .banner-swiper .swiper-button-prev {
    left: 30px;
}

.index-page .banner-block .banner-swiper .swiper-button-next,
.index-page .banner-block .banner-swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .35);
    transition: all 0.3s;
}

.index-page .banner-block .banner-swiper .swiper-button-next::after,
.index-page .banner-block .banner-swiper .swiper-button-prev::after {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}

.index-page .banner-block .banner-swiper .swiper-button-next:hover,
.index-page .banner-block .banner-swiper .swiper-button-prev:hover {
    background-color: #fff;
}

.index-page .banner-block .banner-swiper .swiper-button-next:hover::after,
.index-page .banner-block .banner-swiper .swiper-button-prev:hover::after {
    color: #ab724e;
}

.index-page .banner-block .banner-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .35);
    width: 35px;
    height: 3px;
    border-radius: 0;
    position: relative;
    opacity: 1;
}

.index-page .banner-block .banner-swiper .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 0;
    height: 100%;
}

.index-page .banner-block .banner-swiper .swiper-pagination-bullet-active:after {
    animation: 5s .2s move02 both;
}

@keyframes move02 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.index-page .competition-projects-block {
    margin-bottom: 100px;
}

.index-page .competition-projects-block .project-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-page .competition-projects-block .project-list .project-item {
    width: 360px;
    text-align: center;
    margin-bottom: 60px;
}

.index-page .competition-projects-block .project-list .project-item .img {
    height: 420px;
    border: 1px solid #ddd;
}

.index-page .competition-projects-block .project-list .project-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-page .competition-projects-block .project-list .project-item .title {
    font-size: 18px;
    margin-top: 37px;
    margin-bottom: 24px;
}

.index-page .competition-projects-block .project-list .project-item .more-btn {
    width: 116px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    border-radius: 0;
}

.index-page .news-block {
}

.index-page .news-block .left-col {
    padding: 0;
}

.index-page .news-block .left-col img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
}

.index-page .news-block .right-col {
    padding-left: 56px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.index-page .news-block .right-col .header {
    font-size: 24px;
    font-weight: bold;
}

.index-page .news-block .right-col .new-list {
    padding-left: 22px;
}

.index-page .news-block .right-col .new-list .new-item {
    display: flex;
    margin-top: 31px;
}

.index-page .news-block .right-col .new-list .new-item .text {
    width: calc(100% - 30px);
}

.index-page .news-block .right-col .new-list .new-item .text .time {
    color: #999;
}

.index-page .news-block .right-col .new-list .new-item .text .title {
    font-size: 18px;
}

.index-page .news-block .right-col .new-list .new-item .more {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 30px;
    font-size: 26px;
}

.index-page .about-block {
    margin-bottom: 154px;
}

.index-page .about-block .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.index-page .about-block .left-col {
    padding-right: 175px;
    font-size: 18px;
    line-height: 48px;
}

.index-page .about-block .right-col {
    padding: 0;
}

.index-page .about-block .right-col img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
}

.index-page .gallery-block {
    margin-bottom: 158px;
}

.index-page .gallery-block .header {
    font-size: 24px;
    color: #ab724e;
    font-weight: bold;
    margin-bottom: 54px;
    text-align: center;
}

.index-page .gallery-block .gallery-swiper {
}

.index-page .gallery-block .gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-page .gallery-block .gallery-swiper .swiper-button-next,
.index-page .gallery-block .gallery-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .35);
    transition: all 0.3s;
}

.index-page .gallery-block .gallery-swiper .swiper-button-next::after,
.index-page .gallery-block .gallery-swiper .swiper-button-prev::after {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
}

.index-page .gallery-block .gallery-swiper .swiper-button-next:hover,
.index-page .gallery-block .gallery-swiper .swiper-button-prev:hover {
    background-color: #fff;
}

.index-page .gallery-block .gallery-swiper .swiper-button-next:hover::after,
.index-page .gallery-block .gallery-swiper .swiper-button-prev:hover::after {
    color: #ab724e;
}

.address-page {
}

.address-page .opt-col {
    text-align: center;
    width: 90px;
}

.address-page .opt-col div {
    display: flex;
    justify-content: space-between;
}

.competition-projects-page .project-list {
}

.competition-projects-page .project-list .project-item {
    display: flex;
    flex-wrap: wrap;
    height: 400px;
}

.competition-projects-page .project-list .project-item:nth-child(even) {
    flex-direction: row-reverse;
}

.competition-projects-page .project-list .project-item .img-col {
    height: 100%;
}

.competition-projects-page .project-list .project-item:nth-child(odd) .img-col {
    padding-right: 0;
}

.competition-projects-page .project-list .project-item:nth-child(even) .img-col {
    padding-left: 0;
}

.competition-projects-page .project-list .project-item .img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.competition-projects-page .project-list .project-item .main-col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    height: 100%;
}

.competition-projects-page .project-list .project-item .main-col .more-btn {
    padding: 1em;
    width: 150px;
}

.competition-project-info-page .project-tabs {
    color: #fff;
    background-color: #ab724e;
}

.competition-project-info-page .project-tabs > li {
    margin: 0;
}

.competition-project-info-page .project-tabs > li > a {
    color: inherit !important;
    border: none !important;
    border-radius: 0;
    margin: 0;
    background-color: inherit !important;
    padding: 15px 20px;
}

.competition-project-info-page .project-tabs > li > a:hover,
.competition-project-info-page .project-tabs > li.active > a {
    background-color: #b98b6c !important;
}

.competition-project-info-page .project-tab-content {
    min-height: 300px;
}

.competition-project-info-page .project-tab-content * {
    text-wrap: wrap !important;
}

.about-page .app-page-title {
    text-align: center;
}

.about-page .app-page-title .bg {
    line-height: 1em;
    opacity: 0.3;
    font-size: 26px;
}

.about-page .about-block {
    display: flex;
}

.about-page .about-block .about-text-content {
    padding: 1em 0;
    height: 100%;
    background: url("../images/about-page/bg.png") center top no-repeat;
}

[lang=en] .about-page .about-block .about-text-content {
    line-height: 2em !important;
}

.about-page .about-block .right-col video {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
}

.about-page .data-box {
    color: #fff;
    border: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
    background-image: url("../images/about-page/data-bg.png");
    background-size: cover;
}

.about-page .data-box .item {
    width: 350px;
    text-align: center;
    font-weight: bold;
}

.about-page .data-box .item .num {
    font-size: 40px;
    margin-bottom: 10px;
}

.about-page .data-box .item .text {
    font-size: 16px;
}

.about-page .chairman-msg-block .left-col .main-img {
    width: 200px;
    max-width: 100%;
}

.about-page .organiser-block .left-col .main-img {
    width: 200px;
    max-width: 100%;
}

.artistic-board-page .man-list .man-item {
    text-align: center;
}

.artistic-board-page .man-list .man-item .round-head {
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.artistic-board-page .man-list .man-item .round-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-page .new-list {
    display: flex;
    flex-wrap: wrap;
}

.news-page .new-list .new-item {
}

.news-page .new-list .new-item .img {
    display: flex;
    justify-content: center;
    height: 250px;
    overflow: hidden;
}

.news-page .new-list .new-item .img img {
    height: 100%;
}

.news-page .new-list .new-item .title {
    margin: 15px 0 10px 0;
}

.gallery-page .gallery-group-list {
}

.gallery-page .gallery-group-list .gallery-group-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallery-page .gallery-group-list .gallery-group-item .img-item {
    margin-bottom: 10px;
}

.gallery-page .gallery-group-list .gallery-group-item .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-page .gallery-group-list .gallery-group-item.style1 .img-item {
    width: 100%;
}

.gallery-page .gallery-group-list .gallery-group-item.style2 .img-item {
    width: calc((100% - 10px) / 2);
}

.gallery-page .gallery-group-list .gallery-group-item.style4 .img-item {
    width: calc((100% - 10px) / 2);
    height: calc((100% - 10px) / 2);
}

.gallery-page .gallery-group-list .gallery-group-item.style5 .left-col {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 10px;
}

.gallery-page .gallery-group-list .gallery-group-item.style5 .left-col .img-item {
    height: calc((100% - 10px) / 2);
}

.gallery-page .gallery-group-list .gallery-group-item.style5 .right-col {
    width: calc(60% - 10px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 10px;
}

.gallery-page .gallery-group-list .gallery-group-item.style5 .right-col .top-col {
    height: 70%;
}

.gallery-page .gallery-group-list .gallery-group-item.style5 .right-col .top-col .img-item {
    height: 100%;
}

.gallery-page .gallery-group-list .gallery-group-item.style5 .right-col .bottom-col {
    display: flex;
    justify-content: space-between;
    height: calc(30% - 10px);
}

.gallery-page .gallery-group-list .gallery-group-item.style5 .right-col .bottom-col .img-item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 0;
}

.adjudicators-page .man-list .man-item {
}

.adjudicators-page .man-list .man-item .head {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.adjudicators-page .man-list .man-item .head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adjudicators-page .man-list .man-item .head .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    line-height: 2em;
    padding: 4px 7px;
    background-color: rgba(0, 0, 0, 0.3);
    max-height: 92px;
    display: none;
}

.adjudicators-page .man-list .man-item:hover .head .desc {
    display: -webkit-box;
}

.winners-page .year-title {
    margin-top: 0;
}

.winners-page .year-title:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../images/winners-page/year-icon.png");
    background-size: 30px;
    vertical-align: text-top;
}

.winners-page .result-panel-box {
    padding: 30px;
}

.winners-page .result-block {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.winners-page .result-block:last-child {
    margin-bottom: 0;
}

.winners-page .project-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.winners-page .project-group {
    border-left: 1px solid #ddd;
    padding-left: 50px;
}

.winners-page .year-btn {
    border-color: #ddd;
}

.winners-page .year-btn:hover {
    color: #ab724e;
    background-color: #fff;
}

.programmes-page .year-title {
    margin-top: 0;
}

.programmes-page .year-title:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../images/programmes-page/year-icon.png");
    background-size: 30px;
    vertical-align: text-top;
}

.programmes-page .file-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.programmes-page .file-list .img img {
    width: 100%;
}

.programmes-page .file-group {
    border-left: 1px solid #ddd;
    padding-left: 50px;
}

.programmes-page .year-btn {
    border-color: #ddd;
}

.programmes-page .year-btn:hover {
    color: #ab724e;
    background-color: #fff;
}


.all-adjudicators-page .year-title {
    margin-top: 0;
}

.all-adjudicators-page .year-title:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../images/all-adjudicators-page/year-icon.png");
    background-size: 30px;
    vertical-align: text-top;
}

.all-adjudicators-page .man-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.all-adjudicators-page .man-list .man-item {
    display: block;
}

.all-adjudicators-page .man-list .man-item .avatar {
    position: relative;
}

.all-adjudicators-page .man-list .man-item .avatar img {
    width: 100%;
    aspect-ratio: 1;
}

.all-adjudicators-page .man-list .man-item .avatar .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    line-height: 2em;
    padding: 4px 7px;
    background-color: rgba(0, 0, 0, 0.3);
    max-height: 92px;
    display: none;
}

.all-adjudicators-page .man-list .man-item:hover .avatar .desc {
    display: -webkit-box;
}

.man-detail-window {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    width: 800px;
    max-width: calc(100vw - 30px);
    padding: 20px;;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
}

.man-detail-window .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    z-index: 10;
    border: 1px solid #a94442;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
}

.man-detail-window img {
    width: 100%;
}

.man-detail-window h4 {
    margin-top: 0;
}

.all-adjudicators-page .man-group {
    border-left: 1px solid #ddd;
    padding-left: 50px;
}

.all-adjudicators-page .year-btn {
    white-space: inherit;
    border-color: #ddd;
}

.all-adjudicators-page .year-btn:hover {
    color: #ab724e;
    background-color: #fff;
}

.results-page .result-panel-box {
    padding: 30px 50px;
}

.results-page .result-block {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.results-page .result-block:last-child {
    margin-bottom: 0;
}

.live-schedule-page .new-list {
    display: flex;
    flex-wrap: wrap;
}

.live-schedule-page .new-list .new-item {
}

.live-schedule-page .new-list .new-item .img {
    display: flex;
    justify-content: center;
    height: 250px;
    overflow: hidden;
}

.live-schedule-page .new-list .new-item .img img {
    height: 100%;
}

.live-schedule-page .new-list .new-item .title {
    margin: 15px 0 10px 0;
}

.previous-schedule-page .year-title {
    margin-top: 0;
}

.previous-schedule-page .year-title:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../images/previous-schedule-page/year-icon.png");
    background-size: 30px;
    vertical-align: text-top;
}

.previous-schedule-page .year-btn {
    border-color: #ddd;
}

.previous-schedule-page .year-btn:hover {
    color: #ab724e;
    background-color: #fff;
}

.previous-schedule-page .new-list {
    display: flex;
    flex-wrap: wrap;
}

.previous-schedule-page .new-list .new-item {
}

.previous-schedule-page .new-list .new-item .img {
    display: flex;
    justify-content: center;
    height: 250px;
    overflow: hidden;
}

.previous-schedule-page .new-list .new-item .img img {
    height: 100%;
}

.previous-schedule-page .new-list .new-item .title {
    margin: 15px 0 10px 0;
}

.faq-page .knowledge-list {
}

.faq-page .knowledge-list .knowledge-item {
    border-top: 1px solid #ddd;
}

.faq-page .knowledge-list .knowledge-item:last-child {
    border-bottom: 1px solid #ddd;
}

.faq-page .knowledge-list .knowledge-item .out-title {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 10px 20px 10px 0;
}

.faq-page .knowledge-list .knowledge-item.open .out-title {
    font-weight: bold;
}

.faq-page .knowledge-list .knowledge-item .out-title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '+';
    line-height: 45px;
    width: 30px;
    text-align: center;
    font-size: 18px;
}

.faq-page .knowledge-list .knowledge-item.open .out-title:after {
    content: '-';
}

.faq-page .knowledge-list .knowledge-item .inner-content {
    display: none;
    padding: 10px 20px 10px 0;
    line-height: 2em;
}

.faq-page .knowledge-list .knowledge-item.open .inner-content {
    display: block;
}

.contact-page {
    background: url("../images/contact-page/bg.jpg") no-repeat center bottom;
    background-size: cover;
    background-position-y: -300px;
}

.contact-page .main-content {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    margin: 0;
}

.contact-page .main-content .left-col {
    padding: 0;
}

.contact-page .main-content .contact-box {
    border: none;
    border-radius: 0;
    background-color: #faf6ed;
    height: 100%;
    padding: 50px;
    overflow: auto;
}

.contact-page .main-content .contact-box h2 {
    position: relative;
}

.contact-page .main-content .contact-box h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 1em;
    height: 3px;
    background-color: #ab724e;
}

.contact-page .main-content form .control-label {
    padding-top: 13px;
}

.contact-page .main-content form .form-group:last-child {
    margin-bottom: 0;
}

.contact-page .main-content form input,
.contact-page .main-content form textarea,
.contact-page .main-content form button {
    font-size: 14px;
}

.competition-entry-info-page .info-panel-box > hr {
    margin: 10px 0;
}

@media (min-width: 1600px) {
    .container.extend {
        width: 1570px;
    }
}

@media (max-width: 1600px) {
    .index-page .about-block .left-col {
        padding-right: 56px;
    }
}

@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }

    .index-page .news-block .right-col .content {
        width: 590px;
    }

    .index-page .about-block .left-col .content {
        width: 590px;
        float: right;
    }

    .about-page .about-block .about-text-content {
        font-size: 16px !important;
    }
}

@media (max-width: 1350px) {
    .index-page .about-block .left-col {
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .about-page .about-block .about-text-content {
        font-size: 14px;
        line-height: 3em;
    }
}

@media (max-width: 1200px) {
    .table .opt-col {
        position: sticky;
        right: -1px;
        text-align: center;
        background-color: white;
        width: 100px;
    }

    .table .opt-col:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #ddd;
    }

    .table .opt-col .btns {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .app-page-header .header-main-menus .main-menus .out-menu-item {
        margin: 0 20px;
    }

    .app-page-footer .footer-top .inner {
        justify-content: space-between;
    }

    .app-page-footer .footer-top .friends-block {
        margin-left: 0;
    }

    .app-page-footer .footer-top .subscribe-block {
        margin-left: 0;
    }

    .index-page .app-page-header {
        padding: 0 15px;
    }

    .index-page .banner-block {
        height: 600px;
        padding: 0 15px;
    }

    .index-page .competition-projects-block .project-list .project-item {
        width: 250px;
    }

    .index-page .competition-projects-block .project-list .project-item .img {
        height: 300px;
    }

    .competition-projects-page .project-list .project-item {
        height: 300px;
    }

    .news-page .new-list .new-item .img {
        height: 200px;
    }

    .live-schedule-page .new-list .new-item .img {
        height: 200px;
    }

    .previous-schedule-page .new-list .new-item .img {
        height: 200px;
    }
}

@media (min-width: 992px) {
    .left-menus-area .left-menus-panel {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .app-page-footer .footer-top .subscribe-block .input-group {
        width: 400px;
    }

    .left-menus-area .show-filter-btn {
        display: block;
    }

    .left-menus-area .left-menus-panel {
        position: absolute;
        left: 0;
        top: 44px;
        width: 100%;
        z-index: 10;
        display: none;
        box-shadow: 0 2px 10px 2px #ddd;
    }

    .left-menus-area .left-menus-panel .panel-heading {
        display: none;
    }

    .left-menus-area .left-menus-panel .cat-item {
        text-align: center;
    }

    .left-menus-area .left-menus-panel .cat-item .cat-menus {
        padding-left: 0;
    }

    .index-page .competition-projects-block .project-list .project-item {
        width: 200px;
    }

    .index-page .competition-projects-block .project-list .project-item .img {
        height: 250px;
    }

    .index-page .news-block .right-col {
        padding: 30px 15px 60px 15px;
    }

    .index-page .news-block .right-col .new-list {
        padding-left: 0;
    }

    .index-page .news-block .right-col .new-list .new-item {
        margin-top: 20px;
    }

    .index-page .about-block {
        margin-bottom: 30px;
    }

    .index-page .about-block .left-col {
        padding: 30px 15px;
    }

    .index-page .about-block .inner {
        flex-direction: column-reverse;
    }

    .index-page .gallery-block {
        margin-bottom: 60px;
    }

    .about-page .about-block {
        display: block;
    }
}

@media (min-width: 768px) {
    .man-detail-window .right-col {
        max-height: calc(100vh - 90px);
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    .app-page-header .header-top {
        display: block;
    }

    .app-page-header .header-navbar {
        padding: 20px 0;
    }

    .app-page-header .header-navbar .right-block .menus {
        display: none;
    }

    .app-page-header .header-navbar .right-block .trans {
        display: none;
    }

    .app-page-header .header-navbar .logo-block img {
        height: 60px;
    }

    .app-page-header .header-navbar .nets {
        display: none;
    }

    .app-page-header .header-main-menus {
        display: none;
    }

    .app-page-header .header-navbar .right-block {
        align-items: center;
    }

    .app-page-header .header-navbar .right-block .hamburg {
        display: block;
    }

    .app-page-footer .footer-top .inner {
        flex-direction: column;
    }

    .app-page-footer .footer-top .friends-block {
        margin-bottom: 30px;
        text-align: center;
    }

    .app-page-footer .footer-top .subscribe-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .app-page-footer .footer-top .subscribe-block .title {
        margin-left: 0;
        margin-top: 0;
    }

    .app-page-footer .footer-top .subscribe-block .input-group {
        width: 100%;
        max-width: 350px;
    }

    .app-page-footer .copyright {
        text-align: center;
    }

    .app-page-footer .copyright .inner {
        flex-direction: column;
        align-items: center;
    }

    .app-page-footer .copyright .nets {
        margin-top: 20px;
        margin-right: 0;
    }

    .index-page .banner-block {
        height: 400px;
        margin-bottom: 60px;
    }

    .index-page .competition-projects-block {
        margin-bottom: 0;
    }

    .index-page .competition-projects-block .project-list .project-item {
        width: 100%;
    }

    .index-page .competition-projects-block .project-list .project-item .img {
        height: auto;
    }

    .competition-projects-page .project-list .project-item {
        flex-direction: row;
        height: auto;
    }

    .competition-projects-page .project-list .project-item .img-col {
        padding: 0 15px !important;
    }

    .competition-projects-page .project-list .project-item .main-col {
        padding: 15px 15px 60px 15px;
    }

    .competition-projects-page .project-list .project-item .main-col .bottom {
        text-align: center;
    }

    .about-page .data-box .item {
        width: 100%;
        margin-bottom: 50px;
    }

    .about-page .data-box .item:last-child {
        margin-bottom: 0;
    }

    .about-page .chairman-msg-block .left-col {
        text-align: center;
    }

    .about-page .organiser-block .left-col {
        text-align: center;
    }

    .artistic-board-page .man-list .man-item .round-head {
        width: 130px;
        height: 130px;
    }

    .news-page .new-list .new-item .img {
        height: auto;
    }

    .news-page .new-list .new-item .img img {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }

    .live-schedule-page .new-list .new-item .img {
        height: auto;
    }

    .live-schedule-page .new-list .new-item .img img {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }

    .previous-schedule-page .new-list .new-item .img {
        height: auto;
    }

    .previous-schedule-page .new-list .new-item .img img {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }

    .adjudicators-page .man-list .man-item .head {
        width: 130px;
        height: 130px;
    }

    .winners-page .project-group {
        border: none;
        padding: 0;
    }

    .programmes-page .file-group {
        border: none;
        padding: 0;
    }

    .all-adjudicators-page .man-group {
        border: none;
        padding: 0;
    }

    .man-detail-window {
        max-height: calc(100vh - 30px);
        overflow-y: auto;
    }

    .results-page .result-panel-box {
        padding: 20px;
    }

    .live-schedule-page .new-list .new-item .img {
        height: auto;
    }

    .previous-schedule-page .new-list .new-item .img {
        height: auto;
    }

    .contact-page .main-content .contact-box {
        height: auto;
    }
}

@media (max-width: 500px) {
    .app-page-top .main-text {
        font-size: 28px;
    }

    .index-page .banner-block {
        height: 200px;
    }

    .index-page .banner-block .banner-swiper .swiper-button-next {
        right: 10px;
    }

    .index-page .banner-block .banner-swiper .swiper-button-prev {
        left: 10px;
    }

    .index-page .banner-block .banner-swiper .swiper-button-next,
    .index-page .banner-block .banner-swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}
