@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------------------------------------- */
/*---------------------------------- CHAT BOT ----------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.chat_button {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background: #014e96;
  border-radius: 50%;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
  color: #c8f1ff;
  font-size: 40px;
  animation-iteration-count: infinite;
  animation-duration: 2s !important;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25); }

.chat_button.robot_img{
    background: no-repeat;
    margin-bottom: 0;
    width: 200px;
    height: 200px;
    box-shadow: none;
    left: 0;
    bottom: 0;
}

.chat_button.robot_img img{width: 100%; height: 100%;}

.chat_bot {
  display: none;
  width: 290px;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1000;
  background: #c8f1ff;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid rgba(3, 88, 117, 0.3);
  border-right: 0 none;
  border-bottom: 0 none;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25); }
  .chat_bot:before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: #94def7;
    border-radius: 50%;
    top: -100px;
    left: -100px; }
  .chat_bot .chat_header {
    padding: 10px 40px 10px 60px;
    position: relative;
    color: #fff;
    min-height: 60px;
    line-height: 18px;
    font-size: 16px;
    color: #014e96; }
    .chat_bot .chat_header .photo {
      position: absolute;
      width: 40px;
      height: 40px;
      top: 10px;
      left: 10px;
      border-radius: 50%;
      overflow: hidden; }
     .chat_bot .chat_header .photo img{
        width: auto;
        border: 0 none;
        height: auto;
        max-width: 100%;
     }
    .chat_bot .chat_header .name {
      margin-top: 2px;
      font-weight: 600;
      position: relative;
      text-transform: uppercase; }
    .chat_bot .chat_header .description {
      }
    .chat_bot .chat_header .close {
      color: #014e96;
      cursor: pointer;
      font-size: 20px;
      top: 10px;
      right: 10px;
      position: absolute; }
  .chat_bot .chat_body {
    height: 290px;
    font-size: 14px;
    color: #000;
    position: relative; }
    .chat_bot .chat_body .message {
      padding-bottom: 10px;
      position: relative; }
      .chat_bot .chat_body .message:before {
        content: "";
        position: absolute;
        left: -10px;
        bottom: 30px;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent; }
      .chat_bot .chat_body .message .text {
        display: inline-block;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 3px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
      .chat_bot .chat_body .message .dots {
        display: inline; }
        .chat_bot .chat_body .message .dots .dot {
          display: inline;
          font-family: medium;
          animation: dots 1s linear infinite; }
      .chat_bot .chat_body .message .time {
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        color: #666; }
      .chat_bot .chat_body .message .icon-check {
        color: forestgreen;
        font-size: 40px;
        margin: 0 auto 10px;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center; }
      .chat_bot .chat_body .message.user {
        text-align: right; }
        .chat_bot .chat_body .message.user:before {
          left: auto;
          right: -10px; }
      .chat_bot .chat_body .message.final .text {
        padding: 20px 10px;
        display: block;
        text-align: center; }
      .chat_bot .chat_body .message.final .button {
        margin-top: 20px; }
      .chat_bot .chat_body .message:last-of-type {
        margin-bottom: 10px; }
  .chat_bot #scrollbar .viewport {
    width: 100%;
    height: 225px;
    overflow: hidden;
    position: relative; }
  .chat_bot #scrollbar .overview {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    padding: 15px; }
  .chat_bot #scrollbar .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    width: 5px; }
  .chat_bot #scrollbar .thumb {
    width: 5px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #94def7;
    border-radius: 5px; }
  .chat_bot #scrollbar .disable {
    display: none; }
  .chat_bot .basic_form {
    padding-top: 10px; }
    .chat_bot .basic_form input {
      height: 30px;
      line-height: 30px;
      width: 100%;
      padding: 0 10px;
      font-size: 14px;
      color: #000;
      border-radius: 3px; 
      background: #f4f3f4;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
      border: 1px solid #eee;
      }
    .chat_bot .basic_form .flag_container, .chat_bot .basic_form .flag-container {
      position: absolute;
      width: 46px;
      height: 30px;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1);
      border-radius: 3px 0 0 3px;
      border-right: 1px solid rgba(0, 0, 0, 0.05); }
      .chat_bot .basic_form .flag_container .flag, .chat_bot .basic_form .flag-container .flag {
        width: 16px;
        height: 11px;
        margin: 0 auto;
        position: relative;
        top: 8px; }
        .chat_bot .basic_form .flag_container .flag img, .chat_bot .basic_form .flag-container .flag img {
          display: block; }
    .chat_bot .basic_form .control_point {
      position: relative;
      margin: 0 auto 5px; }
      .chat_bot .basic_form .control_point .error {
        font-size: 12px;
        color: white;
        background-color: red;
        border-radius: 3px;
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        bottom: -20px;
        right: 0px;
        z-index: 2;
        display: none; }
      .chat_bot .basic_form .control_point.error div.error {
        display: block; }
      .chat_bot .basic_form .control_point.phone input {
        padding-left: 46px !important; }
    .chat_bot .basic_form.answer_form {
      position: absolute;
      padding: 15px;
      bottom: 0;
      left: 0;
      width: 100%; }
      .chat_bot .basic_form.answer_form input {
        border-radius: 15px;
        padding-right: 30px; }
      .chat_bot .basic_form.answer_form .send {
        position: absolute;
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        right: 20px;
        bottom: 20px;
        padding: 0;
        background: #014e96;
        cursor: pointer; }
  .chat_bot .button {
    background: orange;
    box-shadow: 0 2px 0 #d87905;
    color: #945508;
    cursor: pointer;
    font-size: 13px;
    height: 30px;
    line-height: 33px;
    margin: 10px auto 0;
    padding: 0 20px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}
.chat_bot .button:hover {
    background-color: #ffb55b;
    background-image: none;
    box-shadow: 0 2px 0 #d87905 inset;
}

@keyframes dots {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }
  
.sertificate .sertificate_img{
    width: 80px;
    margin-right: 15px;
} 

.sertificate .sertificate_img img{width: 100%} 

.header, .header_active{padding: 7px 0;}

.logo__img img{width: 35px;}

.logo__img span{font-size: 12px;}

.lang__link{padding: .3em 1.05em;}

.logo{font-size: 16px;}

.review-slider__img{
    border-radius: 100%;
    overflow: hidden;
}

.payment_systems {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.payment_systems .pay_ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    margin-bottom: 5px;
}

.payment_systems .pay_ico.pay1 {
    background: url(../img/pay1.png);
    background-size: 21px 30px;
    width: 21px;
    height: 30px;
    top: -2px;
}
.payment_systems .pay_ico.pay2 {
    background: url(../img/pay2.png);
    background-size: 50px 25px;
    width: 50px;
    height: 25px;
}
.payment_systems .pay_ico.pay3 {
    background: url(../img/pay3.png);
    background-size: 34px 30px;
    width: 34px;
    height: 30px;
    top: -2px;
    margin-right: 0;
}

.payment_systems .pay_ico.pay4 {
    background: url(../img/pay4.png);
    background-size: 40px 25px;
    width: 40px;
    height: 25px;
}
.payment_systems .pay_ico.pay5 {
    background: url(../img/pay5.png);
    background-size: 66px 20px;
    width: 66px;
    height: 20px;
    top: 2px;    
}

.payment_systems .pay_ico.pay6 {
    background: url(../img/pay6.png);
    background-size: 26px 25px;
    width: 26px;
    height: 25px;
}
.payment_systems .pay_ico.pay7 {
    background: url(../img/pay7.png);
    background-size: 74px 20px;
    width: 74px;
    height: 20px;
    top: 2px;    
}
.payment_systems .pay_ico.pay8 {
  background: url(../img/pay8.png);
  background-size: 62px 40px;
  width: 62px;
  height: 40px;
    top: 2px;
}
.payment_systems .pay_ico.pay9 {
  background: url(../img/pay9.png);
  background-size: 70px 20px;
  width: 70px;
  height: 20px;
  top: 2px;
}
.payment_systems .pay_ico.alfa {
  background: url(../img/alfa.png);
  background-size: 56px 20px;
  width: 56px;
  height: 20px;
  top: -2px;
}
.payment_systems .pay_ico.assist {
  background: url(../img/assist.png);
  background-size: 29px 30px;
  width: 29px;
  height: 30px;
  top: -2px;
}
.payment_systems .pay_ico.fondy {
  background: url(../img/fondy.png);
  background-size: 63px 20px;
  width: 63px;
  height: 20px;
  top: -2px;
}
.payment_systems .pay_ico.paykeeper {
  background: url(../img/paykeeper.png);
  background-size: 56px 20px;
  width: 56px;
  height: 20px;
  top: -2px;
}

/*.preview-block {background: linear-gradient(-40deg, #EE9A6C, #CD85CF, #5C6AEF, #4442BD, #342685);}*/
.mobile:after {
  background: linear-gradient(-30deg, #616ee8, #4849c6);
  display: none;
}


.form__container .social_set {
  display: block;
  height: 30px;
  margin-top: 10px; }
  .form__container .social_set a {
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
    width: 30px;
    height: 30px;}
    .form__container .social_set a.skype,
    .form__container .social_set a.telegram,
    .form__container .social_set a.viber,
    .form__container .social_set a.whatsapp,
    .form__container .social_set a.facebook,
    .form__container .social_set a.vkontakte {
        background-image: none;
        color: #fff;
        text-align: center;
        line-height: 30px;
        border-radius: 3px;
        font-size: 20px;
    }
    .form__container .social_set a.skype {
      background-color: #009BE3;}
    .form__container .social_set a.telegram {
      background-color: #1F97C9; }
    .form__container .social_set a.viber {
        background-color: #7B509F; }
    .form__container .social_set a.whatsapp {
      background-color: #55BF63; }
    .form__container .social_set a.facebook {
      background-color: #3283E0; }
    .form__container .social_set a.vkontakte {
      background-color: #00668D; }


/*КРУГОВАЯ АНИМАЯИ*/
@keyframes rot {
  from {transform: rotate(360deg) translate(170px, 0) rotate(-360deg);}
  to {transform: rotate(0deg)translate(170px, 0)rotate(0deg);}
}
@keyframes rot1 {
  from {transform: rotate(360deg)translate(85px, 147px)rotate(-360deg);}
  to {transform: rotate(0deg)translate(85px, 147px)rotate(0deg);}
}
@keyframes rot2 {
  from {transform: rotate(360deg)translate(-85px, 147px)rotate(-360deg);}
  to {transform: rotate(0deg)translate(-85px, 147px)rotate(0deg);}
}
@keyframes rot3 {
  from {transform: rotate(360deg)translate(-170px, 0px)rotate(-360deg);}
  to {transform: rotate(0deg)translate(-170px, 0px)rotate(0deg);}
}
@keyframes rot4 {
  from {transform: rotate(360deg)translate(-85px, -147px)rotate(-360deg);}
  to {transform: rotate(0deg)translate(-85px, -147px)rotate(0deg);}
}
@keyframes rot5 {
  from {transform: rotate(360deg)translate(85px, -147px)rotate(-360deg);}
  to {transform: rotate(0deg)translate(85px, -147px)rotate(0deg);}
}
@keyframes rotm {
from {transform: rotate(360deg) translate(145px, 0) rotate(-360deg);}
to {transform: rotate(0deg)translate(145px, 0)rotate(0deg);}
}
@keyframes rotm1 {
from {transform: rotate(360deg)translate(73px, 126px)rotate(-360deg);}
to {transform: rotate(0deg)translate(73px, 126px)rotate(0deg);}
}
@keyframes rotm2 {
from {transform: rotate(360deg)translate(-73px, 126px)rotate(-360deg);}
to {transform: rotate(0deg)translate(-73px, 126px)rotate(0deg);}
}
@keyframes rotm3 {
from {transform: rotate(360deg)translate(-145px, 0px)rotate(-360deg);}
to {transform: rotate(0deg)translate(-145px, 0px)rotate(0deg);}
}
@keyframes rotm4 {
from {transform: rotate(360deg)translate(-73px, -125px)rotate(-360deg);}
to {transform: rotate(0deg)translate(-73px, -125px)rotate(0deg);}
}
@keyframes rotm5 {
from {transform: rotate(360deg)translate(73px, -125px)rotate(-360deg);}
to {transform: rotate(0deg)translate(73px, -125px)rotate(0deg);}
}
@keyframes pc{
  0%{transform: translateY(-20px);}
  50%{transform: translateY(20px);}
  100%{transform: translateY(-20px);}
}
@keyframes op1{
0%{opacity: 0;}
10%{opacity: 0;}
20%{opacity: 1;}
65%{opacity: 1;}
75%{opacity: 0;}
100%{opacity: 0;}
}
@keyframes op2{
0%{opacity: 0;}
25%{opacity: 0;}
35%{opacity: 1;}
90%{opacity: 1;}
100%{opacity: 0;}
}
@keyframes op3{
0%{opacity: 1;}
10%{opacity: 1;}
20%{opacity: 0;}
40%{opacity: 0;}
50%{opacity: 1;}
100%{opacity: 1;}
}
@keyframes op4{
0%{opacity: 1;}
30%{opacity: 1;}
40%{opacity: 0;}
60%{opacity: 0;}
70%{opacity: 1;}
100%{opacity: 1;}
}
@keyframes op5{
0%{opacity: 1;}
45%{opacity: 1;}
55%{opacity: 0;}
75%{opacity: 0;}
85%{opacity: 1;}
100%{opacity: 1;}
}
@keyframes op6{
0%{opacity: 1;}
65%{opacity: 1;}
75%{opacity: 0;}
90%{opacity: 0;}
100%{opacity: 1;}
}
.form__container {
padding: 1em;
}
input.form__input.form__input_icon.form__input_name {
padding-top: 0.7em;
padding-bottom: 0.7em;
}
input.form__input.form__input_icon.form__input_mail {
padding-top: 0.7em;
padding-bottom: 0.7em;
}
input.form__input.form__input_icon.form__input_password {
padding-top: 0.7em;
padding-bottom: 0.7em;
}
.social__title {
  margin: 1.78em 0 .7em;
  font-size: 1.1em;
  text-transform: none;
}
h3.social__title {
  margin-top: 15px;
}
.container2.cont--mobile{
display: none;
}

.container2{
background: linear-gradient(110deg, rgba(255, 90, 90, 0.2) 5%, transparent);
border-radius: 50%;
width: 280px;
height: 280px;
margin: 20px auto;
margin-bottom: 75px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.container2__anim{ 
animation:rot 24s linear infinite both, op1 24s linear infinite both;
}
.container2__anim1{
animation:rot1 24s linear infinite both, op2 24s linear infinite both;
}
.container2__anim2{
animation:rot2 24s linear infinite both, op3 24s linear infinite both;
}
.container2__anim3{
animation:rot3 24s linear infinite both, op4 24s linear infinite both;
}
.container2__anim4{
animation:rot4 24s linear infinite both, op5 24s linear infinite both;
}
.container2__anim5{
animation:rot5 24s linear infinite both, op6 24s linear infinite both;
}

.anim-el{
position: absolute;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
z-index: 2;
background: #fff;
border: 2px solid #555;
}
.container2 img{
width: 75%;
animation: pc 14s linear infinite both;
}
.anim-el i{
color: #1777f0;
font-size: 26px
}
.button{
padding: 0.8em 2em;
}
.container2{
  display: none;
}
@media (max-width: 980px){
  .container2.cont--mobile{
  display: flex;
  }
}
@media (max-width: 720px){
  .container2.cont--mobile{
  display: flex;
  width: 240px;
  height: 240px;
  }
  .container2{
  display: none;
  }
  .container2__anim{ 
  animation:rotm 24s linear infinite both, op1 24s linear infinite both;
  }
  .container2__anim1{
  animation:rotm1 24s linear infinite both, op2 24s linear infinite both;
  }
  .container2__anim2{
  animation:rotm2 24s linear infinite both, op3 24s linear infinite both;
  }
  .container2__anim3{
  animation:rotm3 24s linear infinite both, op4 24s linear infinite both;
  }
  .container2__anim4{
  animation:rotm4 24s linear infinite both, op5 24s linear infinite both;
  }
  .container2__anim5{
  animation:rotm5 24s linear infinite both, op6 24s linear infinite both;
  }
    .container2__anim{
    animation:rotm 24s linear infinite both, op1 24s linear infinite both;
    }
    .container2__anim1{
    animation:rotm1 24s linear infinite both, op2 24s linear infinite both;
    }
    .container2__anim2{
    animation:rotm2 24s linear infinite both, op3 24s linear infinite both;
    }
    .container2__anim3{
    animation:rotm3 24s linear infinite both, op4 24s linear infinite both;
    }
    .container2__anim4{
    animation:rotm4 24s linear infinite both, op5 24s linear infinite both;
    }
    .container2__anim5{
    animation:rotm5 24s linear infinite both, op6 24s linear infinite both;
    }
  .anim-el {
  width: 50px;
  height: 50px;
  }
  .anim-el i{
  font-size: 20px;
  }
}

.flashing_button {
  /*background-color: #1a4463;*/
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid;
  padding: 6px 10px;
  animation: glowing 2500ms infinite;
}
@keyframes glowing {
  0% { border-color: rgba(255, 255, 255, 0.1); }
  50% { border-color: rgba(255, 255, 255, 1); }
  100% { border-color: rgba(255, 255, 255, 0.1); }
}

.footer__links .flag {
  vertical-align: bottom;
  margin-right: 5px;
}

/* Модалка */
.modal {
  border-radius: 5px;
  background: #fff;
}
.tech_modal {
  max-width: 700px;
  text-align: center;
}
.modal .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
}
.modal .close i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  color: #626262;
}
.modal .modal_title {
  padding: 30px 30px 0;
  margin-bottom: 0;
  display: inline-block;
}
.modal.tech_modal .modal_title.text {
  font-size: 20px;
  line-height: 30px;
}
.modal .modal_body {
  position: relative;
  padding: 30px;
}
.modal .blue_button {
  display: inline-block;
  vertical-align: top;
}
.tech_modal .blue_button {
  margin: 0 5px;
}

.preview-block {
  padding-top: 140px;
}
.preview-block, .video-block, .partners-block, .app-block {
  background: #1976f1;
}
.preview-block-grid__col:nth-child(2) {
  margin-top: 40px;
}
.header .nav .lang {
  display: none;
  margin: 0;
  align-items: center;
  justify-content: center;
}

/****************** Новая кнопка кнопка ******************/
.button_new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 90%;
  font-size: 1.15em;
  padding: 0.8em 2em;
  margin: 10px auto 0;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, from(#168eef), to(#00eaff));
  background: -webkit-linear-gradient(bottom, #168eef, #00eaff);
  background: -o-linear-gradient(bottom, #168eef, #00eaff);
  background: linear-gradient(to top, #168eef, #00eaff);
  cursor: pointer;
  border: none;
  position: relative;
  -webkit-box-shadow: inset 0 -3px 0 0 #257dd0, 0 7px 8px 0 rgba(106, 174, 251, 0.25);
  box-shadow: inset 0 -3px 0 0 #257dd0, 0 7px 8px 0 rgba(106, 174, 251, 0.25);
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.button_new:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
.button_new:after {
  content: "\e901";
  font-family: "icon-font";
  font-size: 0.8em;
  margin-left: 0.7em;
}
.button_new-pulse {
  margin-top: 30px;
  animation: animationpulse 2s infinite;
  -webkit-animation: animationpulse 2s ease-out;
  -webkit-animation-iteration-count: infinite;
}
.button_new-pulse:hover {
  animation: linear;
}
.button_new-shadow {
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.button_new-shadow:hover {
  box-shadow: 1px 1px 15px rgba(0,0,0,0.5) !important;
}
@-webkit-keyframes animationpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 inherit;
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0,0,0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}
@keyframes animationpulse {
  0% {
    transform: scale(1.0, 1.0);
    -moz-box-shadow: 0 0 0 0 #27A5E7;
    box-shadow: 0 0 0 0 #27A5E7;
  }
  10% {
    transform: scale(1.1, 1.1);
  }
  15% {
    transform: scale(1.0, 1.0);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(0,0,0, 0);
    box-shadow: 0 0 0 15px rgba(0,0,0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}
@-ms-keyframes animationpulse {
  0% {
    -ms-transform: scale(1.0, 1.0);
  }
  10% {
    -ms-transform: scale(1.1, 1.1);
  }
  20% {
    -ms-transform: scale(1.0, 1.0);
  }
  100% {
    -ms-transform: scale(1.0, 1.0);
  }
}

.trustpilot__link {
  display: block;
  margin: auto;
  width: 284px;
  margin-top: 20px;
}

.trustpilot-widget {
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  .header, .nav {
    background: #0a62e6;
  }
}

.header_active {
  background: #0a62e6;
}

.map-info li {
  background-color: #00C3FB;
}
.map-info li:hover {
  background-color: #34488D;
}

.statistic-grid__item {
  background: linear-gradient(to top, #08aad8, #00C3FB);
}
.statistic-grid__item:hover {
  border: 2px solid #34488D;
}

.social a {
  color: #0a62e6;
}

.app-slider-block .about-block__img {
  width: 70%;
}

.control_point .holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
}

input[type="checkbox"], input[type="radio"] {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 20px;
  height: 20px;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
}

input[type="checkbox"] + .false_checkbox, input[type="radio"] + .false_radio {
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  background: #f4f3f4;
  display: inline-block;
  box-shadow: 0 1px 2px rgb(0 0 0 / 35%) inset;
  vertical-align: top;
  cursor: pointer;
  margin: 0 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
input[type="checkbox"] + .false_checkbox {
  border-radius: 3px;
}
input[type="checkbox"] + .false_checkbox:after, input[type="radio"] + .false_radio:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: none;
  margin: -4px 0 0 -4px;
  background-color: #0099cc;
  border-radius: 3px;
}
input[type="checkbox"]:checked + .false_checkbox:after, input[type="radio"]:checked + .false_radio:after {
  display: block;
}

.control_point label {
  line-height: 12px;
  font-size: 12px;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: left;
}

.help_icon {
  display: inline-block;
  height: 12px;
  line-height: inherit;
  width: 12px;
  margin-left: 5px;
  font-size: inherit;
  cursor: pointer;
  color: #1777f0;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- POPUP ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.popup {
  position: relative; }
.popup:before {
  display: none;
  position: absolute;
  background: #626262;
  border-radius: 3px;
  height: auto;
  line-height: inherit;
  font-size: inherit;
  padding: 1px 6px 2px;
  bottom: 30px;
  color: #fff;
  max-width: 200px;
  z-index: 5;
  text-transform: none !important;
  text-shadow: 0 0 0 transparent !important;
  content: attr(data-text); }
.popup:after {
  display: none;
  content: "";
  z-index: 5;
  border-top: 6px solid #626262;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 24px; }
.popup.right_pos:before {
  right: -10px; }
.popup.right_pos:after {
  right: 2px; }
.popup.left_pos:before {
  left: -10px; }
.popup.left_pos:after {
  left: 2px; }
.popup.bottom_pos:before {
  bottom: auto;
  top: 30px; }
.popup.bottom_pos:after {
  border-top: 0 none;
  border-bottom: 6px solid #626262;
  bottom: auto;
  top: 24px; }
.popup:hover:before, .popup:hover:after {
  display: block; }

.help_icon.popup:before {
  max-width: 300px;
  width: 280px;
  max-height: 140px;
}

.cookiebanner_container {
  box-sizing: border-box;
  background-color: #3858f5;
  opacity: .9;
  width: 100%;
  padding: 20px 40px;
  position: fixed;
  z-index: 2000;
  bottom: 0px;
}
.cookiebanner_left {
  float: left;
  max-width: 80%;
}
.cookiebanner_right {
  float: right;
}
#cookiebanner_container p {
  font-size: 14px;
  line-height: 1.4;
}
.cookiebanner_header {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.cookiebanner_message {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.cookiebanner_button {
  position: relative;
  overflow: visible;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: none;
  border: 0;
  padding: 0 60px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  margin-top: 0;
  line-height: 45px;
  transition: .2s;
  color: #3858f5;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 720px) {
  .cookiebanner_container {
    padding: 20px;
  }
  .cookiebanner_left, .cookiebanner_right {
    float: none;
  }
  .cookiebanner_container p.cookiebanner_message {
    margin: 0 0 20px 0;
    font-size: 12px;
  }
  .cookiebanner_container a.cookiebanner_button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

.logo__18 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  border: 2px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-weight: bold;
}
