/*----------------------------------------  Large  ----------------------------------------*/
@media screen and (max-width: 1201px) {
  .wrapper {
    width: 960px; }

  header .wrapper nav ul li {
    padding: 0 15px; }
    header .wrapper nav ul li a {
      font-size: 15px;
      line-height: 20px;
      font-family: "Rubik", sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #ffffff;
      padding: 0 4px; }
  header .wrapper nav button {
    font-size: 15px;
    line-height: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    padding: 0 25px; }

  #main-screen .wrapper .text-box img {
    width: 450px; }
  #main-screen .wrapper .text-box p {
    font-size: 19px;
    line-height: 30px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-style: italic;
    color: #ffffff; }
  #main-screen .wrapper .text-box a button {
    height: 60px; }
    #main-screen .wrapper .text-box a button img {
      width: 30px; }
    #main-screen .wrapper .text-box a button p {
      font-size: 15px;
      line-height: 18px;
      font-family: "Rubik", sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #ffffff; }
      #main-screen .wrapper .text-box a button p span {
        font-size: 20px;
        line-height: 18px;
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff; }
  #main-screen .wrapper .img-box img {
    width: 450px; }

  footer .wrapper #footer-contacts .cont-box {
    width: calc(50% - 50px); }
    footer .wrapper #footer-contacts .cont-box:nth-child(2n + 1) {
      width: calc(50% - 50px);
      margin-right: 30px; }

  /* Inner-pages ----------------------*/
  /* ----------------------------------*/
  /* ----------------------------------*/
  .inner-page .wrapper-box .main-text-box {
    padding: 150px 120px 100px; }
  .inner-page .wrapper-box .contact-box {
    padding: 0; }
    .inner-page .wrapper-box .contact-box .top-contact-box .contact-box-text {
      font-size: 15px;
      line-height: 30px;
      font-family: "Rubik", sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #0e2545; } }
/*----------------------------------------  Medium  ----------------------------------------*/
@media screen and (max-width: 993px) {
  .wrapper {
    width: 100%;
    padding: 100px 70px; }

  header {
    height: 80px; }
    header .wrapper a .logo-box img {
      width: 180px; }
    header .wrapper nav {
      display: none; }
    header .wrapper #menu-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

  #main-screen .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px; }
    #main-screen .wrapper .text-box {
      padding-right: 0;
      text-align: center;
      max-width: 700px; }
    #main-screen .wrapper .img-box {
      display: none; }
    #main-screen .wrapper .sm-img-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #main-screen .wrapper .sm-img-box img {
        margin-bottom: 50px; }

  #accommodation .wrapper p {
    font-size: 18px;
    line-height: 25px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0e2545;
    text-align: center; }

  footer .wrapper nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .wrapper nav .nav-box {
      margin-top: 50px; }
      footer .wrapper nav .nav-box ul {
        margin-right: 10px; }
        footer .wrapper nav .nav-box ul li {
          padding: 0 20px; }
  footer .wrapper #footer-contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 0 10px; }
    footer .wrapper #footer-contacts .cont-box {
      width: calc(50% - 30px); }
      footer .wrapper #footer-contacts .cont-box:nth-child(2n + 1) {
        width: calc(50% - 30px);
        margin-right: 20px; }

  /* Inner-pages ----------------------*/
  /* ----------------------------------*/
  /* ----------------------------------*/
  .inner-page .wrapper-box .main-text-box {
    padding: 150px 100px 100px; }
  .inner-page .wrapper-box .contact-box {
    padding: 0; }
    .inner-page .wrapper-box .contact-box .top-contact-box .tab-box {
      width: calc(100% - 295px); }
      .inner-page .wrapper-box .contact-box .top-contact-box .tab-box ul li {
        padding: 6px 15px; }
    .inner-page .wrapper-box .contact-box .top-contact-box .search-box input {
      width: 200px; }
    .inner-page .wrapper-box .contact-box .map-box .text-info {
      padding: 50px 40px; }

  .inner-page .wrapper-box .main-text-box a .instr-box {
    padding: 25px; }
    .inner-page .wrapper-box .main-text-box a .instr-box img {
      width: 50px;
      height: 50px;
      margin-right: 15px; }
    .inner-page .wrapper-box .main-text-box a .instr-box h4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 30px;
      line-height: 30px;
      font-family: "Rubik", sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #0e2545; } }
/*----------------------------------------  Small  ----------------------------------------*/
@media screen and (max-width: 769px) {
  .wrapper {
    padding: 80px 50px; }

  .title {
    font-size: 30px;
    line-height: 40px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0e2545;
    margin-bottom: 35px; }
    .title:after {
      width: 50px;
      height: 2px;
      bottom: -15px;
      left: calc(50% - 25px); }

  #main-screen .wrapper {
    padding-top: 0; }
    #main-screen .wrapper .sm-img-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #main-screen .wrapper .sm-img-box img {
        -webkit-transform: scale(0.75);
                transform: scale(0.75);
        margin-bottom: -30px; }

  #find-transport .wrapper p {
    font-size: 18px;
    line-height: 25px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #ffffff; }

  footer .wrapper nav .nav-box ul li {
    padding: 0 10px; }
  footer .wrapper #footer-contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 0 10px; }
    footer .wrapper #footer-contacts .cont-box {
      width: 100%; }
      footer .wrapper #footer-contacts .cont-box:nth-child(2n + 1) {
        margin-right: 0;
        width: 100%; }

  /* Inner-pages ----------------------*/
  /* ----------------------------------*/
  /* ----------------------------------*/
  .inner-page .wrapper-box .main-text-box {
    padding: 100px 70px 80px; }
    .inner-page .wrapper-box .main-text-box .h2-box {
      margin-bottom: -5px; }
      .inner-page .wrapper-box .main-text-box .h2-box h2 {
        padding: 16px 0;
        font-size: 24px;
        line-height: 25px;
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #0e2545; }
      .inner-page .wrapper-box .main-text-box .h2-box img {
        height: 60px;
        margin-right: 8px; }
    .inner-page .wrapper-box .main-text-box p {
      font-size: 17px;
      line-height: 32px;
      font-family: "Rubik", sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #0e2545;
      margin-bottom: 27px; }
      .inner-page .wrapper-box .main-text-box p.quote {
        padding: 20px; }
    .inner-page .wrapper-box .main-text-box h3 {
      font-size: 18px;
      line-height: 25px;
      font-family: "Rubik", sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #0e2545; }
    .inner-page .wrapper-box .main-text-box .list-arrow-style {
      margin-bottom: 27px; }
      .inner-page .wrapper-box .main-text-box .list-arrow-style li {
        font-size: 17px;
        line-height: 32px;
        font-family: "Rubik", sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #0e2545; }
  .inner-page .wrapper-box .contact-box {
    padding: 0; }
    .inner-page .wrapper-box .contact-box .top-contact-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .inner-page .wrapper-box .contact-box .top-contact-box .contact-box-text {
        font-size: 14px;
        line-height: 25px;
        font-family: "Rubik", sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #0e2545;
        margin-bottom: 10px; }
      .inner-page .wrapper-box .contact-box .top-contact-box .tab-box {
        margin-bottom: 30px;
        width: 100%; }
        .inner-page .wrapper-box .contact-box .top-contact-box .tab-box ul li {
          padding: 6px 10px; }
      .inner-page .wrapper-box .contact-box .top-contact-box .search-box {
        width: 100%; }
        .inner-page .wrapper-box .contact-box .top-contact-box .search-box input {
          width: calc(100% - 45px); }
    .inner-page .wrapper-box .contact-box .map-box #map {
      height: 300px;
      max-height: 75vh; }
    .inner-page .wrapper-box .contact-box .map-box .text-info {
      padding: 40px 40px; }
      .inner-page .wrapper-box .contact-box .map-box .text-info .title {
        text-align: left;
        font-size: 30px;
        line-height: 30px;
        font-family: "Rubik", sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #0e2545; }
        .inner-page .wrapper-box .contact-box .map-box .text-info .title:after {
          left: 0; }
      .inner-page .wrapper-box .contact-box .map-box .text-info ul li {
        margin: 10px 0;
        font-size: 17px;
        line-height: 22px;
        font-family: "Rubik", sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #0e2545; }
        .inner-page .wrapper-box .contact-box .map-box .text-info ul li img {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 30px;
          height: 30px;
          margin-right: 10px; }

  .inner-page .wrapper-box .main-text-box .form-box {
    padding: 50px;
    margin: 0 -30px; } }
/*----------------------------------------  Medium-small  ----------------------------------------*/
@media screen and (max-width: 577px) {
  .wrapper {
    padding: 60px 25px; }

  #main-screen .wrapper {
    padding-top: 50px;
    padding-bottom: 50px; }
    #main-screen .wrapper .sm-img-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #main-screen .wrapper .sm-img-box img {
        -webkit-transform: scale(1);
                transform: scale(1);
        width: 331px;
        height: 232px;
        margin-bottom: 20px; }
    #main-screen .wrapper .text-box img {
      max-width: 90%; }
    #main-screen .wrapper .text-box p {
      font-size: 16px;
      line-height: 20px;
      font-family: "Rubik", sans-serif;
      font-weight: 300;
      font-style: italic;
      color: #ffffff; }

  #accommodation .wrapper p {
    font-size: 15px;
    line-height: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0e2545;
    text-align: center; }

  #find-transport .wrapper p {
    font-size: 16px;
    line-height: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #ffffff; }

  #advertiser .wrapper p {
    font-size: 18px;
    line-height: 30px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #0e2545; }
    #advertiser .wrapper p span {
      font-size: 15px;
      margin-left: -15px; }

  footer .wrapper nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 10px;
    padding-bottom: 50px; }
    footer .wrapper nav .nav-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 20px; }
      footer .wrapper nav .nav-box ul {
        margin-bottom: 10px; }
        footer .wrapper nav .nav-box ul li {
          padding: 10px 0;
          display: block;
          width: 100%;
          border-right: 0; }
  footer .wrapper #footer-contacts {
    padding-left: 10px; }
    footer .wrapper #footer-contacts .cont-box {
      width: 100%; }

  /* Inner-pages ----------------------*/
  /* ----------------------------------*/
  /* ----------------------------------*/
  .inner-page .wrapper-box {
    padding: 0; }
    .inner-page .wrapper-box .main-text-box {
      padding: 50px 25px 50px; }
      .inner-page .wrapper-box .main-text-box .h2-box {
        margin-bottom: -5px; }
        .inner-page .wrapper-box .main-text-box .h2-box h2 {
          padding: 10px 0;
          font-size: 20px;
          line-height: 22px;
          font-family: "Rubik", sans-serif;
          font-weight: 500;
          font-style: normal;
          color: #0e2545; }
        .inner-page .wrapper-box .main-text-box .h2-box img {
          height: 50px;
          margin-right: 8px; }
      .inner-page .wrapper-box .main-text-box p {
        font-size: 16px;
        line-height: 27px;
        font-family: "Rubik", sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #0e2545;
        margin-bottom: 25px; }
      .inner-page .wrapper-box .main-text-box .list-arrow-style {
        margin-bottom: 25px; }
        .inner-page .wrapper-box .main-text-box .list-arrow-style li {
          font-size: 16px;
          line-height: 27px;
          font-family: "Rubik", sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #0e2545; }
          .inner-page .wrapper-box .main-text-box .list-arrow-style li:before {
            width: 12px;
            height: 13px;
            background-size: 12px;
            margin-bottom: -2px; }
    .inner-page .wrapper-box .contact-box {
      padding: 0; }
      .inner-page .wrapper-box .contact-box .top-contact-box {
        padding: 25px 20px 20px; }
        .inner-page .wrapper-box .contact-box .top-contact-box .tab-box {
          margin-bottom: 20px; }
      .inner-page .wrapper-box .contact-box .map-box #map {
        height: 300px;
        max-height: 75vh; }
      .inner-page .wrapper-box .contact-box .map-box .text-info {
        padding: 30px 30px; }
        .inner-page .wrapper-box .contact-box .map-box .text-info .title {
          text-align: left;
          font-size: 26px;
          line-height: 25px;
          font-family: "Rubik", sans-serif;
          font-weight: 300;
          font-style: normal;
          color: #0e2545; }
          .inner-page .wrapper-box .contact-box .map-box .text-info .title:after {
            left: 0; }
        .inner-page .wrapper-box .contact-box .map-box .text-info ul li {
          margin: 15px 0;
          font-size: 16px;
          line-height: 22px;
          font-family: "Rubik", sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #0e2545; }
          .inner-page .wrapper-box .contact-box .map-box .text-info ul li img {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 25px;
            height: 25px;
            margin-right: 5px; }
      .inner-page .wrapper-box .contact-box .list-box .row > div {
        padding: 0; }
        .inner-page .wrapper-box .contact-box .list-box .row > div .sm-dealer-box {
          padding: 30px 20px 20px; }

  .inner-page .wrapper-box .main-text-box a .instr-box {
    padding: 20px; }
    .inner-page .wrapper-box .main-text-box a .instr-box h4 {
      font-size: 22px;
      line-height: 22px;
      font-family: "Rubik", sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #0e2545; }

  .inner-page .wrapper-box .main-text-box .form-box {
    padding: 40px 30px;
    margin: 0 -25px;
    border-radius: 0; }
    .inner-page .wrapper-box .main-text-box .form-box input[type="text"], .inner-page .wrapper-box .main-text-box .form-box input[type="tel"], .inner-page .wrapper-box .main-text-box .form-box input[type="email"] {
      padding: 0 10px;
      font-size: 16px;
      line-height: 20px;
      font-family: "Rubik", sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #0e2545; } }
/*----------------------------------------  Extra-small  ----------------------------------------*/
@media screen and (max-width: 360px) {
  .wrapper {
    padding: 50px 20px; }

  /* Inner-pages ----------------------*/
  /* ----------------------------------*/
  /* ----------------------------------*/
  .inner-page .wrapper-box .main-text-box .h2-box h2 {
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #0e2545; }
  .inner-page .wrapper-box .main-text-box p {
    font-size: 15px;
    line-height: 22px;
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #0e2545;
    margin-bottom: 25px; }
    .inner-page .wrapper-box .main-text-box p.quote {
      padding: 20px;
      margin-right: -25px;
      margin-left: -25px; }
  .inner-page .wrapper-box .main-text-box ul {
    margin-bottom: 25px; }
    .inner-page .wrapper-box .main-text-box ul li {
      font-size: 15px;
      line-height: 22px;
      font-family: "Rubik", sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #0e2545; }
  .inner-page .wrapper-box .main-text-box h3 {
    font-size: 16px;
    line-height: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #0e2545; } }

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