h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
		    margin: 0;
		    margin-block-start: 0;
    margin-block-end: 0;
}
.post, .page {
    margin: 0;
}
h2 {
    font-size: 70px;
    color: #292929;
}
p {
	color: #000;
		margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
body {
	color: #000;
}
.container {
  max-width: 1312px;
  margin: 0 auto;
}
#masthead {
  background-color: #070E3F;
  padding: 19px 0 40px 0;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.main-navigation {
  width: auto;
}

.search_field {
  display: none;
}

.search_field.disp_none {
    display: block;
    position: absolute;
    right: 0;
    z-index: 0;
    top: 58px;
    left: auto;
}

.search_header {
  position: relative;
}

.search_icon {
  background-color: #95C8B9;
  border-radius: 50%;
  padding: 13px;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left_bar_top {
  border-radius: 33px;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  padding: 8px 13px;
  gap: 5px;
		width: 124px;
}
.lang_header select {
  border: 0px solid #ccc;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  outline: none;
		    width: 55px;
		text-align: center;
}

.lang_header option {
  border: 0px solid #ccc;
  background-color: #070E3F;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.asl_w_container {
  min-width: 250px;
}

div.asl_w {
  box-shadow: none;
  border-radius: 33px;
}
.main-navigation a {
color: #E6E6E6 !important;
  font-size: 18px;
  font-variant: normal;
}
.main-navigation li {
    padding: 0 16px;
}
.main-navigation {
    padding-top: 10px;
}
.home_banner {
    background-image: url(/wp-content/uploads/2024/03/Rectangle-110.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home_banner .container {
    height: 829px;
    display: grid;
    align-content: space-between;
    padding: 90px 0 95px 0;
}
.home_banner h1 {
    font-size: 100px;
    line-height: 110%;
    color: #fff;
    max-width: 1000px;
}
.bottom_slider {
    color: #E6E6E6;
    font-size: 18px;
    line-height: 140%;
}
.bottom_slider .row {
    display: flex;
    gap: 40px;
}
.bottom_slider .row .col:first-child {
    max-width: 414px;
		    min-width: 414px;
}
.banner_count {
    font-size: 47px;
    font-weight: 500;
}
.grid {
    display: grid;
    gap: 12px;
}
.banner_count {
    font-weight: 500;
		color: #fff;
		line-height: 120%; 
}
.logo_partners {
    background-color: #070E3F;
    text-align: center;
    padding: 55px 0 43px 0;
}
.logo_partners .row {
    display: flex;
    align-items: center;
    opacity: 0.7;
    gap: 87px;
		    flex-wrap: wrap;
}
.projects_section {
    padding: 92px 0px 41px 0px;
}
.row_header {
    display: flex;
}
.row_header .col:first-child {
		width: 60%;
}
.row_header .col:last-child {
		width: 40%;
}
.icon_next {
    gap: 16px;
    display: flex;
   color: #95C8B9 !important;
    text-align: right;
}
.projects_section .icon_next {
    padding-top: 105px;
    justify-content: end;
}
.projects_section .description {
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
    max-width: 635px;
    margin-bottom: 45px;
}
.projects_section .row {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.projects_section .row .col {
    width: 50%;
}
.projects_section h3 {
    color: #292929;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin: 24px 0 16px 0;
}
.projects_section a {
    text-decoration: none;
}
.lang_header select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.lang_header select::-ms-expand {
  display: none;
}
.services_section {
    background-color: #070E3F;
    padding: 80px 0;
}
.service_item {
    border-radius: 24px;
    background: #FFF;
    padding: 34px;
    padding-bottom: 50px;
		    position: relative;

}
.service_item h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 5px;
}

.service_item p {
    font-size: 18px;
    line-height: 160%;
    color: #000;
		    margin-bottom: 8px;
}
.services_section .row {
    display: flex;
    gap: 24px;
}
.services_section .row .col {
    width: 33%;
}
.service_item.green {
    background: #95C8B9;
}
.service_item.green p {
    color: #565656;
}
.service_item h3 {
    margin-top: 34px;
    height: 150px;
}
.service_item hr {
    height: 2px;
    margin: 0;
    background: #95C8B9;
    width: 100px;
    margin-top: 8px;
		    position: absolute;
    bottom: 50px
}
.service_item.green hr {
    background: #000;
}
.catalog_section .title_section .col {
    width: 50%;
}
.catalog_section .description {
    font-size: 18px;
		color: #000;
}
.catalog_section .title_section {
    display: flex;
    gap: 98px;
		align-items: center;
}
.catalog_section .container .title_section:nth-child(2) {
    margin-top: 20px;
}
.catalog_section h2 {
    color: #000;
		
}
.catalog_section .row {
    display: flex;
    gap: 24px;
    margin-top: 43px;
}
.catalog_section .row .col:first-child {
    width: 77%;
}
.catalog_img img {
    width: 100%;
}
.catalog_section h3 {
    font-size: 24px;
    color: #3D3D3D;
    line-height: 160%;
    margin-top: 24px;
		    margin-bottom: 15px;
}
.catalog_section .row .col {
    text-decoration: none;
}
.catalog_section {
    padding: 100px 0 0px 0;
}
.link_more .icon_next {
    justify-content: end;
}
.link_more  {
    margin-top: -31px;
}
a:hover, a:focus, a:active {
    color: #070E3F;
}
.flex_title .col:first-child {
    width: 50%;
}
.title_section p {
    font-size: 18px;
}
.category-tags a {
    color: #95C8B9 !important;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}
.first_col_blog {
    display: flex;
    gap: 24px;
}

.first_col_blog article {
    width: 33%;
    border-top: 1px solid #D9D9D9;
    padding-top: 24px;
}
.title_blog {
    font-size: 24px;
    color: #000;
    letter-spacing: -0.64px;
    line-height: 140%;
    max-width: 320px;
    min-height: 168px;
}
.first_col_blog a {
    text-decoration: none;
}
.title_bg_blog {
    margin-bottom: 54px;
}
.news_section .flex_title {
    margin-bottom: 115px;
}
.home .blog_thumbinail img {
     width: 100%;
		
}
.blog_thumbinail img {
    height: 413px;
    object-fit: cover;
		    border-radius: 12px;
}






.faq-drawer {
    margin-bottom: 16px;
    background-color: #fff;
    color: #000;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer__title {
  cursor: pointer;
  display: block;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
		    padding: 24px 32px;
}


.faq-drawer__title::after {
    content: "";
    display: inline-block;
    float: right;
    height: 10px;
    left: 0px;
    position: relative;
    right: 0px;
    top: 0px;
    transform: none;
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
    background-image: url(/wp-content/uploads/2024/03/ph_arrow-right-1.svg);
    width: 32px;
    height: 32px;
    background-size: 32px;
    position: absolute;
    right: 32px;
    left: auto;
    top: 48px;
}

.faq-drawer__title:hover { 

}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
	  max-height: 650px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(90deg);
    transition: 0.25s ease-in-out;
}

.faq-drawer input[type="checkbox"] {
  display: none;
}
.faq_section {
    background-color: #070E3F;
    padding: 100px 0;
    margin-top: 100px;
    margin-bottom: 127px;
}
.faq_section .row {
    display: flex;
		gap: 164px;
}
.faq_section, .faq_section a, .faq_section p, .faq_section h2 {
    color: #fff;
}
.faq-drawer p {
color: #000;
}
.faq-drawer:hover {
    background-color: #95C8B9;
}
.faq_under_check {
    font-size: 16px;
		    margin-bottom: 16px;
}

.faq-drawer__content p {
    color: #000;
    font-size: 18px;
    padding: 8px 32px;
}
.faq_section .col_faq:first-child {
    width: 43%;
}
.faq_section .col_faq:last-child {
    width: 57%;
}
.desc_project {
    margin-bottom: 41px;
}
.link_more_faq {
    gap: 16px;
    display: flex;
    color: #ffffff;
    text-align: right;
}
.faq_section .desc_project {
    margin-bottom: 32px;
    font-size: 18px;
		color: #E6E6E6;
}
.faq_section h2 {
    margin-bottom: 15px;
}
.text_main p, .text_main li, .text_main ol {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #424649;
    line-height: 25px;
    margin-bottom: 16px;
}
.before_footer {
    background-color: #070E3F;
    padding: 193px 0 150px 0;
    margin-top: -92px;
    z-index: 0;
    position: relative;
}
.before_footer .row {
    display: flex;
    justify-content: space-between;
}
.before_footer .col:first-child {
    width: 50%;
}
.before_footer .col:last-child {
    width: 50%;
}
.before_footer h2 {
    line-height: 120%;
		color: #fff;
		font-weight: 500;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    color: #E6E6E6 !important;
    border: 0px;
    font-size: 24px;
    border-bottom: 1px solid #95C8B9;
    margin-bottom: 24px;
    outline: none;
    background-color: transparent;
    padding: 24px 0;
}
::placeholder {
  color: #E6E6E6;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
   color: #E6E6E6;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 0px;
    line-height: 1;
    border: 1px solid #E6E6E6;
    padding: 16px 42px;
    color: #E6E6E6;
    font-size: 18px;
    background-color: transparent;
    cursor: pointer;
    margin-top: 23px;
}
.register_form {
    max-width: 894px;
    margin: 0 auto;
    background: #95C8B9;
    padding: 50px 57px 50px 100px;
    z-index: 1;
    position: relative;
}
.register_form .row {
    display: flex;
    align-items: center;
}
.register_form p {
    color: #292929;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
}
.register_btn {
    background: #070E3F;
    display: flex;
    gap: 10px;
    font-size: 18px;
    color: #E6E6E6;
		    border: 0px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #dc3232;
    border: 0px;
    padding: 0;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
    top: 34px;
    left: 17px;
    font-size: 12px;
}
a:visited {
    color: inherit;
}
.site-footer {
    background-color: #070E3F;
 	color: #E6E6E6;
		    font-size: 18px;
}
.site-footer p {
    color: #E6E6E6;
    margin-bottom: 12px;
}
.site-footer a {
    color: #E6E6E6;
    text-decoration: none;
    margin-bottom: 20px;
    line-height: 34px;
}
.site-footer .row {
    display: flex;
		    gap: 47px;
}
.site-footer .row .col {
    width: 16.3333%;
}
.site-footer .row .col:first-child {
    width: 42%;
}
.site-footer .row .col:nth-child(3) {
    width: 22%;
}
.underline {
    text-decoration: underline !important;
}
.site-footer a:hover {
    color: #95C8B9;
}
.site-info {
    border-top: 2px solid #95C8B9;
    margin-top: 37px;
    padding-top: 19px;
    display: flex;
    justify-content: space-between;
		    padding-bottom: 25px;
}
.social_footer {
    display: flex;
    gap: 24px;
}
.main-navigation a:hover {
    color: #95C8B9 !important;
}
@media (max-width: 1430px) {
.bottom_slider .row {
    gap: initial;
}
}
@media (max-width: 1220px) {
.container {
    padding-left: 24px;
    padding-right: 24px;
}
}

@media (max-width: 1025px) {
.home_banner h1 {
    font-size: 50px;
}
.container {
    padding-left: 24px;
    padding-right: 24px;
}
.bottom_slider .row {
    display: grid;
    gap: 72px;
}
h2 {
    font-size: 50px;
    color: #292929;
    line-height: normal;
}
.row_header {
    display: grid;
    margin-bottom: 30px;
}
.row_header .col:first-child {
    width: 100%;
}
.projects_section .icon_next {
    padding-top: 0;
    justify-content: start;
}	
.projects_section .description {
    font-size: 18px;
    margin-bottom: 15px;
}
.projects_section h3 {
    font-size: 16px;
    margin: 15px 0 10px 0;
}	
.desc_project {
    margin-bottom: 30px;
    font-size: 14px;
}
.services_section .row {
    display: grid;
    gap: 24px;
}
.service_item {
    width: 100%;
}
.service_item h3 {
    margin-top: 16px;
    height: auto;
}
.service_item h3 {
    font-size: 21px;
}
.service_item p {
    font-size: 16px;
}
.services_section {
    padding: 50px 0;
}	
.catalog_section {
    padding: 50px 0 50px 0;
}
.catalog_section .title_section {
    display: grid;
    gap: 30px;
}
.catalog_section .title_section .col {
    width: 100%;
}
.catalog_section .description {
    font-size: 18px;
}
.catalog_section .title_section .col:first-child {
    order: 2;
}	
.catalog_section .title_section .col:last-child {
    order: 1;
}
.catalog_section .row {
    margin-top: 50px;
}
.catalog_section .row .col:first-child {
    width: 100%;
}
.catalog_section .row {
    display: grid;
}
.catalog_section h3 {
    font-size: 21px;
    margin-top: 12px;
}
.link_more .icon_next {
    justify-content: start;
}
.link_more {
    margin-top: 25px;
}
.flex_title .col:first-child {
    width: 100%;
}
.first_col_blog article {
    width: 100%;
}	
.first_col_blog {
    display: grid;
}
.title_blog {
    font-size: 21px;
    max-width: max-content;
    min-height: auto;
}
.category-tags a {
    font-size: 14px;
}
.title_bg_blog {
    margin-bottom: 30px;
    margin-top: 10px;
}
.blog_thumbinail img {
    height: 200px;
}
.faq_section {
    padding: 50px 0;
    margin-top: 50px;
}	
.faq_section .row {
    display: grid;
    gap: 30px;
}
.faq_section .desc_project {
    font-size: 16px;
}
.faq_section .col_faq:first-child {
    width: 100%;
}
.faq_section .col_faq:last-child {
    width: 100%;
}
.faq-drawer__title {
    font-size: 16px;
    padding: 12px 16px;
}
.faq-drawer__content p {
    font-size: 16px;
}
.faq-drawer__content p {
    padding: 8px 16px;
}
.text_main p {
    font-size: 16px;
}
.register_form {
    padding: 32px;
}
.register_form .row {
    display: grid;
    text-align: center;
    margin: 0 auto;
}	
.register_btn {
    margin: 0 auto;
    margin-top: 30px;
}
.register_form p {
    font-size: 21px;
}	
.before_footer .row {
    display: grid;
}
.before_footer {
    padding: 50px 0 50px 0;
    margin-top: 0;
}
.before_footer .col:first-child {
    width: 100%;
}
.before_footer .col:last-child {
    width: 100%;
}
.site-footer .row {
    display: grid;
    gap: 30px;
}
.site-footer .row .col {
    width: 100%;
}
.site-footer .row .col:first-child {
    width: 100%;
}
.site-footer .row .col:nth-child(3) {
    width: 100%;
}
.site-footer {
    margin-top: -1px;
}
.site-info {
    margin-top: 50px;
}
.site-info {
    padding-bottom: 30px;
}
.copy_footer {
    order: 2;
}
.site-info {
    display: grid;
}
.home_banner .container {
    padding-left: 24px;
    padding-right: 24px;
}	
.bottom_slider {
    margin-top: 30px;
}
.logo_partners img {
    width: 45%;
    max-width: 151px;
}
.logo_partners .row {
    flex-wrap: wrap;
    gap: 26px;
    display: flex;
}
.logo_partners {
    margin-top: -10px;
}
.logo_partners {
    padding: 30px 0 30px 0;
}	
.mob-menu-header-holder {
    background-color: #070E3F;
    height: 55px;
    padding: 5px 0;
}
.mobmenu-right-panel {
    background-color: #070E3F;
}	
#mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
    color: #E6E6E6 !important;
    font-size: 18px !important;
}
.mobmenu-content #mobmenuright li:hover {
    background-color: #070E3F;
}
.mobmenu-content #mobmenuright > li > a:hover {
    background-color: #070E3F;
}
}
.category-tags {
    margin-bottom: 16px;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 34px;
}
div.asl_m .probox .proinput {
    padding: 2px 4px;
}
.rishennya .title_blog {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.more-tags {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #000 !important;
    margin-bottom: 22px;
		    text-decoration: none;
}
.menu_extra_div {
    display: flex;
    align-items: center;
    gap: 51px;
}
.bottom_slider .row .col {
    width: 25%;
}
.bottom_slider .row .col:nth-child(2) {
    width: 15%;
}
.projects_section .description {
    color: #3D3D3D;
}
.projects_section .icon_next {
    text-decoration: underline;
}
.projects_section .more-tags {
    margin-top: -28px;
}
.catalog_section .link_more {
    margin-top: 0px;
}
 .link_more {
    font-size: 18px;
}
.rishennya .link_more {
    margin-top: 8px;
}
.site-footer {
    padding-top: 25px;
    margin-top: 100px;
}
.site-footer .row .col:first-child p {
    margin-top: 16px;
}
.social_footer a {
    margin-bottom: 0px;
    line-height: normal;
}
.social_footer {
    align-items: center;
}
 .hero_section {
    background-color: #F4F4F4;
    padding: 235px 0 70px 0;
}
.hero_section h1 {
    color: #070E3F;
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 48px;
}
.desc_hero {
    color: #424649;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    max-width: 535px;
}
.button_not {
    border-radius: 40px;
    background: #95C8B9;
    color:  #070E3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    width: fit-content;
    padding: 16px 40px;
		cursor: pointer;
		    text-decoration: none;
}
.main_about_section .flex {
    display: flex;
    gap: 16px;
		flex-wrap: wrap;
}
.main_about_section {
    padding-top: 23px;
}
.main_about_section h3 {
    margin-top: 43px;
    margin-bottom: 80px;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.content_blocks p, .content_blocks li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
		color: #424649;
    line-height: 25px;
}
.content_blocks {
    margin-top: 80px;
    margin-bottom: 31px;
}
.content_blocks ul, .content_blocks ol {
    margin: 0;
    padding-inline-start: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.content_block_right {
	margin-top: 31px;
    max-width: 1055px;
}
.content_blocks.text_2 {
	margin-top: 31px;
}
.content_blocks {
    max-width: 1055px;
}
.content_blocks.text_2 {

    width: 100%;
    max-width: 100%;

    margin-top: 0;
}
.media_banner {
    background: #070E3F;
    color: #fff;
    padding: 158px 0 120px 0;
}
.desc_media {
	color: #DADADA;
    font-size: 18px;
    font-weight: 400;
	line-height: 32px; 
    max-width: 535px;
		    margin-top: 16px;
}
.desc_media p {
	color: #DADADA;
    font-size: 18px;
    font-weight: 400;
	line-height: 32px; 
    max-width: 535px;
		    margin-top: 16px;
}
.media_banner h1 {
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 84px;

}
.blog_section {
    margin-top: 27px;
}
.category_blog_page a {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 1.4px;
    text-decoration-line: underline;
    text-transform: uppercase;
}
.title_blog_page {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.the_date {
    border-radius: 30px;
    background: #95C8B9;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: fit-content;
    padding: 6px 30px;
}
.category_blog_page {
    margin-top: 19px;
}
.title_blog_page {
    margin-top: 9px;
}
.page-template-media-page .title_bg_blog {
    margin-bottom: 21px;
}
.page-template-media-page .the_excerpt {
    font-size: 16px;
		    line-height: 25px;
}
.the_excerpt {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 13px;
    margin-bottom: 10px;
}
.post_item {
	margin-bottom: 52px;	
}
.blog_section .flex {
    display: flex;
		    gap: 79px;
}
.widget-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title_tag_solutions {
color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 26px;
}
.title_tag_solutions:before {
    content: '';
    background-color: #E7E7E7;
    width: 100%;
    display: block;
    height: 4px;
    top: 41px;
    position: absolute;
    border-radius: 30px;
}
.title_tag_solutions:after {
    content: '';
    background-color: #95C8B9;
    width: 233px;
    display: block;
    height: 4px;
    top: 41px;
    position: absolute;
    border-radius: 30px;
}
.blog_posts {
    width: 73%;
}



.sidebar {
    width: 27%;
}
.widget_recent_entries li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 25px;
    list-style-type: none;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
    background-image: url(/wp-content/uploads/2024/04/Group-40.svg);
    background-repeat: no-repeat;
    background-position: right;
		    padding-right: 34px;
    background-position-y: 0px;
}
.widget_recent_entries ul, .rpwe-ul {
    list-style: disc;
    margin: 0;
    padding: 0;
}
.widget_categories ul {
    list-style: disc;
    margin: 0;
    padding: 0;
}
.widget_recent_entries li a {
    text-decoration: none;
		    color: #000 !important;
}
.post-date {
    color: #95C8B9;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  display: block;
    margin-top: 13px;
    padding-left: 15px;
}
.widget-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 12px;
		    position: relative;
    margin-bottom: 24px;
}
.widget-title:after {
    content: '';
    background-color: #95C8B9;
    width: 100px;
    display: block;
    height: 4px;
    top: 41px;
		border-radius: 30px;
    position: absolute;
}
.widget-title:before {
    content: '';
    background-color: #E7E7E7;
    width: 100%;
    display: block;
    height: 4px;
    top: 41px;
    position: absolute;
		border-radius: 30px;
}
.widget {
    margin: 0 0 73px;
}

.rpwe-block a {
    display: inline !important;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 25px;
    list-style-type: none;
}
.rpwe-title {
    padding-bottom: 20px;
    background-image: url(/wp-content/uploads/2024/04/Group-40.svg) !important;
    background-repeat: no-repeat!important;
    background-position: right!important;
    padding-right: 34px;
    background-position-y: 0px!important;
}
.rpwe-block h3 {
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 1.5em;
    padding-bottom: 20px;
    background-image: url(/wp-content/uploads/2024/04/Group-40.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    padding-right: 34px;
    background-position-y: 0px !important;
}
.rpwe-title:hover {
    background-image: url(/wp-content/uploads/2024/05/arrow-1.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-position-y: top !important;
}
.rpwe-li {
    list-style-type: none;
}
.rpwe-li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 25px;
    list-style-type: none;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
}

.rpwe-time  {
    color: #95C8B9;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    display: block;
    margin-top: 0;
    padding-left: 15px;
}
.container_1347 {
    max-width: 1347px;
    margin: 0 auto;
}
.page-template-media-page .blog_thumbinail img {
    height: 340px;
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
}
.archive .blog_thumbinail img {
    height: 480px;
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
}
.cat-item a {
    color: #000 !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
}
.widget-area li {
    list-style-type: none;
    border-bottom: 1px solid #E7E7E7;
}
.widget_categories li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_widget {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}
.contact_widget a {
    color: #000 !important;
		text-decoration: none;
}
.single article {
    padding-top: 27px;
}
.single .entry-title {
    padding-bottom: 30px;
}
.post-thumbnail {
    text-align: center;
}
.bg_default {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    height: 586px;
    padding: 0;
    padding-bottom: 120px;
		    display: flex;
		    background-position: bottom;
    align-items: end;
}
.hero_section.bg_default  h1 {
    margin-bottom: 40px;
}
.hero_section.bg_default h1 {
    color: #ffffff;
}
.hero_section.bg_default .desc_hero {
    color: #DADADA;
}
.bg_default .container {
    width: 100%;
}
.main_section_cont h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 40px;
}

.main_section_cont {
    margin-top: 33px;
}
.home .site-footer {
    margin-top: 256px;
}
.page-template-media-page .desc_media, .archive .desc_media {
    max-width: 100%;
}
#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
    background-image: url(/wp-content/uploads/2024/04/search-01.svg);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: center;
}
div.asl_m .probox .proinput {
    padding: 2px 4px 2px 35px;
}
div.asl_w .probox .promagnifier {
    display: none;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 56px;
    border-radius: 12px;
    border: 0.8px solid var(--GE-UI-kit-Color-Style-Neutral-Color-Neutral80, #C6C6C6);
    background: var(--GE-UI-kit-Color-Style-Primary-Color-Primary100, #FFF);
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}
#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
    font-family: 'Inter' !important;
    font-size: 16px !important;
}
div[id*='ajaxsearchlite'].asl_m {
    border-radius: 12px;
}
#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {

}
div[id*='ajaxsearchlite'].asl_m {
    width: 342px;
}
div.asl_m .probox .proinput input {
    height: 56px;
    width: 100% !important;
}
div.asl_m .probox .proclose svg {
    background: transparent;
    border-radius: 0;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: 0px;
    left: 50%;
    margin-left: -26px;
    fill: transparent;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: none;
    background-image: url(/wp-content/uploads/2024/04/cancel-circle.svg);
    background-repeat: no-repeat;
}
#ajaxsearchlite1 .probox {
    border: 1px solid #C6C6C6;
}
#ajaxsearchlite1 .probox {
    border: 1px solid #C6C6C6;
}
#ajaxsearchlite1:hover .probox {
    border: 1px solid #95C8B9;
}
div.asl_r .results .item .asl_content h3 a:hover {
    font-weight: normal;
    font-family: Open Sans;
    color: #2e6bbc;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Inter';
}
div.asl_r .results .item .asl_content h3 a {
    font-weight: normal;
    font-family: Open Sans;
    color: #2e6bbc;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Inter';
}
div.asl_r.vertical {
    border-radius: 25px;
}
#breadcrumbs a, #breadcrumbs span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    color: #c1c1c1;
}
#breadcrumbs {
    margin-bottom: 21px;
}
@media (max-width: 1025px) {
.bottom_slider .row .col:first-child {
    min-width: 100%;
}
.mobmenur-container img {
    margin-top: 5px;
    margin-right: 15px;
}
[class^="mob-icon-"]:before, [class*=" mob-icon-"]:before {
    font-size: 15px;
    margin-right: 15px;
}	
.banner_count {
    font-size: 32px;
}
.bottom_slider {
    line-height: 122%;
    font-size: 12px;
}
.bottom_slider .row {
    gap: 11px;
}
.home_banner h1 {
    font-size: 26px;
    line-height: 105%;
    letter-spacing: -0.52px;
}
.mobile.desc_main {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    margin-top: 20px;
}
.home_banner .container {
    display: grid;
}
.top_slider {
    order: 2;
}
.home_banner {
    background-image: url(/wp-content/uploads/2024/04/Rectangle-110-1.jpg);
    background-position: top;
    background-color: #070E3F;
		background-size: 100%;
}
.home_banner .container {
	padding: 80px 24px 50px 24px;
}
.home_banner .container {
    height: 606px;
}
.grid {
    gap: 0px;
}
h2 {
    font-size: 26px;
}
.projects_section {
    padding: 41px 0px 5px 0px;
}
.projects_section .description {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 140%;
}	
.projects_section h2 {
    margin-bottom: 20px;
}
.row_header .col:last-child {
    width: 100%;
    margin-top: 46px;
}
.service_item {
    background: transparent;
    padding: 0;
    padding-bottom: 50px;
}
.service_item img {
   filter: brightness(0) invert(1);	
    width: 55px;
    height: 55px;
}
.service_item p {
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
}
.service_item h3 {
    font-size: 21px;
    color: #fff;
}
.service_item hr {
    height: 0px;
}
.service_item.green {
    background: transparent;
}
.service_item.green p {
    color: #fff;
}
.services_section .row {
    gap: 0;
}
.services_section {
    padding: 50px 0 0px 0;
}
.catalog_section {
    padding: 70px 0 50px 0;
}
.catalog_section .description {
    font-size: 24px;
}
.catalog_section .link_more {
    margin-top: 18px;
}
.catalog_section .row .col:first-child {
    width: fit-content;
    margin-left: -24px;
    margin-right: -24px;
}
.catalog_section .row {
    margin-top: 24px;
}
.faq_section h2 {
    margin-bottom: 12px;
}
.catalog_section {
    padding: 70px 0 0px 0;
}
.faq_section .desc_project {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.faq_under_check {
    display: none;
}
.faq-drawer__title {
    font-size: 14px;
padding: 24px 60px 24px 32px;
}
.faq_section .col_faq:last-child {
    width: fit-content;
    margin-left: -24px;
    margin-right: -24px;
}
.faq-drawer__title::after {
    right: 20px;
    left: auto;
    top: 6px;
}
.faq-drawer:hover .faq-drawer__title::after {
    filter: brightness(0) invert(1);
}
.faq_section {
    margin-bottom: 30px;
}
.news_section h2 {
    margin-bottom: 20px;
}
.news_section .link_more .icon_next {

}
.news_section .flex_title {
    margin-bottom: 50px;
}
.home .site-footer {
    margin-top: 84px;
}
.title_widhet_mob {
    color:  #1C1C1C;
    font-size: 26px;
    font-style: normal;
    line-height: 105%;
    letter-spacing: -0.52px;
    margin-bottom: 20px;
}
.site-footer p {
    color: #17195A;
}	
		.site-footer a {
    color: #95C8B9;
}	
.site-footer {
    background-color: #fff;
    color: #17195A;
}	
.site-footer .row {
     gap: 20px;
}	
.social_mom a {
    color: #17195A;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 0.48px;
    margin-bottom: 15px;
		    line-height: 47px;
}
.copy_footer {
    color: #17195A;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.site-info {
    border-top: 0px solid #95C8B9;
    padding-bottom: 19px;
    margin-top: 5px;
}
	.catalog_section h2 {
 
}
.page-template-about-page  .hero_section {
    padding: 336px 0 0px 0;
    background-image: url(/wp-content/uploads/2024/04/image-2-1.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
}
.page-template-about-page  .hero_section .container {
    background-color: #070E3F;
    color: #fff;
}	
.hero_section h1 {
    color: #FFF;
    font-size: 26px;
    font-style: normal;

    line-height: 105%;
    letter-spacing: -0.52px;
    padding-top: 39px;
		    margin-bottom: 20px;
}	
.desc_hero {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.link_goal {
    color: #95C8B9 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
		    width: 48%;
		        text-decoration: none;
    letter-spacing: 0.32px;
}	
.grid_mob_goal {
    margin-top: 29px;
    display: table-cell;
    column-count: 2;
    display: flex;
    gap: 11px;
      flex-wrap: wrap;
}
.page-template-about-page .hero_section .container {
    padding-bottom: 24px;
}
#breadcrumbs a, #breadcrumbs span {
    font-size: 16px;
}	
.main_about_section h3 {
    margin-top: 24px;
    font-weight: 100;
		margin-bottom: 34px;
}
.content_blocks {
    margin-top: 0;
}
.content_blocks p, .content_blocks li {
    font-size: 16px;
}
.content_block_right h2 {
    font-weight: 100;
		margin-bottom: 32px;
}
.content_blocks {
    margin-bottom: 0;
}
.media_banner {
    height: 576px;
    display: grid;
    align-items: end;
    padding-bottom: 18px;
}
.media_banner h1 {
    font-size: 26px;
    font-style: normal;
    
    line-height: 105%;
    letter-spacing: -0.52px;
}
.mobile_list_cat li {
    list-style-type: none;
}
.mobile_list_cat li a {
    color: #95C8B9 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}	
.mobile_list_cat li {
		    width: 48%;
}	
.mobile_list_cat li a:after {
	content: "→";
		    margin-left: 10px;
}
.blog_section .flex {
    display: block;
}
.blog_posts {
    width: 100%;
}
.title_blog_page {
    margin-top: 9px;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
 
}
 .sidebar {
display: none;
}
.page-template-media-page .blog_thumbinail img {
    height: 300px;
}
.the_excerpt p {
    color: #666;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.archive .blog_section {
    padding: 0 24px;
}
.archive .blog_thumbinail img {
    height: 300px;
}
.single .entry-title {
    padding-bottom: 30px;
    margin-top: 9px;
    color: #17195A;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.entry-content p {
    color: #666;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.page-id-94 .bg_default {
   
}
.page-id-94 .hero_section.bg_default h1 {
    font-weight: 300;
    margin-bottom: 17px;
}
.bg_default {
    padding-bottom: 18px;
}
.main_section_cont h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #17195A;
}
.main_section_cont p {
    color: #070E3F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.post_item {
     display: grid;
}

.post_item .category_blog_page {

}
.post_item .title_bg_blog {

}	
.post_item .the_date {

}		
.post_item .the_excerpt {

}			
.post_item a:first-child {
		
}
.post_item .more-tags.left-info {
	
		}
.title_bg_blog {
    margin-bottom: 5px;
}
.the_excerpt p {
    margin-bottom: 24px;
}
}

.rishennya  .title_blog {
    min-height: 121px;
}

.prev.page-numbers {
    display: flex;
    background-image: url(/wp-content/uploads/2024/04/Vector-19.svg);
    font-size: 0px;
    background-color: #95C8B9;
    width: 60px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
		    border: 0px;
}
.next.page-numbers {
    display: flex !important;
    background-image: url(/wp-content/uploads/2024/04/arrow-down-sign-to-navigate-1-1.svg) !important;
    font-size: 0px !important;
    background-color: #95C8B9 !important;
    width: 60px;
    height: 70px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
		    border: 0px !important;
}

.page-numbers {
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: normal;
    background-color: #fff!important;
    width: 70px;
    height: 70px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    border-radius: 50%;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
		    border: 1px solid #C1C1C1!important;
						    text-decoration: none;
		    color: #303030 !important;
}
.page-numbers.current {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    background-color: #f8f8f8 !important;
    width: 70px;
    height: 70px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.pagination {
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-top: 80px;
		  margin-bottom: 100px;
}
.prev.page-numbers:hover, .next.page-numbers:hover {
    background-color: #070E3F !important;
}
.post_tags {
    column-count: 2;
    gap: 100px;
}
:lang(uk) .post_tags {
    gap: 56px;
}

.post_tags .row a {
    display: flex;
    color: #000;
    text-decoration: none;
    border-bottom: solid 1px #E7E7E7;
    justify-content: space-between;
    padding-bottom: 5px;
    margin-bottom: 14px;
}
.post_tags .row {

}
.cols_project {
    width: 48.3%;
		    text-decoration: none;
}
.block_projects {
    display: flex;
    flex-wrap: wrap;
       gap: 60px 40px;
}
.block_projects .cols_project:nth-child(5) {
	width: 100%;
}
.block_projects img {
    height: 280px !important;
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}
.block_projects h2 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    height: 100px;
}
.more_link img {
    width: 45px;
    height: 45px !important;
}
.more_link {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 16px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}
.title_solutions {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
        padding: 30px 10px 10px 30px;
    margin-top: -100px;
    z-index: 1;
    position: relative;

    max-width: 442px;
		overflow: hidden;
}
.content p {
    color: #00000080;
}
.projects_portfolio {
    margin-top: 31px;
}
.block_projects {
    margin-top: 70px;
}
.block_projects .cols_project:nth-child(5) img {
    height: 590px;
}

@media (max-width: 1025px) {
.post_tags {
    column-count: 1;
}
.page-template-rishennya-page .hero_section.bg_default .container {
    background-color: #070E3F;
		        padding-bottom: 40px;
}	
.page-template-rishennya-page .hero_section.bg_default h1 {
    font-weight: 700;
}
.page-template-rishennya-page .bg_default {
        padding-bottom: 0;
 }
.page-template-rishennya-page .hero_section.bg_default h1 {
    margin-bottom: 20px;
}
.cols_project {
    width: 100%;
}
.title_solutions {
    margin-top: -100px;
    padding: 20px;
}	
.block_projects h2 {
    height: auto;
}
.block_projects h2 {
    font-size: 16px;
}
.block_projects img {
    height: 215px !important;
}
.block_projects .cols_project:nth-child(5) img {
    height: 215px;
}
.block_projects {
    gap: 50px;
}

.prev.page-numbers {
    display: flex !important;
    background-image: url(/wp-content/uploads/2024/04/Vector-19.svg) !important;
    font-size: 0px!important;
    background-color: #95C8B9!important;
    width: 45px;
    height: 53px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    border-radius: 50%;
		    border: 0px!important;
}
.next.page-numbers {
    display: flex;
    background-image: url(/wp-content/uploads/2024/04/arrow-down-sign-to-navigate-1-1.svg);
    font-size: 0px;
    background-color: #95C8B9;
    width: 45px;
    height: 53px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
		    border: 0px;
}
.page-numbers {
    width: 53px;
    height: 53px;
}
.page-numbers.current {
    width: 53px;
    height: 53px;
}
.pagination {
    margin-top: 70px;
    margin-bottom: 80px;
}	
.archive.tag .hero_section.bg_default .container {
    background-color: #070E3F;
		        padding-bottom: 40px;
}	
.archive.tag .hero_section.bg_default h1 {
    font-weight: 700;
}
.archive.tag .bg_default {
        padding-bottom: 0;
 }
.archive.tag .hero_section.bg_default h1 {
    margin-bottom: 20px;
}
}

.media_banner_title {
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px;
}
@media (max-width: 1025px) {
    .media_banner_title {
        font-size: 26px;
        font-style: normal;
       
        line-height: 105%;
        letter-spacing: -0.52px;
    }
}
.content_solutions h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
		    margin-bottom: 31px;
}
.content_solutions .row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.content_solutions .col:first-child {
    width: 55%;
}
.content_solutions .col:last-child {
    width: 37%;
}

.solution_post_thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 0;
    border-radius: 10px !important;
}
.single-projects #breadcrumbs  {
    padding-top: 40px;
		padding-bottom: 60px;
}
.titles_items_solutions {
    color: #17195A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
		margin-bottom: 5px;
}
.desc_items_solutions {
    color: #95C8B9;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.items_solutions {
    border-top: 3px solid #D9D9D9;
    padding: 26px 0 15px 0;
}
.rows_solutions .items_solutions:last-child {
    border-bottom: 3px solid #D9D9D9;
}
.content_solutions p {
    color: #666;
    font-size: 18px;
		line-height: 32px;
}
.solution_with_text_and_list h2, .solution_what h2 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 35px;
}
.solution_with_text_and_list p {
		color: #666;
	font-size: 18px;
		font-style: normal;
    line-height: 32px;
}
.solution_with_text_and_list li {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    position: relative;
    list-style-type: none;
}
.solution_with_text_and_list li::before {
    content: '';
    background-image: url(/wp-content/uploads/2024/04/Ellipse-1-copy-4.svg);
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    background-size: 14px;
    position: absolute;
    top: 7px;
    left: -20px;
}
.solution_with_text_and_list ul {
    margin-inline-start: 0;
    padding-inline-start: 24px;
    margin-top: 35px;
    column-count: 1;
    gap: 40px;
}
.flex_quote {
    border-radius: 30px;
    background: #17195A;
    color: #fff;
    gap: 80px;
    padding: 49px 150px 50px 42px;
    display: flex;
    align-items: center;
}
.quote_text {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}

.flex_quote .col.img_col img {
    min-width: 100px;
}
.quote_text:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/04/1-1.svg);
    width: 30px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: -10px;
    left: -30px;
}
.quote_text:after {
    content: '';
    background-image: url(/wp-content/uploads/2024/04/1-1.svg);
    width: 30px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -10px;
    right: 66px;
}
.flex_quote .col {
position: relative;
}
.solution_what .row {
    display: flex;
     gap: 85px 40px;
    flex-wrap: wrap;
}
.solution_what .col_item {
    width: 31.1111%;
}
.title_what {
    color: #000;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 15px;
		    margin-top: 15px;
}
.desc_what {
    color:  #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.solution_what {
    margin-top: 63px;
}
.similar_solutions {
    margin-top: 130px;
		    margin-bottom: 70px;
}
.owl-next {
    border-radius: 50%;
    background: #95C8B9 !important;
    width: 66px;
    height: 66px;
    font-size: 0px !important;
    background-image: url(/wp-content/uploads/2024/04/Union-1.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.owl-prev {
    border-radius: 50%;
    background: transparent!important;
    width: 66px;
    height: 66px;
    font-size: 0px !important;
    background-image: url(/wp-content/uploads/2024/04/Union-2.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: 4px solid #95C8B9 !important;
}
.owl-nav {
    position: absolute;
    top: -140px;
    right: 0;
    display: flex;
    gap: 10px;
}
.similar_solutions .blog_thumbinail img {
    height: 280px;
}
.owl-carousel .owl-item .more_link img {
    width: auto;
}
.similar_solutions .title_solutions {
      height: auto;
}
.similar_solutions h4 {
		color: #000;
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 30px;
}
.similar_solutions h2 {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-size: 100px;
    color: #95C8B9;
    font-size: 16px;
    position: relative;
    margin-bottom: 150px;
}
.similar_solutions h2 a {
    color: #95C8B9 !important;
}
.similar_solutions h2:after {
    content: '';
    background-color: #95C8B9;
    width: 87px;
    height: 2px;
    position: absolute;
    left: 0;
     top: 30px;
}
.similar_solutions .owl-item {
    padding-bottom: 60px;
}
.icon_next_write {
    gap: 16px;
    display: flex;
   color: #95C8B9 !important;
}
.icon_more_about_h{
    gap: 16px;
    display: flex;
		  color: #212529 !important;
		    text-decoration: none;
}
.title_write {
    color: #070E3F;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.desc_write {
    color:  #17195A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
				margin: 48px 0;
    line-height: 25px;
		    max-width: 780px;
}
.solution_quote {
    margin-top: 50px;
}
.similar_solutions .title_solutions {
    display: flex;
    flex-wrap: wrap;
}
.title_solutions .more_link {
    width: 100%;
		height: -webkit-fill-available;
}
@media (max-width: 1025px) {
.single-solutions .media_banner {
        justify-content: start;
}
.single-solutions .media_banner_title {
        font-weight: 700;
}	
.content_solutions h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
}
.content_solutions .row {
    display: grid;
}	
.content_solutions .col:first-child {
    width: 100%;
}
.content_solutions .col:last-child {
       width: 100%;
}
.content_solutions p {
    font-size: 16px;
    line-height: 155%;
}
.desc_items_solutions {
    font-size: 16px;
    line-height: 155%;
}
.solution_post_thumbnail img {
    height: 250px;
    margin: 100px 0 50px 0;
}
.solution_with_text_and_list h2, .solution_what h2 {
    line-height: 155%;
    font-size: 24px;
    margin-bottom: 16px;
}	
.solution_with_text_and_list p {
    font-size: 16px;
    line-height: 155%;
}
.solution_with_text_and_list li {
    line-height: 155%;
		    margin-bottom: 18px;
}	
.solution_with_text_and_list ul {
    column-count: 1;
}	
.solution_quote {
    margin-top: 100px;
}
.flex_quote {
    gap: 30px;
    padding: 20px;
    display: grid;
}
.quote_text {
    font-size: 16px;
    line-height: 155%;
}
.quote_text:before {
    top: -18px;
    left: -20px;
}	
.quote_text:after {
        bottom: -10px;
        right: -9px;
}	
.solution_what {
    margin-top: 100px;
    margin-bottom: 100px;
}
.solution_what .row {
    display: grid;
}
.solution_what .col_item {
    width: 100%;
}
.solution_what .col_item img {
    width: 80px;
    height: 80px;
}
.title_what {
    font-size: 20px;
}
.solution_what .row {
    gap: 40px;
}
    .owl-nav {
        bottom: -50px;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        top: auto;
    }
.write_to_us {
    margin-top: 145px;
}	
.similar_solutions h2 {
    margin-bottom: 50px;
}
.title_write {
    font-size: 24px;
}	
.desc_write {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 155%;
		margin: 20px 0 40px 0;
}	
}

.icon_next_write {
	position: relative;
		    cursor: pointer;
}
.icon_next_write:after {
    content: '';
    background-color: #95C8B9;
    width: 148px;
    display: block;
    height: 2px;
    top: 29.5px;
    position: absolute;
}
.button_not.active {
    background: #17195A;
    color: #fff;
}
.year {
    color: #17195A;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;

    border-top: 3px solid #D9D9D9;
    border-bottom: 3px solid #D9D9D9;
		position: relative;
}
.name_h {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    margin-top: 31px;
}
.desc_h {
		color: #666;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		  margin-top: 12px;
}

.similar_hostory h2 {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-size: 100px;
    color: #95C8B9;
    font-size: 16px;
    position: relative;
    margin-bottom: 30px;
}

.similar_hostory h2:after {
    content: '';
    background-color: #95C8B9;
    width: 87px;
    height: 2px;
    position: absolute;
    left: 0;
     top: 30px;
}
.year:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #17195A;
    border-radius: 50%;
    bottom: -9px;
    left: 0;
}
.similar_hostory h3 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 24px;
}

.similar_hostory {
    margin-top: 100px;
}
.similar_hostory  .owl-nav {
    top: -130px;
}
.about_history_h {
    background-color: #F4F4F4;
		padding: 70px 0;
}
.about_history_h h2 {
    margin-bottom: 24px;
}
.about_history_h .row {
    display: flex;
    align-items: center;
		gap: 155px;
}
.about_history_h  h2 {
    color: #292929;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.desc_about_h {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
		margin: 40px 0;
}
.about_history_h .row .col:first-child {
    width: 35%;
}
.about_history_h .row .col:last-child {
    width: 65%;
}
.about_history_h .col_img_h img {
    margin-top: 0px;
}
.about_history_h {
    background-color: #F4F4F4;
    margin-top: 20px;
    margin-bottom: 120px;
		    padding-bottom: 68px;
}
@media (max-width: 1025px) {
.page-template-histoty-page .hero_section.bg_default .container {
    background-color: #070E3F;
		        padding-bottom: 40px;
}	
.page-template-histoty-page .hero_section.bg_default h1 {
    font-weight: 700;
}
.page-template-histoty-page .bg_default {
        padding-bottom: 0;
 }
.page-template-histoty-page .hero_section.bg_default h1 {
    margin-bottom: 20px;
}
.page-template-histoty-page .main_about_section .flex {
    display: grid;
}
.similar_hostory {
    margin-top: 80px;
}
.similar_hostory .owl-nav {
    top: auto;
}
.similar_hostory h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;

    margin-bottom: 24px;
    line-height: 155%;
}
.year {
    font-size: 18px;
}
.name_h {
    font-size: 18px;
    line-height: normal;
}	
.similar_hostory .owl-nav {
        bottom: -100px;
}	
.about_history_h .row {
    display: grid;
    gap: 40px;
}	
.about_history_h .row .col:first-child {
    width: 100%;
}
.about_history_h .row .col:last-child {
    width: 100%;
}
.about_history_h h2 {
    line-height: 155%;
    font-size: 24px;
}
.desc_about_h {
    font-size: 16px;
}	
.about_history_h {
        background-color: #F4F4F4;
        margin-top: 270px;
        margin-bottom: 100px;
        padding-bottom: 30px;
}
.write_to_us {
        margin-top: 100px;
 }	
.button_not {
    font-size: 13px;
    padding: 8px 20px;
		
}
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #A6A6AB !important;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    border: 0px;
    font-size: 18px;
    border: 1px solid #A6A6AB;
    margin-bottom: 20px;
    outline: none;
    background-color: transparent;
    padding: 10px 20px;
}
::-ms-input-placeholder { 
    color: #A6A6AB;
}

::placeholder {
    color: #A6A6AB;
}
.col_form {
    display: flex;
    gap: 20px;
}

.hide_until_call h3 {
    color: #070E3F;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 65px;
}

.hide_until_call {
    margin-top: 60px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    margin-top: 0;
    border-radius: 40px;
    background: #070E3F;
    padding: 18px 40px;
    font-size: 18px;
}
.wpcf7-form-control-wrap[data-name="your-name"]:after {
    content: "*";
    position: absolute;
    right: 15px;
    top: -6px;
    color: #dc3232;
    font-size: 18px;
}
.wpcf7-form-control-wrap[data-name="your-surname"]:after {
    content: "*";
    position: absolute;
    right: 15px;
    top: -6px;
    color: #dc3232;
    font-size: 18px;
}
.wpcf7-form-control-wrap[data-name="your-email"]:after {
    content: "*";
    position: absolute;
    right: 15px;
    top: -6px;
    color: #dc3232;
    font-size: 18px;
}
.wpcf7-form-control-wrap[data-name="cord-mask-phone"]:after {
    content: "*";
    position: absolute;
    right: 15px;
    top: -6px;
    color: #dc3232;
    font-size: 18px;
}
.form_sent_msg{
    display:none;
}
.wpcf7-form.sent .form_sent_msg{
    display:block;
} 
.wpcf7-form.sent .form_sent_msg {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    padding: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: var(--Accent-100, #070E3F);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.wpcf7-form  {
    position: relative;
}
.wpcf7-list-item {
    margin: 0;
    margin-bottom: 15px;
}
.wpcf7-list-item-label {
    color: #070E3F;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.wpcf7  {
    max-width: 780px;
}
.hide_until_call {
	display: none;
}
.hide_until_call.show {
	display: block;
}
.hide_until_call_2 {
	display: none;
}
.hide_until_call_2.show {
	display: block;
}
textarea {
    height: 190px;
}
@media (max-width: 1025px) {
.hide_until_call h3 {
    margin-bottom: 30px;
    font-size: 24px;
}
.col_form {
    display: block;
}	
.page-template-partners-page .hero_section.bg_default .container {
    background-color: #070E3F;
		        padding-bottom: 40px;
}	
.page-template-partners-page .hero_section.bg_default h1 {
    font-weight: 700;
}
.page-template-partners-page .bg_default {
        padding-bottom: 0;
 }
.page-template-partners-page .hero_section.bg_default h1 {
    margin-bottom: 20px;
}
.page-template-partners-page .main_about_section .flex {
    display: grid;
}
}
.wpcf7-form.invalid .wpcf7-not-valid {
    border: 1px solid #D84343;
}
.page-template-partners-page .hero_section.bg_default h1 {
    max-width: 600px;
}

.partners_section .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners_section .row .col {
	
}
.partners_section .row .col:first-child {
	text-align: center;
			width: 40%;
}
.partners_section .row .col:last-child {
    border-left: 1px solid #F2F4F8;
    padding-left: 86px;
			width: 60%;
}
.partner_name {
    color: #000 !important;
    text-align: center;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.62px;
    margin-top: 30px;
    text-decoration: none;
}
.partner_desc {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.38px;
		margin-bottom: 40px;
}
hr {
    background-color: #F2F4F8;
    height: 4px;
    margin-bottom: 0;
}
.partners_section .row {
    padding: 53px 0;
}
.partners_section {
    margin-top: 40px;
}
@media (max-width: 1025px) {
.partners_section .row {
    display: block;
}
.partner_item {
    border-bottom: 1px solid #E7E7E7;
}
.partners_section .row .col {
    width: 100%;
}
.partners_section .row .col:last-child {
    border-left: 0px solid #F2F4F8;
    padding-left: 0;
}
.partners_section .row .col:first-child {
    text-align: left;
}
.partner_name {
    font-size: 24px;
		    text-align: left;
}
hr {
    height: 0;
}
.partners_section .row {
    padding: 40px 0;
}
.page-template-partners-page .hero_section.bg_default .container {
    background-color: #070E3F;
		        padding-bottom: 40px;
}	
.page-template-partners-page .hero_section.bg_default h1 {
    font-weight: 700;
}
.page-template-partners-page .bg_default {
        padding-bottom: 0;
 }
.page-template-partners-page .hero_section.bg_default h1 {
    margin-bottom: 20px;
}
.page-template-partners-page .main_about_section .flex {
    display: grid;
}
}

.wpcf7-form.invalid .wpcf7-not-valid {
    border: 1px solid #D84343;
}
.page-template-partners-page .hero_section.bg_default h1 {
    max-width: 600px;
}


.contact_section  {
    padding: 40px 0;
}
@media (max-width: 1025px) {
.page-template-contact-page  .hero_section.bg_default .container {
    background-color: #070E3F;
		        padding-bottom: 40px;
}	
.page-template-contact-page .hero_section.bg_default h1 {
    font-weight: 700;
}
.page-template-contact-page .bg_default {
        padding-bottom: 0;
 }
.page-template-contact-page .hero_section.bg_default h1 {
    margin-bottom: 20px;
}
.page-template-contact-page .main_about_section .flex {
    display: grid;
}
}
.contact_section .row {
    display: flex;
    gap: 80px;
    justify-content: space-between;
}
.contact_section .row .col:first-child {
    width: 454px;
    background-color: #F4F4F4;
    padding: 70px;
    min-width: 454px;
    padding-bottom: 7px;
}
.contact_section .row .col:last-child {
    width: 55%;
    padding-top: 0px;
}

.contact_title_cf {
    color: #212529;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}
.contact_desc_cf, .contact_desc_cf a {
    color:  #424649;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}
.contact_desc_cf {
  margin-bottom: 64px;
}
.contact_section .wpcf7 h3  {
    color: #070E3F;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}
.contact_section .row .col:first-child {
 	height: fit-content;
}

@media (max-width: 1025px) {
.contact_section .row {
    display: block;
}
.contact_section .row .col:first-child {
    width: 100%;
    padding: 30px;
    min-width: 100%;
    padding-bottom: 30px;
		   
}	
.contact_title_cf {
    margin-bottom: 20px;
    font-size: 20px;
}
.contact_desc_cf {
    margin-bottom: 50px;
}
.contact_desc_cf, .contact_desc_cf a {
    font-size: 16px;
}
.contact_section .wpcf7 h3 {
    margin-bottom: 30px;
    font-size: 24px;
}
.contact_section .row .col:last-child {
    width: 100%;
}
.wpcf7-list-item-label {
    font-size: 13px;
}
}
.main-navigation ul ul {
    display: block;
		background-color: #070E3F;
    padding: 15px;
}
.main-navigation ul ul li {
    padding-bottom: 10px;
}
.pdf_files_side a {
    padding-bottom: 20px;
    background-image: url(/wp-content/uploads/2024/04/Group-40.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    padding-right: 34px;
    background-position-y: 0px !important;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 76px;
    margin-top: 26px;
}
.pdf_files_side a:hover {
    background-image: url(/wp-content/uploads/2024/05/arrow-1.svg) !important;
}
.pdf_files_side {
    display: grid;
}

.pdf_files_side a:first-child {
    margin-top: 0px;
}
.post_tags .row a:hover {
    border-bottom: solid 1px #95C8B9;
    color: #95C8B9;
}
.owl-next:hover {
    background-color: #17195A !important;
}
.owl-prev:hover {
    border: 4px solid #17195A !important;
}
.button_not:hover {
    background: #17195A;
    color: #fff;
}
.icon_more_about_h:hover {
    color: #95C8B9 !important;
}
.icon_next:hover {
    text-decoration: underline;
    color: #070E3F !important;
}

@media (max-width: 1025px) {
.catalog_img .col:last-child {
		display: none;
}
}
.page_title_404 {
    color: #FFF;
    font-family: Inter;
    font-size: 190px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
body.error404 {
    background-color: #555;
}
.page_title_404 span {
    color: #95C8B9;
}
.title_404_under {
    color: #FFF;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.text_404_under {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.row_404 {
    display: flex;
}
.row_404 .col:first-child {
    width: 70%;
    margin: 0 auto;
    margin: 0 auto;
		    display: grid;
    align-items: center;
}
.row_404 .col:first-child .max_404 {
    max-width: 500px;
    margin: 0 auto;
		text-align: center;
}
.row_404 .col:last-child {
    width: 30%;
}
.btn_404_under {
    color: #070E3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
    display: inline-flex;
    padding: 16px 40px;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: #95C8B9;
    margin-top: 50px;
}
.error404  .site-footer {
    margin-top: 0;
}
.row_404 {
    height: 100vh;
}
.error404 .error_container {
    background-image: url(/wp-content/uploads/2024/05/Rectangle-73.png);
    background-position: left;
    background-size: auto;
    background-repeat: no-repeat;
}
.title_404_under {
    margin-top: 20px;
    margin-bottom: 25px;
}
@media (max-width: 1025px) {
.page_title_404 {
    font-size: 69px;
}
.title_404_under {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}
.text_404_under {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}	
.row_404 .col:first-child {
    width: 100%;
}
.row_404 {
    flex-wrap: wrap;
}
    .error404 .error_container {
        background-position: center;
        background-size: 187%;
        background-repeat: no-repeat;
    }
.row_404 .col:last-child {
    display: none;
}	
}

.blog_posts_archive {
    width: 100%;
		 display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.blog_posts_archive .post_item {
    width: 32%;
}
.blog_posts_archive .title_blog_page {
    font-size: 18px;
		    line-height: 30px;
}
.blog_posts_archive .blog_thumbinail img {
    height: 340px;
}
.blog_posts_archive .title_bg_blog {
    margin-bottom: 31px;
}

@media (max-width: 1025px) {
.blog_posts_archive .post_item {
    width: 100%;
}
.blog_posts_archive .blog_thumbinail img {
    height: auto;
}
.blog_posts_archive .title_blog_page {
    font-size: 18px;
		    line-height: 30px;
}	
.blog_posts_archive .post_item a:first-child {
     
}
.archive_main .blog_section .container {
     padding-left: 0;
    padding-right: 0;
}
.archive_main .post_item .more-tags.left-info {
       display: flex;
		        order: 6;
}	
.archive_main .post_item .the_date {
        display: block;
}
.archive_main .the_excerpt p {
      font-size: 16px;
	
}
.blog_posts_archive .title_blog_page {
        font-size: 20px;
        color: #000;
               line-height: 24px;
}
.archive_main .media_banner h1 {
        font-weight: 700;
 }	
.archive_main .media_banner {
        padding-bottom: 50px;
}
}
.single .hero_section h1 {
    font-size: 40px;
		font-weight: 400;
		    max-width: 800px;
	line-height: normal;
}
.widhet_single h2 {
    font-size: 24px;
    font-weight: 700;
}
.widhet_single {
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
		    width: 100%;
}
.entry-content img{
    margin-bottom: 80px;
    margin-top: 80px;
}
@media (max-width: 1025px) {
.single .hero_section h1 {
    font-size: 20px;
    color: #070E3F;
    font-weight: 700;
    line-height: 133%;
}
.single .main_section_cont .entry-content p {
        font-size: 16px;
        line-height: 20px;
        color: #424649;
        line-height: 155%;
}
.entry-content img{
    margin-bottom: 50px;
    margin-top: 50px;
}	
#true-side.sidebar {
    display: block;
    width: 100%;
		    order: 1;
}
.widhet_single {
    display: grid;
    margin-top: 50px;
		
}	
.single .main_section_cont .more-tags {
	order: 2;		
}
.widhet_single h2 {
    font-size: 20px;
    color: #000;
}
.widget-title:after {
  
}	
}
.archive .the_excerpt {
    margin-bottom: 32px;
}
.blog_section .flex.category-statti {
    display: flex;
    gap: 16px;
    margin-bottom: 100px;
}
.blog_section .flex_statti {
    display: flex;
    gap: 10px;
}
@media (max-width: 1025px) {
.blog_section .flex.category-statti {
    display: grid;
    gap: 10px;
    margin-bottom: 60px;
}
.statti_archive_block .container {
        padding-left: 0;
        padding-right: 0;
}
.archive .statti_archive_block {
        padding-left: 0;
        padding-right: 0;
}
.archive .media_banner h1 {
        font-weight: 700;
}
.blog_section .flex_statti {
    order: 3;
}
.archive_main .the_excerpt p {
        color: #424649;
        line-height: 155%;
 }
.archive .the_excerpt {
    margin-bottom: 12px;
}	
.archive .blog_posts_archive .title_bg_blog {
    margin-bottom: 20px;
}
.mobile_list_cat li a {
      text-decoration: none;
}	
}
.main-navigation ul ul {
    margin-left: -36px;
}
.archive .hero_section.bg_default h1 {
    font-weight: 700;
}
.archive .media_banner h1 {
    font-weight: 400;
}
.title_prev {
		color:  #A6A6AB;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: 3.6px;
		margin-bottom: 20px;
}
.single-events .media_banner h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.content_single_events .h3_ev {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 23px;
}
.row_events {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-top: 80px;
}
.row_events .content_single_events {
    width: 50%;
}
.row_events .images_events {
    width: 50%;
		    text-align: right;
}
.fst_img_events {
    max-width: 465px;
		height: 330px;
		    object-fit: cover;
			border-radius: 30px;
}
.st_img_events {
    max-width: 100%;
    object-fit: cover;
    height: auto;
    text-align: justify;
    border-radius: 30px;
}
.block_images_events {
    position: relative;
}
.content_single_events p {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.single-events .contact_section {
    margin-top: 200px;
}
.single-events .contact_section .row .col:last-child {
    padding-top: 0;
}

@media (max-width: 1025px) {
.single-events .media_banner h1 {
    font-size: 26px;
    line-height: 114%;
}
.single-events .media_banner {
	 padding-bottom: 50px;
}	
.row_events {
    display: grid;
    margin-top: 60px;
}
.content_single_events .h3_ev {
    font-size: 24px;
    line-height: 155%;
}
.row_events .content_single_events {
    width: 100%;
}
.row_events .images_events {
    width: 100%;
}	
.content_single_events p {
    font-size: 16px;
    line-height: 155%;
}
.fst_img_events {
    max-width: 100%;
    height: auto;
}	
.st_img_events {
    max-width: 100%;
    height: auto;
}
.row_events .images_events {
	width: 100%;
        max-width: 100%;
        display: block;
        justify-content: end;
        text-align: left;
 }
.st_img_events {
        max-width: 100%;
        height: auto;
      
 }
.single-events .contact_section {
    margin-top: 135px;
}
.single-events .contact_section .row .col:last-child {
    margin-top: 100px;
}	
.solution_with_text_and_list li::before {
    top: 5px;
}
.title_prev {
    font-size: 13px;
}
 .pagination {
        flex-wrap: wrap;
}	
}
.page-numbers.dots {
    width: 128px;
    border-radius: 70px;
		    background-image: url(/wp-content/uploads/2024/05/svg.svg);
    background-position: center;
    font-size: 0px !important;
}
.page-template-mission-page .flex .button_not:first-child {
    background: #17195A;
    color: #fff;
}
.page-template-histoty-page .flex .button_not:nth-child(2) {
    background: #17195A;
    color: #fff;
}
.page-template-partners-child-page .hero_section.bg_default h1 {
    font-weight: 700;
}
.partners_section_child .row {
    display: flex;
    gap: 73px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
		    margin-bottom: 150px;
		
}
.partners_section_child .row .col {
    width: 29.2%;
}
.partners_section_child .row .col p{
    color:  #424649;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}
.partners_section_child .row .col .from_partner {
    color: #C1C1C1;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
		margin-top: 30px;
}

.row_gallery {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
		justify-content: space-between;
}
.row_gallery .col {
    width: 23.1%;
}
.list_two_col ul {
    column-count: 2;
		    margin: 0;
		    padding-left: 20px;
}
.page-template-konsortsium-page-child .list_two_col ul {
    column-count: 1;
}
.page-template-partners-child-page .list_two_col ul {
    column-count: 1;
}
.page-template-partners-child-page .list_two_col li {
    margin-bottom: 15px;
}
.list_two_col li {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.main_about_section .special_section h3 {
    margin-top: 150px;
    margin-bottom: 40px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.row_bottom_partner {
    display: flex;
    gap: 35px;
    justify-content: space-between;
    margin-top: 150px;
}
.row_bottom_partner .col:first-child {
    background-color: #F4F4F4;
    padding: 50px 60px 50px 60px;
    display: flex;
    gap: 40px 100px;
    width: 70%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info_partner {
    width: 42%;
}
.row_bottom_partner .col:last-child {
    width: 30%;
}

.title_info_partner {
    color: #212529;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
		margin-bottom: 25px;
}
.web_info_partner {
    color:  #424649;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.row_bottom_partner .col:last-child img {
    min-height: 423px;
    object-fit: cover;
    border-radius: 30px;
		    height: 100%;
}
@media (max-width: 1025px) {
    .page-template-partners-child-page .hero_section.bg_default .container {
        background-color: #070E3F;
        padding-bottom: 20px;
        height: 215px;
        display: grid;
        align-items: end;
    }
.page-template-partners-child-page .bg_default {
        padding-bottom: 0;
}
.partners_section_child .row {
    display: grid;
    gap: 40px;
}	
.partners_section_child .row .col {
    width: 100%;
}
.partners_section_child .row .col p {
    font-size: 16px;
}
.partners_section_child .row .col .from_partner {
    font-size: 16px;
		    margin-top: 20px;
}	
.partners_section_child .row {
    margin-bottom: 100px;
}
.row_gallery {
    display: grid;
    gap: 20px;
		    justify-content: normal;
    width: 100%;
}	
.row_gallery .col {
    width: 100%;
}
.row_gallery .col img {
    width: 100%;
}	
.main_about_section .special_section h3 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 155%;
}
.list_two_col li {
    font-size: 16px;
		    padding: 5px 0;
}	
.list_two_col ul {
    column-count: 1;
}
.row_bottom_partner {
    display: grid;
    gap: 20px;
    margin-top: 100px;
}	
.row_bottom_partner .col:first-child {
    width: 100%;
}
.row_bottom_partner .col:last-child {
    width: 100%;
}
.title_info_partner {
    font-size: 20px;
		    margin-bottom: 20px;
}
.web_info_partner {
    font-size: 16px;
}	
.row_bottom_partner .col:first-child {
    gap: 50px;
		padding: 30px;
}
.row_bottom_partner .col:last-child {
        order: 1;
}	
.row_bottom_partner .col:first-child {
        order: 2;
}		
.partner_item {
        padding-bottom: 20px;
 }
}
.icon_next_partners {
    position: relative;
    cursor: pointer;
    gap: 16px;
    display: flex;
    color: #95C8B9 !important;
    font-size: 18px;
		text-decoration: none;
		    margin-top: 18px;
}
.icon_next_partners:after {
    content: '';
    background-color: #95C8B9;
		width: 141px;
    display: block;
    height: 2px;
    top: 29.5px;
    position: absolute;
}
.padding_hostory {
    padding-right: 24px;
}
@media (max-width: 1025px) {
.icon_next_partners {
    font-size: 16px;
}
.icon_next_partners:after {
		width: 130px;
}	
 .desc_about_h {
      margin-top: 20px;
 }
.padding_hostory {
    padding-right: 0px;
}
}
.circle img {
    width: 13px;
    height: 11px !important;
}
.circle.cross img {
    width: 14px !important;
    height: 14px !important;
}
.circle {
    width: 45px;
    height: 45px;
    border: 2px solid #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more_link:hover .circle {
    border: 2px solid #95C8B9;
		background-color: #95C8B9;
		
}
.more_link:hover .circle img {
 filter: brightness(0) invert(1);
}
.mobmenu-content #mobmenuright .sub-menu {
        background-color: #070E3F;
 }
.prev_link {
    font-size: 0px;
}
.next_link {
    font-size: 0px;
}
.prev_link a {
    font-size: 0px;
    background-image: url(/wp-content/uploads/2024/05/Vector-20.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}
.next_link a {
    font-size: 0px;
    background-image: url(/wp-content/uploads/2024/05/Vector-21.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}
.navi_post {
    display: flex;
    justify-content: space-between;
}
.the_date_events {
    color: #A6A6A6;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
		    width: 100%;
}
.title_solutions .flex {
    display: flex;
    align-items: center;
		
}

@media (max-width: 1025px) {
.hero_section h1 {
        padding-top: 0;
 }
.title_prev {
    margin-bottom: 10px;
}
.the_date_events {
    font-size: 12px;
}
}
.foogallery.fg-carousel {
    display: flex;
    width: 100%;
}
button.fg-carousel-next, button.fg-carousel-prev {
    height: auto;
    width: auto;

}
.foogallery .fg-image {
    width: -webkit-fill-available;
}
.fg-carousel-inner {

    width: -webkit-fill-available;
}

button.fg-carousel-prev {
    height: auto;
    width: auto;
    left: 125px;
    width: 23px;
    color: #fff !important;
    opacity: 1;
}
button.fg-carousel-next {
    height: auto;
    width: auto;
    right: 125px;
    width: 23px;
    color: #fff !important;
    opacity: 1;
}
.foogallery.fg-carousel {
    margin: 60px 0;
}
@media (max-width: 1025px) {
button.fg-carousel-prev {
    left: 25px;
}
button.fg-carousel-next {
    right: 25px;
}
.foogallery.fg-carousel {
    margin: 50px 0;
}
.page-template-media-page .post_item {
    margin-bottom: 0;
}
.media_banner .container {
        width: 100%;
}	
    .page-template-media-page .blog_thumbinail img {
        height: 330px;
    }
    .blog_posts_archive .blog_thumbinail img {
        height: 182px;
    }
.partners_section_child .row .col .from_partner {
        display: none;
}
.partners_section_child .row .col:first-child {
     margin-bottom: 50px;
}
.page-id-94 .hero_section h1 {
        color: #070E3F;
        font-weight: 700;
}
.page-template-default .hero_section h1 {
        color: #070E3F;
        font-weight: 700;
}
.page-template-default .hero_section {
    padding: 235px 0 50px 0;
}	
}

.archive .title_bg_blog {
    margin-bottom: 25px;
}
.archive .the_excerpt {
    margin-top: 25px;
}
@media (max-width: 1025px) {
.archive .title_bg_blog {
    margin-bottom: 20px;
}
.archive .the_excerpt {
    margin-top: 20px;
}
.title_solutions {
   height: fit-content;
}
.page-template-rishennya-page .hero_section.bg_default .container {
   padding-top: 40px;
}
.projects_portfolio .title_solutions .more_link {
    height: auto;
}
.archive .the_excerpt p {
      margin-bottom: 0;
 }
.page-template-partners-page .hero_section.bg_default .container {
     padding-top: 40px;
}
.page-template-about-page .hero_section .container {
         padding-top: 40px;
 }
.page-template-histoty-page .hero_section.bg_default .container {
 	 padding-top: 40px;
 }
}
.bg_default.new_format {
    padding-bottom: 120px;
}
.hero_section.bg_default.new_format .desc_hero {
    color: #fff;
}
.bg_default.new_format {
    background-position: center;
}
.hero_section.bg_default.new_format h1 {
    margin-bottom: 30px;
}
.page-template-services-page-child .media_banner_title {
    font-size: 64px;
    font-style: normal;
 line-height: normal;
    font-weight: 400;
    max-width: 880px;
}
.icon_next_write_link {
    margin-bottom: 4px;
}
 .icon_next_write_link {
    font-size: 18px;
}
.icon_next_write_link:after {
    width: 142px;
}
.icon_next_write_link {
    gap: 16px;
    display: flex;
    color: #95C8B9 !important;
}
.icon_next_write_link {
    position: relative;
    cursor: pointer;
}
.icon_next_write_link {
    margin-bottom: 30px;
}
.icon_next_write_link:after {
    content: '';
    background-color: #95C8B9;
    display: block;
    height: 2px;
    top: 29.5px;
    position: absolute;
}



.service_tabs .faq-drawer:hover {
    background-color: #fff;
}
.service_tabs li a {
    color: #070E3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.54px;
		text-decoration: none;
}
.service_tabs .faq-drawer__title {
    padding: 24px 0px;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.service_tabs ul {
    margin-left: 0;
    padding-left: 21px;
}
.service_tabs .faq-drawer {
    margin-bottom: 0px;
    border-top: 1px solid #A6A6AB;
}
.service_tabs .faq-drawer__title {
    padding: 40px 0px;
}
.icon_next_write_link {
    text-decoration: none;
}
.service_tabs .faq-drawer__title::after {
    height: 37px;
    background-image: url(/wp-content/uploads/2024/07/svg.svg);
		    right: 15px;
}
.service_tabs .faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(180deg);
    transition: 0.25s ease-in-out;
}
.service_tabs .faq-drawer:last-child {
    border-bottom: 1px solid #A6A6AB;
}
.icon_next_write_link {
    width: fit-content;
}
.icon_next_write_link:after {
    width: -webkit-fill-available;
}
.max_width_780 {
    max-width: 780px;
}
.page-template-services-page .write_to_us {
    margin-top: 120px;
}
.container_service_text p {
    color: #17195A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.48px;
}
.container_service_text p strong {
	color: #95C8B9;
		font-weight: 400;
}
.container_service_text ul {
    margin-left: 0;
    padding-left: 21px;
		margin-top: 30px;
}
.container_service_text li {
    color: #17195A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.48px;
}
.container_service_text {
    margin-top: 130px;
}
.service_tabs {
    margin-top: 80px;
}
@media (max-width: 1025px) {
.hero_section.bg_default.new_format .container {
        padding-top: 40px;
        background-color: #070E3F;
        padding-bottom: 40px;
}
.bg_default.new_format {
    padding-bottom: 0;
}
.hero_section.bg_default.new_format h1 {
    margin-bottom: 20px;
    font-weight: 700;
}
.page-template-services-page .hero_section.bg_default.new_format {
    background-image: url(/wp-content/uploads/2024/05/Rectangle-1999.jpg) !important;
        background-size: 100%;
        background-position: top;
}	
.service_tabs .faq-drawer__title {
    padding: 20px 0px;
    font-size: 20px;
    padding-right: 50px;
}
.service_tabs .faq-drawer__title::after {
    right: 0;
    top: 38px;
}
.service_tabs {
    margin-top: 40px;
}
.service_tabs li {
    font-size: 13px;
}	
.icon_next_write_link {
    font-size: 16px;
}
.page-template-services-page .write_to_us {
    margin-top: 100px;
}
.container_service_text {
    margin-top: 100px;
}
.container_service_text p, .container_service_text  li {
    font-size: 13px;
    line-height: 22px;
}
.page-template-services-page .faq-drawer:hover .faq-drawer__title::after {
        filter: none;
}		
}
.page-template-services-page-child .solution_with_text_and_list li {
    list-style-type: disc;
}
.page-template-services-page-child .solution_with_text_and_list li::before {
    content: '';
    background-image: none;
}
.page-template-services-page-child .content_solutions .row {
    gap: 75px;
}
.page-template-services-page-child .content_solutions .col:last-child {
    width: 45%;
}

.page-template-services-page-child-child .solution_with_text_and_list li {
    list-style-type: disc;
}
.page-template-services-page-child-child .solution_with_text_and_list li::before {
    content: '';
    background-image: none;
}
.page-template-services-page-child-child .content_solutions .row {
    gap: 75px;
}
.page-template-services-page-child-child .content_solutions .col:last-child {
    width: 45%;
}
.gallery_service {
    display: flex;
    gap: 20px;
    margin-top: 24px;
    flex-wrap: wrap;
}
.open_image img {
    border-radius: 20px;
}
.page-template-services-page-child .solution_with_text_and_list {
    margin-top: 100px;
}
.page-template-services-page-child .write_to_us {
    margin-top: 100px;
}
.page-template-services-page-child-child .write_to_us {
    margin-top: 100px;
}
.page-template-services-page-childchild .solution_with_text_and_list {
    margin-top: 100px;
}
.page-template-services-page-childchild .write_to_us {
    margin-top: 100px;
}
.page-template-services-page-child #breadcrumbs {
    margin-bottom: 80px;
    margin-top: 40px;
}
.page-template-services-page-child .content_solutions p {
    margin-bottom: 40px;
		line-height: 155%; 
}
.page-template-services-page-child-child #breadcrumbs {
    margin-bottom: 80px;
    margin-top: 40px;
}
.page-template-services-page-child-child .content_solutions p {
    margin-bottom: 40px;
		line-height: 155%; 
}
@media (max-width: 1025px) {
.page-template-services-page-child .media_banner_title {
    font-size: 26px;
		font-weight: 700;
}
.page-template-services-page-child .media_banner {
       padding-bottom: 50px;
}
	.page-template-services-page-child-child .media_banner_title {
    font-size: 26px;
		font-weight: 700;
}
.page-template-services-page-child-child .media_banner {
       padding-bottom: 50px;
}
.gallery_service {
    gap: 12px;
    margin-top: 5px;
}	
.page-template-services-page-child .content_solutions .col:last-child {
    width: 100%;
}
.page-template-services-page-child .solution_with_text_and_list {
    margin-top: 80px;
}
	.page-template-services-page-child-child .content_solutions .col:last-child {
    width: 100%;
}
.page-template-services-page-child-child .solution_with_text_and_list {
    margin-top: 80px;
}
.page-template-services-page-child .write_to_us {
    margin-top: 80px;
}
.page-template-services-page-child #breadcrumbs {
    margin-bottom: 40px;
    margin-top: 25px;
}
.page-template-services-page-child-child .write_to_us {
    margin-top: 80px;
}
.page-template-services-page-child-child #breadcrumbs {
    margin-bottom: 40px;
    margin-top: 25px;
}
}
.page_services_similar .owl-prev {
    background-image: url(/wp-content/uploads/2024/05/ArrowRight.svg) !important;
    background-size: 24px !important;
		    border: 2px solid #95C8B9 !important;
		border-radius: 4px!important;
}
.page_services_similar .owl-next {
    background-image: url(/wp-content/uploads/2024/05/ArrowRight-1.svg) !important;
    background-size: 24px !important;
		    border: 2px solid #95C8B9 !important;
		border-radius: 4px!important;
}
.page_services_similar .owl-next:hover {
    background-color: transparent !important;
}
.page_services_similar .owl-next {
    background-color: transparent !important;
}
.page_services_similar .owl-nav {
    top: -100px;
}
.page_services_similar .owl-prev, .page_services_similar .owl-next {
    width: 49px;
    height: 49px;
}
.page_services_similar h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 55px;
}
.page_services_similar {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid #EBEEF7;
}
.similar_solutions.page_services_similar .blog_thumbinail img {
    height: 250px;
    border-radius: 12px 12px 0 0;
}
.similar_solutions.page_services_similar h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EBEEF7;
}
.category_solut {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #95C8B9;
    padding-top: 16px;
}
.category_solut img {
    width: 16px !important;
    height: 16px;
}
.page_services_similar .cols_project {
    box-shadow: 9px 18px 47px 0px #000;
}
.projects_sim {
    box-shadow: 0px 0px 10px 0px rgba(0, 34, 51, 0.07);
    padding-bottom: 25px;
    border-radius: 0px 0px 12px 12px;
}
.page_services_similar .block_solutions_similar {
    padding: 0 20px;
}
.page_services_similar .container {
    max-width: 1216px;
    padding: 0px;
}
.projects_portfolio.other_similar {
    margin-top: 80px;
}
@media (max-width: 1025px) {
.page_services_similar h3 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 30px;
}
.projects_portfolio.other_similar {
    margin-top: 160px;
}	
.page_services_similar {
    margin-top: 50px;
    padding-top: 50px;
}
}
.service_tabs .faq-drawer__title {
    padding-right: 50px;
}
.page-template-konsortsium-page-child .hero_section h1 {
    font-size: 70px;
    font-weight: 700;
}
.page-template-konsortsium-page-child .list_two_col ul {
    gap: 30px;
}
.page-template-konsortsium-page-child .list_two_col li {
    margin-bottom: 15px;
}
.social_kons {
    display: flex;
    gap: 30px;
}
@media (max-width: 1025px) {
 .hero_section.bg_default.new_format .container {
        padding-top: 40px;
        background-color: #070E3F;
        padding-bottom: 40px;
}
.page-template-konsortsium-page-child .hero_section.bg_default.new_format h1 {
     font-size: 26px;
     line-height: 105%;
}
.page-template-konsortsium-page-child .list_two_col li {
    margin-bottom: 25px;
}
}
.row_pages_konc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
		gap: 30px;
		    margin-top: 60px;
}
.col_pages_konc {
    width: 31.6%;
    border-radius: 30px;
    border: 5px solid #D9D9D9;
    background: #FFF;
    padding: 25px;
}
.top_pages_konc {
    display: flex;
    gap: 20px;
    border-radius: 30px;
    background: #FAFAFA;
    padding: 15px 30px 15px 20px;
    margin-left: -50px;
		    align-items: center;
		    height: 120px;
}
.top_pages_konc img {
    width: 150px;
}
.col_pages_konc .more_link {
    justify-content: start;
    align-items: center;
    font-size: 18px;
    text-align: left;
    text-decoration: none;
		    text-transform: uppercase;
    font-weight: 700;
		color: #000;
}
.col_pages_konc a {
	    text-decoration: none;
}
.the_title_konc {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
}
.short_desc {
    margin-top: 23px;
    margin-bottom: 80px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.pages_konsort_section h2 {
    color: #000;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}
.pages_konsort_section h2:before {
    content: '';
    background-color: #17195A;
    width: 100px;
    height: 2px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 17px;
}
.pages_konsort_section {
    margin-top: 115px;
    margin-bottom: 150px;
}
.page-template-konsortsium-page .flex .button_not:nth-child(5) {
    background: #17195A;
    color: #fff;
}
@media (max-width: 1025px) {
.page-template-konsortsium-page .main_about_section .row .flex {
    display: grid;
    gap: 10px;
}
.pages_konsort_section h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 137%;
    text-align: left;
}
.page-template-konsortsium-page .row_events .content_single_events {
     order: 2;
		 margin-top: 50px;
}
.pages_konsort_section {
    margin-top: 100px;
    margin-bottom: 100px;
}
.row_pages_konc {
    display: grid;
    margin-top: 40px;
}
.col_pages_konc {
    width: 100%;
    border: 3px solid #D9D9D9;
    padding: 20px;
}
.col_pages_konc {
    margin-left: 12px;
}
.short_desc {
    margin-top: 20px;
    margin-bottom: 65px;
}
.top_pages_konc {
    margin-left: -43px;
    height: auto;
    min-height: 120px;
}	
.col_pages_konc .more_link {
    font-size: 13px;
}	
.page-template-konsortsium-page .hero_section.bg_default.new_format .container {
  
        padding-bottom: 50px;
}	
.page-template-konsortsium-page-child .hero_section.bg_default.new_format .container {
        padding-top: 125px;
        padding-bottom: 50px;
}			
}
.contact_section .row .col:first-child.bg_none {
    background-color: #fff;
    padding: 0;
}
.contact_item_bottom {
    margin-bottom: 30px;
}
.name_nam_cf, .posada {
    color: #95C8B9;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.name_2 a {
    color: #17195A !important;
    font-size: 18px;
    font-weight: 700;
}
.contact_section .row .col:last-child.none_pd {
    padding-top: 0;
}
.none_pd .contact_row .contact_item_bottom:first-child .name_2:nth-child(2) a {
    text-decoration: none;
}
.contact_item_bottom {
    line-height: 30px;
}
.mg_top_140 {
	margin-top: 140px;
}
.mg_top_80 {
	margin-top: 80px;
}
@media (max-width: 1025px) {
.mg_top_80 {
	margin-top: 40px;
}
.contact_section .row .col:last-child {
    padding-top: 100px;
}
.mg_top_140 {
	margin-top: 120px;
}	
.name_nam_cf, .posada {
    font-size: 16px;
}
.name_2 a {
    font-size: 16px;
}
.contact_item_bottom {
    margin-bottom: 35px;
}
}
.page-template-leadership-page .media_banner h1, .page-template-leadership-page-child .media_banner h1 {
    font-weight: 400;
}
.page-template-leadership-page .media_banner, .page-template-leadership-page-child .media_banner {
    padding-bottom: 100px;
}
.main_leader_block .row img {
    width: 100%;
}
.main_leader_block .row {
    display: flex;
    gap: 80px;
}
.main_leader_block h2 {
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.posada_leader {
    color: #17195A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 20px 0;
}
.posada_leader_desc p, .posada_leader_desc li {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.posada_leader_desc ul {
    margin: 0;
    padding-left: 25px;
}
.main_leader_block .row .col:last-child {
    width: 65%;
}
.main_leader_block .row .col:first-child {
    width: 35%;
}
.social_leader {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.social_leader a {
    display: flex;
    align-items: center;
    gap: 7px;
}
.social_leader img {
    width: 17px;
    height: 18px;
}
.social_leader a {
		color: #17195A;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-decoration: none;
}
.email_leader img {
    width: 74px !important;
    height: 74px !important;
    background-color: #17195A;
    border-radius: 50%;
    padding: 18px;
}
.email_leader a {
    border-radius: 80px;
    border: 3px solid #95C8B9;
    background: #FFF;
    padding: 12px 17px;
    display: flex;
    align-items: center;
		    gap: 14px;
    width: fit-content;
		    text-decoration: none;
}

.email_block span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
		display: grid;
}
.email_leader span strong {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}
.email_leader {
    margin-top: 50px;
}
.main_leader_block {
    margin-top: 100px;
}
.more_way .faq-drawer__title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.more_way .faq-drawer {
    border-radius: 40px;
    border: 2px solid #95C8B9;

}

.more_way .faq-drawer:hover {
    background-color: transparent;
}
.more_way .faq-drawer__trigger:checked + .faq-drawer__title: {
	background-color: #95C8B9;
}
.more_way .faq-drawer__title::after {
    background-image: url(/wp-content/uploads/2024/05/arrow-down-sign-to-navigate-1-3.svg);
    top: 12px;
    background-color: #17195A;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    max-width: 46px;
}
.more_way .faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(180deg);
}
.more_way .faq-drawer__title {
    border-radius: 30px;
    background-color: #95C8B9;
}
.more_way .faq-drawer__trigger:checked + .faq-drawer__title {
    border-radius: 30px;
    background-color: #95C8B9;
		    color: #fff;
}
.more_way .faq-drawer__trigger:not(:checked) + .faq-drawer__title {
    border-radius: 30px;
 background-color: transparent;
}
.more_way h3 {
    margin-top: 100px;
    margin-bottom: 40px;
    font-weight: 700;
}
.prof_way h3 {
    margin-top: 100px;
    margin-bottom: 40px;
    font-weight: 700;
}
.more_way {
    max-width: 680px;
}
.short_info_2 p {
margin-top: 30px;
}
.page-template-leadership-page-child .flex .button_not:nth-child(3), .page-template-leadership-page .flex .button_not:nth-child(3) {
    background: #17195A;
    color: #fff;
}
.page-template-leadership-page-child #breadcrumbs {
    margin-bottom: 80px;
}
@media (max-width: 1025px) {
.page-template-leadership-page-child .main_about_section .flex {
    display: grid;
    gap: 10px;
}
.page-template-leadership-page-child #breadcrumbs {
    margin-bottom: 40px;
}
.page-template-leadership-page .media_banner h1, .page-template-leadership-page-child .media_banner h1 {
    font-weight: 700;
}
.main_leader_block .row {
    display: grid;
    gap: 30px;
}
.main_leader_block .row .col:first-child {
    width: 100%;
}
.main_leader_block .row .col:last-child {
    width: 100%;
}
.main_leader_block h2 {
    line-height: 155%;
    font-size: 35px;
}
.main_leader_block .row .social_leader img {
    width: auto;
}	
.social_leader {
    display: grid;
    gap: 20px;
}
.email_leader img {
    width: 47px !important;
    height: 47px !important;
    padding: 9px;
}	
.email_leader span strong {
    font-size: 12px;
    margin-bottom: 0;
}
.email_block span {
    font-size: 12px;
}
.email_leader a {
    width: 100%;
}
.prof_way h3, .more_way h3 {
    font-size: 30px;
    line-height: 155%;
		    margin-bottom: 20px;
}
.more_way .faq-drawer__title {
    font-size: 16px;
    line-height: 155%;
    padding-right: 80px;
}
.more_way .faq-drawer {
    border-radius: 20px;
}
.more_way .faq-drawer__title {
        padding-left: 15px;
        padding-top: 13px;
        padding-bottom: 13px;
 }	
.more_way .faq-drawer__title {
      min-height: 75px;
}
.more_way .faq-drawer__title::after {
    top: 20px;
		    width: 36px;
    height: 36px;
}
.more_way .faq-drawer:hover .faq-drawer__title::after {
        filter: none;
}
.more_way .faq-drawer__trigger:checked + .faq-drawer__title {
    border-radius: 16px;
}
.main_leader_block {
    margin-top: 40px;
}
}
.block_projects.row_comand img {
    border-radius: 30px;
}
.block_projects.row_comand {
    gap: 70px 38px;
}
.row_comand .col_comand {
    width: 22.6%;
}
.block_projects.row_comand h2 {
    color: #070E3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.block_projects.row_comand .title_solutions {
    padding: 20px 15px 20px 15px;
    margin-top: -75px;
    margin-right: 15px;
    margin-left: 15px;
}
.block_projects.row_comand .the_date_events {
    color: #666;
    font-size: 13px;
		font-weight: 400;
}
.block_projects.row_comand .title_solutions .more_link {
    width: auto;
}
.block_projects.row_comand h2 {
    height: auto;
    margin-bottom: 15px;
}
.page-template-leadership-page #breadcrumbs {
    margin-bottom: 50px;
}
.block_projects.row_comand img {
    height: 370px !important;
}
.block_projects.row_comand .circle img {
    height: auto !important;
}

.blog_thumbinail {
    position: relative;
}
.hover-switch .blog_thumbinail img:first-child {
	opacity: 1;
		    position: absolute;
		  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
		
}
.hover-switch .blog_thumbinail img:last-child {
	opacity: 0;
		  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.hover-switch:hover .blog_thumbinail img:first-child {
	opacity: 0;
		  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.hover-switch:hover .blog_thumbinail img:last-child {
	opacity: 1;
		  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1025px) {
.page-template-leadership-page .main_about_section .flex {
		display: flex;
        gap: 10px;
        flex-wrap: wrap;
}
.block_projects.row_comand{
    display: grid;
    gap: 50px;
}
.row_comand .col_comand {
    width: 100%;
}
.page-template-leadership-page .media_banner, .page-template-leadership-page-child .media_banner {
    padding-bottom: 40px;
}
.page-template-leadership-page .main_about_section .title_solutions .flex {
        display: flex;
        align-items: start;
 }
}
.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 38px 15px;
}
#catalog-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
		    display: flex;
    flex-wrap: wrap;
    gap: 44px 16px;
}
#catalog-menu a {
    border-radius: 40px;
    background: #95C8B9;
    color: #070E3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    width: fit-content;
    padding: 16px 40px;
    cursor: pointer;
    text-decoration: none;
}
#catalog-menu a:hover {
    background: #17195A;
    color: #fff;
}

#catalog-menu .current-menu-item a {
    background: #17195A;
    color: #fff;
    background-image: url(/wp-content/uploads/2024/05/Group-47371-1.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 20px);
    padding: 16px 50px 16px 40px;
    background-position-y: center;
}
.button_filter {
    border-radius: 40px;
    background: #fff;
		border: 2px solid #95C8B9;
    color: #070E3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    width: fit-content;
    padding: 16px 40px;
    cursor: pointer;
    text-decoration: none;
}

.filterss {
    margin-top: 32px;
    margin-bottom: 70px;
}
.second_active a:last-child {
	    background: #17195A;
    color: #fff;
    background-image: url(/wp-content/uploads/2024/05/Group-47371-1.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 20px);
    padding: 16px 50px 16px 40px;
    background-position-y: center;
}
.page-id-17 #catalog-menu .current-menu-item a {
    background-image: none;
    padding: 16px 40px 16px 40px;
}
.top_16 {
    margin-top: 16px;
}
.button_filter:hover {
    border: 2px solid #17195A;
}
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 0px solid #cfc8d8;
    border-right: 0;
    margin: 0px;
    gap: 13px;
    width: 100%;
    display: flex;
    align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0px solid #cfc8d8;
}
.next.page-numbers {
    font-size: 0px !important;
}
ul.page-numbers {
    border: 0px solid #C1C1C1 !important;
}
.prev.page-numbers {
    display: flex!important;
    background-image: url(/wp-content/uploads/2024/04/Vector-19.svg)!important;
    font-size: 0px!important;
    background-color: #95C8B9!important;

    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 0px!important;
}
.woocommerce .hero_section.bg_default h1 {
    margin-bottom: 20px;
}
.woocommerce .bg_default {
    padding-bottom: 120px;
}
.row_catalog {
    display: flex;
    gap: 100px;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 120px;
}
.item_advant_catalog {
    display: flex;
    gap: 32px;
    align-items: center;
    color: #070E3F;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.text_main_catalog h3 {
    color: #070E3F;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
		margin-bottom: 30px;
}
.text_main_catalog {
    margin-top: 80px;
}
.text_main_catalog ul {
    padding-left: 25px;
    margin: 0;
    margin-top: 30px;
}
.col_content_shops {
    background-color: #F4F4F4;
		padding-top: 80px;
}
.woocommerce .woocommerce-result-count, .woocommerce-ordering {
  
}
.woocommerce ul.products li.product a img {
    border-radius: 8px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 20px 2.992em 0;
}
.woocommerce.columns-3 ul.products li.product {
    width: 31.66%;
}
.woocommerce ul.products li.product a img {
    height: 400px;
    object-fit: cover;
}
#catalog-menu {
    margin-bottom: 94px;
}
.product h2 {
    color: #070E3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    display: none;
}
.woocommerce ul.products li.product .button {
    display: none !important;
}
.catil {
    color: #070E3F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
		opacity: 0.5;
}
.col_content_shop.filter_here {
margin-top: 70px;
}
.filterss {
    margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination ul {
    padding-bottom: 120px;
    margin-top: 60px;
		background-color: transparent !important;
}
.mg_100 {
    margin: 100px 0;
}
.text_main_2 p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 1025px) {
.row_catalog {
    display: grid;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 100px;
}
.woocommerce .hero_section.bg_default h1 {
    margin-bottom: 20px;
    color: #fff;
}
 .woocommerce .bg_default .container {
   background-color: #070E3F;
    padding-bottom: 40px;
		         padding-top: 40px;
}
.woocommerce .bg_default {
    padding-bottom: 0;
}
.text_main_catalog h3 {
    font-size: 24px;
    line-height: 155%;
}	
.text_main_catalog {
    margin-top: 40px;
}
.item_advant_catalog {
    font-size: 20px;
}
#catalog-menu a {
    width: 100%;
    display: block;
}	
#catalog-menu {
    gap: 10px;
}	
.col_content_shops {
    padding-top: 40px;
}	
.woocommerce.columns-3 ul.products li.product {
    width: 100%;
}
.woocommerce ul.products li.product a img {
    height: 265px;
}
.woocommerce nav.woocommerce-pagination ul {
    padding-bottom: 80px;
    margin-top: 40px;
}	
.text_main_2 p {
    font-size: 11px;
    line-height: 20px;
}
.filters {
    gap: 10px;
}	
.filters {
    gap: 10px;
}	
.button_filter {
    width: 100%;
    display: block;
}
.filterss {
    margin-top: 0px;
}	
.button_filter {
      font-size: 13px;
}
    .filters {
        margin-top: 10px;
    }	
#catalog-menu a {
        font-size: 13px;
  }
}

.related.products li.product a img {
    height: 250px !important;
}
.swiper-slide {
    display: block!important;
}
#wpgs-gallery img {
    width: 100%;
}
#wpgs-gallery.wcgs-woocommerce-product-gallery .gallery-navigation-carousel {
   
}
#wpgs-gallery .gallery-navigation-carousel .wcgs-swiper-arrow:hover {
      border-radius: 4px;
    background-color: #EBEEF7;
}
#wpgs-gallery .gallery-navigation-carousel .wcgs-swiper-arrow {
      border-radius: 4px;
    background-color: #EBEEF7;
}

#wpgs-gallery .gallery-navigation-carousel .wcgs-swiper-arrow:hover::before {
    color: #000;
}

#wpgs-gallery .gallery-navigation-carousel .wcgs-swiper-arrow::before {
    color: #000;
}
#wpgs-gallery .gallery-navigation-carousel .wcgs-swiper-arrow {
    border-radius: 4px;
    background-color: #EBEEF7;
    height: 48px;
    width: 48px;
    top: 32%;
}
.hide_until_call_2 .row.revert:nth-child(2n) {

}
.about_history_h .row.revert .col_img_h img {
    margin-top: 0;
}

.hide_until_call_2 .row.revert:nth-child(2n+1) .col:last-child {
    order: 1;
}
.hide_until_call_2 .row.revert:nth-child(2n+1) .col:first-child {
    order: 2;
}
.hide_until_call_2 .row.revert {
    margin-top: 150px;
}
.about_history_h p {
    color: #424649;
}
.icon_next_history.hides {
	opacity: 0;
}
@media (max-width: 1025px) {
.hide_until_call_2 .row.revert {
    margin-top: 30px;
}
.hide_until_call_2 .row.revert:nth-child(2n+1) .col:first-child {
    order: 1;
}
}

#wpgs-gallery .gallery-navigation-carousel-wrapper {

    padding: 0 20px;
}
.single-product .entry-content img {
    margin-bottom: 0;
    margin-top: 0;
}
.posted_in {
display: none;
}
.woocommerce div.product div.summary {
    border: 1px solid #EBEEF7;
    padding: 32px;
    border-radius: 12px;
}
.price {
    color: #191F33 !important;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    border-bottom: 1px solid #EBEEF7;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-bottom: 32px;
}

.col_files a {
    border-radius: 4px;
    background: var(--Dark-Grey, #95C8B9);
    display: flex;
    align-items: center;
    gap: 8px;
		    padding: 13px 40px;
		text-align: left;
}
.col_files a {
    color: #191F33;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.product_meta {
    margin-top: 32px;
}
.row_files {
    display: grid;
    gap: 16px;
}
.sgpb-popup-dialog-main-div-theme-wrapper-6 input[type="text"], .sgpb-popup-dialog-main-div-theme-wrapper-6 textarea, .sgpb-popup-dialog-main-div-theme-wrapper-6 .wpcf7 input[type="email"] {
    width: -webkit-fill-available;
}
.woocommerce div.product div.summary {
    margin: 0;
    margin-left: 30px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 48%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 48%;
}
.sgpb-popup-dialog-main-div-theme-wrapper-6 .col_form {
    display: grid;
    gap: 0px;
}
.sgpb-popup-dialog-main-div-theme-wrapper-6 h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 25px;
    text-align: center;
}
.wpgs-nav .slick-prev {
    margin-left: 4px;
    background-image: url(/wp-content/uploads/2024/05/Icon-Button.svg);
    width: 48px;
    font-size: 0px;
    height: 48px;
    border-radius: 0;
}
.wpgs-nav .slick-next {
    margin-left: 4px;
    background-image: url(/wp-content/uploads/2024/05/Icon-Button-1.svg);
    width: 48px;
    font-size: 0px;
    height: 48px;
    border-radius: 0;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
		 background-image: url(/wp-content/uploads/2024/05/Icon-Button.svg);
}
 .slick-next:hover, .slick-next:focus {
		 background-image: url(/wp-content/uploads/2024/05/Icon-Button-1.svg);
}
.wpgs-for .slick-arrow::before, .wpgs-nav .slick-prev::before, .wpgs-nav .slick-next::before {
    font-size: 0px;
}
.wpgs-nav.slick-initialized.slick-slider {
    padding: 0 50px;
}
.single-product .entry-content {
    margin-top: 60px;
}
.single-product .main_section_cont h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
		margin-bottom: 36px;
}
.wpgs-nav .slick-current {
    border-color: #0AF;
    border: 1px solid #0AF;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none !important;
}
.woocommerce div.product div.images {
    margin-bottom: 60px;
}
.single-product .main_section_cont .woocommerce-Tabs-panel h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.woocommerce-Tabs-panel h4, .woocommerce-Tabs-panel h3, .woocommerce-Tabs-panel h5, .woocommerce-Tabs-panel h6 {
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.woocommerce-Tabs-panel ul {
    margin: 0;
    padding-left: 25px;
		list-style-type: none;
		
}
.woocommerce-Tabs-panel ul li {
	position: relative;
}
.woocommerce-Tabs-panel ul li:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/05/Check.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: -32px;
}
.single-product .page_services_similar h3 {
    margin-bottom: 50px;
}

@media (max-width: 1025px) {
.single-product .hero_section h1 {
        font-size: 26px;
}
.single-product .main_section_cont h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
		    margin-bottom: 30px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
}
.wpgs-nav .slick-prev {
    margin-left: 13px;
    width: 32px;
    height: 32px;
    background-position: center;
    top: 34px;
}
.wpgs-nav .slick-next {
    margin-right: 13px;
    width: 32px;
    height: 32px;
    background-position: center;
    top: 34px;
}	
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
}
.woocommerce div.product div.summary {
    margin-left: 0;
}	
.woocommerce div.product div.summary {
    padding: 25px;
}
.price {
    padding-left: 25px;
    padding-bottom: 25px;
}
.product_meta {
    margin-top: 25px;
}
.col_files a {
    font-size: 13px;
}	
.col_files a {
    padding: 11px 20px;
}
.woocommerce-Tabs-panel ul {
    column-count: 1;
}
}
.more_way .faq-drawer__title::after {
    right: 10px;
}
.row_servise_page_page {
    display: flex;
    justify-content: space-between;
}
.row_servise_page_page .colservise_page_page:first-child {
    width: 65%;
}
.row_servise_page_page .colservise_page_page:last-child {
    width: 35%;
		    max-width: 330px;
}
.row_servise_page_page .sidebar {
    width: 100%;
}
.page-template-page-service-info-page .write_to_us {
    margin-top: 150px;
}
.page-template-page-service-info-page #breadcrumbs {
    margin-bottom: 40px;
}
.page-template-page-service-info-page .main_section_cont h2 {
    margin: 40px 0;
}
@media (max-width: 1025px) {
.page-template-page-service-info-page .hero_section.bg_default h1 {
    font-weight: 700;
}
.page-template-page-service-info-page .hero_section.bg_default .container {
    background-color: #070E3F;
    padding: 40px 24px;
}
.page-template-page-service-info-page .bg_default {
      padding-bottom: 0;
}	
.page-template-page-service-info-page .hero_section.bg_default h1 {
    margin-bottom: 20px;
}	
.page-template-page-service-info-page .main_section_cont h2 {
    margin: 20px 0;
}
.row_servise_page_page {
    display: grid;
		gap: 100px;
}
.row_servise_page_page .colservise_page_page:first-child {
    width: 100%;
}
.row_servise_page_page .colservise_page_page:last-child {
    width: 100%;
}
}

.media_banner.font_400 h1 {
    font-weight: 400;
}
.media_banner.font_400 .desc_hero {
    color: #fff;
    margin-top: 30px;
}
.page-template-about-page .main_about_section h3 {
    margin-bottom: 44px;
}

@media (max-width: 1025px) {
.page-template-about-page .main_about_section h3 {
    font-size: 24px;
      margin-bottom: 20px;
		font-weight: 400;
    }
.page-template-mission-page .hero_section h1 {
      font-weight: 400;
     
}	
.page-template-mission-page .hero_section .desc_hero {
	
}
}
.page-template-mission-page .flex.full .button_not:first-child {
		background: #17195A;
    color: #fff;
}
.partners_section .row.partners_row {
    padding: 0;
    justify-content: left;
    margin: 60px 0;
}
.row.partners_row .flex {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.page-template-partners-page .row .flex .button_not:nth-child(4) {
		background: #17195A;
    color: #fff;
}
.page-template-mission-page #breadcrumbs {
    margin-bottom: 80px;
}
.page-template-konsortsium-page #breadcrumbs {
    margin-bottom: 80px;
}
.page-template-histoty-page #breadcrumbs {
    margin-bottom: 80px;
}
@media (max-width: 1025px) {
.page-template-mission-page #breadcrumbs {
    margin-bottom: 40px;
}
.page-template-konsortsium-page #breadcrumbs {
    margin-bottom: 40px;
}
.page-template-histoty-page #breadcrumbs {
    margin-bottom: 40px;
}	
}

.pdf_files_side a span {
    color: #95C8B9;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-top: 10px;
    line-height: 65px;
		position: relative;
}
.pdf_files_side a span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #95C8B9;
    top: 27px;
    left: 0;
}
.pdf_files_side a {
    padding-bottom: 13px;
}

.owl-carousel button.owl-dot {
   background-color: #ffffffd1;;
    margin: 0 5px;
    margin-top: 27px;
    width: 8px;
    height: 8px;
}

.owl-carousel button.owl-dot.active {
   background-color: #fff;
}

.services_section .icon_next {
    justify-content: right;
}
.services_section .row_header {
    justify-content: space-between;
    align-items: center;
}
.services_section h2 {
    color: #ffffff;
    margin-bottom: 45px;
}
.services_section .icon_next:hover {
    color: #ffffff !important;
}
.services_section .icon_next:hover img {
    filter: brightness(0) invert(1);
}

.serv_img_blocks {
		width: 100px;
		height: 100px;
}

.owl-stage .owl-item:nth-child(2n) .service_item {
 background: #95C8B9;
}
.owl-stage .owl-item:nth-child(2n) .service_item p {
    color: #565656;
}
.owl-stage .owl-item:nth-child(2n) .service_item hr {
    background: #000;
}
@media (max-width: 1025px) {
.owl-stage .owl-item:nth-child(2n) .service_item {
    background: transparent;
}
.owl-stage .owl-item:nth-child(2n) .service_item p {
    color: #fff;
}
.catalog_section h2 {
    text-align: left;
}	
}
@media (min-width: 1025px) {
.services_section .service_item {
    min-height: 448px;
}
}
.services_section .owl-nav {
    position: relative;
    top: auto;
    display: flex;
    justify-content: space-between;
}
.services_section .owl-next {
		 background: transparent !important;
		    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url(/wp-content/uploads/2024/05/Vector-26.svg) !important;
		border: 0px !important;
}
.services_section .owl-prev {
		 background: transparent !important;
    background-image: url(/wp-content/uploads/2024/05/Vector-25.svg) !important;
		    background-repeat: no-repeat !important;
    background-position: center !important;
		border: 0px !important;
}
.services_section .owl-nav {
    margin-top: 30px;
}
@media (max-width: 1025px) {
.services_section .row_header {
    display: flex;
}
.services_section .row_header .col:last-child {
        margin-top: 0;
}
.services_section h2 {
    margin-bottom: 0;
}	
.services_section .row_header {
        margin-bottom: 60px;
}
.catalog_section .link_more {
        margin-top: 0;
 }
.catalog_section h3 {
  padding: 0 24px;
}
}

.post_tags .row a.active {
    border-bottom: solid 1px #95C8B9;
    color: #95C8B9;
}

.top_100 {
    margin-top: 100px;
}
.title_steps a {
    text-decoration: none;
}
#footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.widget_recent_entries li:hover {
    background-image: url(/wp-content/uploads/2024/05/arrow-1.svg);
}
.sp-selected-thumbnail::before {
    border-bottom: 0px solid #000000 !important;
}
.sp-image {
    margin-bottom: 0px !important;
    margin-top: 0!important;
}
.sp-buttons {
    display: none;
}
.slider-pro {
	    margin-bottom: 80px !important;
    margin-top: 80px!important;
}
.sp-horizontal .sp-next-arrow {
    background-image: url(/wp-content/uploads/2024/05/Vector-27.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
}
.sp-horizontal .sp-previous-arrow {
    background-image: url(/wp-content/uploads/2024/05/Vector-28.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
}
.sp-arrow:before {
    width: 0 !important;
    height: 0!important;
}
.sp-arrow:after {
    width: 0!important;
    height: 0!important;
}
.sp-next-arrow {
    transform: none!important;
}
.sp-previous-arrow {
    transform: none!important;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	display: none !important;
}
#custom_html-3 a {
    text-decoration: none;
}

.tax-category-statti .button_not.active {
    padding-right: 53px;
    background-image: url(/wp-content/uploads/2024/05/Group-47371-2.svg);
    background-position-y: center;
    background-repeat: no-repeat;
    background-position-x: 88%;
}
.filters.second_active .button_not.active  {
    background: #17195A;
    color: #fff;
    background-image: url(/wp-content/uploads/2024/05/Group-47371-1.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 20px);
    padding: 16px 50px 16px 40px;
    background-position-y: center;
}
.filters.second_active .button_not.active {
	display: none;
}
 .subcategory .filters.second_active .button_not.active {
	display: block;
}

.page-template-mission-page .main_about_section h3 {
    margin-top: 100px;
    margin-bottom: 80px;
}
.page-template-mission-page .hero_section h1 {
    margin-bottom: 30px;
}
@media (max-width: 1025px) {
.page-template-mission-page .hero_section h1 {
    margin-bottom: 20px;
}
.service_item img {
        width: 55px !important;
        height: 55px !important;
 }
.services_section .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services_section .owl-carousel {
    padding: 0 35px;
}
.services_section .owl-prev {
    left: -26px !important;
    position: absolute;
}	
.services_section .owl-next {
    right: -26px !important;
    position: absolute;
}		
.service_item img {
        margin-top: 40px;
}
.services_section .row_header {
      margin-bottom: 10px;
}
.page-template-mission-page .main_about_section h3 {
    margin-top: 60px;
    margin-bottom: 40px;
}
}

.page-template-partners-page .write_to_us {
    margin-top: 50px;
}
.page-template-partners-page .icon_next_write {
    justify-content: center;
}
.page-template-partners-page .icon_next_write:after {
    width: 156px;
}
.page-template-konsortsium-page .icon_next_write {
    font-size: 18px;
}
.page-template-konsortsium-page .icon_next_write:after {
    width: 159px;
}
.page-template-default #breadcrumbs {
    margin-bottom: 80px;
}
@media (max-width: 1025px) {
.page-template-default #breadcrumbs {
    margin-bottom: 40px;
}
.similar_solutions .title_solutions {
    height: fit-content;
}	
.title_solutions .more_link {
    height: fit-content;
}
}
.post-type-archive-statti .button_not:first-child {
    background: #17195A;
    color: #fff;
}
@media (max-width: 1025px) {
    .mobile.fixed_search {
        position: fixed;
        top: 7px;
        z-index: 999999;
        right: 39px;
    }
.search_icon {
    background-color: transparent;
}
div[id*='ajaxsearchlite'].asl_m {
    width: 100%;
}	
.search_icon img {
    width: 14px;
    height: 14px;
}	
.news_section .icon_next img {

}
.faq_section .faq-drawer__content p {
        font-size: 14px;
}	
}
.row_shop {
    display: flex;
		gap: 40px;
}
.row_shop .col_shop {
    width: 28%;
}
.row_shop .col_content_shop {
    width: 72%;
}
pwf-item-label {
    display: flex;
}
.pwf-checkbox-label .pwf-input-container, .pwf-rating-checkbox-type .pwf-input-container {
    min-width: 18px;
}

.pwf-item.checked .pwf-children {

}
.woocommerce ul.products li.product a img {
    height: 235px;
}
.woocommerce.columns-3 ul.products li.product {
    width: 30.66%;
}
.pwf-item-label {
    display: flex !important;
}
.pwf-children .pwf-toggle {
  
}
.pwf-item-label .pwf-title-container .text-title {
    text-transform: none;
}
.pwf-field-item-title {
    text-transform: none;
}
.pwf-item-label {
    margin: 0 0 20px;
}
.col_content_shop.filter_here {
    margin-top: 0;
}
.pwf-children .pwf-children  {
 
}
.gallery_proj {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 30px;
}
.gallery_col {
    width: 31.6%;
}
gallery_col .open_image img {
    border-radius: 10px;
}
@media (max-width: 1025px) {
	.gallery_col {
    width: 100%;
}	
   .solution_post_thumbnail img {
        height: 230px;
        margin: 0;
  }
}
ol {
    list-style: decimal;
    margin: 0;
    padding-left: 25px;
}
.pwf-field-item-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 24px;
}
.pwf-field-item-title:before {
    content: '';
    background-color: #E7E7E7;
    width: 100%;
    display: block;
    height: 4px;
    top: 41px;
    position: absolute;
    border-radius: 30px;
}
.pwf-field-item-title:after {
    content: '';
    background-color: #95C8B9;
    width: 100px;
    display: block;
    height: 4px;
    top: 41px;
    border-radius: 30px;
    position: absolute;
}
.pwf-item-label .pwf-title-container .text-title {
    color: #070E3F !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 25px;
    list-style-type: none;
}
.pwf-woo-filter-notes {
    margin-bottom: 20px;
}
.pwf-note-item {
    background-color: transparent;
    border: 0px solid #e5e5e5;
    border-radius: 8px;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    color: #070E3F;
    font-size: 16px;
    line-height: 25px;
		padding: 0;
}
.pwf-icon-remove {
    margin-right: 0px;
    order: 2;
    margin-left: 17px;
}
.pwf-remove-filter {
    display: flex;
}
.note-text {
   order: 1;
}
.pwf-note-item:hover {
    background-color: transparent;
}
.pwf-checkbox-label .pwf-input-container, .pwf-rating-checkbox-type .pwf-input-container {
    border-radius: 4px;
}
.pwf-item-label {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 10px;
}
.pwf-children .pwf-item-label {
    border-bottom: 0px solid #E7E7E7;
    padding-bottom: 10px;
}
.pwf-collapsed-open .pwf-item-label {
border-bottom: 0px solid #E7E7E7;
}
.pwf-items-hierarchical.checked .pwf-item-label {
border-bottom: 0px solid #E7E7E7;
}
@media (max-width: 1025px) {
.row_shop {
    display: grid;
		gap: 30px;
}
.row_shop .col_shop {
    width: 100%;
}
.row_shop .col_content_shop {
    width: 100%;
}
.woocommerce.columns-3 ul.products li.product {
    width: 100%;
}
}
.pwf-filter-as-button-text::after, .pwf-filter-as-button-text::before {
    content: " ";
    background-image: url(/wp-content/uploads/2024/05/align-center.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none !important;
    -webkit-transform: rotate(-180deg);
    background-size: 24px;
    background-color: transparent;
    right: -17px;
    top: -2px;
}
.pwf-filter-as-button-header .pwf-filter-as-button-text {
    padding-right: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;
    color: #070E3F;
}

@media (min-width: 1025px) {
.pwf-filter-as-button-header {
  
}
}
.pwf-filter-as-button-text::before {
    content: " ";
    background-image: url(/wp-content/uploads/2024/05/align-center.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none !important;
    -webkit-transform: rotate(-180deg);
    background-size: 24px;
    background-color: transparent;
    right: auto;
    top: -2px;
    left: 0;
}
.pwf-filter-as-button-text::after {
    content: " ";
    background-image: url(/wp-content/uploads/2024/05/chevron-down.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none !important;
    -webkit-transform: rotate(-180deg);
    background-size: 24px;
    background-color: transparent;
    right: -17px;
    top: -2px;
}
.pwf-filter-as-button-header .pwf-filter-as-button-text {
    padding-left: 30px;
}
.pwf-btn-opened .pwf-filter-as-button-text::after {
	      transform: rotate(-180deg) !important;
}
.pwf-clear-all-note {
    color: #808080;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
}
@media (min-width: 1025px) {
    .pwf-filter-as-button-header {
        display: none;
    }
}

.pwf-item-label {
    margin-bottom: 20px !important;
}

.cols_project {
    color: #000 !important;
}

@media (min-width: 1025px) {
.post-type-archive-projects .cols_project {
    width: 31.11%;
}
.post-type-archive-events .cols_project {
    width: 31.11%;
}
.post-type-archive-projects .title_solutions {
    padding: 30px 10px 10px 30px;
    margin-top: -105px;
    margin-left: 0;
    max-width: 100%;
}
.post-type-archive-events .title_solutions {
    padding: 30px 10px 10px 30px;
    margin-top: -105px;
    margin-left: 0;
    max-width: 100%;
}
.post-type-archive-projects .block_projects .cols_project:nth-child(5) {
    width: 31.11%;
}
.post-type-archive-events .block_projects .cols_project:nth-child(5) {
    width: 31.11%;
}
.post-type-archive-projects .main_section_cont h2 {
    margin-bottom: 24px;
}
.post-type-archive-events .main_section_cont h2 {
    margin-bottom: 24px;
}
.tax-category-rishennya .cols_project {
    width: 31.11%;
}
.tax-category-events .cols_project {
    width: 31.11%;
}
.tax-category-rishennya .title_solutions {
    padding: 30px 10px 10px 30px;
    margin-top: -105px;
    margin-left: 0;
    max-width: 100%;
				        font-size: 18px;
        font-weight: 700;
		        min-height: 210px;
}
.tax-category-events .title_solutions {
    padding: 30px 10px 10px 30px;
    margin-top: -105px;
    margin-left: 0;
    max-width: 100%;
				        font-size: 18px;
        font-weight: 700;
		        min-height: 210px;
}
.tax-category-rishennya .cols_project:nth-child(5) {
    width: 31.11%;
}
.tax-category-events .cols_project:nth-child(5) {
    width: 31.11%;
}
.tax-category-rishennya .main_section_cont h2 {
    margin-bottom: 24px;
}
}
@media (max-width: 1025px) {
    .mobile.fixed_search {
        right: 70px;
    }
		.pwf-clear-all-note {
		display: none;
		}
.pwf-canvas-footer .pwf-field-item-button .pwf-button-text {
    text-transform: none;
}
.c-offcanvas.is-open {
    z-index: 9999999;
}	
}
.pwf-sticky-button .pwf-sorting {
    text-transform: none !important;
}
.pwf-sticky-filter {
    display: none !important;
}
.pwf-footer-inner .pwf-field-item-button:last-child {
    background-color: #070E3F !important;
    color: #fff!important;
}
.pwf-footer-inner .pwf-field-item-button:last-child .pwf-button-text {
      color: #fff!important;
}

@media (max-width: 1025px) {
.woocommerce.columns-3 {
	position: relative;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    width: 110px;
    max-width: 110px;
    border: 0px;
    height: 37px;
    background-color: transparent;
    outline: none;
		        color: #070E3F;
		    -moz-appearance: none; 
        -webkit-appearance: none; 
		        background-image: url(/wp-content/uploads/2024/05/chevron-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px;
        background-position-x: right;
        padding-right: 22px;
}
 .woocommerce .woocommerce-ordering {
        position: absolute;
        top: -79px;
        max-width: 110px;
        right: 24px;
    }
 .col_content_shops {
        overflow: hidden;
    }
}
@media (min-width: 1025px) {
.woocommerce .woocommerce-ordering {
    display: none;
}
.partner_logo img {
        min-width: auto;
        max-width: 200px;
}
}
.projects_section .row.full img {
    width: 100%;
}
.text_main {
    margin-top: 80px;
}
.serv_img_blocks {
    width: 80px !important;
    height: 80px;
}
.service_item h3 {
    font-size: 21px;
}

.post-type-archive-events .title_tag_solutions, .post-type-archive-events .post_tags {
	display: none;
}
.service_tabs li a:hover {
    color: #95C8B9;
}
.solution_with_text_and_list ul li a {
    color: #070E3F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.54px;
    text-decoration: none;
}
.solution_with_text_and_list ul li a:hover {
       color: #95C8B9;
}
.solution_with_text_and_list li {
    line-height: 26px;
    margin-bottom: 15px;
}

@media (min-width: 1025px) {
.column_two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
		gap: 30px;
}
.page-template-media-page .post_item {
    width: 48.1%;
}
}
@media (max-width: 1025px) {
.column_two {
	 display: grid;
}
.partners_section .row .col:first-child {
			width: 100%;
}
.partners_section .row .col:last-child {
			width: 100%;
}	
}
@media (max-width: 1025px) {
    .post_item .category_blog_page {
    
        margin-top: 0;
    }
    .page-template-media-page .post_item {
        margin-bottom: 50px;
    }
.page-template-media-page .title_bg_blog {
    margin-bottom: 5px;
}
.page-template-media-page .title_bg_blog {
      margin-top: 0;
}
.page-template-media-page .the_excerpt p {
       margin-bottom: 10px;
}	
.page-template-media-page .post_item .the_date {
        margin-top: 10px;
}
}

.page-template-partners-child-page .row_gallery img {
    border-radius: 16px;
}


.mobile.fixed_search select {
    border: 0px solid #ccc;
    color: #fff;
		 background-color: #070E3F;
		 outline: none;
}
.languqge_mobile {
    right: 132px !important;
    top: 14px !important;
}
.lang-item {
    list-style-type: none;
}
.lang-item  a {
  color: #fff;
		font-size: 14px;
}
.languqge_mobile .search_header {
    display: flex;
    gap: 10px;
}
 @media (min-width: 1025px) {
#primary-menu .lang-item {
	display: none;
}
}
@media (max-width: 1025px) {
.lang-item {
        width: 50px;
        float: left;
        margin-top: 20px !important;
}

#mobmenuright .lang-item:last-child a:before  {
		content: '';
        border-left: 1px solid #fff;
        padding-left: 0px;
        height: 17px;
        margin-left: -12px;
        position: absolute;
        margin-top: 5px;
}
#mobmenuright li.lang-item a {
    color: #aeaeae !important;
    font-weight: 600;
}	
#mobmenuright li.lang-item.current-lang a {
		    font-weight: 600;
		  color: #fff !important;
}
}

.service_item a {
    text-decoration: none;
}
@media (max-width: 1025px) {
 .services_section .owl-nav {
        z-index: -1;
 }
}
@media (max-width: 1025px) {
.bottom_slider {
        margin-top: 0px;
        margin-bottom: 30px;
 }
.bottom_slider .row .col:nth-child(2) {
    width: 50%;
}
.bottom_slider .row .col {
    width: 50%;
}	
.bottom_slider .row .col {
     width: 50%;
}
.projects_section .more-tags {
    margin-top: 20px;
}	
.home .projects_section .row .col img {
    height: 135px;
    object-fit: cover;
}
.catalog_section .row .col:first-child {
        margin-left: 0;
        margin-right: 0;
}	
.text_main ul {
    margin: 0;
}
 .faq-drawer__title::after {
    top: 21px;
}	
.first_col_blog article {
    border-top: 0;
    padding-top: 0;
}	
.news_section .flex_title {
        margin-bottom: 20px;
}
.news_section .category-tags {
  
}	
.news_section .title_section p {
    font-size: 16px;
}	
.top_pages_konc img {
    width: 105px;
}	
.text_main p, .text_main li, .text_main ol {
    font-size: 16px;
}	
}
.news_section {
    margin-top: 90px;
}
@media (max-width: 1025px) {
.news_section {
    margin-top: 40px;
}
.flex_mobile_only {
    display: flex;
    justify-content: space-between;
}
.flex_mobile_only .link_more {
        margin-top: 4px;
 }
.home .title_bg_blog {
      order: 2;
}
.home .first_col_blog a {
    display: grid;
		margin-top: 20px;
}
.main_about_section .flex {
    gap: 10px;
    flex-wrap: wrap;
		display: flex;
}
 .page-template-histoty-page .main_about_section .flex {
     gap: 10px;
    flex-wrap: wrap;
		display: flex;
}
.page-template-konsortsium-page .main_about_section .row .flex {
     gap: 10px;
    flex-wrap: wrap;
		display: flex;
}	
.page-template-leadership-page-child .main_about_section .flex {
     gap: 10px;
    flex-wrap: wrap;
		display: flex;
 }
.content_blocks {
      margin-bottom: 30px;
}
.block_projects.row_comand img {
    object-fit: contain;
}
.more_way .faq-drawer__title::after {
      top: 9px;
}	
.service_tabs .faq-drawer__title::after {
        top: 18px;
        width: 24px;
        height: 30px;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
    }
 .blog_posts_archive .blog_thumbinail img {
        height: 330px;
        object-fit: cover;
}
 .blog_section .flex.category-statti {
        display: flex;
        flex-wrap: wrap;
 }
.page-template-about-page #breadcrumbs {
    margin-bottom: 40px;
}
.page-template-about-page .main_about_section h3 {
        margin-top: 60px;
}
.about_history_h {
        margin-top: 150px;
}
.partners_section .row .col:last-child .partner_item {
        padding-top: 20px;
}	
.sidebar {
        display: block;
		        width: 100%;
}	
.sidebar #recent-posts-2, .sidebar #rpwe_widget-2, .sidebar #rpwe_widget-3 {
		display: none;
}	
.home .projects_section .row .col {
    width: 100%;
}
.home .projects_section .row .col:last-child {
    display: none;
}
.home .projects_section .row .col img {
        height: 286px;
}	
.home .blog_thumbinail img {
        height: 286px;
}
.row_bottom_partner .col:last-child img {
    min-height: auto;
    height: auto;
}	
    .page-template-leadership-page .main_about_section .title_solutions .flex {
        flex-wrap: nowrap;
 }
  .home .first_col_blog .category-tags.left-info a {
	 display: grid;
    margin-top: 0;
}
}
.web_info_partner a {
    text-decoration: none;
    color: #424649;
}


.row .button_not:last-child {

}
.page-template-partners-child-page .row_gallery img {
    height: 200px;
		width: 100%;
    object-fit: cover;
}
.page-template-partners-child-page .row_gallery {
    gap: 30px;
    justify-content: normal;
}
@media (min-width: 1025px) {
.home .projects_section .pr_cols_new .col .the_post_thumbnail img {
            width: 100%;
        height: 400px;
        object-fit: cover;
}
}

.categories_sidebar_full a {
    display: flex;
    color: #000;
    text-decoration: none;
    border-bottom: solid 1px #E7E7E7;
    justify-content: space-between;
}

.categories_sidebar_full {
   margin: 0;
		    list-style-type: none;
		padding: 0;
}

.categories_sidebar_full a:hover {
    border-bottom: solid 1px #95C8B9;
    color: #95C8B9 !important;
}
@media (max-width: 1025px) {
    .page-template-mission-page .hero_section.bg_default .container {
        padding-top: 40px;
				        background-color: #070E3F;
        padding-bottom: 40px;
    }
.page-template-mission-page .bg_default {
        padding-bottom: 0;
    }
    .page-template-mission-page .hero_section h1 {
        font-weight: 700;
    }
.similar_solutions {
    margin-top: 100px;
}
		
    .post-type-archive-projects .hero_section.bg_default .container {
        padding-top: 40px;
				        background-color: #070E3F;
        padding-bottom: 40px;
    }
.post-type-archive-projects .bg_default {
        padding-bottom: 0;
    }
    .post-type-archive-projects .hero_section h1 {
        font-weight: 700;
    }	
		
		    .post-type-archive .hero_section.bg_default .container {
        padding-top: 40px;
				        background-color: #070E3F;
        padding-bottom: 40px;
    }
.post-type-archive .bg_default {
        padding-bottom: 0;
    }
    .post-type-archive .hero_section h1 {
        font-weight: 700;
    }	
 .post-type-archive .hero_section.bg_default h1 {
    margin-bottom: 20px;
}
		
				    .page-template-media-page .hero_section.bg_default .container {
        padding-top: 40px;
				        background-color: #070E3F;
        padding-bottom: 40px;
    }
.page-template-media-page .bg_default {
        padding-bottom: 0;
    }
    .page-template-media-page .hero_section h1 {
        font-weight: 700;
    }	
 .page-template-media-page .hero_section.bg_default h1 {
   margin-bottom: 20px;
}
		
 .page-template-contact-page .hero_section.bg_default .container {
        padding-top: 40px;
				        background-color: #070E3F;
        padding-bottom: 40px;
 }
		
 .page-template-leadership-page .hero_section.bg_default .container {
        padding-top: 40px;
				        background-color: #070E3F;
        padding-bottom: 40px;
}
.page-template-leadership-page .bg_default {
        padding-bottom: 0;
 }
    .page-template-leadership-page .hero_section h1 {
        font-weight: 700;
}	
 .page-template-leadership-page .hero_section.bg_default h1 {
   margin-bottom: 20px;
}
		
				    .tax-category-rishennya .hero_section.bg_default .container {
        padding-top: 40px;
				        background-color: #070E3F;
        padding-bottom: 40px;
    }
.tax-category-rishennya .bg_default {
        padding-bottom: 0;
    }
    .tax-category-rishennya .hero_section h1 {
        font-weight: 700;
    }	
 .tax-category-rishennya .hero_section.bg_default h1 {
   margin-bottom: 20px;
}
		
		
 .archive.category .hero_section.bg_default .container {
        padding-top: 40px;
				        background-color: #070E3F;
        padding-bottom: 40px;
}
.archive.category .bg_default {
        padding-bottom: 0;
 }
    .archive.category .hero_section h1 {
        font-weight: 700;
}	
 .archive.category .hero_section.bg_default h1 {
   margin-bottom: 20px;
}
}

.post_tags.half {
    margin-bottom: 14px;
}
@media (max-width: 1025px) {
.similar_solutions .blog_thumbinail img {
    height: 215px;
}
.similar_solutions h4 {
    font-size: 16px;
    line-height: 28px;
}	
.single-projects .media_banner {
        height: 450px;
        padding-bottom: 70px;
}
}



@media (min-width: 1025px) {
.content_single_events li {
    color: #666;
    font-size: 18px;
    font-style: normal;
    line-height: 32px;
}	
.news_section .link_more {
    margin-top: -81px;
}
}
.categories_media {
	margin-bottom: 30px;
}
@media (max-width: 1025px) {
.page-template-about-page .hero_section {
        background-size: cover;
}
}
@media (max-width: 1025px) {
.page-template-leadership-page .bg_default {
     background-size: 155%;
     background-position: top;
}
.page-template-about-page .hero_section {
        background-size: 235%;
        background-position: top;
}
 .page-template-media-page .bg_default {
        background-size: 258%;
        background-position: top;
}
    .archive_main .media_banner {
         background-size: 258%;
        background-position: top;
    }
    .page-template-mission-page .bg_default {
        background-size: 258%;
        background-position: top;
    }
.page-template-contact-page .bg_default {
        background-position: left;
 }
}

.related.products {
	display: none;
}
.similar_solutions .owl-carousel.owl-drag .owl-item {
    padding: 0 8px;
		    padding-bottom: 30px;
}
.similar_solutions .projects_sim:hover {
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 8%)
}
.page-template-leadership-page .site-footer {
    margin-top: 170px;
}
@media (max-width: 1025px) {
.page-template-leadership-page .site-footer {
    margin-top: 100px;
}
}
.woocommerce-Tabs-panel ul li {
    margin-bottom: 18px;
}
.woocommerce-Tabs-panel ul ul {
    column-count: 1;
    margin-top: 20px;
		    margin-bottom: -20px;
}

.page-template-konsortsium-page-child .row_bottom_partner .col:last-child img {
    max-width: 100%;
}
@media (min-width: 1025px) {
.postid-2822 .woocommerce div.product div.images img {
    padding: 100px;
}
}
.single-product .entry-content .col_files img {
    width: 24px;
    height: 24px;
}

.woocommerce-Tabs-panel p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #424649;
    line-height: 25px;
    margin-bottom: 15px;
}
.woocommerce-Tabs-panel ul li {
    color: #424649;
		 font-size: 18px;
    line-height: 25px;
}
@media (max-width: 1025px) {
.woocommerce-Tabs-panel p {
 	 font-size: 16px;
    line-height: 22px;
}
.woocommerce-Tabs-panel ul li {
		 font-size: 16px;
    line-height: 22px;
}
.info_partner {
    width: 100%;
}
}

@media (max-width: 1174px) and (min-width: 1024px) {
.row_bottom_partner .col:first-child {
    gap: 40px 50px;
}
}

@media (min-width: 1025px) {
.page-template-partners-child-page .row_bottom_partner .col:last-child img {
    min-height: 366px;
    max-height: 366px;
		        width: 487px;
}
.page-template-partners-child-page .row_bottom_partner .col:first-child {
    gap: 50px 0px;
    width: 34%;
    justify-content: left;
}
.page-template-partners-child-page .row_bottom_partner {
    gap: 100px;
    justify-content: left;
}
.page-template-partners-child-page .row_bottom_partner .col:last-child {
    height: 366px;
}	
.page-template-partners-child-page .info_partner {
    width: 100%;
}	
.page-template-partners-child-page .row_bottom_partner .col:last-child {
    width: 40.5%;
}
}
.similar_solutions .cols_project .title_solutions {
    box-shadow: 0px 0px 10px 0px rgba(0, 34, 51, 0.07);
}
.similar_solutions .cols_project:hover .title_solutions {
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 8%);
}
@media (max-width: 1025px) {
.page-template-partners-child-page .row_bottom_partner .col:last-child img {
        max-height: 286px;
        width: 100%;
    }	
.page-template-partners-child-page .row_bottom_partner {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .page-template-konsortsium-page .row_events .content_single_events {
        margin-top: 0;
    }
    .partners_section_child .row {
        gap: 20px;
    }
.page-template-konsortsium-page-child .row_gallery .col img {
        max-height: 350px;
        object-fit: cover;
    }
.page-template-konsortsium-page-child .row_bottom_partner .col:last-child img {
    max-height: 350px;
    object-fit: cover;
    width: 100%;
}
}

.woocommerce-Tabs-panel td {
    border: 1px solid #d3d3d3;
		border-collapse: collapse;
		    padding: 10px 15px;
}
.woocommerce-Tabs-panel tr {
		border-collapse: collapse;
}
.woocommerce-Tabs-panel table {
		border-collapse: collapse;
}
.woocommerce-Tabs-panel table p {
    margin-bottom: 0;
}
.woocommerce-Tabs-panel table {
    max-width: 800px;
    margin: 0 auto;
}
.woocommerce-Tabs-panel  {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #424649;
    line-height: 25px;
}
.page-template-vacancy-page .media_banner h1 {
    font-weight: 400;
		    margin-bottom: 40px;
}
.page-template-vacancy-page .desc_hero {
    color: #DADADA;
}
.page-template-vacancy-page #breadcrumbs {
    margin-bottom: 50px;
}
.page-template-vacancy-page .main_about_section h3 {
    margin-bottom: 40px;
    color: #424649;
}

.propose_vacancy .row {
    display: flex;
    flex-wrap: wrap;
		    justify-content: space-between;
}
.item_propose {
    width: 32%;
    border: 1px solid #424649;
    border-radius: 24px;
    padding: 35px;
		position: relative;
}
.title_propose {
    color: #424649;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
		font-weight: 600;
}
.text_propose {
    font-size: 18px;
    color: #424649;
		    padding-bottom: 35px;
}
.text_propose:after {
    content: '';
    border: 1px solid #95C8B9;
    position: absolute;
    width: 100px;
      left: 35px;
    bottom: 35px;
}
.propose_vacancy h3 {
    color: #424649;
    text-align: center;
    margin-top: 60px;
}
.city_vac {
    font-size: 18px;
    color: #424649;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}
.vacancy_section .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
    max-height: fit-content;
}
.vacancy_section .faq-drawer__content p {
    padding: 0;
}


		
.js-tabs {
    margin: 1em 0;
}
th {
  font-weight:normal;
}
/* Tabs control text */
.js-tabs_control-text {
    direction: ltr;
    left: -999em;
    position: absolute;
}

/* Tabs control */
.js-tabs .js-tabs_control {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1000;
}

.js-tabs .js-tabs_control li {

    border-radius: 40px;
    float: left;
margin: 0px 30px 45px 0;
    padding: 0;
    position: relative;
    top: 0px;
}
.js-tabs .js-tabs_control button {
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    outline: 0;
    text-decoration: none;
    color: #424649;
    font-weight: 700;
		opacity: 0.8;
		font-size: 14px;
}

.js-tabs .js-tabs_control button:hover,
.js-tabs .js-tabs_control button:focus,
.js-tabs .js-tabs_control button:active {
  
}

.js-tabs .js-tabs_control .badge {
    background-color: #C00000;
    border-radius: 10px;
    font-size: 80%;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    padding: 0 8px;
    text-decoration: none;
}

/* Selected tabs control */
.js-tabs .js-tabs_control .js-tabs_control-item--active,
.js-tabs .js-tabs_control .js-tabs_control-item--active:focus,
.js-tabs .js-tabs_control .js-tabs_control-item--active:active {
 

    border-bottom: none;

    
    top: 0px;
    z-index: 1000;
    text-decoration: none;
}

/* Tabs panel */
.js-tabs .js-tabs_panel {

 
    clear: left;
    display: block;
    position: relative;
    visibility: visible;
    z-index: 5;
 

}

.js-tabs .js-tabs_panel:focus {
    
}

.js-tabs .js-tabs_panel h2 {
    display: inline-block;
}

.js-tabs .js-tabs_panel h2:focus {
    
}

.js-btn,
.js-hide-show_btn {

    border-radius: 5px;

    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
    margin: 1em 5px;
    padding: 5px 1em;
  
}
.vacancy_section h3 {
    font-size: 40px;
    color: #424649;
}

.vacancy_section {
    margin-top: 70px;
}

.js-tabs .js-tabs_control button {
    border-radius: 40px;
    border: 2px solid #424649;
}
.js-tabs_control-item--active button {
		 border: 2px solid #95C8B9 !important;
}
.js-tabs_control-item--active {
    background-color: #95C8B9;
    color: #fff !important;
    text-decoration: none;

}
.js-tabs_control-item {
    font-size: 14px;
 
}
.js-tabs_control-item--active button {
    color: #fff !important;
 
}
.vacancy_section .service_tabs .faq-drawer__title {
    padding-top: 20px;
}

.vacancy_section button {
    padding: 14px 40px;
}
.vacancy_section .service_tabs .faq-drawer__title {
    font-size: 32px;
}
.vacancy_section .faq-drawer__content h4 {
    color: #424649;
    font-size: 24px;
    margin-bottom: 25px;
}
.resume p {
    color: #95C8B9;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
		gap: 10px;
}
.faq-drawer .form_vac input[type="checkbox"] {
    display: block;
}
.resume_row {
    margin-bottom: 40px;
}
.resume {
    margin-bottom: 10px;
}
.vacancy_section .wpcf7-list-item label {
    display: flex;
    gap: 10px;
}
.form_vac {
    padding-bottom: 50px;
}
.vac_bootom_text {
    font-size: 26px;
    color: #424649;
    max-width: 90%;
		margin-top: 70px;
}

@media (max-width: 1025px) {
.page-template-vacancy-page .main_about_section h3 {
        font-weight: 400;
    }
.item_propose {
    width: 100%;
    padding: 25px;
    margin-bottom: 30px;
}
.js-tabs .js-tabs_control li {
    margin: 0px 20px 20px 0;
}
	.vac_bootom_text {
    font-size: 32px;
    max-width: 100%;
}
.page-template-vacancy-page .media_banner h1 {
    margin-bottom: 25px;
}
}
.recaptcha .wpcf7-not-valid-tip {
    top: auto;
    left: 17px;
    font-size: 12px;
    width: max-content;
		
}
.page-template-vacancy-page .service_tabs {
    margin-top: 40px;
}
.page-template-vacancy-page .wpcf7 form .wpcf7-response-output {
    margin: 0em 0em 1em;
    font-size: 14px;
    margin-top: -30px;
}
.wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid {
    border: 0px solid #D84343;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin-top: 30px;
}

.text_main_catalog p, .text_main_catalog li, .text_main_2 p, .text_main_2 li {
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    color: #424649;
    line-height: 25px;
}
.text_main_catalog h4, .text_main_catalog h5, .text_main_catalog h5, .text_main_2 h4, .text_main_2 h5, .text_main_2 h6  {
    font-weight: 500;
    font-size: 21px;
		margin-top: 30px;
}
.text_main_2 ul {
    margin-top: 30px;
    padding: 0;
}
.text_main_2 {
    margin-top: 70px;
}
@media (max-width: 1025px) {
.text_main_catalog p, .text_main_catalog li, .text_main_2 p, .text_main_2 li {
    font-size: 16px;
}
    .woocommerce nav.woocommerce-pagination ul {
        flex-wrap: wrap;
        padding-bottom: 155px;
    }
    .similar_solutions {
        margin-top: 100px;
        padding: 50px 24px;
    }
.pwf-toggle {
    padding: 1px !important;
    top: 0 !important;
    width: 15px !important;
    height: 15px !important;
}
}
.product .circle img {
    width: 13px !important;
    height: 11px !important;
    margin: 0 !important;
}
.product .more_link {
    justify-content: end;
    margin-top: 15px;
}
    .woocommerce .woocommerce-ordering {
        display: none;
    }

.similar_solutions.page_services_similar h4 {
    color: #070E3F;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    font-size: 1em;
    border: 0px;
}
.page-numbers.current {
    background-color: #F2F2F2 !important;
}
.faq-drawer__content .wpcf7-form.sent .form_vac {
	display: none;
}
.faq-drawer__content .wpcf7-form.sent {
    padding-bottom: 50px;
}
@media (max-width: 1025px) {
.wpcf7-form.sent .form_sent_msg {
    font-size: 21px;
}
 .vac_bootom_text {
        font-size: 21px;
    }
    .faq-drawer__content li {
        font-size: 16px;
    }
}
@media (min-width: 1025px) {
.catalog_section .row .col:first-child {
    width: 50%;
}
.catalog_section .row .col {
    width: 50%;
}
.catalog_section .catalog_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.solution_post_thumbnail .gallery_proj {
    max-width: 1000px;

}
.solution_post_thumbnail img {
    height: 250px;
}
.solution_post_thumbnail .gallery_col {
    width: 29.6%;
}	
}

.post-type-archive-documents .flex .button_not:nth-child(7) {
    background: #17195A;
    color: #fff;
}
.tax-category-documents .flex .button_not:nth-child(7) {
    background: #17195A;
    color: #fff;
}
.page-template-vacancy-page .flex .button_not:nth-child(6) {
    background: #17195A;
    color: #fff;
}
.catalog_section .icon_next {
    text-decoration: underline;
    padding-top: 105px;
    justify-content: end;
}
@media (max-width: 1025px) {
.catalog_section .icon_next {
    padding-top: 0;
    justify-content: start;
}
    .catalog_section h2 {
        margin-bottom: 20px;
    }
    .catalog_section .description {
        font-size: 16px;
    }
}

.gallery_service .open_image img {
    min-height: 100px;
    max-height: 100px;
    width: auto;
    object-fit: cover;
    max-width: 100px;
    width: 100%;
    min-width: 100px;
}
.page-template-services-page-child .media_banner h1 {
    margin-bottom: 30px;
}

.page-template-services-page-child .media_banner .desc_hero {
    color: #ffffff;
}
.short_desc_service {
    margin-top: 35px;
}
.short_desc_service li, .rows_solutions li, .short_desc_service p {
    font-size: 18px;
    font-style: normal;
    color: #424649;
    line-height: 25px;
		      color: #666;
}
@media (max-width: 1025px) {
.short_desc_service li, .rows_solutions li {
    font-size: 16px;
}
}
.post-thumbnail img {
    max-height: 600px;
    object-fit: cover;
}

.short_desc_service h2, .short_desc_service h3, .short_desc_service h4, .short_desc_service h5, .short_desc_service h6 {
    color: #000;
    font-style: normal;
    line-height: normal;
		  margin-bottom: 15px;
}
 .short_desc_service h2, .rows_solutions h2 {
    font-size: 31px;
		     font-weight: 600;
}
 .short_desc_service h3, .rows_solutions h3 {
    font-size: 28px;
		  font-weight: 600;
}
.short_desc_service h4, .rows_solutions h4 {
    font-size: 26px;
		 font-weight: 600;
		 margin-bottom: 15px;
		margin-top: 20px;
		  
}
.short_desc_service h5, .rows_solutions h5 {
    font-size: 21px;
		 font-weight: 600;
}
.short_desc_service h6, .rows_solutions h6 {
    font-size: 18px;
		 font-weight: 600;
}
.page-template-services-page-child .content_solutions p, .short_desc_service p {
    margin-bottom: 15px;
}
.page-template-services-page-child .content_solutions ul, .short_desc_service ul {
    margin-bottom: 15px;
}
ol {
    margin-bottom: 15px;
}
@media (max-width: 1025px) {
.short_desc_service h2, .short_desc_service h3, .short_desc_service h4, .short_desc_service h5, .short_desc_service h6 {
        font-style: normal;
        font-weight: 700;
        line-height: 155%;
}
 .short_desc_service h2, .rows_solutions h2 {
    font-size: 26px;
}
 .short_desc_service h3, .rows_solutions h3 {
    font-size: 24px;
}
.short_desc_service h4, .rows_solutions h4 {
    font-size: 22px;
}
.short_desc_service h5, .rows_solutions h5 {
    font-size: 20px;
}
.short_desc_service h6, .rows_solutions h6 {
    font-size: 18px;
}
}
.solution_with_text_and_list h2 {
    color: #070E3F;
    font-weight: 600;
}

.gallery_proj_2 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 30px;

}
 .solution_post_thumbnail .gallery_proj_2 .gallery_col {
        width: 31.6%;
}
.reviews_sol {
    margin-top: 80px;
}

@media (max-width: 1025px) {
 .solution_post_thumbnail .gallery_proj_2 .gallery_col {
        width: 100%;
}
.reviews_sol {
    margin-top: 60px;
}
}
.page-template-services-page-child #breadcrumbs {
    margin-ещз: 80px;
    margin-top: 40px;
}

.solution_post_thumbnail.reviews_sol  img {
        height: 538px;
 }
@media (max-width: 1025px) {
.page-template-services-page-child .short_desc_service {
         margin-top: -10px;
}
.short_desc_service h4, .rows_solutions h4 {
    margin-top: 25px;
}
.page-template-services-page-child .post-thumbnail img {
    max-height: 350px;
}	
}
@media (min-width: 1025px) {
.page-template-services-page-child-child .bg_default.new_format {
    padding-bottom: 60px;
}
}
.page-template-services-page-child-child .rows_solutions ul {
    margin: 0 0 1.5em 0em;
    padding-left: 30px;
}
.page-template-services-page-child .rows_solutions ul {
    margin: 0 0 1.5em 0em;
    padding-left: 30px;
}
.page-template-services-page-child-child .rows_solutions li {
    margin-bottom: 15px;
    line-height: 25px;
}
.page-template-services-page-child .rows_solutions li {
    margin-bottom: 15px;
    line-height: 25px;
}
.page-template-services-page-child-child .content_solutions p {
    margin-bottom: 15px;
}
.page-template-services-page-child .content_solutions ul, .short_desc_service ul {
    margin-bottom: 15px;
    margin: 0 0 15px 0em;
}
.page-template-services-page-child .short_desc_service li {
    margin-bottom: 15px;
}
.page-template-services-page-child .content_solutions ul, .short_desc_service ul {
    padding-left: 30px;
}
.page-template-services-page-child-child .solution_with_text_and_list li {
    font-weight: 400;
}

@media (max-width: 1025px) {
    .page-template-services-page-child-child .solution_with_text_and_list {
        margin-top: -15px;
    }
}
@media (min-width: 1025px) {
.post-thumbnail img {
    min-height: 400px;
}
}
@media (max-width: 1025px) {
.post-thumbnail img {
    min-height: 250px;
}
}
@media (max-width: 1025px) {
.page-template-services-page-child .content_solutions .row, .page-template-services-page-child-child .content_solutions .row {
    gap: 40px;
}
}
.page-template-services-page-child .solution_with_text_and_list {
    background-color: #F4F4F4;
    padding: 50px 0 10px 0;
}
.post_author_row {
    display: flex;
		    align-items: center;
		gap: 10px;
}
.post_author_row img {
    height: 50PX;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.post_author_row {
    color: #c1c1c1;
}
.date_post p {
    color: #c1c1c1;
}
.post_author_statti {
    margin-top: 35px;
    display: grid;
    gap: 15px;
}
.faq-drawer__content .wpcf7 .screen-reader-response {
    height: 0;
    width: 0;
    padding: 0;
    border: 0;
}

.page-template-default .short_desc_service li  {
    margin-bottom: 15px;
}
.page-template-default .short_desc_service p  {
    color: #424649;
}
@media (max-width: 1025px) {
    .page-template-default .hero_section {
        padding: 235px 0 0px 0;
    }
.bg_default .container {
    width: 100%;
    padding-top: 40px;
    background-color: #070E3F;
    padding-bottom: 40px;
}
    .page-template-default .hero_section h1 {
        color: #fff;
        font-weight: 700;
    }	
}
.page-template-default .short_desc_service p, .page-template-default .short_desc_service li {
    color: #424649;
		    font-size: 18px;
}
.page-template-default .short_desc_service h1 {
    margin-bottom: 15px;
}

@media (max-width: 1025px) {
.page-template-default .short_desc_service p, .page-template-default .short_desc_service li {
    color: #424649;
		    font-size: 16px;
}
}
@media (max-width: 1025px) {
    .site-footer .privacy_foter a {
        color: #17195A;
    }
.privacy_foter {
    margin-bottom: 15px;
}
}







.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

.popup-inner {
max-width: 600px;
  width: 90%;
  padding: 20px;
  position: absolute;
  top: 0%;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
  background: #fff;
}
.popup-inner img {
    width: 100%;
    margin-bottom: 30px;
}
.popup-close {
  width: 30px !important;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 19px;
		color: #fff !important;
		    text-decoration: none;
  
  transition: ease 0.25s all;
  -webkit transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0,0,0,0.8);
 
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}

.popup-close:hover {
  background: rgba(0,0,0,1);
  text-decoration: none;
  color: #fff;
}
.popup {
    overflow: scroll;
}

.block_doc {
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    padding: 20px 25px;
}
.block_documents {
    display: flex;
    gap: 40px;
		flex-wrap: wrap;
		
}
.block_documents a {
    width: 31.3%;
}

.cat_documents {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.4px;
    text-align: center;
    text-decoration-line: underline;
    color: #070E3F;
		 margin-bottom: 10px;
}
.block_documents a {
    text-decoration: none;
    color: #000;
}
.block_documents h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
		 text-align: center;
    margin-bottom: 0;
}
.projects_portfolio.top_70 {
    margin-top: 47px;
}
.top_70 .post_tags {
		 margin-bottom: 70px;
}
.short_desc_service.max_width_arch {
    max-width: 1079px;
}
.short_desc_service.max_width_arch p {
    color: #424649;
    font-size: 18px;
    line-height: 25px;
}

.media_banner.archive_doc h1 {
    font-size: 64px;
}
@media (max-width: 1025px) {
.media_banner.archive_doc h1 {
    font-size: 26px;
}
.short_desc_service.max_width_arch p {
    font-size: 16px;
		    line-height: 28px;
}	
}
#breadcrumbs.archive_bread {
    margin-bottom: 80px;
}
.short_desc_service.max_width_arch {
    margin-top: 57px;
}
@media (max-width: 1025px) {
.block_documents {
    display: grid;
}
.block_documents a {
    width: 100%;
}
.inner_menu_archive .flex {
        gap: 10px;
        flex-wrap: wrap;
        display: flex;
}
.popup {
    top: 54px;
}
}
.documents_thumbinail {
    margin: 0 auto;
    text-align: center;
}
.block_doc:hover {
    border: 1px solid transparent;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}
.woocommerce div.product div.images img {
    max-height: 400px;
    object-fit: contain;
}

@media (min-width: 1025px) {
.block_doc {
    min-height: 645px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
}

.post-type-archive-documents .desc_media, .tax-category-documents .desc_media {
    max-width: 535px;
}

.inner_menu_archive .flex {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.logo_footer {
    width: 241px;
}

#breadcrumbs span span:after {
    content: '>';
    padding: 0 5px;
}
#breadcrumbs span span:last-child:after {
content: '';
		 padding: 0;
}

.catalog_section .icon_next {
    font-size: 18px;
}
.archive .short_desc_service.max_width_arch p, .archive .short_desc_service.max_width_arch li {
		      color: #424649;
}

@media (max-width: 1025px) {
.full {
display: none !important;
}
}
@media (min-width: 1025px) {
.mobile {
display: none!important;
}
}
@media (width: 1025px) {
.full {
display: block!important;
}
}