.mobile-menu {
  display: none; }

body {
  font-family: "Raleway"; }

h1 {
	letter-spacing: 1px;
	color: #000;
	font-size: 57px;
	line-height: 67px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 50px;
}

h2 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 32px;
  color: #443f3f; }
  h2:after {
    height: 1px;
    width: 50px;
    margin-top: 15px;
    content: "";
    display: block;
    background: #d65050;
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }

hr {
  height: 1px;
  width: 279px;
  background: #d65050;
  margin: 0 auto; }

header {
  background: url(../images/main2.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  padding-bottom: 300px;
  position: relative; }
  header .logo-place {
    padding-top: 20px;
    padding-bottom: 20px; }
  header .navbar-nav {
    display: flex;
    flex-direction: row; }
    header .navbar-nav .nav-link {
      font-size: 14px;
      color: #3b4751;
      margin: 0 10px; }
  header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  header p {
	font-size: 30px;
	line-height: 40px;
	padding: 20px 0 50px;
	font-weight: 300;
	color: #000;
}
  header .btn {
    background: #d65050;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    width: 309px;
    height: 50px; }
    header .btn:hover {
      background: transparent;
      border: 1px solid #d65050;
      color: #d65050; }

.how-we-do {
  padding-top: 50px;
  background: white;
  padding-bottom: 150px; }
  .how-we-do-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
    .how-we-do-item .icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 1px solid #d65050;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 40px; }
      .how-we-do-item .icon i {
        color: #d65050;
        font-size: 26px; }
    .how-we-do-item h5 {
      font-size: 16px;
      font-weight: 500; }

.what-we-do {
  padding-top: 50px;
  padding-bottom: 150px; }
  .what-we-do-item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 50px; }
    .what-we-do-item .icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 1px solid #d65050;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 30px;
      flex-shrink: 0; }
      .what-we-do-item .icon i {
        color: #d65050;
        font-size: 26px; }
    .what-we-do-item h5 {
      color: #443f3f;
      font-size: 16px;
      padding-bottom: 15px; }
    .what-we-do-item p {
      font-size: 16px; }

.why-chose {
  padding-top: 50px;
  background: white;
  padding-bottom: 150px; }
  .why-chose-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
    .why-chose-item .icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 1px solid #d65050;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 40px; }
      .why-chose-item .icon i {
        color: #d65050;
        font-size: 26px; }
    .why-chose-item h5 {
      font-size: 16px;
      font-weight: 500; }

.running {
  background: #e2e2e2;
  padding-top: 30px;
  padding-bottom: 30px; }
  .running .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .running p {
    font-size: 20px;
    font-weight: 700;
    color: #443f3f;
    margin: 0 20px 0 0; }
  .running .btn {
    background: #d65050;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    width: 309px;
    height: 50px;
    text-transform: uppercase; }
    .running .btn:hover {
      background: transparent;
      border: 1px solid #d65050;
      color: #d65050; }

.social {
  background: #d65050;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .social-links {
    display: flex; }
    .social-links a {
      margin: 0 20px; }
      .social-links a i {
        font-size: 50px;
        text-shadow: 0 0 1px #222;
        color: white; }

.footer {
  background: #252525;
  padding-top: 100px;
  padding-bottom: 150px; }
  .footer-list {
    display: flex;
    justify-content: space-between; }
  .footer-item {
    width: 45%; }
    .footer-item i {
      color: #d65050;
      margin-right: 20px; }
    .footer-item h4 {
      text-transform: uppercase;
      color: #c5c5c5;
      line-height: normal;
      margin: 5px 0 0;
      font-size: 22px;
      padding-bottom: 25px; }
    .footer-item p {
      color: #767676;
      font-size: 16px;
      margin: 0; }
      .footer-item p a {
        color: #767676;
        text-decoration: none; }
  .footer .contacts div {
    padding-bottom: 20px; }

.rights {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1c1c1c; }
  .rights p {
    color: #666;
    font-size: 14px;
    margin-bottom: 0; }

.terms-privacy {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
  justify-content: center;
  display: flex; }
  .terms-privacy a {
    font-size: 14px;
    margin: 0 10px;
    color: black;
    text-decoration: none; }

.hamburger {
  display: none; }

@media (max-width: 767px) {
  header .container {
    max-width: 100%;
    padding: 0; }
    header .container .logo-place {
      background: white;
      width: 100%;
      text-align: center;
      padding-bottom: 90px; }
      header .container .logo-place img {
        width: 100%;
        max-width: 300px; }

  .hamburger {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 17%;
    font-size: 28px; }

  header .navbar-nav {
    display: none; }

  .running .container {
    flex-direction: column; }
    .running .container p {
      margin: 0 0 30px 0; }

  .mobile-menu {
    width: 100%;
    background: black;
    position: absolute;
    bottom: 55%;
    padding-left: 0;
    z-index: 10; }
    .mobile-menu li {
      list-style: none;
      color: white;
      padding-left: 50px;
      border-top: 1px solid #252525; }
      .mobile-menu li a {
        color: white; }

  .mobile-menu.active {
    display: block; }

  section, .footer {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .footer-list {
    flex-direction: column; }

  .footer-item {
    width: 100%;
    padding-bottom: 30px; } }
@media (max-width: 425px) {
  h1 {
    letter-spacing: 1px;
    color: white;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 50px; }

  header {
    padding-bottom: 60px; }

  .mobile-menu {
    bottom: 37%; } }

/*# sourceMappingURL=style.css.map */