body {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    color: #333C57;
}

body:not(.page-template-homepage) {
    padding-top: 85px;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

.col-50-vw {
    width: calc(50vw - 15px);
    height: 100%;
    background-size: cover !important;
}

.abs {
    position: absolute;
}

.abs_left {
    right: calc(50% + 15px);
    top: 0;
}

.abs_right {
    left: calc(50% + 15px);
    top: 0;
}

.rel {
    position: relative;
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 8;
    padding: 26px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
}

.page-template-homepage #header {
    background: rgba(255, 255, 255, .8);
}

#intro {
    padding-top: 85px;
    overflow: hidden;
}

.topmenu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.topmenu ul li {
    margin-right: 20px;
}

.topmenu ul li a {
    position: relative;
    padding-bottom: 7px;
    display: block;
    color: #333C57;
    text-decoration: none;
}

.topmenu ul li a:before {
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all .3s ease;
    background: #333C57;
    content: '';
}

.topmenu ul li a:hover:before {
    width: 70%;
}

#intro {
    min-height: 648px;
    padding-bottom: 30px;
    background: url('../images/intro_wave.svg')no-repeat center bottom;
}

#intro h2 {
    font-weight: 1000;
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 15px;
    color: #333C57;
    margin-top: 50px;
}

#intro .desc {
    margin-bottom: 38px;
    opacity: .85;
}

a.green_btn {
    background: linear-gradient(to right, rgba(71, 106, 46, 1) 0%, rgba(162, 193, 120, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    padding: 10px 17px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    width: 165px;
    transition: all .3s ease;
}

a.green_btn:hover {
    transform: scale(1.1);
}

a.green_btn img {
    margin-left: 10px;
}

#intro .social {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(calc(-50% + 42px));
}

.social {
    padding: 30px 10px;
    display: inline-flex;
    flex-direction: column;
    background: #A2C178;
    border-radius: 30px;
    align-items: center;
}

.social a {
    margin-bottom: 30px;
}

.social a:last-child {
    margin-bottom: 0;
}

#intro .col-50-vw:before {
    height: 350px;
    width: 4px;
    border-radius: 4px;
    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(calc(-50% + 42px));
    background: #A2C178;
}

#home_about {
    margin-bottom: 80px;
}

#home_about h3 {
    font-size: 25px;
    line-height: 56px;
    text-transform: uppercase;
    font-weight: bold;
}

#home_about .desc {
    opacity: .85;
    text-align: justify;
}

#footer {
    background: linear-gradient(to right, rgba(51, 60, 87, 1) 0%, rgba(51, 60, 87, 1) 59%, rgba(51, 60, 87, 0.78) 100%), url('../images/footbg.png')no-repeat right;
    background-size: auto 100%;
    padding: 90px 0 50px;
    color: #fff;
}

.footlogo {
    margin-bottom: 30px;
    display: inline-block;
}

.footmenu ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 30px;
}

.footmenu ul li {
    margin-right: 20px;
}

.footmenu ul li a {
    color: #fff;
}

button,
textarea,
input {
    outline: none;
}

.search label {
    margin-bottom: 0;
}

.search form {
    display: flex;
    align-items: center;
}

.search input[type="search"] {
    height: 42px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(170, 201, 126, .2);
    border: 1px solid rgba(170, 201, 126, .5);
    margin-right: 14px;
    min-width: 400px;
}

.popform input[type="submit"],
.search input[type="submit"] {
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #fff;
    border: 0;
    background: linear-gradient(to right, rgba(71, 106, 46, 1) 0%, rgba(162, 193, 120, 1) 100%);
    transition: all .3s ease;
}

.popform input[type="submit"]:hover,
.search input[type="submit"]:hover {
    transform: scale(1.1);
}

#footer .social {
    position: relative;
}

#footer .social:before {
    left: -27px;
    width: 2px;
    height: 213px;
    content: '';
    border-radius: 5px;
    background: #AAC97E;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.foot_addr {
    font-weight: 800;
    margin-bottom: 15px;
}

.foot_phones {
    margin-bottom: 15px;
}

#footer a {
    color: #fff;
}

.page_intro .row>div {
    height: 194px;
    display: flex;
    align-items: center;
    position: relative;
}

.page_intro .row>div a.popcall {
    position: absolute;
    padding: 10px;
    left: 15px;
    bottom: 0;
    cursor: pointer;
    color: #fff;
}

.page_intro .col-lg-7 {
    background-size: auto 100% !important;
    padding-left: 0;
}

.page_intro h1 {
    font-weight: 900;
    font-size: 50px;
    margin: 0;
}

#contacts {
    background: url('../images/conts_wave.svg')no-repeat bottom center;
}

#contacts #map {
    position: relative;
}

#contacts #map iframe {
    width: 100%;
    height: 470px;
    vertical-align: bottom;
}

#contacts .worktime {
    padding: 10px 17px;
    position: absolute;
    top: 47px;
    left: 0;
    background: #fff;
}

#contacts .worktime p:last-child {
    margin-bottom: 0;
}

#contacts .addrs {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

#contacts .addrs:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #333C57;
    content: '';
}

#contacts .col-lg-5 {
    padding-right: 0;
}

.breads {
    padding: 19px 0;
}

.breads a {
    color: #333C57;
}

.breads span.breadcrumbs__current {
    font-weight: bolder;
}

.home_news {
    padding-top: 60px;
    background: url('../images/homenews_wave.svg') no-repeat center bottom 75px;
    background-size: 100% calc(100% - 75px);
}

#news {
    margin-bottom: 120px;
}

#news:not(.home_news) {
    background: url('../images/news_wave1.svg')no-repeat center top 100px, url('../images/news_wave2.svg')no-repeat center top 900px;
    background-size: 100% auto;
    margin-bottom: 0;
    padding-bottom: 120px;
}

#news .item {
    box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
    height: 100%;
    background: #fff;
}

#news .col-lg-3 {
    margin-bottom: 30px;
}

#news .item .inner {
    padding: 10px;
}

#news .item .inner h4 {
    font-weight: bolder;
    font-size: 22px;
    margin: 0;
}

#news .item .inner h4 a {
    color: #333C57;
    text-decoration: none;
}

.flexed_date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.date {
    font-size: 18px;
    color: #AAC97E;
}

.views {
    background: url('../images/views.svg')no-repeat left;
    padding-left: 21px;
    color: #AAC97E;
    margin-bottom: 10px;
}

.pagination {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pagination span,
.pagination a:not(.prev, .next) {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    color: #22221F;
    margin: 0 5px;
}

.pagination span,
.pagination a:not(.prev, .next):hover {
    color: #fff;
    background: #97B475;
}

.pagination a.prev {
    margin-right: 10px;
}

.pagination a.next {
    margin-left: 10px;
}

#post_page {
    padding-bottom: 150px;
}

#post_page .date {
    color: #333C57;
    padding-right: 14px;
    position: relative;
    margin-right: 10px;
}

#post_page .views {
    margin-bottom: 0;
}

#post_page .date:after {
    background: #AAC97E;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}

.flexed_info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#post_page h1 {
    margin-bottom: 20px;
    font-weight: bolder;
    font-size: 50px;
}

#post_page .row {
    margin-bottom: 20px;
    text-align: justify;
    color: rgba(51, 60, 87, .85);
}


body.page-template-faq {
    background: url('../images/faq_wave.svg')no-repeat center top 120px, #333C57;
    background-size: 100% auto;
}

body.page-template-faq .page_intro h1 {
    color: #fff;
}

#inquiry {
    background: url('../images/inquiry.png')no-repeat center;
    background-size: cover;
    padding: 85px 0;
    border-top: 1px solid #AAC97E;
    border-bottom: 1px solid #AAC97E;
}

#inquiry h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}

#inquiry input[type='text'],
#inquiry input[type='email'] {
    color: #333C57;
    font-size: 14px;
    padding: 11px 20px;
    border-radius: 4px;
    border: 1px solid #333C57;
    width: 100%;
}

#inquiry input[type='submit'] {
    margin-top: 20px;
    background: linear-gradient(to right, rgba(71, 106, 46, 1) 0%, rgba(162, 193, 120, 1) 100%);
    color: #fff;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    padding: 11px 0;
    text-align: center;
    border: 0;
    transition: all .3s ease;
}

#inquiry input[type='submit']:hover {
    transform: scale(1.1);
}

a.back {
    background: linear-gradient(90deg, #476A2E 0%, #A2C178 100%);
    padding: 5px 10px 5px 0;
    color: #FFF;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    /* 100% */
}



#faq.patents .outer:before,
#faq.patents:after {
    content: none;
}

#faq .inner {
    background: rgba(170, 201, 126, .3);
    padding: 0 80px 60px;
    margin-bottom: 120px;
    z-index: 2;
    position: relative;
    backdrop-filter: blur(25px);
}

.faq_search {
    padding: 20px 0;
    text-align: right;
}

.faq_search input {
    width: 50%;
    background: rgba(170, 201, 126, .2);
    padding: 11px 16px;
    color: #fff;
    border: 1px solid rgba(170, 201, 126, .5);
}

.faq_search input::placeholder {
    color: #fff;
}

#faq .item {
    background: #fff;
    margin-bottom: 10px;
    transition: all .3s ease;
}

#faq .item:last-child {
    margin-bottom: 0;
}

#faq .item .question {
    padding: 11px 30px 11px 11px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

#faq .item .question .drop {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}

#faq .item.opened .question .drop {
    transform: translateY(-50%) rotate(180deg);
}

#faq .item .answear {
    padding: 0 30px 20px 11px;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    display: none;
}

#faq .item.opened {
    background: #333C57;
}

#faq .item.opened .question {
    color: #fff;
}

#faq .outer {
    position: relative;
}

#faq .outer:before {
    width: 412px;
    height: 95px;
    top: 0;
    left: -95px;
    background: rgba(170, 201, 126, .35);
    content: '';
    position: absolute;
}

#faq {
    position: relative;
}

#faq.patents {
    background: url('../images/faq_wave.svg') no-repeat center top 120px, #333C57;
    padding: 60px 0;
    background-size: 100% auto;
}

#faq:after {
    width: 30%;
    height: 154px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: rgba(170, 201, 126, .35);
    content: '';
    position: absolute;
}

#faq.home_faq {
    background: url('../images/home_faq.png')no-repeat center;
    background-size: cover;
    margin-bottom: 20px;
    padding-top: 70px;
}

#faq.home_faq .inner {
    padding-top: 20px;
    padding-bottom: 132px;
    margin-bottom: -60px;
}

#faq.home_faq h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 56px;
    font-weight: bold;
}

#faq.home_faq .outer:before {
    display: none;
}

#faq.home_faq:after {
    top: 112px;
    backdrop-filter: blur(25px);
    transform: none;
}

#faq.home_faq:before {
    bottom: 44px;
    backdrop-filter: blur(25px);
    transform: none;
    width: 30%;
    height: 229px;
    left: 0;
    background: rgba(170, 201, 126, .35);
    content: '';
    position: absolute;
}

img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

#about_page {
    text-align: justify;
    padding-bottom: 120px;
    line-height: 18px;
    background: url('../images/about_wave1.svg')no-repeat top 300px center, url('../images/about_wave2.svg')no-repeat bottom 200px center;
    background-size: 100% auto;
}

#about_page .flexed {
    display: flex;
    align-items: flex-end;
    font-size: 20px;
    line-height: 30px;
}

#about_page img.person_img {
    margin-right: 30px;
    max-width: 250px;
            width: 100%;
}

#about_page .intro_desc {
    margin-bottom: 20px;
}

#about_page .person {
    margin-bottom: 20px;
}

#about_page .person .row {
    margin-bottom: 20px;
}

#about_page h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
}

#researches_mini .item {
    margin-bottom: 30px;
}

#researches_mini .item a {
    display: block;
    position: relative;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
    opacity: .75;
    transition: all .3s ease;
    text-decoration: none;
}

#researches_mini .item a:hover {
    opacity: 1;
}

#researches_mini .item a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 190px;
    background: linear-gradient(to right, rgba(0, 15, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

#researches_mini .item a .name {
    position: absolute;
    width: 50%;
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    font-size: 18px;
    color: #333C57;
}

#researches_mini .item a:hover .name {
    top: 14px;
    transform: none;
}

#researches_mini .item a span.bt {
    background: linear-gradient(to right, rgba(71, 106, 46, 1) 0%, rgba(162, 193, 120, 1) 100%);
    color: #fff;
    padding: 10px 17px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    left: 45%;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease;
}

#researches_mini .item a span.bt img {
    margin-left: 10px;
}

#researches_mini .item a:hover span.bt {
    opacity: 1;
    bottom: -19px;
}

#researches_mini .col-lg-4:nth-child(4),
#researches_mini .col-lg-4:nth-child(5),
#researches_mini .col-lg-4:nth-child(6) {
    text-align: right;
}

#researches_mini .col-lg-4:nth-child(4) .item a:before,
#researches_mini .col-lg-4:nth-child(5) .item a:before,
#researches_mini .col-lg-4:nth-child(6) .item a:before {
    left: auto;
    right: 0;
    background: linear-gradient(to left, rgba(0, 15, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

#researches_mini .col-lg-4:nth-child(4) .item a span.bt,
#researches_mini .col-lg-4:nth-child(4) .item a .name,
#researches_mini .col-lg-4:nth-child(5) .item a span.bt,
#researches_mini .col-lg-4:nth-child(5) .item a .name,
#researches_mini .col-lg-4:nth-child(6) .item a span.bt,
#researches_mini .col-lg-4:nth-child(6) .item a .name {
    left: 10px;
    text-align: left;
}

.page-template-homepage #researches_mini {
    padding-bottom: 100px;
}

.home_news h3 {
    margin-left: 30px;
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 56px;
    font-weight: 900;
}

#home_res {
    margin-bottom: 60px;
    background: url('../images/science_wave.svg')no-repeat right center, #333C57;
    background-size: auto 100%;
    color: #fff;
}

#home_res .abs_left {
    display: flex;
    align-items: center;
    justify-content: center;
}

#home_res .abs_left a {
    position: relative;
    z-index: 2;
}

#home_res .abs_left:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(51, 60, 87, 0.9) 90%, rgba(51, 60, 87, 1) 100%);
}

#home_res .abs_left:after {
    content: '';
    position: absolute;
    height: 30%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(170, 201, 126, .8);
    width: 4px;
    border-radius: 10px;
    right: 0;
}

#home_res .col-lg-6 {
    padding: 60px 15px 30px;
}

#home_res h2 {
    margin-bottom: 20px;
    color: #AAC97E;
    font-size: 48px;
    font-weight: 900;
}

#home_res .desc ul {
    margin-bottom: 27px;
    margin-left: 0;
    padding-left: 0;
    display: inline-flex;
    flex-direction: column;
}

#home_res .desc ul li {
    display: block;
    position: relative;
    background: linear-gradient(to right, rgba(162, 193, 120, 0.31) 0%, rgba(162, 193, 120, 0) 100%);
    margin-bottom: 2px;
    padding: 4px 60px 4px 12px;
}

#home_res .desc ul li:before {
    position: absolute;
    background: #fff;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    left: -3px;
    top: 50%;
    content: '';
}

.services_page {
    padding-bottom: 60px;
}

.services_page .breads {
    margin-bottom: 40px;
}

.services_page .cat {
    margin-bottom: 30px;
}

.services_page .cat h2 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 20px;
    font-weight: 900;
}

.services_page .cat .item {
    margin-bottom: 30px;
}

.services_page .cat .item a img {
    margin-bottom: 10px;
    display: block;
}

.services_page .cat .item a {
    font-size: 25px;
    line-height: 30px;
    color: #333C57;
    text-decoration: none;
    font-weight: 900;
    display: block;
}

.services_page .cat .item a.smfont {
    font-size: 18px;
    line-height: 20px;
}

#docs {
    position: relative;
    padding-bottom: 120px;
    background: url('../images/docs_wave.svg')no-repeat center top 100px;
    background-size: 100% auto;
    overflow: hidden;
}

#docs .container {
    position: relative;
}

#docs .container:before {
    position: absolute;
    left: calc(100% - 30px);
    bottom: 0;
    height: 100%;
    content: '';
    width: 100%;
    background: #333C57;
}

#docs .inner {
    background: url('../images/doc.png')no-repeat right bottom, #333C57;
    border-radius: 60px 0 0 60px;
    padding: 25px 0px 120px;
    position: relative;
}

#docs .inner h3 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 56px;
    padding-left: 30px;
}

#docs .inner .item {
    border-bottom: 1px solid rgba(170, 201, 126, .1);
    padding: 10px 0 10px 30px;
}

#docs .inner .item a {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    padding-left: 50px;
    background: url('../images/doc.svg')no-repeat left;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.subterms {
    background: #AAC97E;
    padding: 10px 0;
    position: relative;
    margin-bottom: 35px;
}

.subterms ul {
    width: 50%;
    margin: 0;
    padding: 0;
}

.subterms ul li {
    padding: 10px 20px;
    display: block;
    font-weight: 700;
    cursor: pointer;
}

.subterms ul li:hover {
    background: #486B2F;
    color: #fff;
}

.subterms ul li:hover ul.submenu {
    display: block;
}

.subterms ul li ul.submenu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    min-height: 100%;
    background: #486B2F;
    padding: 10px 0;
}

.subterms ul li ul.submenu li a {
    display: block;
    color: #fff;
}

.subterms ul li ul.submenu li a:hover {
    text-decoration: underline;
}

#single_service .breads {
    margin-bottom: 40px;
}

#single_service {
    padding-bottom: 120px;
}

#single_service h2.post_title {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 20px;
    font-weight: 900;
}

.table_wrap {
    padding: 85px 0;
    position: relative;
    background: #333C57;
    color: #fff;
}

.table_wrap:after,
.table_wrap:before {
    width: 85px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: #333C57;
}

.table_wrap:after {
    left: 100%;
}

.table_wrap:before {
    right: 100%;
}

.table_wrap table {
    background: rgba(170, 201, 126, .35);
}

.table_wrap td {
    border: 1px solid rgba(170, 201, 126, .35);
    padding: 10px;
}

.table_wrap table tbody tr:first-child td {
    border: 1px solid #5D6D65;
    background: rgba(170, 201, 126, .35);
}

#home_servs a {
    display: block;
    text-decoration: none;
    color: #fff;
}

#home_servs .abs_bot {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 2;
    opacity: 0;
    transition: all .3s ease;
    width: 410px;
}

#home_servs .item:hover .abs_bot {
    opacity: 1;
}

#home_servs {
    display: flex;
    overflow: hidden;
}

#home_servs .item {
    position: relative;
    overflow: hidden;
    width: 16.666667%;
    transition: all .3s ease;
}

#home_servs .item img {
    max-width: 10000%;
}

#home_servs .item:hover {
    width: 450px;
    flex: none;
}

#home_servs .item a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .65);
    opacity: 1;
    transition: all .3s ease;
}

#home_servs .item:hover a:before {
    opacity: 0;
}

#home_servs .item a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(51, 60, 87, 0) 0%, rgba(51, 60, 87, 1) 90%, rgba(51, 60, 87, 1) 100%);
    opacity: 0;
    transition: all .3s ease;
}

#home_servs .item:hover a:after {
    opacity: 1;
}

#home_servs .item .name {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
}

.overall {
    z-index: 8;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333C57;
    opacity: .8;
    display: none;
}

.popform,
.thanks {
    position: fixed;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 50%;
    z-index: 9;
    display: none;
}

.thanks .inner,
.popform .inner {
    background: #333C57;
    width: 730px;
    display: flex;
    align-items: center;
    max-height: 100%;
    overflow: auto;
    border-radius: 5px;
}

.thanks .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.popform h3 {
    color: #AAC97E;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    font-weight: bold;
}

.popform input[type="text"] {
    padding: 11px 20px;
    border-radius: 4px;
    color: #333C57;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border: 0;
}

.popform form {
    padding: 0 95px 0 30px;
}

.thanks a.closeme,
.popform a.closeme {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.search_page {
    padding: 120px 0;
}

.search_page h1 {
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 60px;
}

.search_page a {
    color: #AAC97E;
    font-weight: bold;
}

body.single-researches,
body.single-news {
    background: url('../images/post_wave1.svg')no-repeat center top 55px;
}

#post_page {
    background: url('../images/post_wave2.svg')no-repeat center bottom -60px;
}

body.post-type-archive-services,
body.category,
body.single-services {
    background: url('../images/serv_wave.svg')no-repeat center top 130px;
    background-size: 100% auto;
}

.mobonly {
    display: none;
}

#news .item img {
    width: 100%;
}

.search_page article {
    margin-bottom: 30px;
}

#bulletin {
    overflow: hidden;
}

#bulletin .breads {
    display: flex;
    align-items: center;
    gap: 10px;
}

#bulletin .top {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
}

#bulletin .top>img {
    width: 255px;
    height: 370px;
}

#bulletin .top-right {
    display: flex;
    flex-wrap: wrap;


}

#bulletin .top_text {
    height: fit-content;
    margin: auto 0 0;
}

#bulletin .arhive_box {
    position: relative;
    padding: 40px 0;
    margin-bottom: 60px;
    width: 100%;
}

#bulletin .arhive_box::before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 60px 0px 0px 60px;
    background: #333C57;
    position: absolute;
    width: 150%;
}

#bulletin .arhive_box::after {
    content: '';
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
    background: url('../images/document_folder 1.png') no-repeat right;
    position: absolute;
    width: 285px;
    height: 204px;
}

#bulletin .desc_box {
    color: #333C57;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 52px;
}

#bulletin .desc_box strong {
    font-weight: 900;
}

#bulletin .desc_box a {
    color: #333C57;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
#faq.bulletine{
    overflow: hidden;
}
#faq.bulletine:after {
    background: rgba(170, 201, 126, 0.35);
    backdrop-filter: blur(12.5px);
    z-index: 3;
    height: 60px;
    top: 64%;
    right: -8%;
}

#faq.bulletine .outer:before {
    z-index: 3;
    background: rgba(170, 201, 126, 0.35);
    backdrop-filter: blur(12.5px);
    top: 5%;
    left: -30%;
}

#faq.bulletine .inner {
    background: #333C57;
    padding: 60px 190px;
}

#faq.bulletine .inner_box {
    background: rgba(170, 201, 126, 0.35);
    backdrop-filter: blur(12.5px);
    padding: 82px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

#faq.bulletine .inner_box span {
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    width: 100%;
    text-align: center;
}

@media (max-width: 992px) {
    .search input[type="search"] {
        width: 100%;
        min-width: 100%;
    }

    .mobonly {
        display: block;
    }

    .mob_abs {
        position: absolute;
    }

    #header .mob_abs {
        left: 0;
        width: 100%;
        top: 100%;
        background: #fff;
        border-bottom: 1px solid #A2C178;
        border-top: 1px solid #A2C178;
        display: none;
    }

    .topmenu ul {
        flex-direction: column;
    }

    .topmenu ul li {
        display: block;
        width: 100%;
    }

    .topmenu ul li a {
        font-size: 16px;
        font-weight: bold;
        display: block;
        padding: 10px 15px;
    }

    .topmenu ul li a:before {
        display: none;
    }

    .burger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 35px;
        height: 24px;
        margin-right: 15px;
    }

    .burger span {
        height: 2px;
        border-radius: 10px;
        width: 100%;
        display: block;
        background: #0A246A;
    }

    #header .mobflex {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #intro .row {
        flex-direction: column-reverse;
    }

    #intro .row .abs {
        position: static;
        height: 180px;
        width: 100%;
        background-position: center center !important;
    }

    .footmenu ul {
        flex-wrap: wrap;
    }

    #intro .col-50-vw:before,
    #intro .social {
        display: none;
    }

    #home_res h2,
    #faq.home_faq h3,
    .services_page .cat h2,
    .page_intro h1,
    #post_page h1,
    #inquiry h3,
    .search_page h1,
    .popform h3,
    #single_service h2.post_title,
    #intro h2 {
        font-size: 32px;
        line-height: 36px;
    }

    #intro h2 {
        margin: 15px 0;
    }

    .home_news h3,
    #home_about h3 {
        line-height: 32px;
    }

    #home_res .col-lg-6 {
        padding: 30px 15px;
    }

    #post_page,
    #about_page,
    #docs,
    .services_page,
    .page-template-homepage #researches_mini {
        padding-bottom: 30px;
    }

    #researches_mini .item img {
        height: 100px;
    }

    #researches_mini .item a:before {
        width: 120px;
    }

    .home_news .col-lg-3:nth-child(3),
    .home_news .col-lg-3:nth-child(4),
    #home_res .abs_left:after,
    #home_servs {
        display: none;
    }

    #home_res .row {
        flex-direction: column-reverse;
    }

    #home_res .abs_left {
        position: static;
        height: 240px;
        width: 100%;
    }

    #home_res {
        margin-bottom: 30px;
    }

    .home_news {
        padding-top: 0;
    }

    .home_news h3 {
        margin: 0 0 15px;
    }

    #news {
        margin-bottom: 30px;
    }

    #faq.home_faq {
        padding-top: 15px;
    }

    #faq.home_faq .inner {
        padding: 15px;
    }

    #footer .social:before {
        display: none;
    }

    #footer .social {
        flex-direction: row;
        padding: 10px 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #footer .text-right {
        text-align: center !important;
    }

    .social a {
        margin: 0 15px;
    }

    section:not(#faq) {
        overflow: hidden;
    }

    .page_intro .row>div.col-lg-7 {
        display: none;
    }

    .page_intro .row>div.col-lg-5 {
        height: auto;
        margin: 30px 0;
    }

    #about_page img,
    #post_page img {
        margin-bottom: 15px;
    }

    #about_page .flexed {
        flex-direction: column;
        text-align: left;
        margin-bottom: 30px;
        align-items: flex-start;
    }

    #about_page img.person_img {
        margin-right: 0;
        max-width: 400px;
    }

    .page_intro .row>div.col-lg-5 {
        flex-direction: column;
        align-items: flex-start;
    }

    .page_intro .row>div a.popcall {
        position: static;
        margin-top: 15px;
    }

    .popform,
    .thanks {
        width: 90%;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
    }

    .popform img {
        display: none;
    }

    .popform a.closeme img {
        display: block;
    }

    .thanks .inner,
    .popform .inner {
        width: 100%;
    }

    .popform form {
        padding: 45px 15px 15px;
        width: 100%;
    }

    .services_page .cat .item a.smfont,
    .services_page .cat .item a {
        font-size: 16px;
        line-height: 20px;
    }

    #docs .inner {
        background: #333C57;
        padding: 25px 0;
    }

    #inquiry {
        padding: 30px 0;
    }

    #inquiry input[type='text'],
    #inquiry input[type='email'] {
        margin-bottom: 15px;
    }

    .subterms ul {
        width: 100%;
    }

    .subterms ul li ul.submenu {
        display: block;
        position: static;
        padding: 0;
        width: 100%;
        margin-top: 5px;
    }

    .table_wrap {
        overflow: auto;
        padding: 15px;
    }

    .table_wrap table {
        width: auto !important;
    }

    #faq .inner {
        padding: 15px;
    }

    .faq_search input {
        width: 100%;
    }

    #faq .inner {
        margin-bottom: 30px;
    }

    #contacts .text-right {
        text-align: left !important;
    }

    #contacts .addrs:after {
        right: auto;
        left: 0;
    }

    #contacts .col-lg-5 {
        padding: 0;
        margin-top: 30px;
    }

    .thanks .inner {
        text-align: center;
        padding: 60px 15px;
    }

    .table_wrap:after,
    .table_wrap:before {
        display: none;
    }

    .search_page {
        padding: 30px 15px;
    }

}