@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
}

​
body, form, div, p, a, img, h1, h2, h3, h4, h5, h6, table, table tr, table td {
  border: none;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

​
input,
textarea,
select {
  outline: none;
}

.header {
  background-image: url("../img/bg-1-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 300px 0 70px 0;
  width: 100%;
}

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

.container {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

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

.header__cast {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 2px;
}

.header__podcast {
  color: rgba(255, 255, 255, 0.562);
  font-size: 18px;
  padding: 10px 0;
  font-family: "Aleo", serif;
  letter-spacing: 4px;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 55px 0 300px 0;
}

.form__search {
  padding: 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  color: grey;
  outline: none;
}

.form__button {
  padding: 15px 15px 15px 30px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: #5474FD;
  outline: none;
  cursor: pointer;
}

.form__button:hover {
  background-color: rgba(42, 79, 240, 0.904);
}

.scroll {
  color: grey;
  position: fixed;
  bottom: 100px;
  left: 50%;
  margin: -20px -30px;
  letter-spacing: 2px;
  z-index: 9;
}

.scroll__arrow {
  width: 10px;
  height: 2px;
  background-color: grey;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: -5px -9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.8;
}

.scroll__arrow::after {
  content: '';
  width: 10px;
  height: 2px;
  background-color: grey;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0.8;
}

.fas {
  margin: 0 10px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu {
  width: 100%;
  background-color: #5474FD;
}

.menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}

.menu__logo {
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
}

.menu__list-block {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #262626;
  line-height: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu__list--link {
  text-decoration: none;
  outline: none;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  font-size: 20px;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
}

.menu__list-block {
  z-index: 100;
  width: 100%;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu__list--active {
  -webkit-transform: scaleX(1) translateX(0);
          transform: scaleX(1) translateX(0);
  opacity: 1;
  display: block;
  position: absolute;
  top: 11px;
  right: 40px;
  background: grey;
  background-color: rgba(119, 119, 119, 0.445);
}

.menu__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.menu__list--link:last-child {
  margin: 0;
}

.choose {
  background-image: url("../img/bg-2.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
}

.choose-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 200px 0;
}

.choose-block__text {
  color: #fff;
  font-size: 16px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.choose-block__text-head {
  color: #fff;
  font-size: 40px;
}

.choose-block__other-text {
  padding: 50px 10px;
  font-size: 18px;
  line-height: 30px;
}

.choose__button {
  width: 250px;
  color: #fff;
  padding: 15px;
  background-color: #5474FD;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
}

.choose__button:hover {
  border: 1px solid #fff;
  background-color: rgba(53, 88, 247, 0.877);
}

.choose-block__img {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-second {
  float: right;
}

.function {
  background-color: #333333;
  width: 100%;
  padding: 150px 0;
}

.gide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.gide__places {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon {
  width: 50px;
  padding: 15px 0;
}

.gide__text {
  font-size: 35px;
}

.spain-first {
  background-image: url("../img/bg-3.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 200px 0;
}

.spain-enter-bg {
  background-color: #333333;
  opacity: 0.9;
  max-width: 500px;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spain-enter {
  padding: 20px;
  color: #fff;
}

.spain-enter__head {
  font-size: 25px;
  padding-top: 20px;
}

.spain-enter__prohead {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  padding: 30px 0;
}

.spain-enter__button {
  display: block;
  border: 1px solid #5474FD;
  font-size: 22px;
  color: #fff;
  width: 200px;
  padding: 10px 15px;
  background-color: #5474FD;
  text-transform: uppercase;
  margin: 50px 0;
  outline: none;
  cursor: pointer;
  opacity: 1;
}

.spain-enter__button:hover {
  background-color: #2b50f7;
}

.spain-second {
  background-image: url("../img/bg-4.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 400px 0;
}

.spain-enter-bg__font-right {
  position: absolute;
  right: 0;
  bottom: -200px;
}

.prefooter {
  background-image: url("../img/bg-5.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 200px 0;
}

.comment-tourist {
  text-align: center;
  padding: 50px 0;
  color: #fff;
  font-size: 30px;
}

.comment-tourist__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid;
  background-color: #333333;
}

.profile__base {
  color: #fff;
  padding: 40px;
}

.profile__name {
  font-size: 20px;
  text-transform: uppercase;
}

.fa-quote-left {
  color: #5474FD;
}

.profile__comment {
  padding: 30px 0;
  line-height: 25px;
}

.footer {
  background-color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.footer__logo {
  font-size: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}

.footer__podcast {
  font-size: 16px;
  color: grey;
  padding: 10px 0;
  text-align: center;
}

.social-network-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-net {
  margin: 10px;
  font-size: 20px;
  color: #fff;
}

.social-net:hover {
  color: #5474FD;
}

@media screen and (max-width: 990px) {
  .container {
    max-width: 700px;
  }
  .menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    display: none;
  }
  .menu__list--link:hover {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    color: red;
  }
  .menu__list--active {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 40px;
    background: grey;
    background-color: rgba(119, 119, 119, 0.445);
    width: 300px;
  }
  #mobileMenu {
    width: 40px;
    display: block;
    position: relative;
  }
  .menu_btn {
    width: 40px;
    height: 2px;
    display: block;
    background-color: #000;
    position: absolute;
    top: 20px;
    right: 0;
  }
  .menu_btn--active {
    height: 2px;
    z-index: 1;
  }
  .menu_btn--active {
    background-color: transparent;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .menu_btn--active.menu_btn:before {
    -webkit-transform: rotate(45deg) translateY(20px);
            transform: rotate(45deg) translateY(20px);
  }
  .menu_btn--active.menu_btn:after {
    -webkit-transform: rotate(-45deg) translateY(-20px);
            transform: rotate(-45deg) translateY(-20px);
  }
  .menu_btn:before,
  .menu_btn:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #262626;
    position: absolute;
    top: -14px;
    right: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .menu_btn:after {
    top: auto;
    bottom: -13px;
  }
  .profile__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profile__image-img {
    max-width: 300px;
  }
  .profile__base {
    line-height: 0;
    padding: 20px;
  }
  .profile__comment {
    font-size: 12px;
    padding: 30px 0 0 0;
    line-height: 19px;
  }
}

@media screen and (max-width: 768px) {
  .choose-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .choose__button {
    margin: 20px auto;
  }
  .choose-block__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .img-first {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 660px) {
  .comment-tourist__profile {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .gide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gide__places {
    padding: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .menu__list--active {
    -webkit-transform: translate(50px, 100px);
            transform: translate(50px, 100px);
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -10px;
    right: 40px;
    background: grey;
    width: 250px;
  }
}
/*# sourceMappingURL=style.css.map */