/*
  Theme Name: Rapid
  Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

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

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
  text-decoration: none;
  -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
  -moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  /*font-weight: 400;*/
  margin: 0 0 20px 0;
  padding: 0;
}
.mal a {color:#f1f2f3;}

body {
  line-height: 1.7;
  font-weight: 400;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem; }
  body:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 399; }
  body.offcanvas-menu {
    position: relative; }
    body.offcanvas-menu:before {
      opacity: 1;
      visibility: visible; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Oswald", sans-serif;
  text-transform: normal; }
  
 .text-black {
  color: #546253 !important; }

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #2d3426;
  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;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.accordion-collapse {
    
	transition: all 0.5s ease-out;
}
.accordion-button {font-family: "Oswald", sans-serif;}


#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0px;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
.site-navbar .site-logo {
    position: absolute;
    font-size: 2.4rem;
    text-transform: normal;
    font-weight: 350;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  top: 0px;
  background-color: #8d9778;
  animation: bkganim 18s infinite linear;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 200%;
  /*margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 350;
  letter-spacing: 3px;
  text-transform: normal;*/
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff!important;
  text-decoration: none;
  Font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.4rem;
    text-transform: normal;
    font-weight: 350!important;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
  
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}

.main-pages {
  margin-top: 60px;
}
.site-navbar .site-logo {
    position: absolute;
    font-size: 2.4rem;
    text-transform: normal;
    font-weight: 350;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

/*#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f5f8fd url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover;
}

#intro .intro-info h2 {
  color: #413e66;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #1bb1dc;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}*/

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

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  display: inline-flex;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 8px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: normal;
  font-weight: 30;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #E3E8DA;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 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 {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
  
}

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

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.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: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  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(105, 131, 104, 0.8);
  transition: 0.4s;
}

.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: #546253;
  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 !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

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

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(105, 131, 104, 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: 3rem;
  color: #6a5568;
  text-align: center;
  font-weight: 350;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #5f806d;
  width: 50%;
}

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

.section-bg {
  background: #fafafa;
}
.section-bg-9 {
  background: #e3e8da;
}
.section-bg-services {
  background: #C4CBB4;
}

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

#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #413e66;
  font-family: "Oswald", sans-serif;
  /*font-weight: 700;*/
}

#about .about-content h3 {
  color: #806675;
  font-weight: 400;
  font-size: 22px;
  font-style: normal;
}

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

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

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

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

#about .about-img img {
  width: 100%;
  border: 0px 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: -41px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #8d9778;
  transition: .5s;
}

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

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

#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 0px 0px 0px 0px;
  /*position: relative;*/
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #E3E8DA;
  transition: all 0.3s ease-in-out;
  text-align: left;
}

#services .box:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  background: #fff;
}

#services .icon {
  margin: 0 auto 0px 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;
}
#pricing .icon {
  margin: 0 auto 0px auto;
  padding-top: 12px;
  /*display: inline-block;*/
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

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

#services .title {
  font-weight: 100;
  margin-bottom: 0px;
  font-size: 33px;
  padding: 0px 30px 0px 30px;
  color:#fafbfc;
  text-shadow:1px 1px 3px rgba(0,0,0,0.3);
}

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

#services .box:hover .title a {
  color: #1bb1dc;
}

#services .description {
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
  padding:15px 30px 15px 30px;
  color:#E3E8DA;
  text-shadow:0px 0px 0px rgba(0,0,0,0.5);
}

.portal-rb {
	
}
.portal-rb:before {
/* Стили для наглядности */
content: " ";
   position: absolute;
   width: 320px;
   height: 320px;
   z-index: 0;
   background-image: url(../img/portal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 33px;
   
   }
.portal-rb:after {
    position: absolute;
    right: 117px;
    bottom: -22px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #8d9778;
    transition: .5s;
}
	.portal-l,  .portal-r{
		position: relative;
		z-index:1;
	}
	.portal-l:before {
/* Стили для наглядности */
	content: "";
	display: block;
	position: absolute;
	right: -140px;
	bottom:-140px;
	width: 320px;
	height: 320px;
	z-index: 0;
  background: url(../img/portal.svg); /* Подключение SVG */
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 0px;
  background-position-x: 0px;
}
.portal-r:before {
/* Стили для наглядности */
	content: "";
	display: block;
	position: absolute;
	left: -140px;
	bottom:-140px;
	width: 320px;
	height: 320px;
	z-index: 0;
  background: url(../img/portal.svg); /* Подключение SVG */
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 0px;
  background-position-x: 0px;
}


/* Цифры секция
--------------------------------*/

#count {
  padding: 0px 0;
}

#count .why-us-content .features {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}

#count .why-us-content .features i {
  font-size: 36px;
  float: left;
}

#count .why-us-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
}

#count .why-us-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

#count .counters {
  padding-top: 40px;
}

#count .counters span {
  font-weight: light;
  font-size: 3rem;
  display: block;
  color: #546253;
}

#count .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #8a87b6;
}
.block-heading-1 h2 {
  font-size: 3rem;
  color: #8d9778; }

.block-counter-1 {
  text-align: center; }
  .block-counter-1 .number, .block-counter-1 .caption {
    display: block;
    line-height: 1; }
  .block-counter-1 .number {
    color: #546253;
    font-size: 4rem;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .block-counter-1 .number {
        font-size: 3rem; } }
    .block-counter-1 .number:after {
      position: absolute;
      content: "";
      width: 50px;
      height: 3px;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: rgba(141, 151, 120, 0.3); 
	}
  .block-counter-1 .caption {
    font-size: 14px;
    color: #546253;
    letter-spacing: .05em; }

	.cd-intro {
  width: 90%;
  /*max-width: 768px;*/
  text-align: center;
  color:#8d9778;
}
.cd-intro b {color:#698368;}

.cd-intro {
  margin: 1em auto;
  margin-top:6;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 1rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 3rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 3rem
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom b {
  opacity: 0;
}
.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}



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

#why-us {
  padding: 60px 0;
}

#why-us .why-us-content .features {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}

#why-us .why-us-content .features i {
  font-size: 36px;
  float: left;
}

#why-us .why-us-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
}

#why-us .why-us-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #555186;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #8a87b6;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #2d2b46;
  background-size: cover;
  padding: 40px 0;
}

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

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

#call-to-action .cta-btn {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1bb1dc;
  border: 3px solid #1bb1dc;
}

/* Features Section
--------------------------------*/
.txt-sdw {text-shadow:-1px 1px 2px rgba(0,0,0,0.3);}

#features {
  padding: 0px 0 80px 0;
}

#features .about-content {
  padding-top: 0px;
}

#features .about-content h2 {
  color: #413e66;
  font-family: "Oswald", sans-serif;
  /*font-weight: 700;*/
}

#features .about-content h3 {
  color: #806675;
  font-weight: 400;
  font-size: 22px;
  font-style: normal;
}

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

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

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

#features .about-img {
  position: relative;
  /*margin: 30px 30px 30px 30px;*/
}

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

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

/*#features .about-img::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #8d9778;
  transition: .5s;
}*/

#features .about-img::after {
  position: absolute;
  right: 117px;
  bottom: -22px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #8d9778;
  transition: .5s;
}

.path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: dash 5s linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

#path2 {
  animation-delay: 1s;
}

#path3 {
  animation-delay: 3s;
}

#path4 {
  animation-delay: 4s;
}

#path5 {
  animation-delay: 5.8s;
}

#path6 {
  animation-delay: 2s;
}

@keyframes dash {
  from {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/***************************************************
 * Generated by SVG Artista on 2/11/2024, 7:07:54 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 539.2000122070312px;
    stroke-dasharray: 539.2000122070312px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 539.2000122070312px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 539.2000122070312px;
    stroke-dasharray: 539.2000122070312px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 539.2000122070312px;
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s ease-in 1s both;
          animation: animate-svg-stroke-1 1s ease-in 1s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 230.08999633789062px;
    stroke-dasharray: 230.08999633789062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 230.08999633789062px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 230.08999633789062px;
    stroke-dasharray: 230.08999633789062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 230.08999633789062px;
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s ease-in 2.112s both;
          animation: animate-svg-stroke-2 1s ease-in 2.112s both;
}


/* 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: #57614e;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #c87c7c;
}

#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.5;
  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: #1bb1dc;
}

#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: #1bb1dc;
  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: #42c3e8;
}

#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: #000;
}

#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 #fff;
  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: #1bb1dc;
}

/* Team Section
--------------------------------*/

#uslugi {
  padding: 60px 0;
}

#uslugi .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

#uslugi .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;
  background: rgba(87, 97, 77, 0.9);
}

#uslugi .member .member-info-content {
  transition: margin 0.2s;
  height: 66px;
  transition: height 0.4s;
    transition: 0.5s;
  -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;

}

#uslugi .member:hover .member-info {
  transition: 0.4s;
  transition: 0.5s;
  -moz-transition: all .3s ease-in;
 -webkit-transition: all .3s ease-in;
 -ms-transition: all .3s ease-in;
 -o-transition: all .3s ease-in;
 transition: all .3s ease-in;
}

#uslugi .member:hover .member-info-content {
  height: 100%;
}

#uslugi .member h4 {
  font-weight: 100;
  font-size: 1.7rem;
  color: #fff;
}

#uslugi .member span {
  font-style: normal;
  display: block;
  font-size: 0.8rem;
  color: #fff;
}

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

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

#uslugi .member .social a:hover {
  color: #1bb1dc;
}

#uslugi .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.icona {
	background-image: url("../img/portalart.svg");
	width: 39px;
	height: 39px;
	background-size: 39px 39px;
	display: inline-block;
	fill:#ffbbcc;
	background-repeat: no-repeat;
}
.button-futter: path{
	fill: #002200;
	}
.button-futter:hover path,
.button-futter:focus path{
	fill: #006200;
	}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating  .icon:hover{
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@-webkit-keyframes myAnime2 {
		  0% { background-color: #5f806d; }
		  33% { background-color: #546253; }  
		  67% { background-color: #c87c7c; }
		  100% { background-color: #5f806d; }
}

		@keyframes myAnime2 {
		  0% { background-color: #5f806d; }
		  33% { background-color: #546253; }  
		  67% { background-color: #c87c7c; }
		  100% { background-color: #5f806d; }
}
		
		.bg-go {
			background: #5f806d;
		}
		.bg-go:hover; {
			animation: myAnime2 3s ease-out infinite;
		}
.svgbkg {
  background-image: url("../img/svgbkg.svg");
  background-repeat: no-repeat;
  min-height: 450px;
}
/* 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: #777E68;
}

/* Pricing Section
--------------------------------*/

#pricing {
  padding: 80px 0;
}

#pricing .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 0px 3px 0 rgba(65, 62, 102, 0.08) inset;
  transition: all 0.8s ease-in-out;
  padding: 36px 0;
  position: relative;
  height:450px;
  background-color: #E3E8DA!important;
  
}

#pricing .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #8d9778;
  transition: 0.8s;
}
#pricing .card:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 5px;
  background-color: #777E68;
  transition: 0.8s;
}

#pricing .card:hover {
  -webkit-transform: scale(1.00);
  transform: scale(1.00);
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3) inset;
}

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

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

#pricing .card .card-title {
  margin-bottom: 16px;
  color: #777E68;
}

#pricing .card .card-block {
  padding-top: 0;
  padding:1rem 2rem 1rem 2rem;
  text-align: left;
  background-color: transparent;
}

#pricing .card .list-group-item {
  border: 0px;
  padding: 6px;
  color: #57614e;
  font-weight: 300;
  background-color: transparent;
}

#pricing .card h3 {
  font-size: 4rem;
  margin-bottom: 0px;
  color: #38464f;
}

#pricing .card h3 .currency {
  font-size: 30px;
  position: relative;
  font-weight: 100;
  top: -30px;
  letter-spacing: 0px;
}

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

#pricing .card .list-group {
  margin-bottom: 15px;
  background-color: transparent;
}

#pricing .card .btn {
	transition: all 0.8s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  color: #5f5b96;
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  background: #57614e;
  color: #C4CBB4;
}

#pricing .card .btn:hover {
	transition: all 0.8s ease-in-out;
  background: #62743D;
  color:#E3E8DA;
}
#pricing .card2 {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(65, 62, 102, 0.08) inset;
  transition: all 0.8s ease-in-out;
  padding: 36px 0;
  position: relative;
  height:450px;
  background-color: #E3E8DA!important;
  
}

#pricing .card2:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 5px;
  background-color: #8d9778;
  transition: 0.8s;
}
#pricing .card2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #777E68;
  transition: 0.8s;
}

#pricing .card2:hover {
  -webkit-transform: scale(1.00);
  transform: scale(1.00);
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3) inset;
}

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

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

#pricing .card2 .card-title {
  margin-bottom: 16px;
  color: #777E68;
}

#pricing .card2 .card-block {
  padding-top: 0;
  padding:1rem 2rem 1rem 2rem;
  text-align: left;
  background-color: transparent;
}

#pricing .card2 .list-group-item {
  border: 0px;
  padding: 6px;
  color: #57614e;
  font-weight: 300;
  background-color: transparent;
}

#pricing .card2 h3 {
  font-size: 4rem;
  margin-bottom: 0px;
  color: #38464f;
}

#pricing .card2 h3 .currency {
  font-size: 30px;
  position: relative;
  font-weight: 100;
  top: -30px;
  letter-spacing: 0px;
}

#pricing .card2 h3 .period {
  font-size: 16px;
  color: #6c67a3;
  letter-spacing: 0px;
}

#pricing .card2 .list-group {
  margin-bottom: 15px;
  background-color: transparent;
}

#pricing .card2 .btn {
  font-size: 13px;
  font-weight: 500;
  color: #5f5b96;
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  background: #57614e;
  color: #C4CBB4;
}

#pricing .card2 .btn:hover {
  background: #0a98c0;
}
.btn-portal {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-portal:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-portal, .btn-portal:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-portal, .btn-check:active + .btn-portal, .btn-portal:active, .btn-portal.active, .show > .btn-portal.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-portal:focus, .btn-check:active + .btn-portal:focus, .btn-portal:active:focus, .btn-portal.active:focus, .show > .btn-portal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-portal:disabled, .btn-portal.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}


/* Frequently Asked Questions Section
--------------------------------*/

.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
}

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

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

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

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

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

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

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

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

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

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

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

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #38464f;
}

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

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #DFE8CB;
  font-weight: 400;
  letter-spacing: 3px;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #DFE8CB;
}

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

#footer .footer-top .social-links a:hover {
  background: #0a98c0;
  color: #fff;
}

#footer .btn {
	transition: all 0.8s ease-in-out;
  font-weight: 500;
  color: #5f5b96;
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  background: #5f806d;
  color: #C4CBB4;
}

#footer .btn:hover {
	transition: all 0.8s ease-in-out;
  background: #c87c7c;
  color:#E3E8DA;
}


#footer .footer-top h4 {
  font-size: 1.3rem;
  color: #DFE8CB;
  position: relative;
  padding-bottom: 10px;
}

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

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

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

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

#footer .footer-top .footer-links ul a {
  color: #444;
}

#footer .footer-top .footer-links ul a:hover {
  color: #DFE8CB;
}

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

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

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

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #1bb1dc;
  border: 1px solid #1bb1dc;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0a98c0;
}

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

#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #1bb1dc;
  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: #413e66;
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  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"] {
  background: #1bb1dc;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #E3E8DA;
  transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
  background: #0a98c0;
  cursor: pointer;
}

#footer .copyright {
  text-align: center;
  padding-top: 0px;
  color: #E3E8DA;
  font-size: 15px;
}

#footer .copyright a {
	color: #E3E8DA;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #E3E8DA;
}

#footer .credits a {
  color: #1bb1dc;
}

#footer .credits a:hover {
  color: #0a98c0;
}

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }


/* Blocks */
.cover-carusel {
	min-height: 191px;
	max-height: 191px;
}
.site-section-cover {
  position: relative; }
  .site-section-cover, .site-section-cover .container {
    position: relative;
    z-index: 2; }
  .site-section-cover, .site-section-cover .container > .row {
    height: calc(100vh - 196px);
    min-height: 796px; }
    @media (max-width: 991.98px) {
      .site-section-cover, .site-section-cover .container > .row {
        height: calc(70vh - 196px);
        min-height: 666px; } }
  .site-section-cover.overlay {
    position: relative; }
    .site-section-cover.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
	  
@media (max-width: 991.98px) {
  .slide-one-item .owl-nav {
    display: none; } }

.slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4); }
  .slide-one-item .owl-nav .owl-prev:hover, .slide-one-item .owl-nav .owl-next:hover {
    color: #fff; }

.slide-one-item .owl-nav .owl-prev {
  left: 20px; }

.slide-one-item .owl-nav .owl-next {
  right: 20px; }

.slide-one-item .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2; }
  .slide-one-item .owl-dots .owl-dot {
    display: inline-block; }
    .slide-one-item .owl-dots .owl-dot > span {
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.4);
      margin: 3px; }
    .slide-one-item .owl-dots .owl-dot.active > span {
      width: 20px;
      background: #fff; }

  .site-section-cover.inner-page, .site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 2em 0; }
  .site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat; }
  .site-section-cover h1 {
    font-size: 4.5rem;
    color: #fff;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .site-section-cover h1 {
        font-size: 2rem; } }
  .site-section-cover p {
    font-size: 18px;
    color: #fff; }

	.site-section {
	  padding: 7rem 0; }
	  @media (max-width: 991.98px) {
		.site-section {
		  padding: 3rem 0; } }

	.bg-image > .container {
    position: relative;
    z-index: 1; }

	
@keyframes background-anim-drk {
  0%   { background: #546253; }
  20%  { background: #3E4A49; }
  40%  { background: #6C7160; }
  60%  { background: #786666; }
  80%  { background: #5A5E52; }
  100% { background: #546253; }
}
@keyframes color-anim-drk {
  0%   { color: #6a5568; }
  20%  { color: #c87c7c; }
  40%  { color: #c6ddcb; }
  50%  { color: #8db3a8; } 
  60%  { color: #5f806d; }
  80%  { color: #38464f; }
  100% { color: #6a5568; }
}
@keyframes color-anim-2 {
  0%   { color: #DFE8CB; }
  20%  { color: #A1A180; }
  40%  { color: #D0D0B9; }
  60%  { color: #62743D; }
  80%  { color: #c87c7c; }
  100% { color: #DFE8CB; }
}


.top-bar {
  background: #546253; /* Fallback */
  animation: background-anim-drk 9s infinite linear;height:120px;
}

	
@keyframes bkganim {
  0%   { background: #5f806d; }
  20%  { background: #38464f; }
  40%  { background: #6a5568; }
  60%  { background: #c87c7c; }
  100% { background: #5f806d; }
}

.bkganim {
  background: #8d9778; /* Fallback */
  animation: bkganim 9s infinite linear;height:120px;
}

.color-0001 {color:#8d9778!important;;}
.color-0002 {color:#6a5568!important;;}
.color-0003 {color:#A1A180!important;;}
.color-0004 {color:#806675!important;;}
.color-0005 {color:#62743D!important;;}
.color-0006 {color:#777E68!important;;}
.color-0007 {color:#DFE8CB!important;;}
.color-0008 {color:#E3E8DA!important;;}

.color-0009 {color:#62344F; animation: color-anim-drk 9s infinite linear;}/*фиол*/
.color-0009-2 {color:#DFE8CB; animation: color-anim-2 9s infinite linear;}/*фиол*/
.color-0010 {color:#546253;}/*темно-зеленый как основной текст*/
.color-0010 {color:#57614e;}/*темно-зеленый как в слайде*/
.color-0011 {color: #c87c7c;}/*оранжевый*/

.color-0012 {color:#c6ddcb;}
.color-0013 {color:#8db3a8;}
.color-0014 {color:#5f806d;}
.color-0015 {color:#38464f;}
.color-0016 {color:#6a5568;}
.color-0017 {color:#c87c7c;}

.bg-0012 {background:#c6ddcb;}
.bg-0013 {background:#8db3a8;}
.bg-0014 {background:#5f806d;}
.bg-0015 {background:#38464f;}
.bg-0016 {background:#6a5568;}
.bg-0017 {background:#c87c7c;}

.bg-1 {background: #C4CBB4;}
.bg-2 {background: #ACC1AB;}
.bg-3 {background: #D0D0B9;}
.bg-4 {background: #D0D0B0;}
.bg-5 {background: #A5C1A3;}
.bg-6 {background: #161713;}
.bg-7 {background: #38464f;}
.bg-8 {background: #DFE8CB;}
.bg-9 {background: #E3E8DA;}
  
.input-group-text {margin-right:0.6em;}
.rounded-5 {border-radius: 0.5rem!important;}
.rounded-6 {border-radius: 0.6rem!important;}
.rounded-7 {border-radius: 0.7rem!important;}
.rounded-8 {border-radius: 0.8rem!important;}
.rounded-9 {border-radius: 0.9rem!important;}
.card:hover {
	max-width:35rem;
	box-shadow:
	0 1px rgba(255,255,255,.2) inset,
	0 1px 10px rgba(0,0,0,.4),
	0 0 1px 1px rgba(0,0,0,.2); 
}
.text-muted {color:rgb(204,204,204)!important;}

.shadowl {
	box-shadow:
	0 1px 10px rgba(0,0,0,.4); 
}
.shadowr {
	box-shadow:
	0 1px 10px rgba(0,0,0,.4),
	80px -20px #8d9778!important; 
}
/*.gradient-2, .site-footer, .top-bar {
  background: #004200;
  background: -moz-linear-gradient(left, #004200 0%, #8d9778 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #004200), color-stop(100%, #8d9778));
  background: -webkit-linear-gradient(left, #004200 0%,  #8d9778 100%);
  background: -o-linear-gradient(left, #004200 0%,  #8d9778 100%);
  background: -ms-linear-gradient(left, #004200 0%,  #8d9778 100%);
  background: -webkit-gradient(linear, left top, right top, from(#004200),  to(#8d9778));
  background: linear-gradient(to right, #004200 0%,  #8d9778 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004200', endColorstr='#8d9778', GradientType=1 ); }*/

.font-gray-1 {
  color: #f7f7f7; }

.font-gray-2 {
  color: #e9e9e9; }

.font-gray-3 {
  color: #6C7160; }

.font-gray-4 {
  color: #c9c9c9; }

.font-gray-5, .block-heading-1 span {
  color: #b8b8b8; }

.font-gray-6 {
  color: #a8a8a8; }

.font-gray-7, body {
  color: #38464f; }

.font-gray-8 {
  color: #7b7b7b; }

.font-gray-9 {
  color: #636363 #4d4d4d; }

.font-gray-10 {
  color: #353535; }

.border-gray-1 {
  border-color: #f7f7f7; }

.border-gray-2 {
  border-color: #e9e9e9; }

.border-gray-3 {
  border-color: #d9d9d9; }

.border-gray-4 {
  border-color: #c9c9c9; }

.border-gray-5 {
  border-color: #b8b8b8; }

.border-gray-6 {
  border-color: #a8a8a8; }

.border-gray-7 {
  border-color: #939393; }

.border-gray-8 {
  border-color: #7b7b7b; }

.border-gray-9 {
  border-color: #636363 #4d4d4d; }

.border-gray-10 {
  border-color: #353535; }

.bg-gray-1 {
  border-color: #f7f7f7; }

.bg-gray-2 {
  border-color: #e9e9e9; }

.bg-gray-3 {
  border-color: #d9d9d9; }

.bg-gray-4 {
  border-color: #c9c9c9; }

.bg-gray-5 {
  border-color: #b8b8b8; }

.bg-gray-6 {
  border-color: #a8a8a8; }

.bg-gray-7 {
  border-color: #939393; }

.bg-gray-8 {
  border-color: #7b7b7b; }

.bg-gray-9 {
  border-color: #636363 #4d4d4d; }

.bg-gray-10 {
  border-color: #353535; }

.letter-spacing-1 {
  letter-spacing: 0.1em; }

.letter-spacing-2 {
  letter-spacing: 0.2em; }

.border-w-1 {
  border-width: 1px; }

.border-w-2 {
  border-width: 2px; }

.border-w-3 {
  border-width: 3px; }

.border-w-4 {
  border-width: 4px; }

.border-w-5 {
  border-width: 5px; }

.primary-black--hover {
  background: #8d9778;
  color: #fff; }
  .primary-black--hover:hover {
    background: #000;
    color: #fff; }

.primary-dark--hover {
  background: #8d9778;
  color: #fff; }
  .primary-dark--hover:hover {
    background: gray;
    color: #fff; }

.primary-primary-outline--hover {
  background: #8d9778;
  color: #fff; }
  .primary-primary-outline--hover:hover {
    border-color: #8d9778;
    background: transparent; }

.primary-outline-primary--hover {
  background: transparent;
  border-color: #8d9778; }
  .primary-outline-primary--hover:hover {
    color: #fff;
    background: #8d9778; }

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
	.top-bar {  padding: .5rem 0; }
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@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;
  }
    #pricing .card2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
	#uslugi .member h4 {
    font-weight: 100;
    font-size: 1.3rem;
    color: #fff;
}
	#uslugi .member span {
    font-style: normal;
    display: block;
    font-size: 0.8rem;
	line-height:1.1rem;
    color: #fff;
}
	#uslugi .member .member-info-content {
    transition: margin 0.2s;
    height: 60px;
    transition: height 0.4s;
}
	
	.mal {margin-right:2rem;padding-right:1rem;}
	
	.portal-l,  .portal-r{
		position: relative;
		z-index:1;
	}
	.portal-l:before {
/* Стили для наглядности */
	content: "";
	display: block;
	position: absolute;
	right: -10px;
	width: 320px;
	height: 320px;
	z-index: 0;
  background: url(../img/portal.svg); /* Подключение SVG */
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 30px;
  background-position-x: 150px;
}
.portal-r:before {
/* Стили для наглядности */
	content: "";
	display: block;
	position: absolute;
	left: -10px;
	width: 320px;
	height: 320px;
	z-index: 0;
  background: url(../img/portal.svg); /* Подключение SVG */
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 30px;
  background-position-x: -150px;
}
.svgbkg {
  background-image: url("../img/svgbkg2.svg");
  background-position-y:0px;
  background-repeat: no-repeat;
  min-height: 450px;
}

  .back-to-top {
    bottom: 15px;
  }

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

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    /*padding: 80px 0 60px 0;*/
  }

  #intro .container {
    height: auto !important;
  }

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

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

  #intro .intro-info h2 {
    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;
  }
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}