body {
    padding: 0;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    color: #000;
    font-size: 18px;
}
* {
	box-sizing: border-box;
	outline: none;
}
a {
    text-decoration: none;
    color: #000;
}
.hidden {
    display: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
section#team {
    padding: 100px 0;
    background: url(/images/team.jpg)center no-repeat;
    background-size: cover;
    color: #fff;
}
header.header.fixed.dark {
    position: fixed;
    background: #2e2e2e;
}
.fixed .logo {
    width: 160px;
    margin: 0;
}
section#bottomform {
    background: #2e2e2e;
    color: #cdcdcd;
    padding: 100px 0;
}
.bf-title {
    padding: 60px 48px;
    position: relative;
}
#main.dark {
    padding-top: 200px;
    color: #cdcdcd;
}
.dark ul.mod-menu.mod-list.nav a {
    color: #cdcdcd;
}
.dark .socs.flex a, .dark .top-phone a {
    color: #cdcdcd;
}
.about-d-left {
    width: 38%;
    border-top: 48px solid #fba430;
    margin-top: 17px;
}
.com-content-article__body {
    padding-bottom: 100px;
}
.about-det.flex {
    align-items: unset;
}
.about-title.testi {
    font-size: 50px;
    padding-top: 10px;
}
.about-d-right {
    width: 55%;
}
header.header.dark {
    color: #cdcdcd;
}
body.dark {
    background: #2e2e2e;
}
section#footer {
    padding: 5px 0;
    background: #3a3a3a;
    color: #ffffff5c;
    font-size: 14px;
}
body .ba-field-container textarea {
    min-height: 193px;
    resize: vertical;
}
.bf-title span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px;
}
.bf-title .socs.flex {
    padding-top: 20px;
}
.bf-title .socs.flex a {
    color:#cdcdcd;
}
.socs.flex a:hover {
    color:#fba430;
}
.bf-left {
    width: 48%;
}
.bf-right {
    width: 48%;
}
.team-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:40px;
    row-gap: 0;
}
.team-serv.first {
    grid-column: span 2;
    grid-row: span 3;
    font-size: 60px;
    font-weight: 700;
    padding-top: 50px;
}
.team-serv.first:after {
    content: "";
    display: block;
    position: absolute;
    height: 48px;
    width: 48px;
    top: 0;
    left: 0;
    background: #fba430;
}
.team-serv.first:before {
    display: none;
}
.team-serv:before {
    content: "";
    display: block;
    position: absolute;
    height: 48px;
    top: 35px;
    left: 0;
    border-right: 24px solid #eee;
    border-bottom: 10px solid transparent;
    opacity: .6;
}
.team-serv {
    padding:30px 48px;
    position: relative;
}
.about-title {
    font-size: 70px;
    font-weight: 700;
}
.title-sub {
    font-size: 24px;
    padding: 15px 0;
}
.utps.flex {
    align-items: unset;
    margin-top: 40px;
    overflow: hidden;
    width:50%;
}
.utp-item.flex {
    width: 100%;
    padding: 16px 0;
    justify-content: center;
}
.utps {
    width: 50%;
}
.utp-img {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}
.utp-left {
    font-size: 84px;
    width: 50%;
    text-align: right;
    font-weight: 700;
    padding-right: 18px;
    border-right: 48px solid #eee;
    color: #1c1c1c;
    line-height: 1;
}
section#about {
    background: #1c1c1c;
}
.utps-wrap.flex {
    justify-content: center;
    padding: 50px 0 0;
    position: relative;
}
.utp-right {
    width: 50%;
    padding-left: 18px;
    font-size: 18px;
}
ul.mod-menu.mod-list.nav.topnav a {
    color: #000;
    font-weight: 500;
}
ul.mod-menu.mod-list.nav.topnav a:hover {
    color: #3daaff;
}
.logo {
    margin-bottom: -70px;
    padding: 15px 0;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
}
.socs.flex a {
    font-size: 20px;
    color: #000;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.art-item {
    width: 31%;
    margin-bottom: 4%;
    border-radius: 15px;
    transition: .3s;
}
.art-item:hover {
    background: #e0f1ff;
}
.art-item:first-child,.art-item:nth-child(2) {
    width: 48%;
}
.articlesnews.flex {
    align-items: unset;
    padding-top: 40px;
}
.art-bottom {
    padding: 40px;
}
.article-image img {
    border-radius: 15px;
    opacity: .8;
    transition: .3s;
}
.art-item:hover .article-image img {
    opacity: 1;
}
span.tag {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #3eb489;
}
.art-bottom h4 {
    font-size: 20px;
    font-weight: 600;
}
.mod-title h3 {
    font-size: 36px;
}
span.divider {
    padding: 0 20px;
}
.mod-title {
    border-bottom: 1px solid #ccc;
}
section#articles {
    padding: 70px 0 0 ;
}
.row {
    padding: 0 15px;
}
.container {
	max-width: 1400px;
	margin: 0 auto;
}
ul.mod-menu.mod-list.nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.mod-menu.mod-list.nav>li a {
    padding: 5px 10px;
    display: inline-block;
}
ul.mod-menu.mod-list.nav>li a.hidden {
    display: none;
}
.nav-toggler span {
    display: block;
    width: 100%;
    height: 2px;
    background: #cdcdcd;
    position: absolute;
    transition: .3s;
}
.nav-toggler {
    position: relative;
    width: 25px;
    height: 18px;
    cursor: pointer;
}
span.tog-bottom {
    bottom: 0;
    width: 70%;
}
span.tog-center {
    top: calc(50% - 1px);
}
.btn-light>span, .btn-light>a {
    background: #e0f1ff;
    padding: 10px 30px;
    border-radius: 6px;
    color: #3daaff;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.btn-blue span, .btn-blue a {
    background: #3daaff;
    padding: 10px 30px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}
.btn-blue span:hover, .btn-blue a:hover, .btn-light span:hover, .btn-light a:hover {
    opacity: .8;
}
.top-btns .btn-light {
    margin-right: 10px;
}
.top-search {
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
header.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.prjs.flex {
    align-items: unset;
    padding-top: 40px;
}
.prj {
    width: 31%;
    margin-bottom: 4%;
    padding: 40px 40px 70px;
    border-radius: 15px;
    background: #e0f1ff;
    position: relative;
    transition: .3s;
}
.prj-count {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 20px;
}
.prj-count.two {
    color: #f58023;
}
.prj-count.three {
    color: #ffd53b;
}
.prj-count.four {
    color: #39a571;
}
.prj-count.five {
    color: #3daaff;
}
.prj-count.six {
    color: #3c8ac5;
}
.prj-title {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 30px;
}
.prj .rmore {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.rmore a {
    color: #000;
    font-weight: 500;
}
.rmore i {
    transform: translate(6px, 2px);
}
.prj:hover {
    background: #3daaff;
    color: #fff;
}
.prj:hover .rmore a {
    color: #fff;
}
.prj:hover .prj-count {
    color: #fff;
}
.about-left {
    width: 50%;
}
.about-right {
    width: 50%;
    padding-right: 70px;
}
.btn-orange a {
    display: inline-block;
    padding: 15px 50px;
    background: #fba430;
    font-weight: 700;
}
.about-tx {
    padding-bottom: 30px;
    line-height: 1.5;
}
.about-img img {
    border-radius: 15px;
    margin-bottom: 30px;
}
.quote-left {
    font-size: 185px;
    line-height: 185px;
    width: 80px;
}
.quote-right {
    width: calc(100% - 80px);
    font-style: italic;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.about-left p {
    text-indent: 20px;
}
.about.flex {
    align-items: unset;
    padding-top: 40px;
    align-items: unset;
    background: #1c1c1c;
    color: #cdcdcd;
}
.about .btn-blue a {
    margin-top: 50px;
    display: inline-block;
}
.about-left p:first-child {
    margin-top: 0;
}
.art-item.news.flex>a {
    width: 45%;
}
.news .art-bottom {
    width: 55%;
}
.art-item.news.flex {
    width: 48%;
}
.news .art-bottom h4 {
    font-size: 18px;
    font-weight: 500;
}
.news span.tag {
    color: #f58023;
}
.prncs.flex {
    align-items: unset;
    margin: 0 -1%;
}
.prnc {
    width: 31%;
    margin: 1%;
    padding: 48px;
    font-size: 18px;
    position: relative;
}
.prnc.first {
    font-size: 70px;
    font-weight: 700;
    background: #eee;
    padding: 48px 20px 48px 48px;
}
.prnc.first:before {
    display: none;
}
.prnc:before {
    content: "";
    display: block;
    position: absolute;
    height: 48px;
    top: 52px;
    left: 0;
    border-right: 24px solid #eee;
    border-bottom: 10px solid #fff;
}
.prnc.first:after {
    content: "";
    display: block;
    position: absolute;
    height: 48px;
    width:48px;
    top: 0;
    left: 0;
    background: #fba430;
}
.prnc:last-child {
    border-bottom: 48px solid #eee;
    border-right: 48px solid #eee;
}
section#principle {
    padding: 70px 0;
    overflow: hidden;
}
.prtns.flex {
    padding: 40px 0;
}
.nav-toggler.active span.tog-center {
    width: 0px;
}
span.tog-top, span.tog-bottom {
    transform-origin: left center;
}
.active span.tog-top {
    transform: rotate(40deg);
}
.active span.tog-bottom {
    transform: rotate(-40deg);
    width: 100%;
}
.socs img {
    width: 24px;
}
.top-phone {
    font-weight: 700;
    font-size: 24px;
}
.foot-col {
    width: 18%;
}
.foot-cols.flex {
    align-items: unset;
}
.socs.flex {
    justify-content: flex-start;
    margin-right:70px;
}
.foot-tx {
    padding-bottom: 40px;
}
.foot-col ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.bottom-conts.flex {
    font-size: 22px;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
}
.foot-col a {
    color: #000;
}
.foot-col a:hover {
    color: #3daaff;
}
.foot-title a {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
}
.foot-col li {
    padding-bottom: 10px;
}
.foot-title.margin-top {
    margin-top: 20px;
}
.copy-right span {
    display: inline-block;
    transform: translate(70px, 4px);
    font-size: 12px;
}
.copy-left.flex {
    width: 50%;
    font-size: 14px;
}
.copy-left.flex a {
    color: #000;
}
.copy-right {
    padding-bottom: 7px;
}
.tab-link {
    display: none;
}
.tab-link.active {
    display: block;
}
.tab-nav {
    cursor: pointer;
}
.tab-nav:hover, .tab-nav.active {
    color: #3daaff;
}
.ne-ws {
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0);
    visibility: hidden;
}
.ne-ws.active {
    position: relative;
    transform: scale(1);
    visibility: visible;
    transition: .5s;
}
.tab-content {
    position: relative;
}
.logout-wrap {
    display: none;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
form#member-registration {
    padding: 40px 0;
    max-width: 300px;
}
legend {
    display: none;
}
span.form-control-feedback {
    display: none;
}
div#logout-btn {
    margin-right: 0;
}
div#jform\[password1\]-rules, div#password-0 {
    font-size: 12px;
}
#system-message-container joomla-alert .alert-heading {
    display: none;
}
#system-message-container joomla-alert div .alert-message {
    margin: .5rem 0;
    padding: .3rem 0 .3rem 0;
}
form#member-registration .control-group.field-spacer {
    display: none;
}
section#fullnav {
    padding: 70px 15px;
    position: fixed;
    z-index: 99;
    background: #ffffff;
    left: 0;
    top: 70px;
    width: 100%;
    box-shadow: 0px 5px 5px #00000014;
    border-top: 1px solid #eee;
    display: none;
}
ul.full-nav-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div#profile-btn span {
    padding: 10px;
    margin-left: 10px;
}
ul.mod-menu.mod-list.nav.user-nav {
    display: block;
    margin: 0;
    padding: 0;
}
.container-usernav {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
    width: 300px;
    height: 100vh;
    padding: 40px;
    box-shadow: 0px 0px 10px #0000002e;
    transform: translateX(-100%);
    transition: .3s;
}
.container-usernav.active {
    transform: translateX(0);
}
ul.mod-menu.mod-list.nav.user-nav a {
    color: #000;
}
ul.mod-menu.mod-list.nav.user-nav a:hover {
    color: #3daaff;
}
a.eb-db-sort-link {
    color: #000;
}
.eb-simple-post__context a {
    color: #000;
}
ul.mod-menu.mod-list.nav.topnav>li {
    position: relative;
}
.topnav ul.mod-menu__sub.list-unstyled.small {
    list-style: none;
    position: absolute;
    left: 0;
    width: 340px;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 5px 10px #0000002e;
    transform: scale(0);
    transform-origin: left top;
}
.topnav .deeper.parent:hover ul.mod-menu__sub.list-unstyled.small {
    transform: scale(1);
    transition: .3s;
}
.topnav>li>a {
    line-height: 70px;
}
.topnav .deeper.parent>a:after {
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    padding-left: 3px;
}
ul.full-nav-ul.flex {
    align-items: unset;
}
ul.full-nav-ul.flex>li {
    width: 14%;
}
li.nav-item.item-101 {
    display: none;
}
.full-nav ul.mod-menu__sub.list-unstyled.small {
    list-style: none;
    padding: 0;
}
ul.full-nav-ul.flex>li>a {
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
}
ul.full-nav-ul.flex>li>a:before {
    content: "";
    display: block;
    width: 4px;
    height: 17px;
    background: #3daaff;
    position: absolute;
    left: 0;
}
ul.full-nav-ul.flex>li>a:hover {
    color: #3daaff;
}
ul.full-nav-ul.flex>li {
    width: 13%;
    border-right: 1px solid #eee;
    padding-right: 5px;
}
ul.mod-menu__sub.list-unstyled.small a {
    color: #000;
}
ul.mod-menu__sub.list-unstyled.small a:hover {
    color: #3daaff;
}
ul.mod-menu__sub.list-unstyled.small>li {
    padding-bottom: 15px;
}
div#component.whith-sidebar {
    width: 75%;
}
.grid-child.container-sidebar-left {
    width: 23%;
}
.grid-child.container-sidebar-right {
    padding-top: 38px;
    width: 23%;
}
div#main-wrap {
    align-items: unset;
}
.copy.flex {
    justify-content: center;
}
.art-bottom h4 a {
    color: #000;
}
div#component.full {
    width: 100%;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 6% 3%;
    padding: 40px 0 100px;
}
.gal-item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.gal-item {
    position: relative;
}
.art-bottom.gal {
    position: absolute;
    z-index: 9;
    bottom: 0;
    background: #00000066;
    color: #fff;
    transform-origin: left bottom;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s;
}
.gal-item {
    border-radius: 15px;
    overflow: hidden;
    transition: .3s;
}
.gal-item:hover .art-bottom.gal {
    opacity: 1;
}
.gal-item:hover {
    background: #e0f1ff;
}
.vuz .gal-item:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}
.gallery-grid.vuz {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
.vuz .gal-item {
    overflow: unset;
}
.df-ui-btn.df-ui-more.ti-more-alt, .df-ui-btn.df-ui-share.ti-sharethis {
    display: none;
}
a.scrollup {
    position: fixed;
    bottom: 150px;
    right: 0;
    display: none;
    z-index: 999;
    border: 1px solid;
    color: #fba430;
    padding: 5px 15px 8px;
    transform: rotate(270deg);
}
.com-users-profile.profile ul {
    list-style: none;
    padding: 0;
}
dd {
    margin: 0;
}
dt {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 700;
}
ul.com-users-profile__edit.btn-toolbar.float-end a {
    font-size: 24px;
    font-weight: 700;
}
form#member-profile {
    max-width: 300px;
    padding: 40px 0;
}
.control-group select {
    border: none;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    background: #e0f1ff;
    margin: 5px 0;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
#eb .eb-authors-head {
    background: #e0f1ff;
}
#eb .form-actions .pull-right {
    float: none!important
}
#eb .form-control {
    max-width: 300px;
    border: none;
    background:#e0f1ff;
}
.t-text--muted {
    font-size: 12px;
}
input#username {
    max-width: 300px;
}
.com-users-login.login {
    max-width: 300px;
    padding: 40px 0;
}
.com-users-login__options.list-group a {
    display: block;
    line-height: 1.3;
}
.com-users-login__options.list-group {
    padding-top: 15px;
}
div#login-btn-mob {
    display: none;
}
.nav-toggler.mobile {
    display: none;
}
input.btn.btn-default:focus {
    box-shadow: none!important;
    border: 1px solid #ccc!important;
    outline: none!important;
}
.art-bottom h4 {
    margin: 30px 0;
}
li.jfilters-filter-list__item a:hover {
    text-decoration: none;
}
.jfilters-filter-list.flex {
    justify-content: flex-start;
    margin: 0;
}
li.jfilters-filter-list__item a {
    color: #3daaff;
    background: #e0f1ff;
    font-size: 14px;
    padding: 10px;
    border-radius: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1;
}
li.jfilters-filter-list__item a:hover {
    opacity: .8;
}
.mod-jfilters_filters.wrap {
    position: relative;
    padding-top: 15px;
}
.jfilters-filter-container {
    position: absolute;
    display: none;
}
.jfilters-filter-container.active {
    position: relative;
    display: block;
}
.flt-tabs.flex {
    padding: 15px 0 0;
}
h4.jfilters-filter-header {
    display: none;
}
.flt-tab {
    width: 33%;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}
.jfilters-filter-container {
    border-bottom: none;
}
.flt-tab:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: #3daaff;
    transition: .5s;
}
.flt-tab.active:before {
    width: 100%;
}
.com-content-category-blog__children.cat-children {
    display: none;
}
.jfilters-filter-container__inner {
    display: flex;
    justify-content: space-between;
}
a.jfilters-item-link.jfilters-item-link--clear {
    color: #f58023;
    background: #fcf2ef;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 8px;
    display: none;
}
.com-finder.finder {
    padding-bottom: 40px;
}
.page-header h1 {
    font-size: 36px;
    margin-bottom: 0;
}
.page-header {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.contact-left {
    width: 50%;
}
.contact-right {
    width: 50%;
}
.contact-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 40px;
}
.contact-item {
    padding-bottom: 20px;
}
.contacts.flex {
    padding: 40px 0;
}
.bl-title h3 {
    border-bottom: 1px solid #ccc;
    font-size: 28px;
    padding-bottom: 30px;
}
.form-wrap {
    max-width: 50%;
}
.page-header.article-head h1 {
    width: 60%;
}
figure.left.item-image {
    margin: 0;
    padding-bottom: 50px;
}
.news-detail figure.left.item-image img {
    border-radius: 15px;
}
.article-infos.flex {
    padding: 30px 0;
}
.btn-light.go-back {
    padding-bottom: 50px;
}
.page-header.article-head.flex {
    align-items: unset;
}
.article-head .btn-light {
    padding-top: 40px;
}
ul.mod-breadcrumbs.breadcrumb {
    list-style: none;
    display: flex;
    padding: 0;
    font-size: 14px;
}
li.mod-breadcrumbs__divider.float-start {
    display: none;
}
span.br-divider {
    padding: 0 3px;
}
.soons.flex {
    min-height: 60vh;
    justify-content: center;
}
.soon-tx {
    padding-bottom: 50px;
}
.soon-left {
    padding-right: 50px;
}
.bottom-logo {
    padding-bottom: 40px;
}
.calendar-toggler {
    display: none;
}
.contact-page.flex {
    padding: 200px 0 50px;
}
.cp-left {
    width: 48%;
    padding: 48px;
}
.cp-right {
    width: 48%;
}
.cp-title {
    font-size: 40px;
    font-weight: 700;
}
span.bld {
    font-weight: 700;
}
.cp-item.flex {
    justify-content: flex-start;
    margin-bottom: 15px;
}
.cp-ic {
    width: 30px;
}
.cp-wr {
    padding-top: 40px;
}
ymaps.ymaps-2-1-79-ground-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
ymaps.ymaps-2-1-79-balloon-content__header img {
    max-width: 216px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1600px){
.logo {
    width: 240px;
}
}
@media screen and (max-width: 1380px){
.about-title {
    font-size: 50px;
}
.prnc.first {
    font-size: 50px;
}
.team-serv.first {
    font-size: 50px;
}
.about-title.det {
    padding-top: 10px;
}
#main.dark {
    padding-top: 140px;
}
body{
    font-size: 14px;
}
.logo {
    width: 160px;
    margin-bottom: 0px;
}
ul.mod-menu.mod-list.nav>li a {
    padding: 5px 7px;
}
.utp-left {
    font-size: 70px;
}
.bf-title span {
    font-size: 34px;
}
}

@media screen and (max-width: 767px){
.bf-title span {
    font-size: 16px;
}
.prncs.flex {
    margin: 0;
}
.cp-left {
    width: 100%;
    padding: 0 0 20px;
}
.contact-page.flex {
    padding: 20px 0;
}
.cp-title {
    font-size: 20px;
}
.cp-right {
    width: 100%;
}
.container-topbar.flex {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e2e2e;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: .3s;
}
.container-topbar.flex.active {
    transform: translateX(0%);
}

ul.mod-menu.mod-list.nav {
    display: block;
    font-size: 24px;
}
ul.mod-menu.mod-list.nav li {
    display: block;
    width:100%;
}
.about-d-left {
    width: 100%;
    border-top: 24px solid #fba430;
    margin-top: 0px;
}
.about-title.det {
    padding-top: 20px;
}
.about-d-right {
    width: 100%;
}
.about-title.testi {
    font-size: 16px;
    padding-top: 20px;
    font-weight: normal;
}
#main.dark {
    padding-top: 20px;
}
section#team {
    background: url(/images/team.jpg)left center no-repeat;
    background-size: cover;
}
section#bottomform {
    padding: 30px 0;
}
.prnc.first {
    font-size: 24px;
    padding: 28px 15px 28px 28px;
}
.team-wrap {
    grid-template-columns: repeat(1, 1fr);
}
.utp-left {
    font-size: 40px;
        border-right: 24px solid #eee;
}
.utp-right {
    font-size: 14px;
}
.team-serv.first {
    grid-column: span 1;
    grid-row: span 1;
    font-size: 16px;
    font-weight: 700;
    padding: 30px;
}
.utps-wrap.flex {
    flex-direction: column-reverse;
}
section#team {
    padding: 20px 0;
}
.team-serv:before {
    height: 24px;
    top: 14px;
    border-right: 12px solid #eee;
    border-bottom: 5px solid transparent;
}
.bf-title {
    padding: 30px 0;
}
section#bottomform .ba-form-page {
    padding:0px !important;
    width: 100% !important;
}
body .ba-forms-lightbox-row i {
    padding: 0px 10px!important;
}
.team-serv {
    padding: 12px 30px;
    position: relative;
}
.team-serv.first:after {
    height: 24px;
    width: 24px;
}
.fixed .logo {
    width: 130px;
    padding: 0;
}
.top-phone {
    font-size: 16px;
    margin-right: 15px;
}
header .socs.flex {
    display: none;
}
.prnc:before {
    height: 24px;
    top: 31px;
    left: 0;
    border-right: 12px solid #eee;
    border-bottom: 5px solid #fff;
}
.bf-left {
    width: 100%;
}
.bf-right {
    width: 100%;
}
.prnc {
    width: 100%;
    margin: 1% 0;
    padding: 12px 24px;
    font-size: 14px;
    position: relative;
}
.prnc:last-child {
    border-bottom: 24px solid #eee;
    border-right: 24px solid #eee;
}
section#principle {
    padding: 15px 0;
}
.utp-img {
    width: 100%;
    padding-top: 20px;
}
.utps {
    width: 100%;
}
.about-title {
    font-size: 24px;
}
.title-sub {
    font-size: 18px;
}
ul.mod-menu.mod-list.nav.topnav {
    display: none;
}
.nav-toggler {
    display: none;
}
.nav-toggler.mobile {
    display: block;
}
header.header {
    padding: 15px 0;
}
.logo img {
    transform: translateY(0px);
}
.top-btns .btn-light {
    margin-right: 24px;
}
.top-search {
    margin-right: 10px;
}
.mod-title h3 {
    font-size: 16px;
}
span.divider {
    padding: 0 5px;
}
.btn-light>span, .btn-light>a {
    padding: 5px 10px;
    font-size: 12px;
}
.art-bottom {
    padding: 10px;
}
span.tag {
    margin-right: 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
}
.art-bottom h4 {
    font-size: 14px;
}
.articlesnews.flex {
    padding-top: 15px;
}
.art-bottom h4 {
    margin: 10px 0;
}
.news-date {
    font-size: 12px;
}
.art-item:first-child, .art-item:nth-child(2) {
    width: 49%;
}
.art-item {
    width: 49%;
}
.prj {
    width: 100%;
    padding: 40px;
}
.prj-title {
    font-size: 18px;
}
.about-left {
    width: 100%;
    overflow: hidden;
}
.about-left img {
    margin-top:-50px;
}
.about-right {
    width: 100%;
    padding-right: 0;
}
.about.flex {
    flex-direction: column-reverse;
}
.quote-left {
    font-size: 188px;
    line-height: 140px;
    width: 70px;
}
.prnc.first:after {
    height: 24px;
    width: 24px;
}
.quote.flex {
    align-items: flex-start;
}
.quote-right {
    width: calc(100% - 70px);
}
.about .btn-blue a {
    margin-top: 10px;
}
section#news {
    padding-top: 30px;
}
a.scrollup {
    display: none!important;
}
.art-item.news.flex {
    width: 100%;
}
.prtn {
    width: 30%;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px;
    padding: 40px 0;
}
.foot-col {
    display: none;
}
.foot-col.first {
    display: block;
    width: 100%;
}
.copy-left.flex {
    width: 100%;
    font-size: 12px;
    text-align: center;
    justify-content: center;
}
.news .art-bottom h4 {
    font-size: 14px;
    font-weight: 500;
}
body {
    padding: 92px 0 0;
    font-size: 14px;
}
.logo {
    width: 140px;
}
ul.full-nav-ul.flex {
    display: block;
}
ul.full-nav-ul.flex>li {
    width: 100%;
    border-right: none;
    padding-right: 0;
}
section#fullnav {
    padding: 20px 10px;
    top: 58px;
    width: 100%;
    height: 80vh;
    overflow-y: auto;
}
.gallery-grid.vuz {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
}
.page-header h1 {
    font-size: 24px;
    margin-bottom: 0;
}
.flt-tab {
    font-size: 14px;
}
.mod-jfilters_filters.wrap {
    padding-top: 0;
}
li.jfilters-filter-list__item a {
    font-size: 12px;
    padding: 5px;
}
.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 0;
}
.page-header.article-head h1 {
    width: 100%;
}
.mod-title.flex {
    padding-bottom: 10px;
}
section#articles {
    padding: 30px 0 0;
}
.bottom-conts.flex {
    font-size: 16px;
}


div#component.whith-sidebar {
    width: 100%;
}

.btn-light.go-back {
    padding-bottom: 0;
}
.bl-title h3 {
    font-size: 18px;
}
.calendar-toggler {
    position: fixed;
    top: 80px;
    right: 15px;
    background: #e0f1ff;
    padding: 10px 12px;
    border-radius: 6px;
    color: #3daaff;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}
}
@media screen and (max-width: 320px){
.top-phone {
    font-size: 14px;
}   
}