/* -------------------- Table of contents --------------------

1. Sections
    1.1. Intro
    1.1. Counters
    1.1. Subscribe
    1.1. SignUp

----------------------- Table of content -------------------- */

/* --------------------
   -------------------- Intro -------------------- */
.b-intro__background { background-image: url('../img/slide-2.jpg'); background-size: cover; }

.b-intro__slider .b-slider_item__first .b-intro_wrapper { background-image: url('../img/slide-1.jpg'); }
.b-intro__slider .b-slider_item__second .b-intro_wrapper { background-image: url('../img/slide-2.jpg'); }

.m-touch .b-intro__video { background-image: url('../img/slide-2.png'); }

/* --------------------
   -------------------- Counters -------------------- */
.b-counters { background-image: url('../img/slide-2.jpg'); }

/* --------------------
   -------------------- Subscribe -------------------- */
.b-subscribe { background-image: url('../img/slide-2.jpg'); }

/* --------------------
   -------------------- SignUp -------------------- */
.b-signUp { background-image: url('../img/slide-2.jpg'); }

.fix-block > div{
    min-height: 240px;
}

.b-intro_content {
    background: rgba(0, 0, 0, .4) !important;
}

.icons a img {
  width: 100%;
  max-width: 50px;
}

.client-logo img {
  width: 100%;
  margin-top: 20px;
}

.b-advantages__button, .test-link {
  margin: auto 10px 10px;
  color: #fff;
  max-width: 160px;
  padding: 10px 14px 12px;

  border-radius: 5px;

  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
}

.test-link {
  display: block;
  margin: 30px auto 0;
}

.b-advantages__description {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  flex-direction: column;
}

.btn-test, .btn-viber {
  margin-top: 30px;
}

.b-advantages__button {
  background-color: #e74c3c !important;
  border: 1px solid rgba(192, 57, 43, 1);
}

.b-advantages__button:hover {
  background-color: rgba(192, 57, 43, 1) !important;
}

.b-section_izmena-bg {
  background-image: url(../img/slide-3.jpg);
  color: #fff;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;

}


.b-advantages__description h3 {
  text-transform: uppercase;
}

.b-section_izmena-bg h2 {
  color: #fff;
}

.e-btn_outline, .e-btn_outline_white, .galopom_form_but  {
  color: #fff !important;
  background-color: rgba(192, 57, 43, .7) !important;
  border: 1px solid rgba(192, 57, 43, .8) !important;
}
.e-btn_outline:hover, .e-btn_outline_white:hover, .galopom_form_but:hover {
  color: #fff;
  background-color: rgba(192, 57, 43, .9) !important;
  border: 1px solid rgba(192, 57, 43, 1) !important;
}

.b-bg .b-section__background_overlay {
  background: #fff;
  color: #000
}
.main-block {
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.galopom_form_but {
  background-color: #e74c3c !important;
}

.galopom_form_but:hover {
  background-color: rgba(192, 57, 43, 1) !important;
}