body {
    padding: 80px 0 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #000;
    background: #fcfcfc;
}
* {
	box-sizing: border-box;
	outline: none;
}
a {
    text-decoration: none;
    color: #000;
}
.com-content-article__body img {
    border-radius: 20px;
}
.com-content-article__body .btn-blue a {
    color: #fff;
}
.mod-finder__search.input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
.speaker.flex {
    width: 100%;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 0 100px;
}
.speaker-img {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    transform-style: preserve-3d;
}
.rev .speaker-img {
    justify-content: flex-end;
}
.speaker-name {
    font-size: 24px;
    padding-bottom: 30px;
    font-weight: 700;
}
.speakers.flex {
    padding-top: 100px;
}
.speaker-img img {
    box-shadow: 10px 10px #3daaff;
}
.speaker-pos {
    padding-bottom: 20px;
    font-style: italic;
    font-size: 14px;
    max-width: 300px;
}
.speaker-pos {
    padding-bottom: 20px;
    font-style: italic;
    font-size: 14px;
}
.spaeker-right {
    width: 48%;
    padding-top: 30px;
    padding-left: 40px;
}
.speaker.flex.rev {
    flex-direction: row-reverse;
}
label.visually-hidden.finder {
    display: none;
}
section#search {
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 99;
    box-shadow: 0px 13px 9px #0000000a;
}
.mod-finder__search.input-group button[type="submit"] {
    margin-top: 0;
    margin-left:15px;
}
#addarticle {
    display: none;
}
.hidden {
    display: none;
}
.logo img {
    transform: translateY(-5px);
}
.logo {
    width: 350px;
}
.owl-nav.disabled {
    display: none;
}
section#news {
    padding-top: 70px;
}
div#mod-custom146 .owl-stage {
    display: flex;
    align-items: center;
    padding: 40px 0;
}
.author-posts {
    padding: 50px 0;
}
.post-form-wr {
    padding-top: 50px;
}
.post-stat.green {
    color: #3eb489;
}
.post-stat.brown {
    color: #f58023;
}
.post-stat i {
    width: 20px;
    text-align: right;
}
.mod-title.posts h3 {
    font-size: 22px;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.tab-content.margin-bottom {
    padding-bottom: 70px;
}
#eb .affix {
    position: relative;
}
select#jform_params_editor, label#jform_params_editor-lbl {
    display: none;
}
#eb .eb-dashboard-sticky-header.affix {
    z-index: 0;
}
.djev_pagination.pagination.djev_clearfix ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.djev_pagination span.icon-angle-double-left:before {
    content: "в начало";
}
.djev_pagination span.icon-angle-double-right:before {
    content: "в конец";
}
li.page-item a {
    padding: 10px;
}
ul.mod-menu.mod-list.nav.topnav a {
    color: #000;
    font-weight: 500;
}
ul.mod-menu.mod-list.nav.topnav a:hover {
    color: #3daaff;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
}
.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: 20px 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: 12px;
    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: 1480px;
	margin: 0 auto;
}
ul.mod-menu.mod-list.nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
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: 3px;
    background: #000;
    position: absolute;
    transition: .3s;
}
.nav-toggler {
    position: relative;
    width: 25px;
    height: 17px;
    cursor: pointer;
}
.nav-toggler:hover span {
    background: #3daaff;
}
.nav-toggler:hover span.tog-bottom {
    width: 100%;
}
span.tog-bottom {
    bottom: 0;
    width: 70%;
}
span.tog-center {
    top: calc(50% - 1.5px);
}
.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 {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 0px 10px #0000002e;
}
.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: 48%;
}
.about-right {
    width: 48%;
}
.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;
}
.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;
}
.prtn {
    max-width: 168px;
    margin: 0 auto;
}
.prtns.flex {
    padding: 40px 0;
    justify-content: space-around;
}
.nav-toggler.active span.tog-center {
    width: 0px;
}
span.tog-top, span.tog-bottom {
    transform-origin: left center;
}
.active span.tog-top {
    transform: rotate(34deg);
}
.active span.tog-bottom {
    transform: rotate(-34deg);
    width: 100%;
}
input[type="text"], input[type="password"], input#jform_email1 {
    border: none;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    background: #e0f1ff;
    margin: 5px 0;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
.input-group {
    margin-bottom: 20px;
    max-width: 300px;
}
button.btn.btn-secondary.input-password-toggle {
    border: none;
    padding: 0;
    background: transparent;
    border-bottom: 1px dashed;
    color: #ccc;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}
div#form-login-remember-16 {
    display: flex;
    justify-content: flex-start;
}
button[type="submit"] {
    background: #3daaff;
    padding: 10px 30px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border: none;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}
button[type="submit"]:hover {
    opacity: .8 ;
}
form button[type="submit"] {
    margin-top: 20px;
}
input#form-login-input-remember-16 {
    margin-left: 0;
}
ul.mod-login__options.list-unstyled {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}
ul.mod-login__options.list-unstyled a {
    color: #000;
}
form#login-form-16 {
    position: relative;
    max-width: 360px;
    border-radius: 8px;
    padding: 40px;
    background: #fff;
    transform: translateY(-200vh);
    transition: .5s;
}
form#login-form-16.active {
    transform: translateY(0);
}
.form-over {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -9;
    background: #4d4d4d82;
    visibility: hidden;
}
.form-over.active {
    z-index: 99;
    visibility: visible;
}
.f-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    opacity: .7;
    cursor: pointer;
}
.f-close:hover {
    opacity: 1;
 }
 .socs img {
    width: 24px;
}
section#footer {
    background: #e0f1ff;
    padding-top: 70px;
}
.foot-col {
    width: 18%;
}
.foot-cols.flex {
    align-items: unset;
}
.socs.flex {
    justify-content: flex-start;
    padding-top: 10px;
}
.socs.flex a {
    margin-right: 16px;
    font-size: 20px;
    color: #000;
    opacity: .7;
}
.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;
}
.socs.flex a:hover {
    color: #000;
    opacity: 1;
}
.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;
}
.com-users-registration.registration {
    padding: 40px 0;
    max-width: 300px;
}
legend {
    display: none;
}
span.form-control-feedback {
    display: none;
}
label#jform_spacer-lbl {
    display: none;
}
div#notrobot span {
    margin-top: 20px;
    background: #3daaff;
    padding: 10px 30px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}
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: 32px;
    width: 23%;
}
div#main-wrap {
    align-items: unset;
}
.djev-item-img {
    width: 45%;
}
.djev_item_content {
    width: 50%;
    padding-right: 30px;
}
.djev-item.flex {
    align-items: unset;
    margin-bottom: 50px;
}
.djev-item-img img {
    border-radius: 15px;
    opacity: .8;
}
.djev-info {
    padding: 20px 0;
}
.djev-info a {
    color: #000;
}
.djev-time i {
    display: none;
}
.e-date.flex {
    justify-content: flex-start;
    margin-bottom: 20px;
}
.djev_intro {
    padding: 0 0 30px;
}
h2.djev_item_title a {
    color: #000;
}
.djev_calendar_month .next-month, .djev_calendar_month .prev-month {
    font-size: 14px;
    line-height: 39px;
}
.calendar-wr {
    padding-bottom: 30px;
}
.btn-light.first {
    margin-right: 10px;
}
.e-details {
    padding: 38px 0px;
}
.djev-img img {
    border-radius: 15px;
}
.djev-img {
    width: 45%;
}
.event-top-right {
    width: 50%;
    padding-right: 30px;
}
.event-top.flex {
    align-items: unset;
}
.event-top-right i, .djev_item_content i {
    width: 20px;
    font-size: 12px;
}
.event-adr.flex {
    justify-content: flex-start;
}
.djev_print {
    display: inline-block;
    background: #e0f1ff;
    padding: 10px 30px;
    border-radius: 6px;
    color: #3daaff;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
}
.event-top.flex {
    align-items: unset;
    padding-bottom: 40px;
}
.e-desc-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.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;
}
.gal-item img{
    transition: 10s;
}
.gal-item.gal:hover img{
    transform: scale(1.5);
}
.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;
}
.tag-wrapper.flex {
    min-height: 30px;
    justify-content: flex-start;
}
.gallery-grid.vuz {
    grid-template-columns: repeat(3, minmax(0, 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;
    border-radius: 8px;
    color: #3daaff;
    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: 18px 0;
}
.com-content-article__body a {
        color: #3daaff;
    border-bottom: 1px dashed;
}
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: #3eb489;
    background: #3eb48924;
    font-size: 14px;
    padding: 10px;
    border-radius: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1;
}
.news li.jfilters-filter-list__item a {
    color: #f58023;
    background: #f580231a;
}
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: #3eb489;
    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: 48%;
}
.contact-right {
    width: 48%;
}
.contact-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 40px;
}
.contact-item {
    padding-bottom: 20px;
}
.contacts.flex {
    padding: 40px 0;
    align-items: unset;
}
.bl-title h3 {
    border-bottom: 1px solid #ccc;
    font-size: 28px;
    padding-bottom: 30px;
}
.com-content-article__body {
    padding-bottom: 40px;
}
.page-header.article-head h1 {
    width: 60%;
}
div#map {
    margin: 70px 0;
    border-radius: 15px;
    overflow: hidden;
}
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;
}
.ba-gallery-items {
    border-radius: 15px;
    overflow: hidden;
}
.team-item {
    max-width: 314px;
    border-radius: 15px;
    transition: .3s;
}
.team-item:hover {
    background: #e0f1ff;
}
.team-item:hover .rmore a {
    color: #3daaff;
}
.team-item .art-bottom {
    padding: 10px 40px 40px;
}
body .ba-form-acceptance-field .ba-form-acceptance-html {
    font-size: 14px;
}
.ba-form-acceptance-field .ba-form-acceptance-html a {
    border-bottom: 1px dashed;
}
.team-card-left {
    width: 36%;
}
.team-card-right {
    width: 56%;
}
.team-card-right h1 {
    font-size: 28px;
    padding-bottom: 30px;
}
.team-card.flex {
    padding-top: 50px;
}
ul.blue-circ {
    list-style: none;
    padding: 0;
}
ul.blue-circ li {
    position: relative;
    padding: 0 0 10px 20px;
}
ul.blue-circ li:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #3daaff;
    border-radius: 50%;
    left: 0;
    top: 4px;
}
.page-header.flex.ev h1 {
    margin: 0;
}
.page-header.flex.ev {
    padding-top: 30px;
}


@media screen and (max-width: 1400px){
body{
    font-size: 14px;
}
.logo {
    width: 240px;
}
ul.mod-menu.mod-list.nav>li a {
    padding: 5px 7px;
}
}

ul.mod-menu.mod-list.nav>li a {
    padding: 5px 7px;
}
}
@media screen and (max-width: 1240px){
div#login-btn {
    display: none;
}
.top-btns.flex .btn-blue {
    display: none;
}
div#profile-btn {
    display: block;
}
div#login-btn-mob {
    display: block;
}
div#login-btn-mob span {
    padding: 10px;
}
div#logout-btn {
    display: none;
}
.login-d-down {
    position: absolute;
    right: 0;
    padding: 15px;
    background: #e0f1ff;
    top: 110%;
    border-radius: 8px 0 8px 8px;
    text-align: right;
    box-shadow: 3px 3px 10px #0000002e;
    transform: scale(0);
    transform-origin: right top;
    transition: .3s;
}
.login-d-down.active {
    transform: scale(1);
}
.login-d-down a {
    display: inline-block;
    line-height: 2;
}
}
@media screen and (max-width: 1190px){
.logo {
    width: 160px;
}
.btn-blue span, .btn-blue a, .btn-light>span, .btn-light>a {
    padding: 10px 15px;
    font-size: 12px;
}
}
@media screen and (max-width: 767px){
.head-btns.flex {
    padding-top: 10px;
}
.speaker-img {
    width: 100%;
}
.speaker.flex {
    margin-bottom: 50px;
}
.spaeker-right {
    width: 100%;
}
.speakers.flex {
    padding-top: 40px;
}
ul.mod-menu.mod-list.nav.topnav {
    display: none;
}
.nav-toggler {
    display: none;
}
.nav-toggler.mobile {
    display: block;
}
header.header {
    padding: 10px 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, .team-item .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%;
}
.about-right {
    width: 100%;
}
.about.flex {
    flex-direction: column-reverse;
}
.quote-left {
    font-size: 188px;
    line-height: 140px;
    width: 70px;
}
.quote.flex {
    align-items: flex-start;
}
.quote-right {
    width: calc(100% - 70px);
}
.about-left {
    padding-top: 20px;
}
.about .btn-blue a {
    margin-top: 10px;
}
section#news {
    padding-top: 30px;
}
a.scrollup {
    display: none!important;
}
.art-item.news.flex {
    width: 100%;
}
.prtn {
    max-width: 100px;
    margin: 0 auto;
}
.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;
}
.copy.flex {
    justify-content: center;
    padding-top: 15px;
}
.news .art-bottom h4 {
    font-size: 14px;
    font-weight: 500;
}
body {
    padding: 58px 0 0;
    font-size: 14px;
}
.logo {
    width: 180px;
}
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;
}
.calendar-wr {
    position: fixed;
    width: 100%;
    right: 0;
    top: 58px;
    padding: 60px 20px;
    background: #fff;
    height: calc(100vh - 58px);
    transform: translateX(100%);
    transition: .3s;
}
.calendar-wr.active {
    transform: translateX(0);
}
.djev_calendar_wrap {
    position: relative;
}
h2.djev_item_title {
    font-size: 16px;
}
div#component.whith-sidebar {
    width: 100%;
}
.djev-item-img {
    width: 100%;
}
.djev_item_content {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
}
.djev_item_content .djev_intro {
    display: none;
}
.art-info {
    padding-bottom: 5px;
    display: block;
    width: 100%;
}
.article-infos.flex {
    padding: 15px 0;
}
.main-bottom.card {
    padding-bottom: 30px;
}
.btn-light.go-back {
    padding-bottom: 15px;
}
.bl-title h3 {
    font-size: 18px;
}
.calendar-toggler {
    position: fixed;
    top: 72px;
    right: 0;
    background: #3daaff;
    padding: 10px 14px;
    border-radius: 6px 0 0 6px;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    z-index: 9;
}
.calendar-toggler i.fas.fa-times {
    display: none;
}
.calendar-toggler.active i.fas.fa-times {
    display: inline;
}
.calendar-toggler.active i.far.fa-calendar-alt {
    display: none;
}
.djev-img {
    width: 100%;
}
.event-top-right {
    width: 100%;
    padding-right: 0;
}
h1.djev-title {
    font-size: 18px;
}
.event-adr.flex {
    flex-wrap: nowrap;
}
ul.mod-breadcrumbs.breadcrumb {
    font-size: 12px;
}
.e-details {
    padding: 0;
}
div#login-btn {
    display: none;
}
.top-btns.flex .btn-blue {
    display: none;
}
.team-card-left {
    width: 100%;
}
.team-card-right {
    width: 100%;
}
section#breadcrumbs {
    display: none;
}
.team-card-left figure.left.item-image {
    padding-bottom: 10px;
}
.team-card-right h1 {
    font-size: 20px;
}
.team-card.flex {
    padding-top: 20px;
}
}