/*   
Theme Name: defaults
Version: portal
*/



:root {

  --color-primary: #33333C;
  --color-secondary: #5589d5;
  --color-hover: #22596a;
  --font-primary: 'Onest';
   --font-secondary: 'Roboto Slab';
}


/* 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;
}

.mark, mark {
    padding: 0;
    background-color: transparent;
}

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




@media (min-width: 1200px){
.container {
   width: 100%;
   max-width: 1440px;
}
}
 .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;
  }


/*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;
   font-family: var(--font-secondary), sans-serif;
}
h1 {
      font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 0px;
}


h2 {
   font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
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: 5px 0px 5px 0px;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #444c5ec2;
    background: #f7f7f700;
    margin-bottom: 0px;
}
.breadcrumbs a{
    color: #3c3c3c;
    text-decoration: underline;
}
.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) {
     
}
table tr:nth-child(1) {
     
    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: 1px solid #fff;
}
.page-template-default table {
    border: 0px solid #E0E4EB;
    border-collapse: collapse;
}
.page-template-default table td, table.light-table  th {
       border: 1px solid #ffffff;
}
.page-template-default table tbody td {
    font-weight: 400;
    font-size: 18px;
    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: 10px;
   background: var(--color-secondary);
    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: 0px;
    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: 16px;
   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: 20px;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    justify-content: center;
}
.btn-primary {
  background: #4f6483;
  border: 0;
  color: #fff;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary.active, .btn-primary:active {
   background: #333b4a;
    border: 0;
    transition: all 0.2s;
    box-shadow: none;
   color: #fff;
}
.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled]:hover{
  opacity: 1;
   background: #333b4a;
  transition: all 0.2s;
   color: #fff;
}
.wpcf7-form-control.btn{
  display: block;
}



/*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: #4f6483 !important;
    border-color: #4f6483 !important;
    color: #fff !important;
}

.pagination .page-numbers:focus, .pagination .page-numbers:hover{
    z-index: 2;
     background-color: #4f6483 !important;
    border-color: #4f6483 !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:  #4f6483;
}



/*header*/

header {
  width: 100%;
  padding-bottom: 0px;
   margin-bottom: 30px;
  z-index: 9;
   transition: all 0.3s;
  

}

.header_top {
  background: #efefee40;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;

}

.header_container{
       display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px 25px 0px;
    align-content: center;
    transition: all 0.3s;
    gap: 36px;
       max-width: 1410px;
    margin: 0 auto;
}

header .logo_container{
  
}
header .logo_container .logo{
    display: flex;
    align-items: center;
    gap: 10px;
  
}
header .logo_container .logo img{
width: 180px;
  
}

header .logo_container .logo span{
     color: var(--color-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
}

header .menu_container{
    margin-top: 20px;
}



header .instrument_container{
 display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
  position: relative;
      margin-top: 8px;
}

header .instrument_container .call{
 display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
  position: relative;
  margin-top: 20px;
}

header .instrument_container .call .bage{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
    position: absolute;
    top: -27px;
    left: 0;
    font-size: 11px;
    background: #ededed;
    color: #333b4a;
    border-radius: 100px;
    height: 20px;
    padding: 0px 10px;
}

.instrument_container a{
       font-weight: 500;
    font-size: 22px;
    color: #333b4a;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;

}
 
header.scroll{
   background: var(--bgcolor-black);
}

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

.mdi-contact{
     width: 20px;
    height: 20px;
    background: var(--bgcolor-white);
    display: flex;
    color: var(--bgcolor-black);
    align-items: center;
    justify-content: center;
}


/*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: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    list-style: none;
        justify-content: space-between;
    width: 100%;
    gap: 38px;
    flex-wrap: wrap;
      justify-content: flex-start;
      height: 63px;
}
b.caret{
  line-height: 0px;
  padding-left: 10px;
  color: #fff;
}
b.caret i {
 transition: all 0.3s;
  color: #fff;
}
   .navbar {
      padding: 0;
    background-color: #333b4a;
    border-radius: 20px;
}
.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: 25px;
    padding-bottom: 25px;
    font-weight: 400;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-right: 0;
    display: flex;
    position: relative;
    font-style: normal;
    font-size: 13px;
    line-height: 1;
    color: #ffffff;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 0;
  gap: 5px;
      height: 63px;
}
.home_menu_item .ph{
  font-size: 18px;
}
.home_menu_item a{

}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
   text-decoration: none;
       color: rgb(172 190 217);
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: rgb(172 190 217);
}


li.current-menu-item a{
    color: rgb(172 190 217);
}

footer li.current-menu-item a {
    color: #b5c6da !important;
}

/*li.current-post-ancestor a,
li.current-post-ancestor a:hover, 
li.current-post-ancestor a:focus{
   text-decoration: none;
        color: #ffe390;
}*/




.dropdown-menu {
  width: auto;
    top: 100%;
    left: inherit;
    right: 0;
    display: none;
    float: left;
    padding: 20px 0px 10px 10px;
    margin: 0;
    color: #fff;
    text-align: right;
    list-style: none;
    transition: all 0.3s;
    box-shadow: none;
    border-radius: 0px 0px 20px 20px;
    border: 0;
    background: #333b4a;
}
.dropdown-menu li:hover {
    transition: all 0.3s;
    color: #fff;
  background: transparent;
}
.dropdown-menu li a {
      transition: all 0.3s;
    color: #fff;
    font-size: 13px;
    padding: 0px 20px 10px 20px;
    border-radius: 0px;
    width: 100%;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
}
.dropdown-menu li a:hover {
  text-decoration: none!important;
  color: #fff;
    opacity:1;
  background: transparent;
}
.dropdown-menu li:hover a{
  text-decoration: none!important;
  color: #fff;
  background: transparent;
}
.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;
  background: transparent;
}
.dropdown-menu  li.current-menu-item a:hover{
       text-decoration: none;
     color: #fff;
  background: transparent;
}

ul li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
.dropdown-toggle::after {
    content: '\e136';
    font-family: 'Phosphor';
  font-size: 12px;
  color: #fff;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}


.menu_instrument{
     display: flex;
    gap: 10px;
    padding-right: 30px;

}
.menu_instrument .ph{
 font-size: 30px;
    color: #f1cb7b;

}


/*modal*/

.modal-body {
    position: relative;
    padding: 38px;
       border-radius: 15px;
     background: #f2f6f8;
}
.modal-dialog {
     max-width: 540px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  
}
.modal-content {
    background: #fff;
  box-shadow: 0px 10px 30px 0px #0000001A;
       border-radius: 15px;
    border: 0;
}

.modal_title {
font-size: 28px;
font-weight: 400;
line-height: 48px;
text-align: center;
   color: #000;
}
.modal_suntitle {
font-size: 18px;
font-weight: 400;
line-height: 48px;
text-align: center;
   color: #000;
}

.modal-body .btn{
  max-width: 100%;
    display: block;
      padding: 22px 20px;
}
.btn-close {
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    padding: 0;
    color: #383838;
    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;
}
/*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: 18px 20px;
    text-transform: none;
    letter-spacing: 0px;
    box-shadow: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    transition: all 0.3s;
    position: relative;
    color: #292F3D;
    font-family: 'Onest';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 15px;
    border: 0px solid #d1d1d1;
    background: #E6ECF5;
}
textarea {
  width: 100%;
}
.f1:focus, textarea:focus {
 border: 0px solid #DFE5F4;
   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 form.invalid .wpcf7-response-output {
        color: #bd2e2e;
}
.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:#292F3D80!important; opacity:1; }
input::-moz-placeholder, textarea::-moz-placeholder {color:#292F3D80; 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: #333b4a;
    border-color: #333b4a;
  
}


/*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 #464e5e;
    background: #464e5e;
    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;
}
.social{
 display: flex;
    gap: 13px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 0;
    padding: 0;
}
header .social{

    margin-top: 0px;

}

.social a{
  display: flex;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    justify-content: center;
    transition: all 0.2s;
    color: #333b4a;
    font-size: 24px;
    align-items: center;
}

header .social a{

     background: #ededed;

}

.social a:hover{
  background: #ffe390;
  transition: all 0.2s;
 color: #333b4a;
  opacity: 1;
}
.social a:focus{
  background: #ffe390;
  transition: all 0.2s;
color: #333b4a;
  opacity: 1;
}

.search_form{
     display: flex;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
  margin-top: 0px;
}
.input_search{
       padding: 15px 20px;
    width: 90%;
    border-radius: 20px 5px 5px 20px;
    font-size: 14px;
    background-color: #f4f6fa;
    border: 1px solid #fff;
    height: 60px;
}
.search_form button{
         width: 15%;
    background-color: #4f6483;
    color: #fff;
    border-radius: 5px 20px 20px 5px;
    height: 60px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.search_form button .ph{
  font-size: 30px;
}

/*footer*/

footer{
    margin-top: 60px;
      margin-bottom: 40px;
    position: relative;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    font-weight: 400;
    font-size: 14px;

}
.footer_wrapper{
 
       background: #333b4a;
    border-radius: 30px 30px 30px 30px;
    padding: 60px 40px 40px 40px;


}
footer .blogname{
      margin-top: 10px;
    display: block;
    font-weight: 500;
    color: #b8c8d9;
}
footer .blogname br{
    display: none;
}
.footer_container {
     display: flex;
    gap: 60px;
    flex-direction: row;
}

.footer_item {
    width: calc(100% / 4 - 30px);
}

.footer_item.contacts{
      background: #464e5e;
    border-radius: 20px;
    padding: 30px;
}

.footer_item.contacts p{
        font-size: 16px;
  color: #fff;
}
.footer_item.contacts p a{
     color: #fff;
}
.footer_item.contacts p a.phone{
        font-size: 22px;

}

.footer_item.contacts p span{
    font-size: 14px;
    color: #858585;
 display: block;
  margin-top: 5px;
}

 footer ul{
   list-style: none;
       padding: 0;
}


footer .menu li a{
    color: #fff;
    padding-bottom: 10px;
    display: block;
}
footer .menu li a:hover{
  color: #bdcfe3;
}

footer a{
 color: #fff;
}

.copyright{
      display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #ffffff1c;
      color: #d6eaff;
    font-size: 12px;
}
.copyright a{
  color: #d6eaff;
}
.copyright a:hover{
   color: #fff;
    text-decoration: underline;
    
}

.widgettitle{
       color: #bdcfe3;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #49515e;
   font-family: var(--font-secondary), sans-serif;
}

aside {
  
  display: block;
  height: 100%;
  
}
aside .widget {
   padding: 20px 25px 25px 25px;
    border-radius: 20px;
    background: #f4f6fa;
    border: 1px solid #e8eaed;
    display: block;
  margin-bottom: 30px;
}


aside .widgettitle {
    color: #4f6483;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 20px;
    padding-top: 0px;
    border-bottom: 0;
    padding-bottom: 0;
}
.custom-html-widget, .text-widget{
  overflow: hidden;
  border-radius: 15px;
}

.archive aside .news_container .news_item,
.search aside .news_container .news_item
{
      width: calc(100% / 1 - 0px);
    display: flex;
    gap: 20px;
    background-color: #fbfbfb00;
    padding: 0;
    border-radius: 0;
    border: 0;
    flex-direction: row;
    align-items: flex-start;
}
.archive aside .news_container .news_item .img, .search aside .news_container .news_item .img {
    width: 25%;
}
.archive aside .news_item .img, .search aside .news_item .img {
    height: 70px;
     border-radius: 10px;
}
.archive aside .news_item .img img, .search aside .news_item .img img {
    border-radius: 10px;
    object-fit: cover;

}
.archive aside .news_item .title,  .search aside .news_item .title{
   font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #37404d;
    margin-top: 3px;
}

.archive aside .news_item p,  .search aside .news_item p{
       font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #37404d;
    margin-top: 3px;
}

/*home*/

.bg_section{
     padding: 60px 0px !important;
 background: #FDF9F5;
 border-radius: 25px;
      margin: 30px 0px;
}

.border-radius{
  border-radius: 25px;
}

.page-section{
  padding: 30px 0px;
}

.single .page-section.mini_container .container{
 max-width: 960px;
}

.title_h2 {
    display: flex;
    align-items: center;
    gap: 30px;
margin-bottom: 25px;
}
.title_h2 h2{
font-weight: 600;
font-size: 32px;
line-height: 120%;
margin-bottom: 0px;
  padding: 0;
  margin-top: 0px;
   font-family: var(--font-secondary), sans-serif;
}

/*offer*/

.offer{
     background: #ffe390;
    padding: 60px;
    min-height: 300px;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
      margin-bottom: 30px;
}

.offer:after{
  content:'';
     background: url(/wp-content/uploads/2025/07/stacked-waves-haikei.svg)no-repeat;
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  height: 300px;
  opacity: 0.4;
      background-size: cover;
}



.offer .content{
     width: 60%;
    position: relative;
    z-index: 1;
}
.offer .img{
      width: 40%;
    display: flex;
    justify-content: flex-end;
      position: relative;
    z-index: 1;
}

.offer .img img{
   width: 30%;
}



.offer .content .bloginfo{
       display: inline-flex;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #00000057;
   
}
.offer .content .bloginfo span{
     display: none;
   
}

.offer .content .bloginfo h1{
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
  font-family: var(--font-primary), sans-serif;
  font-weight: 400;
}


.offer .content .blogname{
     font-family: var(--font-secondary), sans-serif;
    font-size: 56px;
    margin: 20px 0px;
  font-weight: 600;
}
.offer .content .blogdescription ul{
    padding: 0;
    display: flex;
    gap: 20px;
}
.offer .content .blogdescription ul li{
 color: #000;
    font-size: 18px;
    position: relative;
    font-weight: 400;
}
.offer .content .blogdescription ul li:before{
    position: absolute;
    content: '';
    background: #000;
    border-radius: 10px;
    width: 4px;
    height: 4px;
    right: -13px;
    top: 50%;
    margin-top: -2px;
}

.offer .content .blogdescription ul li:last-child::before{
   display: none;
}

/*index carousels*/

.carousel_loop{
  
}

.carousel_loop .carousel_item{
     background: #fff;
    height: auto;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
  
}

.carousel_loop .carousel_item .img .overlay{
  position: absolute;
    opacity: 0.9;
    transition: all 0.6s;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(179deg, rgb(255 255 255 / 0%) 70%, #333b4a 99.97%);
    z-index: 1;
}

.carousel_loop .carousel_item .img{
    width: 100%;
    height: 200px;
    border-radius: 8px;
  overflow: hidden;
    position: relative;
}
.carousel_loop .carousel_item .img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
     object-fit: cover;
   transition: all 0.6s;
}

.carousel_loop .carousel_item:hover img {
    transform: scale(1.05);
    transition: all 0.6s;
}

.carousel_loop .carousel_item .content{

  margin-top: 15px;
 
}
.carousel_loop .carousel_item .content h3{
color: #000;
    font-weight: 700;
    font-size: 18px;
  letter-spacing: 0.5px;
    line-height: 1.3380952381;
  margin-bottom: 10px;
}
.carousel_loop .carousel_item .content p{
color: #323232;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.6;
    margin-bottom: 0px;
}
.carousel_gallery_container {
    position: relative;
}


.carousel_gallery_container .swiper-button-next, .carousel_gallery_container .swiper-button-prev {
    position: relative;
}
.carousel_gallery_container .swiper_navi {
      position: absolute;
    top: -40px;
    right: 5px;
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
}

.post_meta_carousel .text{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
}

.post_meta_carousel .ph{
  
    font-size: 22px;
    
}

.post_meta_carousel {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
}

/*tile*/

.tile_loop{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
}
.tile_loop .tile_item{
        width: calc(100% / 2 - 13px);
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
}
.tile_loop .tile_item .overlay{
  position: absolute;
    opacity: 0.9;
    transition: all 0.6s;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    background: linear-gradient(179deg, rgb(255 255 255 / 0%) 20%, #333b4a 99.97%);
    z-index: 1;
  transition: all 1s;
}
.tile_loop .tile_item:hover .overlay {
   transition: all 1s;

  opacity: 1;
}


.tile_loop .tile_item .img{
      border-radius: 20px;
    position: relative;
  height: 100%;
}

.tile_loop .tile_item .img img{
height: 100%;
    object-fit: cover;
  transition: all 0.6s;
}
.tile_loop .tile_item:hover img{
  transform: scale(1.05);
  transition: all 0.6s;
}


.tile_loop .tile_item .content{
     z-index: 1;
      position: absolute;
    bottom: 40px;
    left: 40px;
    height: 100%;
    display: flex;
    padding-right: 40px;
    flex-direction: column;
    justify-content: flex-end;
}
.tile_loop .tile_item .content h3{
     color: #fff;
    padding-bottom: 15px;
    margin: 0;
}
.tile_loop .tile_item .content p{
     
   color: #fff;
  margin-bottom: 0px;
}


/*slider*/

.slider_item{
       width: 100%;
    position: relative;
    height: 600px !important;
    overflow: hidden;
    border-radius: 20px;
}
.slider_item .img{
      border-radius: 20px;
    position: relative;
  height: 100%;
}

.slider_item .img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 0.6s;
    width: 100%;
}

.slider_item .content{
     z-index: 1;
      position: absolute;
    bottom: 40px;
    left: 40px;
    height: 100%;
    display: flex;
    padding-right: 40px;
    flex-direction: column;
    justify-content: flex-end;
}
.slider_item .content h3{
     color: #fff;
    padding-bottom: 15px;
    margin: 0;
}
.slider_item .content p{
         max-width: 960px;
   color: #fff;
  margin-bottom: 0px;
}

.slider_item .content p span{
        text-decoration: underline;
}

.slider_item .overlay{
  position: absolute;
    opacity: 1;
    transition: all 0.6s;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    background: linear-gradient(179deg, rgb(255 255 255 / 0%) 40%, #333b4a 89.97%);
    z-index: 1;
}
.slider_item:hover .overlay {
   transition: all 1s;

  opacity: 1;
}

.slider_gallery_container{
  position: relative;
}

.slider_gallery_container .swiper_navi {
    position: absolute;
    top: -40px;
    right: 5px;
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
}

.slider_gallery_container .swiper-button-next, .slider_gallery_container .swiper-button-prev {
    width: 60px;
    background: #464e5e;
    border-radius: 65px;
    height: 60px;
    color: #ffffff;
    border: 1px solid #464e5e;
}

.slider_gallery_container .swiper_navi {
    position: initial;
   
}

.slider_gallery_container .swiper-button-next, .slider_gallery_container .swiper-rtl .swiper-button-prev {
    right: 40px;
    left: auto;
}
.slider_gallery_container .swiper-button-prev, .slider_gallery_container .swiper-rtl .swiper-button-next {
    right: auto;
    left: 40px;
}

.container_editor{
      background: #f7f7f7;
    padding: 40px;
    border-radius: 20px;
}


ul.color_tags{
       position: absolute;
    z-index: 9;
    left: 0;
    top: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
}



ul.color_tags .term-color{
     padding: 5px 10px;
    border-radius: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 13px;
      font-weight: 500;
}

ul.color_tags.small_post{
     left: -20px;
    top: 10px;
    gap: 3px;
}

ul.color_tags.small_post .term-color{
     padding: 0px 7px;
    height: 25px;
    font-size: 12px;
 
}
.single ul.color_tags {
    position: relative;
    z-index: 9;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
}
.single ul.color_tags .term-color {
  
    color: #fff;
}

.single .meta{
        padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    background: #f4f6fa;
    border-radius: 25px;

}

.single .meta .post_meta{

    display: flex;
    align-items: center;
    gap: 30px;
}

.single .meta .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 40px!important;
    width: 40px!important;
    background-size: 30px 30px!important;
}
.single .meta .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 30px 30px!important;
}

.single .comment{
    background-color: #fbfbfb;
    border-radius: 25px;
    padding-top: 1px;
}


.single .meta .text
{
       color: #646363;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}


.single .meta .text .ph

{
       color: #7b838d;
    font-size: 24px;
   
}

.single .meta .text a
{
      color: #646363;
   
}
.post_count{
  position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    z-index: 9;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
}

.post_count.count_carousel .ph{
     font-size: 16px;
}

.single .post_count {
    position: relative;
    bottom: 0;
    right: 0;
    color: #646363;
    font-size: 12px;
    z-index: 9;
    font-weight: 400;
}


/*glass*/

.glass_card {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    color: white;
      height: 100%;
  border-radius: 15px;
}

.single .thumbbail_block {
    width: 50%;
}

.single .content_block{
    width: 50%;
}

.single .flex_content{
  display: flex;
  gap: 40px;
}
.single .thumbbail_block .img_thumb{
      width: 100%;
    height: 500px;
    border-radius: 15px;
}
.single .thumbbail_block .img_thumb img{
     width: 100%;
    height: 100%;
    object-fit: scale-down;
    margin-bottom: 0px;
    transition: all 0.6s;
  border-radius: 15px;
}



.more_button .btn-primary{
  border: 1px solid #A5A5A6;
  background: #FFFFFF;
  max-width: 480px;
  width: 100%;
  color: var(--color-primary);
      padding: 20px 12px;
}
.more_button .btn-primary:hover{
 background: #94CB3C;
  color: #fff;
    border: 1px solid #94CB3C;
}

a.more_link{
color: var(--color-secondary);
font-weight: 500;
font-size: 18px;
line-height: 0;
    display: flex;
    align-items: center;
    gap: 10px;
   font-family: var(--font-secondary), sans-serif;
}


/*news*/

.news_container{
     display: flex;
    gap: 40px 20px;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 20px;
}

 .news_container .news_item {
    width: calc(100% / 2 - 10px);
}


.news_item h2, .news_item h3{
margin-top: 15px;
font-weight: 500;
font-size: 18px;
line-height: 125%;
  margin-bottom: 12px;
}
.news_item.news_first h2, .news_item.news_first h3{

font-size: 22px;

}


.news_item .img{
    width: 100%;
    height: 195px;
    border-radius: 15px;
    border: 1px solid #cccccc6e;
}

.news_item.news_first .img{
  height: 403px;
}

.news_item .img img{
     border-radius: 15px;
    /*object-fit: scale-down;*/
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.news_item .glass_card {
    position: relative;
    height: 100%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: stretch;
      overflow: hidden;
}

.news_item .overlay {
 position: absolute;
    opacity: 0.4;
    transition: all 0.6s;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    background: linear-gradient(178deg, rgb(255 255 255 / 0%) 40%, #2c384e 99.97%);
    z-index: 1;
}
.news_item:hover img {
    transform: scale(1.05);
    transition: all 0.6s;
}


.news_item .data{
      line-height: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}
.news_item .data span{
    color: #77808c;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;

}
.news_item .data span .ph{
    color: #77808c;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;

}

.archive .news_container,
.search .news_container 
{
    padding-left: 0px;
      display: flex;
    gap: 40px 0px;
    flex-wrap: wrap;
    flex-direction: column;
      margin-top: 40px;
}
.archive .news_container .news_item,
.search .news_container .news_item 
{
  
 width: calc(100% / 1 - 0px);
    display: flex;
    gap: 40px;
    background-color: #fbfbfb;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #4f64831c;
}
.archive .news_item .img,
.search .news_item .img
{
    height: 200px;
  
}


.archive .news_container .news_item .content,
.search .news_container .news_item .content
{
  
      width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.archive .news_container .news_item .img,
.search .news_container .news_item .img
{
  
  width: 30%;
}

.archive .news_container .news_item h2,
.search .news_container .news_item h2
{
    margin-top: 15px;
    font-weight: 600;
    font-size: 26px;
    line-height: 125%;
    margin-bottom: 12px;
    color: #37404d;
}

.archive .news_container .news_item ul.color_tags,
.search .news_container .news_item ul.color_tags
{
    position: relative;
    z-index: 9;
    left: 0;
    top: 0;
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.archive .news_container .news_item ul.color_tags .term-color,
.search .news_container .news_item ul.color_tags .term-color
{
    padding: 5px 10px;
    border-radius: 20px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

.archive .news_container .news_item.news_first ul.color_tags {
    position: absolute;
    z-index: 9;
    left: 20px;
    top: 20px;
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 0;
    padding: 0;
}
.archive .news_container .news_item.news_first .img {
    height: 403px;
      width: 100%;
}
.archive .news_container .news_item.news_first .img img {
    
    object-fit: scale-down;
    object-position: top;
    width: 100%;
    height: 100%;
  
}
.archive .news_container .news_item.news_first {
    width: calc(100% / 1 - 0px);
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.archive .news_container .news_item.news_first .img {
   
    border: 0;
}



.flex_content .content_block{
  width: 50%;
}
.flex_content .thumbnail_block{
    width: 50%;
}
.flex_content .content p.anons{
  
}

.flex_content .content .hentry{
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 15px;
}
.single-post .thumbbail_block {
    width: 100%;
}

.single-post .glass_card {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    color: white;
    height: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post .thumbbail_block .img_thumb {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.single-post .thumbbail_block .img_thumb img {
    width: auto;
        max-width: 745px;
    height: 100%;
    object-fit: scale-down;
    margin-bottom: 0px;
    transition: all 0.6s;
    border-radius: 0px;
}



#map{
  width: 100%;
  height: 520px;
   border-radius: 15px;
}
#map iframe{
   border-radius: 15px;
}
.ymaps-2-1-79-map ymaps, .ymaps-2-1-79-map ymaps:after, .ymaps-2-1-79-map ymaps:before {
    box-sizing: content-box;
    border-radius: 15px;
}
.ymaps-2-1-79-balloon__layout, .ymaps-2-1-79-balloon__content ymaps{
  border-radius: 5px!important;
}

.menu-map .col-12{
  
height: 100%;
}

.menu-map{
  background: #FFFFFF;
height: 100%;
  border-radius: 15px;
  padding: 30px 25px;
}
.menu-map ul{
 margin: 0;
  padding: 0;
}
.menu-map ul li{
font-weight: 400;
font-size: 18px;
line-height: 2.2;
cursor:pointer;
}

.menu-map ul li span{
 color: var(--color-primary);

}
.menu-map ul li span.active{
 color: var(--color-secondary);

}

.map_archive{
  margin-top: 60px;
}


.page_indide_block {
  margin: 60px 0px;
}

.single_thumb{
  border-radius: 15px;
}



/*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: 10px;
    margin-bottom: 20px;
}

.policy .checkbox {
  -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
    border: 0px solid #414141;
    width: 25px;
       background: #3bbad5;
    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: 2px;
    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: #292929!important;
    font-size: 13px!important;
    line-height: 16px!important;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
}
.policy .text p a{
       color: #576c2b;
    text-decoration: underline;
}
.wpcf7-spinner {
    position: absolute;
}


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

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

.ymaps-2-1-79-map-copyrights-promo{
  display: none;
}

.ymaps-2-1-79-copyright.ymaps-2-1-79-copyright_logo_no{
   display: none;
}

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

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

.cookie-consent-popup {
  position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0px 40px;
    box-shadow: 0 0 10px #00000024;
    text-align: left;
    z-index: 999999;
    display: none;
    border-radius: 20px;
    height: 84px;
    margin-bottom: 0px;
    max-width: 580px;
    width: 100%;
}

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

.cookie-consent-popup p {
    font-size: 14px;
    color: #1d2023;
    margin: 0;
  font-weight: 500;
}
.cookie-consent-popup p a{
     
    color: #0070e5;
    text-decoration: none;
}
.cookie-consent-popup p a:hover{
     
    color: #0070e5;
    text-decoration: underline;
}

.btn_cookies{
  background: #333b4a;
    color: #fff;
    border: 0;
    border-radius: 8px;
    width: auto;
    font-weight: 500;
    padding: 14px 19px;
    font-size: 17px;
    height: auto;
    line-height: 1;
transition: all 0.3s;
}
.btn_cookies:hover{
 transform: scale(1.02);
transition: all 0.3s;
}

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


@media (min-width: 320px) and (max-width: 767px){
.cookie-consent-popup {
    position: fixed;
    bottom: 0px;
    left: 0%;
    transform: translateX(0%);
    padding: 20px 20px;
    box-shadow: 0 -10px 10px #00000014;
    border-radius: 20px 20px 0px 0px;
    height: auto;
    margin-bottom: 0px;
    max-width: 100%;
           width: 100%;
}
  .cookie-consent-content {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
}
}

.age_bage{
      font-size: 40px;
    margin-top: 20px;
    color: #bac4d791;
}

.informer_container{
    
    display: flex;
    align-items: center;
}

.informer-data{
      width: 110px;
      margin-top: 5px;

}
.informer-weather{
  
}

.informer-curr{
  
}
#ww_59381073116b1 .ww-box {
   font-family: Onest !important;
}
#ww_59381073116b1 .current-temp {
    font-size: 23px !important;
    line-height: 1 !important;
}
#ww_59381073116b1 .ww-box[max-width~="768px"] .ww_col1 {
    padding: 0px 0px!important;
}
#ww_59381073116b1 .ww_info {
    display: none !important;
}

#ww_59381073116b1 .ww-box[max-width~="329px"] .ww_col1 {
  
      width: 140px !important;
    display: flex;
    align-items: center;
    align-content: center;
}
#ww_59381073116b1 .current-conditions svg {
    height: 40px!important;
    width: 40px!important;
}
#ww_59381073116b1 .ww-box[max-width~="200px"] .current-temp {
    width: auto!important;
    margin-top: 0!important;
}
#ww_59381073116b1 .ww-box[max-width~="200px"] .current-conditions {
    width: auto!important;
    margin-top: 0!important;
}

.weatherInformer22 div {
    float: left;
    overflow: visible!important;
    margin: 0 5px 0 0;
      color: #808285;
    font-weight: 500;
}

a.weatherInformer22, a.weatherInformer22:hover {
   
    color: #000;
    font: 400 12px / 12px Onest !important;
    overflow: visible !important;
    height: 18px !important;
}

.none {
   
    display: none!important;
}



#datetime{
   
    line-height: 1.2;
}

#datetime #data{
  font-size: 16px;
    font-weight: 400;
     
}
#datetime #time{
      color: #9b9b9b;
     font-size: 13px;
}


/*contact form
==================================================-->*/

.page-template-page-contact .breatcam-section {
 
    display: none!important;
}

.contact-section .hero-form {
   
    padding: 0px;
    width: 85%;
    float: inherit;
    position: relative;
    z-index: 1;
}

.contact-section {
   
}


/*form box*/

span.form-title {
    color: #000000;
    padding: 0 0 5px;
    display: inline-block;
}
.hero-form span.form-title {
    color: #445781;
    padding: 0 0 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
}


.form-box input {
    padding: 15px 20px;
    border-radius: 20px;
    font-size: 14px;
    background-color: #f4f6fa;
    border: 1px solid #fff;
    height: 60px;
  width: 100%;
}
.hero-form .form-box input {
    margin-bottom: 10px;
}
.contact-form-box2{
  margin-top: 50px;
}

.form-box input::placeholder {
    opacity: .5;
}

.form-box textarea {
    height: 120px;
    background-color: transparent;
    border: 1px solid #1e4799;
    transition: .5s;
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 5px;
}

.form-box textarea::placeholder {
    opacity: .5;
}

.contact-form .btn{
   width: 100%;
}




.contact-info-section {
   
}

.contact-information2 {
        margin-bottom: 30px;
    display: flex;
}

.contact-info-section .contacts-icon {
    float: left;
    margin-right: 20px;
}

.contact-info-section .contacts-icon i {
      width: 60px;
    height: 60px;
    line-height: 60px;
    background: #f5c336;
    text-align: center;
    color: #000;
    font-size: 30px;
    border-radius: 50%;
    display: inline-block;
    transition: .5s;
}

.contact-info-section .contacts-title .title {
      font-weight: 300;
    font-size: 17px;
    color: #5a6374;
}

.contact-info-section .contacts-title .text {
    font-size: 20px;
    font-weight: 400;
    padding: 0;
}

.contact-information2:hover .contacts-icon i {
    transform: rotateY(180deg);
}

iframe {
      border: 0;
    padding-right: 0;
    border-radius: 20px;
}

.map-section {

}

.contact_area ::selection {
    color: #001d23;
    text-shadow: none;
}

.contact_area ::placeholder {
    color: #001d23;
    font-size: 16px;
}
.contact_area ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #001d23;
}
.contact_area ::-moz-placeholder {
    /* Firefox 19+ */    
    color: #001d23;
}
.contact_area :-ms-input-placeholder {
    /* IE 10+ */
    color: #001d23;
}
.contact_area :-moz-placeholder {
    /* Firefox 18- */
    color: #001d23;
}

.hero-form{
      background: #fff;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    width: 85%;
    float: right;
    position: relative;
    z-index: 1;
}

.hero-form .title{
   font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
  
}
.hero-form p.text{
       font-size: 18px;
  
}

.policy_link{
      display: flex;
    align-items: center;
    gap: 15px;
}

.wpc-filters-date-range-wrapper{
      display: flex;
    gap: 30px;
  position: relative;
}
.wpc-filters-date-range-wrapper:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px;
    margin-top: 19px;
    background: #a9a9a9;
    width: 15px;
    height: 1px;
}

.wpc-filters-widget-content .wpc-filters-date-range-wrapper input[type="text"] {
    padding-right: 48px;
    background-image: url(data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='4' width='12' height='10' rx='1.33333' stroke='%23b8bcc8' stroke-width='1.33333'/%3E%3Cpath d='M2.66699 7.3335H13.3337' stroke='%23b8bcc8' stroke-width='1.33333' stroke-linecap='round'/%3E%3Cpath d='M6 10.6667H10' stroke='%23b8bcc8' stroke-width='1.33333' stroke-linecap='round'/%3E%3Cpath d='M5.33301 2L5.33301 4.66667' stroke='%23b8bcc8' stroke-width='1.33333' stroke-linecap='round'/%3E%3Cpath d='M10.667 2L10.667 4.66667' stroke='%23b8bcc8' stroke-width='1.33333' stroke-linecap='round'/%3E%3C/svg%3E%0A);
    background-repeat: no-repeat;
    background-position: right 16px bottom 50%;
}

.wpc-filter-set-widget-title, 
.wpc-edit-filter-set


{
  display: none;
}

.wpc-filters-date-range-column label {
    display: none!important;
 
}

.filter_wrapper{
      display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;

}

.filter_wrapper .wpc-filters-section {
    margin-bottom: 0;
    position: relative;
}
.filter_wrapper .wpc-filters-date-range-from-column {
    margin-bottom: 0;
    font-size: 13px;

}
.filter_wrapper .wpc-filters-date-range-to-column{
  font-size: 13px;
}


.wpc-filters-range-to.hasDatepicker{
  font-size: 13px;
}


#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default, #ui-datepicker-div.ui-widget-content .ui-state-default {
    border: 1px solid #f0f0f0!important;
    background: #f9f9f9!important;
    font-weight: 400!important;
    color: #444!important;
      font-size: 12px;
  padding: 5px 8px;
}

table.ui-datepicker-calendar tbody td {
    background-color: #fdfdfd!important;
}

#ui-datepicker-div .ui-state-disabled, #ui-datepicker-div .ui-widget-header .ui-state-disabled, #ui-datepicker-div.ui-widget-content .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity = 35);
    background-image: none;
}
#ui-datepicker-div table:not( .has-background ) tbody td {
    background-color: #fdfdfd;
}
.ui-datepicker td {
    border: 0;
    padding: 1px!important;
}

#ui-datepicker-div table:not( .has-background ) th {
    background-color: #f8f8f8;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

    #ui-datepicker-div.wpc-filter-datepicker .ui-state-active, 
#ui-datepicker-div.wpc-filter-datepicker .ui-state-default:hover, 
#ui-datepicker-div.ui-widget-content.wpc-filter-datepicker .ui-state-active, 
#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-state-active {
        border-color: #3858E9!important;
        background: #3858E9!important;
        opacity: 0.95;
      color: #fff!important;
    }

    #ui-datepicker-div.wpc-filter-datepicker .ui-datepicker-close.ui-state-default {
        background: #4261ea !important;
        color: #ffffff !important;
    }

.tooltip {
   display: block!important;
  opacity: 1!important;
  
  }

.tooltip-inner {
    background-color: #f1cb7b;
    color: #000;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px; /* Закругленные углы */
  opacity: 1!important;
  }
  .tooltip.bs-tooltip-top .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom.tooltip-arrow::before
{
    border-top-color: #f1cb7b!important;
     border-bottom-color: #f1cb7b!important;
  }

