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

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

@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"), url("../fonts/MuseoCyrl900.svg#MuseoCyrl900") format("svg");
  font-weight: 900;
  font-style: normal;
}

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

body {
  background-color: #ffffff;
  font-family: 'MuseoCyrl', sans-serif;
  font-weight: 500;
  color: #282828;
  font-size: 20px;
  overflow-x: hidden;
}

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

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

hr {
  opacity: 1;
}

h1 {
  font-weight: 900;
  font-size: 65px;
}

h2 {
  font-weight: 900;
  font-size: 35px;
}

em {
  padding: 5px 10px;
  font-style: normal;
  background-color: #ffd800;
}

h3 {
  font-weight: 900;
  font-size: 30px;
}

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

h5 {
  font-size: 20px;
  font-weight: 700;
}

h6 {
  font-size: 25px;
  font-weight: 500;
}

@media (max-width: 767.97px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 22px;
  }
}

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

.text-main-color {
  color: #ffd800;
}

.text-secondary-color {
  color: #343d8b;
}

.text-light-color {
  color: #ffffff;
}

.text-dark-color {
  color: #282828;
}

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

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

a:hover {
  color: #282828;
}

.btn {
  min-width: 330px;
  padding: 18px;
  min-height: 66px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fc0), to(#f7e072));
  background-image: linear-gradient(to right, #fc0, #f7e072);
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #282828;
  cursor: pointer;
}

input[type=text],
input[type=email] {
  padding: 25px;
  width: 100%;
  max-width: 380px;
  height: 76px;
  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: 400;
  font-size: 15px;
  color: #282828;
}

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

.popup-youtube {
  cursor: pointer;
}

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

.navbar {
  height: 60px;
  background: #ffffff;
}

.navbar-brand {
  font-weight: 700;
  font-size: 25px;
}

.navbar-toggler-icon {
  position: relative;
  margin: 0;
  width: 32px;
  height: 17px;
  border: none;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  background-color: transparent;
  cursor: pointer;
}

.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
}

.navbar-collapse {
  background-color: #ffffff;
}

.nav-link {
  color: #282828;
  font-size: 20px;
}

.nav-link:hover, .nav-link:focus {
  color: #282828;
}

.hero {
  margin-top: 60px;
  background-image: url(../img/bg/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.hero .logo {
  font-size: 20px;
  margin-bottom: 40px;
}

.hero .text {
  font-size: 20px;
  max-width: 560px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .hero .logo {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .hero .logo {
    font-size: 29px;
  }
  .hero .text {
    font-size: 30px;
    margin-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .info {
    overflow: visible;
  }
  .info .container {
    background-color: #ffffff;
    margin-top: -200px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 18px 0 rgba(22, 21, 21, 0.3);
            box-shadow: 0px 3px 18px 0 rgba(22, 21, 21, 0.3);
  }
}

.process .big {
  font-weight: 900;
  font-size: 40px;
  color: #ffd800;
}

.process .card {
  height: 100%;
  background-color: #f4f4f4;
  border: none;
}

.process .card hr {
  width: 110px;
  height: 2px;
  background-color: #ffd800;
}

.process p > span {
  padding: 5px 10px;
  background-color: #ffd800;
}

.process hr {
  width: 239px;
  height: 2px;
  background-color: #999;
}

.advantages {
  background-color: #f4f4f4;
}

.advantages .card {
  border: none;
  height: 100%;
}

.advantages .card img {
  width: 132px;
  height: 132px;
}

.advantages .card a {
  color: #8b8b8b;
  font-size: 15px;
}

@media (max-width: 576px) {
  .advantages .card a {
    font-size: 20px;
  }
}

.work .card {
  max-width: 1050px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 18px 0 rgba(22, 21, 21, 0.24);
          box-shadow: 0px 3px 18px 0 rgba(22, 21, 21, 0.24);
  border: none;
}

.work .card hr {
  width: 80px;
  height: 3px;
  background-color: #ffd800;
}

.work .card p, .work .card h3 {
  max-width: 480px;
}

.work .card img {
  bottom: 0;
  right: 0;
}

@media (min-width: 1200px) {
  .work .card p, .work .card h3 {
    max-width: 540px;
  }
}

.about {
  background-color: #f4f4f4;
}

.about h3 {
  font-size: 45px;
}

.about hr {
  width: 106px;
  height: 6px;
  background-color: #ffd800;
}

@media (max-width: 767.97px) {
  .about h3 {
    font-size: 35px;
  }
}

@media (max-width: 575.97px) {
  .about h3 {
    font-size: 25px;
  }
}

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

.question a {
  color: #ffffff;
}

.question a:hover, .question a:focus {
  color: #ffffff;
}

.project .text {
  font-size: 30px;
}

.project .card {
  border: none;
  background-color: #f4f4f4;
}

@media (max-width: 767.97px) {
  .project .text {
    font-size: 25px;
  }
}

@media (max-width: 575.97px) {
  .project .text {
    font-size: 20px;
  }
}

.team h2 {
  font-size: 56px;
}

.team h2 em {
  display: inline-block;
  min-width: 660px;
}

@media (max-width: 767.97px) {
  .team h2 {
    font-size: 36px;
  }
  .team h2 em {
    min-width: 480px;
  }
}

@media (max-width: 575.97px) {
  .team h2 {
    font-size: 24px;
  }
  .team h2 em {
    min-width: 320px;
  }
}

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

.bottom .container {
  max-width: 600px;
}

.footer .btn {
  min-width: auto;
}

.footer-container {
  background-color: #f4f4f4;
}

.footer-container a {
  font-size: 16px;
  text-decoration: underline;
}

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

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

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

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

.modal .btn {
  width: 100%;
}

.play-btn-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 100px;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 991.97px) {
  .play-btn-wrapper {
    margin-bottom: 180px;
  }
}
@media (max-width: 767.97px) {
  .play-btn-wrapper {
    margin-bottom: 30px;
  }
}
.play-btn-wrapper:hover {
  color: #fff;
}
.play-btn-wrapper .play-btn {
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  margin-right: 20px;
}
/* Video Play Button */
.play-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2rem;
  height: 2.75rem;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: #ffd800;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #ffd800;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn span {
  position: relative;
  display: block;
  z-index: 3;
  top: 0.375rem;
  left: 0.25rem;
  width: 0;
  height: 0;
  border-left: 1.625rem solid #282828;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* end of video play button */
