h2 {
  color: #000;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1em;
}
@media (min-width: 993px) {
  h2 {
    font-size: 42px;
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  color: black;
  letter-spacing: -1.44px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1em;
}
@media (min-width: 993px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  color: #000;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}

p {
  color: #535353;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.6em;
}

.paragraph-large {
  color: #535353;
  letter-spacing: -1.2px;
  font-size: 20px;
  line-height: 1.6em;
}
.paragraph-large.features-text {
  max-width: 500px;
  margin-top: 15px;
}

body {
  font-family: "Roboto", sans-serif;
  color: #494e57;
  letter-spacing: -0.96px;
  background-color: #f0f0f0;
  font-size: 16px;
  line-height: 1.6em;
}

* {
  box-sizing: border-box;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 993px) {
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.section.top-elements-space {
  padding-top: 100px;
}
@media (min-width: 993px) {
  .section.top-elements-space {
    padding-top: 150px;
  }
}
@media (min-width: 1280px) {
  .section.top-elements-space {
    padding-top: 210px;
  }
}
.section.black-background {
  background-color: black;
}
.section.primary-background {
  background-color: #54746c;
}

.section-title-dual-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  flex-flow: column;
}
@media (min-width: 993px) {
  .section-title-dual-column {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    margin-bottom: 50px;
    display: flex;
    flex-flow: row;
  }
}
.section-title-column {
  text-align: left;
  flex: none;
}
@media (min-width: 993px) {
  .section-title-column {
    width: 520px;
    max-width: 600px;
  }
}
@media (min-width: 1280px) {
  .section-title-column {
    width: 100%;
  }
}

.section-description-column {
  text-align: left;
  max-width: 540px;
}

.section-bg-elements-prelative {
  position: relative;
}

.section-bg-elements {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  overflow: hidden;
  top: 0;
}
.section-bg-elements .left-elements-wrap {
  width: 100px;
  margin-left: -20px;
}
@media (min-width: 1280px) {
  .section-bg-elements .left-elements-wrap {
    width: 200px;
  }
}
.section-bg-elements .black-element-top {
  background-color: var(--black);
  padding-bottom: 10px;
  padding-right: 10px;
}
@media (min-width: 1280px) {
  .section-bg-elements .black-element-top {
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
.section-bg-elements .yellow-element-top {
  background-color: #54746c;
  height: 25px;
}
@media (min-width: 1280px) {
  .section-bg-elements .yellow-element-top {
    height: 25px;
  }
}
.section-bg-elements .right-elements-wrap {
  align-items: flex-end;
  display: flex;
  flex-flow: column;
  margin-right: -70px;
}
@media (min-width: 1280px) {
  .section-bg-elements .right-elements-wrap {
    margin-right: 0;
  }
}
.section-bg-elements .yellow-element-top.right {
  width: 200px;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media (min-width: 1280px) {
  .section-bg-elements .yellow-element-top.right {
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
.section-bg-elements .yellow-element-top {
  background-color: #54746c;
  height: 25px;
}
.section-bg-elements .black-element-top.right {
  width: 170px;
}
@media (min-width: 1280px) {
  .section-bg-elements .black-element-top.right {
    width: 150px;
  }
}
.section-bg-elements .black-element-top {
  background-color: #000;
  padding-bottom: 10px;
  padding-right: 20px;
}
@media (min-width: 1280px) {
  .section-bg-elements .black-element-top {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-description {
  text-align: center;
  margin-top: 25px;
}

.icon-check {
  background-color: #54746c;
  color: black;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-30 {
  margin-top: 30px;
}

.icon-wrap {
  border-radius: 10px;
  flex: none;
  width: 58px;
  height: 58px;
  padding: 14px;
  background-color: #f0f0f0;
  margin-bottom: 20px;
}

.slider-wrapper {
  position: relative;
  height: auto;
  transition: height 0.3s ease;
}
.slider-wrapper .slide {
  display: none;
  padding: 10px 0;
}
.slider-wrapper .slide.active {
  display: block;
}

.grid-check {
  display: grid;
  gap: 15px 30px;
  grid-template-columns: 1fr;
  padding: 0 0 30px;
}
.grid-check > div {
  display: flex;
  font-size: 16px;
}
.grid-check > div .icon-check {
  margin-right: 10px;
}

.faq {
  background: #000;
}
.faq .title {
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 3rem;
}
@media (min-width: 993px) {
  .faq .title {
    font-size: 50px;
  }
}
.faq .uk-accordion-title {
  color: #fff;
  font-size: 1.6rem;
}
.faq p {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
  opacity: 0.8;
}
.faq .uk-accordion-content {
  margin-top: 0;
}

.messangers {
  display: flex;
  gap: 20px;
  align-items: center;
}
.messangers img {
  width: 40px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #000;
}
.header .phone {
  color: #fff;
  font-size: 1rem;
}
@media (min-width: 993px) {
  .header .phone {
    font-size: 2rem;
  }
}
.header .messangers {
  margin-left: auto;
  gap: 10px;
}
.header .messangers img {
  width: 30px;
}
@media (min-width: 768px) {
  .header .messangers {
    gap: 20px;
  }
  .header .messangers img {
    width: 40px;
  }
}
.header .w-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header .logo img {
  width: 50px;
}
@media (min-width: 768px) {
  .header .logo img {
    width: 100px;
  }
}
.header .nav {
  display: none;
  gap: 2rem;
}
@media (min-width: 993px) {
  .header .nav {
    display: flex;
    padding-left: 50px;
  }
}
.header .nav a {
  color: #fff;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .header .nav a {
    font-size: 1.4rem;
  }
}

.btn {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.btn-primary {
  background-color: #54746c;
  text-align: center;
  letter-spacing: -1.08px;
  text-transform: capitalize;
  border-radius: 60px;
  margin-top: 0;
  padding: 13px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  outline: 0;
}
.btn-primary:hover {
  background-color: #000;
}

.btn-black {
  background-color: black;
  color: white;
  text-align: center;
  letter-spacing: -1.08px;
  text-transform: capitalize;
  border-radius: 60px;
  margin-top: 0;
  padding: 13px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  outline: 0;
}
.btn-black:hover {
  background-color: #54746c;
  color: black;
}

.btn-with-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
  color: #000;
  font-size: 20px;
}
.btn-with-image img {
  object-fit: cover;
  border-radius: 70px;
  width: 94px;
  height: 47px;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  margin-top: 82px;
  min-height: calc(100vh - 82px);
}
@media (min-width: 768px) {
  .hero {
    justify-content: flex-end;
    min-height: calc(100vh - 132px);
    margin-top: 132px;
  }
}
.hero .base-container {
  width: 100%;
  padding-left: 3rem;
}
.hero-background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
}
.hero-background-video img {
  margin: 0 auto;
  display: block;
}
.hero-content {
  flex-flow: row;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  padding: 50px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.hero .bg {
  background-image: linear-gradient(#0006, #0006);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.hero video {
  object-fit: cover;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}
.hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 20px 0;
  font-size: 52px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 1rem 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 100px;
    text-align: left;
  }
}
@media (min-width: 993px) {
  .hero-title {
    font-size: 120px;
    padding: 1rem 2rem;
  }
}
.hero-title span {
  color: #54746c;
}
.hero-text {
  color: #fff;
  color: #fff;
  letter-spacing: -1.2px;
  max-width: 490px;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 0 40px;
  text-align: center;
}
@media (min-width: 993px) {
  .hero-text {
    text-align: left;
  }
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 993px) {
  .hero-actions {
    flex-direction: row;
  }
}
.hero .banner-video-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
}
.hero .btn-with-image {
  margin-top: 40px;
  opacity: 0.5;
}
@media (min-width: 993px) {
  .hero .btn-with-image {
    margin-top: 0;
  }
}

.about-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .about-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media (min-width: 1280px) {
  .about-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.about-item-wrap {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
.about-item-wrap .hover-bg-item {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  z-index: -1;
  background-color: #54746c;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.switcher {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}
.switcher .tabs {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}
.switcher .tabs .tab {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: white;
  background-color: #ffffff4d;
  border-radius: 60px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.switcher .tabs .tab.uk-active {
  background: #54746c;
}
.switcher .tabs .tab.uk-active a {
  color: #000;
}
.switcher .tabs .tab a {
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  display: block;
  font-size: 18px;
}
.switcher .uk-switcher {
  background-color: white;
  border-radius: 20px;
  width: 100%;
  margin-top: -30px;
  padding: 50px 30px 20px;
}
@media (min-width: 993px) {
  .switcher .uk-switcher .item {
    display: grid;
    gap: 15px 30px;
    grid-template-columns: 1fr 1fr;
  }
}
.switcher .uk-switcher .item h3 {
  max-width: 400px;
}
.switcher .uk-switcher .item h4 {
  margin-bottom: 20px;
}
.switcher .uk-switcher .item .paragraph-large {
  padding-bottom: 30px;
}
.switcher .image {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 50px;
}
@media (min-width: 993px) {
  .switcher .image {
    margin-top: 0;
  }
}
.switcher .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
@media (min-width: 993px) {
  .switcher .image img {
    max-height: 100%;
  }
}

@media (min-width: 993px) {
  .features {
    display: flex;
    gap: 40px;
    align-items: center;
  }
}
.features .feature-items {
  padding-top: 30px;
}
.features .feature-items .item {
  background-color: white;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 20px;
  padding: 10px 60px 10px 10px;
  display: flex;
}
.features .feature-items .item:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 993px) {
  .features .content,
.features .slider {
    width: 50%;
  }
}
.features .slider {
  min-height: 200px;
  max-height: 300px;
}
@media (min-width: 993px) {
  .features .slider {
    min-height: auto;
    max-height: 100%;
  }
}
.features .slider img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .features .slider .uk-slideshow-items {
    min-height: 100% !important;
    height: 100% !important;
  }
}

.testimonials {
  color: #fff;
}
.testimonials .testimonials-subtitle {
  color: #54746c;
  letter-spacing: -1.2px;
  text-transform: none;
  font-weight: 400;
  line-height: 1.6em;
}
.testimonials blockquote {
  color: white;
  text-align: left;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 32px 0 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.testimonials .user {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
}
.testimonials .user img {
  width: 56px;
  height: 56px;
  border: 2px solid green;
  border-radius: 50%;
  margin-right: 24px;
}
.testimonials .user .name {
  color: #fff;
}
.testimonials .slider-container {
  position: relative;
}
.testimonials .slider-buttons {
  display: flex;
  gap: 20px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .testimonials .slider-buttons {
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
.testimonials .slider-buttons #prevBtn {
  margin-left: auto;
}
.testimonials .slider-buttons > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.testimonials .slider-buttons > div span {
  color: #54746c;
}

.cards {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 993px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
}
.cards .card {
  display: flex;
  gap: 20px;
  background: white;
  border-radius: 20px;
  padding: 30px 20px 30px 30px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 480px) {
  .cards .card {
    gap: 40px;
  }
}
@media (min-width: 993px) {
  .cards .card {
    gap: 60px;
  }
}
.cards .card h4 {
  font-size: 1rem;
}
@media (min-width: 993px) {
  .cards .card h4 {
    font-size: 2rem;
  }
}
@media (min-width: 993px) {
  .cards .card h2 {
    font-size: 3rem;
  }
}
.cards .price {
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #54746c;
}
@media (min-width: 993px) {
  .cards .price {
    width: 180px;
  }
}
.cards .price h2,
.cards .price p {
  color: #fff;
}
.cards .bold {
  font-weight: 900;
}
.cards .grid-check {
  padding-top: 30px;
}
@media (min-width: 480px) {
  .cards .grid-check {
    grid-template-columns: 1fr;
  }
}
.cards .btn {
  margin-top: 10px;
  width: 100%;
}
.cards h2,
.cards .features-text {
  color: #fff;
}

.cta {
  background-image: linear-gradient(#00000080, #00000080), url("../img/main-img.jpg");
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}
.cta-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.cta-section-title {
  color: white;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  line-height: 1em;
  max-width: 900px;
}
@media (min-width: 993px) {
  .cta-section-title {
    font-size: 70px;
  }
}
.cta-paragraph {
  color: white;
  letter-spacing: -1.2px;
  max-width: 600px;
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.6em;
  text-align: center;
  display: flex;
  gap: 20px;
  padding-top: 20px;
  flex-direction: column;
  text-align: left;
}
.cta-paragraph div {
  line-height: 1.2;
  font-size: 1.6rem;
  position: relative;
}
.cta-paragraph div:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: -20px;
  top: 10px;
  border-radius: 50%;
}
.cta .btn {
  margin-top: 50px;
}

.availability-block {
  align-items: center;
}
@media (min-width: 993px) {
  .availability-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.availability .top {
  margin-bottom: 40px;
}
@media (min-width: 993px) {
  .availability .top {
    margin-bottom: 0;
  }
}
.availability .grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.availability .item {
  text-align: center;
  font-weight: 700;
}
.availability h2 {
  text-align: center;
}
.availability h4 {
  text-align: center;
}

.location-grid {
  display: grid;
  grid-gap: 20px;
  align-items: center;
}
@media (min-width: 993px) {
  .location-grid {
    grid-template-columns: 40% 1fr;
  }
}
.location-grid .text {
  font-size: 18px;
}
.location-grid .text h4 {
  font-size: 18px;
}
iframe {
  width: 100%;
}

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