@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

:focus-visible {
  outline: none;
}

:root {
  --white: #f2f2f2;
  --red: #E02020;
  --crimson: #AA1111;
  --blue: #003366;
  --black: #021626;
  --gradient: linear-gradient(180deg, var(--blue) 0%, var(--black) 100%);
  --fs-normal: 14px;
  --fs-bigger: 16px;
  --fs-big: 24px;
  --ff-text: "Open Sans", sans-serif;
  --ff-title: "Audiowide", sans-serif;
  --radius: 25px;
}

@media (min-width: 1200px) {
  :root {
    --fs-normal: 16px;
    --fs-bigger: 21px;
    --fs-big: 30px;
  }
}
*, ::before, ::after {
  box-sizing: border-box;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

.row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.col-md-1-2, .col-md-1-3, .col-md-2-5, .col-md-3-5, .col-lg-1-2, .col-lg-1-3, .col-lg-2-5, .col-lg-3-5 {
  width: 100%;
  padding: 0 10px;
}

.col-1-2 {
  width: 50%;
  padding: 0 10px;
}

.col-1-3 {
  width: 33.33333%;
  padding: 0 10px;
}

.col-2-5 {
  width: 40%;
  padding: 0 10px;
}

.col-3-5 {
  width: 60%;
  padding: 0 10px;
}

@media (min-width: 800px) {
  .container {
    padding: 0 60px;
  }
  .col-md-1-2 {
    width: 50%;
  }
  .col-md-1-3 {
    width: 33.33333%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .offset-md-1-5 {
    margin-left: 20%;
  }
  .offset-md-2-5 {
    margin-left: 40%;
  }
  .ta-md-c {
    text-align: center;
  }
  .ta-md-r {
    text-align: right;
  }
  .row-md-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 120px;
  }
}
@media (min-width: 1400px) {
  .container {
    padding: 0 160px;
    max-width: 1500px;
    margin: 0 auto;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

.btn {
  line-height: 1em;
  display: inline-block;
  width: fit-content;
  font-size: var(--fs-bigger);
  color: var(--white);
  background-color: var(--red);
  border: 0;
  border-radius: 1000px;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 20px;
  line-height: 20px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  background-color: var(--white);
  color: var(--red);
}
.btn.btn--on-light {
  background-color: var(--crimson);
}
.btn.btn--on-light:hover, .btn.btn--on-light:focus {
  background-color: var(--red);
  color: var(--white);
}

@media (min-width: 1200px) {
  .btn {
    padding: 12px 25px;
    line-height: 25px;
  }
}
main.homepage section#intro {
  background: var(--blue);
  height: 100vh;
  color: var(--white);
  background-image: url("../img/intro.jpg");
  background-size: cover;
  background-position: left -100px top 0;
}
main.homepage section#intro .container {
  height: 100%;
}
main.homepage section#intro .intro__holder {
  margin-top: auto;
  padding: 30px 0 100px;
}
main.homepage section#intro .intro__holder .intro__title {
  font-family: var(--ff-title);
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
}
main.homepage section#intro .intro__holder .intro__subtitle {
  margin: 0.5em 0 2em;
  text-shadow: 3px 3px 5px rgb(0, 0, 0);
}
main.homepage section#sluzby {
  padding: 70px 0 0;
}
main.homepage section#sluzby .service {
  margin: 0 auto 70px;
  padding: 0 40px;
  max-width: 300px;
}
main.homepage section#sluzby .service .service__image {
  position: relative;
  padding-top: 100%;
}
main.homepage section#sluzby .service .service__image img {
  border-radius: var(--radius);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.homepage section#sluzby .service .service__image .service__image__overlay {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  background: var(--blue);
  mix-blend-mode: soft-light;
}
main.homepage section#sluzby .service .service__title {
  margin: 50px 0 20px;
  font-family: var(--text);
  font-size: var(--fs-big);
  text-transform: none;
  font-weight: 700;
  color: var(--crimson);
}
main.homepage section#sluzby .service .service__title .service__title__adjective {
  color: var(--blue);
}
main.homepage section#o-nas {
  padding: 60px 0;
  background: var(--gradient);
  color: var(--white);
}
main.homepage section#o-nas .about .about__image-wrapper {
  margin: 0 auto;
  max-width: 300px;
}
main.homepage section#o-nas .about .about__image-wrapper .about__image {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
main.homepage section#o-nas .about .about__image-wrapper .about__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.homepage section#o-nas .about .about__image-wrapper .about__image .about__image__scope {
  width: 45%;
  height: 45%;
  left: 21%;
  top: 3%;
  position: absolute;
}
main.homepage section#o-nas .about .about__content {
  max-width: 540px;
  margin: 0 auto;
}
main.homepage section#o-nas .about .about__title {
  width: fit-content;
  padding: 20px 30px;
  position: relative;
  margin: -100px 0 60px;
}
main.homepage section#o-nas .about .about__title::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background-color: var(--black);
  border-radius: var(--radius);
  mix-blend-mode: hard-light;
  opacity: 0.9;
}
main.homepage section#o-nas .about .about__title .about__title__first-line {
  color: var(--red);
  position: relative;
  z-index: 1;
  font-size: var(--fs-bigger);
  margin-bottom: 5px;
}
main.homepage section#o-nas .about .about__title .about__title__second-line {
  color: var(--white);
  position: relative;
  z-index: 1;
  font-size: var(--fs-normal);
}
main.homepage section#o-nas .about .about__text {
  margin-top: 40px;
}
main.homepage section#o-nas .about .about__text p {
  margin-bottom: 1em;
}
main.homepage section#o-nas .motto {
  font-size: var(--fs-big);
  font-family: var(--ff-title);
  text-transform: uppercase;
  margin: 60px 0;
}
main.homepage section#o-nas .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 540px;
  margin: 0 auto;
}
main.homepage section#o-nas .icons .icon {
  width: 160px;
  padding: 20px;
  margin-bottom: 10px;
}
main.homepage section#o-nas .icons .icon .icon__image {
  width: 80px;
  height: 80px;
  margin: 0 auto 5px;
}
main.homepage section#o-nas .icons .icon .icon__claim {
  text-align: center;
  font-weight: 700;
}
main.homepage section#realizace {
  padding: 60px 0;
}
main.homepage section#realizace .gallery-title {
  margin-bottom: 50px;
  color: var(--crimson);
}
main.homepage section#realizace .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 540px;
  margin: 0 auto;
}
main.homepage section#realizace .gallery .gallery__item {
  border-radius: var(--radius);
  overflow: hidden;
  width: 150px;
  padding-top: 150px;
  position: relative;
}
main.homepage section#realizace .gallery .gallery__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  transition: filter 0.3s;
}
main.homepage section#realizace .gallery .gallery__item:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4a90e2;
  content: "";
  mix-blend-mode: soft-light;
  opacity: 1;
  transition: opacity 0.3s;
}
main.homepage section#realizace .gallery .gallery__item:hover img {
  filter: grayscale(0);
}
main.homepage section#realizace .gallery .gallery__item:hover:after {
  opacity: 0;
}
main.homepage section#realizace .gallery-videos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 20px auto;
}
main.homepage section#realizace .gallery-videos .gallery__video {
  border-radius: var(--radius);
  overflow: hidden;
  width: 320px;
  padding-top: 190px;
  position: relative;
}
main.homepage section#realizace .gallery-videos .gallery__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: filter 0.3s;
  filter: grayscale(1);
}
main.homepage section#realizace .gallery-videos .gallery__video:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4a90e2;
  content: "";
  mix-blend-mode: soft-light;
  opacity: 1;
  transition: opacity 0.3s;
  pointer-events: none;
}
main.homepage section#realizace .gallery-videos .gallery__video:hover iframe, main.homepage section#realizace .gallery-videos .gallery__video.playing iframe {
  filter: grayscale(0);
}
main.homepage section#realizace .gallery-videos .gallery__video:hover:after, main.homepage section#realizace .gallery-videos .gallery__video.playing:after {
  opacity: 0;
}
main.homepage section#jak-to-probiha {
  padding: 80px 0 20px;
  background: var(--gradient);
  color: var(--white);
  position: relative;
}
main.homepage section#jak-to-probiha::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/why-drones.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
}
main.homepage section#jak-to-probiha .why-drones {
  margin: 40px auto 80px;
  max-width: 420px;
  position: relative;
  z-index: 2;
}
main.homepage section#jak-to-probiha .why-drones .why-drones__title {
  color: var(--red);
  margin-bottom: 20px;
}
main.homepage section#jak-to-probiha .process {
  margin: 40px auto 0;
  max-width: 420px;
  position: relative;
  z-index: 2;
}
main.homepage section#jak-to-probiha .process .process__title {
  margin-bottom: 40px;
}
main.homepage section#jak-to-probiha .process .process__step {
  margin-bottom: 60px;
}
main.homepage section#jak-to-probiha .process .process__step .process__step__number {
  color: var(--red);
  font-size: 60px;
  line-height: 1;
  font-family: var(--ff-title);
}
main.homepage section#jak-to-probiha .process .process__step .process__step__title {
  font-size: var(--fs-bigger);
  margin: 5px 0 10px;
}
main.homepage section#o-sluzbe {
  padding: 60px 0;
}
main.homepage section#o-sluzbe .price {
  max-width: 300px;
  margin: 0 auto;
}
main.homepage section#o-sluzbe .price .image-with-overlay {
  position: relative;
  padding-top: calc(100% - 80px);
  width: calc(100% - 80px);
  margin: 40px;
}
main.homepage section#o-sluzbe .price .image-with-overlay img {
  border-radius: var(--radius);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
}
main.homepage section#o-sluzbe .price .image-with-overlay::after {
  position: absolute;
  content: "";
  display: block;
  top: -20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  background: var(--blue);
  mix-blend-mode: soft-light;
}
main.homepage section#o-sluzbe .price .row-md-reverse .image-with-overlay img {
  object-position: right;
}
main.homepage section#o-sluzbe .price .price__title {
  color: var(--crimson);
  margin: 20px 0;
}
main.homepage section#o-sluzbe .price .price__text {
  margin: 0 0 60px;
}
main.homepage section#o-sluzbe .price .price__text p {
  margin-bottom: 1em;
}
main.homepage section#o-sluzbe .price .price__text a {
  color: var(--crimson);
  text-decoration: none;
}
main.homepage section#o-sluzbe .price .price__text a:hover, main.homepage section#o-sluzbe .price .price__text a:focus {
  text-decoration: underline;
}
main.homepage section#reference {
  padding: 60px 0;
}
main.homepage section#reference .title {
  margin-bottom: 40px;
}
main.homepage section#reference .review-carousel {
  margin-bottom: 80px;
}
main.homepage section#reference .review-carousel .carousel-cell {
  width: 70%;
  padding: 0 10px;
  max-width: 320px;
}
main.homepage section#reference .review {
  padding: 20px 25px;
  border-radius: var(--radius);
  border: 1px dashed var(--crimson);
}
main.homepage section#reference .review .review__text {
  font-weight: 700;
}
main.homepage section#reference .review .review__author {
  margin-top: 2em;
  font-weight: 300;
}
main.homepage section#reference .review .review__author .review__author__post {
  font-weight: 400;
  font-style: italic;
}
main.homepage section#reference .trust .trust__title {
  color: var(--crimson);
  margin-bottom: 20px;
}
main.homepage section#reference .trust .trust__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main.homepage section#reference .trust .trust__holder .trust__item {
  width: 110px;
  height: 90px;
  padding: 5px 20px;
}
main.homepage section#reference .trust .trust__holder .trust__item img {
  filter: grayscale(100%);
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
main.homepage section#faq {
  padding: 70px 0;
  background: var(--gradient);
  color: var(--white);
}
main.homepage section#faq .faq__title {
  margin-bottom: 60px;
}
main.homepage section#faq .faq__claim {
  font-weight: 700;
  margin: 30px 0;
  font-size: var(--fs-bigger);
}
main.homepage section#napiste-nam {
  padding: 60px 0;
}
main.homepage section#napiste-nam .contact__title {
  color: var(--crimson);
  font-family: var(--ff-text);
  font-weight: 700;
  text-transform: none;
  font-size: var(--fs-bigger);
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  main.homepage section#intro {
    background-position: left;
  }
  main.homepage section#intro .intro__holder .intro__title {
    font-size: 36px;
  }
  main.homepage section#intro .intro__holder .intro__subtitle {
    font-size: var(--fs-big);
    margin-top: 0;
  }
  main.homepage section#sluzby .service {
    padding: 0 30px;
  }
  main.homepage section#o-nas .about .about__image-wrapper {
    padding: 10px;
    max-width: none;
  }
  main.homepage section#o-nas .about .about__title {
    margin: 60px 0 0 -80px;
    padding-left: 80px;
  }
  main.homepage section#o-nas .about .about__title .about__title__first-line {
    font-size: 30px;
  }
  main.homepage section#o-nas .about .about__title .about__title__second-line {
    font-size: 21px;
  }
  main.homepage section#o-nas .about .about__text {
    margin: 20px 0;
  }
  main.homepage section#jak-to-probiha .why-drones {
    margin-top: 0;
  }
  main.homepage section#jak-to-probiha .process {
    max-width: none;
    background-image: url("../img/scribble.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  main.homepage section#jak-to-probiha .process .row:nth-child(odd) {
    margin-bottom: 30px;
  }
  main.homepage section#o-sluzbe .price {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  main.homepage section#intro .intro__holder {
    padding: 30px 0 160px;
  }
  main.homepage section#intro .intro__holder .intro__title {
    font-size: 48px;
  }
  main.homepage section#intro .intro__holder .intro__subtitle {
    font-size: 30px;
  }
  main.homepage section#sluzby {
    padding: 120px 0 50px;
  }
  main.homepage section#sluzby .service .service__image .service__image__overlay {
    left: -30px;
    top: 30px;
  }
  main.homepage section#o-nas {
    padding: 120px 0;
  }
  main.homepage section#o-nas .about .about__content {
    max-width: none;
    margin: 0 20px;
  }
  main.homepage section#o-nas .about .about__title {
    margin: 100px 0 40px -120px;
    padding-left: 120px;
  }
  main.homepage section#o-nas .motto {
    margin: 80px 0 60px;
  }
  main.homepage section#o-nas .icons {
    max-width: 960px;
  }
  main.homepage section#o-nas .icons .icon {
    width: 320px;
  }
  main.homepage section#o-nas .icons .icon .icon__image {
    width: 120px;
    height: 120px;
  }
  main.homepage section#realizace {
    padding: 120px 0;
  }
  main.homepage section#realizace .gallery-title {
    margin-bottom: 100px;
  }
  main.homepage section#realizace .gallery {
    max-width: none;
    margin: 0;
  }
  main.homepage section#realizace .gallery .gallery__item {
    width: 30%;
    padding-top: 30%;
  }
  main.homepage section#realizace .gallery-videos {
    max-width: none;
    margin: 20px 0 0;
  }
  main.homepage section#realizace .gallery-videos .gallery__video {
    width: calc(45% + 10px);
    padding-top: 30%;
  }
  main.homepage section#jak-to-probiha {
    padding: 120px 0 80px;
  }
  main.homepage section#jak-to-probiha .why-drones {
    max-width: none;
  }
  main.homepage section#jak-to-probiha .process {
    margin-top: 120px;
  }
  main.homepage section#jak-to-probiha .process .process__step .process__step__number {
    font-size: 100px;
  }
  main.homepage section#o-sluzbe {
    padding: 120px 0;
  }
  main.homepage section#o-sluzbe .price .image-with-overlay {
    margin: 60px 120px 120px 0;
    width: calc(100% - 120px);
    padding-top: calc(100% - 120px);
  }
  main.homepage section#o-sluzbe .price .image-with-overlay::after {
    top: -40px;
    left: 40px;
  }
  main.homepage section#o-sluzbe .price .price__text {
    margin-bottom: 80px;
    margin-right: 20px;
  }
  main.homepage section#o-sluzbe .price .row-md-reverse .image-with-overlay {
    margin: 60px 0 120px 80px;
  }
  main.homepage section#reference .title {
    margin-bottom: 60px;
  }
  main.homepage section#reference .review-carousel {
    margin-bottom: 120px;
  }
  main.homepage section#reference .review-carousel .carousel-cell {
    max-width: 400px;
  }
  main.homepage section#reference .trust .trust__holder {
    margin: 60px 0;
  }
  main.homepage section#reference .trust .trust__holder .trust__item {
    width: 130px;
    height: 110px;
  }
  main.homepage section#faq {
    padding: 120px 0;
  }
  main.homepage section#faq .faq__title {
    margin-bottom: 100px;
  }
  main.homepage section#faq .faq__claim {
    margin: 50px 0;
  }
  main.homepage section#napiste-nam {
    padding: 120px 0;
  }
}
html {
  scroll-padding-top: 70px;
}

body {
  font-family: var(--ff-text);
  font-weight: 300;
  font-size: var(--fs-normal);
  font-style: normal;
  line-height: 1.5;
  background-color: var(--white);
  color: var(--blue);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: none;
}

h2, h3 {
  text-transform: uppercase;
  font-family: var(--ff-title);
  line-height: 1.1;
  font-size: var(--fs-big);
}

::selection {
  color: var(--white);
  background-color: var(--blue);
}

input, button, textarea {
  font-family: var(--ff-text);
  font-weight: 400;
  font-size: var(--fs-normal);
  line-height: 1.3;
  font-style: normal;
}

.form-wrapper {
  border-radius: var(--radius);
  border: 1px dashed var(--crimson);
  background-color: var(--white);
  position: relative;
  margin-bottom: 10px;
}
.form-wrapper label {
  display: block;
  position: absolute;
  top: 7px;
  left: 15px;
  font-weight: 700;
  color: var(--crimson);
  opacity: 0.5;
  pointer-events: none;
  transition: top 0.3s, font-size 0.3s, opacity 0.3s;
  background-color: var(--white);
  padding: 5px;
}
.form-wrapper input, .form-wrapper textarea {
  border: 0;
  width: 100%;
  padding: 12px 20px;
  background-color: transparent;
  min-width: 100%;
}
.form-wrapper input::placeholder, .form-wrapper textarea::placeholder {
  opacity: 0;
}
.form-wrapper input:not(:placeholder-shown) + label, .form-wrapper textarea:not(:placeholder-shown) + label {
  top: -11px;
  font-size: 0.6em;
  opacity: 1;
}

img {
  max-width: 100%;
  vertical-align: top;
}

strong {
  font-weight: 700;
}

.accordion .accordion__item {
  overflow: hidden;
  margin: 0 0 30px;
}
.accordion .accordion__item .accordion__header {
  font-family: var(--ff-text);
  text-transform: none;
  font-size: var(--fs-normal);
  font-weight: 700;
  color: var(--red);
  z-index: 1;
  cursor: pointer;
  padding-left: 25px;
  position: relative;
}
.accordion .accordion__item .accordion__header::before {
  content: "+";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.accordion .accordion__item .accordion__content {
  position: relative;
  transition: height 0.5s;
  padding-left: 25px;
}
.accordion .accordion__item .accordion__content .inner {
  padding: 1em 0;
}
.accordion .accordion__item:not(.active) .accordion__content {
  height: 0 !important;
}
.accordion .accordion__item.active .accordion__header::before {
  content: "–";
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#header .header__wrapper {
  background-color: rgba(0, 51, 102, 0.95);
  padding: 15px 0;
  z-index: 99;
  position: relative;
  transition: background 0.7s, padding 0.7s;
}
#header #header__logo {
  height: 40px;
  display: inline-block;
  margin-left: -21px;
  vertical-align: top;
  width: fit-content;
}
#header #header__logo img {
  height: 100%;
}
#header #header__menu-button {
  float: right;
  height: 40px;
  width: 30px;
  background-color: transparent;
  font-size: 0;
  border: 0;
  position: relative;
  cursor: pointer;
}
#header #header__menu-button::before, #header #header__menu-button::after {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  content: "";
  position: absolute;
  left: 0px;
  top: 13px;
  transition: transform 0.3s;
}
#header #header__menu-button::after {
  top: 25px;
}
#header #header__nav {
  background-color: var(--blue);
  position: absolute;
  left: 0;
  top: -100vh;
  height: calc(100vh - 70px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: top 0.7s;
  z-index: 50;
}
#header #header__nav a {
  color: var(--white);
  width: fit-content;
  display: block;
  font-family: var(--ff-title);
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  line-height: 20px;
  position: relative;
}
#header #header__nav a::before, #header #header__nav a::after {
  content: "";
  width: 12px;
  height: 40px;
  display: block;
  background-image: url("../img/icons/scope-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: -5px;
  transform: scale(1.2) translate(-10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}
#header #header__nav a::after {
  left: auto;
  right: -5px;
  background-image: url("../img/icons/scope-right.svg");
  transform: scale(1.2) translate(10px);
}
#header #header__nav a:hover::before, #header #header__nav a:hover::after, #header #header__nav a.active::before, #header #header__nav a.active::after {
  transform: scale(1) translate(0);
  opacity: 1;
}
#header #header__nav a#header__phone-link {
  margin-top: 40px;
  color: var(--red);
}
#header #header__nav a#header__phone-link::before, #header #header__nav a#header__phone-link::after {
  display: none;
}

body.menu-opened #header #header__menu-button::before {
  transform: translate(2px, 6px) rotate(45deg);
}
body.menu-opened #header #header__menu-button::after {
  transform: translate(2px, -6px) rotate(-45deg);
}
body.menu-opened #header #header__nav {
  top: 70px;
}

body.not-scrolled:not(.menu-opened) #header .header__wrapper {
  background-color: transparent;
  padding: 30px 0;
}

#footer {
  background: var(--gradient);
  padding: 30px 0;
  color: var(--white);
  font-size: 0.8em;
}
#footer .footer__social {
  margin: 15px 0;
}
#footer .footer__social .social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  margin-right: 5px;
}
#footer .footer__social .social-icon img {
  vertical-align: top;
}

@media (min-width: 1200px) {
  #header #header__nav {
    position: absolute;
    height: auto;
    top: 0 !important;
    z-index: 100;
    background-color: transparent;
    flex-direction: row;
    width: fit-content;
    left: auto;
    right: 120px;
    padding: 15px 0;
    transition: padding 0.7s;
  }
  #header #header__nav a {
    display: inline-block;
  }
  #header #header__nav a#header__phone-link {
    margin: 0 0 0 20px;
  }
  #header #header__menu-button {
    display: none;
  }
  body.not-scrolled:not(.menu-opened) #header .header__wrapper, body.not-scrolled:not(.menu-opened) #header #header__nav {
    padding: 60px 0;
  }
}
@media (min-width: 1400px) {
  #header #header__nav {
    right: calc(50vw - 750px + 160px);
  }
  #header #header__nav a {
    margin: 0 10px;
  }
  #header #header__nav a#header__phone-link {
    margin-left: 60px;
  }
}
.submit__generated {
  display: inline-block;
}
.submit__generated span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: center;
  line-height: 35px;
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.submit__generated.valid .submit__input {
  border: 1px solid #2ecc71;
  color: #2ecc71 !important;
}
.submit__generated.unvalid .submit__input {
  border: 1px solid #e74c3c;
  color: #e74c3c;
}
.submit__generated .submit__input {
  position: relative;
  outline: 0;
  height: 35px;
  width: 35px;
  border-radius: 4px;
  border: 1px solid #42A0DD;
  color: #42A0DD;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
}

.youtube-container {
  overflow: hidden;
  width: 100%;
  /* Keep it the right aspect-ratio */
  aspect-ratio: 16/9;
  /* No clicking/hover effects */
  pointer-events: none;
}

.youtube-container iframe {
  /* Extend it beyond the viewport... */
  width: 300%;
  height: 100%;
  /* ...and bring it back again */
  margin-left: -100%;
}
