@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: 30px;
}

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, a.color-light:focus {
  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;
}

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

.why .card {
  position: relative;
  padding: 30px 20px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 9px 34px 1.1px rgba(20, 24, 24, 0.13);
          box-shadow: 0px 9px 34px 1.1px rgba(20, 24, 24, 0.13);
}

.why .card img {
  margin-top: auto;
}

@media (min-width: 450px) {
  .why .card {
    padding: 60px 48px 0;
  }
}

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

.cases .card {
  padding: 20px 30px 20px 30px;
  border: none;
  border-radius: 0;
  background-color: #f6f6f6;
}

.cases .card img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cases .card .audio {
  cursor: pointer;
}

.cases .card .play {
  position: relative;
  width: 52px;
  height: 52px;
  background-color: #d90909;
  border-radius: 50%;
}

.cases .card .play::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 19px;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #fff;
}

.cases .card span {
  color: #353434;
}

@media (max-width: 575.97px) {
  .cases .btn {
    padding-left: 0;
    padding-right: 0;
  }
}

.text-block {
  background-image: url(../img/bg/text-block.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block p {
  position: relative;
  max-width: 400px;
  padding-left: 30px;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
}

.text-block p::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 107px;
  background-color: #d90909;
}

.work .card {
  min-height: 270px;
  padding: 40px 95px 15px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 1.5px 2.6px 34px 1.1px rgba(20, 24, 24, 0.23);
          box-shadow: 1.5px 2.6px 34px 1.1px rgba(20, 24, 24, 0.23);
}

@media (max-width: 1199.97px) and (min-width: 992px) {
  .work .card {
    padding: 40px 40px 15px;
  }
}

@media (max-width: 575.97px) {
  .work .card {
    min-height: 0;
    padding: 30px;
  }
}

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

.team .img-wrapper {
  position: relative;
}

.team .img-wrapper::after, .team .img-wrapper::before {
  content: '';
  position: absolute;
  width: 109px;
  height: 15px;
  background-color: #d90909;
}

.team .img-wrapper::after {
  bottom: 22px;
  left: -47px;
}

.team .img-wrapper::before {
  top: 20px;
  right: -60px;
}

.specialists .card {
  padding: 36px 10px 30px;
  border: none;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.specialists .card .img-wrapper {
  position: relative;
  width: 176px;
  height: 176px;
}

.specialists .card .img-wrapper .img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 253px;
}

.specialists .card .img-wrapper .img-2 {
  position: absolute;
  bottom: 0;
  left: -23px;
}

.specialists .card .img-wrapper .img-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.about .img-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 8px;
  padding-right: 8px;
  position: relative;
}

.about .img-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 80%;
  height: 80%;
  background-color: #d90909;
}

.clients .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.clients .list li {
  min-height: 60px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 18px rgba(0, 1, 2, 0.25);
          box-shadow: 4px 4px 18px rgba(0, 1, 2, 0.25);
  overflow: hidden;
  text-align: center;
}

.clients .list li img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .clients .list {
    grid-gap: 15px;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 992px) {
  .clients .list {
    grid-gap: 30px;
  }
  .clients .list li {
    min-height: 120px;
  }
}

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

@media (max-width: 1199.97px) and (min-width: 992px) {
  .steps h5 {
    font-size: 27px;
  }
}

.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;
}
