@charset "UTF-8";
a .text::before, #site-nav li p .text::before, .link .text::before {
  background: #357ded;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #357ded), to(#c43764));
  background: linear-gradient(to right, #357ded 1%, #c43764 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357ded', endColorstr='#c43764',GradientType=1 );
}

.text, a, a .text::before, #site-nav li p, #site-nav li p .text::before, .link, .link .text::before, abbr::before, abbr::after, #site-status,
#site-status > * {
  -webkit-transition: opacity 0.15s ease-out, color 0.15s ease-out, border-radius 0.15s ease-out, font-size 0.15s ease-out, bottom 0.15s ease-out, top 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, color 0.15s ease-out, border-radius 0.15s ease-out, font-size 0.15s ease-out, bottom 0.15s ease-out, top 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out, color 0.15s ease-out, transform 0.15s ease-out, border-radius 0.15s ease-out, font-size 0.15s ease-out, bottom 0.15s ease-out, top 0.15s ease-out, background-color 0.15s ease-out;
  transition: opacity 0.15s ease-out, color 0.15s ease-out, transform 0.15s ease-out, border-radius 0.15s ease-out, font-size 0.15s ease-out, bottom 0.15s ease-out, top 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

[target='_blank']::after, #site-status .icon::before {
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

#log {
  position: fixed;
  bottom: 1rem;
  left: 1.333rem;
  background-color: rgba(0, 0, 0, 0.24);
  padding: 1rem 1.333rem;
  width: auto;
  height: auto;
  z-index: 99;
}

:root, textarea, button {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

body {
  background-color: #1C1D46;
  color: white;
  min-height: 100vh;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.fee {
  font-weight: 700;
}

.link {
  cursor: pointer;
}

.icon, .icon::before {
  line-height: 150%;
}

a {
  color: #F2F2F2;
  text-decoration: none;
  font-weight: 700;
}

a .text::before, #site-nav li p .text::before, .link .text::before {
  content: '';
  position: absolute;
  bottom: -0.111rem;
  left: 0;
  width: 100%;
  height: 0.111rem;
}

@media (min-width: 1181px) {
  a .text::before, #site-nav li p .text::before, .link .text::before {
    opacity: .5;
  }
}

a:hover, a:focus-within, #site-nav li p:hover, #site-nav li p:focus-within, .link:hover, .link:focus-within {
  color: white;
}

a:hover .text::before, a:focus-within .text::before, #site-nav li p:hover .text::before, #site-nav li p:focus-within .text::before, .link:hover .text::before, .link:focus-within .text::before {
  opacity: 1;
}

abbr {
  color: #357DED;
}

abbr::before, abbr::after {
  position: absolute;
  left: 50%;
  background-color: #C43764;
  pointer-events: none;
  opacity: 0;
}

abbr::before {
  content: attr(data-title);
  bottom: calc(100% + .777rem);
  font-size: 0.777rem;
  line-height: 130%;
  width: 15rem;
  max-width: 15rem;
  color: white;
  padding: 0.777rem 1.333rem;
  -webkit-transform: translateX(-50%) translateY(1rem);
          transform: translateX(-50%) translateY(1rem);
  -webkit-box-shadow: 0 1.333rem 1.333rem -0.5rem rgba(0, 0, 0, 0.14);
          box-shadow: 0 1.333rem 1.333rem -0.5rem rgba(0, 0, 0, 0.14);
  border-radius: 0 0.5rem 0 0.5rem;
}

abbr::after {
  content: '';
  bottom: calc(100% + .5rem);
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateX(-50%) rotate(45deg) translateY(1rem);
          transform: translateX(-50%) rotate(45deg) translateY(1rem);
}

@-webkit-keyframes opacityTo1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityTo1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

abbr:hover, abbr:focus {
  color: #0B63ED;
}

abbr:hover::before, abbr:focus::before {
  -webkit-animation: opacityTo1 0.15s ease-out 1 normal forwards;
          animation: opacityTo1 0.15s ease-out 1 normal forwards;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

abbr:hover::after, abbr:focus::after {
  -webkit-animation: opacityTo1 0.15s ease-out 0.04s 1 normal forwards;
          animation: opacityTo1 0.15s ease-out 0.04s 1 normal forwards;
  -webkit-transform: translateX(-50%) translateY(0) rotate(45deg);
          transform: translateX(-50%) translateY(0) rotate(45deg);
}

#site-logo a::before {
  display: none;
}

[target='_blank']::after {
  content: "";
  font-size: 0.666rem;
  margin-left: .111rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  display: inline-block;
}

.text-negative {
  color: #ED1C24;
}

.text-positive {
  color: #23CE6B;
}

select ~ label {
  position: absolute;
  pointer-events: none;
  color: red;
}

#page-header {
  z-index: 10;
}

#page-content {
  z-index: 9;
}

#page-footer {
  z-index: 8;
}

#page-header nav {
  padding-left: calc(100% / 36 * 6);
  padding-right: calc(100% / 36 * 6);
}

section .header,
section .content,
section .footer {
  padding-left: calc(100% / 36 * 6);
  padding-right: calc(100% / 36 * 6);
}

#welcome .header {
  padding-left: calc(100% / 36 * 6);
}

#welcome .content {
  padding-right: calc(100% / 36 * 6);
}

@media (min-width: 1181px) {
  #page-contacts #page-content > section {
    width: 50%;
  }
  #page-contacts #page-content > section:nth-child(odd) > * {
    padding-left: calc(100% / 18 * 6);
    padding-right: calc(100% / 18 * 1);
  }
  #page-contacts #page-content > section:nth-child(even) > * {
    padding-right: calc(100% / 18 * 6);
    padding-left: 0;
  }
}

#page-footer {
  padding-left: calc(100% / 36 * 6);
  padding-right: calc(100% / 36 * 6);
}

@-webkit-keyframes slideFromLeft {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideFromLeft {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

#site-status {
  position: fixed;
  -webkit-animation: slideFromLeft 0.45s 1s ease-out 1 normal forwards;
          animation: slideFromLeft 0.45s 1s ease-out 1 normal forwards;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  z-index: 50;
  border-radius: 0.222rem;
  color: #96ACB7;
  background-color: rgba(255, 255, 255, 0.09);
  padding: 0.333rem 0.777rem;
  font-size: 0.777rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  opacity: 0;
}

@media (min-width: 1181px) {
  #site-status {
    bottom: 1rem;
    left: 1.333rem;
  }
}

#site-status > *:not(:last-child) {
  margin-right: 0.5rem;
}

#site-status > * {
  pointer-events: none;
}

#site-status .text {
  line-height: 120%;
  font-weight: 700;
}

#site-status[data-status='offline'] {
  opacity: .48;
}

#site-status[data-status='offline'] .icon::before {
  content: "";
}

@-webkit-keyframes glow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .75;
  }
}

@keyframes glow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .75;
  }
}

#site-status[data-status='online'] {
  opacity: 1;
  color: #23CE6B;
}

#site-status[data-status='online'] .icon {
  -webkit-animation: glow .5s ease infinite alternate forwards;
          animation: glow .5s ease infinite alternate forwards;
}

#site-status[data-status='online'] .icon::before {
  content: "";
}

@media (max-width: 1680px) {
  #page-header nav {
    padding-left: calc(100% / 36 * 4);
    padding-right: calc(100% / 36 * 4);
  }
  section .header,
  section .content,
  section .footer {
    padding-left: calc(100% / 36 * 4);
    padding-right: calc(100% / 36 * 4);
  }
  #welcome .header {
    padding-left: calc(100% / 36 * 4);
  }
  #welcome .content {
    padding-right: calc(100% / 36 * 4);
  }
}

@media (max-width: 1680px) and (min-width: 1181px) {
  #page-contacts #page-content > section:nth-child(odd) > * {
    padding-left: calc(100% / 18 * 4);
  }
  #page-contacts #page-content > section:nth-child(even) > * {
    padding-right: calc(100% / 18 * 4);
  }
}

@media (max-width: 1680px) {
  #page-footer {
    padding-left: calc(100% / 36 * 4);
    padding-right: calc(100% / 36 * 4);
  }
}

@media (max-width: 1440px) {
  :root, textarea, button {
    font-size: 16px;
  }
  #page-header nav {
    padding-left: calc(100% / 36 * 3);
    padding-right: calc(100% / 36 * 3);
  }
  section .header,
  section .content,
  section .footer {
    padding-left: calc(100% / 36 * 3);
    padding-right: calc(100% / 36 * 3);
  }
  #welcome .header {
    padding-left: calc(100% / 36 * 3);
  }
  #welcome .content {
    padding-right: calc(100% / 36 * 3);
  }
}

@media (max-width: 1440px) and (min-width: 1181px) {
  #page-contacts #page-content > section {
    width: 50%;
  }
  #page-contacts #page-content > section:nth-child(odd) > * {
    padding-left: calc(100% / 18 * 3);
  }
  #page-contacts #page-content > section:nth-child(even) > * {
    padding-right: calc(100% / 18 * 3);
  }
}

@media (max-width: 1440px) {
  #page-footer {
    padding-left: calc(100% / 36 * 3);
    padding-right: calc(100% / 36 * 3);
  }
}

@-webkit-keyframes slideFromRight {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideFromRight {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@media (max-width: 1180px) {
  :root, textarea, button {
    font-size: 13px;
  }
  #site-status {
    bottom: 0.666rem;
    left: 0.777rem;
  }
  #site-status[data-status='offline'] {
    opacity: 0;
  }
  #site-status[data-status='online'] {
    opacity: .64;
  }
}
/*# sourceMappingURL=main.css.map */