* {
  margin: 0;
  padding: 0;
}

/* oleg */
/* 
.header__tokens-count {
  position: relative;
  width: 550px;
  font-size: 30px;
  font-family: Calibri Light;
  color: yellow;
  order: 2;
  margin: auto;
}

.header__tokens-count span {
  color: green;
} */



/* oleg end */
::-webkit-scrollbar {
  width: 0;
}

.container {
  width: 100%;
}

.title {
  max-width: 100%;
  background: linear-gradient(107.56deg, #290C22 0%, #822669 99.99%, rgba(196, 196, 196, 0) 100%);
}

.title__header {
  height: 140px;
}


.title__line {
  background-color: #FFFFFF;
  width: 100%;
  height: 1px;
  border: none;
  vertical-align: bottom;
}

.header__logo {
  float: left;
  margin-left: 81px;
  margin-top: 49px;
}

.header__user {
  float: right;
  margin-top: 85px;
  margin-right: 132px;
}

.header__icons {
  margin-right: 22px;
  width: 26.5px;
  height: 25px;
  display: inline-block;
}

.header__language {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.header__languages {
  position: absolute;
  margin-left: 50px;
  float: right;
  display: none;
  height: 0;
  width: 125px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.header__languages-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  
  cursor: pointer;
}

.header__languages-option img {
  margin: 4px;
}

.header__languages-option p {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  color: white;
  margin: auto 0;
}

.header__languages-option:hover {
  background: rgba(110, 33, 89, 0.42);
}

.header__flags {
  border-radius: 5px;
  margin-right: 22px;
}

.header__flags,
.option__flags {
  width: 25px;
  height: 25px;
}

.header__arrow {
  width: 12.5px;
  height: 6.25px;
  margin: auto;
  display: inline-block;
}

/* greeting start */
.greeting__text_mobile{
  display: none;
}

.title__greeting {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  height: 700px;
  width: 100%;
}

.running_line {
  font-size: 32px;
  font-weight: bolder;
  line-height: 150%;
}

.greeting__text {

  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
  z-index: 2;
  padding-left: 40px;
  display: grid;
  grid-template-rows: 40% 60%;
  grid-template-columns: 100%;
}

.greeting__text h1 {
  font-family: Roboto;
  font-size: 90px;
  font-weight: 600;
  font-style: normal;
  color: white;
  grid-row: 1;
  grid-column: 1;
  margin: auto;
}

.greeting_image {
  grid-row: 2;
  grid-column: 1 ;
}


.greeting_image img{
  margin: auto;
  height: 100%; 
  width: 100%; 
  object-fit: contain;
}

/* greeting end */

.greeting__screen {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
  margin: auto;
  margin-right: 170px;
  width: 660px;
  height: 660px;
}

.greeting__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(/static/img/Circle.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.greeting__circle img {
  width: 250px;
  height: 500px;
  margin: auto;
}

@media (max-width: 1450px) {

.greeting__text h1 {
  font-size: 70px;
}

}

@media (max-width: 1250px) {

.running_line {
  font-size: 29px;
}

  /* greeting start */
.title__greeting {
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 50% 50%;
  height: 700px;
  width: 100%;
}

.greeting__text {

  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
  z-index: 2;
  padding-left: 40px;
  display: grid;
  grid-template-rows: 40% 60%;
  grid-template-columns: 100%;
}

.greeting__text h1 {
  font-family: Roboto;
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  color: white;
  grid-row: 1;
  grid-column: 1;
  margin: auto;
}

.greeting_image {
  grid-row: 2;
  grid-column: 1 ;
}

.greeting_image img{
  margin: auto;
  height: 100%; 
  width: 100%; 
  object-fit: contain;
}

/* greeting end */

  .title__greeting {
    height: 550px;
  }

  .greeting__text h1 {
    font-size: 70px;
  }

  .greeting__screen {
    width: 450px;
    height: 450px;
    margin: auto;
  }

  .greeting__circle {
    background-size:100% 100%;
  }

  .greeting__circle img {
    height: 80%;
    width: auto;
  }
}

@media (max-width: 1055px){
  .greeting__text h1 {
    font-size: 60px;
  }

  .running_line {
    font-size: 26px;
  }

}

@media (max-width: 852px) {

.running_line {
  font-size: 23px;
}


.greeting__text {
  grid-row: 1 ;
  grid-column: 1;
  z-index: 2;
  padding-left: 40px;
  display: grid;
  grid-template-rows: 20% 80%;
  grid-template-columns: 100%;
}

.greeting_image img{
  margin: auto;
  height: 130%; 
  width: 130%; 
  object-fit: contain;
  
}



  .title__greeting {
    height: 450px;
  }

  .greeting__text h1 {
    margin-top: 50px;
    font-size: 40px;
  }

  .greeting__screen {
    width: 350px;
    height: 350px;
    margin: auto;
  }
}

@media (max-width: 500px) {

/* greeting start */
.running_line {
  font-size: 21px;
}

.greeting__screen{
  display: none;
}

  .greeting__text_mobile{
    display: block;
  }
 .title{
    height: 1900px !important;
  }

  .title__greeting {
    display: grid;
    -ms-grid-rows: 100%;
        grid-template-rows: 100%;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    height: 700px;
    width: 100%;
  }

  .greeting__text_mobile {
    margin-top: -370px !important;
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
    z-index: 2;
    padding-left: 40px;
    display: grid;
    grid-template-rows: 40% 60%;
    grid-template-columns: 100%;
  }

  .greeting__text_mobile h1 {
    font-family: Roboto;
    font-size: 90px;
    font-weight: 600;
    font-style: normal;
    color: white;
    grid-row: 1;
    grid-column: 1;
    margin: auto;
  }

  .greeting_image_mobile {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .greeting_image_mobile img{
    margin: auto;
    height: 100%; 
    width: 100%; 
    object-fit: contain;
    
  }

  .greeting__text_mobile {
    grid-row: 2 ;
    grid-column: 1 ;
    display: block;
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    padding: 0;
    bottom: 0;
    margin-top: 20px;
  }
  .greeting__text_mobile h1 {
    font-size: 36px;
    font-weight: bold;
    height: auto;
    text-align: center;
  }

  .greeting__text_mobile h3{
    font-size: 20px;
    font-weight: bold;
    height: auto;
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 19px;
    margin-bottom: -19px;
  }

  .greeting__text{
    display: none;
  }

/* greeting end */

  .header__logo {
    float: left;
    margin-left: 50px;
    margin-top: 30px;
  }

  .header__user {
    float: right;
    margin-right: 50px;
  }
  .title {
    height: 700px;
  }
  .title__greeting {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: 400px 100px;
        grid-template-rows: 400px 100px;
    height: auto;
  }
  .greeting__screen {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    width: 100vw;
    height: 375px;
    margin: auto;
  }
  .greeting__circle {
    width: 340px;
    height: 340px;
    background-size: 100%;
    margin: auto;
  }
  .greeting__circle img {
    height: 90%;
    width: 45%;
  }
}
/* ниже костыли  */
@media (max-width: 480px) {
 .title{
    height: 1850px !important;
  }
}
@media (max-width: 460px) {
 .title{
    height: 1720px !important;
  }
}
@media (max-width: 430px) {
 .title{
    height: 1650px !important;
  }
}
@media (max-width: 410px) {
 .title{
    height: 1550px !important;
  }
}
@media (max-width: 390px) {
  .running_line {
  font-size: 19px;
  }
 .title{
    height: 1500px !important;
  }
}
@media (max-width: 370px) {
 .title{
    height: 1450px !important;
  }
}
@media (max-width: 350px) {
 .title{
    height: 1400px !important;
  }
}
/*# sourceMappingURL=appheader.css.map */