* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff; }

html, body {
  width: 100%;
  min-height: 100vh; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.maincontent {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px; }

.btn {
  padding: 7px 22px;
  -webkit-border-radius: 23px;
          border-radius: 23px;
  background-color: #cd0a2d; }

.tours__item-btn {
  margin-top: 30px;
  border: none;
  justify-self: flex-end;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out; }
  .tours__item-btn:hover {
    -webkit-box-shadow: 0px 1px 1rem 0 #212124;
            box-shadow: 0px 1px 1rem 0 #212124; }

.tours__item-link {
  text-decoration: none; }

.tours__item-btn {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: "bebas_neuebold", sans-serif;
  font-size: 1.313rem;
  font-weight: 400;
  cursor: pointer; }

.btn-up {
  height: 50px;
  width: 50px;
  border: 1px solid #e84c3d;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  display: none; }

.btn-up--shown {
  display: block; }

.btn-up:hover {
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  fill: #fff;
  background: #e84c3d; }

.social__item {
  margin-right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .social__item:last-child {
    margin-right: 0; }
  .social__item:hover {
    -webkit-box-shadow: -1px 0em 2rem #f0d839;
            box-shadow: -1px 0em 2rem #f0d839; }

.social__link {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #fff;
  font-family: "Font Awesome";
  font-size: 20px;
  font-weight: 400;
  font-size: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.fa {
  margin: auto; }

.testimonial__slider {
  padding: 38px 0 83px 0;
  background: #fff;
  max-width: 568px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 580px) {
    .testimonial__slider {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 0;
      max-width: 320px; } }

.testimonial__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.testimonial__slide-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .testimonial__slide-heading .testimonial__img {
    width: 69px;
    height: 69px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }

.header {
  width: 100%;
  padding: 14px 66px 14px 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 99;
  top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header_fixed {
    position: fixed;
    top: 0;
    background: #1a1919;
    opacity: 0.9;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out; }

nav, .nav__list,
.social__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.nav__list,
.social__list {
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1420px) {
    .nav__list,
    .social__list {
      padding-left: 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media screen and (max-width: 968px) {
  .nav__list {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    background: #1a1919;
    opacity: 0.9;
    border-bottom: 1px solid #fff; } }

@media screen and (max-width: 1180px) {
  .social__list {
    display: none; } }

.nav__item {
  margin-right: 30px; }
  @media screen and (max-width: 1310px) {
    .nav__item {
      margin-right: 15px; } }
  @media screen and (max-width: 968px) {
    .nav__item {
      border-bottom: 1px solid #fff; } }
  .nav__item .nav__link {
    text-decoration: none;
    text-shadow: 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 27.05px;
    text-transform: uppercase;
    letter-spacing: 1.13px; }
    .nav__item .nav__link:hover {
      text-shadow: 1px 4px 1px rgba(0, 0, 0, 0.5);
      color: red; }

.intro {
  width: 100%;
  background: url("../img/bg_header1.jpg") -170px top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden;
  position: relative;
  border: none; }
  .intro:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 1; }
  .intro:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 940px solid  #cd0a2d;
    border-left: 1075px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3; }
    @media screen and (max-width: 1420px) {
      .intro:after {
        border-left: 75vw solid transparent; } }
    @media screen and (max-width: 768px) {
      .intro:after {
        border-top: 700px solid  #cd0a2d; } }
    @media screen and (max-width: 730px) {
      .intro:after {
        border-top: 500px solid  #cd0a2d; } }

.intro__container {
  text-align: left;
  position: relative;
  padding: 200px 15px 553px 0;
  overflow: visible; }
  .intro__container .intro__title {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
    left: -15px;
    text-align: center;
    font-family: "billy_ohioregular", "Comic Sans MS",  sans-serif;
    /* Style for "2,500 tour" */
    max-width: 1125px;
    text-shadow: 4px 2px 0 rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 7.25rem;
    font-weight: 400;
    line-height: 95.78px;
    /* Text style for ",, !" */ }
    @media screen and (max-width: 1420px) {
      .intro__container .intro__title {
        left: 0; } }
    @media screen and (max-width: 768px) {
      .intro__container .intro__title {
        line-height: 85.78px;
        font-size: 6.25rem; } }
    @media screen and (max-width: 650px) {
      .intro__container .intro__title {
        line-height: 75.78px;
        font-size: 5.25rem; } }
    @media screen and (max-width: 570px) {
      .intro__container .intro__title {
        line-height: 65.78px;
        font-size: 4.25rem; } }
    @media screen and (max-width: 520px) {
      .intro__container .intro__title {
        line-height: 55.78px;
        font-size: 3.25rem; } }
    @media screen and (max-width: 420px) {
      .intro__container .intro__title {
        line-height: 45.78px;
        font-size: 2.25rem; } }
    .intro__container .intro__title span {
      font-family: "bignoodletitlingoblique", sans-serif; }
  .intro__container .intro__picture {
    position: absolute;
    z-index: 5;
    top: 66%;
    left: 47.7%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
    width: 78%; }
    @media screen and (max-width: 1200px) {
      .intro__container .intro__picture {
        top: 70%; } }
    @media screen and (max-width: 768px) {
      .intro__container .intro__picture {
        left: 50%;
        width: 100%; } }

.triangle-bottom {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 529px solid  #fff;
  border-left: 100vw solid transparent;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2; }
  @media screen and (max-width: 1000px) {
    .triangle-bottom {
      border-bottom: 700px solid  #fff; } }
  @media screen and (max-width: 650px) {
    .triangle-bottom {
      border: none;
      width: 100vw;
      height: 280px;
      border: none;
      background: #fff; } }

.tours {
  width: 100%;
  padding-bottom: 81px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+0,ededed+100&0+0,1+31,1+100 */
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 253, 253, 0)), color-stop(31%, #f8f8f8), color-stop(100%, #ededed));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, rgba(253, 253, 253, 0) 0%, #f8f8f8 31%, #ededed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(253, 253, 253, 0) 0%, #f8f8f8 31%, #ededed 100%);
  /* Opera 11.10-11.50 */
  /* IE10 preview */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 253, 253, 0)), color-stop(31%, #f8f8f8), to(#ededed));
  background: linear-gradient(to bottom, rgba(253, 253, 253, 0) 0%, #f8f8f8 31%, #ededed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdfdfd', endColorstr='#ededed',GradientType=0 );
  /* IE6-9 */
  position: relative; }

.tours__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .tours__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto; } }

@media screen and (max-width: 1220px) {
  .tours__container {
    padding-right: 0;
    margin: 30 auto; } }

.tours__item {
  color: #000;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 33%; }
  @media screen and (max-width: 768px) {
    .tours__item {
      width: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 30px; } }
  .tours__item .tours-card-img {
    width: 100%; }
    @media screen and (max-width: 1220px) {
      .tours__item .tours-card-img {
        width: 95%; } }
    @media screen and (max-width: 768px) {
      .tours__item .tours-card-img {
        width: 100%; } }
  .tours__item .card__img-wrapper {
    position: relative; }
  .tours__item .card__img-wrapper:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: -20px;
    width: 0;
    height: 0;
    border-bottom: 175px solid #cd0a2d;
    border-right: 186px solid transparent; }
    @media screen and (max-width: 1220px) {
      .tours__item .card__img-wrapper:after {
        border-bottom: 145px solid #cd0a2d;
        border-right: 156px solid transparent;
        left: 0;
        bottom: 0; } }
  .tours__item .card-count,
  .tours__item .card-count--blog {
    position: absolute;
    bottom: 12px;
    left: 7px;
    z-index: 2; }
  .tours__item .card-count__title {
    margin: 0;
    padding: 0;
    max-width: 96px;
    font-family: "bebasregular", sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    /* Text style for "$" */ }
    @media screen and (max-width: 1120px) {
      .tours__item .card-count__title {
        font-size: 3.5rem; } }
    .tours__item .card-count__title span {
      font-size: 1.25rem; }
  .tours__item .card-count__sub-title {
    /* Style for "per Person" */
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: "bebas_neuebook", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: 4.35px; }
    @media screen and (max-width: 1120px) {
      .tours__item .card-count__sub-title {
        font-size: 1rem; } }
    @media screen and (max-width: 768px) {
      .tours__item .card-count__sub-title {
        font-size: 0.8rem; } }
  .tours__item-title {
    margin: 0;
    margin-top: 45px;
    padding: 0;
    max-width: 250px;
    color: #202020;
    font-family: "helvetica_condensedbold", sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
    /* Text style for "Motorcycle" */
    letter-spacing: -1.9px; }
    @media screen and (max-width: 795px) {
      .tours__item-title {
        margin-top: 20px;
        font-size: 1.4rem;
        width: 95%; } }
  .tours__item-text {
    padding: 0;
    margin: 0;
    margin-top: 18px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 335px;
    color: #676767;
    font-family: 'Lato', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 1220px) {
      .tours__item-text {
        width: 95%; } }
    @media screen and (max-width: 1220px) {
      .tours__item-text {
        font-size: 1rem; } }

.destinations {
  background: #ededed;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 69px; }
  @media screen and (max-width: 768px) {
    .destinations {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.center__img,
.destinations__img {
  position: absolute;
  left: 54.6%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2; }

@media screen and (max-width: 1420px) {
  .center__img {
    top: 50px; } }

@media screen and (max-width: 1290px) {
  .center__img {
    left: 54%; } }

@media screen and (max-width: 1126px) {
  .center__img {
    display: none; } }

.destinations__column-left,
.column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54.6%;
  background: #cd0a2d;
  padding: 45px 0 79px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media screen and (max-width: 1420px) {
    .destinations__column-left,
    .column-left {
      padding-left: 10%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media screen and (max-width: 1350px) {
    .destinations__column-left,
    .column-left {
      padding-left: 5%;
      -webkit-box-pack: flex-s tart;
      -webkit-justify-content: flex-s tart;
          -ms-flex-pack: flex-s tart;
              justify-content: flex-s tart; } }
  @media screen and (max-width: 768px) {
    .destinations__column-left,
    .column-left {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .destinations__column-left p, .destinations__column-left h1, .destinations__column-left h2, .destinations__column-left ul, .destinations__column-left li,
  .column-left p,
  .column-left h1,
  .column-left h2,
  .column-left ul,
  .column-left li {
    padding: 0;
    margin: 0; }

.destinations__container {
  padding-left: 16%;
  margin: 0; }
  @media screen and (max-width: 1600px) {
    .destinations__container {
      padding-left: 10%; } }
  @media screen and (max-width: 1532px) {
    .destinations__container {
      padding-left: 0; } }

.destinations__title {
  max-width: 435px;
  color: #fcfbfb;
  font-family: "bebas_neuebold";
  font-size: 4.25rem;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (max-width: 1220px) {
    .destinations__title {
      max-width: 325px;
      font-size: 3.25rem; } }
  @media screen and (max-width: 1045px) {
    .destinations__title {
      max-width: 325px;
      font-size: 3.25rem; } }
  @media screen and (max-width: 768px) {
    .destinations__title {
      max-width: 300px;
      font-size: 2.75rem; } }

ul.destinations__descr-list {
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

li.destinations__descr-item {
  list-style: none;
  margin-top: 56px; }
  li.destinations__descr-item:first-child {
    margin-top: 25px; }

.destinations__descr-title {
  margin-top: 50px;
  max-width: 225px;
  font-family: "helvetica_condensedbold", sans-serif;
  font-size: 26px;
  font-weight: 400; }
  @media screen and (max-width: 1220px) {
    .destinations__descr-title {
      max-width: 325px; } }

p.destinations__descr-text {
  margin-top: 16px;
  max-width: 407px;
  opacity: 0.44;
  font-family: 'Lato', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.5px; }
  @media screen and (max-width: 1220px) {
    p.destinations__descr-text {
      max-width: 350px; } }
  @media screen and (max-width: 1045px) {
    p.destinations__descr-text {
      max-width: 300px; } }

.destinations__column-right,
.column-right {
  width: 45.4%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 81px 0 0 69px;
  position: relative;
  top: 63px;
  margin-left: auto; }
  @media screen and (max-width: 768px) {
    .destinations__column-right,
    .column-right {
      width: 100%; } }
  .destinations__column-right h2, .destinations__column-right p, .destinations__column-right ul, .destinations__column-right li,
  .column-right h2,
  .column-right p,
  .column-right ul,
  .column-right li {
    margin: 0;
    padding: 0; }

@media screen and (max-width: 1035px) {
  .rider__card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

li.rider__card-item {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 46px; }
  @media screen and (max-width: 1420px) {
    li.rider__card-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  li.rider__card-item:last-child {
    margin-bottom: 0; }

li.rider__card-item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media screen and (max-width: 1420px) {
    li.rider__card-item--reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  li.rider__card-item--reverse .rider__card-title {
    max-width: 265px; }
  li.rider__card-item--reverse .rider__card-descr {
    margin-right: 39px; }

.rider__card-title {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 238px;
  color: #5e5e5e;
  font-family: "bebas_neuebold", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .rider__card-title span {
    /* Style for "Main Rider" */
    max-width: 85px;
    color: #979797;
    font-family: "bebas_neuebook";
    font-size: 1.563rem;
    font-weight: 400; }

.rider__card-text {
  max-width: 256px;
  height: 44px;
  opacity: 0.66;
  color: #040404;
  font-family: 'Lato', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 26.67px;
  letter-spacing: 0.5px; }

.testimonial {
  background-color: #ededed;
  padding-top: 165px; }

.testimonial__heading,
.heading {
  margin: 0;
  padding: 0;
  text-align: center; }

.testimonial__heading-title,
.heading__title {
  margin: 0 auto 0;
  padding: 0;
  max-width: 425px;
  font-family: "bebas_neuebold";
  font-size: 4.25rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center; }

.heading__title,
.testimonial__heading-title {
  color: #cd0a2d; }
  .heading__title span,
  .testimonial__heading-title span {
    color: #000000; }

.testimonial--heading__text,
.heading__text {
  margin: 18px auto 0;
  padding: 0;
  max-width: 825px;
  color: #5d5c5c;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.67px;
  letter-spacing: 0.5px; }

.testimonial__main-container {
  padding: 90px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  overflow: visible;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 980px) {
    .testimonial__main-container {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (max-width: 580px) {
    .testimonial__main-container {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 0;
      width: 100%; } }

.testimonial__title {
  padding: 0;
  margin: 0 0 0 11px;
  max-width: 170px;
  color: #212121;
  font-family: 'bebasregular';
  font-size: 1.438rem;
  font-weight: 400;
  line-height: 33.24px;
  letter-spacing: 0.21px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .testimonial__title span {
    display: block;
    height: 16px;
    color: #212121;
    font-family: "bebas_neuebook", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 28.95px;
    letter-spacing: 0.21px; }

.testimonial__text {
  padding: 0;
  margin: 60px auto 0;
  text-align: center;
  max-width: 412px;
  height: 177px;
  color: #212121;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.67px;
  letter-spacing: 0.5px; }

.testimonial__img--right {
  position: absolute;
  bottom: 0;
  margin-left: 126px;
  z-index: 2; }
  @media screen and (max-width: 1120px) {
    .testimonial__img--right {
      margin: 0;
      width: 35%; } }
  @media screen and (max-width: 980px) {
    .testimonial__img--right {
      display: none; } }

.motorcycles {
  position: relative;
  padding-top: 95px;
  width: 100%; }
  .motorcycles:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg_map.png") center top no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    opacity: 0.08;
    z-index: 2; }
  .motorcycles:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1919;
    z-index: -3; }

.motorcycles__heading {
  padding-bottom: 60px; }

.motorcycles__heading,
.motorcycles__column {
  position: relative;
  z-index: 2; }

.heading__title--motorcycles {
  max-width: 830px;
  color: #fff;
  font-size: 68px;
  font-weight: 400; }
  .heading__title--motorcycles span {
    color: #cd0a2d; }

.heading__text--motorcycles {
  margin-top: 10px;
  color: #fff; }

.motorcycles__features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .motorcycles__features .motorcycles__img {
    top: -24px;
    left: 50%;
    z-index: 3; }
  .motorcycles__features:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: #cd0a2d;
    z-index: -2; }

.motorcycles__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
  padding-bottom: 145px; }
  .motorcycles__column .motorcycles__count--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .motorcycles__column p {
    margin: 0;
    padding: 0; }
  .motorcycles__column .motorcycles__count {
    font-family: 'bebas_neuebold', sans-serif;
    font-weight: 400;
    margin: 0 35px;
    padding: 0;
    text-align: center;
    vertical-align: bottom; }
  .motorcycles__column p.motorcycles__text {
    font-family: 'Lato', sans-serif;
    max-width: 490px;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 26.67px;
    letter-spacing: 0.5px;
    margin: 90px 0 0 0;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.motorcycles__column-left {
  padding: 117px 0 145px 219px; }
  @media screen and (max-width: 1600px) {
    .motorcycles__column-left {
      padding-left: 10%; } }
  .motorcycles__column-left .motorcycles__count--wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 20px; }
  .motorcycles__column-left .motorcycles__count-title--small {
    font-size: 2.438rem;
    max-width: 138px;
    line-height: 39px;
    font-weight: 400;
    letter-spacing: 1px; }
  .motorcycles__column-left .count__descr--small,
  .motorcycles__column-left .motorcycles__count-sub-title--small {
    font-size: 1.813rem;
    text-transform: uppercase;
    max-width: 65px;
    line-height: 1.25rem;
    font-weight: 400;
    margin: 0 auto; }
  .motorcycles__column-left .motorcycles__count-title--big {
    max-width: 185px;
    line-height: 63px;
    font-size: 5.438rem;
    font-weight: 400;
    letter-spacing: 1px; }
  .motorcycles__column-left .count__descr--big {
    font-size: 2.875rem; }
  .motorcycles__column-left p.motorcycles__count-sub-title--big {
    max-width: 95px;
    line-height: 35px;
    font-size: 2.813rem;
    font-weight: 400;
    margin: 7px auto 0; }

.motorcycles__column-right {
  padding-left: 160px; }
  @media screen and (max-width: 1120px) {
    .motorcycles__column-right {
      padding-left: 160px; } }
  .motorcycles__column-right .motorcycles__count--wrapper {
    margin-left: 16px; }
  .motorcycles__column-right .motorcycles__count-title--small {
    max-width: 115px;
    line-height: 53px;
    font-size: 3.438rem;
    font-weight: 400;
    letter-spacing: 1px; }
  .motorcycles__column-right .count__descr--small {
    font-size: 1.813rem; }
  .motorcycles__column-right .motorcycles__count-sub-title--small {
    max-width: 65px;
    line-height: 20px;
    font-size: 1.813rem;
    font-weight: 400;
    margin: 0 auto; }
  .motorcycles__column-right .motorcycles__count-title--big,
  .motorcycles__column-right .count__descr--big {
    line-height: 91px;
    font-size: 7.75rem;
    font-weight: 400; }
  .motorcycles__column-right p.motorcycles__count-sub-title--big {
    max-width: 155px;
    height: 32px;
    font-size: 2.813rem;
    font-weight: 400;
    margin: 0; }

.motorcycles__column-right {
  background: transparent;
  width: 50%;
  padding-top: 96px; }

.blog {
  background: #ededed;
  padding-top: 131px; }
  .blog-heading__title {
    color: #1a1919; }
  .blog .heading__text {
    margin: 15px auto 0;
    color: #1a1919;
    font-weight: 600; }
  .blog-gallery__container {
    padding: 43px 15px 84px; }
    .blog-gallery__container p {
      margin: 0;
      padding: 0; }
  .blog .card-count__title--blog {
    width: 190px;
    line-height: 25px;
    color: #fff;
    font-family: "bebas_neuebold";
    font-size: 2.25rem;
    font-weight: 400; }
    @media screen and (max-width: 1210px) {
      .blog .card-count__title--blog {
        margin-left: 10px; } }
  .blog p.card-count__sub-title--blog {
    margin-top: 9px;
    max-width: 135px;
    height: 17px;
    color: #fff;
    font-family: "bebas_neuebook";
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: 4.35px; }
    @media screen and (max-width: 1210px) {
      .blog p.card-count__sub-title--blog {
        margin-left: 10px; } }
  .blog .card-count {
    bottom: 28px;
    left: 0; }
  .blog .tours__item-title {
    max-width: 310px; }
  .blog .tours__item-text--blog {
    max-width: 95%;
    color: #676767;
    font-family: 'Lato', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 12px; }
    @media screen and (max-width: 768px) {
      .blog .tours__item-text--blog {
        max-width: 310px; } }

.contacts {
  background: #ededed;
  position: relative;
  z-index: 0; }

.contacts__heading {
  background: url("../img/paralax_bg.jpg") center -340px no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 100px 0 185px 130px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1420px) {
    .contacts__heading {
      background-position-y: center; } }
  @media screen and (max-width: 1120px) {
    .contacts__heading {
      padding-left: 0; } }
  .contacts__heading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1919;
    opacity: 0.8;
    z-index: 2; }
  .contacts__heading .contacts__title,
  .contacts__heading .contacts__text {
    position: relative;
    z-index: 3; }
  .contacts__heading .contacts__title {
    max-width: 435px;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .contacts__heading .contacts__title {
        font-size: 2.5rem; } }
  .contacts__heading .contacts__text {
    max-width: 814px;
    line-height: 44px;
    color: #fefefe;
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.67px;
    letter-spacing: 0.5px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .contacts__heading .contacts__text {
        max-width: 400px; } }
  .contacts__heading .contacts__heading-container {
    position: relative;
    z-index: 1; }
  .contacts__heading .fa-map-marker {
    font-size: 198px;
    position: absolute;
    left: 53%;
    bottom: -70px;
    color: #cd0a2d;
    z-index: 3;
    max-width: 118px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.contacts-main {
  padding: 127px 0 77px 97px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 800px) {
    .contacts-main {
      padding-top: 20px;
      padding-left: 0; } }
  @media screen and (max-width: 768px) {
    .contacts-main {
      margin-left: 0;
      margin-top: 20px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: space-between;
      -webkit-align-items: space-between;
          -ms-flex-align: space-between;
              align-items: space-between;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

ul, li {
  list-style: none; }

.contacts-main__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  @media screen and (max-width: 800px) {
    .contacts-main__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.contacts-main__item {
  color: #181818;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 800px) {
    .contacts-main__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .contacts-main__item .contacts-main__title {
    margin: 0 0 0 11px;
    padding-bottom: 10px;
    width: 56px;
    line-height: 19px;
    color: #181818;
    font-family: "helvetica_condensedbold", sans-serif;
    font-size: 1.625rem;
    font-weight: 400; }
    @media screen and (max-width: 800px) {
      .contacts-main__item .contacts-main__title {
        margin-top: 10px;
        margin-left: 0; } }
  .contacts-main__item .contacts-address__link {
    margin: 0;
    padding: 0;
    display: block;
    text-decoration: none;
    max-width: 180px;
    color: #262626;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-align: left; }
    .contacts-main__item .contacts-address__link:hover {
      text-shadow: 1px 1px 2px rgba(38, 38, 38, 0.5); }

.contacts-address__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 28px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 800px) {
    .contacts-address__wrapper {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.contacts-address {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block; }

.contacts-main__icon {
  margin-bottom: auto; }
  .contacts-main__icon--email {
    margin-top: 4px; }
  .contacts-main__icon--phone {
    margin-top: 6px; }
  .contacts-main__icon--address {
    margin-top: 1px; }
  @media screen and (max-width: 768px) {
    .contacts-main__icon {
      justify-self: center;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; } }

.contacts-social__list {
  text-align: center;
  margin: 63px 0  0 228px; }
  @media screen and (max-width: 1120px) {
    .contacts-social__list {
      margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .contacts-social__list {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 15px;
      margin-left: 50px; } }

.contacts-social__item {
  width: 68px;
  height: 67px;
  border: 3px solid #f0d839;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .contacts-social__item {
      margin-top: 15px; } }
  .contacts-social__item:hover {
    -webkit-box-shadow: -1px 0em 2rem  #cd0a2d;
            box-shadow: -1px 0em 2rem  #cd0a2d; }
  .contacts-social__item .contacts-social__link {
    line-height: 28px;
    font-family: "Font Awesome";
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 1.8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .contacts-social__item .fa {
    color: #353535; }

.footer {
  background-color: #cd0a2d;
  text-align: center;
  margin: 0;
  padding: 64px 0; }
  .footer .footer__title,
  .footer .footer-text {
    margin: 0;
    padding: 0;
    width: 280spx;
    line-height: 53px;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.42px; }
