body {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  color: #fff; }

html {
  background: url("../img/bg.jpg") no-repeat center center fixed;
  background-size: cover; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*SECTION  AND CONTAINERS*/
.section {
  height: 100%;
  max-width: 1570px;
  margin: 0 auto; }

.container {
  margin: 0 auto;
  max-width: 1570px; }

.header {
  max-width: 1570px;
  margin: 0 auto; }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 10px; }

/*Nav*/
.logo {
  padding: 66px 33px 85px 30px;
  background: rgba(0, 0, 0, 0.09);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px); }
  .logo__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 97.4%;
    /* or 19px */
    letter-spacing: 0.305em;
    text-decoration: none;
    color: #fff; }

/*nav Burger*/
.burger {
  position: relative;
  margin: 42px 20px 0 0;
  width: 200px;
  color: #fff;
  text-align: center;
  height: 40px; }
  .burger__label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    line-height: 40px; }
  .burger__line {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 35px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: .5s all;
    transition: .5s all; }
  .burger__main-menu {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    max-height: 0;
    font-size: 0;
    overflow: hidden;
    -webkit-transition: .5s all;
    transition: .5s all; }
  .burger__link {
    display: block;
    width: 100%;
    padding: 12px;
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px); }
  .burger__link:first-child {
    border-top: 0;
    margin-top: 25px; }
  .burger__link:hover {
    color: #000; }

.line-wrapper {
  height: 65px;
  width: 65px;
  position: absolute;
  right: -5px;
  top: -13px;
  background: rgba(0, 0, 0, 0.09);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px); }

.second, .third {
  top: 18px; }

.fourth {
  top: 28px; }

#check-menu {
  display: none; }

#check-menu:checked ~ .burger__main-menu {
  max-height: 500px;
  font-size: 25px; }

#check-menu:checked ~ .first {
  display: none; }

#check-menu:checked ~ .second {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

#check-menu:checked ~ .third {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

#check-menu:checked ~ .fourth {
  display: none; }

/* \ nav burger*/
.title {
  max-width: 865px;
  padding-top: 22%;
  padding-left: 95px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 69px;
  margin-bottom: 280px; }

/* TOUR */
.tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 98%;
  margin: 0 auto; }
  .tour__inner {
    max-width: 650px; }

/* Nearest button */
.tour__nearest {
  font-size: 18px;
  margin-bottom: 35px; }
  .tour__nearest:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 2px;
    margin: 5px 4px 5px 0px;
    background-color: #fff; }
  .tour__nearest a {
    color: #fff;
    text-decoration: none; }

/* \Nearest button */
/* TOUR CHOISE */
.tour-choise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }
  .tour-choise__wrapper {
    padding: 66px 40px 85px 40px;
    text-align: left;
    text-decoration: none;
    color: #fff; }
  .tour-choise__wrapper:hover {
    background: rgba(0, 0, 0, 0.09);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    padding: 66px 40px 0px 40px; }
  .tour-choise__title {
    font-weight: bold;
    font-size: 25px;
    width: 130px; }
  .tour-choise__title::before {
    content: "";
    display: block;
    width: 67px;
    height: 2px;
    margin-bottom: 24px;
    background-color: #eaeaeb; }
  .tour-choise__data {
    font-size: 20px; }

.arrow {
  display: none;
  padding: 35px 0 0 85px; }
  .arrow svg {
    fill: #fff; }

.tour-choise__wrapper:hover .arrow {
  display: block; }

.tour-choise__wrapper--active {
  background: rgba(0, 0, 0, 0.09);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px); }

/* FOOTER */
.footer {
  width: 570px; }
  .footer__wrapper--one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold; }
  .footer__wrapper--two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 100px; }
  .footer__ready {
    color: #000;
    font-size: 18px; }
  .footer__ready a:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 2px;
    margin: 5px 4px 5px 0px;
    background-color: #000; }
  .footer__ready a {
    text-decoration: none;
    color: #000; }
  .footer__number a {
    font-size: 19px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #000; }
  .footer__number {
    color: #000;
    font-size: 20px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.09);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px); }
  .footer__number:hover {
    text-decoration: underline;
    background: #fff; }
  .footer__number span {
    font-weight: 600;
    padding-right: 10px;
    font-size: 18px; }
  .footer__title {
    width: 235px;
    font-size: 17px;
    color: #000; }
  .footer__button {
    border: 1px solid #000;
    padding: 20px 87px 20px 87px;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    -webkit-transition: background .1s linear, color .1s linear;
    transition: background .1s linear, color .1s linear;
    background: rgba(0, 0, 0, 0.09);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    cursor: pointer; }
  .footer__button:hover {
    background: #fff; }

/*Responsive*/
/* 645px - 1170px */
@media screen and (max-width: 1170px) {
  .tour {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .tour__inner {
      -ms-flex-item-align: center;
          align-self: center; }

  .footer {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 100px 0 50px; } }
/* 600px - 645px */
@media screen and (max-width: 645px) {
  .tour-choise {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .footer__wrapper--one, .footer__wrapper--two {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
/* 300px - 600px */
@media screen and (max-width: 600px) {
  .title {
    padding-top: 22%;
    padding-left: 30px;
    font-size: 50px;
    margin-bottom: 140px; }

  .footer__wrapper--one, .footer__wrapper--two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .footer {
    width: 100%; } }

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