* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
}
.container {
  width: 1340px;
  margin: 0 auto;
}
h1 {
  font-family: 'Arial';
  font-size: 40px;
  color: #084ea3;
  font-weight: 400;
}
h2 {
  font-family: 'Arial';
  font-size: 32px;
  color: #084ea3;
  font-weight: 400;
}
h2 span {
  font-weight: 500;
}
p {
  font-family: 'Arial';
  font-size: 24px;
}
.inner-block {
  background: #f8f8f8;
  padding: 50px 0px 10px 0px;
  min-height: 1630px;
}
.inner-block h1 {
  margin-top: 10px;
  margin-bottom: 7px;
}
.inner-block .container {
  position: relative;
}
ul {
  padding-left: 17px;
}
ol {
  padding-left: 25px;
}
ol li {
  font-family: 'Arial';
  font-size: 24px;
}
.legal-page p,
.legal-page ol li p,
.legal-page ol li,
.legal-page ul li,
.legal-page ul li p {
  font-size: 18px;
}
.footer {
  padding: 30px 0px 40px 0px;
}
.headblock {
  position: relative;
  background: white;
  padding: 30px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.headblock .logo {
  max-width: 290px;
}
.separator-colored {
  background: #606060;
  height: 2px;
  margin: 50px 0px;
}
.separator {
  margin: 40px 0px;
}
.dropdown-menu {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  float: none;
  margin-top: 22px;
}
.dropdown-menu .title {
  margin-top: 0 !important;
}
.dropdown-head {
  border: 1px solid #084ea3;
  background: white;
  position: relative;
  border-radius: 35px;
  cursor: pointer;
  z-index: 1;
  max-height: 50px;
}
.dropdown-head p {
  font-size: 16px;
  vertical-align: middle;
  margin: 11px 25px;
  color: #606060;
  text-align: left;
}
.dropdown-head .arrow {
  width: 40px;
  height: 40px;
  background: #29cfb4;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 3px;
  right: 4px;
}
.dropdown-head .arrow div {
  position: absolute;
  top: 16px;
  left: 14px;
  width: 12.09px;
  height: 7.03px;
  background-image: url('../images/img/arrow.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown-head .languages {
  display: none;
}
#download-btn .dropdown-head .arrow div {
  top: 11px;
  left: 14px;
  width: 12.09px;
  height: 18.03px;
  background-image: url('../images/img/download.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.dropdown-list {
  background: #f2f0f0;
  margin-top: -28px;
}
.dropdown {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: 30px;
}
.dropdown.active .dropdown-head .arrow {
  background: white;
}
.dropdown.active .dropdown-head .arrow div {
  background-image: url('../images/img/arrowh.svg');
}
#download-btn.active .dropdown-head .arrow div {
  background-image: url('../images/img/downloadh.png');
}
.dropdown.active .dropdown-head p {
  color: white;
  text-align: left;
}
.dropdown.active .dropdown-head {
  border: 1px solid white;
  background: rgb(8, 78, 163);
  background: linear-gradient(
    90deg,
    rgba(8, 78, 163, 1) 0%,
    rgba(41, 207, 180, 1) 100%
  );
}
.dropdown-list-block {
  padding-top: 32px;
  padding-bottom: 20px;
}
.dropdown .dropdown-list {
  max-height: 0;
  overflow-x: hidden;
}
.dropdown.opened .dropdown-list {
  max-height: 1714px;
}
.country-block {
  position: relative;
  padding-left: 20px;
  padding: 6px 20px;
  cursor: pointer;
}
.country-block:hover {
  background: rgba(41, 207, 180, 0.2);
}
.country-block.active {
  background: rgba(41, 207, 180, 0.9);
}
.country-block img {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
}
.country-block p {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0px;
  margin-left: 10px;
  font-size: 16px;
  color: #606060;
  text-align: left;
}
.languages {
  margin: 0px -20px;
  max-height: 0;
  overflow: hidden;
  padding-top: 6px;
}
.country-block.w-languages:after {
  content: '';
  position: absolute;
  top: 19px;
  right: 20px;
  width: 12px;
  height: 6px;
  background-image: url('../images/img/language-arrow.png');
  background-size: 12px 6px;
  background-repeat: no-repeat;
}
.country-block.w-languages {
  padding-bottom: 0;
}
.country-block.w-languages.opened:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.country-block.w-languages.opened .languages {
  max-height: 132px;
}
.languages p {
  display: block;
  padding-left: 70px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin: 0;
  background: #f2f0f0;
}
.languages p:hover {
  background: rgba(41, 207, 180, 0.5);
}
.title img {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin-left: 20px;
}
.title p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 16px;
  color: #606060;
  text-align: left;
}
.highcharts-label {
  display: none;
}
.map {
  position: absolute;
  right: 0;
  top: 325px;
}
.blocker {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.footer {
  background: rgb(8, 78, 163);
  background: linear-gradient(
    90deg,
    rgba(8, 78, 163, 1) 0%,
    rgba(41, 207, 180, 1) 100%
  );
}
.footer-logo {
  margin: 0 auto;
}
.footer p {
  font-size: 13px;
  font-weight: 400;
  font-family: 'Arial';
  color: white;
  text-align: center;
}
.footer p a {
  color: white;
}
.footer p a:hover {
  color: white;
  text-decoration: underline;
}
.footer p a:focus {
  color: white;
}
.footer p a:visited {
  color: white;
}
.footer p a:active {
  color: white;
}
.footer p.legal_links {
  font-size: 10px;
}
.tavneos-tooltip {
  position: relative;
  display: inline-block;
}
.tavneos-tooltip .tavneos-tooltiptext {
  visibility: hidden;
  width: 219px;
  background-color: #29cfb4;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 8%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  font-family: 'Arial';
  font-weight: bold;
}
.tavneos-tooltip .tavneos-tooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #29cfb4 transparent transparent transparent;
}
.tavneos-tooltip:hover .tavneos-tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* popup css starts here */
.tavneos.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  transition:500ms all;

}

.tavneos.popup.is-visible {
  opacity: 1;
  visibility: visible;
 transition:1s all;
}

.tavneos .popup-container {
  transform:translateY(-50%);
  transition:500ms all;
  position: relative;
  width: 40%;
  margin: 2em auto;
  top: 40%;
  padding:4rem 1rem;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.tavneos .popup-container button {
    background: #29CFB4;
    border: 1px solid #29CFB4;
    padding: 7px 23px;
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
    margin-top: 12px;
    font-family: 'Arial';
}

.tavneos .popup-container h1 {
    font-size: 25px;
    margin: 0;
    margin-bottom: 12px;
    line-height: 30px;
}

.tavneos .is-visible .popup-container {
  transform:translateY(0);
  transition:500ms all;
}
.tavneos .popup-container h1::after {
    content: "";
    position: relative;
    border-width: 12px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    left: 2px;
    top: 20px;
}
/* popup css ends here */
/*mobile tooltip  css*/
@media (min-width: 1200px) {
  .mobile-tooltip {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .mobile-tooltip {
    width: 300px;
    background-color: #29cfb4;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    font-family: 'Arial';
    font-weight: bold;
    display: none;
    margin-top: 42px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-tooltip p {
    font-size: 14px;
    line-height: 1.6;
  }

  .mobile-tooltip:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #29cfb4 transparent transparent transparent;
    transform: rotate(180deg);
  }
}
@media (max-width: 991px) {
  .tavneos .popup-container {
    width: 90%;
    top: 30%;
  }
  .tavneos .popup-container h1 {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .mobile-tooltip {
    margin-left: 0;
    margin-right: 0;
  }
}
