/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html{font-family:sans-serif;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%}
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box ;
}

a {
  color: #6c7784;
  transition: 0.5s;
}
.btn{
  background-color: #368852;
  border: 1px solid #368852;
  color: #fff;
}
a:hover,
a:active,
a:focus {
  color: rgba(54,136,82, 0.8);
  outline: none;
  text-decoration: none;
}

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

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: #6c7784;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
#header {
  height: 60px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0; 
  
}
#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled ,
#header.header-pages  {
  display: none;
}
#header .logo {
 margin-top: -15px; 
}
.main-pages {
  margin-top: 60px;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro { 
  width: 100%;
  height: 600px;
  position: relative;
  background: #f5f8fd url("../img/bg5.png") center no-repeat; 
  margin-top: 100px;
}
.intro-info{
padding-right: 20px;
border-top: 5px solid rgba(54,136,82, 0.8) ;
border-right: 5px solid rgba(54,136,82, 0.8);
padding-top: 80px;
}
#intro .intro-info h1 {
  color: #333; 
  font-size: 44px;
  font-weight:bold ;
  text-transform: uppercase;
/*   margin-top: 20px; */
padding-right: 20px;
}
#intro .intro-info p{
  color: #333;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold; 
  text-transform: uppercase;
 
}
.intro-info .quota{   
   padding: 10px; 
}
.intro-info q{
  font-weight: bold;
  text-transform: uppercase; 
  font-size:12px;
  text-align:center;  
  color:#333;

}
#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight:normal;  
  display: inline-block;
  padding: 7px 50px;
  border-radius: 3px;
  transition: 0.5s;
   color:#000; 
  border: 1px solid rgba(54,136,82, 0.8);  
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: rgba(54,136,82, 0.8);
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  z-index: 2;
  
}

.main-nav > ul > li { 
  white-space: nowrap;
/*   float: left; */
}

.main-nav a {
  display: block;
  position: relative;
  color: #2F3B41;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #333;
  text-decoration: none;
  border: 1px solid rgba(54,136,82, 0.8) ;
  transition:  all 0.5s;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(80% - 10px);  
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  width: auto;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #2F3B41;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #2F3B41;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 15px;
}
/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}
.breff-content .button{
  border: 1px solid rgba(54,136,82) ;  
  border-radius: 3px;
  background: none;
  padding: 5px 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #333;
}

.breff-content .button i{ 
  margin-left: 15px;
}
.breff-content .button:hover{
  background: rgba(54,136,82, 0.8) ;
  color: #fff ;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #2F3B41;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none ;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #2F3B41;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #2F3B41;
  text-align: center;
  font-weight: normal;
  position: relative;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-header p {
    color: #696592;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin: auto;  
  padding-bottom: 60px;
  width: 50%;
  text-transform: uppercase;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd;
}

/* About Us Section
--------------------------------*/

#about {
/*   padding: 80px 0; */
}
.about-content p{
  margin-top: -10px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.about-content strong{
  color:#2F3B41;
  font-size: 25px;
  text-transform: uppercase;
}
.about-content h4 {
  color: #2F3B41;
  text-transform: uppercase;
  font-weight: bold;
} 
#about .about-content {
/*   padding-top: 40px; */
  padding-left:50px;
}
.about-content .button {
 border: 1px solid rgba(54,136,82, 0.8);
 width: 40%;
 padding: 7px 0;
 text-align: center;
 color: rgba(54,136,82, 0.8) ;
 border-radius: 3px;
}
.about-content .button:hover{
  background:rgba(54,136,82, 0.8);
  color: #fff !important;
}

h2 {
  font-size: 32px;
  color: #2F3B41; 
  font-weight: normal;  
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
}


#about .about-content ul {
  list-style: none;
  padding: 0;
  margin-top: -10px ;
}

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

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about .about-img {
  position: relative;
  margin-top: 40px ;
   
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
  
}

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color:#368852;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #368852;
  transition: .5s;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  margin-top: 100px;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden; 
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(54,136,82, 0.2);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 5px solid rgba(54,136,82, 0.8);
}

#services .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 18px;
  color: #696592;
  text-transform: uppercase;
  font-weight: bold;
}


#services .box:hover .title  {
  color:#2F3B41;
}

#services .description {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;   
  
}

/* Why Us Section
--------------------------------*/

#why-us {
  padding: 60px 0;
}
.why-us-img::before {
  position: absolute;
  left: -21px;
  top: -30px;
  width: 90%;
  height: 90%;
  z-index: -1;
  content: '';
 background: #368852;
  transition: .5s;
}

.why-us-img::after {
  position: absolute;
  right: -21px;
  top: 20px;
  bottom: 50px;
  width: 90%;
  height: 90%;
  z-index: -1;
  content: '';
   background:  #368852;
  transition: .5s;
}
.why-us-img .img{ 
  width: 100%;
  border: 8px solid #fff;  
}
#why-us .why-us-content h5{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
#why-us .why-us-content .features {  
  padding: 0;
  transition: 0.3s ease-in-out;
   
}
.why-us-content .button {
  color: rgba(54,136,82, 0.8) ;
  height:auto;
  font-size: 16px;
   border:1px solid rgba(54,136,82, 0.8);
   padding:7px 50px;
   border-radius: 3px;
  
}
.why-us-content .button:hover{
  color: #fff !important;
  background:rgba(54,136,82, 0.8);
}
#why-us .why-us-content .features i {
  font-size: 36px;
  float: left;
  color: #2F3B41;
  margin-right: 20px;
}
.features h4{
  color:#313941 ;
  font-size: 18px;
  padding: 10px 10px;
  margin-left: 20px;

} 
#why-us .why-us-content {
  font-size: 20px;
  font-weight: 600;
  margin-left: 56px;
  color:#2F3B41;
  margin-bottom: 5px;
}

#why-us .why-us-content  p {
  font-size: 16px;
  color: #333;
  
}

.counters {
  padding-top: 40px;
 background: #1d2a63;
 color: #fff;
}

.counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}
.why-us-content p,.why-us-content h5{
  margin-top: -15px;
  
}
.why-us-content p{
  font-weight: normal;
}
.counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
}
.button-wraper{
  margin-top: 55px;
}
/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #1d2a63;
  background-size: cover;
  padding: 50px 0 0 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}

#call-to-action .cta-text {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
 /*  text-transform: uppercase; */
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 30px 10px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
}

#call-to-action .cta-btn:hover {
  background: rgba(54,136,82, 0.8);  
  color: #fff;
}

/* Features Section
--------------------------------*/
.img-wr{
  padding: 20px;
}
.features-title{
  margin-top: 80px;
  margin-bottom: 80px;
}
/* */
.feature-item-list li strong{
  text-transform: uppercase;
   font-size: 14px;
   color:#2F3B41;
}
.feature-item-list li{
  margin-bottom: 20px;
}
.card-icon i{
  border:2px solid rgba(54,136,82, 0.8) ;
  margin-left:10px ;
  cursor: pointer ;
  padding:5px ;
  color: #333;
}
.card-icon{
    text-align:center;     

}
[data-tooltip] {
    position: relative;
   /* Относительное позиционирование */ 
   }
[data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: 180px; /* Ширина подсказки */
    left: 0; top: 0; /* Положение подсказки */
    background: rgba(54,136,82, 0.8); /* Синий цвет фона */
    color: #fff; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition:0.5s; /* Время появления подсказки */
    z-index: 2;
      font-size: 18px;
   } 
[data-tooltip]:hover{
  background: rgba(54,136,82, 0.8);
  color: #fff;
}
[data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 2em; /* Положение подсказки */
   }
#features p{
  padding: 20px;
}
.feature-p-discription strong{
  text-transform: uppercase;
  font-size: 20px;
}
.feature-item{
  background: url('../img/intro-bg.jpg')  center;
}
.features-title h2{
  font-size: 32px;
  color: #2F3B41;
  text-align: center;
  font-weight: normal; 
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
#features {
  padding: 80px 0;
}
#features ul li{
  font-size: 16px;
  list-style: none;
  font-weight: bold;
  
}
#features h3{
  font-size: 32px;
  color: #2F3B41;
  text-align: center;
  font-weight: bold; 
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
#features h4 {
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
   color: #414141;
}
#features p{  
  font-size: 16px;
  font-weight: bold;
}
/* #features .description  {
  list-style: none;

} */
.features-list{
 background: #f5f8fd url("../img/intro-bg.jpg") center top no-repeat;
 background-size: cover;
 margin-top:50px;
 padding-bottom: 50px;
 
}
.features-list-order{
 margin: 0 30px;
 padding: 10px ;
 border: 1px solid  rgba(54,136,82, 0.8);
 background:#fff;
 min-height: 250px;
}
.features-list-order li{
  font-weight: normal !important;

 }
.features-list-order:hover{
  box-shadow: 0 10px 29px 0 rgba(54,136,82, 0.5);
}
.features-list h5{
  color: #2F3B41 ;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-wrap .button{
  color: rgba(54,136,82, 0.8) ;
  height:auto;
  font-size: 16px;
  border:1px solid rgba(54,136,82, 0.8);
  padding:7px 50px;
  border-radius: 3px; 
  font-weight: normal;  
  
}
.btn-wrap{
  width: 100%;
  margin-top: 80px;
  text-align: center;
  
}
.btn-wrap .button:hover{
  color:#fff !important;
  background: rgba(54,136,82, 0.8) ;
}
#features .description li {
  padding: 10px 10px;

}
#features li i{ 
  color: #333;
  margin-right: 15px;

}
/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #2F3B41;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color:  rgba(54,136,82, 0.8);
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #2F3B41;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #2F3B41;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #2F3B41;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid rgba(54,136,82, 0.8);
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: rgba(54,136,82, 0.8);
}

/* article Section
--------------------------------*/

#article {
  padding: 60px 0;
}

#article  .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.member-info-content .social{
  color: #fff ;

}
#article  .member .member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background:  rgba(54,136,82, 0.8);
}

#article  .member .member-info-content {
  transition: margin 0.2s;
  height: 40px;
  transition: height 0.4s;
}

#article  .member:hover .member-info {
  transition: 0.4s;
}

#article  .member:hover .member-info-content {
  height: 80px;

}

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

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

#article .member .social {
  margin-top: 15px;
  color: #fff;
}

#team .member .social a {
  transition: none;
  color: #fff ;
}

#article .member .social a:hover {
  color: #fff;
}

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

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

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

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #2F3B41;
}

/* Pricing Section
--------------------------------*/
*{
  box-sizing: border-box;
}

.section{
  padding:80px 0;
  position:relative}
.section-header{
  margin:0 auto;}
.section-header h2{
  text-align: center;
  font-size: 38px;
}
.section-description{
  font-size:20px;
  font-weight:100;
  line-height:30px;
  text-align:center}
.price-item{
  margin-bottom:40px; 
  transition: 1s;
}
.price-block{
  background:#fff;
  border:1px solid  #d5d5d5;
  color:#333;
  max-width:380px; 
  opacity:0;
  overflow:hidden;
  text-align:center;  
  max-height: 666px; 
  
}
.price-item:hover{ 
 transform: scale(1.1);

}
.price-block .title{
  background: #368852;
  color:#fff;
  font-size:20px;
  padding:20px 0;}
.price-block .amount{
  font-size:35px;
  font-weight:bold;
  line-height:90px;
/*   margin:20px 0 0; */
  position:relative;
  color: #1d2a63;

}
.price-block .amount .amount-i{
  display:inline-block;
  position:relative}
.price-block .amount .promo{
  background: #368852;
  border-radius:100%;
  color:#fff;
  cursor:default;
  display:block;
  font-size:15px;
  line-height:40px;
  position:absolute;
  right:-30px;top:-10px;
  text-align:center;
  width:40px;
  height:40px;
-webkit-transition:all .2s ease;
transition:all .2s ease}
.price-block .amount .promo:hover{
  -webkit-transform:scale(1.2, 1.2);
  -ms-transform:scale(1.2, 1.2);
  transform:scale(1.2, 1.2)}
.price-block .inf{
  font-size:16px;
  list-style:none;
  margin:20px 30px;
  padding:0;
  box-sizing: border-box ;
}
.price-block .inf li{
  border-bottom:1px solid #d5d5d5;
  padding:8px 0;
  font-size: 14px;
/*   height: 100%; */
 font-weight: bold;

}
.price-block .inf li:last-child{
  border:0}
.price-block .buy a{
  background: rgba(54,136,82, 0.8);
  color:#fff;
  line-height: 24px;
  display:block;
  font-weight:100;
  font-size:24px;
  padding:15px 0;
  transition:background .2s ease}
.price-block .buy a:hover{
  background:#1d2a63;
  text-decoration:none;
  color:#fff;}
.price-block.selected{
  border-color: #333}
.price-block.selected .amount{
  color:#333}
.price-block.selected .buy a{
  background:#368852;

}
.price-block.selected .buy a:hover{
  background: #2F3B41;
 
}
.buy a{
  cursor: pointer;
}
#pricing {
  padding: 80px 0;
}

#pricing .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
  transition: all .3s ease-in-out;
  padding: 36px 0;
  position: relative;
}

#pricing .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #318CE7;
  transition: 0.5s;
}

#pricing .card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#pricing .card:hover:after {
  width: 100%;
}

#pricing .card .card-header {  
  border-bottom: 0px;
  -moz-text-align-last: center;
  text-align-last: center;
  background:#414141 ;
}

#pricing .card .card-title {
  margin-top: 15px;
   text-align: center;
  color: #414141;
  font-size: 18px;
}

#pricing .card .card-block {
  margin: 0 auto;
/*   text-align: center; */
}

#pricing .card .list-group-item {
  font-size: 14px;
  border: 0px;
  padding: 6px;
  color: #414141;
  font-weight: 500;
  margin: 0 auto;
}

#pricing .card h3 {
  font-size: 54px;
  margin-bottom: 0px;
  color: #fff;
}

#pricing .card h3 .currency {
  font-size: 20px;
  position: relative;
  font-weight: 400;
  margin-right: 10px;  
  letter-spacing: 0px;
}

#pricing .card h3 .period {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0px;
}

#pricing .card .list-group {
  margin:0 auto;}

#pricing .card .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color:#414141;
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid  #414141;
  
}

#pricing .card .btn:hover {
  background: #414141;

  color: #fff;
}
.price-item{
  margin-bottom:40px;
}
.inf li{
  border-bottom:1px solid #d5d5d5;
  padding:15px 0;
}

 
/* single-post 
-------------------------*/
.single-post{
  margin-top: 50px;
  margin-bottom: 50px;
}
.intro-header{  
  height: 100%;

}
.prices{
  font-size: 20px;
}
.post-title h3{
  color:#2F3B41 ;
}
.post-title {
  margin-bottom: 50px;
}
.intro-header h2{
  margin-top: 50px;
  color:#2F3B41 ;   
  font-size: 33px;
  line-height: 30px; 
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.intro-post-brif{
  height: 180px;
  width: 100%;
  margin-top: 100px;
  background: url('../img/brif-2.jpg') center no-repeat ;
}
.intro-post-brif h2{
 text-align:center;
  font-size: 40px;
  line-height: 100px;
  font-weight: bold;
}
.intro-post-vizitka{
   height: 180px;
  width: 100%;
  margin-top: 100px;
  background: url('../img/audit-2t.jpg') center no-repeat ;
}
.intro-post-vizitka h2{
 line-height: 80px;
  font-size: 40px;
  font-weight: bold;
  color:#2F3B41 ;
}
.intro-post-chat{
  height: 180px;
  width: 100%;
  margin-top: 100px;
  background: url('../img/heder-bg2.jpg') center no-repeat ;
}
.intro-post-chat h2{  
 /*text-align: left;*/
 /* margin-left: 150px;*/
  font-size: 40px;
  font-weight: bold;

 
}
.intro-post-chat p{
 text-align: left;
  margin-left: 150px;
  font-size: 30px;  
 color:#2F3B41 ;
 margin-top: -10px;
}
.intro-post-prices{
  height: 180px;
  width: 100%;
  margin-top: 100px;
  background: url('../img/finance.png') center no-repeat ;
}
.intro-post-prices h2{
  line-height: 30px; 
  font-size: 40px;
  font-weight: bold;
  color:#2F3B41;

}
.intro-post-template{
  height: 350px;
  width: 100%;
  margin-top: 80px;
  background: url('../img/templete-5.jpg') top no-repeat ;

}
.intro-post-template h2{
/*   line-height: 150px;  */
  vertical-align: middle;
  font-weight: bold;

}
.img-wrapper{
  padding: 20px 10px;
  margin-left: -20px;
}
.post-content p{
  padding: 0;
  margin:0;
}
.post-content h5{
  color: #2F3B41 ;
  font-weight: bold;
}
.post-content strong{
  color: #2F3B41 ;
}
.breadcrumb {
  background: none;
  box-sizing: border-box;
  margin: 0; 
  padding: 0
}    

.breadcrumb a{   
    color: #2F3B41 ;
    transition: all 0.5s;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    line-height: 36px;
    padding: 5px;
    margin-left: 3px;
    position: relative;    
    font-family: Verdana, sans-serif;    
   
}
.breadcrumb a:last-child{
  content: none;
}
/* 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 #ebebeb;
  margin-bottom: 10px;

}

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

}

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

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

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

#faq #faq-list a.collapsed {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #fff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: rgba(54,136,82, 0.4);
}

#footer .footer-top .footer-info {
  margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: bold;
 
  
}
.footer-top .social-links{
  margin-top: 60px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block; 
  color:  #2F3B41;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  font-weight: bold;
}

#footer .footer-top .social-links a:hover {
  background: rgba(54,136,82, 0.8);
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #2F3B41;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 15px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
/*   padding: 5px 0; */
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #2F3B41;
  font-size: 16px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
  border-bottom: 1px solid rgba(54,136,82, 0.8);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter h4{
 margin: 20px 0;
}
.footer-newsletter{
  margin-top: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
  padding: 5px 8px;
  width: 65%;
  border: 1px solid rgba(54,136,82, 0.8);
  color:  rgba(54,136,82, 0.8);
}

#footer .footer-top .footer-newsletter input[type="submit"] {
 
  border: 1px solid rgba(54,136,82, 0.8);
  width: 35%;
  padding: 5px 5px;
  text-align: center;
  color:  rgba(54,136,82, 0.8);
  transition: 0.3s;
  cursor: pointer;
  background: #fff;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: rgba(54,136,82, 0.8);
  color: #fff;
}

#footer .footer-top .form .form-group {
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
  color:#2F3B41; 
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}

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

#footer .footer-top .form label {
  color: rgba(54,136,82, 0.8);
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid rgba(54,136,82, 0.8);
  font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
 
  border: 1px solid rgba(54,136,82, 0.8);
  border-radius: 3px;
  padding: 8px 30px;
  color: rgba(54,136,82, 0.8);
  transition: 0.3s;
  background: #fff;
}

#footer .footer-top .form button[type="submit"]:hover {
  background: rgba(54,136,82, 0.8);
  cursor: pointer;
  color: #fff;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #fff;
  font-size: 15px;

}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding: 4px 0 50px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

#footer .credits a:hover {
  color: #2F3B41;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 1200px) {
     .container{min-width:1240px;}
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
  #about .about-img {
  position: relative;
  margin-top: 40px ;
    height:auto ;
  }
  #about {
  padding: 40px 0 ;
  }
  #about .col-lg-7{
   margin-top:-50px ;
  }
  .about-content p{
    margin-top: -10px;
   }
   .button-wraper {
   margin-bottom:20px ;
  }
   .col-lg-5 .why-us-img { 
   min-height:200px ; 
   }
    #why-us .col-lg-7{
        margin-top:30px;
   }
   #prices-mod {
     position: fixed ; 
    left:2% ;
    right: 20% ;
    top:2% ;
    z-index: 99999;
   }
   #order-first{
    position: fixed ; 
    left:2% ;
    right: 20% ;
    top:2% ;
    z-index: 99999;
       
   }
   #order-last{
    position: fixed ; 
    left:2% ;
    right: 20% ;
    top:2% ;
    z-index: 99999;
   }
   #maintenance{  
   position: fixed ;
   max-width: 80% ;
   top: 0  ;
   left:0  ;
   right: 10% ;
   transition: 3s all;  
   z-index: 99999;
  }
  .intro-post-brif h2{
  text-align: left;
  margin-left: 100px;
  line-height: 50px;
  font-weight: bold;
   }
   .intro-post-brif{
       background:none;
   }
   #brif{
    width: 80% ;
    height: auto;
   }
   #maintenance .col-md-6 h2{
   font-size:20px;
   font-weight:bold;
   margin-top: 50px;
  
  }
   #maintenance .col-md-6 p{
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
   }
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }
   .about-content p{
    font-size: 14px; 
    
}
  #intro .container {
    height: auto ;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
  .intro-header h2{
    font-size: 22px;
  }
  .intro-post-chat h2{  
 text-align: center;
  margin-left: 15px;
  font-size: 50px;
  font-weight: bold;
}
  .intro-post-chat p{
   text-align: center;
  margin-left: 15px;
  font-size: 20px;  
   color:#5f5b96 ;
  margin-top: -10px;
}
  #breadcrumb{
  margin-top: -20px;
  }

  #prices-mod .row .col-md-8 {
  text-align: center;
  background-color:  rgba(54,136,82, 0.8);
  }
  
}


@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
  #intro{ background:none;
      margin-top:-20px;
  }
  #services{margin-top:0;}
  .intro-img{ display:none;}
  .intro-header h2{
    font-size: 22px;
  }
  .features-title h2{line-height:normal;}
  #features h2{line-height:normal;}
  #why-us h2{line-height:normal;}
   #portfolio .section-title{line-height:normal;}
  body{
    font-size: 14px;
  }
  .about-content p{
    font-size: 14px; 
    } 
  .about-content {
    margin-top:100px;}
  .intro-info{border-top:none ;
              border-right: none;
         margin-bottom:0;
  }
   #about{ margin-top:0 !important; }
   .form-order-first{
    position: fixed ; 
    left:-2%;
   max-width:350px;
    right:0;
    top:2% ;
    z-index: 99999;
       
   }
   #prices-mod{ 
  position: fixed ; 
  left: 0 !important;
  top: 2%;
  z-index: 99999;
  
}
}
 
.g-hidden{
  margin-bottom: 100px;  
  padding: 50px 80px ;

}

#brif{
  display: none;
}
#brif{
  width: 60%;
  height: auto;
}
.brif h4{
  font-size:14px;
  text-transform: uppercase;
  font-weight: bold;
}
.brif hr{
  background:#2F3B41;
  width:400px;
  height:3px;
  margin:5px 0 0;
}
.brif h3{
  font-size:15px;
  font-weight:bold;
  text-align:left;
  margin:5px 0 5px;
}
.call-form h3{
  font-size:16px;
  font-weight:bold;
}
.brif form{
  font-size:13px;
}
.brif input[type=checkbox]{
  margin:0 5px 5px 0;
}
.ch{
  width:160px;float:left;
}
.ch p.title{
  font-size:14px;
  font-weight:bold;
}
.brif input.consult{
  margin:35px 5px 0 0;
}
.ch2{
  width:320px;float:left;
}
.brif textarea{resize:none;
  width:753px;
  height:80px;
  font-size:13px;
  color:#555;
  border:2px solid #555;
  padding:5px;}
.input{
  width:400px;
  height:40px;
  float:left;
}
.input label{
  font-size:13px;
  font-weight:normal;
  width:150px;}
.input input{
  width:200px;
  height:30px;
  padding:0 5px;
  color:#555;
  border:2px solid #555;
}
.brif button{
  margin:5px 0 0;
  width:200px;
}
.btn{
  margin-top: 50px ;
  border: 1px solid #1bb1dc;
  border-radius: 3px;
}
.btn:hover{
  color: #fff;
  background: #2F3B41 ;
}
/* === animation === */
@-webkit-keyframes fadeIn{0%{opacity:0}
    100%{opacity:1}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);
    transform:translateY(-20px)}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);
    -ms-transform:translateY(-20px);transform:translateY(-20px)}
    100%{opacity:1;-webkit-transform:translateY(0);
    -ms-transform:translateY(0);transform:translateY(0)}}
    .fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@-webkit-keyframes fadeInDownBig{0%{opacity:0;
    -webkit-transform:translateY(-2000px);transform:translateY(-2000px)}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);
    -ms-transform:translateY(-2000px);transform:translateY(-2000px)}
    100%{opacity:1;-webkit-transform:translateY(0);
    -ms-transform:translateY(0);transform:translateY(0)}}
.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}
@-webkit-keyframes fadeInLeft{0%{opacity:0;
    -webkit-transform:translateX(-20px);transform:translateX(-20px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);
    -ms-transform:translateX(-20px);transform:translateX(-20px)}
    100%{opacity:1;-webkit-transform:translateX(0);
    -ms-transform:translateX(0);transform:translateX(0)}}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
@-webkit-keyframes fadeInLeftBig{0%{opacity:0;
    -webkit-transform:translateX(-2000px);transform:translateX(-2000px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);
    -ms-transform:translateX(-2000px);transform:translateX(-2000px)}
    100%{opacity:1;-webkit-transform:translateX(0);
    -ms-transform:translateX(0);transform:translateX(0)}}
.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);
    transform:translateX(20px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);
    -ms-transform:translateX(20px);transform:translateX(20px)}
    100%{opacity:1;-webkit-transform:translateX(0);
    -ms-transform:translateX(0);transform:translateX(0)}}
.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;
    -webkit-transform:translateX(2000px);transform:translateX(2000px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);
    -ms-transform:translateX(2000px);transform:translateX(2000px)}
    100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);
    transform:translateX(0)}}
.fadeInRightBig{-webkit-animation-name:fadeInRightBig;
    animation-name:fadeInRightBig}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);
    transform:translateY(20px)}
    100%{opacity:1;-webkit-transform:translateY(0);
    transform:translateY(0)}}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);
    -ms-transform:translateY(20px);transform:translateY(20px)}
    100%{opacity:1;-webkit-transform:translateY(0);
    -ms-transform:translateY(0);transform:translateY(0)}}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);
    transform:translateY(2000px)}
    100%{opacity:1;-webkit-transform:translateY(0);
    transform:translateY(0)}}
@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);
    -ms-transform:translateY(2000px);transform:translateY(2000px)}
    100%{opacity:1;-webkit-transform:translateY(0);
    -ms-transform:translateY(0);transform:translateY(0)}}
.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}
@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);
    transform:translateY(0)}
    100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}
@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);
    -ms-transform:translateY(0);transform:translateY(0)}
    100%{opacity:0;-webkit-transform:translateY(20px);
    -ms-transform:translateY(20px);transform:translateY(20px)}}
.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}
@-webkit-keyframes fadeOutDownBig{0%{opacity:1;
    -webkit-transform:translateY(0);transform:translateY(0)}
    100%{opacity:0;-webkit-transform:translateY(2000px);
    transform:translateY(2000px)}}
@-webkit-keyframes fadeInLeft{0%{opacity:0;
    -webkit-transform:translateX(-20px);transform:translateX(-20px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);
    -ms-transform:translateX(-20px);transform:translateX(-20px)}
    100%{opacity:1;-webkit-transform:translateX(0);
    -ms-transform:translateX(0);transform:translateX(0)}}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
@-webkit-keyframes fadeInLeftBig{0%{opacity:0;
    -webkit-transform:translateX(-2000px);transform:translateX(-2000px)}
    100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);
    -ms-transform:translateX(-2000px);transform:translateX(-2000px)}
    100%{opacity:1;-webkit-transform:translateX(0);
    -ms-transform:translateX(0);transform:translateX(0)}}
.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}
@-webkit-keyframes fadeIn{0%{opacity:0}
    100%{opacity:1}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);
    transform:translateY(-20px)}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);
    -ms-transform:translateY(-20px);transform:translateY(-20px)}
    100%{opacity:1;-webkit-transform:translateY(0);
    -ms-transform:translateY(0);transform:translateY(0)}}
    .fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@-webkit-keyframes fadeInDownBig{0%{opacity:0;
    -webkit-transform:translateY(-2000px);transform:translateY(-2000px)}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);
    -ms-transform:translateY(-2000px);transform:translateY(-2000px)}
    100%{opacity:1;-webkit-transform:translateY(0);
    -ms-transform:translateY(0);transform:translateY(0)}}
.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}
#maintenance{  
  position: fixed ;  
  top: 5%;
  margin-left: 8%;
  transition: 3s all;  
  z-index: 99999;
  background: url("../img/X.jpg") no-repeat top;
  
}
 #maintenance .row{
  height: 400px;
 
}
#maintenance .col-md-6 h2{
    font-size:48px;
  font-weight:bold;
  margin-top: 50px;
  
}
#maintenance .col-md-6 p{
  font-size:20px;
  font-weight:bold;
  text-transform: uppercase;
/*   margin-top:-20px; */

}

#prices-mod{ 
  position: fixed ; 
  left: 20%;
  top: 5%;
  z-index: 99999;
  display: none;
}
#prices-mod .row .col-md-6 {
  text-align: center;
  background-color: #368852;
  padding: 10px;

}

#order-first{
  /*display: none;*/
  /*position: fixed ; */
  /*left: 5%;*/
  /*top: 3%;*/
  /*z-index: 99999;*/
  
}
#order-first .row .col-md-6{
  margin: 0 auto; 
  text-align: center;
  background-color: #368852; 
  padding: 10px;
}
#form-order-first{
  background: #fff;
   padding: 20px;
}
#form-prices {  
  background-color: #f9f9f9;
  padding:10px;
  margin: 10px ;
  box-shadow: 2px 3px 8px 3px #344147;
 
  
}
::placeholder {
  font-size: 11px;
  text-transform: uppercase;
  
}
.form-group label{
  font-size: 12px;
  text-transform: uppercase;
}
#order-last{
 /*display: none;*/
  /* position: fixed ; */
  /*left: 8%;*/
  /*top: 5%;*/
  /*z-index: 99999;*/
   
}
#order-last .row .col-md-8{
  margin: 0 auto; 
  text-align: center;
  background-color: #368852; 
  padding: 10px;
}
#form-order-last{
  background: #fff;
   padding: 10px;
}
.text-primary{
  color: #1d2a63;
}
/* ==============pricing ============== */
:root {
    --primary:#3E407A;
/*     --primary: #2142B1; */
    --secondary: #4777F5;
    --light:#F7FAFF;
    --dark:#1D1D27;
    --danger: #bc0b09;
      --pricingTable-yellow:#4777F5;
    --pricingTable-purple:#4777F5;
    --pricingTable-blue:#2F3B41;
}
.pricingTable{
    padding-bottom: 10px;
    background: #fff;
    border-bottom: 15px solid var(--pricingTable-blue);
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.pricingTable:hover{
    cursor: pointer;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
    transform: scale(1.04);
}
.pricingTable:before{
    content: "";
    width: 100%;
    height: 350px;
    background: var(--pricingTable-blue);
    position: absolute;
    top: -150px;
    left: 0;
    transform: skewY(-20deg);
}
.pricingTable .pricingTable-header{
   background: var(--pricingTable-blue);
    padding: 20px 20px 60px;
    text-align: left;
    position: relative;
}
.pricingTable .title{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .sub-title{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.pricingTable .year{
    width: 80px;
    height: 55px;
    background: #fff;
    padding: 7px 0;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    color: var(--pricingTable-yellow);
    text-align: center;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 1;
}
.pricingTable .year:before,
.pricingTable .year:after{
    content: "";
    width: 57px;
    height: 57px;
    background: #fff;
    position: absolute;
    top: -28px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.pricingTable .year:after{
    top: auto;
    bottom: -28px;
}
.pricingTable .price-value{
    display: inline-block;
    width: 170px;
    height: 110px;
    padding: 15px;
    border: 2px solid var(--pricingTable-yellow);
    border-top: none;
    border-bottom: none;
    position: relative;
}
.pricingTable .price-value:before,
.pricingTable .price-value:after{
    content: "";
    width: 121px;
    height: 121px;
    border: 3px solid var(--pricingTable-yellow);
    border-right: none;
    border-bottom: none;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.pricingTable .price-value:after{
    border-top: none;
    border-left: none;
    border-bottom: 3px solid var(--pricingTable-yellow);
    border-right: 3px solid var(--pricingTable-yellow);
    top: auto;
    bottom: -60px;
}
.pricingTable .value{
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid var(--pricingTable-yellow);
    border-top: none;
    border-bottom: none;
    color: var(--pricingTable-yellow);
    z-index: 1;
    position: relative;
}
.pricingTable .value:before,
.pricingTable .value:after{
    content: "";
    width: 97px;
    height: 97px;
    background: #fff;
    border: 3px solid var(--pricingTable-yellow);
    border-bottom: none;
    border-right: none;
    position: absolute;
    top: -48px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.pricingTable .value:after{
    border-right: 3px solid var(--pricingTable-yellow);
    border-bottom: 3px solid var(--pricingTable-yellow);
    border-top: none;
    border-left: none;
    top: auto;
    bottom: -48px;
}
.pricingTable .currency{
    display: inline-block;
    font-size: 30px;
    margin-top: 7px;
    vertical-align: top;
}
.pricingTable .amount{
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    line-height: 65px;
}
.pricingTable .amount span{
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    vertical-align: top;
    margin-top: -7px;
}
.pricingTable .month{
    display: block;
    font-size: 16px;
    line-height: 0;
}
.pricingTable .pricing-content{
    padding: 50px 0 0 80px;
    margin-bottom: 20px;
    list-style: none;
    text-align: left;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricing-content li{
    padding: 7px 0;
    font-size: 16px;
    color: #808080;
    position: relative;
}
.pricingTable .pricing-content li:before,
.pricingTable .pricing-content li.disable:before{
    content: "\e963";
    font-family: 'IcoMoon-Free';
    font-weight: 900;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #98c458;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -50px;
}
.pricingTable .pricing-content li.disable:before{
    content: "\e95f";
    background: #fe6c6c;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 700;
    color: var(--pricingTable-blue);
    text-transform: capitalize;
    border: 2px solid var(--pricingTable-blue);
    margin: 0 auto 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    background: var(--danger);
    color: #fff;
}
.pricingTable.purple{ border-bottom-color: var(--pricingTable-purple); }
.pricingTable.purple:before{ background: var(--pricingTable-purple); }
.pricingTable.purple .year{ color: var(--pricingTable-purple); }
.pricingTable.purple .price-value{
    border-left-color: var(--pricingTable-purple);
    border-right-color: var(--pricingTable-purple);
}
.pricingTable.purple .price-value:before{
    border-left-color: var(--pricingTable-purple);
    border-top-color: var(--pricingTable-purple);
}
.pricingTable.purple .price-value:after{
    border-right-color: var(--pricingTable-purple);
    border-bottom-color: var(--pricingTable-purple);
}
.pricingTable.purple .value{
    border-left-color: var(--pricingTable-purple);
    border-right-color: var(--pricingTable-purple);
    color: var(--pricingTable-purple);
}
.pricingTable.purple .value:before{
    border-left-color: var(--pricingTable-purple);
    border-top-color: var(--pricingTable-purple);
}
.pricingTable.purple .value:after{
    border-right-color: var(--pricingTable-purple);
    border-bottom-color: var(--pricingTable-purple);
}
.pricingTable.purple .pricingTable-signup{
    color: var(--pricingTable-purple);
    border-color: var(--pricingTable-purple);
}
.pricingTable.purple .pricingTable-signup:hover{
    color: #fff;
    background: var(--pricingTable-purple);
}
.pricingTable.blue{ border-bottom-color: var(--pricingTable-blue); }
.pricingTable.blue:before{ background: var(--pricingTable-blue); }
.pricingTable.blue .year{ color: var(--pricingTable-blue); }
.pricingTable.blue .price-value{
    border-left-color: var(--pricingTable-blue);
    border-right-color: var(--pricingTable-blue);
}
.pricingTable.blue .price-value:before{
    border-left-color: var(--pricingTable-blue);
    border-top-color: var(--pricingTable-blue);
}
.pricingTable.blue .price-value:after{
    border-right-color: var(--pricingTable-blue);
    border-bottom-color: var(--pricingTable-blue);
}
.pricingTable.blue .value{
    border-left-color: var(--pricingTable-blue);
    border-right-color: var(--pricingTable-blue);
    color: var(--pricingTable-blue);
}
.pricingTable.blue .value:before{
    border-left-color: var(--pricingTable-blue);
    border-top-color: var(--pricingTable-blue);
}
.pricingTable.blue .value:after{
    border-right-color: var(--pricingTable-blue);
    border-bottom-color: var(--pricingTable-blue);
}
.pricingTable.blue .pricingTable-signup{
    color: var(--pricingTable-blue);
    border-color: var(--pricingTable-blue);
}
.pricingTable.blue .pricingTable-signup:hover{
    color: #fff;
    background: var(--pricingTable-blue);
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .pricingTable:before{ transform: skewY(-15deg); }
    .pricingTable .title{ font-size: 22px; }
}
#about{
    margin-top: 80px;
}
.cookie_notice {
    display: blog;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;  
    color: #FFF;
    background: #368852;
    padding: 10px 20px; 
    border-top: 4px solid #BFE2FF;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background:#368852;
    border: 2px solid #BFE2FF;
}
.cookie_btn:hover {
    color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}