@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&family=Russo+One&display=swap&subset=cyrillic");
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }
.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
@media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
.sweet-alert fieldset {
    border: none;
    position: relative; }
.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
.sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
.sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
.sweet-alert .sa-error-container p {
      display: inline-block; }
.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
.sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
.sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
.sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
.sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
.sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
.sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
.sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
.sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
.sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
.sweet-alert.show-input input {
    display: block; }
.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
.sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
.sweet-alert button:hover {
      background-color: #7ecff4; }
.sweet-alert button:active {
      background-color: #5dc2f1; }
.sweet-alert button.cancel {
      background-color: #C1C1C1; }
.sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
.sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
.sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
.sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
.sweet-alert button.confirm[disabled] {
      color: transparent; }
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
.sweet-alert button::-moz-focus-inner {
      border: 0; }
.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
.sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
.sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
.sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
.sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
.sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
.sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }
/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }
@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }
@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }
@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }
@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }
@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }
.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }
/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }
.la-ball-fall.la-dark {
  color: #333; }
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }
.la-ball-fall {
  width: 54px;
  height: 18px; }
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }
/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.compensate-for-scrollbar{overflow:hidden}
.fancybox-active{height:auto}
.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}
.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}
.fancybox-container *{box-sizing:border-box}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}
.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}
.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}
.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}
.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}
.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}
.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fancybox-toolbar{right:0;top:0}
.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}
.fancybox-is-open .fancybox-stage{overflow:hidden}
.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}
.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}
.fancybox-slide--image{overflow:hidden;padding:44px 0}
.fancybox-slide--image:before{display:none}
.fancybox-slide--html{padding:6px}
.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}
.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}
.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}
.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}
.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}
.fancybox-is-grabbing .fancybox-content{cursor:grabbing}
.fancybox-container [data-selectable=true]{cursor:text}
.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}
.fancybox-spaceball{z-index:1}
.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}
.fancybox-slide--video .fancybox-content{background:#000}
.fancybox-slide--map .fancybox-content{background:#e5e3df}
.fancybox-slide--iframe .fancybox-content{background:#fff}
.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}
.fancybox-iframe{left:0;position:absolute;top:0}
.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}
.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}
.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}
.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}
.fancybox-button:hover{color:#fff}
.fancybox-button:focus{outline:none}
.fancybox-button.fancybox-focus{outline:1px dotted}
.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}
.fancybox-button div{height:100%}
.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}
.fancybox-button svg path{fill:currentColor;stroke-width:0}
.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}
.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}
.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}
.fancybox-close-small:hover{color:#fff;opacity:1}
.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}
.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}
.fancybox-navigation .fancybox-button div{padding:7px}
.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}
.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}
.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}
@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}
.fancybox-caption--separate{margin-top:-50px}
.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}
.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}
.fancybox-caption a:hover{color:#fff;text-decoration:underline}
.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}
@keyframes a{to{transform:rotate(1turn)}}
.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}
.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}
.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}
.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}
.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}
.fancybox-fx-fade.fancybox-slide--current{opacity:1}
.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}
.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}
.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}
.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}
.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}
.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}
.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}
.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}
.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}
.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}
@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}
.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}
.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}
.fancybox-share p{margin:0;padding:0}
.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}
.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}
.fancybox-share__button:hover{text-decoration:none}
.fancybox-share__button--fb{background:#3b5998}
.fancybox-share__button--fb:hover{background:#344e86}
.fancybox-share__button--pt{background:#bd081d}
.fancybox-share__button--pt:hover{background:#aa0719}
.fancybox-share__button--tw{background:#1da1f2}
.fancybox-share__button--tw:hover{background:#0d95e8}
.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}
.fancybox-share__button svg path{fill:#fff}
.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}
.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}
.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}
.fancybox-show-thumbs .fancybox-thumbs{display:block}
.fancybox-show-thumbs .fancybox-inner{right:212px}
.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}
.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}
.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}
.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}
.fancybox-thumbs__list a:focus:before{opacity:.5}
.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}
@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:active,
a:hover,
a:focus {
  outline: none;
}
input {
  outline: none;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?1m7qm1");
  src: url("../fonts/icomoon.eot?1m7qm1#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?1m7qm1") format("truetype"), url("../fonts/icomoon.woff?1m7qm1") format("woff"),
    url("../fonts/icomoon.svg?1m7qm1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone1:before {
  content: "\e911";
}
.icon-arr-left1:before {
  content: "\e900";
}
.icon-arr-right1:before {
  content: "\e901";
}
.icon-avatar1:before {
  content: "\e902";
}
.icon-cart1:before {
  content: "\e903";
}
.icon-close1:before {
  content: "\e904";
}
.icon-favorit1:before {
  content: "\e905";
}
.icon-favorit2:before {
  content: "\e906";
}
.icon-fb:before {
  content: "\e907";
}
.icon-ig:before {
  content: "\e908";
}
.icon-marker1:before {
  content: "\e909";
}
.icon-more1:before {
  content: "\e90a";
}
.icon-ok:before {
  content: "\e90b";
}
.icon-present1:before {
  content: "\e90c";
}
.icon-search1:before {
  content: "\e90d";
}
.icon-time1:before {
  content: "\e90e";
}
.icon-up1:before {
  content: "\e90f";
}
.icon-vk:before {
  content: "\e910";
}
.icon-whatsapp:before {
  content: "\ea93";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Russo One", sans-serif;
  margin: 0 0 10px 0;
  font-weight: 400;
  line-height: 1.2;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 2rem;
  margin: 10px 0 10px 0;
}
h3 {
  font-size: 1.75rem;
  margin: 10px 0 10px 0;
}
h4 {
  font-size: 1.5rem;
  margin: 10px 0 10px 0;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
.content {
  margin-bottom: 20px;
}
/* a {
  text-decoration: none !important;
} */
.content p,
.content ul,
.content ol,
.content blockquote,
.content table {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 15px 0;
  color: var(--tColor);
}
.content p:last-child,
.content ul:last-child,
.content ol:last-child,
.content blockquote:last-child,
.content table:last-child {
  margin-bottom: 0;
}
.content ol {
  padding: 0 0 5px 25px;
}
.content ul {
  padding: 0 0 5px 20px;
}
.content ul li,
.content ol li {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.content ul li {
  /* list-style-image: url("../img/ulbg.png"); */
  /* list-style-position: inside; */
}
.content blockquote {
  color: #000;
  padding: 10px 20px;
  background: var(--orange);
  line-height: 1.5;
  font-style: italic;
}
.content blockquote p {
  color: #000;
  line-height: 1.5;
  font-style: italic;
}
.content a {
  color: var(--orange);
  text-decoration: underline;
}
.content ol {
  counter-reset: li;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}
.content ol li {
  position: relative;
  margin: 0;
  padding-left: 30px;
  color: #363636;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.content ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  left: 0px;
  width: 25px;
  text-align: right;
  display: inline-block;
  color: var(--orange);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.content img {
  max-width: 100%;
  display: inline-block;
  margin: 10px;
  height: auto;
}
.content b,
.content strong {
  font-weight: bold;
}
.content i,
.content cite,
.content em,
.content var,
.content address,
.content dfn {
  font-style: italic;
  font-size: 0.875rem;
}
.content table th,
.content table td {
  padding: 10px;
  border: 1px solid var(--orange);
}
table.clear {
  border-collapse: collapse;
  margin-bottom: 15px;
}
table.clear td {
  text-align: center;
  vertical-align: middle;
  border: 0;
}
.table_outer {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 1.25rem;
}
.table_outer table {
  min-width: 500px;
}
.table_outer250 {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 1.25rem;
}
.table_outer250 table {
  min-width: 250px;
}
*::-webkit-input-placeholder {
  color: #868686;
  opacity: 1;
}
*:-moz-placeholder {
  color: #868686;
  opacity: 1;
}
*::-moz-placeholder {
  color: #868686;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #868686;
  opacity: 1;
}
*.error::-webkit-input-placeholder {
  color: #f00;
  opacity: 1;
}
*.error:-moz-placeholder {
  color: #f00;
  opacity: 1;
}
*.error::-moz-placeholder {
  color: #f00;
  opacity: 1;
}
*.error:-ms-input-placeholder {
  color: #f00;
  opacity: 1;
}
*.colorFFF::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
*.colorFFF:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
*.colorFFF::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
*.colorFFF:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
    opacity: 1;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
.animationBaretsky1 {
  animation-name: slide-info;
}
@keyframes slide-info {
  0% {
    opacity: 0;
    transform: scale(1.6);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animationfadeIn {
  animation-name: fade-in;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33px 0 0 -33px;
  width: 66px;
  height: 66px;
  background: transparent url("../img/loader.gif") no-repeat scroll center
    center;
}
.toTop {
  z-index: 2600;
  position: fixed;
  left: 20px;
  bottom: 50px;
  opacity: 0.75;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 5px;
  background: var(--orange);
  transition: all 0.3s;
}
.toTop:hover {
  opacity: 1;
}
.toTop i {
  font-size: 1.5rem;
  color: #fff;
  transition: all 0.3s;
}
.toTop:hover i {
  color: #000;
}
.breadcrumbs__area {
  padding: 10px 0 10px;
  border-bottom: 2px solid var(--orange);
  margin-bottom: 20px;
}
.breadcrumbs {
  display: block;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.2;
}
.breadcrumbs div:first-child {
  margin: 0 5px 0 0;
}
.breadcrumbs div {
  margin: 0 5px;
}
.breadcrumbs div a {
  color: #000;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}
.breadcrumbs div a:hover {
  color: var(--redFillhover);
}
.breadcrumbs div span {
  color: var(--redFillhover);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  position: relative;
}
.header__ss {
  /*width: 250px;*/
}
form.form-search {
  display: block;
  box-sizing: border-box;
}
form.form-search .inputs-group {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
form.form-search .inputs-group .search-input {
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 0 10px;
  background: #fff;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 26px;
  font-style: italic;
  vertical-align: middle;
  margin-right: 2px;
  border: 1px solid #bcc;
  border-radius: 4px;
}
form.form-search .inputs-group .search-input.active {
  /*width: 180px;*/
}
form.form-search .inputs-group .search-input::-webkit-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
form.form-search .inputs-group .search-input:-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
form.form-search .inputs-group .search-input::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
form.form-search .inputs-group .search-input:-ms-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
form.form-search .inputs-group .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /*background-color: #185f36;*/
  background: linear-gradient(0deg, #b72222, #f12525);
  color: #fff;
  border: none;
  border-radius: 4px;
}
form.form-search .inputs-group .search-submit:hover {
  background: linear-gradient(0deg, #942121, #ff2626);
}
.sisea-highlight {
  background: #ffbc0d;
}
.sisea-result {
  padding: 30px 0;
}
.sisea-paging {
  padding: 10px 0;
}
.header__ssSample {
  font-size: 12px;
  padding-top: 5px;
  margin-left: 30px;
}
.header__ssSample span {
}
.header__ssSample a {
  color: #000;
}
.pagin {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.pagin ul.pagination {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pagin ul.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-indent: 0;
}
.pagin ul.pagination li a {
  font-size: 0.875rem;
  margin: 0 3px;
  font-weight: 400;
  line-height: 1;
  width: 32px;
  height: 32px;
  color: #be3f46;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 2px solid #be3f46;
}
.pagin ul.pagination li.control a {
  border: 2px solid #be3f46;
  background: none;
}
.pagin ul.pagination li.disabled {
  display: none;
}
.pagin ul.pagination li:first-child a {
  margin: 0 3px 0 0;
}
.pagin ul.pagination li.active a,
.pagin ul.pagination li a:hover {
  color: #fff;
  border: 2px solid #be3f46;
  background: #be3f46;
}
.pagin ul.pagination li.control.active a,
.pagin ul.pagination li.control a:hover {
  color: #fff;
  border: 2px solid #be3f46;
}
.rows {
  font-size: 0;
}
:root {
  --orange: #ffa200;
}
/* a.hover {
  text-decoration: none !important;
} */
.w1 {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.stop {
  overflow: hidden;
  padding-right: 0;
}
.clearfix::after {
  content: ""; /* Генерируем пустой элемент */
  clear: both; /* Отменяем обтекание*/
  display: block; /* Блочный элемент */
}
.header__area {
  width: 100%;
  background-image: url(../img/bg5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header__area_main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  flex-wrap: wrap;
}
.logo1 {
  width: 200px;
}
.logo1 a {
  text-decoration: none;
}
.logo1 img {
  display: block;
  width: 100%;
}
.topMenu__outer {
  position: relative;
}
.topMenu {
  display: flex;
}
.topMenu li {
  list-style: none;
  padding: 0 15px;
}
.topMenu li a {
  color: #fff;
  font-size: 1.25rem;
  position: relative;
  text-decoration: none;
}
.topMenu li a:after {
  content: "";
  width: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}
.topMenu li:hover a:after {
  width: 100%;
  left: 0;
}
.topMenu li.active a {
  color: var(--orange);
}
.topMenu li.active a:after {
  display: none;
}
.header__phoneArea {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__phone {
  text-decoration: none;
  color: #fff;
}
.header__phone span {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--orange);
}
.header__phone span:first-child {
  font-size: 1rem;
  color: #fff;
  margin-right: 4px;
  font-weight: 400;
}
.header__phone span:last-child {
  font-size: 1.25rem;
  color: #fff;
  margin-left: 4px;
  font-weight: 400;
}
.menuButton {
  background: var(--orange);
  border-radius: 2px;
  width: 32px;
  height: 32px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  z-index: 2000;
}
.menuButton span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #000;
  opacity: 1;
  left: 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menuButton span:nth-child(1) {
  top: 6px;
}
.menuButton span:nth-child(2) {
  top: 15px;
}
.menuButton span:nth-child(3) {
  top: 24px;
}
.menuButton.open span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menuButton.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menuButton.open span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1140px) {
}
@media only screen and (max-width: 1080px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 920px) {
  .menuButton {
    display: block;
  }
  .topMenu__outer {
    display: none;
    order: 10;
    width: 100%;
  }
  .topMenu {
    flex-direction: column;
    padding: 20px 0;
    align-items: flex-end;
  }
  .topMenu li {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 10px;
  }
  .logo1 {
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
}
@media only screen and (max-width: 480px) {
  .logo1 {
    width: 80px;
  }
  .header__phone span {
    font-size: 1.25rem;
  }

  .header__phone span:first-child {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 320px) {
}
.footer__area {
  position: relative;
  width: 100%;
  background-image: url(../img/bg6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__outer {
  position: relative;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
.f1 {
  order: 1;
  display: flex;
  flex-direction: column;
}
.f2 {
  order: 2;
}
.f3 {
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.f1 .logo1 {
  margin-bottom: 2rem;
}
.oferta {
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
a.policy {
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-decoration: underline;
}
a.policy:hover {
  text-decoration: none;
}
.dev {
  margin-top: auto;
  font-size: 0.75rem;
  color: #fff;
  font-style: italic;
}
.dev a {
  font-size: 0.75rem;
  color: #fff;
  text-decoration: none;
  margin-left: 1rem;
  font-style: italic;
}
.dev a:hover {
  text-decoration: underline;
}
.footerMenu__area {
  position: relative;
}
.footerMenu {
  display: flex;
  flex-direction: column;
}
.footerMenu li {
  list-style: none;
  margin: 5px 0;
}
.footerMenu li a {
  color: white;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}
.footerMenu li a:hover {
  text-decoration: underline;
}
.footerMenu li.active a {
  color: var(--orange);
}
a.footer__phone {
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
}
a.footer__phone:hover {
  text-decoration: underline;
}
a.footer__mail {
  font-size: 1rem;
  font-weight: 400;
  color: var(--orange);
  margin-bottom: 2rem;
}
a.footer__mail:hover {
  text-decoration: underline;
}
.footer__address {
  text-align: right;
  color: #fff;
  margin-top: 1.5rem;
}
.footer__address_1 {
  margin: 0;
}
.footer__time {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
}
.footer__timeTitle {
  font-weight: 600;
  font-size: 1rem;
}
.footer__timeRow {
  font-size: 0.875rem;
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1140px) {
}
@media only screen and (max-width: 1080px) {
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 30px 0;
  }
  .f2 {
    display: none;
  }
}
@media only screen and (max-width: 920px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
  }
  .f3 {
    order: 1;
    align-items: center;
    margin-bottom: 20px;
  }
  .f1 {
    order: 2;
    align-items: center;
  }
  a.policy {
    text-align: center;
  }
  .oferta {
    text-align: center;
  }
  .footer__address {
    text-align: center;
  }
  .footer__time {
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 320px) {
}
.white__area {
  position: relative;
  width: 100%;
}
.white__outer {
  position: relative;
}
.white {
  padding: 20px 0 10px;
}
.innerBox {
  width: 100%;
  padding: 10px 0 10px;
  border-top: 2px solid var(--orange);
  margin-top: 20px;
}
.gallery {
  margin: 0 -5px;
  display: flex;
  /*justify-content: space-around;*/
  flex-wrap: wrap;
}
.gallery__item {
  width: 16.666%;
  padding: 5px;
}
.gallery__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.gallery__item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(112, 112, 112, 0.6);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/zoom.png);
  opacity: 0;
  transition: all 0.5s;
}
.gallery__item a:hover:after {
  opacity: 1;
}
.gallery__item a img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  /* object-fit: cover;
  flex: 1; */
}
.gallery__item a:hover img {
  -webkit-transform: rotateZ(5deg) scale(1.1);
  -ms-transform: rotateZ(5deg) scale(1.1);
  transform: rotateZ(5deg) scale(1.1);
}
.videoBox__area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  justify-content: center;
}
.videoBox__outer {
  padding: 5px;
  width: 50%;
}
.videoBox {
  position: relative;
}
/* .videoBox:hover {

} */
.videoBox a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(112, 112, 112, 0.6);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/play.png);
  opacity: 0;
  transition: all 0.3s;
}
.videoBox a:hover:after {
  opacity: 1;
}
.videoBox a {
  display: block;
}
.videoBox a img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.intro__area {
  position: relative;
}
.intro__outer {
  position: relative;
  margin-bottom: 20px;
}
.intro {
  display: flex;
  align-items: center;
  background: var(--orange);
  padding: 2rem;
}
.intro__txt {
  width: 70%;
  padding-right: 2rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.intro__img {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.intro__img img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1140px) {
}
@media only screen and (max-width: 1080px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 920px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 768px) {
  .gallery__item {
    width: 25%;
  }
  .intro {
    padding: 1rem;
  }
  .intro__txt {
    padding-right: 1rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .gallery__item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 480px) {
  .content img {
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
  }
  .gallery__item {
    width: 50%;
  }
  .intro__txt {
    width: 60%;
  }

  .intro__img {
    width: 40%;
  }
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 320px) {
  .gallery__item {
    width: 100%;
  }
  .intro {
    flex-direction: column;
  }
  .intro__txt {
    order: 2;
    width: 100%;
    padding: 10px 0 0 0;
  }

  .intro__img {
    width: 100%;
    order: 1;
  }
}
/* @import "__breadcrumbs.css"; */
html,
body {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.site__header {
  position: relative;
}
.site__center {
  position: relative;
}
.site__footer {
  position: relative;
  margin-top: auto;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.firstScreen__area {
  width: 100%;
  position: relative;
}
.firstScreen__outer {
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.firstScreen {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  /* height: 100vh; */
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.firstScreen__slogan {
  padding: 80px 150px;
  background-color: rgba(0, 0, 0, 0.34);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.firstScreen__slogan span {
  font-size: 2.25rem;
  font-weight: 400;
  text-align: center;
}
.orange {
  color: var(--orange);
  display: inline-block;
}
.slider__mouse {
  position: absolute;
  bottom: 20px;
  right: 50%;
  margin-right: -1rem;
  display: inline-block;
  width: 2rem;
  height: 3.125rem;
  border-radius: 10rem;
  border: 2px solid #fff;
  cursor: pointer;
}
.slider__mouse:after {
  transform: translate(-50%);
  content: "";
  position: absolute;
  display: block;
  top: 25%;
  left: 50%;
  width: 6px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  animation: d 1.5s linear infinite;
}
@keyframes c {
  0% {
    opacity: 0;
    transform: scale(1.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes d {
  0% {
    opacity: 1;
    transform: translate(-50%);
  }
  to {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
}
.wideSlogan__area {
  width: 100%;
  background-image: url(../img/bg2.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 110px 0;
}
.wideSlogan__outer {
  width: 100%;
}
.wideSlogan {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "Russo One", sans-serif;
  font-size: 3rem;
  font-weight: 400;
}
.wideSlogan span {
  color: #fff;
  font-family: "Russo One", sans-serif;
  font-size: 3rem;
  font-weight: 400;
}
.wideSlogan .orange {
  padding: 0 0.8rem;
  font-family: "Russo One", sans-serif;
  font-size: 3rem;
  font-weight: 400;
}
.about__area {
  position: relative;
  width: 100%;
}
.about__outer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.about {
  background-image: url(../img/bg3.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 90px 0;
}
.about__inner {
  width: 50%;
}
.about__inner h1 {
  margin-bottom: 50px;
}
.about__inner p {
  margin-bottom: 20px;
}
.about__inner p:last-child {
  margin-bottom: 0;
}
.serv__area {
  width: 100%;
  background-image: url(../img/bg4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.serv__outer h2 {
  color: #fff;
}
.link1 {
  text-decoration: none;
  width: 240px;
  height: 36px;
  background-color: white;
  border-radius: 4px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.link1:hover {
  background: var(--orange);
}
.serv {
  padding: 0 0 10px;
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.serv_main {
  padding: 40px 0;
}
.serv__itemOuter {
  padding: 10px;
  width: 25%;
}
.serv__item {
  display: flex;
  height: 100%;
  flex-direction: column;
  background: #f9f9f9;
  border-radius: 4px;
  padding: 30px;
  transition: all 0.3s;
  text-decoration: none;
  /* border: 1px solid #000; */
}
.serv__item:hover {
  box-shadow: 0 5px 10px 1px rgba(255, 255, 255, 0.8);
  transform: translateY(-4px);
}
.serv__itemImg {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.serv__itemImg img {
  display: block;
  width: 100%;
}
.serv__itemTitle {
  color: black;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.serv__itemDesc {
  color: black;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.serv__itemLink {
  height: 36px;
  text-decoration: none;
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: #000;
  transition: all 0.3s;
  margin-top: auto;
}
.serv__item:hover .serv__itemLink {
  color: #fff;
}
.expert__area {
  padding: 45px 0;
}
.expert__outer {
  position: relative;
}
.expert__outer h2 {
  color: #000;
}
.link2 {
  text-decoration: none;
  width: 240px;
  height: 36px;
  background-color: orange;
  border-radius: 4px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.link2:hover {
  color: #fff;
}
.expert {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.expert_main {
  padding: 40px 0;
  justify-content: space-around;
}
.expert__itemOuter {
  padding: 10px;
  width: 25%;
}
.expert__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  height: 100%;
  text-decoration: none;
}
.expert__itemImg {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s;
}
/* .expert__item:hover .expert__itemImg {
  box-shadow: 0 0 16px rgba(255, 162, 0, 0.33);
} */
.expert__itemImg img {
  display: block;
  width: 100%;
}
.expert__itemSurname {
  width: 100%;
  text-align: center;
  color: black;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.3s;
}
.expert__itemName {
  color: black;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.3s;
}
/* .expert__item:hover .expert__itemSurname,
.expert__item:hover .expert__itemName {
  color: var(--orange);
} */
.expert__itemDesc {
  color: black;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.expert__itemWorkAge {
  text-align: center;
  color: black;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: auto;
}
.phoneLine__area {
  width: 100%;
  background-image: url(../img/bg5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.phoneLine__outer {
  position: relative;
}
.phoneLine {
  width: 100%;
  display: flex;
  padding: 40px 10px;
  justify-content: space-around;
  align-items: center;
}
.phoneLine__slogan {
  display: flex;
  font-size: 1.75rem;
  font-weight: 400;
  color: #fff;
}
.phoneLine__slogan span {
  margin: 0 1rem;
}
.phoneLine__linkArea {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.phoneLine__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.phoneLine__item:last-child {
  margin-bottom: 0;
}
.phoneLine__itemTitle {
  font-size: 18px;
  color: #fff;
  text-align: right;
}
.phoneLine__link {
  text-decoration: none;
  font-family: "Russo One";
  font-size: 1.75rem;
  font-weight: 400;
  color: #fff;
  position: relative;
}
.phoneLine__link span {
  font-family: "Russo One";
  font-size: 1.75rem;
  font-weight: 400;
}
.phoneLine__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: all 0.3s;
}
.phoneLine__link:hover:after {
  width: 100%;
}
.phoneLine__link span {
  margin: 0 1rem 0 0;
}
.mainContacts__area {
  position: relative;
  width: 100%;
}
.mainContacts__outer {
  position: relative;
}
.mainContacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 10px;
}
.mainContacts__left {
  width: 40%;
  padding: 0 30px 0 0;
}
.mainContacts__left .content {
  margin-top: 50px;
}
.mainContacts__right {
  width: 60%;
}
.map__area {
  width: 100%;
}
.map__areaTitle {
  font-size: 1.5rem;
}
.map__areaTitle2 {
  padding-top: 1.5rem;
}
#map,
#map2,
#map3 {
  height: 400px;
  border: 4px solid var(--orange);
  border-radius: 4px;
}
.baloon__hit {
  font-size: 0.875rem;
  color: #000080;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 5px 10px;
}
.baloon__top {
  font-size: 1.25rem;
  color: #000080;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.baloon__description {
  font-size: 0.75rem;
  color: #000;
  text-align: center;
  margin-bottom: 0.5rem;
}
.baloon__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.baloon__content a {
  font-size: 1rem;
  color: #000080;
  font-family: "Roboto", sans-serif;
  margin-top: 0.5rem;
  font-weight: 600;
}
.baloon__footer {
  font-size: 0.75rem;
  color: #000;
  font-weight: 300;
}
@media only screen and (max-width: 1280px) {
  .w1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about {
    padding-left: 10px;
    padding-right: 10px;
  }
  .serv__item {
    padding: 20px;
  }
}
@media only screen and (max-width: 1140px) {
}
@media only screen and (max-width: 1080px) {
  .wideSlogan__area {
    padding: 50px 10px;
  }
  .wideSlogan {
    font-size: 2rem;
  }
  .about {
    padding: 40px 10px;
  }
}
@media only screen and (max-width: 920px) {
  .about__inner {
    background: rgba(255, 255, 255, 0.7);
    width: 70%;
    padding: 10px;
  }
  .about__inner h1 {
    margin-bottom: 30px;
  }
  .serv__itemOuter {
    width: 33.333%;
  }
  .serv_main .serv__itemOuter:last-child {
    display: none;
  }
  .serv__area {
    padding: 30px 0;
  }
  .serv_main {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 800px) {
  .phoneLine {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
  .firstScreen__slogan {
    padding: 40px 0;
    width: 90%;
    left: 5%;
  }

  .firstScreen__slogan span {
    font-size: 2rem;
  }
  .wideSlogan__area {
    padding: 30px 10px;
  }
  .wideSlogan {
    font-size: 1.5rem;
  }
  .about__inner {
    width: 80%;
  }
  .about__inner p {
    margin-bottom: 10px;
  }
  .serv__area {
    padding: 20px 0;
  }
  .serv_main {
    padding: 10px 0 20px;
  }
  .serv__itemOuter {
    width: 50%;
  }
  .serv_main .serv__itemOuter:last-child {
    display: block;
  }
  .expert__area {
    padding: 30px 0;
  }
  .expert_main {
    padding: 10px 0 10px;
  }
  .expert__itemOuter {
    width: 40%;
    margin-bottom: 10px;
  }
  .expert__itemImg {
    margin-bottom: 10px;
  }
  .expert__itemName {
    margin-bottom: 10px;
  }
  .expert__itemDesc {
    margin-bottom: 10px;
  }
  .link1,
  .link2 {
    margin: 0 auto;
  }
  h1,
  h2,
  h3 {
    text-align: center;
  }
  .phoneLine {
    flex-direction: column;
  }
  .mainContacts {
    padding: 30px 0;
    flex-direction: column;
  }
  .mainContacts__left .content {
    margin-top: 20px;
    text-align: center;
  }
  .mainContacts__left {
    width: 100%;
    padding: 0;
  }
  .mainContacts__right {
    width: 100%;
  }
  .phoneLine__slogan {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .about__inner {
    width: 100%;
  }
  .about {
    padding: 20px 10px;
  }
  .about__inner h1 {
    margin-bottom: 20px;
  }
  .serv__item {
    padding: 15px;
  }
  .serv__itemImg {
    margin-bottom: 10px;
  }
  .serv__itemTitle {
    margin-bottom: 10px;
  }
  .serv__itemDesc {
    margin-bottom: 10px;
  }
  .expert__area {
    padding: 20px 0;
  }
  .mainContacts {
    padding: 10px 0;
  }
  .mainContacts__left .content {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .firstScreen__slogan span {
    font-size: 1.5rem;
  }

  html,
  body {
    font-size: 12px;
  }
  .expert__area {
    padding: 10px 0;
  }
  .phoneLine {
    padding: 20px 0;
  }
  .phoneLine__itemTitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .serv__itemOuter {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .expert__itemOuter {
    width: 80%;
  }
}

/*# sourceMappingURL=apps.css.map */
