/*   
Theme Name: defaults
Version: zmosc
*/

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/defaults/fonts/Manrope/Manrope-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/defaults/fonts/Manrope/Manrope-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
     font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/defaults/fonts/Manrope/Manrope-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
     font-display: swap;
}

@font-face {
    font-family: 'Octyabrskaya';
    src: url('/wp-content/themes/defaults/fonts/October/octyabrskaya.ttf') format('truetype');
    font-style: normal;
     font-display: swap;
}



:root {

  --color-primary: #141D2B;
  --color-white: #fff;
  --color-grey: #898989;
  --color-hover: #4770a1;
  --font-primary: 'Manrope';
  --font-secondary: 'Octyabrskaya';
}


/* Common */
aside, nav, footer, header, section, main {
	display: block;
}
ul, ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
img, svg {
	max-width: 100%;
	height: auto;
}
address {
  font-style: normal;
}
* {
	padding: 0px;
	margin: 0px;
	border: none;
}
html {
    margin-top: 0!important;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
:focus,
:active {
outline: none;
}
a:focus,
a:active {
	outline: none;
}

body{
  overflow-x: hidden;
  overflow-y: visible !important;
  margin: 0;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-primary), sans-serif;
  color: var(--color-primary);
  line-height: normal;
  padding-right: 0!important;
  position: relative;
}




@media (min-width: 1200px){
.container {
   width: 100%;
   max-width: 1260px;
}
}
 .wrapper{
      overflow-x: hidden;
  }
section{
  padding: 45px 0px;
}
.compensate-for-scrollbar {
    margin-right: 0px!important;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
 .first{
    order: 1;
}
 .second{
    order: 2;
}
 .mobile{
    display: none;
  }

main{
      padding-top: 80px;
}
.home main{
      padding-top: 0px;
}

.page-inside-section {
    padding: 40px 0px 40px 0px;
}

.page_title h1 {
    
    font-size: 56px;
    margin-bottom: 0px;
 
}

/*typo*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    line-height: 1.1;
    color: var(--color-primary);
   
  position: relative;
 

}



h1 {
      font-style: normal;
    font-weight: 400;
    font-size: 74px;
    line-height: 100%;
    margin-bottom: 40px;
   font-family: var(--font-secondary), sans-serif;
}


h2 {
 
    font-size: 56px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 107%;
    letter-spacing: -2px;
    text-transform: uppercase;
  
   font-family: var(--font-secondary), sans-serif;
}
h3 {
   font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 30px;
}
h4 {
 font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px;
}
h5 {
 font-style: normal;
    font-weight: 6;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
}
h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}
.hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6 {
      padding: 20px 0px 20px 0px;
    margin: 0!important;
  color: #000;
}
.hentry h2 {
   font-style: normal;
    font-size: 28px;
    line-height: 120%;
}
.hentry h3 {
   font-style: normal;
    font-size: 26px;
    line-height: 120%;
}
.hentry h4 {
 font-style: normal;
    font-size: 24px;
    line-height: 120%;
}
.hentry h5 {
 font-style: normal;
    font-size: 22px;
    line-height: 120%;
   
}
.hentry h6 {
    font-style: normal;
    font-size: 20px;
    line-height: 120%;
}



blockquote p{
font-style: italic;
}
blockquote {
border-left: 4px solid  color: #000;
    margin: 30px 0px;
    padding: 25px 35px 5px 35px;
    background: #fbfbfb;
    border-radius: 0px;
    position: relative;
}
b, strong {
    font-weight: 600;
}
p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
  color: var(--color-primary);
}
.hentry p{
    font-size: 16px;
}
a {
   color: var(--color-secondary);
   text-decoration: none;
   transition: all 0.2s;
}
a:hover, a:active, a:focus {
   color: var(--color-hover);
 text-decoration: none;
  transition: all 0.2s;
}

/* =WordPress Core */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/*breadcrumbs*/

.breadcrumbs{

    padding: 15px 20px 15px 20px;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #292f3dc2;
    background: #f7f7f7;
    border-radius: 15px;
    margin-bottom: 10px;
}
.breadcrumbs a{
    color: #3c3c3c;
    text-decoration: none;
}
.breadcrumbs span{
}

/*Table*/

.wp-block-table td, .wp-block-table th {
     border: 1px solid #E0E4EB;
    padding: 0.5em;
}
.wp-block-table table {
    border-collapse: inherit;
    width: 100%;
}
.wp-block-table thead {
    border-bottom: 0;
}
.wp-block-table td, .wp-block-table th {
      border: 1px solid #E0E4EB;
    padding: 0.5em;
}
.table td, .table th {
    border-top: 0;
}

table {
   border: 0px solid #E0E4EB;
   border-collapse: separate;
   border-spacing: 0;
   background: transparent;
   width: 100%;
   color: var(--color-primary);
   margin: 20px 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  table-layout: fixed;
}

table tbody{
  background: transparent;
}
table tbody td {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #292F3DCC;
}
table thead tr{
border-bottom: 0px solid #67656524;
}
table thead {
     background: #ffffff;
}
table thead th {
  font-weight: 600;
font-size: 15px;
line-height: 24px;
text-align: center;
color: #1C282E;
}
table thead th {

}
table tr:nth-child(even) {
    background: #e6ecf5;
}
table tr:nth-child(odd) {
      background: #e6ecf5;
}
table tr:nth-child(1) {
         background: #e6ecf5;
    color: #292F3D;
}
table tr:nth-child(1) td{
    font-weight: 600;
   color: #292F3D;
}
table.blue-head tr:nth-child(even) {
    background: #fff;
}
table.blue-head tr:nth-child(odd) {
      background: #fff;
}
table.blue-head tr:nth-child(1) {
background: #3871C1;
color: #fff;
}
table.blue-head tr:nth-child(1) td{
   color: #fff;
  
}
table.blue-head td, table.blue-head th {
   padding: 15px 18px !important;
    border: 4px solid #e6ecf5;
}
table td, table th {
   padding: 15px 18px !important;
    border: 4px solid #fff;
}
.page-template-default table {
    border: 0px solid #E0E4EB;
    border-collapse: collapse;
}
.page-template-default table td, table.light-table  th {
   
}
.page-template-default table tbody td {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
}

/*lists*/

.hentry ul {
    list-style: none;
    padding-left: 20px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0px;
}
.hentry ul li {
       position: relative;
    padding: 0px 0 5px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--color-primary);
}
.hentry ul li:before {
     content: "";
    position: absolute;
    left: -15px;
    top: 11px;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 20px;
}
.hentry ol, .cat-description ol  {
    list-style: none;
    padding: 0;
    margin: 20px 0px 20px 0px;
    counter-reset: item;
}
.hentry ol li, .cat-description ol li {
    display: table;
    position: relative;
    padding: 0px 0 5px 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--color-primary);
}
.hentry ol li:before, .cat-description ol li:before {
       content: counter(item)".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 18px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    text-align: center;
    height: 20px;
    padding-top: 0px;
    padding-left: 3px;
    line-height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-weight: 400;
    margin-right: 8px;
    font-size: 18px;
   color: var(--color-primary);
}



/*btn*/

.btn {
 display: inline-flex;
    padding: 20px 12px;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    letter-spacing: 0;
    transition: all 0.2s;
    width: auto;
    border-radius: 10px;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    justify-content: center;
}
.btn-primary {
 background: #2E4560;
  border: 0;
  color: #fff;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary.active, .btn-primary:active {
   background: #4770a1;
    border: 0;
    transition: all 0.2s;
    box-shadow: none;
   color: #fff;
}
.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled]:hover{
  opacity: 1;
   background: #4770a1;
  transition: all 0.2s;
   color: #fff;
}
.wpcf7-form-control.btn{
  display: block;
}

.btn-white {
color: rgba(90, 102, 116, 1);
border: 0px solid #FFF;
background: #FFF;
}
.btn-white.focus, .btnwhite:focus, .btn-white:hover, .btn-white.active, .btn-white:active {
    transition: all 0.2s;
    box-shadow: none;
   color: var(--color-white);
border: 0px solid #FFF;
background: #2E4560;
}

.btn-outline {
 background: transparent;
  border: 2px solid rgba(50, 78, 117, 0.50);
   color: var(--color-primary);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}
.btn-outline.focus, .btn-outline:focus, .btn-outline:hover, .btn-outline.active, .btn-outline:active {
       background: #2E4560;
border: 2px solid #2E4560;
    transition: all 0.2s;
    box-shadow: none;
   color: var(--color-white);
  
}

/*pagination*/

.pagination {
 display: flex;
    padding-left: 0;
    margin: 40px auto 0px auto;
    border-radius: 6px;
    padding: 0px 0px 0px 0px;
    background: transparent;
    text-align: center;
   align-items: center;
  justify-content: center;
}


.pagination .page-numbers{
     display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers:first-child{
    margin-left: 0;
    border-radius: 46px;
}

.pagination .page-numbers:last-child{
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
}

.pagination .current, .pagination .current:focus, .pagination .current:hover{
    background-color: #4770a1 !important;
    border-color: #4770a1 !important;
    color: #fff!important;
}

.pagination .page-numbers:focus, .pagination .page-numbers:hover{
    z-index: 2;
   background-color: #4770a1 !important;
    border-color: #4770a1 !important;
    color: #fff;
  text-decoration: none;
}

.pagination .page-numbers{
    position: relative;
    float: left;
    padding: 10px 0px;
    font-weight: 700;
}

.pagination .page-numbers {
       margin-left: 5px;
    text-align: center;
    width: 46px;
    height: 46px;
    background-color: #fff0;
    border-radius: 46px;
    border: 1px solid #d8d8d8;
       color: #333;
}



/*header*/

  header {
   width: 100%;
    padding-bottom: 0px;
    margin-bottom: 20px;
    z-index: 9;
    transition: all 0.3s;
    z-index: 9;
    position: fixed;
    top: 0;
    width: 100%;
      background: linear-gradient(4deg, #182231 2.57%, #2E4560 95.75%);
}

 .home header {
  
      background: transparent;
}
  

.header_container{
       display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 29px 0px 29px 0px;
    align-content: center;
    transition: all 0.3s;
    gap: 36px;
}
header .logo_container{
}

header .menu_container{
}

header .instrument_container{
 
    display: flex;
    align-items: flex-end;
    gap: 30px;
    justify-content: flex-end;
}




.lang_switcher .lang{
position: relative;
   border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFF;
       width: 60px;
    padding: 5px 0px;
    display: flex;
    color: #fff;
    font-size: 16px;
    align-items: center;
    justify-content: center;
  cursor: pointer;
}

.lang_switcher .lang .item{
  align-items: center;
    justify-content: center;
  display: flex;
      gap: 5px;
}


.lang_switcher .lang .lang-hide{
    display: none;
    position: absolute;
    top: 30px;
    border: 1px solid #fff;
    border-top: 0;
    width: 60px;
   padding: 10px 8px;
    line-height: 1;
  border-radius: 0px 0px 4px 4px;
}
.lang_switcher .lang .lang-hide.open{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lang_switcher .lang .lang-hide a{
color: #fff;
}
.lang_switcher .lang .lang-hide a:hover{
color: #cdcdcd;
}

.lang_switcher .lang.active {
  border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0px 0px;
}
.lang_switcher .lang .mdi{
  transition: all 0.2s;
 
}
.lang_switcher .lang.active .mdi{
  transition: all 0.2s;
   transform: rotate(180deg);
}
 
header.scroll{
       background: linear-gradient(4deg, #3a6087 2.57%, #2a537a 95.75%);
    box-shadow: 0px 30px 80px 0px rgba(219, 236, 245, 0.20);
    z-index: 9999;
    transition: all 0.3s;
  height: auto;
  /*animation: stickup 1s ease-out;*/
}

.scroll .header_container {
    
    padding: 20px 0px 20px 0px;
    transition: all 0.3s;
  
}


/*nav*/

.navbar-nav {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: flex-start;
    width: 100%;
    gap: 80px;
    flex-wrap: wrap;
}
b.caret{
  line-height: 0px;
  padding-left: 10px;
  color: #fff;
}
b.caret i {
 transition: all 0.3s;
  color: #fff;
}
   .navbar {
    padding: 0;
}
.navbar-nav li:hover b.caret i{
  transform: rotate(180deg);
  transition: all 0.3s;
}
.navbar-nav li:hover + b.caret i{
  transform: rotate(180deg);
   transition: all 0.3s;
}
.navbar-nav li {
    transition: all 0.3s;
}
.navbar-nav>li>a {
   padding-top: 0px;
    padding-bottom: 0px;
    font-weight:400;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0;
    display: flex;
    position: relative;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    color: var(--color-white);
    align-content: center;
    align-items: center;
}


.navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
   text-decoration: none;
    color: var(--color-white);
  opacity: 0.6;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: var(--color-white);
 
}

li.current-post-ancestor a,
li.current-post-ancestor a:hover, 
li.current-post-ancestor a:focus{
   text-decoration: none;
     color: var(--color-white);
  opacity: 0.6;
}




.dropdown-menu {
    width: 280px;
    position: absolute;
    top: 100%;
    left: 15%;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 20px 0px 10px 10px;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    transition: all 0.3s;
    box-shadow: none;
    border-radius: 16px;
    border: 1px solid #000;
    background: #000;
}
.dropdown-menu li:hover {
    transition: all 0.3s;
    color: #fff;
}
.dropdown-menu li a {
     transition: all 0.3s;
    color: #fff;
    font-size: 16px;
   padding: 0px 20px 10px 20px;
    border-radius: 0px;
    width: 100%;
    display: block;
    font-weight: 400;
}
.dropdown-menu li a:hover {
  text-decoration: none!important;
  color: #fff;
    opacity:1;
}
.dropdown-menu li:hover a{
  text-decoration: none!important;
  color: #fff;
}
.dropdown-menu  li {
    transition: all 0.3s;
  padding: 0px;
  border-radius: 0px;
}
.dropdown-menu  li.current-menu-item a{
       text-decoration: none;
     color: #fff;
    box-shadow: none;
}
.dropdown-menu  li.current-menu-item a:hover{
       text-decoration: none;
     color: #fff;
}



/*modal*/

.modal-body {
    position: relative;
    padding: 38px;
    border-radius: 20px;
    background: rgb(155 155 155 / 30%);
}
#modal-success .modal-body {
    background: rgb(6 6 6 / 30%);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.modal-dialog {
     max-width: 540px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  
}
.modal-content {
 
  box-shadow: 0px 10px 30px 0px #0000001A;
       border-radius: 20px;
    border: 0;
}

.modal_title {
font-size: 34px;
font-weight: 400;
line-height: 1.5;
text-align: center;
  color: var(--color-white);
  font-family: var(--font-secondary), sans-serif;
}
.modal_subtitle {
font-size: 18px;
font-weight: 400;
    line-height: 1.5;
text-align: center;
   color: var(--color-white);
}

.modal-body .btn{
     max-width: 100%;
    display: block;
    width: 100%;
    margin-top: 20px;
}
.btn-close {
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    padding: 0;
     color: var(--color-white);
    background: none;
    border: 0;
    border-radius: .375rem;
    opacity: 1;
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 10px;
}
.modal {
    z-index: 99999;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-open {
    padding-right: 0px !important;
}
.modal-open .modal {
   overflow-x: hidden;
   overflow-y: visible;
   background: #00000099;
   padding-right: 0!important;
}

.modal .f1{
   color: var(--color-white);
}
.modal .policy .text p {
   color: var(--color-white);
}
.modal .policy .text a {
   color: var(--color-white);
}

.modal input::-webkit-input-placeholder, 
.modal textarea::-webkit-input-placeholder{color: #fff!important; opacity:1; }
.modal input::-moz-placeholder, 
.modal textarea::-moz-placeholder {color: #fff!important; opacity:1; }

/*form, CF7*/

p.accept{
 color:#292F3D;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */
  padding: 0px 30px;
  text-align: center;
}
p.accept a{
 color:#292F3D;
  text-decoration: underline;
}
p.accept label{
 color: #333;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */
}
.f1{
padding: 17px 21px;
    text-transform: none;
    letter-spacing: 0px;
    box-shadow: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    transition: all 0.3s;
    position: relative;
     font-family: var(--font-primary), sans-serif;
  color: rgba(137, 137, 137, 0.70);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;

  border-radius: 10px;
border: 1px solid rgba(233, 233, 233, 0.30);
background: rgba(255, 255, 255, 0.20);
  
}
textarea {
  width: 100%;
}
.f1:focus, textarea:focus {
 border: 1px solid rgba(233, 233, 233, 0.30);
   outline: none;
   transition: all 0.2s;
   box-shadow: none;
}
.wpcf7-not-valid-tip {
  right: 10px;
      color: #bd2e2e;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding-left: 20px;
    margin-top: 0;
    position: absolute;
    top: -5px;
}
.wpcf7-not-valid-tip:before {
  right: 10px;
  color: #ff5320;
  font-size: 26px;
  position: absolute;
  top: 0px;
  content:'\f02a';
  font-family: 'Material Design Icons';
}


.wpcf7 form.invalid .wpcf7-response-output {
         position: absolute;
    background-color: #fd5c2c;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.wpcf7{
  position: relative;
}
.projects_container .wpcf7 form.invalid .wpcf7-response-output {
 

    right: -110%;
    bottom: 0px;
}


.wpcf7 form.sent .wpcf7-response-output {
    
}
.wpcf7 form .wpcf7-response-output {
    margin: 20px 0em 0em;
    text-align: center;
    padding: 0;
    border: 0px solid #ffffff;
    font-size: 14px;
      color: #00a85a;
    width: 100%;
}
.wpcf7-not-valid, .modal-body .wpcf7-not-valid{
       border: 1px solid  #a2accf;
}
input::-ms-clear {
	display: none;
}
[type=reset]{
       margin-top: 13px;
    color: #7C7C7C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
    background: transparent;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: rgba(137, 137, 137, 0.70)!important; opacity:1; }
input::-moz-placeholder, textarea::-moz-placeholder {color: rgba(137, 137, 137, 0.70)!important; opacity:1; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { opacity:0; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity:0; }
textarea { overflow:auto;  }



button, input[type="submit"] {
    cursor: pointer;
}
input:focus, input:active,
button:focus, button:active {
    outline: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
label {
	cursor: pointer;
  display: block;
  color: #292F3D;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
  margin-bottom: 7px;
}
legend {
	display: block;
}
figcaption {text-align: center; font-size: 12px; font-style: italic; padding-left: 30%;}
.wp-block-gallery {margin: 20px auto;}
pre {color: #bbb;}
code {width: 90%; margin: 0 auto; display: block; background: rgba(255,255,255, 0.1); padding: 1rem;}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  
    background-color: rgba(50, 78, 117, 1);
  color: #fff;
  
}


/*component*/

.totop {
position: fixed;
    bottom: 20px;
    right: 30px;
    height: 50px;
    width: 50px;
    display: flex;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.2s;
       border: 1px solid #4770a1;
    background: #4770a1;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 99;
    opacity: 0;
}
.totop.status {
  opacity: 1;
}
.totop:hover {
  opacity: 0.8;
  transition: all 0.2s;
}
.scrolltop {
    opacity: 0;
    transition: all 0.2s;
}




/*footer*/

footer{

      margin-top: 20px;
    position: relative;
background: linear-gradient(4deg, #182231 2.57%, #2E4560 95.75%);
box-shadow: 0px 30px 80px 0px rgba(219, 236, 245, 0.20);
  color: var(--color-white);
  padding: 80px 0px;
font-weight: 400;
font-size: 14px;

}

footer ul{
  padding: 0;
}
footer ul li.menu-item{
  color: var(--color-white);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  padding-bottom: 20px;
}

.widgettitle{
    color: rgba(255, 255, 255, 0.80);
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 150% */
text-transform: uppercase;
    margin-bottom: 30px;
}

.contact_widget{
      display: flex;
    flex-direction: column;
}
.contact_widget, 
.contact_widget a,
.contact_widget p
{
  color: var(--color-white);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
  padding-bottom: 20px;
}

.messenger{
      display: inline-flex;
    flex-direction: column;
    gap: 28px;
    align-content: flex-end;
   
}
.messenger a{
  border-radius: 10px;
border: 1px solid #EAEAEA;
  display: inline-flex;
padding: 20px 26px;
justify-content: center;
align-items: center;
  color: #EAEAEA;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
  width: 140px;
  gap: 10px;
  transition: all 0.2s;
  transition: all 0.2s;
}

.messenger a .mdi{
  font-size: 22px;
}

.messenger a:hover{
  background: #fff;
  border: 1px solid #EAEAEA;
  color: #2e4560;
  transition: all 0.2s;
}

.footer_row_2{
margin-top: 60px;
}
.footer_row_3{
margin-top: 30px;
}
.footer_row_3 a,
.footer_row_3 p,
.footer_row_3
{
color: #BBB;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
letter-spacing: -0.6px;
}

.disklamer{
     background: #FFF;
    padding: 14px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.disklamer p{
    color: var(--color-primary);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
letter-spacing: -0.6px;
  max-width: 1160px;
}



/*home*/

.offer{
  position: relative;
    height: 100%;
background: linear-gradient(4deg, #182231 2.57%, #2E4560 95.75%);
box-shadow: 0px 30px 80px 0px rgba(219, 236, 245, 0.20);
  min-height: 1667px;
}
.offer .overlay{
  position: absolute;
    height: 100%;
    width: 100%;
background: rgba(16, 33, 57, 0.3);
  left: 0;
  top: 0;
  z-index: 1;
}

.img_offer{
   position: absolute;
   object-fit: cover;
   object-position: top;
   height: 100%;
   width: 100%;
  filter: opacity(100%);
   z-index: 0;
}

.offer .offer_content{
     position: relative;
    z-index: 2;
    padding: 160px 0px 120px 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}


.offer .offer_content .title{
     display: flex;
    flex-direction: column;
    gap: 40px;
}
.offer .offer_content .title .row_two{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 250px;
}

.offer .offer_content .title h1{
 color: var(--color-white);
font-size: 74px;
font-style: normal;
font-weight: 400;
line-height: 74px; /* 100% */
text-transform: uppercase;
     
}
.offer .offer_content .title h2{
color: #F1F1F1;
text-align: right;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
      font-family: var(--font-primary), sans-serif;
      letter-spacing: 0;
    text-transform: none;
 
}
.offer .offer_content .title p.slogan{
 color: var(--color-white);
font-size: 74px;
font-style: normal;
font-weight: 400;
line-height: 74px; /* 100% */
text-transform: uppercase;
      font-family: var(--font-secondary), sans-serif;

}



.offer .offer_content .info{
background: rgba(255, 255, 255, 0.30);
    width: 50%;
    padding: 40px;
    margin: 40px 0px;
}
.offer .offer_content .info p, 
.offer .offer_content .info h2,
.offer .offer_content .info h3
{
  color: var(--color-white);
}
.offer .offer_content .info h2 
{
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -1px;
}

.offer .offer_content .info h2 span{
   font-family: var(--font-primary), sans-serif;
   text-transform: none;
}

.blur{
backdrop-filter: blur(10px);
}
.radius-10{
border-radius: 10px;
}
.radius-20{
border-radius: 20px;
}
.info_advantages{
     display: flex;
    justify-content: space-between;
}
.info_advantages .item{
      display: flex;
    flex-direction: column;
}
.info_advantages .item .num{
display: flex;
    gap: 20px;
}
.info_advantages .item .num p{
color: var(--color-white);
 font-family: var(--font-secondary), sans-serif;
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: 48px; /* 80% */
}
.info_advantages .item .num span{
 color: #EAEAEA;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 180% */
text-transform: uppercase;
}
.info_advantages .item p{
color: var(--color-white);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
letter-spacing: -0.6px;
}

.offer .offer_content .form{
    background: rgba(255, 255, 255, 0.30);
    width: 50%;
    padding: 60px 40px 40px 40px;
    margin-left: auto;
    margin-top: 80px;
}
.offer .offer_content .form p.formtitle{
color: var(--color-white);
 font-family: var(--font-secondary), sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 42px;
letter-spacing: -1px;
text-transform: lowercase;
}
.offer .offer_content .form p.formtitle span{

font-size: 56px;
text-transform: capitalize;
}

.offer .offer_content .form p.formsubtitle{

color: #E6E6E6;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.offer .offer_content .form .f1{

color: rgba(255, 255, 255, 0.7);
}

.offer .offer_content .form input::-webkit-input-placeholder{
color: rgba(255, 255, 255, 0.70)!important;
}

.offer .offer_content .form p.formbottom{

color: rgba(250, 250, 250, 0.70);
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  margin-top: 12px;
}
.offer .offer_content .form .btn{
margin-top: 24px;
width: 100%;
}

.offer .offer_content .form .btn-primary{
background: #fff;
color: var(--color-primary);
}
.offer .offer_content .form .btn-primary:hover{
background: #2E4560;
color: var(--color-white);
}

.page-section{
  padding: 100px 0px;
}
.bg_section{
  padding: 80px 0px;
      margin: 60px 0px;
}

.title_h2 {
      position: relative;
margin-bottom: 25px;
}
.title_h2 h2{
  
}

   

.title_h2 p{
 color: var(--color-grey);
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.144px;
margin-bottom: 0px;
}

.text-white{
  color: var(--color-white);
}
.text-white h2,
.text-white h3,
.text-white p
{
  color: var(--color-white);
}

/*slider*/

.slider_container{
margin-top: 40px;
  position: relative;
  z-index: 1;
}

.slider_fon{
        position: absolute;
    z-index: 1;
    display: flex;
    width: 1400px;
    justify-content: space-between;
    margin-left: -85px;
    top: 50%;
    height: 440px;
    margin-top: -260px;
    opacity: 0.8;
}
.swiper-cube .swiper-cube-shadow {
 
    opacity: 0!important;
  
}

.vid_gallery{
      
}

.vid_gallery .swiper-slide .item{
 
}

.vid_gallery .swiper-slide .item .video_container{
  width: 100%;
  height: 650px;
      position: relative;
}
.vid_gallery .swiper-slide .item .video_container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vid_gallery .swiper-slide .item .video_container video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play {
    background: url(./img/play.svg) no-repeat;
    width: 90px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
}

.vid_gallery .swiper-slide .item .slide-title{
margin-top: 25px;
text-align: center;
 font-family: var(--font-secondary), sans-serif;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 60px; /* 107.143% */
letter-spacing: -2px;
text-transform: uppercase;
  position: relative;
}

.swiper_navi{
        position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.vid_gallery .swiper-button-next, .vid_gallery .swiper-button-prev {
    width: auto;
    background: transparent;
    border-radius: 0;
    height: auto;
    color: #BBB;
    font-family: var(--font-secondary), sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
  width: 280px;
  border-bottom: 2px solid #EAEAEA;
      top: -25px;
}
.vid_gallery .swiper-button-prev:after, .vid_gallery .swiper-rtl .swiper-button-next:after {
   display: none;
}
.vid_gallery .swiper-button-next:after, .vid_gallery .swiper-rtl .swiper-button-prev:after {
   display: none;
}


.vid_gallery .swiper-button-next, .vid_gallery .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
    left: auto;
}

.vid_gallery .swiper-button-prev, .vid_gallery .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px);
    right: auto;
}
.vid_gallery .swiper-button-next {
    display: flex;
    justify-content: flex-end;
}
 .vid_gallery .swiper-button-prev {
    display: flex;
    justify-content: flex-start;
}


/*actual*/

.actual_section{
  position: relative;
}

.actual_section:before{
   content: '';
    position: absolute;
    width: 1402px;
    height: 1402px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    border-radius: 3000px;
      border: 1px solid rgb(64 64 64 / 16%);
    left: 50%;
    margin-left: -700px;
    top: 50%;
    margin-top: -700px;
    z-index: -1;
}

.actual_container{
  display: flex;
  gap: 10px;
  margin-top: 20px;
    margin-bottom: 40px;
  position: relative;
}

.actual_container:before{
 content: '';
    position: absolute;
    border-radius: 3000px;
    border: 1px solid rgba(151, 166, 187, 0.60);
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    left: -120px;
    top: -30px;
    z-index: 0;
}

.actual_container .item{
 display: flex;
    background: rgba(255, 255, 255, 0.20);
    padding: 40px 30px;
    min-height: 260px;
    width: calc(100% / 3 - 10px);
    flex-direction: column;
}
.actual_container .item p.title{
margin-bottom: 20px;
 font-family: var(--font-secondary), sans-serif;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 48px;
letter-spacing: -2px;
}
.actual_container .item p.title span{
font-size: 40px;
}

.actual_container .item p.subtitle{
margin-bottom: 0;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.6px;
}
.actual_container .item p.info{
color: #EAEAEA;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-align: right;
}

.actual_button .btn{
  max-width: 402px;
  width: 100%;

}

/*consult*/

.consult_container{
    display: flex;
    gap: 10px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    position: relative;
    z-index: -2;
}
.consult_container .item{
display: flex;
    width: calc(100% / 2 - 5px);
    border-radius: 10px;
    padding: 30px 30px 46px 30px;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 500px;
    position: relative;
    background-size: cover !important;
}
.consult_container .item .overlay{
 border-radius: 10px;
 background: linear-gradient(180deg, rgba(24, 34, 49, 0.00) 0%, rgba(24, 34, 49, 0.50) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.consult_container .item .content{
    z-index: 1;
    position: relative;
}

.consult_container .item h3{

font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -1px;
}

.consult_container .item p{

font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.6px;
min-height: 44px;
}

.consult_button .btn{
  width: 100%;
  transition: all 0.3s;
}
.consult_button .btn span{

  transition: all 0.3s;
}

#random_text {
    opacity: 1;
    transition: opacity 0.5s ease-in-out; /* Плавный переход */
  }
  #random_text.fade-out {
    opacity: 0;
  }

/*advantages*/

.advantages_container{
  position: relative;
      height: 100%;
  min-height: 1310px;
  margin-top: 20px;
}
.advantages_container .item{
  border-radius: 1000px;
    border: 1px solid rgba(46, 69, 96, 0.30);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(8px);
    transition: all 0.3s;
    display: flex;
    padding: 10% 2% 10% 7%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    justify-content: center;
      align-items: flex-start;
   position: absolute;
}

.advantages_container .item:nth-child(1){
  left: 0;
  top: 0;
  width: 508px;
  height: 544px;
      z-index: 1;
}
.advantages_container .item:nth-child(2){
  right: 40px;
  top: 48px;
  width: 418px;
  height: 418px;
}
.advantages_container .item:nth-child(3){
  left: 432px;
  top: 293px;
  width: 426px;
  height: 426px;
}

.advantages_container .item:nth-child(4){
  left: 29px;
  top: 508px;
  width: 470px;
  height: 470px;
      z-index: 2;
}

.advantages_container .item:nth-child(5){
   left: 436px;
    bottom: 70px;
    width: 540px;
    height: 540px;
}

.advantages_container .item:nth-child(6){
   
  
   right: 30px;
  top: 464px;
  width: 376px;
  height: 376px;
}

.advantages_container .item p.name{

font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -1px;
}
.advantages_container .item p.text{
 color: var(--color-grey);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
letter-spacing: -0.6px;
}

.advantages_container .item.bg_fon{
 color: var(--color-white);
background: #2E4560;
}
.advantages_container .item.bg_fon p.text{
 color: var(--color-white);
}

.advantages_container .item:hover{
background: #2E4560;
  transition: all 0.3s;
cursor: pointer;
}

.advantages_container .item:hover p.name{
 color: var(--color-white);
}
.advantages_container .item:hover p.text{
 color: var(--color-white);
}

/*etaps*/

.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 20px;
}
.etaps_container{
}

.etaps_container .item{
    padding: 48px 0px;
    border-top: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    gap: 75px;
}
.etaps_container .item .num{
 color: #BBB;
font-family: var(--font-secondary), sans-serif;
font-size: 52px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.etaps_container .item p{
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
  margin: 0;
}
 span.prefix{
    color: var(--color-grey);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    right: 80px;
    top: 0px;
    position: absolute;
}

.etaps_button .btn{
  width: 100%;
}

#etaps .title_h2 {
      position: relative;
margin-bottom: 25px;
}


/*projects*/

.projects_container{
padding: 60px 47px 40px 47px;
  border: 2px solid rgba(50, 78, 117, 0.50);
}
.projects_container{
background-position: bottom right!important;
  overflow: hidden;
}

.projects_container .title_h2 p{
color: var(--color-primary);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.projects_container .descr p{
color: var(--color-grey);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.projects_container .descr ul{
margin-left: 0;
    padding: 0;
  list-style: none;
}
.projects_container .descr ul li{
color: var(--color-grey);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  position: relative;
  padding-bottom: 5px;
  padding-left: 10px;
}
.projects_container .descr ul li:before{
background: var(--color-grey);
    width: 3px;
    height: 3px;
    border-radius: 10px;
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
}
.projects_container .f1{
  color: var(--color-primary);
border: 1px solid #EAEAEA;
background: rgba(234, 234, 234, 0.40);
  
}
.projects_container .form{
  
    width: 35%;
    margin-top: 30px;
  
}
.projects_container .form .btn{
border: 1px solid rgba(50, 78, 117, 0.50);
    width: 100%;
    margin-top: 20px;
  
}
.projects_container .form .dldpdf{
  
   position: relative;
  
}

.projects_container .form .dldpdf:before{
  
    position: absolute;
    content: '';
    background: url(./img/download.svg) no-repeat;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -90px;
  
}
.projects_container .form .dldpdf:hover::before{
  
    
    background: url(./img/download-white.svg) no-repeat;
 
  
}

/*mobile menu*/

 .mobile_instrument_container a {
       color: #2f2f2f;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    justify-content: flex-start;
}
.mobile_instrument_container p {
     color: #2f2f2f;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
      font-size: 16px;
}
.mobile_instrument_container .mdi-contact {
     width: 27px;
    height: 27px;
    font-size: 26px;
    color: #00a54f;
}

#rmp-container-247 {

        top: 65px;
}


/*policy checkbox*/

.policy {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    align-content: center;
  margin-top: 0px;
}

.policy .checkbox {
     -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
    border: 0;
    width: 25px;
    background: #42516473;
    height: 25px;
    margin-top: 0px;
    border-radius: 5px;
}
.policy .checkbox span.wpcf7-form-control-wrap {
    margin-bottom: 0;
    height: auto;
}
.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
label {
    display: inline-block;
}
.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
    z-index: 1000;
}
.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
    background-color: #fff;
}
.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 0 !important;
    color: transparent;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
}
.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
    display: block;
}
.policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
content: "";
 content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    margin: auto;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.policy .text p {
     color: var(--color-grey);
    font-size: 13px!important;
    line-height: 16px!important;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
}
.policy .text p a{
      color: var(--color-grey);
    text-decoration: underline;
}
.wpcf7-spinner {
    position: absolute;
}

.offer .offer_content .form .policy .text p a{
      color: var(--color-white);
    text-decoration: underline;
}
.offer .offer_content .form .policy .text p{
      color: var(--color-white);
}

header.scroll{
   
}

header.scroll{
  z-index: 999;
  transition: all 0.3s;
  height: auto;
  /*animation: stickup 1s ease-out;*/
      padding: 0px 0px;

}

header.out {
    transform: translateY(-100%);
}


.error404 main{
    height: 100vh;
}
  
.error404 h1{
    font-size: 80px;
  font-weight: 600;
}


.mobile_instrument_container .air_monitoring {
   
    margin-bottom: 20px;
}

.cookie-consent-popup {
   position: fixed;
    bottom: 20px;
    left: 20px;
    width: 100%;
    background-color: #ffffff;
    padding: 45px 20px;
    box-shadow: 0px 0px 30px #0000001f;
    border-radius: 10px;
    text-align: left;
    z-index: 999999;
    display: none;
    max-width: 420px;
}

.cookie-consent-content {
 max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
}

.cookie-consent-popup p {
    font-size: 14px;
    color: var(--color-primary);
    margin: 0;
}
.cookie-consent-popup p a{
     
   color: var(--color-primary);
    text-decoration: underline;
}

.btn_cookies{
        background: #345b82;
    color: #fff;
    border: 0;
    border-radius: 5px;
    width: 120px;
    font-weight: 400;
    font-size: 15px;
    height: 40px;

}

.close_cookies{
        border: 0;
    color: #1c2838;
    font-size: 18px;
    cursor: pointer;
    top: 8px;
    right: 10px;
    position: absolute;
    background: transparent;
}


.news_container{
      display: flex;
    gap: 80px 40px;
    margin-bottom: 0px;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
}
.news_container .news_item{
  display: flex;
    width: calc(100% / 2 - 20px);
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 500px;
    position: relative;

}
.news_container .news_item .img{
      width: 100%;
    height: 400px;
    border-radius: 15px;
}
.news_container .news_item .img img{
      width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.news_container .news_item .content{
      padding-top: 20px;
}

.news_container .news_item h2{
  font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.news_container .news_item .excerpt{
      font-size: 16px;
    margin-bottom: 10px;
    color: #2e2e2e;
}
.news_container .news_item .data{
      color: #4770a1;
    font-size: 13px;
}