body {
  position: relative;
  min-height: 100vh;
  min-width: 320px; }
  body.no-scroll {
    overflow-y: hidden; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  box-sizing: border-box; }

a, button, input[type="submit"] {
  box-shadow: none;
  border: none;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  cursor: pointer; }

ul {
  list-style-type: none; }

::selection {
  background: #FF6431;
  color: #000; }

::-moz-selection {
  background: #FF6431;
  color: #000; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 25px;
  background: #FF6431;
  font-size: 16px;
  color: #fff;
  transition: .2s; }
  .btn span {
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 700;
    color: inherit; }
  .btn i {
    margin: -3px 0 0 10px;
    color: inherit; }
  .btn:hover {
    background: #f85620; }
  .btn:active {
    background: #ff7a4e; }
  .btn.border {
    background: transparent;
    box-shadow: inset 0 0 0 1px #FF6431;
    color: #FF6431; }
    .btn.border:hover {
      background: #FF6431;
      color: #fff; }
    .btn.border:active {
      background: #ff7a4e;
      color: #fff; }

form label {
  display: block;
  margin-bottom: 3px; }
form input {
  height: 45px; }
form input, form textarea {
  margin-bottom: 10px;
  padding: 0 15px;
  width: 100%;
  border: none;
  box-shadow: inset 0 0 0 1px #ADADAD;
  background: #fff; }
form textarea {
  padding: 10px 15px; }

@media (max-width: 1855px) {
  .btn {
    padding: 11px 20px;
    font-size: 14px; }
    .btn i {
      margin: -3px 0 0 7px; }

  form input {
    height: 40px; } }
.flex {
  display: flex; }

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  .title > span {
    display: block;
    width: 11px;
    height: 11px;
    background: #FF6431; }
  .title .h1,
  .title .h2,
  .title .h3,
  .title .h4,
  .title .h5,
  .title .h6,
  .title .text {
    margin: 0 15px;
    max-width: calc(100% - 52px);
    text-align: center;
    z-index: 2; }
  .title .text .h1
  .h2,
  .title .text .h3,
  .title .text .h4,
  .title .text .h5,
  .title .text .h6 {
    max-width: 100%; }
  .title .h1, .title .h2, .title .h3, .title .h4, .title .h5, .title h6 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 2; }
    .title .h1::before, .title .h2::before, .title .h3::before, .title .h4::before, .title .h5::before, .title h6::before {
      content: '';
      position: absolute;
      top: 30px;
      left: 0;
      display: block;
      width: 100%;
      height: 20px;
      background: #EEEEEE;
      z-index: -1; }
  .title .h2 {
    font-size: 40px; }
  .title .h3 {
    font-size: 30px; }
    .title .h3::before {
      top: 20px; }
  .title .h4 {
    margin: 0 10px;
    max-width: calc(100% - 20px);
    font-size: 24px; }
    .title .h4::before {
      left: 0;
      top: 20px;
      width: 100%;
      height: 10px; }
  .title .h5 {
    font-size: 18px; }
  .title .h6 {
    font-size: 16px; }
  .title .description {
    display: block;
    margin-top: 25px; }

.social {
  display: flex;
  align-items: center; }
  .social a {
    margin-right: 15px; }
    .social a:hover i {
      color: #FF6431; }
  .social i {
    font-size: 30px;
    color: #ADADAD;
    transition: .2s; }

.messengers {
  display: flex;
  flex-wrap: wrap; }
  .messengers a {
    display: flex;
    align-items: center;
    margin-right: 25px; }
  .messengers .icon {
    margin-right: 13px;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .messengers .icon.viber {
      background-image: url("../img/report/viber.svg"); }
    .messengers .icon.whatsapp {
      background-image: url("../img/report/whatsapp.svg"); }
    .messengers .icon.telegram {
      background-image: url("../img/report/telegram.svg"); }
  .messengers .name {
    width: calc(100% - 55px);
    font-size: 16px; }

header,
footer {
  padding: 5px 0 10px; }
  header .wrap,
  header .left,
  header .right,
  footer .wrap,
  footer .left,
  footer .right {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .social-block,
  header .copy,
  header .right,
  footer .social-block,
  footer .copy,
  footer .right {
    margin-top: 17px; }
  header .logo,
  footer .logo {
    margin-right: 25px;
    width: 270px; }
    header .logo img,
    footer .logo img {
      width: 100%; }
  header .phone,
  footer .phone {
    display: flex;
    align-items: center;
    margin: 0 15px; }
    header .phone .icon,
    footer .phone .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
      width: 30px;
      height: 30px;
      border: 1px solid #000;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      header .phone .icon i,
      footer .phone .icon i {
        font-size: 20px;
        color: #FF6431; }
    header .phone .phone-list,
    footer .phone .phone-list {
      width: calc(100% - 40px); }
      header .phone .phone-list a,
      footer .phone .phone-list a {
        display: block;
        margin: 3px 0;
        transition: .2s;
        white-space: nowrap; }
        header .phone .phone-list a:hover,
        footer .phone .phone-list a:hover {
          color: #FF6431; }

.services,
.advantages,
.excursion,
.report,
.reviews,
.team,
.processes,
.faq {
  padding: 100px 0; }

.advantages .flex,
.processes .flex,
.faq .flex {
  flex-wrap: wrap;
  margin-left: -15px;
  width: calc(100% + 30px); }

.control {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center; }
  .control .swiper-button-next,
  .control .swiper-button-prev {
    position: static;
    margin: 0 10px;
    width: 53px;
    height: 53px;
    background-color: #FF6431;
    z-index: 2; }
    .control .swiper-button-next::after,
    .control .swiper-button-prev::after {
      font-size: 19px; }
    .control .swiper-button-next.border,
    .control .swiper-button-prev.border {
      background: #fff;
      box-shadow: inset 0 0 0 1px #FF6431; }
      .control .swiper-button-next.border::after,
      .control .swiper-button-prev.border::after {
        color: #FF6431; }

.modal .close,
.mobile-menu .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  background: url("../img/close.svg") no-repeat center/contain;
  opacity: .6; }
  .modal .close:hover, .modal .close:focus,
  .mobile-menu .close:hover,
  .mobile-menu .close:focus {
    opacity: 1; }

@media (max-width: 1855px) {
  .title {
    margin-bottom: 40px; }
    .title > span {
      width: 9px;
      height: 9px; }
    .title .h1, .title .h2, .title .h3, .title .h4, .title .h5, .title h6 {
      font-size: 40px; }
      .title .h1::before, .title .h2::before, .title .h3::before, .title .h4::before, .title .h5::before, .title h6::before {
        top: 20px;
        height: 15px; }
    .title .h2 {
      font-size: 30px; }
    .title .h3 {
      font-size: 25px; }
      .title .h3::before {
        top: 20px; }
    .title .h4 {
      font-size: 20px; }
      .title .h4::before {
        top: 12px; }
    .title .description {
      margin-top: 20px; }

  .social a {
    margin-right: 10px; }
  .social i {
    font-size: 25px; }

  .messengers a {
    margin-right: 20px; }
  .messengers .icon {
    margin-right: 10px;
    width: 38px;
    height: 38px; }
  .messengers .name {
    width: calc(100% - 48px);
    font-size: 14px; }

  header .social-block,
  header .copy,
  header .right,
  footer .social-block,
  footer .copy,
  footer .right {
    margin-top: 17px; }
  header .logo,
  footer .logo {
    margin-right: 12px;
    width: 200px; }
  header .phone,
  footer .phone {
    margin: 0 10px; }
    header .phone .icon,
    footer .phone .icon {
      margin-right: 7px; }
      header .phone .icon i,
      footer .phone .icon i {
        font-size: 18px; }
    header .phone .phone-list,
    footer .phone .phone-list {
      width: calc(100% - 37px); }

  .services,
  .advantages,
  .excursion,
  .report,
  .reviews,
  .team,
  .processes,
  .faq {
    padding: 80px 0; }

  .control .swiper-button-next,
  .control .swiper-button-prev {
    margin: 0 7px;
    width: 45px;
    height: 45px; }
    .control .swiper-button-next::after,
    .control .swiper-button-prev::after {
      font-size: 17px; } }
@media (max-width: 1530px) {
  .title {
    margin-bottom: 30px; }
    .title .description {
      margin-top: 15px; }

  .services,
  .advantages,
  .excursion,
  .report,
  .reviews,
  .team,
  .processes,
  .faq {
    padding: 60px 0; }

  .advantages .flex,
  .processes .flex,
  .faq .flex {
    margin-left: -10px;
    width: calc(100% + 20px); }

  .control .swiper-button-next,
  .control .swiper-button-prev {
    margin: 0 5px;
    width: 40px;
    height: 40px; }
    .control .swiper-button-next::after,
    .control .swiper-button-prev::after {
      font-size: 15px; } }
@media (max-width: 1230px) {
  header .logo,
  footer .logo {
    margin-right: 0;
    width: 180px; }

  .advantages .flex,
  .processes .flex,
  .faq .flex {
    margin-left: 0;
    width: 100%; }

  .messengers a {
    margin: 0 15px 15px 0; }
  .messengers .icon {
    margin-right: 7px;
    width: 35px;
    height: 35px; }
  .messengers .name {
    width: calc(100% - 42px);
    font-size: 14px; } }
.wrap {
  max-width: 1825px;
  width: 100%;
  min-width: 290px;
  padding: 0 15px;
  margin: 0 auto; }

@media (max-width: 1855px) {
  .wrap {
    max-width: 1500px; } }
@media (max-width: 1530px) {
  .wrap {
    max-width: 1200px; } }
@media (max-width: 1230px) {
  .wrap {
    max-width: 830px; } }
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  transition: .2s; }
  header.fixed {
    box-shadow: 0 0 12px 7px rgba(0, 0, 0, 0.1); }
  header .hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    cursor: pointer; }
    header .hamburger span {
      width: 100%;
      height: 2px;
      background: #000; }
  header nav {
    display: flex;
    margin-top: 20px; }
    header nav a {
      margin-right: 20px;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      white-space: nowrap;
      position: relative;
      transition: .2s; }
      header nav a.active, header nav a:hover {
        color: #FF6431; }
      header nav a::after {
        content: '';
        position: absolute;
        top: 6px;
        right: -12.5px;
        display: block;
        width: 5px;
        height: 5px;
        background: #FF6431; }
      header nav a:last-child::after {
        display: none; }

@media (max-width: 1855px) {
  header nav {
    margin-top: 15px; }
    header nav a {
      margin-right: 12px;
      font-size: 14px; }
      header nav a::after {
        top: 6px;
        right: -7.5px;
        width: 3px;
        height: 3px; }
      header nav a:last-child::after {
        display: none; } }
@media (max-width: 1530px) {
  header nav {
    margin-top: 15px; }
    header nav a.display {
      display: none; }
  header .phone {
    position: relative; }
    header .phone .icon {
      cursor: pointer; }
    header .phone .phone-list {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 60px;
      right: 0;
      padding: 10px 15px;
      width: 180px;
      background: #fff;
      box-shadow: inset 0 0 0 1px #FF6431;
      transition: .2s; }
      header .phone .phone-list a {
        white-space: normal;
        font-size: 16px;
        margin: 5px 0; }
    header .phone.open .phone-list {
      top: 40px;
      opacity: 1;
      pointer-events: all; } }
@media (max-width: 1230px) {
  header {
    min-width: 320px; }
    header nav,
    header .social,
    header .btn {
      display: none; }
    header .right,
    header .hamburger {
      margin-top: 10px; }
    header .hamburger {
      display: flex; }
    header .phone {
      margin: 0; }
      header .phone .icon {
        margin-right: 0; } }
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 15px 15px 35px;
  background: #EEEEEE;
  transition: .2s;
  z-index: 11; }
  .mobile-menu.open {
    left: 0; }
  .mobile-menu .logo {
    display: block;
    margin-bottom: 20px;
    width: 146px; }
    .mobile-menu .logo img {
      width: 100%; }
  .mobile-menu nav a {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .2s; }
    .mobile-menu nav a:hover, .mobile-menu nav a.active {
      color: #FF6431; }

footer {
  padding-top: 10px; }
  footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  footer .social-block {
    display: flex;
    align-items: center; }
    footer .social-block strong {
      margin-right: 15px;
      font-size: 16px;
      font-weight: 700; }
  footer .copy {
    font-size: 16px;
    font-weight: 700; }

@media (max-width: 1855px) {
  footer {
    padding-top: 7px; }
    footer .social-block strong {
      margin-right: 12px;
      font-size: 14px; }
    footer .copy {
      font-size: 14px; } }
@media (max-width: 1230px) {
  footer {
    padding-top: 20px; }
    footer .wrap,
    footer .left,
    footer .right {
      width: 100%;
      flex-wrap: wrap;
      justify-content: center; }
    footer .right {
      flex-direction: column; }
    footer .phone {
      margin: 0 0 15px; }
    footer .social-block {
      width: 100%;
      justify-content: center; }
    footer .copy {
      order: 3;
      width: 100%;
      text-align: center; } }
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: .2s;
  z-index: 11;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .modal.open .modal-content {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .modal .modal-content {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    margin: 0 auto;
    padding: 20px 50px 45px;
    position: relative;
    background: #EEEEEE;
    transition: .3s;
    width: 100%;
    min-width: 290px; }
    .modal .modal-content.width-400 {
      max-width: 400px; }
  .modal .title {
    margin-bottom: 35px; }
    .modal .title .h4::before {
      background: #fff; }
  .modal .btn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px; }

@media (max-width: 400px) {
  .modal .modal-content {
    padding: 20px 15px 35px; } }
.toast-message {
  position: fixed;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  display: block;
  width: 330px;
  padding: 15px 20px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  transition: .2s;
  z-index: 11;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  pointer-events: none; }
  .toast-message.open {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .toast-message * {
    color: inherit; }
  .toast-message strong {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700; }
  .toast-message p {
    font-size: 16px; }

@media (max-width: 400px) {
  .toast-message {
    bottom: 15px;
    left: 15px;
    width: 270px; }
    .toast-message strong {
      font-size: 16px; }
    .toast-message p {
      font-size: 14px; } }
.intro {
  margin-top: 120px;
  position: relative; }
  .intro::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 480px;
    background: #EEEEEE;
    z-index: -1; }
  .intro .wrap {
    display: flex;
    align-items: center; }
  .intro .description {
    padding: 100px 20px 100px 0;
    width: calc(100% - 1520px);
    opacity: 0;
    animation: opacity 2s 2s forwards; }
    .intro .description li {
      margin: 35px 0;
      padding-left: 25px;
      font-size: 24px;
      position: relative; }
      .intro .description li::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        display: block;
        width: 10px;
        height: 10px;
        background: #FF6431; }
      .intro .description li span {
        display: inline-block;
        font-size: inherit;
        position: relative;
        z-index: 2; }
        .intro .description li span::before {
          content: '';
          position: absolute;
          top: 15px;
          left: 0;
          display: block;
          width: 100%;
          height: 15px;
          background: #fff;
          z-index: -1; }
  .intro .banner {
    display: flex;
    align-items: center;
    width: 1520px;
    height: 720px;
    position: relative; }
    .intro .banner .content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 70px 858px 70px 0;
      background: #eeeeee;
      background: -moz-linear-gradient(90deg, #eeeeee 0%, rgba(0, 212, 255, 0) 100%);
      background: -webkit-linear-gradient(90deg, #eeeeee 0%, rgba(0, 212, 255, 0) 100%);
      background: linear-gradient(90deg, #eeeeee 0%, rgba(0, 212, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#00d4ff",GradientType=1);
      opacity: 0;
      animation: opacity 2s .5s forwards; }
    .intro .banner .description {
      display: none;
      opacity: 0;
      animation: opacity 2s 1.25s forwards; }
    .intro .banner .h1 {
      font-size: 40px;
      font-weight: 700;
      text-transform: uppercase;
      opacity: 0;
      animation: opacity 2s 1s forwards; }
      .intro .banner .h1 span {
        font-size: inherit;
        font-weight: inherit;
        text-transform: inherit;
        color: #FF6431; }
    .intro .banner .btn {
      margin-top: 25px;
      opacity: 0;
      animation: opacity 2s 1.5s forwards; }
    .intro .banner .img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      z-index: -1;
      opacity: 0;
      animation: opacity 2s 1 forwards; }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media (max-width: 1855px) {
  .intro {
    margin-top: 100px; }
    .intro::before {
      height: 400px; }
    .intro .description {
      padding: 70px 30px 70px 0;
      width: calc(100% - 1200px); }
      .intro .description li {
        margin: 35px 0;
        padding-left: 18px;
        font-size: 22px; }
        .intro .description li::before {
          top: 10px;
          width: 7px;
          height: 7px; }
        .intro .description li span::before {
          top: 15px;
          height: 12px; }
    .intro .banner {
      width: 1200px;
      height: 650px; }
      .intro .banner .content {
        padding: 60px 580px 60px 0; }
      .intro .banner .h1 {
        font-size: 38px; }
      .intro .banner .btn {
        margin-top: 20px; } }
@media (max-width: 1530px) {
  .intro {
    margin-top: 100px; }
    .intro::before {
      height: 350px; }
    .intro .description {
      padding: 50px 30px 50px 0;
      width: calc(100% - 950px); }
      .intro .description li {
        font-size: 18px; }
        .intro .description li span::before {
          top: 11px; }
    .intro .banner {
      width: 950px;
      height: 530px; }
      .intro .banner .content {
        padding: 50px 460px 50px 0; }
      .intro .banner .h1 {
        font-size: 33px; }
      .intro .banner .btn {
        margin-top: 15px; } }
@media (max-width: 1230px) {
  .intro {
    margin-top: 69px; }
    .intro .wrap {
      padding: 0; }
    .intro .description {
      display: none; }
    .intro .banner {
      width: 100%;
      height: auto; }
      .intro .banner .content {
        padding: 100px 15px;
        width: calc(100% - 200px); }
      .intro .banner .description {
        display: block;
        width: 100%;
        padding: 0; }
        .intro .banner .description li {
          margin: 15px 0; }
          .intro .banner .description li span {
            font-size: 16px; }
            .intro .banner .description li span::before {
              top: 8px; }
      .intro .banner .h1 span {
        display: block; } }
@media (max-width: 750px) {
  .intro .banner .content {
    width: 100%; }
  .intro .banner .h1 {
    font-size: 28px; } }
.services .tabs-button {
  margin-bottom: 40px;
  display: flex;
  justify-content: center; }
  .services .tabs-button .block {
    display: flex;
    align-items: center;
    background: #EEEEEE;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    .services .tabs-button .block span {
      padding: 12px 25px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      font-size: 20px;
      font-weight: 700;
      cursor: pointer; }
      .services .tabs-button .block span.active {
        background: #FF6431;
        color: #fff; }
.services .tabs-content {
  display: none;
  flex-wrap: wrap;
  margin-left: -15px;
  width: calc(100% + 30px); }
  .services .tabs-content.active {
    display: flex; }
  .services .tabs-content .item {
    margin: 0 15px 30px;
    padding: 45px 145px 220px 80px;
    width: calc(50% - 30px);
    position: relative; }
    .services .tabs-content .item .content {
      padding: 20px 300px 350px 30px;
      min-height: 560px;
      background: #EEEEEE; }
      .services .tabs-content .item .content ul li {
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative; }
        .services .tabs-content .item .content ul li::before {
          content: '';
          position: absolute;
          top: 12px;
          left: 0;
          display: block;
          width: 7px;
          height: 7px;
          background: #FF6431; }
      .services .tabs-content .item .content strong {
        display: flex;
        font-size: 24px;
        font-weight: 700; }
      .services .tabs-content .item .content p {
        font-size: 24px; }
      .services .tabs-content .item .content .btn {
        margin-top: 10px; }
    .services .tabs-content .item .img {
      display: block;
      position: absolute;
      width: 430px;
      height: 537px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .services .tabs-content .item .img.img-1 {
        top: 0;
        right: 0; }
      .services .tabs-content .item .img.img-2 {
        bottom: 0;
        left: 0; }

@media (max-width: 1855px) {
  .services .tabs-button {
    margin-bottom: 30px; }
    .services .tabs-button .block {
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px; }
      .services .tabs-button .block span {
        padding: 10px 20px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        font-size: 18px; }
  .services .tabs-content .item {
    margin: 0 15px 30px;
    padding: 45px 145px 220px 80px;
    width: calc(50% - 30px); }
    .services .tabs-content .item .content {
      padding: 20px 215px 290px 30px;
      min-height: 475px; }
      .services .tabs-content .item .content strong {
        font-size: 20px; }
      .services .tabs-content .item .content p {
        font-size: 20px; }
    .services .tabs-content .item .img {
      width: 350px;
      height: 470px; } }
@media (max-width: 1530px) {
  .services .tabs-button .block span {
    font-size: 16px; }
  .services .tabs-content .item {
    margin: 0 15px 30px;
    padding: 45px 115px 225px 60px;
    width: calc(50% - 30px); }
    .services .tabs-content .item .content {
      padding: 15px 145px 130px 20px;
      min-height: 340px; }
      .services .tabs-content .item .content strong {
        font-size: 18px; }
      .services .tabs-content .item .content p {
        font-size: 18px; }
    .services .tabs-content .item .img {
      width: 250px;
      height: 350px; }
      .services .tabs-content .item .img.img-2 {
        width: 280px; } }
@media (max-width: 1230px) {
  .services {
    overflow: hidden; }
    .services .tabs-button .block span {
      font-size: 14px; }
    .services .tabs-content {
      flex-wrap: wrap; }
      .services .tabs-content .item {
        margin: 0 0 47px;
        padding: 0;
        width: 100%; }
        .services .tabs-content .item .content {
          padding: 15px 15px 190px 15px;
          min-height: 340px;
          position: relative; }
          .services .tabs-content .item .content::before {
            content: '';
            position: absolute;
            top: 0;
            left: -9999px;
            display: block;
            width: 99999px;
            height: 100%;
            background: #EEEEEE;
            z-index: -1; }
          .services .tabs-content .item .content strong {
            font-size: 18px; }
          .services .tabs-content .item .content p {
            font-size: 18px; }
          .services .tabs-content .item .content ul li::before {
            top: 8px; }
        .services .tabs-content .item .img {
          position: relative;
          z-index: 2; }
          .services .tabs-content .item .img.img-1 {
            display: none; }
          .services .tabs-content .item .img.img-2 {
            margin: -155px 0 0 15px;
            width: calc(100% - 30px);
            max-height: 950px;
            min-height: 368px;
            height: 115vw; } }
.advantages {
  padding-bottom: 0;
  background: #EEEEEE; }
  .advantages .item {
    margin: 0 15px 100px;
    width: calc(25% - 30px);
    min-height: 170px;
    position: relative; }
    .advantages .item.title {
      width: calc(50% - 30px); }
      .advantages .item.title > span {
        margin-top: -35px; }
      .advantages .item.title .h2 {
        max-width: 100%;
        margin: 0; }
        .advantages .item.title .h2::before {
          background: #fff; }
    .advantages .item:not(.title) {
      box-shadow: inset 0 0 0 1px #FF6431;
      padding: 25px 35px 30px; }
      .advantages .item:not(.title) > span {
        position: absolute;
        top: -105px;
        left: 25px;
        font-size: 170px;
        font-weight: 700;
        color: #fff; }
    .advantages .item strong, .advantages .item p {
      position: relative;
      z-index: 2; }
    .advantages .item strong {
      display: block;
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 700; }
    .advantages .item p {
      font-size: 16px;
      line-height: 20px; }

@media (max-width: 1855px) {
  .advantages .item {
    margin: 0 15px 65px;
    width: calc(25% - 30px);
    min-height: 160px; }
    .advantages .item.title {
      width: calc(50% - 30px); }
      .advantages .item.title .text {
        max-width: calc(100% - 20px); }
      .advantages .item.title .h2 {
        margin: 0;
        max-width: 100%; }
    .advantages .item:not(.title) {
      padding: 20px 30px 25px; }
      .advantages .item:not(.title) > span {
        top: -80px;
        font-size: 130px; }
    .advantages .item strong {
      margin-bottom: 7px;
      font-size: 18px; }
    .advantages .item p {
      font-size: 14px;
      line-height: 18px; } }
@media (max-width: 1530px) {
  .advantages .item {
    margin: 0 10px 50px;
    width: calc(25% - 20px);
    min-height: 150px; }
    .advantages .item.title {
      width: calc(50% - 20px); }
    .advantages .item:not(.title) {
      padding: 20px 20px 20px; }
      .advantages .item:not(.title) > span {
        top: -55px;
        left: 20px;
        font-size: 100px; }
    .advantages .item strong {
      font-size: 16px; } }
@media (max-width: 1230px) {
  .advantages .item {
    margin: 0 0 70px;
    width: 100%;
    min-height: 115px; }
    .advantages .item.title {
      width: 100%;
      min-height: auto;
      justify-content: flex-start; }
      .advantages .item.title > span {
        margin-top: -27px; }
      .advantages .item.title .text {
        text-align: left; }
    .advantages .item:not(.title) {
      padding: 30px 20px 20px; }
      .advantages .item:not(.title) > span {
        top: -78px;
        left: 20px;
        font-size: 100px; }
    .advantages .item strong {
      font-size: 14px; } }
.excursion {
  padding-bottom: 0; }
  .excursion .block {
    display: flex;
    border: 1px solid #C4C4C4; }
  .excursion .reservation {
    width: calc(100% - 586px);
    padding: 50px 124px 55px 100px; }
    .excursion .reservation .type {
      display: flex;
      flex-wrap: wrap;
      margin-left: -20px;
      width: calc(100% + 40px); }
    .excursion .reservation .item {
      margin: 0 20px 40px;
      width: calc(33.33% - 40px); }
      .excursion .reservation .item:hover .img {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
        opacity: 1; }
      .excursion .reservation .item:active .img {
        -webkit-transform: scale(0.98);
        -moz-transform: scale(0.98);
        -ms-transform: scale(0.98);
        -o-transform: scale(0.98);
        transform: scale(0.98);
        opacity: 1; }
      .excursion .reservation .item input {
        display: none; }
      .excursion .reservation .item input:checked + label .name {
        color: #FF6431; }
        .excursion .reservation .item input:checked + label .name::before {
          opacity: 1; }
      .excursion .reservation .item label {
        cursor: pointer; }
      .excursion .reservation .item .name {
        display: block;
        margin-bottom: 20px;
        padding-left: 25px;
        font-size: 20px;
        font-weight: 700;
        position: relative;
        transition: .2s; }
        .excursion .reservation .item .name::after, .excursion .reservation .item .name::before {
          content: '';
          position: absolute;
          display: block; }
        .excursion .reservation .item .name::after {
          top: 4px;
          left: 0;
          width: 17px;
          height: 17px;
          box-shadow: inset 0 0 0 2px #FF6431; }
        .excursion .reservation .item .name::before {
          top: 8px;
          left: 4px;
          width: 9px;
          height: 9px;
          background: #FF6431;
          opacity: 0;
          transition: .2s; }
      .excursion .reservation .item .img {
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: .2s; }
    .excursion .reservation .action {
      display: flex;
      justify-content: center; }
  .excursion .checklist {
    width: 586px;
    padding: 45px 87px 0 40px;
    background: #EEEEEE;
    position: relative; }
    .excursion .checklist .title {
      justify-content: flex-start; }
      .excursion .checklist .title .h3 {
        left: 0;
        font-size: 30px;
        font-weight: 700;
        max-width: 100%;
        text-align: left; }
        .excursion .checklist .title .h3::before {
          background: #fff;
          left: 0;
          width: 100%; }
    .excursion .checklist .item {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .excursion .checklist .item .icon {
        margin-right: 20px;
        width: 36px;
        height: 36px;
        background: url("../img/excursion/checklist.svg") no-repeat center/cover; }
      .excursion .checklist .item p {
        width: calc(100% - 56px);
        font-size: 20px;
        font-weight: 700; }
    .excursion .checklist .director {
      position: relative;
      height: 460px; }
      .excursion .checklist .director .info {
        position: absolute;
        top: 205px;
        left: 0;
        width: 250px;
        padding: 30px 60px 30px 35px;
        background: #FF6431; }
      .excursion .checklist .director span {
        display: block;
        color: #fff; }
      .excursion .checklist .director strong {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #fff; }
      .excursion .checklist .director img {
        position: absolute;
        right: -55px;
        bottom: 0;
        width: 380px;
        z-index: 2; }

@media (max-width: 1855px) {
  .excursion .reservation {
    width: calc(100% - 510px);
    padding: 50px 60px 45px; }
    .excursion .reservation .type {
      margin-left: -15px;
      width: calc(100% + 30px); }
    .excursion .reservation .item {
      margin: 0 15px 30px;
      width: calc(33.33% - 30px); }
      .excursion .reservation .item .name {
        margin-bottom: 15px;
        padding-left: 23px;
        font-size: 17px; }
        .excursion .reservation .item .name::after {
          top: 1px;
          width: 17px;
          height: 17px; }
        .excursion .reservation .item .name::before {
          top: 5px; }
      .excursion .reservation .item .img {
        height: 155px; }
  .excursion .checklist {
    width: 510px;
    padding: 45px 70px 0 40px; }
    .excursion .checklist .title {
      margin-bottom: 20px; }
      .excursion .checklist .title .h3 {
        margin: 0;
        font-size: 25px; }
        .excursion .checklist .title .h3::before {
          top: 15px; }
    .excursion .checklist .item {
      margin-bottom: 15px; }
      .excursion .checklist .item .icon {
        margin-right: 15px;
        width: 30px;
        height: 30px; }
      .excursion .checklist .item p {
        width: calc(100% - 45px);
        font-size: 18px; }
    .excursion .checklist .director {
      height: 415px; }
      .excursion .checklist .director .info {
        top: 210px;
        padding: 20px 85px 20px 25px; }
      .excursion .checklist .director strong {
        font-size: 18px; }
      .excursion .checklist .director img {
        width: 340px;
        right: -60px; } }
@media (max-width: 1530px) {
  .excursion .reservation {
    width: calc(100% - 440px);
    padding: 30px 30px 35px; }
    .excursion .reservation .type {
      margin-left: -10px;
      width: calc(100% + 20px); }
    .excursion .reservation .item {
      margin: 0 10px 20px;
      width: calc(33.33% - 20px); }
      .excursion .reservation .item .name {
        margin-bottom: 10px;
        padding-left: 23px;
        font-size: 16px; }
        .excursion .reservation .item .name::after {
          top: 0; }
        .excursion .reservation .item .name::before {
          top: 4px; }
  .excursion .checklist {
    width: 440px;
    padding: 25px 50px 0 30px; }
    .excursion .checklist .title .h3 {
      font-size: 22px; }
      .excursion .checklist .title .h3::before {
        top: 12px; }
    .excursion .checklist .item .icon {
      width: 25px;
      height: 25px; }
    .excursion .checklist .item p {
      width: calc(100% - 40px);
      font-size: 16px; }
    .excursion .checklist .director {
      height: 330px; }
      .excursion .checklist .director .info {
        top: 160px;
        left: 0;
        padding: 15px 65px 15px 20px;
        width: 225px; }
      .excursion .checklist .director strong {
        font-size: 16px; }
      .excursion .checklist .director img {
        right: -30px;
        width: 270px; } }
@media (max-width: 1230px) {
  .excursion {
    overflow: hidden; }
    .excursion .block {
      flex-wrap: wrap;
      border: none; }
    .excursion .reservation {
      width: 100%;
      padding: 30px 0 35px; }
      .excursion .reservation .type {
        margin-left: -10px;
        width: calc(100% + 20px); }
      .excursion .reservation .item {
        margin: 0 10px 20px;
        width: calc(50% - 20px); }
        .excursion .reservation .item .name {
          font-size: 14px; }
        .excursion .reservation .item .img {
          max-height: 240px;
          min-height: 95px;
          height: 30vw; }
    .excursion .checklist {
      margin: 0 -15px;
      width: calc(100% + 30px);
      padding: 25px 50px 0 30px;
      position: relative; }
      .excursion .checklist::before {
        content: '';
        position: absolute;
        top: 0;
        left: -9999px;
        display: block;
        width: 99999px;
        height: 100%;
        background: #EEEEEE;
        z-index: -1; }
      .excursion .checklist .title .h3 {
        font-size: 22px; }
        .excursion .checklist .title .h3::before {
          top: 12px; }
      .excursion .checklist .item .icon {
        width: 25px;
        height: 25px; }
      .excursion .checklist .item p {
        width: calc(100% - 40px);
        font-size: 16px; }
      .excursion .checklist .director .info {
        right: 145px;
        left: auto;
        padding: 15px 40px 15px 20px; }
      .excursion .checklist .director strong {
        font-size: 16px; } }
@media (max-width: 470px) {
  .excursion .checklist .director .info {
    top: 60px;
    right: 115px;
    padding: 15px 20px;
    width: 190px; } }
@media (max-width: 400px) {
  .excursion .checklist .director {
    height: 280px; }
    .excursion .checklist .director .info {
      top: 45px;
      right: 80px;
      padding: 15px;
      width: 175px; }
    .excursion .checklist .director img {
      right: -50px;
      width: 230px; } }
.portfolio {
  padding-top: 80px;
  position: relative;
  overflow: hidden; }
  .portfolio .tabs-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    .portfolio .tabs-button span {
      margin: 0 5px 10px;
      padding: 12px 25px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      font-size: 20px;
      font-weight: 700;
      cursor: pointer;
      background: #EEEEEE; }
      .portfolio .tabs-button span.active {
        background: #FF6431;
        color: #fff; }
  .portfolio .gallery-top {
    position: relative; }
    .portfolio .gallery-top .swiper-slide {
      display: flex;
      align-items: center; }
    .portfolio .gallery-top .img {
      width: 1210px;
      height: 775px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .portfolio .gallery-top .description {
      margin-top: -100px;
      padding: 100px 70px;
      width: calc(100% - 1210px);
      background: #EEEEEE; }
      .portfolio .gallery-top .description strong,
      .portfolio .gallery-top .description span {
        display: block;
        font-size: 30px; }
      .portfolio .gallery-top .description strong {
        margin-bottom: 3px;
        font-weight: 700; }
    .portfolio .gallery-top .control {
      top: 50px;
      right: 200px; }
    .portfolio .gallery-top .swiper-pagination {
      margin-left: 20px;
      position: static;
      width: auto;
      font-size: 30px;
      color: #ADADAD; }
      .portfolio .gallery-top .swiper-pagination span {
        font-size: inherit;
        color: inherit; }
        .portfolio .gallery-top .swiper-pagination span.swiper-pagination-current {
          font-weight: 700;
          color: #000; }
  .portfolio .tabs-content {
    position: relative; }
    .portfolio .tabs-content > .control {
      bottom: 0;
      left: 1240px; }
  .portfolio .swiper-block {
    position: absolute;
    right: -25px;
    bottom: 80px;
    width: 880px; }
  .portfolio .gallery-thumbs .swiper-slide {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .portfolio .gallery-thumbs .swiper-slide-thumb-active {
    box-shadow: inset 0 0 0 3px #fff; }

@media (max-width: 1855px) {
  .portfolio {
    padding-top: 60px; }
    .portfolio .tabs-button {
      margin-bottom: 40px; }
      .portfolio .tabs-button span {
        padding: 10px 20px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        font-size: 18px; }
    .portfolio .gallery-top .img {
      width: 1100px;
      height: 650px; }
    .portfolio .gallery-top .description {
      margin-top: 0;
      padding: 60px 40px;
      width: calc(100% - 1100px); }
      .portfolio .gallery-top .description strong,
      .portfolio .gallery-top .description span {
        font-size: 22px; }
    .portfolio .gallery-top .control {
      top: 80px;
      right: 90px; }
    .portfolio .gallery-top .swiper-pagination {
      margin-left: 15px;
      font-size: 24px; }
    .portfolio .tabs-content > .control {
      left: 1120px; }
    .portfolio .swiper-block {
      width: 550px; }
      .portfolio .swiper-block .control {
        bottom: -80px;
        left: 195px; }
    .portfolio .gallery-thumbs .swiper-slide {
      height: 190px; } }
@media (max-width: 1530px) {
  .portfolio .tabs-button {
    margin-bottom: 30px; }
    .portfolio .tabs-button span {
      font-size: 16px; }
  .portfolio .gallery-top .img {
    width: 900px;
    height: 580px; }
  .portfolio .gallery-top .description {
    margin-top: -30px;
    padding: 40px 20px;
    width: calc(100% - 900px); }
    .portfolio .gallery-top .description strong,
    .portfolio .gallery-top .description span {
      font-size: 18px; }
  .portfolio .gallery-top .control {
    top: 60px;
    right: 60px; }
  .portfolio .gallery-top .swiper-pagination {
    margin-left: 10px;
    font-size: 20px; }
  .portfolio .tabs-content > .control {
    left: 920px; }
  .portfolio .swiper-block {
    width: 450px; }
    .portfolio .swiper-block .control {
      left: 265px; }
  .portfolio .gallery-thumbs .swiper-slide {
    height: 165px; } }
@media (max-width: 1230px) {
  .portfolio .tabs-button {
    margin-bottom: 20px; }
    .portfolio .tabs-button span {
      font-size: 14px; }
  .portfolio .tabs-content > .control {
    display: none; }
  .portfolio .control {
    margin-top: 20px;
    position: static; }
  .portfolio .gallery-top .swiper-slide {
    flex-wrap: wrap; }
  .portfolio .gallery-top .img {
    width: 100%;
    max-height: 530px;
    height: 60vw;
    min-height: 200px; }
  .portfolio .gallery-top .description {
    margin-top: 20px;
    padding: 20px;
    width: 100%; }
    .portfolio .gallery-top .description strong,
    .portfolio .gallery-top .description span {
      font-size: 16px; }
  .portfolio .gallery-thumbs {
    display: none; } }
.report {
  overflow: hidden; }
  .report .wrap {
    display: flex;
    align-items: center; }
  .report .description {
    padding-right: 90px;
    width: 610px; }
  .report .title {
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px; }
    .report .title span {
      margin: 17px 10px 0 0; }
    .report .title .text,
    .report .title .h2 {
      margin: 0;
      width: calc(100% - 21px);
      max-width: calc(100% - 21px);
      text-align: left; }
      .report .title .text::before,
      .report .title .h2::before {
        display: none; }
    .report .title .description {
      margin-top: 10px;
      font-size: 28px; }
  .report .messengers {
    padding-left: 21px; }
  .report .checklist {
    display: flex;
    align-items: center;
    width: calc(100% - 610px); }
  .report .block {
    padding: 40px 140px 40px 55px;
    background: #EEEEEE;
    width: calc(100% - 364px);
    position: relative; }
    .report .block::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 9999px;
      height: 100%;
      background: #EEEEEE; }
  .report li {
    margin: 30px 0;
    padding-left: 20px;
    position: relative; }
    .report li::before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      display: block;
      width: 10px;
      height: 10px;
      background: #FF6431; }
    .report li strong {
      display: block;
      font-size: 20px;
      font-weight: 700; }
    .report li p {
      font-size: 18px; }
  .report .swiper-block {
    width: 365px;
    height: 717px;
    padding: 28px 31px;
    position: relative; }
    .report .swiper-block::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: url("../img/report/phone.png") no-repeat center/contain;
      z-index: 2;
      pointer-events: none; }
  .report .swiper-container {
    width: 100%;
    height: 100%;
    background: #fff; }
  .report .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .report .phone .control {
    display: none; }
  .report .control {
    right: 20px;
    bottom: -26px; }

@media (max-width: 1855px) {
  .report .description {
    padding-right: 60px;
    width: 500px; }
  .report .title {
    margin-bottom: 25px; }
    .report .title span {
      margin: 15px 10px 0 0; }
    .report .title .description {
      width: 100%;
      font-size: 22px; }
  .report .messengers {
    padding-left: 21px; }
  .report .checklist {
    width: calc(100% - 500px); }
  .report .block {
    padding: 25px 90px 25px 35px;
    width: calc(100% - 364px); }
  .report li {
    margin: 25px 0; }
    .report li::before {
      top: 8px;
      width: 7px;
      height: 7px; }
    .report li strong {
      font-size: 18px; }
    .report li p {
      font-size: 16px; }
  .report .swiper-block {
    width: 320px;
    height: 630px;
    padding: 26px 27px; }
  .report .control {
    right: 15px;
    bottom: -24px; } }
@media (max-width: 1530px) {
  .report .description {
    padding-right: 20px;
    width: 420px; }
  .report .title {
    margin-bottom: 20px; }
    .report .title .description {
      font-size: 20px; }
  .report .checklist {
    width: calc(100% - 420px); }
  .report .block {
    padding: 20px 20px 20px 25px;
    width: calc(100% - 290px); }
  .report li {
    margin: 20px 0; }
    .report li::before {
      top: 6px; }
    .report li strong {
      margin-bottom: 5px;
      font-size: 16px; }
    .report li p {
      font-size: 14px; }
  .report .swiper-block {
    width: 290px;
    height: 570px;
    padding: 23px 24px; }
  .report .control {
    right: 15px;
    bottom: -24px; } }
@media (max-width: 1230px) {
  .report .wrap {
    flex-wrap: wrap; }
  .report .description {
    padding-right: 0;
    width: 100%; }
  .report .title {
    margin-bottom: 20px; }
    .report .title .description {
      font-size: 16px; }
  .report .checklist {
    margin-top: 30px;
    width: 100%;
    flex-wrap: wrap; }
  .report .block {
    padding: 20px 15px;
    width: 100%;
    position: relative; }
    .report .block::after {
      content: '';
      position: absolute;
      top: 0;
      left: -9999px;
      display: block;
      width: 99999px;
      height: 100%;
      background: #EEEEEE;
      z-index: -1; }
    .report .block .control {
      display: none; }
    .report .block::before {
      display: none; }
  .report li {
    margin: 20px 0; }
    .report li::before {
      top: 6px; }
    .report li strong {
      margin-bottom: 5px;
      font-size: 16px; }
    .report li p {
      font-size: 14px; }
  .report .phone {
    width: 100%;
    position: relative; }
    .report .phone::before {
      content: '';
      position: absolute;
      top: 0;
      left: -9999px;
      display: block;
      width: 99999px;
      height: 260px;
      background: #EEEEEE; }
    .report .phone .control {
      display: flex; }
  .report .swiper-block {
    margin: 0 auto 50px;
    width: 290px;
    height: 570px;
    padding: 24px; }
  .report .control {
    position: static;
    margin-top: 50px;
    right: 15px;
    bottom: -24px; } }
.reviews {
  margin-bottom: 40px;
  padding-bottom: 0;
  background: #EEEEEE;
  position: relative; }
  .reviews::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 77px;
    background: #fff; }
  .reviews .title {
    width: 426px;
    justify-content: flex-start; }
    .reviews .title .h2::before {
      background: #fff; }
  .reviews .control {
    position: static;
    justify-content: flex-start;
    width: 426px; }
    .reviews .control.mobile {
      display: none; }
  .reviews .swiper-container {
    margin-top: -140px; }
  .reviews .swiper-slide {
    transition: .2s; }
    .reviews .swiper-slide.swiper-slide-active {
      padding-top: 150px; }
    .reviews .swiper-slide.swiper-slide-next + .swiper-slide {
      padding-top: 150px; }
  .reviews .avatar {
    margin: 0 35px 0 auto;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2; }
  .reviews .content {
    margin-top: -50px;
    padding: 50px 25px 170px;
    background: #fff; }
  .reviews strong {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700; }
  .reviews p {
    font-size: 16px; }
  .reviews .img {
    margin-top: -140px;
    margin-left: 45px;
    width: calc(100% - 90px);
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

@media (max-width: 1855px) {
  .reviews::before {
    height: 55px; }
  .reviews .title,
  .reviews .control {
    width: 345px; }
  .reviews .avatar {
    margin: 0 25px 0 auto;
    width: 80px;
    height: 80px; }
  .reviews .content {
    margin-top: -40px;
    padding: 40px 20px 140px; }
  .reviews strong {
    margin-bottom: 10px; }
  .reviews p {
    font-size: 14px; }
  .reviews .img {
    margin-top: -120px;
    margin-left: 35px;
    width: calc(100% - 70px);
    height: 230px; } }
@media (max-width: 1530px) {
  .reviews::before {
    height: 55px; }
  .reviews .title,
  .reviews .control {
    width: 270px; }
  .reviews .avatar {
    margin: 0 20px 0 auto;
    width: 50px;
    height: 50px; }
  .reviews .content {
    margin-top: -25px;
    padding: 30px 20px 110px; }
  .reviews strong {
    margin-bottom: 7px; }
  .reviews .img {
    margin-top: -90px;
    margin-left: 20px;
    width: calc(100% - 40px);
    height: 165px; } }
@media (max-width: 1230px) {
  .reviews {
    margin-bottom: 30px; }
    .reviews .title,
    .reviews .control {
      width: 100%;
      justify-content: center; }
    .reviews .control {
      display: none; }
      .reviews .control.mobile {
        margin-top: 40px;
        display: flex; }
    .reviews .swiper-container {
      margin-top: 30px; }
    .reviews .swiper-slide.swiper-slide-active {
      padding-top: 0; }
    .reviews .swiper-slide.swiper-slide-next + .swiper-slide {
      padding-top: 0; }
    .reviews::before {
      height: 140px; }
    .reviews .img {
      margin-top: -90px;
      margin-left: 20px;
      width: calc(100% - 40px);
      max-height: 400px;
      min-height: 192px;
      height: 60vw; } }
.team .title, .team .control {
  width: 900px; }
.team .control {
  bottom: 0;
  left: 0; }
.team .swiper-container {
  margin-top: -130px; }
.team .swiper-slide {
  display: flex;
  align-items: center; }
.team .poster {
  margin-right: 10px;
  width: 900px;
  height: 630px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.team .photo {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 910px); }
.team .item {
  margin: 0 10px 20px;
  width: 427px;
  height: 427px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff; }
  .team .item:nth-child(even) {
    margin-right: 0; }
  .team .item .info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: .2s;
    z-index: 2; }
    .team .item .info:hover {
      opacity: 1; }
    .team .item .info strong, .team .item .info span {
      display: block;
      font-size: 20px; }
    .team .item .info span {
      margin-top: 5px;
      font-weight: bold; }
  .team .item .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

@media (max-width: 1855px) {
  .team .title {
    margin-bottom: 75px; }
  .team .title, .team .control {
    width: 770px; }
  .team .swiper-container {
    margin-top: -130px; }
  .team .poster {
    width: 770px;
    height: 530px; }
  .team .photo {
    width: calc(100% - 770px); }
  .team .item {
    width: 332px;
    height: 332px; }
    .team .item .info strong, .team .item .info span {
      font-size: 18px; }
    .team .item .info span {
      margin-top: 3px; }
  .team .control {
    bottom: 20px; } }
@media (max-width: 1530px) {
  .team .title {
    margin-bottom: 45px; }
  .team .title, .team .control {
    width: 590px; }
  .team .swiper-container {
    margin-top: -100px; }
  .team .poster {
    width: 590px;
    height: 410px; }
  .team .photo {
    width: calc(100% - 590px); }
  .team .item {
    width: 272px;
    height: 272px; }
    .team .item .info strong, .team .item .info span {
      font-size: 16px; }
  .team .control {
    bottom: 15px; } }
@media (max-width: 1230px) {
  .team .title {
    margin-bottom: 30px; }
  .team .title, .team .control {
    width: 100%; }
  .team .swiper-container {
    margin-top: 0; }
  .team .swiper-slide {
    flex-wrap: wrap; }
  .team .poster {
    margin-bottom: 20px;
    width: 100%;
    max-height: 530px;
    min-height: 200px;
    height: 64vw; }
  .team .photo {
    margin-left: -10px;
    width: calc(100% + 20px); }
  .team .item {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .team .item:nth-child(even) {
      margin: 0 10px 30px; }
    .team .item .img {
      position: static;
      max-height: 385px;
      min-height: 130px;
      height: 43vw;
      margin-bottom: 10px; }
    .team .item .info {
      padding: 0;
      display: block;
      width: 100%;
      height: auto;
      order: 2;
      opacity: 1;
      text-align: center;
      background: none; }
      .team .item .info strong, .team .item .info span {
        font-size: 12px; }
  .team .control {
    position: static;
    margin-top: 15px; } }
.processes {
  background: #EEEEEE; }
  .processes .item {
    margin: 0 15px 30px;
    width: calc(25% - 30px);
    min-height: 270px;
    position: relative; }
    .processes .item.title {
      width: calc(50% - 30px); }
      .processes .item.title .h2::before {
        background: #fff; }
    .processes .item:not(.title) {
      background: #fff;
      padding: 25px 35px 30px; }
      .processes .item:not(.title) > span {
        position: absolute;
        top: 25px;
        right: 35px;
        font-size: 40px;
        font-weight: 700;
        color: #EEEEEE; }
    .processes .item .icon {
      margin-bottom: 15px;
      width: 45px;
      height: 45px;
      position: relative;
      z-index: 2; }
      .processes .item .icon img {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%; }
    .processes .item strong {
      display: block;
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 700; }
    .processes .item p {
      font-size: 16px;
      line-height: 20px; }
    .processes .item .btn {
      margin-top: 15px; }

@media (max-width: 1855px) {
  .processes .item {
    min-height: 230px; }
    .processes .item:not(.title) {
      padding: 20px 25px 25px; }
      .processes .item:not(.title) > span {
        top: 20px;
        right: 25px;
        font-size: 30px; }
    .processes .item .icon {
      margin-bottom: 12px;
      width: 40px;
      height: 40px; }
    .processes .item strong {
      margin-bottom: 7px;
      font-size: 18px; }
    .processes .item p {
      font-size: 14px;
      line-height: 18px; } }
@media (max-width: 1530px) {
  .processes .item {
    margin: 0 10px 20px; }
    .processes .item.title {
      width: calc(50% - 20px); }
    .processes .item:not(.title) {
      padding: 20px 15px 25px;
      width: calc(25% - 20px); }
      .processes .item:not(.title) > span {
        top: 20px;
        right: 15px;
        font-size: 25px; }
    .processes .item .icon {
      margin-bottom: 10px;
      width: 35px;
      height: 35px; }
    .processes .item strong {
      font-size: 16px; } }
@media (max-width: 1230px) {
  .processes .item {
    margin: 0 0 20px;
    min-height: auto; }
    .processes .item.title {
      width: 100%; }
    .processes .item:not(.title) {
      width: 100%; } }
.faq .wrap {
  max-width: 1522px; }
.faq .item {
  margin: 0 15px 15px;
  width: calc(50% - 30px); }
  .faq .item .question {
    display: flex;
    justify-content: space-between;
    background: #EEEEEE;
    cursor: pointer; }
  .faq .item .question-text {
    padding: 15px 20px;
    width: calc(100% - 50px);
    font-size: 16px;
    font-weight: 700; }
  .faq .item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-height: 100%;
    background: #FF6431; }
    .faq .item .icon i {
      font-size: 20px;
      color: #fff;
      transition: .2s; }
  .faq .item .answear {
    display: none;
    padding: 15px 70px 15px 20px; }
  .faq .item.open .icon i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

@media (max-width: 1855px) {
  .faq .item .question-text {
    padding: 12px 18px;
    width: calc(100% - 36px); }
  .faq .item .icon {
    width: 45px; }
    .faq .item .icon i {
      font-size: 18px; }
  .faq .item .answear {
    padding: 10px 65px 10px 20px; } }
@media (max-width: 1530px) {
  .faq .wrap {
    max-width: 1200px; } }
@media (max-width: 1230px) {
  .faq .wrap {
    max-width: 830px; }
  .faq .flex {
    flex-wrap: wrap; }
  .faq .item {
    margin: 0 0 20px;
    width: 100%; } }
.contacts {
  overflow: hidden; }
  .contacts .wrap {
    display: flex;
    justify-content: flex-end;
    max-width: 1795px;
    min-height: 625px;
    position: relative; }
    .contacts .wrap .wrap {
      max-width: 1522px;
      pointer-events: none; }
  .contacts iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }
  .contacts .block {
    padding: 100px 45px;
    width: 425px;
    background: #EEEEEE;
    position: relative;
    pointer-events: all;
    z-index: 2; }
    .contacts .block .title .h2::before {
      background: #fff; }
    .contacts .block strong {
      display: block;
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 700; }
    .contacts .block a {
      display: block;
      font-size: 18px;
      transition: .2s; }
      .contacts .block a:hover {
        color: #FF6431; }
    .contacts .block .btn {
      margin-top: 20px; }
    .contacts .block .card {
      margin-bottom: 30px; }

@media (max-width: 1855px) {
  .contacts .wrap {
    min-height: 570px; }
  .contacts .block {
    padding: 70px 40px;
    width: 380px; }
    .contacts .block strong {
      margin-bottom: 7px;
      font-size: 16px; }
    .contacts .block a {
      font-size: 16px; }
    .contacts .block .btn {
      margin-top: 15px; }
    .contacts .block .card {
      margin-bottom: 20px; } }
@media (max-width: 1530px) {
  .contacts .wrap {
    min-height: 470px; }
    .contacts .wrap .wrap {
      max-width: 1200px; } }
@media (max-width: 1230px) {
  .contacts {
    background: #EEEEEE; }
    .contacts > .wrap {
      padding: 0;
      min-height: auto;
      display: flex;
      flex-direction: column-reverse; }
      .contacts > .wrap .wrap {
        max-width: 830px;
        justify-content: flex-start;
        min-height: auto; }
    .contacts iframe {
      position: static;
      height: 420px; }
    .contacts .block {
      padding: 40px 15px;
      width: 100%; } }

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