@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 {
  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:hover, .logo:focus-visible {
  color: #171616;
}

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

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

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 {
  background-image: url(../img/bg/hero.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .hero {
    min-height: 450px;
  }
}

.cases .card {
  border: none;
}

.cases .card .img-wrapper {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0.9px 2.9px 18px 0 rgba(21, 22, 23, 0.16);
          box-shadow: 0.9px 2.9px 18px 0 rgba(21, 22, 23, 0.16);
  overflow: hidden;
}

.cases .card .img-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 100%);
  background-size: cover;
  background-position: center;
}

.cases .card .img-wrapper img {
  max-height: 300px;
}

.cases .card h3 {
  color: #171616;
  font-weight: 500;
}

@media (min-width: 576px) {
  .cases .card img {
    height: 200px;
  }
}

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

.header .logo {
  font-size: 25px;
  font-weight: 900;
  color: #000;
  text-decoration: none;
}

.header .logo:hover {
  color: #000;
  text-decoration: none;
}

@media all and (max-width: 400px) {
  .header .logo {
    font-size: 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  font-size: 16px;
  background: #fff;
  background: linear-gradient(to bottom, #fff, #fff);
  background: -moz-linear-gradient(to bottom, #fff, #fff);
  background: -webkit-linear-gradient(to bottom, #fff, #fff);
  background: -o-linear-gradient(to bottom, #fff, #fff);
  background: -ms-linear-gradient(to bottom, #fff, #fff);
}

.header .site-width {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 90px;
}

.header__list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
}

.header__item {
  margin: 0 10px;
  padding: 10px 0;
}

.header__link {
  color: #000;
  text-decoration: none;
  line-height: 18px;
}
.header__link:hover {
  color: #000;
  text-decoration: none;
}

.header__item:hover .header-drop__wrapper {
  display: block;
}

.header-drop__wrapper {
  position: absolute;
  top: 90%;
  display: none;
  padding: 30px 0 0;
}

.header-drop__list {
  padding: 10px 10px 20px 30px;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #ffffff;
  list-style-type: disc;
  color: #000000;
}
.header-drop__item {
  margin: 10px 0;
}

.header-drop__item:hover {
  color: #000000;
}

.header-drop__item .header__link {
  display: block;
}

.header__phone {
  display: block;
  height: 44px;
  width: 150px;
  font-size: 14px;
  color: #363636;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(29, 29, 29, 0.52);
  background: #eed909;
  background: linear-gradient(to right, #eed909, #e9cd09);
  background: -moz-linear-gradient(to right, #eed909, #e9cd09);
  background: -webkit-linear-gradient(to right, #eed909, #e9cd09);
  background: -o-linear-gradient(to right, #eed909, #e9cd09);
  background: -ms-linear-gradient(to right, #eed909, #e9cd09);
}
.header__phone:hover {
  color: #363636;
  text-decoration: none;
}
.header__btn-wrapper {
  display: flex;
  align-items: center;
}
.header__btn {
  position: relative;
  display: none;
  margin: 0 10px 0 20px;
  width: 32px;
  height: 17px;
  border: none;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
}
.header__btn.open {
  height: 23px;
  border-top: none;
  border-bottom: none;
}
.header__btn.open:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header__btn.open:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header__btn:after,
.header__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}

@-webkit-keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}
@keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}

.menu_fr {
  color: #000;

}

@media screen and (max-width: 1050px) {
  .header {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    font-size: 16px;
  }
  .header nav {
    display: none;
  }

  .header__btn {
    display: block;
  }

  .header nav {
    padding: 20px 0;
    max-width: 290px;
    display: block;
    position: absolute;
    top: 100%;
    right: -300px;
    transition: all, 0.3s;
    width: 100%;
    background: #216bc3;
    box-shadow: -4px 4px 6px rgba(0, 1, 2, 0.25);
  }
  .header nav.open {
    right: 0;
    height: 80vh;
    overflow-y: scroll;
  }

  .header__list {
    flex-direction: column;
    align-items: start;
    padding-bottom: 30px;
  }
  .header__item {
    padding: 10px 0;
  }
  .header-drop__wrapper {
    position: static;
    display: block;
    padding: 0;
  }
  .header-drop__list {
    padding: 0 0 0 20px;
    box-shadow: none;
    background: transparent;
  }
}
.site-width {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}

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

.logo {
    color: #171616;
    font-size: 30px;
    font-weight: 700;
}

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