@charset "UTF-8";
/* Анулювання стандартних відступів в браузері */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap");
@import url(//fonts.googleapis.com/css?family=Lato:300:400);
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .advantages__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 6vw));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 6vw));
}

nav {
  background: #252525;
  padding: 5px 40px;
  margin: 0 auto;
}

nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav ul li {
  padding: 15px 0;
  cursor: pointer;
}

nav ul li.items {
  position: relative;
  width: auto;
  margin: 0 16px;
  text-align: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

nav ul li.items::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  height: 2px;
  width: 100%;
  background: #33ffff;
  opacity: 0;
}

nav ul li.items:hover::after {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  bottom: 8px;
}

nav ul li.logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 200px 0 0;
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

nav ul li a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

nav ul li:hover a {
  color: cyan;
}

nav ul li i {
  font-size: 23px;
}

nav ul li.btn {
  display: none;
}

nav ul li.btn.show i::before {
  content: "";
}

@media all and (max-width: 900px) {
  nav {
    padding: 5px 30px;
  }

  nav ul li.items {
    width: 100%;
    display: none;
  }

  nav ul li.items.show {
    display: block;
  }

  nav ul li.btn {
    display: block;
  }

  nav ul li.items:hover {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #33ffff, inset 0 0 10px #66ffff;
            box-shadow: inset 0 0 5px #33ffff, inset 0 0 10px #66ffff;
  }

  nav ul li.items:hover::after {
    opacity: 0;
  }
}
.fullscreen {
  min-height: 90vh;
  background: url("../img/fullscreen.jpg") center/auto fixed no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.fullscreen__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -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;
  padding: 40px;
}

/*
.fullscreen__body2 {
  padding: 50px 75px;
  //background: rgba(54, 45, 45, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  box-shadow: 13px 13px 16px rgba(0, 0, 0, 0.16),
    -13px -13px 16px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translateY(4rem);
  animation: fadeInUp 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
*/
.fullscreen__title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 50.4px;
  color: #fefefe;
  margin: 0 0 60px 0;
  -webkit-filter: drop-shadow(1px 2px 2px #000);
          filter: drop-shadow(1px 2px 2px #000);
}

.fullscreen__text {
  margin: 16px 0;
  font-size: 36px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  color: #fefefe;
  letter-spacing: 1.5px;
  -webkit-filter: drop-shadow(1px 2px 2px #000);
          filter: drop-shadow(1px 2px 2px #000);
}

.header__phone {
  position: relative;
  text-align: right;
  margin: 170px 0 0 1890px;
  bottom: 0px;
  right: 0px;
  z-index: 15;
}

.header__button {
  font-family: "Poppins", sans-serif;
  background-color: #5278ff;
  border-radius: 50px;
  color: #e9e9e9;
  cursor: pointer;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  padding: 0.9rem 4rem;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -webkit-box-shadow: 5px 5px 10px 0 #191919;
          box-shadow: 5px 5px 10px 0 #191919;
}
.header__button:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  outline: none;
}

.Phone {
  position: relative;
  display: block;
  margin: -8.5px 0 0 0;
  width: 1em;
  height: 1em;
  font-size: 64px;
  background-color: #3498db;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.Phone::before,
.Phone::after {
  position: absolute;
  content: "";
}

.Phone::before {
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
          transform: translate3d(0, 0, 0) scale(0);
}

.Phone::after {
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.Phone.is-animating {
  -webkit-animation: phone-outer 3000ms infinite;
          animation: phone-outer 3000ms infinite;
}
.Phone.is-animating::before {
  -webkit-animation: phone-inner 3000ms infinite;
          animation: phone-inner 3000ms infinite;
}
.Phone.is-animating::after {
  -webkit-animation: phone-icon 3000ms infinite;
          animation: phone-icon 3000ms infinite;
}

@-webkit-keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
            transform: translate3d(0, 0, 0) scale(1.1);
    -webkit-box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

@keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
            transform: translate3d(0, 0, 0) scale(1.1);
    -webkit-box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
            transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
}
@keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
            transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
}
@-webkit-keyframes phone-icon {
  0% {
    -webkit-transform: translate3d(0em, 0, 0);
            transform: translate3d(0em, 0, 0);
  }
  2% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  4% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  6% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  8% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  10% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  12% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  14% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  16% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  18% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  22% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  24% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  26% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  28% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  32% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  34% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  36% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  38% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  42% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  44% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  46% {
    -webkit-transform: translate3d(0em, 0, 0);
            transform: translate3d(0em, 0, 0);
  }
}
@keyframes phone-icon {
  0% {
    -webkit-transform: translate3d(0em, 0, 0);
            transform: translate3d(0em, 0, 0);
  }
  2% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  4% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  6% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  8% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  10% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  12% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  14% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  16% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  18% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  22% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  24% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  26% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  28% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  32% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  34% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  36% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  38% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  42% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  44% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  46% {
    -webkit-transform: translate3d(0em, 0, 0);
            transform: translate3d(0em, 0, 0);
  }
}
.info {
  margin: 10px 0 0 0;
  padding: 0;
}
.info .info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info .info__row .info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: left;
  margin: 0 auto 10px 0;
}
.info .info__row .info__body .info__container {
  position: relative;
  width: 400px;
  height: 370px;
  margin: 10px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .info .info__row .info__body .info__container {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .info .info__row .info__body .info__container {
    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;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 480px) {
  .info .info__row .info__body .info__container.one {
    height: 320px;
  }
}
.info .info__row .info__body .info__container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info .info__row .info__body .info__container .content-box {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 7px;
  font-family: "Roboto", sans-serif;
  border-radius: 10px 10px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.info .info__row .info__body .info__container .content-box .info__title {
  font-family: "Roboto", cursive;
  font-size: calc(16px + 2 * ((100vw - 320px) / 960));
  color: #36395a;
  letter-spacing: 0.7px;
  font-weight: 300;
  margin: 0 0 0 5px;
}
.info .info__row .info__body .info__container .content-box p {
  margin: 0 0 0 20px;
  letter-spacing: 0.75px;
}
.info .info__row .info__body .info__container .content-box .info__subtitle {
  font-size: calc(17px + 3 * ((100vw - 320px) / 960));
  font-weight: 500;
}
.info .info__row .info__body .info__container .content-box .info__text {
  font-size: 16px;
  font-size: calc(14px + 2 * ((100vw - 320px) / 960));
  line-height: 18px;
}
.info .info__row .info__body .info__container .content-box .btn {
  width: 95%;
  margin: 0 auto;
  padding: 0 0 0 5px;
  letter-spacing: 0.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info .info__row .info__body .info__container .content-box .btn button {
  width: 180px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.4px;
  background: -webkit-gradient(linear, left top, right top, from(#09203f), to(#537895));
  background: linear-gradient(to right, #09203f, #537895);
  border-radius: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.info .info__row .info__body .info__container .content-box .btn button:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  outline: none;
}

.advantages {
  margin: 20px 0 0 0;
  padding: 0;
}
.advantages .subtitle {
  font-family: "Roboto", cursive;
  font-size: calc(13px + 5.5 * ((100vw - 320px) / 960));
  color: #36395a;
  letter-spacing: 0.7px;
  font-weight: 300;
  margin: -10px 0 20px 0;
}
.advantages .advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages .advantages__row .advantages__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto 10px 0;
}
@media screen and (max-width: 768px) {
  .advantages .advantages__row .advantages__body .advantages__list {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.advantages .advantages__row .advantages__body .advantages__container {
  position: relative;
  width: 20%;
  height: 300px;
  margin: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .advantages .advantages__row .advantages__body .advantages__container {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .advantages .advantages__row .advantages__body .advantages__container {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .advantages .advantages__row .advantages__body .advantages__container {
    height: auto;
  }
}
.advantages .advantages__row .advantages__body .advantages__container .advantages__img img {
  z-index: 1;
  width: 54px;
  height: 54px;
  top: 0;
  margin: 0 auto 10px auto;
}
.advantages .advantages__row .advantages__body .advantages__container .content-box {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 7px;
  font-family: "Roboto", sans-serif;
  border-radius: 10px 10px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.advantages .advantages__row .advantages__body .advantages__container .content-box p {
  margin: 0 0 0 20px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1024px) {
  .advantages .advantages__row .advantages__body .advantages__container .content-box p {
    margin: 10px 0 0 0;
  }
}
.advantages .advantages__row .advantages__body .advantages__container .content-box .advantages__subtitle {
  font-size: calc(20px + 0 * ((100vw - 320px) / 960));
  font-weight: 500;
}
.advantages .advantages__row .advantages__body .advantages__container .content-box .advantages__text {
  font-size: calc(16px + 0 * ((100vw - 320px) / 960));
}

.cards {
  margin: 10px 0 0 0;
  padding: 0;
}
.cards .cards__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards .cards__row .cards__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  margin: 0 auto 10px 0;
}
@media screen and (max-width: 768px) {
  .cards .cards__row .cards__body {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.cards .cards__row .cards__body .cards__container {
  position: relative;
  width: 320px;
  height: 370px;
  margin: 9px;
  -webkit-clip-path: polygon(4.306% 100%, 86.871% 99.618%, 91.579% 97.377%, 100% 97.377%, 100% 70.01%, 100% 68.617%, 100% 2.395%, 94.967% 0%, 0% 0.027%, 0% 93.352%, 4.306% 95.392%, 4.306% 100%);
          clip-path: polygon(4.306% 100%, 86.871% 99.618%, 91.579% 97.377%, 100% 97.377%, 100% 70.01%, 100% 68.617%, 100% 2.395%, 94.967% 0%, 0% 0.027%, 0% 93.352%, 4.306% 95.392%, 4.306% 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #26242e;
  overflow: hidden;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .cards .cards__row .cards__body .cards__container {
    width: 300px;
    height: 350px;
  }
}
.cards .cards__row .cards__body .cards__container img {
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.cards .cards__row .cards__body .cards__container::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50px;
  width: 300px;
  height: 300px;
  background: url("../../img/poster.jpg") center/auto fixed no-repeat;
  opacity: 0.1;
}
.cards .cards__row .cards__body .cards__container .content-box {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 7px;
  width: 305px;
  height: 170px;
  padding: 0 7px;
  font-family: "Roboto", sans-serif;
  border-radius: 10px 10px 15px 15px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.25), -15px -15px 25px rgba(0, 0, 0, 0.25), inset 15px 15px 26px rgba(0, 0, 0, 0.2), inset -15px -15px 26px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.25), -15px -15px 25px rgba(0, 0, 0, 0.25), inset 15px 15px 26px rgba(0, 0, 0, 0.2), inset -15px -15px 26px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(240, 240, 240, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.cards .cards__row .cards__body .cards__container .content-box .name {
  font-family: "Caveat", cursive;
  font-size: 34px;
  color: #102A36;
  letter-spacing: 0.7px;
  font-weight: 600;
  margin: 0 0 0 5px;
}
.cards .cards__row .cards__body .cards__container .content-box p {
  margin: 0 0 0 20px;
  color: #dddddd;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.cards .cards__row .cards__body .cards__container .content-box .btn {
  width: 95%;
  margin: 0 auto;
  padding: 0 10px;
  color: #fefefe;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cards .cards__row .cards__body .cards__container .content-box .btn button {
  width: 150px;
  height: 40px;
  font-size: 15px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.4px;
  background: -webkit-gradient(linear, left top, right top, from(#09203f), to(#537895));
  background: linear-gradient(to right, #09203f, #537895);
  -webkit-box-shadow: 0 15px 50px #304e6c;
          box-shadow: 0 15px 50px #304e6c;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.cards .cards__row .cards__body .cards__container .content-box .btn button:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  outline: none;
}

.all-tours {
  width: 100vw;
  background: #444444;
  background: url(../../img/section.jpg) top center/auto fixed no-repeat;
  padding: 100px 0;
}
.all-tours__text {
  font-family: "Cuprum", sans-serif;
  margin: 0 0 60px 0;
  font-size: calc(24px + 6 * ((100vw - 320px) / 960));
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.all-tours__btn {
  display: block;
  width: 350px;
  margin: 0 auto;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: calc(20px + 4 * ((100vw - 320px) / 960));
  letter-spacing: 3px;
  font-weight: 500;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: transparent;
  border: 1px solid #fefefe;
}
@media screen and (max-width: 768px) {
  .all-tours__btn {
    width: 300px;
  }
}
.all-tours__btn:hover {
  background: #fefefe;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.all-tours__btn a {
  display: block;
  padding: 20px 50px;
  color: #fefefe;
}
@media screen and (max-width: 600px) {
  .all-tours__btn a {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 480px) {
  .all-tours__btn a {
    padding: 15px 20px;
  }
}
.all-tours__btn a:hover {
  color: #5aaebc;
}

.tours-container {
  margin: 0px auto;
}

section.gallery {
  position: relative;
  padding: 45px 0;
}

h2.gallery-title {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 45px;
  position: relative;
}

h2.gallery-title:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #111111;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.gallery-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  font-size: 0;
  margin-top: 30px;
}

.gallery-item {
  display: block;
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  overflow: hidden;
  position: relative;
}

.gallery-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  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;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 2;
}

.gallery-item:hover .gallery-item-hover {
  opacity: 1;
}

.gallery-item:hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
          transform: scale(1.3) rotate(5deg);
}

.gallery-item img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 991px) {
  .gallery-item {
    -webkit-box-flex: 33.3%;
        -ms-flex: 33.3%;
            flex: 33.3%;
  }
}
@media (max-width: 768px) {
  .gallery-item {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
@media (max-width: 530px) {
  .gallery-item {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.tours-info .tours-info__title {
  font-family: "Roboto", sans-serif;
  font-size: calc(20px + 8 * ((100vw - 320px) / 960));
  color: #36395a;
  margin: 0 0 30px 0;
}
.tours-info .tours-info__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 50px 0;
  padding: 0 275px;
}
@media screen and (max-width: 768px) {
  .tours-info .tours-info__info {
    padding: 0;
  }
}
.tours-info .tours-info__price {
  font-family: "Roboto", cursive;
  font-size: calc(22px + 2 * ((100vw - 320px) / 960));
  font-weight: 500;
  margin: 10px 0 0 0;
}
.tours-info .tours-info__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 50px;
}
.tours-info .tours-info__stars img {
  margin: 0 1px;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.tours-info .tours-info__stars img:hover {
  -webkit-transform: scale3d(1.2, 1.2, 5);
          transform: scale3d(1.2, 1.2, 5);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.tours-info .subtitle {
  font-family: "Roboto", cursive;
  font-size: calc(13px + 5 * ((100vw - 320px) / 960));
  color: #36395a;
  letter-spacing: 0.7px;
  font-weight: 300;
  margin: -10px 0 20px 0;
}
.tours-info .tours-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tours-info .tours-info__row .tours-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto 10px 0;
}
@media screen and (max-width: 768px) {
  .tours-info .tours-info__row .tours-info__body .tours-info__list {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tours-info .tours-info__row .tours-info__body .tours-info__container {
  position: relative;
  width: 20%;
  height: 200px;
  margin: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.tours-info .tours-info__row .tours-info__body .tours-info__container img {
  width: 56px;
  height: 56px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 600px) {
  .tours-info .tours-info__row .tours-info__body .tours-info__container {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .tours-info .tours-info__row .tours-info__body .tours-info__container {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .tours-info .tours-info__row .tours-info__body .tours-info__container {
    height: auto;
  }
}
.tours-info .tours-info__row .tours-info__body .tours-info__container .tours-info__img img {
  z-index: 1;
  width: 48px;
  height: 48px;
  top: 0;
  margin: 0 auto 10px auto;
}
.tours-info .tours-info__row .tours-info__body .tours-info__container .content-box {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 7px;
  font-family: "Roboto", sans-serif;
  border-radius: 10px 10px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}
.tours-info .tours-info__row .tours-info__body .tours-info__container .content-box p {
  margin: 0 0 0 20px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1024px) {
  .tours-info .tours-info__row .tours-info__body .tours-info__container .content-box p {
    margin: 10px 0 0 0;
  }
}
.tours-info .tours-info__row .tours-info__body .tours-info__container .content-box .tours-info__subtitle {
  font-size: calc(20px + 0 * ((100vw - 320px) / 960));
  font-weight: 500;
  margin: 0 0 20px 0;
}
.tours-info .tours-info__row .tours-info__body .tours-info__container .content-box .tours-info__text {
  font-size: calc(16px + 0 * ((100vw - 320px) / 960));
  margin: 0 0 10px 0;
}

.description {
  width: 60%;
  margin: 0 auto;
}
.description__title {
  font-family: "Roboto", sans-serif;
  font-size: calc(20px + 5 * ((100vw - 320px) / 960));
  color: #36395a;
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  text-align: left;
}
.description__text {
  font-family: "Roboto", sans-serif;
  font-size: calc(16px + 2 * ((100vw - 320px) / 960));
  margin: 0 0 10px 0;
  padding: 0 50px;
  text-align: left;
}
.description__text p {
  margin: 0 0 20px 0;
  line-height: 20px;
}

.specifics {
  margin: 10px 0 0 0;
  padding: 0;
}
.specifics .specifics__title {
  font-family: "Roboto", sans-serif;
  font-size: calc(20px + 5 * ((100vw - 320px) / 960));
  color: #36395a;
  margin: 0 0 20px 0;
}
.specifics .specifics__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.specifics .specifics__row .specifics__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px 0;
}
.specifics .specifics__row .specifics__body .specifics__container {
  width: 400px;
  margin: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .specifics .specifics__row .specifics__body .specifics__container {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .specifics .specifics__row .specifics__body .specifics__container {
    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;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.specifics .specifics__row .specifics__body .specifics__container .content-box {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 7px;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.specifics .specifics__row .specifics__body .specifics__container .content-box .specifics__subtitle {
  font-size: calc(17px + 3 * ((100vw - 320px) / 960));
  font-weight: 500;
}
.specifics .specifics__row .specifics__body .specifics__container .content-box .specifics__text {
  font-size: 16px;
  font-size: calc(14px + 2 * ((100vw - 320px) / 960));
  line-height: 20px;
}
.specifics .specifics__row .specifics__body .specifics__container .content-box .specifics__text a {
  color: #63689d;
}
.specifics .specifics__row .specifics__body .specifics__container .content-box .specifics__text a:hover {
  color: brown;
}

.line {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3);
}

.ts {
  margin: 10px 0 0 0;
  padding: 0;
}
.ts .ts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ts .ts__row .ts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: left;
  margin: 0 auto 10px 0;
  /*
  // Форма
  .form {
    width: 450px;
    margin: 0 auto;
    text-align: left;
    padding: 30px 0;
  }

  .form * {
    outline: none;
  }

  .form__body {
    position: relative;
  }

  .form__body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3) url("@img/loading.gif") center / 50px no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }

  .form__body._sending::after {
    opacity: 1;
    visibility: visible;
  }

  .form__title {
    // font-size: 22px;
    @include adaptiv-font(22, 19);
    margin: -30px 0 30px 0;
  }

  .form__item {
    margin: 0 0 20px 0;
  }

  .form__label {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }

  .form__input {
    height: 50px;
    padding: 0 20px;
    border-radius: 18px 4px;
    width: 100%;
    font-size: 18px;
    transition: all 0.5s ease;
  }

  .form__input:focus {
    box-shadow: 0 0 15px #ffd7ba;
  }

  .form__input._error {
    box-shadow: 0 0 10px red;
  }

  textarea.form__input {
    min-height: 120px;
    resize: vertical;
    padding: 20px;
  }

  .select {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 20px;
    cursor: pointer;
  }

  .file__item {
    position: relative;
  }

  .file__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
  }

  .file__button {
    display: inline-flex;
    min-height: 40px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    background-color: #a5573b;
    color: #f7f7f7;
    letter-spacing: 1px;
    padding: 0 20px;
  }

  .file__preview {
    display: inline-block;
    max-width: 100px;
    padding: 10px 0 0 0;
  }

  .file__preview img {
    max-width: 100%;
  }

  .form__button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    background-color: #a5573b;
    color: #f7f7f7;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 5px 0 #633427;
    transition: background-color 0.5s ease;
    position: relative;
    top: 0;
  }

  .form__button:hover {
    background-color: #94351a;
  }

  .form__button:active {
    top: 3px;
    box-shadow: 0 2px 0 #633427;
  }
  */
}

input,
textarea {
  caret-color: #09203f;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #414141;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 16px;
  color: #414141;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #414141;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #414141;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  color: #414141;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

select,
option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Cuprum", sans-serif;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  font: inherit;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input:placeholder-shown,
textarea:placeholder-shown {
  text-overflow: ellipsis;
}

.form {
  width: 430px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  .form {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .form {
    width: 300px;
  }
}

.form * {
  outline: none;
}

.form__body {
  position: relative;
}

legend {
  font-size: calc(15px + 3 * ((100vw - 320px) / 960));
  text-align: center;
  margin: -25px 0 30px 0;
}

.form__label {
  font-size: 18px;
  display: block;
  margin: 0 0 10px 0;
}

.form-group {
  margin: 0 0 15px 0;
}
.form-group:nth-child(5) {
  margin: 0 0 25px 0;
}

.form-control {
  height: 45px;
  padding: 0 0 0 30px;
  width: 100%;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #dfdfdf;
  color: #414141;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2.5px solid transparent;
  border-radius: 20px 20px 48px 48px;
}

.date {
  height: 45px;
  padding: 0 0 0 30px;
  width: 49%;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #dfdfdf;
  color: #414141;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2.5px solid transparent;
  border-radius: 20px 20px 48px 48px;
  cursor: pointer;
}
.date:last-child {
  margin: 0;
}
.date:hover, .date:focus {
  border: 2.5px solid #537895;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-control:hover,
.form-control:focus {
  border: 2.5px solid #537895;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form__button {
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#09203f), to(#537895));
  background: linear-gradient(to right, #09203f, #537895);
  color: #fefefe;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 20px 20px 48px 48px;
  -webkit-box-shadow: 0 5px 0 #09203f;
          box-shadow: 0 5px 0 #09203f;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  top: 0;
}

.form__button:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  outline: none;
}

.form__button:active {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 #09203f;
          box-shadow: 0 2px 0 #09203f;
}

.footer {
  position: relative;
  text-align: center;
  background: linear-gradient(60deg, #543ab7 0%, #00acc1 100%);
  color: #fefefe;
}
.footer h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: calc(30px + 6 * ((100vw - 320px) / 960));
  line-height: 36px;
  margin: 0 0 25px 0;
  padding: 15px 0 0 0;
}
.footer p {
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fefefe;
}

.inner-footer {
  height: 65vh;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .inner-footer {
    height: auto;
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__row .footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto 10px 0;
}
@media screen and (max-width: 768px) {
  .footer__row .footer__body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__row .footer__body .footer__list {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__row .footer__body .footer__container {
  position: relative;
  width: 20%;
  height: 200px;
  margin: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer__row .footer__body .footer__container {
    width: 80%;
    height: auto;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__row .footer__body .footer__container .footer__img {
    width: 48px;
    height: 48px;
  }
}
.footer__row .footer__body .footer__container .footer__img img {
  z-index: 1;
  width: 54px;
  height: 54px;
  top: 0;
  margin: 0 auto 10px auto;
}
.footer__row .footer__body .footer__container .content-box {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 7px;
  font-family: "Roboto", sans-serif;
  border-radius: 10px 10px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .footer__row .footer__body .footer__container .content-box {
    margin: 0 0 20px 0;
  }
}
.footer__row .footer__body .footer__container .content-box a:hover {
  color: darksalmon;
}
.footer__row .footer__body .footer__container .content-box .footer__title {
  font-family: "Roboto", cursive;
  font-size: 18px;
  letter-spacing: 0.7px;
  font-weight: 300;
  margin: 0 0 0 5px;
}
.footer__row .footer__body .footer__container .content-box p {
  margin: 0 0 0 20px;
  letter-spacing: 0.5px;
}
.footer__row .footer__body .footer__container .content-box .footer__subtitle {
  margin: 15px 0;
  font-size: 20px;
  font-size: calc(17px + 3 * ((100vw - 320px) / 960));
  font-weight: 500;
}
.footer__row .footer__body .footer__container .content-box .footer__text {
  font-size: 16px;
  line-height: 20px;
}

.contacts__join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  padding: 0 275px;
}
@media screen and (max-width: 768px) {
  .contacts__join {
    padding: 0;
  }
}

.contacts__subtext {
  font-family: "Roboto", cursive;
  font-size: calc(22px + 2 * ((100vw - 320px) / 960));
  font-weight: 300;
  margin: 10px 0 0 0;
}

.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 50px;
}

.contacts__list img {
  margin: 0 7px;
  width: 32px;
  height: 32px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.contacts__list img:hover {
  -webkit-transform: scale3d(1.2, 1.2, 5) rotate3d(1, 1, 1, -10deg);
          transform: scale3d(1.2, 1.2, 5) rotate3d(1, 1, 1, -10deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.footer-content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

.flex {
  /*Flexbox for containers*/
  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;
  text-align: center;
}

.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }

  h1 {
    font-size: 24px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cuprum", sans-serif;
  font-size: calc(16.75px + 1.75 * ((100vw - 320px) / 960));
  background-color: #f6f6f6;
}

.wrapper {
  min-height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  overflow-x: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 1110px;
  margin: 0px auto;
  padding: 0 10px;
}

.title {
  font-family: "Roboto", sans-serif;
  font-size: calc(24px + 12 * ((100vw - 320px) / 960));
  line-height: 36px;
  color: #36395a;
  margin: 0 0 25px 0;
  padding: 15px 0 0 0;
}

/*.content {
   flex: 1 1 auto;
}*/
html,
body {
  scrollbar-color: #0a726b #eeeeee;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: rgba(124, 124, 124, 0.6);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #543ab7 0%, #00acc1 100%);
}

a {
  color: #fefefe;
  line-height: inherit;
}
a, a:visited {
  color: #fefefe;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: #c25d02;
}

/*
.footer {
  background: linear-gradient(45deg, #35383c, #282b2e);

  .container {
    background: transparent;

    .footer__row {
      display: flex;
      height: 50px;
      //justify-content: center;
      align-items: center;

      .footer__text {
        color: #f2ffff;
        // font-size: 14px;
        @include adaptiv-font(14, 11);
      }

      a {
        position: relative;
        color: #ddc78b;
        transition: all 0.65s;

        &:hover {
          color: #c25d02;
        }

        /*&:before {
          content: "";
          width: 0;
          height: 0.1em;
          position: absolute;
          bottom: 0;
          right: 0;
          background: #2691ab;
          transition: all 0.4s;
        }

        &:hover {
          &:before {
            width: 100%;
            left: 0;
            background: #ccb67a;
          }
        }
      }
    }
  }
}
*/