/**{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/
h1,
h2,
h3 {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-family: inherit;
}
div,
section {
  position: relative;
}
@font-face {
  font-family: "AGAvalancheC";
  src: url("../fonts/AGAvalancheC-Bold.eot");
  src: url("../fonts/AGAvalancheC-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AGAvalancheC-Bold.woff2") format("woff2"),
    url("../fonts/AGAvalancheC-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "AGAvalancheC";
  src: url("../fonts/AGAvalancheC.eot");
  src: url("../fonts/AGAvalancheC.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AGAvalancheC.woff2") format("woff2"),
    url("../fonts/AGAvalancheC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PF DinText Pro";
  src: url("../fonts/PFDinTextPro-Medium.eot");
  src: url("../fonts/PFDinTextPro-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PFDinTextPro-Medium.woff2") format("woff2"),
    url("../fonts/PFDinTextPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PF DinText Pro";
  src: url("../fonts/PFDinTextPro-Thin.eot");
  src: url("../fonts/PFDinTextPro-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PFDinTextPro-Thin.woff2") format("woff2"),
    url("../fonts/PFDinTextPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PF DinText Pro";
  src: url("../fonts/PFDinTextPro-Regular.eot");
  src: url("../fonts/PFDinTextPro-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/PFDinTextPro-Regular.woff2") format("woff2"),
    url("../fonts/PFDinTextPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PF DinText Pro";
  src: url("../fonts/PFDinTextPro-Bold.eot");
  src: url("../fonts/PFDinTextPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PFDinTextPro-Bold.woff2") format("woff2"),
    url("../fonts/PFDinTextPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.fw900 {
  font-weight: 700;
}
.disable-selection {
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.invisible {
  visibility: hidden;
  opacity: 0;
}
body {
  font-family: "AGAvalancheC";
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
table,
th,
td {
  border-collapse: collapse;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.hide_overflow {
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap;
}
.flex-break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}
.wrap {
  overflow: hidden;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-grid {
  display: grid !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  position: relative;
}
.container.small {
  max-width: 980px;
}
.page_tag {
  position: fixed;
  visibility: hidden;
  top: -1000px;
  left: 0;
}
main {
  position: relative;
  z-index: 1;
}
nav {
  position: fixed;
  width: calc(100% - 200px);
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 3.29px 2.19px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3.29px 2.19px rgba(0, 0, 0, 0.25);
  z-index: 2;
  background: #fff;
  padding-left: 200px;
  padding-right: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav_menu_btn {
  display: none;
}
.main_logo {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-57%);
          transform: translateY(-57%);
}
.nav_grid {
  display: inline-block;
  white-space: nowrap;
  left: calc(100% - 50px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.nav_item,
.lang_selector_holder {
  display: inline-block;
  padding: 20px 25px;
  font-size: 15px;
  color: #004289;
  cursor: pointer;
  margin: 0 -2.5px;
}
.lang_selector_holder_mobile {
  display: none;
}
.nav_item:hover,
.nav_item.active {
  background: #82bb31;
  color: #fff;
}
.lang_selector_holder {
  padding-top: 0;
  padding-bottom: 0;
}
.lang_selector {
  background: #004289;
  color: #fff;
  border-radius: 30px;
  height: 30px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang_selector_btn {
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  top: 0;
  background: #82bb31;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lang_selector_btn.active {
  left: 50%;
}
.footer_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #004289;
}
.footer_logo {
  width: 220px;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
.footer_center {
  justify-self: center;
  font-size: 14px;
}
.footer_right {
  justify-self: end;
  text-align: right;
  font-size: 11px;
}
.footer_bottom {
  font-family: "PF DinText Pro";
  font-weight: 300;
  padding: 50px;
  font-size: 9px;
}
.send_btn {
  display: inline-block;
  padding: 0.3em 1.2em 0.4em;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(-0.01%, #264998),
    color-stop(17.65%, #24509f),
    color-stop(43.99%, #1e65b1),
    color-stop(75.56%, #1586d0),
    to(#0ca4ec)
  );
  background: linear-gradient(
    0deg,
    #264998 -0.01%,
    #24509f 17.65%,
    #1e65b1 43.99%,
    #1586d0 75.56%,
    #0ca4ec 100%
  );
  cursor: pointer;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  border-radius: 7px;
  overflow: hidden;
  -webkit-filter: drop-shadow(7.77px 7.77px 5.44px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(7.77px 7.77px 5.44px rgba(0, 0, 0, 0.35));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.send_btn:hover {
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(31.87%, #82bb31),
    color-stop(43.23%, #7bb931),
    color-stop(60.15%, #66b430),
    color-stop(80.46%, #45ab2f),
    color-stop(100.01%, #1fa12e)
  );
  background: linear-gradient(
    180deg,
    #82bb31 31.87%,
    #7bb931 43.23%,
    #66b430 60.15%,
    #45ab2f 80.46%,
    #1fa12e 100.01%
  );
}
.buy_btn {
  display: inline-block;
  padding: 0.3em 0.5em 0.4em;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(-0.01%, #264998),
    color-stop(17.65%, #24509f),
    color-stop(43.99%, #1e65b1),
    color-stop(75.56%, #1586d0),
    to(#0ca4ec)
  );
  background: linear-gradient(
    0deg,
    #264998 -0.01%,
    #24509f 17.65%,
    #1e65b1 43.99%,
    #1586d0 75.56%,
    #0ca4ec 100%
  );
  cursor: pointer;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  border-radius: 7px;
  overflow: hidden;
  padding-right: 3.5em;
  -webkit-filter: drop-shadow(7.77px 7.77px 5.44px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(7.77px 7.77px 5.44px rgba(0, 0, 0, 0.35));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.buy_btn:before,
.send_btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45%;
  background: -webkit-gradient(
    linear,
    right top, left top,
    color-stop(-4.17%, #ff5b3f),
    color-stop(33.76%, #fd5a3f),
    color-stop(47.44%, #f6583d),
    color-stop(57.18%, #eb543a),
    color-stop(65.06%, #da4e36),
    color-stop(71.81%, #c44630),
    color-stop(77.78%, #a83c2a),
    color-stop(83.19%, #883122),
    color-stop(88.16%, #622318),
    color-stop(92.78%, #37140e),
    color-stop(96.88%, #090302),
    color-stop(97.64%, #000000)
  );
  background: linear-gradient(
    270deg,
    #ff5b3f -4.17%,
    #fd5a3f 33.76%,
    #f6583d 47.44%,
    #eb543a 57.18%,
    #da4e36 65.06%,
    #c44630 71.81%,
    #a83c2a 77.78%,
    #883122 83.19%,
    #622318 88.16%,
    #37140e 92.78%,
    #090302 96.88%,
    #000000 97.64%
  );
  mix-blend-mode: color-dodge;
  opacity: 0.28;
  z-index: 10;
}
.buy_btn:hover {
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(31.87%, #82bb31),
    color-stop(43.23%, #7bb931),
    color-stop(60.15%, #66b430),
    color-stop(80.46%, #45ab2f),
    color-stop(100.01%, #1fa12e)
  );
  background: linear-gradient(
    180deg,
    #82bb31 31.87%,
    #7bb931 43.23%,
    #66b430 60.15%,
    #45ab2f 80.46%,
    #1fa12e 100.01%
  );
}
.buy_btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: skewX(10deg) translate(-50%, -50%);
          transform: skewX(10deg) translate(-50%, -50%);
  width: 40%;
}
.buy_btn > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(31.87%, #82bb31),
    color-stop(43.23%, #7bb931),
    color-stop(60.15%, #66b430),
    color-stop(80.46%, #45ab2f),
    color-stop(100.01%, #1fa12e)
  );
  background: linear-gradient(
    180deg,
    #82bb31 31.87%,
    #7bb931 43.23%,
    #66b430 60.15%,
    #45ab2f 80.46%,
    #1fa12e 100.01%
  );
  height: 100%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.buy_btn > span:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 0.2em;
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(#f0f5f7),
    color-stop(24.11%, #ecf2f4),
    color-stop(46.15%, #e1e9eb),
    color-stop(67.38%, #cfd9dd),
    color-stop(88%, #b5c3c9),
    color-stop(100.01%, #a2b3ba)
  );
  background: linear-gradient(
    180deg,
    #f0f5f7 0%,
    #ecf2f4 24.11%,
    #e1e9eb 46.15%,
    #cfd9dd 67.38%,
    #b5c3c9 88%,
    #a2b3ba 100.01%
  );
}
@media all and (max-width: 1400px) {
}
@media all and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .nav_item {
    display: inline-block;
    padding: 20px 15px;
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .container,
  .container.small {
    max-width: 720px;
  }
  nav {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .main_logo {
    left: 50%;
    -webkit-transform: translate(-50%, -57%);
            transform: translate(-50%, -57%);
  }
  .nav_grid {
    position: absolute;
    right: 0;
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    left: unset;
    top: 50px;
    width: 300px;
    display: grid;
    grid-template-columns: 1fr;
    background: #fff;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .nav_grid > :first-child > div {
    -webkit-box-shadow: inset 0px 3.29px 2.19px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0px 3.29px 2.19px rgba(0, 0, 0, 0.25);
  }
  .nav_menu_btn.active ~ .nav_grid {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .nav_item {
    display: block;
  }

  .lang_selector_holder_mobile {
    display: block;
  }
  .lang_selector_holder_d {
    display: none;
  }
  .nav_menu_btn {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 20px;
  }
  .nav_menu_btn > span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border: solid #004289 1px;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition: top 0.3s 0.1s, opacity 0.1s 0.2s, -webkit-transform 0.2s;
    transition: top 0.3s 0.1s, opacity 0.1s 0.2s, -webkit-transform 0.2s;
    transition: top 0.3s 0.1s, transform 0.2s, opacity 0.1s 0.2s;
    transition: top 0.3s 0.1s, transform 0.2s, opacity 0.1s 0.2s, -webkit-transform 0.2s;
  }
  .nav_menu_btn.active > span {
    -webkit-transition: top 0.2s, opacity 0.1s 0.1s, -webkit-transform 0.2s 0.1s;
    transition: top 0.2s, opacity 0.1s 0.1s, -webkit-transform 0.2s 0.1s;
    transition: top 0.2s, transform 0.2s 0.1s, opacity 0.1s 0.1s;
    transition: top 0.2s, transform 0.2s 0.1s, opacity 0.1s 0.1s, -webkit-transform 0.2s 0.1s;
  }
  .nav_menu_btn > span:nth-child(2) {
    top: 33.3333%;
  }
  .nav_menu_btn > span:nth-child(3) {
    top: 66.66666%;
  }
  .nav_menu_btn > span:nth-child(4) {
    top: 100%;
  }

  .nav_menu_btn.active > span:nth-child(2),
  .nav_menu_btn.active > span:nth-child(3) {
    top: 50%;
    opacity: 0;
  }
  .nav_menu_btn.active > span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav_menu_btn.active > span:nth-child(4) {
    top: 50%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

  .lang_selector_holder {
    font-size: 12px;
  }
  .lang_selector {
    height: 25px;
    width: 50px;
  }
  .lang_selector_btn {
    height: 25px;
    width: 25px;
  }
}
@media all and (max-width: 767px) {
  .container {
    max-width: 540px;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }

  .buy_btn {
    font-size: 22px;
  }
  .footer_grid {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_right {
    grid-area: 1 / 3 / 3 / 2;
    align-self: center;
    font-size: 9px;
  }
  .footer_logo {
    width: 160px;
  }
  .footer_center {
    font-size: 9px;
    justify-self: start;
  }
  .footer_bottom {
    padding: 15px;
    font-size: 7px;
  }
}
@media all and (max-width: 850px) and (orientation: landscape) {
}
