@font-face {
  font-family: 'futura-hv-bt';
  src: url(../assets/fonts/FuturaHeavyBT.ttf);
}

@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url(../assets/fonts/HelveticaNeueCyr-Roman.otf);
}

@font-face {
  font-family: 'HelveticaNeueCyr-medium';
  src: url(../assets/fonts/HelveticaNeueCyr-Medium.otf);
}

@font-face {
  font-family: 'HelveticaNeueCyr-light';
  src: url(../assets/fonts/HelveticaNeueCyr-Light.otf);
}

@font-face {
  font-family: 'Helvetica-regular';
  src: url(../assets/fonts/NewHelvetica-Regular.otf);
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #bebebe;
}

::-webkit-scrollbar-thumb {
  background: #105364;
}

::-webkit-scrollbar-thumb:hover {
  background: #1c6075;
}

.primary-color {
  color: #48bbc0;
}

.grey-dark-color {
  color: #808285;
}

.mw-700 {
  max-width: 700px;
}

.mt-50 {
  margin-top: 50px;
}

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

.mt-20 {
  margin-top: 20px;
}

.rounded-border {
  border-radius: 15px;
}

.page__title {
  font-size: 55px;
  text-transform: uppercase;
  color: #48bbc0;
  font-family: 'futura-hv-bt';
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .page__title {
    font-size: 42px;
  }
}

@media screen and (max-width: 992px) {
  .page__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 450px) {
  .page__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 375px) {
  .page__title {
    font-size: 29px;
  }
}

.section__subtitle-lg {
  font-size: 24px;
  font-family: 'HelveticaNeueCyr-medium';
}

@media screen and (max-width: 992px) {
  .section__subtitle-lg {
    font-size: 22px;
  }
}

@media screen and (max-width: 375px) {
  .section__subtitle-lg {
    font-size: 21px;
  }
}

.section__subtitle-md {
  font-size: 20px;
  font-family: 'HelveticaNeueCyr-medium';
}

@media screen and (max-width: 992px) {
  .section__subtitle-md {
    font-size: 19px;
  }
}

@media screen and (max-width: 375px) {
  .section__subtitle-md {
    font-size: 18px;
  }
}

.section__title {
  font-size: 48px;
  color: #48bbc0;
  font-family: 'futura-hv-bt';
}

.section__subtitle {
  font-size: 24px;
  color: #48bbc0;
  font-family: 'futura-hv-bt';
}

.section__desc-lg {
  font-size: 18px;
  font-family: 'HelveticaNeueCyr-Roman';
  line-height: 36px;
}

.section__desc-md {
  font-size: 16px;
  font-family: 'HelveticaNeueCyr-Roman';
  line-height: 30px;
  font-weight: 400;
}

.section__desc-sm {
  font-size: 14px;
  font-family: 'HelveticaNeueCyr-Roman';
  line-height: 24px;
}

@media screen and (max-width: 992px) {
  .section__title {
    font-size: 40px;
  }
  .section__subtitle {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 34px;
  }
  .section__subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .section__title {
    font-size: 30px;
  }
  .section__subtitle {
    font-size: 19px;
  }
  .section__desc-lg {
    font-size: 18px;
  }
  .section__desc-md {
    font-size: 14px;
  }
  .section__desc-sm {
    font-size: 13px;
  }
}

.magnet-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 70px;
  width: 220px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.backto-it {
  border: 2px solid #48bbc0;
  color: #48bbc0;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.backto-it:hover {
  background-color: #48bbc0;
  color: white;
}

.navbar {
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.navbar-filled {
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
  background-color: #1c6075;
  opacity: 0.7;
}

.navbar .container-fluid {
  z-index: 1;
}

.navbar__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.navbar .nav-link {
  font-size: 25px;
  font-family: 'futura-hv-bt' !important;
  color: white !important;
}

.navbar .nav-link:hover {
  color: #48bbc0 !important;
}

.navbar .dropdown-menu {
  background-color: #48bbc0;
  border: 1px solid #48bbc0;
  margin-top: 12px;
}

@media screen and (min-width: 767px) {
  .navbar .dropdown-menu {
    max-width: 60px;
  }
}

.navbar .dropdown-item {
  color: white !important;
}

.navbar .dropdown-item:hover {
  background-color: #ffffff28;
}

.navbar form .search-btn,
.navbar form .search-input {
  position: relative;
  border-radius: 12px;
  color: white;
  background: #00000070 0% 0% no-repeat padding-box;
  border: 1px solid #00000070;
  margin-left: 0px !important;
  font-family: 'HelveticaNeueCyr-light' !important;
  font-size: 16px;
  font-weight: 400 !important;
}

.navbar form .search-btn::-webkit-input-placeholder,
.navbar form .search-input::-webkit-input-placeholder {
  color: white;
}

.navbar form .search-btn:-ms-input-placeholder,
.navbar form .search-input:-ms-input-placeholder {
  color: white;
}

.navbar form .search-btn::-ms-input-placeholder,
.navbar form .search-input::-ms-input-placeholder {
  color: white;
}

.navbar form .search-btn::placeholder,
.navbar form .search-input::placeholder {
  color: white;
}

.navbar form .search-btn:focus,
.navbar form .search-input:focus {
  background: #00000070 0% 0% no-repeat padding-box;
  border: 1px solid #00000070;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .form-md {
  padding-left: 30vw;
}

@media screen and (max-width: 992px) {
  .navbar .form-md {
    padding-left: 12vw;
  }
}

@media screen and (max-width: 800px) {
  .navbar .form-md {
    padding-left: 0;
  }
}

.navbar .btn-lang,
.navbar .btn-login {
  font-family: 'HelveticaNeueCyr-light' !important;
}

.navbar .btn-lang:focus,
.navbar .btn-login:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .form-open .btn-lang,
.navbar .form-open .btn-login {
  width: 100%;
}

.navbar .btn-primary-outline {
  border: 1px solid #48bbc0;
  color: white;
  border-radius: 12px;
}

.navbar .btn-lang {
  border: 1px solid white;
}

.navbar-toggler {
  border: none;
  padding: 0;
  margin-right: 12px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-expand-sm .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px;
  margin-right: auto;
}

.navbar-collapse {
  position: fixed;
  top: 76px;
  right: 0;
  padding: 100px 50px;
  width: 300px;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navbar-collapse .collapse-bg {
  position: absolute;
  background: #1c6075 0% 0% no-repeat padding-box;
  opacity: 0.7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.navbar-collapse .collapse-content {
  z-index: 1;
}

.navbar .navbar-collapse.collapsing {
  right: -300px;
  -webkit-transition: height 0s ease;
  transition: height 0s ease;
}

.navbar .navbar-collapse.show {
  right: 0;
  -webkit-transition: right 300ms ease-in-out;
  transition: right 300ms ease-in-out;
}

.navbar .navbar-toggler.collapsed ~ .navbar-collapse {
  -webkit-transition: right 500ms ease-in-out;
  transition: right 500ms ease-in-out;
}

/* Icon 1 */
#burgurIcon {
  width: 26px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#burgurIcon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #48bbc0;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#burgurIcon span:nth-child(1) {
  top: 0px;
}

#burgurIcon span:nth-child(2),
#burgurIcon span:nth-child(3) {
  top: 9px;
}

#burgurIcon span:nth-child(4) {
  top: 18px;
}

#burgurIcon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#burgurIcon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#burgurIcon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#burgurIcon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*# sourceMappingURL=header.css.map */