@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --font1: 'Montserrat';
    --font2: 'Montserrat';
}

body { margin:0; padding:0; font-size:18px; background: #fff; 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: 32px;
    font-weight: 700;
}
h2, .h2 {
    font-size:32px;
    font-weight: 500;
}
h3, .h3 {
    font-size:22px;
    font-weight: 600;
    color: var(--main-1);
}
a {
    color:var(--link);
    transition: color 0.3s;
}
a:hover {
    color:var(--link);
}
img {
    max-width: 100%;
    display: block;
}
table {
    border-spacing: 0;
}
.clear {
    clear: both;
}
.mobile {
    display: none;
}
input,textarea {
    width:100%;
    outline:none;
    padding:20px 16px;
    font-family:var(--font1), Arial, sans-serif;
    border: 1px solid #E1E1E1;
    background: #fff;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s;
}
input:hover,textarea:hover,input:focus,textarea:focus {
    border: #b4b4b4 solid 1px;
}
.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;
}
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%}
/*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:before {
    background-color: #fff;
}
.unified-checkbox input[type="checkbox"]:checked + .checkbox-text .checkbox-check:before {
    width: 10px;
    height: 8px;
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    left: 4px;
    top: 4px;
    mask-image: var(--check);
    -webkit-mask-image: var(--check);
    background-color: var(--main-1);
    -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;
}
.checkbox-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.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: 2px solid #ccc;
    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(--main-1);
    border-radius: 50%;
}
.radio-text {
    display: flex;
    align-items: center;
    gap: 17px;
}
.radiobox-radio {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}


.menu-but,.menu-but-w { display: none; align-items: center; gap: 13px; height:auto; padding:0; cursor:pointer; color:#000; font-size:12px; letter-spacing:1px; z-index:7; }
.menu-but-w { color:#FFF; }
.menu-ico { width:33px; height:26px; position:relative; display: flex; align-items: center; }
.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: #000;  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:#000; }
.on span:after { transform: rotate(-45deg) translate(4px, -4px); background-color:#000; }
.on .menu-ico { height:30px;}

.close-menu {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    cursor: pointer;
}
.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;
}
.main-html, .main-html body {
    height: 100%;
}
.main-outer {
    max-width: 1920px;
    margin: 0 auto;
}
.main {
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 40px;
}
#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;
}


/*MENU*/
.but-submenu {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EEEEEE;
    border-radius: 50%;
}
.but-submenu:before {
    mask-image: var(--down);
    -webkit-mask-image: var(--down);
    width: 11px;
    height: 7px;
    background-color: var(--main-1);
    transition: all 0.3s;
    margin: 2px 0 0;
}
.main-menu {
    position: relative;
    z-index: 99;
}
.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
}
.main-menu ul.header-menu > li:hover > a > .but-submenu {
    background-color: #d4d4d4;
}
/*.main-menu ul.header-menu > li:hover > a > .but-submenu:before {
    transform: rotate(270deg);
}
.main-menu ul.header-menu > li:hover > a {
    color: var(--gray-2);
}*/
.main-menu ul.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.main-menu ul.header-menu a {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s;
}
.main-menu ul.header-menu > li {
    position: relative;
    padding: 0 10px;
}
.main-menu ul.header-menu > li > a {
    height: 38px;
    transition: background-color 0.3s;
}
/*.main-menu ul.header-menu > li::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--main-1);
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all ease 0.25s;
    opacity: 0;
}
.main-menu ul.header-menu > li:hover::after {
    bottom: 0;
    opacity: 1;
}*/
/*.main-menu ul.header-menu > li:hover > a {
    background-color: var(--main-2);
}

.main-menu ul.header-menu > li:hover > a:hover {
    background-color: #dedede;
}*/
.main-menu ul li {
    position: relative;
}
.main-menu ul.dropdown {
    display: none;
    width: 300px;
    position: absolute;
    left: 0;
    top: 38px;
    background-color: #fff;
    transition: all 0.3s;
    text-transform: none;
    padding: 10px 0 10px 0;
    border-radius: 10px;
    box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, 0.1);
}
.main-menu ul.dropdown li {
    transition: background-color 0.3s;
}
/*.main-menu ul.dropdown li:last-child {
    border-bottom: none;
}*/
.main-menu ul.dropdown li:hover {
    color: #000;
    /*background-color: var(--main-1);*/
}
.main-menu ul.dropdown a {
    color: #000;
    text-decoration: none;
    white-space: normal;
    display: block;
    padding: 10px 30px;
}
.main-menu ul.dropdown a:hover {
    color: var(--link);
}
.main-menu ul li:hover ul {
    display: block;
}

.menu-prev {
    display: none;
}
/*MENU*/
/*MENU VERTICAL*/
.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;
}
.menu-vertical ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-vertical > ul > li {
    border-top:#BDBDBD solid 1px;
}
.menu-vertical > ul > li:first-child {
    border-top: none;
}
.menu-vertical > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    margin: 16px 0;
    transition: color 0.3s;
}
.menu-vertical ul a:hover {
    color: var(--link);
}
.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*/


.logo {
    width: 280px;
}

.h-soc {
    display: flex;
    gap: 10px;
}
.h-soc .icon {
    border: 1px solid var(--main-1);
}
.h-soc .icon:hover:before {
    background-color: var(--main-2);
}
header {
    border-bottom: #E1E1E1 solid 1px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
    padding: 35px 0;
}
.logo-box {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 26px;
    text-transform: uppercase;
}
.header-info {
    display: flex;
    align-items: center;
    gap: 26px;
}
.header-phone {
    font-size: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    position: relative;
}
.header-phone a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
    white-space: nowrap;
}
.header-phone a:hover {
    color: var(--main-1);
}
.header-phone .icon-down {
    cursor: pointer;
    background-color: #EEEEEE;
    width: 25px;
    height: 25px;
}
.header-phone .icon-down:before {
    width: 11px;
    height: 7px;
    margin: 2px 0 0;
}
.header-phone-active:before {
    transform: rotate(180deg);
}
.header-phone-modal {
    width: calc(100% + 76px);
    display: inline-flex;
    flex-direction: column;
    gap: 25px;
    position: absolute;
    top: 46px;
    background: #fff;
    font-size: 18px;
    display: none;
    border-radius: 10px;
    box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 5;
}
.header-phone-modal a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}
.header-phone-modal a:hover {
    color: var(--main-1);
}

.menu-contacts {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
}
.menu-contacts .header-phone {
    align-items: flex-start;
}
.menu-phone-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.main-header-fon {
    background: url(../images/main-fon.jpeg) no-repeat center / cover;
    padding: 100px 0;
}
.main-header-fon__text {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    max-width: 860px;
}

.main-stats-box {
    background-color: #F9FAFB;
    padding: 100px 0;
}
.main-stats__text {
    text-align: center;
    font-size: 22px;
    max-width: 1100px;
    margin: 0 auto 76px auto;
}

.main-stats-item-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 40px 0 0;
}
.main-stats-item {
    border: 1px solid rgb(234, 234, 235);
    border-radius: 20px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main-stats-item__title {
    font-size: 45px;
    font-weight: 900;
    color: var(--main-1);
    margin: 9px 0 25px;
}
.main-stats-item__title span {
    font-size: 85px;
}
.main-stats-item__title small {
    font-size: 70px;
}
.main-stats-item__des {
    font-size: 20px;
    text-align: center;
}

.main-slider1 {
    margin: 40px 0;
}
.main-project-item {
    border-radius: 20px;
    border: #EAEAEB solid 1px;
    height: 100%;
}
.main-project-item__img {
    width: calc(100% + 2px);
    margin: -1px 0 0 -1px;
    /*width:100%;*/
    border-radius: 20px 20px 0 0;
    overflow: hidden;display: block;
}
.main-project-item__img a {

}
.main-project-item__img img {
    width: 100%;
    display: block;
    transition: all 0.3s;
    border-radius: 20px 20px 0 0;
}
.main-project-item-info {
    padding: 18px 30px 23px;

    border-top: none;

}
.main-project-item__title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.main-project-item:hover .main-project-item__img img {
    transform: scale(1.1);
}

.main-slider2,
.main-slider3 {
    margin: 40px 0;
}
.main-gratitude-item,
.main-partners-item {
    overflow: hidden;
}
.main-partners-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;

}
.main-partners-item__title {
    font-size: 14px;
    text-align: center;
}
.main-gratitude-item img,
.main-partners-item img {
    transition: all 0.3s;
    display: block;
    margin: 0 auto;
}
.main-gratitude-item:hover img,
.main-partners-item:hover img {
    transform: scale(1.1);
}
.main-partners-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(234, 234, 235);
    border-radius: 10px;
    background-color: #fff;
    height: 100%;
    padding: 10px;
    overflow: hidden;
}




.main-margin {
    margin: 100px 0;
}
.map {
    width: 100%;
    height: 400px;
    background-color: var(--gray-4);
}

/*VN*/
.gray-vn {
    background-color: #F9FAFB;
    padding: 40px 0 60px;
}
.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;
}
.text-sourse {
    text-align: right;
    font-style: italic;
    margin: 40px 0 0 auto;
    max-width: 660px;
}
.margin-vn {
    margin: 75px 0 150px;
}
.history-box h2 {
    text-transform: uppercase;
}
.history {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 50px 0 0;
}
.history-item {
    display: flex;
    align-items: center;
    gap: 56px;
}
.history-item__date {
    border: 1px solid rgb(234, 234, 235);
    border-radius: 20px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    font-size: 50px;
    font-weight: 900;
    padding: 24px 40px;
    color: var(--main-1);
    flex-shrink: 0;
    white-space: nowrap;
    position: relative;
    z-index: 6;
}
.history-item__date:before {
    content: '';
    display: block;
    width: 2px;
    height: 70px;
    background-color: #EAEAEB;
    position: absolute;
    left: 49.5%;
    bottom: -70px;
    z-index: 2;
}
.history-item:last-child .history-item__date:before {
    content: none;
}

.project-box {
    display: flex;
    gap: 25px;
}
.project-box img {
    border-radius: 20px;
}
.project-box h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 45px 0 25px 40px;
    text-transform: uppercase;
}
.project-box h2 span {
    display: block;
    color: #7163D6;
    font-weight: 400;
}
.project-left {
    max-width: 550px;
    flex-shrink: 0;
}
.project-left .notice {
    float: right;
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -13px 33px 0 auto;
}
.project-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.project-soc {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.project-soc-left {
    max-width: 580px;
}
.notice {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    padding: 26px 50px;
    border-radius: 20px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    color: var(--main-1);
}
.button-add-box {
    margin: 70px 0 0;
}
.project-add__text {
    margin: 20px 0;
}
.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.project-full {
    display: flex;
    gap: 40px;
}
.project-full__img {
    flex-shrink: 0;
}
.project-full__img img {
    border-radius: 20px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 120px 20px;
    margin: 0 0 100px;
}
.news-item {
    text-decoration: none;
}
.news-item__img {
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.news-item__img img {
    width: 100%;
    border-radius: 20px;
    transition: all 0.3s;
}
.news-item:hover img {
    transform: scale(1.1);
}
.news-item__date {
    color: #A3AAB6;
    margin: 20px 20px 14px;
    font-size: 16px;
}
.news-item__title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 20px;
    color: #000;
}

.vn-fon {
    background: url("../images/vn-fon.jpeg") no-repeat center / cover;
    padding: 30px 0 40px;
    position: relative;
}
.vn-fon:after {
    content: '';
    display: block;
    width: 760px;
    height: 924px;
    background-image: url("../images/molecule.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 0;
}
.vn-fon .main {
    position: relative;
    z-index: 3;
}

.employee-item {
    display: flex;
    align-items: center;
    gap: 40px;
}
.employee-item__img {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    max-width: 277px;
    flex-shrink: 0;
}
.employee-item__img img {
    width: 100%;
    border-radius: 20px;
    transition: all 0.3s;
}
.employee-item:hover .employee-item__img img {
    transform: scale(1.1);
}
.employee-item__title {
    font-size: 22px;
    font-weight: 600;
}
.employee-box {
    margin-top: 50px;
    position: relative;
    z-index: 3;
}
.employee-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 100px;
}

.about-us-header {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.about-us-header .icon-item,
.contacts-header-item .icon-item {
    font-size: 22px;
    font-weight: 700;
    margin: 4px 0 0;
}
.about-us-item-box {
    margin: 20px 0 0;
}
.about-us-item a {
    color: #000;
}
.about-us-item a:hover {
    text-decoration: none;
    color: var(--main-1);
}

.contacts-header {
    display: flex;
    gap: 120px;
}
.contacts-header-item {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.contacts-box {
    display: flex;
    align-items: center;
    gap: 40px;
}

.docs-box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 80px 28px;
    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;
}

.license-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
}

.dobro-row-video {
    display: flex;
}
.dobro-row-text {
    margin: 0 40px 0 0;
}
.dobro-row-video iframe {
    flex-shrink: 0;
    margin: 10px 0 0 0;
}

.dobrozavtrak-item { margin: 87px 0 150px 0; position: relative; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: end; align-items: flex-end; }

.dobrozavtrak__img { width: 50%; }

.dobrozavtrak__video { display: flex; align-items: center; justify-content: flex-end }

.dobrozavtrak__video img { width: 60px; margin: 0 0 0 30px; }

.dobrozavtrak-info { width: 46%; margin: 0 0 30px 0; }

.dobrozavtrak__title { font-size: 30px; color: #456ed8; margin: 0 0 40px 0; }

.dobrozavtrak__title a { text-decoration: none;}

.dobrozavtrak__title a:hover { text-decoration: underline;}

.dobrozavtrak__text { width: 124%; margin: 0 0 0 -24%; border: #e8e8e8 solid 2px; background-color: #fff; padding: 5px 30px; position: relative;
    z-index: 3; border-radius: 20px; }

.dobrozavtrak__text .but { margin: 10px 0 -28px 0; text-align: right;}

.dobrozavtrak-item:nth-child(even) .dobrozavtrak__text .but {  margin: 10px 100px -28px 0; }

.dobrozavtrak-item:nth-child(even) { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.dobrozavtrak-item:nth-child(even) .dobrozavtrak__text { margin: 0; }
.dobrozavtrak-full img {
    border-radius: 20px;
}




.cont-vn {
    padding: 20px 0 100px 0;
}


.b-krohki { display: flex; justify-content: flex-start; align-items: center; margin: 40px 0;}
.ico-home {
    width: 20px;
}
.hlebn-krohki { font-size: 14px;}
.hlebn-krohki a {color:var(--main-1)}
.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}

.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:50%;
    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 { border:var(--main-2) solid 1px;}
.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;
}




.gallery {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    margin: 30px 0;
}
.gallery-item {
    border-radius: 20px;
    overflow: hidden;
}
.gallery-item img {
    border-radius: 20px;
    transition: all 0.3s;
}
.gallery-item:hover img {
    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;}



footer {
    background-color: #111827;
    color: #fff;
    position: relative;
    z-index: 3;
}
footer a {
    text-decoration: none;
    color: #7D899F;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 42px 0 68px;
}
.footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.f-soc {
    display: flex;
    gap: 10px;
}
.f-soc .icon {
    border: 1px solid #7D899F;
}
.f-soc .icon:before {
    background-color: #7D899F;
}
.f-soc .icon:hover {
    background-color: #fff;
    border: #fff solid 1px;
}

.footer-item__title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.footer-item-menu ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}
.footer-item-menu li {
    margin: 10px 0;
}
.footer-item-menu a {
    color: #7D899F;
    text-decoration: none;
}
.footer-item-menu a:hover {
    color: #fff;
}

.footer-item-info,
.footer-item-info a {
    color: #fff;
}
.footer-item-info a:hover {
    color: var(--main-1);
}
.footer-item-info {
    display: flex;
    flex-direction: column;
    gap: 33px;
    max-width: 280px;
}
.f-phone {
    font-size: 22px;
    font-weight: 500;
    white-space: nowrap;
}

.footer-item-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-item-icon span {
    white-space: nowrap;
}

.footer-bottom {
    padding: 18px 0;
    font-size: 14px;
    border-top: 1px solid rgb(125, 137, 159);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7D899F;
}


.footer-item-created {

}
.footer-item-created a {
    color: #7D899F;
}
.footer-item-created a:hover {
    color: #fff;
}




.nc-demo-modal-wrapper {
    display: none;
}
.box-pages {font-size:18px; text-align: center; }
.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; text-decoration:none; transition: all 0.3s; border:#fff solid 1px}
.box-pages a:hover { border:var(--main-1) solid 1px;}
.box-pages span { padding:6px 15px;display:inline-block; font-weight:bold; margin:0 3px; border:var(--main-1) solid 2px; border-radius:4px; -moz-border-radius:4px}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.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;
}

.post-nav {
    text-align: center;
}
.post-nav a {
    border-radius: 3px;
    border:var(--main-1) solid 2px;
    text-decoration: none;
    color: #000;
    padding: 4px 10px;
}
.year-active {
    border: 2px solid rgb(196, 196, 196) !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;
}

.modal {
    display: none;
}
.modal-callback {
    max-width: 450px !important;
}
.modal-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--main-1);
    text-transform: uppercase;
    text-align: center;
}
.modal-text {
    margin: 13px 0 38px;
    text-align: center;
}
.modal-col {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.modal .btn-big {
    margin: 40px auto 0;
    box-shadow: 7px 7px 20px 0px rgba(7, 60, 124, 0.2);

}
.policy {
    font-size: 14px;
}
.fancybox-slide--html .fancybox-close-small {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    border: 3px solid rgb(113, 99, 214);
    top: -34px !important;
    right: -16px !important;
    background: #fff !important;
    opacity: 1 !important;
    transition: all 0.3s;
}
.fancybox-button svg path {
    fill: var(--main-1) !important;
    width: 25px !important;
    height: 25px !important;
    transition: all 0.3s;
}
.fancybox-slide--html .fancybox-close-small:hover {
    background: var(--main-1) !important;
}
.fancybox-button:hover svg path {
    fill: #fff !important;
}
.fancybox-content {
    overflow: visible !important;
}
.topcontrol { width:60px; height:60px; position: fixed; z-index: 99; bottom: 50px; right: 50px; 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: block;
    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 {
    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; }

.table2 {
    width: 100%; border-spacing: 0;
}
.table2 td {
    border-bottom:#CED1E2 solid 1px;
    padding: 14px 0;
    text-align: center;
}
.table2 td:first-child {
    text-align: left;
}
.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,
    .main-stats-item__des,
    .news-item__title {
        font-size: 1.2vw;
    }
    .footer-bottom {
        font-size: 1vw;
    }
    .main-header-fon__text {
        font-size: 1.4vw;
    }
    .main-stats__text {
        font-size: 1.3vw;
    }
    .header-phone,
    .main-project-item__title,
    .footer-item__title,
    .f-phone {
        font-size: 1.6vw;
    }
    .h2 {
        font-size: 1.7vw;
    }
    .main-stats-item__title {
        font-size: 3vw;
    }
    .main-stats-item__title span {
        font-size: 5vw;
    }
    .main-stats-item__title small {
        font-size: 4.2vw;
    }
    .footer-item-des,
    .news-item__date {
        font-size: 0.9vw;
    }
    .history-item__date,
    .project-box h2 {
        font-size: 3vw;
    }
}
@media only screen and (max-width: 1520px){
    .news-grid {
        gap: 100px 20px;
    }
}
@media only screen and (max-width: 1400px){
    .icon.icon-vk:before {
        height: 13px;
        width: 22px;
    }
    .icon.icon-telegram:before {
        height: 16px;
        width: 19px;
    }

}
@media only screen and (max-width: 1360px){
    .logo {
        width: 230px;
    }
    .main-menu ul.header-menu > li {
        padding: 0;
    }
}
@media only screen and (max-width: 1300px){
    .photo-text__img {
        max-width: 40%;
    }
    .project-left {
        max-width: 50%;
    }
    .notice {
        font-size: 20px;
    }
    .news-grid {
        gap: 80px 20px;
    }
    .news-grid {
        grid-template-columns: repeat(3,1fr);
    }
    .employee-item__img {
        width: 50%;
    }
    .employee-item__title {
        font-size: 20px;
    }
    .license-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media only screen and (max-width: 1250px){
    .logo {
        width: 200px;
    }
    .main-header-fon,
    .main-stats-box {
        padding: 80px 0;
    }
    .main-stats__text {
        margin: 0 auto 60px auto;
    }
    .main-stats-item__title span {
        font-size: 4.4vw;
    }
    .main-stats-item__title small {
        font-size: 3.7vw;
    }
    .h2 {
        font-size: 2vw;
    }
    .btn-big {
        padding: 14px 18px;
    }
}
@media only screen and (max-width: 1200px){
    body {
        font-size: 16px;
    }
    .main-margin {
        margin: 60px 0;
    }
    /**/

    .header-info {
        flex-direction: column-reverse;
        align-items: end;
    }
    .footer-logo {
        width: 180px;
    }
    .notice {
        font-size: 18px;
    }

    .news-item__date {
        font-size: 14px;
        margin: 16px 0 10px;
    }
    .news-item__title {
        padding: 0;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1150px){
    body {
        font-size: 15px;
    }
    /**/
    .logo {
        width: 160px;
    }
}
@media only screen and (max-width: 1100px){
    .project-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 1050px){
    .logo {
        flex-shrink: 0;
    }
}
@media only screen and (max-width: 992px){
    body,
    input, textarea {
        font-size: 14px;
    }

    .for-mobile {
        display: block;
    }
    .contact-box {
        flex-direction: column;
        gap: 30px;
    }
    .map {
        width: 100%;
    }
    .contact-item {
        width: 100%;
    }

    .cont-vn,
    .gray-vn {
        text-align: justify;
    }

    .nc-navbar.nc--fixed {
        display: none;
    }
    .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;
        width: 40px;
        height: 38px;
        background-color: transparent;
        border-radius: unset;
        position: relative;
    }
    .but-submenu:before {
        mask-image: var(--down);
        -webkit-mask-image: var(--down);
        width: 12px;
        height: 7px;
        background-color: var(--gray-3);
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        z-index: 6;
    }
    .but-submenu:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-color: #EEEEEE;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
    }

    .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;
    }
    /**/
    .main-menu ul.header-menu > li:hover > a > .but-submenu {
        background-color: transparent;
    }
    /**/

    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;
    }

    .project-soc-left, .btn, .news-item__title {
        text-align: left;
    }

    /**/

    .header-info {
        flex-direction: row;
        align-items: center;
        gap: 50px;
    }
    .header-phone {
        font-size: 20px;
    }
    .main-header-fon__text,
    .main-stats__text {
        font-size: 16px;
    }
    .main-stats-item__des {
        font-size: 1.4vw;
    }
    .main-project-item__title {
        font-size: 16px;
    }
    .footer-item__title {
        font-size: 15px;
    }
    .footer-bottom {
        font-size: 13px;
        text-align: center;
    }
    .photo-text-box,
    .history {
        margin: 30px 0 0;
    }
    .margin-vn {
        margin: 60px 0 100px;
    }
    .gray-vn {
        padding: 30px 0 60px;
    }
    .news-grid {
        grid-template-columns: 1fr 1fr;
    }
    .employee-grid {
        grid-template-columns: 1fr;
    }
    .vn-fon:after {
        width: 560px;
        height: 683px;
    }
    .project-full__img {
        width: 50%;
    }
    .license-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (max-width: 900px){


    /**/
    .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;
    }

    /**/

    .main-header-fon, .main-stats-box {
        padding: 60px 0;
    }
    .main-stats-item-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .main-stats-item {
        width: 36%;
    }
    .footer-item-menu {
        display: none;
    }
    .footer-item__title {
        font-size: 16px;
    }
    .footer-item-info {
        text-align: center;
        align-items: center;
    }
    .footer-logo {
        text-align: center;
        align-items: center;
        gap: 26px;
    }
    .f-phone {
        font-size: 18px;
    }
    .footer-row {
        padding: 40px;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .photo-text-box,
    .history-item {
        gap: 36px;
    }
    .history-item__date {
        padding: 20px;
    }
    .project-box {
        flex-direction: column;
    }
    .project-left {
        max-width: 100%;
    }
    .button-add-box {
        margin: 50px 0 0;
    }
    .contacts-header {
        flex-direction: column;
        gap: 40px;
    }
    .project-full {
        flex-direction: column;
        gap: 20px;
    }
    .project-full__img {
        width: 100%;
    }
}
@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;
    }
    /**/

    .header {
        padding: 20px 0;
    }
    .header-info {
        flex-direction: column-reverse;
        align-items: center;
        gap: 10px;
    }

    .main-stats-item {
        width: 46%;
    }
    .main-stats-item__des {
        font-size: 14px;
    }
    .main-stats-item__des br {
        display: none;
    }
    .main-stats-item__title {
        margin: 9px 0 14px;
    }
    .main-stats-item__title small {
        font-size: 4.5vw;
    }
    .main-stats-item__title span {
        font-size: 5vw;
    }
    .license-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
@media only screen and (max-width: 700px){
    h1, .h1 {
        font-size: 26px;
    }
    h2, .h2 {
        font-size: 20px;
    }

    /**/
    .project-box h2 {
        font-size: 22px;
        margin: 15px 0 25px 40px;
    }
    .notice {
        font-size: 16px;
        padding: 20px;
    }

}
@media only screen and (max-width: 670px){
    .photo-text-box {
        flex-direction: column;
    }
    .photo-text__img {
        max-width: 100%;
    }
    .photo-text-box, .history-item {
        gap: 26px;
    }
    .history-item__date {
        font-size: 18px;
    }
    .contacts-left {
        width: 50%;
    }
    .project-grid {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 600px){
    .caution-red {
        padding: 0 20px;
    }
    .el-tabs2 {
        width: auto;
    }
    .topcontrol {
        right: 30px;
        bottom: 30px;
    }
    .main {
        padding: 0 20px;
    }
    .cont-vn {
        padding: 20px 0 40px 0;
    }

    /**/

    .main-stats-item-box {
        flex-direction: column;
    }
    .main-stats-item {
        width: 100%;
    }
    .main-stats-item__title {
        font-size: 22px;
    }
    .main-stats-item__title span,
    .main-stats-item__title small {
        font-size: 40px;
    }
    .btn, .btn-big, .btn-sm {
        font-size: 16px;
    }
    .news-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .employee-item__title {
        font-size: 18px;
    }
    .employee-box {
        margin-top: 40px !important;
    }
    .about-us-header .icon-item, .contacts-header-item .icon-item {
        font-size: 20px;
    }
}

@media only screen and (max-width: 550px){
    .header-info {
        display: none;
    }
}
@media only screen and (max-width: 500px){
    h1, .h1 {
        font-size: 18px;
    }
    h2, .h2 {
        font-size: 16px;
    }
    .map,.map-full {
        height: 350px;
    }
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    /**/
    .history-item {
        flex-direction: column;
        align-items: center;
    }
    .history-item__des {
        text-align: center;
    }
    .history-box h2 {
        text-align: center;
    }
    .history-item__date {
        padding: 12px 20px;
    }
    .history-item__date:before {
        content: none;
    }
    .contacts-box {
        gap: 20px;
    }
    .docs-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px 10px;

    }
    .docs-item {
        width: auto;
        align-self: center;
        font-size: inherit;
    }
    .license-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .employee-item__img {
        width: 25%;
    }
}
@media only screen and (max-width: 460px){
    .vn-fon:after {
        width: 460px;
        height: 560px;
    }
}
@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;
    }
    /**/
    .employee-item__title {
        font-size: 16px;
    }
    .employee-item {
        gap: 20px;
    }
    .vn-fon {
        padding: 10px 0 32px;
    }
    .about-us-header .icon-item, .contacts-header-item .icon-item {
        font-size: 18px;
    }
    .b-doc-item__title {
        font-size: 16px;
    }

}
@media only screen and (max-width: 370px){
    /**/

    .main-project-item-info {
        padding: 18px 16px 16px;
    }
}
@media only screen and (max-width: 350px){

}
@media only screen and (max-width: 330px){

}
.menu-active {
    left: 0 !important;
}