body {
    padding: 0;
    margin: 0;
    font-family: "Nunito", sans-serif;
    color: #000;
    line-height: 1.3;
    font-size: 18px;
}
h3 {
    font-size: 30px;
}
* {
	box-sizing: border-box;
	outline: none;
}
a {
    text-decoration: none;
    color: #000;
}
body .owl-carousel .owl-item img {
    display: block;
    width: auto;
}
body #ba-forms-notification {
    bottom: 50%;
    right: 50%;
    width: 250px;
    transform: translate(50%, 50%);
}
.codex-in h1 {
    text-align: center;
}
.codex {
    background: #dde9eb;
    border-radius: 20px;
    padding: 40px;
    margin:40px 0;
}
.codex-in {
    border-radius: 16px;
    background: #fff;
    padding: 40px;
}
p.a-right {
    text-align: right;
}
ol.tt {
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 700;
}
.ba-form-column-wrapper {
    width: 100%;
}
.ba-form-row {
    width: 100%;
}
.form-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.primer {
    text-align: left;
    font-size: 14px;
}
.primer ul {
    padding: 0 0 0 20px;
}
.primer h3 {
    font-size: 18px;
}
.ba-form-field-item.ba-form-html-field {
    padding-top: 8px;
}
.contact-page.flex {
    align-items: unset;
    width: 100%;
}
.ba-form-row {
    display: flex;
    justify-content: center;
}
.btn.blue.f-trigger a {
    background: #59cace;
    color: #fff;
    padding: 10px 50px 10px 20px;
}
.btn.blue.f-trigger a:before {
    background: #fff;
}
.form-wrap {
     margin: 0 auto;
}
.btn.blue.f-trigger {
    width: fit-content;
}
.blog-item img {
    border-radius: 20px;
}
h3.item-title {
    font-size: 20px;
}
h1 {
    font-size: 36px;
}
.btm-form {
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}
.orgs-left {
    width: 46%;
    padding: 0 40px;
}
.orgs-right.flex {
    width: 46%;
    align-items: unset;
}
.org-tx {
    padding-bottom: 40px;
}
.org {
    width: 48%;
}
.orgs.flex {
    align-items: unset;
    padding-top: 100px;
}
.org-bottom {
    padding: 30px;
    background: #fff;
    border-radius: 0 0 15px 15px;
}
.org-name {
    font-weight: 700;
    padding-bottom: 20px;
}
.org-info {
    font-size: 16px;
}
.org.two {
    transform: translateY(30%);
}
.ptn {
    height: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ptns {
    padding: 100px 0 50px;
}
.be-ptn {
    background: url(/images/ptnbg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 70px 40px 50px;
    border-radius: 20px;
}
.be-ptn-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 40px;
}
.be-ptn-tx {
    max-width: 820px;
    margin: 0 auto 40px;
}
.sign-wr.flex {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-top: 70px;
    align-items: unset;
}
.sign-left {
    width: 48%;
}
.sign-right {
    width: 40%;
    padding-left: 50px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.sig-tx {
    height: fit-content;
    padding-top: 30px;
}
.sig-left {
    width: 50px;
}
.sig-right {
    width: calc(100% - 50px);
    padding-left: 20px;
}
.sig-item.flex {
    justify-content: unset;
    margin-bottom: 24px;
}
.sig-item.flex:last-child {
    margin-bottom: 0;
}
.btn {
    line-height: 1.3;
}
.btn.big a {
    font-size: 22px;
}
#slider .btn.big {
    padding-top: 30px;
}
.sub-title span {
    font-size: 30px;
    padding: 0 5px;
    border-radius: 10px;
    display: inline-block;
    line-height: 1.3;
}
.sub-title {
    text-align: right;
    padding-right: 50px;
    font-weight: 700;
}
.btn a {
    background: #d3eced;
    padding: 8px 50px 8px 20px;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}
.btn a:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #59cace;
    border-radius: 50%;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}
.btn a:hover:before {
    content: "";
    transform: translateY(-50%) scale(1.5);
}
section#usls.nopadding {
    padding: 0;
}
body .ba-forms-lightbox-row i {
    color: #000;
}
.serv-left h1 {
    margin: 0 0 40px;
}
.serv-price {
    width: fit-content;
    background: #d1eaf6;
    padding: 7px 20px;
    margin-bottom: 30px;
    border-radius: 30px;
    margin-top: 30px;
}
.serv-top.flex {
    align-items: unset;
    padding: 40px 0 70px;
}
.serv-left {
    width: 48%;
}
.serv-right {
    width: 46%;
}
.price-row.flex {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.price-col {
    width: 30%;
}
.price-col.order {
    width: 10%;
}
.testi {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}
.testi-top.flex {
    justify-content: flex-start;
    padding-bottom: 20px;
}
.testi-img {
    width: 85px;
    border-radius: 50%;
    overflow: hidden;
}
.testi-title {
    width: calc(100% - 85px);
    padding-left: 30px;
    font-size: 20px;
    font-weight: 700;
}
.testis {
    padding: 40px 0;
}
.m-title {
    font-size: 30px;
    font-weight: 700;
    padding-left: 30px;
}
.s-testis.flex {
    padding: 30px 0;
}
.s-testis.flex a {
    width: 23%;
    margin: 1%;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.padding-left {
    padding-left: 30px;
}
.blog-item {
    width: 31.333%;
    margin: 1%;
    padding-bottom: 40px;
    position: relative;
}
.blog-item .r-more {
    position: absolute;
    left: 30px;
    bottom: 20px;
}
ul.tags.list-inline {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.tags.list-inline a {
    display: inline-block;
    background: #fff;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 20px;
}
ul.tags.list-inline a.green {
    background: #d4edcf;
}
ul.tags.list-inline a.bege {
    background: #fde5d2;
}
ul.tags.list-inline a.violet {
    background: #e6d6fe;
}
.page-header {
    padding-left: 30px;
}
.blog-items.flex {
    justify-content: unset;
    align-items: unset;
}
.blog-items.flex {
    margin: 0 -1%;
    padding: 40px 0;
}
.item-content {
    padding: 0 30px;
}
.com-content-category-blog.blog {
    padding: 80px 0 0;
}
.disc li::marker {
    font-size: larger;
}
.orange li::marker {
    color: #f47b20;
}
.green li::marker {
    color: #59b844;
}
.hidden {
    display: none;
}
.spec-left {
    width: 35%;
}
.spec-right {
    width: 60%;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.rmore, .r-more {
    width: fit-content;
}
.rmore a {
    display: inline-block;
    padding: 15px 60px 15px 20px;
    border-radius: 30px;
    background: linear-gradient(40deg, #ffae00, #f47b20);
    position: relative;
    color: #fff;
    line-height: 1;
}
.r-more a {
    display: inline-block;
    padding: 0 40px 0 0;
    position: relative;
    line-height: 1;
    font-weight: 700;
}
.rmore a:hover {
    background: linear-gradient(40deg, #f47b20, #ffae00);
}
.rmore a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 13px;
    width: 19px;
    height: 19px;
    background: url(/images/arrow.png) center no-repeat;
    background-size: contain;
    transition: .3s;
}
.r-more a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 4px;
    width: 10px;
    height: 10px;
    background: url(/images/arrow-black.png) center no-repeat;
    background-size: contain;
    transition: .3s;
}
.rmore:hover a:before{
    transform: rotate(45deg);
}
.r-more:hover a:before, .usl.flex:hover .r-more a:before{
    width: 15px;
    background: url(/images/arrow-green.png) center no-repeat;
    background-size: contain;
}
.r-more:hover a, .usl.flex:hover a{
    color:#59b844;
}
.usl.flex .r-more {
    position: absolute;
    bottom: 40px;
    z-index: 9;
}
.usl-right img {
    transform: translate(10px, 10px);
    transition: 1s;
}
.usl:hover .usl-right img {
    transform: translate(0, 0);
}
section#slider {
    padding-top: 80px;
}
section#team {
    padding: 50px 0 100px;
}
header.header.fixed.dark {
    position: fixed;
    background: #2e2e2e;
}
.fixed .logo {
    width: 160px;
    margin: 0;
}
section#bottom {
    padding-top: 100px;
}
.s-desc {
    max-width: 500px;
    padding-bottom: 30px;
}
.exp {
    width: fit-content;
    background: #fde5d2;
    padding: 7px 20px;
    margin-bottom: 15px;
    border-radius: 30px;
}
.price {
    width: fit-content;
    background: #e6d6fe;
    padding: 7px 20px;
    margin-bottom: 30px;
    border-radius: 30px;
}
.gal-spec img {
    border-radius: 20px;
    border: 10px solid #fff;
}
.news-detail .spec-left figure.left.item-image img {
    border-radius: 30px;
    border: 15px solid #fff;
}
.about-d-left {
    width: 38%;
    border-top: 48px solid #59cace;
    margin-top: 17px;
}
.com-content-article.item-page {
    padding: 80px 0 0;
}
.page-header.article-head.flex {
    padding-top: 50px;
    padding-left: 0;
}
.gal-spec.about-gal.flex a {
    width: 23%;
    margin: 1%;
}
.gal-spec.about-gal.flex {
    justify-content: unset;
    align-items: unset;
    margin: 0 -1% 70px;
}
.deeper.parent {
    position: relative;
}
.deeper.parent:hover ul.mod-menu__sub.list-unstyled.small {
    display: block;
}
ul.mod-menu__sub.list-unstyled.small {
    list-style: none;
    padding: 30px;
    position: absolute;
    width: 300px;
    background: #fff;
    border-radius: 0 20px 20px;
    box-shadow: 2px 4px 10px #0000001f;
    display: none;
}
.deeper.parent>a:after {
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    padding-left: 3px;
}
.position {
    padding: 15px 0 10px;
}
.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:#59cace;
}
.bf-left {
    width: 48%;
}
.bf-right {
    width: 48%;
}
.about-title {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 40px;
}
.utps.flex {
    align-items: unset;
    padding-top: 100px;
}
.utp {
    width: 48%;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    line-height: 1.3;
    margin-bottom: 4%;
}
section#utp {
    padding: 70px 0;
}
.utp-title {
    padding-left: 30px;
    font-weight: 700;
}
.utp-top.flex {
    justify-content: unset;
    padding-bottom: 30px;
}
.about-tx {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    height: fit-content;
}
.at-inner {
    padding-left: 30px;
}
.about-right img {
    transform: translate(30px, 70px);
}
h1.top-title span {
    padding: 0 10px;
    border-radius: 10px;
}
h1.top-title {
    line-height: 1.3;
    font-size: 48px;
}
.med-tx {
    font-size: 24px;
    padding-bottom: 30px;
    line-height: 1.3;
}
.bl-title span {
    display: inline-block;
    padding: 0 7px;
    background: #fde5d2;
    border-radius: 30px;
}
span.bege {
    background: #ffddb8;
}
span.green {
    background: #c0f8c0;
}
span.blue {
    background: #d1eaf6;
}
span.rose {
    background: #fdeaf3;
}
span.yellow {
    background: #fcf8b8;
}
.brain-tx span,.sig-tx span {
    padding: 0 5px;
    border-radius: 5px;
}
.bl-title-sub {
    font-size: 22px;
    text-align: center;
    max-width: 810px;
    margin: 10px auto;
}
.about.flex {
    margin-top: 70px;
    align-items: unset;
}
.about-left {
    width: 55%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.about-title.flex {
    justify-content: unset;
    padding-bottom: 70px;
}
span.bege.mb {
    margin-bottom: 16px;
}
.med-tx span {
    padding: 4px 5px;
    display: inline-block;
    border-radius: 7px;
}
section#about {
    padding: 50px 0;
}
.check-wrap.flex {
    padding-bottom: 70px;
}
.check-title {
    padding-left: 10px;
}
.about-right {
    width: 45%;
    padding-left: 70px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.about-right .btn.big {
    display: flex;
    align-items: flex-end;
}
.bl-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.usl.flex {
    width: 31%;
    background: #fff;
    margin-bottom: 3%;
    padding: 30px 0 0 30px;
    border-radius: 20px;
    overflow: hidden;
    align-items: unset;
    position: relative;
}
.usl-title {
    position: absolute;
    left: 30px;
    top: 50px;
    font-size: 24px;
    font-weight: 700;
    z-index: 9;
}
.usl-left {
    width: 40%;
}
.usl-right {
    width: 100%;
}
.usls.flex {
    align-items: unset;
    padding-top: 70px;
}
section#canhelp {
    padding: 0 0 70px;
}
section#usls {
    padding: 50px 0 100px;
}
.rmore.a-center {
    margin: 0 auto;
}
section#usls {
    padding: 50px 0;
}
.utp.col3 {
    width: 31%;
}
.about-n-left {
    width: 48%;
}
.about-n-right {
    width: 48%;
}
.about-n-title {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 30px;
}
.about-n.flex img {
    border-radius: 20px;
}
.about-n.rev.flex {
    flex-direction: row-reverse;
}
.utps.flex.margin {
    padding: 70px 0;
}
.about-n.flex.first {
    padding-top: 70px;
}
ul.mod-menu.mod-list.nav.topnav a {
    color: #000;
    font-weight: 500;
}
ul.mod-menu.mod-list.nav.topnav a:hover {
    color: #3daaff;
}
.top-wrap.flex {
    padding: 10px 20px;
    background: transparent;
    border-radius: 30px;
}
.fixed .top-wrap.flex {
    box-shadow: 2px 2px 13px #00000012;
    background: #fff;
}
.brain-bl.flex {
    background: url(/images/brainbg.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 70px;
}
.brain-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
.brain-right {
    width: 50%;
    padding-right: 50px;
}
.brain-tx {
    font-size: 22px;
    padding-bottom: 40px;
}
.dld.flex {
    justify-content: unset;
}
.dld.flex a {
    border-bottom: 3px dotted;
    font-size: 22px;
    font-weight: 700;
    display:inline-block;
    margin-right: 20px;
}
.dld-lbl {
    font-size: 14px;
    padding-top: 10px;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
}
ul.mod-menu.mod-list.nav a:hover, ul.mod-menu.mod-list.nav .current a {
    color: #2691a8;
}
.top-wrap .socs.flex {
    margin-right: 30px;
}
.socs.flex a {
    font-size: 20px;
    color: #000;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.art-item .r-more {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.rmore-wrap.a-right.flex {
    padding: 50px 0 0;
    justify-content: flex-end;
}
.art-item {
    margin-bottom: 4%;
    border-radius: 15px;
    background: #fff;
    transition: .3s;
    height: 100%;
    position: relative;
}
.art-bottom {
    padding: 0 30px 50px;
}
.teamwrap {
    padding: 70px 0 0;
}
.team-wrap.flex {
    padding-top: 50px;
    align-items: unset;
}
.blog-featured {
    padding-top: 80px;
}
.usls.flex.category {
    padding-top: 0;
}
.art-item.cat {
    width: 23%;
    height: auto;
}
.art-item.cat .art-bottom {
    padding: 0 30px 70px;
}
.article-image img {
    border-radius: 15px;
    opacity: .8;
    transition: .3s;
}
.article-image {
    padding: 15px;
}
.art-item:hover .article-image img {
    opacity: 1;
}
.owl-stage {
    display: flex;
}
.owl-nav.disabled {
    display: none;
}
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;
}
.acc-item {
    padding: 25px 30px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: .3s;
    border-radius: 20px;
    background: #fff;
}
.acc-quest {
    font-size: 16px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    font-weight: 700;
}
.acc-item.black .acc-icon {
    transform: translateY(-50%) rotate(45deg);
}
.acc-icon {
    position: absolute;
    right: 0;
    font-size: 26px;
    line-height: 1;
    color: #f47b20;
    font-weight: normal;
    display: flex;
    align-items: center;
    transition: .5s;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
}
.acc-item.black .acc-answ {
    display: block;
}
.acc-answ {
    display: none;
    padding: 15px 0;
}
.faq-left {
    width: 66%;
}
.faq-right {
    width: 30%;
}
.faq-wrap.flex {
    align-items: unset;
    padding-top: 70px;
}
.ba-form-field-item.ba-form-submit-field {
    display: none;
}
section#articles {
    padding: 70px 0 0 ;
}
.row {
    padding: 0 15px;
}
body .ba-form-acceptance-field label.ba-form-checkbox > span {
    top: 0;
}
.ba-form-acceptance-html a {
    font-weight: 700;
}
body .ba-form-acceptance-field .ba-form-acceptance-html {
    font-size: 12px;
}
.f-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
}
.container {
	max-width: 1270px;
	margin: 0 auto;
}
.btm-cols.flex {
    align-items: unset;
}
.btm-logo {
    padding-bottom: 20px;
}
.logo-sub {
    font-size: 18px;
    padding-bottom: 30px;
}
.btm-col ul {
    list-style: none;
}
.btm-col ul a{
    padding: 5px 0;
    display:inline-block;
}
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 {
    padding: 8px 10px;
}
ul.mod-menu.mod-list.nav>li a.hidden {
    display: none;
}
.btm-phones {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px;
}
.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;
    padding: 15px 0 0;
}
header.header.fixed {
    position: fixed;
}
.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 i {
    transform: translate(6px, 2px);
}
.prj:hover {
    background: #3daaff;
    color: #fff;
}
.prj:hover .rmore a {
    color: #fff;
}
.prj:hover .prj-count {
    color: #fff;
}
.btn-orange a {
    display: inline-block;
    padding: 15px 50px;
    background: #59cace;
    font-weight: 700;
}
.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;
}

.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: #59cace;
}
.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%;
}
.top-phone {
    font-weight: 700;
    font-size: 20px;
}
.socs.flex a {
    margin-left: 15px;
}
.btm-col.last {
    text-align: right;
}
.foot-col {
    width: 18%;
}
.foot-cols.flex {
    align-items: unset;
}
.bottom-socs.flex {
    justify-content: unset;
    margin: 0;
}
.copy.flex {
    justify-content: space-between;
    width: 100%;
    padding-top: 50px;
}
.btm-col ul a:hover {
    color: #f47b20;
}
.foot-tx {
    padding-bottom: 40px;
}
.socs.flex a:hover {
    opacity: .7;
}
.about-title span {
    padding: 0 5px;
    border-radius: 5px;
}
.copy.flex {
    font-size: 12px;
}
.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>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;
}
.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: #59cace;
    padding: 5px 15px 8px;
    transform: rotate(270deg);
    border-radius: 30px;
}
.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: 0 0 10px;
}
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;
}
.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;
}
.page-header.article-head h1 {
    width: 60%;
}
figure.left.item-image {
    margin: 0;
}
.com-content-article__body h3 {
    margin-top: 50px;
}
.com-content-article__body {
    padding-bottom: 20px;
}
.news-detail figure.left.item-image img {
    border-radius: 15px;
}
.article-infos.flex {
    padding: 30px 0;
    justify-content: flex-start;
}
.art-info {
    display: inline-block;
    background: #d1eaf6;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 20px;
    margin-left: 20px;
}
.com-content-article.item-page.blog h1 {
    font-size: 40px;
}
.com-content-article.item-page.blog {
    max-width: 840px;
    margin: 0 auto;
}
.com-content-article.item-page.blog .com-content-article__body img {
    border-radius: 20px;
    margin: 30px 0;
}
.get-consult.flex {
    background: #fff;
    border-radius: 20px;
}
.gc-title {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 30px;
}
.gc-left {
    padding: 25px 30px;
    width: 70%;
}
.gc-right {
    width: 30%;
}
.art-info.r-time {
    background: #fde5d2;
}
.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: 50px 0;
    align-items: center;
}
.cp-left {
    width: 55%;
}
.cp-right {
    width: 40%;
}
.cp-right.img {
    background: url(/images/cpimg.jpg)center no-repeat;
    background-size: cover;
    border-radius:20px;
}
.contact-page.flex.rev {
    flex-direction: row-reverse;
}
.cp-lbl {
    width: 40px;
}

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-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;
}
.top-wrap.flex {
    padding: 0;
}
h1.top-title {
    line-height: 1.3;
    font-size: 20px;
}
.dld.flex a {
    border-bottom: 2px dotted;
    font-size: 15px;
    margin-right: 8px;
}
.dld.flex {
    justify-content: center;
}
.sign-right {
    padding: 30px 0 0;
}
.ptns {
    padding: 40px 0 50px;
}
.sign-wr.flex {
    padding: 40px 20px;
    margin-top: 40px;
}
.brain-bl.flex {
    padding: 40px 0;
}
.brain-left {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 30px;
}
.brain-tx {
    font-size: 18px;
}
.brain-right {
    width: 100%;
    padding: 0 30px;
    text-align: center;
}
.sign-left {
    width: 100%;
}
.sign-right {
    width: 100%;
}
.orgs-left {
    width: 100%;
    padding: 0 20px;
}
.orgs-right {
    width: 100%;
}
.orgs.flex {
    padding-top: 40px;
}
.med-tx {
    font-size: 16px;
    padding-bottom: 30px;
    line-height: 1.3;
    max-width: 45%;
}
.med-tx.full {
    max-width: 100%;
    padding-bottom: 0;
}
.sub-title {
    padding-right: 0;
}
.sub-title span {
    font-size: 14px;
    padding: 0 5px;
    border-radius: 5px;
    display: inline-block;
    line-height: 1.3;
}
.serv-top.flex {
    flex-direction: column-reverse;
}
figure.left.item-image {
    padding-bottom: 30px;
}
.gal-spec.about-gal.flex {
    margin: 0 -1% 30px;
}
.gal-spec.about-gal.flex a {
    width: 48%;
    margin: 1%;
}
.price-col.order {
    padding-top: 20px;
}
.price-col, .price-col.order {
    width: 100%;
}
section#slider {
    padding-top: 0;
}
.padding-left {
    padding-left: 0;
}
h1 {
    font-size: 24px;
}
.serv-left {
    width: 100%;
}
.serv-right {
    width: 100%;
}
h3 {
    font-size: 20px;
}
.utp {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
}
.faq-left {
    width: 100%;
}
.faq-right {
    width: 100%;
}
.prncs.flex {
    margin: 0;
}
.utp.col3 {
    width: 100%;
}
.cp-left {
    width: 100%;
    padding: 0 0 20px;
}
.about-right {
    margin-top: 20px;
}
.about-right .about-tx {
    margin-bottom: 20px;
}
.about-tx {
    padding: 40px 20px;
}
.about.flex {
    padding: 0;
    margin-top: 40px;
}
.utps.flex {
    padding-top: 30px;
}
.bl-title-sub {
    font-size: 18px;
}
.contact-page.flex {
    padding: 20px 0;
    flex-direction: column-reverse;
}
.cp-title {
    font-size: 20px;
}
.cp-right {
    width: 100%;
    padding-bottom: 30px;
}
.bottom-socs.flex .socs.flex {
    padding-left: 15px;
}
.btn a {
    font-size: 16px;
}
.container-topbar.flex {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    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: 20px;
}
ul.mod-menu.mod-list.nav li {
    display: block;
    width:100%;
}
.about-d-left {
    width: 100%;
    border-top: 24px solid #59cace;
    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 40px;
}
.team-serv:before {
    height: 24px;
    top: 14px;
    border-right: 12px solid #eee;
    border-bottom: 5px solid transparent;
}
.bf-title {
    padding: 30px 0;
}
.faq-wrap.flex {
    padding-top: 20px;
}
.article-infos.flex {
    padding: 0 0 10px;
    justify-content: flex-start;
}
.gc-title {
    font-size: 20px;
}
.gc-right {
    display: none;
}
.gc-left {
    padding: 20px;
    width: 100%;
}
.blog-item {
    width: 100%;
}
.com-content-article.item-page.blog h1 {
    font-size: 24px;
}
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: 50px;
    padding: 0;
}
.top-phone {
    font-size: 14px;
    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: 18px;
    padding-bottom: 30px;
}
.title-sub {
    font-size: 18px;
}
ul.mod-menu.mod-list.nav.topnav {
    display: none;
}
.fixed .top-wrap.flex {
    box-shadow: none;
}
.org-bottom {
    padding: 15px;
}
.btm-form {
    padding: 40px 20px 0;
}
.orgs-right.flex {
    width: 100%;
    padding-top: 40px;
}
.org-info {
    font-size: 12px;
}
.org.two {
    transform: translateY(0);
}
.orgs-left .dld.flex {
    justify-content: flex-start;
}
.nav-toggler {
    display: none;
}
.nav-toggler.mobile {
    display: block;
    margin: 0 15px;
}
.about-title.flex img {
    width: 40px;
}
.at-inner {
    padding-left: 20px;
    width: calc(100% - 40px);
}
.check.flex {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
}
header.header {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    background: #fff;
}
.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;
}
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;
}
.bl-title {
    font-size: 24px;
}
section#utp {
    padding: 70px 0 0;
}
.btn.big a {
    font-size: 18px;
}
.com-content-category-blog.blog {
    padding: 0;
}
.utp-title {
    font-size: 16px;
}
.prj {
    width: 100%;
    padding: 40px;
}
.prj-title {
    font-size: 18px;
}
.art-item.cat {
    width: 49%;
    margin-bottom: 2%;
}
.blog-featured {
    padding-top: 0;
}
.f-title {
    font-size: 18px;
}
.price {
    white-space: nowrap;
}
.com-content-article.item-page {
    padding: 0;
}
.page-header.article-head.flex {
    padding-top: 0;
}
ul.disc {
    padding-left: 20px;
}
.art-item .r-more {
    bottom: 20px;
    left: 15px;
}
.spec-left {
    width: 100%;
}
.art-item.cat .art-bottom, .art-bottom {
    padding: 0 15px 60px;
}
.about-left {
    width: 100%;
    overflow: hidden;
}
.usl.flex {
    padding: 0 0 0 20px;
}
section#bottom {
    padding-top: 40px;
}
.btm-logo {
    max-width: 240px;
}
.socs.flex a:first-child {
    margin: 0;
}
.copy-right {
    padding: 15px 0 0;
}
.usl-title {
    left: 20px;
    top: 30px;
    font-size: 18px;
}
.cp-lbl {
    width: 30px;
}
.cp-tx {
    width: calc(100% - 30px);
}
.btm-col.last {
    text-align: left;
    padding-top: 20px;
}
.btm-col.mob-hide {
    display: none;
}
section#about {
    padding: 50px 0 0;
}
.usls.flex {
    padding-top: 40px;
}
.about-title.flex {
    padding-bottom: 40px;
}
.about-right img {
    transform: translate(22px, 44px);
}
.check-wrap.flex {
    padding-bottom: 40px;
}
.about-right {
    width: 100%;
    padding: 0;
}
.quote-left {
    font-size: 188px;
    line-height: 140px;
    width: 70px;
}
.usl.flex {
    width: 100%;
}
.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: 0 0 50px;
    font-size: 14px;
}
.logo {
    width: 50px;
}
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;
}   
}