.yellow-button {
  transition: all 0.3s ease;
  display: inline-block;
  border: none;
  outline: none;
  font-size: 16px;
  color: #000;
  padding: 8px 22px 8px 20px;
  font-weight: 500;
  border-radius: 50px;
  line-height: 21px;
  background-color: #ffea33;
}

@media (min-width: 768px) {
  .yellow-button:hover {
    color: #000;
    transform: scale(1.1);
  }
}

.yellow-button.btn-sm {
  font-size: 14px;
  padding: 4px 14px 4px 14px;
}

.yellow-link-big {
  display: inline-block;
  border-radius: 40px;
  background-color: #ffea33;
  color: #000;
  padding: 10px 50px 12px 50px;
  outline: none;
  font-weight: bold;
  font-size: 27px;
  border: none;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .yellow-link-big {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 18px;
  }
}

.yellow-link-big:hover {
  box-shadow: 0 0 30px #ffea33;
  color: #000;
}

.white-big-btn {
  background-color: #fff;
  transition: all 0.3s ease;
  display: inline-block;
  color: #000000;
  font-weight: bold;
  font-size: 23px;
  padding: 0 25px 0 28px;
  border-radius: 40px;
  outline: none;
  cursor: pointer;
}

.white-big-btn:hover {
  color: #000;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.white-big-btn span {
  display: block;
  padding: 14px 40px 14px 0;
  background: url(../images/bg-yellow-big-btn.png) no-repeat 100% 50%;
  background-size: 23px auto;
}

.big-btn {
  background: none;
  transition: all 0.3s ease;
  display: inline-block;
  color: #000000;
  font-weight: 500;
  font-size: 23px;
  padding: 0 25px 0 28px;
  border-radius: 40px;
  outline: none;
  cursor: pointer;
}

.big-btn:hover {
  color: #000;
  transform: scale(1.1);
}

.big-btn span {
  display: block;
  padding: 14px 40px 14px 0;
  background: url(../images/bg-yellow-big-btn.png) no-repeat 100% 50%;
  background-size: 23px auto;
}

.consult-big-btn {
  background-color: #fff;
  transition: all 0.3s ease;
  display: inline-block;
  color: #000000;
  font-weight: 500;
  font-size: 23px;
  padding: 0 25px 0 28px;
  border-radius: 40px;
  outline: none;
  cursor: pointer;
}

.consult-big-btn:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.consult-big-btn span {
  display: block;
  padding: 13px 40px 14px 0;
  background: url(../images/btn-icon-consult.png) no-repeat 99% 50%;
  background-size: 24px auto;
}

.g_attachment-btn {
  display: inline-block;
  position: relative;
  border: none;
  background: none;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  outline: none;
}

.g_attachment-btn:hover:before {
  border-color: #666;
}

.g_attachment-btn:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  border: 1px solid #ccc;
  width: 56px;
  height: 56px;
  background: url(../images/msg-upload.png) no-repeat 50% 50%;
  background-size: 22px auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  transition: 0.3s;
}

.g_attachment-btn span {
  display: inline-block;
  vertical-align: top;
  padding-top: 18px;
}

.pop-block {
  display: none;
  z-index: 100;
}

.global-close-btn {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 20px;
  height: 20px;
  background: none;
  outline: none;
  border: none;
}

@media (max-width: 767px) {
  .global-close-btn {
    top: 40px;
    right: 30px;
  }
}

.global-close-btn:before, .global-close-btn:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  width: 135%;
  top: 0;
  margin-top: 8px;
  margin-left: -3px;
  transition: all 0.3s ease;
}

.global-close-btn:after {
  transform: rotate(-45deg);
}

@keyframes downPulse {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes downPulse2 {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(5px) rotate(45deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes rotation {
  100% {
    transform: rotate(360deg);
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.filial-link {
  border: 2px solid #ECECEC;
  background: none;
  padding: 0 23px 0 26px;
  border-radius: 30px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  outline: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.filial-link:hover {
  border-color: #ccc;
  color: #000;
}

.filial-link span {
  display: block;
  padding: 14px 30px 13px 0;
  background: url(../images/form-filial.png) no-repeat 100% 50%;
  background-size: 18px auto;
}

.white-button {
  display: inline-block;
  border: 1px solid #D0D4D9;
  padding: 7px 22px 7px 20px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.white-button:hover {
  color: #000;
  border-color: #000;
}

.bordered-btn-submit {
  border: 1px solid #BEC3C9;
  display: inline-block;
  background: none;
  transition: all 0.3s ease;
  font-size: 22px;
  color: #949aa3;
  font-size: 22px;
  padding: 10px 35px 11px 35px;
  border-radius: 40px;
}

.bordered-btn-submit:hover {
  background-color: #fff;
  border-color: #000;
}

.global-arrow {
  border: 1px solid #ffea33;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  padding-left: 4px;
  position: relative;
  transition: 0.3s;
  text-align: center;
  /*btn mods*/
}

.global-arrow.size-xl {
  width: 40px;
  height: 40px;
  border-width: 2px;
}

.global-arrow.size-xl:before {
  height: 2px;
  right: 7px;
}

.global-arrow.size-xl span {
  border-width: 0 2px 2px 0;
  padding: 8px;
  margin-top: 9px;
}

.global-arrow:hover {
  transform: scale(1.2);
}

.global-arrow:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 5px;
  height: 1px;
  background: #ffea33;
  width: 70%;
  margin-top: -1px;
  top: 50%;
}

.global-arrow span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 7px;
  border: solid #ffea33;
  border-width: 0 1px 1px 0;
  padding: 6px;
  margin-left: -2px;
  transform: rotate(-45deg);
}

.global-arrow.green-arrow {
  border-color: #13BD28;
}

.global-arrow.green-arrow:before {
  background: #13BD28;
}

.global-arrow.green-arrow span {
  border-color: #13BD28;
}

header {
  position: absolute;
  width: 100%;
  z-index: 50;
  top: 0;
  padding-top: 45px;
  padding-bottom: 15px;
}

header:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 767px) {
  header {
    padding: 0;
    display: none;
  }
  header.xs-ready {
    display: block;
  }
}

header:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 0;
  transition: all 0.5s ease;
  z-index: 3;
}

@media (max-width: 767px) {
  header > .container {
    padding: 0;
  }
}

header .head-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

@media (max-width: 767px) {
  header .head-flex {
    display: block;
  }
}

header .head-flex .header-left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  header .head-flex .header-left {
    padding: 15px 6%;
    width: 100%;
    position: relative;
    z-index: 10;
    justify-content: space-between;
  }
  header .head-flex .header-left .login-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-left: auto;
    padding: 0;
    margin-right: 10px;
    transition: all 0.3s ease;
    background: url(../images/user.svg) no-repeat 50% 50%;
    background-size: 25px auto;
  }
  header .head-flex .header-left .login-btn img {
    display: none;
  }
  header .head-flex .header-left .login-btn span {
    display: none;
  }
}

header .head-flex .header-right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  padding-top: 6px;
}

@media (max-width: 767px) {
  header .head-flex .header-right {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: none;
  }
}

header .logo {
  width: 186px;
  margin-left: -25px;
  min-width: 186px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  header .logo {
    margin-left: -20px;
    width: 170px;
    min-width: 170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .logo {
    margin-left: -20px;
  }
}

@media (max-width: 767px) {
  header .logo {
    margin-left: 0;
    display: inline-block;
    width: 150px;
    min-width: 150px;
  }
}

header .logo .black-logo {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

header .logo img {
  margin-top: -12px;
}

@media (max-width: 767px) {
  header .logo img {
    margin-top: -6px;
  }
}

@media (min-width: 768px) {
  header .logo img {
    display: block;
  }
}

header .logo .logo-xs {
  display: none;
}

@media (max-width: 767px) {
  header .logo .logo-xs {
    display: block;
    width: 140px;
    margin-top: -2px;
    margin-left: 0;
  }
}

header .site-type {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2vw;
    padding-top: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
    header .site-type {
        padding-top: 5px;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    header .site-type {
        padding: 0;
        margin-bottom: 20px;
        justify-content: space-between;
    }
}

header .site-type .link-wrap {
  padding-right: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  header .site-type .link-wrap {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  header .site-type .link-wrap {
    width: 50%;
    text-align: center;
    padding: 0;
  }
}

header .site-type .link-wrap:last-child {
  padding-right: 0;
}

header .site-type a {
    margin-left: 1vw;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
    padding: 11px 0 8px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    font-size: 15px;
    line-height: 18px;
}

@media (min-width: 768px) and (max-width: 991px) {
  header .site-type a {
    padding: 13px 0 6px;
  }
}

@media (max-width: 767px) {
  header .site-type a {
    color: #666;
    display: block;
    width: 100%;
    text-align: center;
  }
}

header .site-type a:hover {
  color: #FFE31D;
}

header .site-type a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFE31D;
  transition: all 0.3s ease;
  opacity: 0;
}

header .site-type a:first-child {
  margin-left: 0;
}

header .site-type .active {
  color: #fff;
}

@media (max-width: 767px) {
  header .site-type .active {
    color: #000;
  }
}

header .site-type .active:after {
  opacity: 1;
}

header .lang-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 4;
  margin-right: 2vw;
}

header .lang-col .dropdown-backdrop {
  display: none;
}

header .lang-col .xs-title {
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 767px) {
  header .lang-col .xs-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}

header .lang-col .current-lang {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: normal;
    padding: 11px 20px 10px 0;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  header .lang-col .current-lang {
    padding-right: 0;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  header .lang-col .current-lang {
    color: #000;
  }
}

header .lang-col .current-lang:before {
  content: "";
  display: block;
  clear: both;
  border: solid rgba(255, 255, 255, 0.7);
  border-width: 0 1px 1px 0;
  display: inline-block;
  right: 0;
  margin-top: -5px;
  padding: 3px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}

@media (min-width: 768px) and (max-width: 991px) {
  header .lang-col .current-lang:before {
    top: 100%;
    right: auto;
    left: 50%;
    margin-top: -8px;
    margin-left: -4px;
  }
}

@media (max-width: 767px) {
  header .lang-col .current-lang:before {
    border-color: #000;
  }
}

@media (min-width: 768px) {
  header .lang-col .current-lang:hover {
    color: #FFE31D;
  }
  header .lang-col .current-lang:hover:before {
    border-color: rgba(255, 255, 255, 0.4);
  }
}

header .lang-col.open .langs-drop {
  display: block;
}

header .lang-col.open .current-lang:after {
  border-color: #fff;
}

@media (max-width: 767px) {
  header .lang-col.open .current-lang:before {
    transform: rotate(-135deg);
    margin-top: -2px;
  }
}

header .lang-col .langs-drop {
  position: absolute;
  left: -30px;
  margin-top: 10px;
  top: 100%;
  padding: 10px 17px 10px 22px;
  width: 85px;
  border-radius: 22px;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 93px rgba(63, 86, 130, 0.1);
  display: none;
}

@media (max-width: 767px) {
  header .lang-col .langs-drop {
    top: auto;
    bottom: 100%;
    left: auto;
    right: -20px;
    background: rgba(0, 0, 0, 0.5);
  }
}

header .lang-col .langs-list li:last-child a span {
  border-top: 1px solid rgba(124, 124, 124, 0.4);
}

header .lang-col .langs-list a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 3px 0 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

header .lang-col .langs-list a:hover {
  color: #FEE441;
}

header .lang-col .langs-list a span {
  display: block;
  width: 36px;
  text-align: center;
  padding: 15px 0;
}

header .login-column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  border-left: 1px solid rgba(142, 142, 145, 0.3);
  padding-top: 1px;
}

@media (max-width: 767px) {
  header .login-column {
    position: absolute;
    bottom: 10px;
    z-index: 5;
    left: 0;
    width: 100%;
  }
}

header .login-column:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
}

header .login-column .login-btn {
    display: block;
    height: 100%;
    color: #000;
    padding: 6px 20px 11px 23px;
    transition: all 0.3s ease;
    background: #FFE31D;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 30px;
    font-size: 14px;
    min-width: 110px;
    border: 1px solid transparent;
}

@media (max-width: 767px) {
  header .login-column .login-btn {
    display: none;
  }
}

header .login-column .login-btn:hover {
  background: #fff;
  border-color: #ccc;
}

header .login-column .login-btn img {
  width: 20px;
  margin-left: 6px;
  filter: invert(1);
  display: inline-block;
  vertical-align: middle;
}

header .login-column .login-btn span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 1px;
}

@media (min-width: 768px) {
  header .login-box {
    position: relative;
  }
}

@media (max-width: 767px) {
  header .login-box {
    margin-left: auto;
  }
}

header .login-box.open .login-drop {
  display: block;
}

header .login-box.open .login-btn {
  border-color: transparent !important;
  background-color: #ffea33;
  color: #000;
}

@media (max-width: 767px) {
  header .login-box.open .login-btn {
    background-color: transparent;
  }
}

header .login-box.open .login-btn img {
  filter: invert(100%) grayscale(100%);
}

header .login-box .dropdown-backdrop {
  display: none;
}

header .login-drop {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 20px;
  padding: 18px 20px 25px 20px;
  border-radius: 15px;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 93px rgba(63, 86, 130, 0.2);
  display: none;
  width: 300px;
}

@media (max-width: 767px) {
  header .login-drop {
    right: 10px;
    margin-top: 0;
  }
}

header .login-drop .langs-label {
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(88, 89, 90, 0.4);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

header .login-drop .login-type {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 8px 20px;
  position: relative;
}

header .login-drop .login-type:hover span {
  color: #ffea33;
}

header .login-drop .login-type:last-child {
  padding-bottom: 10px;
}

header .login-drop .login-type .icon {
  min-width: 38px;
  margin-top: -2px;
}

header .login-drop .login-type span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.3s ease;
}

header .menu-btn-box {
  border-right: 1px solid rgba(198, 200, 207, 0.4);
  padding-right: 2vw;
  position: relative;
}

@media (max-width: 1400px) {
  header .menu-btn-box {
    z-index: 5;
  }
}

@media (min-width: 1400px) {
  header .menu-btn-box {
    display: none;
  }
}

@media (max-width: 767px) {
  header .menu-btn-box {
    border: none;
    padding: 0;
  }
}

header .menu-btn {
  z-index: 100;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}

@media (max-width: 767px) {
  header .menu-btn {
    margin-right: -6vw;
    padding-right: 5vw;
    width: 60px;
    height: 45px;
  }
}

header .menu-btn:hover span {
  border-color: #fff;
}

header .menu-btn:hover em {
  color: #FFE31D;
}

header .menu-btn:before {
  content: "";
  display: block;
  clear: both;
  background: #F9F9F9;
  transform: rotate(-45deg) translate(-20px, 20px);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 100%;
  margin-top: 15px;
  left: 15px;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  header .menu-btn:before {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  header .menu-btn:before {
    display: none;
  }
}

header .menu-btn span {
  width: 48px;
  height: 48px;
  font-size: 0;
  cursor: pointer;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  box-shadow: none;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  header .menu-btn span {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
  }
}

header .menu-btn span i {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 11px;
  right: 11px;
  height: 2px;
  background: #FFE31D;
  transition: 0.3s;
}

@media (max-width: 767px) {
  header .menu-btn span i {
    left: auto;
    right: auto;
    width: 70%;
    top: auto;
    position: relative;
  }
}

header .menu-btn span i:before, header .menu-btn span i:after {
  content: "";
  display: block;
  clear: both;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFE31D;
  box-sizing: inherit;
}

header .menu-btn span i:before {
  top: -7px;
  transition-property: top, transform;
}

@media (max-width: 767px) {
  header .menu-btn span i:before {
    top: -8px;
  }
}

header .menu-btn span i:after {
  bottom: -7px;
  width: 70%;
  transition-property: bottom, transform;
}

@media (max-width: 767px) {
  header .menu-btn span i:after {
    bottom: -8px;
    width: 60%;
  }
}

header .menu-btn em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
}

@media (min-width: 768px) and (max-width: 991px) {
  header .menu-btn em {
      display: none;
  }
}

@media (max-width: 767px) {
  header .menu-btn em {
    display: none;
  }
}

header .menu-btn.btn-actived:before {
  opacity: 1;
  visibility: visible;
  transform: rotate(-45deg) translate(0px, 0);
  transition: all 0.2s ease;
  transition-delay: 0.15s;
}

header .menu-btn.btn-actived span {
  background: #FFE31D;
}

@media (max-width: 767px) {
  header .menu-btn.btn-actived span i {
    width: 60%;
  }
}

header .menu-btn.btn-actived span i {
  background: none;
}

header .menu-btn.btn-actived span i:before {
  background: #000;
  top: 0;
  transform: rotate(45deg);
}

header .menu-btn.btn-actived span i:after {
  background: #000;
  bottom: 0;
  transform: rotate(-45deg);
  width: 100%;
}

@media (min-width: 1400px) {
  header .header-menu-wrapper {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  header .header-menu-wrapper:hover + .login-column:after {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1400px) {
  header .header-menu-wrapper {
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 0 6%;
    height: 450px;
    display: none;
    z-index: 5;
    overflow: hidden;
  }
  header .header-menu-wrapper .header-menu-holder {
    position: relative;
    height: 100%;
  }
}

@media (max-width: 1400px) and (max-width: 767px) {
  header .header-menu-wrapper .header-menu-holder {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 50px;
  }
}

@media (max-width: 1400px) {
  header .header-menu-wrapper.opened + .login-column:after {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  header .header-menu-wrapper {
    display: block !important;
    top: 0;
    position: relative;
    height: 100%;
  }
}

header .main-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}

@media (max-width: 1400px) {
  header .main-menu {
    width: 270px;
    height: 100%;
    display: block;
    padding: 35px 0 0 65px;
    background: #fff;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .main-menu {
    width: 270px;
    padding-left: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .main-menu {
    width: 160px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  header .main-menu {
    padding: 0;
    width: auto;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
}

header .main-menu:hover + .login-column:after {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767px) {
  header .main-menu .menu-item {
    position: relative;
    border-top: 1px solid #F4F4F4;
  }
  header .main-menu .menu-item:first-child {
    border: none;
  }
}

header .main-menu .menu-item > a {
    display: block;
    font-size: 17px;
    color: #fff;
    padding: 10px 11px 10px;
    white-space: nowrap;
    position: relative;
    z-index: 5;
}

@media (max-width: 1400px) {
  header .main-menu .menu-item > a {
    color: #000;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
  }
  header .main-menu .menu-item > a span {
    display: inline-block;
    position: relative;
    padding: 10px 15px 15px 0;
  }
  header .main-menu .menu-item > a span:before {
    content: "";
    display: block;
    clear: both;
    height: 2px;
    background: #FFE31D;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    opacity: 0;
    width: 0;
    top: 100%;
    margin-top: -7px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .main-menu .menu-item > a {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .main-menu .menu-item > a {
    white-space: normal;
    font-size: 16px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  header .main-menu .menu-item > a {
    font-size: 6.5vw;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  header .main-menu .menu-item > a {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  header .main-menu .menu-item > a span {
    padding: 10px 60px 10px 5px;
  }
  header .main-menu .menu-item > a:active {
    background: #eee;
  }
  header .main-menu .menu-item > a.active:after {
    transform: rotate(-135deg);
    margin-top: -6px;
  }
}

header .main-menu .menu-item > a:after {
  content: "";
  display: block;
  clear: both;
  background: #F5F5F5;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  margin-left: -10px;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1400px) {
  header .main-menu .menu-item > a:after {
    top: 50%;
    left: 230px;
    margin-top: -10px;
    background: #F9F9F9;
    margin-left: -15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .main-menu .menu-item > a:after {
    left: 165px;
  }
}

@media (max-width: 767px) {
  header .main-menu .menu-item > a:after {
    display: inline-block;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: rotate(45deg);
    visibility: visible;
    opacity: 1;
    background: none;
    left: auto;
    right: 0;
    margin-left: 0;
    width: auto;
    height: auto;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  header .main-menu .menu-item:hover .menu-drop {
    display: block;
  }
  header .main-menu .menu-item:hover > a {
    color: #FFE31D;
  }
  header .main-menu .menu-item:hover > a:after {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  header .main-menu .menu-item:hover > a {
    color: #000000;
  }
  header .main-menu .menu-item:hover > a:after {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 1400px) and (min-width: 768px) {
  header .main-menu .menu-item.hovered .menu-drop {
    display: block;
  }
  header .main-menu .menu-item.hovered > a {
    color: #000;
  }
  header .main-menu .menu-item.hovered > a span:before {
    width: 100%;
    opacity: 1;
  }
  header .main-menu .menu-item.hovered > a:after {
    opacity: 1;
    visibility: visible;
  }
}

header .menu-drop {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  margin-top: -25px;
  padding-top: 20px;
  z-index: 6;
}

@media (max-width: 1400px) {
  header .menu-drop {
    top: 0;
    right: 0;
    left: 290px;
    width: auto;
    padding-top: 0;
    height: 100%;
    margin-top: 0;
    background: #F9F9F9;
    padding-left: 5vw;
    overflow: visible;
  }
  header .menu-drop:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    width: 100vw;
    top: 0;
    height: 100%;
    background: #F9F9F9;
  }
}

@media (max-width: 1400px) and (max-width: 767px) {
  header .menu-drop:after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .menu-drop {
    left: 270px;
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .menu-drop {
    left: 160px;
  }
}

@media (max-width: 767px) {
  header .menu-drop {
    position: static;
    padding: 0;
    margin: 0;
    height: auto;
    display: block;
    background: none;
  }
}

header .menu-drop .drop-holder {
  background: #fff;
  position: relative;
  z-index: 3;
}

@media (max-width: 1400px) {
  header .menu-drop .drop-holder {
    background: none;
  }
  header .menu-drop .drop-holder .container {
    padding: 0;
  }
}

header .menu-drop .drop-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 767px) {
  header .menu-drop .drop-row {
    display: block;
  }
}

header .menu-drop .drop-menu-column {
  width: 550px;
  padding: 40px 5vw 40px 190px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 1400px) {
  header .menu-drop .drop-menu-column {
    padding: 30px 0 20px 0;
    width: 50%;
    display: block;
  }
}

@media (min-width: 1650px) {
  header .menu-drop .drop-menu-column {
    padding-left: 210px;
    width: 650px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .menu-drop .drop-menu-column {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  header .menu-drop .drop-menu-column {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
  }
}

header .menu-drop .drop-menu-column ul {
  width: 100%;
}

@media (max-width: 767px) {
  header .menu-drop .drop-menu-column ul {
    display: none;
    padding-bottom: 10px;
  }
}

header .menu-drop .drop-menu-column ul li {
  padding: 7px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  header .menu-drop .drop-menu-column ul li {
    padding: 8px 0;
  }
}

@media (max-width: 1400px) {
  header .menu-drop .drop-menu-column ul li {
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  header .menu-drop .drop-menu-column ul li {
    padding: 5px 0 5px 20px;
    position: relative;
  }
  header .menu-drop .drop-menu-column ul li:before {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    width: 10px;
    background: #ddd;
    top: 15px;
    left: 0;
    position: absolute;
  }
}

header .menu-drop .drop-menu-column ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #000;
  padding-right: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .menu-drop .drop-menu-column ul li a {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .menu-drop .drop-menu-column ul li a {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 767px) {
  header .menu-drop .drop-menu-column ul li a {
    font-weight: normal;
    padding: 0;
    line-height: 21px;
  }
}

header .menu-drop .drop-menu-column ul li a:hover {
  color: #666;
}

header .menu-drop .drop-menu-column ul li a:hover:after {
  transform: translateX(3px) rotate(-45deg);
}

@media (min-width: 768px) {
  header .menu-drop .drop-menu-column ul li a:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    right: 0;
    top: 10px;
    border: solid rgba(0, 0, 0, 0.46);
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
  }
}

header .menu-drop .drop-menu-right {
  flex: 1;
  position: relative;
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

@media (max-width: 1400px) {
  header .menu-drop .drop-menu-right {
    padding-left: 3vw;
    width: 55%;
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  header .menu-drop .drop-menu-right {
    display: none;
  }
}

header .menu-drop .drop-menu-right:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  width: 100vw;
  background: #F5F5F5;
  top: 0;
  height: 100%;
}

@media (max-width: 1400px) {
  header .menu-drop .drop-menu-right:after {
    display: none;
  }
}

header .menu-drop .drop-menu-right .menu-banner-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  position: relative;
  z-index: 3;
}

@media (max-width: 1400px) {
  header .menu-drop .drop-menu-right .menu-banner-row {
    display: block;
    padding: 20px 0;
  }
}

header .menu-drop .drop-menu-right .menu-banner-row .pic-col {
  max-width: 400px;
  width: 45%;
  overflow: hidden;
}

@media (max-width: 1400px) {
  header .menu-drop .drop-menu-right .menu-banner-row .pic-col {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    display: block;
  }
}

header .menu-drop .drop-menu-right .menu-banner-row .pic-col .card img {
  border-radius: 15px;
}

header .menu-drop .drop-menu-right .menu-banner-row .pic-col img {
  transition: all 1s ease;
}

header .menu-drop .drop-menu-right .menu-banner-row .pic-col:hover > img {
  transform: scale(1.2);
}

header .menu-drop .drop-menu-right .menu-banner-row .yellow-big-btn {
  margin-left: -10px;
}

header .menu-drop .drop-menu-right .menu-banner-row .desc-col {
  width: 55%;
  padding-left: 7%;
}

@media (max-width: 1400px) {
  header .menu-drop .drop-menu-right .menu-banner-row .desc-col {
    width: 100%;
    padding: 0 5% 0 0;
  }
}

header .menu-drop .drop-menu-right .menu-banner-row .desc-col .drop-title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
  color: #000;
  font-weight: 500;
}

@media (max-width: 1400px) {
  header .menu-drop .drop-menu-right .menu-banner-row .desc-col .drop-title {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 10px;
  }
  header .menu-drop .drop-menu-right .menu-banner-row .desc-col .drop-title br {
    display: none !important;
  }
}

header .menu-drop .drop-menu-right .menu-banner-row .desc-col .drop-subtitle {
  display: block;
  font-size: 13px;
  color: #333;
  padding-bottom: 20px;
}

header .menu-drop .drop-menu-right .menu-banner-row .desc-col p {
  font-size: 14px;
  line-height: 18px;
  max-width: 300px;
  font-weight: 300;
  color: #000;
  margin: 0 0 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .menu-drop .drop-menu-right .menu-banner-row .desc-col p {
    width: 100%;
  }
}

header .header-menu-box {
  display: none;
}

header.index-header {
  position: fixed;
  transition: padding 0.3s ease;
}

@media (max-width: 767px) {
  header.index-header {
    position: absolute;
  }
}

header.head-black,
header.header-menu-opened,
header.header-white,
header.pinned {
  background-color: #F5F5F6;
  border-color: #DADADA;
  transition: all 0.5s ease;
}

header.head-black .logo,
header.header-menu-opened .logo,
header.header-white .logo,
header.pinned .logo {
  color: #000;
}

header.head-black .logo .black-logo,
header.header-menu-opened .logo .black-logo,
header.header-white .logo .black-logo,
header.pinned .logo .black-logo {
  opacity: 1;
}

header.head-black .logo .logo-white,
header.header-menu-opened .logo .logo-white,
header.header-white .logo .logo-white,
header.pinned .logo .logo-white {
  opacity: 0;
}

header.head-black .menu-btn-box .menu-btn,
header.header-menu-opened .menu-btn-box .menu-btn,
header.header-white .menu-btn-box .menu-btn,
header.pinned .menu-btn-box .menu-btn {
  border-color: rgba(0, 0, 0, 0.5);
}

header.head-black .menu-btn-box .menu-btn span,
header.header-menu-opened .menu-btn-box .menu-btn span,
header.header-white .menu-btn-box .menu-btn span,
header.pinned .menu-btn-box .menu-btn span {
  background-color: #FFE31D;
}

@media (max-width: 767px) {
  header.head-black .menu-btn-box .menu-btn span,
  header.header-menu-opened .menu-btn-box .menu-btn span,
  header.header-white .menu-btn-box .menu-btn span,
  header.pinned .menu-btn-box .menu-btn span {
    background: none;
  }
}

header.head-black .menu-btn-box .menu-btn span i,
header.header-menu-opened .menu-btn-box .menu-btn span i,
header.header-white .menu-btn-box .menu-btn span i,
header.pinned .menu-btn-box .menu-btn span i {
  background: #000;
}

header.head-black .menu-btn-box .menu-btn span i:before,
header.header-menu-opened .menu-btn-box .menu-btn span i:before,
header.header-white .menu-btn-box .menu-btn span i:before,
header.pinned .menu-btn-box .menu-btn span i:before {
  background-color: #000;
}

header.head-black .menu-btn-box .menu-btn span i:after,
header.header-menu-opened .menu-btn-box .menu-btn span i:after,
header.header-white .menu-btn-box .menu-btn span i:after,
header.pinned .menu-btn-box .menu-btn span i:after {
  background-color: #000;
}

header.head-black .menu-btn-box .menu-btn em,
header.header-menu-opened .menu-btn-box .menu-btn em,
header.header-white .menu-btn-box .menu-btn em,
header.pinned .menu-btn-box .menu-btn em {
  color: #000;
}

header.head-black .menu-btn-box .menu-btn.btn-actived span,
header.header-menu-opened .menu-btn-box .menu-btn.btn-actived span,
header.header-white .menu-btn-box .menu-btn.btn-actived span,
header.pinned .menu-btn-box .menu-btn.btn-actived span {
  background: #FFEA33;
}

header.head-black .menu-btn-box .menu-btn.btn-actived span i,
header.header-menu-opened .menu-btn-box .menu-btn.btn-actived span i,
header.header-white .menu-btn-box .menu-btn.btn-actived span i,
header.pinned .menu-btn-box .menu-btn.btn-actived span i {
  background: none;
}

header.head-black .menu-btn-box .menu-btn.btn-actived em,
header.header-menu-opened .menu-btn-box .menu-btn.btn-actived em,
header.header-white .menu-btn-box .menu-btn.btn-actived em,
header.pinned .menu-btn-box .menu-btn.btn-actived em {
  color: #fff;
}

header.head-black .site-type a,
header.header-menu-opened .site-type a,
header.header-white .site-type a,
header.pinned .site-type a {
  color: #7c7c7c;
}

header.head-black .site-type a:hover,
header.header-menu-opened .site-type a:hover,
header.header-white .site-type a:hover,
header.pinned .site-type a:hover {
  color: #ead204;
}

header.head-black .site-type a.active,
header.header-menu-opened .site-type a.active,
header.header-white .site-type a.active,
header.pinned .site-type a.active {
  color: #000;
}

header.head-black .header-right .lang-box .current-lang,
header.header-menu-opened .header-right .lang-box .current-lang,
header.header-white .header-right .lang-box .current-lang,
header.pinned .header-right .lang-box .current-lang {
  color: #000;
}

header.head-black .header-right .lang-box .current-lang:before,
header.header-menu-opened .header-right .lang-box .current-lang:before,
header.header-white .header-right .lang-box .current-lang:before,
header.pinned .header-right .lang-box .current-lang:before {
  border-color: #000;
}

header.head-black .header-right .lang-box .current-lang img,
header.header-menu-opened .header-right .lang-box .current-lang img,
header.header-white .header-right .lang-box .current-lang img,
header.pinned .header-right .lang-box .current-lang img {
  border-color: #ccc;
}

header.head-black .header-right .lang-box .current-lang:after,
header.header-menu-opened .header-right .lang-box .current-lang:after,
header.header-white .header-right .lang-box .current-lang:after,
header.pinned .header-right .lang-box .current-lang:after {
  border-color: #ccc;
}

@media (min-width: 768px) {
  header.head-black .header-right .lang-box.open .current-lang img,
  header.header-menu-opened .header-right .lang-box.open .current-lang img,
  header.header-white .header-right .lang-box.open .current-lang img,
  header.pinned .header-right .lang-box.open .current-lang img {
    border-color: rgba(0, 0, 0, 0.5);
  }
  header.head-black .header-right .lang-box.open .current-lang:after,
  header.header-menu-opened .header-right .lang-box.open .current-lang:after,
  header.header-white .header-right .lang-box.open .current-lang:after,
  header.pinned .header-right .lang-box.open .current-lang:after {
    border-color: rgba(0, 0, 0, 0.6);
  }
}

header.head-black .header-right .become-client-link,
header.header-menu-opened .header-right .become-client-link,
header.header-white .header-right .become-client-link,
header.pinned .header-right .become-client-link {
  color: #000;
}

header.head-black .header-right .become-client-link img,
header.header-menu-opened .header-right .become-client-link img,
header.header-white .header-right .become-client-link img,
header.pinned .header-right .become-client-link img {
  filter: grayscale(1) invert(1);
}

header.head-black .header-right .become-client-link:hover,
header.header-menu-opened .header-right .become-client-link:hover,
header.header-white .header-right .become-client-link:hover,
header.pinned .header-right .become-client-link:hover {
  color: #ead204;
}

header.head-black .header-right .login-link,
header.header-menu-opened .header-right .login-link,
header.header-white .header-right .login-link,
header.pinned .header-right .login-link {
  border-color: #ccc;
  color: #666;
}

header.head-black .header-right .login-link img,
header.header-menu-opened .header-right .login-link img,
header.header-white .header-right .login-link img,
header.pinned .header-right .login-link img {
  filter: invert(100%) grayscale(100%);
}

@media (min-width: 768px) and (max-width: 991px) {
  header.head-black .header-right .login-link,
  header.header-menu-opened .header-right .login-link,
  header.header-white .header-right .login-link,
  header.pinned .header-right .login-link {
    filter: invert(100%) grayscale(100%);
  }
}

@media (min-width: 992px) {
  header.head-black .header-right .login-link span,
  header.header-menu-opened .header-right .login-link span,
  header.header-white .header-right .login-link span,
  header.pinned .header-right .login-link span {
    transition: background 0.3s ease;
  }
  header.head-black .header-right .login-link:hover,
  header.header-menu-opened .header-right .login-link:hover,
  header.header-white .header-right .login-link:hover,
  header.pinned .header-right .login-link:hover {
    filter: none;
    color: #000;
    border-color: #000;
  }
}

@media (max-width: 767px) {
  header.head-black .header-right .login-link,
  header.header-menu-opened .header-right .login-link,
  header.header-white .header-right .login-link,
  header.pinned .header-right .login-link {
    filter: none;
  }
}

@media (min-width: 768px) {
  header.head-black,
  header.header-white,
  header.pinned {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

header.head-black:before,
header.header-white:before,
header.pinned:before {
  height: 100%;
  background-color: #fff;
}

header.head-black .main-menu .menu-item > a,
header.header-white .main-menu .menu-item > a,
header.pinned .main-menu .menu-item > a {
  color: #000;
}

header.head-black .main-menu .menu-item > a:hover,
header.header-white .main-menu .menu-item > a:hover,
header.pinned .main-menu .menu-item > a:hover {
  color: #F8E71C;
}

header.head-black .main-menu .menu-item:hover > a,
header.header-white .main-menu .menu-item:hover > a,
header.pinned .main-menu .menu-item:hover > a {
  color: #F8E71C;
}

@media (min-width: 1400px) {
  header.head-black .menu-drop,
  header.header-white .menu-drop,
  header.pinned .menu-drop {
    margin-top: -30px;
  }
}

header.head-black .header-left,
header.header-white .header-left,
header.pinned .header-left {
  position: relative;
}

@media (min-width: 768px) {
  header.head-black .header-left,
  header.header-white .header-left,
  header.pinned .header-left {
    z-index: 3;
  }
}

header.head-black .login-column,
header.header-white .login-column,
header.pinned .login-column {
  border-color: rgba(0, 0, 0, 0.14);
  position: relative;
  z-index: 3;
}

header.head-black .lang-col .current-lang,
header.header-white .lang-col .current-lang,
header.pinned .lang-col .current-lang {
  color: #000;
}

header.head-black .lang-col .current-lang:before,
header.header-white .lang-col .current-lang:before,
header.pinned .lang-col .current-lang:before {
  border-color: #000;
}

header.head-black .menu-btn em,
header.header-white .menu-btn em,
header.pinned .menu-btn em {
  transition: all 0.3s ease;
}

header.head-black .menu-btn:hover span:before, header.head-black .menu-btn:hover span:after,
header.header-white .menu-btn:hover span:before,
header.header-white .menu-btn:hover span:after,
header.pinned .menu-btn:hover span:before,
header.pinned .menu-btn:hover span:after {
  background-color: #000 !important;
}

header.head-black .menu-btn:hover em,
header.header-white .menu-btn:hover em,
header.pinned .menu-btn:hover em {
  color: #ead204;
}

header.header-white,
header.pinned {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  header.header-white .head-flex .header-left .login-btn,
  header.pinned .head-flex .header-left .login-btn {
    filter: invert(1) grayscale(1);
  }
  header.header-white .login-column,
  header.pinned .login-column {
    position: absolute;
    z-index: 5;
  }
  header.header-white .main-menu .menu-item a,
  header.pinned .main-menu .menu-item a {
    color: #000 !important;
  }
}

@media (max-width: 767px) {
  header.xs-whitehead .logo .black-logo {
    opacity: 1;
  }
  header.xs-whitehead .logo .logo-white {
    opacity: 0;
  }
  header.xs-whitehead .header-left {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  header.xs-whitehead .header-left .login-btn {
    filter: grayscale(1) brightness(5) invert(1);
  }
  header.xs-whitehead .menu-btn span i {
    background: #000;
  }
  header.xs-whitehead .menu-btn span i:before, header.xs-whitehead .menu-btn span i:after {
    background: #000;
  }
  header.xs-whitehead .menu-btn.btn-actived span i {
    background-color: transparent;
  }
}

body.menu-opened {
  overflow: hidden;
  height: 100vh;
}

body.menu-opened header {
  background: #fff;
}

body.menu-opened header .logo .black-logo {
  opacity: 1;
}

body.menu-opened header .logo .logo-white {
  opacity: 0;
}

body.menu-opened header .header-left {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

body.menu-opened header .header-left .menu-btn {
  filter: grayscale(1) brightness(5) invert(1);
}

header.pinned {
  position: fixed;
  background: #fff;
  transition: none;
}

header.header-register {
  padding-top: 18px;
}

@media (max-width: 767px) {
  header.header-register {
    padding-top: 0;
  }
}

header.header-register .head-flex .header-left {
  align-items: stretch;
}

header.header-register .logo {
  min-width: 168px;
  width: 168px;
}

@media (max-width: 767px) {
  header.header-register .logo {
    width: 150px;
    min-width: 150px;
  }
}

header.header-register .head-name {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

header.header-register .site-type {
  border-left: 1px solid #E6E6E6;
  padding: 10px 0 0 30px;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  header.header-register .site-type {
    display: none;
  }
}

header.header-register .round-link {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: relative;
  transition: 0.3s;
  padding: 0;
  outline: none;
  background: transparent;
  border: 1px solid transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

header.header-register .round-link:hover {
  background: #EFF0F3;
  border-color: #ddd;
}

header.header-register .change-box {
  width: 80px;
  margin-top: -5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.header-register .change-box {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header.header-register .change-box {
    width: 70px;
  }
}

@media (max-width: 767px) {
  header.header-register .change-box {
    display: none;
  }
}

header.header-register .lang-box {
  position: relative;
  padding-right: 10px;
  z-index: 4;
  display: inline-block;
  vertical-align: middle;
}

header.header-register .lang-box .dropdown-backdrop {
  display: none;
}

header.header-register .lang-box .current-lang {
  padding-right: 17px;
  display: block;
  position: relative;
}

header.header-register .lang-box .current-lang img {
  border: 1px solid #E5E5E5;
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  padding: 4px;
  transition: all 0.3s ease;
}

header.header-register .lang-box .current-lang:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #929292;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

@media (min-width: 768px) {
  header.header-register .lang-box .current-lang:hover img {
    border-color: #999;
  }
  header.header-register .lang-box .current-lang:hover:after {
    border-color: #000;
  }
}

header.header-register .lang-box.open .langs-drop {
  display: block;
}

@media (min-width: 768px) {
  header.header-register .lang-box.open .current-lang img {
    border-color: #999;
  }
  header.header-register .lang-box.open .current-lang:after {
    border-color: #000;
  }
}

header.header-register .lang-box .langs-drop {
  position: absolute;
  left: -30px;
  top: 100%;
  margin-top: 20px;
  padding: 18px 20px 10px 20px;
  width: 140px;
  border-radius: 15px;
  text-align: left;
  background: #fff;
  box-shadow: 0 0 93px rgba(63, 86, 130, 0.2);
  display: none;
}

header.header-register .lang-box .langs-label {
  display: block;
  font-size: 11px;
  color: #8e8e8e;
  text-align: center;
  padding-bottom: 5px;
}

header.header-register .lang-box .langs-list li {
  border-bottom: 1px solid #E9E9E9;
}

header.header-register .lang-box .langs-list li:last-child {
  border: none;
}

header.header-register .lang-box .langs-list a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 3px 10px 6px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}

header.header-register .lang-box .langs-list a:hover img {
  background: #ffea33;
}

header.header-register .lang-box .langs-list a img {
  border-radius: 50%;
  border: 1px solid #BEBEBE;
  padding: 4px;
  width: 34px;
  transition: 0.3s;
}

header.header-register .lang-box .langs-list a span {
  display: block;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .index-sect-1 {
    position: relative;
    max-height: 100vh;
    min-height: 400px !important;
  }
}

.index-sect-1 .top-index-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #2e2e2e;
}

.index-sect-1 .top-index-slider-wrap .ls-bar-timer {
  border: none;
  background: #ffea33;
  opacity: 1;
}

.index-sect-1 .top-index-slider-wrap .ls-playvideo {
  display: none !important;
}

.index-sect-1 .top-index-slider-wrap .btn-slider-prev,
.index-sect-1 .top-index-slider-wrap .btn-slider-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 0;
  z-index: 40;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: url(../images/arrow-left.svg), pointer;
}

@media (max-width: 767px) {
  .index-sect-1 .top-index-slider-wrap .btn-slider-prev,
  .index-sect-1 .top-index-slider-wrap .btn-slider-next {
    display: none;
  }
}

.index-sect-1 .top-index-slider-wrap .btn-slider-next {
  left: 50%;
  cursor: url(../images/arrow-right.svg), pointer;
}

.index-sect-1 .top-index-slider-wrap .slider-bullets-box {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  z-index: 40;
}

@media (min-width: 992px) and (max-height: 700px) {
  .index-sect-1 .top-index-slider-wrap .slider-bullets-box {
    top: 110px;
  }
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list {
  display: block;
  height: auto;
  padding-left: 70px;
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list li .dot {
  display: block;
  border-radius: 50%;
  visibility: visible;
  background: none;
  outline: none;
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  position: relative;
  padding: 0;
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list li .dot:hover:before {
  background: #fff;
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list li .dot:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background-color: rgba(255, 255, 255, 0.71);
  transform: scale(0.6);
  transition: all 0.3s ease;
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list li.active .dot {
  border-color: #ffea33;
}

.index-sect-1 .top-index-slider-wrap .slider-nav-list li.active .dot:before {
  transform: scale(1);
  background-color: #ffea33;
}

.index-sect-1 .sect-bottom-box {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 40;
  overflow: hidden;
}

.index-sect-1 .feats-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 36px;
  user-select: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-sect-1 .feats-flex {
    padding-left: 0;
  }
}

.index-sect-1 .feats-flex .feats-list {
  padding: 10px 0 2vh 0;
  width: 100%;
  margin-bottom: 3vh;
}

@media (max-height: 700px) and (min-width: 768px) {
  .index-sect-1 .feats-flex .feats-list {
    margin-bottom: 10px;
  }
}

.index-sect-1 .feats-flex .feats-list .flickity-button {
  display: none;
}

.index-sect-1 .feats-flex .feats-list .flickity-page-dots {
  top: 100%;
  bottom: auto;
  text-align: left;
  padding-left: 35px;
}

.index-sect-1 .feats-flex .feats-list .flickity-page-dots .dot {
  margin: 0 16px 0 0;
  border-radius: 0;
  width: 2px;
  background-color: #4E4E55;
}

.index-sect-1 .feats-flex .feats-list .flickity-page-dots .is-selected {
  background-color: #ffea33;
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-sect-1 .feats-flex .feats-list {
    border: none;
    margin-left: -3%;
    width: 103%;
  }
}

@media (min-width: 768px) {
  .index-sect-1 .feats-flex .feats-list._mod-no-carousel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
}

.index-sect-1 .feats-flex .feats-list .feat-item {
  padding-left: 35px;
  width: 25%;
}

@media (min-width: 768px) {
  .index-sect-1 .feats-flex .feats-list .feat-item .icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .index-sect-1 .feats-flex .feats-list .feat-item .icon {
    margin-bottom: 15px;
  }
}

.index-sect-1 .feats-flex .feats-list .feat-item .icon img {
  backface-visibility: hidden;
  max-height: 100%;
  width: 100%;
}

.index-sect-1 .feats-flex .feats-list .feat-item .feat-title {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    display: block;
    padding-bottom: 10px;
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-sect-1 .feats-flex .feats-list .feat-item .feat-title {
    white-space: normal;
  }
}

.index-sect-1 .feats-flex .feats-list .feat-item span {
    display: block;
    color: #cfd7df;
    font-size: 14px;
}

.top-index-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.top-index-slider .ls-inner {
  z-index: auto;
}

.top-index-slider .ls-layers:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 15;
}

.top-index-slider .ls-layers:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 13;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.top-index-slider .rombs-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: url(../images/top-index-slider-layer-arrows.png) no-repeat 100% 50%;
  background-size: 100% auto;
}

.top-index-slider .rombs-over-dark {
  background: url(../images/rombs-over-dark.png) no-repeat 100% 50%;
  background-size: 100% auto;
}

.top-index-slider .dark-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 23, 0.4);
}

.top-index-slider .dark-over.dark-over-lighten {
  opacity: 0;
}

.top-index-slider .dark-over._mod-half {
  background-color: rgba(0, 0, 23, 0.2);
}

.top-index-slider .dark-over._mod-black {
  background-color: rgba(0, 0, 0, 0.28);
}

.top-index-slider .dark-over._mod-round-gradient {
  background: radial-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.top-index-slider .title {
  z-index: 15;
  user-select: none;
}

.top-index-slider .title .container {
  padding-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.top-index-slider .title .title-text {
  color: #fff;
  font-weight: 300;
  margin: 0;
  font-size: 6vw;
  line-height: 5vw;
  padding-bottom: 20px;
}

@media (min-width: 1550px) {
  .top-index-slider .title .title-text {
    font-size: 82px;
    line-height: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-index-slider .title .title-text {
    font-size: 70px;
    line-height: 70px;
  }
}

@media (min-width: 768px) and (max-height: 750px) {
  .top-index-slider .title .title-text {
    font-size: 60px;
    line-height: 54px;
  }
}

@media (max-height: 700px) {
  .top-index-slider .title .title-text {
    white-space: normal;
    width: 60%;
    min-width: 650px;
  }
  .top-index-slider .title .title-text br {
    display: none !important;
  }
}

.top-index-slider .title .title-text strong {
  font-weight: 500;
}

.top-index-slider .title .title-text small {
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
}

.top-index-slider .title .title-text i {
  font-style: normal;
  font-size: 64px;
  line-height: 64px;
  display: block;
  font-weight: normal;
  padding-bottom: 10px;
  padding-top: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-index-slider .title .title-text i {
    font-size: 54px;
  }
}

.top-index-slider .title .title-text-new {
  color: #fff;
  font-weight: 300;
  margin: 0;
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) and (max-height: 750px) {
  .top-index-slider .title .title-text-new {
    font-size: 60px;
    line-height: 62px;
  }
}

@media (max-height: 700px) {
  .top-index-slider .title .title-text-new {
    white-space: normal;
    width: 60%;
    min-width: 650px;
  }
  .top-index-slider .title .title-text-new br {
    display: none !important;
  }
}

.top-index-slider .title .title-text-new strong {
  font-weight: 500;
}

.top-index-slider .title .title-text-new small {
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
}

.top-index-slider .title .title-text-new i {
  font-style: normal;
  font-size: 64px;
  line-height: 64px;
  display: block;
  font-weight: normal;
  padding-bottom: 10px;
  padding-top: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-index-slider .title .title-text-new i {
    font-size: 54px;
  }
}

.top-index-slider .title p {
  color: #fff;
  font-weight: 300;
  margin: 0 0 25px;
  font-size: 24px;
  line-height: 34px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-index-slider .title p {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .top-index-slider .title p {
    font-size: 34px;
    line-height: 35px;
  }
}

@media (min-width: 768px) and (max-height: 700px) {
  .top-index-slider .title p {
    font-size: 28px;
    line-height: 25px;
  }
}

.top-index-slider .title p i {
  font-style: normal;
  font-size: 34px;
}

.top-index-slider .subtitle {
  z-index: 14;
  padding-top: 100px;
  user-select: none;
}

.top-index-slider .subtitle .container {
  padding-left: 75px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-index-slider .subtitle .container {
    padding-left: 60px;
  }
}

.top-index-slider .slide-text {
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px !important;
  text-align: center;
  bottom: 10%;
  top: auto;
  z-index: 3;
}

.top-index-slider .slide-text strong {
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-size: 35px;
  line-height: 38px;
  padding-bottom: 18px;
}

.top-index-slider .title-new .title-text {
  font-weight: 500;
  font-size: 76px;
  line-height: 65px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .top-index-slider .title-new .title-text {
    font-size: 54px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1199px) and (max-height: 750px) {
  .top-index-slider .title-new .title-text {
    font-size: 54px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

.top-index-slider .title-new p {
  font-size: 37px;
  line-height: 44px;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-index-slider .title-new p {
    margin-bottom: 10px;
  }
}

@media (min-width: 1199px) and (max-height: 750px) {
  .top-index-slider .title-new p {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .top-index-slider .title-new p {
    font-size: 28px;
    line-height: 34px;
  }
}

.top-index-slider .title-new .yellow-big-btn {
  line-height: 32px;
  position: relative;
  z-index: 44;
  margin-left: -10px;
}

#ls-global .proposition-slider .layer-man img {
  max-width: 100% !important;
}

/*colors*/
.press-center-sect {
  background-color: #F5F5F6;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .press-center-sect {
    padding: 40px 10px 20px;
    position: static;
    display: block;
  }
}

.press-center-sect .more-btn-wrap {
  padding-left: 30px;
}

@media (min-width: 1200px) {
  .press-center-sect .more-btn-wrap {
    padding-left: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .press-center-sect .more-btn-wrap {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .press-center-sect .more-btn-wrap {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .press-center-sect .press-center-box {
    padding-bottom: 10px;
  }
}

.press-center-sect .press-center-box .sect-title {
  display: block;
  font-weight: normal;
  font-size: 40px;
  color: #000;
  padding-bottom: 40px;
}

@media (min-width: 1199px) and (max-height: 740px) {
  .press-center-sect .press-center-box .sect-title {
    font-size: 40px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .press-center-sect .press-center-box .sect-title {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .press-center-sect .press-center-box .sect-title {
    padding: 0 0 20px;
    font-size: 40px;
    text-align: center;
  }
}

.press-center-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .press-center-list {
    display: block;
    margin-bottom: 70px;
  }
}

.press-center-list .item {
  width: 33.3333%;
  padding-left: 60px;
  padding-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .press-center-list .item {
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .press-center-list .item {
    padding-left: 30px;
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (max-height: 950px) {
  .press-center-list .item {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .press-center-list .item {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .press-center-list .item {
    width: 50%;
    padding: 0 10px;
  }
}

.press-center-list .item:nth-child(4) {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .press-center-list .item:nth-child(4) {
    display: block;
  }
}

@media (max-width: 767px) {
  .press-center-list .item:nth-child(4) {
    display: block;
  }
}

.press-center-list .item .item-holder {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.5s ease;
}

.press-center-list .item .item-holder:hover {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.1);
}

.press-center-list .item .item-holder:hover .image {
  transform: scale(1.1);
  transition: all 1.3s ease;
}

.press-center-list .item .item-holder:hover .image:after {
  opacity: 0;
}

.press-center-list .item .item-holder:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%;
}

@media (min-width: 1400px) and (max-height: 800px) {
  .press-center-list .item .item-holder:after {
    padding-top: 90%;
  }
}

@media (min-width: 992px) and (max-height: 740px) {
  .press-center-list .item .item-holder:after {
    padding-top: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .press-center-list .item .item-holder:after {
    padding-top: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (max-height: 950px) {
  .press-center-list .item .item-holder:after {
    padding-top: 80%;
  }
}

@media (max-width: 767px) {
  .press-center-list .item .item-holder:after {
    padding-top: 90%;
  }
}

.press-center-list .item .abs-link:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: 25px;
  left: 35px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/bg-yellow-big-btn.png) no-repeat 50% 50% #ffea33;
  background-size: 23px auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .press-center-list .item .abs-link:after {
    left: 20px;
  }
}

.press-center-list .item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.5s ease;
}

.press-center-list .item .image:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.press-center-list .item .image:after {
  content: "";
  display: block;
  clear: both;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
}

.press-center-list .item .date {
  position: absolute;
  top: 35px;
  left: 10%;
  font-weight: 500;
  color: #000;
  padding: 0 10px 6px;
  margin-left: -10px;
  z-index: 3;
  border-bottom: 2px solid #DEDEDE;
}

@media (max-width: 767px) {
  .press-center-list .item .date {
    top: 25px;
    left: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .press-center-list .item .date {
    left: 20px;
  }
}

.press-center-list .item .info {
  position: absolute;
  bottom: 55px;
  left: 10%;
  padding: 0 20px 20px 0;
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .press-center-list .item .info {
    left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .press-center-list .item .info {
    left: 20px;
    bottom: 60px;
  }
}

@media (max-width: 767px) {
  .press-center-list .item .info {
    left: 20px;
    bottom: 60px;
  }
}

.press-center-list .item .title {
  display: block;
  color: #000000;
  font-size: 31px;
  line-height: 31px;
  font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .press-center-list .item .title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .press-center-list .item .title {
    font-size: 21px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .press-center-list .item .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.press-center-list .item .title em {
  display: block;
  font-style: normal;
  font-weight: 300;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .press-center-list .item .title {
    line-height: 24px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .press-center-list .item .title {
    font-size: 18px;
    line-height: 22px;
  }
}

.press-center-list .actived .date {
  border-color: #D5D6D4;
  color: #fff;
}

.press-center-list .actived .title {
  color: #fff;
}

.press-center-list .actived .image:after {
  opacity: 0;
}

.press-center-list li.important .abs-link:after {
  background-color: #fff;
}

.press-center-list li.important .date {
  border-color: #746c52;
}

.press-center-list li.important .item-holder {
  background-color: #ffea33;
}

.press-center-list .flickity-prev-next-button {
  top: 100%;
  transform: translateY(0);
  margin-top: 10px;
  z-index: 10;
  background: none;
  display: none;
}

.press-center-list .flickity-page-dots {
  bottom: auto;
  top: 100%;
  margin-top: 25px;
}

.press-center-list .flickity-page-dots .dot {
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid transparent;
  position: relative;
}

.press-center-list .flickity-page-dots .dot:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  border-radius: 50%;
  background-color: #B3B3B3;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  width: 6px;
  height: 6px;
}

.press-center-list .flickity-page-dots .dot:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  background-color: #ffea33;
  border-radius: 50%;
}

.press-center-list .flickity-page-dots .dot.is-selected {
  border-color: #ffea33;
}

.press-center-list .flickity-page-dots .dot.is-selected:after {
  opacity: 1;
}

.press-center-page {
  padding: 80px 0 30px;
}

@media (max-width: 767px) {
  .press-center-page {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

.index-sect-1 {
  background-color: #ccc;
  z-index: 1;
}

.index-sect-3 {
  z-index: 3;
}

@media (max-width: 767px) {
  .index-sect-3 .product-promo-box {
    min-height: 600px;
  }
}

.index-sect-2 {
  z-index: 3;
  background-color: #020411;
}

@media (max-width: 767px) {
  .index-sect-2 {
    position: relative;
    z-index: 40;
  }
}

.index-sect-4 {
  background-color: #F5F5F6;
  position: relative;
  z-index: 5;
}

.index-sect-4 .press-center-sect {
  z-index: 40;
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .index-sect-4 .press-center-sect {
    position: static;
  }
}

.index-sect-4 .last-sect-holder {
  position: absolute;
  top: 160px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index-sect-5 {
  background-color: #F5F5F6;
  position: relative;
  z-index: 5;
  width: 100%;
  overflow: hidden;
}

.navi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navi {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .navi {
    display: block;
    margin-bottom: 0;
  }
}

.navi .nav-title {
  display: block;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #000;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .navi .nav-title {
    padding: 15px 10px 15px 0;
    font-size: 22px;
    font-weight: 500;
    position: relative;
  }
  .navi .nav-title:after {
    content: "";
    display: block;
    clear: both;
  }
}

.navi a.nav-title:hover {
  color: #ead204;
}

@media (max-width: 767px) {
  .navi a.nav-title:hover {
    color: #000;
  }
}

.navi .expand {
  display: none;
}

@media (max-width: 767px) {
  .navi .expand {
    display: block;
    position: absolute;
    top: 2px;
    border: none;
    right: 0px;
    width: 50px;
    height: 50px;
    padding: 0;
    background: none;
    outline: none;
  }
  .navi .expand:after {
    content: "";
    display: block;
    clear: both;
    display: inline-block;
    background: none;
    border: solid #A1A1A1;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 17px;
    transition: all 0.3s ease;
  }
}

.navi .expand.active:after {
  transform: rotate(-135deg);
  top: 20px;
}

.navi .nav-col {
  padding-bottom: 10px;
  flex: 1;
  padding-right: 4%;
}

.navi .nav-col:last-child {
  padding-right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navi .nav-col {
    max-width: 230px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navi .nav-col {
    width: 33.3333%;
    flex: none;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .navi .nav-col {
    padding: 0;
    position: relative;
    border-bottom: 1px solid #DFDFE0;
  }
  .navi .nav-col:last-child {
    border: none;
  }
}

.navi ul {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .navi ul {
    display: none;
  }
}

.navi ul li {
  position: relative;
  padding: 0 0 12px 0;
}

@media (max-width: 767px) {
  .navi ul li {
    padding-left: 10px;
    padding-bottom: 10px;
  }
}

.navi ul li a {
  display: block;
  font-size: 15px;
  color: #5d5d5d;
}

@media (max-width: 767px) {
  .navi ul li a {
    color: #666;
    font-size: 16px;
  }
  .navi ul li a br {
    display: none !important;
  }
}

.navi ul li a:hover {
  color: #000;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navi ul li a {
    font-size: 14px;
  }
}

footer {
  border-top: 1px solid #CCCCCD;
  padding: 50px 0 50px;
  background-color: #F5F5F6;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  footer {
    border: none;
    padding-top: 30px;
  }
  footer .navi {
    margin-bottom: 10px;
  }
}

footer .footer-contacts-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  border-bottom: 1px solid #CCCCCD;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-contacts-box {
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-contacts-box {
    padding-left: 0;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  footer .footer-contacts-box {
    padding: 0 15px;
    display: block;
    border: none;
    margin-bottom: 20px;
  }
}

footer .footer-contacts-box .phone-box {
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-contacts-box .phone-box {
    text-align: center;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  footer .footer-contacts-box .phone-box {
    white-space: normal;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 70px;
    border-bottom: 1px solid #CCCCCD;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

footer .footer-contacts-box .phone {
  position: relative;
  padding-left: 80px;
  line-height: 60px;
  font-size: 29px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  footer .footer-contacts-box .phone {
    position: static;
    padding: 0;
  }
}

footer .footer-contacts-box .phone:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/icon-phone.png) no-repeat 50% 50% #ffea33;
  background-size: 25px auto;
}

@media (max-width: 767px) {
  footer .footer-contacts-box .phone:before {
    left: 50%;
    margin-left: -30px;
  }
}

footer .footer-contacts-box .title-box {
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  padding-left: 5%;
}

@media (max-width: 767px) {
  footer .footer-contacts-box .title-box {
    order: -1;
    color: #6F6F6F;
    font-weight: normal;
    font-size: 18px;
    padding: 0;
  }
}

footer .footer-top {
  padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-top {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-top {
    padding: 0 10px;
  }
  footer .footer-top .navi {
    margin-bottom: 0;
  }
}

footer .footer-contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E8E8E9;
  border-bottom: 1px solid #E8E8E9;
  padding: 25px 0;
}

@media (max-width: 767px) {
  footer .footer-contacts {
    display: block;
    padding-left: 10px;
    padding-right: 5px;
  }
}

footer .footer-contacts .contact-col {
  padding-left: 4%;
  width: 50%;
  padding-right: 4%;
  border-left: 1px solid #E8E8E9;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-contacts .contact-col {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-contacts .contact-col {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  footer .footer-contacts .contact-col {
    display: block;
    width: 100%;
    border: none;
    padding: 0 0 15px;
  }
}

footer .footer-contacts .contact-col:first-child {
  border: none;
  padding-left: 0;
}

footer .footer-contacts .contact-col:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  footer .footer-contacts .contact-col:last-child {
    padding-bottom: 0;
  }
}

footer .footer-contacts .contact-col .sup-title {
  width: 200px;
  padding-right: 20px;
  display: block;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-contacts .contact-col .sup-title {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-contacts .contact-col .sup-title {
    width: 100%;
  }
}

@media (max-width: 767px) {
  footer .footer-contacts .contact-col .sup-title {
    width: 100%;
    font-size: 16px;
    padding-right: 0;
  }
}

footer .footer-contacts .contact-col .contact-defs {
  flex: 1;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-contacts .contact-col .contact-defs {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-contacts .contact-col .contact-defs {
    padding-left: 0;
  }
}

footer .footer-contacts .contact-col .def {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 20px;
  color: #5d5d5d;
}

@media (max-width: 767px) {
  footer .footer-contacts .contact-col .def:last-child {
    margin-bottom: 0;
  }
}

footer .footer-contacts .contact-col .def .def-icon {
  width: 35px;
}

footer .footer-contacts .contact-col .def .def-desc {
  width: 100%;
}

footer .footer-contacts .contact-col .def .def-desc i {
  font-style: normal;
}

footer .footer-contacts .contact-col .def a {
  color: #5d5d5d;
}

footer .footer-contacts .contact-col .def a:hover {
  color: #000;
}

footer .footer-textbox {
  padding: 20px 0;
  border-bottom: 1px solid #E8E8E9;
}

@media (max-width: 767px) {
  footer .footer-textbox {
    padding-left: 5px;
    padding-right: 5px;
  }
}

footer .footer-textbox p {
  color: #9E9E9E;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

footer .footer-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

@media (max-width: 767px) {
  footer .footer-bottom {
    flex-direction: column;
  }
}

footer .footer-bottom .copy {
  display: block;
  font-size: 12px;
  color: #6F6F6F;
}

@media (max-width: 767px) {
  footer .footer-bottom .copy {
    order: 2;
  }
}

footer .footer-bottom .soc-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 767px) {
  footer .footer-bottom .soc-box {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-bottom .soc-box {
    justify-content: center;
  }
}

footer .footer-bottom .soc-box .title-box {
  position: relative;
  padding-left: 0;
  padding-right: 40px;
  color: #6F6F6F;
  font-size: 12px;
}

@media (max-width: 767px) {
  footer .footer-bottom .soc-box .title-box {
    display: block;
    text-align: center;
    padding: 0 0 10px;
    font-weight: 500;
    color: #000;
    font-size: 14px;
  }
}

footer .footer-bottom .soc-box .title-box:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #D9D9DB;
  right: 0;
  top: 50%;
  margin-top: -1px;
}

@media (max-width: 767px) {
  footer .footer-bottom .soc-box .title-box:after {
    display: none;
  }
}

footer .footer-bottom .soc-box .socials {
  padding-top: 5px;
  padding-left: 5px;
}

@media (max-width: 767px) {
  footer .footer-bottom .soc-box .socials {
    padding: 0;
    text-align: center;
  }
}

footer .footer-bottom .soc-box .socials a {
  width: 42px;
  display: inline-block;
  margin-left: 20px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: all 0.3s ease;
}

footer .footer-bottom .soc-box .socials a img {
  transition: all 0.5s ease;
}

footer .footer-bottom .soc-box .socials a:hover {
  background-color: #000;
}

footer .footer-bottom .soc-box .socials a:hover img {
  filter: invert(100%);
}

#footerSect {
  height: auto !important;
  padding-top: 60px;
}

@media (max-width: 767px) {
  #footerSect {
    padding-top: 0;
  }
}

#footerSect .footerwrap {
  max-height: 100%;
}

#footerSect.productSectFooter .footer-sect-box {
  border: none;
}

.footer-sect-box {
  width: 100%;
  position: static;
  border-top: 1px solid #DBDBDC;
  padding-top: 80px;
  min-height: 100vh;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-sect-box {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .footer-sect-box {
    position: relative;
    top: auto;
    bottom: auto;
    padding-top: 20px;
  }
}

.footer-sect-box .footer-holder {
  height: auto;
  top: auto;
  display: block;
}

.footer-sect-box footer {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-height: 900px) {
  .footer-sect-box footer {
    padding-bottom: 40px;
  }
}

.become-top-sect {
  background-color: #fff;
  color: #fff;
}

.become-top-sect .global-anim-holder {
  position: relative;
  overflow: hidden;
  padding: 200px 0 110px;
}

@media (max-width: 767px) {
  .become-top-sect .global-anim-holder {
    padding: 90px 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .become-top-sect .global-anim-holder {
    padding-top: 140px;
    padding-bottom: 70px;
  }
}

.become-top-sect .sect-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.become-top-sect .overlay {
  z-index: 3;
  background-color: rgba(14, 18, 28, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.become-top-sect .rombs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.5;
  background: url(../images/become-top-rombs.png) no-repeat 0 0% fixed;
}

@media (max-width: 767px) {
  .become-top-sect .rombs {
    display: none;
  }
}

.become-top-sect .box-content {
  padding-left: 65px;
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) and (max-width: 991px) {
  .become-top-sect .box-content {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .become-top-sect .box-content {
    padding: 0 10px;
  }
}

.become-top-sect .become-info-box {
  padding-bottom: 130px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .become-top-sect .become-info-box {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .become-top-sect .become-info-box {
    padding-bottom: 0px;
  }
}

.become-top-sect .contacts-info-box h1 {
  font-weight: 500;
}

.become-top-sect .page-content-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(163, 154, 153, 0.33);
  margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .become-top-sect .page-content-nav {
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .become-top-sect .page-content-nav {
    display: none;
  }
}

.become-top-sect .page-content-nav li {
  padding-right: 3%;
}

.become-top-sect .page-content-nav li a {
  position: relative;
  padding-bottom: 15px;
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  transition: all 0.3s ease;
}

@media (min-width: 768px) and (max-width: 991px) {
  .become-top-sect .page-content-nav li a {
    font-size: 15px;
    line-height: 21px;
  }
  .become-top-sect .page-content-nav li a br {
    display: none !important;
  }
}

.become-top-sect .page-content-nav li a:after {
  content: "";
  display: block;
  clear: both;
  left: 0px;
  width: 100%;
  height: 3px;
  opacity: 0;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  background-color: #ffea33;
}

.become-top-sect .page-content-nav li a:hover {
  color: #ffea33;
}

.become-top-sect .page-content-nav li.active a:after {
  opacity: 1;
}

.become-top-sect ul.contacts-nav {
  float: left;
  padding-top: 40px;
}

.become-top-sect ul.contacts-nav li {
  white-space: nowrap;
  margin-right: 35px;
  padding: 0;
}

.become-top-sect ul.contacts-nav li:last-child {
  margin-right: 0;
}

.become-top-sect ul.contacts-nav li a {
  font-size: 22px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}

.become-top-sect ul.contacts-nav li.active a {
  color: #ffea33;
}

.become-top-sect h1 {
  color: #fff;
  font-size: 85px;
  margin: 0 0 20px;
  font-weight: normal;
  line-height: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .become-top-sect h1 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .become-top-sect h1 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

.become-top-sect .slogan {
  display: block;
  font-weight: 300;
  font-size: 50px;
  line-height: 51px;
  padding-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .become-top-sect .slogan {
    font-size: 34px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .become-top-sect .slogan {
    font-size: 24px;
    line-height: 28px;
  }
  .become-top-sect .slogan br {
    display: none !important;
  }
}

.contact-top-sect .become-top-holder {
  padding-top: 160px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .contact-top-sect .become-top-holder {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}

.page-nav-white {
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-110px);
  transition: transform 0.5s ease;
}

.page-nav-white.active {
  transform: translateY(0);
}

@media (max-width: 767px) {
  .page-nav-white {
    padding: 10px 0 12px;
    position: relative;
    transform: translateY(0);
  }
}

.page-nav-white ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 65px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-nav-white ul {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .page-nav-white ul {
    padding-left: 0;
    display: block;
  }
}

.page-nav-white ul li {
  padding: 0 2%;
  flex: 1;
  border-right: 1px solid #E3E3E3;
}

@media (max-width: 767px) {
  .page-nav-white ul li {
    border: none;
    padding: 0 15px;
  }
}

.page-nav-white ul li:last-child {
  padding-right: 0;
  border: none;
}

.page-nav-white ul li:first-child {
  padding-left: 0;
}

@media (max-width: 767px) {
  .page-nav-white ul li:first-child {
    padding: 0 15px;
  }
}

.page-nav-white ul li a {
  display: block;
  padding: 18px 0 22px;
  font-size: 15px;
  color: #808080;
  line-height: 19px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-nav-white ul li a br {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .page-nav-white ul li a {
    padding: 10px 0 8px;
  }
  .page-nav-white ul li a br {
    display: none !important;
  }
}

.page-nav-white ul li a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffea33;
  opacity: 0;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .page-nav-white ul li a:after {
    bottom: 0;
    height: 2px;
  }
}

.page-nav-white ul li a:hover {
  color: #000;
}

.page-nav-white ul li.active a {
  color: #000;
}

.page-nav-white ul li.active a:after {
  opacity: 1;
}

section.sect-content {
  position: relative;
  z-index: 6;
  padding: 60px 0 50px;
  color: #000;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 767px) {
  section.sect-content {
    padding: 30px 0 20px;
  }
}

section.sect-content._mod-gray {
  background: #F6F6F6;
}

section.sect-content .terms-content p {
  font-size: 15px;
  line-height: 23px;
  margin: 0 0 25px;
  color: #000;
}

section.sect-content .terms-content h1 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: inherit;
}

@media (max-width: 767px) {
  section.sect-content .terms-content h1 {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

section.sect-content .terms-content h2 {
  font-size: 45px;
  line-height: inherit;
  padding-bottom: 25px;
  border-bottom: 1px solid #B4B4B4;
}

@media (max-width: 767px) {
  section.sect-content .terms-content h2 {
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

section.sect-content .terms-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  section.sect-content .terms-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

section.sect-content .diff-list-wrap {
  max-width: 600px;
}

section.sect-content .diff-list-wrap table tr td:first-child {
  width: 70%;
}

@media (max-width: 767px) {
  section.sect-content .diff-list-wrap table tr td:first-child {
    width: 100%;
  }
}

section.sect-content .about-concern-content .heading-box {
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 0 30px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  section.sect-content .about-concern-content .heading-box {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

section.sect-content .about-concern-content .heading-box p {
  font-weight: 300;
  font-size: 34px;
  line-height: 46px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .about-concern-content .heading-box p {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  section.sect-content .about-concern-content .heading-box p {
    font-size: 20px;
    line-height: 28px;
  }
}

section.sect-content .about-concern-content h2 {
  font-size: 50px;
  line-height: 57px;
  border: none;
}

@media (max-width: 767px) {
  section.sect-content .about-concern-content h2 {
    font-size: 23px;
    line-height: 28px;
    padding-bottom: 0;
  }
  section.sect-content .about-concern-content h2 br {
    display: none !important;
  }
}

section.sect-content .about-concern-content h3 {
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 767px) {
  section.sect-content .about-concern-content h3 {
    font-size: 19px;
  }
}

section.sect-content .about-concern-content .title-wrap {
  max-width: 1100px;
}

section.sect-content .about-concern-content p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
}

@media (max-width: 767px) {
  section.sect-content .about-concern-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

section.sect-content .about-concern-content hr {
  margin: 30px 0;
}

@media (max-width: 767px) {
  section.sect-content .about-concern-content hr {
    margin: 20px 0;
  }
}

section.sect-content .about-concern-content em {
  display: block;
  font-style: normal;
  color: #585858;
  font-size: 15px;
  line-height: 28px;
}

section.sect-content .about-concern-content .image-flex-desc {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 3vw 0 8vw;
}

@media (max-width: 992px) {
  section.sect-content .about-concern-content .image-flex-desc {
    flex-direction: column;
  }
}

section.sect-content .about-concern-content .col {
  width: 46%;
}

@media (max-width: 992px) {
  section.sect-content .about-concern-content .col {
    width: 100%;
    margin-bottom: 30px;
  }
}

section.sect-content .about-concern-content .col.out-left {
  margin-left: -65px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .about-concern-content .col.out-left {
    margin-left: -30px;
  }
}

@media (max-width: 767px) {
  section.sect-content .about-concern-content .col.out-left {
    margin-left: 0;
  }
}

section.sect-content .about-concern-content .col.out-left .image {
  margin-left: -3vw;
  width: 47vw;
}

@media (min-width: 1650px) {
  section.sect-content .about-concern-content .col.out-left .image {
    max-width: 950px;
  }
}

@media (max-width: 992px) {
  section.sect-content .about-concern-content .col.out-left .image {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 992px) {
  section.sect-content .about-concern-content .col.out-right {
    order: -1;
  }
}

section.sect-content .about-concern-content .col.out-right .image {
  margin-right: -4vw;
}

section.sect-content.product-desc-section {
  padding-top: 10px;
  overflow: visible;
}

section.sect-content.product-desc-section h2.big-title {
  font-size: 50px;
  font-weight: 500;
  border: none;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  section.sect-content.product-desc-section h2.big-title {
    font-size: 44px;
  }
}

section.sect-content.product-desc-section .partner-tabs-sect {
  padding-bottom: 50px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  section.sect-content.product-desc-section .partner-tabs-sect {
    padding-bottom: 20px;
  }
}

section.sect-content.product-desc-section .partner-tabs-sect p {
  color: #666;
}

section.sect-content .heading-sect-box {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  section.sect-content .heading-sect-box {
    padding-bottom: 0;
  }
}

section.sect-content .content-holder {
  padding-left: 65px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .content-holder {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  section.sect-content .content-holder {
    padding: 0 10px;
  }
}

section.sect-content .content-holder.xs-nopadding {
  padding: 0;
}

section.sect-content .content-info-block {
  padding-bottom: 50px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (max-width: 767px) {
  section.sect-content .content-info-block {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
  section.sect-content .content-info-block:last-child {
    padding-bottom: 0;
  }
}

section.sect-content .adr-box {
  padding-bottom: 40px;
  font-size: 21px;
  color: #000;
}

section.sect-content p {
  font-size: 19px;
  line-height: 30px;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  section.sect-content p {
    font-size: 18px;
    line-height: 24px;
  }
}

section.sect-content p .yellow-button {
  margin-top: 5px;
}

section.sect-content p small {
  color: #555;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

section.sect-content .head-box p {
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
}

section.sect-content p.head-text {
  font-size: 31px;
  line-height: 36px;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content p.head-text {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  section.sect-content p.head-text {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
  }
}

section.sect-content .step-title {
  padding-bottom: 6px;
  font-size: 20px;
  position: relative;
}

@media (max-width: 767px) {
  section.sect-content .step-title {
    font-size: 18px;
  }
}

section.sect-content .step-title strong {
  font-weight: 500;
}

section.sect-content .step-title .infobox-block {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  width: 500px;
}

section.sect-content .quest-link {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid rgba(116, 111, 109, 0.2);
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  transition: all 0.3s ease;
  background: none;
  outline: none;
}

section.sect-content .quest-link:hover {
  border-color: rgba(0, 0, 0, 0.8);
}

section.sect-content h2 {
  font-weight: 500;
  margin: 0 0 25px;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  border-bottom: 1px solid #DEDEE4;
  padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  section.sect-content h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

section.sect-content h2._mod-noborder {
  border: none;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 44px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content h2._mod-noborder {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  section.sect-content h2._mod-noborder {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 0;
  }
}

section.sect-content .tip-box {
  border-left: 2px solid #000000;
  padding: 8px 0 8px 30px;
  color: #333;
}

section.sect-content .tip-box p {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

section.sect-content h3 {
  font-size: 44px;
  margin: 0 0 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content h3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  section.sect-content h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}

section.sect-content .plefted {
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.sect-content .plefted {
    padding-left: 4%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .plefted {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  section.sect-content .plefted {
    padding-left: 0px;
  }
}

section.sect-content ul {
  padding-bottom: 30px;
}

section.sect-content ul li {
  padding-bottom: 5px;
  position: relative;
  padding-left: 28px;
}

section.sect-content ul li:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 12px;
  width: 14px;
  left: 0;
  background-color: #444444;
  height: 2px;
}

section.sect-content ol {
  counter-reset: li;
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

@media (max-width: 767px) {
  section.sect-content ol {
    padding-left: 0;
  }
}

section.sect-content ol > li {
  position: relative;
  padding-left: 35px;
  font-weight: 300;
  padding-bottom: 23px;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 767px) {
  section.sect-content ol > li {
    padding-left: 0;
    padding-top: 35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
  section.sect-content ol > li:last-child {
    border: none;
  }
}

section.sect-content ol > li:before {
  content: "";
  display: block;
  clear: both;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0px;
  top: 1px;
  background: #ffea33;
  color: #000;
  width: 25px;
  height: 25px;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-weight: 500;
  z-index: 4;
}

@media (max-width: 767px) {
  section.sect-content ol > li:before {
    left: 0;
    top: 2px;
    font-size: 14px;
  }
}

section.sect-content ol > li p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 25px;
}

section.sect-content ol > li p:last-child {
  margin-bottom: 0;
}

section.sect-content ol > li strong {
  font-size: 16px;
}

section.sect-content ol ul {
  padding: 20px 0 10px 20px;
}

@media (max-width: 767px) {
  section.sect-content ol ul {
    padding: 0 0 10px;
  }
}

section.sect-content ol ul li {
  font-size: 16px;
  padding-bottom: 15px;
}

section.sect-content ol ul li:last-child {
  padding-bottom: 0;
}

section.sect-content ol ul li:before {
  background: #ffea33;
}

@media (max-width: 767px) {
  section.sect-content ol ul li:before {
    top: 12px;
  }
}

section.sect-content ol ul li small {
  font-weight: 300;
  color: #757575;
  font-size: 14px;
}

@media (max-width: 767px) {
  section.sect-content ul.yellow-list {
    padding-bottom: 10px;
  }
}

section.sect-content ul.yellow-list li:before {
  background-color: #ffea33;
}

section.sect-content ul.steps-list li {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  section.sect-content ul.steps-list li {
    padding-bottom: 20px;
  }
}

section.sect-content ul.steps-list li:last-child {
  padding-bottom: 0;
}

section.sect-content ul.steps-list p {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  section.sect-content ul.process-steps-list {
    padding-top: 0;
  }
}

section.sect-content ul.process-steps-list li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  margin-bottom: 35px;
  font-size: 23px;
  line-height: 29px;
  font-weight: 300;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content ul.process-steps-list li {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  section.sect-content ul.process-steps-list li {
    display: block;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }
}

section.sect-content ul.process-steps-list li:last-child {
  margin-bottom: 0;
}

section.sect-content ul.process-steps-list li:before {
  display: none;
}

section.sect-content ul.process-steps-list li .icon {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffea33;
}

@media (max-width: 767px) {
  section.sect-content ul.process-steps-list li .icon {
    margin: 0 auto 20px;
  }
}

section.sect-content ul.process-steps-list li .step-text {
  display: block;
  padding-left: 30px;
}

@media (max-width: 767px) {
  section.sect-content ul.process-steps-list li .step-text {
    padding-left: 0;
    font-size: 18px;
    line-height: 24px;
  }
}

section.sect-content ul.shield-list {
  padding-left: 40px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  section.sect-content ul.shield-list {
    padding-left: 0px;
  }
}

section.sect-content ul.shield-list li {
  background: url(../images/scheme-shield-list.png) no-repeat 0 5px;
  background-size: 16.5px auto;
  padding-left: 34px;
  padding-bottom: 16px;
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
}

section.sect-content ul.shield-list li:before {
  display: none;
}

section.sect-content ul._g-bull-list > li {
  position: relative;
  padding-bottom: 55px;
  padding-left: 50px;
}

@media (max-width: 767px) {
  section.sect-content ul._g-bull-list > li {
    padding-left: 30px;
    padding-bottom: 25px;
  }
  section.sect-content ul._g-bull-list > li:last-child {
    padding-bottom: 0;
  }
}

section.sect-content ul._g-bull-list > li:before {
  content: "";
  display: block;
  clear: both;
  width: 28px;
  height: 2px;
  background: #ffea33;
  position: absolute;
  top: 14px;
  left: 0;
}

@media (max-width: 767px) {
  section.sect-content ul._g-bull-list > li:before {
    width: 15px;
  }
}

section.sect-content ul._g-bull-list > li p {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 27px;
}

section.sect-content ul._g-bull-list > li .list-title {
  display: block;
  font-size: 28px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  section.sect-content ul._g-bull-list > li .list-title {
    font-size: 21px;
  }
}

section.sect-content .create-process-info .process-small-info {
  border-top: 1px solid #DDDDDD;
  margin-left: 110px;
  margin-right: 90px;
  padding: 30px 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .create-process-info .process-small-info {
    margin: 0;
  }
}

@media (max-width: 767px) {
  section.sect-content .create-process-info .process-small-info {
    padding: 0;
    margin: 0;
    border: none;
  }
}

section.sect-content .create-process-info .process-small-info p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  margin: 0 0 25px;
}

section.sect-content .create-process-info .process-small-info .yellow-big-btn {
  margin-left: -22px;
}

@media (max-width: 767px) {
  section.sect-content .create-process-info .process-small-info .yellow-big-btn {
    margin-left: 0;
  }
}

section.sect-content .how-to-tablist {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 0;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  section.sect-content .how-to-tablist {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

section.sect-content .how-to-tablist li {
  padding: 0 40px 0px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.sect-content .how-to-tablist li {
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .how-to-tablist li {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  section.sect-content .how-to-tablist li {
    padding: 5px 0 0;
  }
}

section.sect-content .how-to-tablist li:first-child {
  padding-left: 0;
}

section.sect-content .how-to-tablist li:first-child a {
  padding-left: 0;
}

section.sect-content .how-to-tablist li:last-child {
  padding-right: 0;
}

section.sect-content .how-to-tablist li:before {
  display: none;
}

section.sect-content .how-to-tablist li a {
  color: #5e5e5e;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding: 0 10px 5px;
  transition: 0.3s;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .how-to-tablist li a {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  section.sect-content .how-to-tablist li a {
    font-size: 18px;
    padding: 0 0 5px;
  }
}

section.sect-content .how-to-tablist li a:hover {
  color: #000;
}

section.sect-content .how-to-tablist li.active a {
  border-color: #ffea33;
  color: #000;
}

section.sect-content._mod-rules p {
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
}

@media (max-width: 767px) {
  section.sect-content._mod-rules p {
    font-size: 17px;
    line-height: 26px;
  }
}

section.sect-content._mod-rules p b {
  font-weight: 500;
}

section.sect-content._mod-rules a {
  color: #ead204;
  text-decoration: underline;
}

section.sect-content._mod-rules a:hover {
  text-decoration: none;
}

section.sect-content._mod-rules ul li {
  margin-bottom: 10px;
}

section.sect-content._mod-rules ul li p {
  margin-bottom: 10px;
}

section.sect-content._mod-rules ul li:last-child {
  margin-bottom: 0;
}

section.sect-content._mod-rules ul li:last-child p:last-child {
  margin-bottom: 0;
}

section.sect-content._mod-rules ul p {
  font-size: 16px;
  line-height: 23px;
}

section.sect-content._mod-rules .claim-form {
  padding-top: 30px;
}

section.sect-content._mod-rules .doc-link {
  display: inline-block;
  color: #000;
  font-weight: 500;
  font-size: 19px;
  text-decoration: none;
}

section.sect-content._mod-rules .doc-link img {
  margin-left: 10px;
}

section.sect-content._mod-rules .doc-link:hover {
  color: #ffea33;
}

section.sect-content .selectric-items ul {
  padding: 0;
  margin: 0;
}

section.sect-content .selectric-items ul li {
  margin: 0;
}

section.sect-content .selectric-items ul li:before {
  display: none;
}

section.sect-content .gray-center-full-box p {
  font-size: 30px;
  line-height: 41px;
}

@media (max-width: 767px) {
  section.sect-content .gray-center-full-box p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 26px;
  }
}

section.sect-content .info-dl {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F5F5F5;
}

@media (max-width: 767px) {
  section.sect-content .info-dl {
    padding-bottom: 20px;
  }
}

section.sect-content .info-dl dt {
  padding: 40px 0 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  section.sect-content .info-dl dt {
    display: block;
    padding: 20px 0 15px;
  }
}

section.sect-content .info-dl dt:first-child {
  border: none;
}

section.sect-content .info-dl dt .icon {
  position: relative;
  width: 100px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .info-dl dt .icon {
    width: 80px;
  }
}

@media (max-width: 767px) {
  section.sect-content .info-dl dt .icon {
    width: 100%;
    margin-bottom: 20px;
  }
}

section.sect-content .info-dl dt .icon:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  top: 50%;
  left: -17px;
  background: #ffea33;
}

section.sect-content .info-dl dt .icon img {
  position: relative;
  z-index: 3;
}

section.sect-content .info-dl dt .title {
  display: block;
  font-weight: 300;
  font-size: 37px;
  line-height: 40px;
}

@media (max-width: 767px) {
  section.sect-content .info-dl dt .title {
    font-size: 30px;
    line-height: 34px;
  }
}

section.sect-content .info-dl dd {
  padding-left: 180px;
  font-size: 17px;
  color: #545454;
  line-height: 23px;
  margin: 0;
  padding-right: 10%;
  max-width: 1400px;
  padding-bottom: 25px;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .info-dl dd {
    padding-left: 130px;
  }
}

@media (max-width: 767px) {
  section.sect-content .info-dl dd {
    padding-left: 0px;
  }
}

section.sect-content .card-interes-section {
  padding: 40px 0 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .card-interes-section {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  section.sect-content .card-interes-section {
    padding-top: 5px;
  }
}

section.sect-content .card-interes-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 0 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .card-interes-box {
    justify-content: space-between;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  section.sect-content .card-interes-box {
    display: block;
    padding: 0 0 20px;
  }
}

section.sect-content .card-interes-box .card-col {
  width: 40%;
  padding-right: 5vw;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .card-interes-box .card-col {
    justify-content: flex-start;
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.sect-content .card-interes-box .card-col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  section.sect-content .card-interes-box .card-col {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

section.sect-content .card-interes-box .card-feats-col {
  position: relative;
  width: 40%;
  z-index: 2;
  padding-top: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.sect-content .card-interes-box .card-feats-col {
    width: 45%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .card-interes-box .card-feats-col {
    padding-top: 10px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  section.sect-content .card-interes-box .card-feats-col {
    width: 100%;
    padding-top: 0;
  }
}

section.sect-content .user-actions {
  position: relative;
  z-index: 3;
}

section.sect-content .mapbg {
  position: absolute;
  top: -60px;
  left: 0;
  width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

section.sect-content .mapbg img {
  max-height: 420px;
}

section.sect-content .map-title {
  position: relative;
  z-index: 3;
  font-size: 12px;
  margin-bottom: 30px;
  display: block;
  color: #717171;
  font-weight: 500;
}

@media (max-width: 767px) {
  section.sect-content .map-title {
    margin-bottom: 20px;
  }
}

section.sect-content .erial-card-image {
  position: relative;
  z-index: 3;
  width: 90%;
  min-width: 360px;
  max-width: 400px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .erial-card-image {
    min-width: 290px;
    width: 95%;
  }
}

@media (max-width: 767px) {
  section.sect-content .erial-card-image {
    min-width: 0;
    width: 100%;
  }
}

section.sect-content .erial-card-image img {
  border-radius: 1vw;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.36);
}

@media (max-width: 767px) {
  section.sect-content .erial-card-image img {
    border-radius: 5vw;
  }
}

section.sect-content .card-interes-feats-list {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  section.sect-content .card-interes-feats-list {
    max-width: none;
    margin-bottom: 0;
    padding: 0 0 0 10px;
  }
}

section.sect-content .card-interes-feats-list li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 23px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.sect-content .card-interes-feats-list li {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  section.sect-content .card-interes-feats-list li {
    margin-bottom: 10px;
  }
}

section.sect-content .card-interes-feats-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.sect-content .card-interes-feats-list li:last-child {
    margin-bottom: 0;
  }
}

section.sect-content .card-interes-feats-list li:before {
  display: none;
}

section.sect-content .card-interes-feats-list li .icon {
  margin-right: 35px;
  position: relative;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #ffea33;
}

@media (max-width: 767px) {
  section.sect-content .card-interes-feats-list li .icon {
    margin-right: 20px;
  }
}

section.sect-content .card-interes-feats-list li .icon img {
  position: absolute;
  right: 6px;
  top: -9px;
}

section.sect-content .card-interes-feats-list li .desc {
  width: 100%;
}

section.sect-content .card-interes-feats-list li span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 767px) {
  section.sect-content .card-interes-feats-list li span {
    padding-bottom: 5px;
  }
}

section.sect-content .card-interes-feats-list li p {
  margin: 0;
  font-size: 12px;
  line-height: 19px;
  color: #767676;
}

@media (max-width: 767px) {
  section.sect-content .card-interes-feats-list li p {
    line-height: 17px;
  }
}

.become-bottom-sect {
  padding: 60px 0 70px;
  background-color: #F5F5F6;
}

@media (max-width: 767px) {
  .become-bottom-sect {
    padding: 40px 0 20px;
  }
  .become-bottom-sect .press-center-sect {
    padding-top: 0;
  }
}

.become-bottom-sect .press-center-box .sect-title {
  font-size: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .become-bottom-sect .press-center-box .sect-title {
    padding-left: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .become-bottom-sect .press-center-list .item {
    padding-left: 40px;
  }
}

.become-bottom-sect .press-center-list .item .item-holder:after {
  padding-top: 100%;
}

section.press-center-page .press-center-box .sect-title {
  font-weight: 300;
  font-size: 55px;
  padding-left: 65px;
}

@media (max-width: 767px) {
  section.press-center-page .press-center-box .sect-title {
    padding-left: 0;
    font-size: 40px;
  }
}

section.press-center-page div.content-holder {
  padding-left: 20px;
}

@media (max-width: 767px) {
  section.press-center-page div.content-holder {
    padding-left: 0;
  }
}

section.press-center-page .content-side-twocolumns .content-sidebar {
  width: 100px;
  border-color: #D8D8D9;
  min-width: 100px;
}

section.press-center-page .content-side-twocolumns .sidenavi li {
  padding-bottom: 20px;
}

section.press-center-page .content-side-twocolumns .sidenavi li a {
  padding-bottom: 5px;
}

section.press-center-page .content-side-twocolumns .content-column h1 {
  font-size: 65px;
  margin: 0 0 30px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 767px) {
  section.press-center-page .content-side-twocolumns .content-column h1 {
    font-size: 12vw;
  }
}

section.press-center-page .press-center-list {
  padding-left: 0;
  margin-left: -30px;
  width: auto;
}

@media (max-width: 767px) {
  section.press-center-page .press-center-list {
    padding: 0;
    margin-left: 0;
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.press-center-page .press-center-list {
    margin-left: -20px;
  }
}

section.press-center-page .press-center-list .item {
  padding-left: 30px;
  display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.press-center-page .press-center-list .item {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  section.press-center-page .press-center-list .item {
    padding-left: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  section.press-center-page .press-center-list .item {
    padding: 0 10px;
    border: none;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  section.press-center-page .press-center-list .item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  section.press-center-page .press-center-list .item .info {
    bottom: 10px;
  }
}

@media (min-width: 768px) {
  section.press-center-page .press-center-list .item .title {
    font-size: 2vw;
    line-height: 2vw;
  }
}

@media (min-width: 1800px) {
  section.press-center-page .press-center-list .item .title {
    font-size: 40px;
    line-height: 44px;
  }
}

section.press-center-page .press-center-list .item .item-holder:after {
  padding-top: 90%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.press-center-page .press-center-list .item .abs-link:after {
    left: 30px;
  }
}

@media (max-width: 767px) {
  section.press-center-page .press-center-list .item .abs-link:after {
    display: none;
  }
}

@media (min-width: 1800px) {
  section.press-center-page .press-center-list .item .abs-link:after {
    left: 10%;
  }
}

section.press-center-page .press-center-list .item .date {
  top: 20px;
  left: 35px;
}

@media (max-width: 767px) {
  section.press-center-page .press-center-list .item .date {
    left: 23px;
  }
}

@media (min-width: 1800px) {
  section.press-center-page .press-center-list .item .date {
    left: 10%;
  }
}

/*product-view-sect*/
.no-touch .product-view-section .product-background {
  background-attachment: fixed !important;
}

/*calc-info-fixed*/
.fixed-calculation-box {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0 40px 0 40px;
  z-index: 17;
  transition: 0.5s;
  transform: translateY(80px);
}

@media (min-width: 768px) and (max-width: 991px) {
  .fixed-calculation-box {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .fixed-calculation-box {
    display: none;
  }
}

.fixed-calculation-box .calculation-box {
  display: none;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
}

.fixed-calculation-box .calculation-box .calc-form-type {
  padding: 20px 15px 0 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .fixed-calculation-box .calculation-box .calc-form-type {
    padding-left: 20px;
  }
}

.fixed-calculation-box .calculation-box .calc-form-type .calc-holder-flex {
  padding-top: 0;
  padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fixed-calculation-box .calculation-box .calc-form-type .calc-holder-flex {
    padding-bottom: 0;
  }
}

.fixed-calculation-box .calc-opener-btn {
  background: #ffea33;
  border-radius: 30px 30px 0 0;
  display: block;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  padding: 12px 50px 12px 35px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  transition: 0.3s;
  border-bottom: 1px solid #ECE8E6;
  position: relative;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .fixed-calculation-box .calc-opener-btn {
    display: none;
  }
}

.fixed-calculation-box .calc-opener-btn:hover {
  background: #ffea33;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.fixed-calculation-box .calc-opener-btn span {
  display: block;
  padding-left: 70px;
  position: relative;
  line-height: 44px;
}

.fixed-calculation-box .calc-opener-btn span:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  background: url(../images/calc-shower-icon.png) no-repeat 50% 50% #fff;
  background-size: 21px auto;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
}

.fixed-calculation-box .calc-opener-btn em {
  font-style: normal;
}

.fixed-calculation-box .calc-opener-btn b {
  display: none;
}

.fixed-calculation-box .calc-opener-btn i {
  position: absolute;
  top: 14px;
  border-radius: 50%;
  background: transparent;
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  right: 40px;
  transition: 0.3s;
}

.fixed-calculation-box .calc-opener-btn i:before, .fixed-calculation-box .calc-opener-btn i:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  width: 55%;
  width: 35%;
  top: 2px;
  margin-top: 18px;
  margin-left: 9px;
  transition: all 0.3s ease;
}

.fixed-calculation-box .calc-opener-btn i:before {
  left: 8px;
}

.fixed-calculation-box .calc-opener-btn i:after {
  left: -1px;
  transform: rotate(-45deg);
}

.fixed-calculation-box.calc-fix-ready {
  transform: translateY(0px);
}

.fixed-calculation-box.calc-fix-ready .calc-opener-btn {
  opacity: 1;
}

.fixed-calculation-box.calc-info-open .calc-opener-btn {
  background: #fff;
}

.fixed-calculation-box.calc-info-open .calc-opener-btn em {
  display: none;
}

.fixed-calculation-box.calc-info-open .calc-opener-btn b {
  display: inline;
}

.fixed-calculation-box.calc-info-open .calc-opener-btn i {
  background: #ffea33;
}

.fixed-calculation-box.calc-info-open .calc-opener-btn i:before, .fixed-calculation-box.calc-info-open .calc-opener-btn i:after {
  top: 1px;
  left: 0;
  width: 55%;
}

.fixed-calculation-box .take-credit-btn {
  width: 100%;
  display: block;
  border: none;
  background: #ffea33;
  padding: 16px 0;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  position: relative;
  color: #000;
  transition: 0.3s;
}

.fixed-calculation-box .take-credit-btn:hover {
  box-shadow: 0 0 20px #ffea33;
}

.fixed-calculation-box .take-credit-btn span {
  display: inline-block;
  background: url(../images/bg-yellow-big-btn.png) no-repeat 100% 0%;
  background-size: 30px auto;
  line-height: 30px;
  padding-right: 65px;
}

.product-view-section {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .product-view-section {
    max-height: 800px;
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .product-view-section {
    height: auto;
    min-height: 0 !important;
    padding-top: 34vh;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .product-view-section:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 45%;
  }
}

.product-view-section .product-view {
  position: absolute;
  padding: 260px 0 0;
  bottom: 10%;
  left: 0;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-view-section .product-view {
    bottom: 5%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-view-section .product-view {
    bottom: 5%;
  }
}

@media (max-width: 767px) {
  .product-view-section .product-view {
    position: relative;
    height: auto;
      padding: 0;
  }
}

.product-view-section .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

.product-view-section .image-bg:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 30%, transparent 90%);
}

@media (min-width: 768px) {
    .product-view-section .image-bg:before {
        background: url(../images/deposit-dark-overlay.png) no-repeat;
        background-size: 100% 100%;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .product-view-section .image-bg:before {
        opacity: 0.1;
    }
}

@media (max-width: 767px) {
  .product-view-section .image-bg {
    position: absolute;
    top: 0px;
    height: auto;
    bottom: 0;
    background: #191C1F;
  }
}

.product-view-section .image-bg .desktop-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.product-view-section .image-bg picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .product-view-section .image-bg picture {
    position: relative;
    display: block;
    height: auto;
  }
  .product-view-section .image-bg picture:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #191C1F 0%, transparent 95%);
  }
}

.product-view-section .image-bg picture img {
  object-position: 50% 20%;
  width: 100%;
  margin-top: -3vw;
}

@media (max-width: 767px) {
  .product-view-section .image-bg picture img {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-view-section .image-bg picture img {
    object-fit: cover;
    min-height: 600px;
    margin-top: 0;
  }
}

.product-view-section .text-wrapper {
  padding-bottom: 30px;
  padding-right: 35%;
}

@media (max-width: 767px) {
  .product-view-section .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}

.product-view-section .text-wrapper p {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .product-view-section .text-wrapper p {
    font-size: 18px;
    line-height: 25px;
  }
}

.product-view-section .product-info {
  z-index: 5;
  transform: perspective(0px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
}

@media (max-width: 767px) {
  .product-view-section .product-info {
    position: static;
    text-align: left;
    display: block;
  }
}

.product-view-section h2 {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-view-section h2 {
    font-size: 54px;
    line-height: 54px;
  }
}

.product-view-section h2 i {
  font-style: normal;
  font-weight: 300;
}

.product-view-section h2 i b {
  color: #fff;
}

.product-view-section h2 b {
  color: #ffea33;
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-view-section h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
  }
}

.product-view-section .yellow-big-btn {
  font-size: 18px;
  padding: 0 15px 0 18px;
}

.product-view-section .yellow-big-btn span {
  padding: 5px 40px 5px 0;
}

@media (max-width: 767px) {
  .product-view-section .yellow-big-btn {
    font-size: 17px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.product-view-section .product-type-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .product-view-section .product-type-box {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.product-view-section .product-type-box strong {
  display: block;
  font-size: 60px;
  color: #ffea33;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-view-section .product-type-box strong {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .product-view-section .product-type-box strong {
    font-size: 22px;
    width: auto;
  }
}

@keyframes scale3 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    transform: scale(1.2);
    opacity: 1;
  }
  60% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes shadow1 {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.product-view-section .product-icon {
  border-radius: 50%;
  margin-left: 20px;
  min-width: 110px;
  width: 110px;
  height: 110px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  padding: 25px;
}

@media (max-width: 767px) {
  .product-view-section .product-icon {
    margin-left: 0;
    order: -1;
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-bottom: 20px;
    padding: 15px;
  }
}

.product-view-section .product-icon:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fed350;
  border-radius: 50%;
  animation: scale3 3s linear infinite;
  animation-delay: 0.3s;
}

@media (max-width: 767px) {
  .product-view-section .product-icon:after {
    animation: none;
  }
}

.product-view-section .product-icon:before {
  content: "";
  display: block;
  clear: both;
  border: 1px solid #ffea33;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border-radius: 50%;
  animation: shadow1 3s ease infinite;
  background: #ffea33;
}

@media (max-width: 767px) {
  .product-view-section .product-icon:before {
    animation: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.product-view-section .product-icon img {
  position: relative;
  z-index: 3;
  max-height: 100%;
  width: 100%;
}

.product-view-section .cent-button {
  width: 50px;
  text-align: center;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-view-section .cent-button {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-view-section .cent-button {
    display: none;
  }
}

.product-view-section .scrollmoreBtn {
  background: none;
  width: auto;
  position: absolute;
  top: 0;
  margin-top: 0;
}

.product-view-section .scrollmoreBtn:after {
  margin-top: 20px;
}

.product-view-section .product-parameters {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .product-view-section .product-parameters {
    margin-bottom: 20px;
  }
}

.product-view-section .product-parameters .param-item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 180px;
  padding: 9px 35px 14px 35px;
}

@media (max-width: 767px) {
  .product-view-section .product-parameters .param-item {
    width: 33.333%;
    padding: 5px 10px 3px 10px;
  }
}

.product-view-section .product-parameters .param-item:first-child {
  border: none;
  padding-left: 0;
  width: 160px;
}

@media (max-width: 767px) {
  .product-view-section .product-parameters .param-item:first-child {
    width: 33.333%;
  }
}

.product-view-section .product-parameters .param-item .param-num {
    display: block;
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 5px;
    color: #ffea33;
    font-family: Arial, sans-serif;
}

@media (max-width: 767px) {
  .product-view-section .product-parameters .param-item .param-num {
    font-size: 26px;
    font-weight: 500;
    white-space: nowrap;
  }
}

.product-view-section .product-parameters .param-item .param-num em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
}

@media (max-width: 767px) {
  .product-view-section .product-parameters .param-item .param-num em {
    font-size: 10px;
  }
}

.product-view-section .product-parameters .param-item .param-name {
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding-left: 4px;
}

@media (max-width: 767px) {
  .product-view-section .product-parameters .param-item .param-name {
    font-size: 10px;
    color: #c7c7c7;
    line-height: 13px;
    padding-left: 0;
  }
}

.product-view-section .buttons-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

@media (max-width: 767px) {
  .product-view-section .buttons-flex {
    display: block;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .product-view-section .buttons-flex .btns-left {
    margin-left: 0;
  }
}

.product-view-section .buttons-flex .btns-right {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .product-view-section .buttons-flex .btns-right {
      padding-bottom: 30px;
      position: absolute;
      right: 0;
      bottom: 0;
  }
}

@media (max-width: 767px) {
  .product-view-section .buttons-flex .btns-right {
    display: none;
  }
}

.product-view-section .all-product-link {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  background: none;
  outline: none;
  border: none;
}

.product-view-section .all-product-link:hover span {
  color: #ffea33;
}

.product-view-section .all-product-link:hover i:before {
  transform: translateY(-1px);
}

.product-view-section .all-product-link:hover i:after {
  transform: translateY(1px);
}

.product-view-section .all-product-link span {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
}

.product-view-section .all-product-link i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: 19px;
  background: #ffea33;
}

.product-view-section .all-product-link i:before, .product-view-section .all-product-link i:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  height: 2px;
  left: 11px;
  right: 11px;
  top: 16px;
  background: #000;
  transition: 0.3s;
}

.product-view-section .all-product-link i:after {
  top: auto;
  bottom: 16px;
}

.product-view-section .mobile-period {
  display: none;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 4;
  color: #fff;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .product-view-section .mobile-period {
    display: flex;
    z-index: 6;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.product-view-section .mobile-period strong {
  font-size: 11vw;
  line-height: 10vw;
  display: block;
  min-width: 100px;
}

@media (orientation: landscape) {
  .product-view-section .mobile-period strong {
    font-size: 30px;
    line-height: 32px;
  }
}

.product-view-section .mobile-period span {
  display: block;
  padding-left: 35px;
  font-size: 6vw;
  line-height: 6vw;
  font-weight: 500;
  position: relative;
  text-align: left;
}

@media (orientation: landscape) {
  .product-view-section .mobile-period span {
    font-size: 26px;
    line-height: 32px;
  }
}

.product-view-section .mobile-period span:before {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  margin-top: -2px;
}

.product-view-sect-wrap {
  position: relative;
}

.all-products-drowdown-holder {
  position: absolute;
  bottom: 5vw;
  width: 100%;
  left: 0;
}

.all-products-drowdown-holder .container {
  position: relative;
}

/*credit-view-section*/
.deposit-view .products-choose-box .all-products-scrollbox {
  height: auto;
  max-height: 320px;
}

@media (max-width: 767px) {
  .deposit-view .products-choose-box .all-products-scrollbox {
    height: auto;
  }
}

@media (max-width: 767px) {
  .deposit-view .product-backgrounds .image-bg {
    background-attachment: scroll !important;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .deposit-view .product-backgrounds .image-bg {
    background: url(../images/product-view-deposit-xs.jpg) no-repeat !important;
    background-size: auto 100% !important;
    background-attachment: scroll !important;
    background-position: 60% 0% !important;
  }
}

/*credits view*/
.credit-view {
  min-height: 850px;
  /*auto credit*/
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-view {
    min-height: 1000px;
  }
  .credit-view .overlay-bottom {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.credit-view .products-choose-box .all-products-dropdown {
  width: 430px;
}

@media (max-width: 767px) {
  .credit-view .products-choose-box .all-products-dropdown {
    width: 100%;
  }
}

.credit-view .products-choose-box .all-products-dropdown .drop-title {
  font-size: 34px;
  line-height: 32px;
  padding: 5px 55px 20px 50px;
}

@media (max-width: 767px) {
  .credit-view .products-choose-box .all-products-dropdown .drop-title {
    font-size: 24px;
    line-height: 28px;
    padding-left: 30px;
  }
}

.credit-view .products-choose-box .all-products-list li a strong {
  font-size: 19px;
  color: #000;
}

@media (max-width: 767px) {
  .credit-view .products-choose-box .all-products-list li a strong {
    font-size: 16px;
  }
}

.credit-view .products-choose-box .all-products-list li a span {
  font-size: 14px;
  color: #b0b0b0;
}

.credit-view .products-choose-box .all-products-list li.active a {
  cursor: default;
}

.credit-view .products-choose-box .all-products-list li.active a:hover {
  background: none;
}

.credit-view .products-choose-box .all-products-list li.active a strong {
  color: #000;
}

.credit-view h2 {
  color: #ffea33;
  font-size: 70px;
  line-height: 61px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-view h2 {
    font-size: 56px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .credit-view h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .credit-view .product-parameters .param-item .param-num {
    font-size: 18px;
  }
}

.credit-view .product-info {
  bottom: 340px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-view .product-info {
    bottom: 520px;
  }
}

.credit-view .product-info p {
  margin: 10px 0 30px;
  color: #fff;
  font-size: 21px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .credit-view .product-info p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.credit-view .product-info .text-wrapper {
  width: 45%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-view .product-info .text-wrapper {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .credit-view .product-info .text-wrapper {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-view .calc-info-form .calc-holder-flex {
    flex-wrap: wrap;
  }
  .credit-view .calc-info-form .calc-amount-deposit,
  .credit-view .calc-info-form .calc-months-deposit {
    width: 45%;
  }
  .credit-view .calc-info-form .results-box {
    width: 100%;
    padding-top: 20px;
  }
  .credit-view .calc-info-form .results-box .result-box {
    margin-top: 0;
  }
  .credit-view .calc-info-form .results-box .label {
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .credit-view .calc-info-form .calc-amount-deposit {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .credit-view .calc-info-form .calc-amount-deposit {
    display: block;
  }
}

@media (max-width: 767px) {
  .credit-view .calc-info-form .calc-amount-deposit .select-boxed {
    order: -1;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .credit-view .calc-info-form .calc-amount-deposit .select-boxed {
    width: 100%;
    margin-bottom: 0;
  }
}

.credit-view .calc-info-form .calc-amount-deposit .select-boxed {
  padding-top: 20px;
}

.credit-view .calc-info-form .calc-return-amount .result-norm:last-child {
  padding-bottom: 0;
}

.credit-view .calc-info-form .calc-return-amount .result-norm .profit-value {
  font-size: 30px;
  line-height: 30px;
  vertical-align: top;
}

.credit-view .calc-info-form .calc-return-amount .result-norm .percent-value {
  font-size: 25px;
  line-height: 30px;
}

.credit-view .calc-info-form .calc-return-amount .result-norm .years-label {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  font-size: 15px;
  margin-left: 5px;
}

.credit-view .calc-info-form .calc-return-amount .result-norm .years-label:before {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  width: 13px;
  background-color: #CECECE;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.credit-view .calc-info-form .results-box .calc-result-quatro {
  width: 53%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-view .calc-info-form .results-box .calc-result-quatro {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .credit-view .calc-info-form .results-box .calc-result-quatro {
    width: 100%;
  }
}

.credit-view .calc-info-form .results-box .calc-result-quatro .select-boxed {
  padding-top: 0;
  padding-left: 10px;
}

.credit-view .calc-info-form .select-boxed {
  width: 100%;
  /*custom-select*/
}

@media (max-width: 767px) {
  .credit-view .calc-info-form .select-boxed {
    padding-bottom: 15px;
  }
}

.credit-view .calc-info-form .select-boxed .select-title {
  display: block;
  color: #6a6a6a;
  font-size: 15px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .credit-view .calc-info-form .select-boxed .select-title {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-left: 15px;
  }
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper.selectric-hover .selectric .label {
  color: #ead204;
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric {
  border: none;
  background: none;
}

@media (max-width: 767px) {
  .credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric {
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
  }
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .label {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-left: 0;
  padding-bottom: 0;
  line-height: 34px;
  font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .label {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .label {
    padding-left: 20px;
    padding-right: 5px;
    line-height: 40px;
    height: 40px;
  }
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .button {
  background: none;
  width: 32px;
  height: 32px;
  border: 1px solid #ffea33;
  border-radius: 50%;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .button {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 8px;
  }
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .button:after {
  content: "";
  display: block;
  clear: both;
  margin-top: 8px;
  position: static;
  display: inline-block;
  vertical-align: top;
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric .button:after {
    border-color: #ffea33;
  }
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric-items {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  border: none;
  left: -20px;
  outline: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric-items {
    left: 0;
  }
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric-items li {
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  color: #000;
  margin: 3px 0;
  transition: 0.3s;
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric-items li:hover {
  background: #EAECEF;
}

.credit-view .calc-info-form .select-boxed .selectric-wrapper .selectric-items li.selected {
  background: #ffea33;
}

.credit-view.credit-auto {
  min-height: 950px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .credit-view.credit-auto {
    min-height: 900px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-view.credit-auto {
    min-height: 1150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-view.credit-auto .layer-man .image-holder {
    padding-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-view.credit-auto .calc-info-layer .results-box {
    padding-top: 0;
  }
  .credit-view.credit-auto .calc-info-layer .results-box .calc-item {
    width: 45%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-view.credit-auto .calc-info-layer .results-box .calc-result-quatro {
    width: 45%;
  }
}

@media (min-width: 1199px) {
  .credit-view.credit-auto .calc-info-layer .results-box .calc-result-quatro .quatro-item {
    padding: 30px 5%;
  }
}

.credit-view-auto {
  min-height: 900px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-view-auto {
    min-height: 1100px;
  }
}

.credit-view-auto .product-info {
  bottom: 380px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-view-auto .product-info {
    bottom: 570px;
  }
}

.credit-leasing {
  min-height: 1080px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-leasing {
    min-height: 1150px;
  }
}

.credit-leasing .product-info {
  bottom: 450px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-leasing .product-info {
    bottom: 600px;
  }
}

.credit-leasing h2 {
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit-leasing h2 {
    line-height: 50px;
  }
}

.user-actions {
  text-align: center;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .user-actions {
    padding-bottom: 20px;
  }
}

.user-actions a {
  margin: 0 10px;
  font-size: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .user-actions a {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .user-actions a {
    font-size: 18px;
    width: 100%;
    margin: 0 0 10px;
  }
}

.user-actions .consult-big-btn {
  background: #F7F7F7;
}

.user-actions .consult-big-btn:hover {
  box-shadow: none;
  transform: scale(1.1);
}

.product-info-section {
  position: relative;
  z-index: 5;
  padding: 60px 0 30px;
  color: #000;
  background-color: #F5F5F6;
}

@media (max-width: 767px) {
  .product-info-section {
    padding: 40px 0 20px;
  }
}

.product-info-section .content-holder {
  padding-left: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-info-section .content-holder {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .product-info-section .content-holder {
    padding: 0 10px;
  }
}

.product-info-section p {
  margin: 0 0 25px;
  font-size: 15px;
  line-height: 22px;
  color: #606060;
}

.product-bottom-sect {
  padding: 55px 0 40px;
  position: relative;
  z-index: 11;
  background-color: #F5F5F6;
}

@media (max-width: 767px) {
  .product-bottom-sect {
    padding: 30px 0 10px;
  }
}

.product-bottom-sect .flickity-button {
  display: none;
}

.product-bottom-sect .flickity-page-dots {
  position: static;
  margin-top: 10px;
}

.product-bottom-sect .flickity-page-dots .dot {
  border: 1px solid transparent;
  width: 20px;
  height: 20px;
  background: none;
  position: relative;
  transition: all 0.5s ease;
}

.product-bottom-sect .flickity-page-dots .dot.is-selected {
  border-color: #ffea33;
}

.product-bottom-sect .flickity-page-dots .dot.is-selected:after {
  transform: scale(1);
  background-color: #ffea33;
}

.product-bottom-sect .flickity-page-dots .dot:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-color: #B5B5B6;
  border-radius: 50%;
  transform: scale(0.8);
  transition: all 0.5s ease;
}

.product-bottom-sect .product-feats-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 65px;
  color: #000000;
}

@media (max-width: 767px) {
  .product-bottom-sect .product-feats-list {
    display: block;
    padding-bottom: 0px;
  }
}

.product-bottom-sect .product-feats-list .item {
  width: 33.3333%;
  padding-left: 3%;
}

@media (max-width: 767px) {
  .product-bottom-sect .product-feats-list .item {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}

.product-bottom-sect .product-feats-list .item .item-holder {
  width: 100%;
  background-color: #fff;
  height: 100%;
  padding: 23px 10% 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-bottom-sect .product-feats-list .item .item-holder {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-bottom-sect .product-feats-list .item .item-holder {
    display: block;
  }
}

@media (max-width: 767px) {
  .product-bottom-sect .product-feats-list .item .item-holder {
    display: block;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-bottom-sect .product-feats-list .item .item-holder .icon-box {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-bottom-sect .product-feats-list .item .item-holder .icon-box {
    padding-bottom: 15px;
  }
}

.product-bottom-sect .product-feats-list .item .item-holder .icon {
  width: 70px;
  height: 70px;
  background-color: #ffea33;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .product-bottom-sect .product-feats-list .item .item-holder .icon {
    margin: 0 auto 10px;
  }
}

.product-bottom-sect .product-feats-list .item .item-holder .icon img {
  width: 100%;
}

.product-bottom-sect .product-feats-list .item .item-holder .desc {
  padding-left: 23px;
  padding-top: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-bottom-sect .product-feats-list .item .item-holder .desc {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-bottom-sect .product-feats-list .item .item-holder .desc {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .product-bottom-sect .product-feats-list .item .item-holder .desc {
    padding-left: 0;
  }
}

.product-bottom-sect .product-feats-list .item .item-holder .desc strong {
  display: block;
  font-weight: 500;
  font-size: 25px;
  padding-bottom: 8px;
  line-height: 23px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-bottom-sect .product-feats-list .item .item-holder .desc strong {
    font-size: 21px;
  }
}

.product-bottom-sect .product-feats-list .item .item-holder .desc span {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-bottom-sect .product-feats-list .item .item-holder .desc span {
    font-size: 16px;
  }
}

.product-bottom-sect .product-main-info {
  text-align: center;
  color: #000;
  padding-bottom: 50px;
}

.product-bottom-sect .product-main-info .icon {
  padding-bottom: 20px;
}

.product-bottom-sect .product-main-info .subtitle {
  display: block;
  font-weight: 300;
  font-size: 33px;
  padding-bottom: 15px;
}

.product-bottom-sect .product-main-info .name {
  font-weight: 500;
  font-size: 50px;
  padding-bottom: 10px;
  line-height: 50px;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-bottom-sect .product-main-info .name {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.product-bottom-sect .product-main-info .user-actions {
  padding-top: 10px;
}

.product-bottom-sect .product-main-info .user-actions .consult-big-btn {
  background: #fff;
}

.product-bottom-sect .product-main-info .user-actions .consult-big-btn:hover {
  box-shadow: none;
}

.product-bottom-sect .product-credit-info .name {
  padding-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-bottom-sect .product-credit-info .name {
    padding-bottom: 10px;
  }
}

.product-bottom-sect .product-credit-info .subtitle {
  padding-bottom: 30px;
}

.infobox-block {
  position: absolute;
  outline: none;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 30px;
  padding: 45px 30px 40px 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: #000;
}

@media (max-width: 767px) {
  .infobox-block {
    padding: 20px 10px 20px 15px;
    text-align: left;
    position: fixed;
    top: 50%;
    width: 100% !important;
  }
}

.infobox-block .close {
  top: 20px;
  right: 25px;
}

.infobox-block .close:hover:before, .infobox-block .close:hover:after {
  background-color: #ffea33;
}

.infobox-block .close:before, .infobox-block .close:after {
  width: 100%;
  background-color: #000;
}

.infobox-block .pop-block-holder {
  max-height: 250px;
}

.infobox-block .infobox-title {
  display: block;
  color: #000;
  font-size: 21px;
  font-weight: normal;
  padding-bottom: 20px;
}

.infobox-block p {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 22px;
}

@media (max-width: 767px) {
  .infobox-block p {
    font-size: 14px !important;
    line-height: 19px !important;
  }
}

.infobox-block p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .js .product-view-section,
  .js .global-anim-top-sect {
    opacity: 0;
  }
}

section.section-inner {
  padding: 150px 0 30px;
  position: relative;
  z-index: 5;
  color: #000;
  background-color: #fff;
}

@media (max-width: 767px) {
  section.section-inner {
    padding-top: 90px;
  }
}

section.section-inner.page-bg-gray {
  background-color: #F6F6F8;
}

section.section-inner .whitepage-twocolumns {
  background: none;
  padding-top: 0;
}

section.section-inner.press-center-page {
  background: #F5F5F6;
}

@media (max-width: 767px) {
  section.section-inner.press-center-page {
    padding-bottom: 0;
  }
}

section.section-inner .content-holder {
  padding-left: 65px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.section-inner .content-holder {
    padding: 0;
  }
}

@media (max-width: 767px) {
  section.section-inner .content-holder {
    padding: 0;
  }
}

section.section-inner p {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
  font-weight: 300;
}

@media (max-width: 767px) {
  section.section-inner p {
    font-size: 18px;
    line-height: 26px;
  }
}

section.section-inner p .yellow-button {
  margin-top: 5px;
}

section.section-inner p small {
  color: #555;
  font-size: 15px;
  line-height: 23px;
  display: block;
}

section.section-inner .fake-table {
  margin-bottom: 20px;
}

section.section-inner .fake-table .table-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 767px) {
  section.section-inner .fake-table .table-row {
    display: block;
  }
}

section.section-inner .fake-table .table-col {
  padding: 20px 10px;
}

@media (max-width: 767px) {
  section.section-inner .fake-table .table-col {
    padding: 10px;
    border-bottom: 1px solid #D3D6DA;
  }
}

section.section-inner .fake-table .table-col.summ {
  border-bottom: 2px solid #ffea33;
  padding-left: 0;
  padding-right: 0;
  margin: 0 10px;
}

section.section-inner .fake-table .table-col.summ strong {
  font-size: 20px;
}

section.section-inner .fake-table span {
  display: block;
  font-size: 16px;
  color: #5e5e5e;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.section-inner .fake-table span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  section.section-inner .fake-table span {
    padding-bottom: 5px;
  }
}

section.section-inner .fake-table strong {
  color: #000;
  font-size: 18px;
  display: block;
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.section-inner .fake-table strong {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  section.section-inner .fake-table strong {
    font-size: 16px;
  }
}

section.section-inner .fake-table-bordered {
  border-top: 1px solid #D3D6DA;
  border-bottom: 1px solid #D3D6DA;
}

@media (max-width: 767px) {
  section.section-inner .fake-table-bordered {
    border: none;
  }
}

section.section-inner .fake-table-bordered .table-col {
  border-left: 1px solid #D3D6DA;
}

@media (max-width: 767px) {
  section.section-inner .fake-table-bordered .table-col {
    border-left: none;
  }
}

section.section-inner .fake-table-bordered .table-col:first-child {
  border-left: none;
}

section.section-inner .fake-table-dep .table-row {
  border-top: 1px solid #ECEEEF;
}

@media (max-width: 767px) {
  section.section-inner .fake-table-dep .table-row {
    display: block;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
  }
}

section.section-inner .fake-table-dep .table-row:first-child {
  border-top: none;
}

@media (max-width: 767px) {
  section.section-inner .fake-table-dep .table-row-head {
    display: none;
  }
}

section.section-inner .fake-table-dep .table-col {
  border-left: 1px solid #E8E9EB;
  padding: 20px 3%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.section-inner .fake-table-dep .table-col {
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  section.section-inner .fake-table-dep .table-col {
    width: 100% !important;
    min-width: 100% !important;
    border-left: none;
    padding: 20px 25px;
  }
  section.section-inner .fake-table-dep .table-col:last-child {
    border-bottom: none;
  }
}

section.section-inner .fake-table-dep .table-col:first-child {
  border-left: none;
}

section.section-inner .fake-table-dep .table-col.col-desc {
  width: 30%;
  min-width: 30%;
}

section.section-inner .fake-table-dep .table-col.col-filename {
  width: 35%;
  min-width: 35%;
}

section.section-inner .fake-table-dep .table-col.col-date {
  width: 40%;
}

section.section-inner .fake-table-dep .deposit-desc {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 26px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.section-inner .fake-table-dep .deposit-desc {
    font-size: 18px;
    line-height: 22px;
  }
}

section.section-inner .fake-table-dep .status-info {
  padding-left: 45px;
  min-height: 25px;
}

section.section-inner .fake-table-dep .status-info .status-title {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  font-weight: 500;
  padding-bottom: 3px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.section-inner .fake-table-dep .status-info .status-title {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  section.section-inner .fake-table-dep .status-info .status-title {
    font-size: 16px;
    line-height: 19px;
  }
}

section.section-inner .fake-table-dep .status-info .status-date {
  display: block;
  color: #777777;
  font-weight: 500;
  font-size: 14px;
}

section.section-inner .fake-table-dep .status-good {
  background: url(../images/form-icon-okay.png) no-repeat;
  background-size: 25px auto;
}

section.section-inner .fake-table-dep .status-warning {
  background: url(../images/form-icon-warning.png) no-repeat;
  background-size: 28.5px auto;
}

section.section-inner .fake-table-dep .file-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.section-inner .fake-table-dep .file-info {
    display: block;
    overflow: hidden;
  }
  section.section-inner .fake-table-dep .file-info .icon {
    text-align: center;
    padding-bottom: 10px;
  }
}

section.section-inner .fake-table-dep .file-info:hover .filedesc .filename {
  color: #ffea33;
}

section.section-inner .fake-table-dep .file-info .filedesc {
  padding-left: 25px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  section.section-inner .fake-table-dep .file-info .filedesc {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  section.section-inner .fake-table-dep .file-info .filedesc {
    width: 100%;
    overflow: hidden;
  }
}

section.section-inner .fake-table-dep .file-info .filedesc .title {
  display: block;
  font-size: 13px;
  color: #b7b7b7;
  font-weight: 500;
  padding-bottom: 5px;
}

section.section-inner .fake-table-dep .file-info .filedesc .filename {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.section-inner .fake-table-dep .file-info .filedesc .filename {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  section.section-inner .fake-table-dep .file-info .filedesc .filename {
    font-size: 14px;
    max-width: none;
    word-wrap: break-word;
    padding-bottom: 5px;
  }
}

section.section-inner .fake-table-product-desc {
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  section.section-inner .fake-table-product-desc {
    display: block;
  }
}

section.section-inner .fake-table-product-desc .table-row {
  width: 100%;
  display: table-row;
}

@media (max-width: 767px) {
  section.section-inner .fake-table-product-desc .table-row {
    display: block;
  }
}

section.section-inner .fake-table-product-desc .table-row:first-child .table-col {
  border-top: none;
}

section.section-inner .fake-table-product-desc .table-col {
  border-top: 1px solid #E2E4E7;
  border-left: 1px solid #E2E4E7;
  padding: 7px 3%;
  color: #464646;
  font-size: 16px;
  display: table-cell;
}

@media (max-width: 767px) {
  section.section-inner .fake-table-product-desc .table-col {
    display: block;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #E2E4E7;
  }
}

section.section-inner .fake-table-product-desc .table-col:first-child {
  border-left: none;
}

@media (max-width: 767px) {
  section.section-inner .fake-table-product-desc .table-col:first-child {
    border-top: none !important;
  }
}

section.section-inner .fake-table-product-desc .table-col .nowrap {
  white-space: nowrap;
}

section.section-inner .fake-table-product-desc .table-col strong {
  color: #000;
}

@media (max-width: 767px) {
  section.section-inner .fake-table-product-desc .table-col strong {
    font-size: 18px;
  }
}

section.section-inner .fake-table-product-desc .table-col-desc {
  font-size: 17px;
  color: #000;
}

.about-top-sect {
  padding: 190px 0 80px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-top-sect {
    padding-top: 160px;
  }
}

@media (max-width: 767px) {
  .about-top-sect {
    padding: 190px 0 30px;
    overflow: visible;
  }
}

.about-top-sect .scroll-bottom-link {
  top: 45%;
  bottom: auto;
  width: 40px;
}

@media (min-width: 2000px) {
  .about-top-sect .scroll-bottom-link {
    right: 50%;
    margin-right: -900px;
  }
}

.about-top-sect._mod-pic-heading {
  min-height: 400px;
  max-height: 680px;
}

.about-top-sect._mod-pic-heading .bottom-title-box {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
}

.about-top-sect._mod-pic-heading:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 24%;
}

.about-top-sect._mod-pic-heading h1 {
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-top-sect._mod-pic-heading h1 {
    line-height: 60px;
  }
}

.about-top-sect._mod-pic-heading .box-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .about-top-sect._mod-pic-heading .box-content {
    display: block;
  }
}

.about-top-sect._mod-pic-heading .box-content .right-btn-col {
  padding-right: 10px;
}

@media (max-width: 767px) {
  .about-top-sect._mod-pic-heading .box-content .right-btn-col {
    display: none;
  }
}

.about-top-sect._mod-pic-heading .titles-box {
  padding-right: 5vw;
}

@media (max-width: 767px) {
  .about-top-sect._mod-pic-heading .titles-box {
    padding-right: 0;
  }
}

.about-top-sect._mod-pic-heading .all-product-link {
  text-transform: none;
}

.about-top-sect._mod-pic-heading .all-product-link span {
  letter-spacing: 0;
}

.about-top-sect .sect-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

@media (max-width: 767px) {
  .about-top-sect .sect-bg {
    background-position: 60% 0 !important;
  }
  .about-top-sect .sect-bg:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.about-top-sect .overlay {
  z-index: 3;
  background-color: rgba(14, 18, 28, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-top-sect .overlay._mod-light {
  background: rgba(0, 0, 0, 0.23);
}

.about-top-sect .overlay._mod-light:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 100%;
  background: url(../images/overlay-light-bottom.png) no-repeat 50% 100%;
  background-size: 100% 100%;
}

.about-top-sect .box-content {
  padding-left: 65px;
  position: relative;
  z-index: 5;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-top-sect .box-content {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .about-top-sect .box-content {
    padding: 0 5px;
  }
}

.about-top-sect h1 {
  color: #fff;
  font-size: 50px;
  margin: 0 0 20px;
  font-weight: normal;
  line-height: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-top-sect h1 {
    font-size: 65px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .about-top-sect h1 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

.about-top-sect .subheading {
  display: block;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  line-height: 35px;
  padding-top: 30px;
}

.about-top-sect .about-nav {
  width: 100%;
  margin-top: 100px;
  border-bottom: 1px solid rgba(163, 154, 153, 0.33);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

@media (max-width: 767px) {
  .about-top-sect .about-nav {
    margin-top: 20px;
    border: none;
    display: none;
  }
  .about-top-sect .about-nav .flickity-page-dots {
    display: none;
  }
}

.about-top-sect .about-nav li {
  display: block;
  margin-right: 5%;
  margin-bottom: -1px;
}

.about-top-sect .about-nav li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .about-top-sect .about-nav li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .about-top-sect .about-nav li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.about-top-sect .about-nav li a {
  color: #fff;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  position: relative;
  height: 100%;
  display: inline-block;
  padding-bottom: 18px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .about-top-sect .about-nav li a {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .about-top-sect .about-nav li a {
    font-size: 24px;
    padding-bottom: 5px;
  }
}

.about-top-sect .about-nav li a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ffea33;
  transition: all 0.3s ease;
  opacity: 0;
}

@media (max-width: 767px) {
  .about-top-sect .about-nav li a:after {
    margin-top: 5px;
    height: 1px;
  }
}

.about-top-sect .about-nav li a:hover {
  color: #ffea33;
}

.about-top-sect .about-nav li.active a {
  color: #ffea33;
}

.about-top-sect .about-nav li.active a:after {
  opacity: 1;
}

.about-top-sect .nav-wrap {
  border-bottom: 1px solid rgba(163, 154, 153, 0.33);
  padding-top: 50px;
}

@media (max-width: 767px) {
  .about-top-sect .nav-wrap {
    border: none;
  }
}

.about-top-sect .subtitle {
  display: block;
  font-size: 38px;
  line-height: 48px;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-top-sect .subtitle {
    font-size: 34px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .about-top-sect .subtitle {
    font-size: 23px;
    font-weight: 300;
    line-height: 30px;
  }
}

.about-top-sect .subtitle-big {
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 20px;
}

/*product-all-item*/
.white-box {
  padding: 30px 40px 35px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(87, 87, 109, 0.04);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .white-box {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .white-box {
    padding: 20px 15px;
  }
}

.all-products-sect {
  padding: 20px 0 30px;
}

@media (max-width: 767px) {
  .all-products-sect {
    padding-top: 30px;
  }
}

.all-credit-products .xs-more em {
  border-color: #14BD28;
}

.all-credit-products .xs-more em:before {
  background: #14BD28;
}

.all-credit-products .xs-more em:after {
  border-color: #14BD28;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .all-credit-products {
    padding-right: 4%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-credit-products {
    padding-right: 20px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-credit-products .cat-label-wrap {
    display: none;
  }
}

.all-credit-products .main-info-row {
  min-height: 180px;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .all-credit-products .main-info-row {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .all-credit-products .col-stack-left,
  .all-credit-products .col-stack-right {
    padding: 15px 0;
    flex-wrap: wrap;
  }
}

.all-credit-products .col-stack-right {
  padding-right: 0;
  border-left: none;
  padding-left: 0;
  flex: 1;
  max-width: 700px;
  justify-content: center;
}

@media (max-width: 767px) {
  .all-credit-products .col-stack-right {
    padding: 0 20px 10px;
    border: none;
    justify-content: space-between;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .all-credit-products .col-stack-right {
    justify-content: center;
  }
}

.all-credit-products .col-stack-right .line {
  display: block;
  height: 100%;
  width: 1px;
  min-width: 1px;
  background: #E2E4E5;
  margin: 0 8%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .all-credit-products .col-stack-right .line {
    margin: 0 5%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-credit-products .col-stack-right .line {
    margin: 0 15px;
  }
}

@media (min-width: 1400px) {
  .all-credit-products .col-stack-right .line {
    margin: 0 10%;
  }
}

@media (max-width: 767px) {
  .all-credit-products .col-stack-right .line {
    margin: 0 3px;
    height: 50px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .all-credit-products .col-stack-right .line {
    margin: 0 5%;
  }
}

.all-credit-products .col-stack-left {
  width: 40%;
  justify-content: flex-start;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .all-credit-products .col-stack-left {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .all-credit-products .col-stack-left {
    text-align: center;
    justify-content: center;
  }
  .all-credit-products .col-stack-left .col-product-icon {
    width: 100%;
  }
  .all-credit-products .col-stack-left .col-product-name {
    width: 100%;
  }
  .all-credit-products .col-stack-left img {
    display: block;
    margin: 0 auto 10px;
  }
}

.all-credit-products .col-line {
  display: none;
}

.all-credit-products .col-product-period {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-credit-products .col-product-period {
    display: block;
  }
}

@media (max-width: 767px) {
  .all-credit-products .col-product-period {
    display: block;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .all-credit-products .col-product-period {
    display: flex;
  }
}

.all-credit-products .col-product-period.period-from {
  border-right: 1px solid #E5E8EC;
}

.all-credit-products .col-product-period .title {
  padding-bottom: 0;
  margin-top: -10px;
  text-align: center;
  display: block;
  width: 100%;
}

.all-credit-products .col-product-period .title br {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-credit-products .col-product-period .title {
    padding-left: 15px;
  }
  .all-credit-products .col-product-period .title br {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .all-credit-products .col-product-period .title {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: left;
    padding-right: 0;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .all-credit-products .col-product-period .title {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .all-credit-products .col-product-period .title br {
    display: none !important;
  }
}

.all-credit-products .col-product-period .summ-info {
  white-space: nowrap;
}

.all-credit-products .col-product-period .summ-info .period-box img {
  margin-top: 14px;
}

@media (max-width: 767px) {
  .all-credit-products .col-product-period .summ-info .period-box img {
    display: none;
  }
}

.all-credit-products .col-product-period .summ-info .before-num {
  margin-top: 15px;
  font-weight: normal;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .all-credit-products .col-product-period .summ-info .before-num {
    display: block;
    margin-top: 0;
    padding-left: 20px;
  }
}

.all-credit-products .col-product-period .summ-info .nummed {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

@media (max-width: 767px) {
  .all-credit-products .col-product-period .summ-info .nummed {
    text-align: left;
  }
}

.all-credit-products .col-product-period .summ-info .time-type {
  text-align: left;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .all-credit-products .col-product-period .summ-info .time-type {
    padding-left: 0;
  }
}

.all-credit-products .col-product-period .summ-info .month-type {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .all-credit-products .col-product-period .summ-info .month-type {
    margin-top: 5px;
  }
}

.all-credit-products .col-product-period .period-box .before-num {
  font-size: 16px;
}

.all-credit-products .col-product-period .period-box .num em {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-credit-products .col-product-period .period-box .num {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .all-credit-products .col-product-period .period-box .num {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px !important;
  }
  .all-credit-products .col-product-period .period-box .num em {
    font-style: normal;
    display: inline;
  }
}

.all-credit-products .col-product-period .time-type {
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .all-credit-products .col-product-period .time-type {
    font-size: 18px;
  }
}

.all-credit-products .col-round-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 7%;
}

section.about-content {
  padding: 70px 0 30px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  section.about-content {
    padding: 40px 0 30px;
  }
}

section.about-content .content-holder {
  padding-left: 65px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.about-content .content-holder {
    padding-left: 20px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  section.about-content .content-holder {
    padding: 0;
  }
}

@media (min-width: 1400px) {
  section.about-content .content-holder {
    padding-right: 65px;
  }
}

section.about-content .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 65px;
}

@media (max-width: 767px) {
  section.about-content .flex-row {
    flex-direction: column;
    padding-bottom: 0;
  }
}

section.about-content .flex-row .flex-col {
  width: 50%;
}

@media (max-width: 767px) {
  section.about-content .flex-row .flex-col {
    width: 100%;
    padding-bottom: 30px;
  }
}

section.about-content .flex-row .flex-col._mod-46p {
  width: 46%;
}

@media (max-width: 767px) {
  section.about-content .flex-row .flex-col._mod-46p {
    width: 100%;
  }
}

section.about-content .flex-row .flex-col p:last-child {
  margin-bottom: 0;
}

section.about-content .flex-row._mod-vcent {
  align-items: center;
}

section.about-content .image-wrapper {
  width: 100%;
  position: relative;
}

section.about-content .image-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

section.about-content .full-width {
  width: 100%;
}

section.about-content .about-image-1 {
  float: right;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
  height: 300px;
}

@media (min-width: 1399px) {
  section.about-content .about-image-1 {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  section.about-content .about-image-1 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

section.about-content .about-image-1 img {
  width: 100%;
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  section.about-content .about-image-1 img {
    position: relative;
  }
}

section.about-content .about-image-2 {
  height: 270px;
  overflow: hidden;
  position: relative;
  margin-bottom: 120px;
}

@media (min-width: 1399px) {
  section.about-content .about-image-2 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.about-content .about-image-2 {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  section.about-content .about-image-2 {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
}

section.about-content .about-image-2 img {
  width: 100%;
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  section.about-content .about-image-2 img {
    position: relative;
  }
}

section.about-content p {
  color: #000;
  font-size: 21px;
  line-height: 31px;
  margin: 0 0 60px;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.about-content p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  section.about-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

section.about-content p.big {
  font-size: 34px;
  font-weight: 300;
  line-height: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.about-content p.big {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.about-content p.big {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  section.about-content p.big {
    font-size: 21px;
    line-height: 26px;
  }
}

section.about-content h2 {
  font-size: 90px;
  font-weight: 300;
  color: #000;
  margin: 0 0 40px;
  border: none;
  padding-bottom: 0;
  line-height: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.about-content h2 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.about-content h2 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  section.about-content h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
    font-weight: normal;
  }
}

section.about-content hr {
  margin-bottom: 60px;
  border-bottom: 1px solid #ABADB1;
}

@media (max-width: 767px) {
  section.about-content hr {
    display: none;
  }
}

section.about-content .plefted {
  padding-left: 30px;
}

@media (max-width: 767px) {
  section.about-content .plefted {
    padding-left: 0;
  }
}

section.about-content .text-holder-right {
  padding-left: 15%;
}

@media (max-width: 767px) {
  section.about-content .text-holder-right {
    padding-left: 0;
  }
}

.press-center-tizer-sect {
  display: block;
  padding: 60px 0 20px;
}

@media (max-width: 767px) {
  .press-center-tizer-sect {
    padding: 30px 0 0;
  }
}

.press-center-tizer-sect .press-center-box .sect-title {
  font-size: 40px;
}

@media (max-width: 767px) {
  .press-center-tizer-sect .press-center-box .sect-title {
    padding-left: 0;
  }
}

.press-center-tizer-sect .press-center-list .item .item-holder:after {
  padding-top: 90%;
}

section.contract-heading-top-sect {
  background: #fff;
  padding-bottom: 10px;
  padding-top: 160px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  section.contract-heading-top-sect.xs-gray {
    background: none;
  }
}

@media (max-width: 767px) {
  section.contract-heading-top-sect {
    padding-top: 130px;
    padding-bottom: 20px;
  }
}

section.contract-heading-top-sect h1 {
  font-weight: 300;
  font-size: 53px;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  section.contract-heading-top-sect h1 {
    font-size: 34px;
  }
}

section.contract-heading-top-sect .digital-sign-box {
  text-align: center;
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  section.contract-heading-top-sect .digital-sign-box {
    padding-bottom: 0;
  }
}

section.contract-heading-top-sect .digital-sign-box .digital-label {
  display: block;
  color: #2d5f9b;
  font-size: 17px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  section.contract-heading-top-sect .digital-sign-box .digital-label {
    padding-bottom: 5px;
  }
}

section.contract-heading-top-sect .digital-sign-box .digital-buttons {
  display: block;
  outline: none;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(164, 179, 200, 0.3);
  width: 330px;
  height: 66px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  section.contract-heading-top-sect .digital-sign-box .digital-buttons {
    width: 100%;
    height: 50px;
  }
}

section.contract-heading-top-sect .digital-sign-box .digital-buttons button {
  background: linear-gradient(to bottom, #FAFAFA 0%, #F3F3F3 100%);
  border: 1px solid rgba(165, 180, 200, 0.5);
  border-top: none;
  border-radius: 50px;
  height: 100%;
  width: 50%;
  float: left;
  outline: none;
  text-align: center;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  section.contract-heading-top-sect .digital-sign-box .digital-buttons button {
    width: 100%;
    border: 1px solid rgba(165, 180, 200, 0.5) !important;
  }
}

section.contract-heading-top-sect .digital-sign-box .digital-buttons button:hover {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}

section.contract-heading-top-sect .digital-sign-box .digital-buttons button:first-child {
  border-radius: 50px 0 0 50px;
  border-right: 1px solid #CDD0D6;
}

@media (max-width: 767px) {
  section.contract-heading-top-sect .digital-sign-box .digital-buttons button:first-child {
    border-radius: 50px;
  }
}

section.contract-heading-top-sect .digital-sign-box .digital-buttons button:last-child {
  border-left: none;
  border-radius: 0 50px 50px 0;
}

@media (max-width: 767px) {
  section.contract-heading-top-sect .digital-sign-box .digital-buttons .id-kart-btn {
    display: none;
  }
}

section.contract-content {
  padding-top: 45px;
}

@media (max-width: 767px) {
  section.contract-content {
    padding-bottom: 0px;
    padding-top: 20px;
  }
}

section.contract-content h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 30px;
  color: #000;
}

@media (max-width: 767px) {
  section.contract-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.g_table-holder {
  margin-left: -3%;
  width: 102%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .g_table-holder {
    width: 100%;
    margin-left: 0;
  }
}

table.table-full-info thead td {
  border-bottom: 1px solid #C4C8CD;
  font-size: 15px;
  line-height: 19px;
  vertical-align: bottom;
  border-left: 1px solid #D7DADE;
}

@media (min-width: 768px) and (max-width: 1199px) {
  table.table-full-info thead td {
    font-size: 14px;
  }
  table.table-full-info thead td br {
    display: none !important;
  }
}

table.table-full-info thead td:first-child {
  border-left: none;
}

table.table-full-info tbody td {
  border-top: 1px solid #DBDDE1;
  border-left: 1px solid #D7DADE;
}

@media (min-width: 768px) and (max-width: 1199px) {
  table.table-full-info tbody td {
    font-size: 14px;
  }
}

table.table-full-info tbody td:first-child {
  border-left: none;
}

table.table-full-info tbody td .date {
  white-space: nowrap;
}

.table-bottom-info {
  background: #fff;
  margin-top: 30px;
  padding: 25px 10px;
  text-align: center;
  color: #000;
  font-size: 16px;
  border-radius: 10px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .table-bottom-info {
    font-size: 14px;
    text-align: left;
    background: none;
    padding: 0 10px;
    margin-bottom: 20px;
    margin-bottom: 10px;
  }
}

.index-sect-2 {
  background: none;
}

.product-promo-box {
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  overflow: hidden;
  position: absolute;
}

@media (max-width: 767px) {
  .product-promo-box {
    min-height: 400px;
    height: 100vh;
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
  }
}

.product-promo-box .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .product-promo-box .image-bg {
    position: absolute;
  }
}

@media (min-width: 768px) {
  .product-promo-box .image-bg {
    transform: translateY(100px);
    position: fixed;
  }
}

.product-promo-box .image-bg .desktop-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;
  background-position: 50% 0% !important;
  background-size: cover !important;
}

.product-promo-box .image-bg picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-promo-box .image-bg picture img {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
}

.product-promo-box .image-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .product-promo-box .image-bg .overlay {
    background: url(../images/deposit-dark-overlay.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.3;
    box-shadow: none;
  }
}

.product-promo-box .product-screen-info {
  position: fixed;
  z-index: 5;
  right: 0;
  transform: perspective(0px);
  top: 110px;
  bottom: 200px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}

@media (max-width: 767px) {
  .product-promo-box .product-screen-info {
    position: absolute;
    top: auto;
    bottom: 5%;
    padding: 0 0 30px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .product-promo-box .product-screen-info {
    bottom: 5%;
    top: auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .product-promo-box .product-screen-info .container {
    width: 100%;
    padding: 0 15px 0 30px;
  }
}

.product-promo-box .product-screen-info h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 10px -2px;
}

@media (max-width: 767px) {
  .product-promo-box .product-screen-info h2 {
    margin-left: 0;
    font-size: 18vw;
    line-height: 19vw;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .product-promo-box .product-screen-info h2 {
    font-size: 82px;
    line-height: 86px;
  }
}

.product-promo-box .product-screen-info h2 span {
  display: block;
  font-size: 80px;
  line-height: 80px;
  padding-left: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-promo-box .product-screen-info h2 span {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .product-promo-box .product-screen-info h2 span {
    font-size: 14vw;
    line-height: 15vw;
    padding-left: 0;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .product-promo-box .product-screen-info h2 span {
    font-size: 42px;
    line-height: 46px;
  }
}

.product-promo-box .product-screen-info .subtitle {
  display: block;
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .product-promo-box .product-screen-info .subtitle {
    padding-left: 4px;
  }
  .product-promo-box .product-screen-info .subtitle br {
    display: none !important;
  }
}

.product-promo-box .product-screen-info .yellow-big-btn {
  margin-left: -15px;
}

@media (max-width: 767px) {
  .product-promo-box .product-screen-info .yellow-big-btn {
    margin-left: 0;
    line-height: 31px;
  }
  .product-promo-box .product-screen-info .yellow-big-btn span {
    padding-top: 8px;
    padding-bottom: 9px;
  }
}

.product-promo-box .sect-bottom-box {
  position: absolute;
  bottom: 6%;
  left: 0;
  width: 100%;
  z-index: 40;
  overflow: hidden;
}

@media (min-width: 768px) and (max-height: 700px) {
  .product-promo-box .sect-bottom-box {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  .product-promo-box .sect-bottom-box {
    display: none;
  }
}

.product-promo-box .sect-bottom-box .feats-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
  user-select: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-promo-box .sect-bottom-box .feats-flex {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .product-promo-box .sect-bottom-box .feats-flex {
    display: block;
    padding-left: 0;
  }
}

.product-promo-box .sect-bottom-box .feats-flex .scroll-bottom-box {
  width: 10%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-promo-box .sect-bottom-box .feats-flex .scroll-bottom-box {
    display: none;
  }
}

.product-promo-box .sect-bottom-box .feats-list {
  padding: 0px 0 10px 0px;
  height: 160px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-promo-box .sect-bottom-box .feats-list {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .product-promo-box .sect-bottom-box .feats-list {
    padding: 0 0 0 10px;
    height: auto;
    border: none;
  }
}

.product-promo-box .sect-bottom-box .feats-list .flickity-slider {
  backface-visibility: hidden;
}

.product-promo-box .sect-bottom-box .feats-list .flickity-button {
  display: none;
}

.product-promo-box .sect-bottom-box .feats-list .flickity-page-dots {
  bottom: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .product-promo-box .sect-bottom-box .feats-list .flickity-page-dots {
    bottom: auto;
    top: 100%;
    padding-top: 10px;
    padding-left: 15px;
  }
}

.product-promo-box .sect-bottom-box .feats-list .flickity-page-dots .dot {
  margin: 0 16px 0 0;
  border-radius: 0;
  width: 2px;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.3);
}

.product-promo-box .sect-bottom-box .feats-list .flickity-page-dots .is-selected {
  background-color: #ffea33;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-promo-box .sect-bottom-box .feats-list {
    border: none;
    margin-left: -3%;
    width: 103%;
  }
}

.product-promo-box .sect-bottom-box .feats-list .feat-item {
  padding-right: 5%;
  width: 25%;
  backface-visibility: hidden;
}

.product-promo-box .sect-bottom-box .feats-list .feat-item:hover .feat-title {
  color: #ffea33;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-promo-box .sect-bottom-box .feats-list .feat-item {
    padding-right: 0;
    padding-left: 3%;
  }
}

@media (max-width: 767px) {
  .product-promo-box .sect-bottom-box .feats-list .feat-item {
    width: 250px;
    padding-left: 10px;
    padding-right: 5%;
  }
}

.product-promo-box .sect-bottom-box .feats-list .feat-item .icon {
  position: relative;
}

@media (min-width: 768px) {
  .product-promo-box .sect-bottom-box .feats-list .feat-item .icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 15px;
    width: 45px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .product-promo-box .sect-bottom-box .feats-list .feat-item .icon {
    margin-bottom: 15px;
  }
}

.product-promo-box .sect-bottom-box .feats-list .feat-item .icon img {
  backface-visibility: hidden;
  max-height: 100%;
  width: 100%;
}

.product-promo-box .sect-bottom-box .feats-list .feat-item .feat-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  display: block;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-promo-box .sect-bottom-box .feats-list .feat-item .feat-title {
    white-space: normal;
    font-size: 15px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .product-promo-box .sect-bottom-box .feats-list .feat-item .feat-title {
    padding-bottom: 5px;
    font-size: 20px;
  }
}

.product-promo-box .sect-bottom-box .feats-list .feat-item .percent-box .num {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 20px;
  color: #cccccc;
  opacity: 0.9;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-promo-box .sect-bottom-box .feats-list .feat-item .percent-box .num {
    font-size: 19px;
  }
}

.product-promo-box .sect-bottom-box .feats-list .feat-item .percent-box .label {
  display: inline-block;
  vertical-align: middle;
  color: #afafaf;
  font-size: 12px;
}

.product-promo-box .sect-bottom-box .feats-list .feat-item .percent-box .label:before {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  width: 10px;
  background: rgba(184, 184, 184, 0.7);
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.product-promo-box .sect-bottom-box .feats-list .feat-item span {
  display: block;
  color: #cfd7df;
  font-size: 13px;
}

@media (max-width: 767px) {
  .product-promo-box .sect-bottom-box .feats-list .feat-item span {
    font-size: 14px;
  }
}

.product-promo-box .sect-bottom-box .feats-list-flexed {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-promo-box .sect-bottom-box .feats-list-flexed {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .product-promo-box .sect-bottom-box .feats-list-flexed {
    padding-left: 10px;
    display: block;
  }
}

.product-promo-box .sect-bottom-box .feats-list-flexed .feat-item {
  padding-left: 0;
  padding-right: 5%;
  width: auto;
  flex: 1;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-promo-box .sect-bottom-box .feats-list-flexed .feat-item {
    padding-right: 0;
    padding-left: 3%;
  }
}

@media (max-width: 767px) {
  .product-promo-box .sect-bottom-box .feats-list-flexed .feat-item {
    width: 250px;
    flex: auto;
  }
}

.product-promo-box .sect-bottom-box .feats-list-flexed .feat-item:last-child {
  padding-right: 0;
}

.product-promo-box .sect-bottom-box .feats-list-flexed .feat-item .icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 15px;
  width: 60px;
  height: 50px;
}

.product-promo-box .sect-bottom-box .feats-list-flexed .feat-item .icon img {
  max-height: 100%;
}

@media (max-width: 767px) {
  .product-promo-box .sect-bottom-box .feats-list-flexed .feat-item .icon {
    height: 50px;
  }
}

.product-promo-box .sect-bottom-box .feats-list-flexed .feat-item:hover .feat-title {
  color: #ffea33;
}

div#fp-nav.right,
div#fp-nav.fp-right {
  right: 4%;
  margin-top: 0 !important;
  transition: 0.3s;
  z-index: 40;
  transform: translateY(-60%);
}

div#fp-nav.right.hidedo,
div#fp-nav.fp-right.hidedo {
  transform: translate(80px, -70%);
  opacity: 0;
}

div#fp-nav.right li,
div#fp-nav.fp-right li {
  display: block;
  margin: 5px 0;
  width: auto;
  height: auto;
}

div#fp-nav.right li a,
div#fp-nav.fp-right li a {
  display: block;
  border-radius: 50%;
  visibility: visible;
  background: none;
  outline: none;
  width: 27px;
  height: 27px;
  border: 1px solid transparent;
  position: relative;
  padding: 8px;
  transition: 0.3s;
}

div#fp-nav.right li a:hover span,
div#fp-nav.fp-right li a:hover span {
  background: #fff;
}

div#fp-nav.right li a:before,
div#fp-nav.fp-right li a:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffea33;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.5);
}

@media (max-width: 767px) {
  div#fp-nav.right li a,
  div#fp-nav.fp-right li a {
    margin: 15px 0;
  }
}

div#fp-nav.right li a span,
div#fp-nav.fp-right li a span {
  border-radius: 50%;
  position: static;
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background-color: rgba(255, 255, 255, 0.5);
  transform: scale(0.7);
  transition: all 0.3s ease;
}

div#fp-nav.right li a .fp-sr-only,
div#fp-nav.fp-right li a .fp-sr-only {
  display: none !important;
}

div#fp-nav.right li a.active:before,
div#fp-nav.fp-right li a.active:before {
  transform: scale(1);
  opacity: 1;
}

div#fp-nav.right li a.active span,
div#fp-nav.fp-right li a.active span {
  border-radius: 50%;
  transform: scale(1);
  background-color: #ffea33;
}

.index-sect-invest {
  position: relative;
  z-index: 3;
}

.index-sect-invest .sect-bottom-box {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 40;
  overflow: hidden;
}

@media (max-height: 600px) and (min-width: 768px) {
  .index-sect-invest .sect-bottom-box {
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .index-sect-invest .sect-bottom-box {
    position: relative;
    z-index: 50;
    bottom: auto;
    left: auto;
  }
}

.index-sect-invest .feats-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-sect-invest .feats-flex {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .index-sect-invest .feats-flex {
    margin-left: -6%;
    margin-right: -7%;
  }
}

.index-sect-invest .feats-flex .feats-list {
  padding: 10px 0 2vh 0;
  width: 100%;
  margin-bottom: 3vh;
}

@media (max-width: 767px) {
  .index-sect-invest .feats-flex .feats-list {
    padding-bottom: 10px;
  }
}

@media (max-height: 800px) and (min-width: 768px) {
    .index-sect-invest .feats-flex .feats-list {
        margin-bottom: 0;
    }
}

.index-sect-invest .feats-flex .feats-list .flickity-button {
  display: none;
}

.index-sect-invest .feats-flex .feats-list .flickity-page-dots {
  top: 100%;
  bottom: auto;
  text-align: left;
}

@media (max-height: 600px) and (min-width: 768px) {
  .index-sect-invest .feats-flex .feats-list .flickity-page-dots {
    display: none;
  }
}

@media (max-width: 767px) {
  .index-sect-invest .feats-flex .feats-list .flickity-page-dots {
    padding-left: 8%;
  }
}

.index-sect-invest .feats-flex .feats-list .flickity-page-dots .dot {
  margin: 0 16px 0 0;
  border-radius: 0;
  width: 2px;
  background-color: #4E4E55;
}

.index-sect-invest .feats-flex .feats-list .flickity-page-dots .is-selected {
  background-color: #ffea33;
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-sect-invest .feats-flex .feats-list {
    border: none;
  }
}

.index-sect-invest .feats-flex .feats-list .feat-item {
  width: 22%;
  margin-right: 3.5%;
}

.index-sect-invest .feats-flex .feats-list .feat-item:hover .image img {
  transform: scale(1.05);
}

.index-sect-invest .feats-flex .feats-list .feat-item:hover .name {
  color: #ffea33;
}

@media (max-width: 1199px) {
  .index-sect-invest .feats-flex .feats-list .feat-item {
    width: 29%;
    margin-right: 5%;
  }
}

@media (max-width: 767px) {
  .index-sect-invest .feats-flex .feats-list .feat-item {
    width: 230px;
    margin-right: 0;
    padding-left: 8%;
  }
}

.index-sect-invest .feats-flex .feats-list .feat-item .image {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .index-sect-invest .feats-flex .feats-list .feat-item .image {
    margin-bottom: 10px;
    border-radius: 5px;
  }
}

.index-sect-invest .feats-flex .feats-list .feat-item .image img {
  transition: all 0.5s ease;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  .index-sect-invest .feats-flex .feats-list .feat-item .image img {
    transform: scale(1.1);
  }
}

.index-sect-invest .feats-flex .feats-list .feat-item .name {
  display: block;
  color: #fff;
  font-size: 16px;
  transition: color 0.3s ease;
  font-weight: 500;
  padding-bottom: 5px;
}

.index-sect-invest .feats-flex .feats-list .feat-item .price {
  display: block;
  color: #ffea33;
  font-size: 12px;
}

.index-sect-invest .feats-flex .feats-list .feat-item .price b {
  font-weight: 500;
}

.index-sect-invest .feats-flex .feats-list-flexed {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-sect-invest .feats-flex .feats-list-flexed {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .index-sect-invest .feats-flex .feats-list-flexed {
    display: block;
  }
}

.index-sect-invest .feats-flex .feats-list-flexed .feat-item {
  padding-left: 0;
  margin-right: 5%;
  width: auto;
  flex: 1;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-sect-invest .feats-flex .feats-list-flexed .feat-item {
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .index-sect-invest .feats-flex .feats-list-flexed .feat-item {
    margin-right: 3%;
  }
}

@media (max-width: 767px) {
  .index-sect-invest .feats-flex .feats-list-flexed .feat-item {
    width: 250px;
    flex: auto;
    margin-right: 0;
    padding-left: 8%;
  }
}

.index-sect-invest .feats-flex .feats-list-flexed .feat-item:last-child {
  margin-right: 0;
}

.index-sect-invest .feats-flex .feats-list-flexed .feat-item .icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 15px;
  width: 60px;
  height: 50px;
}

.index-sect-invest .feats-flex .feats-list-flexed .feat-item .icon img {
  max-height: 100%;
}

@media (max-width: 767px) {
  .index-sect-invest .feats-flex .feats-list-flexed .feat-item .icon {
    height: 50px;
  }
}

.index-sect-invest .feats-flex .feats-list-flexed .feat-item .feat-title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  display: block;
  padding-bottom: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .index-sect-invest .feats-flex .feats-list-flexed .feat-item .feat-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .index-sect-invest .feats-flex .feats-list-flexed .feat-item .feat-title {
    font-size: 18px;
  }
}

.index-sect-invest .feats-flex .feats-list-flexed .feat-item .feat-subtitle {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 12px;
  line-height: 18px;
}

.product-invest-promo {
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  overflow: hidden;
  position: absolute;
}

@media (max-width: 767px) {
  .product-invest-promo {
    position: relative;
    min-height: 400px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 3vh;
  }
}

.product-invest-promo .sect-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

@media (min-width: 768px) {
  .product-invest-promo .sect-bg {
    position: fixed;
    transform: translateY(100px);
  }
}

@media (max-width: 767px) {
  .product-invest-promo .sect-bg {
    background-attachment: scroll !important;
  }
  .product-invest-promo .sect-bg:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.product-invest-promo .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

@media (max-width: 767px) {
  .product-invest-promo .image-bg {
    position: absolute;
  }
}

@media (min-width: 768px) {
  .product-invest-promo .image-bg {
    transform: translateY(100px);
    transform-style: preserve-3d !important;
    backface-visibility: hidden !important;
  }
}

.product-invest-promo .image-bg .desktop-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.product-invest-promo .image-bg picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-invest-promo .image-bg picture img {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
}

.product-invest-promo .image-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 30%, transparent 90%);
}

@media (min-width: 768px) {
  .product-invest-promo .image-bg .overlay {
    background: url(../images/deposit-dark-overlay.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: none;
    opacity: 0.3;
  }
}

.product-invest-promo .product-screen-info {
  position: fixed;
  z-index: 5;
  right: 0;
  transform: perspective(0px);
  top: 100px;
  bottom: 50px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}

@media (max-width: 767px) {
  .product-invest-promo .product-screen-info {
    position: static;
    padding: 50px 0 0;
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .product-invest-promo .product-screen-info .container {
    padding: 0 15px 0 30px;
  }
}

.product-invest-promo .product-screen-info .columns-flex {
  padding-right: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-invest-promo .product-screen-info .columns-flex {
    display: block;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .product-invest-promo .product-screen-info .columns-flex {
    display: block;
    padding-right: 0;
  }
}

.product-invest-promo .product-screen-info .titles-box {
  width: 60%;
  max-width: 800px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-invest-promo .product-screen-info .titles-box {
      padding-bottom: 10px;
      width: 70%;
  }
}

@media (max-width: 767px) {
  .product-invest-promo .product-screen-info .titles-box {
    width: 100%;
    padding-bottom: 15px;
  }
}

.product-invest-promo .product-screen-info h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 10px -2px;
}

@media (max-width: 767px) {
  .product-invest-promo .product-screen-info h2 {
    font-size: 11vw;
    line-height: 11vw;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
    .product-invest-promo .product-screen-info h2 {
        font-size: 52px;
        line-height: 56px;
    }
}

@media (min-width: 760px) and (max-height: 800px) {
    .product-invest-promo .product-screen-info h2 {
        font-size: 46px;
    }
}

.product-invest-promo .product-screen-info .subtitle {
    display: block;
    font-weight: 300;
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 20px;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-invest-promo .product-screen-info .subtitle {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .product-invest-promo .product-screen-info .subtitle {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}

.product-invest-promo .product-screen-info .yellow-big-btn {
  margin-left: -15px;
}

@media (max-width: 767px) {
  .product-invest-promo .product-screen-info .yellow-big-btn {
    margin-left: 0;
  }
  .product-invest-promo .product-screen-info .yellow-big-btn span {
    padding-top: 8px;
    padding-bottom: 9px;
  }
}

@media (min-width: 768px) {
  .product-invest-promo .product-screen-info {
    top: 110px;
    bottom: 200px;
  }
}

@media (min-width: 768px) and (max-height: 800px) {
  .product-invest-promo .product-screen-info {
    bottom: 210px;
  }
  .product-invest-promo .product-screen-info .titles-box {
    max-width: 1100px;
    width: 80%;
  }
  .product-invest-promo .product-screen-info h2 {
    margin-bottom: 15px;
  }
  .product-invest-promo .product-screen-info .subtitle {
    font-size: 29px;
  }
  .product-invest-promo .product-screen-info._mod-nocar {
    bottom: 200px;
  }
  .product-invest-promo .product-screen-info._mod-nocar .titles-box {
    max-width: 800px;
    width: 60%;
  }
}

@media (min-width: 768px) and (max-height: 850px) and (min-width: 1400px) {
  .product-invest-promo .product-screen-info {
    bottom: 290px;
  }
  .product-invest-promo .product-screen-info h2 {
    margin-bottom: 15px;
  }
  .product-invest-promo .product-screen-info._mod-nocar {
    bottom: 32vh;
  }
  .product-invest-promo .product-screen-info._mod-nocar .titles-box {
    max-width: 800px;
    width: 60%;
  }
}

.product-invest-promo._mod-estate .product-screen-info {
  bottom: 50px;
}

.radial-progress {
  position: relative;
  display: inline-block;
}

.radial-progress canvas {
  display: block;
}

.radial-progress .handle {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.radial-progress .handle:after {
  content: "";
  display: block;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0px 1px 3px rgba(238, 132, 56, 0.3);
  height: 12px;
  left: 50%;
  outline: 0;
  position: absolute;
  top: 0px;
  width: 12px;
  margin-left: -5px;
  margin-top: -3px;
  border: 1px solid #FE927F;
}

.radial-progress .radial-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 10px;
  text-align: center;
  color: #000;
}

.radial-progress .radial-content .title {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 18px;
  padding-bottom: 10px;
}

.radial-progress .radial-content .num {
  display: block;
  font-size: 21px;
  padding-bottom: 10px;
  font-weight: 500;
}

.radial-progress .radial-content .done-label {
  display: block;
  font-size: 13px;
  color: #909090;
  font-weight: 500;
}

.radial-progress .radial-content .percents-done {
  display: block;
  font-size: 18px;
  color: #672d90;
  font-weight: 500;
}

.radial-progress .radial-content .percents-done em {
  font-style: normal;
}

/*fixed calc-product-view*/
.fader-calc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.12);
  z-index: 15;
  display: none;
}

.crowd-top-sect {
  padding-top: 200px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .crowd-top-sect {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}

.crowd-top-sect .titles-box {
  max-width: 700px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .crowd-top-sect .titles-box {
    padding-bottom: 10px;
  }
}

.crowd-top-sect h1 {
  font-size: 68px;
  line-height: 60px;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .crowd-top-sect h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .crowd-top-sect h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .crowd-top-sect h1 br {
    display: none !important;
  }
}

.crowd-top-sect .subtitle {
  padding-left: 0;
  font-size: 30px;
  line-height: 39px;
  padding-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .crowd-top-sect .subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .crowd-top-sect .subtitle {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .crowd-top-sect .yellow-big-btn {
    font-size: 22px;
    padding-left: 22px;
    padding-right: 22px;
  }
}

.crowd-top-sect .subtitle-bottom {
  display: block;
  padding: 50px 0 30px 60px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 991px) {
  .crowd-top-sect .subtitle-bottom {
    padding-left: 18px;
  }
}

@media (max-width: 767px) {
  .crowd-top-sect .subtitle-bottom {
    padding: 0 0 30px;
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
  }
}

.crowd-top-sect .about-nav {
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .crowd-top-sect .about-nav {
    display: block;
  }
  .crowd-top-sect .about-nav li a {
    font-size: 18px;
    padding-bottom: 8px;
  }
}

.crowdfund-list-sect {
  padding: 65px 0 40px;
}

@media (max-width: 767px) {
  .crowdfund-list-sect {
    padding: 30px 0 20px;
  }
}

.crowdfund-list-sect .content-holder {
  padding-left: 65px;
}

@media (max-width: 767px) {
  .crowdfund-list-sect .content-holder {
    padding-left: 0;
  }
}

.crowdfund-list-sect .crowd-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .crowdfund-list-sect .crowd-list {
    justify-content: space-between;
  }
}

.crowdfund-list-sect .crowd-list .item {
  width: 30.5%;
  margin-right: 4%;
  margin-bottom: 4%;
  background: #fff;
  border-radius: 30px;
  position: relative;
  padding-bottom: 75px;
  transition: transform 0.5s, box-shadow 0.5s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .crowdfund-list-sect .crowd-list .item {
    margin-right: 3%;
    width: 31%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .crowdfund-list-sect .crowd-list .item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%;
  }
}

@media (max-width: 767px) {
  .crowdfund-list-sect .crowd-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .crowdfund-list-sect .crowd-list .item {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .crowdfund-list-sect .crowd-list .item:hover {
    transform: scale(1.03);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .crowdfund-list-sect .crowd-list .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .crowdfund-list-sect .crowd-list .item:nth-child(2n) {
    margin-right: 0;
  }
}

.crowdfund-list-sect .crowd-list .info-holder {
  padding: 0 10%;
  position: relative;
  backface-visibility: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .crowdfund-list-sect .crowd-list .info-holder {
    padding: 0 5%;
  }
}

.crowdfund-list-sect .crowd-list .image {
  margin-bottom: 15px;
}

.crowdfund-list-sect .crowd-list .image img {
  border-radius: 30px 30px 0 0;
  width: 100%;
}

.crowdfund-list-sect .crowd-list .titles-box {
  height: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.crowdfund-list-sect .crowd-list .titles-box .title {
  font-size: 23px;
  font-weight: 500;
  display: block;
  color: #000;
  line-height: 23px;
  padding-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .crowdfund-list-sect .crowd-list .titles-box .title {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .crowdfund-list-sect .crowd-list .titles-box .title {
    font-size: 18px;
    line-height: 21px;
  }
}

.crowdfund-list-sect .crowd-list .titles-box p {
  margin: 0;
  color: #505050;
  font-size: 15px;
  line-height: 17px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .crowdfund-list-sect .crowd-list .titles-box p {
    font-size: 14px;
    line-height: 16px;
  }
}

.crowdfund-list-sect .crowd-list .profit-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.crowdfund-list-sect .crowd-list .profit-box .profit-num {
  border-right: 1px solid #F4F4F4;
  padding-right: 15px;
  white-space: nowrap;
}

.crowdfund-list-sect .crowd-list .profit-box .profit-num .num {
  display: inline-block;
  vertical-align: top;
  font-size: 46px;
  font-weight: 500;
  color: #000;
}

.crowdfund-list-sect .crowd-list .profit-box .profit-num .percent {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 42px;
}

.crowdfund-list-sect .crowd-list .profit-box .profit-label {
  padding-left: 18px;
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #414141;
}

.crowdfund-list-sect .crowd-list .circle-box {
  text-align: center;
  margin-bottom: 10px;
}

.crowdfund-list-sect .crowd-list .dates-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
}

.crowdfund-list-sect .crowd-list .dates-box .date-label {
  color: #656565;
  display: block;
  padding-bottom: 3px;
}

.crowdfund-list-sect .crowd-list .dates-box .date {
  display: block;
  color: #000;
  font-weight: 500;
}

.crowdfund-list-sect .crowd-list .more-button-box {
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 5%;
  border-top: 1px solid #f1f1f1;
  padding: 15px 0;
  text-align: center;
}

.crowdfund-list-sect .crowd-list .more-button-box .more-btn {
  display: inline-block;
  font-weight: 500;
  color: #000;
  font-size: 15px;
}

.crowdfund-list-sect .crowd-list .more-button-box .more-btn .global-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.cat-navi-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .cat-navi-box {
    display: block;
  }
  .cat-navi-box .more-wrap .yellow-big-btn {
    width: 100%;
    text-align: center;
  }
}

.cat-navi-box .pagination {
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .cat-navi-box .pagination {
    position: static;
    margin-bottom: 20px;
  }
}

.pagination {
  text-align: left;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.pagination li a {
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  color: #000;
  transition: 0.3s;
}

.pagination li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pagination li.active a {
  background: #EBEBEB;
  box-shadow: none;
}

.how-to-scheme-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  padding-right: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-to-scheme-box {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .how-to-scheme-box {
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.how-to-scheme-box .arrow {
  position: absolute;
  background: url(../images/how-scheme-arrow.png) no-repeat 100% 0;
  background-size: 38.5px auto;
  width: 39px;
  height: 8px;
  display: block;
  top: 50%;
  margin-top: -4px;
}

@media (max-width: 767px) {
  .how-to-scheme-box .arrow {
    transform: rotate(90deg);
    top: 100%;
    margin-top: 5px;
    left: 50%;
    margin-left: -20px;
  }
}

.how-to-scheme-box .scheme-text {
  position: absolute;
  top: 70px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 23px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-to-scheme-box .scheme-text {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-text {
    position: static;
    width: 100%;
    transform: none;
    padding-top: 10px;
  }
}

.how-to-scheme-box .scheme-text span {
  display: block;
  padding-bottom: 5px;
}

.how-to-scheme-box .scheme-text em {
  font-style: normal;
  font-size: 14px;
  color: #8d8d8d;
  font-weight: normal;
}

.how-to-scheme-box .scheme-col-man {
  position: relative;
  border: 3px solid #ffea33;
  width: 15%;
  border-radius: 50%;
  max-width: 190px;
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-man {
    width: 100px;
    border-width: 2px;
    margin-bottom: 40px;
  }
}

.how-to-scheme-box .scheme-col-man:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 100%;
}

.how-to-scheme-box .scheme-col-man .icon {
  position: absolute;
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}

.how-to-scheme-box .scheme-col-man img {
  border-radius: 50%;
}

.how-to-scheme-box .scheme-col-man .arrow {
  right: -20px;
}

.how-to-scheme-box .scheme-col-man .graph-round {
  background: url(../images/scheme-graph-round.png) no-repeat 50% 50% #ffea33;
  background-size: 36.5px auto;
  width: 74px;
  height: 74px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-left: -36px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-to-scheme-box .scheme-col-man .graph-round {
    width: 60px;
    height: 60px;
    background-size: 30px auto;
  }
}

.how-to-scheme-box .scheme-col-money {
  width: 190px;
  position: relative;
  text-align: center;
  padding-right: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-to-scheme-box .scheme-col-money {
    width: 110px;
  }
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-money {
    margin-bottom: 30px;
    width: 100%;
    padding-right: 0;
  }
}

.how-to-scheme-box .scheme-col-money img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-money img {
    transform: translateX(-10px);
  }
}

.how-to-scheme-box .scheme-col-money .arrow {
  left: 95%;
}

.how-to-scheme-box .scheme-col-money .scheme-text {
  width: 175px;
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-money .scheme-text {
    width: 100%;
  }
}

.how-to-scheme-box .scheme-col-erial {
  position: relative;
  width: 30%;
  max-width: 300px;
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-erial {
    width: 250px;
    margin-bottom: 50px;
  }
}

.how-to-scheme-box .scheme-col-erial .lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotation 2s linear infinite;
}

.how-to-scheme-box .scheme-col-erial .erial-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.how-to-scheme-box .scheme-col-erial .arrow {
  right: 0;
}

.how-to-scheme-box .scheme-col-erial .arrow-prev {
  right: 100%;
  margin-right: -20px;
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-erial .arrow-prev {
    right: auto;
    top: auto;
    bottom: 100%;
  }
}

.how-to-scheme-box .scheme-col-ideas {
  width: 160px;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-to-scheme-box .scheme-col-ideas {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-ideas {
    width: 100%;
  }
}

.how-to-scheme-box .scheme-col-ideas img {
  margin: 0 auto;
  display: block;
}

.how-to-scheme-box .scheme-col-ideas .arrow {
  left: 95%;
}

.how-to-scheme-box .scheme-col-ideas .scheme-text {
  width: 200px;
  top: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-to-scheme-box .scheme-col-ideas .scheme-text {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-ideas .scheme-text {
    width: 100%;
  }
}

.how-to-scheme-box .scheme-col-propositions {
  width: 170px;
  position: relative;
  height: 310px;
  margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-to-scheme-box .scheme-col-propositions {
    height: 160px;
    width: 120px;
  }
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-propositions {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin: 0 auto 10px;
    height: auto;
  }
}

.how-to-scheme-box .scheme-col-propositions .arrow {
  right: 100%;
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-propositions .arrow {
    right: auto;
    top: 30px;
  }
}

.how-to-scheme-box .scheme-col-propositions .proposition {
  border-radius: 50%;
  border: 2px solid #ffea33;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-to-scheme-box .scheme-col-propositions .proposition {
    width: 60px;
    height: 40px;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-propositions .proposition {
    position: relative;
    left: auto;
    height: auto;
    padding: 0 10px;
    position: static;
  }
}

.how-to-scheme-box .scheme-col-propositions .proposition:after {
  content: "";
  display: block;
  clear: both;
  background: url(../images/how-scheme-arrow-top.png) no-repeat 50% 50% #ffea33;
  background-size: 11.5px auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: -10px;
  top: 0;
  position: absolute;
}

.how-to-scheme-box .scheme-col-propositions .proposition-top {
  top: 0;
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-propositions .proposition-top {
    top: auto;
  }
}

.how-to-scheme-box .scheme-col-propositions .proposition-center {
  right: 0;
  top: 38%;
  left: auto;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-propositions .proposition-center {
    transform: none;
    right: auto;
  }
}

.how-to-scheme-box .scheme-col-propositions .proposition-bottom {
  top: 53%;
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-propositions .proposition-bottom {
    bottom: auto;
  }
}

.how-to-scheme-box .scheme-col-propositions .proposition-bottom-right {
  bottom: 0;
  right: 0;
  left: auto;
}

@media (max-width: 767px) {
  .how-to-scheme-box .scheme-col-propositions .proposition-bottom-right {
    bottom: auto;
  }
}

.how-to-scheme-box .propositions-mans .proposition {
  border: none;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-to-scheme-box .propositions-mans .proposition {
    padding: 0;
  }
}

.how-to-scheme-box .propositions-mans .proposition:after {
  display: none;
}

.how-to-scheme-box .propositions-mans._mod-inv {
  margin-left: 0;
}

.how-to-scheme-box .propositions-mans._mod-inv .proposition-top {
  left: auto;
  right: 0;
}

.how-to-scheme-box .propositions-mans._mod-inv .proposition-center {
  right: auto;
  left: 0;
}

.how-to-scheme-box .propositions-mans._mod-inv .proposition-bottom {
  left: auto;
  right: 0;
}

.how-to-scheme-box .propositions-mans._mod-inv .proposition-bottom-right {
  right: auto;
  left: 0;
}

.contacts-quatros {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 767px) {
  .contacts-quatros {
    display: block;
  }
}

.contacts-quatros .contact-item {
  width: 49%;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 2%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
  padding: 35px 3%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contacts-quatros .contact-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contacts-quatros .contact-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 7%;
  }
}

.contacts-quatros .contact-item .item-title {
  display: block;
  font-weight: 300;
  font-size: 27px;
  margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contacts-quatros .contact-item .item-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contacts-quatros .contact-item .item-title {
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 26px;
  }
}

.contacts-quatros .contact-item .country-title {
  display: block;
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contacts-quatros .contact-item .country-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contacts-quatros .contact-item .country-title {
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 26px;
  }
}

.contacts-quatros .contact-item .supp-name {
  font-weight: 500;
  font-size: 17px;
  display: block;
  line-height: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contacts-quatros .contact-item .supp-name {
    font-size: 15px;
  }
}

.contacts-quatros .contact-item .supp-text {
  display: block;
  font-size: 13px;
  color: #5d5d5d;
  margin-bottom: 20px;
  padding-top: 5px;
}

.contacts-quatros .contact-item .iconed-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.contacts-quatros .contact-item .iconed-text:last-child {
  margin-bottom: 0;
}

.contacts-quatros .contact-item .iconed-text .icon {
  width: 40px;
}

@media (max-width: 767px) {
  .contacts-quatros .contact-item .iconed-text .icon {
    width: 30px;
  }
}

.contacts-quatros .contact-item .iconed-text .text {
  font-size: 13px;
  color: #5d5d5d;
}

.contacts-quatros .contact-item .iconed-text a {
  text-decoration: none;
  color: #5d5d5d;
}

.contacts-quatros .contact-item .iconed-text a:hover {
  color: #000;
}

.contacts-quatros dl {
  margin: 0;
  font-weight: normal;
}

.contacts-quatros dl dt {
  float: left;
  width: 40%;
  font-size: 12px;
  line-height: 16px;
  color: #5d5d5d;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contacts-quatros dl dt {
    float: none;
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contacts-quatros dl dt {
    float: none;
    width: 100%;
  }
}

.contacts-quatros dl dd {
  display: block;
  margin-left: 0;
  padding-bottom: 12px;
  font-size: 13px;
  line-height: 16px;
  color: #000;
  padding-left: 45%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contacts-quatros dl dd {
    padding-left: 0;
  }
  .contacts-quatros dl dd:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .contacts-quatros dl dd {
    padding-left: 0;
    padding-bottom: 10px;
  }
}

.contact-box-holder h2 {
  padding-left: 0 !important;
}

.contact-box-holder .map-box {
  height: 400px;
  width: 100%;
  position: relative;
  border-radius: 10px;
  margin-top: 10px;
  transition: all 0.5s ease;
  overflow: hidden;
  margin-bottom: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-box-holder .map-box {
    width: 100%;
    position: relative;
    top: auto;
    bottom: auto;
  }
  .contact-box-holder .map-box:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 50%;
  }
}

@media (max-width: 767px) {
  .contact-box-holder .map-box {
    width: 100%;
    margin-top: 0;
    height: 400px;
  }
}

.contact-box-holder .map-box .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-box-holder .map-box .zoom-buttons {
  position: absolute;
  z-index: 5;
  left: 20px;
  bottom: 45px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.contact-box-holder .map-box .zoom-buttons button {
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  display: block;
  border: none;
  outline: none;
  background: none;
  transition: 0.3s;
  color: #000;
  font-size: 26px;
}

.contact-box-holder .map-box .zoom-buttons button:hover {
  background: #ffea33;
}

.contact-box-holder .map-box .zoom-buttons .zoom-in {
  border-bottom: 1px solid #ECECEC;
}

.contact-box-holder .map-box .zoom-buttons .zoom-out {
  position: relative;
}

.contact-box-holder .map-box .zoom-buttons .zoom-out:after {
  content: "";
  display: block;
  clear: both;
  height: 3px;
  width: 14px;
  background: #000;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -7px;
}

.contact-box-holder .mapsbox-holder {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.contact-box-holder .mapsbox-holder .make-route-link {
  display: inline-block;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  border: none;
  background: #ffea33;
  border-radius: 30px;
  padding: 6px 15px 7px;
  margin-left: -8px;
}

.contact-box-holder .mapsbox-holder .adr {
  display: block;
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
}

.contact-box-holder .mapsbox-holder .worktime {
  display: block;
  font-size: 11px;
  color: #64686f;
  padding-bottom: 6px;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 10px;
}

.contact-box-holder .mapsbox-holder .phone {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.contact-box-holder .zoom-map {
  display: block;
  height: 55px;
  width: 55px;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 10;
  background: url(../images/btn-zoom-map.png) no-repeat 50% 50% #fff;
  background-size: 23.5px auto;
  text-indent: -9999px;
  border: none;
  border-radius: 50%;
  margin-left: -27px;
  margin-top: -27px;
  transition: all 0.3s ease;
  outline: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-box-holder .zoom-map {
    display: none;
  }
}

@media (max-width: 767px) {
  .contact-box-holder .zoom-map {
    display: none;
  }
}

.contact-box-holder .zoom-map:hover {
  background-color: #ffea33;
}

.contact-box-holder h2 {
  font-size: 34px;
  font-weight: 300;
  border-bottom: 1px solid #D5D9DD;
  margin-bottom: 30px;
  padding-left: 33px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .contact-box-holder h2 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 0;
    font-weight: normal;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contact-box-holder .content-info-block {
    padding-bottom: 20px;
  }
}

.contact-box-holder a {
  text-decoration: underline;
  color: #000;
}

.contact-box-holder a:hover {
  text-decoration: none;
}

/*on touch screens (ipad, phone)*/
@media (min-width: 768px) {
  .touch .product-view-section .layer-man,
  .touch .product-view-section .right-percents-box {
    position: absolute;
  }
}

.partner-tabs-sect .partner-map-section .show-all-btn {
  display: block;
  text-align: left;
  color: #B8B8B8;
  font-size: 17px;
  width: 100%;
  border-radius: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 30px 16px 20px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  z-index: 40;
  position: absolute;
  top: 40px;
  left: 65px;
  transition: all 0.3s ease;
  width: 370px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .partner-tabs-sect .partner-map-section .show-all-btn {
    width: 300px;
    left: 30px;
  }
}

@media (max-width: 767px) {
  .partner-tabs-sect .partner-map-section .show-all-btn {
    left: 15px;
    top: 20px;
    width: 250px;
  }
}

.partner-tabs-sect .partner-map-section .show-all-btn:hover {
  color: #000;
  background: #ffea33;
}

.partner-tabs-sect .partner-map-section .show-all-btn:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 5px;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
}

.partner-tabs-sect .partners-list-wrap {
  width: 100%;
  max-width: 1400px;
}

@media (max-width: 767px) {
  .partner-tabs-sect .tab-content .container {
    padding: 0;
  }
}

.partner-tabs-sect .mapsbox-holder {
  position: relative;
}

.partner-tabs-sect .mapsbox-holder .partner-view-item {
  position: relative;
}

.partner-tabs-sect .cats-wrapper {
  position: absolute;
  top: 100%;
  width: 370px;
  top: 40px;
  left: 65px;
}

.partner-tabs-sect .cats-wrapper .show-all-btn {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
}

.partner-tabs-sect .partners-type-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  position: relative;
  padding-bottom: 0;
}

.partner-tabs-sect .partners-type-list .abs-link {
  outline: none;
  background: none;
  border: none;
}

.partner-tabs-sect .partners-type-list:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
  width: 3px;
}

.partner-tabs-sect .partners-type-list:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  bottom: 0;
}

@media (max-width: 767px) {
  .partner-tabs-sect .partners-type-list {
    display: block;
    padding-bottom: 20px;
  }
}

.partner-tabs-sect .partners-type-list li.item {
  width: 16.666%;
  text-align: center;
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  padding-left: 0;
  padding-bottom: 0;
  position: static;
}

.partner-tabs-sect .partners-type-list li.item:before {
  display: none;
}

.partner-tabs-sect .partners-type-list li.item:hover .item-holder {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .partner-tabs-sect .partners-type-list li.item:hover .item-holder {
    box-shadow: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .partner-tabs-sect .partners-type-list li.item {
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .partner-tabs-sect .partners-type-list li.item {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .partner-tabs-sect .partners-type-list li.item {
    width: 33.33333%;
    border: none;
  }
}

.partner-tabs-sect .partners-type-list li.item .item-holder {
  transition: box-shadow 0.3s;
  position: relative;
  z-index: 4;
  height: 100%;
  padding: 25px 10px;
}

@media (max-width: 767px) {
  .partner-tabs-sect .partners-type-list li.item .item-holder {
    padding: 10px 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .partner-tabs-sect .partners-type-list li.item .item-holder {
    padding: 15px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .partner-tabs-sect .partners-type-list li.item .item-holder {
    padding: 15px 10px;
  }
}

.partner-tabs-sect .partners-type-list li.item .icon {
  height: 90px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .partner-tabs-sect .partners-type-list li.item .icon {
    height: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .partner-tabs-sect .partners-type-list li.item .icon {
    height: 70px;
  }
}

@media (max-width: 767px) {
  .partner-tabs-sect .partners-type-list li.item .icon {
    height: 60px;
  }
}

.partner-tabs-sect .partners-type-list li.item .title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .partner-tabs-sect .partners-type-list li.item .title {
    font-size: 14px;
  }
}

div.drop-custom-select-map {
  padding-right: 15px;
}

div.drop-custom-select-map .drop-list {
  padding-right: 10px;
}

.sect-bottom-box .feats-list .feat-item:hover .feat-title {
  color: #ffea33 !important;
}

.all-products-sect {
  background: #fff;
  padding-bottom: 50px;
}

.all-products-sect ._g-product-tizer-item:last-child {
  border: none;
}

.tab-become-content {
  padding-left: 5%;
}

@media (max-width: 767px) {
  .tab-become-content {
    padding-left: 0;
  }
}

.all-product-link {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
  background: none;
  outline: none;
  border: none;
  position: relative;
  z-index: 5;
}

.all-product-link:hover span {
  color: #ffea33;
}

.all-product-link:hover i:before {
  background-color: #fff;
  transform: translateY(-1px);
}

.all-product-link:hover i:after {
  background-color: #fff;
  transform: translateY(1px);
}

.all-product-link span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  transition: 0.3s;
}

.all-product-link i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: 19px;
  background: #ffea33;
}

.all-product-link i:before, .all-product-link i:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  height: 2px;
  left: 11px;
  right: 11px;
  top: 16px;
  background: #000;
  transition: 0.3s;
}

.all-product-link i:after {
  top: auto;
  bottom: 16px;
}

/*deposit / credit  new (23november) screen info*/
.product-screen {
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  overflow: hidden;
  position: absolute;
}

@media (max-width: 767px) {
  .product-screen {
    min-height: 400px;
    height: 100vh;
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
  }
}

.product-screen .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

@media (max-width: 767px) {
  .product-screen .image-bg {
    position: absolute;
  }
}

@media (min-width: 768px) {
  .product-screen .image-bg {
    transform: translateY(100px);
    transform-style: preserve-3d !important;
    backface-visibility: hidden !important;
  }
}

.product-screen .image-bg .desktop-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.product-screen .image-bg .xs-bg {
  display: none;
}

@media (max-width: 767px) {
  .product-screen .image-bg .xs-bg {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.product-screen .image-bg picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-screen .image-bg picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-screen .image-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 30%, transparent 90%);
}

@media (min-width: 768px) {
  .product-screen .image-bg .overlay {
    background: url(../images/deposit-dark-overlay.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: none;
  }
}

.product-screen .product-backgrounds {
  transform: translateY(100px);
}

.product-screen .product-info {
  position: fixed;
  z-index: 5;
  right: 0;
  transform: perspective(0px);
  top: 140px;
  bottom: 7%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
}

@media (max-width: 767px) {
  .product-screen .product-info {
    position: absolute;
    top: auto;
    bottom: 5%;
    padding: 0;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .product-screen .product-info {
    bottom: 5%;
    top: auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .product-screen .product-info .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.product-screen h2 {
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-screen h2 {
    font-size: 36px;
    width: 100%;
    line-height: 34px;
  }
}

.product-screen h2 b {
  color: #ffea33;
  font-weight: 500;
}

.product-screen .product-type-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .product-screen .product-type-box {
    margin-top: 0;
    margin-bottom: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.product-screen .product-icon {
  border-radius: 50%;
  margin-left: 20px;
  min-width: 110px;
  width: 110px;
  height: 110px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  padding: 28px 25px;
}

@media (max-width: 767px) {
  .product-screen .product-icon {
    margin-left: 0;
    order: -1;
    width: 80px;
    height: 80px;
    min-width: 80px;
    padding: 15px;
    margin-bottom: 20px;
  }
}

.product-screen .product-icon:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fed350;
  border-radius: 50%;
  animation: scale3 3s linear infinite;
  animation-delay: 0.3s;
}

@media (max-width: 767px) {
  .product-screen .product-icon:after {
    animation: none;
  }
}

.product-screen .product-icon:before {
  content: "";
  display: block;
  clear: both;
  border: 1px solid #ffea33;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border-radius: 50%;
  animation: shadow1 3s ease infinite;
  background: #ffea33;
}

@media (max-width: 767px) {
  .product-screen .product-icon:before {
    animation: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.product-screen .product-icon img {
  position: relative;
  z-index: 3;
  transform: translateZ(1000px);
  transform-style: preserve-3d;
  max-height: 100%;
  width: 100%;
}

.product-screen .product-parameters {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .product-screen .product-parameters {
    margin-bottom: 20px;
  }
}

.product-screen .product-parameters .param-item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 180px;
  padding: 9px 35px 14px 35px;
}

@media (max-width: 767px) {
  .product-screen .product-parameters .param-item {
    width: 33.333%;
    padding: 5px 10px 3px 10px;
  }
}

.product-screen .product-parameters .param-item:first-child {
  border: none;
  padding-left: 0;
  width: 160px;
}

@media (max-width: 767px) {
  .product-screen .product-parameters .param-item:first-child {
    width: 33.333%;
  }
}

.product-screen .product-parameters .param-item .param-num {
  display: block;
  font-size: 35px;
  font-weight: 300;
  padding-bottom: 5px;
  color: #ffea33;
}

@media (max-width: 767px) {
  .product-screen .product-parameters .param-item .param-num {
    font-size: 26px;
    font-weight: 500;
    white-space: nowrap;
  }
}

.product-screen .product-parameters .param-item .param-num em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
}

@media (max-width: 767px) {
  .product-screen .product-parameters .param-item .param-num em {
    font-size: 10px;
  }
}

.product-screen .product-parameters .param-item .param-name {
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding-left: 4px;
}

@media (max-width: 767px) {
  .product-screen .product-parameters .param-item .param-name {
    font-size: 10px;
    color: #c7c7c7;
    line-height: 13px;
    padding-left: 0;
  }
}

.product-screen .buttons-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .product-screen .buttons-flex {
    display: block;
  }
}

.product-screen .buttons-flex .btns-left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-screen .buttons-flex .btns-left {
    margin-left: -30px;
  }
}

@media (max-width: 767px) {
  .product-screen .buttons-flex .btns-left {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .product-screen .buttons-flex .yellow-big-btn {
    font-size: 17px;
    padding: 7px 21px 8px 20px;
    color: #000;
  }
  .product-screen .buttons-flex .yellow-big-btn span {
    background: none;
    padding: 0;
  }
}

.product-screen .buttons-flex .more-btn {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin-left: 50px;
  font-weight: 500;
  transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-screen .buttons-flex .more-btn {
    margin-left: 30px;
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .product-screen .buttons-flex .more-btn {
    margin-left: 20px;
    font-size: 17px;
  }
}

.product-screen .buttons-flex .more-btn:hover {
  color: #ffea33;
}

@media (max-width: 767px) {
  .product-screen .buttons-flex .btns-right {
    display: none;
  }
}

.product-screen p {
  margin: 0 0 30px;
  color: #fff;
  font-size: 27px;
  line-height: 29px;
}

@media (max-width: 767px) {
  .product-screen p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.product-screen .text-wrapper {
  width: 45%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-screen .text-wrapper {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .product-screen .text-wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .product-screen._mod-credit .product-type-box {
    padding-bottom: 0px;
  }
}

.product-screen._mod-credit h2 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-screen._mod-credit h2 {
    font-size: 50px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .product-screen._mod-credit h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .product-screen._mod-credit .buttons-flex .yellow-big-btn {
    padding-right: 16px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .product-screen._mod-credit .product-parameters .param-item .param-num {
    font-size: 18px;
  }
}

section.product1 .image-bg {
  transform: translateY(0);
}

@media (max-width: 767px) {
  section.product1 .image-bg {
    top: 0;
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.scrollmoreBtn {
  display: block;
  border: none;
  outline: none;
  background: url(../images/mouse.svg) no-repeat;
  background-size: 25px auto;
  width: 25px;
  height: 38px;
  margin-top: 10px;
  margin-left: 1px;
  text-align: center;
  z-index: 10;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .scrollmoreBtn {
    display: none;
  }
}

.scrollmoreBtn:hover {
  transform: scale(1.1);
}

.scrollmoreBtn span {
  display: none;
}

.scrollmoreBtn:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 5px;
  transform: rotate(45deg);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  margin-left: -6px;
  animation: downPulse2 2s ease-in-out infinite;
}

.edge .navi ul,
.ie11 .navi ul {
  list-style: none;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
  list-style-type: none;
}

.edge .navi ul li,
.ie11 .navi ul li {
  float: left;
  width: 100%;
}

.edge .navi ul li a,
.ie11 .navi ul li a {
  float: left;
  width: 100%;
}

.edge .product-promo-box,
.ie11 .product-promo-box {
  clip: initial;
}

.edge .product-promo-box .image-bg,
.ie11 .product-promo-box .image-bg {
  transform: none;
}

.edge .product-promo-box .desktop-bg,
.ie11 .product-promo-box .desktop-bg {
  display: block;
}

.edge .product-promo-box picture,
.ie11 .product-promo-box picture {
  display: none;
}

.edge .product-screen .image-bg,
.ie11 .product-screen .image-bg {
  position: absolute;
  transform: none;
}

.edge .product-screen .image-bg .desktop-bg,
.ie11 .product-screen .image-bg .desktop-bg {
  display: block;
}

.edge .product-screen .image-bg picture,
.ie11 .product-screen .image-bg picture {
  display: none;
}

.edge .product-screen .image-bg .overlay,
.ie11 .product-screen .image-bg .overlay {
  background-attachment: fixed !important;
}

.edge .product-invest-promo .product-screen-info,
.edge .product-screen .product-info,
.edge .product-promo-box .image-bg,
.edge .product-promo-box .product-screen-info,
.ie11 .product-invest-promo .product-screen-info,
.ie11 .product-screen .product-info,
.ie11 .product-promo-box .image-bg,
.ie11 .product-promo-box .product-screen-info {
  position: absolute;
}

.edge .product-view-section .image-bg,
.ie11 .product-view-section .image-bg {
  position: absolute;
}

.edge .product-view-section .image-bg .desktop-bg,
.ie11 .product-view-section .image-bg .desktop-bg {
  display: block;
}

.edge .product-view-section .image-bg picture,
.ie11 .product-view-section .image-bg picture {
  display: none;
}

.main-page-holder {
  width: 100%;
  background: #fff;
}

@media (min-width: 768px) {
  .main-page-holder {
    overflow: hidden;
    height: 100vh;
  }
}

.main-page-holder .container {
  padding-right: 5%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-page-holder .container {
    padding-right: 4%;
  }
}

@media (max-width: 767px) {
  .main-page-holder .container {
    padding-right: 6%;
  }
}

@media (max-width: 767px) {
  .main-page-holder header > .container {
    padding-right: 0;
  }
}

body div.scrollbar-track-y {
  background-color: transparent !important;
  width: 25px !important;
  z-index: 50 !important;
}

body div.scrollbar-track-y .scrollbar-thumb {
  background: none !important;
  border-radius: 30px;
  bottom: 4px;
  left: 0;
  top: 4px;
  width: 100%;
}

body div.scrollbar-track-y .scrollbar-thumb:after {
  content: "";
  display: block;
  clear: both;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  bottom: 0;
  left: 50%;
  position: absolute;
  top: 0;
  width: 5px;
}

body div.scrollbar-track-y .scrollbar-thumb:hover {
  background-color: #ccc;
}

._g-plefted {
  padding-left: 65px;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._g-plefted {
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  ._g-plefted {
    padding-left: 0;
  }
}

.container {
  width: 100%;
  padding: 0 4% 0 3%;
  max-width: 2000px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    padding-right: 3%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    padding: 0 3% 0 2%;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 6%;
  }
}

.scroll-bottom-link {
  position: absolute;
  z-index: 11;
  right: 5%;
  width: 75px;
  text-align: center;
  bottom: 15%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .scroll-bottom-link {
    right: 3%;
  }
}

@media (max-width: 767px) {
  .scroll-bottom-link {
    display: none;
  }
}

.scroll-bottom-link:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 4px;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 100%;
  margin-top: 10px;
  animation: downPulse2 2s ease-in-out infinite;
}

.scroll-bottom-link img {
  width: 25px;
  margin: 0 auto;
}

.main-page-holder {
  color: #000;
}

.main-page-holder b, .main-page-holder strong, .main-page-holder h1, .main-page-holder h2, .main-page-holder h3, .main-page-holder h4 {
  font-weight: 500;
}

.main-page-holder .plefted,
.main-page-holder .sect-content .plefted,
.main-page-holder section.product-desc-section .plefted {
  padding-left: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-page-holder .plefted,
  .main-page-holder .sect-content .plefted,
  .main-page-holder section.product-desc-section .plefted {
    padding-left: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder .plefted,
  .main-page-holder .sect-content .plefted,
  .main-page-holder section.product-desc-section .plefted {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .main-page-holder .plefted,
  .main-page-holder .sect-content .plefted,
  .main-page-holder section.product-desc-section .plefted {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .main-page-holder .effect-image {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 10px 0 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .main-page-holder .effect-image img {
    position: absolute;
    bottom: 0;
  }
  .main-page-holder .effect-image:after {
    content: "";
    display: block;
    clear: both;
    padding-top: 40%;
  }
}

.main-page-holder ._g-acc-link {
  display: inline-block;
  position: relative;
  font-size: 28px;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .main-page-holder ._g-acc-link {
    font-size: 22px;
  }
}

.main-page-holder ._g-acc-link:hover {
  color: #000;
}

.main-page-holder ._g-acc-link:hover i {
  background: #000;
  color: #FEE339;
}

.main-page-holder ._g-acc-link b {
  display: inline-block;
}

.main-page-holder ._g-acc-link span {
  display: none;
}

.main-page-holder ._g-acc-link i {
  width: 55px;
  height: 55px;
  background: #FEE339;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  line-height: 55px;
  font-size: 46px;
  font-weight: 300;
  margin-left: 22px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .main-page-holder ._g-acc-link i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 38px;
  }
}

.main-page-holder ._g-acc-link i:after {
  content: "";
  display: block;
  clear: both;
  content: "-";
}

.main-page-holder ._g-acc-link._mod-black:hover i {
  background: #000;
  color: #FEE339;
}

.main-page-holder ._g-acc-link._mod-black i {
  background: #fff;
}

.main-page-holder ._g-acc-link._mod-white i {
  background: #fff;
}

.main-page-holder ._g-acc-link.collapsed span {
  display: inline-block;
}

.main-page-holder ._g-acc-link.collapsed b {
  display: none;
}

.main-page-holder ._g-acc-link.collapsed i:after {
  content: '+';
}

.main-page-holder .white-content-section {
  position: relative;
  background: #fff;
  padding: 100px 0 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder .white-content-section {
    padding: 60px 0 50px;
  }
}

@media (max-width: 767px) {
  .main-page-holder .white-content-section {
    padding: 40px 0 20px;
  }
}

.main-page-holder .white-content-section._mod-nopadding {
  padding-top: 0;
}

.main-page-holder .white-content-section .image-toped {
  position: relative;
  z-index: 5;
  transform: translateY(-50%);
  margin-bottom: -50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-page-holder .white-content-section .image-toped {
    transform: translateY(-40%);
  }
}

@media (max-width: 767px) {
  .main-page-holder .white-content-section .image-toped {
    transform: none;
    margin-top: -100px;
    margin-bottom: -20px;
    width: 80%;
    max-width: 300px;
  }
}

.main-page-holder .rel-content-section {
  position: relative;
  z-index: 15;
}

.main-page-holder ._g-content-type {
  position: relative;
  background: #F6F7FA;
}

.main-page-holder ._g-content-type .content-box {
  padding-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-content-type .content-box {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type .content-box {
    padding-bottom: 30px;
  }
}

.main-page-holder ._g-content-type .content-box-cent {
  padding-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-content-type .content-box-cent {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type .content-box-cent {
    padding-bottom: 10px;
  }
}

.main-page-holder ._g-content-type hr.hrline {
  border-color: #C9C9C9;
  margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-content-type hr.hrline {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type hr.hrline {
    margin-bottom: 40px;
  }
}

.main-page-holder ._g-content-type ul p {
  margin-bottom: 15px;
}

.main-page-holder ._g-content-type .heading-content-box {
  padding-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-content-type .heading-content-box {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type .heading-content-box {
    padding-bottom: 0;
  }
}

.main-page-holder ._g-content-type .heading-content-box h3 {
  font-size: 45px;
  line-height: 46px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type .heading-content-box h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

.main-page-holder ._g-content-type h2 {
  margin: 0 0 30px;
  font-size: 45px;
  line-height: 46px;
  font-weight: 500;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type h2 {
    font-size: 10vw;
    line-height: 11vw;
  }
}

.main-page-holder ._g-content-type h3 {
  font-size: 45px;
  line-height: 46px;
  margin: 0 0 40px;
  font-weight: 500;
}

@media (min-width: 1650px) {
  .main-page-holder ._g-content-type h3 {
    font-size: 50px;
    line-height: 58px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-content-type h3 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .main-page-holder ._g-content-type h3 br {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type h3 {
    font-size: 10vw;
    line-height: 11vw;
    margin-bottom: 20px;
    font-weight: 500;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .main-page-holder ._g-content-type h3 {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type h3 br {
    display: none !important;
  }
}

.main-page-holder ._g-content-type .iconed-feat-desc {
  padding-right: 30%;
  max-width: 300px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-content-type .iconed-feat-desc {
    max-width: 100%;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type .iconed-feat-desc {
    padding-right: 0;
    padding-left: 0px;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.main-page-holder ._g-content-type .iconed-feat-desc .icon {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-content-type .iconed-feat-desc .icon {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.main-page-holder ._g-content-type .iconed-feat-desc .icon:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  background: #FEE339;
  margin-bottom: -34px;
  margin-left: 7px;
}

.main-page-holder ._g-content-type .iconed-feat-desc span {
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
}

.main-page-holder ._g-content-type ._g-titled-flex-row .claim-form {
  padding-right: 0;
}

.main-page-holder ._g-content-type .bottomed-image-row {
  margin-bottom: -20vw;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-content-type .bottomed-image-row {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type .bottomed-image-row {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: -50px;
  }
}

.main-page-holder ._g-content-type .bottomed-image-row ._g-image-right {
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-page-holder ._g-content-type .bottomed-image-row ._g-titled-flex-row {
  margin-bottom: 0;
}

.main-page-holder ._g-content-type .bottomed-image-row ._g-left-title-col {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type .bottomed-image-row ._g-left-title-col {
    padding-top: 0;
  }
}

.main-page-holder ._g-content-type .bottomed-image-row ._g-titled-flex-row {
  margin-bottom: -160px;
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type .bottomed-image-row ._g-titled-flex-row {
    margin-bottom: 0;
  }
}

.main-page-holder ._g-content-type .subheading {
  display: block;
  font-size: 15px;
  color: #8D8D8D;
  line-height: 21px;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-content-type .subheading {
    font-weight: 500;
  }
  .main-page-holder ._g-content-type .subheading br {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type .subheading {
    font-weight: 500;
    padding-bottom: 10px;
  }
  .main-page-holder ._g-content-type .subheading br {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type .subheading._lined {
    margin-bottom: 20px;
  }
}

.main-page-holder ._g-content-type .subheading._lined:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  background: #000;
  width: 20px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type .subheading._lined:after {
    margin-top: 30px;
  }
}

.main-page-holder ._g-content-type .big-subheading {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #949494;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-content-type .big-subheading {
    padding-bottom: 20px;
  }
  .main-page-holder ._g-content-type .big-subheading br {
    display: none !important;
  }
}

.main-page-holder ._g-content-type p {
  font-weight: 300;
  font-size: 19px;
  line-height: 31px;
  margin: 0 0 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-page-holder ._g-content-type p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type p {
    font-size: 16px;
    line-height: 24px;
  }
}

.main-page-holder ._g-content-type p.big {
  font-size: 33px;
  line-height: 42px;
  margin-bottom: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-page-holder ._g-content-type p.big {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-content-type p.big {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type p.big {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.main-page-holder ._g-content-type p.med {
  font-size: 26px;
  line-height: 38px;
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type p.med {
    font-size: 20px;
    line-height: 28px;
  }
}

.main-page-holder ._g-content-type p.weight-norm {
  font-weight: normal;
}

.main-page-holder ._g-content-type p.large {
  font-size: 26px;
  line-height: 42px;
}

@media (max-width: 767px) {
  .main-page-holder ._g-content-type p.large {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
  }
}

.main-page-holder ._g-content-type p.small {
  font-size: 18px;
  line-height: 32px;
  color: #3f3f3f;
}

.main-page-holder .bull-list li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  padding-left: 40px;
  padding-bottom: 30px;
}

.main-page-holder .bull-list li:before {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 20px;
  background: #666;
  position: absolute;
  left: 0;
  top: 10px;
}

.main-page-holder .yellow-text-section h2 {
  border-color: #E3CB33;
  padding-bottom: 40px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .main-page-holder .yellow-text-section h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 11vw;
  }
}

.main-page-holder .yellow-text-section p:last-child {
  margin-bottom: 0;
}

.main-page-holder .yellow-text-section .subheading {
  color: #726513;
}

.main-page-holder .yellow-text-section.yellow-text-sect-pb {
  padding-bottom: 15vw;
}

@media (min-width: 1650px) {
  .main-page-holder .yellow-text-section.yellow-text-sect-pb {
    padding-bottom: 260px;
  }
}

@media (max-width: 767px) {
  .main-page-holder .yellow-text-section.yellow-text-sect-pb {
    padding-bottom: 100px;
  }
}

.main-page-holder ._g-titled-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-titled-flex-row {
    display: block;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-titled-flex-row {
    display: block;
  }
}

.main-page-holder ._g-titled-flex-row ._g-left-title-col {
  width: 30%;
  min-width: 300px;
  max-width: 450px;
  padding-right: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-page-holder ._g-titled-flex-row ._g-left-title-col {
    min-width: 250px;
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-titled-flex-row ._g-left-title-col {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    position: relative;
    z-index: 17;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-titled-flex-row ._g-left-title-col {
    width: 100%;
    max-width: 100%;
  }
}

.main-page-holder ._g-titled-flex-row ._g-left-title-col h2 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 90px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-titled-flex-row ._g-left-title-col h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-titled-flex-row ._g-left-title-col h2 {
    margin-bottom: 30px;
  }
}

.main-page-holder ._g-titled-flex-row ._g-right-content-col {
  width: 70%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-page-holder ._g-titled-flex-row ._g-right-content-col {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-titled-flex-row ._g-right-content-col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-titled-flex-row ._g-right-content-col {
    width: 100%;
  }
}

.main-page-holder ._g-image-right {
  margin-right: -5vw;
  margin-left: -12%;
  padding-bottom: 55px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-image-right {
    padding-bottom: 30px;
    margin-right: -5vw;
    margin-left: -6%;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-image-right {
    padding-bottom: 20px;
    margin-right: -6vw;
    margin-left: -6vw;
  }
}

.main-page-holder ._g-image-right img {
  width: 100%;
}

.main-page-holder .pright {
  padding-right: 20%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-page-holder .pright {
    padding-right: 5%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder .pright {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .main-page-holder .pright {
    padding-right: 0;
  }
}

.main-page-holder .pright .pright {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .main-page-holder .pright .pright {
    padding-bottom: 10px;
  }
}

.main-page-holder ._g-image-left {
  margin-left: -3vw;
  width: 85%;
  padding-bottom: 70px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-page-holder ._g-image-left {
    margin-left: -2vw;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-image-left {
    margin-left: 0;
    width: auto;
    padding-bottom: 30px;
    margin-left: -6vw;
    margin-right: -6vw;
  }
}

.main-page-holder ._g-text-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .main-page-holder ._g-text-flex-row {
    display: block;
  }
}

.main-page-holder ._g-text-flex-row._mod-align-end {
  align-items: flex-start;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .main-page-holder ._g-text-flex-row._mod-align-end {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-text-flex-row._mod-align-end {
    padding-bottom: 0;
  }
}

.main-page-holder ._g-text-flex-row._mod-align-end .single-feat-box {
  padding-top: 50px;
}

.main-page-holder ._g-text-flex-row .text-half-col {
  width: 45%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder ._g-text-flex-row .text-half-col {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .main-page-holder ._g-text-flex-row .text-half-col {
    width: 100%;
  }
}

.main-page-holder .single-feat-box {
  max-width: 230px;
}

@media (max-width: 767px) {
  .main-page-holder .single-feat-box {
    max-width: none;
  }
}

.main-page-holder .single-feat-box .icon {
  position: relative;
  padding-top: 23px;
  margin-bottom: 30px;
  text-align: center;
  width: 56px;
}

.main-page-holder .single-feat-box .icon:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background: #FEE33A;
  position: absolute;
  top: 0;
  left: 0;
}

.main-page-holder .single-feat-box .icon img {
  z-index: 3;
  position: relative;
}

.main-page-holder .single-feat-box .feat-text {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

.main-page-holder .content-lined-text-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #F2F2F2;
}

@media (max-width: 767px) {
  .main-page-holder .content-lined-text-wrap p:last-child {
    margin-bottom: 0;
  }
}

.main-page-holder .content-lined-text-wrap .lined-col {
  border-top: 2px solid #FFE33A;
  padding-top: 30px;
  width: 43%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-page-holder .content-lined-text-wrap .lined-col {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder .content-lined-text-wrap .lined-col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main-page-holder .content-lined-text-wrap .lined-col {
    width: 100%;
  }
}

.main-page-holder .content-lined-text-wrap .lined-col p {
  font-size: 17px;
  line-height: 29px;
}

.main-page-holder .yellow-text-section {
  background: #FEE339;
  padding: 80px 0 70px;
}

@media (max-width: 767px) {
  .main-page-holder .yellow-text-section {
    padding: 40px 0 30px;
  }
}

.main-page-holder .yellow-text-section.after-bottomed-box {
  padding-top: 15vw;
}

@media (max-width: 767px) {
  .main-page-holder .yellow-text-section.after-bottomed-box {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.main-page-holder .yellow-text-section .pright {
  padding-right: 10%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder .yellow-text-section .pright {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .main-page-holder .yellow-text-section .pright {
    padding-right: 0;
  }
}

.main-page-holder .yellow-bg-wrap {
  background: #FEE339;
}

.main-page-holder .invest-page-top-section {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #000;
}

@media (max-width: 767px) {
  .main-page-holder .invest-page-top-section {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .main-page-holder .invest-page-top-section .left-text {
    padding-bottom: 3vh;
  }
}

@media (min-width: 768px) {
  .main-page-holder .invest-page-top-section .left-text {
    margin-bottom: -5vh;
  }
}

@media (min-height: 600px) and (min-width: 1000px) {
  .main-page-holder .invest-page-top-section .left-text {
    margin-bottom: 5vh;
  }
}

.main-page-holder .invest-page-top-section h1 {
  font-weight: 300;
  color: #fff;
  margin: 0;
  font-size: 50px;
  line-height: 54px;
  padding-bottom: 20px;
}

@media (max-height: 700px) {
  .main-page-holder .invest-page-top-section h1 {
    white-space: normal;
    width: 60%;
    min-width: 650px;
  }
}

@media (max-height: 700px) and (max-width: 767px) {
  .main-page-holder .invest-page-top-section h1 {
    width: 100%;
    min-width: 0;
  }
}

@media (max-height: 700px) {
  .main-page-holder .invest-page-top-section h1 br {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .main-page-holder .invest-page-top-section h1 {
    font-size: 10vw;
    line-height: 11vw;
    font-weight: 500;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .main-page-holder .invest-page-top-section h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

.main-page-holder .invest-page-top-section p {
  color: #dcdcdc;
  font-weight: 300;
  margin: 0 0 25px;
  font-size: 24px;
  line-height: 28px;
  padding-left: 4px;
}

@media (max-width: 767px) {
  .main-page-holder .invest-page-top-section p {
    font-size: 16px;
    line-height: 22px;
  }
}

.main-page-holder .invest-page-top-section p i {
  font-style: normal;
  font-size: 34px;
}

.main-page-holder .invest-page-top-section .sect-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-page-holder .invest-page-top-section .sect-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .main-page-holder .invest-page-top-section .sect-bg {
    background: url(../images/become-landing/top-index-sect-bg.jpg) no-repeat 50% 0;
    background-size: cover;
  }
}

.main-page-holder .invest-page-top-section .sect-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-page-holder .invest-page-top-section .sect-main-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding-bottom: 13vh;
}

.main-page-holder .invest-page-top-section .invest-link-wrap {
  position: absolute;
  left: 0;
  width: 40%;
}

.main-page-holder .invest-page-top-section .soc-links-box {
  position: absolute;
  top: 20%;
  bottom: 20%;
  right: 5%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 75px;
  z-index: 10;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-page-holder .invest-page-top-section .soc-links-box {
    right: 3%;
  }
}

@media (max-width: 767px) {
  .main-page-holder .invest-page-top-section .soc-links-box {
    display: none;
  }
}

.main-page-holder .invest-page-top-section .soc-links-box a {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  width: 46px;
  height: 46px;
  transition: all 0.3s ease;
}

.main-page-holder .invest-page-top-section .soc-links-box a:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.main-page-holder .invest-page-top-section .content-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 80px;
}

@media (max-width: 767px) {
  .main-page-holder .invest-page-top-section .content-row {
    padding-right: 0;
  }
}

.main-page-holder .invest-page-top-section .content-row .left-col {
  padding-top: 30px;
}

.main-page-holder .invest-page-top-section .content-row .left-col .calc-link {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.main-page-holder .invest-page-top-section .content-row .right-col {
  width: 50%;
  min-width: 490px;
}

@media (max-width: 767px) {
  .main-page-holder .invest-page-top-section .content-row .right-col {
    width: 100%;
    min-width: 0;
  }
}

.main-page-holder .invest-page-top-section .quest-link {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin-left: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.main-page-holder .invest-page-top-section .quest-link:hover {
  background: #fff;
  color: #000;
}

.main-page-holder .invest-page-top-section._mod-become .sect-bg {
  background: url(../images/become-top-sect-bg.jpg) no-repeat 50% 0;
  background-size: cover;
}

.main-page-holder .invest-page-top-section._mod-become .sect-main-content {
  padding-bottom: 14vh;
  height: 100%;
  padding-top: 14vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}

@media (max-width: 767px) {
  .main-page-holder .invest-page-top-section._mod-become .sect-main-content {
    justify-content: flex-end;
    padding-bottom: 15vh;
  }
}

.main-page-holder .invest-page-top-section._mod-become h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .main-page-holder .invest-page-top-section._mod-become h1 {
    font-size: 45px;
    line-height: 44px;
  }
}

.main-page-holder .feats-white-sect {
  padding-bottom: 110px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-page-holder .feats-white-sect {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .main-page-holder .feats-white-sect {
    padding-bottom: 30px;
  }
}

.main-page-holder .feats-white-sect._mod-become h2 {
  border: none;
}

.main-page-holder .feats-white-sect._mod-become ._g-titled-flex-row p.big {
  margin-bottom: 20px;
}

.main-page-holder .feats-white-sect._mod-become hr {
  margin-bottom: 50px;
}

.main-page-holder .feats-white-sect h2 {
  margin: 0 0 45px;
  padding-bottom: 40px;
  font-size: 55px;
  border-bottom: 1px solid #EEEEEE;
}

@media (max-width: 767px) {
  .main-page-holder .feats-white-sect h2 {
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 34px;
  }
}

.main-page-holder .feats-white-sect ._g-titled-flex-row {
  margin-bottom: 0;
}

.main-page-holder .feats-white-sect .product-desc-section {
  padding: 0;
  background: none;
}

.main-page-holder .feats-white-sect .product-desc-section:before {
  display: none;
}

.main-page-holder .feats-white-sect .product-desc-section .content-full-tabs {
  margin-top: 0;
}

.main-page-holder .last-content-sect {
  position: relative;
  z-index: 15;
}

.main-page-holder .last-content-sect .image-toped {
  margin-bottom: -25%;
}

@media (max-width: 767px) {
  .main-page-holder .last-content-sect .image-toped {
    margin-bottom: 5px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .main-page-holder .tempNobg {
    background: none;
  }
}

.calculation-section {
  background: #fff;
}

.calculation-section .calc-form-type {
  max-width: 100%;
}

.calculation-section .calc-form-type .container {
  max-width: 1400px;
}

.feats-invest-wrap {
  padding-bottom: 110px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .feats-invest-wrap {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .feats-invest-wrap {
    padding-bottom: 30px;
    margin-top: -30px;
  }
}

@media (max-width: 767px) {
  .feats-invest-wrap._mod-no-carousel .swiper-slide {
    width: 70%;
  }
  .feats-invest-wrap._mod-no-carousel .scrollbar-wrap {
    padding-top: 30px;
    margin-bottom: -20px;
  }
}

@media (min-width: 768px) {
  .feats-invest-wrap._mod-no-carousel .nav-buttons-box {
    display: none;
  }
  .feats-invest-wrap._mod-no-carousel .swiper-container {
    padding: 0 4% 0 3%;
  }
  .feats-invest-wrap._mod-no-carousel .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .feats-invest-wrap._mod-no-carousel .swiper-slide {
    padding-left: 0;
    width: 25%;
    max-width: 400px;
  }
  .feats-invest-wrap._mod-no-carousel .swiper-scrollbar {
    display: none;
  }
}

.feats-invest-wrap .nav-buttons-box {
  margin-bottom: 55px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .feats-invest-wrap .nav-buttons-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .feats-invest-wrap .nav-buttons-box {
    display: none;
  }
}

.feats-invest-wrap .nav-buttons-box .buttons-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.feats-invest-wrap .nav-buttons-box button {
  border-radius: 50%;
  display: block;
  margin-left: 15px;
  width: 54px;
  height: 54px;
  outline: none;
  border: none;
  background: #F2F2F2;
  text-align: center;
  transition: all 0.3s ease;
}

.feats-invest-wrap .nav-buttons-box button:hover {
  background: #FDE34B;
}

.feats-invest-wrap .nav-buttons-box button:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 6px;
  margin-left: -6px;
  transform: rotate(-45deg);
}

.feats-invest-wrap .nav-buttons-box button.swiper-button-disabled {
  opacity: 0.5;
  background: #F2F2F2;
}

.feats-invest-wrap .nav-buttons-box button.btn-prev:after {
  margin-left: 5px;
  transform: rotate(135deg);
}

.feats-invest-wrap .swiper-container {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .feats-invest-wrap .swiper-container {
    margin-bottom: 10px;
  }
}

.feats-invest-wrap .swiper-slide {
  width: 350px;
  padding-left: 3%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feats-invest-wrap .swiper-slide {
    padding-left: 2%;
    width: 260px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .feats-invest-wrap .swiper-slide {
    width: 250px;
    padding-left: 2%;
  }
}

@media (max-width: 767px) {
  .feats-invest-wrap .swiper-slide {
    width: 150px;
    padding-left: 6%;
  }
}

.feats-invest-wrap .swiper-slide .holder {
  padding-left: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feats-invest-wrap .swiper-slide .holder {
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .feats-invest-wrap .swiper-slide .holder {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .feats-invest-wrap .swiper-slide .holder {
    padding-left: 0;
  }
}

.feats-invest-wrap .swiper-slide .icon {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .feats-invest-wrap .swiper-slide .icon {
    transform: scale(0.5);
    transform-origin: 0 100%;
    margin-bottom: 10px;
  }
}

.feats-invest-wrap .swiper-slide .icon:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  background: #FEE33A;
  position: absolute;
  top: 0;
  left: 10px;
}

.feats-invest-wrap .swiper-slide .icon img {
  position: relative;
  z-index: 3;
}

.feats-invest-wrap .swiper-slide span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .feats-invest-wrap .swiper-slide span {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .feats-invest-wrap .swiper-slide span {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .feats-invest-wrap .swiper-slide span {
    font-size: 14px;
    line-height: 18px;
  }
}

.feats-invest-wrap .swiper-slide i {
  font-style: normal;
  display: block;
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.feats-invest-wrap .swiper-scrollbar {
  background: #F4F4F4;
  height: 2px;
}

.feats-invest-wrap .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background: #FDE33A;
}

.feats-invest-wrap .center-warn-box {
  padding-top: 20px;
  margin: 0 auto;
  width: 40%;
  min-width: 450px;
}

@media (max-width: 767px) {
  .feats-invest-wrap .center-warn-box {
    min-width: 0;
    width: 100%;
  }
}

.feats-invest-wrap .center-warn-box .icon {
  background: #FEE33A;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .feats-invest-wrap .center-warn-box .icon {
    margin-bottom: 10px;
  }
}

.feats-invest-wrap .center-warn-box .warn-desc p {
  font-size: 19px;
  line-height: 31px;
  font-weight: 300;
}

._g-parallax-image-box {
  position: relative;
  z-index: 10;
}

._g-parallax-image-box .effect-image {
  min-height: 450px;
  margin: 0;
}

@media (max-width: 767px) {
  ._g-parallax-image-box .effect-image {
    min-height: 0;
  }
}

._g-parallax-image-box .effect-image._mod-height-l:after {
  padding-top: 35%;
}

._g-parallax-image-box .effect-image img {
  width: 100%;
}

._g-parallax-image-box .effect-image:after {
  padding-top: 30%;
}

._mega-yellow-full-button {
  width: 100%;
  position: relative;
  background: #FEE339;
  padding: 60px 10px 65px;
  display: block;
  text-align: center;
  font-size: 50px;
  color: #000;
  transition: all 0.3s ease;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._mega-yellow-full-button {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  ._mega-yellow-full-button {
    padding: 15px 10px 15px;
    font-size: 21px;
  }
}

._mega-yellow-full-button img {
  margin-left: 5%;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  ._mega-yellow-full-button img {
    transform: scale(0.6);
    margin-left: 0;
  }
}

._mega-yellow-full-button:hover {
  background: #383D48;
  color: #fff;
}

._mega-yellow-full-button:hover img {
  -moz-filter: invert(1);
  -webkit-filter: invert(1);
  -o-filter: invert(1);
  -ms-filter: invert(1);
  filter: invert(1);
}

.page-nav-btn {
  position: fixed;
  right: 5%;
  bottom: 5%;
  border-radius: 50%;
  border: 1px solid #DFC731;
  background: #FFE43A;
  width: 60px;
  height: 60px;
  z-index: 110;
  outline: none;
  transform: translateX(100%);
  transition: all 0.5s ease;
  opacity: 0;
}

.page-nav-btn:hover {
  background: #383D48;
}

@media (max-width: 767px) {
  .page-nav-btn {
    display: none;
  }
}

.page-nav-btn.showed {
  transform: translateX(0);
  opacity: 1;
}

.page-nav-btn:hover span {
  background: #fff;
}

.page-nav-btn:hover span:before {
  background: #fff;
}

.page-nav-btn:hover span:after {
  background: #fff;
  width: 100%;
}

.page-nav-btn span {
  background: #000;
  display: block;
  height: 2px;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 28px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .page-nav-btn span {
    height: 2px;
    left: 15px;
    right: 15px;
    top: 24px;
  }
}

.page-nav-btn span:before, .page-nav-btn span:after {
  content: "";
  display: block;
  clear: both;
  background-color: #000;
  box-sizing: inherit;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}

.page-nav-btn span:before {
  top: -7px;
  transition-property: background-color, top, transform;
}

@media (max-width: 767px) {
  .page-nav-btn span:before {
    top: -9px;
  }
}

.page-nav-btn span:after {
  bottom: -7px;
  transition-property: width, bottom, transform;
  width: 60%;
}

@media (max-width: 767px) {
  .page-nav-btn span:after {
    bottom: -9px;
    width: 100%;
  }
}

.page-nav-btn.btn-actived span {
  background: none;
}

.page-nav-btn.btn-actived span:before {
  top: 0;
  transform: rotate(45deg);
}

.page-nav-btn.btn-actived span:after {
  bottom: 0;
  width: 100%;
  transform: rotate(-45deg);
}

@keyframes scrollBottomScale {
  0% {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
  }
  100% {
    top: -80px;
    left: -80px;
    bottom: -80px;
    right: -80px;
    opacity: 0;
  }
}

@keyframes scrollBottomScale2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}

@keyframes scale1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.invest-yellow-link {
  background: #fcf069;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1vw 4vw 1vw 3%;
  border-radius: 0 40px 0 0;
  color: #000;
  font-weight: 500;
  font-size: 2.5vw;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .invest-yellow-link {
    padding-left: 2%;
    border-radius: 0 30px 0 0;
    font-size: 38px;
  }
}

@media (min-width: 1600px) {
  .invest-yellow-link {
    font-size: 35px;
    padding: 25px 90px 25px 3%;
  }
}

@media (max-width: 767px) {
  .invest-yellow-link {
    font-size: 20px;
    border-radius: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .invest-yellow-link {
    display: none;
  }
}

.invest-yellow-link:hover {
  color: #000;
  background: #ffed25;
}

.invest-yellow-link span {
  padding-left: 65px;
  padding-right: 4vw;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .invest-yellow-link span {
    padding-left: 0;
  }
}

.invest-yellow-link img {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .invest-yellow-link img {
    transform: scale(0.7);
  }
}

.invest-landing-page {
  width: 100%;
  overflow: hidden;
}

.invest-landing-page ._g-content-type {
  background: #fff;
}

.invest-landing-page ._g-content-type .sect-content {
  background: #fff;
}

.invest-landing-page ._g-content-type .sect-content:before {
  display: none;
}

.invest-landing-page .yellow-text-section {
  background: #FEE339;
}

.site-menu-box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.site-menu-box._mod-product ul {
  padding-top: 80px;
  max-height: 700px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-menu-box._mod-product ul {
    padding-right: 50px;
  }
}

.site-menu-box.opened:after {
  transform: translateX(200%);
  transition: all 1.5s ease;
}

.site-menu-box.opened .menu-wrap {
  opacity: 1;
  transition: all 0.1s ease;
  transition-delay: 0.5s;
}

.site-menu-box:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #FDE34A;
  z-index: 11;
  transition: all 0.9s ease;
}

.site-menu-box .close-button {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}

.site-menu-box .menu-wrap {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.2s ease;
  transition-delay: 0.2s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
}

.site-menu-box .menu-holder {
  align-items: center;
  height: 100%;
  right: 0;
  padding: 4% 50px 4% 80px;
  position: absolute;
  top: 0;
  z-index: 3;
  background: #fff;
}

.site-menu-box .menu-rel {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
}

.site-menu-box .box-title {
  display: block;
  border-bottom: 1px solid #F3F3F3;
  font-size: 13px;
  color: #919191;
  padding-left: 25px;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 0px;
}

.site-menu-box ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6vh 100px 0 25px;
  max-height: 800px;
}

.site-menu-box ul li {
  padding: 10px 0;
}

.site-menu-box ul a {
  font-size: 23px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.site-menu-box ul a:hover {
  color: #ccc;
}

.site-menu-box .centered-menu li {
  padding: 20px 0;
}

.fix-all-products-btn {
  position: fixed;
  right: 3%;
  bottom: 7vh;
  padding-bottom: 8px;
  z-index: 10;
}

@media (max-width: 767px) {
  .fix-all-products-btn {
    display: none;
  }
}

.fix-all-products-btn .all-product-link {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
  background: none;
  outline: none;
  border: none;
  position: relative;
  z-index: 5;
}

.fix-all-products-btn .all-product-link:hover span {
  color: #ffea33;
}

.fix-all-products-btn .all-product-link:hover i:before {
  background-color: #fff;
  transform: translateY(-1px);
}

.fix-all-products-btn .all-product-link:hover i:after {
  background-color: #fff;
  transform: translateY(1px);
}

.fix-all-products-btn .all-product-link span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  transition: 0.3s;
}

.fix-all-products-btn .all-product-link i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-left: 19px;
  background: #ffea33;
}

.fix-all-products-btn .all-product-link i:before, .fix-all-products-btn .all-product-link i:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  height: 2px;
  left: 11px;
  right: 11px;
  top: 16px;
  background: #000;
  transition: 0.3s;
}

.fix-all-products-btn .all-product-link i:after {
  top: auto;
  bottom: 16px;
}

._g-filtered-to-yellow {
  filter: invert(78%) sepia(79%) saturate(407%) hue-rotate(357deg) brightness(101%) contrast(108%);
}

.edge ._g-filtered-to-yellow {
  filter: invert(68%) sepia(79%) saturate(607%) hue-rotate(377deg) brightness(81%) contrast(258%);
}

.ie11 .product-invest-promo .image-bg,
.edge .product-invest-promo .image-bg {
  transform: none;
}

.ie11 .footer-sect-box .footer-holder {
  align-items: stretch;
}

.ie11 .product-invest-promo .image-bg picture {
  display: none;
}

.ie11 .product-invest-promo .image-bg .desktop-bg {
  display: block;
}

.ie11 .index-sect-1 .feats-flex .feats-list .feat-item .icon,
.ie11 .product-promo-box .sect-bottom-box .feats-list .feat-item .icon {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  border-radius: 5px;
  display: block;
  width: 55px;
}

.ie11 .index-sect-1 .feats-flex .feats-list .feat-item .icon img,
.ie11 .product-promo-box .sect-bottom-box .feats-list .feat-item .icon img {
  width: auto;
}

._g-out-container {
  margin: 0 -4vw 0 -3vw;
}

._g-out-holder {
  margin-left: -65px;
}

.gray-center-full-box {
  background: #F8F8F8;
  text-align: center;
  padding: 80px 0 50px 0;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .gray-center-full-box {
    padding: 40px 0 20px;
  }
}

.gray-center-full-box .centered-box {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1700px;
}

@media (max-width: 767px) {
  .gray-center-full-box .centered-box {
    padding: 0;
  }
}

.gray-center-full-box p {
  font-size: 30px;
  line-height: 41px;
  margin: 0 0 30px;
  color: #000;
}

@media (max-width: 767px) {
  .gray-center-full-box p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.fin-reports-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 767px) {
  .fin-reports-list {
    display: block;
    width: 100%;
  }
}

.fin-reports-list .item {
  width: 48.5%;
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 4vw;
  margin-bottom: 3vw;
  min-height: 220px;
  transition: all 0.3s ease;
}

@media (min-width: 768px) and (max-width: 991px) {
  .fin-reports-list .item {
    display: block;
  }
}

@media (max-width: 767px) {
  .fin-reports-list .item {
    width: 100%;
    display: block;
    padding: 20px 25px;
    margin-bottom: 20px;
  }
  .fin-reports-list .item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .fin-reports-list .item:hover {
    background: #ffea33;
  }
}

.fin-reports-list .item:before {
  display: none;
}

.fin-reports-list .item .main-col {
  width: 100%;
  padding-right: 15%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fin-reports-list .item .main-col {
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fin-reports-list .item .main-col {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .fin-reports-list .item .main-col {
    padding-bottom: 15px;
  }
}

.fin-reports-list .item .actions-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .fin-reports-list .item .actions-col {
    justify-content: flex-start;
  }
}

.fin-reports-list .item .reg-status {
  display: block;
  font-size: 12px;
  color: #9b9fab;
  font-weight: 500;
  margin-bottom: 15px;
}

.fin-reports-list .item .name {
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fin-reports-list .item .name {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .fin-reports-list .item .name {
    font-size: 21px;
    line-height: 26px;
  }
}

.fin-reports-list .item .act-link {
  text-align: center;
  display: block;
  font-size: 12px;
  color: #9b9fab;
  font-weight: 500;
  margin-left: 30px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
}

.fin-reports-list .item .act-link:hover {
  color: #000000;
}

.fin-reports-list .item .act-link:hover i {
  background: #fff;
}

.fin-reports-list .item .act-link:first-child {
  margin-left: 0;
}

.fin-reports-list .item .act-link i {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #F5F6F9;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 auto 15px;
}

.fin-reports-list .item .act-link span {
  display: block;
  text-align: center;
}

.all-company-projects-wrapper {
  overflow: hidden;
}

.all-company-projects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-left: -1vw;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .all-company-projects {
    justify-content: flex-start;
  }
}

.all-company-projects .holder {
  position: relative;
  width: 100%;
}

.all-company-projects .holder:after {
  content: "";
  display: block;
  clear: both;
  padding-top: 66%;
}

@media (max-width: 767px) {
  .all-company-projects .holder:after {
    padding-top: 86%;
  }
}

.all-company-projects .holder:hover .item-bg img {
  transform: scale(1.2);
}

.all-company-projects .holder:hover .item-desc {
  transform: scale(0.95);
}

.all-company-projects .item {
  width: 25%;
  padding-left: 1vw;
  padding-bottom: 1vw;
  position: relative;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .all-company-projects .item {
    width: 33.33333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-company-projects .item {
    width: 50%;
    padding-left: 2vw;
    padding-bottom: 2vw;
  }
}

@media (max-width: 767px) {
  .all-company-projects .item {
    width: 50%;
  }
}

.all-company-projects .item._num1, .all-company-projects .item._num5 {
  width: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .all-company-projects .item._num1, .all-company-projects .item._num5 {
    width: 66.6666%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-company-projects .item._num1, .all-company-projects .item._num5 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .all-company-projects .item._num1, .all-company-projects .item._num5 {
    width: 100%;
  }
}

.all-company-projects .item._num1 .holder:after, .all-company-projects .item._num5 .holder:after {
  padding-top: 66%;
}

.all-company-projects .item._num1 {
  order: 1;
}

.all-company-projects .item._num1 .title {
  font-size: 7vw;
  line-height: 7vw;
  margin-left: -10px;
}

@media (min-width: 2000px) {
  .all-company-projects .item._num1 .title {
    font-size: 128px;
    line-height: inherit;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-company-projects .item._num1 .title {
    font-size: 11vw;
    line-height: 11vw;
    margin-left: -5px;
  }
}

@media (max-width: 767px) {
  .all-company-projects .item._num1 .title {
    margin-left: 0;
    font-size: 11vw;
    line-height: 11vw;
  }
}

.all-company-projects .item._num2 {
  order: 2;
}

.all-company-projects .item._num2 .holder:after {
  padding-top: 135%;
}

.all-company-projects .item._num3 {
  order: 3;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .all-company-projects .item._num3 {
    order: 6;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-company-projects .item._num3 {
    order: 4;
  }
}

@media (max-width: 767px) {
  .all-company-projects .item._num3 {
    order: 4;
  }
}

.all-company-projects .item._num3 .title {
  font-size: 1.6vw;
  line-height: 2vw;
}

@media (min-width: 2000px) {
  .all-company-projects .item._num3 .title {
    font-size: 33px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-company-projects .item._num3 .title {
    font-size: 3vw;
    line-height: 3vw;
  }
}

@media (max-width: 767px) {
  .all-company-projects .item._num3 .title {
    font-size: 3vw;
    line-height: 3vw;
  }
}

.all-company-projects .item._num4 {
  order: 4;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .all-company-projects .item._num4 {
    order: 5;
    position: absolute;
    bottom: 0;
    left: 33.3333%;
  }
}

.all-company-projects .item._num4 .title {
  font-size: 2vw;
  line-height: 2vw;
}

@media (min-width: 2000px) {
  .all-company-projects .item._num4 .title {
    font-size: 44px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-company-projects .item._num4 .title {
    font-size: 4vw;
    line-height: 4vw;
  }
}

@media (max-width: 767px) {
  .all-company-projects .item._num4 .title {
    font-size: 4vw;
    line-height: 4vw;
  }
}

.all-company-projects .item._num5 {
  order: 5;
}

.all-company-projects .item._num5 .holder:after {
  padding-top: 32.3%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .all-company-projects .item._num5 {
    order: 4;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-company-projects .item._num5 {
    order: 3;
  }
}

@media (max-width: 767px) {
  .all-company-projects .item._num5 {
    order: 3;
  }
  .all-company-projects .item._num5 .holder:after {
    padding-top: 40%;
  }
}

.all-company-projects .item._num5 .title {
  font-size: 3.5vw;
}

@media (min-width: 2000px) {
  .all-company-projects .item._num5 .title {
    font-size: 64px;
    line-height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-company-projects .item._num5 .title {
    font-size: 5vw;
    line-height: 6vw;
  }
}

@media (max-width: 767px) {
  .all-company-projects .item._num5 .title {
    font-size: 8vw;
    line-height: 9vw;
  }
}

.all-company-projects .item._num6 {
  order: 6;
  margin-top: -16.4%;
}

.all-company-projects .item._num6 .holder:after {
  padding-top: 135%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .all-company-projects .item._num6 {
    order: 3;
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-company-projects .item._num6 {
    order: 2;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .all-company-projects .item._num6 {
    order: 2;
    margin-top: 0;
  }
}

.all-company-projects .item._mod-soon .item-bg:after {
  opacity: 1;
}

.all-company-projects .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.all-company-projects .item-bg:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.all-company-projects .item-bg:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 3;
  opacity: 0;
}

.all-company-projects .item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.all-company-projects .title {
  font-size: 3vw;
  font-weight: 500;
  line-height: 3vw;
  display: block;
  padding: 15px 0 10px;
}

@media (min-width: 2000px) {
  .all-company-projects .title {
    font-size: 64px;
    line-height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-company-projects .title {
    font-size: 5vw;
    line-height: 5vw;
  }
}

@media (max-width: 767px) {
  .all-company-projects .title {
    font-size: 7vw;
    line-height: 7vw;
  }
}

.all-company-projects .subtitle {
  display: block;
  font-size: 14px;
}

@media (max-width: 767px) {
  .all-company-projects .subtitle {
    font-size: 10px;
  }
}

.all-company-projects .badge {
  position: absolute;
  background: #ffea33;
  color: #000;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 10px;
  top: 25px;
  letter-spacing: 1px;
  left: 25px;
  border-radius: 4px;
  z-index: 3;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .all-company-projects .badge {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .all-company-projects .badge {
    top: 10px;
    left: 10px;
    padding: 3px 5px;
    letter-spacing: 0;
    font-size: 8px;
  }
}

.all-company-projects .item-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 3vw 20px 2vw 30px;
  z-index: 3;
  transition: all 0.5s ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .all-company-projects .item-desc {
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-company-projects .item-desc {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .all-company-projects .item-desc {
    padding-left: 10px;
  }
}

.all-company-projects .abs-link {
  z-index: 5;
}

.inner-top-section {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  background: #505054;
}

@media (max-width: 767px) {
  .inner-top-section._mod-login {
    height: auto;
  }
  .inner-top-section._mod-login .sect-holder {
    height: auto;
    padding-bottom: 0;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .inner-top-section._mod-wide {
    height: 38vw;
    min-height: 500px;
    max-height: 700px;
  }
}

@media (max-width: 767px) {
  .inner-top-section._mod-wide {
    height: auto;
    max-height: none;
  }
}

@media (max-width: 767px) {
  .inner-top-section._mod-wide .sect-holder {
    height: auto;
    padding-top: 150px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .inner-top-section._mod-wide .sect-holder {
    height: 38vw;
    min-height: 500px;
    max-height: 700px;
  }
}

@media (min-width: 768px) {
  .inner-top-section._mod-wide .sect-bg {
    height: 38vw;
    min-height: 500px;
    max-height: 700px;
  }
}

.inner-top-section._mod-wide .sect-content {
  justify-content: flex-end;
  padding-bottom: 5%;
}

@media (max-width: 767px) {
  .inner-top-section._mod-wide .sect-content {
    position: relative;
    bottom: auto;
  }
}

.inner-top-section._mod-wide .sect-content .text-wrapper {
  width: 100%;
  max-width: 1000px;
}

.inner-top-section._mod-wide .sect-content h1 {
  font-size: 4vw;
  line-height: 4vw;
}

@media (min-width: 1650px) {
  .inner-top-section._mod-wide .sect-content h1 {
    font-size: 55px;
    line-height: 53px;
  }
}

@media (max-width: 767px) {
  .inner-top-section._mod-wide .sect-content h1 {
    font-size: 9vw;
    line-height: 9vw;
    margin-bottom: 15px;
  }
}

.inner-top-section._mod-wide .sect-content .subtitle {
  font-size: 21px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .inner-top-section._mod-wide .sect-content .subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .inner-top-section._mod-wide._mod-halfwide,
  .inner-top-section._mod-wide._mod-halfwide .sect-holder,
  .inner-top-section._mod-wide._mod-halfwide .sect-bg {
    height: 45vw;
    min-height: 600px;
    max-height: 750px;
  }
}

.inner-top-section b {
  font-weight: 500;
}

.inner-top-section.loadedPicture .swiper-lazy-preloader {
  opacity: 0;
}

.inner-top-section.loadedPicture .sect-bg picture {
  transform: scale(1);
  opacity: 1;
}

.inner-top-section.loadedPicture .sect-holder {
  opacity: 1;
}

.inner-top-section .login-modal {
  display: block;
  opacity: 1;
  z-index: 15;
  position: absolute;
}

@media (max-width: 767px) {
  .inner-top-section .login-modal {
    position: relative;
    background: none;
    top: auto;
    bottom: auto;
  }
}

.inner-top-section .login-modal .modal-wrap {
  opacity: 1;
}

.inner-top-section .sect-holder {
  opacity: 0;
  transition: opacity 1s ease;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 70px 0 100px;
}

.inner-top-section .sect-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .inner-top-section .sect-bg {
    position: absolute;
    background: none;
  }
}

.inner-top-section .sect-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 3;
}

.inner-top-section .sect-bg .overlay._mod-darken {
  opacity: 0.4;
}

.inner-top-section .sect-bg picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 2s ease;
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .inner-top-section .sect-bg picture {
    opacity: 1;
    transform: scale(1);
  }
}

.inner-top-section .sect-bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
}

.inner-top-section .sect-content {
  z-index: 3;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  padding-top: 10%;
}

@media (max-width: 767px) {
  .inner-top-section .sect-content {
    justify-content: flex-end;
    padding-top: 10vh;
    padding-bottom: 8vh;
  }
}

.inner-top-section .sect-content .text-wrapper {
  width: 55%;
}

@media (max-width: 767px) {
  .inner-top-section .sect-content .text-wrapper {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-top-section .sect-content .text-wrapper {
    width: 80%;
  }
}

.inner-top-section .sect-content h1 {
  font-size: 5vw;
  line-height: 5vw;
  font-weight: 500;
  margin: 0 0 30px;
}

@media (min-width: 1650px) {
  .inner-top-section .sect-content h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .inner-top-section .sect-content h1 {
    font-size: 9vw;
    line-height: 9vw;
    margin-bottom: 15px;
  }
}

.inner-top-section .sect-content .size-m {
  font-size: 4vw;
  line-height: 4vw;
}

@media (min-width: 1650px) {
  .inner-top-section .sect-content .size-m {
    font-size: 60px;
    line-height: 63px;
  }
}

@media (max-width: 767px) {
  .inner-top-section .sect-content .size-m {
    font-size: 9vw;
    line-height: 9vw;
    margin-bottom: 15px;
  }
}

.inner-top-section .sect-content .subtitle {
  display: block;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .inner-top-section .sect-content .subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
  }
}

.inner-top-section .sect-content ._g-yellow-arrowed-btn {
  margin-left: -10px;
}

@media (max-width: 767px) {
  .inner-top-section .sect-content ._g-yellow-arrowed-btn {
    font-size: 18px;
    padding: 7px 18px 8px;
    margin-left: 0;
  }
  .inner-top-section .sect-content ._g-yellow-arrowed-btn span {
    font-size: 18px;
  }
  .inner-top-section .sect-content ._g-yellow-arrowed-btn i {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-width: 1px;
    margin-left: 10px;
  }
  .inner-top-section .sect-content ._g-yellow-arrowed-btn i:before {
    height: 1px;
    right: 5px;
    left: 3px;
  }
  .inner-top-section .sect-content ._g-yellow-arrowed-btn i:after {
    border-width: 0 1px 1px 0;
    padding: 3px;
    margin-top: -4px;
    right: 2px;
  }
}

.inner-top-section .scroll-btn {
  position: absolute;
  left: 50%;
  bottom: 15%;
  width: 50px;
  margin-left: -25px;
  z-index: 5;
  text-align: center;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .inner-top-section .scroll-btn {
    display: none;
  }
}

.inner-top-section .scroll-btn:hover {
  transform: scale(1.2);
}

.inner-top-section .scroll-btn img {
  width: 24px;
}

.inner-top-section .scroll-btn:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 4px;
  transform: rotate(45deg);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  margin-left: -4px;
  animation: downPulse2 2s ease infinite;
}

.content-side-twocolumns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 767px) {
  .content-side-twocolumns {
    display: block;
  }
}

.content-side-twocolumns .content-sidebar {
  width: 205px;
  min-width: 205px;
  border-right: 1px solid #F3F3F3;
  padding-right: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .content-side-twocolumns .content-sidebar {
    width: 180px;
    min-width: 180px;
    padding-right: 10px;
  }
}

.content-side-twocolumns .content-column {
  flex: 1;
  padding-left: 3%;
}

@media (max-width: 767px) {
  .content-side-twocolumns .content-column {
    padding-left: 0;
  }
}

.content-side-twocolumns .terms-part {
  padding: 10px 0 0;
}

@media (max-width: 767px) {
  .content-side-twocolumns .terms-part {
    padding-top: 0;
  }
}

.content-side-twocolumns .sidenavi li {
  padding: 10px 0;
}

.content-side-twocolumns .sidenavi li:before {
  display: none;
}

.content-side-twocolumns .sidenavi li a {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
}

.content-side-twocolumns .sidenavi li a:hover {
  border-color: #FFE31D;
  color: #666;
}

.content-side-twocolumns .sidenavi li.active a {
  font-weight: 500;
  border-color: #FFE31D;
}

.inner-rel-wrapper {
  position: relative;
  z-index: 5;
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.inner-content-section {
  background: #fff;
  padding: 90px 0;
}

@media (max-width: 767px) {
  .inner-content-section {
    padding: 40px 0;
  }
  .inner-content-section.first-content {
    padding-top: 110px;
  }
}

.inner-content-section._mod-nomargin {
  padding-bottom: 0;
}

.inner-content-section.register-page-wrapper {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .inner-content-section.register-page-wrapper {
    padding-top: 30px;
  }
}

._g-content-type-eu {
  color: #000;
  width: 100%;
  overflow: hidden;
}

._g-content-type-eu h1 {
  font-size: 40px;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  ._g-content-type-eu h1 {
    font-size: 9vw;
    line-height: 9vw;
  }
}

._g-content-type-eu h2 {
  margin: 0 0 50px;
  font-size: 50px;
  font-weight: 300;
  display: block;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._g-content-type-eu h2 {
    font-size: 38px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu h2 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 30px;
  }
}

._g-content-type-eu h2.size-l {
  font-size: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._g-content-type-eu h2.size-l {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu h2.size-l {
    font-size: 32px;
  }
}

._g-content-type-eu h3 {
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 40px;
  display: block;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  ._g-content-type-eu h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 25px;
  }
}

._g-content-type-eu p {
  color: #646464;
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 30px;
  font-weight: 300;
}

@media (max-width: 767px) {
  ._g-content-type-eu p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 25px;
  }
}

._g-content-type-eu p.size-l {
  font-size: 25px;
  color: #000000;
  line-height: 37px;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  ._g-content-type-eu p.size-l {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

._g-content-type-eu p.size-ml {
  font-size: 23px;
  line-height: 31px;
  color: #000;
}

@media (max-width: 767px) {
  ._g-content-type-eu p.size-ml {
    font-size: 15px;
    line-height: 21px;
  }
}

._g-content-type-eu .centered-text {
  text-align: center;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 1200px;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._g-content-type-eu .centered-text {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu .centered-text {
    padding-bottom: 20px;
  }
}

._g-content-type-eu ._g-centered-box {
  text-align: center;
  max-width: 1250px;
  margin: 0 auto;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  ._g-content-type-eu ._g-centered-box {
    text-align: left;
  }
}

._g-content-type-eu._mod-about p {
  font-size: 18px;
  line-height: 29px;
}

._g-content-type-eu._mod-about p.size-l {
  font-size: 23px;
  line-height: 35px;
}

._g-content-type-eu._mod-about hr {
  margin-top: 0;
}

._g-content-type-eu ._g-iconed-desc-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._g-content-type-eu ._g-iconed-desc-row {
    display: block;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu ._g-iconed-desc-row {
    display: block;
  }
}

._g-content-type-eu ._g-iconed-desc-row .icon-col {
  width: 40%;
  padding-right: 10%;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._g-content-type-eu ._g-iconed-desc-row .icon-col {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu ._g-iconed-desc-row .icon-col {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

._g-content-type-eu ._g-iconed-desc-row .icon-col .icon-holder {
  max-width: 250px;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._g-content-type-eu ._g-iconed-desc-row .icon-col .icon-holder {
    max-width: none;
  }
}

._g-content-type-eu ._g-iconed-desc-row .icon-col .icon {
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._g-content-type-eu ._g-iconed-desc-row .icon-col .icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu ._g-iconed-desc-row .icon-col .icon {
    margin-bottom: 20px;
  }
}

._g-content-type-eu ._g-iconed-desc-row .icon-col .desc-title {
  display: block;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
}

._g-content-type-eu ._g-iconed-desc-row .desc-col {
  flex: 1;
}

._g-content-type-eu ._g-iconed-desc-row .desc-col p:last-child {
  margin-bottom: 0;
}

._g-content-type-eu .nomargin {
  margin: 0 auto;
  padding: 0;
}

._g-content-type-eu .twocolumns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 90px;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._g-content-type-eu .twocolumns {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu .twocolumns {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0;
  }
}

._g-content-type-eu .twocolumns:last-child {
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  ._g-content-type-eu .twocolumns:last-child {
    padding-bottom: 0;
  }
}

._g-content-type-eu .twocolumns._mod-vcent {
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._g-content-type-eu .twocolumns._mod-sm-onecol {
    display: block;
  }
  ._g-content-type-eu .twocolumns._mod-sm-onecol .col {
    width: 100%;
    display: block;
    padding: 0 0 50px;
  }
  ._g-content-type-eu .twocolumns._mod-sm-onecol .col:first-child {
    padding: 0 0 50px;
  }
  ._g-content-type-eu .twocolumns._mod-sm-onecol .col ._out-of-column {
    margin: 0 !important;
    width: 100%;
    padding: 0;
  }
}

._g-content-type-eu .twocolumns .pright {
  padding-right: 30%;
}

@media (max-width: 767px) {
  ._g-content-type-eu .twocolumns .pright {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu .twocolumns ._xs-first {
    order: -1;
  }
}

._g-content-type-eu .twocolumns .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 9%;
}

@media (max-width: 767px) {
  ._g-content-type-eu .twocolumns .col {
    width: 100%;
    padding: 0 0 30px;
  }
}

._g-content-type-eu .twocolumns .col:first-child {
  align-items: flex-end;
  padding-left: 0;
  padding-right: 9%;
}

._g-content-type-eu .twocolumns .col:first-child.no-padding-right {
  padding-right: 0;
}

@media (max-width: 767px) {
  ._g-content-type-eu .twocolumns .col:first-child {
    padding-right: 0;
  }
}

._g-content-type-eu .twocolumns .col:first-child ._out-of-column {
  margin-right: -19%;
  margin-left: 0;
}

@media (max-width: 767px) {
  ._g-content-type-eu .twocolumns .col:first-child ._out-of-column {
    margin: 0 -6vw;
  }
}

._g-content-type-eu .twocolumns .col p {
  width: 100%;
}

._g-content-type-eu .twocolumns .col p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  ._g-content-type-eu .twocolumns .col p.size-ml {
    font-size: 18px;
    line-height: 26px;
  }
}

._g-content-type-eu .twocolumns .col hr {
  border: none;
  background: #eee;
  height: 1px;
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  ._g-content-type-eu .twocolumns .col hr {
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu .twocolumns .col hr {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

._g-content-type-eu .twocolumns .col ._out-of-column {
  margin-left: -25%;
  width: 51vw;
  max-width: 1000px;
}

@media (max-width: 767px) {
  ._g-content-type-eu .twocolumns .col ._out-of-column {
    width: 100vw;
    margin-left: -6vw;
  }
}

._g-content-type-eu .twocolumns .col ._out-of-column img {
  width: 100%;
}

._g-content-type-eu .twocolumns img._mod-halfed {
  margin-right: -6vw;
  display: block;
}

._g-content-type-eu .g_lined-heading-title {
  display: block;
  border-bottom: 1px solid #F1F1F1;
  font-weight: 300;
  font-size: 26px;
  color: #afafaf;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  ._g-content-type-eu .g_lined-heading-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
  }
}

._g-content-type-eu .centered-feats-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
  padding: 65px 0 100px;
}

@media (max-width: 767px) {
  ._g-content-type-eu .centered-feats-list {
    display: block;
    padding: 20px 0 40px;
  }
}

._g-content-type-eu .centered-feats-list .item {
  flex: 1;
  padding: 0 3%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  ._g-content-type-eu .centered-feats-list .item {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu .centered-feats-list .item {
    padding: 20px 0;
  }
}

._g-content-type-eu .centered-feats-list .item:first-child {
  padding-left: 0;
}

@media (max-width: 767px) {
  ._g-content-type-eu .centered-feats-list .item:first-child {
    padding-top: 0;
  }
}

._g-content-type-eu .centered-feats-list .item:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  ._g-content-type-eu .centered-feats-list .item:last-child {
    padding-bottom: 0;
  }
}

._g-content-type-eu .centered-feats-list .icon {
  height: 75px;
}

@media (max-width: 767px) {
  ._g-content-type-eu .centered-feats-list .icon {
    height: auto;
    margin-bottom: 10px;
  }
}

._g-content-type-eu .centered-feats-list .item-title {
  display: block;
  font-size: 22px;
  margin-bottom: 25px;
  color: #000;
}

@media (min-width: 992px) and (max-width: 1199px) {
  ._g-content-type-eu .centered-feats-list .item-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu .centered-feats-list .item-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

._g-content-type-eu .centered-feats-list .item-text {
  display: block;
  font-size: 13px;
  color: #767676;
  font-weight: 300;
  line-height: 22px;
}

._g-content-type-eu .centered-feats-list._mod-about .icon {
  height: 120px;
}

._g-content-type-eu .centered-feats-list._mod-about .item-text {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

@media (max-width: 767px) {
  ._g-content-type-eu ._g-iconed-list1 {
    margin-bottom: 20px;
  }
}

._g-content-type-eu ._g-iconed-list1 .item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4vw;
}

@media (max-width: 767px) {
  ._g-content-type-eu ._g-iconed-list1 .item {
    margin-bottom: 20px;
  }
}

._g-content-type-eu ._g-iconed-list1 .item:last-child {
  margin-bottom: 0;
}

._g-content-type-eu ._g-iconed-list1 .item .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FFE31D;
  min-width: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  ._g-content-type-eu ._g-iconed-list1 .item .icon {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu ._g-iconed-list1 .item .icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    min-width: 60px;
  }
}

._g-content-type-eu ._g-iconed-list1 .item .item-desc {
  flex: 1;
  padding-top: 10px;
}

@media (max-width: 767px) {
  ._g-content-type-eu ._g-iconed-list1 .item .item-desc {
    padding-top: 20px;
  }
}

._g-content-type-eu ._g-iconed-list1 .item .item-desc .item-title {
  display: block;
  font-size: 30px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  ._g-content-type-eu ._g-iconed-list1 .item .item-desc .item-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu ._g-iconed-list1 .item .item-desc .item-title {
    font-size: 18px;
    font-weight: 500;
  }
}

._g-content-type-eu ._g-iconed-list1 .item .item-desc p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #7a7a7a;
  margin: 0;
}

@media (max-width: 767px) {
  ._g-content-type-eu ._g-iconed-list1 .item .item-desc p {
    font-size: 15px;
    line-height: 20px;
  }
}

._g-content-type-eu ul {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  ._g-content-type-eu ul {
    padding-bottom: 30px;
  }
}

._g-content-type-eu ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  ._g-content-type-eu ul li {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  ._g-content-type-eu ul li:last-child {
    margin-bottom: 0;
  }
}

._g-content-type-eu ul li:before {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 25px;
  background: #FFE31D;
  position: absolute;
  top: 8px;
  left: 0;
}

@media (max-width: 767px) {
  ._g-content-type-eu ul li:before {
    width: 15px;
  }
}

._g-content-type-eu ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

._g-content-type-eu ul li .list-item-title {
  display: block;
  font-weight: 500;
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  ._g-content-type-eu ul li .list-item-title {
    font-size: 18px;
  }
}

._g-content-type-eu ul.size-l li:before {
  top: 14px;
}

._g-content-type-eu ul.size-l p {
  font-size: 22px;
  line-height: 34px;
}

@media (max-width: 767px) {
  ._g-content-type-eu ul.size-l p {
    font-size: 18px;
    line-height: 21px;
  }
}

._g-content-type-eu ul {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  ._g-content-type-eu ul {
    padding-bottom: 30px;
  }
}

._g-content-type-eu ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  ._g-content-type-eu ul li {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  ._g-content-type-eu ul li:last-child {
    margin-bottom: 0;
  }
}

._g-content-type-eu ul li:before {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 25px;
  background: #FFE31D;
  position: absolute;
  top: 8px;
  left: 0;
}

@media (max-width: 767px) {
  ._g-content-type-eu ul li:before {
    width: 15px;
  }
}

._g-content-type-eu ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

._g-content-type-eu ul li .list-item-title {
  display: block;
  font-weight: 500;
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  ._g-content-type-eu ul li .list-item-title {
    font-size: 18px;
  }
}

._g-content-type-eu ul.size-l li:before {
  top: 14px;
}

._g-content-type-eu ul.size-l p {
  font-size: 22px;
  line-height: 34px;
}

@media (max-width: 767px) {
  ._g-content-type-eu ul.size-l p {
    font-size: 18px;
    line-height: 21px;
  }
}

._g-content-type-eu ol {
  counter-reset: li;
  list-style: none;
  margin: 0;
  padding: 10px 0 40px;
}

@media (max-width: 767px) {
  ._g-content-type-eu ol {
    padding-left: 0;
    padding-bottom: 20px;
  }
}

._g-content-type-eu ol > li {
  position: relative;
  padding-left: 35px;
  font-weight: 300;
  padding-bottom: 23px;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 767px) {
  ._g-content-type-eu ol > li {
    padding-left: 0;
    padding-top: 35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
  ._g-content-type-eu ol > li:last-child {
    border: none;
  }
}

._g-content-type-eu ol > li:before {
  content: "";
  display: block;
  clear: both;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0px;
  top: 1px;
  background: #FFE31D;
  color: #000;
  width: 25px;
  height: 25px;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-weight: 500;
  z-index: 4;
}

@media (max-width: 767px) {
  ._g-content-type-eu ol > li:before {
    left: 0;
    top: 2px;
    font-size: 14px;
  }
}

._g-content-type-eu ol > li p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 25px;
}

._g-content-type-eu ol > li p:last-child {
  margin-bottom: 0;
}

._g-content-type-eu ol > li strong {
  font-size: 16px;
}

._g-content-type-eu ol ul {
  padding: 20px 0 10px 20px;
}

@media (max-width: 767px) {
  ._g-content-type-eu ol ul {
    padding: 0 0 10px;
  }
}

._g-content-type-eu ol ul li {
  font-size: 16px;
  padding-bottom: 15px;
}

._g-content-type-eu ol ul li:last-child {
  padding-bottom: 0;
}

._g-content-type-eu ol ul li:before {
  background: #FFE31D;
}

@media (max-width: 767px) {
  ._g-content-type-eu ol ul li:before {
    top: 12px;
  }
}

._g-content-type-eu ol ul li small {
  font-weight: 300;
  color: #757575;
  font-size: 14px;
}

._g-content-type-eu .about-feats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 50px;
  padding-top: 40px;
}

@media (max-width: 767px) {
  ._g-content-type-eu .about-feats {
    display: block;
    margin-left: 0;
    padding-bottom: 20px;
  }
}

._g-content-type-eu .about-feats .feat-item {
  width: 33.333%;
  padding: 4%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._g-content-type-eu .about-feats .feat-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu .about-feats .feat-item {
    width: 100%;
    border-left: none;
    padding: 30px 0;
    margin: 0;
  }
  ._g-content-type-eu .about-feats .feat-item:first-child {
    border-top: none;
  }
}

._g-content-type-eu .about-feats .feat-item:nth-child(-n+3) {
  padding-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  ._g-content-type-eu .about-feats .feat-item:nth-child(-n+3) {
    padding-top: 4%;
  }
}

._g-content-type-eu .about-feats .feat-item .icon {
  height: 85px;
  position: relative;
}

._g-content-type-eu .about-feats .feat-item .icon:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #FFE710;
  top: -25px;
  left: -15px;
}

._g-content-type-eu .about-feats .feat-item .icon img {
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) and (max-width: 1199px) {
  ._g-content-type-eu .about-feats .feat-item .icon {
    height: 70px;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu .about-feats .feat-item .icon {
    height: auto;
    padding-bottom: 20px;
  }
}

._g-content-type-eu .about-feats .feat-item span {
  display: block;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  ._g-content-type-eu .about-feats .feat-item span {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  ._g-content-type-eu .about-feats .feat-item span {
    font-size: 21px;
    line-height: 28px;
  }
}

._g-content-type-eu .about-feats .feat-item p {
  font-size: 15px;
  line-height: 22px;
  color: #3a3a3a;
  margin: 0;
  font-weight: 300;
}

._g-content-type-eu ._g-bull-list {
  padding-bottom: 30px;
}

._g-content-type-eu ._g-bull-list li:last-child {
  margin-bottom: 0;
}

._g-content-type-eu ._g-bull-list .list-title {
  font-size: 22px;
  font-weight: normal;
  display: block;
  padding-bottom: 20px;
}

._g-content-type-eu ._g-bull-list p {
  font-size: 16px;
  line-height: 24px;
}

.euro-bill-feat-sect {
  position: relative;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .euro-bill-feat-sect {
    padding-bottom: 40px;
  }
}

.euro-bill-feat-sect:before {
  content: "";
  display: block;
  clear: both;
  background: url(../images/@2x/bg-euro-bill-map.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 25%;
  right: 30%;
  width: 30%;
  height: 100%;
}

@media (max-width: 767px) {
  .euro-bill-feat-sect:before {
    display: none;
  }
}

.euro-bill-feat-sect .euro-bill-feats-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 70px;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .euro-bill-feat-sect .euro-bill-feats-row {
    display: block;
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}

.euro-bill-feat-sect .euro-bill-feats-row .left-col {
  width: 45%;
}

@media (max-width: 767px) {
  .euro-bill-feat-sect .euro-bill-feats-row .left-col {
    width: 100%;
    text-align: center;
  }
}

.euro-bill-feat-sect .euro-bill-feats-row .left-col h2 {
  font-size: 40px;
  line-height: 56px;
  margin: 0 0 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .euro-bill-feat-sect .euro-bill-feats-row .left-col h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .euro-bill-feat-sect .euro-bill-feats-row .left-col h2 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.euro-bill-feat-sect .euro-bill-feats-row .left-col p {
  font-size: 19px;
  font-weight: 300;
  color: #5d5d5d;
}

.euro-bill-feat-sect .euro-bill-feats-row .right-col {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .euro-bill-feat-sect .euro-bill-feats-row .right-col {
    width: 100%;
  }
}

.euro-bill-feat-sect .euro-bill-feats-row .right-col .image-wrap {
  position: relative;
}

.euro-bill-feat-sect .euro-bill-feats-row .right-col .image-wrap img {
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .euro-bill-feat-sect .euro-bill-feats-row .right-col .image-wrap img {
    width: 100%;
  }
}

.euro-bill-feat-sect .euro-bill-feats-row .right-col .image-wrap:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 60%;
  background: #F5F5F5;
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.2);
  border-radius: 20%;
}

.euro-bill-feat-sect .euro-bill-feats-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .euro-bill-feat-sect .euro-bill-feats-list {
    display: block;
  }
}

.euro-bill-feat-sect .euro-bill-feats-list .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  .euro-bill-feat-sect .euro-bill-feats-list .item {
    margin-bottom: 40px;
  }
}

.euro-bill-feat-sect .euro-bill-feats-list .item .item-holder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.euro-bill-feat-sect .euro-bill-feats-list .item .icon {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #FFE31D;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  left: 100%;
  bottom: 100%;
  margin-bottom: -20px;
}

@media (max-width: 767px) {
  .euro-bill-feat-sect .euro-bill-feats-list .item .icon {
    left: 50%;
    margin-left: 30px;
  }
}

.euro-bill-feat-sect .euro-bill-feats-list .item .num-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.euro-bill-feat-sect .euro-bill-feats-list .item .num-wrap .item-number {
  display: block;
  font-size: 50px;
}

@media (max-width: 767px) {
  .euro-bill-feat-sect .euro-bill-feats-list .item .num-wrap .item-number {
    font-size: 40px;
  }
}

.euro-bill-feat-sect .euro-bill-feats-list .item .item-title {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.euro-bill-feat-sect .euro-bill-feats-list .item .item-text {
  font-size: 13px;
  color: #717171;
  line-height: 19px;
  display: block;
  text-align: center;
  font-weight: 300;
}

._g-out-of-container {
  margin: 0 -4vw 0 -3vw;
  position: relative;
}

@media (min-width: 1750px) {
  ._g-out-of-container {
    margin: 0 0 0 -50vw;
    left: 50%;
    width: 100vw;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  ._g-out-of-container {
    margin: 0 -3vw 0 -2vw;
  }
}

@media (max-width: 767px) {
  ._g-out-of-container {
    margin: 0 -6vw;
  }
}

.erial-mastercard-gray-sect {
  background: #2E2E2E;
  position: relative;
  padding: 100px 0 110px;
}

@media (max-width: 767px) {
  .erial-mastercard-gray-sect {
    padding: 60px 0 30px;
  }
}

.erial-mastercard-gray-sect:before {
  content: "";
  display: block;
  clear: both;
  background: url(../images/bg-card-section-tizer.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 20%;
  width: 502px;
  height: 50%;
  top: 50%;
  transform: translateY(-40%);
}

.erial-mastercard-gray-sect .title {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 80px;
  font-size: 60px;
}

@media (max-width: 767px) {
  .erial-mastercard-gray-sect .title {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}

.erial-mastercard-gray-sect .mastercard-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  padding-right: 5%;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .erial-mastercard-gray-sect .mastercard-row {
    display: block;
    padding-right: 0;
  }
}

.erial-mastercard-gray-sect .mastercard-row .right-column {
  width: 45%;
}

@media (max-width: 767px) {
  .erial-mastercard-gray-sect .mastercard-row .right-column {
    width: 100%;
  }
}

.erial-mastercard-gray-sect .mastercard-row .left-column {
  width: 45%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .erial-mastercard-gray-sect .mastercard-row .left-column {
    width: 100%;
    padding-bottom: 20px;
  }
}

.erial-mastercard-gray-sect .mastercard-row .card-title {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .erial-mastercard-gray-sect .mastercard-row .card-title {
    width: 100%;
    margin-bottom: 10px;
  }
}

.erial-mastercard-gray-sect .mastercard-row p {
  font-size: 19px;
  line-height: 28px;
  color: #fff;
  margin: 0 0 35px;
}

@media (max-width: 767px) {
  .erial-mastercard-gray-sect .mastercard-row p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}

.erial-mastercard-gray-sect .mastercard-row .card-smalltext {
  font-size: 12px;
  color: #898989;
  line-height: 16px;
  display: block;
  max-width: 300px;
  margin-right: auto;
}

.erial-mastercard-gray-sect .mastercard-row .card-params {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .erial-mastercard-gray-sect .mastercard-row .card-params {
    padding-top: 0;
    align-items: flex-start;
  }
}

.erial-mastercard-gray-sect .mastercard-row .card-params .param {
  padding: 0 5%;
}

@media (max-width: 767px) {
  .erial-mastercard-gray-sect .mastercard-row .card-params .param {
    padding: 0 5px;
  }
}

.erial-mastercard-gray-sect .mastercard-row .card-params .param:first-child {
  padding-left: 0;
}

.erial-mastercard-gray-sect .mastercard-row .card-params .param:last-child {
  padding-right: 0;
}

.erial-mastercard-gray-sect .mastercard-row .card-params .param-value {
  display: block;
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 25px;
}

.erial-mastercard-gray-sect .mastercard-row .card-params .param-text {
  font-size: 13px;
  color: #adadad;
  line-height: 18px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .erial-mastercard-gray-sect .mastercard-row .card-params .param-text {
    font-size: 11px;
    line-height: 15px;
    display: block;
  }
  .erial-mastercard-gray-sect .mastercard-row .card-params .param-text br {
    display: none !important;
  }
}

.erial-mastercard-gray-sect .mastercard-row .card {
  margin-bottom: 40px;
  position: relative;
}

.erial-mastercard-gray-sect .mastercard-row .card:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  top: 10px;
  box-shadow: 30px 30px 120px rgba(0, 0, 0, 0.34);
}

.erial-mastercard-gray-sect .consult-big-btn {
  background: #424242;
}

.erial-mastercard-gray-sect .consult-big-btn span {
  filter: invert(1);
}

.erial-mastercard-gray-sect .consult-big-btn:hover {
  background: #fff;
}

.erial-mastercard-gray-sect .consult-big-btn:hover span {
  filter: none;
}

.erial-mastercard-gray-sect .buttons-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .erial-mastercard-gray-sect .buttons-wrap {
    display: block;
    text-align: center;
  }
}

.erial-mastercard-gray-sect .buttons-wrap a {
  margin: 0 20px;
}

@media (max-width: 767px) {
  .erial-mastercard-gray-sect .buttons-wrap a {
    margin: 0 auto 20px !important;
    text-align: center;
    width: 250px;
  }
  .erial-mastercard-gray-sect .buttons-wrap a span {
    margin: 0 auto;
  }
}

.erial-mastercard-gray-sect .buttons-wrap a:first-child {
  margin-left: 0;
}

.erial-mastercard-gray-sect .buttons-wrap a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .erial-mastercard-gray-sect .buttons-wrap a:last-child {
    margin-bottom: 0;
  }
}

.ser-banner-box {
  background: #F8F8F9;
  padding: 90px 0 100px;
}

@media (max-width: 767px) {
  .ser-banner-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ser-banner-box .banner-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .ser-banner-box .banner-row {
    flex-direction: column;
  }
}

.ser-banner-box .banner-row .text-wrapper {
  padding-bottom: 30px;
}

.ser-banner-box .banner-row .desc-col {
  width: 40%;
}

@media (max-width: 767px) {
  .ser-banner-box .banner-row .desc-col {
    width: 100%;
    text-align: center;
  }
}

.ser-banner-box .banner-row .image-col {
  flex: 1;
}

@media (max-width: 767px) {
  .ser-banner-box .banner-row .image-col {
    order: -1;
    margin-bottom: 20px;
  }
}

.ser-banner-box .banner-row .banner-title {
  display: block;
  font-size: 35px;
  font-weight: 300;
  line-height: 46px;
  color: #000;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ser-banner-box .banner-row .banner-title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .ser-banner-box .banner-row .banner-title {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
  }
}

.ser-banner-box .banner-row .banner-subtitle {
  display: block;
  font-size: 19px;
  color: #5d5d5d;
  font-weight: 300;
  line-height: 27px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ser-banner-box .banner-row .banner-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .ser-banner-box .banner-row .banner-subtitle {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
  }
}

.ser-banner-box ._g-yellow-arrowed-btn {
  font-size: 22px;
  margin-left: -10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ser-banner-box ._g-yellow-arrowed-btn {
    font-size: 18px;
    padding: 8px 15px 9px 20px;
  }
}

@media (max-width: 767px) {
  .ser-banner-box ._g-yellow-arrowed-btn {
    font-size: 18px;
    margin: 0 auto;
  }
  .ser-banner-box ._g-yellow-arrowed-btn span {
    font-size: 18px;
  }
}

.tizer-parallax-box {
  position: relative;
  height: 45vw;
  max-height: 90vh;
  min-height: 500px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .tizer-parallax-box {
    min-height: 0;
    max-height: none;
    height: auto;
  }
}

.tizer-parallax-box .sect-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tizer-parallax-box .sect-bg img {
  width: 100%;
  min-height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .tizer-parallax-box .sect-bg img {
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .tizer-parallax-box .sect-bg img {
    object-fit: cover;
  }
}

.tizer-parallax-box .sect-bg .dzsparallaxer {
  height: 100%;
  min-height: 100%;
}

.tizer-parallax-box .sect-bg:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.tizer-parallax-box .sect-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  color: #fff;
  z-index: 5;
}

@media (max-width: 767px) {
  .tizer-parallax-box .sect-content {
    position: relative;
    min-height: 370px;
    padding: 80px 0 30px;
    height: auto;
    justify-content: flex-end;
  }
}

.tizer-parallax-box .text-wrapper {
  width: 55%;
  margin-bottom: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tizer-parallax-box .text-wrapper {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .tizer-parallax-box .text-wrapper {
    margin-bottom: 20px;
    width: 100%;
  }
}

.tizer-parallax-box .text-wrapper .tizer-title {
  display: block;
  font-size: 60px;
  line-height: 62px;
  margin-bottom: 25px;
  font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tizer-parallax-box .text-wrapper .tizer-title {
    font-size: 50px;
    line-height: 52px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tizer-parallax-box .text-wrapper .tizer-title {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .tizer-parallax-box .text-wrapper .tizer-title {
    font-size: 9vw;
    line-height: 9vw;
    margin-bottom: 10px;
  }
}

.tizer-parallax-box .text-wrapper .tizer-title-md {
  display: block;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 25px;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  .tizer-parallax-box .text-wrapper .tizer-title-md {
    font-size: 38px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .tizer-parallax-box .text-wrapper .tizer-title-md {
    font-size: 8vw;
    line-height: 8vw;
    margin-bottom: 10px;
  }
}

.tizer-parallax-box .text-wrapper .tizer-subtitle {
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tizer-parallax-box .text-wrapper .tizer-subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tizer-parallax-box .text-wrapper .tizer-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .tizer-parallax-box .text-wrapper .tizer-subtitle {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .tizer-parallax-box ._g-yellow-arrowed-btn {
    font-size: 18px;
    margin: 0 auto;
    padding: 8px 15px 8px 15px;
  }
  .tizer-parallax-box ._g-yellow-arrowed-btn span {
    font-size: 16px;
  }
  .tizer-parallax-box ._g-yellow-arrowed-btn i {
    border-width: 1px;
    width: 20px;
    height: 20px;
  }
  .tizer-parallax-box ._g-yellow-arrowed-btn i:before {
    height: 1px;
    margin-top: -1px;
  }
  .tizer-parallax-box ._g-yellow-arrowed-btn i:after {
    padding: 3px;
    margin-right: 2px;
    margin-top: -4px;
    border-width: 0 1px 1px 0;
  }
}

.why-erial-feats-section {
  padding: 80px 0 20px;
}

@media (max-width: 767px) {
  .why-erial-feats-section {
    padding-top: 40px;
  }
  .why-erial-feats-section .centered-feats-list {
    padding-top: 0;
  }
}

.why-erial-feats-section h2 {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .why-erial-feats-section h2 {
    margin-bottom: 20px;
  }
}

.gm-style-pbc {
  opacity: 0 !important;
}

.whitepage-twocolumns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 70px;
  padding-bottom: 20px;
  background: #FBFBFB;
  color: #000;
}

@media (max-width: 767px) {
  .whitepage-twocolumns {
    display: block;
    padding-top: 90px;
    padding-bottom: 30px;
  }
}

.whitepage-twocolumns .partner-map-section {
  height: auto;
}

.whitepage-twocolumns .partner-map-section .partners-find-form {
  position: relative;
  transform: none;
}

.whitepage-twocolumns .whitepage-sidebar {
  width: 200px;
  border-right: 1px solid #D6D6D6;
  padding-right: 30px;
  margin-right: 5%;
}

@media (max-width: 767px) {
  .whitepage-twocolumns .whitepage-sidebar {
    width: 100%;
    margin-right: 0;
    border: none;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .whitepage-twocolumns .whitepage-sidebar {
    width: 150px;
  }
}

.whitepage-twocolumns .whitepage-sidebar._mod-years {
  width: 100px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .whitepage-twocolumns .whitepage-sidebar._mod-years {
    width: 80px;
  }
}

@media (max-width: 767px) {
  .whitepage-twocolumns .whitepage-sidebar._mod-years {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .whitepage-twocolumns .whitepage-sidebar .side-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}

.whitepage-twocolumns .whitepage-sidebar .side-menu li {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .whitepage-twocolumns .whitepage-sidebar .side-menu li {
    margin-right: 20px;
  }
  .whitepage-twocolumns .whitepage-sidebar .side-menu li:last-child {
    margin-right: 0;
  }
}

.whitepage-twocolumns .whitepage-sidebar .side-menu li a {
  display: inline-block;
  padding: 15px 0;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  font-weight: 300;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .whitepage-twocolumns .whitepage-sidebar .side-menu li a {
    padding: 0 0 10px;
    line-height: 19px;
  }
}

.whitepage-twocolumns .whitepage-sidebar .side-menu li a:hover {
  color: #8D8D8D;
}

.whitepage-twocolumns .whitepage-sidebar .side-menu li.active a {
  font-weight: 500;
  border-color: #FFE31D;
}

.whitepage-twocolumns .whitepage-content {
  flex: 1;
}

.whitepage-twocolumns .whitepage-heading {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}

@media (max-width: 767px) {
  .whitepage-twocolumns .whitepage-heading {
    padding-bottom: 0;
  }
}

.whitepage-twocolumns .whitepage-heading .page-subtitle {
  display: block;
  font-weight: normal;
  color: #000000;
  font-size: 23px;
  padding-bottom: 15px;
}

.whitepage-twocolumns h1 {
  margin: 0 0 10px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  .whitepage-twocolumns h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .whitepage-twocolumns h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

.whitepage-twocolumns h2 {
  font-size: 35px;
  margin: 0 0 30px;
  font-weight: 500;
}

.whitepage-twocolumns h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .whitepage-twocolumns h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.whitepage-twocolumns .content-part {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .whitepage-twocolumns .content-part {
    margin-bottom: 30px;
  }
}

.whitepage-twocolumns .content-part:last-child {
  margin-bottom: 0;
}

.whitepage-twocolumns .diff-list-wrap {
  max-width: 600px;
}

.whitepage-twocolumns .diff-list-wrap ._g-def-table tbody td:last-child {
  width: 200px;
}

@media (max-width: 767px) {
  .whitepage-twocolumns .diff-list-wrap ._g-def-table tbody td:last-child {
    width: 100%;
  }
}

.whitepage-twocolumns .terms-content .date-exp {
  display: block;
  color: #8D8D8D;
  font-size: 14px;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .whitepage-twocolumns .terms-content .date-exp {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .whitepage-twocolumns .terms-content .date-exp {
    margin-bottom: 20px;
  }
}

.whitepage-twocolumns .terms-content p {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 25px;
  font-weight: 300;
}

.whitepage-twocolumns .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .whitepage-twocolumns .flex-row {
    display: block;
    margin-bottom: 20px;
  }
}

.whitepage-twocolumns .flex-row .left-col {
  width: 35%;
  min-width: 200px;
  max-width: 300px;
}

@media (max-width: 767px) {
  .whitepage-twocolumns .flex-row .left-col {
    width: 100%;
  }
}

.whitepage-twocolumns .flex-row .right-col {
  flex: 1;
  padding-left: 10%;
}

@media (max-width: 767px) {
  .whitepage-twocolumns .flex-row .right-col {
    padding-left: 0;
  }
}

.pred-list-wrapper {
  overflow: hidden;
}

@media (max-width: 767px) {
  .pred-list-wrapper {
    position: relative;
    z-index: 25;
  }
}

.pred-list-wrapper.pred-list-carousel-wrapper {
  overflow: visible;
  position: relative;
}

.pred-list-wrapper .swiper-nav-prev,
.pred-list-wrapper .swiper-nav-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  right: 0;
  outline: none;
  margin-right: -3vw;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: none;
  margin-top: -35px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .pred-list-wrapper .swiper-nav-prev,
  .pred-list-wrapper .swiper-nav-next {
    display: none;
  }
}

.pred-list-wrapper .swiper-nav-prev:before,
.pred-list-wrapper .swiper-nav-next:before {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 8px;
  transform: rotate(-45deg);
}

.pred-list-wrapper .swiper-nav-prev:hover,
.pred-list-wrapper .swiper-nav-next:hover {
  transform: scale(1.2);
}

.pred-list-wrapper .swiper-nav-prev.swiper-button-disabled,
.pred-list-wrapper .swiper-nav-next.swiper-button-disabled {
  opacity: 0.3;
  transform: none;
}

.pred-list-wrapper .swiper-nav-prev {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: -3vw;
}

.pred-list-wrapper .swiper-nav-prev:before {
  transform: rotate(135deg);
}

.how-partner-works {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 110px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-partner-works {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .how-partner-works {
    display: block;
    margin-bottom: 40px;
  }
}

.how-partner-works .item {
  text-align: center;
  padding: 0 15px;
  position: relative;
  flex: 1;
}

@media (max-width: 767px) {
  .how-partner-works .item {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .how-partner-works .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
}

.how-partner-works .item:last-child .icon:before {
  display: none;
}

.how-partner-works .item:last-child:before {
  display: none;
}

.how-partner-works .item:last-child:after {
  display: none;
}

.how-partner-works .item:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: -10%;
  left: 80%;
  height: 1px;
  background: #E7E7E7;
  top: 30px;
}

@media (max-width: 767px) {
  .how-partner-works .item:before {
    display: none;
  }
}

.how-partner-works .item:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 30px;
  right: -10%;
  display: inline-block;
  border: solid #E7E7E7;
  border-width: 0 1px 1px 0;
  padding: 4px;
  margin-top: -4px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .how-partner-works .item:after {
    display: none;
  }
}

.how-partner-works .item .icon {
  margin-left: -10px;
  height: 85px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-partner-works .item .icon {
    height: 70px;
  }
}

@media (max-width: 767px) {
  .how-partner-works .item .icon {
    height: auto;
    margin-bottom: 20px;
  }
}

.how-partner-works .item .icon:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 80%;
  width: 100%;
  top: 30px;
  height: 1px;
  display: none;
  background: #E7E7E7;
}

.how-partner-works .item .item-title {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-partner-works .item .item-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .how-partner-works .item .item-title {
    font-size: 16px;
    line-height: 21px;
  }
}

.how-partner-works .item .item-text {
  display: block;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-partner-works .item .item-text {
    font-size: 12px;
  }
}

.full-height-maped {
  padding-top: 50px;
  min-height: 100vh;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .full-height-maped {
    margin-top: 0;
    padding-top: 50px;
  }
}

.full-height-maped .whitepage-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: visible;
}

.full-height-maped ._g-out-of-container {
  flex: 1;
}

@media (max-width: 767px) {
  .full-height-maped .content-full-tabs {
    margin-bottom: 10px;
  }
}

.how-invest-steps {
  margin-bottom: 90px;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .how-invest-steps {
    padding-left: 0;
    margin-bottom: 50px;
  }
}

.how-invest-steps .item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 0 0 40px;
  margin-bottom: 20px;
}

.how-invest-steps .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.how-invest-steps .item:last-child:before {
  display: none;
}

.how-invest-steps .item:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 1px;
  top: 60px;
  bottom: 0;
  left: 25px;
  background: #D3D3D3;
}

.how-invest-steps .item .icon {
  margin-right: 40px;
  display: flex;
  background: #fff;
  padding-bottom: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50px;
  min-width: 50px;
}

@media (max-width: 767px) {
  .how-invest-steps .item .icon {
    margin-right: 20px;
  }
}

.how-invest-steps .item .icon:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #FFE710;
  position: absolute;
  left: -5px;
  top: -8px;
}

.how-invest-steps .item .icon img {
  position: relative;
  z-index: 3;
}

.how-invest-steps .item .item-title {
  display: block;
  font-size: 19px;
  line-height: 25px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .how-invest-steps .item .item-title {
    font-size: 16px;
    line-height: 19px;
  }
}

.how-invest-steps .item .item-text {
  display: block;
  font-size: 13px;
  color: #838383;
  line-height: 17px;
}

._g-form-steps-count-box {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  ._g-form-steps-count-box {
    margin-bottom: 10px;
  }
}

._g-form-steps-count-box .steps-link {
  display: inline-block;
  background: #FFE118;
  color: #000;
  padding: 7px 38px 7px 18px;
  border-radius: 15px;
  position: relative;
  font-size: 15px;
  outline: none;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

._g-form-steps-count-box .steps-link:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 17px;
}

._g-form-steps-count-box .steps-link:hover {
  box-shadow: 0 0 30px #FFE118;
}

._g-form-steps-count-box .steps-link.btn-actived:after {
  transform: rotate(-135deg);
  margin-top: -2px;
}

._g-form-steps-count-box .steps-link b {
  padding-right: 2px;
}

section.contact-content-sect {
  padding-top: 0;
}

section.contact-content-sect .claim-form {
  padding: 0;
}

section.contact-content-sect .claim-form .buttons-box {
  padding-top: 25px;
}

@media (max-width: 767px) {
  section.contact-content-sect .claim-form .buttons-box {
    padding-top: 0;
  }
}

.capital-graph-sect .cent-text {
  text-align: center;
  width: 80%;
  margin: 0 auto 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .capital-graph-sect .cent-text {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .capital-graph-sect .cent-text {
    width: 100%;
    margin-bottom: 50px;
  }
}

.capital-graph-sect .cent-text p {
  font-size: 23px;
  line-height: 38px;
  color: #000;
}

@media (max-width: 767px) {
  .capital-graph-sect .cent-text p {
    font-size: 18px;
    line-height: 24px;
  }
}

.capital-graph-sect .owngraph {
  padding-right: 5%;
  padding-left: 65px;
  padding-top: 20px;
  max-width: 1546px;
  margin: 0 auto 30px;
  overflow: visible !important;
}

@media (min-width: 1400px) {
  .capital-graph-sect .owngraph {
    padding-right: 4%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .capital-graph-sect .owngraph {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .capital-graph-sect .owngraph {
    padding: 20px 0 0px;
    margin-bottom: 0;
  }
}

.capital-graph-sect .owngraph .highcharts-label {
  display: none;
}

.capital-graph-sect .owngraph .highcharts-label:last-child {
  display: block;
}

.capital-graph-sect .owngraph .highcharts-container {
  overflow: visible !important;
}

.capital-graph-sect .owngraph .highcharts-xaxis-labels {
  padding-top: 5px;
}

.capital-graph-sect .owngraph .highcharts-xaxis-grid .highcharts-grid-line {
  stroke: rgba(204, 204, 204, 0.2);
}

.capital-graph-sect .owngraph .highcharts-xaxis-grid .highcharts-grid-line:first-child {
  stroke: transparent;
}

.capital-graph-sect .owngraph .highcharts-xaxis-grid .highcharts-grid-line:last-child {
  stroke: transparent;
}

.capital-graph-sect .owngraph .highcharts-halo {
  fill: #f6d107 !important;
}

.capital-graph-sect .owngraph .highcharts-point {
  fill: #FFBB31 !important;
}

.capital-graph-sect .owngraph .highcharts-axis-line {
  stroke: rgba(204, 204, 204, 0.2);
}

.capital-graph-sect .owngraph .highcharts-tick {
  stroke: rgba(204, 204, 204, 0.2);
}

.capital-graph-sect .owngraph .labwrap {
    display: block;
    text-align: center;
    color: #888888;
    font-size: 10px;
    position: absolute;
    bottom: 100%;
    padding-bottom: 20px;
    right: 0;
    z-index: 20;
    font-family: 'Styrene A Web';
    transform: translateX(50%);
}

@media (min-width: 768px) and (max-width: 991px) {
  .capital-graph-sect .owngraph .labwrap {
    transform: none;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .capital-graph-sect .owngraph .labwrap {
    transform: none;
    text-align: right;
  }
}

.capital-graph-sect .owngraph .labwrap b {
  display: block;
  color: #888888;
  margin-bottom: 5px;
}

.capital-graph-sect .owngraph .labwrap span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 27px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 25px;
}

.capital-graph-sect .owngraph .labwrap i {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  font-style: normal;
  padding-left: 8px;
}

.capital-graph-sect .owngraph .highcharts-axis-labels text {
  color: #c4c4c4 !important;
  fill: #c4c4c4 !important;
  font-size: 10px !important;
}

.capital-graph-sect .owngraph .highcharts-yaxis-grid .highcharts-grid-line:last-child {
  stroke: transparent;
}

.capital-graph-sect .owngraph .highcharts-data-labels .highcharts-label:last-child {
  opacity: 1 !important;
  display: block;
}

.capital-graph-sect .graph-headbox {
  padding-bottom: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .capital-graph-sect .graph-headbox {
    padding-bottom: 20px;
  }
}

.capital-graph-sect .graph-headbox h3 {
  font-weight: 300;
  font-size: 40px;
  margin: 0 0 5px;
}

@media (max-width: 767px) {
  .capital-graph-sect .graph-headbox h3 {
    font-size: 32px;
    line-height: 34px;
    font-weight: normal;
  }
}

.capital-graph-sect .graph-headbox span {
  display: block;
  font-size: 21px;
  font-weight: 300;
}

.calc-full-wrapper {
  background: #FAFAFB;
  padding: 70px 0 50px;
}

@media (max-width: 767px) {
  .calc-full-wrapper {
    padding: 30px 0;
  }
}

.calc-full-wrapper .calc-heading-box {
  margin-bottom: 30px;
  text-align: center;
}

.calc-full-wrapper .calc-heading-box .calc-title {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  display: block;
  padding-bottom: 20px;
}

.calc-full-wrapper .user-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .calc-full-wrapper .user-actions {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }
  .calc-full-wrapper .user-actions a {
    width: 250px;
    text-align: center;
  }
  .calc-full-wrapper .user-actions a span {
    display: inline-block;
    vertical-align: middle;
  }
  .calc-full-wrapper .user-actions a i {
    display: inline-block;
    vertical-align: middle;
  }
}

.calc-full-wrapper .user-actions a {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .calc-full-wrapper .user-actions a {
    margin: 0 0 20px;
  }
}

.feats-content-list {
  padding: 30px 0 50px;
}

@media (max-width: 767px) {
  .feats-content-list {
    padding: 30px 0 40px;
  }
  .feats-content-list:last-child {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.feats-content-list .feat-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0;
  border-bottom: 1px solid #E4E4E4;
}

@media (max-width: 767px) {
  .feats-content-list .feat-item {
    display: block;
    padding: 40px 0 40px;
  }
}

.feats-content-list .feat-item:last-child {
  border: none;
}

@media (max-width: 767px) {
  .feats-content-list .feat-item:last-child {
    padding-bottom: 0;
  }
}

.feats-content-list .feat-item.nospace {
  padding-bottom: 0;
}

.feats-content-list .feat-item:first-child {
  padding-top: 0;
}

.feats-content-list .feat-item .feat-left-col {
  width: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .feats-content-list .feat-item .feat-left-col {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .feats-content-list .feat-item .feat-left-col {
    width: 100%;
    margin-bottom: 30px;
  }
}

.feats-content-list .feat-item .feat-left-col .icon {
  position: relative;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 65px;
  border-radius: 50%;
  background: #FFE710;
}

@media (max-width: 767px) {
  .feats-content-list .feat-item .feat-left-col .icon {
    margin-right: 20px;
  }
}

.feats-content-list .feat-item .feat-left-col .icon img {
  position: absolute;
  top: 20px;
  left: 25px;
}

@media (max-width: 767px) {
  .feats-content-list .feat-item .feat-left-col .icon img {
    left: 0px;
  }
}

.feats-content-list .feat-item .feat-left-col .desc-text {
  flex: 1;
  padding-top: 15px;
  font-size: 27px;
  line-height: 33px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .feats-content-list .feat-item .feat-left-col .desc-text {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .feats-content-list .feat-item .feat-left-col .desc-text {
    font-size: 20px;
    line-height: 23px;
  }
}

.feats-content-list .feat-item .feat-left-col .desc-text strong {
  font-weight: normal;
}

.feats-content-list .feat-item .feat-right-col {
  width: 50%;
}

@media (max-width: 767px) {
  .feats-content-list .feat-item .feat-right-col {
    width: 100%;
  }
}

.feats-content-list .feat-item .feat-right-col p:last-child {
  margin-bottom: 0;
}

.feats-content-list .feat-item .feat-text-row {
  margin-bottom: 10px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .feats-content-list .feat-item .feat-text-row {
    padding-top: 0;
    margin-bottom: 20px;
  }
}

.feats-content-list .feat-item .feat-text-row:last-child {
  margin-bottom: 0;
}

.feats-content-list .feat-item .feat-title {
  display: block;
  font-weight: 500;
  margin: 0 0 5px;
}

.feats-content-list .feat-item .feat-text {
  display: block;
  font-weight: 300;
}

.how-comm-scheme-wrap {
  padding: 0 0 90px;
}

@media (max-width: 767px) {
  .how-comm-scheme-wrap {
    padding-bottom: 30px;
  }
}

.how-comm-scheme-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .how-comm-scheme-box {
    display: block;
    margin-bottom: 20px;
  }
}

.how-comm-scheme-box .scheme-col-center {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.how-comm-scheme-box .scheme-col-center .erial-round {
  width: 230px;
  height: 230px;
  padding: 35px;
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-comm-scheme-box .scheme-col-center .erial-round {
    width: 180px;
    height: 180px;
    padding: 25px;
  }
}

.how-comm-scheme-box .scheme-col-center .erial-round:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #FFE710;
  border-left: 2px solid #FFE710;
  animation: rotation 2s linear infinite;
}

.how-comm-scheme-box .scheme-col-center .erial-round:after {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border-bottom: 2px solid #FFE710;
  border-right: 2px solid #FFE710;
  animation: rotation 3s linear infinite;
}

.how-comm-scheme-box .scheme-col-center .erial-round .round-inside {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #FFE710;
  border-radius: 50%;
  position: relative;
}

.how-comm-scheme-box .scheme-col-center .erial-round .round-inside img {
  position: relative;
  z-index: 3;
}

.how-comm-scheme-box .scheme-col-center .erial-round .round-inside:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFE710;
  border-radius: 50%;
  animation: boom 2s ease infinite;
}

.how-comm-scheme-box .scheme-col-center .cent-label {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -20px;
}

@media (max-width: 767px) {
  .how-comm-scheme-box .scheme-col-center .cent-label {
    margin-bottom: 20px;
  }
}

.how-comm-scheme-box .scheme-col-humans {
  width: 18%;
}

@media (max-width: 767px) {
  .how-comm-scheme-box .scheme-col-humans {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.how-comm-scheme-box .scheme-col-humans .humans-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .how-comm-scheme-box .scheme-col-humans .humans-row {
    align-items: flex-start;
    margin: 0 auto;
    width: 250px;
    margin-top: -20px;
  }
}

.how-comm-scheme-box .scheme-col-humans .humans-row .human {
  margin-top: 110px;
  position: relative;
}

@media (max-width: 767px) {
  .how-comm-scheme-box .scheme-col-humans .humans-row .human {
    margin-top: 50px;
  }
}

.how-comm-scheme-box .scheme-col-humans .humans-row .human:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: #FFE710;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -19px;
}

.how-comm-scheme-box .scheme-col-humans .humans-row .human:nth-child(2) {
  margin-top: 0;
}

.how-comm-scheme-box .scheme-col-humans .humans-row .human img {
  position: relative;
  z-index: 3;
}

.how-comm-scheme-box .humans-label {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .how-comm-scheme-box .humans-label {
    margin-top: -50px;
  }
}

.how-comm-scheme-box .scheme-col-transfers {
  width: 20%;
  padding: 0 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .how-comm-scheme-box .scheme-col-transfers {
    padding: 0 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-comm-scheme-box .scheme-col-transfers {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .how-comm-scheme-box .scheme-col-transfers {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
}

.how-comm-scheme-box .scheme-col-transfers .text-label {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #929292;
}

@media (max-width: 767px) {
  .how-comm-scheme-box .scheme-col-transfers .text-label {
    text-align: left;
    width: 90px;
    padding-top: 20px;
  }
  .how-comm-scheme-box .scheme-col-transfers .text-label:last-child {
    text-align: right;
  }
}

.how-comm-scheme-box .scheme-col-transfers .arrows-box {
  position: relative;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .how-comm-scheme-box .scheme-col-transfers .arrows-box {
    height: 160px;
    padding: 0;
  }
}

.how-comm-scheme-box .scheme-col-transfers .arrows-box._mod-left:after {
  right: auto;
  left: 2px;
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .how-comm-scheme-box .scheme-col-transfers .arrows-box._mod-left:after {
    transform: rotate(-135deg);
    left: 50%;
    top: 0;
    margin-top: 1px;
  }
}

.how-comm-scheme-box .scheme-col-transfers .arrows-box:before {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
}

@media (max-width: 767px) {
  .how-comm-scheme-box .scheme-col-transfers .arrows-box:before {
    top: 0;
    left: 50%;
    width: 1px;
    bottom: 0;
    height: auto;
  }
}

.how-comm-scheme-box .scheme-col-transfers .arrows-box:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 2px;
  margin-top: -6px;
  top: 50%;
  display: inline-block;
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 6px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .how-comm-scheme-box .scheme-col-transfers .arrows-box:after {
    transform: rotate(45deg);
    top: 100%;
    right: auto;
    left: 50%;
    margin-top: -15px;
    margin-left: -6px;
  }
}

.how-comm-scheme-box .scheme-col-transfers .coins {
  position: relative;
  z-index: 3;
  background: #ffffff;
  padding: 0 3px;
}

.how-comm-scheme-box .scheme-col-transfers .coins:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  border-radius: 30px;
  background: #FFE710;
  z-index: 2;
  top: 0;
  height: 100%;
  left: 11px;
  right: 7px;
  min-width: 16px;
}

.how-comm-scheme-box .scheme-col-transfers .coins img {
  position: relative;
  z-index: 3;
  margin-right: -11px;
}

.how-comm-scheme-box .scheme-col-transfers .coins img:last-child {
  margin-right: 0;
}

.how-comm-scheme-box .scheme-col-org {
  width: 18%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-comm-scheme-box .scheme-col-org {
    width: 15%;
  }
}

@media (max-width: 767px) {
  .how-comm-scheme-box .scheme-col-org {
    margin: 0 auto;
    width: 250px;
  }
}

.how-comm-scheme-box .org-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .how-comm-scheme-box .org-row {
    margin-top: -10px;
  }
}

.how-comm-scheme-box .org-row .org {
  margin-top: 90px;
  position: relative;
  width: 60px;
  height: 70px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-comm-scheme-box .org-row .org {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .how-comm-scheme-box .org-row .org {
    margin-top: 70px;
  }
}

.how-comm-scheme-box .org-row .org:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: #FFE710;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -19px;
}

.how-comm-scheme-box .org-row .org:nth-child(2) {
  margin-top: 0;
}

.how-comm-scheme-box .org-row .org img {
  position: relative;
  z-index: 3;
}

@keyframes boom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}

div._g-feats-row-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 110px -5%;
  overflow: visible;
}

@media (min-width: 992px) and (max-width: 1199px) {
  div._g-feats-row-list {
    margin-left: -3%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  div._g-feats-row-list {
    flex-wrap: wrap;
    margin-left: -3%;
  }
}

@media (max-width: 767px) {
  div._g-feats-row-list {
    display: block;
    margin-left: 0;
    margin-bottom: 50px;
  }
}

div._g-feats-row-list .item {
  padding-left: 5%;
  flex: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  div._g-feats-row-list .item {
    padding-left: 3%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  div._g-feats-row-list .item {
    flex: auto;
    width: 50%;
  }
}

@media (max-width: 767px) {
  div._g-feats-row-list .item {
    padding-left: 0;
    padding: 10px 0;
  }
  div._g-feats-row-list .item:first-child {
    padding-top: 0;
  }
}

div._g-feats-row-list .item .icon {
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
}

@media (max-width: 767px) {
  div._g-feats-row-list .item .icon {
    margin-bottom: 20px;
  }
}

div._g-feats-row-list .item .icon:before {
  content: "";
  display: block;
  clear: both;
  background: #FFE31D;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  left: 0;
  position: absolute;
}

div._g-feats-row-list .item .icon img {
  position: relative;
  z-index: 3;
}

div._g-feats-row-list .item .item-title {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  div._g-feats-row-list .item .item-title {
    font-size: 18px;
    line-height: 20px;
  }
}

div._g-feats-row-list .item .item-text {
  display: block;
  color: #767676;
  font-size: 13px;
  line-height: 22px;
}

div._g-feats-row-list._mod-coop {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  div._g-feats-row-list._mod-coop {
    margin-bottom: 40px;
    display: block;
  }
}

div._g-feats-row-list._mod-coop .item {
  padding-left: 3%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  div._g-feats-row-list._mod-coop .item {
    padding-left: 0;
    margin-bottom: 30px;
  }
  div._g-feats-row-list._mod-coop .item:last-child {
    margin-bottom: 0;
  }
}

div._g-feats-row-list._mod-coop .item .icon {
  padding-left: 0;
}

div._g-feats-row-list._mod-coop .item .icon:before {
  display: none;
}

div._g-feats-row-list._mod-coop .item .item-title {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  div._g-feats-row-list._mod-coop .item .item-title {
    margin-bottom: 20px;
  }
}

div._g-feats-row-list._mod-coop .item .item-text {
  font-size: 13px;
  line-height: 19px;
}

/*mobile menu*/
.mobile-menu-btn {
  z-index: 100;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #DC5249;
  border-radius: 5px;
  display: none;
}

.mobile-menu-btn span {
  display: block;
  position: absolute;
  top: 23px;
  left: 11px;
  right: 11px;
  height: 4px;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.mobile-menu-btn span:before, .mobile-menu-btn span:after {
  content: "";
  display: block;
  clear: both;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  box-sizing: inherit;
  border-radius: 3px;
}

.mobile-menu-btn span:before {
  top: -10px;
  transition-property: top, transform;
}

.mobile-menu-btn span:after {
  bottom: -10px;
  transition-property: bottom, transform;
}

.mobile-menu-btn.mobile-btn-open span {
  background: transparent;
}

.mobile-menu-btn.mobile-btn-open span:before, .mobile-menu-btn.mobile-btn-open span:after {
  transition-delay: 0s, .3s;
}

.mobile-menu-btn.mobile-btn-open span:before {
  top: 0;
  transform: rotate(45deg);
}

.mobile-menu-btn.mobile-btn-open span:after {
  bottom: 0;
  transform: rotate(-45deg);
  width: 100%;
}

html.modal-open,
html.modal-open {
  overflow-x: hidden;
}

html.modal-open.nomodal,
html.modal-open.nomodal {
  overflow: visible;
}

body.modal-open {
  position: relative;
  overflow: hidden;
  padding-right: 15px !important;
}

@media (max-width: 767px) {
  body.modal-open {
    padding-right: 0 !important;
  }
}

body.modal-open .white-content-wrap,
body.modal-open .page-nav-white {
  margin-right: -15px;
  padding-right: 15px;
}

body.modal-open.nomodal {
  overflow: visible;
  padding-right: 0 !important;
}

body.modal-open.nomodal .white-content-wrap,
body.modal-open.nomodal .page-nav-white {
  margin-right: 0;
  padding-right: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.just-modal .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
  position: relative;
  z-index: 3;
}

.consult-modal .modal-content {
  padding: 40px 65px;
  width: 650px;
  border-radius: 25px;
}

@media (max-width: 767px) {
  .consult-modal .modal-content {
    width: 100%;
    border-radius: 15px;
    padding: 30px;
  }
}

.consult-modal .modal-title {
  display: block;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}

.consult-modal p {
  margin: 0 0 25px;
  font-size: 17px;
  color: #000;
}

.consult-modal .close {
  padding: 0;
  right: 40px;
  top: 40px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .consult-modal .close {
    top: 20px;
    right: 20px;
  }
}

.consult-modal .close:hover {
  transform: scale(1.2);
}

.consult-modal .close:before, .consult-modal .close:after {
  background-color: #000;
  height: 1px;
}

.modal-posts .close {
  top: 35px;
  right: 40px;
}

.modal-posts .close:before, .modal-posts .close:after {
  background: #000;
}

.modal-posts .modal-content {
  width: 90%;
  border-radius: 20px;
  padding: 45px 20px 25px;
}

@media (max-width: 767px) {
  .modal-posts .modal-content {
    padding: 20px 5px 10px;
    width: 100%;
  }
}

.modal-posts form {
  padding-left: 45px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .modal-posts form {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.modal-posts form .form-title {
  display: block;
  font-size: 29px;
  color: #041a33;
  font-weight: normal;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .modal-posts form .form-title {
    font-size: 24px;
    text-align: center;
  }
}

.modal-posts form .flex-row {
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  .modal-posts form .flex-row {
    display: block;
  }
}

.modal-posts form .form-label {
  display: block;
  color: #041a33;
  font-size: 15px;
  font-weight: normal;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .modal-posts form .form-label {
    padding-bottom: 10px;
    text-align: center;
  }
}

.modal-posts form .select-wrap {
  width: 340px;
}

@media (max-width: 767px) {
  .modal-posts form .select-wrap {
    width: 100%;
  }
}

.modal-posts .map-box {
  height: 600px;
  position: relative;
}

@media (max-width: 767px) {
  .modal-posts .map-box {
    height: 300px;
  }
}

.modal-posts .map-box .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-posts .map-box .zoom-buttons {
  position: absolute;
  z-index: 5;
  left: 20px;
  bottom: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.modal-posts .map-box .zoom-buttons button {
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  display: block;
  border: none;
  outline: none;
  background: none;
  transition: 0.3s;
  color: #000;
  font-size: 26px;
}

.modal-posts .map-box .zoom-buttons button:hover {
  background: #ffea33;
}

.modal-posts .map-box .zoom-buttons .zoom-in {
  border-bottom: 1px solid #ECECEC;
}

.modal-posts .map-box .zoom-buttons .zoom-out {
  position: relative;
}

.modal-posts .map-box .zoom-buttons .zoom-out:after {
  content: "";
  display: block;
  clear: both;
  height: 3px;
  width: 14px;
  background: #000;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -7px;
}

.modal-posts .mapsbox-holder {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.modal-posts .mapsbox-holder .make-route-link {
  display: inline-block;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  border: none;
  background: #ffea33;
  border-radius: 30px;
  padding: 6px 15px 7px;
  margin-left: -8px;
}

.modal-posts .mapsbox-holder .adr {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}

.modal-posts .mapsbox-holder .icon {
  margin-bottom: 10px;
}

.modal-posts .mapsbox-holder .worktime {
  display: block;
  font-size: 11px;
  color: #64686f;
  padding-bottom: 6px;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 10px;
}

.modal-posts .mapsbox-holder .worktime-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  min-height: 14px;
}

.modal-posts .mapsbox-holder .worktime-line span {
  font-size: 12px;
  display: block;
}

.modal-posts .mapsbox-holder .worktime-line .day {
  display: block;
  width: 52px;
}

.modal-posts .mapsbox-holder .phone {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.temp-info-modal {
  top: auto;
  bottom: 8%;
  left: auto;
  right: 8%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.29);
  background: #fff;
  border-radius: 20px;
  position: fixed;
  outline: none;
}

@media (max-width: 767px) {
  .temp-info-modal {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }
}

.temp-info-modal:before {
  display: none;
}

.temp-info-modal._mod-visible {
  display: block;
}

.temp-info-modal .close-btn {
  padding: 0;
  margin: 0;
  top: 25px;
  right: 25px;
}

.temp-info-modal .close-btn:before, .temp-info-modal .close-btn:after {
  background-color: #000;
  width: 90%;
  height: 1px;
}

.temp-info-modal .modal-content {
  padding: 35px 50px;
  width: 460px;
  color: #000;
}

@media (max-width: 767px) {
  .temp-info-modal .modal-content {
    width: 100%;
    padding: 35px 20px;
  }
}

.temp-info-modal .modal-subtitle {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 25px;
}

.temp-info-modal p {
  font-size: 14px;
  line-height: 26px;
  color: #535353;
  margin: 0 0 30px;
}

.temp-info-modal .more-btn {
  border: 1px solid #E0E0E0;
  font-size: 15px;
  color: #000;
  transition: all 0.3s ease;
  border-radius: 30px;
  padding: 8px 25px 9px;
}

.temp-info-modal .more-btn:hover {
  border-color: #ccc;
}

.temp-info-modal .buttons-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.temp-info-modal .buttons-wrap .yellow-btn {
  margin-right: 15px;
  font-size: 16px;
  padding: 8px 30px 9px;
}

.partners-abs-block {
  position: absolute;
  outline: none;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 35px 30px 40px 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: left;
}

@media (max-width: 767px) {
  .partners-abs-block {
    padding: 20px;
  }
}

.partners-abs-block .close {
  padding: 0;
  top: 30px;
  right: 40px;
}

@media (max-width: 767px) {
  .partners-abs-block .close {
    right: 20px;
    top: 20px;
  }
}

.partners-abs-block .close:before, .partners-abs-block .close:after {
  background-color: #ccc;
}

.partners-abs-block .close:hover:before, .partners-abs-block .close:hover:after {
  background-color: #666;
}

.partners-abs-block .partner-cat-title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .partners-abs-block .partner-cat-title {
    font-size: 24px;
  }
}

.partners-abs-block .partners-scroll {
  max-height: 300px;
}

.partners-abs-block .partners-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.partners-abs-block .partners-list .company-item {
  width: 16.6666%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .partners-abs-block .partners-list .company-item {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .partners-abs-block .partners-list .company-item {
    width: 25%;
  }
}

.login-modal {
  background: rgba(0, 0, 0, 0.2);
}

.login-modal:before {
  display: none;
}

.login-modal .modal-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .login-modal .modal-wrap {
    height: auto;
    display: block;
    padding-top: 0;
  }
}

.login-modal .close-area {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  border: none;
}

.login-modal .close-btn {
  right: 35px;
  top: 35px;
}

@media (max-width: 767px) {
  .login-modal .close-btn {
    display: none;
  }
}

.login-modal .modal-content {
  position: relative;
  color: #000;
  background: #fff;
  width: 376px;
  margin: 0 auto;
  padding: 30px;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
}

@media (max-width: 767px) {
  .login-modal .modal-content {
    width: 100%;
    border-radius: 0;
    padding: 25px 20px;
  }
}

.login-modal .modal-content-body {
  flex: 1;
}

.login-modal .login-heading {
  text-align: center;
  padding-bottom: 5px;
}

.login-modal .login-heading .icon {
  margin-bottom: 5px;
}

.login-modal .login-heading span {
  display: block;
  font-size: 19px;
  font-weight: 500;
  color: #000;
}

.login-modal .tab-inside {
  min-height: 390px;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 767px) {
  .login-modal .tab-inside {
    min-height: 350px;
  }
}

.login-modal .links-wrap {
  padding: 0 20px 10px;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .login-modal .links-wrap {
    padding: 0;
  }
}

.login-modal .links-wrap a, .login-modal .links-wrap button {
  margin-bottom: 15px;
}

.login-modal .links-wrap a:last-child, .login-modal .links-wrap button:last-child {
  margin-bottom: 0;
}

.login-modal .links-wrap ._g-yellow-arrowed-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 17px 11px 20px;
  margin-bottom: 20px;
}

.login-modal .links-wrap ._g-yellow-arrowed-btn span {
  flex: 1;
  text-align: center;
}

.login-modal .inside-tabset {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
}

.login-modal .inside-tabset .tab-pane {
  height: 100%;
}

.login-modal .inside-tabset .tab-flex {
  min-height: 301px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.login-modal .login-type-title {
  display: block;
  text-align: center;
  color: #bababa;
  font-size: 15px;
  padding-bottom: 15px;
}

.login-modal .login-types-box {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  padding-top: 5px;
}

.login-modal .login-types-box .login-types-btn {
  width: 100%;
  display: block;
  border-radius: 14px;
  padding: 11px 25px 12px;
  border: 1px solid #E7E7E7;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
  z-index: 3;
  outline: none;
}

.login-modal .login-types-box .login-types-btn:hover, .login-modal .login-types-box .login-types-btn.actived {
  border-color: #FFE637;
}

.login-modal .login-types-box .login-types-btn:after {
  content: "";
  display: block;
  clear: both;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 25px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 4px;
  transform: rotate(45deg);
}

.login-modal .login-types-box .login-types-drop {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 7px 7px 37px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 8px;
  padding: 5px;
  display: none;
}

.login-modal .login-types-box .login-types-drop button,
.login-modal .login-types-box .login-types-drop .current {
  display: block;
  width: 100%;
  background: none;
  border: none;
  transition: all 0.3s ease;
  border-radius: 7px;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  padding: 7px 10px;
  outline: none;
}

.login-modal .login-types-box .login-types-drop button:hover,
.login-modal .login-types-box .login-types-drop .current:hover {
  background: #FFE31D;
}

.login-modal .login-types-box .login-types-drop .current {
  background: none;
  color: #b1b1b1;
  cursor: default;
}

.login-modal .login-types-box .login-types-drop .current:hover {
  background: none;
}

.login-modal .tab-cent {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.login-modal .id-icon {
  margin: 0 0 20px;
}

.login-modal p {
  font-size: 15px;
  line-height: 23px;
  margin: 0 0 10px;
}

.login-modal .login-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 8%;
  background: none;
  outline: none;
  border-radius: 12px;
  border: 1px solid #EBEBEB;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
  color: #000;
}

.login-modal .login-btn:hover {
  transform: scale(1.1);
}

.login-modal .login-btn span {
  flex: 1;
}

.login-modal .login-btn i {
  margin-left: auto;
}

.login-modal .login-btn:last-child {
  margin-bottom: 0;
}

.login-modal .login-btn._mod-yellow {
  background: #FFE31D;
  border-color: #FFE31D;
}

.login-modal .login-btn._mod-yellow:hover {
  border-color: #FFE31D;
}

.login-modal .gencode-box .code-label {
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
}

.login-modal .gencode-box .code-number {
  display: block;
  font-size: 31px;
  font-weight: 500;
  padding-bottom: 10px;
}

.login-modal .gencode-box .swiper-lazy-preloader {
  position: relative;
  margin: 0 auto;
  opacity: 1;
  left: auto;
  top: auto;
}

.login-modal .login-form {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  flex: 1;
}

.login-modal .login-form fieldset {
  text-align: left;
}

@media (max-width: 767px) {
  .login-modal .login-form fieldset {
    padding: 0;
  }
}

.login-modal .login-form .form-group {
  margin-bottom: 15px;
}

.login-modal .login-form .form-fields {
  height: 100%;
  width: 100%;
}

.login-modal .login-form .login-heading {
  padding-bottom: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.login-modal .login-form .login-heading .icon {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.login-modal .login-form .login-heading .icon:before {
  content: "";
  display: block;
  clear: both;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background: #FFE31D;
  position: absolute;
  bottom: 0;
  left: -12px;
}

.login-modal .login-form .login-heading .icon img {
  position: relative;
  z-index: 3;
}

.login-modal .login-form .login-heading span {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  display: block;
}

.login-modal .login-form .input-wrap {
  position: relative;
}

.login-modal .login-form .input-wrap .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}

.login-modal .login-form .input-wrap .form-control {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #D8D8D8;
  border-radius: 0;
  font-size: 16px;
  padding: 5px 10px 10px 17px;
  height: 40px;
  color: #000000;
  text-align: center;
}

@media (max-width: 767px) {
  .login-modal .login-form .input-wrap .form-control {
    padding-left: 10px;
  }
}

.login-modal .login-form .input-wrap .form-control::-webkit-input-placeholder {
  color: #666;
}

.login-modal .login-form .input-wrap .form-control:-moz-placeholder {
  color: #666;
}

.login-modal .login-form .input-wrap .form-control::-moz-placeholder {
  color: #666;
}

.login-modal .login-form .input-wrap .form-control:-ms-input-placeholder {
  color: #666;
}

.login-modal .login-form .input-wrap .form-control:focus {
  border-color: #FFE31D;
}

.login-modal .login-form .forgot-link {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
  color: #000000;
}

.login-modal .login-form .forgot-link:hover {
  color: #666;
  text-decoration: none;
}

.login-modal .login-form .create-acc-link {
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #2e2b74;
  font-size: 15px;
}

.login-modal .login-form .create-acc-link:hover {
  color: #00A532;
}

.login-modal .login-form .create-acc-link span {
  display: inline-block;
  vertical-align: middle;
}

.login-modal .login-form .create-acc-link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.login-modal .sms-form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  text-align: center;
}

.login-modal .sms-form .centered-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}

.login-modal .sms-form .form-control {
  text-align: center;
}

.login-modal .sms-form .bottom-button-box {
  margin-top: auto;
}

.login-modal .sms-form .bottom-button-box ._g-green-button {
  margin-bottom: 0;
}
