/*
  Theme Name: Avilon
  Theme URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #ffffff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  color: #00c853;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: black;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

.MsoNormalCxSpMiddle, .MsoNormal {
  padding: 0;
  margin: 0 0 15px 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #00c853 100%, #525e2f 30%);
  color: #fff;
  padding: 5px 15px 10px;
  font-size: 22px;
  border-radius: 50%;
  right: 20px;
  bottom: 20px;
  transition: none;
}

.back-to-top:focus {
  background: #00c853;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: linear-gradient(45deg, #00c853 0%, #81904e 100%);
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  /*text-transform: uppercase;*/
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #1B1B1B;
}

#header #logo img {
  padding: 0;
  margin-top: -7px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    /*max-height: 40px;*/
  }
}

#header.header-fixed {
  background: #eff5f5;
  padding: 20px 0;
  height: 100px;
  transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Параметры тени */
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 70vh;
  background: linear-gradient(0deg, rgba(0, 150, 36, 0), rgba(8, 150, 26, 0.1), rgba(0, 200, 83, 0.9)), url("../img/orig.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  height: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro_0 .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #009624;
  background: #eff5f5;
}

#intro_0 .btn-get-started:hover {
  color: #009624;
  background: #eff5f5;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }
  #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Intro_new Section
--------------------------------------------------------------*/
#first_block {
  width: 100%;
  height: 10vh;
  background-size: cover;
  position: relative;
}

@media (max-width: 1400px) {
  #first_block{
    height: 12vh;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin-top: 12px;
}

@media (max-width: 1300px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #1b1b1b;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #eff5f5;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 15px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #000;
  background-color: #00c853;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #1b1b1b;
}

@media (max-width: 1300px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 70px;
  bottom: 0;
  z-index: 998;
  background: #eff5f5;
  right: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
  box-shadow: 0 0 20px rgba(0,0,0,0.5); /* Параметры тени */
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #1b1b1b;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #000;
  background-color: #00c853;
}

#nav-menu-container ul li a:hover {
  /*color: #009432;*/
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #1b1b1b;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1b1b1b;
}

#mobile-nav ul .menu-item-active {
  color: #1b1b1b;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  /*background: rgba(52, 59, 64, 0.9);*/
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #eff5f5;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #5efc82;
  background: linear-gradient(0deg, #009624 0%, #00e85d 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

.section_bg {
  background: #eff5f5 !important;
}

/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0;
  overflow: hidden;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #009624;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/
#features {
  /*background: #ffffff;*/
  padding: 60px 0 0 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 1300px) {
  #features .features-img {
    padding-top: 50px;
    margin-top: -200px;
  }
}

#features .features-img img {
  max-width: 100%;
}

#features .features_img {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 750px) {
  #features .features_img {
    padding-top: 200px;
    margin-top: -200px;
  }
}

#features .features_img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #5efc82;
  background: linear-gradient(45deg, #009624 0%, #00e85d 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
  text-align: justify;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #5efc82;
  background: linear-gradient(45deg, #009624 0%, #00e85d 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {
  #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(103, 105, 95, 0.1), rgba(103, 105, 95, 0.1)), url(../img/macro-wheat-field-sun-nature-2.jpg) fixed center center;
  background-size: cover;
  padding: 100px 0;
}

@media (max-width: 768px){
  #call-to-action {
    background: linear-gradient(rgba(103, 105, 95, 0.1), rgba(103, 105, 95, 0.1)), url(../img/resize/mwfsn768.jpg) fixed center center;
  }
}
@media (max-width: 1024px) {
  #call-to-action {
    background: linear-gradient(rgba(103, 105, 95, 0.1), rgba(103, 105, 95, 0.1)), url(../img/resize/mwfsn1024.jpg) fixed center center;
  }
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #009624;
  border: 2px solid #009624;
}
/* Call To Action 2 Section
/*--------------------------------*!*/
/*#call-to-action-2 {*/
  /*overflow: hidden;*/
  /*height: 300px;*/
  /*background: linear-gradient(rgba(103, 105, 95, 0.5), rgba(103, 105, 95, 0.6)), url(../img/service-credit.jpg) fixed center center;*/
  /*background-size: cover;*/
  /*padding: 80px 0;*/
/*}*/

#call-to-action-2 .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action-2 .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action-2 .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action-2 .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action-2 .cta-btn:hover {
  background: #009624;
  border: 2px solid #009624;
}

/* More Features Section
--------------------------------*/
#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features .box {
  height: 150px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.20);
  background: #eff5f5;
  transition: 0.4s;
}
#more-features .box:hover {
  background: rgba(0, 255, 137, 0.33);
  box-shadow: 10px 10px 30px rgba(73, 78, 92, 0.20);
}

#more-features .box_finance {
  background-color: #87ff99;
}

#more-features .box_finance:hover {
  background-color: #71ffaf;
  box-shadow: 10px 10px 30px rgba(19, 19, 28, 0.2);
}

#more-features .box_disabled {
  background-color: #eff5f5;
}
#more-features .box_disabled .icon i,
#more-features .box_disabled h4 {
  color: #999999;
  background-color: #eff5f5;
}

#more-features .box_disabled .icon i:before{
  background: #999999;
  background: linear-gradient(45deg, #999999 0%, #999999 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features .box_disabled:hover {
  background-color: #eff5f5;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.20);
}


#more-features .box-product {
  height: 80%;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.20);
  background: #eff5f5;
  transition: 0.4s;
}
#more-features .box-product:hover {
  background: rgba(0, 255, 137, 0.33);
  /*box-shadow: 10px 10px 25px rgba(10, 10, 15, 0.25);*/
}


#more-features .icon {
  float: left;
}

#more-features .box-product .icon {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

#more-features .box-product p {
  text-align: center;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}

#more-features .icon i {
  color: #666666;
  font-size: 55px;
  transition: 0.5s;
  line-height: 100%;
}

#more-features .icon i:before {
  background: #000;
  background: linear-gradient(45deg, #00c853 0%, #81904e 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  color: #000;
  margin-left: 100px;
  font-weight: 700;
  font-size: 18px;
}

#more-features h4 a {
  color: #000;
}

#more-features p {
  font-size: 16px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }
  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #more-features h4, #more-features p {
    margin-left: 0;
    text-align: center;
  }
}


#more_features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more_features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #eff5f5;
  transition: 0.4s;
}

#more_features .icon {
  float: left;
}

#more_features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more_features .icon i:before {
  background: #5efc82;
  background: linear-gradient(45deg, #009624 0%, #00e85d 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more_features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more_features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #more_features .box {
    margin-bottom: 20px;
  }
  #more_features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #more_features h4, #more_features p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
//  background: #eff5f5;
  overflow: hidden;
}

#clients img {
  max-width: 100%;
  /*opacity: 0.5;*/
  transition: 0.3s;
  /*padding: 15px 0;*/
  margin: 15px 0;
}

#clients img:hover {
  /*opacity: 1;*/
  box-shadow: 10px 10px 20px rgba(73, 78, 92, 0.15);
}

/* Pricing Section
--------------------------------*/
#pricing {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #eff5f5;
  text-align: center;
}

#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#pricing h4 {
  font-size: 46px;
  color: #009624;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #009624;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #666;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #009624;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#pricing .featured {
  border: 2px solid #00c853;
}

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #009624 0%, #00e85d 100%);
}

/* new btn style */
.btn_all_section {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #009624;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Our Team Section
--------------------------------*/
#team {
  padding: 60px 0;
  overflow: hidden;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #009624;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Gallery Section
--------------------------------*/
#gallery {
  background: #eff5f5;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  /*   text-transform: uppercase; */
  color: #1b1b1b;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eff5f5;
  color: #00c853;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #00c853;
}

#contact .social-links a:hover {
  background: #00c853;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #00c853;
  float: left;
  line-height: 1;
}
#contact .info img {
  color: #00c853;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 55px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #00c853;
  border: 1px solid #00c853;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: linear-gradient(45deg, #00c853 100%, #525e2f 30%);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #eff5f5;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #009624;
}


/*--------------------------------------------------------------
 ##################### CUSTOM STYLE ###########################
 --------------------------------------------------------------*/

#about_general {
  padding-top: 60px;
}

#about_general .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 45px rgba(73, 78, 92, 0.3);
  background: #eff5f5;
  text-align: center;
}

#about_general ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#about_general ul li {
  padding-bottom: 12px;
}

#about_general   ul i {
  color: #00c853;
  font-size: 18px;
  padding-right: 4px;
}

.main_product_agro{
  flex-basis: 25%;
  flex-wrap: wrap;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  padding: 10px;
}

.main_product_agro i{
  padding: 0;
  display: block;
  float: left;
  width: 90px;
  margin-left: 20px;
  font-size: 60px;
  line-height: 60px;
}

.main_product_agro .product_title{
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
}

.main_product{
  /*font-size: 14px;*/
  flex-basis: 18%;
  flex-wrap: wrap;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  padding: 10px;
}

.main_product i{
  padding: 0;
  display: block;
  float: left;
  width: 90px;
  font-size: 35px;
  line-height: 30px;
}

.main_product .product_title{
  font-size: 14px;
  font-weight: bold;
  margin-left: 0;
}

.product_group {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.product_a{
  flex-basis: 30%;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  padding: 10px 5px;
  /*height: 400px;*/
}

#about_general .box:hover{
  background: #71ffaf;
}

@media (max-width: 1250px) {
  .product_a {
    flex-basis: 44%;
  }
}

@media (max-width: 800px) {
  .product_a {
    flex-basis: 90%;
  }
}

.product_title{
  /*font-size: 22px !important;*/
  display: block;
  height: 70px;
  color: #1b1b1b;
  padding: 0 0 10px 0;
}

.product_description{
  /*max-height: 135px;*/
  overflow: hidden;
}

.product_btn {
  background: linear-gradient(45deg, #014c56 0%, #189998 100%);
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #ffffff !important;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-top: 5px;
}

.product_btn_second{
  background: linear-gradient(45deg, #189998 0%, #014c56 100%);
  display: block;
  margin-top: 5px;
  padding: 6px 30px;
  border-radius: 20px;
  color: #ffffff !important;
  transition: none;
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

#more-features h4.moreAboutProduct{
  display: none;
  margin: 0;
}


.box_button{
  margin: auto;
  flex-basis: 44%;
  flex-wrap: wrap;
  padding: 15px;
  box-shadow: 10px 10px 45px rgba(73, 78, 92, 0.3);
  font-size: 40px;
  background: #fff;
  color: #107e99;
  text-align: center;
  height: 160px;
  min-height: 160px;
}

.box_button p{
  color: #1b1b1b;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

#modalInvest a, #modalGetInvestment a{
  line-height: 30px;
  font-size: 20px;
  /*font-weight: bold;*/
}

#modalInvest a:hover, #modalInvest a:active, #modalInvest a:focus ,
#modalGetInvestment a:hover, #modalGetInvestment a:active, #modalGetInvestment a:focus {
  line-height: 30px;
  font-size: 22px;
  transition: 1s;
}

/*############   SLIDER INVEST BLOCK  ######################*/
.slider-content .text_top{
  /*background: #fff;*/
  border-radius: 30px;
  padding: 25px 20px;
  opacity: 0.722;
  position: absolute;
  left: 25%;
  top: 20px;
  width: 50%;
  text-align: center;
  font-size: 32px;
  z-index: 8;
  /*text-transform: uppercase;*/
}

.slider-content .text_top h2 {
  font-weight: 100;
}

.slider-content .text_top p{
  text-transform: uppercase;
  /*color: #1b1b1b;*/
}

#background_btn{
  /*background: #1b1b1b;*/
  opacity: 0.722;
  border-radius: 30px;

  margin: 10% 20% 0;
  padding: 3% 1%;
  width: 60%;

  font-size: 25px;
}

.backGround_half{
  flex-wrap: wrap;
  flex-basis: 40%;
  margin: auto;
  text-align: center;
}

.backGround_half .btn_left{
  height: 70px;
  width: 90%;

  background-color: rgba(0,0,0,0);
  border-radius: 40px;
  border: 1px solid white;

  line-height: 30px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;

}

.backGround_half .btn_right{
  height: 70px;
  width: 90%;

  background-color: rgba(0,0,0,0);
  border-radius: 40px;
  border: 1px solid white;

  line-height: 30px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;

}

button,
button:active,
button:focus {
  outline: none;
}

.backGround_half .btn_right:hover, .backGround_half .btn_left:hover{
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
}

.slider-content .text_left,
.slider-content .text_right{
  margin-top: -10px;
}

@media (max-width: 1460px) {
  .slider-content .text_top h2{
    font-size: 22px;
  }

  .slider-content .text_top{
    font-size: 22px;

    left: 20%;
    width: 60%;
    padding: 15px 10px;
  }

  #background_btn {
    font-size: 20px;

    margin: 7% 15% 0 ;
    padding: 2% 0;
    width: 70%;
  }
}

@media (max-width: 1030px) {
  .slider-content .text_top h2{
    font-size: 20px;
  }

  .slider-content .text_top{
    font-size: 20px;

    left: 8%;
    width: 90%;
    margin: -3.5%;

    border-radius:  0 0 40px 40px;
  }

  #background_btn {
    font-size: 18px;

    margin: 0;
    padding: 2% 0;
    width: 100%;
  }

  .backGround_half .btn_left,
  .backGround_half .btn_right {
    height: 60px;
  }
  .backGround_half .btn_left{
    line-height: 25px;
  }
  .backGround_half .btn_right {
    line-height: 25px;
  }
}

@media (max-width: 768px) {
  .slider-content .text_top h2{
    font-size: 16px;
  }

  .slider-content .text_top{
    font-size: 16px;

    margin: -5%;
    padding: 10px 10px;
    width: 100%;
  }

  #background_btn {
    font-size: 14px;

    margin: 5% 0 0 -2%;
    padding: 2%;
    width: 110%;
  }

  .backGround_half .btn_left,
  .backGround_half .btn_right {
    height: 45px;
  }
  .backGround_half .btn_left{
    line-height: 18px;
  }
  .backGround_half .btn_right {
    line-height: 18px;
  }

  .slider-content .text_left,
  .slider-content .text_right {
    display: none;
  }

  .backGround_half .btn_left,
  .backGround_half .btn_right {

  }
}

/*############   SLIDER END ######################*/

.get_started_btn {
  background: linear-gradient(45deg, #00c853 100%, #525e2f 30%);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

.get_started_btn:hover,.get_started_btn:active,.get_started_btn:focus {
  color: #fff;
}


.get_started_btn_2 {
  background: #515e61;
  padding: 8px 30px;
  border-radius: 20px;
  border: 0;
  color: #fff;
  margin: 5px;
}

.get_started_btn_2:hover,.get_started_btn_2:active,.get_started_btn_2:focus {
  color: #fff;
}

.comment_user{
  flex-basis: 25%;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px;
  box-shadow: 15px 15px 15px rgba(73, 78, 92, 0.15), -3px -3px 10px rgba(73, 78, 92, 0.15);
  background: #fff;
}

#features .i_icon i {
  color: #00c853;
  font-size: 40px;
  padding: 5px;
}
.grecaptcha-badge{
  bottom: 50px!important;
  display: none;
}

.user_type:hover{
  margin-top: -10px;
  margin-bottom: -10px;
  line-height: 50px;
  border: 2px dashed;
  cursor: pointer;
}

.user_active{
  color: forestgreen;
}

.main_product_disabled i{
  color: #94abb9;
}
.main_product_disabled .product_title{
  color: #94abb9;
}

#features .box{
  height: 95%;
  padding: 60px 50px 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #eff5f5;
  transition: 0.4s;
}

#features .box1 {
  padding: 120px 50px 90px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  border-radius: 50%;
  background: #eff5f5;
  font-size: 32px;
  color: #0b0b0b;
}

#features h4.title{
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
}

#features p.description{
  font-size: 16px;
}

#features div.icon{
  font-size: 55px;
}

#about .box1{
  padding: 60px 50px 30px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  border-radius: 50%;
  background: #eff5f5;
  transition: 0.4s;
}

#about .box2{
  padding: 100px 50px 30px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  border-radius: 50%;
  background: #eff5f5;
  transition: 0.4s;
  height: 100%;
}

#more-features .box1 {
  padding: 40px;
  height: 170px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  border-radius: 45% 45% 20% 20%;
  background: #eff5f5;
  transition: 0.4s;
}

#more-features .box1 .icon {
  float: left;
  text-align: center;
  margin-left: 20px;
}

#more-features .box1 .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .box1 .icon i:before {
  background: #5efc82;
  background: linear-gradient(45deg, #009624 0%, #00e85d 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features .box1 h4 {
  text-align: center;
  margin-left: 100px;
  margin-top: 5%;
  font-weight: 700;
  font-size: 18px;
}

ul{
  list-style: none;
}

ul i{
  color: #00c841;
}

.table_how_is_work_number{
  border-top: 2px solid #00c853;
}

.table_how_is_work_number i{
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  font-style: italic;

  margin-left: 60%;

  /* ------ в круг ------ */
  /*padding: 4px 10px;*/
  color: #00c853;
  /*background-color: #00c853;*/
  /*border-radius: 50%;*/
}

.table_how_is_work_left{
  padding: 15px;
  border-top: 2px solid #00c853;
  border-right: 2px solid #00c853;
}

.table_how_is_work_left span{
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;

  display: block;
  color: #00c853;

  margin-left: 20%;
  margin-right: 20%;
}

.table_how_is_work_right{
  padding: 25px;
  border-top: 2px solid #00c853;
  border-left: 2px solid #00c853;
}

.table_how_is_work_right p{
  font-size: 20px;
  color: #666;
}

a.activeMenu{
  color: #00c853;
  font-weight: bold;
  border-bottom: 2px solid #00c853;
  /*background: #1B1B1B;*/
}


/*##########################################################################################################
####################################----------- home page --------------####################################
########################################################################################################## */

#pricing1 {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#pricing1 .box {
  height: 80%;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.20);
  background: #eff5f5;
  transition: 0.4s;
}
#pricing1 .box:hover {
  /*background: #abffa0;*/
  box-shadow: 10px 10px 30px rgba(73, 78, 92, 0.20);
}

#pricing1 .box_finance {
  background-color: #87ff99;
}

#pricing1 .box_finance:hover {
  background-color: #71ffaf;
  box-shadow: 10px 10px 30px rgba(19, 19, 28, 0.2);
}

#pricing1 .box_disabled {
  background-color: #eff5f5;
}
#pricing1 .box_disabled .icon i,
#pricing1 .box_disabled h4 {
  color: #999999;
  background-color: #eff5f5;
}

#pricing1 .box_disabled .icon i:before{
  background: #999999;
  background: linear-gradient(45deg, #999999 0%, #999999 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#pricing1 .box_disabled:hover {
  background-color: #eff5f5;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.20);
}


#pricing1 .box-product {
  height: 80%;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.20);
  background: #eff5f5;
  transition: 0.4s;
}
#pricing1 .box-product:hover {
  /*background: #d5ffd1;*/
  box-shadow: 10px 10px 25px rgba(10, 10, 15, 0.25);
}


#pricing1 .icon {
  float: left;
}

#pricing1 .box-product .icon {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

#pricing1 .box-product p {
  text-align: center;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}

#pricing1 .icon i {
  color: #666666;
  font-size: 55px;
  transition: 0.5s;
  line-height: 100%;
}

#pricing1 .icon i:before {
  background: #000;
  background: linear-gradient(45deg, #009624 0%, #00e85d 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#pricing1 h4 {
  color: #000;
  margin-left: 100px;
  font-weight: 700;
  font-size: 18px;
}

#pricing1 h4 a {
  color: #000;
}

#pricing1 p {
  font-size: 16px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #pricing1 .box {
    margin-bottom: 20px;
  }
  #pricing1 .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #pricing1 h4,  #pricing1 p {
    margin-left: 0;
    text-align: center;
  }
}

.section-title-kabbage{
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  text-align: center;
  color: #56C271;
  margin-bottom: 1em;
}


/*###############  BOX PRODUCT GENERAL ###################*/

#more-features .box_general_product {
  padding: 40px;
  height: 90%;

  border: 2px solid #00c853;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0);
  background: #eff5f5;
  /*background: linear-gradient(45deg, #d1fcff, #eff5f5);*/

}

#more-features .box_general_product:hover {
  background: linear-gradient(45deg, #00c853, #71ffaf);
  /*background: url("/lib/img/businessPlan/service-investor.jpg") center center no-repeat;*/
  cursor: pointer;
}

#more-features .box_general_product .icon {
  display: block;
  float: left;

  font-size: 55px;
  line-height: 100%;
  text-align: center;
}

#more-features .box_general_product:hover div.icon{
  display: none;
}

#more-features .box_general_product h4 {
  text-align: center;
  color: #1B1B1B;
}

#more-features .box_general_product:hover h4 {
  margin-left: 0;
  margin-top: -15px;
  font-size: 1.3rem;
}

#more-features .box_general_product p.helper {
  margin-top: -15px;
  display: none;
}

/*
#more-features .box_general_product:hover p.helper {
  color: #000;
  display: block;
}
*/

.current_show div{
  margin: auto;
  flex-basis: 19%;
  flex-wrap: wrap;
}


.track {
  margin: auto;
  width: 60%;
  position: relative;
}

@media (max-width: 1700px){
  .track {
    width: 90%;
  }
}@media (max-width: 1200px){
  .track {
    width: 100%;
  }
}

.view-port, .track .inner {
  width: 946px;
}

.axis-y .view-port,
.axis-y .track .inner {
  width: 240px;
  height: 660px;
}


.view-port {
  overflow: hidden;
  position: relative;
}

.track .inner {
  position: relative;

  margin: auto;
  margin-bottom: 30px;
  padding: 10px;

  border-radius: 4px;
}

.track .inner h2 {
  font-weight: 200;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  color: #999;
}

.track .inner h2:hover {
  color: #6A3;
}

.track a.prev,
.track a.next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  background: url("/lib/img/arrows3.png") no-repeat;
}

.track a.prev.disabled,
.track a.next.disabled {
  display: none;
}

.track a.prev {
  left: 0;
  background-position: 0 0;
}

.track a.prev:hover {
  background-position: 0 -66px;
}

.track a.prev:active {
  background-position: 0 -132px;
}

.track a.next {
  right: 0;
  background-position: -64px 0;
}

.track a.next:hover {
  background-position: -64px -132px;
}

.track a.next:active {
  background-position: -64px -198px;
}

.slider-container {
  position: relative;
  margin: 0;
  padding: 0;

  height: 166px;
}

.slider-container.big {
  height: 288px;
}

.slider-container.huge {
  height: 432px;
}

.slider-container .item {
  position: absolute;

  width: 175px;
  height: 150px;

  margin-right: 16px;
  margin-bottom: 16px;
}
.slider-container .item.item2 {
  position: absolute;

  width: 33.33%;
  height: 500px;

  margin-right: 16px;
  margin-bottom: 16px;
}

.slider-container .item img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
}

.slider-container.big .item,
.slider-container.big .item .img-area {
  height: 288px;
}

.slider-contaiber.huge .item {
  margin-bottom: 12px;
}

.slider-container .item p {
  padding: 0;
  margin: 0;
}

.slider-container .item.cover {
  width: 940px;
}

.slider-container .item.cover-2 {
  height: 432px;
}

.slider-container .item.cover img {
  float: left;
}

.slider-container .item.cover-2 img {
  float: none;
}

.slider-container .item.cover .img-area {
  float: right;
  margin-left: 16px;
}

.slider-container .item.cover-2 .img-area {
  float: none;
  margin-left: 0;
  margin-top: 12px;
}

.slider-container .item.cover-2 .img-area .img-block:first-child {
  margin-right: 14px;
}

.slider-container .item.cover .img-block {
  height: 128px;
}

.slider-container .item.cover-2 .img-block {
  float: left;
}

.img-block {
  margin-bottom: 16px;
}


.example-7 a.prev,
.example-7 a.next {
  margin-top: -69px;
}


/*#######################specialProduct generalPage OUR PRODUCTS##########################*/
.specialProduct i{
  display: block;
  width: 100%;
  /*border: 1px solid;*/
}
.byCompany{
  display: block;
  color: #1B1B1B;
  font-size: 0.8rem;
  text-align: left;
  margin-left: 25px;
  margin-top: 15px;
}
.product_title{
  font-weight: bold;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.2rem;
  width: 80%;
}
.forWhom{
  color: #969696;
  font-weight: bold;
  text-align: left;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 0;
}
.specialProduct{
  /*border: 1px solid;*/

  margin: 20px auto 0 ;
  flex-basis: 27%;
  flex-wrap: wrap;

  background: #e3f6f4;
  border-radius: 10px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  padding: 15px 5px;
  height: 300px;

  transition: 0.3s;

  border-bottom: 3px solid rgba(212, 212, 212, 0.75);
  box-shadow: 1px 1px 10px rgb(251, 255, 255);

  cursor: pointer;
}

.specialProduct:hover{
  background: #fff;
  border-bottom: 5px solid #00c841;
  box-shadow: 1px 1px 10px rgba(73, 78, 92, 0.2);
}

/*#######################specialProduct END##########################*/

#nonResidentsFinanceMore>div{
  min-width: 100vw;
}

.iframeVideoAgroRegisters{
  width: 95%;
  height: 600px;
  margin: auto;
}

#nonResidentsFinanceMoreBody span {
  margin: 0 0 0 20px;
}
#nonResidentsFinanceMoreBody p {
  margin-bottom: 0;
}

.referral_button {
  position: fixed;
  right: 20px;
  top: 110px;
}

#more-features-circle-box .box-product{
  padding-top: 10%;
  border-radius:  50%;
  height: 90%;
  width: 85%;
}

.how_does_it_work tr:hover{
  background: #eff5f5;
}
.how_does_it_work_bg tr:hover{
  background: #ffffff;
}

@media (max-width: 1000px) {
  #more-features-circle-box .box-product{
    width: 100%;
  }
}

div#calendarEventImage{
  padding: 60px 0;
  width: 100%;
  background: url(../img/photo_2019-06-06_16-36-28.jpg) center center;
  background-size: cover;
}

@media (max-width: 768px){
  div#calendarEventImage{
    background: url(../img/resize/calendar768.jpg) center center no-repeat;
  }
}
@media (max-width: 1024px) {
  div#calendarEventImage{
    background: url(../img/resize/calendar1024.jpg) center center no-repeat;

  }
}

#calendarEventImage .description{
  margin: 10% 50px;
  color: #fff;
}
#calendarEventImage .description h1{
  margin: 0 -50px;
  padding: 10px 50px;
  background: rgba(194, 194, 194, 0.5);
}
#calendarEventImage .full_description{
  padding: 20px 0;
}

#button_region{
    background: #eff5f5;
    color: #1B1B1B !important;
}

input[type=radio]{
  height: 20px;
  width: 20px;
  margin-top: 10px;
}
.left_img {
  float:left;
  margin: 7px 15px 7px 0;
}
.right_img {
  float:right;
  margin: 7px 10px 7px 15px;
}
