@charset "UTF-8";
/** Ширина сайта */
/** Ширина бокового меню */
/** 
 * * Расстояние МЕЖДУ колонками
 * * т.е. у колонки справа и слева будет padding: colGap/2
 * */
body:has(.exchange_title) .header__menu {
  z-index: 6;
}
body:has(.exchange_title) .notice, body:has(.exchange_title) .cookie {
  z-index: 6;
}
body:has(.header__menu.top-close) .exchange_side_left {
  top: 84px;
}
body:has(.header__menu.hide) .exchange_side_left {
  top: 24px;
}
@media (max-width: 1200px) {
  body .exchange_tab_title {
    align-items: center;
  }
  body .exchange_tab_title .options {
    top: 40px;
    text-transform: unset;
    z-index: 999;
  }
  body .exchange_tab_title .options .option {
    font-size: 14px;
    line-height: 20px;
    color: #ADADAD;
  }
  body .exchange_tab_title .options .option.option_active {
    color: black;
  }
  body:has(.header__menu.top-close) .exchange_tab_title {
    top: 55px;
  }
  body:has(.header__menu.hide) .exchange_tab_title {
    top: 0;
  }
}

.exchange_link {
  font-size: inherit;
  line-height: inherit;
  color: black;
  border-bottom: 1px solid black;
}
.exchange_link:hover {
  color: #666666;
  border-color: #666666;
}

.main {
  margin-top: 100px;
  overflow: unset;
}

.has-chevron {
  list-style: none;
}

.exchange_tab_section_ul {
  list-style: none;
}
.exchange_tab_section_ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.exchange_tab_section_ul li::before {
  content: "";
  background: black;
  display: block;
  position: absolute;
  left: -19px;
  top: 9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.exchange_tab_section_ol, .exchange_tab_section_ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1200px) {
  .exchange_tab_section_ol, .exchange_tab_section_ul {
    gap: 12px;
  }
}

.exchange_side_blank {
  position: absolute;
  top: 4px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  gap: 4px;
}
.exchange_side_blank .icon_blank {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
@media (max-width: 1200px) {
  .exchange_side_blank {
    position: fixed;
    top: unset;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    width: 100%;
    z-index: 5;
    background-color: white;
    padding: 16px;
  }
}

.exchange_underscored {
  border-bottom: 1px dashed black;
  position: relative;
  display: inline-block;
}
.exchange_underscored:hover .tooltip {
  display: flex;
}

.exchange_underlined {
  border-bottom: 1px solid black;
}

.exchange_banner {
  position: relative;
  aspect-ratio: 1402/582;
  width: 100%;
}
.exchange_banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
}
.exchange_banner_header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  z-index: 2;
  color: white;
  bottom: 3vw;
  left: 3vw;
  width: 517px;
}
.exchange_banner_header_description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
.exchange_banner_header_description::after {
  display: flex;
  content: "";
  flex: 1;
  width: 100%;
  max-width: 150px;
  height: 1px;
  align-items: center;
  justify-content: center;
  background: white;
}
.exchange_banner_header_title {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}
.exchange_banner_header_sm {
  font-size: 16px;
  line-height: 24px;
}
.exchange_banner img {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover !important;
}
@media (max-width: 1200px) {
  .exchange_banner {
    aspect-ratio: 390/514;
    max-height: 514px;
  }
  .exchange_banner_header {
    right: unset;
    bottom: 10vw;
    gap: 4px;
    left: 50%;
    width: 297px;
    transform: translateX(-50%);
  }
  .exchange_banner_header_description {
    font-size: 14px;
    line-height: 20px;
  }
  .exchange_banner_header_title {
    font-size: 24px;
    line-height: 32px;
  }
  .exchange_banner_header_sm {
    font-size: 14px;
    line-height: 20px;
  }
}

.exchange_breadcrumbs {
  padding: 0 24px 0;
}
.exchange_breadcrumbs .ag-tiny {
  color: #ADADAD;
}
.exchange_breadcrumbs .ag-tiny:hover {
  color: black;
}
@media (max-width: 1200px) {
  .exchange_breadcrumbs {
    padding: 16px 0 0;
    margin-left: 16px;
    margin-bottom: 16px;
    gap: 8px;
  }
}

@media (max-width: 1200px) {
  .exchange_side_right {
    width: 100%;
  }
}

.exchange_container {
  display: flex;
  gap: 100px;
  padding: 0 24px;
  justify-content: space-between;
}
.exchange_container * {
  scroll-margin-top: 100px;
}
@media (max-width: 1200px) {
  .exchange_container * {
    scroll-margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .exchange_container {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .exchange_container table {
    overflow-x: auto;
    min-width: 692px;
  }
}
.exchange_container img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: contain;
}
.exchange_container h2::after, .exchange_container h3::after, .exchange_container h4::after, .exchange_container h5::after {
  content: unset;
}

.exchange_side_left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 124px;
  left: 0;
  transition: all 0.5s;
}
.exchange_side_left .exchange_tabs_header {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.exchange_side_left .exchange_tabs_header_item {
  font-size: 18px;
  line-height: 26px;
  color: #ADADAD;
  cursor: pointer;
}
@media (hover: hover) {
  .exchange_side_left .exchange_tabs_header_item:hover {
    color: black;
  }
}
.exchange_side_left .exchange_tabs_header_item.active {
  color: black;
}
.exchange_side_left_description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.exchange_side_left_description_title {
  font-size: 12px;
  line-height: 18px;
}
.exchange_side_left_description_links {
  font-size: 18px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.exchange_side_left_description_links a, .exchange_side_left_description_links li {
  width: 100%;
  color: #000000;
}
@media (hover: hover) {
  .exchange_side_left_description_links:hover a, .exchange_side_left_description_links:hover li {
    color: #ADADAD;
  }
  .exchange_side_left_description_links a:hover, .exchange_side_left_description_links li:hover {
    color: #000000;
    transition: all 300ms;
  }
}
@media (max-width: 1200px) {
  .exchange_side_left_description {
    margin-top: 12px;
    text-transform: initial;
  }
  .exchange_side_left_description .exchange_tabs_header_item {
    font-size: 14px;
    line-height: 20px;
  }
  .exchange_side_left_description_title {
    font-size: 10px;
    line-height: 16px;
  }
  .exchange_side_left_description_links {
    font-size: 14px;
    line-height: 20px;
  }
}

.exchange_tab_title {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.exchange_tab_title h4 {
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 1200px) {
  .exchange_tab_title {
    background: white;
    padding: 16px 0 8px;
    z-index: 2;
    left: 0;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    gap: 8px;
  }
}

.exchange_side_right_image {
  aspect-ratio: 344/514;
  width: 344px;
  position: relative;
}
@media (max-width: 1440px) {
  .exchange_side_right_image {
    width: 254px;
  }
}
@media (max-width: 1200px) {
  .exchange_side_right_image {
    width: 100%;
    aspect-ratio: 358/514;
  }
}

.exchange_content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  justify-content: center;
  flex: 1;
}
@media (max-width: 1200px) {
  .exchange_content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}

.exchange_tab_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: clamp(40vw, 60vw, 932px);
}
.exchange_tab_content .options {
  top: 40px;
  z-index: 999;
  max-height: unset;
}
@media (max-width: 1200px) {
  .exchange_tab_content {
    gap: 16px;
    width: 100%;
  }
}

.exchange_informational {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 19px 16px;
  border-left: 1px solid black;
}
@media (max-width: 1200px) {
  .exchange_informational {
    font-size: 14px;
    line-height: 20px;
  }
}

.exchange_tab_section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.exchange_tab_section_title {
  font-size: 24px;
  line-height: 32px;
}
.exchange_tab_section_description {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .exchange_tab_section {
    gap: 12px;
  }
  .exchange_tab_section_title {
    font-size: 18px;
    line-height: 26px;
  }
  .exchange_tab_section_description {
    font-size: 14px;
    line-height: 20px;
  }
}

.exchange_tab_column {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 48px;
}
.exchange_tab_column ol, .exchange_tab_column ul {
  margin: 0;
  padding-left: 19px;
}
.exchange_tab_column .tab_info {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1200px) {
  .exchange_tab_column {
    gap: 16px;
    padding: 0 16px;
  }
}

.exchange_tables {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.exchange_tables .exchange_table {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: auto;
  width: 100%;
}
.exchange_tables h5 {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .exchange_tables h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

.tooltip {
  display: none;
  z-index: 1;
  font-size: 12px;
  line-height: 16px;
  cursor: default;
  padding: 6px 12px 10px 12px;
  position: absolute;
  left: 50%;
  color: white;
  background-color: #000000;
  transform: translate(-50%, 0%);
  width: 385px;
  height: 34px;
  bottom: 24px;
}
@media (max-width: 1200px) {
  .tooltip {
    transform: translateY(-50%);
    right: calc(100% + 8px);
    width: 180px;
    top: 50%;
    bottom: unset;
    left: unset;
    height: 64px;
  }
}
.tooltip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  background-color: #000000;
  transform: rotate(45deg) translate(-30%);
  width: 8px;
  height: 8px;
}
@media (max-width: 1200px) {
  .tooltip::after {
    right: 0;
    bottom: 50%;
    left: unset;
    transform: rotate(45deg) translate(50%, 0%);
  }
}

@media (min-width: 1200px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .canvas:has(.header__menu.top-close) .page-dropdown {
    top: 24px;
  }
  .canvas:has(.header__menu.dark) .page-dropdown {
    top: 148px;
  }
  .canvas:has(.header__menu.hide) #page-dropdownBtn {
    transition: all 300ms;
    top: 0;
  }
  .canvas:has(.header__menu.hide) .page-dropdown {
    top: 52px;
  }
  #page-dropdownBtn {
    width: 100%;
    position: sticky;
    top: 96px;
    left: 0;
    background: #FFFFFF;
    margin: 0 !important;
    padding: 16px 0 8px;
    z-index: 4;
    transition: all 600ms;
  }
  #page-dropdownBtn:after {
    top: 16px;
    transform: rotate(-90deg);
  }
  #page-dropdownBtn.active:after {
    transform: rotate(90deg);
  }
  .page-dropdown {
    position: fixed;
    top: 256px;
    left: 16px;
    padding: 12px 12px 16px;
    background: #FFFFFF;
    border: 1px solid #000000;
    z-index: 5;
  }
  .page-dropdown .sizing_side_left {
    gap: 12px;
  }
  .page-dropdown .sizing_side_left_description {
    margin-top: 0;
  }
}

/*# sourceMappingURL=exchange.css.map */
