@media screen and (min-width: 960px) {
  .toggler {
    display: none;
  }

  .hide-on-pc {
    display: none;
  }
}
@media (max-width: 1800px) {
  .button buttona {
    height: 90px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1420px) {
  .main {
    overflow: hidden;
  }

  .location .map {
    width: 560px;
  }
}
@media (max-width: 1400px) {
  .additional-page.verification-page .order-form {
    width: 500px;
  }
}
@media screen and (max-width: 1240px) {
  .main .inside,
  .inside {
    width: 960px;
  }

  .main .currencies {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 40px 18px;
    -webkit-background-size: 1040px auto;
    -moz-background-size: 1040px auto;
    -o-background-size: 1040px auto;
    background-size: 1040px auto;
  }

  .main .currencies .currency .description {
    margin-top: 20px;
  }

  .security h3 {
    margin-bottom: 26px;
  }

  .security h3,
  .exchange-steps .left h3 {
    font-size: 36px;
  }

  .exchange-steps .left {
    width: 480px;
  }

  .exchange-steps .right {
    width: 450px;
  }

  .exchange-steps .right li .desc {
    width: 310px;
  }

  .security .left .desc {
    padding: 26px;
  }

  .security .left {
    width: 500px;
  }

  .security .right {
    width: 360px;
  }

  .calculator h2 {
    font-size: 36px;
  }

  .why-us h2 {
    font-size: 36px;
  }

  .why-us .list .item {
    padding: 20px 15px;
  }

  .why-us .list .item h4 {
    margin-top: 16px;
  }

  .location .left h2 {
    font-size: 36px;
  }

  .location .left {
    width: 500px;
  }

  .location .map {
    width: 420px;
  }

  .location .left .heading {
    margin-bottom: 30px;
  }

  .location .left .slider .item {
    padding: 20px;
  }

  .location .left .slider .item h4 {
    font-size: 20px;
  }

  .exchange-online .left h2 {
    font-size: 36px;
  }

  .exchange-online .left .list li:not(:last-child) {
    margin-bottom: 16px;
  }

  .exchange-online .left .list li {
    font-size: 20px;
  }

  .exchange-online .left {
    width: 500px;
  }

  .exchange-online .phone img {
    max-width: 100%;
  }

  .exchange-online .phone {
    width: 400px;
  }

  .exchange-online .left .heading {
    font-size: 16px;
  }

  .exchange-online .left .list {
    margin-bottom: 30px;
  }

  .exchange-online .left .list li:before {
    top: 4px;
  }

  .footer {
    padding-top: 100px;
  }

  .footer .coll-2 {
    padding-left: 160px;
  }

  .main .caption .coin-1 {
    left: -50px;
  }

  .main .caption .coin-2 {
    right: -50px;
  }

  .calculator .calculate-table .reverse:before {
    width: 17px;
    margin-left: -9px;
  }

  .calculator .calculate-table .reverse:after {
    width: 17px;
    margin-left: -9px;
  }

  @-webkit-keyframes moveUpDown1 {
    0% {
      top: 150px;
    }

    50% {
      top: 200px;
    }

    100% {
      top: 150px;
    }
  }

  @-moz-keyframes moveUpDown1 {
    0% {
      top: 150px;
    }

    50% {
      top: 200px;
    }

    100% {
      top: 150px;
    }
  }

  @-o-keyframes moveUpDown1 {
    0% {
      top: 150px;
    }

    50% {
      top: 200px;
    }

    100% {
      top: 150px;
    }
  }

  @keyframes moveUpDown1 {
    0% {
      top: 150px;
    }

    50% {
      top: 200px;
    }

    100% {
      top: 150px;
    }
  }

  @-webkit-keyframes moveUpDown2 {
    0% {
      top: 200px;
    }

    50% {
      top: 150px;
    }

    100% {
      top: 200px;
    }
  }

  @-moz-keyframes moveUpDown2 {
    0% {
      top: 200px;
    }

    50% {
      top: 150px;
    }

    100% {
      top: 200px;
    }
  }

  @-o-keyframes moveUpDown2 {
    0% {
      top: 200px;
    }

    50% {
      top: 150px;
    }

    100% {
      top: 200px;
    }
  }

  @keyframes moveUpDown2 {
    0% {
      top: 200px;
    }

    50% {
      top: 150px;
    }

    100% {
      top: 200px;
    }
  }

  .calculator .select {
    width: 140px;
    font-size: 24px;
  }

  .calculator .select .selected span {
    width: 90px;
  }

  .calculator .calculate-field input {
    font-size: 32px;
  }

  .location {
    padding-bottom: 120px;
  }

  .location .map-wr img {
    width: 400px;
    max-width: 100%;
  }

  .location .heading-wr {
    width: 520px;
  }

  .location .heading h2 {
    font-size: 36px;
  }

  .location .heading {
    margin-bottom: 30px;
  }

  .location .city-list {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }

  .rates-section {
    padding: 50px 40px;
    gap: 40px;
  }

  .rates-text {
    width: 60%;
  }

  .rates-buttons {
    width: 40%;
  }
}

@media screen and (max-width: 959px) {
  .calculator .calculate-field input {
    width: 154px;
  }

  .header .navigation {
    display: none;
  }

  .main .caption {
    margin-bottom: 40px;
    padding-bottom: 120px;
  }

  .exchange-steps .left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .exchange-steps .left h2 {
    display: none;
  }

  .exchange-steps h2 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    color: #ecf1f0;
    text-align: center;
    line-height: 1.35;
  }

  .exchange-steps .right,
  .exchange-steps .left {
    width: 100%;
  }

  .exchange-steps .left {
    text-align: center;
  }

  .exchange-steps .right li .desc {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
  }

  .exchange-steps .left p {
    margin-bottom: 30px;
  }

  .security .left {
    width: 100%;
    margin-bottom: 30px;
  }

  .security .right {
    width: 100%;
    text-align: center;
  }

  .why-us .heading {
    text-align: left;
    margin-bottom: 50px;
  }

  .why-us .list {
    gap: 20px 0;
  }

  .why-us .list .item {
    width: 49%;
    max-width: 49%;
  }

  .location .map {
    display: none;
  }

  .location .left .heading {
    text-align: left;
  }

  .location .hide-on-pc {
    margin-bottom: 30px;
    text-align: center;
  }

  .location .hide-on-pc img {
    max-width: 100%;
  }

  .location .left {
    width: 100%;
  }

  .exchange-online .left {
    width: 100%;
  }

  .exchange-online .phone img {
    margin: 0 auto;
  }

  .exchange-online .phone {
    width: 100%;
  }

  .calculator .select {
    width: 120px;
  }

  .calculator .select .selected span {
    width: 80px;
  }

  .reviews-pc {
    display: none;
  }

  .location .content .heading-wr {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .location .content {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 20px;
  }

  .location .city-list_section {
    margin-bottom: 60px;
  }

  .faq-left h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .faq-left {
    max-width: 259px;
  }

  .rates-text h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 880px) {
  .footer .coll-2 {
    padding-left: 100px;
  }

  .main .caption-inner h1 {
    font-size: 65px;
  }

  .calculator .calculate-table .reverse:before {
    width: 15px;
    margin-left: -8px;
  }

  .calculator .calculate-table .reverse:after {
    width: 15px;
    margin-left: -8px;
  }

  .calculator .calculate-field input {
  }

  .calculator .calculator-widget {
    padding: 24px;
  }

  .calculator .select {
    width: 110px;
    font-size: 20px;
  }

  .calculator .select img {
    width: 24px;
  }

  .calculator .select .dropdown {
    font-size: 20px;
  }

  .calculator .calculate-table .calculate-field:last-child {
    padding-left: 40px;
    padding-right: 20px;
  }

  .calculator .calculate-table .calculate-field:first-child {
    padding-right: 30px;
    padding-left: 20px;
  }

  .calculator .calculate-table .calculate-field:last-child label {
    left: 42px;
  }

  .calculator .calculate-field input {
    font-size: 22px;
    height: 40px;
  }

  .calculator .calculate-field {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .calculator .calculate-field label {
    top: 16px;
    font-size: 18px;
  }

  .calculator .calculate-table .reverse {
    width: 60px;
    margin-left: -30px;
    height: 60px;
    top: 30px;
  }

  .reverse img {
    width: 24px;
  }

  .calculator .calculate-table .reverse:before {
    width: 16px;
    margin-left: -8px;
  }

  .calculator .calculate-table .reverse:after {
    width: 16px;
    margin-left: -8px;
  }

  .calculator .calculate-description .price {
    font-size: 20px;
  }

  .calculator .calculate-description {
    margin-top: 60px;
    gap: 15px;
  }

  .calculator .calculator-widget {
    padding-top: 100px;
  }

  .calculator h2 {
    font-size: 32px;
    position: absolute;
    left: 0;
    margin-bottom: 0;
    top: 88px;
    width: 100%;
    text-align: center;
  }

  #calculator .heading {
    margin-bottom: 20px;
  }

  .calculator .calculate-field {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .location .city-list {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 860px) {
  .additional-page.verification-page .caption h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 800px) {
  .footer .coll-2 {
    padding-left: 0;
  }

  .main .currencies .currency {
    padding: 60px 40px 50px;
    width: 600px;
    background-image: url(../img/chart-shadow.svg);
    background-position: center bottom -16px;
    background-color: rgba(255, 255, 255, 0.05);
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 12px 28px rgba(10, 9, 9, 0.32);
    -moz-box-shadow: 0px 12px 28px rgba(10, 9, 9, 0.32);
    box-shadow: 0px 12px 28px rgba(10, 9, 9, 0.32);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }

  .main .currencies .slick-slide > div {
    margin-right: 30px;
  }

  .main .currencies {
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: none;
    padding: 0;
  }

  .main .currencies .currency p br {
    display: none;
  }

  .location .city-list {
    -ms-grid-columns: (auto) [3];
    grid-template-columns: repeat(3, auto);
  }

  .rates-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rates-text {
    text-align: center;
    width: 100%;
  }

  .rates-text p {
    max-width: 100%;
  }

  .rates-buttons {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .faq-section .inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-left {
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
  }

  .faq-left h2 {
    margin: 0 0 30px;
  }

  .faq-telegram-btn {
    margin: 0 auto;
  }

  .faq-right {
    max-width: 100%;
  }

  .rates-section {
    padding: 36px 25px;
  }
}
@media only screen and (max-width: 760px) {
  .additional-page.verification-page .order-form .fields {
    padding: 22px 18px;
  }
}

@media screen and (max-width: 750px) {
  .calculator .calculate-description .price {
    font-size: 24px;
  }

  .calculator .calculate-field {
    width: 100%;
    background: none;
    color: #fff;
    border: none;
  }

  .calculator .select .selected:after {
    width: 7px;
    height: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.3181 0.658956C6.3181 0.658956 4.45883 3.18346 3.79357 3.18346C3.12827 3.18346 1.26904 0.658936 1.26904 0.658936' stroke='white' stroke-width='0.631132' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }

  .calculator .calculate-field label {
    color: rgba(255, 255, 255, 0.6);
    left: 0;
  }

  .calculator .calculate-table .calculate-field:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .calculator .calculate-field input {
    color: #fff;
  }

  .calculator .calculate-table .reverse:before {
    left: -webkit-calc(70px - 50vw);
    left: -moz-calc(70px - 50vw);
    left: calc(70px - 50vw);
    width: -webkit-calc(50vw - 70px);
    width: -moz-calc(50vw - 70px);
    width: calc(50vw - 70px);
    margin-left: 0;
    top: 42px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }

  .calculator .calculate-table .reverse:after {
    right: -webkit-calc(70px - 50vw);
    right: -moz-calc(70px - 50vw);
    right: calc(70px - 50vw);
    width: -webkit-calc(50vw - 70px);
    width: -moz-calc(50vw - 70px);
    width: calc(50vw - 70px);
    margin-left: 0;
    top: 42px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    left: auto;
  }

  .calculator .calculate-table .reverse {
    border: none;
    background: none;
    top: 90px;
  }

  .calculator .calculate-to {
    padding-left: 24px;
  }

  .calculator .select {
    color: #fff;
  }

  .calculator .select {
    margin-right: 0;
  }

  .calculator .select .selected span {
    width: 74px;
  }

  .calculator .select .selected:after {
    width: 12px;
    height: 6px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .calculator .calculate-table .calculate-field:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .calculator .calculate-table .calculate-field:last-child label {
    left: 0;
  }

  .calculator .select .dropdown li {
    color: #040404;
  }

  .reverse img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 25px;
  }

  .reverse.rotated img {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  #rate-value::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #41d48f;
    margin-right: 6px;
    vertical-align: middle;
  }

  #calculator .heading {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }

  .calculator .calculate-table .reverse:before {
    top: 28px;
  }

  .calculator .calculate-table .reverse:after {
    top: 28px;
  }

  .location .heading h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 720px) {
  .main .caption-inner h1 {
    font-size: 64px;
  }

  .main .currencies .currency {
    width: 540px;
  }

  .footer .coll-1 > p {
    width: 180px;
  }
}

@media screen and (max-width: 640px) {
  .main .caption-inner h1 {
    font-size: 52px;
  }

  .main .currencies .slick-slide > div {
    margin-right: 20px;
  }

  .main .currencies .currency {
    width: 520px;
  }

  .security h3 {
    padding-left: 0;
  }

  .why-us .list .item {
    text-align: center;
  }

  .why-us .list .item .ico {
    margin: 0 auto;
  }

  .calculator h2 {
    font-size: 32px;
  }

  .calculator .calculate-description {
    margin-top: 30px;
  }

  .callback-form .summary {
    display: unset;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -moz-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    text-align: center;
  }

  .callback-form .summary > *:not(:last-child) {
    padding-bottom: 5px;
  }

  .location .city-list {
    -ms-grid-columns: (auto) [2];
    grid-template-columns: repeat(2, auto);
  }

  .calculator h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 580px) {
  .why-us .list .item {
    width: 100%;
    max-width: 100%;
  }

  .why-us .list .item {
    width: 100%;
    max-width: 100%;
  }

  .main .caption-inner h1 {
    font-size: 42px;
  }

  .main .currencies .currency {
    width: 80vw;
    background-position: center bottom 20px;
  }

  .footer .coll-1 {
    width: 100%;
  }

  .footer .coll-1 > p {
    display: none;
  }

  .callback-form .heading h3 {
    font-size: 24px;
  }

  .main {
    padding-top: 40px;
  }

  .main .caption {
    padding-bottom: 200px;
  }

  @-webkit-keyframes moveUpDown1 {
    0% {
      top: 250px;
    }

    50% {
      top: 300px;
    }

    100% {
      top: 250px;
    }
  }

  @-moz-keyframes moveUpDown1 {
    0% {
      top: 250px;
    }

    50% {
      top: 300px;
    }

    100% {
      top: 250px;
    }
  }

  @-o-keyframes moveUpDown1 {
    0% {
      top: 250px;
    }

    50% {
      top: 300px;
    }

    100% {
      top: 250px;
    }
  }

  @keyframes moveUpDown1 {
    0% {
      top: 250px;
    }

    50% {
      top: 300px;
    }

    100% {
      top: 250px;
    }
  }

  @-webkit-keyframes moveUpDown2 {
    0% {
      top: 300px;
    }

    50% {
      top: 250px;
    }

    100% {
      top: 300px;
    }
  }

  @-moz-keyframes moveUpDown2 {
    0% {
      top: 300px;
    }

    50% {
      top: 250px;
    }

    100% {
      top: 300px;
    }
  }

  @-o-keyframes moveUpDown2 {
    0% {
      top: 300px;
    }

    50% {
      top: 250px;
    }

    100% {
      top: 300px;
    }
  }

  @keyframes moveUpDown2 {
    0% {
      top: 300px;
    }

    50% {
      top: 250px;
    }

    100% {
      top: 300px;
    }
  }

  .location .heading-wr,
  .location .heading-wr .wp-gr {
    width: 100% !important;
  }
  .additional-page.verification-page .caption h1 {
    font-size: 44px;
    text-align: center;
  }
  .verification-page .button button {
    height: 70px;
    font-weight: 700;
    font-size: 16px;
  }
}
@media (max-width: 509px) {
  .calculator .calculate-description .item.action {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 499px) {
  .faq-left h2 {
    text-align: left;
  }

  .button a {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .footer .coll .socials {
    margin-bottom: 20px;
  }

  .footer .logo {
    margin-bottom: 30px;
  }

  .main .caption .coin-1 {
    width: 170px;
  }

  .main .caption .coin-2 {
    width: 140px;
  }
  .additional-page .caption h1 {
    font-size: 34px;
  }
  .verification-page .button button {
    height: 70px;
  }
}

@media screen and (max-width: 420px) {
  .main .caption-inner h1 {
    font-size: 36px;
  }

  .calculator .calculate-description .label {
    display: none;
  }

  .calculator .calculate-description {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }

  .calculator .calculate-description .price {
    font-size: 18px;
  }

  .calculator .calculate-field input {
    margin-top: 6px;
    height: auto;
  }

  .calculator .calculate-field label {
    font-size: 14px;
  }

  .calculator .calculate-table .reverse {
    top: 70px;
  }

  .calculator .calculator-widget {
    padding: 16px;
    padding-top: 80px;
  }

  .calculator .calculate-table .reverse:before {
    left: -webkit-calc(60px - 50vw);
    left: -moz-calc(60px - 50vw);
    left: calc(60px - 50vw);
    width: -webkit-calc(50vw - 64px);
    width: -moz-calc(50vw - 64px);
    width: calc(50vw - 64px);
  }

  .calculator .calculate-table .reverse:after {
    right: -webkit-calc(60px - 50vw);
    right: -moz-calc(60px - 50vw);
    right: calc(60px - 50vw);
    width: -webkit-calc(50vw - 64px);
    width: -moz-calc(50vw - 64px);
    width: calc(50vw - 64px);
  }

  .location {
    padding-bottom: 60px;
  }
}

@media (max-width: 375px) {
  .header .right-controls {
    gap: 15px;
  }

  .button.callback .cyrcle-btn {
    max-width: 40px;
    height: 40px;
  }
  .header .logo img {
    max-width: 110px;
  }
}

@media screen and (max-width: 360px) {
  .calculator .calculate-field input {
    width: 130px;
  }
}
