@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN/DINCondensedBold.otf");
  font-weight: bold;
  font-style: normal;
}
::selection {
  background: #4c438d;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #4c438d;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
*:-moz-placeholder {
  color: #666;
  opacity: 1;
}
*::-moz-placeholder {
  color: #666;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

html.js .loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
html.js .loader_inner {
  background-image: url("../img/loader.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 260px;
  width: 260px;
  margin-top: -130px;
  margin-left: -130px;
  left: 50%;
  top: 50%;
  position: absolute;
}
html {
  font-size: 16px;
  overflow-x: hidden;
  min-width: 320px;
}
body {
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow-x: hidden;
  color: #464646;
}
.hidden {
  display: none;
}
a {
  transition: all 0.3s ease;
  color: #2aa8f5;
  font-weight: bold;
}
a:hover {
  color: #2aa8f5;
  opacity: 0.7;
  text-decoration: none;
}
img {
  border: none;
  max-width: 100%;
}

a.logo {
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  font-family: "DIN";
  text-transform: uppercase;
  font-size: 57px;
  align-items: center;
  flex-wrap: nowrap;
}
a.logo::before {
  display: block;
  content: "";
  width: 73px;
  height: 73px;
  background: url(../img/logo.svg) no-repeat center;
  margin-right: 15px;
}
a.logo:hover {
  opacity: 1;
}
a.logo:hover::before {
  background: url(../img/loader.svg) no-repeat center;
}

footer {
  background: radial-gradient(circle, #4c438d 0%, #4767c7 100%);
  padding: 60px 0px;
}
footer > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  margin-right: 50px;
}
nav a:hover {
  text-decoration: underline;
  color: #fff;
}
nav a:last-child {
  margin-right: 0;
}
nav .burger {
  display: none;
}
section.header {
  background: radial-gradient(circle, #4c438d 0%, #4767c7 100%);
  padding: 75px 0px;
}
header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
section {
  position: relative;
}
section.rocket {
  background: radial-gradient(circle, #4c438d 0%, #4767c7 100%);
  height: calc(100vh - 160px);
  min-height: 780px;
  overflow: hidden;
  position: relative;
  padding: 0px;
}

section.rocket header {
  padding-top: 65px;
  position: relative;
  z-index: 3;
}

@keyframes rocket-bg-img {
  0% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  50% {
    opacity: 0;
    transform: translate(0px, -30px);
  }
}
.rocket-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.rocket-bg > img {
  display: block;
  position: absolute;
  animation: rocket-bg-img 7s ease infinite;
}
.rocket-bg > img:nth-child(1) {
  left: -40px;
  top: 70px;
  animation-delay: 1s;
}
.rocket-bg > img:nth-child(2) {
  left: 40%;
  bottom: 12%;
  animation-delay: 3s;
}
.rocket-bg > img:nth-child(3) {
  left: 100px;
  top: 40%;
  animation-delay: 4s;
}
.rocket-bg > img:nth-child(4) {
  right: -50px;
  bottom: 20%;
  animation-delay: 2s;
}
.rocket-bg::before {
  display: block;
  content: "";
  position: absolute;
  left: -100px;
  bottom: -175px;
  width: 100%;
  height: 200px;
  background: #f7f7f7;
  transform: rotate(7deg);
}
.rocket-bg::after {
  display: block;
  content: "";
  position: absolute;
  right: -100px;
  bottom: -175px;
  width: 100%;
  height: 200px;
  background: #f7f7f7;
  transform: rotate(-7deg);
}
.rocket-image {
  position: absolute;
  top: 50%;
  margin-top: -450px;
  right: 0px;
}
.rocket-text {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 1.7rem;
  max-width: 1000px;
  z-index: 2;
}
.rocket-text h1 {
  font-weight: 900;
  font-size: 2.8rem;
}

.offcanvas {
  background: radial-gradient(circle, #4c438d 0%, #4767c7 100%);
  padding: 60px;
}
.offcanvas nav a {
  display: block;
  margin: 15px 0px;
}
section {
  padding: 70px 0px;
}
h1 {
  font-weight: 900;
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 2.45rem;
}
h2 {
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 1.95rem;
}
section.content h1,
section.content h2 {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
section.content h2 img {
  max-width: 40px;
}
.nowrap {
  white-space: nowrap;
}
section .text {
  font-size: 1.125rem;
  line-height: 1.9rem;
  margin: 30px;
}

section .text-big {
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin: 30px;
}

.button {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #494949 !important;
  text-decoration: none;
  background: #ffdb96;
  padding: 24px;
  vertical-align: middle;
  border-radius: 5px;
}

.bold {
  font-weight: bold;
}

.bg-a {
  overflow: hidden;
  background: linear-gradient(
    0deg,
    rgba(252, 252, 252, 1) 19%,
    rgba(247, 247, 247, 1) 64%
  );
}
.bg-b {
  background-color: #fcfcfc;
  background-image: url(../img/advantages.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-c {
  background: url(../img/znak.svg) no-repeat;
  background-position: -100px 50%;
}
.bg-d {
  background-color: #fff;
  background-image: url(../img/individual.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-e {
  background: radial-gradient(circle, #fcfcfc 0%, #f7f7f7 100%);
}
.bg-f {
  background: #f7f7f7 url(../img/rocket.png) no-repeat right center;
}
section.corner {
  position: relative;
  padding-bottom: 120px;
}
section.corner::before {
  display: block;
  content: "";
  position: absolute;
  left: -100px;
  bottom: -175px;
  width: 100%;
  height: 200px;
  background: #fff;
  transform: rotate(7deg);
}
section.corner::after {
  display: block;
  content: "";
  position: absolute;
  right: -100px;
  bottom: -175px;
  width: 100%;
  height: 200px;
  background: #fff;
  transform: rotate(-7deg);
}

.line-a {
  position: relative;
  left: 50px;
}
.line-b {
  position: relative;
  left: -50px;
}

.slider .slide {
  background: #fff;
  box-shadow: 0 25px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 30px;
  margin: 50px;
  display: flex;
  text-align: left;
  align-items: center;
}
.slider .slide img {
  margin-right: 15px;
  flex-grow: 0;
}
.slick-dots li {
  background: #efefef;
  border-radius: 20px;
  width: 50px;
  height: 10px;
  transition: all 0.3s ease;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active {
  background: #8764d1;
}
.accordion-item {
  margin-bottom: 20px;
  border: none;
  border-radius: 6px;
  box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.06);
}
.accordion-button {
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: underline;
  background: #fff !important;
  color: inherit !important;
  outline: none;
  box-shadow: none !important;
}
.accordion-button:hover {
  text-decoration: none;
}
.accordion-button:not(.collapsed) {
  text-decoration: none;
}
