nav#main_menu_first {
  display: block;
  width: 100%;
  height: 120px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  nav#main_menu_first {
    display: none;
  }
}

nav#main_menu_first .logo {
  display: block;
  margin: 40px 50px 19px 0;
  width: 180px;
  height: 41px;
  float: left;
}

nav#main_menu_first .logo img {
  display: block;
  width: 70%;
  height: auto;
  margin-top: -12px;

}

@media (max-width: 1599px) {
  nav#main_menu_first .logo {
    margin: 40px 80px 19px 0;
  }
}

@media (max-width: 1199px) {
  nav#main_menu_first .logo {
    margin: 30px 0px 15px 15px;
  }
}

@media (max-width: 991px) {
  nav#main_menu_first .logo {
    margin: 30px 15px 15px 15px;
  }
}

nav#main_menu_first .menu-menu-glowne-container {
  display: block;
  float: left;
  width: auto;
  height: 120px;
}

@media (max-width: 1199px) {
  nav#main_menu_first .menu-menu-glowne-container {
    height: 86px;
  }
}

nav#main_menu_first .menu-menu-glowne-container ul {
  display: block;
  width: auto;
  height: 100%;
  padding: 40px 0 0 0;
}

@media (max-width: 1199px) {
  nav#main_menu_first .menu-menu-glowne-container ul {
    padding: 30px 0 0 0;
  }
}

nav#main_menu_first .menu-menu-glowne-container ul li {
  display: block;
  float: left;
  margin: 0 32px 0 0;
}

@media (max-width: 1199px) {
  nav#main_menu_first .menu-menu-glowne-container ul li {
    margin: 0 16px 0 0;
  }
}

nav#main_menu_first .menu-menu-glowne-container ul li:last-child {
  margin: 0;
}

nav#main_menu_first .menu-menu-glowne-container ul li a {
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  color: #ffffff;
  line-height: 45px;
  padding: 13px 14px 13px 14px;
}

nav#main_menu_first .menu-menu-glowne-container ul li a:hover {
  color: #FFD800;
  background-color: #282828;
}

nav#main_menu_first .menu-menu-glowne-container ul li.active a {
  color: #FFD800;
  background-color: #282828;
}

nav#main_menu_first .button-region {
  display: block;
  font-family: 'Overpass', sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin: 40px 20px 20px 20px;
  text-align: center;
  float: right;
  width: 40px;
  cursor: pointer;
}

@media (max-width: 1599px) {
  nav#main_menu_first .button-region {
    margin: 40px 0 20px 10px;
  }
}

@media (max-width: 1199px) {
  nav#main_menu_first .button-region {
    margin: 30px 20px 16px 0;
  }
}

nav#main_menu_first .button-region img {
  width: 40px;
}

nav#main_menu_first .button-login {
  display: block;
  font-family: 'Overpass', sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  text-align: center;
  float: right;
  margin: 40px 0 20px 0;
  width: 130px;
  height: 40px;
  background-color: #ffffff;
  line-height: 45px;
  color: #1e1e1e;
}

nav#main_menu_first .button-login:hover {
  background-color: #d7d7d7;
  color: #1e1e1e;
}

@media (max-width: 1599px) {
  nav#main_menu_first .button-login {
    margin: 40px 0 20px 20px;
  }
}

@media (max-width: 1199px) {
  nav#main_menu_first .button-login {
    margin: 30px 0 16px 0;
  }
}

#region_language_modal {
  color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .5);
  z-index: 9999
}

#region_language_modal .modal-body {
  margin: 0;
  padding: 0
}

.region-select-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 12px;
  color: #000;
  background-color: #FFD800;
  font-size: 18px;
  font-weight: 700;
}

.region-select-text {
  width: 100%;
  padding: 10px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.region-select-country {
  display: flex;
  align-items: center
}

.region-select-country-icon {
  margin: 10px 0;
  width: 80px;
  color: #000;
  font-size: 11px;
  text-align: center
}

.region-select-country-icon>img {
  width: 70px
}

.region-select-lang {
  display: flex;
  align-items: center
}

.region-select-lang>a {
  margin: 0 20px;
  color: #000;
  font-weight: 700;
}

.region-select-lang>a.active {
  color: #FFD800;
  font-weight: 900;
}

.region-select-dash {
  height: 30px;
  border-left: 1.8px dashed #000
}

.region-select-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 45px;
  height: 45px;
  border-radius: 40px;
  background-color: #fff;
  cursor: pointer
}

.region-select-close>i {
  color: #1e1e1e;
  font-size: 26px;
  position: relative;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  height: inherit
}

nav#main_menu_second {
  display: block;
  width: 100%;
  height: 80px;
  float: left;
  background-color: rgba(20, 20, 20, 0.85);
  overflow: hidden;
  position: fixed;
  top: -100vh;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: 9;
}

@media (max-width: 991px) {
  nav#main_menu_second {
    display: none;
  }
}

nav#main_menu_second.active {
  opacity: 1;
  top: 0;
}

nav#main_menu_second .logo {
  display: block;
  margin: 22px 130px 21px 100px;
  width: 160px;
  height: 37px;
  float: left;
}

@media (max-width: 1599px) {
  nav#main_menu_second .logo {
    margin: 22px 130px 21px 0;
  }
}

@media (max-width: 1199px) {
  nav#main_menu_second .logo {
    margin: 22px 30px 21px 0;
  }
}

nav#main_menu_second .logo img {
  display: block;
  width: 70%;
  margin-top: -12px;
  height: auto;
}

nav#main_menu_second .menu-menu-glowne-container {
  display: block;
  float: left;
  width: auto;
  height: 80px;
}

nav#main_menu_second .menu-menu-glowne-container ul {
  display: block;
  width: auto;
  height: 100%;
  padding: 17.5px 0 17.5px 0;
}

nav#main_menu_second .menu-menu-glowne-container ul li {
  display: block;
  float: left;
  margin: 0 32px 0 0;
}

@media (max-width: 1199px) {
  nav#main_menu_second .menu-menu-glowne-container ul li {
    margin: 0 0 0 0;
  }
}

nav#main_menu_second .menu-menu-glowne-container ul li:last-child {
  margin: 0;
}

nav#main_menu_second .menu-menu-glowne-container ul li a {
  font-family: 'Overpass', sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  color: #ffffff;
  line-height: 45px;
  padding: 13px 14px 13px 14px;
}

nav#main_menu_second .menu-menu-glowne-container ul li a:hover {
  color: #ffffff;
  background-color: #282828;
}

nav#main_menu_second .menu-menu-glowne-container ul li.active a {
  color: #ffffff;
  background-color: #282828;
}

nav#main_menu_second .button-login {
  display: block;
  font-family: 'Overpass', sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  float: right;
  margin: 20px 130px 20px 10px;
  width: 130px;
  height: 40px;
  background-color: #FFD800;
  line-height: 45px;
  color: #1e1e1e;
}

@media (max-width: 1599px) {
  nav#main_menu_second .button-login {
    margin: 20px 0 20px 10px;
  }
}

nav#main_menu_second .button-login:hover {
  background-color: #d7d7d7;
  color: #1e1e1e;
}

nav#main_menu_second .button-register {
  display: block;
  font-family: 'Overpass', sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  text-align: center;
  float: right;
  margin: 20px 0 20px 0;
  width: 130px;
  height: 40px;
  background-color: #ffffff;
  line-height: 45px;
  color: #1e1e1e;
}

nav#main_menu_second .button-register:hover {
  background-color: #FFD800;
  color: #1e1e1e;
}

nav.mobile.dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  nav.mobile.dropdown {
    display: block;
  }
}

nav.mobile.dropdown .container {
  overflow: hidden;
}

nav.mobile.dropdown .logo {
  display: inline-block;
  margin: 22px 0 12px 0;
  width: 133px;
  height: 55px;
  position: relative;
}

nav.mobile.dropdown .logo img {
  width: 80%;
  height: auto;
  position: absolute;
  z-index: 8;
  margin-top: -8px;

}

nav.mobile.dropdown button {
  display: inline-block;
  float: right;
  width: 27px;
  height: 24px;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
  margin: 44px 0 0 0;
  z-index: 9;
  position: absolute;
  right: 15px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media (max-width: 767px) {
  nav.mobile.dropdown button {
    margin: 33px 0 0 0;
  }
}

nav.mobile.dropdown button span {
  display: block;
  float: right;
  width: 22.5px;
  height: 4px;
  background-color: #ffffff;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
}

nav.mobile.dropdown button span.shorter {
  margin: 4px 0;
  width: 27px;
  background-color: #ffffff;
}

nav.mobile.dropdown button.active {
  left: calc(15% + 20px);
  right: auto;
  z-index: 11;
  position: fixed;
}

@media (max-width: 767px) {
  nav.mobile.dropdown button.active {
    margin: 40px 0 0 0;
  }
}

nav.mobile.dropdown button.active span {
  float: left;
}

nav.mobile.dropdown .menu_shadow {
  position: fixed;
  background-color: #1e1e1e;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  right: -100vw;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

nav.mobile.dropdown .menu_shadow.active {
  display: block;
  opacity: 0.7;
  right: 0;
  z-index: 2;
}

nav.mobile.dropdown #myDropdown {
  right: -100vw;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: block;
  width: 85%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  opacity: 0;
  background-color: #1e1e1e;
}

@media (min-width: 768px) and (max-width: 991px) {
  nav.mobile.dropdown #myDropdown {
    width: 85%;
    height: 100%;
  }
}

nav.mobile.dropdown #myDropdown.full {
  right: 0;
  opacity: 1;
}

nav.mobile.dropdown #myDropdown.full .button-login {
  display: block;
}

nav.mobile.dropdown #myDropdown.full .email {
  display: block;
  color: #ffffff;
  float: right;
  margin: 0 20px 20px 0;
  font-size: 14px;
  display: inline-block;
  position: relative;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
}

nav.mobile.dropdown #myDropdown.full .email:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

nav.mobile.dropdown #myDropdown ul {
  display: block;
  text-align: right;
  margin: 140px 15px 100px 15px;
}

nav.mobile.dropdown #myDropdown ul li {
  position: relative;
  margin: 0 0 25px 0;
}

@media (max-width: 991px) {
  nav.mobile.dropdown #myDropdown ul li {
    font-size: 200%;
  }
}

@media (max-width: 767px) {
  nav.mobile.dropdown #myDropdown ul li {
    font-size: 150%;
  }
}

@media (max-width: 440px) {
  nav.mobile.dropdown #myDropdown ul li {
    font-size: 100%;
  }
}

nav.mobile.dropdown #myDropdown ul li a {
  display: block;
  width: 100%;
  line-height: 1em;
  font-size: 1.9em;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  color: #ffffff;
}

nav.mobile.dropdown .email {
  display: none;
}

nav.mobile.dropdown .button-region {
  display: flex;
  align-items: center;
  font-family: 'Overpass', sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  z-index: 9;
  position: absolute;
  top: 40px;
  right: 160px;
  cursor: pointer;
}

nav.mobile.dropdown .button-region img {
  width: 30px;
}

nav.mobile.dropdown .button-login {
  display: block;
  font-family: 'Overpass', sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  text-align: center;
  float: right;
  margin: 25px 0 15px 0;
  width: 130px;
  height: 40px;
  background-color: #ffffff;
  line-height: 45px;
  color: #1e1e1e;
  z-index: 9;
  position: absolute;
  right: 72px;
  top: 0;
}

nav.mobile.dropdown .button-login.tablet {
  display: block;
  width: 122px;
  height: 50px;
  line-height: 55px;
  font-size: 16px;
  top: 30px;
  right: 70px;
  margin: 0;
}

@media (max-width: 767px) {
  nav.mobile.dropdown .button-login.tablet {
    display: none;
  }
}

nav.mobile.dropdown .button-login:hover {
  background-color: #d7d7d7;
  color: #1e1e1e;
}

@media (max-width: 991px) {
  nav.mobile.dropdown .button-login {
    display: none;
    width: 122px;
    height: 50px;
    line-height: 55px;
    font-size: 16px;
    top: 30px;
    right: 20px;
    margin: 0;
  }
}

nav#mobile-second {
  display: block;
  float: left;
  overflow-x: hidden;
  width: 100%;
  height: 80px;
  background-color: rgba(35, 35, 35, 0.8);
  position: fixed;
  top: -100vh;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: 9;
}

@media (min-width: 991px) {
  nav#mobile-second {
    display: none;
  }
}

@media (max-width: 767px) {
  nav#mobile-second {
    height: 50px;
  }
}

nav#mobile-second .menu_shadow2 {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  right: -100vw;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

nav#mobile-second .menu_shadow2.active {
  display: block;
  opacity: 0.7;
  right: 0;
}

nav#mobile-second.active {
  opacity: 1;
  top: 0;
  z-index: 13;
  overflow: hidden;
}

nav#mobile-second.fullgosciu {
  height: 100%;
}

@media (max-width: 767px) {
  nav#mobile-second .logo {
    width: 96px;
    height: 22px;
    margin: 14px 0 14px 0;
  }
}

nav#mobile-second .dropbtn.second {
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: fixed;
  margin: 33px 0 0 0;
}

@media (max-width: 767px) {
  nav#mobile-second .dropbtn.second {
    margin: 14px 0 0 0;
  }
}

nav#mobile-second .dropbtn.second.active {
  z-index: 11;
  right: 212px;
  margin: 33px 0 0 0;
}

@media (max-width: 767px) {
  nav#mobile-second .dropbtn.second.active {
    margin: 40px 0 0 0;
  }
}

nav#mobile-second .dropbtn.second.active span {
  float: left;
}

nav#mobile-second #myDropdown.dropdown-content2 {
  position: fixed;
  background-color: #1e1e1e;
  top: 0;
}

nav#mobile-second #myDropdown.dropdown-content2.full .button-login {
  display: block;
  height: 50px;
  line-height: 55px;
  width: 122px;
}

nav#mobile-second #myDropdown.dropdown-content2.full .button-register {
  display: block;
  width: 122px;
  height: 50px;
  line-height: 55px;
  font-size: 16px;
  top: 95px;
  right: 20px;
  margin: 0;
}

nav#mobile-second #myDropdown.dropdown-content2 .button-login {
  display: block;
  font-family: 'Overpass', sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  text-align: center;
  float: right;
  margin: 25px 0 15px 0;
  width: 130px;
  height: 40px;
  background-color: #ffffff;
  line-height: 45px;
  color: #1e1e1e;
  z-index: 9;
  position: absolute;
  right: 20px;
  top: 0;
}

nav#mobile-second #myDropdown.dropdown-content2 .button-login:hover {
  background-color: #d7d7d7;
  color: #1e1e1e;
}

@media (max-width: 767px) {
  nav#mobile-second #myDropdown.dropdown-content2 .button-login {
    display: none;
    width: 122px;
    height: 50px;
    line-height: 55px;
    font-size: 16px;
    top: 30px;
    right: 20px;
    margin: 0;
  }
}

nav#mobile-second #myDropdown.dropdown-content2 .button-register {
  display: block;
  font-family: 'Overpass', sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
  float: right;
  font-size: 16px;
  right: 217px;
  top: 25px;
  position: absolute;
  width: 130px;
  height: 40px;
  background-color: #ffd800;
  line-height: 45px;
  color: #1e1e1e;
}

nav#mobile-second #myDropdown.dropdown-content2 .button-register:hover {
  background-color: #FFD800;
  color: #1e1e1e;
}

@media (max-width: 767px) {
  nav#mobile-second #myDropdown.dropdown-content2 .button-register {
    display: none;
  }
}

#contact {
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#contact.show {
  display: block;
  opacity: 1;
}

#contact .contact-box {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
  background: rgba(28, 28, 28, 0.9);
  top: 0;
  bottom: 0;
  height: 100%;
}

@media screen and (max-width: 767px),
screen and (max-height: 848px) {
  #contact .contact-box {
    max-height: 100vh;
    overflow-y: scroll;
  }
}

#contact .contact-box .form {
  border: solid 1px #333333;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  width: 100%;
  padding: 70px 100px 35px 100px;
  max-width: 490px;
  background-color: #1e1e1e;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 50px auto;
  text-align: center;
}

@media (max-width: 767px) {
  #contact .contact-box .form {
    padding: 70px 30px 35px 30px;
    width: 100%;
    top: 0;
    transform: none;
    position: absolute;
    left: 0;
    right: 0;
  }
}

#contact .contact-box .form .form_close {
  position: absolute;
  cursor: pointer;
  z-index: 9999;
  top: 10px;
  right: 10px;
  margin: auto;
  width: 35px;
  height: 35px;
  border: solid 3px #ed1840;
  border-radius: 17.5px 17.5px 17.5px;
  -webkit-border-radius: 17.5px 17.5px 17.5px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media (max-width: 767px) {
  #contact .contact-box .form .form_close {
    right: 10px;
  }
}

#contact .contact-box .form .form_close:hover {
  background: #ed1840;
}

#contact .contact-box .form .form_close:hover span {
  background-color: #ffffff;
}

#contact .contact-box .form .form_close:after {
  display: none;
}

#contact .contact-box .form .form_close span {
  position: absolute;
  display: block;
  width: 17px;
  height: 3px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  background-color: #ed1840;
  top: 13px;
  left: 6px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form .form_close span.first {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contact .contact-box .form .form_close span.second {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#contact .contact-box .form h2 {
  color: #ffffff;
  font-family: 'Overpass', sans-serif;
  font-size: 40px;
  margin: 0 0 40px 0;
  text-align: left;
}

#contact .contact-box .form h2 strong {
  color: #ffffff;
}

#contact .contact-box .form p {
  color: #ffffff;
}

#contact .contact-box .form a {
  display: inline-block;
  color: #ffffff;
  position: relative;
  font-family: 'Overpass', sans-serif;
  font-size: 14px;
}

#contact .contact-box .form a:hover:after {
  opacity: 0;
}

#contact .contact-box .form a:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form input,
#contact .contact-box .form select,
#contact .contact-box .form textarea {
  background: #1c1c1c;
  border: solid 1px #333333;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  margin: 0 0 19px 0;
  width: 100%;
  height: 50px;
  font-family: 'Overpass', sans-serif;
  font-size: 16px;
  color: #cdcdcd;
  padding: 0 0 0 45px;
  resize: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form input::-webkit-input-placeholder,
#contact .contact-box .form textarea::-webkit-input-placeholder {
  font-family: 'Overpass', sans-serif;
  color: #cdcdcd;
  font-size: 16px;
}

#contact .contact-box .form input::-moz-placeholder,
#contact .contact-box .form textarea::-moz-placeholder {
  font-family: 'Overpass', sans-serif;
  color: #cdcdcd;
  font-size: 16px;
}

#contact .contact-box .form input:-ms-input-placeholder,
#contact .contact-box .form textarea:-ms-input-placeholder {
  font-family: 'Overpass', sans-serif;
  color: #cdcdcd;
  font-size: 16px;
}

#contact .contact-box .form input:focus,
#contact .contact-box .form textarea:focus {
  color: #ffffff;
  border-color: #ffffff;
}
#contact .contact-box .form input[name=source]:focus,
#contact .contact-box .form input[name=website_url]:focus {
  margin-bottom: 80px;
}

#contact .contact-box .form :focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form :focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form :focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form :focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#contact .contact-box .form textarea {
  height: 168px;
  padding: 19px 19px 19px 19px;
  line-height: 20px;
}

#contact .contact-box .form #fr_username input {
  /* background-image: url('../images/form_name.svg'); */
  background-size: 11px 15px;
  background-position: 18px center;
  background-repeat: no-repeat;
  padding: 4px 0 0 25px;
}

#contact .contact-box .form #fr_username input.error {
  /* background-image: url('../images/form_name_red.svg'); */
}

@media (max-width: 767px) {
  #contact .contact-box .form #fr_username label {
    top: 31px !important;
  }
}

#contact .contact-box .form #fr_username label:before,
#contact .contact-box .form #fr_email label:before,
#contact .contact-box .form #fr_contact_no label:before,
#contact .contact-box .form #fr_country label:before,
#contact .contact-box .form #fr_source label:before,
#contact .contact-box .form #fr_website_url label:before {
  top: 17px !important;
}

#contact .contact-box .form #fr_email input {
  /* background-image: url('../images/form_mail.svg'); */
  background-size: 15px 10px;
  background-position: 18px center;
  background-repeat: no-repeat;
  padding: 4px 0 0 25px;
}

#contact .contact-box .form #fr_email input.error {
  /* background-image: url('../images/form_mail_red.svg'); */
}

#contact .contact-box .form #fr_email label:before {
  top: 17px !important;
}

#contact .contact-box .form .wpcf7-form-control-wrap input,
#contact .contact-box .form .wpcf7-form-control-wrap select {
  padding: 4px 0 0 25px;
}

.multiSelect.active select {
  margin: 0 !important;
}
.multiSelect .selectCover {
  position: absolute;
  top: -18px;
  width: 200%;
  height: 50px;
}
@media (max-width: 767px) {
}
.multiSelect .checkboxDiv {
  display: none;
  color: #cdcdcd;
  border: solid 1px #333333;
}
.multiSelect .checkboxDiv label {
  display: block;
  position: relative;
  margin: 10px 0 10px 0;
  padding-left: 50px;
  width: 60%;
  text-align: left;
}
.multiSelect .checkboxDiv input[type="checkbox"] {
  position: absolute;
  left: 10%;
  margin: 0 !important;
  width: 20px !important;
  height: 16px !important;
}
.multiSelect.active .error {
  right: -334px !important;
}

#contact .contact-box .form .stat-text-div {
  display: none;
  position: absolute;
  top: 50px;
}

#contact .contact-box .form .wpcf7-form-control-wrap input:focus+.stat-text-div {
  display: block;
}

#contact .contact-box .form .stat-text-div .triangle-border {
  background: #fff;
  padding: 0.5rem 0.16rem;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, .3);
  position: relative;
  border-radius: 0.5rem;
  color: #0f161f;
  z-index: 2;
}

#contact .contact-box .form .stat-text-div .triangle-border .triangle {
  position: absolute;
  top: -0.8rem;
  left: 2rem;
  width: 40px;
  height: 15px;
  overflow: hidden;
}

#contact .contact-box .form .stat-text-div .triangle-border .triangle::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 100%;
  transform: translate(0, -50%) rotate(45deg);
  background: #fff;
  box-shadow: 0 0.01rem 0.06rem rgba(0, 0, 0, .3);
}

#contact .contact-box .form .stat-text-div .triangle-border span {
  word-wrap: break-word;
}

#contact .contact-box .form input.wpcf7-submit {
  background-color: #ffffff;
  /* background-image: url('../images/submit-arrow.svg'); */
  background-size: 11px 11px;
  background-position: calc(50% + 50px) center;
  background-repeat: no-repeat;
  padding: 0;
  border: 0;
  cursor: pointer;
  color: #1e1e1e;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Overpass', sans-serif;
  font-size: 18px;
  line-height: 55px;
  height: 50px;
  position: relative;
}

#contact .contact-box .form input.wpcf7-submit:hover {
  background-color: #ffffff;
}

#contact .contact-box .form input.error,
#contact .contact-box .form select.error,
#contact .contact-box .form textarea.error {
  border-color: #ed1840;
}

#contact .contact-box .form .wpcf7-form label.error {
  width: 180px;
  height: auto;
  background-color: #ed1840;
  color: #ffffff;
  top: -18px;
  right: -190px;
  display: block;
  position: absolute;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  font-family: 'Overpass', sans-serif;
  line-height: 16px;
  font-size: 14px;
  padding: 10px;
}
#contact .contact-box .form .wpcf7-form label#username-error {
  right: -478px;
}

#contact .contact-box .form .wpcf7-form label.error:before {
  left: -340px;
  top: -40px;
  content: '!';
  width: 20px;
  height: 20px;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  background-color: #ed1840;
  position: absolute;
}

@media (max-width: 767px) {
  #contact .contact-box .form .wpcf7-form label.error:before {
    display: none;
  }
  #contact .contact-box .form .wpcf7-form label#username-error {
    width: 90vw;
  }
}

@media (max-width: 767px) {
  #contact .contact-box .form .wpcf7-form label.error {
    width: 100%;
    left: 0;
    right: 0;
    top: 33px;
    padding: 6px 0 3px 21px;
    text-align: left;
    font-size: 10px;
    line-height: 10px;
    color: #ed1840;
    background: rgba(0, 0, 0, 0);
  }
}

#contact .contact-box .form .wpcf7-form-control-wrap {
  position: relative;
}

#contact .contact-box .form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -28px;
  left: 20px;
  font-size: 10px;
  font-family: 'Overpass', sans-serif;
  color: #ed1840;
}

#contact .contact-box .form .wpcf7-form-control-wrap.your-message {
  position: relative;
}

#contact .contact-box .form .wpcf7-form-control-wrap.your-message .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -28px;
  left: 20px;
  font-size: 10px;
  font-family: 'Overpass', sans-serif;
  color: #ed1840;
}

#contact .contact-box .form .wpcf7-form-control-wrap.your-message label.error {
  top: auto;
  bottom: 25px;
}

@media (max-width: 767px) {
  #contact .contact-box .form .wpcf7-form-control-wrap.your-message label.error {
    bottom: 5px;
  }
}

#contact .contact-box .form .wpcf7-form-control-wrap.your-message label.error:before {
  left: -340px;
  top: -40px;
  content: '!';
  width: 20px;
  height: 20px;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  background-color: #ed1840;
  position: absolute;
}

#contact .contact-box .form .wpcf7-validation-errors,
#contact .contact-box .form .wpcf7-mail-sent-ng {
  position: absolute;
  bottom: 71px;
  border: 0;
  font-family: 'Overpass', sans-serif;
  color: #ed1840;
  text-align: center;
  font-size: 14px;
  margin: 0;
  left: 0;
  right: 0;
  padding: 0 100px 0 100px;
}

@media (max-width: 767px) {

  #contact .contact-box .form .wpcf7-validation-errors,
  #contact .contact-box .form .wpcf7-mail-sent-ng {
    padding: 0 15px 0 15px;
  }
}

#contact .contact-box .form .ajax-loader {
  opacity: 0 !important;
}

#contact .contact-box .form .wpcf7-mail-sent-ok {
  background-color: #FFD800;
  padding: 0;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Overpass', sans-serif;
  font-size: 18px;
  line-height: 55px;
  height: 50px;
  position: absolute;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  bottom: 103px;
  margin: 0;
  width: calc(100% - 200px);
}

@media (max-width: 767px) {
  #contact .contact-box .form .wpcf7-mail-sent-ok {
    width: calc(100% - 60px);
  }
}

#contact .contact-box .contact-shadow {
  width: 100%;
  height: 100%;
}

#contact .send {
  display: none;
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(28, 28, 28, 0.95);
}

#contact .send.show {
  display: block;
}

#contact .send .inside {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#contact .send .inside h3 {
  font-family: 'SteelfishRg-Bold';
  color: #FFD800;
  font-size: 80px;
}

#contact .send .inside h4 {
  font-family: Overpass;
  font-size: 20px;
  color: #ffffff;
  margin: 16px 2rem 70px;
}

#contact .send .inside a {
  background-color: #FFD800;
  color: #000000;
  display: block;
  font-family: 'Overpass', sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  text-align: center;
  width: 290px;
  height: 50px;
  line-height: 55px;
  font-size: 18px;
  display: inline-block;
}

#contact .send .inside a:hover {
  color: #000000;
  background-color: #ffffff;
}

nav#main_menu_first .button-register {
  display: block;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  text-align: center;
  float: right;
  margin: 40px 0 20px 0;
  width: 130px;
  height: 40px;
  background-color: #FFD800;
  line-height: 45px;
  color: #1e1e1e;
}

nav#main_menu_first .button-register:hover {
  background-color: #FFD800;
  color: #1e1e1e;
}

@media (max-width: 1599px) {
  nav#main_menu_first .button-register {
    margin: 60px 0 20px 0;
  }
}

@media (max-width: 1199px) {
  nav#main_menu_first .button-register {
    margin: 30px 0 16px 0;
    display: none;
  }
}

#slider {
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 980px;
  padding: 120px 0 0 0;
  float: left;
  background-color: #1e1e1e;
}

@media (min-width: 992px) {
  #slider {
    min-height: 799px;
  }
}

@media (max-width: 991px) {
  #slider {
    padding: 89px 0 0 0;
    height: auto;
  }
}

#slider .swiper-container {
  position: relative;
  display: block;
  height: 100%;
  background-image: url('../images/hero-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  #slider .swiper-container {
    background-position: right -45px;
    background-size: auto calc(100% + 45px);
  }
}

#slider .swiper-container .scroll {
  display: block;
  position: absolute;
  bottom: 78px;
  left: 0;
  top: auto;
  right: 0;
  width: 150px;
  height: auto;
  margin: auto;
  text-align: center;
  z-index: 9;
  font-family: 'Overpass', sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

#slider .swiper-container .scroll img {
  width: auto;
  height: 25px;
  margin: -7px 10px;
}

@media (max-width: 991px) {
  #slider .swiper-container .scroll {
    display: none;
  }
}

#slider .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

#slider .swiper-container .swiper-slide .container,
#slider .swiper-container .swiper-slide .row,
#slider .swiper-container .swiper-slide .col-lg-4,
#slider .swiper-container .swiper-slide .mobile-off .content {
  height: 100%;
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-slide .mobile-off {
    display: none;
  }
}

#slider .swiper-container .swiper-slide img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: calc(50% - 60px);
  transform: translateY(-50%);
  width: auto;
  max-width: 60%;
  height: auto;
  float: left;
  left: 50px;
}

@media (max-width: 1599px) {
  #slider .swiper-container .swiper-slide .icon3 img {
    max-width: 57%;
  }
}

#slider .swiper-container .swiper-slide .content {
  height: 114%;
}

@media (max-width: 1599px) {
  #slider .swiper-container .swiper-slide .content {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-slide .content {
    width: 100%;
  }
}

#slider .swiper-container .swiper-slide .content .inside {
  top: calc(50% - 60px);
  transform: translateY(-54%);
  position: relative;
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-slide .content .inside {
    transform: none;
    top: auto;
    padding: 40px 0 50px 0;
  }
}

#slider .swiper-container .swiper-slide .content .inside p {
  font-family: 'Overpass';
  font-size: 55px;
  font-weight: 900;
  color: #ffffff;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
}

@media (max-width: 1199px) {
  #slider .swiper-container .swiper-slide .content .inside p {
    font-size: 55px;
    line-height: 70px;
  }
}

@media (max-width: 1599px) {
  #slider .swiper-container .swiper-slide .content .inside p {
    font-size: 55px;
    line-height: 53px;
  }
}

@media (max-width: 767px) {
  #slider .swiper-container .swiper-slide .content .inside p {
    font-size: 36px;
    line-height: 37.5px;
  }
}

#slider .swiper-container .swiper-slide .content .inside h3 {
  font-family: 'Overpass';
  font-weight: 400;
  font-size: 25px;
  color: #ffffff;
  line-height: 35px;
  text-align: left;
}

@media (max-width: 1199px) {
  #slider .swiper-container .swiper-slide .content .inside h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  #slider .swiper-container .swiper-slide .content .inside h3 {
    font-size: 20px;
    line-height: 20px;

  }
}

#slider .swiper-container .swiper-slide .content .inside ul {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 80px 0 0 0;
}

@media (max-width: 1599px) {
  #slider .swiper-container .swiper-slide .content .inside ul {
    margin: 50px 0 0 0;
  }
}

@media (max-width: 1199px) {
  #slider .swiper-container .swiper-slide .content .inside ul {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-slide .content .inside ul {
    height: auto;
  }
}

#slider .swiper-container .swiper-slide .content .inside ul li {
  width: auto;
  height: 100%;
  float: left;
  display: block;
  margin: 0 10px 10px 0;
}

#slider .swiper-container .swiper-slide .content .inside ul li a {
  display: block;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  text-align: center;
  width: 230px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 20px;
}

@media (max-width: 767px) {
  #slider .swiper-container .swiper-slide .content .inside ul li a {
    width: 182px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

#slider .swiper-container .swiper-slide .content .inside ul li:first-child a {
  color: #1e1e1e;
  line-height: 66px;
  background: #FFD800;
}

#slider .swiper-container .swiper-slide .content .inside ul li:first-child a:hover {
  background-color: #FFD800;
}

@media (max-width: 767px) {
  #slider .swiper-container .swiper-slide .content .inside ul li:first-child a {
    line-height: 56px;
  }
}

#slider .swiper-container .swiper-slide .content .inside ul li:first-child a.empty {
  line-height: 50px;
}

#slider .swiper-container .swiper-slide .content .inside ul li:last-child {
  margin: 0;
}

#slider .swiper-container .swiper-slide .content .inside ul li:last-child a {
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  height: 60px;
  border: solid 3px #ffffff;
}

@media (max-width: 767px) {
  #slider .swiper-container .swiper-slide .content .inside ul li:last-child a {
    height: 50px;
  }
}

#slider .swiper-container .swiper-slide .content .inside ul li:last-child a:hover {
  background-color: #ffffff;
  color: #1e1e1e;
}

@media (max-width: 1599px) {
  #slider .swiper-container .swiper-slide .mobile-off {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-slide .mobile-off {
    display: none;
  }
}

#slider .swiper-container .swiper-pagination {
  bottom: 40px;
}

@media (max-width: 991px) {
  #slider .swiper-container .swiper-pagination {
    bottom: 10px;
  }
}

#slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #5f5f5f;
  width: 10px;
  height: 10px;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#slider .swiper-container .swiper-pagination .swiper-pagination-bullet:hover,
#slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}

#why-us {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0 60px 0;
  margin: 90px 0 0 0;
}

@media (max-width: 767px) {
  #why-us {
    margin: 50px 0 0 0;
    padding: 5px 0 0 0;
  }
}

#why-us h2 {
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  margin: 0 0 4px 0;
}

@media (max-width: 767px) {
  #why-us h2 {
    font-size: 31px;
  }
}

#why-us p {
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 90px 0;
}

@media (max-width: 767px) {
  #why-us p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 60px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #why-us .row .col-sm-6 {
    height: 380px;
  }
}

#why-us .row .col-lg-4:nth-child(4n) {
  clear: both;
}

@media (max-width: 991px) {
  #why-us .row .col-lg-4:nth-child(4n) {
    clear: none;
  }
}

#why-us .row .box {
  height: auto;
  display: block;
  margin: 0 0 110px 0;
  padding: 0 100px 0 100px;
  text-align: center;
}

@media (max-width: 1599px) {
  #why-us .row .box {
    padding: 0 50px 0 50px;
  }
}

@media (max-width: 1199px) {
  #why-us .row .box {
    padding: 0 25px 0 25px;
    margin: 0 0 60px 0;
  }
}

#why-us .row .box img {
  width: 60px;
  height: auto;
  margin: 0 auto;
  display: block;
}

#why-us .row .box h3 {
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 30px;
  margin: 15px 0 15px 0;
}

@media (max-width: 767px) {
  #why-us .row .box h3 {
    margin: 20px 0 25px 0;
    font-size: 18px;
    line-height: 25px;
  }
}

#why-us .row .box p {
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}

@media (max-width: 767px) {
  #why-us .row .box p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }
}

#why-us .row .box a {
  font-family: 'Overpass', sans-serif;
  color: #646464;
  text-decoration: underline;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  top: 5px;
}

@media (max-width: 767px) {
  #why-us .row .box a {
    font-size: 14px;
    line-height: 20px;
  }
}

#why-us .row .box a:after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFD800;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#why-us .row .box a:hover:after {
  opacity: 0;
}

#how-it-works {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 90px 0 120px 0;
  background-color: #1e1e1e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  #how-it-works {
    padding: 50px 0 35px 0;
    background-size: 200% auto;
    background-position: center;
  }
}

#how-it-works .skarbiec {
  display: block;
  width: 300px;
  height: auto;
  position: absolute;
  bottom: -95px;
  right: -110px;
}

#how-it-works .one-spin {
  display: block;
  position: absolute;
  width: 110px;
  height: auto;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(14deg);
  top: -61px;
  left: 5%;
}

#how-it-works h2 {
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin: 0 0 90px 0;
}

@media (max-width: 767px) {
  #how-it-works h2 {
    font-size: 30px;
    margin: 0 0 35px 0;
  }
}

#how-it-works .content {
  padding: 25px 0 130px 0;
  background-image: url('../images/how-arrow-2.svg');
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 1599px) {
  #how-it-works .content {
    padding: 15px 0 79px 0;
    background-image: url('../images/how-arrow2-2.svg');
  }
}

@media (max-width: 992px) {
  #how-it-works .content {
    padding: 30px 0 100px 0;
    background-image: url('../images/how-arrow3-2.svg');
  }
}

@media (max-width: 767px) {
  #how-it-works .content {
    padding: 20px 0 20px 0;
    background-image: url('../images/how-arrow-mobile-2.svg');
    background-size: auto 435px;
  }
}

@media (max-width: 767px) {
  #how-it-works .content {
    padding: 20px 0 20px 0;

    background-size: auto 435px;
  }
}

#how-it-works .content .box {
  display: block;
  padding: 0 100px 0 100px;
}

@media (max-width: 1599px) {
  #how-it-works .content .box {
    padding: 10px 40px 0 40px;
  }
}

@media (max-width: 1199px) {
  #how-it-works .content .box {
    padding: 10px 15px 0 15px;
  }
}

@media (max-width: 991px) {
  #how-it-works .content .box {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #how-it-works .content .box {
    margin: 0 0 50px 0;
  }
}

#how-it-works .content .box h4 {
  display: inline-block;
  width: 47px;
  height: 47px;
  border: solid 3px #FFD800;
  background-color: #1e1e1e;
  line-height: 47px;
  font-family: 'Overpass', sans-serif;
  -webkit-border-radius: 47px 47px 47px 47px;
  border-radius: 47px 47px 47px 47px;
}

@media (max-width: 1199px) {
  #how-it-works .content .box h4 {
    border: solid 2px #FFD800;
    margin: -6px 0 0 0;
  }
}

#how-it-works .content .box h3 {
  font-family: 'Overpass', sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 25px;
  margin: 15px 0 15px 0;
}

@media (max-width: 1599px) {
  #how-it-works .content .box h3 {
    margin: 10px 0 10px 0;
  }
}

@media (max-width: 1199px) {
  #how-it-works .content .box h3 {
    margin: 10px 0 10px 0;
    font-size: 20px;
    line-height: 15px;
  }
}

@media (max-width: 992px) {
  #how-it-works .content .box h3 {
    margin: 10px 0 10px 0;
  }
}

#how-it-works .content .box p {
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1199px) {
  #how-it-works .content .box p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  #how-it-works .content .box p {
    margin: 0;
  }
}

#how-it-works a {
  display: block;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  text-align: center;
  width: 290px;
  height: 60px;
  font-size: 20px;
  background-color: #FFD800;
  color: #1e1e1e;
  display: inline-block;
  line-height: 65px;
  margin-top: 30px;

}

#how-it-works a:hover {
  background-color: #FFD800;
}

@media (max-width: 767px) {
  #how-it-works a {
    width: 202px;
    height: 50px;
    font-size: 16px;
    line-height: 55px;
  }
}

#commisions {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 90px 0 50px 0;
  background-color: #ffffff;
  color: #1e1e1e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

@media (max-width: 767px) {
  #commisions {
    padding: 60px 0 50px 0;
  }
}

#commisions h2 {
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin: 0 0 4px 0;
}

@media (max-width: 767px) {
  #commisions h2 {
    font-size: 31px;
    line-height: 35px;
  }
}

#commisions p {
  text-align: left;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
}

@media (max-width: 767px) {
  #commisions p {
    font-size: 14px;
    line-height: 25px;
  }
}

#commisions .content {
  padding: 200px 15px 0 15px;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  #commisions .content {
    padding: 55px 15px 0 15px;
  }
}

#commisions .content img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}

#commisions .content h3 {
  text-align: left;
  color: #1e1e1e;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  margin: 40px 0 15px 0;
  font-size: 25px;
}

#commisions .calculation h3 {
  text-align: left;
  color: #1e1e1e;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  margin: 10px 0 0px 0;
  font-size: 25px;
}

#commisions .calculation h4 {
  text-align: left;
  color: #1e1e1e;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  margin: 10px 0 0px 0;
  font-size: 18px;
}

#commisions .calculation h5 {
  text-align: left;
  color: #1e1e1e;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  margin: 10px 0 0px 0;
  font-size: 16px;
}

#commisions .content p1 {
  text-align: center;
  color: #FFD800;
  font-family: 'Overpass', sans-serif;
  margin: 30px 0 40px 0;
  font-size: 25px;
}

#commisions .content h5 {
  text-align: center;
  color: #FFD800;
  font-family: 'Overpass', sans-serif;
  margin: 30px 0 40px 0;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 767px) {
  #commisions .content h3 {
    font-size: 18px;
    line-height: 22px;
  }

  #commisions .calculation h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

#commisions .content p {
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

#commisions .content p strong {
  font-family: 'Overpass', sans-serif;
  display: block;
}

@media (max-width: 767px) {
  #commisions .content p {
    font-size: 14px;
    line-height: 22px;
  }
}

#commisions .content a {
  font-family: 'Overpass', sans-serif;
  color: #646464;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: inline-block;
  position: relative;
  margin: 5px 0 50px 0;
}

@media (max-width: 767px) {
  #commisions .content a {
    font-size: 14px;
    line-height: 25px;
  }
}

#commisions .content a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #646464;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#commisions .content a:hover:after {
  opacity: 0;
}

#commisions .content a.button {
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  text-align: center;
  width: 250px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  border: solid 4px #ffd800;
  color: #1e1e1e;
  background-color: #ffd800;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media (max-width: 767px) {
  #commisions .content a.button {
    display: none;
  }
}

#commisions .content a.button:after {
  display: none;
}

#commisions .content a.button:hover {
  background-color: #FFD800;
  color: #ffffff;
}

#commisions .chart {
  display: block;
}

@media (max-width: 1599px) {
  #commisions .chart {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 991px) {
  #commisions .chart {
    width: calc(100% - 40px);
    margin: 0 40px 0 0;
  }
}

@media (max-width: 767px) {
  #commisions .chart {
    width: 100%;
    margin: 0;
  }
}

#commisions .chart ul {
  display: block;
  margin: 20px 0 0 0;
  overflow: hidden;
}

#commisions .chart ul li {
  list-style: inside;
  margin: 0 0 15px 0;
  position: relative;
  width: calc(100% - 70px);
  font-family: 'Overpass', sans-serif;
  text-align: left;
  line-height: normal;
}

@media (max-width: 1199px) {
  #commisions .chart ul li {
    width: 100%;
    background-position: 8px center;
  }
}

@media (max-width: 767px) {
  #commisions .chart ul li {
    padding: 0 0 0 34px;
  }
}

#commisions .chart ul li b {
  font-weight: 700;
}

#commisions .calculation p {
  padding-left: 20px;
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

#commisions .commission-gap {
  margin: 50px 0 0 0;
}

@media (max-width: 119px) {
  #commisions .commission-gap {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 991px) {
  #commisions .commission-gap {
    margin: 25px 0 0 0;
  }
}

@media (max-width: 767px) {
  #commisions .commission-gap {
    margin: 15px 0 0 0;
  }
}

#commisions .calculation-table {
  width: 90%;
  margin: 15px 0;
  font-weight: 700;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

#commisions .calculation-table>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

#commisions .calculation-table>div>div {
  width: calc(100% / 3);
  padding: 12px 0;
  // border: 1px solid #000000;
}

@media (max-width: 992px) {
  #commisions .calculation-table {
    width: 100%;
  }

  #commisions .calculation-table>div>div {
    height: 50px;
    padding: 20px 0;
  }
}

#commisions .calculation-table .calculation-table-header {
  font-size: 0.75rem;
  background-color: #D1D3D4;
}

#commisions .calculation-table .calculation-table-data {
  font-size: 0.75rem;
}

#sign-up-now {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0 50px 0;
  background-color: #000000;
  color: #ffffff;
}

@media (max-width: 767px) {
  #sign-up-now {
    padding: 30px 0 30px 0;
  }
}

#sign-up-now h3 {
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: normal;
  color: #FFD800;
}

.sign-up-row {
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}

.sign-up-row>div {
  width: calc(100%/3);
  display: flex;
  align-items: center;
  font-weight: 900;
}

#sign-up-now p {
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  font-size: 17px;
  line-height: normal;
  color: #ffffff;
}

@media (max-width: 767px) {
  .sign-up-row>div {
    justify-content: center;
    flex-wrap: wrap;
  }

  #sign-up-now p {
    font-size: 12px;
  }
}

#sign-up-now a {
  display: block;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  text-align: center;
  width: 290px;
  height: 60px;
  background: #FFD800;
  color: #1e1e1e;
  line-height: 65px;
  font-size: 20px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media (max-width: 767px) {
  #sign-up-now a {
    width: 203px;
    height: 50px;
    line-height: 55px;
    font-size: 16px;
  }
}

#sign-up-now a:hover {
  background-color: #ffffff;
}

@media (max-width: 1599px) {
  #sign-up-now .left {
    margin-left: 8.33333333%;
    width: 41.66666667%;
  }
}

@media (max-width: 1199px) {
  #sign-up-now .left {
    margin-left: 0;
    width: 50%;
  }
}

@media (max-width: 991px) {
  #sign-up-now .left {
    width: 100%;
    text-align: center;
    padding: 0 15px 0 15px;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 1599px) {
  #sign-up-now .right {
    width: 41.66666667%;
  }
}

@media (max-width: 1199px) {
  #sign-up-now .right {
    width: 50%;
    margin: 0;
  }

  #sign-up-now .right a {
    margin: 0;
    float: right;
  }
}

@media (max-width: 991px) {
  #sign-up-now .right {
    width: 100%;
    padding: 0 15px 0 15px;
    text-align: center;
  }

  #sign-up-now .right a {
    margin: 0 auto;
    float: none;
  }
}

#affiliate-program {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0 50px 0;
  background-color: #F1F2F2;
}

#affiliate-program .character-icon {
  width: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  #affiliate-program .character-icon {
    width: 200px;
  }
}

#affiliate-program h2 {
  text-align: center;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin: 0 0 4px 0;
}

@media (max-width: 767px) {
  #affiliate-program h2 {
    font-size: 31px;
    line-height: 35px;
  }
}

#affiliate-program h3 {
  text-align: center;
  font-family: 'Overpass', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 767px) {
  #affiliate-program h3 {
    font-size: 14px;
    line-height: 25px;
  }
}

#affiliate-program .content {
  position: relative;
  padding: 70px 15px 0 15px;
  display: block;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 767px) {
  #affiliate-program .content {
    padding: 55px 15px 0 15px;
  }
}

#affiliate-program .content img {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto;
}

#affiliate-program .content strong {
  font-weight: 900;
}

#affiliate-program .content .aff-you {
  position: absolute;
  top: 28%;
  right: 28%;
  text-align: left;
}

#affiliate-program .content .aff-b1 {
  position: absolute;
  top: 67%;
  left: 4%;
  text-align: right;
}

#affiliate-program .content .aff-structure {
  position: absolute;
  top: 65%;
  left: 40%;
  width: 20%;
  font-weight: 600;
  font-style: italic;
}

#affiliate-program .content .aff-b2 {
  position: absolute;
  top: 67%;
  right: 4%;
  text-align: left;
}

@media (max-width: 992px) {
  #affiliate-program .content .aff-you {
    top: 26%;
    right: 26%;
  }

  #affiliate-program .content .aff-b1 {
    top: 58%;
    left: 1%;
  }

  #affiliate-program .content .aff-structure {
    top: 56%;
    left: 38%;
    width: 24%;
  }

  #affiliate-program .content .aff-b2 {
    top: 58%;
    right: 1%;
  }
}

@media (max-width: 768px) {
  #affiliate-program .content .aff-you {
    top: 26%;
    right: 28%;
  }

  #affiliate-program .content .aff-b1 {
    top: 80%;
    left: 5%;
  }

  #affiliate-program .content .aff-structure {
    top: 76%;
  }

  #affiliate-program .content .aff-b2 {
    top: 80%;
    right: 5%;
  }
}

@media (max-width: 767px) {
  #affiliate-program .content img {
    width: 72%;
  }

  #affiliate-program .content .aff-you {
    top: 32%;
    right: 22%;
  }

  #affiliate-program .content .aff-b1 {
    top: 80%;
    left: -7%;
  }

  #affiliate-program .content .aff-structure {
    top: 78%;
    left: 37%;
    width: 25%;
  }

  #affiliate-program .content .aff-b2 {
    top: 80%;
    right: -7%;
  }
}

#affiliate-program .affiliate-gap {
  margin: 50px 0 0 0;
}

@media (max-width: 119px) {
  #affiliate-program .affiliate-gap {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 991px) {
  #affiliate-program .affiliate-gap {
    margin: 25px 0 0 0;
  }
}

@media (max-width: 767px) {
  #affiliate-program .affiliate-gap {
    margin: 15px 0 0 0;
  }
}

#affiliate-program h4 {
  font-family: 'Overpass', sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 900;
}

@media (max-width: 767px) {
  #affiliate-program h4 {
    font-size: 12px;
    line-height: 16px;
  }
}

#affiliate-program .benefit ul {
  display: block;
  margin: 20px 0 0 0;
  overflow: hidden;
}

#affiliate-program .benefit ul li {
  list-style: inside;
  margin: 0 0 15px 0;
  position: relative;
  width: calc(100% - 70px);
  font-family: 'Overpass', sans-serif;
  text-align: left;
  line-height: normal;
}

@media (max-width: 1199px) {
  #affiliate-program .benefit ul li {
    width: 100%;
    background-position: 8px center;
  }
}

@media (max-width: 767px) {
  #affiliate-program .benefit ul li {
    padding: 0 0 0 34px;
  }
}

#affiliate-program .benefit ul li b {
  font-weight: 700;
}

#affiliate-program .affiliate-table {
  width: 100%;
  margin: 15px auto;
  background-color: #FFFFFF;
  font-size: 0.75rem;
  border: 1px solid #000000;
}

#affiliate-program .affiliate-table>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

#affiliate-program .affiliate-table .affiliate-table-data>div {
  width: 88%;
  min-height: 50px;
  padding: 12px 10px;
  border: 1px solid #000000;
  text-align: center;
}

#affiliate-program .affiliate-table .affiliate-table-data>div:first-child {
  width: 12%;
}

#affiliate-program .affiliate-table .affiliate-table-data:nth-child(2)>div:not(:first-child) {
  width: 44%;
}

#affiliate-program .affiliate-table .affiliate-table-footer {
  padding: 12px 10px;
  background-color: #ffd800;
  border: 1px solid #000000;
}

#affiliate-program .affiliate-table strong {
  font-weight: 900;
}

#quality-advertising {
  display: block;
  width: 100%;
  height: 1350px;
  float: left;
  padding: 140px 0 60px 0;
}

@media (max-width: 1599px) {
  #quality-advertising {
    height: 1085px;
  }
}

@media (max-width: 1199px) {
  #quality-advertising {
    height: 910px;
  }
}

@media (max-width: 767px) {
  #quality-advertising {
    height: 800px;
    padding: 60px 0 60px 0;
    overflow: hidden;
  }
}

@media (max-width: 429px) {
  #quality-advertising {
    height: 850px;
  }
}

#quality-advertising h2 {
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
  #quality-advertising h2 {
    font-size: 31px;
    line-height: 35px;
    margin: 0;
  }
}

#quality-advertising p {
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 80px 0;
}

@media (max-width: 767px) {
  #quality-advertising p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 30px 0;
  }
}

#quality-advertising .ads {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 170px 0;
}

#quality-advertising .ads .logo {
  position: absolute;
  display: block;
  width: 185px;
  height: auto;
  top: 95px;
  right: 313px;
  z-index: 4;
}

@media (max-width: 1599px) {
  #quality-advertising .ads .logo {
    top: 63px;
    right: 178px;
    width: 139px;
    height: auto;
  }
}

@media (max-width: 1199px) {
  #quality-advertising .ads .logo {
    width: 104px;
    top: 47px;
    right: 175px;
  }
}

@media (max-width: 991px) {
  #quality-advertising .ads .logo {
    right: 75px;
  }
}

@media (max-width: 767px) {
  #quality-advertising .ads .logo {
    right: calc(50% - 200px);
    width: 70px;
  }
}

@media (max-width: 449px) {
  #quality-advertising .ads .logo {
    right: calc(50% - 150px);
  }
}

#quality-advertising .ads .baner-1 {
  position: absolute;
  display: block;
  width: 554px;
  height: 463px;
  top: 0;
  left: 260px;
  z-index: 3;
}

@media (max-width: 1599px) {
  #quality-advertising .ads .baner-1 {
    width: 416px;
    height: auto;
    left: 175px;
  }
}

@media (max-width: 1199px) {
  #quality-advertising .ads .baner-1 {
    width: 312px;
  }
}

@media (max-width: 991px) {
  #quality-advertising .ads .baner-1 {
    left: 75px;
  }
}

@media (max-width: 767px) {
  #quality-advertising .ads .baner-1 {
    width: 242px;
    left: calc(50% - 168px);
  }
}

#quality-advertising .ads .baner-2 {
  position: absolute;
  display: block;
  width: 654px;
  height: 363px;
  top: 240px;
  right: 227px;
  z-index: 2;
}

@media (max-width: 1599px) {
  #quality-advertising .ads .baner-2 {
    top: 251px;
    right: 190px;
    width: 451px;
    height: auto;
  }
}

@media (max-width: 1199px) {
  #quality-advertising .ads .baner-2 {
    top: 135px;
    right: 175px;
    width: 368px;
  }
}

@media (max-width: 991px) {
  #quality-advertising .ads .baner-2 {
    right: 65px;
  }
}

@media (max-width: 767px) {
  #quality-advertising .ads .baner-2 {
    width: 251px;
    top: 180px;
    right: calc(50% - 186px);
  }
}

#quality-advertising .ads .baner-3 {
  position: absolute;
  display: block;
  width: 374px;
  height: 514px;
  top: 470px;
  left: 510px;
  z-index: 3;
}

@media (max-width: 1599px) {
  #quality-advertising .ads .baner-3 {
    width: 280px;
    height: auto;
    left: 300px;
    top: 350px;
  }
}

@media (max-width: 1199px) {
  #quality-advertising .ads .baner-3 {
    width: 211px;
    top: 265px;
    left: 315px;
  }
}

@media (max-width: 991px) {
  #quality-advertising .ads .baner-3 {
    left: 215px;
  }
}

@media (max-width: 767px) {
  #quality-advertising .ads .baner-3 {
    width: 162px;
    top: 235px;
    left: calc(50% - 174px);
  }
}

#quality-advertising .ads .button {
  position: absolute;
  display: block;
  width: 60px;
  height: 121px;
  top: 798px;
  left: 459px;
  z-index: 4;
}

@media (max-width: 1599px) {
  #quality-advertising .ads .button {
    width: 45px;
    top: 589px;
    left: 327px;
  }
}

@media (max-width: 1199px) {
  #quality-advertising .ads .button {
    width: 33px;
    height: auto;
    left: 280px;
    top: 458px;
  }
}

@media (max-width: 991px) {
  #quality-advertising .ads .button {
    left: 180px;
  }
}

@media (max-width: 767px) {
  #quality-advertising .ads .button {
    left: calc(50% - 160px);
    top: 360px;
  }
}

#quality-advertising .ads .quality-gift {
  position: absolute;
  display: block;
  width: 202px;
  height: auto;
  top: 540px;
  left: 848px;
  z-index: 2;
}

@media (max-width: 1599px) {
  #quality-advertising .ads .quality-gift {
    width: 150px;
    top: 550px;
    left: 625px;
  }
}

@media (max-width: 1199px) {
  #quality-advertising .ads .quality-gift {
    width: 102px;
    top: 330px;
    left: 505px;
  }
}

@media (max-width: 991px) {
  #quality-advertising .ads .quality-gift {
    width: 102px;
    top: 53px;
    left: 430px;
  }
}

@media (max-width: 767px) {
  #quality-advertising .ads .quality-gift {
    width: 102px;
    top: 77px;
    left: calc(50% + 78px);
  }
}

#quality-advertising .ads .attention {
  position: absolute;
  display: block;
  width: 258px;
  height: 258px;
  border-radius: 129px 129px 129px 129px;
  -webkit-border-radius: 129px 129px 129px 129px;
  background-color: #FFD800;
  padding: 32px 28px 0 28px;
  top: -75px;
  right: 235px;
  z-index: 4;
}

@media (max-width: 1199px) {
  #quality-advertising .ads .attention {
    right: 175px;
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 991px) {
  #quality-advertising .ads .attention {
    top: -50px;
    right: 80px;
    width: 150px;
    height: 150px;
    padding: 32px 10px 0 10px;
  }
}

@media (max-width: 767px) {
  #quality-advertising .ads .attention {
    width: 180px;
    top: 466px;
    height: 180px;
    padding: 50px 30px 30px 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (max-width: 429px) {
  #quality-advertising .ads .attention {
    padding: 41px 20px 0 20px;
  }
}

#quality-advertising .ads .attention img {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  width: 25px;
  height: 25px;
  margin: auto;
}

@media (max-width: 991px) {
  #quality-advertising .ads .attention img {
    top: 10px;
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 767px) {
  #quality-advertising .ads .attention img {
    right: 0;
    left: 0;
    margin: auto;
  }
}

#quality-advertising .ads .attention p {
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  margin: 43px 0 0 0;
  color: #000000;
}

@media (max-width: 1199px) {
  #quality-advertising .ads .attention p {
    margin: 30px 0 0 0;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  #quality-advertising .ads .attention p {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width: 767px) {
  #quality-advertising .ads .attention p {
    text-align: center;
  }
}

@media (max-width: 399px) {
  #quality-advertising .ads .attention p {
    font-size: 14px;
    line-height: 20px;
  }
}

#quality-advertising .ads .background {
  position: absolute;
  display: block;
  max-width: 750px;
  width: 100%;
  height: auto;
  top: 115px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media (max-width: 1599px) {
  #quality-advertising .ads .background {
    width: 620px;
  }
}

@media (max-width: 1199px) {
  #quality-advertising .ads .background {
    width: 420px;
  }
}

@media (max-width: 991px) {
  #quality-advertising .ads .background {
    width: 320px;
  }
}

#visit,
#welcome-package {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 50px 0 50px 0;
  background-color: #ffffff;
  color: #1e1e1e;
}

@media (max-width: 767px) {

  #visit,
  #welcome-package {
    padding: 30px 0 30px 0;
  }
}

#visit p,
#welcome-package p {
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 30px;
  color: #1e1e1e;
}

@media (max-width: 767px) {

  #visit p,
  #welcome-package p {
    font-size: 18px;
    line-height: 22px;
  }
}

#visit a,
#welcome-package a {
  display: block;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  text-align: center;
  width: 290px;
  height: 60px;
  background: #1e1e1e;
  color: #ffffff;
  line-height: 65px;
  margin: 0 70px 0 0;
  font-size: 20px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media (max-width: 767px) {

  #visit a,
  #welcome-package a {
    width: 203px;
    height: 50px;
    line-height: 55px;
    font-size: 16px;
  }
}

#visit a:hover,
#welcome-package a:hover {
  background-color: #4f4f4f;
}

@media (max-width: 1599px) {

  #visit .left,
  #welcome-package .left {
    margin-left: 8.33333333%;
    width: 41.66666667%;
  }
}

@media (max-width: 1199px) {

  #visit .left,
  #welcome-package .left {
    margin-left: 0;
    width: 50%;
  }
}

@media (max-width: 991px) {

  #visit .left,
  #welcome-package .left {
    width: 100%;
    text-align: center;
    padding: 0 15px 0 15px;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 1599px) {

  #visit .right,
  #welcome-package .right {
    width: 41.66666667%;
  }
}

@media (max-width: 1199px) {

  #visit .right,
  #welcome-package .right {
    width: 50%;
    margin: 0;
  }

  #visit .right a,
  #welcome-package .right a {
    margin: 0;
    float: right;
  }
}

@media (max-width: 991px) {

  #visit .right,
  #welcome-package .right {
    width: 100%;
    padding: 0 15px 0 15px;
    text-align: center;
  }

  #visit .right a,
  #welcome-package .right a {
    margin: 0 auto;
    float: none;
  }
}

#welcome-package {
  background-color: #1e1e1e;
  color: #FFFFFF;
}

#welcome-package p {
  color: #ffffff;
}

#welcome-package a {
  background: #FFD800;
  color: #1e1e1e;
}

#welcome-package a:hover {
  background: #ffffff;
}

footer {
  display: block;
  width: 100%;
  height: 90px;
  border-bottom: solid 10px #1e1e1e;
  float: left;
  background: #FFD800;
  text-align: center;
  padding: 0;
  color: #1e1e1e;
  position: relative;
}

footer p {
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 85px;
  color: #1e1e1e;
  text-align: center;
}

footer a {
  position: absolute;
  top: 20px;
  bottom: 21px;
  right: 15px;
  width: 39px;
  height: 39px;
  display: block;
}

footer a img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

footer a:hover img {
  opacity: 0.7;
}

.animated {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.animated2 {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.radius {
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
}

.radius2 {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.placeholder {
  font-family: 'Overpass', sans-serif;
  color: #cdcdcd;
  font-size: 16px;
}

.form-error {
  content: '!';
  width: 20px;
  height: 20px;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  background-color: #ed1840;
  position: absolute;
}

.button {
  display: block;
  font-family: 'Overpass', sans-serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  text-align: center;
}

html {
  overflow-x: hidden;
  position: relative;
}

html.block {
  overflow: hidden;
}

body {
  color: #000000;
  font-family: 'Overpass', sans-serif;
  overflow-x: hidden;
  position: relative;
}

body.block {
  overflow: hidden;
}

.font_bold {
  font-family: 'Overpass', sans-serif;
}

.font_light {
  font-family: 'Overpass', sans-serif;
}

.font_head {
  font-family: 'SteelfishRg-Bold';
}


#how-it-works .skarbieccc {
  display: block;
  width: 700px;
  height: auto;
  position: absolute;
  bottom: -921px;
  right: 85px;
}


/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sticky-backnavbar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 255;
}

#LoginTopNavbar .back-navbar-container {
  background-color: #FFD800;
  width: 100vw;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#LoginTopNavbar .back-navbar-container .back-button {
  color: #000;
  position: absolute;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin: auto 10px;
}

#LoginTopNavbar .back-navbar-container .back-button i {
  font-size: 1.5rem;
}

#LoginTopNavbar .back-navbar-container .title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  align-self: center;
  padding: 0 4px;
  margin: auto;
}

#LoginTopNavbar .regional-country {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 110px;
  width: 100vw;
  background-color: #000;
}

#LoginTopNavbar .regional-country.selected {
  background-color: #1E1E1E;
}

#LoginTopNavbar .regional-country-icon {
  width: 20vw;
  height: 110px;
  margin-right: 5vw;
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5vw;
}

#LoginTopNavbar .regional-country.selected .regional-country-icon {
  font-size: 0.875rem;
  font-weight: 700;
}

#LoginTopNavbar .regional-country-icon>img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border: 2px solid transparent;
  border-radius: 20px;
  margin-top: 6px;
}

#LoginTopNavbar .regional-country.selected .regional-country-icon>img {
  border: 2px solid #FFD800;
}

#LoginTopNavbar .region-select-lang {
  display: flex;
  align-items: center;
}

#LoginTopNavbar .region-select-lang>a {
  margin: 0 20px;
  color: #FFFFFF;
  font-size: 0.875rem;
  position: relative;
}

#LoginTopNavbar .region-select-lang>a.active {
  color: #FFD800;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

#LoginTopNavbar .region-select-dash {
  height: 35px;
  border-left: 1px solid #FFD800;
}