@charset "UTF-8";

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 320px;
  position: relative;
  line-height: 1.46;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  font-size: 18px;
  color: #000;
  background: url("../img/main-bg.jpg") center top/cover no-repeat;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ul li,
ol li,
menu li {
  list-style: none;
}

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.btn1 {
  display: inline-block;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  background-color: #FF5C00;
  border-radius: 5px;
  padding: 7px 40px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 70px;
  width: 100%;
  max-width: 1250px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999999;
}

.header {
  padding: 15px 0;
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header--small {
  padding: 7px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.header--small .logo {
  max-width: 145px;
}

.header--small .logo__img {
  max-width: 40px;
}

.header--small .filter {
  padding: 5px 10px;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__info {
  max-width: 163px;
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: "Ubuntu", sans-serif;
}

.header__info span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 10px 10px;
  padding-right: 25px;
  text-align: center;
}

.header__info span img {
  vertical-align: text-bottom;
  width: 12px;
}

.header__info-icon {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  fill: #FF5C00;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.header__btn {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  position: relative;
  z-index: 1;
  padding: 6px 10px;
  padding-bottom: 7px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.header__btn-icon {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  fill: #FF5C00;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.header__wrap1 {
  max-width: 360px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrap2 {
  max-width: 380px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrap3 {
  max-width: 440px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-toggle {
  position: absolute;
  top: -2px;
  right: 0;
  width: 47px;
  bottom: -2px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-toggle__icon {
  fill: #FF5C00;
  width: 20px;
  height: 17px;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.logo {
  max-width: 163px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Play", sans-serif;
  color: #000;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}

.logo__img {
  max-width: 54px;
  width: 100%;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}

.logo__text-wrap {
  max-width: 96px;
  width: 100%;
}

.logo__text1 {
  display: block;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}

.logo__text1 b {
  color: #FF5C00;
  font-weight: 700;
}

.logo__text2 {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.logo__text2 b {
  font-weight: 700;
  color: #FF5C00;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__item {
  margin-right: 15px;
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__link {
  display: inline-block;
  font-size: 16px;
  color: #242424;
  position: relative;
}

.menu__link:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #FF5C00;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.menu__item-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 25px;
  display: none;
  font-size: 0;
}

.mainScreen {
  padding: 30px 0;
  position: relative;
}

.mainScreen__bg1 {
  position: absolute;
  top: 250px;
  left: 0;
  width: 450px;
}

.mainScreen__bg2 {
  position: absolute;
  top: 80px;
  right: -220px;
  width: 350px;
}

.mainScreen__slider {
  position: relative;
}

.mainScreen__slider .swiper-container {
  padding: 80px;
  margin: -80px;
}

.mainScreen__scroll {
  max-width: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: 32px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.mainScreen__info {
  text-align: right;
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: 32px;
}

.mainScreen__info-title {
  font-size: 35px;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 20px;
  position: relative;
}

.mainScreen__info-title:after {
  content: '';
  position: absolute;
  left: calc(100% + 22px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10000px;
  height: 4px;
  background: #FF5C00;
}

.mainScreen__info-title b {
  font-weight: 400;
  color: #FF5C00;
}

.mainScreen__info-text {
  margin-bottom: 20px;
  font-family: "Ubuntu", sans-serif;
}

.mainScreen__info-text b {
  color: #FF5C00;
  font-weight: 400;
}

.mainScreen__info-hashtag {
  font-size: 32px;
  font-weight: 700;
  font-family: "Play", sans-serif;
}

.mainScreen__info-hashtag b {
  font-weight: 700;
  color: #FF5C00;
}

.mainScreen__list1 {
  max-width: 700px;
  width: 100%;
  margin-top: 145px;
  margin-bottom: 58px;
  margin-left: 100px;
}

.mainScreen__btn1 {
  display: block;
  max-width: 381px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mainScreen__btn1 path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.mainScreen__text1-wrap {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.mainScreen__text1 {
  max-width: 202px;
  width: 100%;
  background-color: #FF5C00;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  padding: 8.5px 10px;
  margin-top: 15px;
  border-radius: 5px;
}

.mainScreen-item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 145px;
}

.mainScreen-item1:first-child .mainScreen-item1__line1 {
  left: 29%;
  -webkit-transform: none;
  transform: none;
}

.mainScreen-item1:last-child {
  margin-bottom: 0;
}

.mainScreen-item1:last-child .mainScreen-item1__text-wrap:nth-child(2) .mainScreen-item1__line1 {
  width: 26px;
  height: 90px;
  background-image: url("../img/line3.svg");
}

.mainScreen-item1:last-child .mainScreen-item1__line2 {
  display: none;
}

.mainScreen-item1:nth-child(2n) .mainScreen-item1__text-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.mainScreen-item1:nth-child(2n) .mainScreen-item1__line2 {
  right: auto;
  left: 100%;
  -webkit-transform: translateY(-50%) translateX(-10px);
  transform: translateY(-50%) translateX(-10px);
}

.mainScreen-item1__text-wrap {
  max-width: 283px;
  width: 100%;
  position: relative;
}

.mainScreen-item1__line1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: -10px;
  width: 36px;
  height: 150px;
  background: url("../img/line1.svg") center/contain no-repeat;
}

.mainScreen-item1__line2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(5px);
  transform: translateY(-50%) translateX(5px);
  right: 100%;
  width: 150px;
  height: 33px;
  background: url("../img/line2.svg") center/contain no-repeat;
}

.mainScreen-item1__line1-icon {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 26px;
  height: 26px;
  background-color: #FF5C00;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 21px;
  color: #fff;
  margin-left: -3px;
}

.mainScreen-item1__title {
  font-size: 21px;
  line-height: 1.2;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  background-color: #FF5C00;
  border-radius: 25px 25px 0 0;
  text-align: center;
  padding: 7px 15px;
}

.mainScreen-item1__text1 {
  border: 3px dashed #FF5C00;
  border-top: none;
  border-radius: 0 0 25px 25px;
  padding: 20px 10px;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #000;
  min-height: 205px;
  font-size: 15px;
}

.mainScreen-item1__img-wrap {
  position: relative;
  max-width: 280px;
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
}

.mainScreen-item1__img {
  padding-top: 100%;
  position: relative;
  z-index: 1;
  border-radius: 44px;
}

.mainScreen-item1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 44px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainScreen-item1__text2 {
  position: absolute;
  z-index: 2;
  bottom: 37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 6px 10px;
  width: 130px;
  text-align: center;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  letter-spacing: -0.03em;
  background-color: #FF5C00;
  border-radius: 5px;
}

.mainScreen-item1__text-container {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}

.mainScreen-item1__text-container:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 14.8%;
  right: 100%;
  width: 294px;
  height: 70px;
  background: url("../img/line4.svg") center/contain no-repeat;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.mainScreen-item1__text-container:before {
  content: '';
  position: absolute;
  top: 14.8%;
  right: 100%;
  width: 294px;
  height: 70px;
  background: url("../img/line4.svg") center/contain no-repeat;
  -webkit-transform: scale(1, -1) translateX(10px);
  transform: scale(1, -1) translateX(10px);
}

.mainScreen-item1__text-container .mainScreen-item1__text-wrap {
  margin-bottom: 72px;
}

.mainScreen-item1__text-container .mainScreen-item1__text-wrap:last-child {
  margin-bottom: 0;
}

.mainScreen-item__text-wrap {
  display: none;
  min-height: 84px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
}

.mainScreen-item__text1 {
  text-align: center;
  max-width: 590px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.mainScreen-item__text1 b {
  color: #FF5C00;
  font-weight: 400;
}

.mainScreen-item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1047px;
  width: 100%;
}

.mainScreen-item__wrap1 {
  max-width: 390px;
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.mainScreen-item__wrap1 .soc1 {
  position: absolute;
  top: 30px;
  left: -30px;
  display: block;
}

.mainScreen-item__wrap1 .soc1__link {
  margin-right: 0;
  margin-bottom: 10px;
  width: 25px;
  height: 25px;
}

.mainScreen-item__wrap1 .soc1__link:last-child {
  margin-bottom: 0;
}

.mainScreen-item__text2 {
  text-align: center;
  letter-spacing: 0.105em;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.mainScreen-item__date {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 210px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

.mainScreen-item__img-wrap {
  position: relative;
  max-width: 390px;
  width: 100%;
}

.mainScreen-item__img {
  display: block;
  position: relative;
  padding-top: 100%;
}

.mainScreen-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: drop-shadow(-12px 19px 5px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(-12px 19px 5px rgba(0, 0, 0, 0.09));
  border-radius: 44px;
}

.mainScreen-item__img .btn1 {
  position: absolute;
  z-index: 1;
  text-align: center;
  max-width: 285px;
  width: 85%;
  padding: 7px 10px;
  font-size: 18px;
  font-weight: 700;
  bottom: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hash-title
{
  font-weight: bold;
}

.mainScreen-item__img .hash {
  color:white;
  position: absolute;
  z-index: 2;
  text-align: center;
  max-width: 285px;
  width: 85%;
  padding: 7px 10px;
  font-size: 18px;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.mainScreen-item__img.active .mainScreen-item__img-text-wrap {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.mainScreen-item__img.active .btn1 {
  opacity: 1;
}

.mainScreen-item__img.active .hash {
  opacity: 1;
}

.mainScreen-item__img-text-wrap {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 44px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.36%, rgba(255, 92, 0, 0.8)), to(rgba(180, 28, 24, 0.8)));
  background: linear-gradient(270deg, rgba(255, 92, 0, 0.8) -0.36%, rgba(180, 28, 24, 0.8) 100%);
  padding: 20px 20px 100px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mainScreen-item__img-link {
  display: block;
}

.mainScreen-item__img-text {
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.mainScreen-item__img-desc {
  font-size: 11px;
  font-weight: 500;
  color: rgba(36, 36, 36, 0.38);
  position: absolute;
  top: 0;
  height: 100%;
  right: -16px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
}

.mainScreen-item__img-desc b {
  color: #FF5C00;
  font-weight: 500;
}

.mainScreen-item__wrap2 {
  width: calc(100% - 532px);
}

.mainScreen-item__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  line-height: 1;
  margin-bottom: 3px;
}

.mainScreen-item__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.mainScreen-item__subtitle2 {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color:#ff5c00; 
}

.mainScreen-item__subtitle3 {
  border: dashed #ff5c00 2px; padding: 3px;
}

.mainScreen-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}

.mainScreen-item__list_bid {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5px;
  margin-bottom: 15px;
}

.mainScreen-item__list_bid b {
  color: #FF5C00;
}

.mainScreen-item__list:after {
  content: '';
  position: absolute;
  left: 39.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 70px;
  width: 2px;
  background-color: rgba(255, 92, 0, 0.6);
}

.mainScreen-item__list li {
  width: 58%;
  text-align: center;
}

.mainScreen-item__list li:first-child {
  width: 38%;
}

.mainScreen-item__list li span {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}

.mainScreen-item__list li b {
  color: #FF5C00;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.mainScreen-item__text3 {
  margin-bottom: 29px;
  text-align: center;
  font-size: 16px;
}

.mainScreen-item__text3:before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  background-color: #FF5C00;
  border-radius: 2px;
  vertical-align: unset;
}

.mainScreen-item__text3 b {
  color: #FF5C00;
  font-weight: 600;
}

.mainScreen-item__text3 a {
  color: #000;
  text-decoration: underline;
}

.mainScreen-item__wrap3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.mainScreen-item__text4 {
  font-size: 15px;
  letter-spacing: -0.03em;
  width: calc(100% - 190px);
}

.mainScreen-item__link1 {
  line-height: 1.18;
  letter-spacing: -0.03em;
  background: #FF5C00;
  -webkit-box-shadow: inset 0px 0px 16px -3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 16px -3px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin: 10px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.mainScreen-item__link1 a
{
  padding: 15px 20px;
  width: 100%;
  display: inline-block;
  color: #FFFFFF;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 15px;
}


.mainScreen-item__text5 {
  text-align: center;
  font-size: 25px;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 15px;
}

.mainScreen-item__text5 b {
  font-weight: 400;
  color: #FF5C00;
}

.mainScreen-item__text6 {
  max-width: 202px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF5C00;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  padding: 8.5px 10px;
  margin-top: 15px;
  border-radius: 5px;
}

.textarea {
  display: block;
  width: 100%;
  letter-spacing: -0.03em;
  color: #000;
  font-size: 15px;
  line-height: 1.46;
  font-family: "Inter", sans-serif;
  background-color: #FFFFFF;
  border: 2px solid #D6D6D6;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  padding: 12px 20px;
  margin-bottom: 20px;
  outline: none;
  resize: none;
}

.textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.textarea::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.mainScreen-form {
  border: 2px solid #FF5C00;
  border-radius: 25px;
  padding: 20px;
  margin-bottom: 25px;
}

.mainScreen-form__wrap1 {
  position: relative;
  margin-bottom: 5px;
  padding-right: 25px;
}

.mainScreen-form__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 196px;
  font-size: 0;
  background: none;
}

.mainScreen-form__btn-icon path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.mainScreen-form__text1 {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.mainScreen-form__text1 b {
  font-weight: 600;
  color: #B90B00;
}

.mainScreen-form__text1 a {
  text-decoration: underline;
  color: black;
}

.mainScreen-form__text2 {
  min-height: 39px;
  font-size: 10px;
  font-weight: 200;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 5px 10px;
  padding-right: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  word-break: break-all;
}

.input1 {
  display: block;
  width: 100%;
  outline: none;
  font-family: "Inter", sans-serif;
  color: black;
  letter-spacing: -0.03em;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 6px;
  padding: 8px 20px;
  padding-right: 180px;
}

.input1::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: -0.03em;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.input1::-moz-placeholder {
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: -0.03em;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.input1::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: -0.03em;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.input1::placeholder {
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: -0.03em;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.how {
  padding: 30px 0;
  background: url("../img/how-bg.png") center/contain no-repeat;
}

.how__title {
  font-size: 35px;
  margin-bottom: 5px;
  position: relative;
  margin-left: 32px;
  font-family: "Ubuntu", sans-serif;
}

.how__title:after {
  content: '';
  position: absolute;
  right: calc(100% + 22px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10000px;
  height: 4px;
  background: #FF5C00;
}

.how__title b {
  font-weight: 400;
  color: #FF5C00;
}

.how__wrap {
  max-width: 390px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.how__text1 {
  text-align: center;
  font-size: 25px;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.1;
  padding: 7px 10px;
  color: #fff;
  margin-top: 30px;
  background-color: #FF5C00;
}

.how__item {
  position: absolute;
  font-family: "Ubuntu", sans-serif;
}

.how__item b {
  display: block;
  font-size: 19px;
  font-weight: 400;
  color: #FF5C00;
}

.how__item span {
  display: block;
  font-size: 15px;
}

.how__item:nth-child(1) {
  width: 300px;
  top: -17px;
  right: -209px;
}

.how__item:nth-child(2) {
  width: 300px;
  top: 107px;
  left: -110px;
  text-align: right;
}

.how__item:nth-child(3) {
  width: 180px;
  top: 300px;
  left: -145px;
  text-align: right;
}

.how__item:nth-child(4) {
  width: 155px;
  bottom: 225px;
  right: -70px;
}

.how__item:nth-child(5) {
  width: 225px;
  bottom: 15px;
  left: -165px;
  text-align: right;
}

.swiper-button-prev-style1,
.swiper-button-next-style1 {
  margin-top: 0;
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #FF5C00;
  border-radius: 50%;
  background: url("../img/arrow1.svg") center no-repeat;
  background-size: 12px;
  outline: none;
}

.swiper-button-next-style1,
.swiper-container-rtl .swiper-button-prev-style1 {
  left: 304px;
  top: 117px;
  right: auto;
}

.swiper-button-prev-style1,
.swiper-container-rtl .swiper-button-next-style1 {
  left: 60px;
  top: 117px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.concept {
  padding: 20px 0;
}

.concept__title {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 13px;
}

.concept_treasury_total {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  color: #FF5C00 !important;
}

.concept__title b {
  font-weight: 500;
  color: #FF5C00;
}

.concept__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 740px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.concept__text1 {
  max-width: 435px;
  width: 100%;
  text-align: right;
}

.concept__text1 b {
  font-weight: 400;
  color: #FF5C00;
}

.concept__text2 {
  max-width: 75px;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  position: relative;
  margin-right: auto;
  margin-left: 5px;
}

.concept__text2:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 78px;
  height: 33px;
  background: url("../img/arrow2.svg") center no-repeat;
}

.concept__text2:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 78px;
  height: 33px;
  background: url("../img/arrow6.svg") center no-repeat;
}

.concept__text3 {
  max-width: 180px;
  width: 100%;
  text-align: center;
}

.concept__text3 p {
  margin-bottom: 20px;
}

.concept__text3 p:last-child {
  margin-bottom: 0;
}

.why {
  padding: 20px 0;
}

.why__title {
  text-align: center;
  font-size: 35px;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 30px;
}

.why__title b {
  font-weight: 400;
  color: #FF5C00;
}

.why__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why__wrap1 {
  width: 45%;
}

.why__wrap1 p {
  font-size: 20px;
  margin-bottom: 30px;
}

.why__wrap1 p:last-child {
  margin-bottom: 0;
}

.why__wrap1 p b {
  font-weight: 400;
  color: #FF5C00;
}

.why__wrap2 {
  width: 45.8%;
  border: 3px solid #FF5C00;
  border-radius: 25px;
  padding: 30px 25px;
}

.why__hashtag {
  font-size: 37px;
  font-family: "Play", sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.why__hashtag b {
  font-weight: 700;
  color: #ff5c00;
}

.why__text1 {
  font-size: 22px;
  line-height: 1.2;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.why__text1 b {
  display: block;
  color: #FF5C00;
}

.why__link {
  display: block;
  font-size: 0;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
}

.why__link-icon path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.why__text2 {
  max-width: 340px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  position: relative;
}

.why__text2:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #FF5C00;
  border-radius: 1px;
}

.why__text3 {
  text-align: center;
  font-size: 25px;
  font-family: "Ubuntu", sans-serif;
  padding: 7px 10px;
  color: #fff;
  margin-top: 60px;
  background-color: #FF5C00;
}

.works {
  padding-top: 31px;
  padding-bottom: 68px;
}

.works__title {
  text-align: center;
  font-size: 35px;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 25px;
}

.works__title b {
  font-weight: 400;
  color: #FF5C00;
}

.works__text1 {
  max-width: 770px;
  width: 100%;
  font-family: "Ubuntu", sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  margin-bottom: 7px;
}

.works__text_16, .works__text_17 {
  max-width: 770px;
  width: 100%;
  font-family: "Ubuntu", sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  margin-bottom: 2px;
}

.works__text_16 {
  margin-top: 40px;
}

.works__text_16 b, .works__text_16 a, .works__text_17 a {
  color: #FF5C00;
}

.works__text_16 b {
  color: #FF5C00;
  font-weight: normal;
}

.works__text2, .works__text2_1 {
  color: #FF5C00;
  text-align: center;
}

.works__text2 {
  margin-bottom: 35px;
}

.works__text2_1 {
  margin-bottom: 5px;
}

.works__text2_1 b, .works__text2 b {
  font-weight: normal;
  color:#E15D5B;
}

.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px 15px;
  margin-top: -30px;
  margin-bottom: 50px;
}

.works__col {
  width: 33.3333%;
  padding: 0px 15px;
  margin-top: 30px;
}

.works__text3 {
  max-width: 653px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF5C00;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  padding: 6px 10px;
  text-align: center;
  margin-bottom: 5px;
}

.works__text3_2,.works__text3_3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  padding: 6px 10px;
  text-align: center;
}

.works__text3_2 {
  margin-bottom: 40px;
}


.works__text3_2 b, .works__text3_3 b {
  color:#B90B00;
}

.works__text4 {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  max-width: 760px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
}

.works__text4 b {
  color: #FF5C00;
  font-weight: 400;
}

.works__container1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 757px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.works__wrap1 {
  text-align: center;
  position: relative;
}

.works__wrap1:after {
  content: '';
  position: absolute;
  top: 30px;
  right: -68px;
  width: 32px;
  height: 56px;
  background: url("../img/arrow3.svg") center/contain no-repeat;
}

.works__img {
  margin-bottom: 10px;
}

.works__text5 {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
}

.works__wrap2 {
  text-align: center;
}

.works__wrap3 {
  border: 4px solid #FF5C00;
  border-radius: 20px;
  max-width: 335px;
  width: 100%;
  padding: 14px 36px 12px 36px;
  text-align: center;
}

.works__text6 {
  font-size: 20px;
}

.works__text7 {
  max-width: 725px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 30px;
}

.works__text7 b {
  font-weight: 400;
  color: #FF5C00;
}

.works__container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 410px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.works__text8 {
  max-width: 220px;
  width: 100%;
  font-size: 20px;
  text-align: center;
}

.works__wrap5 {
  max-width: 150px;
  width: 100%;
}

.works-item__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #FF5C00;
  margin-bottom: 34px;
}

.works-item__title span {
  display: inline-block;
  margin-right: 6px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

.works-item__title span:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 23px;
  background: url("../img/arrow3.svg") center/contain no-repeat;
  vertical-align: sub;
  margin-left: 10px;
}

.works-item__title b {
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  display: inline-block;
}

.works-item__text, .works-item__text2, .works-item__text3   {
  font-size: 15px;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
}

.works-item__text3 
{
  color: #E6251C;
  font-weight: bold;
}

.works-item__text b {
  display: inline-block;
  color: #fff;
  background-color: #FF5C00;
  padding: 2px 4px;
  font-weight: 600;
}

.margin_bottom_10 {
  margin-bottom: 15px !important;
}

.works-item__text_fixed_height
{
  height: 70px;
}

.works-item__text_fixed_height51
{
  height: 85px;
}

.works-item__text2 i {
  font-weight: normal;
  font-style: normal;
  color: #FF5C00;
}

.works-item__text2 b {
  display: inline-block;
  color: #fff;
  background-color: #CF585A;
  padding: 2px 4px;
  font-weight: 600;
}

.works-item__text3 b {
  display: inline-block;
  color: #fff;
  background-color:#E6251C;
  padding: 2px 4px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
}

.footer {
  background-color: #FF5C00;
  padding: 22px 0;
  color: #fff;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__hashtag {
  font-size: 30px;
  font-weight: 700;
  text-shadow: 1px 1px 0px #000000;
  font-family: "Play", sans-serif;
}

.footer__text1 {
  max-width: 310px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  width: calc(100% - 340px);
}

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.soc__item {
  margin-right: 23px;
  width: 30px;
}

.soc__item:nth-child(1) {
  width: 24px;
}

.soc__item:nth-child(2) {
  width: 24px;
}

.soc__item:last-child {
  margin-right: 0;
}

.soc__link {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.popup {
  border-radius: 15px;
  max-width: 270px;
  width: 100%;
  padding: 30px 20px;
  padding-top: 15px;
}

.popup .menu {
  display: block;
}

.popup .menu__item {
  margin-right: 0;
  position: relative;
}

.popup .menu__link {
  padding: 15px 0;
  padding-left: 45px;
  display: block;
  position: relative;
}

.popup .menu__link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(238, 238, 238, 0)), color-stop(70%, #EEEEEE));
  background: linear-gradient(270deg, rgba(238, 238, 238, 0) 0, #EEEEEE 70%);
}

.popup .menu__item-img {
  display: block;
}

.popup__btn {
  margin-top: 15px;
  max-width: 140px;
  width: 100%;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px;
  padding-right: 25px;
}

.popup__btn-icon {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  fill: #FF5C00;
  width: 140px;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

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

.user-menu {
  position: relative;
}

.user-menu__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  padding: 7px 12px;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
}

.user-menu__name:after {
  content: '';
  width: 10px;
  height: 7px;
  background: url("../img/arrow7.svg") center no-repeat;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.user-menu__name.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.user-menu__name-img {
  font-size: 0;
  max-width: 23px;
  width: 100%;
  margin-right: 8px;
}

.user-menu__name-text {
  color: #242424;
}

.user-dropdown {
  position: absolute;
  z-index: -1;
  top: calc(100% + 14px);
  background: #F0E6E0;
  border-radius: 10px;
  width: 140px;
  display: none;
}

.user-dropdown__link {
  display: block;
  padding: 5px 10px;
  position: relative;
  color: #242424;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.user-dropdown__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(209, 209, 209, 0)), color-stop(50%, #d1d1d1), to(rgba(209, 209, 209, 0)));
  background: linear-gradient(to left, rgba(209, 209, 209, 0) 0%, #d1d1d1 50%, rgba(209, 209, 209, 0) 100%);
}

.user-dropdown__link:first-child {
  padding-top: 10px;
}

.user-dropdown__link:last-child {
  padding-bottom: 10px;
}

.user-dropdown__link:last-child:after {
  display: none;
}

.user-dropdown__link--red {
  color: #B41C18;
}

.popupwallet {
  max-width: 550px;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 45px 50px;
  overflow: hidden;
}

.popupwallet__title {
  display: inline-block;
  font-size: 35px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
}

.popupwallet__title:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 12px);
  height: 3px;
  width: 10000px;
  background-color: #FF5C00;
}

.popupwallet__title b {
  color: #FF5C00;
  font-weight: 500;
}

.popupwallet__text1 {
  max-width: 430px;
  width: 100%;
  margin-bottom: 30px;
}

.popupwallet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.popupwallet__list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(209, 209, 209, 0)), color-stop(50%, #d1d1d1), to(rgba(209, 209, 209, 0)));
  background: linear-gradient(to left, rgba(209, 209, 209, 0) 0%, #d1d1d1 50%, rgba(209, 209, 209, 0) 100%);
}

.popupwallet__tab {
  display: none;
  text-align: center;
}

.popupwallet__tab:first-child {
  display: block;
}

.popupwallet__tab-title {
  font-size: 30px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  color: #FF5C00;
  margin-bottom: 15px;
}

.popupwallet__list1 {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.popupwallet-item {
  padding: 10px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.popupwallet-item.active {
  background-color: #F2F2F2;
}

.popupwallet-item--wallet .popupwallet-item__img {
  background-color: #3C99FB;
}

.popupwallet-item__img {
  display: block;
  min-height: 60px;
  max-width: 60px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFCC80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}

.popupwallet-item__text {
  font-size: 14px;
  color: #000;
}

.popupwallet-item1 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.popupwallet-item1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 336px;
  width: 100%;
  background-color: #FF5C00;
  height: 3px;
}

.popupwallet-item1 b {
  font-weight: 600;
  display: block;
}

.popupwallet-item1:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.popupwallet-item1:last-child:after {
  display: none;
}

.metamask {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.metamask__img {
  max-width: 70px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.metamask__img img {
  width: 100%;
}

.metamask__text1 {
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 15px;
}

.metamask__text2 {
  margin-bottom: 20px;
}

.wallet__title {
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 20px;
}

.wallet__title b {
  color: #FF5C00;
}

.wallet__img {
  max-width: 290px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 1px solid #E7E6E6;
  border-radius: 15px;
  margin-bottom: 25px;
}

.wallet__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wallet__text-wrap .btn1 {
  font-size: 16px;
  padding: 5px 20px;
}

.wallet__text1 {
  font-size: 16px;
  color: #828282;
  width: calc(100% - 100px);
  text-align: left;
}

.error__text1 {
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 15px;
}

.error__text2 {
  color: #B41C18;
  font-weight: 600;
  margin-bottom: 15px;
}

.error__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error__text-wrap .btn1 {
  font-size: 16px;
  padding: 5px 20px;
}

.error__text3 {
  font-size: 16px;
  color: #828282;
  width: calc(100% - 100px);
  text-align: left;
}

.walletkerror__img {
  max-width: 70px;
  width: 100%;
  min-height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3C99FB;
  padding: 10px;
  margin-bottom: 20px;
}

.popuphistory {
  max-width: 700px;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 45px 50px;
  overflow: hidden;
}

.popuphistory__container1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.popuphistory__wrap1 {
  max-width: 160px;
  width: 100%;
}

.popuphistory__wrap2 {
  width: calc(100% - 175px);
}

.popuphistory__title {
  font-size: 30px;
  font-weight: 500;
  color: #FF5C00;
  font-family: "Ubuntu", sans-serif;
}

.popuphistory__subtitle {
  font-size: 35px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  border-bottom: 3px solid #FF5C00;
  max-width: 320px;
  width: 100%;
  padding-bottom: 10px;
}

.popuphistory__wrap3 {
  height: 320px;
  overflow: auto;
  background-color: #F0E6E0;
  -webkit-box-shadow: inset 0px 0px 30px -20px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 30px -20px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 40px;
}

.popuphistory-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.popuphistory-item:last-child {
  margin-bottom: 0;
}

.popuphistory-item:first-child .popuphistory-item__text1:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url("../img/lider.svg") center no-repeat;
}

.popuphistory-item__wrap1 {
  width: calc(100% - 111px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 2px solid #444;
}

.popuphistory-item__img {
  max-width: 40px;
  width: 100%;
}

.popuphistory-item__text-wrap {
  width: calc(100% - 55px);
}

.popuphistory-item__text1 {
  color: #242424;
}

.popuphistory-item__text2 {
  font-size: 13px;
  color: #9A9A9A;
}

.popuphistory-item__wrap2 {
  max-width: 111px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

.popuphistory-item__text3 {
  color: #242424;
  font-size: 16px;
  font-weight: 500;
}

.popuphistory-item__link1 {
  font-size: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.popuphistory-item__link2 {
  font-size: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.popupchange {
  max-width: 700px;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 45px 50px;
  overflow: hidden;
}

.popupchange__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.popupchange__title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 340px;
  width: 100%;
  height: 3px;
  background-color: #FF5C00;
}

.popupchange__img {
  max-width: 174px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.popupchange__img img {
  width: 100%;
}

.scan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.scan-item {
  width: 20%;
  position: relative;
}

.scan-item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.scan-item__wrap1 {
  display: block;
  padding-top: 100%;
}

.scan-item__wrap1 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.scan-item.active .scan-item__wrap2 {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.scan-item__wrap2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.36%, rgba(255, 92, 0, 0.8)), to(rgba(180, 28, 24, 0.8)));
  background: linear-gradient(270deg, rgba(255, 92, 0, 0.8) -0.36%, rgba(180, 28, 24, 0.8) 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.scan-item__wrap3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 24px;
  min-height: 100%;
  position: relative;
}

.scan-item__wrap3 .soc1 {
  position: relative;
  z-index: 1;
}

.scan-item__wrap4 {
  margin-top: auto;
  color: #fff;
}

.scan-item__wrap4 .btn1 {
  font-size: 15px;
  padding: 6px 11px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.scan-item__title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -0.03em;
}

.scan-item__text1 {
  letter-spacing: -0.03em;
  font-size: 13px;
  margin-bottom: 3px;
}

.scan-item__link1 {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}

.soc1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -3px;
}

.soc1__link {
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px;
  background-color: #fff;
  margin-right: 12px;
  margin-top: 3px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.soc1__link:last-child {
  margin-right: 0;
}

.filter {
  max-width: 280px;
  width: 100%;
  margin-left: auto;
  margin-right: 15px;
  padding: 10px 17px 10px 10px;
  background-color: #FF5C00;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

.filter__btn1 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.filter__form {
  width: calc(100% - 90px);
  position: relative;
}

.filter__form .btn1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 9px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 10px;
}

.filter__input {
  display: block;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: black;
  border: none;
  border-radius: 6px;
  padding: 10px 12px;
  padding-right: 60px;
  outline: none;
}

.filter__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.filter__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.filter__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.filter__input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.calendar {
  width: 347px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  position: absolute;
  z-index: 15;
  right: 0;
  top: calc(100% + 33px);
  background-color: #fff;
  display: none;
}

.calendar:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 31px solid transparent;
  border-right: 31px solid transparent;
  border-bottom: 31px solid #FF5C00;
}

.calendar__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 20px;
}

.calendar__btn1 {
  display: block;
  width: 48%;
  text-align: center;
  background-color: #EFEFEF;
  border-radius: 10px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.35);
  padding: 13px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.calendar__btn2 {
  display: block;
  width: 48%;
  text-align: center;
  background-color: #FF5C00;
  border-radius: 10px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #fff;
  padding: 13px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.xdsoft_datetimepicker {
  font-family: "Inter", sans-serif;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}

.xdsoft_datetimepicker .xdsoft_label {
  width: 48%;
  padding: 10px 10px;
  padding-right: 30px;
  background-color: #EFEFEF;
  border-radius: 10px;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.35);
  position: relative;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 100%;
  float: none;
  margin-left: 0;
}

.xdsoft_datetimepicker {
  padding: 0;
  border: none;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: none;
}

.xdsoft_datetimepicker .xdsoft_label i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 8px;
  background: url("../img/arrow8.svg") center no-repeat;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect,
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 0;
  left: 0;
  top: 100%;
  background-color: #EFEFEF;
  border: none;
  border-radius: 5px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  font-weight: 200;
  background-color: #FF5C00;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  background-color: #FF5C00;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: none;
  border: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  background-color: #f3f3f3;
}

.xdsoft_datetimepicker .xdsoft_calendar td {
  background-color: #f3f3f3;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div,
.xdsoft_datetimepicker .xdsoft_calendar th {
  padding: 10px 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 1;
  color: rgba(0, 0, 0, 0.35);
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background-color: #FF5C00;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default div:after,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current div:after,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current div:after {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background-color: #FF5C00 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  position: relative;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 3px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today.xdsoft_current {
  color: #fff;
}

.xdsoft_option[data-value="1950"],
.xdsoft_option[data-value="1951"],
.xdsoft_option[data-value="1952"],
.xdsoft_option[data-value="1953"],
.xdsoft_option[data-value="1954"],
.xdsoft_option[data-value="1955"],
.xdsoft_option[data-value="1956"],
.xdsoft_option[data-value="1957"],
.xdsoft_option[data-value="1958"],
.xdsoft_option[data-value="1959"],
.xdsoft_option[data-value="1960"],
.xdsoft_option[data-value="1961"],
.xdsoft_option[data-value="1962"],
.xdsoft_option[data-value="1963"],
.xdsoft_option[data-value="1964"],
.xdsoft_option[data-value="1965"],
.xdsoft_option[data-value="1966"],
.xdsoft_option[data-value="1967"],
.xdsoft_option[data-value="1968"],
.xdsoft_option[data-value="1969"],
.xdsoft_option[data-value="1970"],
.xdsoft_option[data-value="1971"],
.xdsoft_option[data-value="1972"],
.xdsoft_option[data-value="1973"],
.xdsoft_option[data-value="1974"],
.xdsoft_option[data-value="1975"],
.xdsoft_option[data-value="1976"],
.xdsoft_option[data-value="1977"],
.xdsoft_option[data-value="1978"],
.xdsoft_option[data-value="1979"],
.xdsoft_option[data-value="1980"],
.xdsoft_option[data-value="1980"],
.xdsoft_option[data-value="1981"],
.xdsoft_option[data-value="1982"],
.xdsoft_option[data-value="1983"],
.xdsoft_option[data-value="1984"],
.xdsoft_option[data-value="1985"],
.xdsoft_option[data-value="1986"],
.xdsoft_option[data-value="1987"],
.xdsoft_option[data-value="1988"],
.xdsoft_option[data-value="1989"],
.xdsoft_option[data-value="1990"],
.xdsoft_option[data-value="1991"],
.xdsoft_option[data-value="1992"],
.xdsoft_option[data-value="1993"],
.xdsoft_option[data-value="1994"],
.xdsoft_option[data-value="1995"],
.xdsoft_option[data-value="1996"],
.xdsoft_option[data-value="1997"],
.xdsoft_option[data-value="1998"],
.xdsoft_option[data-value="1999"],
.xdsoft_option[data-value="2000"],
.xdsoft_option[data-value="2001"],
.xdsoft_option[data-value="2002"],
.xdsoft_option[data-value="2003"],
.xdsoft_option[data-value="2004"],
.xdsoft_option[data-value="2005"],
.xdsoft_option[data-value="2006"],
.xdsoft_option[data-value="2007"],
.xdsoft_option[data-value="2008"],
.xdsoft_option[data-value="2009"],
.xdsoft_option[data-value="2010"],
.xdsoft_option[data-value="2011"],
.xdsoft_option[data-value="2012"],
.xdsoft_option[data-value="2013"],
.xdsoft_option[data-value="2014"],
.xdsoft_option[data-value="2015"],
.xdsoft_option[data-value="2016"],
.xdsoft_option[data-value="2017"],
.xdsoft_option[data-value="2018"],
.xdsoft_option[data-value="2019"],
.xdsoft_option[data-value="2020"],
.xdsoft_option[data-value="2021"] {
  display: none;
}

.breadcrumbs {
  padding: 25px 0;
}

.breadcrumbs__list-wrap {
  padding: 0px 100px;
}

.breadcrumbs__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.breadcrumbs__list:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(100% + 10px);
  height: 1px;
  width: 10000px;
  background-color: #FF5C00;
}

.breadcrumbs__list:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 10px);
  height: 1px;
  width: 10000px;
  background-color: #FF5C00;
}

.breadcrumbs__list li {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  margin-right: 5px;
}

.breadcrumbs__list li:last-child {
  margin-right: 0;
}

.breadcrumbs__list li:last-child:after {
  display: none;
}

.breadcrumbs__list li:after {
  content: '»';
  display: inline-block;
  margin-left: 5px;
}

.breadcrumbs__list a {
  display: inline-block;
  color: #FF5C00;
}

.totop-wrap {
  position: fixed;
  z-index: 99;
  right: 40px;
  bottom: 35px;
  width: 50px;
  height: 50px;
}

.totop {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: rgba(255, 92, 0, 0.8) url("../img/arrow9.svg") center/20px no-repeat;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.no-touch .mainScreen-item__text3 a:hover,
.no-touch .scan-item__link1:hover {
  text-decoration: none;
}

.no-touch .header__btn:hover .header__btn-icon {
  fill: #D11510;
}

.no-touch .popup__btn:hover .popup__btn-icon {
  fill: #D11510;
}

.no-touch button.mainScreen-form__btn:hover .mainScreen-form__btn-icon path {
  fill: #D11510;
}

.no-touch button.mainScreen-form__btn:hover .mainScreen-form__btn-icon path.white {
  fill: white;
}

.no-touch .why__link:hover .why__link-icon path {
  fill: #F0E6E0;
}

.no-touch .why__link:hover .why__link-icon path.white {
  fill: #000;
}

.no-touch .mainScreen__btn1:hover .mainScreen__btn1-icon path {
  fill: #F0E6E0;
}

.no-touch .mainScreen__btn1:hover .mainScreen__btn1-icon path.white {
  fill: #000;
}

.no-touch .mainScreen-item__link1:hover {
  background-color: #F0E6E0;
  color: #000;
}
.no-touch .mainScreen-item__link1:hover a {
  color: #000;
}

.no-touch .soc__link:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.no-touch .menu-toggle:hover .menu-toggle__icon {
  fill: #D11510;
}

.no-touch .header__info:hover .header__info-icon {
  fill: #E8241F;
}

.no-touch .menu__link:hover:after {
  width: 23px;
}

.no-touch .user-dropdown__link:hover,
.no-touch .filter__btn1:hover {
  opacity: .7;
}

.no-touch .btn1:hover,
.no-touch .calendar__btn2:hover {
  background-color: #E8241F;
}

.no-touch .popuphistory-item__link1:hover,
.no-touch .popuphistory-item__link2:hover,
.no-touch .soc1__link:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.touch .scan-item .scan-item__wrap2 {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  background: none;
}

.touch .scan-item__link
{
  display: none;
}

/*
.touch .scan-item .scan-item__wrap2 {
 
}*/

.no-touch .scan-item:hover .scan-item__wrap2,
.no-touch .mainScreen-item__img:hover .mainScreen-item__img-text-wrap {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.no-touch .mainScreen-item__img:hover .btn1 {
  opacity: 1;
}

.no-touch .mainScreen-item__img:hover .hash {
  opacity: 1;
}

.no-touch .calendar__btn1:hover {
  color: #000;
  background-color: #ccc;
}

.no-touch .totop:hover {
  background-color: #FF5C00;
}

@media only screen and (max-width: 1250px) {
  .filter {
    max-width: 480px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1150px) {
  .scan-item__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1100px) {
  .header .header__wrap3 .menu-toggle {
    position: static;
    height: 39px;
    width: 16px;
    margin-left: 5px;
  }

  .user-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__wrap3 {
    max-width: none;
    width: auto;
  }

  .header__wrap2 {
    max-width: 142px;
  }

  .header .header__btn-wrap {
    position: relative;
    width: 100%;
    border: 2px solid #FF5C00;
    border-left: none;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header .header__btn {
    margin-left: -2px;
  }

  .header .header__btn-icon {
    width: 114px;
    height: 40px;
  }

  .header .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mainScreen-item__text1 {
    display: none;
  }

  .mainScreen-item__wrap2 {
    width: 100%;
    margin-top: 50px;
  }

  .mainScreen-item__wrap1 {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }

  .mainScreen-item__text2 {
    width: 100%;
  }

  .mainScreen-item__img-wrap {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }

  .mainScreen-item__date {
    margin-bottom: 0;
  }

  .mainScreen-item__title {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
    width: 100%;
  }

  .mainScreen-item__subtitle, 
  .mainScreen-item__subtitle2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    width: 100%;
  }

  .mainScreen__bg1 {
    width: 269px;
    top: 180px;
  }

  .mainScreen__bg2 {
    width: 283px;
    right: -180px;
  }

  .mainScreen-item__list {
    max-width: 580px;
    display: block;
  }

  .mainScreen-item__list:after {
    display: none;
  }

  .mainScreen-item__list li,
  .mainScreen-item__list li:first-child {
    width: auto;
  }

  .mainScreen-item__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mainScreen-item__list li:before {
    content: '';
    height: 2px;
    background-color: rgba(255, 92, 0, 0.6);
    margin: 0px 12px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .mainScreen-item__list li span {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .swiper-button-prev-style1,
  .swiper-container-rtl .swiper-button-next-style1 {
    top: 601px;
    left: 50%;
    -webkit-transform: translateX(-140px) rotate(180deg);
    transform: translateX(-140px) rotate(180deg);
  }

  .swiper-button-next-style1,
  .swiper-container-rtl .swiper-button-prev-style1 {
    top: 601px;
    left: 50%;
    -webkit-transform: translateX(115px);
    transform: translateX(115px);
  }

  .mainScreen__scroll {
    display: none;
  }

  .mainScreen__info {
    margin-top: 80px;
  }

  .how__text1,
  .why__text3 {
    font-size: 20px;
  }

  .footer__hashtag {
    font-size: 25px;
  }

  .nav {
    display: none;
  }

  .popup .nav {
    display: block;
  }

  .mainScreen-item__wrap2 .mainScreen-item__title,
  .mainScreen-item__wrap2 .mainScreen-item__subtitle, 
  .mainScreen-item__wrap2 .mainScreen-item__subtitle2 {
    display: none;
  }

  .mainScreen-item__text-wrap {
    display: block;
  }

  .scan-item {
    width: 25%;
  }

  .mainScreen__text1-wrap {
    display: block;
  }

  .mainScreen-item1__line1 {
    width: 36px;
    height: 143px;
    background-image: url("../img/line1-mob.svg");
    margin-bottom: -7px;
  }

  .mainScreen-item1__line2 {
    width: 179px;
    height: 26px;
    background-image: url("../img/line2-mob.svg");
    -webkit-transform: translateY(-50%) translateX(7px);
    transform: translateY(-50%) translateX(7px);
  }

  .mainScreen__list1 {
    max-width: 630px;
    width: 100%;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainScreen-item1__text-wrap {
    max-width: 234px;
  }

  .mainScreen-item1__img-wrap {
    max-width: 234px;
  }

  .mainScreen-item1__img img {
    border-radius: 20px;
  }

  .mainScreen-item1__text1 {
    padding: 10px;
    font-size: 15px;
  }

  .mainScreen-item1 {
    margin-bottom: 140px;
  }

  .mainScreen-item1:last-child .mainScreen-item1__text-wrap:nth-child(2) .mainScreen-item1__line1 {
    width: 20px;
    height: 102px;
    background-image: url("../img/line3-mob.svg");
  }

  .mainScreen-item1__text-container .mainScreen-item1__text-wrap {
    margin-bottom: 85px;
  }

  .mainScreen-item1__text-container:after {
    width: 295px;
    height: 138px;
    background-image: url("../img/line4-mob.svg");
  }

  .mainScreen-item1__text-container:before {
    width: 295px;
    height: 138px;
    background-image: url("../img/line4-mob.svg");
  }

  .mainScreen__btn1 {
    max-width: 308px;
  }
}

@media only screen and (max-width: 1000px) {
  .how__title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 950px) {
  .concept__container {
    max-width: 620px;
  }

  .concept__text1 {
    max-width: 341px;
  }

  .concept__text2 {
    font-size: 15px;
  }

  .concept__text3 p {
    font-size: 15px;
  }

  .concept__text3 {
    max-width: 120px;
  }

  .why__container {
    max-width: 507px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .why__wrap1 {
    width: 100%;
  }

  .why__wrap2 {
    width: 100%;
    margin-top: 30px;
  }

  .works__col {
    width: 50%;
  }
}

@media only screen and (max-width: 900px) {
  .scan-item {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 820px) {
  .how__wrap {
    max-width: 310px;
  }

  .how__item b {
    font-size: 14px;
    line-height: 1;
  }

  .how__item span {
    font-size: 11px;
    line-height: 1.1;
  }

  .how__item:nth-child(1) {
    width: 162px;
    top: -17px;
    right: -90px;
  }

  .how__item:nth-child(2) {
    width: 162px;
    top: 90px;
    left: -5px;
  }

  .how__item:nth-child(3) {
    width: 75px;
    top: 197px;
    left: -7px;
  }

  .how__item:nth-child(4) {
    width: 120px;
    bottom: 163px;
    right: -50px;
  }

  .how__item:nth-child(5) {
    width: 98px;
    bottom: -25px;
    left: -5px;
  }

  .how__text1 {
    margin-top: 30px;
  }

  .logo__img {
    max-width: 40px;
  }

  .logo__text1 {
    font-size: 19px;
  }

  .logo__text2 {
    font-size: 13px;
  }

  .logo__text-wrap {
    max-width: 90px;
  }

  .logo {
    max-width: 140px;
  }

  .header__wrap1 {
    max-width: 320px;
  }

  .mainScreen__btn1 {
    max-width: 234px;
  }

  .mainScreen__list1 {
    max-width: 234px;
  }

  .mainScreen-item1__text1 {
    min-height: initial;
  }

  .mainScreen__text1 {
    margin-left: auto;
    margin-right: auto;
  }

  .mainScreen__list1 {
    margin-top: 110px;
  }

  .mainScreen-item1__line1 {
    width: 24px;
    height: 102px;
    background-image: url("../img/line1-mob1.svg");
  }

  .mainScreen-item1:first-child .mainScreen-item1__line1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mainScreen-item1__text-wrap,
  .mainScreen-item1 {
    margin-bottom: 110px;
  }

  .mainScreen-item1:nth-child(2n) .mainScreen-item1__text-wrap {
    margin-bottom: 0;
    margin-top: 110px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .mainScreen-item1__line2 {
    width: 24px;
    height: 102px;
    background-image: url("../img/line2-mob1.svg");
    bottom: 100%;
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(5px);
    transform: translateX(-50%) translateY(5px);
  }

  .mainScreen-item1:nth-child(2n) .mainScreen-item1__line2 {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(5px);
    transform: translateX(-50%) translateY(5px);
  }

  .mainScreen-item1__img img {
    position: static;
    width: auto;
    height: auto;
  }

  .mainScreen-item1__img {
    padding-top: 0;
  }

  .mainScreen-item1:last-child .mainScreen-item1__line2 {
    display: block;
  }

  .mainScreen-item1__text-container:before,
  .mainScreen-item1__text-container:after {
    display: none;
  }

  .mainScreen-item1:last-child .mainScreen-item1__text-wrap:nth-child(2) .mainScreen-item1__line1 {
    background-image: url("../img/line2-mob1.svg");
  }

  .mainScreen-item1__text-container {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .mainScreen-item1:nth-child(2n) .mainScreen-item1__text-wrap {
    margin-top: 0;
    margin-bottom: 110px;
  }
}

@media only screen and (max-width: 780px) {
  .concept__text1 {
    max-width: 270px;
  }
}

@media only screen and (max-width: 700px) {
  .user-menu__name {
    font-size: 12px;
    padding: 7px 5px;
  }

  .user-menu__name-img {
    margin-right: 4px;
    max-width: 19px;
  }

  .user-dropdown__link {
    font-size: 15px;
  }
}

@media only screen and (max-width: 650px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header .header__btn-icon {
    width: 91px;
    height: 34px;
  }

  .header__btn:after {
    width: 9px;
    height: 15px;
    background-size: contain;
    margin-left: 5px;
  }

  .header__btn {
    padding: 4px 10px;
    padding-bottom: 5px;
    padding-left: 15px;
  }

  .header__btn {
    font-size: 13px;
  }

  .header__wrap2 {
    max-width: 110px;
  }

  .menu-toggle {
    width: 30px;
  }

  .menu-toggle__icon {
    width: 13px;
    height: 13px;
  }

  .mainScreen-item__wrap1 {
    max-width: 259px;
  }

  .mainScreen-item__img-desc {
    font-size: 12px;
    right: -38px;
  }

  .mainScreen-item__title {
    font-size: 30px;
  }

  .mainScreen-item__subtitle {
    font-size: 12px;
  }

  .mainScreen__bg2 {
    width: 139px;
    right: -90px;
  }

  .mainScreen__bg1 {
    width: 149px;
    top: 150px;
  }

  .mainScreen-item__img img,
  .mainScreen-item__img-text-wrap {
    border-radius: 25px;
  }

  .mainScreen-item__text2 {
    font-size: 14px;
  }

  .swiper-button-next-style1,
  .swiper-container-rtl .swiper-button-prev-style1,
  .swiper-button-prev-style1,
  .swiper-container-rtl .swiper-button-next-style1 {
    top: 464px;
  }

  .mainScreen-item__list li span {
    font-size: 15px;
  }

  .mainScreen-item__list li b {
    font-size: 20px;
  }

  .mainScreen-item__text3,
  .mainScreen-item__date {
    font-size: 14px;
  }

  .mainScreen__info-title {
    font-size: 22px;
  }

  .mainScreen__info-title:after {
    left: calc(100% + 12px);
  }

  .how__title:after {
    right: calc(100% + 12px);
  }

  .mainScreen__info {
    margin-right: 0;
    padding: 0px 40px;
  }

  body {
    font-size: 15px;
  }

  .mainScreen__info-hashtag {
    font-size: 25px;
  }

  .how__title {
    font-size: 22px;
    margin: 0px 40px;
    margin-bottom: 30px;
  }

  .how__text1 {
    font-size: 16px;
  }

  .concept__title {
    font-size: 22px;
  }

  .concept__text1 {
    max-width: none;
    text-align: center;
  }

  .concept__text3 {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .concept__text3 p {
    margin-bottom: 0;
    width: 48%;
  }

  .concept__text2 {
    max-width: 120px;
    font-weight: 500;
    color: #FF5C00;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    margin-top: 25px;
  }
  
  .concept_treasury_total {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    color: #FF5C00 !important;
  }

  .works-item__text_fixed_height
  {
    height: auto;
  }
 
  .concept__container {
    max-width: 500px;
  }

  .concept__text2:before {
    width: 69px;
    height: 59px;
    background: url("../img/arrow4.svg") center no-repeat;
    -webkit-transform: none;
    transform: none;
    bottom: auto;
    right: auto;
    left: -65px;
    top: 1px;
  }

  .concept__text2:after {
    width: 69px;
    height: 59px;
    background: url("../img/arrow5.svg") center no-repeat;
    right: -65px;
    top: 1px;
  }

  .why__title {
    font-size: 25px;
  }

  .why__wrap1 p {
    font-size: 15px;
    text-align: center;
  }

  .why__hashtag {
    font-size: 34px;
  }

  .works__text1,
  .works__text6 {
    font-size: 15px;
  }

  .works__text2, .works__text2_1 {
    font-size: 14px;
  }

  .works__col {
    width: 100%;
  }

  .works-item__title {
    margin-bottom: 10px;
  }

  .works__text4,
  .works__text7,
  .works__text3,
  .works__text3_2,
  .works__text8,
  .works__text5 {
    font-size: 15px;
  }

  .works__wrap5 {
    max-width: 105px;
  }

  .works__container2 {
    max-width: 300px;
  }

  .works__text8 {
    text-align: left;
    max-width: 155px;
  }

  .works__container1 {
    max-width: 300px;
    width: 100%;
  }

  .works__wrap1:after {
    right: -72px;
  }

  .works__wrap3 {
    margin-top: 25px;
    max-width: 205px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__hashtag {
    font-size: 22px;
  }

  .soc__item {
    margin-right: 15px;
  }

  .works {
    padding-bottom: 30px;
  }

  .works__wrap1 {
    max-width: 62px;
    width: 100%;
  }

  .works__wrap2 {
    max-width: 128px;
    width: 100%;
  }

  .works__list {
    margin-bottom: 30px;
  }

  .why {
    padding-bottom: 0;
  }

  .mainScreen__info {
    margin-top: 40px;
  }

  .logo__text-wrap {
    display: none;
  }

  .logo,
  .header--small .logo {
    max-width: 32px;
  }

  .header__info-icon {
    width: 143px;
  }

  .header__info span {
    font-size: 14px;
    padding-right: 13px;
    padding-left: 7px;
  }

  .header__info {
    max-width: 143px;
  }

  .header__wrap1 {
    max-width: 185px;
  }

  .popupwallet__title,
  .popuphistory__subtitle,
  .popupchange__title {
    font-size: 30px;
  }

  .popupwallet__tab-title,
  .popuphistory__title {
    font-size: 25px;
  }

  .btn1 {
    font-size: 18px;
  }

  .popupwallet,
  .popuphistory,
  .popupchange {
    padding: 40px 15px;
    border-radius: 10px;
  }

  .popuphistory__wrap3 {
    padding: 30px 10px;
  }

  .popuphistory-item {
    padding: 10px;
  }

  .popupchange__img {
    max-width: 100px;
  }

  .filter__btn1 {
    font-size: 14px;
  }

  .filter__form {
    width: calc(100% - 70px);
  }

  .filter {
    padding: 5px;
    padding-right: 10px;
  }

  .xdsoft_datetimepicker .xdsoft_monthpicker,
  .calendar__btn-wrap {
    padding: 10px;
  }

  .xdsoft_datetimepicker .xdsoft_calendar td > div,
  .xdsoft_datetimepicker .xdsoft_calendar th {
    padding: 7px 5px;
  }

  .xdsoft_datetimepicker .xdsoft_calendar td,
  .xdsoft_datetimepicker .xdsoft_calendar th {
    font-size: 12px;
  }

  .xdsoft_datetimepicker .xdsoft_label {
    padding: 7px 10px;
    padding-right: 30px;
  }

  .calendar__btn1,
  .calendar__btn2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .calendar:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FF5C00;
  }

  .calendar {
    top: calc(100% + 18px);
  }

  .scan-item {
    width: 50%;
  }

  .how {
    padding-top: 0;
  }

  .mainScreen-item__img-text,
  .mainScreen-item__img-text-wrap .btn1 {
    font-size: 16px;
  }

  .mainScreen-item__text6,
  .mainScreen__text1 {
    font-size: 18px;
    max-width: 170px;
  }

  .breadcrumbs__list-wrap {
    padding: 0px 20px;
  }

  .breadcrumbs__list li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 600px) {

  .works__list {
    margin: 0px 5px;
  }
  
  .works__col {
    padding: 0px 1px;
  }

  .footer__hashtag {
    width: 100%;
    margin-bottom: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }

  .footer__text1 {
    width: 100%;
    max-width: none;
    text-align: left;
    margin-top: 13px;
    padding-top: 10px;
    border-top: 1px solid #fff;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header--small .header__wrap1,
  .header--small .header__wrap2 {
    display: none;
  }

  .header--small .filter {
    margin-top: 0;
  }

  .totop-wrap {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}

@media only screen and (max-width: 550px) {
  .how__wrap {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .mainScreen-item__text5 {
    display: none;
  }
}

@media only screen and (max-width: 460px) {
  .how__wrap {
    margin-left: 0;
  }

  div.mainScreen-form__btn {
    position: static;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  .mainScreen-form__text2 {
    padding: 10px 10px;
    font-size: 12px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: -20px;
  }

  .popuphistory-item__wrap1 {
    width: 100%;
    border: none;
    margin-bottom: 15px;
  }

  .popuphistory__wrap2 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 25px;
    text-align: center;
  }

  .popuphistory__subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .popuphistory__wrap1 {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .popuphistory__wrap3 {
    height: auto;
  }

  .scan-item {
    width: 100%;
  }

  .textarea {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 420px) {
  .mainScreen-item__img-desc {
    display: none;
  }

  .how__wrap {
    max-width: 280px;
  }

  .how__item b {
    font-size: 12px;
  }

  .how__item:nth-child(1) {
    width: 100px;
    top: -23px;
    right: -26px;
  }

  .how__item:nth-child(2) {
    width: 148px;
    top: 75px;
  }

  .how__item:nth-child(3) {
    top: 174px;
  }

  .how__wrap {
    margin-left: 30px;
  }

  .calendar {
    width: 280px;
  }
}

@media only screen and (max-width: 400px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .user-menu__name {
    font-size: 11px;
  }

  .user-menu__name-img {
    max-width: 15px;
  }

  .header__info-icon {
    width: 130px;
  }
}

@media only screen and (max-width: 355px) {
  .header__wrap2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: none;
  }

  .header .header__btn-wrap {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainScreen-form__btn {
    width: 160px;
  }

  .header__wrap1 {
    max-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__wrap1 .logo {
    margin-right: 15px;
  }

  .input1 {
    padding: 4.5px 20px;
    padding-right: 140px;
  }

  .how__wrap {
    margin-left: 0;
  }

  .header__wrap3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}


.trends-block
{
  padding-bottom: 5px;
}

.trends-block-label
{
  font-weight: bold;
}







.web3modal-modal-lightbox
{
    z-index:100!important;
}
.web3modal-modal-card{
    width: 400px!important;
    min-width: unset!important;
    max-width: unset!important;
    z-index:99999;
}

.web3modal-provider-container{
    flex-direction: row!important;
}

.web3modal-provider-description{
    display:none;
}

#copied-block
{
  display: none;
  z-index: 9999999;
}

#copied-tooltip {
  padding: 2px 2px;
  background-color: #FF5C00;
  border-radius: 2px;
  color: #fff;
  font-size: 8pt;
}

.item-prev-link
{
    color: black;
    text-decoration: underline;
}

table.holders {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #FF5C00;
  background-color: #EEEEEE;
  text-align: left;
  border-collapse: collapse;
}
table.holders td, table.holders th {
  border: 1px solid #FF5C00;
  padding: 4px 5px;
  white-space: nowrap;
}
table.holders tbody td {
  font-size: 13px;
}
table.holders tr:nth-child(even) {
  background: #FFFFFF;
}
table.holders thead {
  background: #FF5C00;
  background: -moz-linear-gradient(top, #ff8540 0%, #ff6c19 66%, #FF5C00 100%);
  background: -webkit-linear-gradient(top, #ff8540 0%, #ff6c19 66%, #FF5C00 100%);
  background: linear-gradient(to bottom, #ff8540 0%, #ff6c19 66%, #FF5C00 100%);
  border-bottom: 2px solid #FF5C00;
}
table.holders thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.holders thead th:first-child {
  border-left: none;
}

table.holders tfoot td {
  font-size: 14px;
}
table.holders tfoot .links {
  text-align: right;
}
table.holders tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}