/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v29-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/roboto-v29-latin_cyrillic-regular.woff") format("woff"), url("../fonts/roboto-v29-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/roboto-v29-latin_cyrillic-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v29-latin_cyrillic-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v29-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v29-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/roboto-v29-latin_cyrillic-500.woff") format("woff"), url("../fonts/roboto-v29-latin_cyrillic-500.ttf") format("truetype"), url("../fonts/roboto-v29-latin_cyrillic-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
html {
  font-family: "Roboto", sans-serif;
}

.navbar-toggler {
  padding: 0.25rem 0.25rem;
  width: 40px;
  height: 40px;
  font-size: initial;
}

.__startPage {
  min-height: 100vh;
}

.navbar {
  animation: navbar-show 0.25s;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e9e9e9;
}

.navbar-brand {
  font-size: 1.4rem;
}

.__phone {
  font-size: 1.6rem;
  margin: 0 20px 0 0;
}
.__phone a {
  color: #595960;
  text-decoration: none !important;
}
.__phone a:hover {
  color: #0d6efd;
}

.__mail {
  font-size: 1.6rem;
  margin: 0;
}
.__mail a {
  color: #595960;
  text-decoration: none !important;
}
.__mail a:hover {
  color: #0d6efd;
}

.navbar-nav {
  font-size: 1.4em;
}

.__bg-light {
  background-color: white !important;
}

.__bg-gray {
  background-color: #f6f9fc !important;
}

.__bg-dark {
  background-color: #373f50 !important;
  color: white;
}

.__bg {
  background-image: url("../img/lightBg.png");
  background-position: 50% 0;
  background-size: cover;
  background-size: 76% auto;
  background-repeat: no-repeat;
}

.pl-7,
.px-7 {
  padding-left: 3.375rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3.375rem !important;
}

.btn-rounded {
  border-radius: 10rem !important;
}

.btn-scroll-top.show {
  right: 1.25rem;
  opacity: 1;
}

.btn-scroll-top {
  display: block;
  position: fixed;
  right: -4.125rem;
  bottom: 1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.25s ease-in-out;
  border-radius: 50%;
  background-color: rgba(43, 52, 69, 0.25);
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 1025;
}
.btn-scroll-top i {
  FONT-SIZE: 2rem;
  line-height: 2.75rem;
}

.btn-scroll-top .btn-scroll-top-tooltip {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.btn-scroll-top:hover .btn-scroll-top-tooltip {
  visibility: visible;
  opacity: 1;
}

.btn-scroll-top:hover {
  background-color: rgba(43, 52, 69, 0.5);
  color: #fff;
}

.text-muted {
  color: #7d879c !important;
}

a {
  transition: color 0.25s ease-in-out;
}

html {
  font-size: 70%;
}

h1 {
  font-size: 3rem;
  font-weight: 400;
  text-shadow: 0px 0px 6px rgb(255, 255, 255);
}

.navbar-brand {
  font-size: 1.4rem;
}

footer {
  padding: 1rem 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  background-color: #e7e9eb;
}

.__title {
  font-size: 3.2rem;
  text-align: center;
  margin: 6vh 0;
}

.__description {
  font-size: 2rem;
  text-align: center;
  margin: 5vh 0;
}

.__bg-plane {
  background-image: none;
  background-position: 100% 98%;
  background-repeat: no-repeat;
  background-size: 110px;
}

.__advantages-text {
  font-size: 1.2rem;
}

.__link {
  color: black;
  text-decoration: none;
}
.__link p {
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

/* Shine */
.__shine_block figure {
  align-content: center;
  height: 170px;
  position: relative;
}

.__shine_block figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.__shine_block figure:hover::before {
  animation: shine 0.5s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.navbar > .container {
  justify-content: center;
}

@media (min-width: 576px) {
  html {
    font-size: 70%;
  }
  .__bg-plane {
    background-image: none;
  }
  .navbar > .container {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 80%;
  }
  .__bg-plane {
    background-image: url("../img/planes-bg.png");
  }
  .navbar > .container {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 90%;
  }
  .navbar > .container {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 90%;
  }
  .__bg-plane {
    background-image: url("../img/planes-bg.png");
  }
  .navbar > .container {
    justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 100%;
  }
  .__bg-plane {
    background-image: url("../img/planes-bg.png");
  }
  .navbar > .container {
    justify-content: space-between;
  }
}/*# sourceMappingURL=styles.css.map */