@charset "UTF-8";
/* ---------------------------------------------------------
   1. Embedded icons styles
   2. Common site styles
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. Embedded icons styles
   ---------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  font-style: normal; 
  font-weight: normal;
  src: url("../fonts/icomoon.eot?o0ltzc");
  src: url("../fonts/icomoon.eot?o0ltzc#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?o0ltzc") format("truetype"), url("../fonts/icomoon.woff?o0ltzc") format("woff"), url("../fonts/icomoon.svg?o0ltzc#icomoon") format("svg");
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-variant: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chair:before { content: "\e900"; }
.icon-arrow-play:before { content: "\e901"; }
.icon-heart-like:before { content: "\e902"; }
.icon-quotes:before { content: "\e903"; }
.icon-mail:before { content: "\e904"; }
.icon-facebook:before { content: "\e905"; }
.icon-linkedin:before { content: "\e906"; }
.icon-twitter:before { content: "\e907"; }
blockquote img,
.about-article img,
.articles-blocks img,
.partners-list img {
  height: auto; 
  max-width: 100%;
  vertical-align: top;
}
.features-list,
.switcher ul,
.partners-list,
.social-networks {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clearfix:after,
blockquote:after,
#footer:after {
  display: block;
  clear: both; 
  content: "";
}
.ellipsis {
  /* 2 */
  overflow: hidden; 
  /* 1 */
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ---------------------------------------------------------
   2. Сommon site styles
   ---------------------------------------------------------*/
/* page logo styles */
.logo {
  float: left;
  height: auto;
  font-size: 20px;
  font-weight: 700; 
  line-height: 24px;
  color: #464646;
}
@media (min-width: 768px) {
  .logo {
    font-size: 23px;
    line-height: 26px;
  }
}
.logo mark {
  padding: 0;
  margin: 0;
  color: #4cd981;
  background: none;
}
/* main header styles */
@media (min-width: 1500px) {
  #header {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  #header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#header .nav {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  #header .nav { margin-top: 5px; }
}
#header .navbar { margin-bottom: 0; }
@media (min-width: 768px) {
  #header .navbar {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #header .navbar {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  #header .navbar-default { border-color: #fff; }
}
@media (min-width: 768px) {
  #header .navbar-default .navbar-nav > li > a {
    padding-right: 0;
    padding-left: 18px;
    margin-left: 31px;
  }
}
@media (min-width: 768px) {
  #header .navbar-default .navbar-nav > li > a:before {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 7px;
    height: 7px; 
    margin-top: -2px;
    background: #4cd981;
    content: "";
  }
}
/* main informative part styles */
body { min-width: 320px; }
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.889;
  }
}
a,
.btn,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
          transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
}
a:focus,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus { text-decoration: none; }

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea { -webkit-appearance: none; }
@media (min-width: 992px) {
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="text"],
  input[type="password"],
  input[type="file"] {
    height: 66px;
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 18px;
    line-height: 22px;
  }
}
/* set typography styles for headings and paragraph */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
h1.brand-info,
h2.brand-info,
h3.brand-info,
h4.brand-info,
h5.brand-info,
h6.brand-info { color: #fff28e; }
.brand-info { color: #fff28e; }
h1 {
  letter-spacing: -1px;
  text-transform: none;
}
@media (min-width: 768px) {
  h1 { font-size: 64px; }
}
@media (min-width: 992px) {
  h1 { font-size: 82px; }
}
h2 { line-height: 1.13; }
@media (min-width: 768px) {
  h2 { font-size: 46px; }
}
p { margin-bottom: 20px; }
@media (min-width: 992px) {
  p { margin-bottom: 34px; }
}
/* set styles for blockquote */
blockquote {
  padding: 0 0 6px;
  margin-bottom: 14px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.625;
  color: #b5b5b5;
  border: 0;
}
@media (min-width: 768px) {
  blockquote {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
blockquote .author {
  position: relative;
  margin-right: 22px;
}
@media (min-width: 992px) {
  blockquote .author { margin-right: 34px; }
}
blockquote .author .quotes {
  position: absolute;
  right: -9px;
  bottom: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 37px;
  height: 37px; 
  padding-top: 2px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background: #4cd981;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
    -webkit-box-align: center;
       -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
blockquote img { border-radius: 50%; }
blockquote .text {
  padding-top: 4px;
  overflow: hidden;
}
/* set styles for button */
.btn {
  line-height: 1.429; 
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .btn {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.333;
    border-radius: 33px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 33px;
  }
}
.btn .icon {
  margin-right: 11px;
  margin-left: -20px;
  font-size: 21px;
  line-height: 19px; 
  vertical-align: middle;
}
@media (min-width: 768px) {
  .btn .icon {
    font-size: 30px;
    line-height: 25px;
  }
}
@media (min-width: 1500px) {
  .container { width: 1294px; }
}
.bg-stretch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  background-size: cover;
}
.overlayed-section { color: #fff; }
/* main container styles */
#wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1500px) {
  #wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 1500px) {
  main {
    overflow: hidden;
  }
}
/* intro section styles */
.intro {
  position: relative; 
  padding-top: 40px;
  padding-bottom: 30px;
}
.intro:before {
  position: absolute;
  top: 0;
  right: 0; 
  bottom: 0;
  left: 0;
  content: "";
}
@media (min-width: 768px) {
  .intro {
    padding-top: 63px;
    padding-bottom: 63px;
  }
}
@media (min-width: 992px) {
  .intro {
    padding-top: 103px;
    padding-bottom: 60px;
  }
}
.intro:before {
  background: #464646 url(../images/pattern-intro.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .intro:before {
    bottom: 90px;
    background: #464646 url(../images/pattern-intro-large.jpg) no-repeat;
    background-position: 50% 0; 
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .intro:before { bottom: 90px; }
}
.intro > .container {
  position: relative;
  z-index: 2;
}
.intro h1 {
  position: relative;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: -1px; 
  color: #fff;
  text-transform: none;
}
.intro h1:after {
  position: absolute;
  top: auto;
  right: auto; 
  bottom: 0;
  left: 3px;
  content: "";
}
@media (min-width: 768px) {
  .intro h1 {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .intro h1 {
    padding-bottom: 49px;
    margin-bottom: 35px;
  }
}
.intro h1:after {
  width: 40px;
  height: 4px; 
  background: #62ff9d;
}
@media (min-width: 768px) {
  .intro h1:after {
    left: 5px;
    width: 60px;
    height: 6px;
  }
}
.intro .slogan {
  position: absolute;
  top: 20px;
  right: -32px;
  z-index: 99;
  font-size: 11px;
  font-weight: 400; 
  line-height: 14px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .intro .slogan {
    top: 50px;
    right: -58px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 5px;
  }
}
@media (min-width: 992px) {
  .intro .slogan { top: 30px; }
}
.intro .sub-title {
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600; 
  line-height: 1.375;
  color: #616161;
}
@media (min-width: 768px) {
  .intro .sub-title { margin-bottom: 42px; }
}
@media (min-width: 992px) {
  .intro .sub-title {
    margin-bottom: 72px;
    font-size: 24px;
  }
}
.intro .contacts-box {
  position: relative; 
  margin-bottom: 30px;
  overflow: visible;
  color: #464646;
}
@media (min-width: 768px) {
  .intro .contacts-box {
    margin-top: 7px;
    margin-bottom: 40px;
    text-align: left;
  }
  .intro .contacts-box:after {
    position: absolute;
    top: 0;
    right: -9999px; 
    bottom: 0;
    left: 100%;
    content: "";
  }
}
@media (min-width: 992px) {
  .intro .contacts-box {
    padding: 37px 30px 35px 45px;
    margin-bottom: 63px;
  }
}
@media (min-width: 1200px) {
  .intro .contacts-box {
    margin-top: 0;
    margin-bottom: 71px;
  }
}
@media (min-width: 768px) {
  .intro .contacts-box:after { background: #62ff9d; }
}
.intro .btn {
  display: block;
  max-width: 220px;
  min-width: 220px;
  margin: 0 auto;
  border-color: transparent;
}
@media (min-width: 768px) {
  .intro .btn {
    display: inline-block;
    max-width: none;
    min-width: 250px;
    margin: 0; 
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .intro .btn { min-width: 288px; }
}
@media (max-width: 767px) {
  .intro .visual-block { display: none; }
}
@media (min-width: 768px) {
  .intro .visual-block {
    position: absolute;
    top: 154px;
    right: 0; 
    bottom: 0;
    left: 39.5%;
  }
  .intro .visual-block:before {
    position: absolute;
    top: 0;
    right: 0; 
    bottom: 0;
    left: 0;
    content: "";
  }
}
@media (min-width: 992px) {
  .intro .visual-block {
    top: 155px; 
    left: 36%;
  }
}
.intro .visual-block:before {
  z-index: 0; 
  background: #4cd981;
}
@media (max-width: 767px) {
  .intro .visual-block .bg-stretch { display: none; }
}
@media (min-width: 768px) {
  .intro .visual-block .bg-stretch {
    z-index: 1;
    opacity: .25;
  }
}
@media (min-width: 768px) {
  .intro .video-row {
    position: absolute;
    right: 0; 
    bottom: 0;
    left: 0;
  }
}
.intro .video-block { z-index: 99; }
@media (min-width: 992px) {
  .intro.alt-intro { padding-top: 71px; }
}
.intro.alt-intro:before {
  background: #464646 url(../images/pattern.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .intro.alt-intro:before {
    bottom: 0;
    background: #464646 url(../images/pattern-large.jpg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .intro.alt-intro:before { bottom: 0; }
}
.intro.alt-intro h1 { padding: 16px 0 0; }
@media (min-width: 992px) {
  .intro.alt-intro h1 {
    font-size: 71px;
    line-height: 1.099;
  }
}
@media (min-width: 768px) {
  .intro.alt-intro h1 { padding: 16px 0 0; }
}
@media (min-width: 992px) {
  .intro.alt-intro h1 {
    padding: 16px 0 0;
    margin-bottom: 19px;
  }
}
.intro.alt-intro h1:after {
  top: 0;
  bottom: auto;
}
.intro.alt-intro .sub-title {
  font-size: 12px;
  color: #c6c6c6;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .intro.alt-intro .sub-title { font-size: 16px; }
}
@media (min-width: 992px) {
  .intro.alt-intro .sub-title { margin-bottom: 42px; }
}
@media (min-width: 992px) {
  .intro.alt-intro .features-box { padding-bottom: 49px; }
}
.intro.alt-intro .features-box:before { display: none; }
.intro.alt-intro .features-box .btn { margin-top: 30px; }
@media (min-width: 768px) {
  .intro.alt-intro .features-box .btn {
    display: block;
    max-width: 250px;
    margin-right: auto; 
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .intro.alt-intro .features-box .btn { margin-top: 40px; }
}
.intro.alt-intro .features-list li:before { color: #464646; }
@media (min-width: 768px) {
  .intro.alt-intro .contacts-box { padding-bottom: 100px; }
}
@media (min-width: 992px) {
  .intro.alt-intro .contacts-box {
    padding-bottom: 117px;
    margin-bottom: 67px;
  }
}
@media (min-width: 992px) {
  .intro.alt-intro .contacts .title {
    margin-bottom: 0; 
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .intro.alt-intro .contacts .tel { font-size: 45px; }
}
.intro.alt-intro > .bg-stretch {
  background-position: 50% 0;
  opacity: .2;
}
/* wrapping element for .features-list */
.features-box {
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
  background: #fff; 
  box-shadow: 0 15px 25px rgba(0, 0, 0, .09);
}
.features-box:before {
  position: absolute;
  top: -15px;
  right: -15px; 
  bottom: auto;
  left: auto;
  content: "";
}
@media (min-width: 768px) {
  .features-box {
    min-height: 400px; 
    margin-bottom: -230px;
  }
}
@media (min-width: 992px) {
  .features-box {
    padding: 51px 40px 56px;
    margin-bottom: -274px;
    box-shadow: 0 29px 54px rgba(0, 0, 0, .09);
  }
}
@media (min-width: 1200px) {
  .features-box { padding: 51px 50px 56px 58px; }
}
.features-box.brand-info:before { background: #fff28e; }
.features-box:before {
  z-index: -1;
  width: 96px;
  height: 96px; 
  background: #4cd981;
}
@media (min-width: 992px) {
  .features-box:before {
    top: -20px;
    right: -20px;
  }
}
@media (min-width: 1200px) {
  .features-box:before {
    width: 102px;
    height: 102px;
  }
}
/* features list styles */
.features-list {
  padding: 0;
  margin: 0;
  color: #464646;
}
.features-list li {
  position: relative; 
  padding-left: 20px;
}
.features-list li:before {
  position: absolute;
  top: 1px;
  right: auto; 
  bottom: auto;
  left: 0;
  content: "";
}
@media (min-width: 768px) {
  .features-list li { padding-left: 25px; }
}
@media (min-width: 992px) {
  .features-list li { padding-left: 46px; }
}
.features-list li:before {
  font-size: 18px;
  font-weight: 700; 
  line-height: 1;
  color: #4cd981;
  content: "+";
}
@media (min-width: 768px) {
  .features-list li:before {
    top: 5px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .features-list li:before {
    top: 2px;
    font-size: 30px;
  }
}
.features-list li + li { margin-top: 18px; }
@media (min-width: 768px) {
  .features-list li + li { margin-top: 10px; }
}
.features-list a { color: inherit; }
.features-list a:hover { color: #4cd981; }
/* wrapping element for testimonials gallery */
.testimonials-row {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .testimonials-row {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (min-width: 992px) {
  .testimonials-row { padding-bottom: 75px; }
}
/* about article styles */
.about-article {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .about-article {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .about-article {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .about-article .align-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: calc(100% + 30px); 
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
       -ms-flex-align: center;      
  }
}
.about-article .heading { position: relative; }
.about-article .heading .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  font-size: 152px;
  color: #f8f8f8;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .about-article .heading .icon { font-size: 192px; }
}
@media (min-width: 992px) {
  .about-article .heading .icon { margin: -4px 0 0 -133px; }
}
.about-article h2 { margin-bottom: 63px; }
.about-article .image {
  position: relative; 
  z-index: 1;
  max-width: 456px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.about-article .image:before {
  position: absolute;
  top: auto;
  right: -22px; 
  bottom: -19px;
  left: auto;
  content: "";
}
@media (min-width: 768px) {
  .about-article .image {
    width: 100%;
    max-width: 456px;
    margin-right: 0;
    margin-left: 0;
    text-align: right;
  }
}
.about-article .image:before {
  width: 127px;
  height: 127px; 
  background: #62ff9d;
}
.about-article .image img {
  position: relative;
  z-index: 1;
}
.about-article .image.brand-info:before { background: #fff28e; }
.about-article .descr { margin-bottom: 30px;}
@media (min-width: 992px) {
  .about-article .descr { margin-bottom: 15px;}
}
/* wrapping section for testimonials video gallery */
.testimonials-section {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.testimonials-section:before {
  position: absolute;
  top: 0;
  right: 0; 
  bottom: 0;
  left: 0;
  content: "";
}
@media (min-width: 768px) {
  .testimonials-section {
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .testimonials-section {
    padding-top: 134px;
    margin-top: 75px;
    margin-bottom: 88px;
  }
}
.testimonials-section:before {
  bottom: 30px;
  background: #464646 url(../images/pattern.jpg) no-repeat;
  background-size: cover;
  opacity: 1;
}
@media (min-width: 480px) {
  .testimonials-section:before { bottom: 40px; }
}
@media (min-width: 768px) {
  .testimonials-section:before {
    bottom: 70px;
    background: #464646 url(../images/pattern-large.jpg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .testimonials-section:before { bottom: 115px; }
}
.testimonials-section > .container {
  position: relative;
  z-index: 3;
}
.testimonials-section > .bg-stretch {
  bottom: 30px;
  background-position: 0 0; 
  opacity: .3;
}
@media (min-width: 480px) {
  .testimonials-section > .bg-stretch { bottom: 40px; }
}
@media (min-width: 768px) {
  .testimonials-section > .bg-stretch { bottom: 70px; }
}
@media (min-width: 992px) {
  .testimonials-section > .bg-stretch { bottom: 115px; }
}
/* gallery common styles */
.gallery {
  position: relative;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .gallery { padding-top: 26px; }
}
.gallery.videos .mask { box-shadow: 0 15px 35px rgba(0, 0, 0, .21); }
@media (min-width: 768px) {
  .gallery.videos .mask { box-shadow: 0 30px 65px rgba(0, 0, 0, .21); }
}
.gallery.testimonials {
  max-width: 400px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .gallery.testimonials {
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .gallery.testimonials {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 1200px) {
  .gallery.testimonials { padding: 0 20px 0 0; }
}
.gallery.testimonials .mask { margin-bottom: 10px; }
@media (min-width: 768px) {
  .gallery.testimonials .mask { margin-bottom: 15px; }
}
.gallery .mask {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery .slideset {
  float: left; 
  width: 99999px;
}
.gallery .slide {
  float: left; 
  width: 600px;
}
.gallery .prev,
.gallery .next {
  position: absolute;
  top: calc(50% + 20px);
  left: -10px;
  z-index: 10;
  width: 30px;
  height: 30px; 
  background: #e8e8e8;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallery .prev:before,
.gallery .next:before {
  position: absolute;
  top: 50%;
  right: auto; 
  bottom: auto;
  left: 50%;
  content: "";
}
@media (min-width: 480px) {
  .gallery .prev,
  .gallery .next {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .gallery .prev,
  .gallery .next {
    left: -15px;
    width: 60px;
    height: 60px;
  }
}
.gallery .prev:hover,
.gallery .next:hover { background: #fff; }
.gallery .prev:hover:before,
.gallery .next:hover:before { border-color: transparent transparent #4cd981 #4cd981; }
.gallery .prev:before,
.gallery .next:before {
  width: 10px;
  height: 10px;
  margin-left: 3px;
  border: solid #464646;
  border-color: transparent transparent #464646 #464646;
  border-width: 0 0 3px 3px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: border-color .3s ease-in-out;
          transition: border-color .3s ease-in-out;
}
@media (min-width: 480px) {
  .gallery .prev:before,
  .gallery .next:before {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 992px) {
  .gallery .prev:before,
  .gallery .next:before {
    width: 15px;
    height: 15px; 
    border-width: 0 0 4px 4px;
  }
}
.gallery .next {
  right: -10px; 
  left: auto;
}
@media (min-width: 992px) {
  .gallery .next {
    right: -15px; 
    left: auto;
  }
}
.gallery .next:hover:before { border-color: #4cd981 #4cd981 transparent transparent; }
.gallery .next:before {
  margin-left: -3px;
  border-color: #464646 #464646 transparent transparent; 
  border-width: 3px 3px 0 0;
}
@media (min-width: 992px) {
  .gallery .next:before { border-width: 4px 4px 0 0; }
}
/* gallery pagination styles */
.switcher {
  padding-bottom: 5px;
  text-align: center;
}
@media (min-width: 992px) {
  .switcher { padding-bottom: 11px; }
}
@media (min-width: 992px) {
  .testimonials .switcher { padding-right: 27px; }
}
.switcher ul li {
  display: inline-block;
  padding: 0 5px 10px; 
  vertical-align: top;
}
.testimonials .switcher ul li { padding: 0 8px 16px;}
.switcher ul li.active a { background: #62ff9d; }
.testimonials .switcher ul li.active a { background: #323d3e; }
.switcher ul a {
  display: block;
  width: 13px;
  height: 13px; 
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: #616161;
  border-radius: 50%;
}
.switcher ul a:hover { background: #62ff9d; }
.testimonials .switcher ul a {
  width: 5px;
  height: 5px; 
  background: #d8d8d8;
}
.testimonials .switcher ul a:hover { background: #323d3e; }
/* wrapping element for youtube video and play button */
.video-block {
  position: relative;
  overflow: hidden;
}
.video-block .btn-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.video-block .btn-play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color .3s ease-in-out;
          transition: color .3s ease-in-out;
}
@media (min-width: 480px) {
  .video-block .btn-play .icon { font-size: 40px; }
}
@media (min-width: 992px) {
  .video-block .btn-play .icon { font-size: 55px; }
}
.video-block .btn-play:hover .icon { color: #62ff9d; }
.video-block.video-active .btn-play { display: none !important; }
/* contacts section contains contacts-box */
.contacts-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .contacts-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .contacts-section {
    padding-top: 75px;
    padding-bottom: 87px;
  }
}
@media (min-width: 768px) {
  .contacts-section .contacts-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-items: stretch;     
      -webkit-box-align: stretch;
         -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: center;
           -webkit-box-pack: center;
              -ms-flex-pack: center;
            justify-content: center;
  }
}
/* wrapping element for .contacts and button */
.contacts-box {
  position: relative;
  width: 100%;
  max-width: 900px;
  padding: 30px 15px 10px; 
  overflow: hidden;
  background: #62ff9d;
}
@media (min-width: 768px) {
  .contacts-box { padding: 40px 30px 32px; }
}
@media (min-width: 992px) {
  .contacts-box {
    padding-right: 89px; 
    padding-left: 89px;
  }
}
.contacts-box .contacts,
.contacts-box .btn-holder { margin-bottom: 20px; }
@media (min-width: 768px) {
  .contacts-box .contacts,
  .contacts-box .btn-holder { margin-bottom: 0; }
}
.contacts-box.alt-contacts-box {
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .09);
}
@media (min-width: 992px) {
  .contacts-box.alt-contacts-box { box-shadow: 0 29px 54px rgba(0, 0, 0, .09); }
}
.contacts-box .col { margin-bottom: 20px; }
@media (min-width: 768px) {
  .contacts-box .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    width: 50%;
    padding-right: 30px;
    margin-bottom: 0;
    -webkit-box-align: start;
       -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: center;
           -webkit-box-pack: center;
              -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
@media (min-width: 992px) {
  .contacts-box .col { padding-right: 60px; }
}
@media (min-width: 768px) {
  .contacts-box .col + .col {
    position: relative; 
    padding-right: 0;
    padding-left: 30px;
  }
  .contacts-box .col + .col:before {
    position: absolute;
    top: 0;
    right: auto; 
    bottom: 0;
    left: 0;
    content: "";
  }
}
@media (min-width: 992px) {
  .contacts-box .col + .col {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .contacts-box .col + .col:before {
    display: block;
    border-left: 2px solid rgba(0, 0, 0, .1);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.contacts-box .title {
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700; 
  line-height: 19px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contacts-box .title {
    font-size: 18px;
    line-height: 21px;
  }
}
.contacts-box .tel {
  display: inline-block;
  font-size: 33px;
  font-weight: 700; 
  line-height: 36px;
  color: inherit;
  vertical-align: top;
}
@media (min-width: 768px) {
  .contacts-box .tel {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (min-width: 992px) {
  .contacts-box .tel {
    font-size: 46px;
    line-height: 49px;
  }
}
.contacts-box .tel:hover { color: #6c6c6c; }
.contacts-box .btn {
  min-width: 220px;
  border-color: transparent;
}
@media (min-width: 768px) {
  .contacts-box .btn {
    display: block;
    width: 100%;
  }
}
/* contacts  styles */
.contacts .title {
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700; 
  line-height: 19px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contacts .title {
    font-size: 18px;
    line-height: 21px;
  }
}
.contacts .tel {
  display: inline-block;
  font-size: 33px;
  font-weight: 700; 
  line-height: 36px;
  color: inherit;
  vertical-align: top;
}
@media (min-width: 768px) {
  .contacts .tel {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (min-width: 992px) {
  .contacts .tel {
    font-size: 46px;
    line-height: 49px;
  }
}
.contacts .tel:hover { color: #6c6c6c; }
/* .articles-blocks contains articles with num ordering */
.articles-blocks {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .articles-blocks {
    font-size: 16px;
    line-height: 1.875; 
    text-align: left;
  }
}
@media (min-width: 992px) {
  .articles-blocks {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .articles-blocks > .container > .row > [class^="col-"]:first-child .block,
  .articles-blocks > .container > .row > [class*=" col-"]:first-child .block { margin: 0 auto 30px 0; }
}
@media (min-width: 768px) {
  .articles-blocks > .container > .row > [class^="col-"]:last-child .block,
  .articles-blocks > .container > .row > [class*=" col-"]:last-child .block { margin: 0 0 30px auto; }
}
.articles-blocks .block {
  max-width: 350px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.articles-blocks h4 {
  position: relative; 
  padding-bottom: 38px;
  margin-bottom: 26px;
  line-height: 24px;
  color: inherit;
  text-transform: uppercase;
}
.articles-blocks h4:after {
  position: absolute;
  top: auto;
  right: auto; 
  bottom: 0;
  left: 0;
  content: "";
}
.articles-blocks h4:after {
  display: block;
  width: 60px;
  border-bottom: 6px solid #fff28e;
}
.articles-blocks h4 a {
  color: inherit;
  text-decoration: none;
}
.articles-blocks h4 a:hover,
.articles-blocks h4 a:focus,
.articles-blocks h4 a:active { color: #fff28e; }
.articles-blocks .image {
  position: relative;
  margin: 0 auto 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .articles-blocks .image { margin: 0 0 39px; }
}
.articles-blocks .num {
  position: absolute;
  bottom: -15px;
  left: 22px;
  font-size: 130px;
  font-weight: 700; 
  line-height: 1;
  color: #62ff9d;
}
@media (min-width: 992px) {
  .articles-blocks .num {
    bottom: -18px;
    font-size: 156px;
  }
}
.articles-blocks .num.alt-num { opacity: .5; }
@media (min-width: 992px) {
  .articles-blocks .num.alt-num {
    bottom: -20px;
    font-size: 171px;
    font-weight: 800;
  }
}
.articles-blocks img {
  display: block;
  width: 100%;
  max-width: none;
}
.articles-blocks p { margin-bottom: 15px; }
/* wrapping element for partners information and logotypes */
.aside-section {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  color: #fff;
}
.aside-section:before {
  position: absolute;
  top: 0;
  right: 0; 
  bottom: 0;
  left: 0;
  content: "";
}
@media (min-width: 768px) {
  .aside-section {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 1.778;
  }
}
@media (min-width: 768px) {
  .aside-section {
    padding-top: 54px;
    padding-bottom: 85px;
  }
}
.aside-section:before {
  background: #464646 url(../images/pattern.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .aside-section:before {
    background: #464646 url(../images/pattern-large.jpg) no-repeat;
    background-size: cover;
  }
}
.aside-section > .container {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .aside-section > .container {
    text-align: center; 
    white-space: nowrap;
  }
  .aside-section > .container:after {
    display: inline-block;
    width: 0;
    min-height: 570px; 
    vertical-align: middle;
    content: "";
  }
  .aside-section > .container > * {
    display: inline-block;
    max-width: 99%; 
    white-space: normal;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .aside-section > .container {
    text-align: center; 
    white-space: nowrap;
  }
  .aside-section > .container:after {
    display: inline-block;
    width: 0;
    min-height: 600px; 
    vertical-align: middle;
    content: "";
  }
  .aside-section > .container > * {
    display: inline-block;
    max-width: 99%; 
    white-space: normal;
    vertical-align: middle;
  }
}
.aside-section .align-holder { width: 100%; }
.aside-section .bg-stretch { opacity: .3; }
.aside-section h2 {
  margin: 0 0 15px;
  text-transform: uppercase;
}
/* partners logotypes styles */
.partners-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  padding: 49px 0 0; 
  -webkit-align-items: center;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
     -webkit-box-pack: center;
  -webkit-justify-content: center;
            -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.partners-list li { padding: 0 14px 20px; }
@media (min-width: 1200px) {
  .partners-list li {
    padding-right: 26px; 
    padding-left: 26px;
  }
}
.partners-list img { vertical-align: middle; }
/* main footer styles */
#footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #footer { padding-bottom: 12px; }
}
@media (min-width: 992px) {
  #footer {
    padding-top: 48px;
    padding-bottom: 33px;
  }
}
@media (min-width: 1500px) {
  #footer {
    margin-right: -15px;
    margin-left: -15px;
  }
}
#footer .logo {
  display: inline-block;
  float: none;
  margin-bottom: 22px; 
  vertical-align: top;
}
@media (min-width: 768px) {
  #footer .logo {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 21px; 
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  #footer .logo { font-size: 23px; }
}
.social-networks {
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 400; 
  line-height: 1;
}
@media (min-width: 768px) {
  .social-networks {
    float: right;
    padding-bottom: 0;
    padding-left: 10px;
  }
}
.social-networks li {
  display: inline-block;
  margin: 0 1px 6px; 
  vertical-align: top;
}
.social-networks li a {
  position: relative;
  display: block;
  width: 34px;
  height: 34px; 
  color: #fff;
  background: #e8e8e8;
  border-radius: 50%;
}
.social-networks li a:hover { background: #4cd981; }
.social-networks li a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color .3s ease-in-out;
          transition: color .3s ease-in-out;
}
.copyright {
  display: inline-block;
  font: 500 13px/1.75 Dosis, Helvetica, Arial, sans-serif; 
  color: #a9b3b4;
  vertical-align: top;
}
@media (min-width: 768px) {
  .copyright { margin-top: 5px; }
}
@media (min-width: 992px) {
  .copyright {
    margin-top: 0;
    font-size: 16px;
  }
}
.copyright a { color: inherit; }
.copyright a:hover { color: #4cd981; }
