* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}
html {
    scroll-behavior: smooth;
}
body {
    display: block;
    position: relative;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    width: 100%;
    height: auto;
    background-image: url(img/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.service-policy-page,
.privacy-policy-page {
    background: none;
    background-color: #F1F9FE !important;
}

section {
    display: block;
    position: relative;
    overflow: hidden; 
    padding-bottom: 90px;
    z-index: 999;
}

.wrap {
    display: block;
    position: relative;
    width: 1120px;
    margin: 0 auto;
}
.left_content,
.right_content {
    width: 50%;
    float: left;
}
p, 
li,
li a {
    font-size: 16px;
    line-height: 26px;
    color: #979797;
}
h1,
h2,
h4 {
    color: #2D2D2D;
}
h1, 
h2 {
    font-size: 40px;
    line-height: 49px;
    max-width: 600px;
    text-align: center;
    margin: 66px auto;
}
h1 span, 
h2 span {
    color: #5F67F5;
    display: inline;
}
h4 {
    padding-bottom: 30px;
}
ul {
    display: inline;
    width: 80%;
}
ul li {
    display: inline;
    margin-left: 75px;
    float: right;
}
header {
    height: 86px;
    border-bottom: 1px solid #979797;
}
header img {
    width: 182px;
    margin-top: 23px;
}
header ul li {
    margin-top: 32px;
}
.wrap-tabs {
    display: block;
    position: relative;
    width: 736px;
    height: 444px;
    z-index: 9;
    margin: 0 auto;
    box-shadow: 0px 0px 56px 0px #0000001A;
    border-radius: 20px;
    top: 20px;
    background-color: #fff;

}
.tabs {
    position: absolute;
    font-size: 0;
    width: 544px;
    height: 375px;
    margin: 0 auto;
    z-index: 12;
    top: -30px;
    margin-left: 90px;
}

  .tabs>input[type="radio"] {
    display: none;
  }

  .tabs>div {
    display: none;
    box-shadow: 0px 4px 56px 0px #0000001A;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 16px;
  }

  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2 {
    display: flex;
  }
  #tab-btn-1:checked~#content-1 {
    justify-content: center;
    height: 335px;
    overflow-y: scroll;
}
#tab-btn-2:checked~#content-2 {
    position: relative;
    display: block;
    width: 706px;
    height: 444px;
    margin-left: -90px;
    box-shadow: none;
    background: none;
}
 .exchange-rates ul {
    width: 106px;
}
#tab-btn-1:checked~#content-1::-webkit-scrollbar {
    width: 5px;
    background-color: #979797; 
}

#tab-btn-1:checked~#content-1::-webkit-scrollbar {
    width: 6px; 
    background-color: inherit;
  }
  
  #tab-btn-1:checked~#content-1::-webkit-scrollbar-thumb {
    background-color: #979797;
    border-radius: 20px;
    box-shadow: 0px 4px 56px 0px #0000001A;
  }
.exchange-rates ul li {
    margin-left: 40px;
    display: block;
    text-align: left;
    float: left;
    padding: 10px 0;
} 
.exchange-rates ul li:nth-child(1) {
    margin-bottom: 18px;
    margin-top: 10px;
}
.exchange-rates .purchase li {
    margin-left: 20px;
    width: 100px;
}
.exchange-rates ul li img {
    width: 28px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    float: left;
    top: 2px;

}
.exchange-rates .name-currency {
    width: 116px;
}
.exchange-rates .name-currency li {
    margin-left: 0;
}
.tabs>label {
    position: absolute;
    z-index: 3;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #fff;
    border: none;
    border-radius: 20px 0px 0px 20px;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 272px;
    box-shadow: -20px 0px 56px 0px #0000001A;
    padding: 16px 0;
    margin-bottom: 30px;
  }
  
  .tabs>label:not(:first-of-type) {
    border-left: none;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 20px 0px 56px 0px #0000001A;
  }

  .tabs>input[type="radio"]:checked+label {
    background: linear-gradient(90deg, #FFF 0%, #D4D0FF 100%);
  }
  .tabs>input[type="radio"]:checked+label:first-of-type{
    background: linear-gradient(270deg, #FFF 0%, #D4D0FF 100%);
  }
  label .rates-img,
  label .order-img {
    position: absolute;
    left: 30px;
    margin-top: -2px;
  }
  label .order-img {
    left: calc(273px - 60px);
    margin-top: 0;
  }
#currencyExchangeForm {
    width: 530px;
    margin: 0 auto;
}
#currencyExchangeForm img {
    position: absolute;
    top: 86px;
    margin-left: 40px;

}
 input[type="text"],
 #result {
    width: 132px;
    height: 48px;
    border: none;
    border-radius: 0 4px 4px 0;
    background-color: #FFF;
    margin-left: 100px;
    border-left: #F3F3F3 1px solid;
    padding-left: 10px;
    font-size: 16px;
 }
 #result {
    display: block;
    position: relative;
    width: 132px;
    height: 32px;
    padding-top: 16px;
 }
 #tab-btn-2:checked~#content-2 form label {
    position: absolute;
    margin-top: -40px;
    color: #979797;
 }
.custom-select-container {
    position: relative;
    width: 232px;
    height: 48px;
    float: right;
    background-color: #FFF;
    box-shadow: 0px 0px 56px 0px #0000001A;
    margin-top: 60px;
    border-radius: 4px;
    margin-left: -16px;
}
.custom-select-container:first-of-type {
    float: left;
}

.custom-select {
    position: absolute;
    z-index: 9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100px;
    height: 48px;
    border: none;
    border-right: #F3F3F3 1px solid;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    cursor: pointer;
    background-image: url(img/Arrow.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 18px;
    font-size: 16px;
    color: #2D2D2D;
    font-weight: bold;
    padding-left: 10px;
}
.custom-select:focus,
.custom-select:active {
    outline: 0;
    outline-offset: 0;
}

.wrap-button {
    display: inline-block;
    position: relative;
    width: 100%;
    top: 40px;
}
.wrap-button p {
    color: #2D2D2D;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.wrap-button p span {
    font-weight: bold;
    margin-left: 15px;
}
.wrap-button button,
.wrap-contacts button {
    position: relative;
    display: block;
    width: 144px;
    height: 36px;
    border-radius: 20px;
    background: linear-gradient(270deg, #7158E2 0.18%, #C781F0 100%);
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
    border: none;
    margin: 0 auto;
    z-index: 101;
}
form {
    display: block;
}
#currencyExchangeForm .wrap-button button img,
.wrap-contacts button img {
    position: relative;
    top: 1px;
    margin-left: 10px;
    margin-right: -10px;
}
.wrap-contacts p {
    color: #2D2D2D;
}
.wrap-contacts p img {
    position: relative;
    margin-right: 10px;
    top: 1px;
}
.wrap-contacts a {
     margin-right: 15px;
}
.wrap-social {
    display: block;
    position: relative;
    margin-top: 20px;
}
.wrap-contacts h2 {
    width: 50%;
    text-align: left;
    margin-left: 0;
}
.form-content {
    position: relative;
    display: block;
    padding-top: 80px;
}

.form-content p {
    font-size: 14px;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    line-height: normal;
}
.form-content .form-text-footer {
    margin-top: 20px;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    background: #5F67F5;
    color: #fff;
    padding: 20px 15px;
    margin-left: -15px;
}
.form-content .form-text-footer a {
    color: #fff;
    font-weight: bold;
}
#ConfirmRequest {
    position: relative;
    background-color: #FFF;
    width: 544px;
    margin-top: 40px;
    margin-left: calc(50% - 270px);
    padding-bottom: 100px;
}
#ConfirmRequest input {
    position: relative;
    width: 232px;
    border: none;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.10);
    margin-left: 50px;
}
#ConfirmRequest input:nth-child(2) {
    margin-left: 0;
}
#ConfirmRequest label:nth-child(3) {
    margin-left: 50px;
}

.hidden {
    display: none;
}
button {
    cursor: pointer;
}
.left_content p {
    padding-bottom: 30px;
    text-align: left;
    line-height: 20px;
    padding-right: 60px;
}
.right_content img {
    float: right;
    width: 480px;
}
.wrap_address_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.address_content {
    width: 288px;
    height: auto;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 25px;
    margin-left: 20px;
    margin-right: 20px;
}
.address_content div:nth-child(1) {
    margin-bottom: 20px;
}
.address_content p {
    color: #2D2D2D;
    font-weight: bold;
    padding-right: 20px;
}
.address_content img {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.wrap_map {
    margin-top: 40px;
}
.wrap-faq p {
    text-align: center;
    margin-bottom: 40px;
}
.faq_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.faq_content div {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 10px;	
    padding: 25px 30px 25px 25px;
    margin: 0 10px 25px;
    text-align: left;
    background-color: #FFFFFF;	
    box-shadow: 0 6px 11px 0 rgba(0,0,0,0.1);
    pointer-events: none;
}
.faq_content h3 {
    color: #2D2D2D;		
    font-size: 16px;	
    font-weight: 600;	
    line-height: 30px;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.faq_content .view_faq h3 {
    display: block;
}
.faq_content h3::before {
    content: "+";
    display: block;
    font-size: 52px;
    position: absolute;
    font-weight: 100;
    pointer-events: all;
    transition: all 0.3s;
    cursor: pointer;
    color: #2D2D2D;
    line-height: 0;
    right: 0;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 56px rgba(0, 0, 0, 0.10);
    width: 53px;
    height: 30px;
    text-align: center;
    padding-top: 24px;
    padding-left: 1px;
}
.faq_content .view_faq h3::before {
    content: "-";
    opacity: 1;
    margin-top: -12px;
    font-size: 70px;
}
.faq_content div p, .faq_content div ul, .faq_content div ol {
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(50px);
    height: 0;
    will-change: transform,opacity;
    transition: transform .3s ease-in-out 0s,opacity .5s ease-in-out 0s;
    color: #FFFFFF;
    position: absolute;
}
.faq_content div.view_faq p, .faq_content div.view_faq ul, .faq_content div.view_faq ol {
    opacity: 1;
    transform: scaleY(1);
    height: auto;
    color: #333333;
    position: relative;
}
.faq_content div p {
    padding-top: 0px;
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
}
.faq_content div.view_faq p {
    padding-top: 26px;
    color: #979797;
    text-align: left;
    margin-bottom: 0;
}
.faq_content div ul {
    padding-left: 26px;
}
.faq_content div ul li {
    list-style-type: initial;
}
.faq_content p, .faq_content ul, .faq_content ol {
    color: #979797;
    position: relative;
    text-align: left;
    margin-bottom: 0;
}
.faq_content p a {
    text-decoration: underline;
    pointer-events: all;
    color: #FFF;
}
.faq_content div.view_faq a {
    color: #3978fc;
}
.faq_content p a:hover {
    opacity: 0.8;
    text-align: left;
    margin-bottom: 0;
}
.wrap-contacts form  {
    width: 100%;
    margin-top: 80px;
}
.wrap-contacts form input {
    display: block;
    width: 232px;
    height: 48px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.10);
    margin-left: 0;
    margin-top: 15px;
    border: none;
    padding-left: 15px;
}
.wrap-contacts form label {
    display: block;
    color: #979797;
    margin-top: 20px;
}
.wrap-contacts form textarea {
    width: 419px;
    height: 159px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.10);
    border: none;
    margin-top: 15px;
    padding: 15px;
}
.wrap-contacts button {
    margin-top: 30px;
    margin-left: 0;
}
.wrap-contacts button img {
    width: auto;
    margin-right: 16px;
    margin-top: 2px;
    margin-left: -20px;
}
footer {
    border-top: 1px solid #979797;
    padding-top: 26px;
}
footer ul {
    float: left;
}
footer ul li {
    float: left;
    margin-left: 0;
    margin-right: 75px;
}
footer p {
    float: right;
}
#exchangeAmountContainer {
    position: relative;
    float: left;
    top: 14px;
    left: 120px;
}
.content_leng  {
    margin-right: 20px;
    cursor: pointer;
}
.content_leng img {
    margin-top: 0px;
    width: 30px;
    height: auto;
    cursor: pointer;
}
.leng_menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    width: 40px;
    margin-left: -34px;
    margin-top: 40px;
    box-shadow: 0px 0px 56px 0px #0000001A;
    z-index: 9999;
    cursor: pointer;
}
.leng_menu a img {
    margin-right: 5px;
    cursor: pointer;
}
.leng_menu.active {
    display: block;
}
.lang-flag {
    position: relative;
    margin-top: 5px;
    cursor: pointer;
}

.feedbackForm-wrap-modal.show {
    display: block;
    width: 200px;
    height: auto;
    padding-top: 40px;
    text-align: center;
    top: 100px;
    right: 40%;
}
.feedbackForm-wrap-modal ,
.modal-body {
  display: none;
  position: absolute;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.10);
  padding: 20px;
  z-index: 29;
  width: 80%;
  margin-left: calc(50% - 42.5%);
  margin-top: 60px;
}
.modal-error {
    display: none;
    width: 80%;
    margin-left: calc(50% - 43%);
}
.active-modal-body {
    display: block;
}
.hidden {
    display: none;
}
.modal-body p {
    color: #2D2D2D;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}
.modal-error p {
    color: red;
}
.feedbackForm-wrap-modal button,
.modal-body button {
    border-radius: 20px;
    background: #5F67F5;
    box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.10);
    width: 84px;
    height: 43px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: calc(50% - 42px);
}
.content-policy {
    padding-top: 90px;
}
.content-policy ol {
    list-style: none;
    counter-reset: list;
}

.content-policy ol > li {
    counter-increment: list;
    margin-bottom: 20px;
}

.content-policy ol > li:before {
    content: counter(list) ") ";
    font-weight: normal;
}

.content-policy ol > li ol {
    counter-reset: sublist;
    margin-left: 20px;
}

.content-policy ol > li ol > li {
    counter-increment: sublist;
}

.content-policy ol > li ol > li:before {
    content: counter(list) "." counter(sublist) " ";
    font-weight: normal;
}
.privacy-policy-page .content-policy {
    padding-top: 0;
}
.content-policy h1 {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0;
}
.content-policy h2 {
    text-transform: uppercase;
    font-size: 20px;
    max-width: 90%;
    margin-top: 33px;
}
.content-policy p {
    padding-bottom: 20px;
}
.content-policy ul.list__,
.content-policy ul.list-abc {
    list-style-type: none;
    padding-left: 0; 
}
.content-policy ul.list__ li {
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
    float: none;
}
.content-policy ul.list-abc li {
    display: list-item; 
    list-style-type: lower-alpha;
    margin-bottom: 20px;
    margin-left: 20px;
    float: none;
}
.country_list li {
    display: block;
    float: none;
    margin-left: 0;
}
@media (max-width: 1200px) {
    .wrap {
        width: 900px;
    }
}


@media (max-width: 900px) {
    .wrap {
        width: 90%;
    }
    header {
        width: 100%;
    }

    
    .nav_menu {
        display: none;
    }

    
    .menu-toggle {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        margin-top: 24px;
        margin-right: 0;
        float: right; 
    }

    .bar {
        background-color: #2D2D2D;
        height: 4px;
        width: 25px;
        margin: 3px 0;
    }

    .menu-toggle {
        display: flex;
    }

    .nav_menu {
        display: none;
        flex-direction: column;
        background: #fff;
        position: absolute;
        z-index: 999;
        top: 40px;
        right: 0;
        width: 100%;
        height: 100%;
        text-align: right;
    }

    .nav_menu.active {
        display: flex;
    }

    .menu-toggle.active .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
        z-index: 9999;
    }

    .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active .bar:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
        z-index: 9999;
    }

}
