@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Light.woff2") format("woff2"), url("../fonts/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font: 400 18px "Inter", sans-serif;
  color: #334a49;
  background: #f9fbfb;
  letter-spacing: -0.01em;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.d-none {
  display: none;
}

@media screen and (max-width: 1300px) {
  .container {
    width: 944px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #f3f4f8;
  margin: 20px 0;
}

.tab-item {
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #b5b4b4;
  width: 20%;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.tab-item:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #009393;
  bottom: -2px;
  opacity: 0;
  visibility: hidden;
}
.tab-item.active {
  color: #009393;
}
.tab-item.active:before {
  visibility: visible;
  opacity: 1;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex-grow: 10;
}
.main-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .main-login {
    display: block;
  }
}

.title {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1300px) {
  .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .title {
    font-size: 24px;
  }
}

.title-small {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1300px) {
  .title-small {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .title-small {
    font-size: 20px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #ffffff;
  height: 70px;
  border-radius: 50px;
  transition: 300ms;
  cursor: pointer;
  border: 1px solid transparent;
}
@media only screen and (max-width: 991px) {
  .btn {
    height: 40px;
    font-size: 16px;
  }
}
.btn-green {
  background: #009393;
  color: #fff;
}
.btn-green:hover {
  background: #006060;
}
.btn-white {
  border: 1px solid #006060;
  border-radius: 50px;
  color: #006060;
}
.btn-white:hover {
  background: #c4efef;
}

.select2-container--default .select2-selection--single {
  background: #f3f4f8;
  border-radius: 10px;
  border: none;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: inherit;
  padding: 0 15px;
}

.select2-dropdown {
  background: #f3f4f8;
  border: none;
}

.select2-container--open .select2-dropdown--below {
  border: none;
}

.select2-container--default .select2-results > .select2-results__options {
  border-radius: 10px;
}

.select2-results__option {
  padding: 11px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url(../images/select-arrow.svg) 50% 50%;
  background-repeat: no-repeat;
  height: 40px;
  right: 9px;
  top: 0;
}

.select2-container--default .select2-results__option--selected {
  background: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: inherit;
}

.select2-results__option--selectable {
  font-size: 14px;
}

.select2-selection__arrow b {
  display: none;
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox__inner {
  flex-shrink: 0;
  margin-right: 17px;
  width: 20px;
  height: 20px;
}
.checkbox__inner > span {
  width: 100%;
  height: 100%;
  border: 1px solid #006060;
  border-radius: 3px;
  display: block;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + span {
  border-radius: 4px;
}
.checkbox input:checked + span {
  background-image: url(../images/choose.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}
.checkbox__text {
  font-size: 12px;
  color: #b5b4b4;
}

.field {
  display: block;
  position: relative;
}
.field.error input {
  border: 1px solid #c84646;
}
.field input {
  background: #f3f4f8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 11px 15px 12px 15px;
  color: #334a49;
  border: none;
  width: 100%;
  font-weight: 300;
  height: 40px;
  border: 1px solid transparent;
}
.field input::-webkit-input-placeholder {
  color: #b5b4b4;
}
.field input:-moz-placeholder {
  color: #b5b4b4;
}
.field input::-moz-placeholder {
  color: #b5b4b4;
}
.field input:-ms-input-placeholder {
  color: #b5b4b4;
}
.field--search input {
  padding-left: 40px;
}
.field__search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.field__icon {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.field-error {
  background: #c84646;
  border-radius: 12px;
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 100%;
  padding: 18px 30px 12px 19px;
  color: #fff;
  font-family: "Ubuntu";
}
.field-error.error {
  display: block;
}
.field-error:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background: #c84646;
  width: 24px;
  height: 24px;
  top: -4px;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.field-error span {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.field-error p {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
}
.field-error__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 11px;
  height: 11px;
}
.field-error__close:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 11px;
  background: #fff;
  transform: rotate(45deg);
}
.field-error__close:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 11px;
  background: #fff;
  transform: rotate(-45deg);
}

.header {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header__inner {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .header__inner {
    height: 40px;
  }
}
.header__aside {
  display: flex;
  align-items: center;
}
.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 82px;
}
@media only screen and (max-width: 1300px) {
  .header__logo {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header__logo {
    height: 23px;
    margin-right: 0;
  }
}
.header__work {
  color: #c0a161;
  letter-spacing: -0.01em;
  display: block;
}
.header__work.mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header__work.mobile {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .header__work.desktop {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header__work {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .header__content {
    display: none;
  }
  .header__content.active {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 296px;
    width: 100%;
    background: #ffffff;
    z-index: 12;
    padding: 30px 0 30px;
  }
}
.header__mobile {
  display: none;
}
.header__mobile--btn {
  margin-bottom: 18px;
}
.header__mobile--btn:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .header__mobile {
    display: block;
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .header__nav {
    flex-direction: column;
    padding-top: 35px;
    border-top: 1px solid #f3f4f8;
    margin-top: 30px;
  }
}
.header__nav li {
  margin-right: 27px;
  font-family: "Ubuntu";
}
@media only screen and (max-width: 1300px) {
  .header__nav li {
    margin-right: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .header__nav li {
    margin-right: 0;
    margin-bottom: 27px;
  }
}
.header__nav li:last-child {
  margin-right: 0;
}
.header__nav li a {
  font-size: 16px;
}
.header__social {
  display: flex;
  align-items: center;
}
.header__dropdown {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  background: #ffffff;
  box-shadow: 5px 5px 20px rgba(35, 35, 35, 0.2);
  border-radius: 12px;
  padding: 11px 18px;
  z-index: 1;
}
.header__dropdown a {
  font-size: 16px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.header__dropdown a:hover {
  color: #009393;
}
.header__dropdown a:last-child {
  margin-bottom: 0;
}
.header__dropdown.active {
  display: block;
}
.header__entry {
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header__entry {
    display: none;
  }
}
.header__entry span {
  display: flex;
  align-items: flex-start;
  transition: 300ms;
}
.header__entry span:hover {
  background: #f7f7f5;
  border-radius: 50%;
}
.header__telega {
  background: #009393;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 12px;
}
@media only screen and (max-width: 991px) {
  .header__telega {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-left: 0;
  }
  .header__telega img {
    width: 12px;
  }
}
.header__language {
  background: #009393;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .header__language {
    width: 20px;
    height: 20px;
    font-size: 9px;
  }
}
.header__language-eng {
  display: none;
}
.header__burger {
  display: none;
  width: 20px;
  height: 17px;
  border-radius: 6px;
  transition: 300ms;
  margin-left: 13px;
}
@media only screen and (max-width: 991px) {
  .header__burger {
    display: flex;
    justify-content: center;
    align-content: center;
  }
}
.header__burger a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__burger a span {
  position: relative;
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 7px;
  background: #c0a161;
  transition: all 0.2s ease-in-out;
}
.header__burger a span:before, .header__burger a span:after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  left: 0;
  background: #c0a161;
  border-radius: 7px;
  transition: all 0.2s ease-in-out;
}
.header__burger a span:before {
  top: -7px;
}
.header__burger a span:after {
  top: 7px;
  width: 20px;
}
.header__lc {
  width: 20px;
  margin-right: 24px;
  border-radius: 6px;
  transition: 300ms;
  display: none;
}
@media only screen and (max-width: 1300px) {
  .header__lc {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .header__lc {
    display: none;
  }
}
.header__lc a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__lc a span {
  position: relative;
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 7px;
  background: #c0a161;
  transition: all 0.2s ease-in-out;
}
.header__lc a span:before, .header__lc a span:after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  left: 0;
  background: #c0a161;
  border-radius: 7px;
  transition: all 0.2s ease-in-out;
}
.header__lc a span:before {
  top: -7px;
}
.header__lc a span:after {
  top: 7px;
  width: 20px;
}

.content h3 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #006060;
  display: block;
}
@media only screen and (max-width: 991px) {
  .content h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.content ul li {
  font-size: 16px;
  letter-spacing: -0.01em;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1300px) {
  .content ul li {
    font-size: 14px;
  }
}
.content ul li span {
  display: block;
  color: #c0a161;
}
.content p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #c0a161;
}
@media only screen and (max-width: 1300px) {
  .content p {
    font-size: 14px;
  }
}

.banner {
  margin-top: 25px;
}
.banner__inner {
  background: #009393;
  border-radius: 20px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 0 25px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .banner__inner {
    height: 140px;
    display: block;
    padding-top: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .banner__inner {
    height: 313px;
    padding: 23px 34px 0 26px;
  }
}
.banner__info p {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .banner__info p {
    margin-bottom: 24px;
  }
}
.banner__info span {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: block;
}
@media only screen and (max-width: 1300px) {
  .banner__info span {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .banner__info span {
    margin-bottom: 30px;
  }
}
.banner__img {
  position: relative;
  top: 27px;
  left: 3px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  .banner__img {
    position: absolute;
    right: 35px;
    top: -30px;
    bottom: 0;
    left: auto;
    width: 385px;
    height: 220px;
  }
}
@media only screen and (max-width: 991px) {
  .banner__img {
    width: 100%;
    bottom: -34%;
    top: auto;
    height: 302px;
    left: auto;
    right: 0;
    max-width: 506px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .banner__img {
    bottom: -27%;
    left: 0;
    right: 0;
  }
}
.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1300px) {
  .banner__img img.desktop {
    display: none;
  }
}
.banner__img img.tablet {
  display: none;
}
@media only screen and (max-width: 1300px) {
  .banner__img img.tablet {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .banner__img img.tablet {
    display: none;
  }
}
.banner__img img.mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .banner__img img.mobile {
    display: block;
  }
}
.banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fbfb;
  border-radius: 50px;
  color: #009393;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  width: 267px;
  height: 60px;
  cursor: pointer;
  transition: 300ms;
}
@media only screen and (max-width: 1300px) {
  .banner__btn {
    height: 40px;
    width: 209px;
    font-size: 16px;
    z-index: 10;
    position: relative;
  }
}
.banner__btn:hover {
  background: #c4efef;
}

.showcase {
  margin-top: 25px;
}
.showcase__items {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 30px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .showcase__items {
    grid-gap: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .showcase__items {
    grid-template-columns: 1fr;
    grid-gap: 35px;
  }
}
.showcase__item {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
}
.showcase__title {
  padding: 27px 20px 22px 37px;
  border-bottom: 1px solid #f3f4f8;
  margin-bottom: 19px;
  color: #006060;
  font-size: 28px;
}
@media only screen and (max-width: 1300px) {
  .showcase__title {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .showcase__title {
    padding: 23px 20px 22px 17px;
    margin-bottom: 20px;
  }
}
.showcase__container {
  padding: 28px;
  padding-top: 0;
}
@media only screen and (max-width: 1300px) {
  .showcase__container {
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .showcase__container {
    padding-bottom: 36px;
  }
}
.showcase__tabs {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f3f4f8;
  margin: 20px 0;
}
.showcase__tab-item {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #b5b4b4;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  margin-right: 12px;
}
@media only screen and (max-width: 1300px) {
  .showcase__tab-item {
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .showcase__tab-item {
    font-size: 12px;
  }
}
.showcase__tab-item:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #009393;
  bottom: -2px;
  opacity: 0;
  visibility: hidden;
}
.showcase__tab-item.active {
  color: #009393;
}
.showcase__tab-item.active:before {
  visibility: visible;
  opacity: 1;
}
.showcase__list {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  overflow: auto;
}
.showcase__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  width: 3px;
  height: 3px;
}
.showcase__list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}
.showcase__list::-webkit-scrollbar-thumb {
  background-color: #c4efef;
  height: 3px;
  width: 3px;
}
.showcase__list li {
  font-weight: 300;
  font-size: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #b5b4b4;
  height: 24px;
  border: 1px solid #b5b4b4;
  border-radius: 15px;
  padding: 0 18px;
  margin-right: 15px;
  cursor: pointer;
}
.showcase__list li:last-child {
  margin-right: 0;
}
.showcase__list li.active {
  border: 1px solid #009393;
  color: #009393;
}
.showcase__search {
  margin-bottom: 20px;
}
.showcase__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.showcase__label span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #009393;
}
.showcase__label p {
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: -0.01em;
  color: #b5b4b4;
}
.showcase__grid {
  display: none;
}
.showcase__grid.active {
  display: block;
}
.showcase__information {
  display: flex;
  align-items: center;
}
.showcase__choose {
  background: #ffffff;
  border: 1px solid #006060;
  position: relative;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 11px;
  display: none;
}
.showcase__choose:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/choose.svg) 50% 50%;
  width: 9px;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
}
.showcase__icon--exchange {
  position: absolute;
  top: 112px;
  width: 46px;
  height: 21px;
  left: 31%;
  background: #ffffff;
  border: 1px solid #006060;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .showcase__icon--exchange {
    top: 245px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.showcase__aside {
  height: 346px;
  overflow-y: scroll;
  margin-right: -10px;
  padding-right: 10px;
}
.showcase__aside::-webkit-scrollbar {
  background: #f3f4f8;
  border-radius: 10px;
  width: 3px;
}
.showcase__aside::-webkit-scrollbar-thumb {
  background: #c4efef;
  border-radius: 10px;
}
.showcase__aside--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 11px 9px 10px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}
.showcase__aside--item.active {
  border: 1px solid #c4efef;
  border-radius: 12px;
}
.showcase__aside--item.active .showcase__choose {
  display: flex;
}
.showcase__aside--item.active .showcase__price {
  color: #334a49;
}
@media only screen and (max-width: 1300px) {
  .showcase__aside--item.active .showcase__price {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .showcase__aside--item.active .showcase__price {
    display: block;
  }
}
.showcase__aside--info {
  display: flex;
  align-items: center;
}
.showcase__aside--img {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
}
@media only screen and (max-width: 1300px) {
  .showcase__aside--img {
    margin-right: 15px;
  }
}
.showcase__aside--text {
  color: #334a49;
  font-size: 16px;
}
@media only screen and (max-width: 1300px) {
  .showcase__aside--text {
    font-size: 14px;
  }
}
.showcase__price {
  font-size: 10px;
  line-height: 18px;
  text-align: right;
  color: #b5b4b4;
}
@media only screen and (max-width: 991px) {
  .showcase__price {
    font-size: 14px;
  }
}
.showcase__btn {
  width: 100%;
  margin-top: 22px;
}
@media only screen and (max-width: 991px) {
  .showcase__btn {
    height: 70px;
    font-size: 20px;
  }
}
.showcase__btn span {
  display: block;
  margin-right: 22px;
}
.showcase__btn img {
  right: -35px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .showcase__btn img {
    right: 0;
  }
}
.showcase__data--items {
  position: relative;
}
.showcase__data--info {
  border-bottom: 1px solid #f3f4f8;
  margin-bottom: 20px;
  padding: 0 28px 13px;
}
@media only screen and (max-width: 1300px) {
  .showcase__data--info {
    padding: 0 20px 13px;
  }
}
.showcase__data--exchange {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #b5b4b4;
  margin-bottom: 15px;
}
.showcase__data--exchange p {
  margin-left: 3px;
  display: block;
}
.showcase__data--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
.showcase__data--item:last-child {
  margin-bottom: 0;
}
.showcase__data--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: flex-start;
  transform: translate(-50%, -50%);
}
.showcase__data--name {
  display: flex;
  align-items: center;
}
.showcase__data--name img {
  width: 26px;
  height: 26px;
}
.showcase__data--name span {
  display: block;
  margin-left: 12px;
  color: #334a49;
  font-size: 12px;
}
.showcase__data--price {
  font-size: 12px;
  color: #334a49;
}
.showcase__data--container {
  padding: 0 28px 28px;
}
@media only screen and (max-width: 1300px) {
  .showcase__data--container {
    padding: 0 20px 27px;
  }
}
.showcase__data--fields .field {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .showcase__mobile {
    display: none;
  }
  .showcase__mobile.active {
    display: block;
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #fff;
    padding: 20px;
  }
}
.showcase__mobile--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
@media only screen and (max-width: 991px) {
  .showcase__mobile--top {
    display: flex;
  }
}
.showcase__mobile--top .showcase__title {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.showcase__mobile--close {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.showcase__select {
  display: none;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c4efef;
  border-radius: 12px;
  padding: 8px 17px 9px 10px;
  margin-top: 15px;
  transition: 300ms;
  cursor: pointer;
}
.showcase__select:hover {
  background: #c4efef;
  border: 1px solid #006060;
  border-radius: 12px;
}
@media only screen and (max-width: 991px) {
  .showcase__select {
    display: flex;
  }
}
.showcase__select--price {
  font-size: 14px;
}
.showcase__select--img {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 10px;
}
.showcase__select--name {
  font-size: 16px;
  display: block;
}
.showcase__select--info {
  display: flex;
  align-items: center;
}
.showcase__select .showcase__choose {
  display: flex;
}

.support {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  max-width: 377px;
  width: 100%;
  margin-left: auto;
  position: relative;
  right: 60px;
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 67px;
  cursor: pointer;
  padding: 0 26px 0 14px;
}
@media only screen and (max-width: 991px) {
  .support {
    display: none;
  }
}
.support__info {
  display: flex;
  align-items: center;
  border-right: 1px solid #f3f4f8;
  height: 100%;
  padding: 0 10px 0 0;
}
.support__text {
  font-size: 14px;
  margin-left: 10px;
}
.support__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  background: #009393;
  border-radius: 50%;
}
.support__logo {
  display: flex;
  align-items: center;
  height: 32px;
}

.footer {
  background: url(../images/bg-footer.png) #fff 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 10% 100%;
  }
}
.footer__inner {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .footer__inner {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .footer__inner {
    justify-content: center;
  }
}
.footer__info {
  display: flex;
  align-items: center;
}
.footer__info .footer__data {
  display: none;
}
@media only screen and (max-width: 991px) {
  .footer__info .footer__data {
    display: block;
    text-align: right;
  }
}
@media only screen and (max-width: 991px) {
  .footer__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
}
.footer__item {
  display: flex;
  align-items: center;
  background: #c4efef;
  border-radius: 90px;
  margin-right: 24px;
  width: 174px;
  height: 45px;
  padding: 0 14px 0 10px;
}
@media only screen and (max-width: 991px) {
  .footer__item {
    margin-right: 0;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.footer__text {
  font-size: 14px;
}
.footer__img {
  display: flex;
  align-items: flex-start;
}
.footer__data {
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .footer__data {
    display: none;
  }
}

.regulations {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1300px) {
  .regulations {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .regulations {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.regulations__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .regulations__title {
    margin-bottom: 15px;
  }
}
.regulations__item {
  display: none;
}
.regulations__item.active {
  display: block;
}
.regulations__tabs {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .regulations__tabs {
    overflow: scroll;
    width: 100%;
    padding-bottom: 15px;
  }
  .regulations__tabs::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .regulations__container {
    margin-right: -20px;
  }
}
@media only screen and (max-width: 1300px) {
  .regulations__tab--item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .regulations__tab--item {
    white-space: nowrap;
    flex-shrink: 0;
    width: 190px;
    padding-bottom: 0;
  }
  .regulations__tab--item::before {
    bottom: -15px;
  }
}
.regulations__item {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  padding: 45px;
}
@media only screen and (max-width: 991px) {
  .regulations__item {
    padding: 22px;
    padding-bottom: 43px;
  }
}
.regulations__label {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #006060;
  display: block;
}
@media only screen and (max-width: 991px) {
  .regulations__label {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.regulations__list li {
  font-size: 16px;
  letter-spacing: -0.01em;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1300px) {
  .regulations__list li {
    font-size: 14px;
  }
}
.regulations__list li span {
  display: block;
  color: #c0a161;
}
.regulations__description {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #c0a161;
}
@media only screen and (max-width: 1300px) {
  .regulations__description {
    font-size: 14px;
  }
}

.partners {
  margin-top: 60px;
}
@media only screen and (max-width: 1300px) {
  .partners {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .partners {
    margin-top: 30px;
  }
}
.partners__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1300px) {
  .partners__title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .partners__title {
    margin-bottom: 15px;
  }
}
.partners__tabs {
  justify-content: flex-start;
  border-bottom: 0;
  margin: 0 0 40px;
}
@media only screen and (max-width: 991px) {
  .partners__tabs {
    margin-bottom: 50px;
  }
}
.partners__tab--item {
  border-bottom: 2px solid #f3f4f8;
}
@media only screen and (max-width: 1300px) {
  .partners__tab--item {
    white-space: nowrap;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .partners__tab--item {
    width: 50%;
    font-size: 12px;
  }
}

.partners-program {
  margin-bottom: 41px;
}
@media only screen and (max-width: 991px) {
  .partners-program {
    margin-bottom: 29px;
  }
}
.partners-program__title {
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .partners-program__title {
    margin-bottom: 20px;
  }
}
.partners-program__text {
  margin-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .partners-program__text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.partners-program__label {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .partners-program__label {
    margin-bottom: 30px;
  }
}
.partners-program__item {
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  height: 157px;
  display: grid;
  grid-template-columns: 259px 382px 317px;
  align-items: center;
  justify-content: space-between;
  padding: 0 44px 0 38px;
}
@media only screen and (max-width: 1300px) {
  .partners-program__item {
    grid-template-columns: 279px 268px 317px;
    padding-right: 40px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .partners-program__item {
    display: block;
    height: auto;
    padding: 27px 27px 38px;
  }
}
.partners-program__item:last-child {
  margin-bottom: 0;
}
.partners-program__number {
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #009393;
}
@media only screen and (max-width: 1300px) {
  .partners-program__number {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .partners-program__number {
    font-size: 40px;
    margin-bottom: 26px;
  }
}
.partners-program__description {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1300px) {
  .partners-program__description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .partners-program__description {
    font-size: 16px;
    margin-bottom: 26px;
    text-align: center;
    display: block;
  }
}
.partners-program__description:before {
  content: "";
  display: block;
  position: absolute;
  right: -45px;
  height: 100%;
  width: 1px;
  background: #f3f4f8;
  top: 0;
}
@media only screen and (max-width: 1300px) {
  .partners-program__description:before {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .partners-program__description:before {
    display: none;
  }
}
.partners-program__description::after {
  content: "";
  display: block;
  position: absolute;
  left: -45px;
  height: 100%;
  width: 1px;
  background: #f3f4f8;
  top: 0;
}
@media only screen and (max-width: 1300px) {
  .partners-program__description::after {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .partners-program__description::after {
    display: none;
  }
}
.partners-program__name {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #009393;
}
@media only screen and (max-width: 1300px) {
  .partners-program__name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .partners-program__name {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .partners-program__btn {
    max-width: 311px;
    margin: 0 auto;
  }
  .partners-program__btn:first-child {
    max-width: 100%;
  }
}

.partners-cash {
  display: none;
}
.partners-cash .partners-program__text {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  .partners-cash .partners-program__text {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .partners-cash .partners-program__text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .partners-cash .partners-program__title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .partners-cash .partners-program__title {
    margin-bottom: 35px;
  }
}
.partners-cash__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1300px) {
  .partners-cash__items {
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 991px) {
  .partners-cash__items {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 27px;
  }
}
.partners-cash__item {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  padding: 30px 45px 30px 30px;
  display: flex;
  align-items: flex-start;
  min-height: 200px;
}
@media only screen and (max-width: 1300px) {
  .partners-cash__item {
    padding: 30px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .partners-cash__item {
    min-height: 100%;
    padding-right: 30px;
  }
}
.partners-cash__icon {
  display: flex;
  align-items: flex-start;
  margin-right: 30px;
  flex-shrink: 0;
  width: 50px;
}
.partners-cash__text {
  font-size: 16px;
}
@media only screen and (max-width: 1300px) {
  .partners-cash__text {
    font-size: 14px;
  }
}
.partners-cash__description {
  margin-bottom: 60px;
  line-height: 20px;
}
@media only screen and (max-width: 1300px) {
  .partners-cash__description {
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 991px) {
  .partners-cash__description {
    font-size: 16px;
    margin-bottom: 51px;
  }
}
.partners-cash__grids {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 31px;
}
@media only screen and (max-width: 991px) {
  .partners-cash__grids {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .partners-cash__grids {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.partners-cash__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px 0 27px;
  min-height: 90px;
  background: #c4efef;
  box-shadow: 0px 0px 40px rgba(33, 168, 136, 0.08);
  border-radius: 25px;
}
@media only screen and (max-width: 1300px) {
  .partners-cash__grid {
    padding: 0 21px;
    min-height: 81px;
  }
}
@media only screen and (max-width: 991px) {
  .partners-cash__grid {
    min-height: 90px;
  }
}
.partners-cash__grid span {
  display: block;
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (max-width: 1300px) {
  .partners-cash__grid span {
    font-size: 18px;
  }
}
.partners-cash__grid p {
  color: #009393;
  font-size: 24px;
}
@media only screen and (max-width: 1300px) {
  .partners-cash__grid p {
    font-size: 20px;
  }
}

.faq {
  margin-top: 60px;
}
@media only screen and (max-width: 1300px) {
  .faq {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .faq {
    margin-top: 30px;
  }
}
.faq__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .faq__title {
    margin-bottom: 20px;
  }
}
.faq__item {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  padding: 34px 37px 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .faq__item {
    padding: 25px 37px;
    margin-bottom: 20px;
  }
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item.active .faq__body {
  display: block;
}
.faq__item.active .faq__arrow {
  transform: rotate(180deg);
  transition: 300ms;
}
.faq__item.active .faq__arrow svg {
  fill: #006060;
}
.faq__item.active .faq__name {
  color: #006060;
  font-weight: 500;
}
.faq__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq__name {
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .faq__name {
    font-size: 18px;
  }
}
.faq__arrow {
  display: flex;
  align-items: flex-start;
  transition: 300ms;
}
.faq__arrow svg {
  width: 19px;
  height: 19px;
  fill: #334a49;
  transition: 300ms;
}
.faq__body {
  display: none;
  font-weight: 300;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .faq__body {
    font-size: 14px;
  }
}

.reviews {
  margin-top: 50px;
}
@media only screen and (max-width: 1300px) {
  .reviews {
    margin-top: 40px;
  }
}
.reviews__inner {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .reviews__inner {
    flex-direction: column;
  }
}
.reviews__mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .reviews__mobile {
    display: block;
  }
  .reviews__mobile .reviews__title {
    display: block;
  }
  .reviews__mobile .reviews__description {
    display: block;
  }
}
.reviews__title {
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .reviews__title {
    display: none;
    margin-bottom: 20px;
  }
}
.reviews__description {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .reviews__description {
    display: none;
  }
}
.reviews__description p {
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  .reviews__description p {
    font-size: 14px;
  }
}
.reviews__description p:last-child {
  margin-bottom: 0;
}
.reviews__item {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  padding: 25px;
  margin-bottom: 25px;
}
.reviews__item:last-child {
  margin-bottom: 0;
}
.reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}
.reviews__name {
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .reviews__info {
    order: 1;
    width: 100%;
  }
}
.reviews__data {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #b5b4b4;
}
.reviews__text {
  font-size: 16px;
  font-weight: 300;
}
.reviews__form {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  max-width: 605px;
  width: 100%;
  margin-left: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding-bottom: 44px;
}
@media only screen and (max-width: 1300px) {
  .reviews__form {
    max-width: 462px;
    flex-shrink: 0;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .reviews__form {
    max-width: 100%;
    position: relative;
    top: 0;
    margin-left: 0;
    flex-shrink: 1;
    margin-bottom: 59px;
  }
}
.reviews__label {
  padding: 30px 0 27px;
  border-bottom: 1px solid #f3f4f8;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #006060;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .reviews__label {
    font-size: 20px;
    padding: 26px 35px 17px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
.reviews__content {
  padding: 0 35px;
}
@media only screen and (max-width: 991px) {
  .reviews__content {
    padding: 0 20px;
  }
}
.reviews__fields .field {
  margin-bottom: 20px;
}
.reviews__fields .field textarea {
  resize: none;
  padding: 16px 20px 20px;
  background: #f3f4f8;
  border-radius: 12px;
  border: none;
  min-height: 99px;
  width: 100%;
  color: #334a49;
}
.reviews__fields .field textarea::-webkit-input-placeholder {
  color: #b5b4b4;
}
.reviews__fields .field textarea:-moz-placeholder {
  color: #b5b4b4;
}
.reviews__fields .field textarea::-moz-placeholder {
  color: #b5b4b4;
}
.reviews__fields .field textarea:-ms-input-placeholder {
  color: #b5b4b4;
}
.reviews__fields .field:last-child {
  /*margin-bottom: 0;*/
}
.reviews__checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 27px;
  margin-bottom: 19px;
}
.reviews__link {
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  letter-spacing: -0.01em;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #006060;
  font-weight: 300;
}
.reviews__btn {
  max-width: 228px;
  width: 100%;
  margin: 0 auto;
}
.reviews-thanks {
  text-align: center;
  display: none;
}
.reviews-thanks__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 37px;
}
.reviews-thanks__text {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.01em;
  font-feature-settings: "pnum" on, "lnum" on;
  max-width: 374px;
  margin: 0 auto;
  margin-bottom: 64px;
}
.reviews-thanks__btn {
  max-width: 239px;
  margin: 0 auto;
}

.about {
  margin-top: 60px;
}
@media only screen and (max-width: 1300px) {
  .about {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .about {
    margin-top: 30px;
  }
}
.about__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1300px) {
  .about__title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .about__title {
    margin-bottom: 20px;
  }
}
.about__tabs {
  justify-content: flex-start;
  border-bottom: 0;
  margin: 0 0 40px;
}
@media only screen and (max-width: 991px) {
  .about__tabs {
    margin-bottom: 50px;
    overflow: scroll;
    margin-right: -20px;
    padding-right: 20px;
  }
  .about__tabs::-webkit-scrollbar {
    display: none;
  }
}
.about__tab--item {
  border-bottom: 2px solid #f3f4f8;
}
@media only screen and (max-width: 1300px) {
  .about__tab--item {
    white-space: nowrap;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .about__tab--item {
    width: 180px;
    font-size: 12px;
    flex-shrink: 0;
  }
}

.about-services__title {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1300px) {
  .about-services__title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .about-services__title {
    margin-bottom: 20px;
  }
}
.about-services__text {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  .about-services__text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .about-services__text {
    margin-bottom: 40px;
  }
}
.about-services__text--footer {
  margin-bottom: 0;
}
.about-services__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1300px) {
  .about-services__items {
    grid-gap: 22px;
    margin-bottom: 88px;
  }
}
@media only screen and (max-width: 991px) {
  .about-services__items {
    grid-template-columns: 1fr;
    margin-bottom: 64px;
    grid-gap: 20px;
  }
}
.about-services__item {
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  padding: 29px 30px 29px 45px;
}
@media only screen and (max-width: 1300px) {
  .about-services__item {
    padding: 22px 15px 22px 45px;
  }
}
@media only screen and (max-width: 991px) {
  .about-services__item {
    padding: 30px 24px 30px 45px;
  }
}
.about-services__img {
  flex-shrink: 0;
  width: 50px;
  margin-right: 27px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .about-services__img {
    width: 43px;
  }
}
.about-services__description p {
  margin-bottom: 6px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .about-services__description p {
    font-size: 16px;
  }
}
.about-services__description span {
  font-weight: 300;
  font-size: 16px;
  display: block;
}
@media only screen and (max-width: 1300px) {
  .about-services__description span {
    font-size: 14px;
  }
}
.about-services__label {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  .about-services__label {
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 991px) {
  .about-services__label {
    margin-bottom: 20px;
  }
}
.about-services__grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 70px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-services__grids {
    grid-template-columns: 1fr;
    grid-gap: 25px;
    margin-bottom: 46px;
  }
}
.about-services__grids:before {
  content: "";
  display: block;
  position: absolute;
  top: 63%;
  width: 100%;
  height: 1px;
  background-color: #c4efef;
}
@media only screen and (max-width: 991px) {
  .about-services__grids:before {
    top: 6px;
    left: 9px;
    width: 1px;
    height: 80%;
  }
}
.about-services__grid {
  padding-left: 55px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .about-services__grid {
    padding-left: 33px;
  }
}
.about-services__grid:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #c4efef;
  border-radius: 50%;
  left: 0;
  top: 57%;
}
@media only screen and (max-width: 767px) {
  .about-services__grid:before {
    left: 0;
    top: 5px;
  }
}
.about-services__subtitle {
  margin-bottom: 30px;
  font-size: 20px;
  height: 85px;
  display: flex;
  align-items: center;
  max-width: 250px;
}
@media only screen and (max-width: 1300px) {
  .about-services__subtitle {
    max-width: 209px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .about-services__subtitle {
    max-width: 100%;
    font-size: 16px;
    height: auto;
    margin-bottom: 10px;
  }
}
.about-services__name {
  font-size: 20px;
  color: #009393;
}
@media only screen and (max-width: 1300px) {
  .about-services__name {
    font-size: 14px;
  }
}

.about-garant {
  display: none;
}
.about-garant__title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  .about-garant__title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .about-garant__title {
    margin-bottom: 20px;
  }
}
.about-garant__items {
  display: grid;
  grid-template-columns: 1fr 465px;
  grid-gap: 20px 30px;
}
@media only screen and (max-width: 1300px) {
  .about-garant__items {
    grid-template-columns: 1fr 402px;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .about-garant__items {
    grid-template-columns: 1fr;
  }
}
.about-garant__item {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  padding: 43px 45px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1300px) {
  .about-garant__item {
    padding: 35px 36px;
  }
}
@media only screen and (max-width: 991px) {
  .about-garant__item {
    padding: 35px 20px 35px 35px;
    flex-direction: column;
  }
}
.about-garant__item:first-child {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .about-garant__item:first-child {
    grid-column: span 1;
  }
}
.about-garant__img {
  flex-shrink: 0;
  width: 50px;
  margin-right: 27px;
  height: 50px;
  display: flex;
  align-items: center;
}
.about-garant__text p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .about-garant__text p {
    font-size: 18px;
    margin-left: 70px;
    margin-top: -36px;
    margin-bottom: 37px;
  }
}
.about-garant__text span {
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .about-garant__text span {
    font-size: 14px;
  }
}

.about-contact {
  display: none;
}
.about-contact__inner {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1300px) {
  .about-contact__inner {
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .about-contact__inner {
    flex-direction: column;
  }
}
.about-contact__title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  .about-contact__title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .about-contact__title {
    margin-bottom: 20px;
  }
}
.about-contact__description p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .about-contact__description p {
    font-size: 14px;
  }
}
.about-contact__description p:last-child {
  margin-bottom: 0;
}
.about-contact__buttons {
  max-width: 378px;
  width: 100%;
  flex-shrink: 0;
  margin-left: 61px;
}
@media only screen and (max-width: 991px) {
  .about-contact__buttons {
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.about-contact__btn {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  height: 87px;
  margin-bottom: 18px;
  padding-left: 35px;
  cursor: pointer;
  transition: 300ms;
}
@media only screen and (max-width: 991px) {
  .about-contact__btn {
    margin-bottom: 25px;
  }
}
.about-contact__btn:hover {
  background: #c4efef;
}
.about-contact__btn:hover span {
  border-bottom: 1px solid #334a49;
}
.about-contact__btn span {
  max-width: 200px;
  margin: 0 auto;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  transition: 300ms;
}
.about-contact__btn:last-child {
  margin-bottom: 0;
}

.news {
  margin-top: 60px;
}
@media only screen and (max-width: 1300px) {
  .news {
    margin-top: 30px;
  }
}
.news__inner {
  display: flex;
  align-items: flex-start;
}
.news__aside {
  max-width: 393px;
  width: 100%;
  margin-right: 30px;
  flex-shrink: 0;
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
}
@media only screen and (max-width: 1300px) {
  .news__aside {
    max-width: 353px;
    margin-right: 27px;
  }
}
@media only screen and (max-width: 991px) {
  .news__aside {
    margin-right: 0;
    max-width: 100%;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}
.news__title {
  border-bottom: 1px solid #f3f4f8;
  padding: 20px 30px 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .news__title {
    padding: 0;
    border-bottom: 0;
  }
}
.news__list {
  padding-right: 15px;
  height: 611px;
  overflow-y: scroll;
  margin-right: 15px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .news__list {
    padding: 0;
    margin-bottom: 0;
    height: 100%;
    overflow: visible;
  }
}
.news__list::-webkit-scrollbar {
  background: #f3f4f8;
  border-radius: 10px;
  width: 3px;
}
.news__list::-webkit-scrollbar-thumb {
  background: #c4efef;
  border-radius: 10px;
}
.news__list li {
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f3f4f8;
}
@media only screen and (max-width: 991px) {
  .news__list li {
    padding-left: 0;
  }
}
.news__list li p {
  margin-bottom: 5px;
  cursor: pointer;
  transition: 300ms;
}
@media only screen and (max-width: 991px) {
  .news__list li p {
    color: #009393;
  }
}
.news__list li p:hover {
  color: #009393;
}
.news__list li span {
  font-size: 14px;
  color: #b5b4b4;
  font-weight: 300;
}
.news__list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .news__info {
    display: none;
  }
}
.news__arrow {
  display: none;
}
@media only screen and (max-width: 991px) {
  .news__arrow {
    display: flex;
    align-items: center;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .news__arrow span {
    font-size: 14px;
    color: #b5b4b4;
    display: block;
    margin-left: 10px;
  }
}
.news__content {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 991px) {
  .news__content {
    margin-bottom: 23px;
  }
}
.news__footer {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 30px;
}
@media only screen and (max-width: 1300px) {
  .news__footer {
    padding: 20px 20px 30px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .news__footer {
    padding: 20px;
  }
}
.news__img {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .news__img {
    height: 260px;
  }
  .news__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.news__name {
  color: #009393;
}
@media only screen and (max-width: 1300px) {
  .news__name {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .news__name {
    font-size: 14px;
  }
}
.news__data {
  color: #b5b4b4;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .news__data {
    font-size: 12px;
  }
}
.news__description p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .news__description p {
    font-size: 14px;
  }
}
.news__description p:last-child {
  margin-bottom: 0;
}

.step-banner {
  margin-top: 60px;
}
@media only screen and (max-width: 1300px) {
  .step-banner {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .step-banner {
    margin-top: 30px;
  }
}
.step-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  padding: 0 49px 0 52px;
  height: 105px;
}
@media only screen and (max-width: 1300px) {
  .step-banner__inner {
    padding: 0 36px;
  }
}
@media only screen and (max-width: 991px) {
  .step-banner__inner {
    height: auto;
    flex-direction: column;
    padding: 25px 30px;
    align-items: flex-start;
  }
}
.step-banner__inner .showcase__data--items {
  flex-shrink: 0;
  width: 100%;
  max-width: 252px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .step-banner__inner .showcase__data--items {
    max-width: 100%;
    padding-top: 20px;
  }
}
.step-banner__inner .showcase__data--items:before {
  content: "";
  display: block;
  position: absolute;
  right: -31px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f3f4f8;
}
@media only screen and (max-width: 1300px) {
  .step-banner__inner .showcase__data--items:before {
    right: -21px;
  }
}
@media only screen and (max-width: 991px) {
  .step-banner__inner .showcase__data--items:before {
    display: none;
  }
}
.step-banner__inner .showcase__data--items:after {
  content: "";
  display: block;
  position: absolute;
  left: -31px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f3f4f8;
}
@media only screen and (max-width: 1300px) {
  .step-banner__inner .showcase__data--items:after {
    left: -21px;
  }
}
@media only screen and (max-width: 991px) {
  .step-banner__inner .showcase__data--items:after {
    left: 0;
    width: 100%;
    height: 1px;
  }
}
@media only screen and (max-width: 991px) {
  .step-banner__inner .showcase__data--icon {
    top: 60%;
  }
}
.step-banner__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -0.01em;
  color: #006060;
}
@media only screen and (max-width: 1300px) {
  .step-banner__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .step-banner__title {
    order: -1;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 3px;
  }
}
.step-banner__date {
  text-align: right;
  color: #b5b4b4;
}
@media only screen and (max-width: 1300px) {
  .step-banner__date {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .step-banner__date {
    order: -1;
    margin-bottom: 20px;
  }
}

.step-verification {
  margin: 45px 0;
}
@media only screen and (max-width: 1300px) {
  .step-verification {
    margin: 35px 0;
  }
}
@media only screen and (max-width: 991px) {
  .step-verification {
    margin: 30px 0;
  }
}
.step-verification__inner {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  overflow: hidden;
}
.step-verification__top {
  padding: 40px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f3f4f8;
}
@media only screen and (max-width: 1300px) {
  .step-verification__top {
    padding: 36px 36px 39px;
  }
}
@media only screen and (max-width: 991px) {
  .step-verification__top {
    padding: 30px 30px 22px;
    display: block;
  }
}
.step-verification__title {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: #006060;
}
@media only screen and (max-width: 1300px) {
  .step-verification__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .step-verification__title {
    font-size: 24px;
    margin-bottom: 3px;
  }
}
.step-verification__text {
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  color: #b5b4b4;
  max-width: 400px;
}
@media only screen and (max-width: 1300px) {
  .step-verification__text {
    font-size: 14px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .step-verification__text {
    max-width: 100%;
  }
}
.step-verification__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-top: 15px;
}
@media only screen and (max-width: 1300px) {
  .step-verification__content {
    padding-left: 36px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .step-verification__content {
    display: block;
    padding: 30px 30px 0;
  }
}
.step-verification__form {
  max-width: 520px;
}
@media only screen and (max-width: 1300px) {
  .step-verification__form {
    max-width: 412px;
    margin-right: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .step-verification__form {
    max-width: 100%;
    padding-bottom: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.step-verification__description {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.01em;
  margin-bottom: 46px;
}
@media only screen and (max-width: 1300px) {
  .step-verification__description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .step-verification__description {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .step-verification__description {
    font-size: 14px;
  }
}
.step-verification__description a {
  color: #009393;
  font-family: "Ubuntu";
}
.step-verification__info {
  display: flex;
  align-items: center;
  margin-bottom: 47px;
}
@media only screen and (max-width: 1300px) {
  .step-verification__info {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .step-verification__info img {
    width: 26px;
    height: 26px;
  }
}
.step-verification__info span {
  font-size: 18px;
  letter-spacing: -0.01em;
  margin-left: 13px;
}
@media only screen and (max-width: 1300px) {
  .step-verification__info span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .step-verification__info span {
    font-size: 14px;
  }
}
.step-verification__choose {
  position: relative;
  max-width: 310px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .step-verification__choose {
    max-width: 195px;
  }
}
.step-verification__choose input {
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 100%;
  z-index: 10;
}
.step-verification__img {
  display: flex;
  align-items: flex-start;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 991px) {
  .step-verification__img {
    width: 112%;
    right: -15px;
  }
}

.step-code__info {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 57px;
}
@media only screen and (max-width: 991px) {
  .step-code__info {
    flex-direction: column-reverse;
    padding: 34px 37px 12px;
    margin-bottom: 44px;
  }
}
.step-code__qr {
  display: flex;
  align-items: center;
}
.step-code__text {
  flex-grow: 10;
  text-align: center;
}
.step-code__text span {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .step-code__text span {
    font-size: 16px;
  }
}
.step-code__btn {
  max-width: 297px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .step-code__btn {
    max-width: 200px;
  }
}

.competition-banner {
  margin-top: 50px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1300px) {
  .competition-banner {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .competition-banner {
    margin-bottom: 60px;
  }
}
.competition-banner__inner {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  display: flex;
  align-items: center;
  max-height: 370px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .competition-banner__inner {
    align-items: center;
    flex-direction: column-reverse;
    max-height: 100%;
    padding-top: 31px;
  }
}
.competition-banner__img {
  flex-shrink: 0;
  height: 500px;
  left: -20px;
  bottom: -72px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .competition-banner__img {
    height: auto;
    bottom: -42px;
    margin-top: -42px;
    left: -10px;
  }
}
.competition-banner__content {
  padding-right: 63px;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .competition-banner__content {
    padding-right: 37px;
  }
}
@media only screen and (max-width: 991px) {
  .competition-banner__content {
    padding: 0 24px;
    margin-bottom: 5px;
  }
}
.competition-banner__label {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #009393;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1300px) {
  .competition-banner__label {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .competition-banner__label {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.competition-banner__text {
  font-size: 20px;
  text-align: center;
  color: #262a2a;
  margin-bottom: 63px;
  line-height: 20px;
}
@media only screen and (max-width: 1300px) {
  .competition-banner__text {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: initial;
  }
}
@media only screen and (max-width: 991px) {
  .competition-banner__text {
    font-size: 16px;
  }
}
.competition-banner__text a {
  font-weight: 600;
  color: #009393;
}
.competition-banner__description {
  font-size: 20px;
  color: #009393;
  line-height: 20px;
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .competition-banner__description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .competition-banner__description {
    max-width: 100%;
  }
}

.competition-stock {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1300px) {
  .competition-stock {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .competition-stock {
    margin-bottom: 60px;
  }
}
.competition-stock__title {
  margin-bottom: 46px;
}
@media only screen and (max-width: 991px) {
  .competition-stock__title {
    margin-bottom: 30px;
  }
}
.competition-stock__items {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
}
.competition-stock__item {
  display: grid;
  grid-template-columns: 1fr 400px;
  border-bottom: 1px solid #f3f4f8;
  padding: 30px;
}
@media only screen and (max-width: 1300px) {
  .competition-stock__item {
    grid-template-columns: 1fr 350px;
  }
}
@media only screen and (max-width: 767px) {
  .competition-stock__item {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.competition-stock__info {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .competition-stock__info {
    margin-bottom: 15px;
  }
}
.competition-stock__number {
  font-weight: 600;
  font-size: 64px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #c0a161;
  width: 85px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .competition-stock__number {
    font-size: 48px;
    margin-right: 20px;
    width: 55px;
    line-height: 48px;
  }
}
.competition-stock__name {
  font-size: 20px;
}
@media only screen and (max-width: 1300px) {
  .competition-stock__name {
    font-size: 18px;
    max-width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .competition-stock__name {
    font-size: 14px;
    max-width: 100%;
  }
}
.competition-stock__name span {
  font-size: 16px;
  display: block;
  color: #b5b4b4;
}
@media only screen and (max-width: 1300px) {
  .competition-stock__name span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .competition-stock__name span {
    font-size: 12px;
  }
}
.competition-stock__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.competition-stock__links:before {
  content: "";
  display: block;
  position: absolute;
  height: 200%;
  width: 1px;
  background: #f3f3f3;
  left: -20px;
}
@media only screen and (max-width: 991px) {
  .competition-stock__links:before {
    left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .competition-stock__links:before {
    display: none;
  }
}
.competition-stock__links a {
  font-size: 14px;
  font-weight: 600;
  color: #009393;
  margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .competition-stock__links a {
    font-size: 12px;
  }
}
.competition-stock__links a:last-child {
  margin-bottom: 0;
}

.competition-terms {
  margin-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .competition-terms {
    margin-bottom: 22px;
  }
}
.competition-terms__title {
  margin-bottom: 47px;
}
@media only screen and (max-width: 991px) {
  .competition-terms__title {
    margin-bottom: 30px;
  }
}
.competition-terms__items {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  display: grid;
  grid-template-columns: 194px 1fr 1fr 1fr;
  min-height: 196px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .competition-terms__items {
    grid-template-columns: 1fr;
  }
}
.competition-terms__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  padding: 0 30px;
}
@media only screen and (max-width: 1300px) {
  .competition-terms__item {
    font-size: 16px;
    padding: 0 28px;
  }
}
@media only screen and (max-width: 991px) {
  .competition-terms__item {
    padding: 30px 22px;
    text-align: center;
  }
}
.competition-terms__item:last-child::before {
  display: none;
}
.competition-terms__item:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background: #f3f4f8;
}
@media only screen and (max-width: 991px) {
  .competition-terms__item:before {
    width: 100%;
    height: 1px;
    bottom: 0;
  }
}
.competition-terms__item a {
  color: #009393;
  text-decoration: underline;
}

.login {
  max-width: 512px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  padding-top: 20px;
  padding-bottom: 34px;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .login {
    margin-top: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .login {
    background: transparent;
    box-shadow: none;
    max-width: 100%;
  }
}
.login__title {
  text-align: center;
  padding-bottom: 22px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  border-bottom: 1px solid #f3f4f8;
}
@media only screen and (max-width: 767px) {
  .login__title {
    padding-bottom: 27px;
    margin-bottom: 31px;
  }
}
.login__send {
  max-width: 227px;
  margin: 0 auto;
  margin-top: 35px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .login__send {
    max-width: 201px;
  }
}
.login__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #b5b4b4;
  margin-bottom: 29px;
  display: block;
}
.login__fields {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .login__fields {
    padding: 0 20px;
  }
}
.login__fields .field:first-child {
  margin-bottom: 31px;
}
@media only screen and (max-width: 991px) {
  .login__fields .field:first-child {
    margin-bottom: 20px;
  }
}
.login__fields .field-margin {
  margin-bottom: 31px;
}
@media only screen and (max-width: 991px) {
  .login__fields .field-margin {
    margin-bottom: 20px;
  }
}
.login__fields .checkbox {
  margin-top: 14px;
  margin-bottom: 31px;
}
@media only screen and (max-width: 767px) {
  .login__fields .checkbox {
    margin-bottom: 28px;
    margin-top: 21px;
  }
}
.login__buttons {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .login__buttons {
    justify-content: center;
  }
}
.login__entry {
  width: 100%;
  margin-right: 15px;
  max-width: 197px;
}
@media only screen and (max-width: 767px) {
  .login__entry {
    max-width: 150px;
  }
}
.login__password {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .login__password {
    max-width: 207px;
  }
}

.status {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .status {
    margin-top: 35px;
  }
}
.status__inner {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
}
.status__inner .step-banner__inner {
  background: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #f3f4f8;
}
.status__inner .step-banner__title {
  width: 31%;
}
.status__content {
  padding: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1300px) {
  .status__content {
    padding: 51px 67px;
  }
}
@media only screen and (max-width: 991px) {
  .status__content {
    padding: 39px 31px;
    flex-direction: column;
  }
}
.status__info {
  display: flex;
  align-items: center;
  width: 100%;
}
.status__info--center {
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .status__info {
    max-width: 100%;
    flex-direction: column;
    text-align: center;
  }
}
.status__text {
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .status__text {
    max-width: 385px;
  }
}
@media only screen and (max-width: 991px) {
  .status__text {
    max-width: 100%;
  }
}
.status__text p {
  margin-bottom: 18px;
}
.status__text span {
  display: block;
  font-size: 20px;
}
.status__text span a {
  color: #009393;
}
@media only screen and (max-width: 1300px) {
  .status__text span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .status__text span {
    font-size: 14px;
  }
}
.status__img {
  display: flex;
  align-items: center;
  margin-right: 78px;
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  justify-content: center;
}
@media only screen and (max-width: 1300px) {
  .status__img {
    margin-right: 35px;
    width: 115px;
    height: 115px;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .status__img {
    margin-right: 0;
    margin-bottom: 15px;
    height: 114px;
  }
}
.status__btn {
  max-width: 330px;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .status__btn {
    max-width: 259px;
  }
}
@media only screen and (max-width: 991px) {
  .status__btn {
    max-width: 260px;
    margin-top: 30px;
  }
}
.status__btn--new {
  max-width: 393px;
}
@media only screen and (max-width: 1300px) {
  .status__btn--new {
    max-width: 382px;
  }
}
.status .step-code__info {
  margin-top: 30px;
  margin-bottom: 10px;
}

.application-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  padding: 53px 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1300px) {
  .application-banner {
    padding: 35px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .application-banner {
    flex-direction: column;
    padding: 35px;
  }
}
.application-banner__info {
  display: flex;
  align-items: center;
  max-width: 520px;
}
@media only screen and (max-width: 1300px) {
  .application-banner__info {
    margin-right: 33px;
  }
}
@media only screen and (max-width: 991px) {
  .application-banner__info {
    max-width: 100%;
    margin-right: 0;
  }
}
.application-banner__icon {
  display: flex;
  align-items: center;
  margin-right: 17px;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .application-banner__icon {
    margin-right: 23px;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 1300px) {
  .application-banner__text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .application-banner__text {
    font-size: 13px;
  }
}
.application-banner__buttons {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .application-banner__buttons {
    flex-direction: column;
    margin-top: 29px;
  }
}
.application-banner__btn {
  margin-right: 24px;
  display: flex;
  align-items: center;
  background: #c4efef;
  border-radius: 90px;
  padding: 9px 20px 9px 10px;
}
@media only screen and (max-width: 991px) {
  .application-banner__btn {
    width: 305px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .application-banner__btn:last-child {
    margin-bottom: 0;
  }
}
.application-banner__btn img {
  margin-right: 14px;
}
@media only screen and (max-width: 991px) {
  .application-banner__btn img {
    margin-right: 0;
  }
}
.application-banner__btn span {
  display: block;
  font-size: 14px;
  min-width: 100px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .application-banner__btn span {
    max-width: 100%;
    width: 100%;
  }
}
.application-banner__btn:last-child {
  margin-right: 0;
}

.application-bank {
  padding: 27px 69px 30px;
}
@media only screen and (max-width: 1300px) {
  .application-bank {
    padding: 24px 28px;
  }
}
@media only screen and (max-width: 991px) {
  .application-bank {
    padding: 40px 25px;
  }
}
.application-bank__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .application-bank__items {
    flex-direction: column;
  }
}
.application-bank__img {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.wallet_img{
  max-width: 70%;
  max-height: 70%;
}

.wallet_img_block{
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1300px) {
  .application-bank__img {
    width: 194px;
    height: 194px;
  }
}
@media only screen and (max-width: 991px) {
  .application-bank__img {
    margin-bottom: 14px;
    flex-direction: row;
  }
  .wallet_img{
    max-width: 100%;
    max-height: 100%;
  }


}
@media only screen and (max-width: 767px) {
  .application-bank__img {
    width: 239px;
    height: 269px;
    flex-direction: row;
  }
  .wallet_img{
    max-width: 100%;
    max-height: 100%;
  }

}
.application-bank__buttons {
  max-width: 282px;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .application-bank__buttons {
    max-width: 261px;
  }
}
.application-bank__buttons--flex {
  display: flex;
  align-items: center;
  max-width: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .application-bank__buttons--flex {
    flex-direction: column;
    justify-content: center;
  }
}
.application-bank__buttons--flex .application-bank__btn {
  margin-bottom: 0;
  width: 280px;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  .application-bank__buttons--flex .application-bank__btn {
    width: 231px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .application-bank__buttons--flex .application-bank__btn {
    margin-right: 0;
    max-width: 259px;
    margin-bottom: 15px;
    width: 100%;
  }
}
.application-bank__buttons--flex .application-bank__btn:last-child {
  margin-right: 0;
}
.application-bank__content {
  max-width: 456px;
}
@media only screen and (max-width: 1300px) {
  .application-bank__content {
    max-width: 372px;
  }
}
@media only screen and (max-width: 991px) {
  .application-bank__content {
    max-width: 100%;
    order: -1;
    text-align: center;
  }
}
.application-bank__content .field {
  max-width: 392px;
}
@media only screen and (max-width: 1300px) {
  .application-bank__content .field {
    max-width: 370px;
  }
}
@media only screen and (max-width: 991px) {
  .application-bank__content .field {
    max-width: 100%;
  }
}
.application-bank__content .field input {
  border: 1px solid #009393;
  background: #fff;
}
.application-bank__title {
  margin-bottom: 17px;
}
.application-bank__text {
  margin-bottom: 29px;
  font-size: 20px;
  display: block;
}
@media only screen and (max-width: 1300px) {
  .application-bank__text {
    font-size: 16px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .application-bank__text {
    font-size: 14px;
    margin-bottom: 19px;
  }
}
.application-bank__btn {
  margin-bottom: 31px;
}
@media only screen and (max-width: 1300px) {
  .application-bank__btn {
    margin-bottom: 15px;
  }
}
.application-bank__btn:last-child {
  margin-bottom: 0;
}

.application-crypto {
  padding: 31px 51px 60px;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  .application-crypto {
    padding: 22px 35px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .application-crypto {
    padding: 20px 24px 44px;
  }
}
.application-crypto__title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .application-crypto__title {
    text-align: center;
  }
}
.application-crypto__label {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #006060;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .application-crypto__label {
    margin-bottom: 0;
    text-align: center;
  }
}
.application-crypto__info {
  display: grid;
  grid-template-columns: 249px 392px 377px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  .application-crypto__info {
    grid-template-columns: 1fr 292px 311px;
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .application-crypto__info {
    grid-template-columns: 1fr;
  }
}
.application-crypto__img {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1300px) {
  .application-crypto__img {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .application-crypto__img {
    margin-left: 0;
    margin: 0 auto;
  }
}
.application-crypto__fields .field {
  margin-bottom: 20px;
}
.application-crypto__fields .field__label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.87;
}
.application-crypto__fields .field__search {
  top: 68%;
}
.application-crypto__fields .field input {
  border: 1px solid #009393;
  background: #fff;
  padding-bottom: 9px;
}
.application-crypto__fields .field:last-child {
  margin-bottom: 0;
}
.application-crypto__description {
  font-size: 16px;
  opacity: 0.87;
  margin-bottom: 10px;
}
.application-crypto__upload {
  background: #ffffff;
  border: 1px solid #009393;
  border-radius: 40px;
  height: 209px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.application-crypto__upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}
.application-crypto__upload input::-webkit-file-upload-button {
  display: none;
}
.application-crypto__aside {
  border: 1px dashed #009393;
  border-radius: 40px;
  padding: 17px 35px 21px;
}
@media only screen and (max-width: 1300px) {
  .application-crypto__aside {
    padding: 16px 8px 21px;
  }
}
@media only screen and (max-width: 991px) {
  .application-crypto__aside {
    width: 100%;
    margin: 0 15px;
  }
}
.application-crypto__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
}
.application-crypto__text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
}
.application-crypto__btn {
  position: relative;
  height: 40px;
  max-width: 195px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
}
.application-crypto__footer {
  margin-top: 59px;
  padding-top: 47px;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  .application-crypto__footer {
    margin-top: 32px;
    padding-top: 43px;
  }
}
@media only screen and (max-width: 991px) {
  .application-crypto__footer {
    flex-direction: column;
    padding-top: 27px;
    margin-top: 35px;
  }
}
.application-crypto__footer--text {
  font-size: 20px;
  max-width: 400px;
  display: block;
  opacity: 0.87;
}
@media only screen and (max-width: 1300px) {
  .application-crypto__footer--text {
    max-width: 309px;
  }
}
@media only screen and (max-width: 991px) {
  .application-crypto__footer--text {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .application-crypto__footer--text {
    font-size: 14px;
  }
}
.application-crypto__footer:before {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 1px;
  background: #f3f4f8;
  top: 0;
  left: -19%;
}

.upload {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  margin: 0 auto;
}
.upload__remove {
  background: #009393;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 28px;
  right: 39px;
  border-radius: 50%;
  cursor: pointer;
}
.upload__remove:before {
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  transform: rotate(45deg);
}
.upload__remove::after {
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  transform: rotate(-45deg);
}

.maintenance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 943px;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .maintenance {
    max-width: 783px;
  }
}
@media only screen and (max-width: 991px) {
  .maintenance {
    flex-direction: column;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .maintenance {
    margin-top: 64px;
  }
}
.maintenance__img {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .maintenance__img {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .maintenance__img {
    height: 190px;
  }
}
.maintenance__info {
  max-width: 537px;
}
@media only screen and (max-width: 1300px) {
  .maintenance__info {
    max-width: 459px;
  }
}
@media only screen and (max-width: 991px) {
  .maintenance__info {
    max-width: 100%;
  }
}
.maintenance__mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .maintenance__mobile {
    display: block;
  }
  .maintenance__mobile .maintenance__title {
    display: block;
  }
}
.maintenance__title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .maintenance__title {
    display: none;
    font-size: 24px;
    margin-bottom: 46px;
    text-align: center;
  }
}
.maintenance__text {
  font-size: 20px;
  opacity: 0.87;
  margin-bottom: 43px;
}
@media only screen and (max-width: 991px) {
  .maintenance__text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .maintenance__text {
    font-size: 16px;
  }
}
.maintenance__btn {
  max-width: 280px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .maintenance__btn {
    justify-content: center;
    max-width: 230px;
    margin: 0 auto;
  }
}

.lc {
  margin-top: 60px;
}
@media only screen and (max-width: 1300px) {
  .lc {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .lc {
    margin-top: 0;
    overflow: hidden;
  }
}
.lc__inner {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .lc__inner {
    display: inline;
  }
}
.lc__aside {
  max-width: 393px;
  width: 100%;
  flex-shrink: 0;
  margin-right: 30px;
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  .lc__aside {
    display: none;
  }
  .lc__aside.active {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    border-radius: 0;
    overflow: scroll;
  }
}
@media only screen and (max-width: 991px) {
  .lc__aside {
    display: block;
    background: none;
    box-shadow: none;
    width: 100%;
    margin-right: -20px;
    margin-left: -20px;
    max-width: none;
    width: inherit;
    padding-bottom: 0;
  }
}
.lc__back {
  display: none;
}
.lc__back span {
  color: #b5b4b4;
  display: block;
  font-size: 14px;
  margin-left: 10px;
}
@media only screen and (max-width: 1300px) {
  .lc__back {
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .lc__back {
    display: none;
  }
}
.lc__top {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .lc__top {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .lc__title {
    font-size: 28px;
  }
}
.lc__exit svg {
  fill: #c0a161;
  width: 32px;
  height: 25px;
}
@media only screen and (max-width: 991px) {
  .lc__nav {
    display: flex;
    align-items: center;
    overflow: scroll;
    width: 100%;
    padding: 20px;
  }
  .lc__nav::-webkit-scrollbar {
    display: none;
  }
}
.lc__nav--item {
  padding: 17px 31px;
  border-top: 1px solid #f3f4f8;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .lc__nav--item {
    border: none;
    padding: 0;
    background: #ffffff;
    box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
    border-radius: 35px;
    margin-right: 10px;
    height: 40px;
    padding: 0 14px;
    display: flex;
    align-items: center;
  }
  .lc__nav--item:last-child {
    margin-right: 0;
  }
}
.lc__nav--item:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #009393;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .lc__nav--item:after {
    display: none;
  }
}
.lc__nav--item.active::after {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .lc__nav--item.active {
    background: #c4efef;
  }
}
.lc__nav--item.active a svg {
  fill: #009393;
}
@media only screen and (max-width: 991px) {
  .lc__nav--item.active a svg {
    fill: #334a49;
  }
}
.lc__nav--item.active a span {
  color: #009393;
}
@media only screen and (max-width: 991px) {
  .lc__nav--item.active a span {
    color: #334a49;
  }
}
.lc__nav--item:last-child a svg {
  border: 1px solid #334a49;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .lc__nav--item:last-child a svg {
    border: 1px solid #b5b4b4;
  }
}
.lc__nav--item a {
  display: flex;
  align-items: center;
}
.lc__nav--item a svg {
  fill: #334a49;
  width: 21px;
  height: 21px;
  margin-right: 23px;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .lc__nav--item a svg {
    margin-right: 7px;
    width: 15px;
    height: 15px;
    fill: #b5b4b4;
  }
}
@media only screen and (max-width: 991px) {
  .lc__nav--item a span {
    display: block;
    font-size: 12px;
    color: #b5b4b4;
    white-space: nowrap;
  }
}
.lc__content {
  flex-grow: 10;
}

.lc-profile {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
}
.lc-profile-new .lc-profile__fields {
  margin-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .lc-profile {
    background: none;
    box-shadow: none;
    border-radius: 0;
  }
}
.lc-profile__title {
  font-size: 24px;
  font-weight: 500;
  padding: 20px 30px 22px;
  border-bottom: 1px solid #f3f4f8;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .lc-profile__title {
    padding: 0;
    margin-bottom: 29px;
    padding-bottom: 13px;
    border-bottom: 0;
    position: relative;
  }
  .lc-profile__title:before {
    content: "";
    display: block;
    width: 110%;
    left: -20px;
    position: absolute;
    height: 1px;
    background: #f3f4f8;
    bottom: 0;
  }
}
.lc-profile__info {
  padding: 0 30px 39px;
}
@media only screen and (max-width: 991px) {
  .lc-profile__info {
    padding: 0;
  }
}
.lc-profile__fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .lc-profile__fields {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.lc-profile__fields .form-group {
  grid-column: span 3;
}
@media only screen and (max-width: 767px) {
  .lc-profile__fields .form-group {
    grid-column: span 1;
  }
}
.lc-profile__fields .form-group:nth-child(3) {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .lc-profile__fields .form-group:nth-child(3) {
    grid-column: span 1;
  }
}
.lc-profile__fields .form-group:nth-child(4) {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .lc-profile__fields .form-group:nth-child(4) {
    grid-column: span 1;
  }
}
.lc-profile__fields .form-group:nth-child(5) {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .lc-profile__fields .form-group:nth-child(5) {
    grid-column: span 1;
  }
}
.lc-profile__btn {
  max-width: 262px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .lc-profile__btn {
    max-width: 198px;
    margin: 0 auto;
  }
}
.lc-profile__button {
  background: transparent;
  max-width: 280px;
  width: 100%;
}

.lc-history-empty .lc-history__table {
  min-height: 460px;
  display: flex;
  flex-direction: column;
}
.lc-history-empty .lc-history__body {
  flex-grow: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 850px) {
  .lc-history-empty .lc-history__table {
    background: none;
    box-shadow: none;
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .lc-history-empty .lc-history__head {
    display: none;
  }
}
.lc-history__title {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  padding: 21px 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .lc-history__title {
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 0;
    position: relative;
    background: none;
    box-shadow: none;
  }
  .lc-history__title:before {
    content: "";
    display: block;
    width: 110%;
    left: -20px;
    position: absolute;
    height: 1px;
    background: #f3f4f8;
    bottom: 0;
  }
}
.lc-history__table {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  .lc-history__table {
    width: 816px;
  }
}
@media only screen and (max-width: 850px) {
  .lc-history__info {
    overflow: scroll;
    margin-right: -20px;
    padding-right: 20px;
    margin-left: -20px;
    padding-left: 20px;
  }
  .lc-history__info::-webkit-scrollbar {
    display: none;
  }
}
.lc-history__head {
  display: grid;
  grid-template-columns: 0.67fr 1.34fr 1.62fr 1.29fr 1.29fr 1.89fr;
  border-bottom: 1px solid #f3f4f8;
}
.lc-history__head--item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  font-size: 14px;
  color: #006060;
  border-right: 1px solid #f3f4f8;
}
.lc-history__head--item:last-child {
  border-right: 0;
}
.lc-history__body--item {
  text-align: center;
  font-size: 12px;
  padding: 19px 0;
  font-weight: 300;
}
.lc-history__body--item.green {
  color: #009393;
}
.lc-history__item {
  display: grid;
  grid-template-columns: 0.67fr 1.34fr 1.62fr 1.29fr 1.29fr 1.89fr;
  border-bottom: 1px solid #f3f4f8;
}
.lc-history__item:last-child {
  border-bottom: 0;
}
.lc-history__empty {
  letter-spacing: -0.01em;
  color: #b5b4b4;
  font-weight: 300;
}

.lc-cashback {
  margin-bottom: 25px;
}
.lc-cashback__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  height: 70px;
  padding: 0 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .lc-cashback__top {
    margin-bottom: 32px;
    height: auto;
    box-shadow: none;
    padding: 0;
    background: none;
    padding-bottom: 15px;
    position: relative;
  }
  .lc-cashback__top:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 110%;
    height: 1px;
    background: #f3f3f3;
  }
}
.lc-cashback__link {
  font-weight: 500;
  font-size: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #009393;
}
.lc-cashback__link:hover {
  color: #c0a161;
}
.lc-cashback__text {
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .lc-cashback__text {
    max-width: 58%;
    font-size: 12px;
    margin-left: auto;
  }
}
.lc-cashback__items {
  display: grid;
  grid-template-columns: 1fr 329px;
  grid-gap: 30px;
}
@media only screen and (max-width: 991px) {
  .lc-cashback__items {
    grid-gap: 30px;
    grid-template-columns: 1fr;
  }
}
.lc-cashback__item--span {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .lc-cashback__item--span {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 991px) {
  .lc-cashback__item {
    overflow: scroll;
    padding: 30px;
    margin: -30px;
  }
  .lc-cashback__item::-webkit-scrollbar {
    display: none;
  }
  .lc-cashback__item:nth-child(2) {
    order: -1;
  }
}
.lc-cashback__label {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 3px;
}
.lc-cashback__accurals {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  padding-bottom: 13px;
}
@media only screen and (max-width: 991px) {
  .lc-cashback__accurals {
    min-width: 458px;
  }
}
.lc-cashback__accurals--head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #f3f3f3;
}
.lc-cashback__accurals--head span {
  text-align: center;
  padding: 18px 0;
  display: block;
  font-size: 14px;
  color: #006060;
  border-right: 1px solid #f3f4f8;
}
.lc-cashback__accurals--head span:last-child {
  border-right: none;
}
.lc-cashback__accurals--body {
  height: 145px;
  overflow-y: scroll;
  margin-top: 11px;
  margin-right: 10px;
}
.lc-cashback__accurals--body::-webkit-scrollbar {
  background: #f3f4f8;
  border-radius: 10px;
  width: 3px;
}
.lc-cashback__accurals--body::-webkit-scrollbar-thumb {
  background: #c4efef;
  border-radius: 10px;
}
.lc-cashback__accurals--item {
  display: grid;
  grid-template-columns: 0.9fr 1.05fr 0.8fr;
  border-bottom: 1px solid #f3f3f3;
  padding: 12px 0;
}
.lc-cashback__accurals--item:last-child {
  border-bottom: 0;
}
.lc-cashback__accurals--item:first-child {
  padding-top: 0;
}
.lc-cashback__accurals--item span {
  text-align: center;
  font-size: 12px;
}
.lc-cashback__balance {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  max-height: 223px;
  height: 100%;
  padding: 28px 30px;
}
.lc-cashback__balance--price {
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #009393;
  margin-bottom: 17px;
  display: block;
}
.lc-cashback__balance .field {
  margin-bottom: 27px;
}
.lc-cashback__balance--btn {
  height: 50px;
  font-size: 20px;
  max-width: 100%;
  width: 100%;
}
.lc-cashback__request {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  padding-bottom: 15px;
  min-width: 817px;
}
.lc-cashback__request--head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #f3f3f3;
}
.lc-cashback__request--head span {
  text-align: center;
  padding: 18px 0;
  display: block;
  font-size: 14px;
  color: #006060;
  border-right: 1px solid #f3f4f8;
}
.lc-cashback__request--head span:last-child {
  border-right: none;
}
.lc-cashback__request--body {
  height: 225px;
  overflow-y: scroll;
  margin-top: 15px;
  margin-right: 10px;
}
.lc-cashback__request--body::-webkit-scrollbar {
  background: #f3f4f8;
  border-radius: 10px;
  width: 3px;
}
.lc-cashback__request--body::-webkit-scrollbar-thumb {
  background: #c4efef;
  border-radius: 10px;
}
.lc-cashback__request--item {
  display: grid;
  grid-template-columns: 25% 25% 27% 23%;
  border-bottom: 1px solid #f3f3f3;
  padding: 12px 0;
}
.lc-cashback__request--item:last-child {
  border-bottom: 0;
}
.lc-cashback__request--item:first-child {
  padding-top: 0;
}
.lc-cashback__request--item span {
  text-align: center;
  font-size: 12px;
}
.lc-cashback__request--item span.green {
  color: #009393;
}

.lc-partners__account {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  margin-bottom: 30px;
}
.lc-partners__account--title {
  padding: 21px 30px;
  border-bottom: 1px solid #f3f3f3;
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .lc-partners__account--title {
    padding: 20px;
  }
}
.lc-partners__account--items {
  display: grid;
  grid-template-columns: 0.6fr 0.8fr 1.6fr 1fr;
  padding: 0 30px;
  height: 83px;
}
@media only screen and (max-width: 767px) {
  .lc-partners__account--items {
    grid-template-columns: 1fr 1fr;
    height: 100%;
    padding: 0;
    position: relative;
  }
  .lc-partners__account--items:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #f3f4f8;
  }
}
.lc-partners__account--item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .lc-partners__account--item {
    min-height: 83px;
    padding-left: 26px;
  }
}
.lc-partners__account--item:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background: #f3f4f8;
  left: -30px;
}
@media only screen and (max-width: 767px) {
  .lc-partners__account--item:before {
    left: -15px;
  }
}
.lc-partners__account--item p {
  font-size: 14px;
  color: #006060;
}
.lc-partners__account--item span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
}
.lc-partners__info {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  margin-bottom: 30px;
}
.lc-partners__grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .lc-partners__grids {
    grid-template-columns: 1fr;
  }
}
.lc-partners__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  min-height: 50px;
  border-bottom: 1px solid #f3f4f8;
}
@media only screen and (max-width: 767px) {
  .lc-partners__grid {
    padding: 0 20px;
    min-height: 60px;
  }
}
.lc-partners__grid:nth-child(odd) {
  border-right: 1px solid #f3f4f8;
}
@media only screen and (max-width: 767px) {
  .lc-partners__grid:nth-child(odd) {
    border-right: 0;
  }
}
.lc-partners__grid:last-child {
  border-bottom: 0;
}
.lc-partners__grid span {
  font-size: 14px;
}
.lc-partners__grid p {
  font-size: 12px;
}
.lc-partners__item {
  margin-bottom: 30px;
}
.lc-partners__label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.lc-partners__aside {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  padding: 27px 30px;
  font-size: 14px;
}
.lc-partners__content {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 65px;
  padding-left: 30px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .lc-partners__content {
    min-height: 70px;
  }
}
.lc-partners__link {
  font-size: 12px;
  font-weight: 300;
  word-break: break-all;
  margin-right: 40px;
}
.lc-partners__copy {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.lc-partners__copy img {
  width: 100%;
  height: 100%;
}

.lc-conversion__title {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  padding: 21px 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .lc-conversion__title {
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 0;
    position: relative;
    background: none;
    box-shadow: none;
  }
  .lc-conversion__title:before {
    content: "";
    display: block;
    width: 110%;
    left: -20px;
    position: absolute;
    height: 1px;
    background: #f3f4f8;
    bottom: 0;
  }
}
.lc-conversion__table {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  .lc-conversion__table {
    width: 816px;
  }
}
@media only screen and (max-width: 850px) {
  .lc-conversion__info {
    overflow: scroll;
    margin-right: -20px;
    padding-right: 20px;
    margin-left: -20px;
    padding-left: 20px;
  }
  .lc-conversion__info::-webkit-scrollbar {
    display: none;
  }
}
.lc-conversion__head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #f3f4f8;
}
.lc-conversion__head--item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  font-size: 14px;
  color: #006060;
  border-right: 1px solid #f3f4f8;
}
.lc-conversion__head--item:last-child {
  border-right: 0;
}
.lc-conversion__body--item {
  text-align: center;
  font-size: 12px;
  padding: 14px 0;
  font-weight: 300;
  max-width: 129px;
  margin: 0 auto;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lc-conversion__body--item.green {
  color: #009393;
}
.lc-conversion__item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #f3f4f8;
}
.lc-conversion__item:last-child {
  border-bottom: 0;
}
.lc-conversion__empty {
  letter-spacing: -0.01em;
  color: #b5b4b4;
  font-weight: 300;
}

.lc-exchange__title {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  padding: 21px 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .lc-exchange__title {
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 0;
    position: relative;
    background: none;
    box-shadow: none;
  }
  .lc-exchange__title:before {
    content: "";
    display: block;
    width: 110%;
    left: -20px;
    position: absolute;
    height: 1px;
    background: #f3f4f8;
    bottom: 0;
  }
}
.lc-exchange__table {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  .lc-exchange__table {
    width: 816px;
  }
}
@media only screen and (max-width: 850px) {
  .lc-exchange__info {
    overflow: scroll;
    margin-right: -20px;
    padding-right: 20px;
    margin-left: -20px;
    padding-left: 20px;
  }
  .lc-exchange__info::-webkit-scrollbar {
    display: none;
  }
}
.lc-exchange__head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #f3f4f8;
}
.lc-exchange__head--item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  font-size: 14px;
  color: #006060;
  border-right: 1px solid #f3f4f8;
}
.lc-exchange__head--item:last-child {
  border-right: 0;
}
.lc-exchange__body--item {
  text-align: center;
  font-size: 12px;
  padding: 14px 0;
  font-weight: 300;
}
.lc-exchange__body--item.green {
  color: #009393;
}
.lc-exchange__item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #f3f4f8;
}
.lc-exchange__item:last-child {
  border-bottom: 0;
}
.lc-exchange__empty {
  letter-spacing: -0.01em;
  color: #b5b4b4;
  font-weight: 300;
}

.lc-funds__title {
  font-size: 24px;
}
.lc-funds__info {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(35, 35, 35, 0.05);
  border-radius: 25px;
  margin-bottom: 30px;
  padding: 18px 29px 18px 23px;
}
.lc-funds__info img {
  width: 28px;
  height: 28px;
}
.lc-funds__info span {
  display: block;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 300;
}
.lc-funds__items {
  display: grid;
  grid-template-columns: 329px 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 991px) {
  .lc-funds__items {
    grid-template-columns: 1fr;
  }
}
.lc-funds__item:first-child {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .lc-funds__item:first-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .lc-funds__item {
    overflow: scroll;
    padding: 30px;
    margin: -30px;
  }
  .lc-funds__item::-webkit-scrollbar {
    display: none;
  }
}
.lc-funds__item .lc-cashback__accurals--head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-right: 14px;
}
.lc-funds__item .lc-cashback__accurals--item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.lc-funds__item .lc-cashback__accurals--item span.green {
  color: #009393;
}
.lc-funds__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}
.lc-funds__top .lc-cashback__balance--price {
  margin-bottom: 0;
}

.lc-faq {
  margin-bottom: 30px;
}
.lc-faq .faq__name {
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .lc-faq .faq__name {
    font-size: 14px;
  }
}
.lc-faq .faq__head {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .lc-faq .faq__head {
    align-items: flex-start;
  }
}
.lc-faq .faq__item {
  padding: 23px 37px 23px 28px;
}
.lc-faq .faq__body {
  font-size: 14px;
  font-weight: 300;
}

.js_error, .invalid-feedback {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  display: none;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip,
.field-exchangeform-agree.required .invalid-feedback {
  display: block;
}

input[type=text].error, input[type=email].error, input[type=password].error, input.is-invalid {
  border: 1px solid #c84646;
}

/* Modals */
.modal-fancy {
  width: 776px;
  padding: 43px 72px 74px 72px;
  background: #F6F9FC;
  border-radius: 35px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .modal-fancy {
    padding: 22px 20px 45px 28px;
  }
}
.modal-fancy__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.modal-fancy__title {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .modal-fancy__title {
    font-size: 24px;
  }
}
.modal-fancy__close {
  cursor: pointer;
  width: 26px;
  height: 26px;
}

@media only screen and (max-width: 991px) {
  .modal-fancy__close {
    width: 20px;
    height: 20px;
  }
}
.modal-fancy .tabs__item {
  grid-gap: 20px 146px;
}

@media only screen and (max-width: 991px) {
  .modal-fancy .tabs__item {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 31px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-fancy .tabs__item {
    grid-gap: 20px 31px;
  }
}
@media only screen and (max-width: 600px) {
  .modal-fancy .tabs__item {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.modal-fancy .tabs__nav-item {
  font-size: 18px;
}

@media only screen and (max-width: 710px) {
  .modal-fancy .tabs__nav {
    width: 600px;
  }
}
.modal-fancy__card {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 300ms;
}

.modal-fancy__card:hover {
  transform: scale(1.1);
  color: #41DCC0;
}

.modal-fancy__card-img {
  display: flex;
  width: 51px;
  height: 51px;
  margin-right: 22px;
}

.modal-fancy__card-name {
  opacity: 0.87;
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 600;
}

.modal-fancy__card-price {
  color: rgba(186, 186, 186, 0.87);
}

.fancybox-close-small {
  display: none;
}

.loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7019607843);
  z-index: 9999;
}

.loader div {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader div span {
  position: absolute;
  border: 4px solid #03a9f4;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: loader-animation 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: loader-animation 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader div span:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes loader-animation {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes loader-animation {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.copy-content {
  border: 1px solid #009393;
  background: #fff;
  padding-left: 40px !important;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 11px 15px 12px 15px;
  color: #b5b4b4;
  width: 100%;
  font-weight: 300;
  height: 40px;
  font-size: 12px;
  cursor: pointer;
}

.copy-tooltip {
  display: none;
  position: absolute;
  bottom: -24px;
  font-size: 12px;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.tooltip-inner {
  background-color: #009393;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.copied {
  color: #3b3a3a;
  font-weight: 600;
}

.copy-content.nocopy {
  padding-left: 15px !important;
}

.step-verification__choose.btn.btn-white {
  margin-bottom: 15px;
}

label.checkbox {
  position: relative;
}

a.greylink {
  display: unset;
  text-decoration: underline;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.w-100 {
  max-width: 100% !important;
  margin-right: 0px;
}

.showcase__select--img img {
  height: 28px;
  width: auto;
}

@media only screen and (min-width: 991px) {
  .copy-content.small {
    font-size: 9px !important;
  }
}
button.close {
  border: 0px;
}

.empty_result {
  flex-grow: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center {
  text-align: center;
}

.lc-partners__account--item span.small {
  font-size: 9px !important;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.pagination__arrow:hover svg {
  fill: #009393;
}

.pagination__arrow svg {
  fill: #009393;
  transition: 300ms;
}

.pagination__arrow--prev {
  margin-right: 13px;
}

.pagination__arrow--next {
  margin-left: 0px;
}

.pagination__items {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.pagination__item {
  margin-right: 13px;
}

.pagination__item.active a {
  color: #262A2A;
}

.pagination__item:last-child {
  margin-right: 0px !important;
}

.pagination__item a {
  display: flex;
  font-weight: 300;
  color: rgba(186, 186, 186, 0.87);
}

.step-verification__img img {
  max-width: 569px;
}

.application-banner__text p span {
  font-size: 13px !important;
}

.field select {
  background: #f3f4f8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 11px 15px 12px 15px;
  color: #334a49;
  border: none;
  width: 100%;
  font-weight: 300;
  height: 40px;
  border: 1px solid transparent;
}

.bank_select_not_found{
  text-decoration: underline;
  font-size: 10px;
  color: #009393;
  cursor: pointer;
  margin-bottom: 20px;
}

.bank_input_class{

}

.field-exchangeform-field_id_16{
  margin-bottom: 0!important;
}