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

ol,
ul {
  list-style: none;
}

input,
button {
  font-family: "Montserrat";
  font-size: 1rem;
}

img {
  display: block;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.preload *:not([data-aos]) {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.html--mobilemenu-opened main {
  pointer-events: none;
}

body {
  background: #fff;

  font-family: "Montserrat";
  line-height: 24px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body.lock {
  overflow: hidden;
}

.window__wrapper {
  overflow: hidden;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.overlay-js,
.overlay-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

button:focus {
  outline: none;
}

.button {
  position: relative;

  background-color: #03a5d9;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border: 3px solid #03a5d9;
  border-radius: 50px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.button:hover {
  background: white;
  color: #03a5d9;
}
.button:disabled {
  opacity: 0.5;
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}

.blick {
  position: relative;
  overflow: hidden;
}
.blick:after {
  content: "";
  position: absolute;

  display: block;
  width: 17px;
  height: 200px;
  margin-left: 50px;
  background: var(--white);
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.5)),
    color-stop(50%, rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 0.5))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
  left: -55%;
  top: -70px;
  z-index: 1;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-animation: movingFlare 5s ease-in-out 1s infinite;
  animation: movingFlare 5s ease-in-out 1s infinite;
}

@-webkit-keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  25% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  25% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

/* HEADER */

.header {
  position: fixed;
  top: 0;

  background-color: #171717;

  width: 100%;
  z-index: 10;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.header.is-scroll {
  -webkit-box-shadow: 0 0 29px 0 rgba(154, 154, 154, 0.22);
  box-shadow: 0 0 29px 0 rgba(154, 154, 154, 0.22);
}
.header__container {
  padding-left: 0;
  padding-right: 0;
}
.header__wrapper {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.burger__input {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  opacity: 0;
}
.burger__icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-width: 60px;
  height: 60px;
  margin: 0;
}
.burger__icon > span {
  position: absolute;

  background-color: #fff;

  display: block;
  width: 30px;
  height: 3px;
  border-radius: 10px;
}
.burger__icon > span:after,
.burger__icon > span:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger__icon > span:before {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.burger__icon > span:after {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}

.burger__input:checked ~ .burger__icon > span {
  background-color: transparent;
}
.burger__input:checked ~ .burger__icon > span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger__input:checked ~ .burger__icon > span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#burger:checked ~ .header__menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#burger:not(:checked) ~ .header__menu {
  pointer-events: none;
}

.header__logo {
  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;
  width: 154px;
  margin-left: 20px;
}
.header__logo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__menu {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;

  background-color: #171717;

  padding-top: 30px;
  -webkit-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  -webkit-transform: translate3d(0, 110%, 0);
  transform: translate3d(0, 110%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform;
  z-index: 10;
}
.header__menu-container {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  max-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__links-item {
  margin-bottom: 24px;
  font-weight: 500;
  color: white;
  text-align: center;
}

.header__menu-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section {
  position: relative;

  padding: 20px 0 100px;
}
.section::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  border-bottom: 90px solid transparent;
  border-right: 100vw solid transparent;
}
.section__title-box {
  margin-bottom: 16px;
}
.section__title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  color: #000;
  line-height: normal;
}

#hero {
  position: relative;

  background: #171717;

  overflow: hidden;
  padding: 75px 0 0px;
}
#hero .hero__wrapper {
  position: relative;
  z-index: 1;
}
#hero h1 {
  font-weight: 800;
  font-size: 28px;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
}
#hero p {
  margin: 20px 0 16px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
}
#hero .hero__image {
  position: relative;

  max-width: 400px;
  margin: 20px auto 0;
}
#hero .overlay-js {
  position: relative;

  background-image: url(../images/hero_bg.png);

  padding-bottom: 100%;
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}

#about {
  background: #c86c00;
}
#about::before {
  border-bottom-color: #c86c00;
}
#about .section__title {
  color: white;
}
#about p {
  color: white;
  text-align: center;
}

#can {
  background: #ff8a00;
}
#can::before {
  border-bottom-color: #ff8a00;
}
#can .can__image {
  position: relative;

  margin: 0 auto;
  max-width: 400px;
}
#can .overlay-js {
  position: relative;

  background-image: url(../images/electronics.png);
  background-size: contain;

  padding-bottom: 145%;
}
#can .gradient {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  width: 140%;
  padding-bottom: 140%;
  border-radius: 50%;
  background: -o-radial-gradient(
    50% 50%,
    50% 50%,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(217, 217, 217, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(217, 217, 217, 0) 100%
  );
}
#can p {
  text-align: center;
}

#why {
  background: white;
}
#why::before {
  border-bottom-color: white;
}

#why .why__advantages-item {
  max-width: 400px;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
}
#why .why__advantages-item img {
  margin: 0 auto 24px;
}
#why .why__advantages-item h3 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
#why .why__advantages-item:not(:last-child) {
  margin-bottom: 32px;
}

#how {
  background: #000;
}
#how::before {
  border-bottom-color: #000;
}
#how .section__title {
  color: white;
}
#how .how__steps-item {
  position: relative;

  padding-left: 20px;
  font-size: 14px;
  color: white;
  line-height: normal;
}
#how .how__steps-iterate {
  position: absolute;
  left: 0;
}
#how p {
  margin-top: 20px;
  color: white;
}
#how .how__image {
  position: relative;

  margin: 80px auto 0;
  max-width: 400px;
  z-index: 1;
}
#how .overlay-js {
  position: relative;

  background-size: contain;

  padding-bottom: 145%;
}
#how .additional-bg {
  position: absolute;
  left: 50%;
  top: -15%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

  background-size: cover;

  width: 150%;
}
#how .gradient {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  width: 200%;
  padding-bottom: 200%;
  border-radius: 50%;
  background: -o-radial-gradient(
    50% 50%,
    50% 50%,
    #ff8530 0%,
    rgba(217, 217, 217, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    #ff8530 0%,
    rgba(217, 217, 217, 0) 100%
  );
}
#how .how__video {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 17.2% 0px;
  left: 18.4%;
  right: 18%;
}
#how .how__video video {
  width: 100%;
  height: 100%;
}

#how .how__video video::-webkit-media-controls-toggle-closed-captions-button,
#how .how__video video::-webkit-media-controls-time-remaining-display,
#how .how__video video::-webkit-media-controls-timeline,
#how .how__video video::-webkit-media-controls-overlay-enclosure,
#how .how__video video::-webkit-media-controls-current-time-display,
#how .how__video video::-webkit-media-controls-fullscreen-button,
#how .how__video video::-webkit-media-controls-volume-slider,
#how .how__video video::-webkit-media-controls-mute-button {
  display: none !important;
}

.footer {
  position: relative;

  background: #000;

  padding-bottom: 0;
}
.footer__container {
  padding: 0;
}
.footer .section__title {
  color: #fff;
}
.footer .footer__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer .footer__button {
  text-transform: lowercase;
}
.footer__phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer .footer__phone {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
  color: #03a5d9;
  text-align: center;
  line-height: normal;
}
.footer__image {
  margin-top: -52px;
}
.footer .overlay-js {
  background-image: url("../images/footer_bg.png");
  background-position: 10%;

  position: relative;
  padding-bottom: 100%;
}

.footer__copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  width: 60%;
  margin: 0 auto 12px;
  font-weight: 600;
  color: white;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 576px) {
  .section {
    padding-bottom: 120px;
  }
  .footer .overlay-js {
    padding-bottom: 75%;
  }
}

@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
  .section {
    padding-bottom: 120px;
  }
  .section::before {
    border-bottom-width: 100px;
  }
  .section__title-box {
    margin-bottom: 24px;
  }
  .section__title {
    font-size: 24px;
  }
  .header__logo {
    width: 180px;
  }
  .burger__icon {
    width: 72px;
    height: 72px;
  }
  .header__menu {
    top: 72px;
  }
  .header__links-item {
    margin-bottom: 32px;
    font-size: 18px;
  }
  #hero {
    padding-top: 120px;
  }
  #hero .hero__wrapper {
    max-width: 60%;
  }
  #hero h1 {
    font-size: 34px;
  }
  #hero p {
    font-size: 16px;
  }
  #hero .hero__image {
    max-width: 500px;
  }
  #hero .overlay-js {
    background-image: url(../images/hero_bg_desktop.png);

    -webkit-transform: scale(2);

    -ms-transform: scale(2);

    transform: scale(2);
  }
  #about .about__wrapper {
    margin: 0 auto;
    max-width: 600px;
  }
  #can .can__wrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 600px;
  }
  #can .can__image {
    max-width: 600px;
  }
  #can .overlay-js {
    background-image: url(../images/electronics_desktop.png);

    padding-bottom: 55%;
  }
  #why .why__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #why .why__advantages-item {
    max-width: none;
    width: calc(50% - 15px);
    padding: 20px;
    margin: 0;
  }
  #why .why__advantages-item h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  #why .why__advantages-item:last-child {
    margin: 0 auto;
  }
  #how .how__wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
  #how .how__steps-item {
    font-size: 16px;
    line-height: 1.4;
  }
  .footer .overlay-js {
    background-image: url("../images/footer_bg_desktop.png");
    padding-bottom: 55%;
  }
}

@media only screen and (min-width: 992px) {
  .section {
    padding-bottom: 140px;
  }
  .section::before {
    border-bottom-width: 120px;
  }
  .header__wrapper {
    padding: 12px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .burger__icon {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
    opacity: 0;
  }
  #burger:not(:checked) ~ .header__menu {
    pointer-events: auto;
  }
  .header__menu {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header__menu-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: auto;
    margin-left: 52px;
  }
  .header__menu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__links-item {
    margin: 0;
  }
  .header__links-item:not(:last-child) {
    margin-right: 32px;
  }
  .header__menu-button {
    position: relative;
    padding: 0;
    margin-left: auto;
  }
  #hero {
    padding-top: 160px;
  }
  #hero h1 {
    font-size: 40px;
  }
  #hero p {
    font-size: 20px;
  }
  #hero .hero__image {
    max-width: 800px;
  }
  #hero .overlay-js {
    background-position: 4rem -8rem;

    padding-bottom: 67%;
  }
  #about .about__wrapper {
    max-width: 800px;
  }
  #can .can__wrapper {
    max-width: 800px;
  }
  #can .can__image {
    max-width: 800px;
  }
  #why .why__advantages {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #why .why__advantages-item {
    width: calc(33.333% - 15px);
  }
  #why .why__advantages-item:last-child {
    margin: 0;
  }
  #how {
    padding-bottom: 0;
    margin-bottom: -60px;
  }
  #how .how__wrapper {
    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;
    max-width: none;
    margin-top: -140px;
  }
  #how .section__title-box {
    width: 100%;
  }
  #how .section__title {
    color: black;
  }
  #how .how__info {
    width: 60%;
    padding: 40px 80px 40px 40px;
  }
  #how .how__image {
    max-width: none;
    width: 40%;
    margin: 0;
  }
  .footer__image {
    margin: 0;
  }
  .footer__wrapper {
    position: relative;
  }
  .footer__info {
    position: absolute;
    bottom: 32px;
    left: 50%;
    right: 15%;

    width: 460px;
    z-index: 1;
  }
  .footer .section__title {
    margin-bottom: 24px;
    font-size: 36px;
  }
  .footer .button {
    background: #fff;

    width: 244px;
    height: 78px;
    border-color: #ff8530;
    font-weight: 700;
    font-size: 36px;
    color: #03a5d9;
  }
  .footer .footer__phone {
    font-size: 36px;
    color: #fff;
  }
  .footer__copyright {
    position: relative;

    width: auto;
    margin: 120px 0 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  p {
    font-size: 24px;
  }
  .section {
    padding-bottom: 210px;
  }
  .section__title {
    font-size: 36px;
  }
  .section::before {
    border-bottom-width: 210px;
  }
  .button {
    height: 60px;
  }

  .header.is-scroll {
    z-index: 12;
  }
  .header__wrapper {
    padding: 44px 0;
  }
  .header__logo {
    min-width: 250px;
  }
  .header__menu-container {
    margin-left: 80px;
  }
  .header__links-item:not(:last-child) {
    margin-right: 72px;
  }

  #hero {
    padding-top: 220px;
  }
  #hero h1 {
    font-size: 48px;
  }
  #hero p {
    font-size: 24px;
  }
  #hero .hero__wrapper {
    max-width: 70%;
    z-index: 11;
  }
  #hero .hero__image {
    margin-top: -100px;
    max-width: 1000px;
    z-index: 10;
  }
  #hero .overlay-js {
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
    background-position: 10rem -10rem;
    padding-bottom: 62%;
  }
  #hero p {
    margin-bottom: 32px;
  }

  #about::before {
    z-index: 10;
  }
  #about .about__wrapper {
    position: relative;
    max-width: 1000px;
  }
  #about .about__wrapper::before {
    content: "";
    position: absolute;
    left: -300px;
    top: 52px;

    background-image: url(../images/big_plane.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    width: 220px;
    height: 220px;
    z-index: 1;
  }
  #can .can__wrapper {
    max-width: 1000px;
  }
  #can .can__image {
    max-width: 1000px;
  }
  #why .why__advantages {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  #why .why__advantages-item {
    width: calc(20%);
  }
  #why .why__advantages-item h3 {
    margin-bottom: 24px;
    font-size: 24px;
  }
  #why .why__advantages-item p {
    font-size: 20px;
  }
  #why .why__advantages-item:last-child {
    margin: 0;
  }
  #how {
    margin-bottom: -100px;
  }
  #how .how__wrapper {
    margin-top: -240px;
  }
  #how .how__steps-item {
    font-size: 24px;
  }
  #how .gradient {
    left: 25%;
    top: -75%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 1500px;
    height: 1500px;
    padding: 0;
    background: -o-radial-gradient(
      50% 50%,
      50% 50%,
      rgba(255, 133, 48, 0.7) 0%,
      rgba(217, 217, 217, 0) 100%
    );
    background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(255, 133, 48, 0.7) 0%,
      rgba(217, 217, 217, 0) 100%
    );
  }
  .footer__wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }
  .footer__info::before {
    content: "";
    position: absolute;
    left: calc(100% + 80px);
    top: -160px;

    background-image: url(../images/small_plane.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    width: 180px;
    height: 180px;
  }
  .footer__image {
    position: relative;
    margin: 0;
  }
  .footer__copyright {
    margin-top: 180px;
    font-size: 18px;
  }
  .footer .gradient {
    position: absolute;
    left: -60%;
    bottom: 0;

    width: 1100px;
    height: 1100px;
    border-radius: 50%;
    background: -o-radial-gradient(
      50% 50%,
      50% 50%,
      rgba(255, 133, 48, 0.7) 0%,
      rgba(217, 217, 217, 0) 100%
    );
    background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(255, 133, 48, 0.7) 0%,
      rgba(217, 217, 217, 0) 100%
    );
  }
}
