@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&family=Rubik:wght@300;400;600&display=swap');

:root{
    --font1: 'Roboto';
    --font2: 'Roboto Slab';
}

body { margin:0; padding:0 0 0 70px; font-size:18px; color:var(--black) !important; font-family:var(--font1), Arial, sans-serif;}
* {
    box-sizing:border-box;
}
video::-webkit-media-controls {
    display:none !important;
}
video::-webkit-media-controls-fullscreen-button {
    pointer-events: none;
    opacity: .5;
}

h1,.h1 {
    font-size: 30px;
    font-weight: 400;
    font-family:var(--font2), Arial, sans-serif;
    color: var(--main-1);
}
h2, .h2 {
    font-size:26px;
    font-weight: 400;
    font-family:var(--font2), Arial, sans-serif;
}
h3, .h3 {
    font-size:20px;
    font-weight: 400;
    font-family:var(--font2), Arial, sans-serif;
}
a {
    color:var(--link);
    transition: color 0.3s;
}
a:hover {
    color:var(--link);
}
a[download] {
    outline: none;
}
img {
    max-width: 100%;
    display: block;
}
table {
    border-spacing: 0;
}
.clear {
    clear: both;
}
.mobile {
    display: none;
}
input, textarea, select {
    width:100%;
    outline:none;
    padding:10px 14px;
    font-family:var(--font1), Arial, sans-serif;
    border: 1px solid #D3D9E4;
    background: #fff;
    font-size: 18px;
    border-radius: 5px;
    transition: all 0.3s;
}
input:hover,textarea:hover,input:focus,textarea:focus {
    border: #b4b4b4 solid 1px;
}
input[size="2"] {
    width: 50px;
}
input[size="3"] {
    width: 64px;
}
select[multiple] option::checkmark {
    margin-top: 1px;
    height: 20px;
}
select[multiple] option {
    padding: 5px 10px;
}
select[multiple] {
    overflow-y: auto;
    /*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;*/
}
.select-sm select {
    padding: 4px 10px;
    font-size: 14px;
}
.input-gray {
    background: #F1F3F6;
    border: 1px solid #F1F3F6;
}
.input-sm {
    padding: 1px;
    font-size: 16px;
}
.modal-more-change .input-sm {
    text-align: center;
}
/*input[size] {
    width: auto;
}*/
.form-group label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}
.form-group-error input[type=text]:focus,
.form-group-error input[type=password]:focus,
.form-group-error textarea:focus,
.form-group-error input[type=text]:hover,
.form-group-error input[type=password]:hover,
.form-group-error textarea:hover,
.form-group-error input[type=text],
.form-group-error input[type=file],
.form-group-error input[type=password],
.form-group-error textarea,
.form-group-error select,
.form-group-error:has(input[type=checkbox]) .checkbox-check:after,
.form-group-error .ui-button {
    box-shadow: 0 0 0 3px #faaab3;
}
.form-group-error .file-text {
    color: var(--red-1);
}
input:-webkit-autofill,input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: inset 0 0 0 50px #fff;
    -webkit-text-fill-color: var(--black);
}
@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
textarea {min-height:150px;resize: vertical;}
select { width:100%}
button { outline: none; }
/*input[type=submit], button:not(.owl-dot,.owl-next,.owl-prev,.fancybox-button) {
    font-family:var(--font1), Arial, sans-serif;
    font-size: 18px;
    display: inline-block;
    width: auto;
    padding: 12px 24px;
    background-color: var(--main-1);
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}
input[type=submit]:hover, button:hover {
    background-color: var(--main-2);
}*/
input:-moz-placeholder { color:#AAA8A8;}
textarea:-moz-placeholder { color:#AAA8A8;}
input::-webkit-input-placeholder { color:#AAA8A8;}
textarea::-webkit-input-placeholder { color:#AAA8A8;}

.unified-checkbox,
.unified-radio {
    position: relative;
    cursor: pointer;
}
.unified-checkbox input[type="checkbox"] + .checkbox-text:hover .checkbox-check:after {
    border: 1px solid #acacac;
}
.unified-checkbox input[type="checkbox"] + .checkbox-text .checkbox-check:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: auto;
    transition: border ease 0.3s;
}
.unified-checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -45px;
    display: none;
}
.unified-checkbox input[type="checkbox"]:checked + .checkbox-text .checkbox-check:after {
    background-color: var(--main-1);
    border: 1px solid var(--main-1);
}
.unified-checkbox input[type="checkbox"]:checked + .checkbox-text .checkbox-check:before {
    width: 11px;
    height: 8px;
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    left: 3px;
    top: 5px;
    mask-image: var(--check);
    -webkit-mask-image: var(--check);
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
}
.checkbox-check {
    position: relative;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    top: -2px;
}
.checkbox-text {
    display: flex;
    align-items: center;
    gap: 20px;
}
.day-of-week .checkbox-text {
    flex-direction: column;
    gap:6px;
}
.day-of-week .checkbox-check {
    width: 25px;
    height: 25px;
}
.day-of-week .unified-checkbox input[type="checkbox"]:checked + .checkbox-text .checkbox-check:before {
    width: 17px;
    height: 14px;
    left: 5px;
    top: 7px;
}
.day-of-week .unified-checkbox input[type="checkbox"] + .checkbox-text .checkbox-check:after {
    border-radius: 5px;
}
.unified-radio input[type="checkbox"] + .radio-text:hover .radiobox-radio:after {
    border: 1px solid var(--gray-2);
}
.unified-radio input[type="radio"] + .radio-text .radiobox-radio:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid var(--gray);
    border-radius: 50%;
    margin: auto;
    transition: border ease 0.3s;
    box-sizing: border-box;
}
.unified-radio input[type="radio"] {
    position: absolute;
    margin-left: -45px;
    display: none;
}
.unified-radio input[type="radio"]:checked + .radio-text .radiobox-radio:before {
    width: 8px;
    height: 8px;
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: var(--gray);
    border-radius: 50%;
}
.radio-text {
    display: flex;
    align-items: center;
    gap: 12px;
}
.radiobox-radio {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}


.menu-but,.menu-but-w { display: none; align-items: center; gap: 30px; height:auto; padding:0; cursor:pointer; z-index:7; }
.menu-but-w { color:#FFF; }
.menu-ico { width:25px; height:26px; position:relative; display: flex; align-items: center; flex-shrink: 0; }
.menu-ico span:after, .menu-ico span:before {content: ""; position: absolute; left: 0; top: -10px;}
.menu-ico span:after{ top: 10px; }
.menu-ico span { position:relative; display:block; }
.menu-ico span, .menu-ico span:after, .menu-ico span:before { width: 100%;  height: 2px;  background-color:#7F8EA7; transition: all 0.3s;  backface-visibility: hidden; }
.menu-but-w .menu-ico span, .menu-but-w .menu-ico span:after, .menu-but-w .menu-ico span:before {  background-color: #fff; }
.on { color:#ffffff; background:none; z-index:1000; }
.on .menu-ico span { background-color: transparent;}
.on span:before { transform: rotate(45deg) translate(10px, 10px); background-color:#7F8EA7; }
.on span:after { transform: rotate(-45deg) translate(4px, -4px); background-color:#7F8EA7; }
.on .menu-ico { height:30px;}
.menu-but__text { color:#7F8EA7; transition: all 0.3s; }
.menu-but:hover .menu-but__text {
    color: #b8bec9;
}
.menu-but:hover .menu-ico span, .menu-but:hover .menu-ico span:after, .menu-but:hover .menu-ico span:before {
    background-color:#b8bec9;
}

.close-menu {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    cursor: pointer;
    z-index: 10;
}
.close-form {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    left: 10px;
}
.close-menu::before, .close-menu::after,
.close-form::before, .close-form::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    transform: rotate(45deg);
    background-color: var(--gray-3);
    position: relative;
}
.close-menu::after, .close-form::after {
    top: 12px;
}
.close-menu::before, .close-form::before {
    transform: rotate(133deg);
    top: 14px;
}


.scroll-sm * { scrollbar-width: thin; scrollbar-color: #c6c6c6 #F8F8F8; box-sizing: border-box; }
.scroll-sm::-webkit-scrollbar-track {
    background-color: transparent;
}
.scroll-sm::-webkit-scrollbar-thumb {
    border:none;
    background-color: #c6c6c6;
}
.scroll-sm::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #F8F8F8;
}
.non-scroll {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*line-height: 25px;*/
}
.main-html, .main-html body {
    height: 100%;
    padding: 0;
}
.main-outer {
    max-width: 1920px;
    margin: 0 auto;
}
.main {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
#SDStudio_VIDEO_BACKGROUND {overflow: hidden; }
#SDStudio_VIDEO_BACKGROUND > video { position: absolute; top: 0; left: 0; width: 100%; height:100%;}
/* 1. Если не поддерживает support: */
@media (min-aspect-ratio: 16/9) {
    #SDStudio_VIDEO_BACKGROUND > video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
    #SDStudio_VIDEO_BACKGROUND > video { width: 300%; left: -100%; }
}
/* 2. Если поддерживает object-fit, overriding (1): */
@supports (object-fit: cover) {
    #SDStudio_VIDEO_BACKGROUND > video {
        top: 0; left: 0;
        width: 100%; height: 100%;
        object-fit: cover;
    }
}
.for-mobile {
    display: none;
}

.div-empty {
    display: none;
}
/*MENU VERTICAL*/
.menu-box {
    width: 70px;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    background-color: rgba(20,45,96,0.8);
    color: #fff;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 10;
}
.menu-box-active {
    width: 260px;
    background-color: rgba(20,45,96,1);
}
.menu-box .menu-but {
    display: flex;
    margin: 22px 0 22px 22px;
}
.menu-vertical:before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    left: 10px;
    top: 0;
    background-color: #7F8EA7;
}
.menu-vertical .icon:before {
    height: 25px;
    background-color: #53B8F5;
}

.menu-vertical .but-submenu {
    width: 20px;
    height: 16px;
}
.menu-vertical .but-submenu:before {
    width: 8px !important;
    height: 16px !important;
    transform: rotate(0deg);
}
.menu-vertical {
    padding: 20px;
    position: relative;
}
.menu-vertical ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-vertical > ul > li {
    position:relative;
}
.menu-vertical > ul > li:first-child {

}
.menu-vertical > ul > li > a {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff;
    text-decoration: none;
    margin: 25px 0;
    transition: color 0.3s;
}
.menu-vertical ul a:hover {
    color: #d6f0ff;
}
.menu-vertical ul a:hover .icon:before {
    background-color: #d6f0ff;
}
.menu-box-active .menu-vertical > ul > li > a span {
    display: inline-block;
}
.menu-vertical > ul > li > a span {
    display: none;
}
.menu-vertical ul ul {
    font-size: 14px;
    margin: 0 0 18px 20px;
    display: none;
}
.menu-vertical ul ul a {
    color: #999898;
    text-decoration: none;
    padding: 8px 0;
    display: block;
}
.menu-vertical-active .but-submenu:before {
    transform: rotate(90deg);
}
.menu-vertical-active ul {
    display: block !important;
}
/*CLOSE MENU VERTICAL*/

.main-fon { background: url(../images/main-fon.jpg) no-repeat left top / cover; }
.logo-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo {
    width: 50px;
}
.logo-text {
    font-size: 20px;
    color: var(--main-1);
    font-family:var(--font2), Arial, sans-serif;
    font-weight: 700;
}

header {
    background: rgba(255, 255, 255, 0.7);
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
    padding: 10px 0;
}

.header-info {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-icons {
    display: flex;
    gap: 16px;
}
.bell-box {
    position: relative;
}
.bell-cnt {
    height: 12px;
    min-width: 12px;
    background: rgb(255, 0, 118);
    position: absolute;
    right: -3px;
    top: 1px;
    border-radius: 6px;
}
.header-profile {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border:#fff solid 8px;
    border: 1px solid rgba(211, 217, 228, 1);
}

.main-page-box {
    display: flex;
    gap:15px;
}
.main-page-clients {
    padding: 26px 30px 30px;
    background-color: #fff;
    border-radius: 20px;
}
.main-page-clients-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    margin: 0 0 24px;
}
.main-company-item {
    border: 0.5px solid rgba(211, 217, 228, 1);
}
.main-page-right {

}
.main-page-projects {
    margin: 15px 0 0;
}
.main-page-notify {
    display: flex;
    gap:15px;
}
.main-page-notify-item,
.main-page-message-item {
    width: 200px;
    height: 245px;
    border: 0.5px solid rgba(211, 217, 228, 1);
    border-radius: 20px;
    background-color: #53B8F5;
    color:#fff;
    text-align: center;
    font-size: 20px;
    font-family:var(--font2), Arial, sans-serif;
    padding: 26px 30px 30px;
}
.main-page-notify-item__num {
    font-size: 80px;
    font-weight: 700;
    margin: 25px 0 0;
}
.main-page-message-item {
    background-color: #264795;
}


.main-content {
    margin: 34px 30px;
}
.main-company-add-company {
    margin: 0 14px 0 36px;
}
.main-company-item {
    border-radius: 20px;
    background: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.3s;
    text-decoration: none;
}
.main-company-item img {
    max-height: 130px;
}
.main-company-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.main-company-item:hover {
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.main-company-item__title {
    text-align: center;
    font-family: Roboto Slab;
    font-size: 16px;
    font-weight: 700;
    color:#264795;
    margin:20px 0 0;
    text-transform: uppercase;

}
.white-box, .main-company-list,.white-box-p0, .white-box-auto {
    width: 100%;
    background-color: #fff;
    padding: 4px 32px 30px;
    border-radius: 20px;
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.overflow {
    overflow: auto;
}
.white-box-p0 {
    padding: 0 30px;
}
.white-box-auto {
    padding: 30px;
    display: inline-block;
    width: auto;
}
.title-sm {
    color: var(--gray);
    transition: color 0.3s;
    font-size: 16px;
    position: relative;
}
.title-sm:hover {
    color: var(--gray-hover);
}
.title-bold {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.clients-box {
    display: flex;
    gap: 20px;
}
.clients-left {
    width: 320px;
    flex-shrink: 0;
}
.clients-img-box {
    border-radius: 20px;
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:30px;
    padding: 30px 20px 20px;
    font-size: 16px;
    position: relative;
}

.delete-client-photo {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    cursor: pointer;
}
.clients-img-box:hover .delete-client-photo {
    display: block;
}
.upload-file-row {
    display: flex;
    justify-content: space-between;
}
.upload-file-box input {
    display: none;
}
.upload-file-row-box {
    display: flex;
    align-items: center;
    gap:14px;
    margin: 25px 0;
}
.form-group-file input {
    display: none;
}
.upload-file-row-box .btn {
    display: flex;
    align-items: center;
    gap:14px;
    margin: 0 0 0 30px;
}
.upload-file-row-box .icon:not(.icon-download):before {
    width: 25px;
    height: 30px;
}
.margin-grid {
    margin: 46px 0;
}
.margin-small {
    margin: 20px 0;
}
.clients-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.client-contact-title-box {
    margin: 40px 0 25px;
}
.client-contact__title {
    font-size: 30px;
    font-weight: 600;
}
.client-contact-info-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin: 40px 0 0;
}
.client-contact-info-item {
    font-size: 20px;
}
.client-contact-info-item .title-sm {
    margin: 0 0 5px;
}
.status-box {
    display: flex;
    align-items: center;
    gap: 18px;
}

.project-prices {
    margin: 46px 0;
}
.blocks-table {
    margin: 56px 0;
}
.blocks-table .btn {
    margin: 50px 0 0;
}
.input-date {
    display: flex;
    align-items: center;
    gap:10px;
}
.input-date .icon:before {
    background-color: #D3D9E4;
    cursor: pointer;
}
.date-time {
    display: flex;
    height: 44px;
    width: 80px;
    border: 1px solid #D3D9E4;
    border-radius: 5px;
    align-items: center;
    padding: 10px 10px;
}
.date-time input {
    background: #fff;
    border:none;
    outline: none;
    padding: 0;
    text-align: center;
}
.project-prices .label-box {
    flex-basis: 270px;
    position: relative;
}
.comment-box {
    margin: 46px 0 0;
}
.complete-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 0 10px;
}
.complete {
    font-size: 25px;
    font-weight: 700;
    color: var(--main-1);
    margin: 0 0 0 14px;
}
.btn-mt-50 {
    margin: 50px 0 0 ;
}
.btn-mt-36 {
    margin: 36px 0 0 ;
}
.filter-icon {
    position: relative;
}
.filter-icon-box {
    position: absolute;
    left: -17px;
    top: 35px;
    padding: 23px 20px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap:10px;
    z-index: 5;
}
.filter-icon-box a {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}
.filter-icon-box a:hover {
    color: var(--main-1);
}
.filter-icon-box .icon-check:before {
    width: 17px;
    height: 14px;
}
.filter-icon-box:before {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    border-left:13px solid transparent;
    border-right:13px solid transparent;
    border-bottom:13px solid #fff;
    position: absolute;
    left: 15px;
    top: -13px;
}
.filter-icon-box input {
    font-size: 14px;
}

.btn-back {
    margin: 0 0 0 auto;
}
.btn-back .icon:before {
    width: 19px;
    height: 16px;
}

.view-mode-company {
    border: 0.5px solid rgba(211, 217, 228, 1);
    border-radius: 7px;
    background: rgba(255, 255, 255, 1);
    margin: 0 0 0 auto;
    padding: 7px 10px;
    position: relative;
}
.view-mode-company-row {
    display: flex;
    align-items: center;
    gap: 14px;
}
.view-mode-company-row .icon-down:before {
    width: 16px;
    height: 9px;
}
.view-mode-company-box {
    width: 175px;
    border: 0.5px solid rgba(211, 217, 228, 1);
    border-radius: 7px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    position: absolute;
    right: 0;
    top: 42px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap:25px;
    font-size: 16px;
    z-index: 5;
}
.view-mode-company-box a {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #000;
    text-decoration: none;
}
.view-mode-company-box .icon-check {
    margin: 0 0 0 auto;
}
.view-mode-company-box .icon-check:before {
    width: 17px;
    height: 14px;
}

.edit-ajax {
    font-size: 16px;
}


.etaps-box {
    display: flex;
}
.etaps-table {
    width: 50%;
}
.etaps-table th {
    height: 84px;
}
.etaps-table td.non-scroll {
    line-height: 28px;
    padding: 0 4px;
}
.etaps-table td {
    height: 28px;
}
.timeline-box {
    width: 50%;
    overflow:auto;
    border-radius:0 10px 0 0;
}
.timeline-box th {
    font-size: 14px;
}
.timeline-box td {
    height: 28px;
    width: 28px;
}
.etaps-table .table1 tr:first-child th:last-child {
    border-radius:0;
    border-right: #D3D9E4 solid 1px;
}
.timeline-box .table1 tr:first-child th:first-child {
    border-radius: 0;
}
.line-mid,
.line-start,
.line-end {
    padding: 0 !important;
    position: relative;
}
.timeline-item {
    height: 13px;
    position: relative;
    margin: -12px 0 0;
}
.timeline-item-treangel {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    /*border-top-width: 13px;
    border-top-style: solid;*/
    border-top: #264795 solid 13px;
    border-left: transparent solid 10px;
    border-right: transparent solid 10px;
    position: absolute;
    top: 13px;
    left: 0;
}
.line-start .timeline-item-treangel {
    left: 0;
}
.line-end .timeline-item-treangel {
    right: 0;
    left: auto;
}
.timeline-item-gray {
    background-color: #D3D9E4;
    height: 22px;
}
.timeline-item-gray2 {
    background-color: #B4BDCE;
    height: 22px;
    position: absolute;
    left: 0;
    z-index: 5;
}
.timeline-item-fio {
    width: 100%;
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 5;
    width: max-content;
    white-space: nowrap;
    font-size: 14px;
    line-height: 17px;
}

/*.lk-box {
    max-width: 300px;
}*/
.lk-box .form-group {
    margin: 0 0 16px;
}
.lk-box .form-group label {
    font-size: 16px;
}

/*AUTH*/
.auth-box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 60px;
    background: url(../images/auth-fon.jpg) no-repeat center / cover;
    color: #fff;
}
.auth-logo {
    font-family:var(--font2), Arial, sans-serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap:12px;
    text-align: center;
    font-size: 25px;
}
.auth-logo img {
    width: 120px;
}
.auth-box input {
    border: 1px solid rgba(223, 223, 223, 1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px 20px 20px 60px;
    margin: 0 0 12px;
    color: #fff;
}
.auth-box input[type="password"] {
    padding: 20px 160px 20px 60px;
}
.auth-box input:hover, .auth-box input:focus{
    border: #b4b4b4 solid 1px;
}
.form-auth {
    width: 100%;
    max-width: 400px;
}
.rem_pwd {
    position: absolute;
    top:20px;
    right:20px;
    color:var(--blue);
}
.rem_pwd:hover {
    color:var(--blue);
    text-decoration: none;
}
.input-icon {
    position: relative;
}
.input-icon .icon {
    position: absolute;
    left: 20px;
    top:19px;
}
.form-auth .unified-checkbox input[type="checkbox"] + .checkbox-text .checkbox-check::after {
    background-color: var(--blue);
    border: 1px solid var(--blue);
}
.form-auth .unified-checkbox input[type="checkbox"]:checked + .checkbox-text .checkbox-check::before {
    background-color: #fff;
}
.form-auth .btn {
    margin: 60px 0 0 0;
}
.form-auth .checkbox-text {
    margin:0 0 0 20px;
}
input.white-palceholder::-webkit-input-placeholder {
    color:#FFF;
}
input.white-palceholder::-moz-placeholder {
    color:#FFF;
}
input.white-palceholder:-moz-placeholder {
    color:#FFF;
}
input.white-palceholder::-ms-input-placeholder { /* IE10+ */
    color:#FFF;
}

/**/


.b-tabs {
    margin: 30px 0 45px;
}
.b-tabs2 {
    margin: 30px 0 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.b-tabs3 {
    margin: 30px 0 45px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.b-tabs4 {
    margin: 30px 0 45px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: #E0E3E6 solid 1px;
}
.b-tabs .el-tabs, .btn-row2 .el-tabs { padding:14px 20px; border:transparent solid 2px; position:relative; cursor:pointer; border-radius:5px; display:inline-block; text-decoration: none; color:#000;}
.b-tabs2 .el-tabs { min-width: 180px; font-size: 18px; text-align: center; padding:14px 28px; border:#7E8A96 solid 1px; position:relative; cursor:pointer; border-radius:50px; display:inline-block; color: #7E8A96; transition: all 0.3s}
.b-tabs2 .el-tabs:not(.el-tabs-active):hover { border: var(--main-1) solid 1px; color: var(--main-1); }
.b-tabs3 .el-tabs {
    padding:14px 20px;
    border-bottom: 1px solid #eee;
    cursor:pointer;
    max-width: 244px;
    width: 100%;
    text-align: center;
}
.b-tabs4 .el-tabs {
    padding: 25px 56px;
    border-left: #E0E3E6 solid 1px;
    border-right: #E0E3E6 solid 1px;
    border-top: #E0E3E6 solid 1px;
    border-bottom: #E0E3E6 solid 1px;
    position: relative;
    top: 1px;
    cursor: pointer;
    background: #F9FAFB;
    display: inline-block;
    color: #7E8A96;
    font-size: 18px;
    transition: color 0.3s;
}
.b-tabs4 .el-tabs:not(.el-tabs-active):hover { color: #2A4B8D; }
.b-tabs4 .el-tabs:first-child { border-radius: 20px 0 0 0; border-right: none; }
.b-tabs4 .el-tabs:last-child { border-radius: 0 20px 0 0; }
.tabs-center { justify-content: center; }
.tabs-cont { display:none; }
.tabs-cont:first-child { display:block}
.b-tabs .el-tabs-active, .btn-row2 .el-tabs-active { border:var(--main-1) solid 2px; cursor:default; color: var(--main-1); font-weight: 500}
.b-tabs2 .el-tabs-active { border:var(--main-1) solid 1px; background-color: var(--main-1); cursor:default; color: #fff; font-weight: 600}
.b-tabs3 .el-tabs-active { border-bottom:var(--main-1) solid 1px; cursor:default; font-weight: 600}
.b-tabs4 .el-tabs-active { background: #fff; border-bottom: #fff solid 1px; cursor: default; color: #2A4B8D;}
.b-tabs-cont {
    margin: 34px 0 0 0;
    position: relative;
    z-index: 5;
}


.main-margin {
    margin: 120px 0;
}
.map {
    width: 100%;
    height: 400px;
    background-color: var(--gray-4);
}

/*VN*/

.photo-text-box {
    display: flex;
    gap: 53px;
    margin: 50px 0 0;
}
.photo-text__img {
    max-width: 500px;
    flex-shrink: 0;
}
.photo-text__img img {
    width: 100%;
    border-radius: 20px;
}

.margin-vn {
    margin: 75px 0 150px;
}


.docs-box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 80px 30px;
    margin: 50px 0 80px;
}
.docs-item {
    width: 162px;
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}
.docs-item__img img {
    display: block;
    margin: 0 auto;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.docs-item-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.docs-item-row img {
    width: 34px;
}
.docs-item-row a {
    text-decoration: none;
}



.cont-vn {
    padding: 20px 0 100px 0;
}


.b-krohki { display: flex; justify-content: flex-start; align-items: center; margin: 40px 0;}

.hlebn-krohki { color:var(--main-1); font-size: 14px;}
.hlebn-krohki a {color:#042a35}
.hlebn-krohki ul { list-style:none; padding:0; margin:0; display: flex; flex-wrap: wrap; align-items: center; }
.hlebn-krohki li { display:inline-block}
.hlebn-krohki-dev { padding:0 10px}




.gallery {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    margin: 30px 0;
}
.gallery-item {
    border-radius: 5px;
    overflow: hidden;
}
.gallery-item img {
    border-radius: 5px;
    transition: all 0.3s;
}
.gallery-item img:hover {
    transform: scale(1.1);
}



.contact-box {
    display: flex;
    gap: 90px;
}
.contact-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 30%;
    flex-shrink: 0;
}
.map {
    width: 66%;
    height: 450px;
    overflow: hidden;
    background-color: var(--gray-1);
}
.box-icon {
    display: flex;
    gap: 37px;
}
.box-icon .icon {
    margin: 4px 0 0 0;
}
.box-icon__label {
    font-weight: 600;
}
.box-icon__des-i {
    font-size: 13px;
    font-style: italic;
    margin: 6px 0 0 0;
}
.icon-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.icon-item .icon {
    flex-shrink: 0;
}
.icon-item a {
    text-decoration: none;
    color: inherit;
}


/*.b-doc { margin: 60px 0 50px 0;}
.b-doc-item-w100 { width: 46%; margin: 0 4% 0 0; }
.b-doc-item-w100:nth-child(2n){ margin: 0;}
.b-doc-item-w100 p { font-weight: bold;}
.b-doc-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.b-doc-item a {
    text-decoration: none;
}
.b-doc-item__title { font-size: 18px; font-weight: 700; }
.b-doc-item-row { display: flex; align-items: center; gap:10px; font-size: 16px; }
.b-doc-item img { width:34px;}*/




.nc-demo-modal-wrapper {
    display: none;
}
.box-pages {font-size:18px; padding:40px 0 30px 0}
.pagest { display:inline-block;vertical-align: middle;padding:0 30px 0 0}
.box-pages a { color:#333; padding:6px 15px;display:inline-block; font-weight:bold; margin:3px; border-radius:4px; -moz-border-radius:4px; background:var(--gray-4); text-decoration:none; transition: all 0.3s}
.box-pages a:hover { background:var(--gray-5);}
.box-pages span {color:var(--main-1); padding:5px 14px;display:inline-block; font-weight:bold; margin:0 3px; border:var(--main-1) solid 1px; border-radius:4px; -moz-border-radius:4px}

.pagination { display: flex; align-items: center; justify-content: center; gap: 3px; margin:40px 0 30px 0; font-size:14px;}


.pagination-item {
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:4px;
    background:var(--gray-4);
    color: #000; text-decoration:none; border:#fff solid 1px; transition: all 0.3s;
}
.pagination-item:hover {
    border:var(--main-2) solid 1px;
}
.pagination-item.active { color:#fff; background:var(--main-1);}
.pagination-item-next,
.pagination-item-prev {
    width: 17px;
    height: 12px;
    margin: 0 0 0 20px;
    border: none !important;
}
.pagination-item-prev {
    transform: rotate(180deg);
    margin: 0 20px 0 0;
}
.pagination-item-dev {
    margin: 0 10px;
}
.pagination-item-next:hover,
.pagination-item-prev:hover,
.pagination-item-dev,
.pagination-item-dev:hover {
    border: none !important;
}

.caution { padding:6px 20px; background:url(../images/danger-sing.svg) no-repeat 20px 16px; color:#2a6093; border:#2a6093 solid 2px; border-radius:10px;box-shadow: 0 15px 30px -10px rgba(90, 161, 227, 0.15); background-size:22px; text-indent:38px}
.caution-red { padding:0 50px; color:var(--red-1); border:var(--red-1) solid 2px; border-radius:5px; font-weight: 600;
    margin: 50px 0; }
#fade { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .5;
    z-index: 7;
}
.popup_block a { color:#333 }
.popup_block {
    display: none;
    background: #ffffff;
    color:#333333;
    padding: 30px;
    float: left;
    font-size: 1.2em;
    position: fixed;
    font-size:12px; text-align:left;
    top: 50%; left: 50%;
    z-index: 8;
    -webkit-box-shadow: 0px 0px 5px #252424;
    -moz-box-shadow: 0px 0px 5px #252424;
    box-shadow: 0px 0px 5px #252424;

}
img.btn_close {
    float: right;
    margin: -7px -10px 0 0;
}

*html #fade {
    position: absolute;
}
*html .popup_block {
    position: absolute;
}

.fancybox-content {
    padding: 35px !important;
}
.fancybox-content.modal-big {
    padding: 35px 55px !important;
}

.modal {
    display: none;
}
.modal-callback {
    max-width: 450px !important;
}
.modal-delete,
.modal-more-change {
    border-radius: 20px;
}
.modal-small {
    width: 100%;
    max-width: 600px !important;
    border-radius: 20px;
}
.modal-big {
    width: 100%;
    max-width: 1450px !important;
    border-radius: 20px;
    box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 35px;
}
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px 0 0;
    margin: 0 0 25px;
}
.modal-title {
    font-size: 30px;
    font-weight: 400;
    color: var(--main-1);
    font-family:var(--font2), Arial, sans-serif;

}

.label-box .title-sm {
    margin: 0 0 10px;
}
.policy {
    font-size: 14px;
    font-weight: 600;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}
.fancybox-slide--html .fancybox-close-small {
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    top: 35px !important;
    right: 30px !important;
    background: #fff !important;
    opacity: 1 !important;
    transition: all 0.3s;
}
.modal-more-change .fancybox-close-small {
    top: 10px !important;
    right: 10px !important;
}
.fancybox-button svg path {
    fill: var(--gray) !important;
    width: 18px !important;
    height: 18px !important;
    transition: all 0.3s;
}
/*.fancybox-slide--html .fancybox-close-small:hover {
    background: var(--main-1) !important;
}*/
.fancybox-button:hover svg path {
    fill: var(--gray-hover) !important;
}
.fancybox-content {
    overflow: visible !important;
}
.topcontrol { width:60px; height:60px; position: fixed; z-index: 99; bottom: 50px; right: 5px; cursor: pointer; opacity: 0.5;filter:alpha(opacity=50);border-radius:50%; webkit-border-radius:50%; moz-border-radius:50%;}
.topcontrol:hover {opacity: 1;filter:alpha(opacity=100);}

.b-cookie {
    display: none;
    filter: drop-shadow(0 0 27px rgba(0,0,0,.12));
    left: 50%;
    padding: 12px 24px;
    position: fixed;
    transform: translate3d(-50%,-24px,0);
    width: 640px; bottom:10px; background:#fff; border:#eaeaea solid 1px;border-radius: 12px; z-index: 55;}
.main-cu { font-family: Arial, Helvetica, sans-serif; display:flex; justify-content: center; align-items:center;}
.b-cookie-text { margin:0 70px 0 0; font-size:14px}
.b-cookie-text a { color:var(--main-1); text-decoration: underline; }
.b-cookie-but button {
    border-radius: 5px;
    padding: 12px 30px;
    margin: 0;
}

.warn, .warnText {
    color: #ff0000;
    font-weight: 600;
    font-size: 14px;
    margin: 20px 0;
}

@-moz-keyframes strtop {0%{top:0px}50%{ top:-3px}100%{ top:0px}}
@-webkit-keyframes strtop {0%{ top:0px}50%{top:-3px}100%{ top:0px}}
@-ms-keyframes strtop {0%{ top:0px}50%{top:-3px}100%{ top:0px}}
@-o-keyframes strtop {0%{ top:0px}50%{top:-3px}100%{ top:0px}}
.tbor {border-spacing: 0; border-left:#E1E1E1 solid 1px; border-top:#E1E1E1 solid 1px;}
.tbor th { border-bottom:#E1E1E1 solid 1px;  border-right:#E1E1E1 solid 1px; padding: 10px; background-color: #F6F6F6}
.tbor td { border-bottom:#E1E1E1 solid 1px;  border-right:#E1E1E1 solid 1px; padding: 10px; }

.table1 {
    width: 100%; border-spacing: 0;
    font-size: 16px;
    background-color: #fff;
    border-radius: 10px;
}
.table1 th {
    color: var(--main-1);
    text-align: center;
    font-family:var(--font2), Arial, sans-serif;
    background-color: #F1F3F6;
    padding: 0 4px;
    font-weight: 400;
    background-color: #F1F3F6;
    border-right: #D3D9E4 solid 1px;
    border-bottom: #D3D9E4 solid 1px;
    line-height: 27px;
}
.table1 tr:first-child th:first-child {
    border-radius: 10px 0 0 0;
}
.table1 tr:first-child th:last-child {
    border-radius: 0 10px 0 0;
}
.table1 th:last-child {
    border-right:none;
}
.table1 td {
    padding: 4px 4px;
    transition: background-color 0.3s;
    border-right: #D3D9E4 solid 1px;
    border-bottom: #D3D9E4 solid 1px;
    text-align: center;
}
.table1 td:first-child:not(.text-center) {
    text-align: left;
    padding: 4px 4px 4px 15px;
}
.table1 td:last-child {
    border-right:none;
}
.table1 tr:not([data-id]):hover td {
    background-color: rgba(247, 248, 249, 1);
}
.table1 tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
.table1 tr:last-child td:last-child {
    border-radius: 0 10px 0 0;
}
.table1 tr:last-child td {
    border-bottom: none;
}
.tr-hover {
    background-color: rgba(247, 248, 249, 1);
}

.table2 {
    width: 100%; border-spacing: 0;
}
.table2 th {
    color: var(--main-1);
    text-align: left;
    font-family:var(--font2), Arial, sans-serif;
}
.table2 td, .table2 th {
    border-bottom:#D3D9E4 solid 1px;
    padding: 0 10px;
    transition: background-color 0.3s;
    height: 60px;
    /*line-height: 60px;*/
}
.table2 td:first-child, .table2 th:first-child {
    text-align: left;
    padding: 0 10px 0 25px;
}
.table2 tr:hover td {
    background-color: rgba(247, 248, 249, 1);
}
.table2 .icon-triangle {
    transform: rotate(90deg);
    cursor: pointer;
}
.icon-triangle-asc {
    transform: rotate(-90deg) !important;
}


[rel="tooltip"] {
    position: relative;
}
[rel="tooltip"]::after,
.tooltip-box {
    width: 200px;
    background: #797979;
    border-radius: 10px;
    content: attr(data-title);
    padding: 8px 13px;
    position: absolute;
    /*visibility: hidden;*/
    display: none;
    transform: translate(-50%, -120%);
    top: 0;
    left: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.icon-question {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e7e7e7;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color:#b9b9b9;
    /*position: absolute;
    top: 0;
    left: -35px;*/
    cursor: pointer;
}
/*[rel="tooltip"]:hover::after {
    opacity: 1;
    visibility: visible;
}*/

.selectric-wrapper {
    position: relative;
    cursor: pointer;
    max-width: 300px;
}
.selectric {
    height: 44px;
    border: #D3D9E4 solid 1px;
    border-radius: 5px;
    background: #fff;
    transition: border-color ease 0.25s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    gap:16px;
}

.selectric .label {
    font-size: 18px;
    height: 100%;
    line-height: 41px;
    color: #BABABA !important;
    overflow: hidden;
}
.selectric .selectric-active {
    color: #000 !important;
}

.selectric .button {
    background-color: transparent;
}

.selectric .button:after {
    width: 10px;
    height: 10px;
    border: none;
    bottom: -6px;
    background: url(../images/str-down.svg) no-repeat left top / contain;
}

.selectric-items .selectric-scroll {
    border-radius: 5px;
    padding: 0 10px;
    overflow: auto;
    height: 100%;
}
.selectric-items ul {
    padding: 0;
    margin: 0;
    font-size: inherit;
}

.selectric-items li {
    margin-bottom: 0 !important;
}
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    width: fit-content !important;
    border: none;
    font-weight: 300;
    font-size: inherit;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(147,147,147,0.2);
    padding: 10px 0;
    margin-top: 10px;
    border-radius: 5px;

}
.selectric-open .selectric-items {
    display: block;
}
.selectric-items:after {
    content: none;
    display: block;
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 13px;
    transform: rotate(45deg);
    z-index: -1;
}
.selectric-items li, .selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}
.selectric-items li {
    font-size: 14px;
    padding: 5px 8px;
    color: #939393;
    border-bottom: none;
    border-radius: 5px;
}

.selectric-items li:hover {
    background: #EAF3F4;
    color: #000;
}

.selectric-items li.selected {
    background: #EAF3F4;
    color: #000;
}

.selectric-open .button {
    transform: rotate(180deg);
}

.selectric-open .selectric,.selectric:hover {
    border-color: #b4b4b4 !important;
}
.selectric-above .selectric-items {
    margin: 0 0 1em;
}

.selectric-above .selectric-items:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: 95%;
    left: 13px;
    transform: rotate(45deg);
    z-index: -1;
}
.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: none !important;
}
.selectric-open {
    z-index: 9999;
}

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes flipInX {0%{-webkit-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);opacity: 0;}40%{-webkit-transform: perspective(400px) rotateX(-10deg);transform: perspective(400px) rotateX(-10deg);}70%{-webkit-transform: perspective(400px) rotateX(10deg);transform: perspective(400px) rotateX(10deg);}100%{-webkit-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);opacity: 1;}} @keyframes flipInX{0%{-webkit-transform: perspective(400px) rotateX(90deg);-ms-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);opacity: 0;}40%{-webkit-transform: perspective(400px) rotateX(-10deg);-ms-transform: perspective(400px) rotateX(-10deg); transform: perspective(400px) rotateX(-10deg);}70%{ -webkit-transform: perspective(400px) rotateX(10deg);-ms-transform: perspective(400px) rotateX(10deg);transform: perspective(400px) rotateX(10deg);}100%{    -webkit-transform: perspective(400px) rotateX(0deg);-ms-transform: perspective(400px) rotateX(0deg);transform: perspective(400px) rotateX(0deg);opacity: 1;}}.flipInX{-webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX;} @-webkit-keyframes flipOutX {0% {    -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1;} 100% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0;}} @keyframes flipOutX { 0% { -webkit-transform: perspective(400px) rotateX(0deg); -ms-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateX(90deg); -ms-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0;}} .flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX;-webkit-backface-visibility: visible !important;-ms-backface-visibility: visible !important; backface-visibility: visible !important;}

@media only screen and (max-width: 1600px){
    body {
        font-size: 1vw;
    }

}
@media only screen and (max-width: 1520px){

}
@media only screen and (max-width: 1400px){
    .icon.icon-vk:before {
        height: 13px;
        width: 22px;
    }
    .icon.icon-telegram:before {
        height: 16px;
        width: 19px;
    }

    /**/
    .main-company-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .client-contact-info-item {
        font-size: 18px;
    }
    .clients-left {
        width: 220px;
    }
    .clients-box {
        display: block;
    }
    .clients-left {
        width: auto;
        max-width: 320px;
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 1360px){

}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1250px){
    body {
        font-size: 16px;
    }
    /**/

}
@media only screen and (max-width: 1200px){

    .main-margin {
        margin: 60px 0;
    }

    /**/
    .main-company-grid {
        grid-template-columns: repeat(4, 1fr);
    }

}
@media only screen and (max-width: 1150px){
    body {
        font-size: 15px;
    }
    /**/

}
@media only screen and (max-width: 1100px){

    .b-tabs2 .el-tabs {
        font-size: 16px;
    }

}
@media only screen and (max-width: 1050px){

}
@media only screen and (max-width: 992px){
    body,
    input, textarea, select, .selectric .label, .table1 {
        font-size: 14px;
    }
    .selectric {
        height: 39px;
    }
    .for-mobile {
        display: block;
    }
    .contact-box {
        flex-direction: column;
        gap: 30px;
    }
    .map {
        width: 100%;
    }
    .contact-item {
        width: 100%;
    }

    .cont-vn {
        text-align: justify;
    }

    .nc-navbar.nc--fixed {
        display: none;
    }
    .but-submenu {
        width: 20px;
        height: 20px;
    }
    .main-menu .main {
        padding: 0;
    }
    .main-menu {
        /*background-color: var(--gray-2);*/
        background-color: #fff;
        transition: all 0.3s;
        position: fixed;
        top: 0;
        left: -120%;
        width: 100%;
        max-width: 330px !important;
        min-height: 100vh;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        z-index: 40;
        color: #000;
        padding: 66px 0 0 0;
        overflow: hidden;
        overflow-y: auto;
        margin: 0;
    }
    .main-menu ul.header-menu {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 18px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        text-transform: uppercase;
        gap: 0;
        transition: all 0.3s;
    }
    .main-menu ul.header-menu a {
        text-decoration: none;
    }
    .main-menu ul.header-menu li > a {
        padding: 14px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
    }
    .main-menu ul.header-menu > li {
        width: 100%;
        border-bottom: #f2f2f2 solid 1px;
    }
    .close-menu {
        display: block;
    }
    .but-submenu {
        display: flex;
    }
    .but-submenu:before {
        mask-image: var(--down);
        -webkit-mask-image: var(--down);
        transform: rotate(-90deg);
        width: 12px;
        height: 7px;
        background-color: var(--gray-3);
        margin: 0;
    }


    .main-menu ul.dropdown {
        display: none;
        width: 300px;
        position: absolute;
        left: 0;
        top: auto;
        background-color: #fff;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        transition: all 0.3s;
        font-family: var(--font1),Arial,sans-serif;
        font-size: 14px;
        text-transform: initial;
    }
    .main-menu ul.dropdown li {
        border-bottom: #f0f0f0 solid 1px;
    }
    .main-menu ul.dropdown li:last-child {
        border-bottom: none;
    }
    .main-menu ul.dropdown a {
        color: #000 !important;
        text-decoration: none;
        white-space: normal;
        display: block !important;
        padding: 14px 30px !important;
    }
    .main-menu ul.dropdown a:hover {
        color: var(--link);
    }

    .main-menu li.expanded {
        position: initial;
    }
    .main-menu li.expanded > ul.dropdown {
        top: 0;
        left: 100%;
        display: block;
        width: 100%;
        transition: all 0.3s;
        box-shadow: none;
        padding: 0 0 30px 0;
    }
    .menu-prev {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 14px 30px;
        cursor: pointer;
    }
    .menu-prev:before {
        mask-image: var(--down);
        -webkit-mask-image: var(--down);
        width: 11px;
        height: 7px;
        background-color: var(--gray-3);
        transform: rotate(90deg);
    }
    .menu-wrap {
        overflow: hidden;
        width: 100%;
        position: absolute;
    }
    .main-menu ul li:hover ul {
        display: none;
    }
    .menu-but,.menu-but-w {
        display: flex;
    }
    .menu-wrap .but-submenu {
        display: flex;
    }
    .main-review .owl-theme .owl-nav {
        top: -78px;
    }
    .text-border-box ul {
        column-count: 2;
    }
    .main-menu ul.header-menu > li {
        position: initial;
    }
    .main-menu ul.header-menu > li:hover > a:hover,
    .main-menu ul.header-menu > li:hover > a {
        background-color: #fff;
    }
    .main-menu ul.header-menu > li:hover::after {
        content: none;
    }
    .main-menu ul.dropdown li:hover {
        background-color: transparent;
        color: #000;
    }

    body {
        padding: 0;
    }
    .header-info {
        margin: 0 0 0 auto;
    }

    .menu-box {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        overflow: auto;
    }
    .menu-box-active {
        left: 0;
    }
    .menu-box .menu-but {
        display: none;
    }
    /**/
    .main-menu ul.header-menu > li:hover > a > .but-submenu:before {
        transform: rotate(-90deg);
        margin: 0;
    }
    .main-menu ul.header-menu > li:hover > a > .but-submenu {
        background-color: #EEEEEE;
    }
    /**/

    h1, .h1 {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 26px;
    }
    h1:not(.text-center), .h1:not(.text-center), h2:not(.text-center), .h2:not(.text-center) {
        text-align: left;
    }

    .news-grid {
        grid-template-columns: 1fr 1fr;
    }
    .main-page-box {
        flex-direction: column;
    }
    .status-box {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    /**/


}
@media only screen and (max-width: 900px){
    .main-company-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .client-contact-info-item {
        font-size: 16px;
    }
    /**/
    .topcontrol {
        right: 30px;
        bottom: 30px;
    }
}
@media only screen and (max-width: 800px){
    .footer-row {
        flex-direction: column-reverse;
        align-items: center;
    }
    .footer-logo,
    .footer-copy,
    .footer-created {
        text-align: center;
    }
    .b-krohki {
        margin: 40px 0 0 0;
    }

    /**/


}
@media only screen and (max-width: 750px){
    .gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    .b-cookie {
        width: 96%;
        box-sizing: border-box;
    }
    textarea {
        min-height: 100px;
    }
    /**/


}
@media only screen and (max-width: 700px){
    .main-company-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .flex-row {
        flex-wrap: wrap;
    }
    h1 {
        display: block;
        width: 100%;
    }
    h1, .h1 {
        font-size: 26px;
    }
    .main-company-box > .flex-row {
        gap: 0;
        margin: 0 0 10px;
    }
    .main-company-add-company {
        margin: 0 10px 0 0;
    }
    .filter-icon {
        margin: 0 0 10px;
    }
    .table-document .flex-row,
    .table-incoming-payments .flex-row,
    .table-outgoing-payments .flex-row {
        flex-wrap: nowrap;
        gap: 8px;
    }
    .incoming-payments-info,
    .outgoing-payments-info {
        text-align: right;
    }
    .incoming-payments-info span,
    .outgoing-payments-info span {
        display: block;
    }
    .client-contact-info-item {
        font-size: 14px;
    }
    .client-contact-info-box {
        gap: 20px;
    }
    .white-box, .main-company-list, .white-box-p0, .white-box-auto {
        padding: 0px 16px 16px;
    }
    .client-contact-title-box {
        margin: 10px 0 25px;
    }
    .client-contact-info-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .client-contact__title {
        font-size: 26px;
    }
    .grid3 {
        grid-template-columns: 1fr 1fr;
    }
    .edit-ajax {
        position: absolute;
        top: 20px;
        right: 70px;
    }
    .fancybox-slide--html .fancybox-close-small {
        top: 10px !important;
        right: 20px !important;
    }
    .modal-header {
        padding: 0;
    }
    .fancybox-content.modal-big,
    .fancybox-content {
        padding: 40px 16px 24px !important;
    }
}
@media only screen and (max-width: 670px){

}
@media only screen and (max-width: 600px){
    .caution-red {
        padding: 0 20px;
    }
    .blocks-table {
        margin: 50px 0;
    }
    .topcontrol {
        right: 30px;
        bottom: 30px;
    }
    .main {
        padding: 0 20px;
    }
    .cont-vn {
        padding: 0 0 40px 0;
    }
    .news-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .grid3,
    .grid2,
    .mobile-fr1 {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .project-prices,
    .margin-grid {
        margin: 24px 0;
    }
    .comment-box {
        margin: 24px 0 0;
    }
    .project-prices .label-box {
        flex-basis: 100%;
    }
    .blocks-table .btn {
        margin: 20px 0 0;
    }

    .main-page-clients-grid {
        grid-template-columns: 1fr;
    }
    .main-company-item {
        max-width: none;
    }

    .main-page-notify-item, .main-page-message-item {
        width: 180px;
        height: 200px;
        font-size: 16px;
        padding: 20px 24px 24px;
    }
    .main-page-notify-item__num {
        margin: 10px 0 0;
    }
    .table2 td:first-child, .table2 th:first-child {
        padding: 0 10px;
    }
    .white-box, .main-company-list, .white-box-p0 {
        padding: 4px 20px 20px;
    }

    .logo-text {
        display: none;
    }

    .main-content {
        margin: 20px;
    }
    .main-page-clients {
        padding: 0px 20px 20px;
        border-radius: 10px;
    }
    .main-company-item {
        border-radius: 10px;
        padding: 16px;
    }
    .white-box, .main-company-list, .white-box-p0 {
        padding: 4px 16px 16px;
    }
    .menu-but, .menu-but-w {
        margin: 0;
    }
    .main-company-grid {
        grid-template-columns: 1fr;
    }
    .complete {
        font-size: 22px;
    }
}

@media only screen and (max-width: 550px){

}
@media only screen and (max-width: 500px){

    .map,.map-full {
        height: 350px;
    }
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .docs-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px 10px;

    }
    .docs-item {
        width: auto;
        align-self: center;
        font-size: inherit;
    }
    .client-contact-info-box {
        grid-template-columns: 1fr;
    }

    .white-box {
        overflow: auto;
    }
}
@media only screen and (max-width: 460px){
    .main-page-notify-item, .main-page-message-item {
        width: 100%;
        height: auto;
        font-size: 16px;
        padding: 10px 14px 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main-page-notify-item__num {
        font-size: 50px;
        margin: 0;
    }
    .main-page-notify {
        flex-wrap: wrap;
    }
    .upload-file-row-box {
        flex-wrap: wrap;
    }
    .upload-file-row-box .btn {
        margin: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 400px){
    .b-krohki {
        margin: 20px 0;
    }
    .b-cookie-text {
        margin: 0;
        text-align: center;
    }
    .main-cu {
        flex-direction: column;
        gap: 20px;
    }
    .incoming-payments,
    .outgoing-payments {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .incoming-payments-info,
    .outgoing-payments-info {
        width: 100%;
        text-align: left;
    }
    .toggle-item-active {
        padding: 4px 16px !important;
    }
    h3, .h3 {
        font-size: 16px;
    }
    .title-row {
        padding: 0;
    }
    .toggle-item-active .icon-minus:after {
        height: 20px;
    }
    .icon-minus:before {
        width: 20px;
    }
    .icon-minus {
        width: 20px;
        height: 20px;
    }
    /**/

    .header-info .header-phone a:last-child {
        display: none;
    }
    .b-tabs4 {
        border-bottom: none;
        gap: 12px;
        justify-content: center;
    }
    .b-tabs4 .el-tabs:first-child {
        border-radius: 50px;
    }
    .b-tabs4 .el-tabs {
        min-width: 180px;
        font-size: 16px;
        text-align: center;
        padding: 10px 20px;
        border: #7E8A96 solid 1px;
        position: relative;
        cursor: pointer;
        border-radius: 50px;
        display: inline-block;
        color: #7E8A96;
        transition: all 0.3s;
        min-width: initial;
    }
    .b-tabs4 .el-tabs-active{
        border: var(--main-1) solid 1px;
        background-color: var(--main-1);
        cursor: default;
        color: #fff;
        font-weight: 600;
    }
    .b-tabs4 .el-tabs:last-child {
        border-radius: 50px;
    }

}
@media only screen and (max-width: 370px){
    /**/


}
@media only screen and (max-width: 350px){

}
@media only screen and (max-width: 330px){

}
.menu-active {
    left: 0 !important;
}