@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI.ttf") format("truetype");
}

@font-face {
  font-family: "Segoe UI Bold";
  src: url("../fonts/SegoeUIBold.ttf") format("truetype");
}

@font-face {
  font-family: "Segoe UI Semibold";
  src: url("../fonts/SegoeUISemibold.ttf") format("truetype");
}

@font-face {
  font-family: "Times New Roman PS MT";
  src: url("../fonts/TimesNewRomanPSMT.ttf") format("truetype");
}

@font-face {
  font-family: "Times New Roman PS Italic";
  src: url("../fonts/TimesNewRomanPSItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Oswald Extralight";
  src: url("../fonts/Oswald-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Oswald Bold";
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}


html {
  font-size: 16px;
}

body {
  overflow-x: hidden;
  background: url(../img/so-white.png) repeat 0 0;
  
}


*, *::before, *::after {
  color: #4a555a;
  font-size: 1rem;
  font-weight: 500;
}

.hero_title_text{
  font-weight: 900;
  font-size: 35px;
  color: #4a555a;
  font-family: 'Montserrat Bold', sans-serif;
}

.hero_subtitle_text{
  font-weight: 600;
  font-size: 18px;
}


.learn{
  color: #ffffff;
}

body, p,  span, div {
  font-family: 'Montserrat Regular', sans-serif;
}

p {
  line-height: 1.3;
}

h1, h2, h3, h4, h5, a {
  font-family: 'Montserrat Bold', sans-serif;
}

.logo_learn:hover{
  transform: scale(0.9);
}

.logo_koin:hover{
  transform: scale(0.9);
}

h1 {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  p {
    font-size: 15px;
  }
  h1, h2, h3, h4, h5 {
    line-height: 1.15;
  }
  .hero_title_text{
    color: #ffffff;
  }
  .hero_subtitle{
    color: #f1f3f4;
  }
}

@media (min-width: 320px) {
  h1 {
    font-size: 28px;
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 40px;
  }
}

.apple:hover{
  transform: scale(0.97);
}

.android:hover{
  transform: scale(0.97);
}

.logo_top:hover{
  transform: scale(0.9);
}



a.button {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 550;
}

a {
  color: #5c6e76;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus, a:hover, a:active, a a:after {
  color: #384347;
  text-decoration: none;
}

ol, ul {
  padding-left: 0;
}

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



iframe {
  border: 0;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1366px;
  }
}

@media (max-width: 575px) {
  .modal-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 576px) {
  .modal-lg {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    max-width: 720px;
  }
}

.page--no-scroll {
  overflow-y: hidden;
  position: fixed;
  top: 0;
}

.form-control, .custom-select {
  margin-bottom: 10px;
  border-radius: 0;
}

.form-control, .form-control:focus, .form-control:active:focus, .custom-select, .custom-select:focus, .custom-select:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #b8c2c7;
}

@-webkit-keyframes show_alert {
  0%, 100% {
    opacity: 1;
    height: 40px;
  }
}

@keyframes show_alert {
  0%, 100% {
    opacity: 1;
    height: 40px;
  }
}

.alert {
  position: fixed;
  top: 0;
  width: 100%;
  border-radius: 0;
  padding: 7px;
  text-align: center;
  display: none;
  border: none;
}

.alert-success {
  border-bottom: 1px solid #155724;
}

.alert-danger {
  border-bottom: 1px solid #8c0d18;
}

::-webkit-input-placeholder {
  color: #b8c2c7 !important;
}

:-ms-input-placeholder {
  color: #b8c2c7 !important;
}

::-ms-input-placeholder {
  color: #b8c2c7 !important;
}

::placeholder {
  color: #b8c2c7 !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
  background-color: #f1f3f4 !important;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.btn {
  padding: 3px 7px;
  border: 0;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow:  1px 4px 8px rgba(0, 0, 0, 0.5);
}

@media (min-width: 320px) {
  .btn {
    font-size: 16px !important;
  }
}

@media (min-width: 768px) {
  .btn {
    font-size: 16px !important;
  }
}

.btn:hover, .btn.active, .btn:active, .btn:active:focus, .btn:focus {
  color: #fff;
}

.btn.active, .btn:active, .btn:active:focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--block {
  padding: 4px 55px 2px;
  border-radius: 25px;
  height: 33px;
}

.btn--primary {
  padding: 0 15px 2px;
  height: 33px;
  border-radius: 25px;
}

.btn--primary:not(.btn--responsive) {
  width: 170px;
}

@media (max-width: 320px) {
  .btn--responsive {
    min-width: 130px;
  }
}

@media (min-width: 350px) {
  .btn--responsive {
    min-width: 145px;
  }
}

@media (min-width: 450px) {
  .btn--responsive {
    width: 170px;
  }
}

@media (max-width: 375px) {
  .btn--responsive {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn--left {
  padding-left: 15px;
  text-align: left;
}

.btn--grey {
  background-color: #5c6e76;
}

.btn--grey:hover, .btn--grey.active, .btn--grey:active, .btn--grey:active:focus, .btn--grey:focus {
  background-color: #384347;
}

.btn--red {
  background-color: #e71527;
}

.btn--red:hover, .btn--red.active, .btn--red:active, .btn--red:active:focus, .btn--red:focus {
  background-color: #8c0d18;
}

.btn-group--right {
  text-align: center;
}

@media (min-width: 801px) {
  .btn-group--right {
    text-align: right;
  }
}

.video__frame:hover {
  transform: scale(1.01);
}

.video__frame {
  width: 100%;
  background-color: #5c6e76;
}

@media (max-width: 575px) {
  .video__frame {
    margin: 0 -15px;
    width: -webkit-fill-available;
  }
}

@media (min-width: 320px) {
  .video__frame {
    min-height: 275px;
  }
}

@media (min-width: 768px) {
  .video__frame {
    min-height: 325px;
  }
}

@media (min-width: 1200px) {
  .video__frame {
    min-height: 525px;
  }
}

.bg--fullwidth, .bg--thick {
  position: absolute;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -1;
}

.bg--fullwidth {
  width: 100%;
  left: 0;
}

@media (min-width: 320px) {
  .bg--fullwidth {
    min-height: 75px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@media (min-width: 768px) {
  .bg--fullwidth {
    min-height: 100px;
  }
}

@media (min-width: 992px) {
  .bg--fullwidth {
    min-height: 165px;
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
}

@media (min-width: 992px) {
  .bg--fullwidth {
    min-height: 160px;
    -webkit-transform: translateY(-180px);
            transform: translateY(-180px);
  }
}

@media (min-width: 1366px) {
  .bg--fullwidth {
    min-height: 180px;
    -webkit-transform: translateY(-220px);
            transform: translateY(-220px);
    background-size: contain;
  }
}

.bg--thick {
  min-height: 325px;
}

.sources__link:first-child {
  margin-right: 30px;
}



@media (min-width: 320px) {
  .sources__link img {
    max-width: 125px;
  }
}

@media (min-width: 1200px) {
  .sources__link img {
    max-width: 150px;
  }
}

@media (min-width: 1440px) {
  .sources__link img {
    max-width: 180px;
  }
}

.content__list {
  counter-reset: item;
  margin-bottom: 20px;
}

.content__list-item {
  display: block;
}

.content__list-item:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  margin-right: 5px;
  font-family: 'Segoe UI Bold', sans-serif;
}

.content__list-item:not(:first-of-type) {
  margin-top: 10px;
}

.caret:before {
  content: '';
  background: url(../img/caret.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #5c6e76;
  display: inline-block;
  margin-right: 15px;
  width: 12px;
  height: 10px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: transform 0.15s;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}

.caret--left:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.field--valid {
  border: 1px solid #155724;
}

.field--invalid {
  border: 1px solid #8c0d18;
}

.field--mini {
  font-size: 14px;
}

.field--mini::-webkit-input-placeholder {
  font-size: 12px;
}

.field--mini:-ms-input-placeholder {
  font-size: 12px;
}

.field--mini::-ms-input-placeholder {
  font-size: 12px;
}

.field--mini::placeholder {
  font-size: 12px;
}

.text--white, .text--white:before, .text--white:after {
  color: #fff;
}

@media (max-width: 575px) {
  .text--white-xs {
    color: #fff;
  }
}



@media (max-width: 767px) {
  .text--white-sm {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .text--white-md {
    color: #fff;
  }
}

.alert--showed, .alert--danger {
  display: block;
  opacity: 0;
  height: 0;
  z-index: 3;
  -webkit-animation-name: show_alert;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-name: show_alert;
  animation-duration: 5s;
  animation-timing-function: linear;
}

.container--fullwidth {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container--fullwidth .text--left:not(.col), .container--fullwidth .text--right:not(.col) {
    max-width: 350px;
  }
}

.icon {
  margin-right: 10px;
}

.icon--image {
  background-image: url("../img/file-image.svg");
}

.icon--crypto {
  background-image: url("../img/file-crypto_currency.svg");
}

.icon--document {
  background-image: url("../img/file-document.svg");
}

.scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: #b8c2c7;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #b8c2c7;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #5c6e76;
}

.scrollbar::-webkit-scrollbar:horizontal{
  height: 5px;
}
.splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.splide__slide-image {
  max-height: 250px;
  cursor: pointer;
}

.splide__arrow path {
  fill: #384347;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

@keyframes moveInOut {
  0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(0.99);
}
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader {
  width: 100%;
  height: 32px;
}

.loader__spinner {
  position: absolute;
  top: 68px;
  left: 50%;
  margin: 0;
  width: 32px;
  height: 32px;
  z-index: 7;
  color: #f1f3f4;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.loader__spinner:before, .loader__spinner:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  margin: 0 0 0 -3px;
  width: 32px;
  height: 32px;
  border-radius: 500rem;
  border-style: solid;
  border-width: .2em;
}

.loader__spinner:before {
  border-color: #f1f3f4;
}

.loader__spinner:after {
  border-color: #e71527 transparent transparent;
  -webkit-animation-name: loader;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
  animation-name: loader;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (min-width: 320px) {
  .logo {
    position: fixed;
    top: 15px;
    z-index: 1;
    text-align: center;
  }
  .logo img {
    max-width: 70px;
  }
}

@media (min-width: 768px) {
  .logo {
    position: relative;
    padding-left: 0;
    text-align: left;
  }
  .logo img {
    margin-bottom: 20px;
    max-width: 80px;
  }
}

.logo--sm {
  position: fixed;
  left: calc(50% - 65px/2);
  z-index: 4;
  text-align: center;
  max-width: 55px;
  top: 15px;
}

@-webkit-keyframes nav_show {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes nav_show {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes nav_open {
  0% {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 295px;
  }
}

@keyframes nav_open {
  0% {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 295px;
  }
}

@-webkit-keyframes nav_hide {
  0% {
    opacity: 1;
    height: 295px;
  }
  to {
    opacity: 0;
    height: 0;
  }
}

@keyframes nav_hide {
  0% {
    opacity: 1;
    height: 295px;
  }
  to {
    opacity: 0;
    height: 0;
  }
}

.navbar__btn {
  position: fixed;
  top: 27px;
  left: 14px;
  padding: 4px 5px 2px;
  z-index: 2;
  background-color: #5c6e76;
  
}



.navbar__btn:focus, .navbar__btn:active {
  outline: none;
}

.navbar-toggler__icon {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)") !important;
  background: no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.navbar__header {
  background-color: #fff;
}

.navbar-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  z-index: 1;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}

.navbar-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navbar--fixed {
  position: fixed;
  top: 5px;
  margin-top: 0 !important;
  background-color: #fff;
  z-index: 3;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navbar--show {
  overflow: hidden;
  height: 320px;
  -webkit-animation-name: nav_open;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-name: nav_open;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}

.navbar--hide {
  overflow: hidden;
  height: 0;
  -webkit-animation-name: nav_hide;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: nav_hide;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.navbar__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 75px;
  
}

.navbar__link:last-child {
  padding-bottom: 4px;
  padding-right: 0;
  
}

.navbar__link a {
  font-family: 'Montserrat Bold', sans-serif;
  line-height: 20px;
  text-transform: uppercase;
}

.navbar__link--active a {
  color: #384347;
}

@media (max-width: 767px) {
  .navbar {
    width: calc(100% + 1px);
    max-width: initial;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 320px) {
  .navbar {
    position: fixed;
    left: -1px;
    padding: 0;
    z-index: 2;
  }
  .navbar-nav {
    margin-top: -5px;
    padding: 15px;
    background-color: #fff;
  }
  .navbar__link {
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (min-width: 768px) {
  .navbar {
    position: relative;
    padding: 0 0 20px 10px;
    height: auto;
  }
  .navbar__container {
    margin-top: 0;
    padding-top: 0;
    padding-right: 15px;
  }
  .navbar-cover {
    height: 150px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-wrapper {
    margin-right: 200px;
    position: fixed;
    top: 15px;
    z-index: 3;
  }
  .navbar--fixed {
    top: 5px !important;
   
  }
  .navbar--fixed .navbar-cover {
    height: 105px;
    -webkit-transition: height .15s;
    transition: height .15s;
  }
  .navbar-nav {
    padding: 0;
    background-color: transparent;
  }
  .navbar__link {
    line-height: normal;
  }
  .hero_buttons{
  margin-top: 0px;
}
}

@media (min-width: 1200px) {
  .navbar-wrapper {
    top: 0px;
    margin-right: 100%;
  }
  .navbar-cover {
    height: 140px;
  }
  .navbar--fixed .navbar-cover {
    height: 110px;
  }
  .navbar__link {
    padding-right: 25px;
    
  }
}

@media (min-width: 1366px) {
  .navbar__link {
    padding-right: 40px;
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .navbar__link {
    padding-right: 50px;
    
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar__link {
    padding-right: 18px;
  }
  .navbar__link a {
    font-size: 14px;
  }
}

.about-visual__bg {
  position: absolute;
  right: 0;
  background: url(../img/about-1.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  animation: moveInOut 10s infinite;
}

.about-visual__image--sm {
  position: absolute;
  right: -95px;
  top: 80px;
  max-width: 275px;
  animation: bounce 2s infinite;
}



@media (min-width: 320px) {
  .about {
    margin-top: 80px;
  }
  .about-description {
    
    text-align: center;
    margin-top: 80px;
  }
  .about-description_title{
    color: #384347;
  }
  .about-description__message {
    color: #384347;
    text-align: center;
    max-width: 100%;
  }
  .about-sources {
    margin-top: 100px;
    text-align: center;
  }
  .about-details {
    margin-top: 35px;
  }
  .about-visual__image {
    display: none;
    position: relative;
    margin-top: 20px;
    max-width: 355px;
    animation: bounce 2s infinite;
  }
}

@media (max-width: 767px) {
  .about-visual {
    position: absolute;
    width: 100%;
    min-height: 320px;
    overflow: hidden;
  }
  .about-visual__bg {
    top: 0;
    width: 100% !important;
    height: 275px;
    background-size: cover;
  }
}

@media (max-width: 375px) {
  .about-visual__image--sm {
    max-width: 250px;
  }
  .about-sources {
    margin-top: 15vh;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .about-visual__image, .about-visual__image--sm {
    max-width: 350px;
  }
  .about-visual__image--sm {
    top: 25px;
  }
  .about-sources {
    margin-top: 90px;
  }
}

@media (min-width: 768px) {
  .about {
    margin-top: 175px;
  }
  .about-description__message {
    max-width: none;
  }
  .about-sources {
    margin-top: 30px;
    text-align: left;
  }
  .about-details {
    margin-top: 20px;
  }
  .about-visual__bg {
    top: auto;
    width: 58.8%;
    min-height: 30vh;
    background-size: cover;
  }
  .about-visual__image {
    display: block;
  }
}

@media (min-height: 768px) and (orientation: portrait) {
  .about-visual__bg {
    min-height: 225px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-visual__bg {
    max-height: 225px !important;
  }
}

@media (min-width: 992px) {
  .about-visual__image {
    position: absolute;
    right: 75px;
    margin-top: 10px;
  }
  .about-sources {
    margin-top: 50px;
  }
  .about-details {
    margin-top: 70px;
  }
}

@media (min-width: 1200px) {
  .about {
    margin-top: 210px;
  }
  .about-description:nth-child(2) {
    margin-top: 115px;
  }
  .about-description_title{
    color: #ffffff;
  }
  .about-visual__bg {
    min-height: 245px;
  }
  .about-visual__image {
    right: 150px;
    margin-top: 95px;
    max-width: 425px;
  }
}

@media (min-width: 1366px) {
  .about-sources {
    margin-top: 60px;
  }
  .about-details {
    margin-top: 100px;
  }
}

@media (min-width: 1440px) {
  .about-visual__image {
    right: 250px;
    max-width: 475px;
  }
}

.about-video__bg {
  background: url(../img/about-video.png);
  margin-top: 20px;
}

@media (min-width: 992px) {
  .about-video__bg {
    position: relative;
    min-height: 125px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 1200px) {
  .about-video__bg {
    position: absolute;
    min-height: 145px;
    -webkit-transform: translateY(-175px);
    transform: translateY(-175px);
  }
}

@media (min-width: 1366px) {
  .about-video {
    padding-right: 30px;
  }
  .about-video__bg {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .about-video__frame {
    min-height: 67vh;
    position: absolute;
    width: calc(100% - 30px);
  }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  .about-video__frame {
    min-height: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) and (orientation: portrait) {
  .about-video__frame {
    min-height: 415px;
  }
}

.explanation {
  padding-left: 15px;
}

.explanation-item {
  margin-top: 15px;
}

.explanation__title {
  margin-bottom: -5px;
}

.explanation__title span {
  font-family: 'Times New Roman PS MT', serif;
  font-size: inherit;
}

.explanation__translate {
  margin-bottom: -3px;
}

.explanation__part-of-speech {
  font-family: 'Times New Roman PS Italic', sans-serif;
  font-style: italic;
}

@media (max-width: 767px) {
  .explanation {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .explanation {
    padding-left: 30px;
  }
}

@media (max-width: 350px) {
  .personal-visual__image {
    max-height: 45vh !important;
  }
  .personal-stage {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .personal-stage--xs {
    display: block;
    margin-bottom: 30px;
  }
  .personal-stage--sm {
    display: none;
  }
}

@media (min-width: 351px) {
  .personal-stage--xs {
    display: none;
  }
  .personal-stage--sm {
    display: block;
  }
  .personal-stage__message {
    text-align: center;
  }
}

@media (min-width: 320px) {
  .personal {
    margin-top: 30px;
  }
  .personal-content {
    margin-bottom: 45px;
    padding: 30px 0 10px;
    background: url(../img/personal.png);
    background-size: cover;
    background-position: center;
  }
  .personal__title {
    margin-bottom: 30px;
    max-width: 265px;
  }
  .personal__message {
    max-width: 210px;
  }
  .personal-stage {
    margin-top: 5px;
  }
  .personal-visual {
    display: none;
  }
  .personal-visual, .personal-visual__bg {
    margin: 20px 0 75px;
    min-height: 125px;
  }
  .personal-visual__bg {
    display: none;
    width: 100%;
  }
  .personal-visual__image {
    position: absolute;
    right: 0;
    max-width: 200px;
    animation:  bounce 4s infinite;
  }
  .personal-visual__image--sm {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    max-width: 40vw;
    animation: bounce 4s infinite;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  .personal {
    max-width: none;
  }
  .personal__message {
    max-width: 350px !important;
  }
  .personal-stage__message {
    text-align: center;
  }
  .personal-visual__image--sm {
    max-width: 33vw;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .personal-visual__image--sm {
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  .personal-visual, .personal-visual__bg {
    margin: 0;
    min-height: 200px;
  }
  .personal-visual__bg {
    width: 50%;
  }
  .personal-visual__image--sm {
    max-width: 200px;
  }
  .personal__title, .personal__message {
    max-width: 275px;
  }
  .personal-stage {
    margin-top: 0;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .personal {
    margin-top: 80px;
  }
  .personal-content {
    margin-bottom: 0;
    padding: 0;
    background: none;
  }
  .personal__title, .personal__message {
    max-width: none;
  }
  .personal__title {
    margin-bottom: 15px;
  }
  .personal-visual {
    display: block;
  }
  .personal-visual__image {
    right: 30px;
    top: -15px;
    max-width: 300px;
  }
  .personal-visual__image--sm {
    display: none;
  }
  .personal-visual__bg {
    display: block;
  }
  .personal-stage__message {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .personal {
    margin-top: 30px;
  }
  .personal-visual, .personal-visual__bg {
    min-height: 330px;
  }
  .personal-visual__bg {
    min-height: 330px;
  }
  .personal-visual__image {
    top: -25px;
    max-width: 445px;
  }
  .personal-stage {
    margin-top: 15px;
  }
}

@media (min-width: 1366px) {
  .personal-visual {
    max-height: 66vh;
  }
  .personal-stage {
    padding-left: 40px;
  }
}

.personal-visual__bg {
  position: absolute;
  left: 0;
  margin-top: 5px;
  background: url(../img/personal.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -1;
}

.personal-stage__title {
  font-size: 22px;
}

.personal-stage__name, .personal-stage__caption {
  margin-bottom: 0;
  line-height: 1;
}

.personal-stage__name {
  margin-bottom: 3px;
  text-align: center;
}

.personal-stage__caption {
  font-size: 13px;
  color: #b8c2c7;
}

.personal-stage__btn {
  margin-top: 10px;
}

.business {
  margin-top: 40px;
}

.business__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.business-description__btn {
  margin: 15px 0;
}

.business__text-more {
  text-align: center;
}

.business__bg {
  display: none;
  position: relative;
  background: url(../img/business-video.png);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 768px) {
  .business__bg-description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 90px);
            flex: 0 0 calc(50% - 90px);
    max-width: calc(50% - 90px);
  }
  .business__bg-video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 90px);
            flex: 0 0 calc(50% + 90px);
    max-width: calc(50% + 90px);
  }
}

.business__video {
  background-color: transparent;
}

@media (min-width: 992px) {
  .business {
    margin-top: 75px;
  }
  .business__video {
    min-height: 350px;
  }
  .business__text-more {
    text-align: right;
  }
}

@media (min-width: 1366px) {
  .business__video {
    min-height: 450px;
  }
}

.verify-container {
  width: 100%;
}

.verify__description--sm {
  margin-top: 35px;
}

.verify__form {
  position: absolute;
  text-align: center;
}

.verify__form-field {
  display: inline;
  padding: 5px 0;
  width: 68%;
  height: 28px;
}

.verify__form-field, .verify__form-field:active, .verify__form-field:focus:active, .verify__form-field:focus {
  border: none;
  border-bottom: 1px solid #b8c2c7;
}
#files-list-link {
  margin-top: 16px;
  font-size: 12px;
  display: block;
  color: #e71527;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

#files-list-link.is-visible {
  opacity: 1;
  visibility: visible;
}
#files-list-link.is-visible:hover {
  opacity: .7;
}
#download-pop-up {
  display: none;
  position: fixed;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-height: 30vh;
  min-width: 60vw;
  max-width: 1000px;
  width: fit-content;
  padding: 30px;
  padding-right: 15px;
  border-radius: 4px;
  z-index: 20;
  background-color: white;
}
#download-pop-up.is-open {
  display: block;
}
/* #download-pop-up p {
  text-align: center;
  color: #5c6e76;
  font-size: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #808f97;
} */
#download-pop-up p strong {
  color: black;
  font-size: 20px;
}

.close {
  position: absolute;
  right: 8px;
  top: 12px;
  width: 16px;
  height: 16px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 4px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

#download-pop-up ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.list-item {
  font-size: 14px;
  /* margin-bottom: 8px; */
  line-height: 17px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 360px;
}
.list-item b {
  margin-left: 5px;
}
#pop-up-content table tr{
  height: 40px;
  border-bottom: 1px solid #e3e7e9;
}
.transaction-list-item {
   display: flex;
   justify-content: space-between;
   align-items: center;
   line-height: 17px;
   font-size: 14px;
}
.transaction-list-item{
 position: relative;
 z-index: 2;
}
.transaction-list-item span:hover{
   opacity: .7;
}
#pop-up-content {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 15px;
}
#pop-up-content table thead tr th {
  color: #808f97;
  font-size: 12px;
  font-weight: bold;
}
#pop-up-content table thead tr th:nth-child(1){
  width: 10%;
  text-align: left;
}
#pop-up-content table thead tr th:nth-child(2){
  width: 40%;
  text-align: left;
}
#pop-up-content table thead tr th:nth-child(3){
  width: 45%;
  text-align: left;
}
#data-content-table strong {
  font-size: 14px;
}

#data-content-table tr td:nth-last-child(1){
  display: flex;
  height: 40px;
  justify-content: space-between;
  align-items: center;
}
#data-content-table, #data-content-picture {
  display: none;
}
#data-content-table.active-content{
  display: contents;
}
#data-content-picture.active-content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  max-height: 60vh;
}
#close-btn {
  padding: 0 15px 2px;
  height: 35px;
  border-radius: 25px;
  background-color: #e71527;
  color: white;
  border: none;
  cursor: pointer;
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
}

#close-btn:hover {
  background-color: #8c0d18;
}
.copy-icon {
  cursor: pointer;
}
.copy-icon:hover{
  opacity: .7;
}
.pop-up-head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #808f97;

}
#download-pop-up.remove-head table{
display: none;
}
.pop-up-head_title {
  text-align: center;
  /* font-weight: bold; */
  color: #5c6e76;
  font-size: 20px;
  padding-bottom: 0px;
  width: 100%;
}
.view-mode-wrapper {
  width: 10%;
  margin-right: 30px;
  position: absolute;
  right: 0;
  top: 22px;
}
.view-mode-wrapper p {
  margin-bottom: 9px;
  font-size: 12px;
  text-align: right;
}
.view-mode-wrapper div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.view-mode-wrapper div  a:nth-child(1) {
margin-right: 13px;
}
.view-mode-wrapper div  a svg path {
  fill: #c6d1d6;
 }
.view-mode-wrapper div  a.active-tab svg path {
 fill: #5c6e76;
}
.item-wrapper {
  width: calc(25% - 15px);
  max-width: 300px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #e3e7e9;
  padding: 12px;
}
.item-wrapper p {
  font-size: 12px;
  margin-bottom: 2px;
}
.item-wrapper div {
  display: flex;
  align-items: flex-end;
}
.item-wrapper div .copy-icon {
  display: flex;
}
.picture-wrapper {
  margin-bottom: 5px
}
.picture-wrapper img {
  max-width: 100%;
  height: 185px;
  margin: 0 auto;
  object-fit: cover;
  object-position: left;
}
.picture-wrapper .document-item {
  color: #5c6e76;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e3e7e9;
  width: 100%;
  min-height: 185px;
}
.picture-wrapper audio {
  height: 185px;
}
.picture-wrapper video {
  height: 185px;
  max-width: 100%;
}
.picture-link{
  word-break: break-word;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 9px;
}
.transaction-picture-link {
  word-break: break-word;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 17px;
  font-size: 10px;
}
/*  */
.verify__form-btn {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  #download-pop-up {
    max-width: 900px;
  }
}

@media (min-width: 320px) {
  .verify {
    margin-top: 0;
  }
  .verify__title {
    text-align: center;
  }
  .verify-container {
    margin-top: 50px;
  }
  .verify__image {
    max-height: 350px;
    animation: bounce 4s infinite;
  }
  .verify-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 250px;
    position: relative;
  }
  .verify-part:nth-child(1) {
    background: url(../img/verify-part1.png);
    background-position: center;
  }
  .verify-part:nth-child(2) {
    background: url(../img/verify-part2.png);
    background-position: center;
  }
  .verify-part--mob {
    display: block;
    margin-top: 30px;
    min-height: auto;
  }
  .verify-part:nth-child(1) .verify__description {
    width: 50%;
  }
  .verify-part:nth-child(2) {
    display: none;
  }
  .verify__image {
    position: absolute;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
  }
  .verify__image--left {
    right: 15px;
  }
  .verify__image--right {
    left: 15px;
    margin-top: 340px;
  }
  .verify__form {
    right: 15px;
    margin-top: 210px;
  }
  .verify__form-btn {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .verify-btn-mob {
    margin: 0 auto 20px;
    width: 66%;
  }
  .verify-phone {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    
    transform-origin: center;
  }
}

@media (max-width: 375px) {
  .verify__image {
    margin-top: 30px;
    max-height: 300px;
  }
  .verify-part:not(.verify-part--mob) {
    min-height: 230px;
  }
  .verify-part:nth-child(1) .verify__image {
    right: 10px;
  }
  .verify-part:nth-child(2) {
    margin-top: 100px;
  }
  .verify-part:nth-child(2) .verify__image {
    left: 10px;
  }
  .verify__form {
    margin-top: 165px;
  }
  .verify__form-btn {
    -webkit-transform: scale(0.5) translateX(-20px);
            transform: scale(0.5) translateX(-20px);
  }
}

@media (min-width: 576px) {
  .verify__image--left {
    right: 30px;
  }
  .verify__image--right {
    left: 30px;
  }
  .verify__form {
    right: 30px;
  }
}

@media (min-width: 768px) {
  .verify__title {
    max-width: 140px;
    -webkit-transform: translate(30px, 45px);
    transform: translate(30px, 45px);
  }
  .verify__image {
    max-height: 350px;
  }
}

@media (min-width: 992px) {
  .verify-wrapper {
    max-width: none;
  }
  .verify-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 75px;
    max-width: none;
  }
  .verify__image--left {
    right: calc(50% + 35px);
  }
  .verify__image--right {
    left: calc(50% + 35px);
  }
  .verify__description {
    display: block;
  }
  .verify-part {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    max-width: none;
    width: calc(50% - 50px);
    min-height: 325px;
  }
  .verify-part--mob {
    display: none;
  }
  .verify-part:nth-child(1) .verify__description {
    margin-right: 175px;
    width: auto;
  }
  .verify-part:nth-child(1) .verify__image {
    right: -30px;
    left: auto;
  }
  .verify-part:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 0;
    background-position: initial;
  }
  .verify-part:nth-child(2) .verify__description {
    margin-left: 210px;
    padding-left: 0;
  }
  .verify-part:nth-child(2) .verify__image {
    left: -30px;
    right: auto;
  }
  .verify__image {
    margin-top: 55px;
    max-height: 400px;
  }
  .verify__form {
    right: calc(50% + 35px);
    margin-top: 325px;
  }
  .verify__form-btn {
    margin-top: 25px;
    margin-bottom: -15px;
    -webkit-transform: scale(0.65) translateX(0);
            transform: scale(0.65) translateX(0);
  }
}

@media (min-width: 1200px) {
  .verify-container {
    margin-top: 75px;
  }
  .verify__image {
    max-height: 450px;
  }
  .verify__image--left {
    right: calc(50% + 40px);
  }
  .verify__image--right {
    left: calc(50% + 40px);
  }
  .verify-part:nth-child(2) .verify__description {
    margin-left: 255px;
  }
  .verify__form {
    margin-top: 350px;
    right: calc(50% + 40px);
  }
  .verify__form-btn {
    margin-top: 50px;
  }
}

@media (min-width: 1366px) {
  .verify-container {
    margin-top: 200px;
  }
  .verify__title {
    max-width: 180px;
    -webkit-transform: translate(15vw, 0);
    transform: translate(15vw, 0);
  }
  .verify-part:nth-child(1) .verify__description {
    margin-right: 75px;
  }
  .verify-part:nth-child(2) .verify__description {
    margin-left: 270px;
  }
  .verify__image {
    margin-top: 50px;
    max-height: 575px;
  }
  .verify__form {
    margin-top: 460px;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) and (max-height: 800px) {
  .verify__image {
    margin-top: 20px;
  }
  .verify__form {
    margin-top: 315px;
  }
}

@media (min-width: 1366px) and (max-height: 1080px) {
  .verify__image {
    margin-top: 125px;
    max-height: 500px;
  }
}

@media (min-width: 1440px) {
  .verify-part:nth-child(2) .verify__description {
    margin-left: 310px;
  }
}

.verify__description {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.verify__description p {
  color: #fff;
}

@-webkit-keyframes asset_collapse_in {
  0% {
    height: 0;
  }
  to {
    height: 230px;
  }
}

@keyframes asset_collapse_in {
  0% {
    height: 0;
  }
  to {
    height: 230px;
  }
}

@-webkit-keyframes asset_collapse_out {
  0% {
    margin-top: 20px;
    height: 230px;
  }
  75% {
    margin-top: 20px;
    height: 0;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes asset_collapse_out {
  0% {
    margin-top: 20px;
    height: 230px;
  }
  75% {
    margin-top: 20px;
    height: 0;
  }
  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes modal_fade_in {
  0% {
    margin-top: -30px;
  }
  to {
    margin-top: 0;
  }
}

@keyframes modal_fade_in {
  0% {
    margin-top: -30px;
  }
  to {
    margin-top: 0;
  }
}

.asset-info {
  margin-top: 20px;
  max-height: 355px;
  overflow: auto;
  overflow-x: hidden;
  z-index: 1;
  background-color: #f1f3f4;
}

.asset-info-container {
  height: 100%;
  max-width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  background-color: transparent;
}

.asset-info-image-wrapper {
  float: left;
  display: block;
  padding-right: 10px;
  height: 125px;
  width: 125px;
  background-color: #f1f3f4;
  overflow: hidden;
}

.asset-info__icon, .asset-info-main {
  display: inline-block;
  vertical-align: middle;
}

.asset-info-main {
  padding-top: 5px;
}

.asset-info__title {
  margin: 0;
  font-size: 13px;
  line-height: .4;
}

.asset-info-type, .asset-info__list-item *, .asset-info__document-link a {
  font-size: 13px;
  text-align: left;
}

.asset-info__list {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  padding-right: 5px;
}

.asset-info__list-item {
  display: block;
  margin: 5px 0;
  min-height: 24px;
  border-bottom: 1px solid #b8c2c7;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-y: auto;
}

.asset-info-type__icon {
  margin: 0;
  max-height: 35px;
}

.asset-info__document-link {
  margin: 15px 0 0;
  padding-left: 25px;
  padding-bottom: 3px;
  font-weight: 600;
  background: url(../img/arrow-right.svg);
  background-position: left;
  background-size: 21px;
  background-repeat: no-repeat;
}

.asset-info__msg {
  margin: 10px 0 0;
  font-size: 11px;
}

.asset-info--mob {
  -webkit-animation-name: asset_collapse_in;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-name: asset_collapse_in;
  animation-duration: 0.3s;
  animation-timing-function: linear;
}

.asset-info--mob-hide {
  margin-top: 0;
  height: 0;
  -webkit-animation-name: asset_collapse_out;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-name: asset_collapse_out;
  animation-duration: 0.4s;
  animation-timing-function: linear;
}

.asset-info--mob-hide .asset-info-container {
  padding: 0;
}

@media (min-width: 320px) {
  .asset-info-part {
    padding: 0;
  }
  .asset-info__image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .asset-info__image--svg {
    max-height: 50px;
    max-width: 50px;
  }
  .asset-info__icon {
    margin-right: 4px;
    max-height: 30px;
  }
  .asset-info__list-item {
    list-style-position: inside;
  }
  .asset-info__list-item--big {
    min-height: 55px !important;
    word-break: break-word;
    line-height: 1.4;
  }
  .asset-info__list-item-text--left {
    width: 100%;
  }
  .asset-info__list-item-text--right {
    margin-bottom: 10px;
  }
}

@media (min-width: 350px) {
  .asset-info-image-wrapper {
    height: 150px;
    width: 150px;
  }
}

@media (min-width: 400px) {
  .asset-info-image-wrapper {
    height: 175px;
    width: 175px;
  }
}

@media (min-width: 992px) {
  .asset-info {
    position: absolute;
    left: -30px;
    background-color: transparent;
    margin-top: 105px;
    max-height: 316px;
  }
  .asset-info-container {
    margin-left: -15px;
    margin-right: -15px;
    max-width: none !important;
    padding: 0;
    background-color: #fff;
  }
  .asset-info-part, .asset-info__msg {
    padding: 0 14px 15px 20px;
  }
  .asset-info-type, .asset-info__list-item *, .asset-info__document-link a {
    font-size: 11px;
  }
  .asset-info-item {
    margin: 3px 0;
    min-height: 22px;
  }
  .asset-info-image-wrapper {
    float: none;
    margin-right: 6px;
    margin-bottom: 15px;
    padding: 0;
    width: auto;
    height: auto;
    background-color: transparent;
  }
  .asset-info__image {
    height: 85px;
  }
  .asset-info__icon {
    max-height: 25px;
  }
}

@media (min-width: 1200px) {
  .asset-info {
    max-height: 352px;
  }
  .asset-info-type, .asset-info__list-item *, .asset-info__document-link a, .asset-info__msg {
    font-size: 12px;
  }
  .asset-info-type__icon {
    max-height: 40px;
  }
  .asset-info__icon {
    max-height: 35px;
  }
  .asset-info__title {
    font-size: 13.5px;
    line-height: .8;
  }
}

@media (min-width: 1366px) {
  .asset-info-type, .asset-info__list-item *, .asset-info__document-link a, .asset-info__msg {
    font-size: 13px;
  }
  .asset-info__title {
    font-size: 14px;
  }
  .asset-info-part, .asset-info__msg {
    padding: 0 19px 15px 25px;
  }
  .asset-info__image {
    height: 125px;
  }
  .asset-info__list-item--big--big {
    min-height: 65px !important;
  }
}

@media (min-width: 1440px) {
  .asset-info {
    margin-top: 115px;
    max-height: 468px;
  }
  .asset-info__list-item {
    margin: 6px 0;
    min-height: 27px;
  }
  .asset-info__list-item-text--left {
    width: auto;
    float: left;
  }
  .asset-info__list-item-text--right {
    float: right;
    margin-bottom: 0;
  }
}

@media (min-width: 1660px) {
  .asset-info-part {
    padding: 0 24px 15px 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) and (max-height: 800px) {
  .asset-info {
    margin-top: 75px;
    max-height: 352px;
  }
}

@media (min-width: 1366px) and (max-height: 1080px) {
  .asset-info {
    margin-top: 185px;
    max-height: 396px;
  }
}

@media (max-width: 575px) {
  .asset-info {
    max-height: 230px;
  }
}

.asset-info-modal {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.asset-info-modal-container {
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
  -webkit-animation-name: modal_fade_in;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-name: modal_fade_in;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}

.asset-info-modal-content {
  padding: 15px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.asset-info-modal-wrapper {
  margin-top: 5px;
  max-height: calc(80vh - 60px);
  overflow-y: auto;
}

.asset-info-modal-slider {
  margin-bottom: 15px;
}

.asset-info-modal__msg {
  margin-bottom: 5px;
}

.asset-info-modal-header__text {
  float: left;
  text-align: left;
}

.asset-info-modal__btn-close {
  float: right;
  padding: 0;
}

.asset-info-modal__btn-close > span {
  font-size: 1.5rem;
}

.asset-info-modal__link {
  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;
  min-width: 275px;
  height: 100%;
}

.asset-info-modal__frame {
  overflow-x: hidden;
  width: 100%;
}

.asset-info-modal__frame--small {
  height: 670px !important;
}

@media (max-width: 767px) {
  .asset-info-modal__frame {
    height: 1244px;
  }
  .asset-info-modal__frame-wrapper {
    overflow: hidden;
    height: 840px;
  }
  .asset-info-modal__frame-wrapper--small {
    height: 415px;
  }
}

@media (max-width: 550px) {
  .asset-info-modal__frame {
    width: 395px;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}

@media (min-width: 350px) and (max-width: 399px) {
  .asset-info-modal__frame {
    width: 450px;
  }
}

@media (min-width: 400px) and (max-width: 550px) {
  .asset-info-modal__frame {
    width: 515px;
  }
}

@media (min-width: 551px) and (max-width: 767px) {
  .asset-info-modal__frame {
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 768px) {
  .asset-info-modal__frame {
    height: 650px;
  }
}

.asset-info-modal .asset-info__list {
  padding-right: 0;
}

.asset-info-modal .asset-info-type, .asset-info-modal .asset-info__list-item *, .asset-info-modal .asset-info__document-link a {
  font-size: 14px;
}

@media (min-width: 320px) {
  .asset-info-modal .asset-info-part {
    padding: 0 5px 0 0;
  }
  .asset-info-modal-image-wrapper {
    margin: 0 auto 15px;
    max-width: 250px;
    overflow: hidden;
  }
  .asset-info-modal-image-wrapper .asset-info__image {
    max-height: 50vh;
  }
}

@media (min-width: 768px) {
  .asset-info-modal-image-wrapper {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .asset-info-modal-image-wrapper .asset-info__image {
    height: auto;
  }
}

@media (min-width: 1200px) {
  .asset-info-modal .asset-info-part {
    padding: 0 8px 0 0;
  }
}

@-webkit-keyframes list_open {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes list_open {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 320px) {
  .feedback {
    margin: 50px 0 50px;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .feedback {
    margin: 20vh 0 50px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .feedback {
    margin: 14vh 0 50px;
  }
}

@media (min-width: 992px) {
  .feedback {
    margin: 100px 0 50px;
  }
}

.help-list {
  padding: 0;
}

.help__item {
  margin-top: 15px;
  border-bottom: 1px solid #b8c2c7;
}

.help__item-title {
  display: block;
  margin: 10px 0 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.help__item-answer {
  display: none;
  margin: 10px 0;
  padding-left: 27px;
  opacity: 1;
}

.help__item-answer--active {
  display: block;
  -webkit-animation-name: list_open;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-name: list_open;
  animation-duration: 0.3s;
  animation-timing-function: linear;
}

.contact__group {
  margin-bottom: 20px;
}

.contact__form {
  margin: 30px 0;
}

@media (min-width: 320px) {
  .contact__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media (min-width: 576px) {
  .contact__buttons {
    margin-top: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact__form-column {
    padding-right: 13px !important;
  }
}

@media (min-width: 768px) {
  .contact__form .contact__form-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact__form-column {
    padding-right: 10px !important;
  }
}

@media (min-width: 992px) {
  .contact__form {
    margin: 50px 0 0;
  }
}

.learn-more-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.learn-more__bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -1;
}

.learn-more__bg--left {
  left: 0;
}

.learn-more__bg--right {
  right: 0;
}

@media (min-width: 320px) {
  .learn-more {
    margin-top: 75px;
    margin-bottom: 50px;
  }
  .learn-more__bg {
    margin: 50px 0;
    width: 100%;
    height: 100px;
  }
  .learn-more-visual--left, .learn-more-visual--right {
    text-align: center;
  }
  .learn-more__image {
    margin: -160px auto 30px;
    width: 60%;
  }
}

@media (min-width: 768px) {
  .learn-more {
    margin-top: 175px;
  }
  .learn-more-row:first-child {
    margin: 30px 0;
  }
  .learn-more-part:nth-child(odd) {
    padding-right: 75px;
  }
  .learn-more-part:nth-child(even) {
    padding-left: 30px;
  }
  .learn-more__bg {
    margin: 0;
    position: absolute;
    width: calc(50% - 30px);
    height: 160px;
  }
  .learn-more-visual--left {
    text-align: left;
  }
  .learn-more-visual--right {
    text-align: right;
  }
  .learn-more__image {
    margin: 0;
    width: 85%;
  }
  .learn-more-row:last-child .learn-more-part .learn-more__image {
    margin: 0 auto;
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .learn-more {
    margin-top: 215px;
    margin-bottom: 75px;
  }
  .learn-more-row:first-child {
    margin: 70px 0;
  }
  .learn-more-row:nth-child(4) .learn-more-part .learn-more__image {
    width: 100%;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

@media (min-width: 1366px) {
  .learn-more-part:nth-child(odd) {
    padding-right: 45px;
  }
  .learn-more-part:nth-child(even) {
    padding-left: 45px;
  }
  .learn-more__bg {
    width: calc(50% - 45px);
    height: 200px;
  }
}

@media (min-width: 1440px) {
  .learn-more-part:nth-child(odd) {
    padding-right: 100px;
  }
}

@media (min-width: 320px) {
  .about-us {
    margin: 50px 0;
  }
  .about-us-info, .about-us-map {
    width: 100%;
  }
  .about-us-map {
    margin-top: 30px;
  }
  .about-us-map__frame {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .about-us-info {
    background-size: 275% !important;
    background-position: 90% 68% !important;
  }
  .about-us-info-content {
    min-height: 275px;
  }
}

@media (min-width: 768px) {
  .about-us-info, .about-us-map {
    width: 50%;
  }
  .about-us-info__bg {
    min-height: 450px;
    background-size: cover;
    background-position: top;
  }
  .about-us, .about-us-map {
    height: 450px;
  }
  .about-us-map {
    position: absolute;
    margin-left: 50%;
  }
  .about-us-map__frame {
    margin-top: -30px;
    height: 100%;
  }
}

.about-us-info__bg {
  background: url(../img/about-us.jpg);
  background-size: cover;
}

.about-us-info__title, .about-us-info__contacts {
  color: #fff;
}

.about-us-info__title {
  margin: 30px 0 15px;
}

.about-us-map__frame {
  width: 100%;
  border: 0;
}

.download__bg {
  position: relative;
  width: 100%;
  min-height: auto;
  background: url(../img/download.png);
  z-index: auto;
}

.download__title, .download__description {
  color: #fff;
}

.download__description {
  margin-bottom: 15px;
}

.download__title, .download-sources {
  margin-top: 30px;
}

@media (min-width: 320px) {
  .download-sources {
    margin: 15px 0 30px;
  }
}

@media (min-width: 992px) {
  .download-sources {
    margin: 30px 0;
  }
}

@media (max-width: 1199px) {
  .download-sources {
    text-align: center;
  }
}

.footer-wrapper, .footer-container {
  position: absolute;
  width: 100%;
}

.footer-container {
  padding: 20px 0;
}

.footer__usage-list {
  min-height: 25px;
}

@media (min-width: 320px) {
  .footer__description, .footer__usage-link {
    font-size: 14px;
  }
  .footer__usage-list, .footer__usage-item {
    margin-bottom: 0;
  }
  .footer__usage-list {
    text-align: left;
  }
  .footer__usage-item {
    float: left;
    padding-right: 15px;
    border-right: 1px solid #b8c2c7;
    line-height: initial;
  }
  .footer__usage-item:not(:first-of-type) {
    padding-left: 15px;
  }
  .footer__usage-item:last-of-type {
    border: none;
  }
}

@media (min-width: 768px) {
  .footer__desription, .footer__usage-list {
    font-size: inherit;
  }
}

.select-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 38px;
}

.select-dropdown, .select-dropdown option {
  cursor: pointer;
}

.select-dropdown:last-child {
  margin-right: 0px;
}

.select-dropdown__button {
  margin-top: 0;
  background: #fff url(../img/caret.png) no-repeat right 12px center;
  background-size: 12px 11px;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.select-dropdown__button:focus {
  outline: none;
}

.select-dropdown__value {
  white-space: nowrap;
  overflow: hidden;
}

.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: -10px 0 0;
  padding: 0;
  border: 1px solid #b8c2c7;
  border-top: 0px solid transparent;
  background-color: #fff;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  z-index: 2;
}

.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  margin: 0 15px;
  padding: 10px 0;
  background: #fff;
  line-height: 1.4;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.select-dropdown__list-item.item--selected {
  display: none;
}

.select-dropdown__list-item:nth-child(n+3) {
  border-top: 1px solid #b8c2c7;
}

.select-dropdown__list-item:hover {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
/*# sourceMappingURL=styles.css.map */
