@font-face {
  font-family: 'MontserratExtraLight';
  src: local("MontserratExtraLight"), local("MontserratExtraLight"), url("fonts/montserrat/MontserratExtraLight.ttf") format("truetype"); }

@font-face {
  font-family: 'MontserratRegular';
  src: local("MontserratRegular"), local("MontserratRegular"), url("fonts/montserrat/MontserratRegular.ttf") format("truetype"); }

@font-face {
  font-family: 'MontserratMedium';
  src: local("MontserratMedium"), local("MontserratMedium"), url("fonts/montserrat/MontserratMedium.ttf") format("truetype"); }

@font-face {
  font-family: 'MontserratBold';
  src: local("MontserratBold"), local("MontserratBold"), url("fonts/montserrat/MontserratBold.ttf") format("truetype"); }

@font-face {
  font-family: 'MontserratExtraBold';
  src: local("MontserratExtraBold"), local("MontserratExtraBold"), url("fonts/montserrat/MontserratExtraBold.ttf") format("truetype"); }

body {
  font-family: 'MontserratRegular';
  color: #383f45; }

input[type='text'] {
  border: 1px solid #e0e0e0;
  padding: 6px 12px;
  border-radius: 8px;
  outline: none;
  width: 100%; }

label,
b {
  font-family: 'MontserratBold'; }

h2 {
  font-family: 'MontserratBold';
  line-height: 1.5;
  font-size: 1.5rem; }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 2rem; } }

.cp {
  cursor: pointer; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

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

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

.fs-55 {
  font-size: 55px; }

.ff-mb {
  font-family: 'MontserratBold'; }

.ff-meb {
  font-family: 'MontserratExtraBold'; }

.ff-mm {
  font-family: 'MontserratMedium'; }

.lh-2 {
  line-height: 2; }

.color-red {
  color: #f11c1c; }

.color-grey {
  color: #ababab; }

.color-yellow {
  color: #efcc28; }

.hover-red:hover {
  color: #f11c1c; }

.button-yellow {
  cursor: pointer;
  display: inline-block;
  background: #fbcd00;
  border-radius: 40px;
  padding: 15px 30px;
  color: #383f45;
  font-family: 'MontserratBold';
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 0px 10px 20px rgba(251, 205, 0, 0.52);
  text-align: center;
  transition: all 0.3s; }
  .button-yellow:hover {
    color: #000;
    box-shadow: 0px 0px 5px rgba(251, 205, 0, 0.8); }

.radio {
  width: 14px;
  height: 14px;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  position: relative;
  cursor: pointer; }
  .radio:hover {
    border-color: #f5cd11; }
  .radio.selected::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 5px;
    width: 7px;
    height: 14px;
    border-bottom: 2px solid #f5cd11;
    border-right: 2px solid #f5cd11;
    transform: rotate(45deg); }

.menu {
  display: none;
  background-color: transparent;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  transition: background-color 0.3s; }
  @media screen and (min-width: 992px) {
    .menu {
      display: block; } }
  .menu .menu__button {
    padding: 7px 15px;
    font-size: 12px;
    box-shadow: 0px 5px 10px rgba(251, 205, 0, 0.5); }
  .menu--fixed {
    background-color: rgba(0, 30, 56, 0.86); }
    .menu--fixed .menu__sertificate {
      display: none !important; }
    .menu--fixed .menu__button {
      display: block !important; }

.begin {
  background: url("../images/begin-bg.jpg") center no-repeat; }
  .begin__container {
    color: #fff; }
  .begin__head {
    font-size: 14px; }
    .begin__head a {
      color: #fff; }
  .begin__title {
    line-height: normal;
    font-family: 'MontserratBold';
    font-size: 25px; }
  .begin__description {
    line-height: 1.8; }
  @media screen and (min-width: 992px) {
    .begin__container {
      min-height: 800px;
      position: relative; }
      .begin__container::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        height: 710px;
        width: 530px;
        animation: float 6s ease-in-out infinite;
        background: url("../images/begin-notebook.png") right bottom no-repeat; }
    .begin__text {
      padding-top: 140px; }
    .begin__title {
      font-size: 48px; }
    .begin__description {
      font-size: 18px; } }

.yellow-block {
  background-color: #fbcd00;
  position: relative; }

.diagrama {
  background: url("../images/diagrama-bg.jpg") center no-repeat;
  padding: 40px 0; }
  .diagrama-item {
    position: relative; }
    .diagrama-item::before {
      content: "";
      position: absolute;
      top: 10px;
      left: -18px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #ff0000; }
  @media screen and (min-width: 992px) {
    .diagrama {
      padding: 120px 0; } }

.garanty {
  background-color: #e5e7ec;
  padding: 40px 0; }
  .garanty-item {
    border-left: 4px solid #f9cf00;
    padding-left: 20px; }
  @media screen and (min-width: 992px) {
    .garanty {
      padding: 100px 0;
      background: #e5e7ec url("../images/market.jpg") left 7% center no-repeat; } }

.why {
  padding: 40px 0; }
  .why-item__number {
    font-size: 40px;
    line-height: 1;
    color: #ff0000;
    font-family: 'MontserratExtraLight'; }
  @media screen and (min-width: 992px) {
    .why {
      padding: 150px 0; } }

.start {
  background: url("../images/start-bg.jpg") center no-repeat;
  padding: 40px 0; }
  .start-item {
    background-color: #fff;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.16);
    padding: 35px; }
  @media screen and (min-width: 992px) {
    .start {
      padding: 80px 0; }
      .start-item {
        min-height: 200px; } }

.stages {
  padding: 40px 0; }
  .stages-item {
    background-color: #f2f3f8;
    padding: 20px;
    overflow: hidden;
    font-size: 14px; }
    .stages-item__number {
      flex: 0 0 200px;
      font-size: 80px;
      line-height: 1;
      color: #e5e7ec;
      font-family: 'MontserratExtraBold'; }
    .stages-item:hover .stages-item__number {
      color: #efcc28; }
  @media screen and (min-width: 992px) {
    .stages {
      padding: 150px 0; }
      .stages-item {
        padding: 5px 20px 5px 100px; } }

.tarifs {
  background-color: #323438; }
  .tarifs-text {
    color: #fff; }
  .tarifs-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 40px; }
  .tarifs-item__desc {
    font-size: 55px;
    font-family: 'MontserratExtraBold';
    line-height: 1; }

.cases {
  padding: 50px 0; }
  .cases-item {
    padding: 60px 50px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0px -5px 10px rgba(181, 181, 181, 0.78);
    background-color: #00bdba;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .cases-item:nth-child(1) {
      background-image: url("../images/case-bg-1.png"); }
    .cases-item:nth-child(2) {
      background-image: url("../images/case-bg-2.png"); }
    .cases-item:nth-child(3) {
      background-image: url("../images/case-bg-3.png"); }
    .cases-item__desc {
      font-size: 14px; }
    .cases-item__link {
      color: #fff;
      border-bottom: 1px solid #fff; }
      .cases-item__link:hover {
        color: #fff;
        opacity: 0.6;
        text-decoration: none; }
  @media screen and (min-width: 992px) {
    .cases {
      padding: 130px 0; }
      .cases-item {
        padding: 100px;
        margin: 0 120px;
        transition: all 0.3s; }
        .cases-item:hover {
          transform: scale(1.05);
          position: relative;
          box-shadow: 0px 0px 30px rgba(47, 47, 47, 0.76); } }

.group {
  background-color: #e5e7ec;
  padding: 50px 0; }
  .group-item__pos {
    color: #888888; }
  @media screen and (min-width: 992px) {
    .group {
      padding: 100px 0; } }

.sertificates {
  padding: 50px 0;
  font-size: 14px; }
  .sertificates__main {
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.16); }
  @media screen and (min-width: 992px) {
    .sertificates {
      padding: 130px 0; }
      .sertificates img:hover {
        opacity: 0.8; } }

.ticket-form {
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 40px; }
  @media screen and (min-width: 992px) {
    .ticket-form {
      padding: 50px 80px; } }

.footer {
  background-color: #2b2b2b;
  color: #fff; }
  .footer a {
    font-size: 14px;
    color: #fff; }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(20px); }
  100% {
    transform: translatey(0px); } }
