@font-face {
  font-family: 'MuseoCyrl';
  src: url("../fonts/MuseoCyrl900.eot");
  src: url("../fonts/MuseoCyrl900.eot") format("embedded-opentype"), url("../fonts/MuseoCyrl900.woff2") format("woff2"), url("../fonts/MuseoCyrl900.woff") format("woff"), url("../fonts/MuseoCyrl900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Stem';
  src: url("../fonts/Stem-Light.eot");
  src: url("../fonts/Stem-Light.eot") format("embedded-opentype"), url("../fonts/Stem-Light.woff2") format("woff2"), url("../fonts/Stem-Light.woff") format("woff"), url("../fonts/Stem-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Stem';
  src: url("../fonts/Stem-Medium.eot");
  src: url("../fonts/Stem-Medium.eot") format("embedded-opentype"), url("../fonts/Stem-Medium.woff2") format("woff2"), url("../fonts/Stem-Medium.woff") format("woff"), url("../fonts/Stem-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Stem';
  src: url("../fonts/Stem-bold.eot");
  src: url("../fonts/Stem-bold.eot") format("embedded-opentype"), url("../fonts/Stem-bold.woff2") format("woff2"), url("../fonts/Stem-bold.woff") format("woff"), url("../fonts/Stem-bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: 'Stem', sans-serif;
  font-weight: 300;
  color: #171616;
  font-size: 20px;
  overflow-x: hidden;
}

input {
  font-family: 'Stem', sans-serif;
  font-weight: 300;
}

section {
  padding: 30px 0;
  overflow-x: hidden;
}

.hero {
  margin-top: 77px;
}

.footer {
  margin-bottom: 70px;
}

.background-dark {
  background-color: #171616;
}

.background-grey {
  background-color: #f6f6f6;
}

.background-dark {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .background-dark {
    max-width: 1230px;
  }
}

@media screen and (min-width: 1400px) {
  .background-dark {
    max-width: 1360px;
  }
}

@media (min-width: 1600px) {
  .background-dark {
    max-width: 1470px;
  }
}

@media (min-width: 1920px) {
  .background-dark {
    max-width: 1730px;
  }
}

@media (min-width: 992px) {
  section {
    padding: 70px 0;
  }
}

h1, h2, h3 {
  font-weight: 700;
  font-size: 40px;
}

h4 {
  font-weight: 700;
  font-size: 35px;
}

h5 {
  font-size: 30px;
  font-weight: 500;
  color: #d90909;
}

h6 {
  font-size: 23px;
  font-weight: 700;
}

.text-15 {
  font-size: 15px;
}

.text-18 {
  font-size: 18px;
}

.text-25 {
  font-size: 25px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 500;
}

@media (max-width: 767.97px) {
  body {
    font-size: 16px;
  }
  h1, h2, h3 {
    font-size: 30px;
  }
  h4, h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 18px;
  }
  .text-15 {
    font-size: 15px;
  }
  .text-18 {
    font-size: 16px;
  }
  .text-25 {
    font-size: 20px;
  }
}

.color-main {
  color: #d90909;
}

.color-light {
  color: #ffffff;
}

a.color-light:hover {
  color: #ffffff;
}

.color-dark {
  color: #171616;
}

.logo {
  color: #171616;
  font-family: 'MuseoCyrl';
  font-size: 30px;
  font-weight: 900;
}

.logo strong {
  background: -webkit-linear-gradient(360deg, #ff8539, #ff4f7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo-light {
  color: #ffffff;
}

.logo-light:hover, .logo-light:focus {
  color: #ffffff;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}

a:hover, a:focus {
  color: initial;
}

.btn {
  padding: 21px 15px;
  min-height: 74px;
  border-radius: 10px;
  background-color: #d90909;
  border: 1px solid #d90909;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #ffffff;
  cursor: pointer;
}

.btn:hover, .btn:focus {
  color: #ffffff;
}

form {
  max-width: 390px;
}

input[type=text],
input[type=email] {
  padding: 24px;
  width: 100%;
  height: 74px;
  border-radius: 10px;
  background-color: #acacac;
  text-align: center;
  color: #e4e4e4;
  font-size: 20px;
  line-height: 24px;
  border: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #e4e4e4;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #e4e4e4;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  font-size: 15px;
  color: #d0d0d0;
}

input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: transparent;
  border: solid 1px #f5b858;
}

input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 5px;
  width: 21px;
  height: 15px;
  background-image: url(../img/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

input[type=checkbox]:checked + label::before {
  display: block;
}

form button {
  width: 100%;
}

ul.styled {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.styled li {
  position: relative;
  padding-left: 28px;
}

ul.styled li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 30px;
  background-image: url(../img/arrow.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.popup-youtube {
  cursor: pointer;
}

.privacy-link {
  text-decoration: underline;
}

.privacy-link:hover, .privacy-link:focus {
  color: #ffffff;
}

i.info {
  content: url(../img/i.png);
  display: inline-block;
  width: 18px;
  height: 18px;
}

.navbar {
  background: #ffffff;
}

.navbar-brand {
  padding: 0;
}

.nav-link {
  color: #000;
  font-size: 16px;
}

.nav-link:hover {
  color: initial;
}

.nav-link:focus {
  color: initial;
}

@media (min-width: 992px) {
  .block-3 {
    width: 150px;
  }
}

.hero {
  min-height: 300px;
  background-image: url(../img/bg/hero.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .hero {
    min-height: 400px;
  }
  .hero h1 {
    font-size: 55px;
  }
}

.cases .card {
  padding: 48px 20px 0;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 3.8px 3.2px 18px 0 rgba(22, 21, 21, 0.39);
          box-shadow: 3.8px 3.2px 18px 0 rgba(22, 21, 21, 0.39);
  background-color: #22201e;
}

.cases .card h3 {
  font-size: 20px;
  font-weight: 500;
}

.cases .card form {
  max-width: 100%;
}

.cases .card form input {
  height: 50px;
  width: 100%;
  padding: 15px;
  margin-right: 4%;
  border-radius: 10px;
  background-color: #ececec;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #686868;
}

.cases .card form .btn {
  min-height: 50px;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .cases .card form input {
    width: 50%;
    max-width: 260px;
  }
  .cases .card form .btn {
    width: 46%;
    max-width: 200px;
  }
}

.form {
  background-image: url(../img/bg/form.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}

.form .btn {
  width: 100%;
  max-width: 300px;
}

.footer {
  background-image: url(../img/bg/footer.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.modal-content {
  border: 1px solid #d90909;
  background-color: #171616;
  color: #ffffff;
}

.modal-header {
  border-bottom: none;
}

.modal form {
  max-width: 390px;
}

.modal-close {
  color: #d90909;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 30px;
}
