/*   
Theme Name: defaults
Version: kartela
*/



:root {

  --color-primary: #2F2F2F;
  --color-secondary: #ADD100;
  --color-hover: #ADD100;
  --font-primary: 'Roboto';
  --font-secondary: 'Ubuntu';
}


/* 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: 20px;
  font-weight: 400;
  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: 1296px;
}
}

.no-padding{
  padding: 0;
}
 .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{
  margin-top: 94px;
}

.offer_on main {
    margin-top: 0px;
}

.home main{
  margin-top: 0px;
}

.single main{
  margin-top: 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;
   font-family: var(--font-secondary), sans-serif;
}
h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 57px;
    line-height: 120%;
    margin-bottom: 0px;
}


h2 {
   font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
h3 {
   font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 30px;
}
h4 {
 font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px;
}
h5 {
 font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 30px;
}
h6 {
    font-style: normal;
    font-weight: 500;
    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: var(--color-primary);
      font-family: var(--font-secondary), sans-serif;
}
.hentry h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
}
.hentry h3 {
  font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 16px;
}
.hentry h4 {
   font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}
.hentry h5 {
   font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
   
}
.hentry h6 {
     font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}



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: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
  color: var(--color-primary);
}
.hentry p{
       font-size: 16px;
    line-height: 1.5;
  color: #6D6D6D;
}
a {
   color: var(--color-primary);
   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: 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 0px 0px 0px 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;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
      font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 10px 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: 11px 0px 11px 0px;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #28282882;
    margin-bottom: 0px;
    position: relative;
    justify-content: center;
}
.border_brc .breadcrumbs{
  justify-content: flex-start;
}

.breadcrumbs a{
    color: var(--color-primary);
    text-decoration: underline;
}
.breadcrumbs span{
    display: flex;
    gap: 5px;
    align-items: center;
}



/*Table*/

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}
.wp-block-table thead {
    border-bottom: 0;
}

.table td, .table th {
    border-top: 0;
}
.wp-block-table td, .wp-block-table th {
    border: 0px solid;

}


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: 14px;
    line-height: 1.5;
    color: #6D6D6D;
       border-bottom: 1px solid #b9b9b963 !important;
}
table thead tr{
border-bottom: 0px solid #67656524;
}
table thead {
   
}
table thead tr{
  
}


table thead th {
  font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
     color: var(--color-primary);
    background: #FAFAF8;
  border-bottom-color: #fff;
}
table thead th:first-child {
border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
table thead th:last-child {
border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

table tr:nth-child(even) {
  
}
table tr:nth-child(odd) {
   
}


table td, table th {
   padding: 13px 18px !important;
   
}


/*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 15px 5px;
    font-size: 16px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 400;
    color: #6D6D6D;
}
.hentry ul li:before {
      content: "";
    position: absolute;
    left: -15px;
    top: 6px;
   background: url(./img/dot.svg)no-repeat;
    width: 8px;
    height: 8px;
    border-radius: 0px;
}
.hentry ol  {
    list-style: none;
    padding: 0;
    margin: 20px 0px 20px 0px;
    counter-reset: item;
}
.hentry ol li {
     display: table;
    position: relative;
    padding: 0px 0 10px 20px;
    font-size: 16px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 400;
    color: #6D6D6D;
}
.hentry ol li:before {
       content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 18px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    text-align: center;
    height: 20px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-weight: 400;
    margin-right: 0px;
    font-size: 14px;
    color: var(--color-secondary);
}



/*btn*/

.btn {
 display: inline-flex;
    padding: 0px 25px;
    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: 100px;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    justify-content: center;
    height: 48px;
   font-family: var(--font-secondary);
}

.btn-primary {
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  color: #fff;
}
.btn-primary:focus, .btn-primary:active {
  background: #F2FFB7;
   border: 1px solid #F2FFB7;
    transition: all 0.2s;
   color: var(--color-secondary);
}

.btn-primary:hover, 
.button_block:hover .btn-primary

{
     background: #F2FFB7;
    border: 1px solid var(--color-secondary);
    transition: all 0.2s;
   color: var(--color-secondary);
}
.button_block:hover .btn-round{
    background: #F2FFB7;
   border: 1px solid var(--color-secondary);
    transition: all 0.2s;
   color: var(--color-secondary);
}
.button_block:hover .btn-round i{
 transform: rotate(45deg);
   transition: all 0.2s;
}

.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled]:hover{
  opacity: 1;
  background: var(--color-hover);
  transition: all 0.2s;
   color: #fff;
}
.wpcf7-form-control.btn{
    display: block;
    width: 100%;
    margin-top: 24px;
}
.wpcf7-form-control.btn:hover {
  background: #F2FFB7;
  border: 1px solid var(--color-secondary);
    transition: all 0.2s;
   color: var(--color-secondary)!important;
}



.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
   background: var(--color-hover);
     border: 0;
}


.btn-white {
  background: #fff;
 color: var(--color-primary);
   transition: all 0.2s;
    border: 1px solid #fff;
}



.btn-white:focus, .btn-white:active {
 background: #F2FFB7;
   border: 1px solid #F2FFB7;
    transition: all 0.2s;
   color: var(--color-secondary);
}
.btn-white:hover {
  background: #fff;
    border: 1px solid #fff;
    transition: all 0.2s;
   color: var(--color-primary)!important;
}

.button_block:hover .btn-white
{
     background: #F2FFB7;
    border: 1px solid #fff;
    transition: all 0.2s;
   color: var(--color-secondary);
}


.btn-round{
 background: #FFFFFF;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  cursor: pointer;
   color: var(--color-primary);
  display: none;
}

.btn-round i{
   transition: all 0.2s;
}

.btn-round-green{
 background: var(--color-secondary);
  color: #fff;
}
.button_block{
     display: flex;
}


.button_block_wrap{
      display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

/*pagination*/

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


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

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

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

.pagination .current, .pagination .current:focus, .pagination .current:hover{
       background-color: var(--color-secondary)!important;
    border-color: var(--color-secondary) !important;
    color: #fff !important;
}

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

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

.pagination .page-numbers {
       margin-left: 5px;
    text-align: center;
    width: 42px;
    height: 42px;
    background-color: #fff0;
    border-radius: 100px;
    border: 1px solid #fff;
       color:  #242C50;
      font-size: 16px;
}


.pagination_container{
     display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination_container .pagi{
  display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.pagination_container .pagi .pagi_custom{
     display: flex;
    width: 42px;
    height: 42px;
    border: 1px solid var(--color-secondary);
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  background: var(--color-secondary);
    color: #fff;
  transition: all 0.2s;
}


.pagination_container .pagi .pagi_custom:hover{
   
    border: 1px solid var(--color-secondary);
   background: var(--color-secondary);
    color: #fff;
  transition: all 0.2s;
}



/*header*/


header {
  width: 100%;
  height: auto;
  padding: 26px 0px 26px 0px;
  margin-bottom: 0px;
  z-index: 9;
  transition: all 0.3s;
  position: fixed;
  top: 0;
}


.header_container {
   display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    transition: all 0.3s;
    gap: 20px;
}

header.scroll{
  z-index: 999;
  transition: all 0.3s;
  height: auto;
  /*animation: stickup 1s ease-out;*/
     padding: 20px 0px 20px 0px;
  background: radial-gradient(69% 127.22% at 69% 64.28%, #ADD100 20%, #567E0C 100%);
  
}

header.scroll .dropdown-toggle::after {
  
    color: #fff;
}


img.pos2{
  display: none;
}
img.pos1{
  display: block;
}

.scroll img.pos2{
  display: block;
}
.scroll img.pos1{
  display: none;
}

.scroll .navbar-nav>li>a {
 
    color: #fff;

}
.scroll .navbar-nav .nav-link.active, .scroll .navbar-nav .show>.nav-link {
     color: #fff;
}


.instrument_container{
  display: flex;
  gap: 15px;
  position: relative;
}

header .logo img{
  width: 143px;
}



/*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: 0px;
    padding-right: 0px;
    margin-bottom: 0;
    list-style: none;
        justify-content: space-between;
    width: 100%;
    gap: 28px;
    flex-wrap: wrap;
      justify-content: flex-start;
     
}
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: 13px;
    padding-bottom: 13px;
    font-weight: 400;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0;
    display: flex;
    position: relative;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    color:  var(--color-primary);
    align-content: center;
    align-items: center;
    border-radius: 0;
 
      
}
.offer_on .navbar-nav>li>a{
   font-weight: 700;
}


.navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
   text-decoration: none;
      color:  var(--color-primary);
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
   color:  var(--color-primary);
}

li.current-menu-item a{
 color:  var(--color-primary);
}

.offer_index .navbar-nav>li>a {
    color: #ffffff;
}




 .navbar-nav>li>a:focus{
   text-decoration: none;
      color:  var(--color-primary);
}
.offer_index .navbar-nav>li>a:hover{
   text-decoration: none;
      color:  #fff;
}
.offer_index .navbar-nav>li>a:focus{
   text-decoration: none;
      color:  #fff;
}

.offer_index .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color:  #fff;
}

.offer_index li.current-menu-item a{
 color:  #fff;
}

.offer_on{
}

.offer_index .dropdown-toggle::after {

    color: #fff;
}


/*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;
 
    display: none;
    float: left;
       padding: 15px 0px 5px 0px;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    transition: all 0.3s;
    border-radius: 12px;
    border: 0;
    background: #ffffff;
    box-shadow: 0px 24px 48px 0px #00000014;
}
.dropdown-menu li:hover {
    transition: all 0.3s;
    color: #fff;
  background: transparent;
}
.dropdown-menu li a {
      transition: all 0.3s;
    color: #404D61;
    font-size: 16px;
    padding: 0px 20px 10px 20px;
    border-radius: 0px;
    width: 100%;
    display: block;
    font-weight: 400;
    text-transform: none;
  opacity: 0.75;
}
.dropdown-menu li a:hover {
  text-decoration: none!important;
  color: #404D61;
    opacity:1;
  background: transparent;
}
.dropdown-menu li:hover a{
  text-decoration: none!important;
color: #404D61;
   opacity:1;
  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: #404D61;
   opacity:1;
    box-shadow: none;
  background: transparent;
}
.dropdown-menu  li.current-menu-item a:hover{
       text-decoration: none;
   color: #404D61;
   opacity:1;
  background: transparent;
}

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



/*modal*/

.modal-body {
    position: relative;
    padding: 32px;
       border-radius: 12px;
     background: #fff;
}
.modal-dialog {
     max-width: 540px;
   border-radius: 12px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  
}
.modal-content {
 background: #fff;
    box-shadow: none;
    border: 0;
  position: relative;
   border-radius: 12px;
}


.modal_messenger{
      background: var(--color-secondary);
    padding: 14px 0px 14px 0px;
    border-radius: 0px 0px 12px 12px;
}
.modal_messenger .messenger_block{
       display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 0px;
    justify-content: center;
    flex-direction: column;
}
.modal_messenger .messenger_block span {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  color: #fff;
}

.modal_title {
font-weight: 700;
font-size: 20px;
line-height: 1.1;
text-align: left;
   color: var(--color-primary);
  margin-bottom: 16px;
}
.modal_subtitle {
font-size: 14px;
font-weight: 400;
line-height: 1.4;
text-align: left;
color: var(--color-primary);
  opacity: 0.7;
   margin-bottom: 32px;
}

.modal .f1{
  border: 1px solid #0000001A;
  color: var(--color-primary);
}
.modal .f1:focus{
  border: 1px solid #0000001A;
  opacity: 1;
  
}


.modal input::-webkit-input-placeholder, .modal textarea::-webkit-input-placeholder{color:#2f2f2f85!important; opacity:1; }
.modal input::-moz-placeholder, .modal textarea::-moz-placeholder {color:#2f2f2f85; opacity:1; }
.modal input:focus::-webkit-input-placeholder, .modal textarea:focus::-webkit-input-placeholder { opacity:0; }
.modal input:focus::-moz-placeholder, .modal textarea:focus::-moz-placeholder { opacity:0; }


.modal-body .btn{
       max-width: 100%;
    display: block;
    height: 44px;
    font-size: 16px;
    margin: 0 auto;
    background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
    border: 0;
    color: #fff;
    width: 100%;
    margin-top: 15px;
}
.modal-body .btn:hover {
  background: #F2FFB7;
  border: 1px solid var(--color-secondary);
    transition: all 0.2s;
   color: var(--color-secondary)!important;
}


.btn-close {
      box-sizing: content-box;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #202020;
    border-radius: 100px;
    opacity: 1;
    position: absolute;
    z-index: 9;
    font-size: 20px;
    right: 20px;
    top: 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2F2F2F26;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-close:hover {
   
    color: #fff;
    background: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    transition: all 0.2s;
}

.modal {
    z-index: 99999;
      width: 100%;
 background: #2F2F2F80;
   padding-right: 0!important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-open {
    padding-right: 0px !important;
}
.modal-open .modal {
   overflow-x: hidden;
   overflow-y: visible;
  
}

 .modal-backdrop {
   
    height: auto;
   
}

/*form, CF7*/

p.accept{
 color: var(--color-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 20px 0px 0px 0px;
    text-align: center;
}
p.accept a{
color: var(--color-secondary);
  text-decoration: underline;
}

.f1{
padding: 0px 20px;
    text-transform: none;
    letter-spacing: 0px;
    box-shadow: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 12px;
    transition: all 0.3s;
    position: relative;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    height: 43px;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #e1e1e100;
    background: #FFFFFF40;
}
textarea {
    height: auto !important;
    padding-top: 10px !important;
}
.f1:focus, textarea:focus {
  border: 1px solid #fff;
   outline: none;
   transition: all 0.2s;
   box-shadow: none;
}
.wpcf7-not-valid-tip {
  right: 10px;
      color: #FB5661;
    font-size: 14px;
    font-weight: normal;
       display: none;
    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: #7ea121;
    width: 100%;
}
.wpcf7-not-valid, .modal-body .wpcf7-not-valid{
         border: 2px solid #FB5661;
    color: #fb5661;
}

.wpcf7-select option:first-child{
  color:#292F3D80;
}



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:#ffffff8a!important; opacity:1; }
input::-moz-placeholder, textarea::-moz-placeholder {color:#ffffff8a; 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;  }

input.wpcf7-not-valid,
  input.wpcf7-not-valid::-webkit-input-placeholder{
  color:#FB5661!important; opacity:1; 

}

.footer_contact_form input.wpcf7-not-valid, .footer_contact_forminput .wpcf7-not-valid::-webkit-input-placeholder {
    color: #ffe279 !important;
    opacity: 1;
}
.footer_contact_form .wpcf7-not-valid{
    border: 2px solid #ffe279;
  
}
.footer_contact_form .wpcf7 form.invalid .wpcf7-response-output {
    color: #ffe279;
}

.footer_contact_form input.wpcf7-not-valid, .footer_contact_form input.wpcf7-not-valid::-webkit-input-placeholder {
    color: #ffe279 !important;
  
}

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;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  margin-bottom: 10px;
}
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 {
  
  opacity: 1;
}


/*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 var(--color-secondary);
  background-color: var(--color-secondary);
    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: 10px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0px;
    margin-left: 0;
    padding: 0;
}


.social a{
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    transition: all 0.2s;
    align-items: center;
}


.social a:hover{
  transition: all 0.2s;
  opacity: 0.9;
}
.social a:focus{
  transition: all 0.2s;
    opacity: 0.9;
}

.messenger{
  display: flex;
  gap: 12px;
}
.messenger a{
  width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    border: 1px solid #FAFAF8;
    background: #FAFAF8;
    justify-content: center;
    align-content: center;
  transition: all 0.3s;
}
.messenger.dark_fon a{
  border: 1px solid #fff;
  background: transparent;
}

.offer_on .messenger.dark_fon a {
    border: 1px solid #fff;
    background: rgb(173 209 0 / 10%);
}

.messenger.dark_fon a:hover{
  border: 1px solid #fff;
  background: #fff;
   transition: all 0.3s;
}
.messenger.dark_fon a:hover .img-svg path {
  fill: var(--color-secondary);
   transition: all 0.3s;
}


.messenger a svg{
  width: 20px;

}

.img-svg path {
     fill: var(--color-secondary);
  transition: all 0.3s;
}

.messenger.dark_fon .img-svg path {
     fill: #fff;
}

.messenger a:hover{

   background: var(--color-secondary);
   transition: all 0.3s;
}
.messenger a:hover .img-svg path {
  fill: #fff;
   transition: all 0.3s;
}


.messenger a.tg:hover{
   border: 1px solid #24C4FF;
   background: #24C4FF;
   transition: all 0.3s;
}
.messenger a.tg:hover .img-svg path {
  fill: #fff;
   transition: all 0.3s;
}


.messenger a.wa:hover{
    border: 1px solid #2e46b7;
   background: #2e46b7;
   transition: all 0.3s;
}

.messenger a.wa:hover .img-svg path {
  fill: #fff;
   transition: all 0.3s;
}

/*footer*/

footer{
    margin-top: 0px;
    position: relative;
    padding: 55px 0px 24px 0px;
    font-weight: 400;
    font-size: 14px;
    background:#fff;
   color: #6D6D6D;
}



.footer_container {
      display: flex;
    gap: 60px;
    flex-direction: row;
    justify-content: space-between;
  padding-top: 0px;
     padding-bottom: 0px;
}

footer a{

 color: #6D6D6D;
}


.copyright{
       display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0px;
     padding-bottom: 40px;
    color: #6D6D6D;
    font-size: 14px;

  
}
.copyright a{
 color: #6D6D6D;

}

.copyright p{
 color: #6D6D6D;

}


.widgettitle{
   
      font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2F2F2F;
    font-size: 24px;
    line-height: 120%;

}

footer ul.menu li a{
 color: #6D6D6D;
font-weight: 400;
font-size: 14px;
line-height: 100%;
 
}
footer ul.menu li{

margin-bottom: 16px;
}


footer li.current-menu-item a {
    color: var(--color-secondary) !important;
}

footer ul{
margin: 0;
  padding: 0;

}


footer p{

    color: #6D6D6D;
    font-size: 14px;
 
  
}

/*sidebar*/

aside {
  
     display: block;
    top: 20px;
    position: sticky;
  
}
aside .widget {

    display: block;
    margin-bottom: 30px;
}


aside .widgettitle {
    font-family: var(--font-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    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;
}


aside .link_block {
    display: flex;
    gap: 14px;
    flex-wrap: nowrap;
    flex-direction: column;
}
aside .link_block .item {
  
    width: calc(100% / 1 - 0px);
    padding: 14px 14px;
    font-size: 16px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    line-height: 1.3;
}

/* ============ pages =============== */


.page_section{
  padding: 62px 0px;
}


.title_h2 {

    margin-bottom: 48px;
    position: relative;
  

}
.title_h2 h2{
font-weight: 700;
font-size: 36px;
line-height: 100%;
margin-bottom: 0px;
  padding: 0;
  margin-top: 0px;
   font-family: var(--font-secondary), sans-serif;
  position: relative;
}
.title_h2 h2 span{
 color: var(--color-secondary);
  
}

.title_h2 p{
font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    padding: 0;
    max-width: 800px;
    margin: 20px auto;
    color: #727272;;
   
}

/*offer*/


.offer_index{
   background: radial-gradient(69% 127.22% at 69% 64.28%, #ADD100 20%, #567E0C 100%);
  margin-bottom: 0px;
}
.home .offer_index{
 margin-bottom: 62px;
  
}

.offer_index .offer_container.container,
.offer_index .offer_container .row,
.offer_index .offer_container .col-12
{
height: 100%;
}

.offer_index .offer_container .col-12
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.home .offer_index .offer_container .col-12 {
 min-height: 730px;
  
}


.offer_index .content{
 padding-top: 125px;
  padding-bottom: 66px;
}
.offer_index .content h1,
.offer_index .content p
{
color: #fff;
}

.offer_index .content h1{
  margin-bottom: 20px;
     
}
.offer_index .content.img_offer_on h1{

max-width: 750px;
}

.offer_index .content h1 span{
  -webkit-background-clip: text;
	background-clip: text;
background-image: linear-gradient(to right, #DEFF4B, #F2FFB7);
  background-image: linear-gradient(90deg, #DEFF4B 0%, #F2FFB7 25%, #DEFF4B 50%, #F2FFB7 85%);

  	color: transparent; 
}

.offer_index .content p{
  margin-bottom: 32px;
      max-width: 600px;
}

.offer_index .full_width.content p{
   max-width: 100%;
}

.offer_index .full_width.content {
  text-align: center;
}

.offer_index .button_block{
  margin-top: 0px;
}

.offer_index .full_width.content .button_block {
    display: flex;
    justify-content: center;
}

.offer_index .img{
     position: absolute;
    bottom: -50px;
    right: 0;
    max-width: 700px;
    z-index: 1;
}

.run_line{
       background: linear-gradient(356deg, #cce555 -119%, rgb(173 209 0 / 74%) 81.5%);
    height: 50px;
    display: flex;
    align-items: center;
}

.js-conveyor-1 ul{
 display: flex;
  align-items: center;
}


.js-conveyor-1 li a{
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin: 0px 34px;
}
.js-conveyor-1 li a:before{
     background: #FFFFFF80;
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    right: -40px;
    top: 8px;
    border-radius: 10px;
}

.link_block{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.link_block .item{
     display: flex;
    background: #FAFAF8;
    width: calc(100% / 2 - 12px);
    padding: 16px 16px;
    border-radius: 12px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
  transition: all 0.2s;
}
.link_block .item:hover{
   color: #fff;
  background: var(--color-secondary);
  transition: all 0.2s;
}
.link_block a.item:hover{
   color: #fff;
  background: var(--color-secondary);
  transition: all 0.2s;
}

.requests_blocks.link_block .item{
   width: auto;
}

.firstsearch_blocks{
      display: flex;
    gap: 24px 2%;
    flex-wrap: wrap;
    flex-direction: row;
}
.firstsearch_blocks .item{
 background: #FFFFFF;
    border-radius: 20px;
    padding-top: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.firstsearch_blocks .item:nth-child(1),
.firstsearch_blocks .item:nth-child(4),
.firstsearch_blocks .item:nth-child(5)
{
  width: 38%;
}
.firstsearch_blocks .item:nth-child(2),
.firstsearch_blocks .item:nth-child(3),
.firstsearch_blocks .item:nth-child(6)
{
  width: 60%;
}

.firstsearch_blocks .item .title{
   font-family: var(--font-secondary);
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;
  margin-bottom: 15px;
}

.firstsearch_blocks .item .subtitle{
font-weight: 400;
font-size: 16px;
text-align: center;
color: #6D6D6D;
  margin-bottom: 28px;

}

.firstsearch_blocks .item:before{
   background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 81.5%);
   content:'';
   border-radius: 0px 0px 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
}
.firstsearch_blocks .item img{
height: 370px;
  width: auto;

}

.section_bg{
  padding: 124px 0px;
   margin: 0px 0px 0px 0px;
  background: #FAFAF8;
}
.section_dark{
  padding: 124px 0px;
   margin: 0px 0px 62px 0px;
      background: radial-gradient(100% 153.52% at 100% 0%, #ADD100 0%, #567E0C 100%);
}

.section_dark .title_h2 h2 span {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #DEFF4B, #F2FFB7);
    background-image: linear-gradient(90deg, #DEFF4B 0%, #F2FFB7 25%, #DEFF4B 50%, #F2FFB7 85%);
    color: transparent;
}

.section_dark .title_h2 h2,
.section_dark .title_h2 p,
.section_dark h2,
.section_dark ul li,
.section_dark p,
.section_dark
{
  color: #fff;
}


.whoneeds_blocks{
   display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.whoneeds_blocks .item{
    width: calc(100% / 3 - 16px);
  backdrop-filter: blur(24px);
  padding: 24px;
 background: #FFFFFF1A;
 border-radius: 12px;
}
.whoneeds_blocks .item .icon{
 width: 64px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom:  24px;
}
.whoneeds_blocks .item .icon img,
.whoneeds_blocks .item .icon svg
{
  width: 30px;
  height: auto;

}
.whoneeds_blocks .item .title{
  font-family: var(--font-secondary);
font-weight: 700;
font-size: 24px;
line-height: 120%;
margin-bottom: 14px;
}
.whoneeds_blocks .item ul{
margin: 0;
  padding: 0;
}
.whoneeds_blocks .item ul li{
font-size: 14px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.whoneeds_blocks .item ul li:before{
position: absolute;
  content: '\E182';
  font-family: 'Phosphor';
  color: #fff;
  font-size: 12px;
  left: 0;
  top: 0;
}

.all_slider .swiper-button-next, .all_slider .swiper-button-prev {
    width: 40px;
   background: var(--color-secondary);
    border-radius: 100px;
    height: 40px;
    color: #fff;
    border: 0px solid #999797;
      flex-shrink: 0;
}
 
 .all_slider .swiper-button-next:after, .all_slider .swiper-button-prev:after {
     content: '';
     
}
.all_slider .swiper-button-next:after{
  
    background: url(./img/next.svg)no-repeat;
        width: 12px;
    height: 24px;
    background-size: 100%;
}
.all_slider .swiper-button-prev:after {
  background: url(./img/prev.svg)no-repeat;
      width: 12px;
    height: 24px;
    background-size: 100%;
}
.all_slider .swiper-button-next, .all_slider .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -20px);
    left: auto;
  margin-top: calc(30px -(var(--swiper-navigation-size) / 2));
}
.all_slider .swiper-button-prev, .all_slider .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -20px);
    right: auto;
  margin-top: calc(30px -(var(--swiper-navigation-size) / 2));
}



.swiper.slider,
.swiper.gallery
{
  position: relative;
}


.swiper.slider .swiper-pagination

{
    position: relative;
  
}

.swiper.gallery .swiper-pagination {
     position: absolute;
    bottom: 20px;
}

.swiper.slider .swiper-button-next, 
.swiper.slider .swiper-button-prev,
.swiper.gallery .swiper-button-next, 
.swiper.gallery .swiper-button-prev
{
    position: relative;
  top: 0;
}
.swiper.slider .swiper-pagination-bullet,
.swiper.gallery .swiper-pagination-bullet
{
    width: 10px;
    height: 8px;
   background: #FFFFFF80;
   opacity: 1;
  border-radius: 100px;
}
.swiper.slider .swiper-pagination-bullet-active,
.swiper.gallery .swiper-pagination-bullet-active
{
    opacity: 1;
    background: #FFFFFF;
   width: 40px;
    height: 8px;
}
.swiper.slider img{
  width: 100%;
}
.all_slider{
      position: relative;
}

.compleks_blocks{
      display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
}
.compleks_blocks .item{
    width: calc(100% / 2 - 12px);
 background: #FFFFFF;
  padding: 24px;
 border-radius: 12px;
}
.compleks_blocks .item .icon{
 width: 64px;
    height: 64px;
    background: var(--color-secondary);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom:  24px;
}
.compleks_blocks .item .icon img,
.compleks_blocks .item .icon svg
{
  width: 30px;
  height: auto;

}
.compleks_blocks .item .title{
  font-family: var(--font-secondary);
font-weight: 700;
font-size: 24px;
line-height: 120%;
margin-bottom: 32px;
}
.compleks_blocks .item ul{
margin: 0;
  padding: 0;
}
.compleks_blocks .item ul li{
font-size: 14px;
  position: relative;
  padding-left: 24px;
  padding-bottom: 10px;
  color: #6D6D6D;
}
.compleks_blocks .item ul li:before{
position: absolute;
  content: '\E182';
  font-family: 'Phosphor';
  color: var(--color-secondary);
  font-size: 16px;
  left: 0;
  top: 0;
}

.compleks_blocks .item p{
font-size: 14px;
 line-height: 140%;
  color: #6D6D6D;
}


.strategia_block{
  position: relative;
  width: 960px;
  height: 520px;
  margin: 0 auto;
}

.strategia_block .st_block{
  position: absolute;

}
.strategia_block .st_block:before{
  position: absolute;
  content:'';
 
}

.strategia_block .st_1:before{
        background: url(/wp-content/uploads/2025/11/arrow-1.svg) no-repeat;
    width: 262px;
    height: 56px;
    left: 302px;
    top: 25px;
    transform: rotate(1deg);
}
.strategia_block .st_2:before{
          background: url(/wp-content/uploads/2025/11/arrow-2.svg) no-repeat;
    width: 30px;
    height: 199px;
    left: 20px;
    top: 137px;
    transform: rotate(1deg);
}
.strategia_block .st_3:before{
        background: url(/wp-content/uploads/2025/11/arrow-1.svg) no-repeat;
    width: 262px;
    height: 56px;
    left: -280px;
    top: 15px;
    transform: rotate(181deg);
}
.strategia_block .st_4:before{
      background: url(/wp-content/uploads/2025/11/arrow-2.svg) no-repeat;
    width: 30px;
    height: 199px;
    left: 230px;
    top: -220px;
    transform: rotate(177deg);
}

.strategia_block .st_1{
    top: 0px;
    left: 50px;
}

.strategia_block .st_2{
       top: 0px;
    right: -28px;
    padding-left: 70px;
}

.strategia_block .st_3{
    bottom: 30px;
    right: -23px;
    padding-left: 70px;
}

.strategia_block .st_4{
  bottom: 20px;
  left: 50px;
}

.strategia_block .st_block .title_st{
  font-family: var(--font-secondary);
font-weight: 700;
font-size: 20px;
line-height: 100%;
letter-spacing: 0px;
}

.strategia_block .st_block .num_st{
border: 1px solid #FFFFFF;
    background: #FFFFFF1A;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  position: absolute;
}

.strategia_block .st_block .text_st ul {
    margin: 0;
    padding: 0;
}
.strategia_block .st_block .text_st ul li {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}
.strategia_block .st_block .text_st ul li:before {
    position: absolute;
    content: '\E182';
    font-family: 'Phosphor';
    color: #fff;
    font-size: 12px;
    left: 0;
    top: 0;
}


.strategia_block .st_1 .text_st ul li,
.strategia_block .st_4 .text_st ul li
{
         padding-left: 0;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    width: auto;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
}

.strategia_block .st_1 .text_st ul li:before,
.strategia_block .st_4 .text_st ul li:before
{
        left: inherit;
  right: 0;
    
}
.strategia_block .st_1 .title_st,
.strategia_block .st_4 .title_st
{
        text-align: right;
    
}


.strategia_block .st_1 .num_st{
          right: -70px;
    bottom: 12px; 
}
.strategia_block .st_2 .num_st{
          left: 0px;
    bottom: 12px;
}
.strategia_block .st_3 .num_st{
          left: 0px;
    top: 0px; 
}
.strategia_block .st_4 .num_st{
          right: -70px;
    top: 0px; 
}

.strategia_block .img_st{
     position: absolute;
    width: 300px;
    height: auto;
    left: 50%;
    margin-left: -146px;
    top: 50%;
    margin-top: -195px;
}


.services_blocks.link_block .item{

    justify-content: space-between;
 
}
.services_blocks.link_block .item span.price{
  color: var(--color-secondary);
  font-weight: 700;
}
.services_blocks.link_block .item:hover span.price{
  color: #fff;

}

.etaps_blocks{
      display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.etaps_blocks .item{
 background: #FAFAF8;
    padding: 24px;
    border-radius: 12px;
    width: calc(100% / 4 - 18px);
}
.etaps_blocks .item:nth-child(5),
.etaps_blocks .item:nth-child(6)
{

    width: calc(100% / 2 - 12px);
}

.etaps_blocks .item .icon{
  width: 42px;
    height: 42px;
    background: var(--color-secondary);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.etaps_blocks .item .icon span{
  font-family: var(--font-secondary);
font-weight: 700;
font-size: 24px;
line-height: 110.00000000000001%;
letter-spacing: 0px;
  color: #fff;
}


.etaps_blocks .item .title{
 font-family: var(--font-secondary);
font-weight: 700;
font-size: 16px;
line-height: 110.00000000000001%;
  margin-bottom: 16px;
}
.etaps_blocks .item .text{
font-weight: 400;
font-size: 14px;
line-height: 140%;
  color: #6D6D6D;
}


.img-radius{
  border-radius: 12px;
}
.slider_x6 img{
  height: 383px;
  width: 100%;
  object-fit: cover;
}


@media screen and (max-width: 767px) {
.masonry[data-columns]::before {
content: '1 .col-12';
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.masonry[data-columns]::before {
content: '2 .col-sm-6';
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.masonry[data-columns]::before {
content: '3 .col-md-4';
}
}
@media screen and (min-width: 1200px) {
.masonry[data-columns]::before {
content: '3 .col-lg-4';
}
}


.respond_block{
  margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
  position: relative;
}
.respond_block:after{
  content:'';
  position: absolute;
  background: linear-gradient(180deg, rgba(250, 250, 248, 0) 0%, #FAFAF8 100%);
  bottom: 0;
  left: 0;
  height: 344px;
  width: 100%;
}

.respond_block.no_blur:after{
  display: none;
}

.respond_block .item{
       background: #FFFFFF;
    padding: 24px;
    border-radius: 12px;
    width: calc(100% / 3 - 16px);
}



.respond_block .item .head {
      display: flex;
    gap: 8px;
    align-items: center;
  margin-bottom: 21px;
}


.respond_block .item .head .content p.name{
  font-weight: 700;
font-size: 16px;
line-height: 100%;
margin-bottom: 0;
}
.respond_block .item p.text{
  font-weight: 400;
font-size: 16px;
line-height: 140%;
margin-bottom: 0;
}
.respond_block .item p.link{
 color: #197BFF;
font-weight: 400;
font-size: 16px;
line-height: 100%;
margin-bottom: 0;
  margin-top: 14px;
}
.respond_block .item .head .content{
display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
}

.respond_block .item .head .content .stars{
  display: flex;
  gap: 2px;
}
.respond_block .item .head .content .stars i{
  color: #FCBF02;
  font-size: 14px;
}
.respond_block .item .head .img{
 position: relative;
  
}
.respond_block .item .head .img img{
   width: 44px;
  height: 44px;
  border-radius: 50px;
  object-fit: cover;
}
.respond_block .item .head .img .serv{
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 0;
  right: 0;
}
.respond_block .item .head .img .serv .ya{
  background: url(./img/ya.svg)no-repeat;
  width: 24px;
  height: 24px;
}
.respond_block .item .head .img .serv .gg{
  background: url(./img/gg.svg)no-repeat;
  width: 24px;
  height: 24px;
}

.cta_section{
  background: radial-gradient(100% 153.52% at 100% 0%, #ADD100 0%, #567E0C 100%);

}
.cta-1 .title_h2 h2 {
   
    font-size: 57px;
    line-height: 120%;
  
}
.cta-1  {
   max-width: 1366px;
    border-radius: 12px;
    margin: 0px auto 60px auto;
    width: 96%;
padding: 96px 0px;
}
.cta-1 .title_h2 {
    margin-bottom: 0px;
    position: relative;
}

.rso{
  padding-bottom: 240px;
}

.promote_blocks.link_block {
       display: flex;
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    max-width: 1205px;
    margin: 0 auto;
}

.promote_blocks.link_block .item {
     display: flex;
    width: auto;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 16px;
    justify-content: space-between;
    transition: all 0.2s;
    gap: 10px;
    align-content: center;
    align-items: center;
}

.tab_container {
      overflow: hidden;
    padding: 0px 0 0;
     margin-top: -20px;
}

.accordion li {
    list-style: none;
    padding: 0px 0px 0px;
    position: relative;
    z-index: 1;
border-bottom: 1px solid #2F2F2F1A;

}

.accordion li:before {
   
}

.accordion li .a-style {
 position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: var(--color-primary);
    border: 0px solid #ccc;
    padding: 24px 40px 24px 0px;
    z-index: 1;
}

.accordion li p {
       display: none;
    font-size: 16px;
    padding: 0px 20px 25px 0px;
    margin: 0;
    color: #000000a6;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

.accordion .a-style:before {
  
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 23px;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: #FAFAF8;
   transition: all 0.2s ease-in-out;
}
.accordion .a-style:hover::before {
  background: var(--color-secondary);
    transition: all 0.2s ease-in-out;
}
.accordion .a-style:hover::after {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.accordion .a-style:after {
        font-size: 16px;
    color: var(--color-secondary);
    position: absolute;
    right: 28px;
    content: "\E4F6";
    font-family: 'Phosphor';
    top: 27px;
    transition: all 0.2s ease-in-out;
    transform: rotate(45deg);
}

.accordion .a-style.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  color: #fff;
}

.accordion .a-style.active:before{
transform: rotate(0deg);
  background: var(--color-secondary);
  color: #fff;
}

.accordion .a-style.active {

}


.faq_section{
  padding: 62px 0px 62px 0px;
}

.cta_footer{
    background: radial-gradient(100% 153.52% at 100% 0%, #ADD100 0%, #567E0C 100%);
    padding: 127px 0px 124px 0px;
    margin: 62px 0px 0px 0px;
}
.cta_footer .title_h2 .h2_style {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 0px;
    padding: 0;
    margin-top: 0px;
    font-family: var(--font-secondary), sans-serif;
    position: relative;
}
.cta_footer .title_h2 .h2_style span{
   -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #DEFF4B, #F2FFB7);
    background-image: linear-gradient(90deg, #DEFF4B 0%, #F2FFB7 25%, #DEFF4B 50%, #F2FFB7 85%);
    color: transparent;
}

.text_footer_form ul {
    margin: 15px 0px 0px 0px;
    padding: 0;
}
.text_footer_form ul li {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 4px;
}
.text_footer_form ul li:before {
    position: absolute;
    content: '\E182';
    font-family: 'Phosphor';
    color: #fff;
    font-size: 12px;
    left: 0;
    top: 0;
}

.text_footer_form p {
    margin: 15px 0px 0px 0px;
}

.cta_footer .title_h2 {
    margin-bottom: 24px;
    position: relative;
}

.cta_footer .container{
  max-width: 1100px;
}

.footer_contact_form{
  backdrop-filter: blur(24px);
background: #FFFFFF1A;
padding: 38px 32px;
  border-radius: 12px;
      height: 100%;
}

.footer_contact_form .title{
   font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    padding: 0;
        margin-bottom: 32px;
    position: relative;
}
.footer_contact_form .title span{
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #DEFF4B, #F2FFB7);
    background-image: linear-gradient(90deg, #DEFF4B 0%, #F2FFB7 25%, #DEFF4B 50%, #F2FFB7 85%);
    color: transparent;
}
.footer_contact_form  label {
   
    color: #ffffff;

}

.dark_form p.accept a{
color: #fff;
  text-decoration: none;
}
.cta_footer .messenger_block{
     backdrop-filter: blur(24px);
    background: #FFFFFF1A;
    padding: 12px 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px; 
}

.cta_footer .messenger_block span{

font-weight: 400;
font-size: 14px;
line-height: 140%;
}

.section_dark .messenger a:hover {
  
    border: 1px solid transparent!important;
  
}


.case_item{
  background: #FAFAF8;
border-radius: 12px;
  padding: 32px 36px;
}

.case_item .title_case{
 font-family: var(--font-secondary);
font-weight: 700;;
font-size: 36px;
line-height: 120%;
letter-spacing: 0px;
  margin-bottom: 24px;
}
.case_item .content_case{
display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-top: 40px;
}
.case_item .description_case p{
font-weight: 400;
font-size: 14px;
line-height: 140%;
opacity: 0.75;
 margin-bottom: 0px;
}

.case_item .img_block_case{
  display: flex;
  gap: 24px;
}
.case_item .img_block_case .item{
  width: calc(100% / 2 - 12px);
  border: 4px solid #FFFFFF;
}
.case_item .img_block_case .item .head{
    height: 46px;
    border-radius: 12px 12px 0px 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.case_item .img_block_case .item .head.head_1{
   background: var(--color-primary);
}
.case_item .img_block_case .item .head.head_2{
   background: var(--color-secondary);
}

.case_item .img_block_case .item img{
  width: 100%;
  height: 369px;
   border-radius: 0px 0px 12px 12px;
}

.case_item .info_case{
  background: #FFFFFF;
  border-radius: 12px;
  padding: 18px;
  display: flex;
}

.case_item .info_case .text span{
 font-family: var(--font-secondary);
  color: var(--color-secondary);
font-weight: 700;
font-size: 48px;
line-height: 100%;
}
.case_item .info_case .text{
font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 340px;
}

.home .case_section.page_section {
    padding: 62px 0px 124px 0px;
}
.case_section.page_section {
    padding: 62px 0px 62px 0px;
}


/*single service*/

.compleks_blocks.services_included .item {
  
  background: #FAFAF8;
}

.section_margin_top{
  margin-top: 62px;
}

.service-price .item .title {
  
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 24px;

}
.service-price .item .data {
background: #FAFAF833;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 16px;
    height: 26px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 14px;

}

.service-price .item p,
.service-price .item a,
.service-price .item l li
{
  color: #FAFAF8;

}

.service-price .item p.more,
.service-price .item a.more
{
      display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
  font-size: 14px;
}
.service-price .item.w_block p.more{
   color: var(--color-primary);
}
.service-price .item.w_block a.more{
   color: var(--color-primary);
}

.service-price .item.w_block {
 background: #fff;
}

.service-price .item.w_block .data {
   background: var(--color-secondary);
}



.service-price .item.w_block p,
.service-price .item.w_block ul li
{
  color: #6D6D6D;

}

.service-price .item.w_block .title

{
 color: var(--color-primary);
 font-weight: 700;
}

.service-price .item .price{
background: #FFFFFF26;
    width: 100%;
    padding: 24px 0px;
    display: flex;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    color: #fff;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.service-price .item.w_block .price{
  border: 1px solid #2F2F2F40;
  background: #FFFFFF;
font-weight: 600;
font-size: 36px;
line-height: 100%;
 color: var(--color-primary);
}


.cta-2 {
    max-width: 100%;
    border-radius: 12px;
    padding: 36px 36px;
}
.cta-2 .content{
        display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 244px;
}
.cta-2 .content .title_h2{
   margin-bottom: 0;
}

.respond_bg{
  background: #FAFAF8;

}

#map{
  width: 100%;
  height: 420px;
   border-radius: 0px 0px 50px 50px;
  position: relative;
}
#map iframe{
  border-radius: 0px 0px 50px 50px;
}
.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: 0px 0px 50px 50px;
}
.ymaps-2-1-79-balloon__layout, .ymaps-2-1-79-balloon__content ymaps{
  border-radius: 5px!important;
}

.baloon{
  position: absolute;
  top: 50%;
  margin-top: -105px;
  left: 60px;
  background: #FFFFFF26;
  backdrop-filter: blur(15px);
  width: 340px;
  height: 211px;
  padding: 30px 25px;
      border-radius: 30px;
  z-index: 1;
}
.baloon p{
font-weight: 600;
font-size: 22px;
line-height: 126%;

}

.baloon .contact_container{
background: #FFFFFF;
  padding: 15px;
  border-radius: 15px;
}
.baloon .contact_container .phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/*page-header*/

section.page-header{
       padding: 60px 15px 0px 15px;
}
section.page-header .inner{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0px 0px;
  background-size: cover!important;
  position: relative;
}


.container{
  position: relative;
}
.container.mini_container{
 max-width: 880px;
}

/*tabs*/

.tabs {
  margin: 0 0 0px;
}
.tabs__caption {
display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    list-style: none;
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
margin: 0px 0px 30px 0px !important;
  padding-left: 0;
}

.tabs__caption li {
        padding: 27px 0px !important;
    margin: 0;
    color: #232323;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    position: relative;
    text-align: center;
    border-radius: 20px;
    background: #ffffff;
    width: 100%;
   transition: all 0.3s;
}
.tabs__caption li:before {
  display: none;
}

.tabs__caption li:not(.active) {
  cursor: pointer;
}
.tabs__caption li:not(.active):hover {
 background: var(--color-secondary);
  transition: all 0.3s;
color: #fff;
}
.tabs__caption .active {
 background: var(--color-secondary);
  color: #fff;
 
}

.tabs__content {
  display: none;
 
}
.tabs__content.active {
  display: block;
}
			

/*news*/


.news_item .data{
      line-height: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    align-items: center;
}
.news_item .data span{
   color: #6D6D6D;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;

}

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

}

.news_container

{
      padding-left: 0px;
    display: flex;
    gap: 24px 24px;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 0px;
}
.news_container .news_item{
    width: calc(100% / 3 - 12px);
    display: flex;
    padding: 0px;
    gap: 16px;
    border-radius: 0px;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.news_item .img

{
    height: 234px;
  width: 100%;
 border-radius: 12px;
  
}
.news_item .img img

{
    height: 100%;
  width: 100%;
  object-fit: cover;
   border-radius: 12px;
}


.news_container .news_item .content
{
  
       width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}


.news_container .news_item h2,
.news_container .news_item .h2_style

{
      margin-top: 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0px;
    color: var(--color-primary);
}

.news_container .news_item .content p
{
font-weight: 400;
font-size: 14px;
line-height: 140%;
     color: #6D6D6D;
  margin-bottom: 0;
}
.news_container .news_item .content p.more {
      display: flex;
    gap: 5px;
   color: var(--color-primary);
}

/*single*/

.single .offer_index .full_width.content {
    text-align: left;
  max-width: 860px;
}
.single .meta{
       padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-start;

}
.single .meta .text i

{
        color: #ffffff;
    font-size: 20px;
   
}
.single .meta .text {
    color: #ffffffcf;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
.single .meta .post_meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.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;
}

.single .anons{
  max-width: 840px;
}
.single .anons p{

font-weight: 400;
font-size: 16px;
line-height: 140%;
    margin-bottom: 20px;
}

.single .anons a{
  font-weight: 400;
font-size: 16px;
line-height: 140%;
  color: #fff;
}

.single .anons p span{
cursor: pointer;
font-weight: 700;
font-size: 16px;
text-decoration: underline;
}

.author_block{
  display: flex;
  gap: 15px;
   margin: 15px 0px;
}
.author_block .ava{
  width: 52px;
  height: 52px;
 border-radius: 100px;
}
.author_block .ava img{
  width: 100%;
  height: 100%;
  object-fit: cover;
      border-radius: 100px;
}
.author_block .info{
display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.author_block .info .author_name{
font-weight: 700;
font-size: 16px;
line-height: 100%;
color: #fff;
}
.author_block .info .author_name a{
  color: #fff;
}

.author_block .info .author_bio{
font-weight: 400;
font-size: 14px;
line-height: 100%;
color: #fff;
}

.toc_allow .lwptoc_toggle {
    white-space: nowrap;
    margin-left: 4px;
    font-size: 16px;
    background: #ADD1001A;
    display: inline-flex;
    align-items: center;
    padding: 0px 10px;
    height: 32px;
    border-radius: 12px;
}
.toc_allow .lwptoc_toggle:before {
    content: '';
  display: none;
}
.toc_allow .lwptoc_toggle:after {
    content: '';
  display: none;
}
.toc_allow .lwptoc_header {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toc_allow .lwptoc_header .lwptoc_title{
   font-family: var(--font-secondary);
}


.toc_allow .lwptoc .lwptoc_i {
    background-color: #fafaf8;
    border-radius: 12px;
  padding: 32px;
}

.toc_allow .lwptoc:first-child {
    margin-top: 0;
}

.articles_container img{
  border-radius: 12px;
}

.cta-2 .title_h2 .h2_style {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 0px;
    padding: 0;
    margin-top: 0px;
    font-family: var(--font-secondary), sans-serif;
    position: relative;
}

.cta-2 .title_h2 .h2_style span {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #DEFF4B, #F2FFB7);
    background-image: linear-gradient(90deg, #DEFF4B 0%, #F2FFB7 25%, #DEFF4B 50%, #F2FFB7 85%);
    color: transparent;
}

.single .cta-2 .content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-direction: column;
    align-content: center;
}
.single .cta-2 .content .title_h2 {
    margin-bottom: 0;
    text-align: center;
}
.single .cta-2 {
    max-width: 100%;
    border-radius: 12px;
    padding: 36px 36px;
    margin-bottom: 35px;
    margin-top: 35px;
}
.director_block{
  border: 2px solid #FAFAF8;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  margin-top: 40px;
  position: relative;
}
.director_block:before{
  content:'';
  position: absolute;
  background: url(./img/quote.svg)no-repeat;
  width: 77px;
  height: 64px;
  right: 24px;
  top: 24px;
}


.director_block_head{
     display: flex;
    gap: 15px;
    margin: 15px 0px;
}

.director_block_head .img{
      width: 64px;
    height: 64px;
    border-radius: 12px;
}
.director_block_head .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.director_block_head .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
.director_block_head .text .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #2F2F2F;
}
.director_block_head .text .bio {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #6D6D6D;
}

.director_block_descr{
  margin-top: 24px;
}
.director_block_descr p{
  color: #6D6D6D;
font-weight: 400;
font-size: 16px;
line-height: 150%;
}

.director_block_descr p a{
   color: var(--color-secondary);
  text-decoration: underline;
}


.related{
  
}

.related .title_h2{
  text-align: center;
}

.related .title_h2 .h2_style {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 0px;
    padding: 0;
    margin-top: 0px;
    font-family: var(--font-secondary), sans-serif;
    position: relative;
}
.related .title_h2 .h2_style span {
    color: var(--color-secondary);
}

/*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: 20px;
    margin-bottom: 0px;
    justify-content: flex-start;
}

.policy .checkbox {
   -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
    width: 20px;
    background: #ffffff;
    height: 20px;
    margin-top: 0px;
    border-radius: 2px;
    border: 1px solid #2F2F2F;
}
.policy .checkbox.active {
  border: 1px solid var(--color-secondary);
  background: var(--color-secondary);
   
}

.policy .checkbox.active span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}


.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: 5px;
    top: -2px;
    margin: auto;
    width: 7px;
    height: 12px;
    border: solid var(--color-secondary);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.policy .text p {
      color: var(--color-primary) !important;
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
}
.policy .text p a{
       color: var(--color-secondary);
    text-decoration: underline;
}
.wpcf7-spinner {
    position: absolute;
}


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

.error404 main{
   
}
  
.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: var(--color-secondary);
    text-decoration: none;
}
.cookie-consent-popup p a:hover{
     
   color: var(--color-secondary);
    text-decoration: underline;
}

.btn_cookies{
     background: var(--color-primary);
    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: #ccc;
    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;
}
}


.none {
   
    display: none!important;
}


.bg_brc{
  background: #FAFAF8;
      margin-bottom: 62px;
}

.border_brc{
  background: #fff;
  border: 1px solid #FAFAF8;
}

p.seo_more{
 color: var(--color-secondary);
font-weight: 400;
font-size: 14px;
line-height: 140%;
letter-spacing: 0px;
cursor: pointer;
}

p.seo_more.no_more{
  display: none;
}

.service-seo{
  height: 422px;
  overflow: hidden;
  position: relative;
}

.service-seo.full_text{
  height: auto;
  overflow: visible;
}

.service-seo:before{
  content:'';
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 82.69%);
  width: 100%;
  height: 184px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.service-seo.full_text:before{
 display: none;
}

.section_seo_text{
  padding: 25px 0px 0px 0px;
}

.page-template-page-default h1,
.page_custom h1
{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 14px;
}
 ul.list_cat{
     display: flex;
    gap: 6px;
    margin: 0px 0px 28px 0px;
    padding: 0;

}
 ul.list_cat li a{
 display: flex;
    background: #FAFAF8;
    height: 34px;
    padding: 0px 33px;
    border-radius: 100px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}


ul.list_cat li.current-cat a,
ul.list_cat li.cat-item:hover a {

  background: var(--color-secondary);
  color: #fff;
}

.category-1 ul.list_cat li.cat-item-1 a{
   background: var(--color-secondary);
  color: #fff;
}

.archive h1
{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 28px;
      margin-top: 15px;
  text-align: center;
}

.archive .border_brc .breadcrumbs {
    justify-content: center;
    display: flex;
}

.all_slider .swiper-pagination {
       position: absolute;
    text-align: left;
    top: 33px !important;
    left: 36px !important;
    height: 11px;
    color: #add100;
    font-size: 16px;
}
.swiper-pagination-current-custom{
  font-weight: 700;
}

footer .logo{
  max-width: 200px;
}

.slider_x4 .swiper-slide a img{
  border-radius: 10px;
}