.exchanges-pages {
  padding: 75px 0 150px;
  background-color: #f4f4f4;
}
@media (max-width: 992px) {
  .exchanges-pages {
    padding: 43px 0 100px;
  }
}

.page-exchanges-monitoring,
.page-add_exchange,
.page-exchange-directions,
.page-direction,
.page-exchanger-profile {
  padding: 178px 0 0 0;
}
@media (max-width: 1400px) {
  .page-exchanges-monitoring,
  .page-add_exchange,
  .page-exchange-directions,
  .page-direction,
  .page-exchanger-profile {
    padding: 142px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .page-exchanges-monitoring,
  .page-add_exchange,
  .page-exchange-directions,
  .page-direction,
  .page-exchanger-profile {
    padding: 84px 0 0 0;
  }
}
@media (max-width: 768px) {
  .page-exchanges-monitoring,
  .page-add_exchange,
  .page-exchange-directions,
  .page-direction,
  .page-exchanger-profile {
    padding: 104px 0 0 0;
  }
}

@media (min-width: 993px) {
  .exchanges-pages .exchanges-pages__body {
    display: flex;
  }
}
.exchanges-pages .exchanges-pages__sidebar {
  flex: 0 0 320px;
  margin: 0 30px 0 0;
}
@media (max-width: 992px) {
  .exchanges-pages .exchanges-pages__sidebar {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.exchanges-pages .exchanges-pages__content {
  flex: 1 1 auto;
}

.exchanges-pages .exchanges-monitoring__table-wrap,
.exchanges-pages .exchanges-rating__table-wrap,
.exchanges-pages .direction__table-wrap,
.exchanges-pages .exchanger-profile__table-wrap {
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #245ce3 #dedede;
}
@media (min-width: 600px) {
  .exchanges-pages .exchanges-monitoring__table-wrap,
  .exchanges-pages .exchanges-rating__table-wrap,
  .exchanges-pages .direction__table-wrap,
  .exchanges-pages .exchanger-profile__table-wrap {
    padding-bottom: 40px !important;
  }
}
.exchanges-pages .exchanges-monitoring__table-wrap::-webkit-scrollbar,
.exchanges-pages .exchanges-rating__table-wrap::-webkit-scrollbar,
.exchanges-pages .direction__table-wrap::-webkit-scrollbar,
.exchanges-pages .exchanger-profile__table-wrap::-webkit-scrollbar {
  height: 3px;
}
.exchanges-pages .exchanges-monitoring__table-wrap::-webkit-scrollbar-track,
.exchanges-pages .exchanges-rating__table-wrap::-webkit-scrollbar-track,
.exchanges-pages .direction__table-wrap::-webkit-scrollbar-track,
.exchanges-pages .exchanger-profile__table-wrap::-webkit-scrollbar-track {
  background: #dedede;
  border: 1px solid #f4f4f4;
}
.exchanges-pages .exchanges-monitoring__table-wrap::-webkit-scrollbar-thumb,
.exchanges-pages .exchanges-rating__table-wrap::-webkit-scrollbar-thumb,
.exchanges-pages .direction__table-wrap::-webkit-scrollbar-thumb,
.exchanges-pages .exchanger-profile__table-wrap::-webkit-scrollbar-thumb {
  background-color: #245ce3;
}
@media (max-width: 768px) {
  .exchanges-pages .exchanges-monitoring__table-wrap,
  .exchanges-pages .exchanges-rating__table-wrap,
  .exchanges-pages .direction__table-wrap,
  .exchanges-pages .exchanger-profile__table-wrap {
    padding: 0 0 10px 0;
  }
}

@media (min-width: 993px) {
  .exchanges-pages .exchanges-rating__mobile-title-wrap,
  .exchanges-pages .exchanges-monitoring__mobile-title-wrap,
  .exchanges-pages .add-exchange__mobile-title-wrap,
  .exchanges-pages .direction__mobile-title-wrap,
  .exchanges-pages .exchanger-profile__mobile-title-wrap {
    display: none;
  }
}
@media (max-width: 992px) {
  .exchanges-pages .exchanges-rating__mobile-title-wrap,
  .exchanges-pages .exchanges-monitoring__mobile-title-wrap,
  .exchanges-pages .add-exchange__mobile-title-wrap,
  .exchanges-pages .direction__mobile-title-wrap,
  .exchanges-pages .exchanger-profile__mobile-title-wrap {
    margin: 0 0 23px 0;
  }
}
.exchanges-pages .exchanges-rating__info,
.exchanges-pages .exchanges-monitoring__info,
.exchanges-pages .add-exchange__info,
.exchanges-pages .direction__info,
.exchanges-pages .exchanger-profile__info {
  margin: 40px 0 0 0;
  font-size: 18px;
  line-height: 1.6666666667;
  color: #000000;
}
@media (max-width: 992px) {
  .exchanges-pages .exchanges-rating__info,
  .exchanges-pages .exchanges-monitoring__info,
  .exchanges-pages .add-exchange__info,
  .exchanges-pages .direction__info,
  .exchanges-pages .exchanger-profile__info {
    margin: 23px 0 0 0;
    font-size: 15px;
    line-height: 1.6;
  }
}
.exchanges-pages .exchanges-rating__table-wrap,
.exchanges-pages .exchanges-monitoring__table-wrap,
.exchanges-pages .add-exchange__table-wrap,
.exchanges-pages .direction__table-wrap,
.exchanges-pages .exchanger-profile__table-wrap {
  margin: 25px 0 0 0;
}
@media (min-width: 993px) {
  .exchanges-pages .page-exchange-directions__mobile-title-wrap {
    display: none;
  }
}
@media (max-width: 992px) {
  .exchanges-pages .page-exchange-directions__mobile-title-wrap {
    margin: 0 0 23px 0;
  }
}

.dashed-link, .dashed-link:hover {
  font-weight: 500;
  font-size: 18px;
  color: #245ce3;
  line-height: 24px;
  border-bottom: 1px dashed #245ce3;
  transition: 0.2s ease-out;
}
@media (max-width: 768px) {
  .dashed-link, .dashed-link:hover {
    font-size: 15px;
  }
}
@media (any-hover: hover) {
  .dashed-link:hover {
    color: rgba(36, 93, 227, 0.6705882353);
    border-bottom: 1px dashed rgba(36, 93, 227, 0.6705882353);
  }
}

.star-rating__body {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.star-rating__point {
  color: #b4ceff;
  transition: 0.2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.star-rating__point .star {
  transition: 0.2s ease-out;
}
.star-rating_1 .star-rating__point:nth-child(1) {
  color: #245ce3;
}
.star-rating_2 .star-rating__point:nth-child(-n+2) {
  color: #245ce3;
}
.star-rating_3 .star-rating__point:nth-child(-n+3) {
  color: #245ce3;
}
.star-rating_4 .star-rating__point:nth-child(-n+4) {
  color: #245ce3;
}
.star-rating_5 .star-rating__point:nth-child(n) {
  color: #245ce3;
}

.sidebar .sidebar__item {
  background-color: #FFFFFF;
}
.sidebar .sidebar__item:not(:last-child) {
  margin: 0 0 20px 0;
}
.sidebar .sidebar-title,
.sidebar .sidebar-subtitle {
  font-family: "SF Pro Display", Arial, sans-serif;
  font-style: normal;
  line-height: 30px;
  color: #000000;
}
.sidebar .sidebar-title {
  font-weight: 600;
  font-size: 16px;
}
.sidebar .sidebar-subtitle {
  font-weight: 400;
  font-size: 13px;
}

.sidebar .latest-directions {
  padding: 12px 8px 7px;
}
.sidebar .latest-directions__header {
  padding: 0 12px;
}
.sidebar .latest-directions .item-latest-direction {
  padding: 13px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease-out;
  position: relative;
}
.sidebar .latest-directions .item-latest-direction:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  height: 1px;
  width: calc(100% - 24px);
  background-color: #B7B4C2;
}
.sidebar .latest-directions .item-latest-direction .currency {
  display: flex;
  align-items: center;
}
.sidebar .latest-directions .item-latest-direction .currency__icon {
  margin: 0 8px 0 0;
  width: 28px;
  height: 28px;
}
.sidebar .latest-directions .item-latest-direction .currency__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebar .latest-directions .item-latest-direction .currency__name,
.sidebar .latest-directions .item-latest-direction .direction-arrow {
  font-family: "SF Pro Display", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.3846153846;
  color: #000000;
}
.sidebar .latest-directions .item-latest-direction .direction-arrow {
  margin: 0 8px;
}
.sidebar .latest-directions .item-latest-direction_chosen {
  background: #F4F4F4;
}

body._pc .sidebar .latest-directions .item-latest-direction:hover {
  background: #F4F4F4;
}

/*===================================================================================================================*/
.sidebar .choose-direction {
  padding: 12px 12px 30px;
}
.sidebar .choose-direction__header {
  padding: 0 8px;
}
.sidebar .choose-direction__manual-search {
  padding: 0 8px;
}
.sidebar .choose-direction .manual-search__body {
  position: relative;
  display: flex;
  justify-content: flex-start;
  border: 1px solid #DFDEE2;
}
.sidebar .choose-direction .manual-search__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #DFDEE2;
}
.sidebar .choose-direction .manual-search__input::-moz-placeholder {
  font-family: "SF Pro Display", Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  line-height: 18px;
}
.sidebar .choose-direction .manual-search__input, .sidebar .choose-direction .manual-search__input::placeholder {
  font-family: "SF Pro Display", Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  line-height: 18px;
}
.sidebar .choose-direction .manual-search__input::-moz-placeholder {
  font-weight: 600;
  color: #B7B4C2;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.sidebar .choose-direction .manual-search__input::placeholder {
  font-weight: 600;
  color: #B7B4C2;
  transition: 0.2s ease-out;
}
.sidebar .choose-direction .manual-search__input:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.sidebar .choose-direction .manual-search__input:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}
.sidebar .choose-direction .manual-search__input {
  font-weight: 400;
  color: #000000;
  flex: 0 0 50%;
  width: 50%;
  height: 40px;
  background: #F4F4F4;
}
.sidebar .choose-direction .manual-search__input.send-input {
  padding: 5px 14px;
}
.sidebar .choose-direction .manual-search__input.receive-input {
  padding: 5px 14px 5px 27px;
}
.sidebar .choose-direction .manual-search__swap-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #DFDEE2;
  transition: 0.2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sidebar .choose-direction .manual-search__swap-icon svg {
  color: #B7B4C2;
  transition: 0.2s ease-out;
}
.sidebar .choose-direction .manual-search__swap-icon:hover {
  background-color: #245CE3;
}
.sidebar .choose-direction .manual-search__swap-icon:hover svg {
  color: #FFFFFF;
}

.sidebar .choose-direction .currencies-list {
  margin: 20px 0 0 0;
  padding: 0 0 0 8px;
}
.sidebar .choose-direction .currencies-list__body {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 200px;
  max-height: 1000px;
  scrollbar-width: thin;
  scrollbar-color: #B7B4C2 #EEEBF2;
}
.sidebar .choose-direction .currencies-list__body::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
.sidebar .choose-direction .currencies-list__body::-webkit-scrollbar-track {
  background: #EEEBF2;
}
.sidebar .choose-direction .currencies-list__body::-webkit-scrollbar-thumb {
  background-color: #B7B4C2;
}
.sidebar .choose-direction .currencies-list__row {
  display: flex;
}
.sidebar .choose-direction .currencies-list__column {
  flex: 0 0 135px;
  width: 135px;
}
.sidebar .choose-direction .currencies-list__column:not(:last-child) {
  margin: 0 10px 0 0;
}
.sidebar .choose-direction .currencies-list__currencies-section:not(:last-child) {
  margin: 0 0 20px 0;
}

.sidebar .choose-direction .currencies-section._open .currencies-section__title:before {
  transform: translate(0, 3px) rotate(225deg);
}
.sidebar .choose-direction .currencies-section__title {
  position: relative;
  background-color: #245CE3;
  cursor: pointer;
  transition: 0.2s ease-out;
  font-family: "SF Pro Display", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 7px 20px 7px 14px;
}
.sidebar .choose-direction .currencies-section__title:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  right: 10px;
  bottom: 13px;
  transform: rotate(45deg);
  transition: 0.2s ease-out;
}
.sidebar .choose-direction .currencies-section__title:hover {
  background-color: #003ac2;
}
.sidebar .choose-direction .currencies-section__list {
  display: none;
  position: relative;
}
.sidebar .choose-direction .currency-item {
  padding: 10px 0;
  display: flex;
  align-items: center;
  transition: 0.2s ease-out;
  cursor: pointer;
  position: relative;
}
.sidebar .choose-direction .currency-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  transition: 0.2s ease-out;
}
.sidebar .choose-direction .currency-item__icon {
  margin: 0 8px 0 0;
  width: 18px;
  height: 18px;
}
.sidebar .choose-direction .currency-item__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebar .choose-direction .currency-item__name {
  font-family: "SF Pro Display", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
  color: #000000;
}
.sidebar .choose-direction .currency-item._checked {
  background: #F4F4F4;
}
.sidebar .choose-direction .currency-item._checked:after {
  height: 2px;
  background-color: #245CE3;
}

body._pc .sidebar .choose-direction .currency-item:hover {
  background: #F4F4F4;
}

/*===================================================================================================================*/
@media (max-width: 992px) {
  .sidebar .choose-direction .currencies-list {
    display: none;
  }
}
@media (max-width: 375px) {
  .sidebar .sidebar-title {
    font-size: 15px;
  }
  .sidebar .sidebar-subtitle {
    font-size: 11px;
    line-height: 23px;
  }
  .sidebar .latest-directions {
    padding: 6px 8px;
  }
  .sidebar .latest-directions__header {
    padding: 0 8px;
  }
  .sidebar .latest-directions .item-latest-direction {
    padding: 10px 8px;
  }
  .sidebar .latest-directions .item-latest-direction:not(:last-child):after {
    left: 8px;
    width: calc(100% - 16px);
  }
  .sidebar .latest-directions .item-latest-direction .currency__icon {
    margin: 0 6px 0 0;
    width: 24px;
    height: 24px;
  }
  .sidebar .latest-directions .item-latest-direction .currency__name,
  .sidebar .latest-directions .item-latest-direction .direction-arrow {
    font-size: 11px;
  }
  .sidebar .choose-direction {
    padding: 7px 8px 16px;
  }
  .sidebar .choose-direction__header {
    padding: 0 8px;
    margin: 0 0 2px 0;
  }
  .sidebar .choose-direction .manual-search__input.send-input {
    padding: 5px 11px;
  }
  .sidebar .choose-direction .manual-search__input.receive-input {
    padding: 5px 11px 5px 25px;
  }
}
#exchanges_rating__first_screen {
  background: linear-gradient(104.77deg, #442494 -9%, #DBD5E8 105.32%);
}
#exchanges_rating__first_screen .first_screen__image {
  width: 49.5703125%;
  left: 43.359375%;
  top: 26px;
}
@media (max-width: 992px) {
  #exchanges_rating__first_screen .first_screen__image {
    width: 450px;
    left: 340px;
  }
}
@media (max-width: 768px) {
  #exchanges_rating__first_screen .first_screen__image {
    width: 400px;
    left: unset;
    right: 0;
    top: 75px;
  }
}
@media (max-width: 600px) {
  #exchanges_rating__first_screen .first_screen__image {
    width: 327px;
    right: unset;
    left: calc(16px + 224 * (100vw - 320px) / 448);
    top: 121px;
  }
}

@media (max-width: 768px) {
  .exchanges-pages .table-empty-double {
    width: 930px;
    height: 3px;
  }
}

.exchanges-pages .table {
  border-bottom: 1px solid #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .exchanges-pages .table {
    width: 930px;
    table-layout: fixed;
  }
}
.exchanges-pages .table__head {
  border-bottom: 1px solid #000000;
}
.exchanges-pages .table__exchange {
  transition: 0.2s ease-out;
  position: relative;
}
.exchanges-pages .table__exchange:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  box-shadow: 0px 4px 4px rgba(36, 92, 227, 0);
  transition: 0.2s ease-out;
}
.exchanges-pages .table th {
  border: 0;
  padding: 18px 10px 18px 0;
}
.exchanges-pages .table th:first-child {
  padding: 18px 20px 18px 20px;
}
.exchanges-pages .table th:last-child {
  padding: 18px 0 18px 0;
}
.exchanges-pages .table td {
  border: 0;
  padding: 17px 10px 22px 0;
}
.exchanges-pages .table td:first-child {
  padding: 17px 20px 22px 20px;
}
.exchanges-pages .table td:last-child {
  padding: 17px 20px 22px 0;
}
@media (max-width: 1200px) and (min-width: 993px) {
  .exchanges-pages .table th:first-child {
    padding: 18px 10px 18px 10px;
  }
  .exchanges-pages .table td:first-child {
    padding: 17px 10px 22px 10px;
  }
  .exchanges-pages .table td:last-child {
    padding: 17px 10px 22px 0;
  }
}
.exchanges-pages .table th,
.exchanges-pages .table td {
  position: relative;
  font-size: 15px;
  line-height: 1.2;
  vertical-align: middle;
}
@media (max-width: 1400px) and (min-width: 769px) {
  .exchanges-pages .table th,
  .exchanges-pages .table td {
    font-size: 12px;
  }
}
.exchanges-pages .table th:nth-child(7n+1),
.exchanges-pages .table td:nth-child(7n+1) {
  width: 210px;
}
.exchanges-pages .table th:nth-child(7n+2),
.exchanges-pages .table td:nth-child(7n+2) {
  width: 115px;
}
.exchanges-pages .table th:nth-child(7n+3),
.exchanges-pages .table td:nth-child(7n+3) {
  width: 175px;
}
.exchanges-pages .table th:nth-child(7n+4),
.exchanges-pages .table td:nth-child(7n+4) {
  width: 145px;
}
.exchanges-pages .table th:nth-child(7n+5), .exchanges-pages .table th:nth-child(7n+6), .exchanges-pages .table th:nth-child(7n+7),
.exchanges-pages .table td:nth-child(7n+5),
.exchanges-pages .table td:nth-child(7n+6),
.exchanges-pages .table td:nth-child(7n+7) {
  width: 95px;
}
@media (max-width: 1400px) and (min-width: 769px) {
  .exchanges-pages .table th:nth-child(7n+1),
  .exchanges-pages .table td:nth-child(7n+1) {
    width: 210px;
  }
  .exchanges-pages .table th:nth-child(7n+2),
  .exchanges-pages .table td:nth-child(7n+2) {
    width: 115px;
  }
  .exchanges-pages .table th:nth-child(7n+3),
  .exchanges-pages .table td:nth-child(7n+3) {
    width: 135px;
  }
  .exchanges-pages .table th:nth-child(7n+4),
  .exchanges-pages .table td:nth-child(7n+4) {
    width: 160px;
  }
  .exchanges-pages .table th:nth-child(7n+5), .exchanges-pages .table th:nth-child(7n+6), .exchanges-pages .table th:nth-child(7n+7),
  .exchanges-pages .table td:nth-child(7n+5),
  .exchanges-pages .table td:nth-child(7n+6),
  .exchanges-pages .table td:nth-child(7n+7) {
    width: 100px;
  }
}
@media (max-width: 1200px) and (min-width: 993px) {
  .exchanges-pages .table th:nth-child(7n+1),
  .exchanges-pages .table td:nth-child(7n+1) {
    width: 210px;
  }
  .exchanges-pages .table th:nth-child(7n+2),
  .exchanges-pages .table td:nth-child(7n+2) {
    width: 105px;
  }
  .exchanges-pages .table th:nth-child(7n+3),
  .exchanges-pages .table td:nth-child(7n+3) {
    width: 125px;
  }
  .exchanges-pages .table th:nth-child(7n+4),
  .exchanges-pages .table td:nth-child(7n+4) {
    width: 180px;
  }
  .exchanges-pages .table th:nth-child(7n+5), .exchanges-pages .table th:nth-child(7n+6), .exchanges-pages .table th:nth-child(7n+7),
  .exchanges-pages .table td:nth-child(7n+5),
  .exchanges-pages .table td:nth-child(7n+6),
  .exchanges-pages .table td:nth-child(7n+7) {
    width: 100px;
  }
}
.exchanges-pages .table tr:nth-child(odd) {
  background-color: transparent;
}
.exchanges-pages .table tr:nth-child(even) {
  background-color: #ffffff;
}

.exchanges-pages .table .sort {
  cursor: pointer;
}
.exchanges-pages .table .sort__title {
  font-weight: 500;
  transition: 0.2s ease-out;
}
.exchanges-pages .table .sort__control {
  display: inline-block;
  margin-left: 5px;
}
.exchanges-pages .table .sort__control .arrow_up {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid #000000;
  transition: 0.2s ease-out;
}
.exchanges-pages .table .sort__control .arrow_down {
  margin: 3px 0 0 0;
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #000000;
  transition: 0.2s ease-out;
}
.exchanges-pages .table .sort.sort_down .sort__title {
  color: #245ce3;
}
.exchanges-pages .table .sort.sort_down .arrow_up {
  display: none;
}
.exchanges-pages .table .sort.sort_down .arrow_down {
  border-top: 4px solid #245ce3;
  margin: 0 0 2px 0;
}
.exchanges-pages .table .sort.sort_up .sort__title {
  color: #245ce3;
}
.exchanges-pages .table .sort.sort_up .arrow_up {
  border-bottom: 4px solid #245ce3;
  margin: 0 0 2px 0;
}
.exchanges-pages .table .sort.sort_up .arrow_down {
  display: none;
}
.exchanges-pages .table .sort:hover .sort__title {
  color: #245ce3;
}
.exchanges-pages .table .sort:hover .arrow_up {
  border-bottom: 4px solid #245ce3;
}
.exchanges-pages .table .sort:hover .arrow_down {
  border-top: 4px solid #245ce3;
}
@media (max-width: 1400px) and (min-width: 769px) {
  .exchanges-pages .table .sort__control {
    vertical-align: middle;
  }
}
.exchanges-pages .table .exchange__name-body {
  display: flex;
}
.exchanges-pages .table .exchange__details {
  position: relative;
  z-index: 20;
  height: 18px;
}
.exchanges-pages .table .exchange__details-icon {
  color: #245ce3;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.exchanges-pages .table .exchange__title, .exchanges-pages .table .exchange__status, .exchanges-pages .table .exchange__age, .exchanges-pages .table .exchange__reserve, .exchanges-pages .table .exchange__rates, .exchanges-pages .table .exchange__feedback, .exchanges-pages .table .exchange__cashback, .exchanges-pages .table .exchange__send, .exchanges-pages .table .exchange__receive {
  position: relative;
  z-index: 2;
}
.exchanges-pages .table .exchange__title {
  margin: 0 0 0 10px;
  font-weight: 600;
  color: #000000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.exchanges-pages .table .exchange__title:hover {
  color: #245ce3;
}
@media (min-width: 1401px) {
  .exchanges-pages .table .exchange__age br {
    display: none;
  }
}
@media (max-width: 768px) {
  .exchanges-pages .table .exchange__age br {
    display: none;
  }
}
.exchanges-pages .table .exchange__feedback span {
  line-height: 1.4;
  padding: 0 6px;
  display: inline-block;
  background-color: #cddcff;
  border-radius: 3px;
  color: #245ce3;
}
/*===================================================================================================================*/
body._pc .exchanges-pages .table .table__exchange:hover:after {
  border: 1px solid #245ce3;
  box-shadow: 0px 4px 4px rgba(36, 92, 227, 0.15);
}

body._pc .exchanges-pages .table .exchange__details:hover .exchange-details {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-delay: 0.4s;
}

body._touch .exchanges-pages .table .exchange__details._active .exchange-details {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/*===================================================================================================================*/
.exchanges-pages .table .exchange-details {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 0 0 0 10px;
  transition: 0.2s ease-out;
}
.exchanges-pages .table .exchange-details__body {
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
}
.exchanges-pages .table .exchange-details__body:before, .exchanges-pages .table .exchange-details__body:after {
  content: "";
  position: absolute;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.exchanges-pages .table .exchange-details__body:before {
  z-index: 21;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  border-radius: 3px;
  background-color: #dedede;
}
.exchanges-pages .table .exchange-details__body:after {
  z-index: 22;
  width: 13px;
  height: 13px;
  left: -5px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  background-color: #ffffff;
  border: 1.5px solid #dedede;
}
.exchanges-pages .table .exchange-details__content {
  position: relative;
  z-index: 23;
  background-color: #ffffff;
  padding: 17px 21px 21px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 5px 15px;
  color: #000000;
}
.exchanges-pages .table .exchange-details__name {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 0;
}
.exchanges-pages .table .exchange-details__title,
.exchanges-pages .table .exchange-details .age-value,
.exchanges-pages .table .exchange-details .country-value__name {
  font-size: 13px;
  line-height: 21px;
}
.exchanges-pages .table .exchange-details__title {
  font-weight: 600;
}
.exchanges-pages .table .exchange-details .age-value,
.exchanges-pages .table .exchange-details .country-value__name {
  font-weight: normal;
}
.exchanges-pages .table .exchange-details .country-value {
  display: flex;
}
.exchanges-pages .table .exchange-details .country-value__name {
  margin: 0 6px 0 0;
}
.exchanges-pages .table .exchange-details .country-value__flag {
  width: 21px;
  height: 21px;
  border-radius: 50%;
}

.exchanges-pages .table .exchange-details .broker-rating .rating__progress-bar {
  margin: 0;
}
.exchanges-pages .table .exchange-details .broker-rating .rating__progress-bar i.progress-point {
  width: 21px;
  height: 8px;
}
.exchanges-pages .table .exchange-details .broker-rating .rating__progress-bar i.progress-point:not(:last-child) {
  margin-right: 2px;
}

.exchanges-pages .table .exchange.status-available .exchange__status {
  color: #219653;
}

.exchanges-pages .table .exchange.status-unavailable .exchange__status {
  color: #eb5757;
}

.exchanges-pages .table .exchange.recommended .exchange__name:before, .exchanges-pages .table .exchange.recommended .exchange__name:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
}
.exchanges-pages .table .exchange.recommended .exchange__name:before {
  z-index: 1;
  width: 2px;
  background: #ffec00;
}
.exchanges-pages .table .exchange.recommended .exchange__name:after {
  z-index: 0;
  width: 256px;
  background: linear-gradient(90deg, #fffcd3 0%, rgba(255, 251, 211, 0) 77.61%);
}
.exchanges-pages .table .exchange.recommended .exchange__title:after {
  pointer-events: none;
  position: absolute;
  content: url(../../../img/recommended_exchange_icon.svg);
  left: calc(100% + 11px);
  bottom: 3px;
  width: 19px;
  height: 17px;
}
/*===================================================================================================================*/
/*===================================================================================================================*/
/*===================================================================================================================*/
.exchanges-pages .exchanges-monitoring .table th:nth-child(5n+1),
.exchanges-pages .exchanges-monitoring .table td:nth-child(5n+1),
.exchanges-pages .direction .table th:nth-child(5n+1),
.exchanges-pages .direction .table td:nth-child(5n+1) {
  width: 224px;
}
.exchanges-pages .exchanges-monitoring .table th:nth-child(5n+2),
.exchanges-pages .exchanges-monitoring .table td:nth-child(5n+2),
.exchanges-pages .direction .table th:nth-child(5n+2),
.exchanges-pages .direction .table td:nth-child(5n+2) {
  width: 217px;
}
.exchanges-pages .exchanges-monitoring .table th:nth-child(5n+3),
.exchanges-pages .exchanges-monitoring .table td:nth-child(5n+3),
.exchanges-pages .direction .table th:nth-child(5n+3),
.exchanges-pages .direction .table td:nth-child(5n+3) {
  width: 223px;
}
.exchanges-pages .exchanges-monitoring .table th:nth-child(5n+4),
.exchanges-pages .exchanges-monitoring .table td:nth-child(5n+4),
.exchanges-pages .direction .table th:nth-child(5n+4),
.exchanges-pages .direction .table td:nth-child(5n+4) {
  width: 164px;
}
.exchanges-pages .exchanges-monitoring .table th:nth-child(5n),
.exchanges-pages .exchanges-monitoring .table td:nth-child(5n),
.exchanges-pages .direction .table th:nth-child(5n),
.exchanges-pages .direction .table td:nth-child(5n) {
  width: 102px;
}
@media (max-width: 1400px) and (min-width: 769px) {
  .exchanges-pages .exchanges-monitoring .table th:nth-child(5n+1),
  .exchanges-pages .exchanges-monitoring .table td:nth-child(5n+1),
  .exchanges-pages .direction .table th:nth-child(5n+1),
  .exchanges-pages .direction .table td:nth-child(5n+1) {
    width: 200px;
  }
  .exchanges-pages .exchanges-monitoring .table th:nth-child(5n+2),
  .exchanges-pages .exchanges-monitoring .table td:nth-child(5n+2),
  .exchanges-pages .direction .table th:nth-child(5n+2),
  .exchanges-pages .direction .table td:nth-child(5n+2) {
    width: 250px;
  }
  .exchanges-pages .exchanges-monitoring .table th:nth-child(5n+3),
  .exchanges-pages .exchanges-monitoring .table td:nth-child(5n+3),
  .exchanges-pages .direction .table th:nth-child(5n+3),
  .exchanges-pages .direction .table td:nth-child(5n+3) {
    width: 258px;
  }
  .exchanges-pages .exchanges-monitoring .table th:nth-child(5n+4),
  .exchanges-pages .exchanges-monitoring .table td:nth-child(5n+4),
  .exchanges-pages .direction .table th:nth-child(5n+4),
  .exchanges-pages .direction .table td:nth-child(5n+4) {
    width: 140px;
  }
  .exchanges-pages .exchanges-monitoring .table th:nth-child(5n),
  .exchanges-pages .exchanges-monitoring .table td:nth-child(5n),
  .exchanges-pages .direction .table th:nth-child(5n),
  .exchanges-pages .direction .table td:nth-child(5n) {
    width: 82px;
  }
}
@media (max-width: 1200px) and (min-width: 993px) {
  .exchanges-pages .exchanges-monitoring .table th:nth-child(5n+1),
  .exchanges-pages .exchanges-monitoring .table td:nth-child(5n+1),
  .exchanges-pages .direction .table th:nth-child(5n+1),
  .exchanges-pages .direction .table td:nth-child(5n+1) {
    width: 180px;
  }
  .exchanges-pages .exchanges-monitoring .table th:nth-child(5n+2),
  .exchanges-pages .exchanges-monitoring .table td:nth-child(5n+2),
  .exchanges-pages .direction .table th:nth-child(5n+2),
  .exchanges-pages .direction .table td:nth-child(5n+2) {
    width: 273px;
  }
  .exchanges-pages .exchanges-monitoring .table th:nth-child(5n+3),
  .exchanges-pages .exchanges-monitoring .table td:nth-child(5n+3),
  .exchanges-pages .direction .table th:nth-child(5n+3),
  .exchanges-pages .direction .table td:nth-child(5n+3) {
    width: 275px;
  }
  .exchanges-pages .exchanges-monitoring .table th:nth-child(5n+4),
  .exchanges-pages .exchanges-monitoring .table td:nth-child(5n+4),
  .exchanges-pages .direction .table th:nth-child(5n+4),
  .exchanges-pages .direction .table td:nth-child(5n+4) {
    width: 120px;
  }
  .exchanges-pages .exchanges-monitoring .table th:nth-child(5n),
  .exchanges-pages .exchanges-monitoring .table td:nth-child(5n),
  .exchanges-pages .direction .table th:nth-child(5n),
  .exchanges-pages .direction .table td:nth-child(5n) {
    width: 72px;
  }
}

.exchanges-pages .exchanges-monitoring .table .exchange__send span, .exchanges-pages .exchanges-monitoring .table .exchange__receive span,
.exchanges-pages .direction .table .exchange__send span,
.exchanges-pages .direction .table .exchange__receive span {
  font-size: 0.7333333333em;
  white-space: nowrap;
}
@media (min-width: 601px) {
  .exchanges-pages .exchanges-monitoring .table .exchange__mobile-receive,
  .exchanges-pages .exchanges-monitoring .table .mob-reserve-title,
  .exchanges-pages .exchanges-monitoring .table .mob-exch-btn,
  .exchanges-pages .exchanges-monitoring .table .exchange__feedback-mob-title,
  .exchanges-pages .direction .exch-rates__table .table .exchange__mobile-receive,
  .exchanges-pages .direction .exch-rates__table .table .mob-reserve-title,
  .exchanges-pages .direction .exch-rates__table .table .mob-exch-btn,
  .exchanges-pages .direction .exch-rates__table .table .exchange__feedback-mob-title {
    display: none;
  }
}
@media (max-width: 600px) {
  .exchanges-pages .exchanges-monitoring .table-wrap-empty-double,
  .exchanges-pages .direction .exch-rates__table .table-wrap-empty-double {
    display: none;
  }
  .exchanges-pages .exchanges-monitoring .table-empty-double,
  .exchanges-pages .direction .exch-rates__table .table-empty-double {
    width: 100%;
  }
  .exchanges-pages .exchanges-monitoring .exchanges-monitoring__table-wrap,
  .exchanges-pages .direction .exch-rates__table .direction__table-wrap {
    overflow: hidden;
    padding-bottom: 20px;
  }
  .exchanges-pages .exchanges-monitoring .table,
  .exchanges-pages .direction .exch-rates__table .table {
    width: 100%;
    border-bottom: none;
  }
  .exchanges-pages .exchanges-monitoring .table .table__head,
  .exchanges-pages .direction .exch-rates__table .table .table__head {
    display: none;
  }
  .exchanges-pages .exchanges-monitoring .table tr,
  .exchanges-pages .direction .exch-rates__table .table tr {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 16px;
    grid-template-areas: "name feedback" "send send" "reserve reserve";
    padding: 16px;
    margin-bottom: 1px;
  }
  .exchanges-pages .exchanges-monitoring .table tr:nth-child(odd), .exchanges-pages .exchanges-monitoring .table tr:nth-child(even),
  .exchanges-pages .direction .exch-rates__table .table tr:nth-child(odd),
  .exchanges-pages .direction .exch-rates__table .table tr:nth-child(even) {
    background-color: #ffffff;
  }
  .exchanges-pages .exchanges-monitoring .table td,
  .exchanges-pages .direction .exch-rates__table .table td {
    padding: 0;
    font-size: 13px;
    line-height: 16px;
  }
  .exchanges-pages .exchanges-monitoring .table td:nth-child(n),
  .exchanges-pages .direction .exch-rates__table .table td:nth-child(n) {
    width: 100%;
  }
  .exchanges-pages .exchanges-monitoring .table .exchange__name,
  .exchanges-pages .direction .exch-rates__table .table .exchange__name {
    grid-area: name;
  }
  .exchanges-pages .exchanges-monitoring .table .exchange__send,
  .exchanges-pages .direction .exch-rates__table .table .exchange__send {
    grid-area: send;
    margin-top: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
  }
  .exchanges-pages .exchanges-monitoring .table .exchange__send span,
  .exchanges-pages .direction .exch-rates__table .table .exchange__send span {
    font-weight: 400;
    font-size: 9px;
  }
  .exchanges-pages .exchanges-monitoring .table .exchange__send .exchange__mobile-receive img,
  .exchanges-pages .direction .exch-rates__table .table .exchange__send .exchange__mobile-receive img {
    margin: 0 9px;
    vertical-align: middle;
  }
  .exchanges-pages .exchanges-monitoring .table .exchange__receive,
  .exchanges-pages .direction .exch-rates__table .table .exchange__receive {
    display: none;
  }
  .exchanges-pages .exchanges-monitoring .table .exchange__reserve,
  .exchanges-pages .direction .exch-rates__table .table .exchange__reserve {
    grid-area: reserve;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    align-items: center;
    font-size: 9px;
    line-height: 11px;
  }
  .exchanges-pages .exchanges-monitoring .table .exchange__reserve .mob-reserve-title,
  .exchanges-pages .direction .exch-rates__table .table .exchange__reserve .mob-reserve-title {
    color: #b7b4c2;
    margin-right: 2px;
  }
  .exchanges-pages .exchanges-monitoring .table .exchange__reserve .mob-exch-btn,
  .exchanges-pages .direction .exch-rates__table .table .exchange__reserve .mob-exch-btn {
    padding: 4px 8px 3px;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #245ce3;
  }
  .exchanges-pages .exchanges-monitoring .table .exchange__feedback,
  .exchanges-pages .direction .exch-rates__table .table .exchange__feedback {
    grid-area: feedback;
    justify-self: end;
    align-self: center;
    display: flex;
    justify-content: flex-end;
  }
  .exchanges-pages .exchanges-monitoring .table .exchange__feedback .exchange__feedback-mob-title,
  .exchanges-pages .direction .exch-rates__table .table .exchange__feedback .exchange__feedback-mob-title {
    margin-right: 4px;
    font-size: 9px;
    line-height: 11px;
  }
  .exchanges-pages .exchanges-monitoring .table .exchange__feedback span,
  .exchanges-pages .direction .exch-rates__table .table .exchange__feedback span {
    font-size: 9px;
    line-height: 11px;
    padding: 0 3px;
  }
  .exchanges-pages .exchanges-monitoring .table .exchange-details,
  .exchanges-pages .direction .exch-rates__table .table .exchange-details {
    top: -10px;
    transform: translate(0px, 0);
  }
  .exchanges-pages .exchanges-monitoring .table .exchange-details__body:after,
  .exchanges-pages .direction .exch-rates__table .table .exchange-details__body:after {
    top: 12px;
    transform: translate(0, 0) rotate(45deg);
  }
  .exchanges-pages .direction .exch-rates__table .table .exchange__send {
    align-items: flex-start;
  }
  .exchanges-pages .direction .exch-rates__table .table .exchange__send-wrap small {
    font-size: 7px;
    line-height: 7px;
  }
}
.page-add_exchange .add-exchange__requirements {
  margin: 18px 0 0 0;
}
.page-add_exchange .add-exchange__banner-html {
  margin: 43px 0 0 0;
}
.page-add_exchange .add-exchange__form-wrap {
  margin: 40px 0 0 0;
}
.page-add_exchange .add-exchange__form-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2857142857;
  color: #000000;
}
@media (max-width: 1400px) {
  .page-add_exchange .add-exchange__form-title {
    font-size: 24px;
  }
}
.page-add_exchange .add-exchange__form-subtitle {
  margin: 12px 0 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
}

.page-add_exchange .requirements__title {
  margin: 0 0 12px 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2857142857;
  color: #000000;
}
@media (max-width: 1400px) {
  .page-add_exchange .requirements__title {
    font-size: 24px;
  }
}
.page-add_exchange .requirements__subtitle {
  margin: 0 0 25px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
}
.page-add_exchange .requirements__list {
  padding: 0 0 0 30px;
}
.page-add_exchange .requirements__item {
  font-size: 18px;
  color: #000000;
  line-height: 1.5555555556;
  padding: 0 0 0 17px;
  position: relative;
}
.page-add_exchange .requirements__item:not(:last-child) {
  margin: 0 0 22px 0;
}
.page-add_exchange .requirements__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}

.page-add_exchange .banner-html__item {
  width: 100%;
  padding: 28px 33px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  word-wrap: break-word;
}
.page-add_exchange .banner-html__item:not(:last-child) {
  margin: 0 0 20px 0;
}

.page-add_exchange .add-ex-form {
  margin: 20px 0 0 0;
  position: relative;
}
.page-add_exchange .add-ex-form__top, .page-add_exchange .add-ex-form__bottom {
  grid-template-columns: 1fr 1fr;
  gap: 20px 55px;
}
@media (min-width: 769px) {
  .page-add_exchange .add-ex-form__top, .page-add_exchange .add-ex-form__bottom {
    display: grid;
  }
}
.page-add_exchange .add-ex-form__bottom {
  grid-template-columns: 1fr 1fr;
  gap: 50px 55px;
}
@media (max-width: 1400px) {
  .page-add_exchange .add-ex-form__top, .page-add_exchange .add-ex-form__bottom {
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
  }
  .page-add_exchange .add-ex-form__bottom {
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }
}
@media (max-width: 992px) {
  .page-add_exchange .add-ex-form__top, .page-add_exchange .add-ex-form__bottom {
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
  }
  .page-add_exchange .add-ex-form__bottom {
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px;
  }
}
.page-add_exchange .add-ex-form__item {
  width: 100%;
}
.page-add_exchange .add-ex-form__input {
  width: 100%;
  padding: 5px 22px 5px 25px;
  height: 50px;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  font-family: "SF Pro Display", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #000000;
  transition: 0.2s ease-out;
}
.page-add_exchange .add-ex-form__input::-moz-placeholder {
  color: #888888;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.page-add_exchange .add-ex-form__input::placeholder {
  color: #888888;
  transition: 0.2s ease-out;
}
.page-add_exchange .add-ex-form__input:focus {
  border: 1px solid #245CE3;
}
.page-add_exchange .add-ex-form__input:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.page-add_exchange .add-ex-form__input:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}
.page-add_exchange .add-ex-form__bottom .add-ex-form__group {
  margin: 17px 0 0 0;
}
.page-add_exchange .add-ex-form__label {
  font-size: 18px;
  line-height: 40px;
  color: #000000;
  margin: 0 0 6px 0;
}
.page-add_exchange .add-ex-form__input[type=date] {
  color: #888888;
  text-transform: uppercase;
  background-image: url("../../../img/form_date_calendar_icon.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 95% 50%;
}
.page-add_exchange .add-ex-form__input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}
.page-add_exchange .add-ex-form__button {
  grid-column: 2/3;
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  background: #245CE3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "SF Pro Display", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  transition: 0.2s ease-out;
}
.page-add_exchange .add-ex-form__button:hover, .page-add_exchange .add-ex-form__button:focus {
  color: #FFFFFF;
  background: #003ac2;
}
@media (max-width: 425px) {
  .page-add_exchange .add-ex-form__button {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .page-add_exchange .add-ex-form .captcha {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 12px);
  }
}

/*===================================================================================================================*/
@media (max-width: 768px) {
  .page-add_exchange .add-exchange__requirements {
    margin: 23px 0 0 0;
  }
  .page-add_exchange .add-exchange__form-title {
    font-size: 28px;
    line-height: 1.2857142857;
  }
  .page-add_exchange .requirements__title {
    font-size: 28px;
    line-height: 1.2857142857;
    margin: 0 0 25px 0;
  }
  .page-add_exchange .add-ex-form__item:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .page-add_exchange .add-ex-form__button {
    margin: 37px auto 0;
    width: 240px;
  }
  .page-add_exchange .add-ex-form .captcha {
    text-align: center;
    margin: 20px 0 0 0;
  }
  .page-add_exchange .add-ex-form .captcha img {
    max-width: 100%;
  }
}
/*===================================================================================================================*/
@media (max-width: 600px) {
  .page-add_exchange .add-exchange__banner-html {
    margin: 25px 0 0 0;
  }
  .page-add_exchange .add-exchange__form-wrap {
    margin: 25px 0 0 0;
  }
  .page-add_exchange .add-exchange__form-subtitle {
    font-size: 15px;
    margin: 30px 0 0 0;
  }
  .page-add_exchange .requirements__subtitle {
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  .page-add_exchange .requirements__list {
    padding: 0 0 0 25px;
  }
  .page-add_exchange .requirements__item {
    font-size: 15px;
    line-height: 1.6;
    padding: 0 0 0 13px;
  }
  .page-add_exchange .requirements__item:not(:last-child) {
    margin: 0 0 22px 0;
  }
  .page-add_exchange .requirements__item:before {
    top: 10px;
    width: 4px;
    height: 4px;
  }
  .page-add_exchange .banner-html__item {
    font-size: 15px;
    line-height: 1.6;
    padding: 15px 16px 18px;
  }
  .page-add_exchange .add-ex-form__input {
    padding: 5px 16px;
    font-size: 13px;
    height: 45px;
  }
  .page-add_exchange .add-ex-form__label {
    font-size: 15px;
  }
  .page-add_exchange .add-ex-form__button {
    height: 45px;
  }
}
.exchange-directions .exchange-directions__info {
  margin: 46px 0 0 0;
}
.exchange-directions .exchange-directions__send-receive-spoilers {
  margin: 30px 0 0 0;
}
.exchange-directions .exchange-directions__all-directions {
  margin: 40px 0 0 0;
}

.exchange-directions .directions-info {
  border-top: 3px solid #245ce3;
  background: #e6e7e8;
}
@media (min-width: 769px) {
  .exchange-directions .directions-info__body {
    display: flex;
  }
}
.exchange-directions .directions-info__icon {
  flex: 0 0 113px;
  justify-content: center;
  align-items: center;
  background: #c5d9ff;
}
@media (min-width: 769px) {
  .exchange-directions .directions-info__icon {
    display: flex;
  }
}
.exchange-directions .directions-info__content {
  flex: 1 1 auto;
  padding: 27px 24px 34px 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 40px;
  justify-content: space-between;
}
.exchange-directions .directions-info__title, .exchange-directions .directions-info__value {
  font-size: 18px;
  color: #000000;
  line-height: 1.2307692308;
}
.exchange-directions .directions-info__value {
  font-weight: bold;
  text-align: right;
  align-self: end;
}

.exchange-directions .item-send-receive-spoiler {
  border-bottom: 1px solid #000000;
}
.exchange-directions .item-send-receive-spoiler__header {
  position: relative;
  min-height: 50px;
  padding: 4px 20px 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  color: #000000;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.exchange-directions .item-send-receive-spoiler__header:before, .exchange-directions .item-send-receive-spoiler__header:after {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
}
.exchange-directions .item-send-receive-spoiler__header:before {
  left: 0;
  bottom: 21px;
  width: 0;
  height: 0;
  border-style: solid;
}
.exchange-directions .item-send-receive-spoiler__header:after {
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  right: 2px;
  bottom: 22px;
  transform: rotate(45deg);
  transition: 0.2s ease-out;
}
.exchange-directions .item-send-receive-spoiler__header:hover {
  color: #245ce3;
}
.exchange-directions .item-send-receive-spoiler__header:hover:after {
  border-bottom: 2px solid #245ce3;
  border-right: 2px solid #245ce3;
}
.exchange-directions .item-send-receive-spoiler__body {
  display: none;
  position: relative;
}
.exchange-directions .item-send-receive-spoiler.send-spoiler .item-send-receive-spoiler__header:before {
  border-width: 10px 6px 0 6px;
  border-color: #eb5757 transparent transparent transparent;
}
.exchange-directions .item-send-receive-spoiler.receive-spoiler .item-send-receive-spoiler__header:before {
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #219653 transparent;
}
.exchange-directions .item-send-receive-spoiler._open .item-send-receive-spoiler__header:after {
  transform: translate(0, 5px) rotate(225deg);
}

.exchange-directions .all-directions__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
}
@media (max-width: 600px) {
  .exchange-directions .all-directions__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.exchange-directions .all-directions__body {
  margin: 6px 0 0 0;
}
.exchange-directions .direction-navigation {
  padding: 16px 0 13px;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 600px) {
  .exchange-directions .direction-navigation {
    padding: 8px 0 3px;
    margin: 8px 0 0 0;
  }
}
.exchange-directions .direction-navigation__body {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1401px) {
  .exchange-directions .direction-navigation__body {
    justify-content: space-between;
  }
}
.exchange-directions .direction-navigation__item {
  width: 35px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease-out;
  position: relative;
  margin: 0 0 3px 0;
}
@media (max-width: 600px) {
  .exchange-directions .direction-navigation__item {
    margin: 0 0 5px 0;
  }
}
.exchange-directions .direction-navigation__item:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: 0.2s ease-out;
  width: 24px;
  height: 1px;
  background-color: transparent;
}
.exchange-directions .direction-navigation__item:hover {
  color: #245ce3;
}
.exchange-directions .direction-navigation__item._current {
  color: #245ce3;
}
.exchange-directions .direction-navigation__item._current:before {
  background-color: #245ce3;
}

.exchange-directions .direction-section {
  border-bottom: 1px solid #000000;
}
.exchange-directions .direction-section__header {
  position: relative;
  min-height: 50px;
  padding: 4px 0 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  color: #000000;
  transition: 0.2s ease-out;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
@media (max-width: 650px) {
  .exchange-directions .direction-section__header {
    font-size: 15px;
    padding: 6px 0;
  }
}
.exchange-directions .direction-section__header:after {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  right: 2px;
  bottom: 22px;
  transform: rotate(45deg);
}
.exchange-directions .direction-section__header:hover {
  color: #245ce3;
}
.exchange-directions .direction-section__header:hover:after {
  border-bottom: 2px solid #245ce3;
  border-right: 2px solid #245ce3;
}
.exchange-directions .direction-section__body {
  display: none;
  position: relative;
  padding: 20px 10px 30px;
}
@media (max-width: 600px) {
  .exchange-directions .direction-section__body {
    padding: 16px 0 25px 16px;
  }
}
.exchange-directions .direction-section__list {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(35, auto);
  grid-auto-flow: column;
  gap: 10px 20px;
}
@media (min-width: 601px) {
  .exchange-directions .direction-section__list {
    display: grid;
  }
}
@media (max-width: 600px) {
  .exchange-directions .direction-section__list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.exchange-directions .direction-section__link-direction {
  align-self: start;
  display: inline-block;
  padding: 0 0 0 14px;
  font-size: 15px;
  line-height: 1.2;
  color: #245ce3;
  transition: 0.2s ease-out;
  position: relative;
  justify-self: start;
}
@media (max-width: 600px) {
  .exchange-directions .direction-section__link-direction {
    align-self: flex-start;
  }
}
.exchange-directions .direction-section__link-direction:before {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #245ce3;
}
@media (max-width: 650px) {
  .exchange-directions .direction-section__link-direction {
    font-size: 13px;
    line-height: 1.2307692308;
  }
}
@media (max-width: 600px) {
  .exchange-directions .direction-section__link-direction {
    padding: 0 0 0 9px;
  }
  .exchange-directions .direction-section__link-direction:not(:last-child) {
    margin: 0 0 12px 0;
  }
  .exchange-directions .direction-section__link-direction:before {
    top: 5px;
  }
}
.exchange-directions .direction-section__link-direction:hover {
  color: #245ce3;
  text-decoration: underline;
}
.exchange-directions .direction-section._open .direction-section__header {
  border-bottom: 1px solid #dadada;
}
.exchange-directions .direction-section._open .direction-section__header:after {
  transform: translate(0, 5px) rotate(225deg);
}

/*===================================================================================================================*/
@media (max-width: 768px) {
  .exchange-directions .exchange-directions__info {
    margin: 30px 0 0 0;
  }
  .exchange-directions .exchange-directions__send-receive-spoilers {
    margin: 10px 0 0 0;
  }
  .exchange-directions .exchange-directions__all-directions {
    margin: 22px 0 0 0;
  }
  .exchange-directions .directions-info {
    border-top: 3px solid #245ce3;
    background: #e6e7e8;
  }
  .exchange-directions .directions-info__body {
    padding: 27px 24px 34px 30px;
  }
  .exchange-directions .directions-info__icon {
    margin: 0 0 14px 0;
    background: transparent;
  }
  .exchange-directions .directions-info__content {
    padding: 0;
    grid-template-columns: 1fr auto;
    gap: 18px 20px;
  }
}
/*===================================================================================================================*/
@media (max-width: 600px) {
  .exchange-directions .directions-info__body {
    padding: 15px 16px 18px;
  }
  .exchange-directions .directions-info__icon img {
    width: 33px;
  }
  .exchange-directions .directions-info__content {
    grid-template-columns: 1fr auto;
    gap: 8px 20px;
  }
  .exchange-directions .directions-info__title, .exchange-directions .directions-info__value {
    font-size: 13px;
  }
  .exchange-directions .item-send-receive-spoiler__header {
    font-size: 15px;
  }
}
.tabs-triggers {
  position: relative;
  height: 38px;
}
.tabs-triggers:before {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #dedede;
}
.tabs-triggers__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.tabs-triggers__body::-webkit-scrollbar {
  height: 3px;
}
.tabs-triggers__body::-webkit-scrollbar-track {
  background: transparent;
  border: 1px solid transparent;
}
.tabs-triggers__body::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.tabs-triggers__track {
  display: flex;
  position: relative;
}
.tabs-triggers__item {
  position: relative;
}
.tabs-triggers__item:not(:last-child) {
  margin-right: 60px;
}
@media (max-width: 1439px) and (min-width: 1201px) {
  .tabs-triggers__item:not(:last-child) {
    margin-right: 32px;
  }
}
@media (max-width: 768px) {
  .tabs-triggers__item:not(:last-child) {
    margin-right: 27px;
  }
}
.tabs-triggers__item, .tabs-triggers__item:hover {
  padding: 7px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #000000;
  transition: 0.2s ease-out;
}
@media (max-width: 768px) {
  .tabs-triggers__item, .tabs-triggers__item:hover {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (any-hover: hover) {
  .tabs-triggers__item:hover {
    color: #245ce3;
  }
}
.tabs-triggers__item:before {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  transition: 0.2s ease-out;
}
.tabs-triggers__item_active {
  color: #245ce3;
}
.tabs-triggers__item_active:before {
  background: #245ce3;
}

.tabs-content__item {
  display: none;
}
.tabs-content__item_active {
  display: block;
}

.direction .calc {
  padding: 20px 0 0 0;
}
.direction .calc__body {
  background-color: #fff;
  padding: 20px 40px 20px 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 15px 50px;
  align-items: center;
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .direction .calc__body {
    gap: 15px 30px;
  }
}
@media (max-width: 1200px) and (min-width: 601px) {
  .direction .calc__body {
    grid-template-columns: auto 1fr;
    grid-template-areas: "radiobuttons amount" "commission commission";
  }
  .direction .calc__radiobuttons {
    grid-area: radiobuttons;
  }
  .direction .calc__amount {
    grid-area: amount;
  }
  .direction .calc__commission {
    grid-area: commission;
    justify-self: center;
  }
}
@media (max-width: 600px) {
  .direction .calc__body {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

.direction .calc .radiobuttons__item,
.direction .calc .amount__input,
.direction .calc .amount__currency,
.direction .calc .checkbox-commission {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
  font-family: "SF Pro Display", Arial, sans-serif;
}

.direction .calc .radiobuttons__input,
.direction .calc .checkbox-commission__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.direction .calc .radiobuttons__item {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.direction .calc .radiobuttons__item:not(:last-child) {
  margin: 0 0 5px 0;
}
.direction .calc .radiobuttons__box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #dfdee2;
}
.direction .calc .radiobuttons__box:before {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  left: 3px;
  bottom: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
}
.direction .calc .radiobuttons__input:checked + .radiobuttons__box:before {
  background-color: #245ce3;
}

.direction .calc .amount__input {
  width: 100px;
  height: 40px;
  padding: 5px 10px;
  background: #f4f4f4;
  border: 1px solid #dfdee2;
  transition: 0.2s ease-out;
  margin: 0 10px 0 0;
}
@media (max-width: 375px) {
  .direction .calc .amount__input {
    width: 75px;
  }
}
.direction .calc .amount__input::-moz-placeholder {
  color: #a5a5a5;
}
.direction .calc .amount__input::placeholder {
  color: #a5a5a5;
}
.direction .calc .amount__input:focus {
  border: 1px solid #245ce3;
}
.direction .calc .amount__currency {
  display: inline-block;
}

.direction .calc .checkbox-commission {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 40px;
}
.direction .calc .checkbox-commission__box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 18px;
}
.direction .calc .checkbox-commission__box:before, .direction .calc .checkbox-commission__box:after {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  left: 0;
}
.direction .calc .checkbox-commission__box:before {
  bottom: 4px;
  width: 100%;
  height: 10px;
  border-radius: 20px;
  background-color: #a5a5a5;
}
.direction .calc .checkbox-commission__box:after {
  bottom: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #dfdee2;
}
.direction .calc .checkbox-commission__input:checked + .checkbox-commission__box:before, .direction .calc .checkbox-commission__input:checked + .checkbox-commission__box:after {
  background-color: #245ce3;
}
.direction .calc .checkbox-commission__input:checked + .checkbox-commission__box:before {
  opacity: 0.5;
}
.direction .calc .checkbox-commission__input:checked + .checkbox-commission__box:after {
  left: 12px;
}

.direction .notifications {
  padding: 20px 0 0 0;
}
.direction .notifications__body {
  background-color: #fff;
  padding: 20px;
}
.direction .notifications-form__body {
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}
@media (min-width: 769px) {
  .direction .notifications-form__body {
    display: grid;
  }
}
.direction .notifications-form__group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .direction .notifications-form__group:not(:first-child) {
    margin: 10px 0 0 0;
  }
}
.direction .notifications-form__label {
  margin: 0 0 5px 0;
  color: #888888;
}
.direction .notifications-form__label, .direction .notifications-form__currency {
  font-size: 15px;
  line-height: 1.4285714286;
}
@media (max-width: 600px) {
  .direction .notifications-form__label, .direction .notifications-form__currency {
    font-size: 13px;
  }
}
.direction .notifications-form__item {
  position: relative;
}
.direction .notifications-form__item .notifications-form__input {
  padding-right: 110px;
}
.direction .notifications-form__input,
.direction .notifications-form .select__header,
.direction .notifications-form .select__item {
  width: 100%;
  padding: 15px 22px 15px 25px;
  height: 50px;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
}
.direction .notifications-form__input,
.direction .notifications-form .select__header,
.direction .notifications-form .select__current,
.direction .notifications-form .select__clue,
.direction .notifications-form .select__item {
  font-family: "SF Pro Display", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  transition: 0.2s ease-out;
}
.direction .notifications-form__input::-moz-placeholder {
  color: #888888;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.direction .notifications-form__input::placeholder,
.direction .notifications-form .select__clue {
  color: #888888;
  transition: 0.2s ease-out;
}
.direction .notifications-form__input:focus {
  border: 1px solid #245CE3;
}
.direction .notifications-form__input:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.direction .notifications-form__input:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 600px) {
  .direction .notifications-form__input,
  .direction .notifications-form .select__header,
  .direction .notifications-form .select__item {
    padding: 13px 16px;
    height: 45px;
  }
  .direction .notifications-form__input,
  .direction .notifications-form .select__header,
  .direction .notifications-form .select__current,
  .direction .notifications-form .select__clue,
  .direction .notifications-form .select__item {
    font-size: 13px;
    line-height: 19px;
  }
}
.direction .notifications-form__currency {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
}
.direction .notifications-form__button {
  grid-column: 2/3;
  grid-row: 3/4;
  justify-self: end;
  width: 240px;
  height: 50px;
  border: none;
  outline: none;
  background: #245CE3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "SF Pro Display", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  transition: 0.2s ease-out;
}
@media (max-width: 768px) {
  .direction .notifications-form__button {
    width: 240px;
    margin: 10px auto 0;
  }
}
@media (max-width: 1400px) {
  .direction .notifications-form__button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .direction .notifications-form__button {
    width: 240px;
    margin: 20px auto 0;
  }
}
@media (max-width: 600px) {
  .direction .notifications-form__button {
    height: 45px;
  }
}
.direction .notifications-form__button:hover, .direction .notifications-form__button:focus {
  color: #FFFFFF;
  background: #003ac2;
}
@media (max-width: 425px) {
  .direction .notifications-form__button {
    width: 100%;
  }
}

.direction .notifications-form .select {
  position: relative;
}
.direction .notifications-form .select__header {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.direction .notifications-form .select__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transition: 0.2s;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #888888 transparent transparent transparent;
}
.direction .notifications-form .select__clue {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.direction .notifications-form .select__body {
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #245CE3 #FFFFFF;
}
.direction .notifications-form .select__body::-webkit-scrollbar {
  width: 4px;
}
.direction .notifications-form .select__body::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.direction .notifications-form .select__body::-webkit-scrollbar-thumb {
  background-color: #245CE3;
}
.direction .notifications-form .select__item {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: 0.2s;
  color: #000000;
}
.direction .notifications-form .select__item:hover, .direction .notifications-form .select__item:focus {
  background: rgba(36, 92, 227, 0.15);
}
.direction .notifications-form .select_active .select__header {
  border: 1px solid #E6E6E6;
}
.direction .notifications-form .select_active .select__icon {
  transform: translate(0, -50%) rotate(180deg);
  border-color: #245CE3 transparent transparent transparent;
}
.direction .notifications-form .select_active .select__body {
  opacity: 1;
  visibility: visible;
}
.direction .notifications-form .select_chosen .select__clue {
  display: none;
}

.double-exch .calc {
  margin: 0 0 20px 0;
}
.double-exch__tutorial {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.55556;
}
@media (max-width: 768px) {
  .double-exch__tutorial {
    font-size: 15px;
    line-height: 1.6;
  }
}
.exchanges-pages .direction .double-exch .table td span {
  font-size: 0.7333333333em;
  white-space: nowrap;
}
.exchanges-pages .direction .double-exch .table th:nth-child(n),
.exchanges-pages .direction .double-exch .table td:nth-child(n) {
  width: unset;
}
.exchanges-pages .direction .double-exch .table th:nth-child(5n+2),
.exchanges-pages .direction .double-exch .table td:nth-child(5n+2) {
  white-space: nowrap;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .exchanges-pages .direction .double-exch .table th:nth-child(5n+1) span, .exchanges-pages .direction .double-exch .table th:nth-child(5n+3) span,
  .exchanges-pages .direction .double-exch .table td:nth-child(5n+1) span,
  .exchanges-pages .direction .double-exch .table td:nth-child(5n+3) span {
    display: block;
  }
}
@media (max-width: 768px) {
  .exchanges-pages .direction .double-exch .table th:nth-child(5n+1), .exchanges-pages .direction .double-exch .table th:nth-child(5n+3),
  .exchanges-pages .direction .double-exch .table td:nth-child(5n+1),
  .exchanges-pages .direction .double-exch .table td:nth-child(5n+3) {
    width: 208px;
  }
  .exchanges-pages .direction .double-exch .table th:nth-child(5n+2),
  .exchanges-pages .direction .double-exch .table td:nth-child(5n+2) {
    width: 250px;
  }
  .exchanges-pages .direction .double-exch .table th:nth-child(5n+4),
  .exchanges-pages .direction .double-exch .table td:nth-child(5n+4) {
    width: 186px;
  }
  .exchanges-pages .direction .double-exch .table th:nth-child(5n+5),
  .exchanges-pages .direction .double-exch .table td:nth-child(5n+5) {
    width: 120px;
  }
}

.exchanges-pages .direction .double-exch .table .main-tr {
  cursor: pointer;
}

.exchanges-pages .direction .double-exch .table .detailed-tr td {
  padding: 0;
}
@media (max-width: 1200px) and (min-width: 993px) {
  .exchanges-pages .direction .double-exch .table .detailed-tr td {
    padding: 0;
  }
}
.exchanges-pages .direction .double-exch .table .detailed-tr__body {
  border-bottom: 2px solid #245CE3;
  background-color: #eeeeee;
  padding: 17px 20px 22px;
}
@media (max-width: 1200px) and (min-width: 993px) {
  .exchanges-pages .direction .double-exch .table .detailed-tr__body {
    padding: 17px 10px 22px;
  }
}
.exchanges-pages .direction .double-exch .table .detailed-tr .step-double:not(:last-child) {
  margin: 0 0 3px 0;
}
.exchanges-pages .direction .double-exch .table .detailed-tr .step-double a, .exchanges-pages .direction .double-exch .table .detailed-tr .step-double a:hover {
  color: #245CE3;
}
@media (any-hover: hover) {
  .exchanges-pages .direction .double-exch .table .detailed-tr .step-double a:hover {
    color: rgba(36, 92, 227, 0.7);
  }
}
.exchanges-pages .direction .double-exch .table .detailed-tr .step-double a.step-explanation__title, .exchanges-pages .direction .double-exch .table .detailed-tr .step-double a.step-explanation__title:hover {
  color: #212529;
}
.exchanges-pages .direction .double-exch .table .detailed-tr .step-double__details-icon {
  color: #245ce3;
  cursor: pointer;
  transition: 0.2s ease-out;
  vertical-align: baseline;
  margin: 0 0 -2px 3px;
}
@media (any-hover: hover) {
  .exchanges-pages .direction .double-exch .table .detailed-tr .step-double__details-icon:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1400px) {
  .exchanges-pages .direction .double-exch .table .detailed-tr .step-double__details-icon {
    width: 14px;
    height: 14px;
  }
}
.exchanges-pages .direction .double-exch .table .detailed-tr .step-double._open:not(:last-child) {
  margin: 0 0 20px 0;
  position: relative;
}
.exchanges-pages .direction .double-exch .table .detailed-tr .step-double._open:not(:last-child):before {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #a5a5a5;
}
.exchanges-pages .direction .double-exch .table .detailed-tr .step-double._open .step-explanation {
  display: block;
}
.exchanges-pages .direction .double-exch .table .detailed-tr .step-double._open .step-double__details-icon {
  opacity: 0.3;
  pointer-events: none;
}

.exchanges-pages .direction .double-exch .table .detailed-tr .step-explanation {
  display: none;
  padding: 20px 0 0;
}
.exchanges-pages .direction .double-exch .table .detailed-tr .step-explanation__title {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.exchanges-pages .direction .double-exch .table .detailed-tr .step-explanation__table {
  width: 450px;
  table-layout: fixed;
  border: 0;
}
.exchanges-pages .direction .double-exch .table .detailed-tr .step-explanation__table tr:nth-child(n) {
  background-color: #eeeeee;
}
.exchanges-pages .direction .double-exch .table .detailed-tr .step-explanation__table td {
  padding: 5px 0;
}
.exchanges-pages .direction .double-exch .table .detailed-tr .step-explanation__table td:nth-child(n) {
  width: unset;
}

.page-direction .history {
  padding: 20px 0 0 0;
}
.page-direction .history h3.history__title {
  margin-top: 0;
}
.page-direction .history__tutorial {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.55556;
}
@media (max-width: 768px) {
  .page-direction .history__tutorial {
    font-size: 15px;
    line-height: 1.6;
  }
}
.exchanges-pages .direction .history .table td span {
  font-size: 0.7333333333em;
  white-space: nowrap;
}
.exchanges-pages .direction .history .table th:nth-child(n),
.exchanges-pages .direction .history .table td:nth-child(n) {
  width: unset;
}
.exchanges-pages .direction .history .table th:nth-child(4n+1),
.exchanges-pages .direction .history .table td:nth-child(4n+1) {
  width: 200px;
}
.exchanges-pages .direction .history .table th:nth-child(4n+3),
.exchanges-pages .direction .history .table td:nth-child(4n+3) {
  white-space: nowrap;
}
@media (max-width: 1400px) and (min-width: 769px) {
  .exchanges-pages .direction .history .table th:nth-child(4n+1),
  .exchanges-pages .direction .history .table td:nth-child(4n+1) {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .exchanges-pages .direction .history .table th:nth-child(4n+1),
  .exchanges-pages .direction .history .table td:nth-child(4n+1) {
    width: 200px;
  }
  .exchanges-pages .direction .history .table th:nth-child(4n+2),
  .exchanges-pages .direction .history .table td:nth-child(4n+2) {
    width: 200px;
  }
  .exchanges-pages .direction .history .table th:nth-child(4n+3),
  .exchanges-pages .direction .history .table td:nth-child(4n+3) {
    width: 380px;
  }
  .exchanges-pages .direction .history .table th:nth-child(4n+4),
  .exchanges-pages .direction .history .table td:nth-child(4n+4) {
    width: 150px;
  }
}

.page-direction .direction__top-links {
  margin: 16px 0 0 0;
  display: flex;
}
.page-direction .direction__top-links > *:not(:last-child) {
  margin-right: 22px;
}
.page-direction .direction__text {
  margin: 25px 0 23px 0;
  font-size: 18px;
  line-height: 1.6666666667;
  color: #000000;
}
.page-direction .direction__bonuses {
  margin: 20px 0 0 0;
  background-color: #fff;
}
.page-direction .direction__info-label {
  margin: 50px 0 0 0;
}
.page-direction .direction .filter-city {
  margin: 0px 0 12px 0;
}
.page-direction .direction__info-footer {
  margin: 25px 0 0 0;
}
.page-direction .direction__recommended-directions {
  margin: 32px 0 0 0;
}
.page-direction .direction__direction-section:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .page-direction .direction__top-links {
    margin: 25px 0 0 0;
  }
  .page-direction .direction__text {
    margin: 16px 0 23px 0;
    font-size: 15px;
    line-height: 24px;
  }
  .page-direction .direction__info-label {
    margin: 30px 0 0 0;
  }
  .page-direction .direction__recommended-directions {
    margin: 15px 0 0 0;
  }
  .page-direction .direction__direction-section:not(:last-child) {
    margin: 0 0 22px 0;
  }
}

.page-direction .exch-rates__direction-info {
  margin: 50px 0 0 0;
}
@media (max-width: 768px) {
  .page-direction .exch-rates__direction-info {
    margin: 25px 0 0 0;
  }
}

.page-direction .bonuses-exch {
  padding: 0 20px;
}
.page-direction .bonuses-exch__header {
  position: relative;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.page-direction .bonuses-exch__header:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  right: 21px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s ease-out;
}
@media (any-hover: hover) {
  .page-direction .bonuses-exch__header:hover:before {
    border-bottom: 2px solid #245ce3;
    border-right: 2px solid #245ce3;
  }
}
.page-direction .bonuses-exch__body {
  display: none;
}
.page-direction .bonuses-exch__header, .page-direction .bonuses-exch__content {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: start;
  gap: 0 68px;
  flex-wrap: wrap;
  padding: 0px 40px 0px 0px;
}
@media (max-width: 1400px) {
  .page-direction .bonuses-exch__header, .page-direction .bonuses-exch__content {
    gap: 0 40px;
  }
}
.page-direction .bonuses-exch__item {
  padding: 20px 0 20px 32px;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.page-direction .bonuses-exch._open .bonuses-exch__header:before {
  transform: translate(0, calc(-50% + 5px)) rotate(225deg);
}

.page-direction .item-bonus__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.page-direction .info-label__content {
  border-top: 3px solid #245ce3;
  background: #e6e7e8;
  padding: 28px 39px 25px;
  font-size: 18px;
  line-height: 1.5555555556;
  color: #000000;
}
.page-direction .info-label__item {
  display: inline;
}
@media (max-width: 768px) {
  .page-direction .info-label__content {
    font-size: 15px;
    line-height: 1.6;
  }
  .page-direction .info-label__item {
    display: block;
    margin: 0 0 0.5em 0;
  }
}
@media (max-width: 600px) {
  .page-direction .info-label__content {
    padding: 16px 16px 19px;
  }
}

.page-direction .direction h3 {
  margin: 35px 0 15px 0;
  font-family: "SF Pro Display", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3333333333;
  color: #000000;
}
.page-direction .direction p,
.page-direction .direction ul li {
  font-size: 18px;
  line-height: 1.5555555556;
}
.page-direction .direction p:not(:last-child) {
  margin: 0 0 28px 0;
}
.page-direction .direction ul {
  padding: 0 0 0 28px;
}
.page-direction .direction ul:not(:last-child) {
  margin: 0 0 28px 0;
}
.page-direction .direction ul li {
  padding: 0 0 0 16px;
  position: relative;
}
.page-direction .direction ul li:not(:last-child) {
  margin: 0 0 22px 0;
}
.page-direction .direction ul li:before {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 768px) {
  .page-direction .direction h3 {
    margin: 15px 0 7px 0;
    font-size: 28px;
    line-height: 36px;
  }
  .page-direction .direction p,
  .page-direction .direction ul li {
    font-size: 15px;
    line-height: 1.6;
  }
  .page-direction .direction p:not(:last-child) {
    margin: 0 0 24px 0;
  }
  .page-direction .direction ul {
    padding: 0 0 0 16px;
  }
  .page-direction .direction ul:not(:last-child) {
    margin: 0 0 24px 0;
  }
  .page-direction .direction ul li {
    padding: 0 0 0 14px;
  }
  .page-direction .direction ul li:not(:last-child) {
    margin: 0 0 16px 0;
  }
  .page-direction .direction ul li:before {
    top: 10px;
    width: 4px;
    height: 4px;
  }
}

.page-direction .direction-section {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #000000;
}
.page-direction .direction-section__header {
  margin: 0 0 22px 0;
  font-family: "SF Pro Display", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3333333333;
  color: #000000;
}
@media (max-width: 768px) {
  .page-direction .direction-section__header {
    font-size: 28px;
    line-height: 1.2857142857;
  }
}
.page-direction .direction-section__body {
  padding: 0 10px 0 47px;
}
@media (max-width: 768px) {
  .page-direction .direction-section__body {
    padding: 0 0 0 10px;
  }
}
.page-direction .direction-section__list {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(35, auto);
  grid-auto-flow: column;
  gap: 12px 60px;
}
@media (min-width: 601px) {
  .page-direction .direction-section__list {
    display: grid;
  }
}
@media (max-width: 600px) {
  .page-direction .direction-section__list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.page-direction .direction-section__link-direction {
  align-self: start;
  display: inline-block;
  padding: 0 0 0 16px;
  font-size: 18px;
  line-height: 1.5555555556;
  color: #245ce3;
  transition: 0.2s ease-out;
  position: relative;
  justify-self: start;
}
@media (max-width: 600px) {
  .page-direction .direction-section__link-direction {
    align-self: flex-start;
  }
}
.page-direction .direction-section__link-direction:before {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #245ce3;
}
@media (max-width: 768px) {
  .page-direction .direction-section__link-direction {
    font-size: 15px;
    line-height: 1.6;
    padding: 0 0 0 14px;
  }
  .page-direction .direction-section__link-direction:before {
    width: 4px;
    height: 4px;
    top: 9px;
  }
}
@media (max-width: 600px) {
  .page-direction .direction-section__link-direction:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
.page-direction .direction-section__link-direction:hover {
  color: #245ce3;
  text-decoration: underline;
}

.page-direction .direction-section._only-currencies .direction-section__body {
  padding: 0;
}
@media (max-width: 768px) {
  .page-direction .direction-section._only-currencies .direction-section__body {
    padding: 0 0 0 16px;
  }
}
.page-direction .direction-section._only-currencies .direction-section__list {
  gap: 14px 60px;
}
@media (max-width: 600px) {
  .page-direction .direction-section._only-currencies .direction-section__list {
    gap: 0;
  }
}
.page-direction .direction-section._only-currencies .direction-section__item.item-direction-currency {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media (max-width: 600px) {
  .page-direction .direction-section._only-currencies .direction-section__item.item-direction-currency:not(:last-child) {
    margin: 0 0 14px 0;
  }
}
.page-direction .direction-section._only-currencies .direction-section__item.item-direction-currency .item-direction-currency__icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
}
.page-direction .direction-section._only-currencies .direction-section__item.item-direction-currency .item-direction-currency__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page-direction .direction-section._only-currencies .direction-section__item.item-direction-currency .item-direction-currency__name {
  color: #245ce3;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media (max-width: 768px) {
  .page-direction .direction-section._only-currencies .direction-section__item.item-direction-currency .item-direction-currency__name {
    font-size: 15px;
    line-height: 1.6;
  }
}
.page-direction .direction-section._only-currencies .direction-section__item.item-direction-currency:hover .item-direction-currency__name {
  color: #245ce3;
  text-decoration: underline;
}

@media (min-width: 1401px) {
  .page-direction .direction .info-footer__content {
    display: flex;
    align-items: center;
  }
}
.page-direction .direction .info-footer__direction-name {
  margin: 0 0 0 16px;
  font-size: 18px;
  line-height: 1.5555555556;
  color: #000000;
}
@media (max-width: 1400px) {
  .page-direction .direction .info-footer__direction-name {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 768px) {
  .page-direction .direction .info-footer__direction-name {
    font-size: 15px;
    line-height: 1.6;
  }
}
.page-direction .direction .info-footer__rating {
  margin: 0 0 0 65px;
}
@media (max-width: 1400px) {
  .page-direction .direction .info-footer__rating {
    margin: 18px 0 0 0;
  }
}

.page-direction .direction .star-rating {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.page-direction .direction .star-rating__title, .page-direction .direction .star-rating__value, .page-direction .direction .star-rating__voted {
  font-size: 18px;
  line-height: 1.5555555556;
  color: #000000;
}
@media (max-width: 768px) {
  .page-direction .direction .star-rating__title, .page-direction .direction .star-rating__value, .page-direction .direction .star-rating__voted {
    font-size: 15px;
    line-height: 1.6;
  }
}
.page-direction .direction .star-rating__value, .page-direction .direction .star-rating__voted {
  display: inline-block;
}
.page-exchanger-profile .exchanger-profile__about {
  margin: 20px 0 0 0;
}
.page-exchanger-profile .exchanger-profile__tabs {
  margin: 40px 0 0 0;
}
@media (max-width: 1400px) {
  .page-exchanger-profile .exchanger-profile__tabs {
    margin: 12px 0 0 0;
  }
}

.page-exchanger-profile .about-exchanger {
  background: #ffffff;
  padding: 40px 35px 32px;
}
@media (max-width: 767px) {
  .page-exchanger-profile .about-exchanger {
    padding: 25px 16px 30px;
  }
}
.page-exchanger-profile .about-exchanger__content {
  position: relative;
}
@media (min-width: 768px) {
  .page-exchanger-profile .about-exchanger__content {
    display: flex;
    gap: 0 70px;
  }
}
@media (max-width: 1400px) {
  .page-exchanger-profile .about-exchanger__content {
    gap: 0 40px;
  }
}
.page-exchanger-profile .about-exchanger__column {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.page-exchanger-profile .about-exchanger__column:nth-child(1) {
  flex: 0 1 21.0465116279%;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .page-exchanger-profile .about-exchanger__column:nth-child(2) {
    flex: 1 0 auto;
  }
}
@media (max-width: 1200px) {
  .page-exchanger-profile .about-exchanger__column:nth-child(2) {
    flex: 1 1 auto;
  }
}
.page-exchanger-profile .about-exchanger__logo {
  max-width: 100%;
}
@media (max-width: 767px) {
  .page-exchanger-profile .about-exchanger__logo {
    margin: 0 auto 25px;
  }
}
.page-exchanger-profile .about-exchanger__item-fact:not(:last-child) {
  margin: 0 0 12px 0;
}
@media (max-width: 767px) {
  .page-exchanger-profile .about-exchanger__item-fact:not(:last-child) {
    margin: 0 0 6px 0;
  }
}
.page-exchanger-profile .about-exchanger__website-link {
  white-space: nowrap;
  display: inline-block;
}
.page-exchanger-profile .about-exchanger__website-link, .page-exchanger-profile .about-exchanger__website-link:hover {
  font-weight: 500;
  font-size: 18px;
  color: #245ce3;
  line-height: 24px;
  border-bottom: 1px solid #245ce3;
  transition: 0.2s ease-out;
}
@media (max-width: 1400px) {
  .page-exchanger-profile .about-exchanger__website-link, .page-exchanger-profile .about-exchanger__website-link:hover {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (any-hover: hover) {
  .page-exchanger-profile .about-exchanger__website-link:hover {
    color: rgba(36, 93, 227, 0.6705882353);
    border-bottom: 1px solid rgba(36, 93, 227, 0.6705882353);
  }
}
@media (max-width: 767px) {
  .page-exchanger-profile .about-exchanger__mob-link-wrap {
    margin: 20px 0 0 0;
  }
}

.page-exchanger-profile .about-exchanger .item-fact__title, .page-exchanger-profile .about-exchanger .item-fact__value {
  font-size: 18px;
  line-height: 1.5555555556;
  color: #000000;
}
@media (max-width: 1400px) {
  .page-exchanger-profile .about-exchanger .item-fact__title, .page-exchanger-profile .about-exchanger .item-fact__value {
    font-size: 15px;
    line-height: 1.6;
  }
}
.page-exchanger-profile .about-exchanger .item-fact__title {
  font-weight: bold;
}
.page-exchanger-profile .about-exchanger .item-fact__flag {
  position: absolute;
  left: calc(100% + 13px);
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.page-exchanger-profile .about-exchanger .item-fact_country {
  position: relative;
}
.page-exchanger-profile .about-exchanger .item-fact_rating {
  display: flex;
  align-items: center;
  gap: 0 18px;
}
@media (max-width: 767px) {
  .page-exchanger-profile .about-exchanger .item-fact_rating {
    gap: 0 8px;
  }
}
.page-exchanger-profile .about-exchanger .item-fact_support .item-fact__title {
  margin: 0 0 12px 0;
}
.page-exchanger-profile .about-exchanger .item-fact_support .item-fact__value {
  padding: 0 0 0 25px;
  position: relative;
}
.page-exchanger-profile .about-exchanger .item-fact_support .item-fact__value:before {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  left: 10px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 1400px) {
  .page-exchanger-profile .about-exchanger .item-fact_support .item-fact__value:before {
    top: 10px;
    width: 4px;
    height: 4px;
  }
}
.page-exchanger-profile .about-exchanger .item-fact_support .item-fact__value:not(:last-child) {
  margin: 0 0 12px 0;
}
.page-exchanger-profile .about-exchanger .item-fact_support a, .page-exchanger-profile .about-exchanger .item-fact_support a:hover {
  color: #245ce3;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-out;
}
@media (any-hover: hover) {
  .page-exchanger-profile .about-exchanger .item-fact_support a:hover {
    border-bottom: 1px solid #245ce3;
  }
}
@media (max-width: 767px) {
  .page-exchanger-profile .about-exchanger .item-fact_support {
    margin: 15px 0 0;
  }
  .page-exchanger-profile .about-exchanger .item-fact_support .item-fact__title {
    margin: 0 0 6px 0;
  }
  .page-exchanger-profile .about-exchanger .item-fact_support .item-fact__value {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 767px) and (max-width: 1400px) {
  .page-exchanger-profile .about-exchanger .item-fact_support .item-fact__value:before {
    top: 10px;
    left: 18px;
  }
}
@media (max-width: 767px) {
  .page-exchanger-profile .about-exchanger .item-fact_support .item-fact__value:not(:last-child) {
    margin: 0 0 6px 0;
  }
}

.page-exchanger-profile .feedback__body {
  padding: 50px 0 0 0;
}
.page-exchanger-profile .feedback__btn-add-comment._disabled {
  opacity: 0.3;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.page-exchanger-profile .feedback__btn-add-comment, .page-exchanger-profile .feedback__btn-add-comment:hover {
  cursor: pointer;
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #245ce3;
  background-color: transparent;
  gap: 0 12px;
  transition: 0.2s ease-out;
}
@media (max-width: 375px) {
  .page-exchanger-profile .feedback__btn-add-comment, .page-exchanger-profile .feedback__btn-add-comment:hover {
    width: 100%;
  }
}
.page-exchanger-profile .feedback__btn-add-comment span, .page-exchanger-profile .feedback__btn-add-comment:hover span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1666666667;
  text-transform: uppercase;
  color: #245ce3;
  transition: 0.2s ease-out;
}
.page-exchanger-profile .feedback__btn-add-comment .add-cross, .page-exchanger-profile .feedback__btn-add-comment:hover .add-cross {
  width: 20px;
  height: 20px;
  position: relative;
}
.page-exchanger-profile .feedback__btn-add-comment .add-cross:before, .page-exchanger-profile .feedback__btn-add-comment .add-cross:after, .page-exchanger-profile .feedback__btn-add-comment:hover .add-cross:before, .page-exchanger-profile .feedback__btn-add-comment:hover .add-cross:after {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  transform: translate(0, -50%);
  background-color: #245ce3;
}
.page-exchanger-profile .feedback__btn-add-comment .add-cross:before, .page-exchanger-profile .feedback__btn-add-comment:hover .add-cross:before {
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.page-exchanger-profile .feedback__btn-add-comment .add-cross:after, .page-exchanger-profile .feedback__btn-add-comment:hover .add-cross:after {
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media (any-hover: hover) {
  .page-exchanger-profile .feedback__btn-add-comment:hover {
    background-color: #245ce3;
  }
  .page-exchanger-profile .feedback__btn-add-comment:hover span {
    color: #ffffff;
  }
  .page-exchanger-profile .feedback__btn-add-comment:hover .add-cross:before, .page-exchanger-profile .feedback__btn-add-comment:hover .add-cross:after {
    background-color: #ffffff;
  }
}
.page-exchanger-profile .feedback__form-add-comment {
  margin: 20px 0 0 0;
  display: none;
}
.page-exchanger-profile .feedback__comments {
  margin: 28px 0 0 0;
}
@media (max-width: 768px) {
  .page-exchanger-profile .feedback__body {
    padding: 30px 0 0 0;
  }
  .page-exchanger-profile .feedback__comments {
    margin: 22px 0 0 0;
  }
}

@media (min-width: 769px) {
  .page-exchanger-profile .feedback .exch-comments__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 50px;
  }
}
.page-exchanger-profile .feedback .exch-comments__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
.page-exchanger-profile .feedback .exch-comments__body {
  margin: 16px 0 0 0;
}
.page-exchanger-profile .feedback .exch-comments__control {
  margin: 50px 0 0 0;
}
.page-exchanger-profile .feedback .exch-comments__comment:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .page-exchanger-profile .feedback .exch-comments__title {
    font-size: 28px;
  }
  .page-exchanger-profile .feedback .exch-comments__sort {
    margin: 13px 0 0 0;
  }
  .page-exchanger-profile .feedback .exch-comments__body {
    margin: 20px 0 0 0;
  }
  .page-exchanger-profile .feedback .exch-comments__control {
    margin: 30px 0 0 0;
  }
  .page-exchanger-profile .feedback .exch-comments__comment:not(:last-child) {
    margin: 0 0 10px 0;
  }
}

.page-exchanger-profile .feedback .sort-comments {
  display: flex;
  align-items: center;
  gap: 0 14px;
}
.page-exchanger-profile .feedback .sort-comments__title {
  font-size: 15px;
  line-height: 30px;
  color: #676767;
}
.page-exchanger-profile .feedback .sort-comments__select {
  flex: 0 0 170px;
  width: 170px;
}
@media (max-width: 375px) {
  .page-exchanger-profile .feedback .sort-comments {
    justify-content: space-between;
    gap: 0 25px;
  }
  .page-exchanger-profile .feedback .sort-comments__select {
    flex: 1 0 auto;
    width: unset;
  }
}
@media (max-width: 325px) {
  .page-exchanger-profile .feedback .sort-comments__title {
    font-size: 13px;
  }
}

.page-exchanger-profile .feedback .sort-comments .select {
  position: relative;
}
.page-exchanger-profile .feedback .sort-comments .select__header {
  position: relative;
  cursor: pointer;
  border: 1px solid #878787;
}
.page-exchanger-profile .feedback .sort-comments .select__header, .page-exchanger-profile .feedback .sort-comments .select__item {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 5px 20px 5px 10px;
  transition: 0.2s ease-out;
}
@media (max-width: 325px) {
  .page-exchanger-profile .feedback .sort-comments .select__header, .page-exchanger-profile .feedback .sort-comments .select__item {
    height: 30px;
  }
}
.page-exchanger-profile .feedback .sort-comments .select__current {
  transition: 0.2s ease-out;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.page-exchanger-profile .feedback .sort-comments .select__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transition: 0.2s;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #000000 transparent transparent transparent;
}
.page-exchanger-profile .feedback .sort-comments .select__body {
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  border: 1px solid #878787;
  border-top: 0;
  transition: 0.2s ease-out;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #245ce3 #fff;
}
.page-exchanger-profile .feedback .sort-comments .select__body::-webkit-scrollbar {
  width: 4px;
}
.page-exchanger-profile .feedback .sort-comments .select__body::-webkit-scrollbar-track {
  background: #fff;
}
.page-exchanger-profile .feedback .sort-comments .select__body::-webkit-scrollbar-thumb {
  background-color: #245ce3;
}
.page-exchanger-profile .feedback .sort-comments .select__current, .page-exchanger-profile .feedback .sort-comments .select__item {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 325px) {
  .page-exchanger-profile .feedback .sort-comments .select__current, .page-exchanger-profile .feedback .sort-comments .select__item {
    font-size: 13px;
    line-height: 15px;
  }
}
.page-exchanger-profile .feedback .sort-comments .select__item {
  cursor: pointer;
}
.page-exchanger-profile .feedback .sort-comments .select__item:not(:last-child) {
  border-bottom: 1px solid #878787;
}
@media (any-hover: hover) {
  .page-exchanger-profile .feedback .sort-comments .select__item:hover {
    background-color: #eaf0ff;
  }
}
.page-exchanger-profile .feedback .sort-comments .select_active .select__header {
  background-color: #fff;
  border: 1px solid #245ce3;
}
.page-exchanger-profile .feedback .sort-comments .select_active .select__current {
  color: #245ce3;
}
.page-exchanger-profile .feedback .sort-comments .select_active .select__icon {
  transform: translate(0, -50%) rotate(180deg);
  border-color: #245ce3 transparent transparent transparent;
}
.page-exchanger-profile .feedback .sort-comments .select_active .select__body {
  opacity: 1;
  visibility: visible;
}

.page-exchanger-profile .feedback .control-comments {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 100px;
}
.page-exchanger-profile .feedback .control-comments__pages {
  display: flex;
  gap: 0 2px;
}
.page-exchanger-profile .feedback .control-comments__item-page {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #878787;
  cursor: pointer;
  transition: 0.2s ease-out;
  position: relative;
}
.page-exchanger-profile .feedback .control-comments__item-page:before {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid transparent;
  transition: 0.2s ease-out;
}
.page-exchanger-profile .feedback .control-comments__item-page._current {
  background-color: #245ce3;
  color: #ffffff;
}
@media (any-hover: hover) {
  .page-exchanger-profile .feedback .control-comments__item-page._current:hover {
    color: #ffffff;
  }
}
@media (any-hover: hover) {
  .page-exchanger-profile .feedback .control-comments__item-page:hover {
    color: #245ce3;
  }
  .page-exchanger-profile .feedback .control-comments__item-page:hover:before {
    border: 2px solid #245ce3;
  }
}
.page-exchanger-profile .feedback .control-comments__arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: 0.2s ease-out;
}
.page-exchanger-profile .feedback .control-comments__arrow._left {
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
}
@media (any-hover: hover) {
  .page-exchanger-profile .feedback .control-comments__arrow._left:hover {
    transform: translate(-10px, -50%) rotate(180deg);
  }
}
.page-exchanger-profile .feedback .control-comments__arrow._right {
  right: 0;
}
@media (any-hover: hover) {
  .page-exchanger-profile .feedback .control-comments__arrow._right:hover {
    transform: translate(10px, -50%);
  }
}
.page-exchanger-profile .feedback .control-comments__arrow._desktop {
  padding: 12px 0;
}
@media (max-width: 600px) {
  .page-exchanger-profile .feedback .control-comments__arrow._desktop {
    display: none;
  }
}
.page-exchanger-profile .feedback .control-comments__arrow._mobile {
  padding: 12px 0 12px 17px;
}
@media (min-width: 601px) {
  .page-exchanger-profile .feedback .control-comments__arrow._mobile {
    display: none;
  }
}
.page-exchanger-profile .feedback .control-comments.first-page-control .control-comments__arrow._left {
  display: none;
}
.page-exchanger-profile .feedback .control-comments.last-page-control .control-comments__arrow._right {
  display: none;
}

.page-exchanger-profile .feedback .item-comment {
  background-color: #fff;
}
.page-exchanger-profile .feedback .item-comment__body {
  padding: 0 40px;
}
.page-exchanger-profile .feedback .item-comment__footer {
  padding: 6px 10px 10px 40px;
}
.page-exchanger-profile .feedback .item-comment__content {
  padding: 33px 0 18px;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media (max-width: 1400px) {
  .page-exchanger-profile .feedback .item-comment__content {
    font-size: 15px;
  }
}
.page-exchanger-profile .feedback .item-comment._confirmed .comment-info__status-icon {
  background-image: url("../../../img/confirmed_comment-icon.svg");
  background-position: 0 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}
.page-exchanger-profile .feedback .item-comment._confirmed .comment-info__status-text {
  color: #219653;
}
.page-exchanger-profile .feedback .item-comment._not-confirmed {
  position: relative;
}
.page-exchanger-profile .feedback .item-comment._not-confirmed .comment-info__status-icon {
  border-radius: 50%;
  background-color: red;
  position: relative;
}
.page-exchanger-profile .feedback .item-comment._not-confirmed .comment-info__status-text {
  color: #eb5757;
}
@media (max-width: 767px) {
  .page-exchanger-profile .feedback .item-comment__body {
    padding: 0 16px;
  }
  .page-exchanger-profile .feedback .item-comment__footer {
    padding: 8px 16px 13px;
  }
  .page-exchanger-profile .feedback .item-comment__content {
    padding: 15px 0;
    font-size: 13px;
    line-height: 18px;
  }
  .page-exchanger-profile .feedback .item-comment._confirmed .comment-info__status-icon {
    background-size: 9px;
  }
}

.page-exchanger-profile .feedback .item-comment .comment-info {
  padding: 20px 0 16px;
  border-bottom: 1px solid #dedede;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto auto auto;
  gap: 0 35px;
}
.page-exchanger-profile .feedback .item-comment .comment-info__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5555555556;
  color: #000000;
}
.page-exchanger-profile .feedback .item-comment .comment-info__ip, .page-exchanger-profile .feedback .item-comment .comment-info__status, .page-exchanger-profile .feedback .item-comment .comment-info__age {
  font-size: 15px;
  line-height: 1.6;
  color: #000000;
}
.page-exchanger-profile .feedback .item-comment .comment-info__status {
  display: flex;
  align-items: center;
  gap: 0 7px;
}
.page-exchanger-profile .feedback .item-comment .comment-info__status-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}
@media (max-width: 1400px) {
  .page-exchanger-profile .feedback .item-comment .comment-info {
    gap: 0 25px;
  }
  .page-exchanger-profile .feedback .item-comment .comment-info__name {
    font-size: 15px;
  }
  .page-exchanger-profile .feedback .item-comment .comment-info__ip, .page-exchanger-profile .feedback .item-comment .comment-info__status, .page-exchanger-profile .feedback .item-comment .comment-info__age {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .page-exchanger-profile .feedback .item-comment .comment-info {
    justify-content: space-between;
    grid-template-columns: auto auto;
    grid-template-areas: "name age" "status age";
  }
  .page-exchanger-profile .feedback .item-comment .comment-info__name {
    grid-area: name;
  }
  .page-exchanger-profile .feedback .item-comment .comment-info__ip {
    display: none;
  }
  .page-exchanger-profile .feedback .item-comment .comment-info__status {
    grid-area: status;
  }
  .page-exchanger-profile .feedback .item-comment .comment-info__age {
    grid-area: age;
  }
}
@media (max-width: 767px) {
  .page-exchanger-profile .feedback .item-comment .comment-info {
    padding: 10px 0 14px;
  }
  .page-exchanger-profile .feedback .item-comment .comment-info__ip, .page-exchanger-profile .feedback .item-comment .comment-info__status, .page-exchanger-profile .feedback .item-comment .comment-info__age {
    font-size: 9px;
    line-height: 1.3333333333;
  }
  .page-exchanger-profile .feedback .item-comment .comment-info__status {
    gap: 0 4px;
  }
  .page-exchanger-profile .feedback .item-comment .comment-info__status-icon {
    flex: 0 0 9px;
    width: 9px;
    height: 9px;
  }
  .page-exchanger-profile .feedback .item-comment .comment-info__age {
    line-height: 1.7777777778;
  }
}

@media (max-width: 767px) {
  .page-exchanger-profile .feedback .item-comment .comment-age {
    justify-self: end;
    align-self: center;
  }
  .page-exchanger-profile .feedback .item-comment .comment-age__date, .page-exchanger-profile .feedback .item-comment .comment-age__time {
    display: block;
    text-align: right;
  }
  .page-exchanger-profile .feedback .item-comment .comment-age__prep {
    display: none;
  }
}

.page-exchanger-profile .feedback .item-comment .comment-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 12px;
}
.page-exchanger-profile .feedback .item-comment .comment-footer__link, .page-exchanger-profile .feedback .item-comment .comment-footer__link:hover {
  font-size: 13px;
  line-height: 20px;
  color: #245ce3;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-out;
}
@media (any-hover: hover) {
  .page-exchanger-profile .feedback .item-comment .comment-footer__link:hover {
    border-bottom: 1px solid #245ce3;
  }
}
.page-exchanger-profile .feedback .item-comment .comment-footer__separator {
  display: inline-block;
  height: 18px;
  width: 1px;
  background-color: #cddcff;
}
@media (max-width: 767px) {
  .page-exchanger-profile .feedback .item-comment .comment-footer {
    gap: 0 10px;
  }
  .page-exchanger-profile .feedback .item-comment .comment-footer__link, .page-exchanger-profile .feedback .item-comment .comment-footer__link:hover {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (min-width: 769px) {
  .exchanger-profile .feedback-form__body {
    display: grid;
    grid-template-areas: "title rating" "name email" "speed support" "comment comment";
  }
  .exchanger-profile .feedback-form.require-request-id .feedback-form__body {
    grid-template-areas: "title rating" "name email" "speed support" "comment comment" "request request";
  }
}
@media (max-width: 768px) {
  .exchanger-profile .feedback-form__body > *:not(:first-child) {
    margin: 10px 0 0 0;
  }
}
.exchanger-profile .feedback-form .request-group {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.exchanger-profile .feedback-form.require-request-id .request-group {
  grid-area: request;
  position: static;
  width: unset;
  height: unset;
  border: unset;
  padding: unset;
  clip: unset;
  overflow: unset;
}
.exchanger-profile .feedback-form__body {
  grid-template-columns: 1fr 1fr;
  gap: 20px 55px;
}
@media (max-width: 1400px) {
  .exchanger-profile .feedback-form__body {
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
  }
}
@media (max-width: 992px) {
  .exchanger-profile .feedback-form__body {
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
  }
}
.exchanger-profile .feedback-form__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
@media (max-width: 768px) {
  .exchanger-profile .feedback-form__title {
    font-size: 28px;
  }
}
.exchanger-profile .feedback-form__rating .star-rating {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.exchanger-profile .feedback-form__rating .star-rating__title {
  font-size: 18px;
  line-height: 1.5555555556;
  color: #000000;
}
@media (max-width: 768px) {
  .exchanger-profile .feedback-form__rating .star-rating__title {
    font-size: 15px;
    line-height: 1.6;
  }
}
.exchanger-profile .feedback-form__input,
.exchanger-profile .feedback-form .select__header,
.exchanger-profile .feedback-form .select__item {
  width: 100%;
  padding: 15px 22px 15px 25px;
  height: 50px;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
}
.exchanger-profile .feedback-form textarea.feedback-form__input {
  height: unset;
  min-height: 150px;
  transition: 0s;
}
.exchanger-profile .feedback-form__input,
.exchanger-profile .feedback-form .select__header,
.exchanger-profile .feedback-form .select__current,
.exchanger-profile .feedback-form .select__clue,
.exchanger-profile .feedback-form .select__item {
  font-family: "SF Pro Display", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  transition: 0.2s ease-out;
}
.exchanger-profile .feedback-form__input::-moz-placeholder {
  color: #888888;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.exchanger-profile .feedback-form__input::placeholder,
.exchanger-profile .feedback-form .select__clue {
  color: #888888;
  transition: 0.2s ease-out;
}
.exchanger-profile .feedback-form__input:focus {
  border: 1px solid #245CE3;
}
.exchanger-profile .feedback-form__input:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
.exchanger-profile .feedback-form__input:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 600px) {
  .exchanger-profile .feedback-form__input,
  .exchanger-profile .feedback-form .select__header,
  .exchanger-profile .feedback-form .select__item {
    padding: 13px 16px;
    height: 45px;
  }
  .exchanger-profile .feedback-form__input,
  .exchanger-profile .feedback-form .select__header,
  .exchanger-profile .feedback-form .select__current,
  .exchanger-profile .feedback-form .select__clue,
  .exchanger-profile .feedback-form .select__item {
    font-size: 13px;
    line-height: 19px;
  }
}
.exchanger-profile .feedback-form__footer {
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  .exchanger-profile .feedback-form__footer {
    margin: 10px 0 0 0;
  }
}
@media (min-width: 601px) {
  .exchanger-profile .feedback-form__footer {
    display: flex;
    gap: 10px;
  }
}
.exchanger-profile .feedback-form__button {
  flex: 0 0 240px;
  width: 240px;
  height: 45px;
  border: none;
  outline: none;
  background: #245CE3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "SF Pro Display", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  transition: 0.2s ease-out;
}
@media (max-width: 600px) {
  .exchanger-profile .feedback-form__button {
    margin: 10px auto 0;
  }
}
.exchanger-profile .feedback-form__button:hover, .exchanger-profile .feedback-form__button:focus {
  color: #FFFFFF;
  background: #003ac2;
}
@media (max-width: 425px) {
  .exchanger-profile .feedback-form__button {
    width: 100%;
  }
}

.exchanger-profile .feedback-form .feedback-form__title {
  grid-area: title;
}

.exchanger-profile .feedback-form .feedback-form__rating {
  grid-area: rating;
  align-self: end;
}

.exchanger-profile .feedback-form .name-group {
  grid-area: name;
}

.exchanger-profile .feedback-form .email-group {
  grid-area: email;
}

.exchanger-profile .feedback-form .speed-group {
  grid-area: speed;
}

.exchanger-profile .feedback-form .support-group {
  grid-area: support;
}

.exchanger-profile .feedback-form .text-group {
  grid-area: comment;
}

.exchanger-profile .feedback-form .select {
  position: relative;
}
.exchanger-profile .feedback-form .select__header {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.exchanger-profile .feedback-form .select__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transition: 0.2s;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #888888 transparent transparent transparent;
}
.exchanger-profile .feedback-form .select__clue {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.exchanger-profile .feedback-form .select__body {
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #245CE3 #FFFFFF;
}
.exchanger-profile .feedback-form .select__body::-webkit-scrollbar {
  width: 4px;
}
.exchanger-profile .feedback-form .select__body::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.exchanger-profile .feedback-form .select__body::-webkit-scrollbar-thumb {
  background-color: #245CE3;
}
.exchanger-profile .feedback-form .select__item {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: 0.2s;
  color: #000000;
}
.exchanger-profile .feedback-form .select__item:hover, .exchanger-profile .feedback-form .select__item:focus {
  background: rgba(36, 92, 227, 0.15);
}
.exchanger-profile .feedback-form .select_active .select__header {
  border: 1px solid #E6E6E6;
}
.exchanger-profile .feedback-form .select_active .select__icon {
  transform: translate(0, -50%) rotate(180deg);
  border-color: #245CE3 transparent transparent transparent;
}
.exchanger-profile .feedback-form .select_active .select__body {
  opacity: 1;
  visibility: visible;
}
.exchanger-profile .feedback-form .select_chosen .select__clue {
  display: none;
}

.exchanger-profile .feedback-form .radiobuttons {
  flex: 1 1 auto;
}
.exchanger-profile .feedback-form .radiobuttons__item {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
  font-family: "SF Pro Display", Arial, sans-serif;
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.exchanger-profile .feedback-form .radiobuttons__item:not(:last-child) {
  margin: 0 10px 5px 0;
}
.exchanger-profile .feedback-form .radiobuttons__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.exchanger-profile .feedback-form .radiobuttons__box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #dfdee2;
}
.exchanger-profile .feedback-form .radiobuttons__box:before {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  left: 3px;
  bottom: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
}
.exchanger-profile .feedback-form .radiobuttons__input:checked + .radiobuttons__box:before {
  background-color: #245ce3;
}

body.lock {
  overflow: hidden;
}

.page-direction .filter-city {
  display: inline-flex;
}
.page-direction .filter-city__body {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  padding: 6px 8px 7px;
}
.page-direction .filter-city__title, .page-direction .filter-city__current-city {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.page-direction .filter-city__title {
  margin-left: 3px;
  color: #000;
}
.page-direction .filter-city__current-city {
  margin-left: 6px;
  color: #245CE3;
  transition: 0.2s ease-out;
}
.page-direction .filter-city__current-city:hover {
  color: rgba(36, 93, 227, 0.75);
}
.page-direction .filter-city__undo-btn {
  margin-left: 14px;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.page-direction .filter-city__undo-btn path {
  fill: #A0A0A0;
  transition: 0.2s ease-out;
}
.page-direction .filter-city__undo-btn:hover path {
  fill: #FD0016;
}

#popup-city.popup {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  overflow-y: auto;
  overflow-x: hidden;
}
#popup-city.popup.open {
  opacity: 1;
  visibility: visible;
}
#popup-city.popup.open .popup__content {
  opacity: 1;
  transform: perspective(650px) translate(0vh, 0vh) rotateX(0deg);
}

#popup-city.popup .popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 16px;
}
#popup-city.popup .popup__content {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 670px;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: perspective(650px) translate(0vh, -50vh) rotateX(45deg);
  padding: 42px;
}
@media (max-width: 425px) {
  #popup-city.popup .popup__content {
    padding: 27px 16px 34px;
  }
}
#popup-city.popup .popup__close {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  right: -43px;
  top: -3px;
  opacity: 1;
  transition: 0.2s;
}
#popup-city.popup .popup__close:before, #popup-city.popup .popup__close:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
#popup-city.popup .popup__close:before {
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}
#popup-city.popup .popup__close:after {
  bottom: 50%;
  transform: rotate(45deg) translate(0, 50%);
}
#popup-city.popup .popup__close:hover {
  opacity: 0.8;
}
@media (max-width: 650px) {
  #popup-city.popup .popup__close {
    width: 27px;
    height: 27px;
    right: 5px;
    top: 5.5px;
  }
  #popup-city.popup .popup__close:before, #popup-city.popup .popup__close:after {
    background-color: #CCCCCC;
  }
}
#popup-city.popup .popup__title {
  text-align: center;
  font-family: "Gilroy";
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2173913043;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 650px) {
  #popup-city.popup .popup__title {
    font-size: 23px;
  }
}
#popup-city.popup .popup__subtitle {
  text-align: center;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  max-width: 535px;
  margin-top: 12px;
}
@media (max-width: 650px) {
  #popup-city.popup .popup__subtitle {
    margin-top: 6px;
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 651px) {
  #popup-city.popup .tabs .tabs-triggers {
    display: none;
  }
}
@media (max-width: 650px) {
  #popup-city.popup .tabs .tabs-triggers__track {
    gap: unset;
  }
  #popup-city.popup .tabs .tabs-triggers__item, #popup-city.popup .tabs .tabs-triggers__item:hover {
    padding: 7px 22px;
  }
  #popup-city.popup .tabs .tabs-triggers__item:first-child, #popup-city.popup .tabs .tabs-triggers__item:first-child:hover {
    padding: 7px 22px 7px 0px;
  }
  #popup-city.popup .tabs .tabs-triggers__item_active, #popup-city.popup .tabs .tabs-triggers__item_active:hover {
    color: #245CE3;
  }
}
@media (min-width: 651px) {
  #popup-city.popup .tabs .tabs-content__item {
    display: block;
  }
}
@media (max-width: 650px) {
  #popup-city.popup .tabs .tabs-content__item {
    display: none;
  }
}
@media (max-width: 650px) {
  #popup-city.popup .tabs .tabs-content__item_active {
    display: block;
  }
}

@media (min-width: 651px) {
  #popup-city.popup .tabs {
    margin-top: 30px;
  }
  #popup-city.popup .tabs .tabs-content {
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
}
@media (min-width: 651px) and (min-width: 651px) {
  #popup-city.popup .tabs .tabs-content {
    display: grid;
  }
}
@media (max-width: 650px) {
  #popup-city.popup .tabs {
    margin-top: 6px;
  }
  #popup-city.popup .tabs .tabs-content {
    margin-top: 12px;
  }
}
#popup-city.popup .filter-form__scroll-field {
  background: #F4F4F4;
  border: 1px solid #DFDEE2;
  padding-right: 9px;
  height: 282px;
  max-height: 282px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #B7B4C2 #EEEBF2;
}
#popup-city.popup .filter-form__scroll-field::-webkit-scrollbar {
  width: 3px;
}
#popup-city.popup .filter-form__scroll-field::-webkit-scrollbar-track {
  background: #EEEBF2;
}
#popup-city.popup .filter-form__scroll-field::-webkit-scrollbar-thumb {
  background-color: #B7B4C2;
}

#popup-city.popup .filter-form .filter-radio {
  width: 100%;
}
#popup-city.popup .filter-form .filter-radio__input {
  display: none;
}
#popup-city.popup .filter-form .filter-radio .filter-radio__input:checked + .filter-radio__fake {
  background: #245CE3;
  color: #FFFFFF;
}
#popup-city.popup .filter-form .filter-radio .filter-radio__input:checked + .filter-radio__fake:before {
  background-color: #245CE3;
}
#popup-city.popup .filter-form .filter-radio .filter-radio__input:checked + .filter-radio__fake:after {
  color: #FFFFFF;
}
@media (any-hover: hover) {
  #popup-city.popup .filter-form .filter-radio .filter-radio__input:not(:checked) + .filter-radio__fake:hover {
    background: #e1eaff;
  }
  #popup-city.popup .filter-form .filter-radio .filter-radio__input:not(:checked) + .filter-radio__fake:hover:before {
    background-color: #e1eaff;
  }
}

#popup-city.popup .filter-form .filter-radio .fake-radio {
  min-height: 28px;
  padding: 5px 50px 5px 20px;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  transition: 0.2s ease-out;
  cursor: pointer;
  position: relative;
}
@media (max-width: 425px) {
  #popup-city.popup .filter-form .filter-radio .fake-radio {
    font-size: 13px;
  }
}
#popup-city.popup .filter-form .filter-radio .fake-radio[data-quantity]:after {
  content: attr(data-quantity);
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(36, 92, 227, 0.15);
  border: 1px solid #AFC7FF;
  transition: 0.2s ease-out;
  border-radius: 5px;
  font-size: 11px;
  line-height: 13px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  padding: 0 4px;
  height: 15px;
}
#popup-city.popup .filter-form .filter-radio .fake-radio:before {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  left: 10px;
  bottom: 0;
  width: calc(100% - 10px);
  height: 1px;
  transition: 0.2s ease-out;
  background-color: #EBEBED;
}/*# sourceMappingURL=exchanges_pages_layout.css.map */