/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/animate.css/animate.css ***!
  \******************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  animation-delay: calc(1s * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  animation-delay: calc(1s * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  animation-delay: calc(1s * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  animation-delay: calc(1s * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  animation-duration: calc(1s * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(1s * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
/* Back exits */
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

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

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

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

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

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@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) scaleX(3);
  }

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

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

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

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__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) scaleX(3);
  }

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

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

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

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

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

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

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

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

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

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

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

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

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
/* Lightspeed */
@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(5deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
/* Rotating exits */
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
/* Specials */
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
/* Zooming exits */
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
/* Sliding exits */
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны при следующей компиляции.
 * Читайте ./README.md для понимания.
 */
@font-face {
  font-family: Montserrat;
  src: url('Montserrat-Regular.192c9f74b60b12a2.eot?#iefix') format("embedded-opentype"), url('Montserrat-Regular.2ff9581a15ec9ccf.woff') format("woff"), url('Montserrat-Regular.35b193b3aea14399.ttf') format("truetype"), url('Montserrat-Regular.37b3323f21599d27.svg#Montserrat-Regular') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url('Montserrat-Bold.a90529b379fa6aad.eot?#iefix') format("embedded-opentype"), url('Montserrat-Bold.b51bc47020af1ec4.woff') format("woff"), url('Montserrat-Bold.30ee527fe4b339b9.ttf') format("truetype"), url('Montserrat-Bold.e8a66d385c6a290d.svg#Montserrat-Bold') format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url('Montserrat-SemiBold.4c33971acd7d4bde.eot?#iefix') format("embedded-opentype"), url('Montserrat-SemiBold.f3e228c5d95feb02.woff') format("woff"), url('Montserrat-SemiBold.276fe145c335ba8b.ttf') format("truetype"), url('Montserrat-SemiBold.dc6d2df3daf11246.svg#Montserrat-SemiBold') format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url('Montserrat-ExtraBold.7bbc6b7b2e016667.eot?#iefix') format("embedded-opentype"), url('Montserrat-ExtraBold.2dac33a9b3399436.woff') format("woff"), url('Montserrat-ExtraBold.f045130b576ea0ac.ttf') format("truetype"), url('Montserrat-ExtraBold.af4a917008e46590.svg#Montserrat-ExtraBold') format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url('Montserrat-Medium.c35bcba18b13790c.eot?#iefix') format("embedded-opentype"), url('Montserrat-Medium.e07ab5f6a6fd2426.woff') format("woff"), url('Montserrat-Medium.861bdc7038a6624b.ttf') format("truetype"), url('Montserrat-Medium.ca0732487d43bf1f.svg#Montserrat-Medium') format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.tab-nav {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

body,
app-root {
  display: -ms-flexbox;
  margin: 0;
  padding-top: 40px;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
  font-family: Montserrat;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 400;
  color: #091f24;
}

.btn_st {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  cursor: pointer;
  background: #091f24;
  border-radius: 4.4rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  border: 0;
  color: #fff;
  transition: 0.4s;
  display: inline-block;
}
.btn_st span {
  display: block;
  padding: 1.5rem 3.5rem;
  text-align: center;
}
.btn_st svg {
  width: 1.7rem;
  height: 1.7rem;
  vertical-align: middle;
  margin-right: 1.5rem;
}
.btn_st svg path {
  fill: #fff !important;
}
.btn_st:hover {
  background: #2ec5ff;
}
.btn_st:active {
  background: #59bdd3;
}

a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-size: inherit;
  color: inherit;
  transition: 0.4s;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.clearfix:before {
  content: "";
  display: table;
}

.container-fluid:after {
  clear: both;
  content: " ";
  display: table;
}
.container-fluid:before {
  content: " ";
  display: table;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 146rem;
}
.container:after {
  clear: both;
  content: " ";
  display: table;
}
.container:before {
  content: " ";
  display: table;
}

.row {
  padding-left: 15px;
  padding-right: 15px;
}
.row:after {
  clear: both;
  content: " ";
  display: table;
}
.row:before {
  content: " ";
  display: table;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after {
  clear: both;
  content: "";
  display: table;
}
.slick-track:before {
  content: "";
  display: table;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide:focus {
  outline: 0;
}
.slick-slide img {
  display: block;
}

button {
  cursor: pointer;
}
button:focus {
  outline: 0;
}
button:focus:active {
  outline: 0;
}

.decor-section {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.decor-section li {
  position: absolute;
}

.js-tab-link.active {
  pointer-events: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.breadcrumbs {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  padding: 3rem 0 0;
  align-self: flex-start;
  width: 100%;
}
.breadcrumbs li {
  display: inline;
  padding-right: 2.3rem;
  position: relative;
}
.breadcrumbs li a {
  color: rgba(9, 31, 36, 0.99);
}
.breadcrumbs li a:hover {
  color: #2ec5ff;
}
.breadcrumbs li:before {
  content: "";
  position: absolute;
  right: 1rem;
  width: 5px;
  height: 5px;
  border-right: 1px solid rgba(9, 31, 36, 0.55);
  border-bottom: 1px solid rgba(9, 31, 36, 0.55);
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.breadcrumbs li:last-child {
  padding-right: 0;
}
.breadcrumbs li:last-child:before {
  display: none;
}

.countries-item__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 3.5rem);
  padding-left: 1.5rem;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
}

.selectric {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  border: 1px solid #e8ebf0;
  background: #fff;
  border-radius: 7.1rem;
  transition: 0.4s;
}
.selectric .label {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  margin: 0 38px 0 10px;
  color: #444;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  height: 5.1rem;
  line-height: 5.1rem;
  margin-left: 2rem;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
  height: 100%;
  background: 0 0;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none;
}
.selectric .button::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 8px;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('arrow.8aa601646e6a2adc.svg') center no-repeat;
  background-size: 100%;
  transition: 0.4s;
}
.selectric .button::after {
  display: none;
}
.selectric:hover {
  border-color: #2ec5ff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

h2 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

h3 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

h4 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

h5 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

ol {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  list-style: none;
}

p {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  list-style: none;
}

abbr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

acronym {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

address {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

applet {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  display: block;
}

aside {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  display: block;
}

audio {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

b {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

big {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  quotes: none;
}
blockquote:after {
  content: "";
  content: none;
}
blockquote:before {
  content: "";
  content: none;
}

canvas {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

caption {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

center {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

cite {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

code {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

del {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

details {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  display: block;
}

dfn {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

dl {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

dt {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

em {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-style: italic;
}

embed {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  display: block;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  display: block;
}

footer {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  display: block;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

header {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  display: block;
}

hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  display: block;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  height: 100%;
  max-height: 100%;
  font-size: 10px;
}

i {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-style: italic;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

ins {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

label {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

legend {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

mark {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

menu {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  display: block;
}

nav {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  display: block;
}

object {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

output {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

pre {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

q {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  quotes: none;
}
q:after {
  content: "";
  content: none;
}
q:before {
  content: "";
  content: none;
}

ruby {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

s {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

samp {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  display: block;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  position: relative;
  background-size: cover !important;
}

small {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

span {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

strike {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-weight: 700;
}

sub {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

summary {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

sup {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

table {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

th {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

thead {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

time {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

tr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

tt {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

u {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

var {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.content {
  flex: 1 0 auto;
}

svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
svg * {
  transition: 0.3s;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  appearance: none;
  line-height: 1.5em;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
  appearance: none;
  line-height: 1.5em;
}

[role=button] {
  cursor: pointer;
}

.tab-nav__item {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  color: rgba(232, 235, 240, 0.7);
  text-align: center;
  transition: 0.4s;
}
.tab-nav__item span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-box-pack: center;
  height: 5rem;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-content: center;
  padding-left: 1.7rem;
  transition: 0.4s;
  position: relative;
  z-index: 0;
}
.tab-nav__item span::after {
  content: "";
  position: absolute;
  left: 1px;
  right: 0;
  height: 100%;
  top: 0;
  background: #f8fbff;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.tab-nav__item span:before {
  content: "";
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background: rgba(232, 235, 240, 0.7);
  border-radius: 50%;
  transition: 0.4s;
}
.tab-nav__item::before {
  content: "";
  height: 100%;
  width: 8.5rem;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: 0.45s;
  display: none;
  left: 0;
  background: url('left-tab.d313f40cfda38c70.png') bottom left no-repeat;
  background-size: 100%;
}
.tab-nav__item:after {
  content: "";
  height: 100%;
  width: 8.5rem;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: 0.45s;
  display: none;
}
.tab-nav__item::after {
  right: 0;
  background: url('right-tab.dabb3c976dee5460.png') bottom left no-repeat;
  background-size: 100%;
}
.tab-nav__item:hover {
  color: #2ec5ff;
}
.tab-nav__item:hover span::before {
  background: #2ec5ff;
}

body.modal-visible {
  overflow: hidden;
}
body.modal-visible:before {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.hide {
  display: none !important;
}

.selectric-temp-show {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.selectric-responsive {
  width: 100%;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-items {
  display: none;
  position: absolute;
  left: 0;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  border: 1px solid #2ec5ff;
  border-radius: 3.5rem;
  overflow: hidden;
  background: #fff;
  top: calc(100% + 1rem);
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  opacity: 0.5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  color: #091f24;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  transition: 0.4s;
}
.selectric-items li:hover {
  background: #fff;
  color: #2ec5ff;
}
.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  padding: 1rem 0;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items li.highlighted {
  background: #fff;
  color: #2ec5ff;
}
.selectric-items li.selected {
  background: #fff;
  color: #2ec5ff;
}

.selectric-focus .selectric {
  border-color: #aaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 3;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-open .selectric {
  border-color: #2ec5ff;
}
.selectric-open .selectric .button::before {
  transform: translateY(-50%) rotate(180deg);
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: none !important;
  background: 0 0 !important;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: calc(100% + 1rem);
}

.checked-item {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: center;
}

.close-modal {
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #e8ebf0;
  right: 2rem;
  top: 2rem;
  transition: 0.4s;
}
.close-modal::after {
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  content: "";
  width: 2rem;
  height: 1px;
  background: #e8ebf0;
  left: 50%;
  top: 50%;
  transition: 0.4s;
}
.close-modal:before {
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  content: "";
  width: 2rem;
  height: 1px;
  background: #e8ebf0;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-modal:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close-modal:hover {
  border-color: #2ec5ff;
}
.close-modal:hover::after {
  background: #2ec5ff;
}
.close-modal:hover::before {
  background: #2ec5ff;
}

.js-tab-link {
  cursor: pointer;
}

.language-active {
  cursor: pointer;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  -o-transition: 0.4s;
  font-weight: 600;
  background: #fff;
  border-radius: 4.4rem;
  height: 3.8rem;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  font-size: 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.6;
  transition: 0.4s;
  border: 1px solid #e8ebf0;
}
.language-active:hover {
  background: #091f24;
  color: #fff;
}
.language-active:hover svg path {
  fill: #fff !important;
}
.language-active img {
  width: 17px;
  height: 17px;
  margin-right: 1rem;
  flex-shrink: 0;
}
.language-active svg {
  width: 17px;
  height: 17px;
  margin-right: 1rem;
  flex-shrink: 0;
}

.show_pass {
  cursor: pointer;
  width: 2.5rem;
  height: 1.5rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

main.content {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  overflow: hidden;
  background-size: cover !important;
}

.btn_st.btn_st_blue {
  background: #2ec5ff;
}
.btn_st.btn_st_blue:hover {
  background: #091f24;
}
.btn_st.btn_st_blue:active {
  background: #2c525a;
}

.btn_st.btn_border {
  border: 1px solid #e8ebf0;
  background: #fff;
  color: #091f24;
}
.btn_st.btn_border svg path {
  fill: #091f24 !important;
}
.btn_st.btn_border:hover {
  background: #2ec5ff;
  color: #fff;
}
.btn_st.btn_border:hover svg path {
  fill: #fff !important;
}
.btn_st.btn_border:active {
  background: #59bdd3;
  color: #fff;
}

.language-active.active {
  background: #091f24;
  color: #fff;
}
.language-active.active svg path {
  fill: #fff !important;
}

.title-section {
  text-align: center;
  margin: 0 auto 4rem;
  width: 80rem;
  max-width: 100%;
}

.title-section__main {
  font-weight: 700;
  font-size: 5.5rem;
  line-height: 1.2;
}

.title-section__main.sm {
  font-size: 3.5rem;
}

.title-section__subtitle {
  color: rgba(9, 31, 36, 0.99);
  margin-top: 3rem;
}

.title-section.text-left {
  width: 100%;
}

.tab {
  border: 1px solid #e8ebf0;
  background: #f8fbff;
  border-radius: 4.6rem;
  overflow: hidden;
  border-top: 0;
}

.tab-top {
  background: #091f24;
}

.btn_center {
  -webkit-box-pack: center;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 3.5rem;
}

.tab-nav-wrap {
  overflow: auto;
}

.step-item {
  background: #f8fbff;
  border: 1px solid #e8ebf0;
  border-radius: 6rem;
  padding: 18rem 4rem 4rem;
  width: calc(33.333% - 2rem);
  margin: 13rem 1rem 1.5rem;
  position: relative;
  text-align: center;
}
.step-item::before {
  content: counter(counter, decimal-leading-zero);
  counter-increment: counter;
  position: absolute;
  left: 2.5rem;
  top: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4rem;
  color: #2ec5ff;
}

.text-group {
  color: rgba(9, 31, 36, 0.99);
}
.text-group ol {
  counter-reset: counter;
}
.text-group ol li {
  padding-left: 4.4rem;
  margin-bottom: 2rem;
  position: relative;
}
.text-group ol li::before {
  content: counter(counter, decimal-leading-zero);
  counter-increment: counter;
  background: #2ec5ff;
  -webkit-box-pack: center;
  display: -webkit-flex;
  position: absolute;
  left: 0;
  top: -2px;
  width: 2.9rem;
  height: 2.9rem;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-group ol li:last-child {
  margin-bottom: 0;
}
.text-group ul li {
  margin-bottom: 2rem;
  padding-left: 2rem;
  position: relative;
}
.text-group ul li:before {
  background: #2ec5ff;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 0.9rem;
  border-radius: 50%;
}
.text-group ul li:last-child {
  margin-bottom: 0;
}
.text-group * {
  margin-bottom: 2rem;
}
.text-group *:last-child {
  margin-bottom: 0;
}
.text-group a {
  text-decoration: underline;
}
.text-group a:hover {
  text-decoration: none;
  color: #2ec5ff;
}
.text-group h1 {
  color: #091f24;
  line-height: 1.3;
  font-size: 3.5rem;
  font-weight: 700;
}
.text-group h2 {
  color: #091f24;
  line-height: 1.3;
  font-size: 3.5rem;
  font-weight: 700;
}
.text-group h3 {
  color: #091f24;
  line-height: 1.3;
  font-size: 2.5rem;
  font-weight: 700;
}
.text-group h4 {
  color: #091f24;
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 700;
}
.text-group h5 {
  color: #091f24;
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: 600;
}
.text-group h6 {
  color: #091f24;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 600;
}
.text-group strong {
  font-weight: 600;
}
.text-group blockquote {
  padding-left: 1.5rem;
  border-left: 1px solid #2ec5ff;
  font-style: italic;
}

.tab-nav__item.active span {
  color: #2ec5ff;
}
.tab-nav__item.active span::before {
  background: #2ec5ff;
}
.tab-nav__item.active::before {
  opacity: 1;
}
.tab-nav__item.active:after {
  opacity: 1;
}

.tab-bot {
  padding: 4rem;
}

.form-group.input_btn .btn_st {
  -webkit-box-pack: center;
  display: -webkit-flex;
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-group.input_btn .btn_st span {
  padding: 0.5rem 2.5rem;
}
.form-group.input_btn .input_st {
  padding-right: 12rem;
}

.js-tab-item {
  display: none;
}

.js-tab-item.active {
  display: block;
}

.text-left {
  text-align: left;
}

.pad_section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.modal-title {
  margin-bottom: 2rem;
}

.check_st + span {
  border: 1px solid #e8ebf0;
  background: #fff;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}
.check_st + span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('check.00b3cbea5d8d7f4e.svg') center no-repeat;
}

.selectric-open + img {
  z-index: 3 !important;
}

.form-group {
  margin-bottom: 3.5rem;
  position: relative;
}

.validation-text {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 12px;
  color: #dc3545;
  padding-left: 2rem;
  opacity: 0;
  margin-top: 5px;
}

.input_st {
  width: 100%;
  border-radius: 6.6rem;
  border: 1px solid #e8ebf0;
  background: #fff;
  height: 5.1rem;
  padding: 0 1rem 0 2rem;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Montserrat;
  transition: 0.4s;
  color: #091f24;
}
.input_st:focus {
  border-color: #2ec5ff;
}

.w_100 {
  width: 100%;
}

.show_pass.active svg path {
  fill: #2ec5ff !important;
}

.input_st.error {
  border-color: #ee5253 !important;
  color: #ee5253 !important;
}
.input_st.error::placeholder {
  color: #ee5253 !important;
}

.input_st.error + .validation-text {
  opacity: 1;
}

textarea.input_st {
  height: 19rem;
  padding-top: 1.7rem;
  border-radius: 3.5rem;
  resize: none;
}

.form-action {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.form-action > a {
  font-size: 14px;
  text-decoration: underline;
  color: #2ec5ff;
}
.form-action > a:hover {
  text-decoration: none;
}

.form-horizontal {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.form-horizontal .form-group {
  width: calc(50% - 1rem);
}

.checked-item__text {
  width: calc(100% - 20px);
  padding-left: 1.5rem;
  font-size: 14px;
  color: rgba(9, 31, 36, 0.99);
}

.check_st {
  display: none;
}
.check_st:checked + span {
  border-color: #2ec5ff;
  background: #2ec5ff;
}
.check_st_error + span {
  border-color: red !important;
}

.navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation ul li:last-child a::after {
  display: none;
}
.navigation ul li a {
  height: 10rem;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(9, 31, 36, 0.99);
  padding: 0 3rem;
}
.navigation ul li a:before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  background: #2ec5ff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-1px);
  width: 1px;
  height: 0;
  transition: 0.4s;
}
.navigation ul li a::after {
  background: #2ec5ff;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.navigation ul li a:hover:before {
  height: 2.8rem;
}

.check_st[type=radio] + span {
  border-radius: 50%;
  background: 0 0 !important;
}
.check_st[type=radio] + span:before {
  width: 10px;
  height: 10px;
  background: #2ec5ff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.check_st[type=radio]:checked + span:before {
  opacity: 1;
}

.marg_top_20 {
  margin-top: 2rem;
}

.modal-content {
  padding: 4rem;
}

.modal-title__main {
  font-weight: 700;
  font-size: 2.5rem;
}

.modal-title__subtitle {
  font-size: 13px;
  color: rgba(9, 31, 36, 0.99);
  margin-top: 1.5rem;
}

.activate-modal {
  text-align: center;
}

.activate-modal__media {
  width: 14.3rem;
  height: 14.3rem;
  margin: 0 auto 2rem;
}

.activate-modal__title + * {
  margin-top: 5rem;
}

.activate-modal__title-main {
  font-weight: 700;
  font-size: 3.5rem;
}

.activate-modal__suptitle {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(9, 31, 36, 0.99);
  font-weight: 600;
  font-size: 13px;
}

.fancybox-slide--html .fancybox-close-small {
  width: 4.9rem;
  height: 4.9rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  right: -5rem;
  top: -5rem;
  opacity: 1;
  transition: 0.4s;
  padding: 1rem;
}
.fancybox-slide--html .fancybox-close-small svg path {
  fill: #fff !important;
}
.fancybox-slide--html .fancybox-close-small:hover {
  border-color: #2ec5ff;
}

.text-center {
  text-align: center;
}

.head-content {
  display: -webkit-flex;
  -webkit-box-pack: justify;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}

.search-list__item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e8ebf0;
}
.search-list__item ul li {
  margin-bottom: 1.5rem;
}
.search-list__item ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.search-list__item ul li a img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.search-list__item ul li a:hover {
  color: #2ec5ff;
}
.search-list__item ul li:last-child {
  margin-bottom: 0;
}
.search-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.header-content {
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  width: 172rem;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  margin: 0 auto;
}

.section-head {
  padding: 9rem 0 3rem;
  position: relative;
}
.section-head .head-subtitle {
  font-size: 1.8rem;
}

.head-content__left {
  width: 58.5rem;
  max-width: 49%;
}

.head-content__right {
  max-width: 49%;
}
.head-content__right img {
  max-width: calc(100% + 13rem);
}

.head-title {
  font-weight: 700;
  font-size: 5.5rem;
  line-height: 1.1;
  margin-bottom: 4rem;
}
.head-title strong {
  background: #2ec5ff;
  border-radius: 12px;
  color: #fff;
  padding: 0 1rem;
}
.head-title:last-child {
  margin-bottom: 0;
}
.head-title img {
  width: auto;
  height: 7rem;
  vertical-align: middle;
  margin-right: 2rem;
}

.head-subtitle {
  color: rgba(9, 31, 36, 0.99);
  margin-bottom: 4.5rem;
  line-height: 1.6;
}
.head-subtitle:last-child {
  margin-bottom: 0;
}

.search-input {
  box-shadow: 0 4px 13px rgba(18, 33, 62, 0.1);
  border-radius: 4.4rem;
  height: 5.8rem;
  width: 100%;
  display: block;
  padding: 0 15rem 0 6rem;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  position: relative;
  background: url('search.e8f6bb0c9455e564.svg') left 2.2rem center no-repeat #fff;
  background-size: 2.1rem;
  border: 1px solid transparent;
  transition: 0.4s;
}
.search-input::placeholder {
  color: rgba(9, 31, 36, 0.99);
}
.search-input:focus {
  border-color: #2ec5ff;
}

.header {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
  z-index: 3;
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
}

.head-search__group {
  position: relative;
  z-index: 1;
}
.head-search__group .btn_st {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

.search-list {
  box-shadow: 0 4px 13px rgba(18, 33, 62, 0.1);
  border-radius: 4.4rem;
  background: #fff;
  position: absolute;
  top: 6.5rem;
  left: 0;
  right: 0;
  padding: 3rem;
}

.search-list__content {
  max-height: 44rem;
  overflow: auto;
}

.search-list__item-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.head-search-wrap {
  display: flex;
  justify-content: flex-start;
  width: 93rem;
}
.head-search-wrap .search-input.esin_input {
  width: 34rem;
  padding: 1.5rem;
  background: #fff;
  color: rgba(9, 31, 36, 0.99);
  margin-right: 1.5rem;
}
.head-search-wrap .head-search__group {
  width: 100%;
}

.header-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-right > * {
  margin-left: 1.5rem;
}
.header-right *:first-child {
  margin-left: 0;
}

.countries-data__item-bot {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-top: 3rem;
}
.countries-data__item-bot .countries-data__item-subinfo {
  margin-left: 0;
}

.destinations-list {
  display: inline-block;
}
.destinations-list li {
  display: inline-block;
  border: 1px solid #e8ebf0;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  margin-right: -1.2rem;
  background: #fff;
}
.destinations-list li:first-child {
  margin-left: 0;
}
.destinations-list li img {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.header.fix_nav {
  background: #fff;
  border-color: #e8ebf0;
}

.header.header_in {
  background: #fff;
  border-color: #e8ebf0;
}

.language {
  position: relative;
}

.tog-nav {
  position: relative;
  -webkit-transition: 0.4s;
  cursor: pointer;
  width: 3rem;
  height: 2rem;
  border-top: 2px solid #2ec5ff;
  border-bottom: 2px solid #2ec5ff;
  transition: 0.4s;
  display: none;
}
.tog-nav::after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #2ec5ff;
  transition: 0.4s;
}
.tog-nav:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #2ec5ff;
  transition: 0.4s;
}

.countries-data__item-media {
  border: 1px solid #e8ebf0;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.countries-data__item-media img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
}

.enter-link {
  display: -ms-flexbox;
  -webkit-box-pack: start;
  -o-transition: 0.4s;
  font-weight: 600;
  -webkit-transition: 0.4s;
  cursor: pointer;
  background: #091f24;
  border-radius: 4.4rem;
  height: 3.8rem;
  padding: 1rem 2.3rem;
  text-transform: uppercase;
  font-size: 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.6;
  transition: 0.4s;
  color: #fff;
  border: 1px solid transparent;
}
.enter-link:hover {
  border: 1px solid #e8ebf0;
  background: #fff;
  color: #091f24;
}
.enter-link:hover svg path {
  fill: #091f24 !important;
}
.enter-link img {
  width: 17px;
  height: 17px;
  margin-right: 1rem;
  flex-shrink: 0;
}
.enter-link svg {
  width: 17px;
  height: 17px;
  margin-right: 1rem;
  flex-shrink: 0;
}
.enter-link:active {
  background: #2c525a;
  color: #fff;
}
.enter-link:active svg path {
  fill: #fff !important;
}

.social-login__list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.social-login__list li {
  margin-right: 1rem;
}
.social-login__list li a {
  border: 1px solid #e8ebf0;
  display: -ms-flexbox;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  border-radius: 50%;
}
.social-login__list li a svg {
  width: 1.8rem;
  height: 1.8rem;
}
.social-login__list li a svg path {
  fill: #091f24 !important;
}
.social-login__list li a:hover {
  background: #2ec5ff;
}
.social-login__list li a:hover svg path {
  fill: #fff !important;
}
.social-login__list li:last-child {
  margin-right: 0;
}

.language-drop {
  border: 1px solid #2ec5ff;
  border-radius: 3rem;
  padding: 2rem;
  background: #fff;
  position: absolute;
  top: calc(100% + 1rem);
  min-width: 100%;
  display: none;
}
.language-drop ul li {
  margin-bottom: 1.5rem;
}
.language-drop ul li:last-child {
  margin-bottom: 0;
}
.language-drop ul li a {
  font-weight: 600;
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.language-drop ul li a:hover {
  color: #2ec5ff;
}

.footer-content {
  display: -ms-flexbox;
  width: 172rem;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  margin: 0 auto;
  position: relative;
}

.user-head {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: center;
  line-height: 20px;
}
.user-head > * {
  margin-left: 2.5rem;
}
.user-head *:first-child {
  margin-left: 0 !important;
}

.countries-item {
  border: 1px solid #e8ebf0;
  display: -webkit-flex;
  border-radius: 7.1rem;
  background: #fff;
  padding: 8px 3.5rem 8px 8px;
  width: calc(25% - 2rem);
  margin: 2rem 1rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}
.countries-item:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 8px;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('arrow.8aa601646e6a2adc.svg') center no-repeat;
  background-size: 100%;
  transition: 0.4s;
}
.countries-item:hover {
  border-color: #2ec5ff;
}

.user-head__ava {
  border: 1px solid #e8ebf0;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
  background: url('user.ef5781bb60ce0399.svg') center no-repeat #fff;
  background-size: 2rem;
}
.user-head__ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enter-link.top_up {
  background: #2ec5ff;
}

.user-head__balance {
  color: rgba(9, 31, 36, 0.99);
}
.user-head__balance strong {
  color: #091f24;
}

.logo {
  width: 14rem;
  display: block;
  line-height: 0;
}

.tog-nav.active {
  border-color: transparent;
}
.tog-nav.active:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.tog-nav.active:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.footer {
  background: #091f24;
  padding: 4rem 15px;
  color: #fff;
  position: relative;
  z-index: 0;
}
.footer .decor-section > li {
  line-height: 0;
}
.footer .decor-section > li:first-child {
  width: 30.5rem;
  height: 30.4rem;
  bottom: 0;
  left: 4rem;
  opacity: 0.2;
}
.footer .decor-section > li:last-child {
  width: 46rem;
  height: 22rem;
  right: 0;
  bottom: 0;
}
.footer .decor-section > li:last-child img {
  width: 100%;
  height: 100%;
}

.social {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin-top: 5rem;
}
.social li {
  margin-right: 1rem;
}
.social li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  background: rgba(43, 52, 62, 0.2);
  border: 1px solid rgba(107, 113, 120, 0.3);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
}
.social li a img {
  width: 1.8rem;
  height: 1.8rem;
}
.social li a svg {
  width: 1.8rem;
  height: 1.8rem;
}
.social li a:hover {
  background: #2ec5ff;
}
.social li:last-child {
  margin-right: 0;
}

.footer-nav {
  display: -webkit-flex;
  -webkit-box-pack: start;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: flex-start;
}

.footer-pay {
  display: -webkit-flex;
  -webkit-box-pack: start;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin-top: -1.5rem;
  max-width: 40rem;
}
.footer-pay li {
  margin: 1.5rem 1.5rem 0 0;
}
.footer-pay li:last-child {
  margin-right: 0;
}

.footer-nav__item {
  margin-right: 10rem;
  max-width: 23rem;
}
.footer-nav__item:last-child {
  margin-right: 0;
}
.footer-nav__item ul li {
  margin-bottom: 1.5rem;
}
.footer-nav__item ul li:last-child {
  margin-bottom: 0;
}
.footer-nav__item ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-nav__item ul li a:hover {
  color: #2ec5ff;
}
.footer-nav__item ul li a:hover svg path {
  fill: #2ec5ff !important;
}
.footer-nav__item ul li a img {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  vertical-align: middle;
}
.footer-nav__item ul li a img path {
  fill: rgba(255, 255, 255, 0.6) !important;
}
.footer-nav__item ul li a svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  vertical-align: middle;
}
.footer-nav__item ul li a svg path {
  fill: rgba(255, 255, 255, 0.6) !important;
}

.footer-nav__item-title {
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.section-countries {
  padding: 10rem 0 16rem;
  z-index: 0;
}
.section-countries .decor-section li {
  right: 0;
  top: 0;
}
.section-countries .decor-section li img {
  width: 49.6rem;
}

.countries-row {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 0 -1rem;
}
.countries-row:first-child {
  margin-top: -2rem;
}

.countries-data {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 0 -1rem;
}

.destinations-main__item {
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  padding-top: 3rem;
  margin-top: 4rem;
  border-top: 1px solid #e8ebf0;
  transition: 0.4s;
}
.destinations-main__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.destinations-main__item:hover {
  border-color: #2ec5ff;
}

.faq-item {
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  margin-bottom: 1.5rem;
  border: 1px solid #e8ebf0;
  border-radius: 3.5rem;
  padding: 0 2rem;
  transition: 0.4s;
  background: #fff;
}
.faq-item:hover {
  border-color: #2ec5ff;
}
.faq-item:hover .faq-item__title::before {
  border-color: #2ec5ff;
}

.video-play {
  position: relative;
}
.video-play::before {
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8.5rem;
  height: 8.5rem;
  border: 4px solid #fff;
  background: url('play.5bab82490ce8929e.svg') center no-repeat #2ec5ff;
  border-radius: 50%;
  transition: 0.4s;
}
.video-play:hover::before {
  background-color: rgba(9, 31, 36, 0.55);
}

.countries-item.half {
  width: calc(50% - 2rem);
}

.countries-item__ico {
  border: 1px solid #e8ebf0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}
.countries-item__ico img {
  border-radius: 50%;
}

.countries-item.active {
  border-color: #2ec5ff;
}
.countries-item.active::before {
  transform: translateY(-50%) rotate(180deg);
}

.countries-item__content {
  width: 100%;
  padding: 0 1rem;
}

.countries-item__content-item {
  margin-top: 2rem;
  display: none;
}

.countries-item__content-title {
  font-weight: 700;
  font-size: 2.5rem;
}
.countries-item__content-title a {
  color: #2ec5ff;
  text-decoration-line: underline;
}
.countries-item__content-title a:hover {
  text-decoration-line: underline;
}

.countries-data__item-list-title {
  color: rgba(9, 31, 36, 0.99);
  font-size: 13px;
  text-transform: uppercase;
}

.countries-data__item-subinfo {
  color: rgba(9, 31, 36, 0.99);
  font-size: 13px;
  flex-shrink: 0;
  margin-left: 1.5rem;
  text-transform: uppercase;
  margin-top: 4px;
}
.countries-data__item-subinfo img {
  margin-right: 1rem;
  vertical-align: middle;
  max-width: 1.4rem;
  max-height: 1.4rem;
}

.countries-data__item-subtitle {
  color: rgba(9, 31, 36, 0.99);
  font-size: 13px;
}

a.countries-item:before {
  transform: translateY(-50%) rotate(-90deg);
}

.countries-data__item {
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 6rem;
  padding: 3rem 2rem;
  width: calc(33.333% - 2rem);
  margin: 2rem 1rem 0;
}

.countries-destinations {
  text-transform: uppercase;
  color: rgba(9, 31, 36, 0.99);
  font-size: 13px;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e8ebf0;
}
.countries-destinations > img {
  margin-right: 1rem;
  vertical-align: middle;
}

.countries-data__item.half {
  width: calc(50% - 2rem);
}

.countries-data__item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.countries-data__item-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
}

.countries-data__item-list {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin-top: 2rem;
}
.countries-data__item-list li {
  width: 33.333%;
  border-right: 1px solid #e8ebf0;
  padding: 0 1.5rem;
}
.countries-data__item-list li:first-child {
  padding-left: 0;
}
.countries-data__item-list li:last-child {
  border-right: 0;
  padding-right: 0;
}

.countries-data__item.dark_data {
  display: -ms-flexbox;
  background: url('bg_data.d388ff1cd1b6fb8b.jpg') center no-repeat;
  background-size: cover !important;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 4rem;
  border: 0;
}
.countries-data__item.dark_data .countries-data__item-media {
  background: #fff;
}
.countries-data__item.dark_data .countries-data__item-subinfo {
  color: rgba(255, 255, 255, 0.8);
}

.countries-data__item-info-content {
  width: calc(100% - 5.5rem);
  padding-left: 1.5rem;
}

.countries-data__item-title {
  font-weight: 700;
  line-height: 1.6;
}

.countries-data__item-list-subtitle {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
}

.countries-data__item-bot-right {
  font-weight: 600;
  position: relative;
  padding-left: 2.6rem;
}
.countries-data__item-bot-right:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 13px;
  background: #fff;
  left: 0;
  top: 0;
}

.countries-btn {
  background: #2ec5ff;
  border-radius: 4.4rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 1.5rem 2rem;
  display: block;
  text-align: center;
  margin-top: 3rem;
}
.countries-btn:hover {
  background: #091f24;
}
.countries-btn:active {
  background: #2c525a;
}

.pay-group {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.pay-list__item {
  display: -ms-flexbox;
  margin-bottom: 3rem;
  display: flex;
}
.pay-list__item:last-child {
  margin-bottom: 0;
}

.section-pay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 47%;
  background: #2ec5ff;
  border-radius: 0 30.9rem 30.9rem 0;
}
.section-pay .container {
  position: relative;
}

.pay-group__media {
  position: relative;
  height: 62rem;
  width: 49%;
  line-height: 0;
  align-self: flex-end;
}

.pay-group__media-first {
  width: 27.6rem;
  height: 43.7rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('pay-first-bg.529e1ed94d81e20e.png') center no-repeat;
  background-size: 100%;
  line-height: 0;
}
.pay-group__media-first img {
  position: absolute;
  top: 1rem;
  height: calc(100% - 1rem);
  right: 0.8rem;
  left: 0.8rem;
  width: calc(100% - 1.6rem);
  border-radius: 2.9rem 2.9rem 0 0;
  object-fit: cover;
}

.pay-group__media-last {
  width: 27.6rem;
  height: 56.1rem;
  position: absolute;
  left: 30rem;
  top: -6rem;
  background: url('pay-last-bg.4de95b1451f325cb.png') center no-repeat;
  background-size: 100%;
  line-height: 0;
}
.pay-group__media-last img {
  position: absolute;
  top: 0.8rem;
  height: calc(100% - 1.6rem);
  right: 0.8rem;
  left: 0.8rem;
  bottom: 0.8rem;
  width: calc(100% - 1.6rem);
  border-radius: 2.9rem;
  object-fit: cover;
}

.pay-group__right {
  width: 48%;
  padding: 5rem 0;
  align-self: center;
}

.pay-decor {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.pay-decor li {
  position: absolute;
}
.pay-decor li:first-child {
  width: 33.3rem;
  height: 33.3rem;
  left: -14rem;
}
.pay-decor li:last-child {
  width: 33.3rem;
  height: 33.3rem;
  right: 10rem;
  bottom: 14px;
}

.pay-list__item-media {
  width: 4.6rem;
  height: 4.6rem;
  background: rgba(106, 208, 231, 0.2);
  border-radius: 50%;
  position: relative;
}
.pay-list__item-media img {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  right: -5px;
  bottom: -5px;
}

.pay-list__item-content {
  width: calc(100% - 2.5rem);
  padding-left: 2.5rem;
}

.pay-list__item-title {
  text-transform: uppercase;
  font-weight: 700;
}

.pay-list__item-subtitle {
  color: rgba(9, 31, 36, 0.99);
  margin-top: 5px;
}

.pay-list + * {
  margin-top: 4rem;
}

.step {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 0 -1rem;
  counter-reset: counter;
}

.support-top {
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: row wrap;
  z-index: 0;
}
.support-top .pay-decor {
  z-index: -1;
}
.support-top .pay-decor > li:first-child {
  top: 5rem;
}
.support-top .pay-decor > li:last-child {
  top: 5rem;
}

.device-bot {
  -webkit-box-pack: justify;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  padding-top: 3.5rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(9, 31, 36, 0.1);
}

.step-item__media {
  width: 18.7rem;
  height: 18.7rem;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -5rem;
  background: #2ec5ff;
  position: absolute;
}
.step-item__media img {
  max-width: none;
  max-height: none;
  width: 21.5rem;
  height: 21.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4.5rem;
}

.step-item__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
}

.step-item__description {
  margin-top: 2rem;
  color: rgba(9, 31, 36, 0.99);
}

.device-bot__text {
  font-size: 13px;
  width: 49%;
  color: rgba(9, 31, 36, 0.99);
}

.more-link {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  padding-right: 1.5rem;
}
.more-link:before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  height: 7px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  border-right: 1px solid #091f24;
  border-top: 1px solid #091f24;
  transition: 0.4s;
}
.more-link:hover {
  color: #2ec5ff;
}
.more-link:hover::before {
  border-color: #2ec5ff;
}

.news-item__date {
  font-size: 13px;
}
.news-item__date strong {
  font-weight: 600;
}

.section-support:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6rem;
  bottom: 16rem;
  background: #f8fbff;
  width: 100%;
}
.section-support .container {
  position: relative;
}

.device-column {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 0 -1rem;
}
.device-column li {
  position: relative;
  width: calc(33.333% - 2rem);
  margin: 0 1rem 1.5rem;
  color: rgba(9, 31, 36, 0.99);
  padding-left: 3.5rem;
}
.device-column li::before {
  content: "";
  position: absolute;
  background: url('check-list.fb3c65faef386ac5.svg') center no-repeat;
  left: 0;
  top: 0.3rem;
  width: 1.7rem;
  height: 1.7rem;
}

.support-top__media {
  display: -ms-flexbox;
  width: 48%;
  padding-left: 7rem;
  line-height: 0;
  height: 40rem;
  display: flex;
  align-items: flex-end;
}

.support-top__left {
  width: 48%;
}

.faq {
  -webkit-box-pack: justify;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.video-info {
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.advantage {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 0 -1.5rem;
}

.section-video-info .decor-section li {
  right: 0;
  height: 52rem;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.video-info__media {
  border-radius: 0 30.9rem 0 26.1rem;
  overflow: hidden;
  line-height: 0;
  width: 58%;
}
.video-info__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
}

.video-info__right {
  width: 35%;
}

.section-advantage .container {
  position: relative;
}
.section-advantage .pay-decor li:first-child {
  left: 0;
  bottom: 0;
  top: auto;
}
.section-advantage .pay-decor li:last-child {
  width: 22rem;
  height: 22rem;
  top: 0;
  right: 0;
}

.advantage-item {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: center;
  width: calc(33.333% - 3rem);
  margin: 0 1.5rem 1.5rem;
}

.advantage-item__media {
  width: 11.2rem;
  height: 11.2rem;
  background: #2ec5ff;
  border-radius: 50%;
  position: relative;
}
.advantage-item__media img {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section-faq .decor-section li {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 52.2rem;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.section-text-media {
  position: relative;
}
.section-text-media:before {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #f8fbff;
  content: "";
  position: absolute;
  border-radius: 0 30.9rem 30.9rem 0;
  width: 50%;
  height: 31.7rem;
  top: 50%;
  transform: translateY(-50%);
}
.section-text-media .container {
  position: relative;
}
.section-text-media .pay-decor li:first-child {
  left: 0;
  bottom: auto;
  top: 17rem;
  width: 23rem;
  height: 23rem;
}

.advantage-item__content {
  width: calc(100% - 11.2rem);
  padding-left: 3rem;
}

.advantage-item__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
}

.advantage-item__subtitle {
  margin-top: 2rem;
  color: rgba(9, 31, 36, 0.99);
}

.advantage.facts .advantage-item {
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 2.8rem;
  padding: 3rem;
}
.advantage.facts .advantage-item__media {
  width: 9.2rem;
  height: 9.2rem;
}
.advantage.facts .advantage-item__content {
  width: calc(100% - 9.2rem);
}

.head-in__content {
  align-self: center;
  width: 50%;
  padding: 3rem 0;
}
.head-in__content .text-group li {
  margin-bottom: 1.5rem;
}

.faq-column {
  width: 49%;
}

.faq-item__title {
  font-weight: 600;
  line-height: 1.6;
  cursor: pointer;
  padding: 2rem 2rem 2rem 0;
  position: relative;
}
.faq-item__title::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: 1px solid rgba(9, 31, 36, 0.55);
  border-bottom: 1px solid rgba(9, 31, 36, 0.55);
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.4s;
}

.news-item {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  position: relative;
  border: 1px solid #e8ebf0;
  background: #f8fbff;
  border-radius: 6rem;
  overflow: hidden;
  padding-bottom: 7rem;
  transition: 0.4s;
}
.news-item:hover {
  border-color: #2ec5ff;
}

.section-seo {
  position: relative;
}
.section-seo .container {
  position: relative;
}
.section-seo .pay-decor li:first-child {
  top: auto;
  width: 22rem;
  height: 22rem;
  left: 0;
  bottom: 5rem;
}
.section-seo .pay-decor li:last-child {
  right: 0;
  top: 18rem;
}

.faq-item__content {
  color: rgba(9, 31, 36, 0.99);
  border-top: 1px solid #e8ebf0;
  padding: 1.5rem 0 2rem;
  display: none;
}
.faq-item__content a {
  text-decoration: underline;
  color: -webkit-link;
}

.news-item__bot {
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  position: absolute;
  left: 3rem;
  right: 3rem;
  bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.slider-bot {
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 4rem;
}

.faq-item.active {
  border-color: #2ec5ff;
}
.faq-item.active .faq-item__title::before {
  border-color: #2ec5ff;
  transform: translate(-50%, -50%) rotate(135deg);
}

.main-data {
  border: 1px solid #e8ebf0;
  display: -ms-flexbox;
  background: #fff;
  border-radius: 6rem;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.main-data .countries-data__item-info-content {
  padding: 0;
  width: 100%;
}
.main-data .countries-data__item-title {
  font-size: 2rem;
}
.main-data .countries-data__item-list li {
  width: 25%;
}
.main-data .destinations-list {
  display: block;
}
.main-data .destinations-list li {
  margin-top: 1.5rem;
}
.main-data .countries-btn {
  display: inline-block;
  min-width: 16.2rem;
}

.slick-arrow {
  border: 1px solid #e8ebf0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  width: 5.1rem;
  height: 5.1rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
  transition: 0.4s;
}
.slick-arrow:before {
  height: 7px;
  content: "";
  position: absolute;
  width: 7px;
  left: 50%;
  top: 50%;
  transition: 0.4s;
}
.slick-arrow:hover {
  background: #2ec5ff;
  border-color: #2ec5ff;
}
.slick-arrow:hover:before {
  border-color: #fff;
}

.news-item__media {
  height: 26rem;
  overflow: hidden;
}
.news-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item__content {
  padding: 3rem 3rem 0;
}

.news-item__title {
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}
.news-item__title:hover {
  color: #2ec5ff;
}

.news-item__description {
  color: rgba(9, 31, 36, 0.99);
  margin-top: 1.5rem;
}

.faq-main__item-title {
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.5rem 0 1.5rem 3rem;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
}
.faq-main__item-title span {
  width: 1.4rem;
  height: 1.4rem;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq-main__item-title span::after {
  content: "";
  position: absolute;
  background: #091f24;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  border-radius: 3px;
  will-change: transform;
  height: 2px;
  width: 100%;
}
.faq-main__item-title span::before {
  content: "";
  position: absolute;
  background: #091f24;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  border-radius: 3px;
  will-change: transform;
  height: 100%;
  width: 2px;
}

.slider-blog {
  margin: 0 -1rem;
}
.slider-blog .slick-slide {
  padding: 0 1rem;
}

.head-in {
  display: -ms-flexbox;
  display: -webkit-box;
  min-height: 36.4rem;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}

.nav-slider {
  display: -ms-flexbox;
  display: -webkit-box;
  width: 11.2rem;
  display: flex;
  justify-content: space-between;
}

.slick-arrow.slick-next:before {
  border-right: 1px solid #091f24;
  border-top: 1px solid #091f24;
  transform: translate(-50%, -50%) rotate(45deg);
}

.remove-price {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  cursor: pointer;
}
.remove-price::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  top: 50%;
  background: rgba(9, 31, 36, 0.55);
  transition: 0.4s;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.remove-price::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  top: 50%;
  background: rgba(9, 31, 36, 0.55);
  transition: 0.4s;
  transform: translate(-50%, -50%) rotate(45deg);
}
.remove-price:hover::after {
  background: #2ec5ff;
}
.remove-price:hover::before {
  background: #2ec5ff;
}

.slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  border-left: 1px solid #091f24;
  border-top: 1px solid #091f24;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.section-head-in {
  position: relative;
}
.section-head-in .container {
  position: relative;
}

.head-in__bg {
  height: 36.4rem;
  position: absolute;
  background: url('decor_head_line.34d0ce15c79445f8.png') left top no-repeat #f8fbff;
  background-size: 55rem;
  right: 0;
  width: 100%;
  left: 0;
  line-height: 0;
}

.head-in__bg-main {
  line-height: 0;
  width: 65%;
  position: absolute;
  height: 100%;
  right: 0;
  overflow: hidden;
}
.head-in__bg-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.head-in__bg-main:before {
  content: "";
  position: absolute;
  height: calc(100% + 1px);
  width: 100%;
  left: -1px;
  top: 0;
  background: url('decor_head_in.3c2756555bd39777.svg') left bottom no-repeat;
  background-size: cover;
}

.faq-main__item-title.active {
  color: #2ec5ff;
}
.faq-main__item-title.active span::before {
  transform: translate(-50%, -50%) rotate(45deg);
  background: #2ec5ff;
}
.faq-main__item-title.active span:after {
  transform: translate(-50%, -50%) rotate(45deg);
  background: #2ec5ff;
}

.breadcrumbs + .head-in__content {
  align-self: auto;
}

.section-text-solution {
  position: relative;
}
.section-text-solution::before {
  background: #f8fbff;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 7rem;
  bottom: 7rem;
}
.section-text-solution:after {
  content: "";
  position: absolute;
  background: #2ec5ff;
  border-radius: 30.9rem 0 0 30.9rem;
  bottom: 7rem;
  right: 0;
  top: 7rem;
  width: 49%;
}
.section-text-solution .container {
  position: relative;
  z-index: 1;
}
.section-text-solution .decor-section {
  z-index: 1;
}
.section-text-solution .decor-section li:first-child {
  width: 22.3rem;
  height: 22.3rem;
  left: calc(50% + 40rem);
  top: 7rem;
  right: auto;
  opacity: 0.5;
}
.section-text-solution .decor-section li:last-child {
  width: 43rem;
  height: 35.4rem;
  right: 0;
  bottom: 7rem;
}

.text-media {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.text-media__left {
  width: 49%;
}

.text-media__right {
  width: 59rem;
  align-self: center;
  max-width: 49%;
}

.text-solution {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}

.text-solution__left {
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 49%;
  width: 58.5rem;
}

.text-solution__right {
  width: 49%;
}

.text-solution__media {
  width: 27.6rem;
  height: 56.1rem;
  background: url('pay-last-bg.4de95b1451f325cb.png') center no-repeat;
  background-size: 100%;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.text-solution__media img {
  position: absolute;
  top: 0.8rem;
  height: calc(100% - 1.6rem);
  right: 0.8rem;
  left: 0.8rem;
  bottom: 0.8rem;
  width: calc(100% - 1.6rem);
  border-radius: 2.9rem;
  object-fit: cover;
}

.facts {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.faq-main {
  width: 95rem;
  max-width: 100%;
  margin: 0 auto;
}

.faq-main__item {
  border-top: 1px solid #e8ebf0;
  border-bottom: 1px solid #e8ebf0;
  margin-top: -1px;
  position: relative;
}

.catalog-result {
  font-weight: 600;
}
.catalog-result span {
  color: rgba(9, 31, 36, 0.99);
  font-weight: 400;
}

.main-data__info-list {
  color: rgba(9, 31, 36, 0.99);
}
.main-data__info-list > li {
  border-top: 1px solid #e8ebf0;
  padding: 1.5rem 0;
}
.main-data__info-list > li:last-child {
  border-bottom: 1px solid #e8ebf0;
}

.main-data__info-list-title {
  color: rgba(9, 31, 36, 0.99);
  font-size: 13px;
}

.main-data__info-subtitle {
  color: rgba(9, 31, 36, 0.99);
  margin-top: 1.5rem;
}

.main-data__info-suptitle {
  color: rgba(9, 31, 36, 0.99);
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.catalog .countries-data__item {
  background: #f8fbff;
}

.main-data__info {
  background: #f8fbff;
  border: 1px solid #e8ebf0;
  border-radius: 6rem;
  padding: 5rem;
}
.main-data__info .faq {
  display: block;
}

.faq-main__item.active {
  z-index: 1;
  border-color: #2ec5ff;
}

.faq-main__list {
  display: none;
}

.faq-main.faq {
  display: block;
}

.catalog-sort__group {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
}

.catalog-top {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 2rem;
}

.main-data__left {
  display: -ms-flexbox;
  width: 26rem;
  padding: 4rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog-sort__item {
  margin-right: 1.5rem;
  width: 25rem;
  position: relative;
}
.catalog-sort__item:last-child {
  margin-right: 0;
}

.catalog-sort__item.filter-st .selectric .label {
  margin-left: 4rem;
}
.catalog-sort__item.filter-st > img {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.section-main-data {
  position: relative;
  padding-bottom: 10rem;
}
.section-main-data .container {
  position: relative;
}

.breadcrumbs + .main-data-wrap {
  margin-top: 8rem;
}

.main-data-wrap {
  width: 104.2rem;
  max-width: 100%;
  margin: 0 auto;
}
.main-data-wrap > * {
  margin-bottom: 2rem;
}
.main-data-wrap *:last-child {
  margin-bottom: 0;
}

.main-data__logo {
  text-align: center;
}

.main-data__logo-media {
  position: relative;
  width: 17.8rem;
  height: 17.8rem;
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-data__logo-media span {
  display: block;
  width: 16.5rem;
  height: 16.5rem;
  -webkit-border-radius: 50%;
  border: 1px solid #e8ebf0;
  overflow: hidden;
  border-radius: 50%;
}
.main-data__logo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-data__logo-media.no_radius {
  height: auto;
  width: auto;
  border-radius: 0;
  border: 0;
}
.main-data__logo-media.no_radius span {
  width: 14.4rem;
  height: 14.4rem;
  border-radius: 0;
  border: 0;
}

.activate-group__content {
  border-top: 1px solid #e8ebf0;
  padding: 3rem 5rem 5rem;
}

.data-usage__bot {
  border-top: 1px solid #e8ebf0;
  -webkit-box-pack: justify;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.data-usage__bot .btn_st {
  flex-shrink: 0;
  margin-left: 1.5rem;
}

.payment-history__list-item {
  border-top: 1px solid #e8ebf0;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 1.5rem 0;
}
.payment-history__list-item:nth-child(even) {
  background: rgba(106, 208, 231, 0.1);
}

.payment-history__title {
  border-top: 1px solid #e8ebf0;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 1.5rem 0;
}

.payment-list__item {
  border-top: 1px solid #e8ebf0;
  margin-bottom: 3rem;
  padding-top: 3rem;
}
.payment-list__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.data-usage__list-item {
  border-bottom: 1px solid #e8ebf0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.data-usage__list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.main-data__logo-title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2rem;
}

.main-data__right {
  width: calc(100% - 26rem);
  padding: 4rem;
  border-left: 1px solid #e8ebf0;
}

.main-data__info-top {
  margin-bottom: 3rem;
}

.tab-title {
  margin-bottom: 2rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.14;
}

.main-data__info-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}

.main-data__info-list-subtitle {
  font-weight: 600;
  color: #091f24;
  margin-top: 5px;
  word-break: break-all;
}
.main-data__info-list-subtitle b {
  font-weight: bolder;
}

.data-usage {
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.main-data__info-group {
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.main-data__info-group .main-data__info {
  width: calc(50% - 1rem);
  text-align: center;
}
.main-data__info-group .main-data__info .btn_st {
  width: 100%;
}

.data-usage__left {
  width: 25rem;
}

.data-usage__right {
  width: calc(100% - 25rem);
  padding-left: 3.5rem;
  align-self: center;
}

.form-bot {
  -webkit-box-pack: justify;
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.data-usage__bot-left {
  width: 60rem;
  max-width: 100%;
}

.data-usage__bot-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.data-usage__bot-title img {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 1rem;
}

.data-usage__bot-text {
  font-size: 13px;
  color: rgba(9, 31, 36, 0.99);
}

.load-decor {
  width: 25rem;
  height: 25rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.load-decor__process svg {
  transform: rotate(-90deg);
}

.contact-media {
  -webkit-transform: translate(-50%, -50%);
  width: 56.5rem;
  height: 37.7rem;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.load-decor__text {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 2rem;
}

.progress-bar__background {
  fill: none;
  stroke: rgba(232, 235, 240, 0.7);
  stroke-width: 2.4;
}

.progress-bar__progress {
  fill: none;
  stroke: #2ec5ff;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 2.4;
  transition: stroke-dashoffset 1s ease-in-out;
}

.load-decor__title {
  font-weight: 700;
  font-size: 2.5rem;
}

.load-decor__subtitle {
  font-size: 13px;
  color: rgba(9, 31, 36, 0.99);
  margin-top: 5px;
}

.data-usage__list {
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 3.8rem;
  padding: 3rem;
}

.data-usage__list-title {
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(9, 31, 36, 0.99);
}

.data-usage__list-subtitle {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
}

.main-data__action {
  text-align: center;
}
.main-data__action .title-section__subtitle {
  margin-top: 1.5rem;
}
.main-data__action .title-section {
  margin-bottom: 3rem;
}

.main-data__action-media {
  width: 7.1rem;
  height: 7.1rem;
  margin: 0 auto 2rem;
}

.main-data__action-text {
  font-weight: 600;
}

.account-content .tab {
  border: 1px solid #e8ebf0;
}

.orders-nav__item {
  border: 1px solid #e8ebf0;
  min-width: 16.2rem;
  height: 5.1rem;
  border-radius: 4.4rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
  margin-right: 2rem;
  margin-bottom: 1.5rem;
}
.orders-nav__item:last-child {
  margin-right: 0;
}
.orders-nav__item:hover {
  background: #2ec5ff;
  color: #fff;
  border-color: transparent;
}

.enter-wrap {
  width: 48rem;
  margin: 0 auto;
  max-width: 100%;
}
.enter-wrap .btn_st {
  margin-top: 3rem;
}
.enter-wrap .tab {
  background: #fff;
}

.social-login {
  margin-top: 3rem;
}

.social-login__title-main {
  font-size: 13px;
  color: rgba(9, 31, 36, 0.99);
  display: inline-block;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.social-login__title-main::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-1px);
  width: 500px;
  height: 1px;
  background: #e8ebf0;
  left: calc(100% + 2.5rem);
}
.social-login__title-main::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-1px);
  width: 500px;
  height: 1px;
  background: #e8ebf0;
  right: calc(100% + 2.5rem);
}

.text-form {
  font-size: 13px;
  color: rgba(9, 31, 36, 0.99);
  margin-top: 2rem;
}
.text-form a {
  color: #2ec5ff;
  text-decoration: underline;
}
.text-form a:hover {
  text-decoration: none;
}

.social-login__title {
  text-align: center;
  overflow: hidden;
  margin-bottom: 3rem;
}

.account-nav {
  background: #2ec5ff;
}
.account-nav .tab-nav__item {
  color: rgba(255, 255, 255, 0.85);
}
.account-nav .tab-nav__item:hover span {
  color: #091f24;
}
.account-nav .tab-nav__item:hover span::before {
  background: #091f24;
}
.account-nav .tab-nav__item span:before {
  background: rgba(255, 255, 255, 0.85);
}
.account-nav .tab-nav__item.active span {
  color: #091f24;
}
.account-nav .tab-nav__item.active span::before {
  background: #091f24;
}

.no-esim__content {
  display: -ms-flexbox;
  width: 65rem;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}

.account-bg {
  height: 18.3rem;
  line-height: 0;
}
.account-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-img {
  border-radius: 6rem;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 5rem;
}
.article-img img {
  width: 100%;
}

.no-esim {
  -webkit-border-radius: 6rem;
  background: #f8fbff;
  border-radius: 6rem;
  padding: 5rem 3rem;
}

.no-esim__media {
  width: 18.4rem;
  height: 15.4rem;
}

.no-esim__left {
  width: calc(100% - 20rem);
}

.no-esim__text {
  color: rgba(9, 31, 36, 0.99);
  margin-top: 1.5rem;
}

.orders-nav {
  display: flex;
  justify-content: center;
}

.contact-group {
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  background: #f8fbff;
  border: 1px solid #e8ebf0;
  border-radius: 6rem;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  overflow: hidden;
}

.error-content {
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}

.orders-nav__item.active {
  background: #2ec5ff;
  color: #fff;
  border-color: transparent;
}

.contact-group__left {
  width: 50%;
  padding: 5rem;
}

.contact-group__right {
  width: 50%;
  position: relative;
  background: #2ec5ff;
}
.contact-group__right .pay-decor li:first-child {
  top: 0;
  left: 0;
}
.contact-group__right .pay-decor li:last-child {
  right: 2rem;
  bottom: 2rem;
}

.section-error {
  padding: 17rem 0 10rem;
}

.payment-balance {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: center;
  color: rgba(9, 31, 36, 0.99);
}

.payment-top {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 3.5rem;
}

.error-content__left {
  width: 49%;
}

.error-content__right {
  width: 49%;
}

.section-article {
  position: relative;
  padding-bottom: 10rem;
}
.section-article .breadcrumbs + * {
  margin-top: 8rem;
}

.section-payment {
  position: relative;
  padding-bottom: 10rem;
}
.section-payment .breadcrumbs + * {
  margin-top: 8rem;
}
.section-payment .container {
  position: relative;
}

.payment {
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 6rem;
  padding: 5rem;
}

.payment-list {
  counter-reset: counter;
}

.payment-list__item-title {
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 3rem;
}
.payment-list__item-title:before {
  content: counter(counter, decimal-leading-zero);
  counter-increment: counter;
  font-weight: 600;
  font-size: 13px;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 2.9rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #2ec5ff;
}

.page-next {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  border: 1px solid #e8ebf0;
  width: 5.1rem;
  height: 5.1rem;
  background: #fff;
  border-radius: 50%;
  transition: 0.4s;
}
.page-next:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  border-right: 1px solid #091f24;
  border-top: 1px solid #091f24;
  transform: translate(-50%, -50%) rotate(45deg);
}
.page-next:hover {
  background: #2ec5ff;
  border-color: #2ec5ff;
}
.page-next:hover:before {
  border-color: #fff;
}

.page-prev {
  height: 5.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  position: relative;
  display: block;
  border: 1px solid #e8ebf0;
  width: 5.1rem;
  background: #fff;
  border-radius: 50%;
  transition: 0.4s;
}
.page-prev:before {
  content: "";
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  border-left: 1px solid #091f24;
  border-top: 1px solid #091f24;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page-prev:hover {
  background: #2ec5ff;
  border-color: #2ec5ff;
}
.page-prev:hover:before {
  border-color: #fff;
}

.payment-history__list-date {
  padding-left: 5rem;
  color: rgba(9, 31, 36, 0.99);
}
.payment-history__list-date ul {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.payment-history__list-date ul li {
  padding-right: 2rem;
  margin-right: 2rem;
  position: relative;
}
.payment-history__list-date ul li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background: #e8ebf0;
  height: 1rem;
}
.payment-history__list-date ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.payment-history__list-date ul li:last-child::before {
  display: none;
}
.payment-history__list-date ul img {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
}

.payment-balance__main {
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  padding: 1rem 3rem;
  line-height: 1.4;
  background: url('dots-decor.0c32e6aa19eec445.svg') center left -5rem no-repeat #2ec5ff;
  background-size: 14rem;
  border-radius: 4.2rem;
  margin-left: 2rem;
}

.payment-card {
  margin: -2rem -1rem 0;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.payment-card__content {
  background: #f8fbff;
  border: 1px solid #e8ebf0;
  border-radius: 3.3rem;
}

.payment-card__item {
  display: inline-block;
  margin: 2rem 1rem 0;
  position: relative;
  line-height: 0;
  cursor: pointer;
}
.payment-card__item .check_st + span {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.payment-card__item .check_st:checked + span + .payment-card__content {
  background: #fff;
  border: 1px solid #2ec5ff;
}

.payment-card__list {
  display: -ms-flexbox;
  line-height: 0;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.payment-price__list {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 0 -0.7rem;
}

.payment-card__list-item {
  height: 16rem;
  padding: 5rem 7rem;
  text-align: center;
}

.payment-bot {
  display: -ms-flexbox;
  font-size: 13px;
  color: rgba(9, 31, 36, 0.99);
  display: flex;
  justify-content: space-between;
}
.payment-bot .btn_st {
  flex-shrink: 0;
  margin-left: 2rem;
}

.price-item {
  cursor: pointer;
  margin: 0 0.7rem 1.5rem;
}
.price-item input + span {
  display: -ms-flexbox;
  font-size: 13px;
  height: 5.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  width: 13.5rem;
  border: 1px solid #e8ebf0;
  border-radius: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.4s;
}
.price-item input {
  display: none;
}
.price-item input:checked + span {
  background: #2ec5ff;
  border-color: #2ec5ff;
  color: #fff;
}
.price-item:hover span {
  background: #2ec5ff;
  border-color: #2ec5ff;
  color: #fff;
}

.payment-bot__text {
  width: 800px;
  max-width: 100%;
  align-self: center;
}

.payment-history {
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 6rem;
  overflow: hidden;
}

.payment-history__top {
  padding: 5rem 5rem 2rem;
}

.payment-history__title-item {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(9, 31, 36, 0.99);
}
.payment-history__title-item:first-child {
  padding-left: 5rem;
}
.payment-history__title-item:last-child {
  width: 32rem;
}

.payment-history__list-price {
  width: 32rem;
  color: #2ec5ff;
  font-weight: 600;
}

.activate-group {
  background: #f8fbff;
  border: 1px solid #e8ebf0;
  border-radius: 6rem;
  width: 104.8rem;
  margin: 0 auto;
  max-width: 100%;
}

.activate-group__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 5rem 3rem;
}
.activate-group__top .payment-balance {
  flex-shrink: 0;
  margin-left: 1.5rem;
}

.activate-group__title {
  font-weight: 700;
  font-size: 2.5rem;
}

.activate-group__subtitle {
  color: #2ec5ff;
  margin-top: 1.5rem;
}

.activate-bot__text {
  color: rgba(9, 31, 36, 0.99);
  margin-top: 2rem;
  font-weight: 600;
}

.activate-text {
  color: rgba(9, 31, 36, 0.99);
  margin-top: 3rem;
}

.article-data {
  color: rgba(9, 31, 36, 0.99);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 2rem;
}
.article-data img {
  width: 14px;
  height: 14px;
  margin-right: 1rem;
}

.pagination__list {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  max-width: calc(100% - 10.2rem);
  padding: 0 3rem;
}
.pagination__list li {
  margin-right: 1rem;
}
.pagination__list li a {
  color: rgba(9, 31, 36, 0.99);
  width: 5.1rem;
  height: 5.1rem;
  border: 1px solid #e8ebf0;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pagination__list li a:hover {
  background: #2ec5ff;
  color: #fff;
  border-color: #2ec5ff;
}
.pagination__list li:last-child {
  margin-right: 0;
}
.pagination__list li a.active {
  background: #2ec5ff;
  color: #fff;
  border-color: #2ec5ff;
}

.activate-link .countries-item {
  width: 100%;
  margin: 0 0 1.5rem;
}
.activate-link .countries-item:last-child {
  margin-bottom: 0;
}

.activate-bot {
  margin-top: 4rem;
  text-align: center;
}
.activate-bot .btn_st {
  width: 40.4rem;
  max-width: 100%;
}

.price-list {
  padding: 4rem;
}

.countries-item.price-item {
  width: 100%;
  margin: 0 0 1.5rem;
  justify-content: space-between;
  padding-right: 2rem;
}
.countries-item.price-item:last-child {
  margin-bottom: 0;
}
.countries-item.price-item::before {
  display: none;
}

.countries-item__left {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
}

.news {
  display: -ms-flexbox;
  -webkit-box-pack: start;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: -2rem -1rem 0;
}
.news .news-item {
  width: calc(33.333% - 2rem);
  margin: 2rem 1rem 0;
}

.countries-item__price {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  flex-shrink: 0;
  margin-left: 1.5rem;
}

.pagination {
  -webkit-box-pack: start;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin-top: 3rem;
}

.wrap-article {
  width: 119rem;
  max-width: 100%;
  margin: 0 auto;
}

.wrap-article + * {
  margin-top: 10rem;
}

.text-wrap {
  width: 74.6rem;
  max-width: 100%;
  margin: 0 auto;
}

.text-wrap + * {
  margin-top: 4rem;
}

@media (max-width: 1500px) {
  html {
    font-size: 9px;
  }
  .payment {
    padding: 4rem;
  }
}
@media (max-width: 1368px) {
  html {
    font-size: 8px;
  }
  .tab-bot {
    padding: 3rem 2rem;
  }
  .selectric .label {
    font-size: 11px;
  }
  .selectric-items li {
    font-size: 11px;
  }
  .tab-nav__item {
    font-size: 11px;
  }
  .title-section__main {
    font-size: 4.5rem;
  }
  .head-title {
    font-size: 5.5rem;
  }
  .navigation ul li a {
    font-size: 12px;
    height: 7rem;
    padding: 0 2rem;
  }
  .user-head > * {
    margin-left: 1.5rem;
  }
  .user-head *:first-child {
    margin-left: 0;
  }
  .footer-nav__item {
    margin-right: 6rem;
  }
  .footer-pay {
    max-width: 30rem;
  }
  .step-item__title {
    font-size: 1.8rem;
  }
  .step-item {
    padding: 17rem 3rem 3rem;
  }
  .device-bot__text {
    font-size: 11px;
  }
  .device-bot {
    padding-top: 1.5rem;
  }
  .advantage.facts .advantage-item {
    padding: 2rem;
  }
  .advantage {
    margin: 0 -1rem;
  }
  .advantage-item {
    width: calc(33.333% - 2rem);
    margin: 0 1rem 1.5rem;
  }
  .head-in__bg {
    background-size: 45rem;
  }
  .social-login__title-main {
    font-size: 11px;
  }
  .payment {
    padding: 3rem;
  }
  .payment-list__item-title:before {
    font-size: 11px;
  }
  .price-item input + span {
    font-size: 11px;
  }
}
@media (max-width: 1023px) {
  .checked-item__text {
    font-size: 12px;
  }
  .form-action > a {
    font-size: 12px;
  }
  .activate-modal__suptitle {
    font-size: 11px;
  }
  .btn_st {
    font-size: 11px;
  }
  .input_st {
    font-size: 11px;
  }
  .modal-title__subtitle {
    font-size: 11px;
  }
  .decor-section {
    display: none;
  }
  .tab-bot {
    padding: 1rem;
  }
  .title-section__main {
    font-size: 3.5rem;
  }
  .title-section__main.sm {
    font-size: 2.5rem;
  }
  .title-section__subtitle {
    margin-top: 1.5rem;
  }
  .pad_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .tab-nav__item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background: 0 0;
  }
  .tab-nav__item::after {
    display: none;
    width: 2.5rem;
  }
  .tab-nav__item::before {
    display: none;
    width: 2.5rem;
  }
  .tab-nav__item span {
    transform: translate(0);
  }
  .tab-nav__item.active span {
    color: #2ec5ff;
    background: 0 0 !important;
  }
  .tab-top {
    padding-top: 0;
  }
  .modal-title__main {
    font-size: 2rem;
  }
  .activate-modal__title-main {
    font-size: 3rem;
  }
  .tab {
    border-radius: 3rem;
  }
  .head-title {
    font-size: 4.5rem;
  }
  .search-input {
    font-size: 12px;
  }
  .search-list__item ul li a {
    font-size: 11px;
  }
  .section-head {
    padding: 14rem 0 5rem;
  }
  .head-subtitle {
    margin-bottom: 3rem;
  }
  .search-list {
    border-radius: 3rem;
    padding: 2rem 1.5rem;
  }
  header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #fff;
    border-color: #e8ebf0 !important;
  }
  .navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    background: #fff;
    display: none;
    border-bottom: 1px solid #e8ebf0 !important;
  }
  .navigation ul {
    display: block;
  }
  .navigation ul li {
    padding: 1rem 0;
  }
  .navigation ul li a {
    height: auto;
  }
  .navigation ul li a::after {
    display: none;
  }
  .navigation ul li a:before {
    display: none;
  }
  .tog-nav {
    display: block;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-pay {
    max-width: 100%;
    width: 100%;
    margin-top: 3rem;
  }
  .footer-nav__item {
    margin-top: 2rem;
  }
  .social {
    margin-top: 3rem;
  }
  .countries-data__item {
    width: calc(50% - 2rem);
    margin: 1rem;
    border-radius: 3rem;
  }
  .countries-item__content-title {
    font-size: 2rem;
  }
  .countries-btn {
    font-size: 11px;
  }
  .countries-data__item-list {
    font-size: 11px;
  }
  .section-countries {
    padding: 5rem 0;
  }
  .countries-item {
    width: calc(50% - 2rem);
  }
  .pay-group__media-last {
    top: -2rem;
    left: 24rem;
    width: 22.6rem;
    height: 45.7rem;
  }
  .pay-group__media-last img {
    border-radius: 2.3rem;
  }
  .pay-group__media-first {
    width: 22.6rem;
    height: 36rem;
  }
  .step-item__media {
    width: 15.7rem;
    height: 15.7rem;
  }
  .step-item__media img {
    width: 17.5rem;
    height: 17.5rem;
  }
  .step-item {
    padding: 13rem 3rem 3rem;
  }
  .step-item::before {
    font-size: 2.5rem;
  }
  .support-top__media {
    padding-left: 1.5rem;
  }
  .device-bot {
    margin-top: 1rem;
  }
  .video-info__right {
    width: 40%;
  }
  .video-info__media {
    border-radius: 0 20.9rem 0 16.1rem;
  }
  .advantage-item__content {
    width: 100%;
    padding: 1.5rem 0 0;
    text-align: center;
  }
  .advantage-item__media {
    margin: 0 auto;
    width: 9.2rem;
    height: 9.2rem;
  }
  .advantage-item__subtitle {
    margin-top: 1.5rem;
  }
  .advantage.facts .advantage-item__content {
    width: 100%;
  }
  .advantage.facts .advantage-item {
    display: block;
  }
  .news-item__content {
    padding: 2rem 2rem 0;
  }
  .news-item {
    border-radius: 4rem;
  }
  .news-item__bot {
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
  }
  .more-link {
    font-size: 11px;
  }
  .news-item__date {
    font-size: 11px;
  }
  .slider-bot {
    margin-top: 3rem;
  }
  .head-in__bg-main {
    display: none;
  }
  .head-in__content {
    width: 100%;
    max-width: 100%;
  }
  .head-in {
    min-height: 28rem;
  }
  .head-in__bg {
    height: 28rem;
  }
  .section-head-in .head-in__bg {
    height: 100%;
  }
  .text-solution__media {
    width: 22.6rem;
    height: 45.6rem;
  }
  .text-solution__media img {
    border-radius: 2.3rem;
  }
  .main-data__right {
    padding: 2rem;
    width: calc(100% - 22rem);
  }
  .main-data {
    border-radius: 3rem;
  }
  .main-data .countries-data__item-title {
    font-size: 1.8rem;
  }
  .main-data__info {
    padding: 1rem;
    border-radius: 3rem;
  }
  .main-data__info-title {
    font-size: 2rem;
  }
  .main-data__left {
    width: 22rem;
  }
  .main-data__info-suptitle {
    margin-bottom: 1rem;
  }
  .breadcrumbs + .main-data-wrap {
    margin-top: 3rem;
  }
  .section-main-data {
    padding-bottom: 5rem;
  }
  .data-usage__bot-text {
    font-size: 11px;
  }
  .data-usage__list-title {
    font-size: 11px;
  }
  .tab-title {
    font-size: 1.8rem;
  }
  .social-login {
    margin-top: 2rem;
  }
  .social-login__title {
    margin-bottom: 2rem;
  }
  .text-form {
    font-size: 11px;
  }
  .form-bot {
    margin-top: 2rem;
  }
  .account-bg {
    height: 15rem;
  }
  .no-esim {
    border-radius: 3rem;
  }
  .contact-group__left {
    padding: 1rem;
  }
  .contact-group__left .form-bot {
    display: block;
  }
  .contact-group__left .btn_st {
    width: 100%;
    margin-top: 2rem;
  }
  .contact-group {
    border-radius: 3rem;
  }
  .section-error {
    padding: 12rem 0 5rem;
  }
  .payment {
    padding: 1rem;
    border-radius: 3rem;
  }
  .section-payment {
    padding-bottom: 5rem;
  }
  .section-payment .breadcrumbs + * {
    margin-top: 3rem;
  }
  .payment-card__list-item {
    height: 13rem;
    padding: 4rem 5rem;
  }
  .payment-balance__main {
    font-size: 2rem;
  }
  .payment-list__item {
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
  .payment-list__item-title {
    font-size: 1.8rem;
  }
  .payment-history {
    border-radius: 3rem;
  }
  .payment-history__top {
    padding: 1rem;
  }
  .payment-history__list-date {
    padding-left: 1rem;
  }
  .payment-history__title-item:first-child {
    padding-left: 1rem;
  }
  .payment-history__title-item:last-child {
    width: 15rem;
  }
  .payment-history__list-price {
    width: 15rem;
  }
  .activate-group {
    border-radius: 3rem;
  }
  .activate-group__content {
    padding: 2rem 1rem;
  }
  .activate-group__top {
    padding: 2rem 1rem;
  }
  .price-list {
    padding: 2rem 1rem;
  }
  .activate-bot {
    margin-top: 3rem;
  }
  .news .news-item {
    width: calc(50% - 2rem);
  }
  .article-data {
    font-size: 12px;
  }
  .article-data img {
    width: 12px;
    height: 12px;
  }
  .article-img {
    border-radius: 3rem;
    margin-bottom: 3rem;
  }
  .section-article {
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .fancybox-slide--html .fancybox-close-small {
    width: 30px;
    height: 30px;
    right: 1rem;
    top: 1rem;
    border-color: transparent;
    padding: 0;
  }
  .fancybox-slide--html .fancybox-close-small svg path {
    fill: #2ec5ff !important;
  }
  .modal {
    border-radius: 3rem;
  }
  .title-section {
    margin: 0 auto 3rem;
  }
}
@media (max-width: 600px) {
  .tab-nav__item {
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .tab-nav__item span {
    padding: 0;
  }
  .tab-nav__item span::before {
    display: none;
  }
  .tab-nav {
    justify-content: space-between;
  }
  .navigation {
    padding: 10px;
  }
  .navigation .enter-link {
    justify-content: center;
  }
  .navigation .user-head__balance {
    text-align: center;
    margin-top: 1.5rem;
  }
  .device-column li {
    width: calc(100% - 2rem);
  }
  .section-text-solution {
    padding: 5rem 0;
  }
  .section-text-solution::before {
    top: 0;
    bottom: 0;
  }
  .section-text-solution:after {
    display: none;
  }
  .text-solution__left {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .text-solution__right {
    width: 100%;
    margin-top: 3rem;
  }
  .catalog-sort {
    width: 100%;
  }
  .catalog-result {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .form-bot {
    margin-top: 0;
  }
  .form-bot .btn_st {
    width: 100%;
    margin-top: 1.5rem;
  }
  .form-bot .checked-item {
    width: 100%;
  }
  .form-horizontal .form-group {
    width: 100%;
  }
  .payment-bot {
    display: block;
  }
  .payment-bot .btn_st {
    margin: 3rem 0 0;
    width: 100%;
  }
  .activate-group__top {
    display: block;
  }
  .activate-group__top .payment-balance {
    margin: 1.5rem 0 0;
  }
  .news .news-item {
    width: calc(1000% - 2rem);
  }
  .pagination__list {
    padding: 0 1rem;
  }
}
@media (max-width: 420px) {
  .tab-nav__item {
    width: 100%;
  }
  .modal-content {
    padding: 3rem 2rem;
  }
  .video-info__media {
    border-radius: 0 10.9rem 0 6.1rem;
  }
}
@media (max-width: 800px) {
  .head-search-wrap {
    width: 600px;
    max-width: 100%;
    display: block;
  }
  .head-search-wrap .search-input.esin_input {
    width: 100%;
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .head-content__right {
    display: none;
  }
  .head-content__left {
    max-width: 100%;
  }
  .section-head {
    background: #fff !important;
    padding: 10rem 0 5rem;
  }
  .countries-data__item {
    width: calc(100% - 2rem);
  }
  .countries-data__item.half {
    width: calc(100% - 2rem);
  }
  .countries-data__item.dark_data {
    padding-bottom: 3rem;
  }
  .countries-item__content-title {
    font-size: 1.6rem;
  }
  .pay-decor {
    display: none;
  }
  .pay-group__media {
    display: none;
  }
  .section-pay::before {
    display: none;
  }
  .pay-group__right {
    width: 100%;
  }
  .step-item {
    width: calc(100% - 2rem);
  }
  .device-bot__text {
    width: 100%;
  }
  .support-top__left {
    width: 100%;
  }
  .device-bot__text + .btn_st {
    margin-top: 2rem;
  }
  .support-top__media {
    display: none;
  }
  .section-support {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .section-support:before {
    top: 0;
    bottom: 0;
  }
  .video-info__media {
    width: 600px;
    max-width: 100%;
    order: 2;
    margin-top: 4rem;
  }
  .video-info__right {
    width: 100%;
  }
  .advantage-item__title {
    font-size: 1.8rem;
  }
  .step-item__title {
    font-size: 1.8rem;
  }
  .advantage-item {
    width: 100%;
    margin-bottom: 2rem;
    display: block;
  }
  .advantage-item:last-child {
    margin-bottom: 0;
  }
  .faq-column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .text-media__right {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  .text-media__left {
    order: 2;
    margin-top: 4rem;
    width: 400px;
    max-width: 100%;
  }
  .section-text-media:before {
    display: none;
  }
  .contact-group__right {
    display: none;
  }
  .contact-group__left {
    width: 100%;
  }
  .error-content__left {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .error-content__right {
    width: 500px;
    margin: 0 auto 3rem;
    order: 1;
  }
  .main_error {
    background: 0 0 !important;
  }
}
@media (max-width: 460px) {
  .head-title {
    font-size: 3.5rem;
  }
  .head-search__group .btn_st {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    margin-top: 1.5rem;
    width: 100%;
    line-height: 1.6;
  }
  .head-search__group .btn_st span {
    padding: 1.5rem 3.5rem;
  }
  .search-input {
    padding-right: 5px;
  }
  .enter-link {
    padding: 1rem;
    font-size: 10px;
  }
  .enter-link img {
    margin-right: 0.5rem;
  }
  .enter-link svg {
    margin-right: 0.5rem;
  }
  .language-active {
    padding: 1rem;
    font-size: 10px;
  }
  .language-active img {
    margin-right: 0.5rem;
  }
  .language-active svg {
    margin-right: 0.5rem;
  }
  .logo {
    width: 12rem;
  }
  .header-right > * {
    margin-left: 1rem;
  }
  .no-esim__left {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .no-esim__media {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .navigation {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .countries-data__item-list-title {
    font-size: 11px;
  }
  .countries-data__item-subinfo {
    font-size: 11px;
  }
  .countries-destinations {
    font-size: 11px;
  }
  .countries-item__title {
    font-size: 11px;
  }
  .countries-item__price {
    font-size: 11px;
  }
}
@media (max-width: 500px) {
  .countries-item {
    width: calc(100% - 2rem);
  }
  .countries-item.half {
    width: calc(100% - 2rem);
  }
  .countries-data__item-top {
    display: block;
  }
  .countries-data__item-subinfo {
    margin: 1rem 0 0;
  }
  .main-data .countries-data__item-list li {
    width: 100%;
    padding: 0 0 1rem;
    border-bottom: 1px solid #e8ebf0;
    margin-bottom: 1rem;
    border-right: 0;
  }
  .main-data .countries-data__item-list li:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
  .price-item {
    width: calc(33.333% - 1.4rem);
  }
  .price-item input + span {
    width: 100%;
  }
  .payment-card__item {
    width: 100%;
    text-align: center;
  }
  .payment-card__list-item {
    width: 100%;
  }
  .payment-top {
    display: block;
  }
  .payment-balance {
    margin-top: 1.5rem;
  }
  .payment-history__list-price {
    width: 10rem;
  }
  .payment-history__title-item:last-child {
    width: 10rem;
  }
  .payment-history__title {
    font-size: 11px;
  }
  .payment-history__list-date ul li {
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 380px) {
  .countries-data__item-list li {
    width: 100%;
    padding: 0 0 1rem;
    border-bottom: 1px solid #e8ebf0;
    margin-bottom: 1rem;
    border-right: 0;
  }
  .countries-data__item-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 860px) {
  .device-column li {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 440px) {
  .catalog-sort__item {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .catalog-sort__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 660px) {
  .main-data__left {
    width: 100%;
    padding: 2rem;
  }
  .main-data__right {
    width: 100%;
    border: 0;
    border-top: 1px solid #e8ebf0;
    padding: 1rem;
  }
  .main-data__info-title {
    font-size: 1.6rem;
  }
  .data-usage__left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .load-decor {
    margin: 0 auto;
  }
  .data-usage__right {
    width: 100%;
    padding: 0;
  }
  .data-usage__list {
    border-radius: 3rem;
    padding: 2rem;
  }
  .data-usage__bot {
    display: block;
  }
  .data-usage__bot .btn_st {
    margin: 3rem 0 0;
    width: 100%;
  }
  .main-data__info-group .main-data__info {
    width: 100%;
    margin-bottom: 2rem;
  }
  .main-data__info-group .main-data__info:last-child {
    margin-bottom: 0;
  }
  .no-esim {
    padding: 2rem;
  }
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

modal .modal {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 42;
}
.modal .modal-content {
  position: relative;
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
}
.modal-sm .modal-content {
  width: 52.5rem;
}
.modal.modal-lg .modal-content {
  width: 100rem;
}

.modal.in {
  opacity: 1;
}

.modalClose {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

button.modalClose {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  transition: 0.2s all;
}
button.modalClose:focus {
  outline: none;
}

button.modalClose {
  color: #444;
  padding: 10px;
  line-height: 10px;
  border: 1px solid #696969;
  border-radius: 15px;
  background-color: #fff;
  font-size: 25px;
  z-index: 99999;
  position: fixed;
  top: 10px;
  right: 10px;
}
button.modalClose:hover {
  background-color: #e4e4e4;
}

.modal-open .modal-body .modal {
  left: 0;
  right: 0;
}
.modal-open .modal {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .modal {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
    top: 20%;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
body {
  padding-top: 0;
}

a {
  cursor: pointer;
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

