*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


@font-face {
  font-family: "Montserratarm-bold";
  src: url("fonts/Montserratarm-Bold.eot");
  src: url("fonts/Montserratarm-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserratarm-Bold.woff2") format("woff2"), url("fonts/Montserratarm-Bold.woff") format("woff"), url("fonts/Montserratarm-Bold.ttf") format("truetype"), url("fonts/Montserratarm-Bold.svg#Montserratarm-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserratarm-Black";
  src: url("fonts/Montserratarm-Black.eot");
  src: url("fonts/Montserratarm-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Montserratarm-Black.woff2") format("woff2"), url("fonts/Montserratarm-Black.woff") format("woff"), url("fonts/Montserratarm-Black.ttf") format("truetype"), url("fonts/Montserratarm-Black.svg#Montserratarm-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Montserratarm-Regular";
  src: url("fonts/Montserratarm-Regular.eot");
  src: url("fonts/Montserratarm-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserratarm-Regular.woff2") format("woff2"), url("fonts/Montserratarm-Regular.woff") format("woff"), url("fonts/Montserratarm-Regular.ttf") format("truetype"), url("fonts/Montserratarm-Regular.svg#Montserratarm-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*, :after, :before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body{
    margin:0;
    font-size: 17px;
    word-wrap: break-word;
    overflow-x: hidden;
    font-family: "Montserratarm-Regular", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    text-align:left;
}
strong{
    text-align:left;
}
a, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
        line-height: 1.3;
}
input{
outline:none;
}
p{
    line-height: 1.6;
    margin:15px 0;
    color:#414241;
}
ul{
    list-style: none;
    margin-bottom: 0;
}

.ymaps-2-1-79-balloon__content{
    font-family: "Montserratarm-Regular", sans-serif!important;
}

.fixwidth,
.fixWidth{
    width:1200px;
    margin:0 auto;
}


.mobile_menu_row{
    display:none;
}

.menuBox{
    float: left;
    width: 100%;
    margin-bottom: -3px;
}

.mobIcons{
    display:none;
}

.mobIcons a div{
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0px 5px 5px;
    cursor: pointer;
    position: relative;
    top: 8px;
    z-index: 9;
}


.main_wrapper{
        width: 100%;
    display: inline-block;
}

.top_wrapper{
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 99;
}






.icon-fb{
    background-image: url(../images/fb.svg);
}
.icon-insta{
    background-image: url(../images/insta.svg);
}
.icon-linkedin{
    background-image: url(../images/linkedin.svg);
}
.icon-youtube{
    background-image: url(../images/youtube.svg);
}
.icon-twitter{
    background-image: url(../images/twitter.svg);
}
.icon-profile{
    background-image: url(../images/profile.png);
}
.icon-ptichka{
    background-image: url(../images/ptichka.png);
}
.icon-at{
    background-image: url(../images/at.png);
}
#participate-popup-form .icon-phone{
    background-image: url(../images/phone2.png);
}
.icon-user{
    background-image: url(../images/user2.png);
}
.icon-password{
    background-image: url(../images/password.png);
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(217,217,217); /* Fallback color */
    background-color: rgba(217,217,217,0.6); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
  }
  
  /* Modal Content */
  .modal-content {
    position: fixed;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fefefe;
    width: 100%;
    padding: 50px 80px;
    max-width: 820px;
    border-radius: 10px;
  }
  .modal-content .lang{
    position: absolute;
    right: 15px;
    top: 10px;
    vertical-align: middle;
  }
  .modal-content .lang span{
    vertical-align: middle;
    position: relative;
    top: -10px;
  }
  .modal-content .lang a{
    color: #3d3d3d;
    text-decoration: none;
  }  
  /* The Close Button */
  .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
.modal-header{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:-40px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #41ad49;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%;

  }
  
.modal-body {padding: 2px 16px;}
  
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.modal-content .title{
    font-size: 24px;
    color: #3d3d3d;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}
.modal-content .success{
  font-size: 30px;
  color: #5cb85c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  margin: 0;
}
.modal-content .button{
  display: inline-block;
  border: unset;
  font-size: 20px;
  margin-top: 0;
  padding: 15px 40px;
  cursor: pointer;
}
.modal-content .button-2-container{
  margin-top: 45px;
  text-align: center;
}
/* .modal-content .button-2-container .button{
  display: inline-block;
  border: unset;
  font-size: 20px;
  margin-top: 0;
  padding: 15px 40px;
} */
.modal-content .form-group{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}
.modal-content .form-group-2{
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.modal-content .form-group input{
    width: 100%;
    padding: 10px 15px;
    border: unset;
    outline: unset;
    font-size: 16px;
}
.modal-content .form-icon{
    display: flex;
    width: 60px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e1e1e1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}


section {
  width: 100%;
  height: auto;
  position: relative;
  padding: 40px 0;
}

section.gray {
  background-color: #e9e9e9;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.hr {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a1a1a1;
  opacity: 0.24;
}

.button, .button-border {
  background-color: #41AD49;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15px 30px;
  font-size: 16px;
  text-decoration: unset;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
}
.button-border {
  background-color: #fff;
  color: #41AD49;
  border: 1px solid #41AD49;
}
.button.center, .center.button-border {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button:hover, .button-border:hover {
  background-color: #41ad49;
  color: #fff;
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 15px;
}

.flag {
  display: inline-block;
  font-size: 16px;
  width: 20px;
  height: 15px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
  background-position: 50%;
}


ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


a, a:hover, a:visited, a:focus {
  text-decoration: none;
}

header {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}
header .topbar {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 0px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 0 #00000029;
  z-index: 1000;
}
header .topbar.sticky {
  position: fixed;
  top: 0;
}

.logoItem{
    height:60px;
}
header .topbar > .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    height: 85px;
}
header .logo {
  line-height: 0;
}
header .logo img {
  width: 60px;
}
header nav {
  display: flex;
  width: calc(100% - 100px);
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}
header  .nav-item {
    position: relative;
    color: #414241;
    font-weight: bold;
    font-size: 16px;
    text-decoration: unset;
    text-align: center;
    padding: 30px 0;
    margin: 0 11px;
}

.lang_en-GB header  .nav-item{
     margin: 0 30px;
}


header  .nav-item:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  background: transparent linear-gradient(90deg, #EA2C28 0%, #F8952F 46%, #D8D335 60%, #398F43 100%) 0% 0% no-repeat padding-box;
  transition: all 0.5s;
}
header  .nav-item.lang {
  color: #292929;
  text-decoration: unset;
}
header  .nav-item.lang:before {
  content: unset;
}
header  .nav-item.lang a {
  color: #292929;
  text-decoration: unset;
}
header  .nav-item.lang span {
  transition: all 0.3s;
  vertical-align: middle;
  margin: 0 5px;
  font-weight: 400;
  font-size: 17px;
}
header  .nav-item.lang span:hover {
  color: #9E9E9E;
}
header  .nav-item.icon-account {
  padding: 8px 14px 8px 28px;
  background-color: #292929;
  color: #fff;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 12px;
  transition: all 0.3s;
}
header  .nav-item.icon-account:before {
  content: unset;
}
header  .nav-item.icon-account:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 11px;
  height: 12px;
  display: inline-block;
  background-image: url(../images/user.png);
  background-repeat: no-repeat;
  background-position: left center;
}
header  .nav-item.icon-account:hover {
  background-color: #41ad49;
}
header  .nav-item.icon-account:hover:before {
  width: 100%;
}
header  .nav-item:hover:before {
  width: 100%;
}
header .menu-bar {
  height: 35px;
  cursor: pointer;
  z-index: 100;
}
header .menu-bar div {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
  transition: all 0.5s;
}
header .menu-bar.active div {
  background-color: #fff;
}
header .menu-bar-2 {
  height: 13px;
  cursor: pointer;
  z-index: 100;
}
header .menu-bar-2 div {
  width: 20px;
  height: 1px;
  background-color: black;
  margin: 5px 0;
  transition: all 0.5s;
}
header .menu-bar-2 div:first-of-type {
  margin-top: 0;
}
header .menu-bar-2 div:last-of-type {
  margin-bottom: 0;
}
header .menu-bar-2.active div {
  background-color: #fff;
}
header #toggle {
  display: none;
}
header .dropdown-container {
  position: relative;
}
header .dropdown-container .dropdown {
  position: absolute;
  top: 13px;
  left: 0;
  padding-top: 10px;
  display: none;
}
header .dropdown-container .dropdown > div {
  padding: 10px 15px;
  background-color: #e9e9e9;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}
header .dropdown-container .dropdown:hover {
  display: block;
}
header .dropdown-container .dropdown .dropdown-item {
  display: block;
  color: #3d3d3d;
  margin-bottom: 10px;
  text-decoration: unset;
  font-size: 16px;
  transform: all 0.3s;
}
header .dropdown-container .dropdown .dropdown-item:last-of-type {
  margin-bottom: 0;
}
header .dropdown-container .dropdown .dropdown-item:hover {
  color: #000;
}
header .dropdown-container:hover .dropdown {
  display: block;
}
header .intro,
.page-header{
  padding-top: 35px;
  padding-bottom: 10px;
}
header > .container {
  padding-top: 85px;
  padding-bottom: 12px;
}
header > .container > .row {
  height: 100%;
  align-items: center;
}
header .line {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  width: 100%;
  height: 12px;
  background-image: url(../images/line.png);
  background-size: 100% 12px;
  background-repeat: no-repeat;
  transition: all 0.8s;
  z-index: 5;
}
header .line.line-bottom {
  top: auto;
  bottom: 0;
}
header .pretitle {
  position: relative;
  z-index: 5;
  font-weight: 500;
  font-size: 30px;
  color: #aed465;
  text-transform: uppercase;
}
header .title,
.page-header h1{
  position: relative;
  z-index: 5;
  font-size: 26px;
  font-weight: 900;
  color: #41ad49;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 2px;
}
header .title.title-green {
  color: #41ad49;
}

.under-header {
  padding-bottom: 15px;
}
.under-header .text {
  font-family: "Montserratarm-Regular";
  font-size: 14px;
  color: #414241;
  text-align: left;
}

.efficiency-texts {
  padding: 30px 0;
}
.efficiency-texts .text {
  text-transform: uppercase;
  color: #e9e9e9;
  font-weight: 500;
  font-size: 21px;
  word-spacing: 10px;
  letter-spacing: 13px;
}
.efficiency-texts .text.text2 {
  float: right;
}

.content-title {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-title .title-text {
  position: relative;
  font-size: 50px;
  color: #3d3d3d;
  font-weight: 800;
  text-transform: uppercase;
  z-index: 2;
  letter-spacing: 3px;
}
.content-title .title-text span {
  display: block;
  color: #41ad49;
  font-weight: 300;
}
.content-title .title-text a {
  text-decoration: unset;
  color: inherit;
}
.content-title .helper {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
}
.content-title .helper .rect {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #41ad49;
}
.content-title .helper .rect-circle {
  content: "";
  position: absolute;
  left: -88px;
  top: 0;
  width: 176px;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}

footer {
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  color: #414241;
  font-size: 14px;
  padding-bottom: 30px;
}
footer .container {
  border-top: 1px solid #E8E8E8;
}
footer .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
footer .nav li {
  margin: 0 20px;
}
footer .nav li a {
  color: #414241;
  font-size: 16px;
}
footer .nav li a:hover {
  color: #41AD49;
}
footer .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-icons li {
  margin: 0 10px;
}
footer .social-icons li .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
footer .social-icons li .icon-youtube {
  width: 30px;
}
footer .social-icons li .icon:hover {
  opacity: 0.8;
}
footer .footer-middle {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 16px 0;
  margin: 16px 0;
}
footer .footer-middle .disclaimer {
  max-width: 985px;
  display: inline-block;
  margin: auto;
}
footer .footer-middle .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
footer .footer-middle .logos img {
  margin: 0 15px;
}

.newsletter {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}
.newsletter .header {
  background-color: #ACD265;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
}
.newsletter .content {
  padding: 0 20px 15px 20px;
  background-color: rgba(247, 247, 247, 0.5);
  max-height: 650px;
  overflow-y: auto;
}
.newsletter .content ul li {
  padding: 14px 0;
}
.newsletter .content ul li:not(:last-of-type) {
  border-bottom: 1px solid #C0BFBF;
}
.newsletter .content ul li a {
  position: relative;
  display: inline-block;
  color: #414241;
  font-size: 14px;
}
.newsletter .content ul li a:hover {
  color: #41AD49;
}
.newsletter .content::-webkit-scrollbar {
  width: 4px;
  border-left: 1px solid #E6ECF8;
}
.newsletter .content::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100, 0.7);
}

#news{
    padding-bottom: 60px;
}
.newsletter.sticky-2 .content {
  max-height: 500px;
}

.newsletter.sticky{
     position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 100px;
}

.fp-tableCell {
  height: auto !important;
}

.pagination-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}

.paginate-prev, .paginate-next {
  width: 40px;
  height: 40px;
  color: #414241;
}

.pagination-element {
  color: #414241;
  width: 40px;
  height: 40px;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border: 1px solid transparent;
}

.pagination-element.active {
  border-color: #E8E8E8;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html:not(.no-js) [data-aos^=line][data-aos^=line] {
  visibility: hidden;
}

html:not(.no-js) [data-aos^=line][data-aos^=line].aos-animate {
  visibility: visible;
  background-size: 100% 12px;
}

.custom-label {
  color: #999;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}

.custom-select {
  position: relative;
}
.custom-select select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #3d3d3d;
  padding: 8px 16px;
  width: 100%;
  font-size: 20px;
  outline: unset;
}
.custom-select select.error {
  border: 1px solid rgba(255, 0, 0, 0.5);
}
.custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 15px;
  width: 0;
  height: 0;
  padding: 10px;
  background-image: url(../images/arrow-triangle.svg);
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease-out;
}
.custom-select .select-selected.select-arrow-active:after {
  transform: translateY(-50%) rotate(180deg);
}
.custom-select .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 378px;
  overflow-y: auto;
}
.custom-select .select-selected {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-select .select-selected.error {
  border: 1px solid rgba(255, 0, 0, 0.5);
}
.custom-select .select-items div, .custom-select .select-selected {
  color: #3D3D3D;
  padding: 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 20px;
}
.custom-select .select-items div {
  border: 1px solid transparent;
  border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}
.custom-select .select-hide {
  display: none;
}
.custom-select .select-items div:hover, .custom-select .same-as-selected {
  color: #41ad49 !important;
}

.title {
  position: relative;
  font-size: 36px;
  color: #41AD49;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  font-weight:bold;
}

.date {
  color: rgba(65, 66, 65, 0.8);
  font-size: 14px;
}

.pt-0 {
  padding-top: 0 !important;
}




.intro-container {
  padding-top: 0;
  padding-bottom: 0;
}
.intro-home {
width: 100%;
    height: 100%;
    margin-top: -15px;
}
.intro-home .row .col-1 {
  position: relative;
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
}
 .intro-home .row .col-1 .header-content {
  padding: 20px 0 15px;
}
 .intro-home .row .col-1 .header-content .intro-image {
  width: 85%;
}
 .intro-home .row .col-1 .header-content .title {
  color: #3d3d3d;
  font-size: 22px;
  margin-top: 15px;
}
.intro-home .row .col-1 .header-content .button {
  font-size: 16px;
  margin-top: 15px;
  cursor:pointer;
}
.intro-home .row .col-1 .map-container {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
 .intro-home .row .col-1 .map-container .map-link {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
 .intro-home .row .col-1 .map-container iframe {
  height: 100%;
}
 .intro-home .row .col-1 .map-container .map-title {
  width: 100%;
  background-color: #41ae49;
}
 .intro-home .row .col-1 .map-container .map-title span {
  background-color: rgba(65, 173, 73, 0.8);
  color: #FFFFFF;
  display: inline-block;
  padding: 8px 15px;
  font-size: 11px;
}
 .intro-home .row .col-2 {
  flex: 0 0 60%;
  max-width: 60%;
}
 .intro-home .row .col-2 .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.intro-home .row .col-2 img {
    width: 100%;
    margin-top: -45px;
}
.intro-home .row #intro-slider {
  height: 100% !important;
}
 .intro-home .row #intro-slider .splide__arrow svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
 .intro-home .row #intro-slider .slider-overlay {
  position: absolute;
  bottom: 0;
  padding: 5px 55px 25px;
  width: 100%;
  left: 0;
  font-size: 16px;
  color: #FFFFFF;
}

#about .list-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#about .list-container .list {
  position: relative;
  font-size: 17px;
  color: #414241;
  background: #fff;
  box-shadow: 0px 6px 12px #0000001A;
  border-radius: 2px;
  margin: 0 15px;
  padding: 30px;
  max-width: 390px;
  width: 100%;
  text-align: center;
}
#about .list-container .list span {
  text-align: left;
  display: inline-block;
}
#about .list-container .list-img {
  margin-bottom: 30px;
  display: block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#beneficiary ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#beneficiary ul li {
  position: relative;
  font-size: 16px;
  color: #414241;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  margin: 0 15px;
  padding: 30px;
  max-width: 390px;
  width: 100%;
  display: flex;
  font-family: "Montserratarm-Regular";
}
#beneficiary ul li span {
  display: inline-block;
  width: calc(100% - 2em);
  vertical-align: top;
}
#beneficiary ul li .icon-check {
  display: inline-block;
  width: 31px;
  height: 24px;
  background: url(../images/tick.svg) no-repeat center;
  background-size: 100%;
  vertical-align: top;
  margin-right: 16px;
}

#how .title {
  position: relative;
}
#how .title .helper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#how .title .helper .rect {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: calc(100vw - 100% - max(0px, 100vw - 1240px + 30px));
  height: 100%;
  background-color: #41ad49;
}
#how .title .helper .rect-circle {
  content: "";
  position: absolute;
  left: calc(100% - 88px);
  top: 0;
  width: 176px;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}
#how .title .title-text {
  position: relative;
  font-size: 50px;
  color: #41ad49;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 2;
}
#how .title .title-text span {
  display: block;
  font-weight: 800;
  color: #3d3d3d;
}
#how .title span.title-line {
  position: absolute;
  background-color: #3d3d3d;
  font-weight: 200;
  width: 100%;
  height: 4px;
  top: 70%;
  left: 110%;
  z-index: 2;
}
#how .cols {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
}
#how .cols .col {
  width: 18%;
  text-align: center;
}
#how .cols .col .circle {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: rgba(65, 173, 73, 0.24);
  font-size: 10em;
}
#how .cols .col .circle .num {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1em;
  line-height: 0;
  color: rgba(65, 173, 73, 0.2);
  font-weight: bold;
  transition: all 0.4s;
  transform: translateX(-50%);
}
#how .cols .col .circle .icon {
  position: absolute;
  width: 0.7em;
  height: 0;
  right: -0.5em;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 0.7em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: all 0.4s;
}
#how .cols .col .circle .icon.icon-1 {
  background-image: url(../images/how1.png);
}
#how .cols .col .circle .icon.icon-2 {
  background-image: url(../images/how2.png);
}
#how .cols .col .circle .icon.icon-3 {
  background-image: url(../images/how3.png);
}
#how .cols .col .circle .icon.icon-4 {
  background-image: url(../images/how4.png);
}
#how .cols .col .circle:hover .num, #how .cols .col .circle.active .num {
  color: #41ad49;
  transform: translateX(calc(-50% - 0.3em));
}
#how .cols .col .circle:hover .icon, #how .cols .col .circle.active .icon {
  opacity: 1;
  right: -0.2em;
}
#how .cols .col .circle:hover ~ .desc, #how .cols .col .circle.active ~ .desc {
  opacity: 1;
}
#how .cols .col .desc {
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 300;
  opacity: 0;
  transition: all 0.3s;
}
#how .button {
  margin: 0 auto;
  font-size: 20px;
  margin-top: 20px;
  padding: 15px 30px;
}

#events .events-container {
  margin-bottom: 30px;
}
#events .events-container .image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#events .events-container .splide__slide {
  border: 1px solid #E8E8E8;
  border-radius: 2px;
}
#events .events-container p {
  color: #414241;
  font-size: 16px;
  padding: 16px;
}
#events .events-container p span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  background-color: unset;
  border: unset;
  transform: translateY(-50%);
  cursor: pointer;
}

.splide__arrow svg {
  width: 30px;
  height: 30px;
}

.splide__arrow:focus,
.splide__arrow:hover {
  border: unset;
  outline: unset;
}

.splide__arrow--prev {
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 0;
}

#gallery-slider .splide__arrow svg {
  fill: #fff;
}


.menu_row{
        width: 100%;
    text-align: right;
}

.menu_block1>ul{
   display: inline-flex; 
}

.slide_item{
    height: 600px;
    position: relative;
}

.slide_item h5 {
    position: absolute;
    bottom: 21px;
    left: 0;
    padding: 10px 0px 0px 52px;
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    width: 90%;
}


.slideshow_row .owl-dots{
    display:none;
}







.slideshow_row  .owl-nav{
position: absolute;
    top: 43%;
    width: 100%;
    display: inline-block;
}


.slideshow_row  .owl-nav .owl-prev span{
    content:"";
    background: url(../images/chevron-left-white.svg) no-repeat 0 0; 
    width:40px;
    height:40px;
    position:absolute;
    left:10px;
    top:0;
}

.slideshow_row  .owl-nav .owl-next span{
    content:"";
    background: url(../images/chevron-right-white.svg) no-repeat 0 0; 
    width:40px;
    height:40px;
    position:absolute;
    right:0;
    top:0;
}


.intro-image-map{
       width: 100%;
    height: 100%;
    object-fit: cover; 
}

.lang_row{
        margin-left: 25px;
}

div.mod-languages li:nth-of-type(2){
margin-left: 16px;
    position: relative;
}

div.mod-languages li:nth-of-type(2):before{
    content: "";
    width: 2px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: -10px;
    background: #999;
}


.slide_item p{
    line-height:1.4;
}

.news_slide_item{
        border: 1px solid #ccc;
    overflow: hidden;
}


.news_slide_item h5{
    padding: 10px;
    font-weight: bold;
    height: 160px;
}


.modal_close{
      position: absolute;
    top: 10px;
    right: 15px;
    color: #FF171E;
    font-weight: bold;
    font-size: 21px;
    cursor: pointer;
    border: 1px solid #FF171E;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    display: block;  
}


.com-content-article__body a{
    color: #414241;
}


#projects .title {
  position: relative;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 0;
  text-align: justify;
}
#projects li {
  font-size: 18px;
}
#projects .col-1 {
  width: 100%;
}
#projects .col-1 .image-container, #projects .col-1 .video-container {
  width: 40%;
  float: right;
  margin-left: 20px;
}

#mission .title {
  font-size: 65px;
  text-transform: uppercase;
  color: #41ad49;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.1px;
  margin-top: 0;
  margin-bottom: 0;
}
#mission .content {
  font-size: 21px;
  font-weight: 300;
  color: #3d3d3d;
  line-height: 1.7;
}

#values .title {
  position: relative;
}
#values .title .helper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#values .title .helper .rect {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: calc(100vw - 100% - max(0px, 100vw - 1500px - 200px));
  height: 100%;
  background-color: #41ad49;
}
#values .title .helper .rect-circle {
  content: "";
  position: absolute;
  left: calc(100% - 88px);
  top: 0;
  width: 176px;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}
#values .title .title-text {
  position: relative;
  font-size: 65px;
  color: #41ad49;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 2;
  padding-top: 25px;
  padding-bottom: 25px;
}
#values .title .title-text span {
  display: block;
  font-weight: 800;
  color: #3d3d3d;
}
#values .title span.title-line {
  position: absolute;
  background-color: #3d3d3d;
  font-weight: 200;
  width: 120%;
  height: 0.313vw;
  bottom: 10%;
  left: 85%;
  z-index: 2;
}
#values .value {
  margin-top: 80px;
}
#values .value .col-1 {
  width: 50%;
  display: inline-block;
}
#values .value .col-1 img {
  margin-left: calc(5vw - (100vw - 200%) / 2);
  width: 35vw;
}
#values .value .col-2 {
  width: 50%;
  display: inline-block;
}
#values .value .col-2 img {
  float: right;
  margin-right: calc(5vw - (100vw - 200%) / 2);
  width: 35vw;
}
#values .value-title {
  display: inline-block;
  position: relative;
  color: #aed465;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
  min-width: 90%;
}
#values .value-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 3px;
  background-color: #a1a1a1;
  opacity: 0.24;
}
#values .value-title span {
  vertical-align: middle;
}
#values .value-title span.circle {
  background-color: #41ad49;
  color: #fff;
  margin-right: 40px;
  width: 2.4vw;
  height: 2.4vw;
  display: inline-block;
  font-size: 2vw;
  line-height: 2.4vw;
  border-radius: 1.2vw;
  text-align: center;
}
#values .value-content {
  font-size: 21px;
  line-height: 1.7;
  color: #3d3d3d;
  font-weight: 300;
}
#values .value-content .see-more {
  cursor: pointer;
  color: #41ad49;
  font-weight: 500;
}

#team {
  padding-top: 0;
}
#team .title {
  position: relative;
  display: flex;
  text-transform: uppercase;
  font-weight: 800;
  background-color: #e9e9e9;
  padding: 20px 0;
}
#team .title .left {
  font-size: 55px;
  color: #41ad49;
}
#team .title .right {
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #aed465;
  width: 50%;
  display: inline-block;
  text-align: left;
  padding-left: 8vw;
}
#team .title .row {
  align-items: center;
}
#team .title .circle-container {
  position: relative;
  top: 0;
  width: 100px;
  padding-bottom: 100px;
  height: 0%;
  z-index: 2;
  display: inline-block;
  margin-left: auto;
}
#team .title .circle-container .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}
#team span {
  vertical-align: middle;
}
#team .text1 {
  text-transform: uppercase;
  color: #e9e9e9;
  font-weight: 400;
  font-size: 14px;
  word-spacing: 15px;
  letter-spacing: 14px;
  margin-top: 15px;
}
#team .text2 {
  text-transform: uppercase;
  color: #e9e9e9;
  font-weight: 400;
  font-size: 14px;
  word-spacing: 15px;
  letter-spacing: 14px;
  margin-left: auto;
  margin-top: 15px;
}
#team .members {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 40px;
  margin-top: 15px;
}
#team .col .member .image {
  position: relative;
}
#team .col .member .image img {
  width: 100%;
}
#team .col .member .image .foot {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  bottom: 0;
  background-color: #aed465;
  padding: 10px 20px;
}
#team .col .member .image .foot a {
  line-height: 0;
  font-size: 0;
}
#team .col .member .image .foot .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
#team .col .member .image .foot .icon.icon-fb {
  background-image: url(../images/fb.svg);
}
#team .col .member .image .foot .icon.icon-ln {
  background-image: url(../images/ln.svg);
}
#team .col .member .name {
  color: #41ad49;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 10px;
}
#team .col .member .position {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
}

#events .events-container {
  margin-bottom: 30px;
}
#events .events-container .image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#events .events-container .splide__slide {
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  margin-bottom: 2px;
}
#events .events-container p {
  color: #414241;
  font-size: 16px;
  padding: 16px;
  font-family: "Montserratarm-bold";
}
#events .events-container p span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.splide__pagination {
  margin-top: 10px !important;
}

.splide__pagination li {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.splide__pagination__page {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #aed465;
  border: unset;
  box-shadow: unset;
  outline: unset;
  cursor: pointer;
}

.splide__pagination__page.is-active {
  background-color: #41ad49;
}

.lds-spinner-container {
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.lds-spinner {
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #41ad49;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.com-content-article__body{
        padding-bottom: 50px;
        min-height:600px;
}

.about_video{
        float: right;
}

#news .news-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Montserratarm-Regular";
}
#news .news-container .col-1 {
  flex: 0 0 70%;
}
#news .news-container .col-2 {
  flex: 0 0 28%;
}
#news .news-container .news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 -15px;
}
#news .news-container .news {
  display: flex;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  margin: 16px;
}
#news .news-container .news a {
  width: 100%;
  text-decoration: unset;
}
#news .news-container .news .preview {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}
#news .news-container .news-info {
  padding: 0 16px 20px;
}
#news .news-container .news .title {
  font-size: 16px;
  color: #414241;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Montserratarm-Bold";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news .news-container .news .content {
  font-family: "Montserratarm", sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}


.news_inner_preview img{
    width:100%;
}


.article-page-header h1 {
    font-size: 24px;
    color: #41AD49;
    margin-bottom: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 1.3;
}

.inner_tags_list li strong {
    margin-bottom: 20px;
    color: rgba(65, 66, 65, 0.8);
    font-size: 14px;
    display: block; 
}



.news_item_gallery{
        width: 100%;
    display: inline-block;
}


.inner_gallery_over{
    width: 255px;
    height: 170px;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;    
}
.inner_gallery_over a{

    display: block;
    width: 100%;
    height: 100%;
}

.inner_gallery_over img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}





.section-title {
  position: relative;
  width: 100%;
  font-size: 24px;
  color: #aed465;
  font-weight: 400;
  padding-bottom: 20px;
}
.section-title:before {
  content: "";
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 2px;
  background-color: #a1a1a1;
  opacity: 0.24;
}

.text {
  font-size: 18px;
  font-weight: 300;
  color: #292929;
  margin: 10px 0;
}

#bar {
  background-color: #41ad49;
  padding: 0;
  margin-bottom: -77px;
}
#bar.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 86px;
    z-index: 999;
    padding: 0;
    margin: 0;
}
#bar ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  text-align: center;
  justify-content: space-between;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#bar ul li {
  color: #fff;
  font-size: 24px;
  font-family: "Montserratarm", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 0;
}
#bar ul li.active {
  background-color: #aed465;
}
#bar ul li a {
  text-decoration: unset;
  color: inherit;
      display: block;
}

#contacts, #vacansy, #faq {
  padding: 20px 0;
}

.panel {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 20px;
}
.panel .panel-top {
  position: relative;
  width: 100%;
  padding: 20px 0;
  color: #41ad49;
  background-color: #f6f7f8;
  padding-left: 35px;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}
.panel .panel-top .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  padding: 12px;
  background-image: url(../images/arrow-triangle.svg);
  float: right;
  margin-right: 25px;
  transition: all 0.3s ease-out;
}
.panel .panel-body {
  font-weight: 400;
  color: #292929;
  padding: 0 18px;
  display:none;
  overflow: hidden;
}
.panel ul li {
  list-style: square inside;
}
.panel.active .panel-top, .panel.active .title {
  background-color: #41ad49;
  color: #fff;
}
.panel.active .panel-top .arrow {
  transform: translateY(-50%) rotate(180deg);
  filter: brightness(0) invert(1);
}

.contact-info {
  display: flex;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.contact-info li {
  font-family: "Montserratarm", sans-serif;
  font-weight: 400;
  color: #41ad49;
  font-size: 21px;
  margin-right: 30px;
}
.contact-info li span {
  vertical-align: middle;
}
.contact-info .icon {
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  background-color: #41ad49;
  border-radius: 0.75em;
  overflow: hidden;
}

.icon-phone {
  background-image: url(../images/phone.svg);
}

.icon-email {
  background-image: url(../images/email.svg);
}


#faq span.title{
    font-size: 20px;
    width: 95%;
    display: block;
    margin-bottom: 0;
}

#faq .panel{
    margin-top:10px;
}

#faq h4.title{
    margin-top: 40px;
    font-size: 31px;
}


.page_420 #about {
  padding: 30px 0;
  background-color: #e9e9e9;
}
.page_420 #about .title {
  font-size: 25px;
  font-weight: 500;
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 15px;
}
.page_420 #about .text {
  position: relative;
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 300;
  line-height: 1.7;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}


.calcTitle{
    margin-bottom:15px;
}


.popOverlay{
    display:none;
        width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.8);
    z-index: 999;
}



.modal-content {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fefefe;
    width: 100%;
    padding: 50px 80px;
    max-width: 820px;
    border-radius: 10px;
}

.modal-content .lang {
    position: absolute;
    right: 15px;
    top: 10px;
    vertical-align: middle;
}

.modal-content .lang a {
    color: #3d3d3d;
    text-decoration: none;
}

.modal-content .form-group-2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.custom-select {
    position: relative;
}

.custom-label {
   color: #999;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}

.modal-content select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #3d3d3d;
    padding: 8px 16px;
    width: 100%;
    font-size: 20px;
    outline: unset;
}

.modal-content .button-2-container {
    text-align: center;
}

.modal-content .button {
    display: inline-block;
    border: unset;
    font-size: 20px;
    margin-top: 0;
    padding: 15px 40px;
    cursor: pointer;
}

.modal-content .lang img{
        width: 25px;
    margin: 5px;
}


.article_inner_content a{
    color: #185f99;
    text-decoration: underline;
}



.newsbox_row.owl-carousel .owl-item img {
    min-height: 270px;
    object-fit: cover;
}



.com-content-category-blog__counter{
    display:none;
}


.com-content-category-blog__pagination{
    display: inline-block;
    width:56%;
    margin:50px 0px 0px 0px;
}
.pagination__wrapper,
.pagination__wrapper ul{
    width: 100%;
    display: inline-block;
}

.pagination__wrapper ul li.page-item{
        float: left;
    width: 36px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pagination__wrapper ul li.page-item a{
    background: #F7F5F4;
    color: #2468D0;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    padding: 5px;
    height: 100%;
        position: relative;
}
.pagination__wrapper ul li.page-item.active a,
.pagination__wrapper ul li.page-item a:hover{
    background:#2468D0;
    color: #fff;
}


.icon-angle-double-left{
    content:"";
    background: url(../images/angle-double-left-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 16px;
    height: 20px;
    margin: 0 auto;
}

.icon-angle-double-right{
    content:"";
    background: url(../images/angle-double-right-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 16px;
    height: 20px;
    margin: 0 auto;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-double-left{
    background: url(../images/angle-double-left-white.svg) no-repeat 0px 0px;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-double-right{
    background: url(../images/angle-double-right-white.svg) no-repeat 0px 0px;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-left{
    background: url(../images/chevron-left-white.svg) no-repeat 0px 0px;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-right{
    background: url(../images/chevron-right-white.svg) no-repeat 0px 0px;
}



.icon-angle-left{
    content:"";
    background: url(../images/chevron-left-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 10px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: 2px;
}


.icon-angle-right{
    content:"";
    background: url(../images/chevron-right-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 10px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: 2px;
}

.com-content-category-blog__navigation{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
        text-align: center;
}

.content-blog-page .news_item a{
    color: #2468cd;
}


li.disabled .icon-angle-left,
li.disabled .icon-angle-right{
    top:7px;
}


li.disabled .icon-angle-double-left,
li.disabled .icon-angle-double-right{
top: 7px;
    position: relative;
}

#support{
    background: rgb(65, 173, 73, 0.1);
    padding: 0;
}

.support_alarm{
    display: inline-flex;
}

#support .fixwidth{
    text-align: center;
}

#support img{
margin-right: 15px;
    height: 32px;
    position: relative;
    top: 15px;
}

#support h5{
    font-size: 26px;
    padding: 10px;
}



.page_428 .com-content-article__body ul,
.page_429 .com-content-article__body ul,
.page_431 .com-content-article__body ul,
.page_432 .com-content-article__body ul,
.page_433 .com-content-article__body ul,
.page_434 .com-content-article__body ul,
.page_435 .com-content-article__body ul,
.page_436 .com-content-article__body ul,
.page_437 .com-content-article__body ul{
    margin:50px 0px 0px 0px;
}

.page_428 .com-content-article__body ul li a,
.page_429 .com-content-article__body ul li a,
.page_431 .com-content-article__body ul li a,
.page_432 .com-content-article__body ul li a,
.page_433 .com-content-article__body ul li a,
.page_434 .com-content-article__body ul li a,
.page_435 .com-content-article__body ul li a,
.page_436 .com-content-article__body ul li a,
.page_437 .com-content-article__body ul li a{
    position: relative;
    padding: 10px 10px 10px 50px;
    background: rgb(204, 204, 204, 0.2);
    margin: 5px 0;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
}

.page_428 .com-content-article__body ul li.file a:before,
.page_429 .com-content-article__body ul li.file a:before,
.page_431 .com-content-article__body ul li.file a:before,
.page_432 .com-content-article__body ul li.file a:before,
.page_433 .com-content-article__body ul li.file a:before,
.page_434 .com-content-article__body ul li.file a:before,
.page_435 .com-content-article__body ul li.file a:before,
.page_436 .com-content-article__body ul li.file a:before,
.page_437 .com-content-article__body ul li.file a:before{
    content: "";
    background: url(../images/file_download.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
}


.page_428 .com-content-article__body ul li a:before,
.page_429 .com-content-article__body ul li a:before,
.page_431 .com-content-article__body ul li a:before,
.page_432 .com-content-article__body ul li a:before,
.page_433 .com-content-article__body ul li a:before,
.page_434 .com-content-article__body ul li a:before,
.page_435 .com-content-article__body ul li a:before,
.page_436 .com-content-article__body ul li a:before,
.page_437 .com-content-article__body ul li a:before{
    content: "";
    background: url(../images/link_ico.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-size: 100%;    
}



.popover-content .images-container .image-container .image img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.video_row{
        width: 100%;
    display: inline-block;
}

.video_row p{
    float:left;
        width: 33%;
}
.video_row p iframe,
.page_430 .com-content-article__body p iframe{
    width:100%;
}

.video_row p:nth-of-type(3n){
    float:right;
     margin: 10px 0px 10px 10px;
}

.page_430 .com-content-article__body p{
    float: left;
    margin: 10px;
    width: 33%;
    
}

.video_more_row{
    width:100%;
    display:inline-block;
    text-align:center;
}

.video_more{
    background-color: #41AD49;
    color: #fff!important;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 30px;
    font-size: 16px;
    text-decoration: unset;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.4s;
margin: 15px;    
}


footer .footer-middle .logos a:nth-of-type(3){
    padding-left: 6px;
}

li.parent{
 position:relative;    
}

.submenu_row,
.inner_submenu{
  display:none; 
   position: absolute;
    width: fit-content;
    background: #fff;
    border-radius: 3px;
    
}

.submenu_row{
        margin-top: 15px;
}

.menu_block1 ul li.parent:hover .submenu_row{
    display:block;
}

.other_sub_list:hover .inner_submenu{
    display:block;
}

.submenu_row li,
.inner_submenu li{
width: 100%;
    display: inline-block;
    text-align: left;
    padding: 5px 0;
    position: relative;
}

.inner_submenu{
        width: 100%;
    left: 100%;
}
.inner_submenu{
    top:0;
}

.submenu_row li a,
.inner_submenu li a{
    color: #414241;
    width: 100%;
    display: block;
    padding: 5px 10px;
    text-align: left;
    box-sizing: border-box;
    margin: 0!important;
}

 .inner_submenu{
     border-radius: 0px 3px 3px 0px;
 }
 
 .other_sub_list>a:after {
    position: absolute;
    content: "";
    top: 6px;
    right: 3px;
    width: 16px;
    height: 14px;
    padding: 5px;
    background-image: url(../images/submenu_arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    
}

.singleItem{
        width: 100%;
    display: inline-block;
}


.right_cols_row{
        width: 75%;
    float: left;
}
.right_bs{
        width: 25%;
    float: right;
    padding: 45px 0px 0px 25px;
}

.right_bs h4{
        font-size: 21px;
    font-weight: bold;
    margin-bottom: 21px;
}

.right_first_block{
        width: 100%;
    display: inline-block;
}

.right_first_block>li{
        position: relative;
    padding: 5px 0px 5px 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}




.right_first_block>li:after {
position: absolute;
    content: "";
    top: 11px;
    left: 3px;
    width: 16px;
    height: 14px;
    padding: 5px;
    background-image: url(../images/circle-right-regular.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    
}

.right_last_block>li{
    position: relative;
    padding: 5px 0px 2px 15px;
    margin-bottom: 2px;
}

.right_last_block>li:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #ddd;
    position: absolute;
    top: 12px;
    left: 0;  
}

 .right_last_block  li a{
     font-size:15px;
 }


.right_first_block>li a:hover,
.right_last_block>li a:hover,
.active_right{
    color:#41ad49;
}


.pseudoURL{
        position: absolute;
    width: 200px;
    height: 40px;
    bottom: 50px;
    right: 42px;
}

#quize{
    min-height:500px;
}








