@charset "UTF-8";:root{--main-white:#f6f6f6;--main-white-op-75:hsla(0,0%,96%,.75);--bg-white:#fafafa;--bg-lightGray:#f0f2f7;--main-blue:#427ff5;--second-blue:#578ef7;--main-blue-op-70:rgba(66,127,245,.698);--bg-lightBlue:#d7e8ff;--bg-light-blue-op-50:rgba(215,232,255,.5);--main-black:#2d2f3a;--main-black-op-25:rgba(45,47,58,.25);--main-black-op-50:rgba(45,47,58,.5);--main-black-op-75:rgba(45,47,58,.75);--additional-orange:#fd9800;--additional-orange2:#f79e1b;--additional-blue:#2cafef;--additional-green:#40b024;--additional-green2:#30d99e;--additional-red:#b80707}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit;list-style:none;-webkit-tap-highlight-color:transparent}body{line-height:1}body,button,h1,h2,h3,h4,h5,h6,li,ol,p,ul{margin:0;padding:0}a{display:inline-block;color:inherit;text-decoration:none;outline:none}li{list-style:none}img{max-width:100%;display:block}button{background-color:transparent}button,fieldset{border:none;outline:none}fieldset{padding:0;margin:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number],input[type=number]:focus,input[type=number]:hover{appearance:none;-moz-appearance:textfield}select{outline:none}html{scroll-behavior:smooth}body,html{height:100%}body{font-family:Rothek;background-color:#f0f2f7}body.active{overflow:hidden}.link{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;gap:10px;color:var(--main-blue,#427ff5);text-align:center;font-size:17px;font-style:normal;font-weight:600;line-height:130%;cursor:pointer}.link img{max-width:16px}.container{max-width:1440px;margin:0 auto;padding:0 80px}@media (max-width:1279px){.container{max-width:1376px;padding:0 32px}}@media (max-width:767px){.container{padding:0 16px}}.main-account{display:grid;grid-template-columns:300px 1fr;gap:20px}.main-account .main-content{width:100%}#wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}#wrapper .main{-ms-flex:1 0 auto;flex:1 0 auto}#wrapper .footer{-ms-flex-negative:0;flex-shrink:0}a,button{cursor:pointer;transition:all .3s;font-family:Rothek}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border-radius:4px;background:var(--main-black-op-50,rgba(45,47,58,.5019607843))}::-webkit-scrollbar-thumb:hover{background:var(--main-blue,#427ff5)}.frame,.frame__item{display:-ms-flexbox;display:flex}.frame__item{gap:12px;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}.frame__item .text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:3px}.frame__item .text span{font-size:27px;font-style:normal;font-weight:500;line-height:120%;white-space:break-spaces;word-break:break-word}.frame__item .text .id{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:4px;font-size:15px;font-style:normal;font-weight:400;line-height:120%}.frame__item .avatar{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:60px;height:60px;min-width:60px;min-height:60px;background-color:#d7e8ff;border-radius:50%}.frame__item .avatar img{object-position:center;object-fit:cover}@media (max-width:767px){.frame{display:none}}.custom-checkbox{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:row;flex-direction:row;gap:10px;width:100%;position:relative;cursor:pointer}.custom-checkbox p{transition:all .3s}.custom-checkbox.light-blue .custom-checkbox__input{border:1px solid var(--bg-lightBlue,#d7e8ff)}.custom-checkbox__input{position:relative;border-radius:6px;transition:all .3s;border:1px solid var(--main-blue,#427ff5)}.custom-checkbox__input,.custom-checkbox__input:after{min-width:24px;min-height:24px;max-width:24px;max-height:24px}.custom-checkbox__input:after{content:"";position:absolute;left:-1px;top:-1px;background-image:url(../../images/v2/icons/tick.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:0;transition:all 0s}.custom-checkbox__text{display:inline;width:100%}.custom-checkbox__text .link{display:inline}.custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-checkbox:hover p{color:var(--main-blue,#427ff5)}.custom-checkbox:hover .custom-checkbox__input:after{transition:all .3s;opacity:.2}.custom-checkbox input:checked~.custom-checkbox__input{border:1px solid var(--main-blue,#427ff5)}.custom-checkbox input:checked~.custom-checkbox__input:after{opacity:1;transition:all 0s}.custom-select__wrap{display:-ms-flexbox;display:flex;position:relative;cursor:pointer}.custom-select__wrap .custom-select{cursor:pointer;color:var(--main-blue,#427ff5);padding:8px 20px;border-radius:8px;border:1px solid var(--bg-lightBlue,#d7e8ff);background:transparent;overflow:hidden;text-overflow:ellipsis;font-size:17px;font-style:normal;font-weight:600;line-height:130%;min-width:176px;-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:"";transition:all .3s}.custom-select__wrap .custom-select.act,.custom-select__wrap .custom-select:hover{background:var(--bg-white,#fafafa);border:1px solid var(--main-blue,#427ff5)}.custom-select__wrap .custom-select.act~img{transform:rotate(180deg)}.custom-select__wrap img{transition:all .3s;position:absolute;content:url(../images/v2/icons/schevron.svg);right:20px;top:11px;width:20px;height:20px}.custom-select__wrap img,.toolTip{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.toolTip{position:relative;cursor:pointer}.toolTip p{position:absolute;left:0;bottom:calc(100% + 12px);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:10px;font-size:17px;font-style:normal;font-weight:400;line-height:130%;color:var(--main-black,#2d2f3a);text-align:center;border-radius:20px;padding:20px;max-width:290px;min-width:290px;pointer-events:none;white-space:wrap;opacity:0;transition:all .3s;background:var(--bg-lightBlue,#d7e8ff)}.toolTip:hover p{opacity:1}.scrollTopButton{position:fixed;right:18px;bottom:18px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:95}.scrollTopButton .blue-btn{padding:14px;transform:rotate(180deg)}@media (max-width:767px){.scrollTopButton .blue-btn img{width:20px}}.none{opacity:0;pointer-events:none;width:0;height:0;overflow:hidden}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}.mt-auto{margin-top:auto}.mb-10{margin-bottom:10px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}.mb-auto{margin-bottom:auto}.op-5{opacity:.5}.op-75{opacity:.75}.op-8{opacity:.8}.loaded-dots{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:9px}.loaded-dots .dot{width:7px;height:7px;border-radius:50%;background:#4c4c4c;animation:1s linear a infinite}.loaded-dots .dot:nth-child(2){animation-delay:.2s}.loaded-dots .dot:nth-child(3){animation-delay:.4s}.loaded-dots .dot:nth-child(4){animation-delay:.6s}.fadeIn-1{animation:fadeIn-1 12s linear infinite alternate}.fadeIn-2{animation:fadeIn-2 12s linear infinite alternate}.fadeIn-3{animation:fadeIn-3 12s linear infinite alternate}@keyframes a{0%{transform:translateY(0)}25%{transform:translateY(3px)}50%{transform:translateY(0)}75%{transform:translateY(-3px)}to{transform:translateY(0)}}@keyframes b{0%{width:0}to{width:100%}}@keyframes c{0%{opacity:0;transform:scale(.25)}10%{opacity:1;transform:scale(1)}30%{opacity:1;transform:scale(1)}40%{opacity:0;transform:scale(.25)}to{opacity:0;transform:scale(.25)}}@keyframes d{0%{opacity:0;transform:scale(.25) translateX(-50%)}10%{opacity:1;transform:scale(1) translateX(-50%)}30%{opacity:1;transform:scale(1) translateX(-50%)}40%{opacity:0;transform:scale(.25) translateX(-50%)}to{opacity:0;transform:scale(.25) translateX(-50%)}}:is(::-webkit-details-marker),summary::marker{content:none;display:none;width:0;height:0}.home__earning__today{display:none}@media (max-width:768px){.main .search-list+.main .home__exchangers{display:none}}h1{font-size:90px;font-style:normal;font-weight:600;line-height:120%;text-align:center;color:var(--main-black,#2d2f3a)}h1 .blue,h1 .blue span,h1.blue,h1.blue span{color:var(--main-blue,#427ff5)}@media (max-width:992px){h1{font-size:70px}}@media (max-width:767px){h1{font-size:60px}}h2{font-size:70px;font-weight:600;line-height:120%;text-align:center;width:100%;color:var(--main-black,#2d2f3a)}h2 .blue{color:var(--main-blue,#427ff5)}@media (max-width:992px){h2{font-size:60px}}@media (max-width:767px){h2{font-size:40px}}h3{font-size:60px;font-style:normal;font-weight:500;line-height:120%;color:var(--main-black,#2d2f3a)}@media (max-width:992px){h3{font-size:40px}}@media (max-width:767px){h3{font-size:20px}}h4{font-size:50px;line-height:120%}h4,h5{font-style:normal;font-weight:500}h5{font-size:40px;line-height:130%;color:var(--main-black,#2d2f3a)}@media (max-width:992px){h5{font-size:32px}}@media (max-width:767px){h5{font-size:27px}}h6{font-size:32px;font-style:normal;font-weight:500;line-height:130%;color:var(--main-black,#fdfdfd)}@media (max-width:767px){h6{font-size:20px}}.text-min{font-size:12px}.text-min,.text-small{font-style:normal;font-weight:400;line-height:120%;color:var(--main-black,#2d2f3a)}.text-small{font-size:15px}.text-medium{font-size:20px}.text-big,.text-medium{font-style:normal;font-weight:500;line-height:120%;color:var(--main-black,#2d2f3a)}.text-big{font-size:27px}.text-bigger{font-size:20px;line-height:120%;color:var(--main-black,#2d2f3a)}.text-bigger,.text-semibold{font-style:normal;font-weight:600}.text-semibold{overflow:hidden;text-overflow:ellipsis;font-size:17px;line-height:130%}.text-h6{font-size:32px;font-style:normal;font-weight:500;line-height:130%;color:var(--main-black,#2d2f3a)}@media (max-width:767px){.text-h6{font-size:20px}}p{color:var(--main-black,#2d2f3a);font-size:17px;font-style:normal;font-weight:400;line-height:130%}p.semibold,span.semibold{font-weight:600}p.orange,span.orange{color:var(--additional-orange,#fd9800)}p.blue,span.blue{color:var(--main-blue,#427ff5)}p.blue-2,span.blue-2{color:var(--additional-blue,#2cafef)}p.green,span.green{color:var(--additional-green,#40b024)}p.green-2,span.green-2{color:var(--additional-green2,#30d99e)}p.red,span.red{color:var(--additional-red,#b80707)}:root{--vc-clr-primary:#000;--vc-clr-secondary:#090f207f;--vc-clr-white:#fff;--vc-icn-width:1.2em;--vc-nav-width:30px;--vc-nav-height:30px;--vc-nav-border-radius:0;--vc-nav-color:var(--vc-clr-primary);--vc-nav-color-hover:var(--vc-clr-secondary);--vc-nav-background:transparent;--vc-pgn-width:12px;--vc-pgn-height:4px;--vc-pgn-margin:4px;--vc-pgn-border-radius:0;--vc-pgn-background-color:var(--vc-clr-secondary);--vc-pgn-active-color:var(--vc-clr-primary)}.carousel{position:relative;text-align:start;box-sizing:border-box;-ms-touch-action:pan-y;touch-action:pan-y;-ms-scroll-chaining:none;overscroll-behavior:none}.carousel.is-dragging{-ms-touch-action:none;touch-action:none}.carousel *{box-sizing:border-box}.carousel__track{display:-ms-flexbox;display:flex;padding:0!important;position:relative;-ms-flex-align:start;align-items:flex-start}.carousel__viewport{overflow:hidden}.carousel__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.carousel__icon{width:var(--vc-icn-width);height:var(--vc-icn-width);fill:currentColor}.carousel__next,.carousel__prev{box-sizing:content-box;background:var(--vc-nav-background);border-radius:var(--vc-nav-border-radius);width:var(--vc-nav-width);height:var(--vc-nav-height);text-align:center;font-size:var(--vc-nav-height);padding:0;color:var(--vc-nav-color);position:absolute;border:0;cursor:pointer;margin:0 10px;top:50%;transform:translateY(-50%)}.carousel__next,.carousel__prev,.home__articles__slider .carousel__next,.home__articles__slider .carousel__prev{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.home__articles__slider .carousel__next,.home__articles__slider .carousel__prev{padding:12px;border-radius:10px;border:2px solid var(--main-blue,#427ff5);top:-85px;right:0;margin:0}.home__articles__slider .carousel__prev{left:unset;right:68px}.home__articles__slider .carousel__next svg,.home__articles__slider .carousel__prev svg{display:none}.home__articles__slider .carousel__next:after,.home__articles__slider .carousel__prev:after{content:"";object-fit:contain;max-height:24px;max-width:24px;background-image:url(/images/v2/icons/arrowDown56.svg);background-position:50%;background-size:cover;width:100%;height:100%}.home__articles__slider .carousel__prev:after{transform:rotate(90deg)}.home__articles__slider .carousel__next:after{transform:rotate(-90deg)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__prev{left:0}.carousel__next{right:0}.carousel--rtl .carousel__prev{left:auto;right:0}.carousel--rtl .carousel__next{right:auto;left:0}@media (hover:hover){.carousel__next:hover,.carousel__prev:hover{color:var(--vc-nav-color-hover)}}.carousel__pagination{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;list-style:none;line-height:0;margin:76px 0 0;padding:0}.carousel__pagination-button{display:block;border:0;margin:0;cursor:pointer;padding-right:24px;background:transparent}.carousel__pagination-button:after{display:block;content:"";width:12px;height:12px;border-radius:12px;background-color:var(--bg-lightBlue);transition:all .2s}.home__listing__slider .carousel__pagination-button:after{background-color:var(--bg-light-blue-op-50)}.carousel__pagination-button--active:after{background-color:var(--main-blue-op-70);width:32px}.home__listing__slider .carousel__pagination-button--active:after{background-color:var(--bg-lightBlue)}@media (hover:hover){.carousel__pagination-button:hover:after{background-color:var(--main-blue-op-70)}.home__listing__slider .carousel__pagination-button:hover:after{background-color:var(--bg-lightBlue)}}.carousel__slide{scroll-snap-stop:auto;-ms-flex-negative:0;flex-shrink:0;margin:0;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transform:translateZ(0);cursor:pointer}.home__articles__slider .carousel__slide{padding:0 5px;height:436px}.breadcrumbs{width:100%;padding-bottom:10px}@media (max-width:767px){.breadcrumbs{padding-top:10px}}.breadcrumbs__list{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;column-gap:26px;row-gap:4px}.breadcrumbs__list li{position:relative;font-size:15px;font-style:normal;font-weight:400;line-height:120%;color:var(--main-black,#2d2f3a)}.breadcrumbs__list a{opacity:.5}.breadcrumbs__list a:hover{color:var(--main-blue,#427ff5);opacity:1}.breadcrumbs__list li:not(:last-child):after{content:"";position:absolute;right:-16px;top:50%;transform:translateY(-50%);width:6px;height:12px;background-image:url(/images/v2/icons/breadcrumbs-delim.svg);background-repeat:no-repeat;background-size:cover;background-position:50%}.white-btn{width:-moz-fit-content;width:fit-content;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:10px;padding:18px 40px;border-radius:10px;font-size:20px;line-height:100%;font-weight:600;text-align:center;background-color:var(--main-white,#f6f6f6);color:var(--main-black,#2d2f3a);transition:all .3s;cursor:pointer}.white-btn:hover{color:var(--main-blue,#427ff5)}.white-btn.large{padding:21px 60px;border-radius:12px;font-size:32px;font-style:normal;font-weight:500;line-height:130%}.blue-btn{width:-moz-fit-content;width:fit-content;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:10px;padding:15px 40px;border-radius:10px;font-size:17px;line-height:130%;font-weight:600;text-align:center;background-color:var(--main-blue,#427ff5);color:var(--main-white,#f6f6f6);transition:all .3s;box-shadow:0 0 0 0 var(--bg-lightBlue,#d7e8ff);cursor:pointer}.blue-btn img{transition:all .3s;filter:invert(1) brightness(200%) grayscale(1)}.blue-btn:hover{color:var(--main-black,#2d2f3a);background-color:var(--second-blue,#578ef7)}.blue-btn:hover img{filter:invert(1) brightness(0) grayscale(1)}.blue-btn:disabled{color:var(--main-white,#f6f6f6);background-color:var(--main-blue,#427ff5)}.blue-btn:disabled img{filter:invert(1) brightness(200%) grayscale(1)}.blue-btn:focus{color:var(--main-white,#f6f6f6);background-color:var(--main-blue,#427ff5);box-shadow:inset 0 0 0 1px #d7e8ff}.blue-btn:focus img{filter:invert(1) brightness(200%) grayscale(1)}.blue-btn:active{color:var(--main-white,#f6f6f6);background-color:var(--main-blue-op-70,rgba(66,127,245,.6980392157))}.blue-btn:active img{filter:invert(1) brightness(200%) grayscale(1)}.lightBlue-btn{width:-moz-fit-content;width:fit-content;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:10px;padding:15px 40px;border-radius:10px;font-size:17px;line-height:130%;font-weight:600;text-align:center;background:var(--bg-lightBlue,#d7e8ff);color:var(--main-blue,#427ff5);transition:all .3s;box-shadow:0 0 0 0 var(--bg-lightBlue,#d7e8ff);cursor:pointer}.lightBlue-btn img{transition:all .3s;filter:invert(1) brightness(200%) grayscale(1)}.lightBlue-btn:hover{color:var(--main-black,#2d2f3a);background-color:var(--second-blue,#578ef7)}.lightBlue-btn:hover img{filter:invert(1) brightness(0) grayscale(1)}.lightBlue-btn:disabled{color:var(--main-white,#f6f6f6);background-color:var(--main-blue,#427ff5)}.lightBlue-btn:disabled img{filter:invert(1) brightness(200%) grayscale(1)}.lightBlue-btn:focus{color:var(--main-white,#f6f6f6);background-color:var(--main-blue,#427ff5);box-shadow:inset 0 0 0 1px #d7e8ff}.lightBlue-btn:focus img{filter:invert(1) brightness(200%) grayscale(1)}.lightBlue-btn:active{color:var(--main-white,#f6f6f6);background-color:var(--main-blue-op-70,rgba(66,127,245,.6980392157))}.lightBlue-btn:active img{filter:invert(1) brightness(200%) grayscale(1)}.transparent-btn{width:-moz-fit-content;width:fit-content;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:10px;padding:15px 40px;border-radius:10px;font-size:17px;line-height:130%;font-weight:600;text-align:center;border:1px solid var(--bg-lightBlue,#d7e8ff);color:var(--main-blue,#427ff5);box-shadow:0 0 0 0 var(--bg-lightBlue,#d7e8ff);cursor:pointer}.transparent-btn,.transparent-btn img{transition:all .3s}.transparent-btn:hover{color:var(--main-black,#2d2f3a)}.transparent-btn:hover img{filter:invert(0) brightness(35%) grayscale(1)}.transparent-btn:disabled{opacity:.5}.transparent-btn:focus{outline:1px solid var(--main-blue,#427ff5)}.transparent-btn:active{color:var(--main-white,#f6f6f6);border:1px solid rgba(215,232,255,.7)}.transparent-btn:active img{filter:invert(1) brightness(0) grayscale(1)}@font-face{font-family:Rothek;src:url(/fonts/Rothek/RothekBlack.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Rothek;src:url(/fonts/Rothek/RothekExBold.otf) format("opentype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Rothek;src:url(/fonts/Rothek/RothekBold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Rothek;src:url(/fonts/Rothek/RothekSemiBold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Rothek;src:url(/fonts/Rothek/RothekMedium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Rothek;src:url(/fonts/Rothek/RothekRegular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Rothek;src:url(/fonts/Rothek/RothekLight.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Rothek;src:url(/fonts/Rothek/RothekExLight.otf) format("opentype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Rothek;src:url(/fonts/Rothek/RothekThin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}.header{width:100%;z-index:10}.header.fixed{position:fixed;top:0;left:0;right:0;border-bottom:1px solid var(--bg-lightBlue,#d7e8ff);background:var(--bg-white,#fafafa)}.header__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:10px 0;position:relative}.header .logo,.header .logo img{max-height:48px;height:100%}.header .logo img{width:100%}.header nav ul{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;gap:30px}.header nav ul a{color:var(--main-blue,#427ff5);font-size:17px;font-style:normal;font-weight:600;line-height:130%}.header nav ul a.act,.header nav ul a:hover{color:var(--main-black,#2d2f3a)}.header__interactive{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;gap:30px}.header__interactive.loged .buttons{display:none}.header__interactive .language select,.header__interactive .value select{background:none;border:none;outline:none;text-align:center;font-size:17px;font-style:normal;font-weight:600;line-height:130%;text-transform:uppercase;color:var(--main-blue,#427ff5);cursor:pointer;transition:all .3s}.header__interactive .language select:hover,.header__interactive .value select:hover{color:var(--main-black,#2d2f3a)}.header__interactive .buttons{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;gap:10px}.header__interactive .buttons .blue-btn img{display:none}.header__interactive .header-profile{position:relative}.header__interactive .header-profile__logo{width:36px;height:36px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.header__interactive .header-profile__logo img{object-position:center;object-fit:cover}.header__interactive .header-profile__menu{opacity:0;pointer-events:none;top:calc(100% + 10px);right:0;position:absolute;width:260px;padding:6px;border-radius:12px;background:var(--bg-white,#fafafa);transition:opacity .3s}.header__interactive .header-profile__menu:before{position:absolute;content:"";left:0;right:0;top:-21px;height:22px}.header__interactive .header-profile__menu__list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;gap:6px}.header__interactive .header-profile__menu__list hr{margin:0;width:100%;height:0;border-top:1px solid var(--bg-lightBlue,#d7e8ff)}.header__interactive .header-profile__menu__list__item{width:100%;padding:7px 20px;border-radius:10px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}.header__interactive .header-profile__menu__list__item.act,.header__interactive .header-profile__menu__list__item:hover{background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.header__interactive .header-profile__menu__list__item.act{position:relative}.header__interactive .header-profile__menu__list__item.act:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:14px;border-radius:10px;background:var(--main-blue,#427ff5)}.header__interactive .header-profile.act .header-profile__menu{opacity:1;pointer-events:unset}.header .mobile-menu{display:none}.header .menu-icon{display:none;position:absolute;left:0;top:50%;transform:translateY(-50%)}@media (max-width:1279px){.header__wrap{padding:18px 0}.header nav{display:none}.header .logo{margin-left:54px}.header__interactive .language,.header__interactive .value{display:none}.header .menu-icon{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:24px;height:14px;padding:4px 0}.header .menu-icon:after,.header .menu-icon:before{content:"";position:absolute;left:50%;transform:translateX(-50%);height:2px;border-radius:2px;width:100%;background-color:var(--main-black,#2d2f3a)}.header .menu-icon:after{top:0}.header .menu-icon:before{bottom:0}.header .menu-icon:hover:after,.header .menu-icon:hover:before{background-color:var(--main-blue,#427ff5)}.header .mobile-menu{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:fixed;width:100vw;left:-150vw;top:0;background:var(--bg-white,#fafafa);max-height:100vh;overflow:scroll;z-index:15;transition:all .3s;height:100vh}.header .mobile-menu.act{left:0}.header .mobile-menu .menu-icon-close{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:24px;height:14px;padding:4px 0;position:relative}.header .mobile-menu .menu-icon-close:after,.header .mobile-menu .menu-icon-close:before{top:50%;content:"";position:absolute;height:2px;border-radius:2px;width:100%;background-color:var(--main-black,#2d2f3a)}.header .mobile-menu .menu-icon-close:after{transform:rotate(45deg)}.header .mobile-menu .menu-icon-close:before{transform:rotate(-45deg)}.header .mobile-menu .menu-icon-close:hover:after,.header .mobile-menu .menu-icon-close:hover:before{background-color:var(--additional-red,#b80707)}.header .mobile-menu__head{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:24px 32px}.header .mobile-menu .buttons{margin:40px auto 34px}.header .mobile-menu .buttons .blue-btn{min-width:600px}.header .mobile-menu__title{font-size:17px;font-style:normal;font-weight:600;line-height:130%;margin-bottom:20px}.header .mobile-menu__body{padding:24px 32px 56px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}.header .mobile-menu__body__main{width:65%;-ms-flex-pack:start;justify-content:flex-start}.header .mobile-menu__body__main,.header .mobile-menu__body__main ul{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.header .mobile-menu__body__main ul{gap:10px;font-size:32px;font-style:normal;font-weight:500;line-height:130%}.header .mobile-menu__body__main ul a.act,.header .mobile-menu__body__main ul a:hover{color:var(--main-blue,#427ff5)}.header .mobile-menu__body__additional{width:35%;-ms-flex-direction:column;flex-direction:column}.header .mobile-menu__body__additional,.header .mobile-menu__body__additional ul{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}.header .mobile-menu__body__additional ul{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px 10px;font-size:17px;font-style:normal;font-weight:400;line-height:130%}.header .mobile-menu__body__additional ul:not(:last-child){margin-bottom:44px}.header .mobile-menu__body__additional ul a{padding:7px 18px;border-radius:10px;border:1px solid var(--main-blue,#427ff5);background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.header .mobile-menu__body__additional ul a.act,.header .mobile-menu__body__additional ul a:hover{background:var(--bg-lightBlue,#d7e8ff)}.header .mobile-menu__footer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:24px 32px 56px;margin-top:auto}.header .mobile-menu__footer .mobile-menu__title{margin-bottom:10px}.header .mobile-menu__footer ul{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 30px;font-size:32px;font-style:normal;font-weight:500;line-height:130%}.header .mobile-menu__footer ul,.header .mobile-menu__footer ul a{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.header .mobile-menu__footer ul a{-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px;transition:all .3s}.header .mobile-menu__footer ul a img{transition:all .3s;max-height:32px;filter:invert(1) brightness(35%) grayscale(1)}.header .mobile-menu__footer ul a:hover{color:var(--main-blue,#427ff5)}.header .mobile-menu__footer ul a:hover img{filter:none}}@media (max-width:767px){.header .mobile-menu__head{padding:20px 16px}.header .mobile-menu__body{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;height:100%;gap:40px;padding:8px 16px 44px}.header .mobile-menu__body__additional,.header .mobile-menu__body__main{width:100%}.header .mobile-menu__footer{display:none}.header .mobile-menu .buttons{margin:32px 16px}.header .mobile-menu .buttons .blue-btn{min-width:100%}.header .logo{height:40px}.header .logo img{height:40px;width:unset}.header__interactive .buttons .blue-btn{padding:12px}.header__interactive .buttons .blue-btn span{display:none}.header__interactive .buttons .blue-btn img{display:block;filter:invert(0) brightness(200%) grayscale(1)}}.icon-close{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:24px;height:14px;padding:4px 0;position:relative}.icon-close:after,.icon-close:before{top:50%;content:"";position:absolute;height:2px;border-radius:2px;width:100%;background-color:var(--main-black,#2d2f3a)}.icon-close:after{transform:rotate(45deg)}.icon-close:before{transform:rotate(-45deg)}.icon-close:hover:after,.icon-close:hover:before{background-color:var(--additional-red,#b80707)}.curse{display:none;padding:14px 0;margin:auto;background:var(--bg-lightBlue,#d7e8ff);overflow:hidden}.curse .curse__wrap{overflow:hidden;position:relative;width:100%;height:17px;background:transparent;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.curse .curse__list{display:-ms-flexbox;display:flex;gap:70px;position:absolute;white-space:nowrap;will-change:transform}@media (max-width:1279px){.curse .curse__list{gap:56px}}@media (max-width:767px){.curse .curse__list{gap:16px}}.curse .curse__list__item{white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}.curse .curse__list__item span{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;font-size:17px;font-style:normal;font-weight:400;line-height:100%}.footer{width:100%;margin:0 auto;background:var(--main-blue,#427ff5);margin-top:50px}.footer__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:100px 0;gap:60px;position:relative}@media (max-width:1279px){.footer__wrap{-ms-flex-align:center;align-items:center}}.footer__title{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.footer__title img{max-height:130px;margin-left:0;width:-moz-fit-content;width:fit-content}@media (max-width:1279px){.footer__title{text-align:center}.footer__title img,.footer__title p{width:100%}}.footer__copyright{position:absolute;top:100px;right:0;font-size:17px;font-style:normal;font-weight:400;line-height:130%}@media (max-width:1279px){.footer__copyright{position:relative;margin:auto;text-align:center;top:unset;right:unset}}.footer__2ndPart{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:80px}.footer__2ndPart__column{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px}.footer__2ndPart__column .footerLink{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;color:var(--main-white,#f6f6f6);font-size:26px;font-style:normal;font-weight:500;line-height:130%;white-space:nowrap;gap:10px;cursor:pointer}@media (max-width:767px){.footer__2ndPart__column .footerLink{white-space:wrap;-ms-flex-align:start;align-items:flex-start}}.footer__2ndPart__column .footerLink img{max-width:36px;transition:all .3s;filter:invert(0) brightness(200%) grayscale(1)}.footer__2ndPart__column .footerLink:hover{color:var(--main-black,#2d2f3a)}.footer__2ndPart__column .footerLink:hover img{filter:invert(1) brightness(35%) grayscale(1)}@media (max-width:767px){.footer__2ndPart__column .footerLink{font-size:17px;font-style:normal;font-weight:600;line-height:130%}.footer__2ndPart__column .footerLink img{max-width:20px}}.footer__2ndPart__column__title{font-size:17px;font-style:normal;font-weight:600;line-height:130%;padding:20px auto}@media (max-width:767px){.footer__2ndPart__column__title{font-size:18px}}.footer__2ndPart__langSelect{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px}.footer__2ndPart__langSelect .columnTitle{font-size:17px;font-style:normal;font-weight:600;line-height:130%}.footer__2ndPart__langSelect .langFlags{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:start;-ms-flex-pack:start;justify-content:start;-ms-flex-wrap:wrap;flex-wrap:wrap;column-gap:20px;row-gap:10px}@media (max-width:767px){.footer__2ndPart__langSelect .langFlags{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:1279px){.footer__2ndPart{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;-ms-flex-pack:justify;justify-content:space-between;max-width:564px}.footer__2ndPart__column,.footer__2ndPart__langSelect{width:calc(50% - 20px)}}@media (max-width:767px){.footer__2ndPart{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px 20px;-ms-flex-pack:justify;justify-content:space-between}.footer__2ndPart__column{width:100%}.footer__2ndPart__langSelect{width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}}.text-block{padding:50px 0}.text-block :last-child{margin-bottom:0}.text-block.with-bg{background:var(--bg-lightBlue,#d7e8ff);width:100%;padding:30px;border-radius:20px;margin:50px 0}.text-block.with-bg blockquote{color:var(--main-white,#f6f6f6);background-color:var(--main-blue,#427ff5)}.text-block.with-bg :last-child{margin-bottom:0}.text-block p{color:var(--main-black,#2d2f3a);font-size:17px;font-style:normal;font-weight:400;line-height:130%;margin-bottom:16px}.text-block img{width:100%;margin:auto;margin-bottom:16px}.text-block a{color:var(--main-blue,#427ff5);transition:all .3s;text-decoration:none}.text-block a:hover{text-decoration:underline}.text-block h1,.text-block h2,.text-block h3,.text-block h4,.text-block h5,.text-block h6{margin-bottom:16px}.text-block h1{font-size:40px;font-style:normal;font-weight:600;line-height:120%;text-align:center;color:var(--main-black,#2d2f3a)}@media (max-width:992px){.text-block h1{font-size:70px}}@media (max-width:767px){.text-block h1{font-size:60px}}.text-block h2{font-size:30px;font-weight:600;line-height:120%;text-align:center;width:100%;color:var(--main-black,#2d2f3a)}@media (max-width:992px){.text-block h2{font-size:60px}}@media (max-width:767px){.text-block h2{font-size:40px}}.text-block h3{font-size:24px;font-style:normal;font-weight:500;line-height:120%;color:var(--main-black,#2d2f3a)}@media (max-width:992px){.text-block h3{font-size:40px}}@media (max-width:767px){.text-block h3{font-size:20px}}.text-block h4{font-size:20px;line-height:120%}.text-block h4,.text-block h5{font-style:normal;font-weight:500}.text-block h5{font-size:17px;line-height:130%;color:var(--main-black,#2d2f3a)}@media (max-width:992px){.text-block h5{font-size:32px}}@media (max-width:767px){.text-block h5{font-size:27px}}.text-block h6{font-size:17px;font-style:normal;font-weight:500;line-height:130%;color:var(--main-black,#fdfdfd)}@media (max-width:767px){.text-block h6{font-size:20px}}.text-block ol,.text-block ul{font-size:17px;font-style:normal;font-weight:400;line-height:130%;margin-bottom:16px}.text-block ol ol,.text-block ol ul,.text-block ul ol,.text-block ul ul{margin-top:8px}.text-block ol li,.text-block ul li{position:relative;margin-bottom:8px;padding-left:26px}.text-block ol li:before,.text-block ul li:before{position:absolute;left:0;top:0}.text-block ul li:before{content:"●";vertical-align:middle;color:var(--main-blue,#427ff5);top:-1px}.text-block ol{list-style:none;counter-reset:a}.text-block ol>li{counter-increment:a}.text-block ol>li:before{content:counter(a);font-weight:600;color:var(--main-blue,#427ff5)}.text-block ol ul li:before{content:"●";vertical-align:middle;color:var(--main-blue,#427ff5);top:-1px}.text-block blockquote{background:var(--bg-lightBlue,#d7e8ff);width:100%;padding:30px;border-radius:20px;margin:0;color:var(--main-black,#2d2f3a);font-size:17px;font-style:normal;font-weight:400;line-height:130%;margin-bottom:16px}.home__cashback h2{color:#f6f6f6;width:58%}@media (max-width:767px){.home__cashback h2{width:unset;max-width:300px}}.home__cashback__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:50px 0}@media (max-width:1279px){.home__cashback__wrap{padding:40px 0}}@media (max-width:767px){.home__cashback__wrap{padding:32px 0}}.home__cashback__main{padding:60px;min-height:520px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:60px;background-color:#427ff5;background-image:url(/images/v2/background/home-cashback-bg.svg);background-repeat:no-repeat;background-position:top;background-size:100% 100%;border-radius:40px}@media (max-width:1279px){.home__cashback__main{background-image:url(/images/v2/background/home-cashback-bg-ml.svg);min-height:424px}}@media (max-width:767px){.home__cashback__main{border-radius:30px;padding:44px 16px;background-image:url(/images/v2/background/home-cashback-bg-xs.svg);min-height:316px}}.home__cashback__additional{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px;width:100%}.home__cashback__additional__item{border-radius:40px;background-color:#fafafa;padding:30px 40px;width:100%;font-weight:600;text-align:center}.home__cashback__additional__item h4{font-size:17px;line-height:22.1px}.home__cashback__additional__item p{font-size:70px;line-height:84px;color:#427ff5}@media (max-width:1279px){.home__cashback__additional__item{padding:20px 25px}.home__cashback__additional__item h4{min-height:44.2px}.home__cashback__additional__item p{font-size:40px;line-height:52px}}@media (max-width:1279px){.home__cashback__additional__item{padding:20px 25px}}@media (max-width:767px){.home__cashback__additional__item{border-radius:30px;padding:16px}}@media (max-width:767px){.home__cashback__additional{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}}.home__exchangers h2{max-width:510px}.home__exchangers__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:50px 0}@media (max-width:1279px){.home__exchangers__wrap{padding:40px 0}}@media (max-width:767px){.home__exchangers__wrap{padding:32px 0}}.home__exchangers__main{padding:60px;min-height:590px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:40px;background-color:#d7e8ff;background-image:url(/images/v2/background/exchangers.svg);background-repeat:no-repeat;background-position:top;background-size:100% 100%;border-radius:40px;color:var(--main-black,#2d2f3a);font-size:17px;font-style:normal;font-weight:400;line-height:130%}@media (max-width:992px){.home__exchangers__main{min-height:397px;background-image:url(/images/v2/background/exchangers-ml.svg)}}@media (max-width:767px){.home__exchangers__main{min-height:274px;padding:64px 16px;gap:20px;background-image:url(/images/v2/background/exchangers-xs.svg);border-radius:30px}}.home__earning__today h2{max-width:740px;font-weight:600}.home__earning__today__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:40px;padding:50px 0}@media (max-width:1279px){.home__earning__today__wrap{padding:40px 0}}@media (max-width:767px){.home__earning__today__wrap{padding:32px 0}}.home__earning__today__main{gap:10px}.home__earning__today__item,.home__earning__today__main{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}.home__earning__today__item{-ms-flex-wrap:nowrap;flex-wrap:nowrap;background-color:#fafafa;border-radius:40px;min-height:330px;padding:0;position:relative}.home__earning__today__item .text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;z-index:2;font-size:32px;line-height:130%;padding:40px 0 40px 40px;gap:40px}.home__earning__today__item .text .title{font-size:17px;line-height:130%;font-weight:600}.home__earning__today__item .text .green{color:#30d99e}.home__earning__today__item .text .blue{color:#427ff5}.home__earning__today__item img{position:absolute;top:50%;transform:translateY(-50%)}.home__earning__today__item.item1 .text{max-width:356px}.home__earning__today__item.item1 img{right:31px}.home__earning__today__item.item2 .text{max-width:410px}.home__earning__today__item.item2 img{right:15px}@media (max-width:1279px){.home__earning__today{display:none}}.home__main-advantages h2{max-width:750px}.home__main-advantages__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:40px;padding:50px 0}@media (max-width:1279px){.home__main-advantages__wrap{padding:40px 0}}@media (max-width:767px){.home__main-advantages__wrap{padding:32px 0}}@media (max-width:480px){.home__main-advantages__wrap .blue-btn{max-width:344px;width:100%}}.home__main-advantages__main{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px}@media (max-width:767px){.home__main-advantages__main{-ms-flex-direction:column;flex-direction:column}}.home__main-advantages .advantages__item{width:calc(50% - 5px);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:40px;gap:40px;border-radius:40px;background:var(--bg-white,#fafafa);background-repeat:no-repeat}.home__main-advantages .advantages__item .item__text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:40px}@media (max-width:767px){.home__main-advantages .advantages__item .item__text{gap:20px}.home__main-advantages .advantages__item .item__text p{font-size:20px;line-height:120%}.home__main-advantages .advantages__item .item__text span{max-width:287px}}@media (max-width:992px){.home__main-advantages .advantages__item{padding:30px}}@media (max-width:767px){.home__main-advantages .advantages__item{border-radius:30px;padding:16px;gap:20px}}.home__main-advantages .advantages__item:first-child{width:100%;background-image:url(../../images/v2/background/change24/advantages_item1.svg);background-position:right 52px center}.home__main-advantages .advantages__item:first-child .item__text{width:50%}@media (max-width:992px){.home__main-advantages .advantages__item:first-child{background-image:url(../../images/v2/background/change24/advantages_item1_1.svg)}}@media (max-width:767px){.home__main-advantages .advantages__item:first-child{background-image:none}.home__main-advantages .advantages__item:first-child .item__text{width:100%}}.home__main-advantages .advantages__item:nth-child(2){background-image:url(../../images/v2/background/change24/advantages_item2.svg);background-position:right 47px center}.home__main-advantages .advantages__item:nth-child(2) .item__text{width:70%}@media (max-width:992px){.home__main-advantages .advantages__item:nth-child(2){background-position:bottom;padding-bottom:160px;background-image:url(../../images/v2/background/change24/advantages_item2_2.svg)}.home__main-advantages .advantages__item:nth-child(2) .item__text{width:100%}}@media (max-width:767px){.home__main-advantages .advantages__item:nth-child(2){width:100%;background-image:url(../../images/v2/background/change24/advantages_item2_3.svg)}}@media (max-width:420px){.home__main-advantages .advantages__item:nth-child(2){background-size:80%;padding-bottom:150px}}.home__main-advantages .advantages__item:last-child .note{margin-top:auto}@media (max-width:767px){.home__main-advantages .advantages__item:last-child{width:100%}}.home__main-advantages .advantages__item span{font-size:17px;font-style:normal;font-weight:600;line-height:130%}.home__main-advantages .advantages__item p{font-size:32px;font-style:normal;font-weight:500;line-height:130%}.home__main-advantages .advantages__item .orange{color:var(--additional-orange,#fd9800)}.home__main-advantages .advantages__item .green{color:var(--additional-green,#30d99e)}.home__main-advantages .advantages__item .blue{color:var(--main-blue,#427ff5)}.home__main-advantages .advantages__item .note{opacity:.5;color:var(--main-black,#2d2f3a)}.advantage__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:40px;padding:50px 0}@media (max-width:1279px){.advantage__wrap{padding:40px 0}}@media (max-width:767px){.advantage__wrap{padding:32px 0}}.advantage__main{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;gap:10px}@media (max-width:1279px){.advantage__main{-ms-flex-wrap:wrap;flex-wrap:wrap}}.advantage__item{position:relative;overflow:hidden;width:100%;display:-ms-flexbox;display:flex;padding:40px;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;gap:60px;border-radius:40px;background:var(--bg-white,#fafafa)}.advantage__item:nth-child(2):after{content:"";position:absolute;width:498px;height:498px;top:calc(100% + 67px);left:50%;transform:translate(-50%,-50%);background:radial-gradient(var(--bg-lightBlue,#d7e8ff) 80%,transparent 0);z-index:1;filter:blur(75px);opacity:.6}@media (max-width:767px){.advantage__item:nth-child(2):after{display:none}}.advantage__item p{font-size:40px;font-style:normal;font-weight:500;line-height:130%;z-index:2;text-align:start;width:100%}@media (max-width:1279px){.advantage__item p{font-size:32px}}@media (max-width:767px){.advantage__item p{font-size:20px;font-weight:600;line-height:120%}}@media (max-width:1279px){.advantage__item{width:calc(50% - 5px);gap:55px;padding:30px}.advantage__item:last-child{width:100%}}@media (max-width:767px){.advantage__item{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-align:center;align-items:center;width:100%;gap:20px;padding:16px;border-radius:30px}}.advantage__img{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:2}.advantage__img img{min-height:240px;max-width:250px}@media (max-width:767px){.advantage__img{width:-moz-fit-content;width:fit-content}.advantage__img img{min-height:unset;max-width:64px}}.home__donate h2{color:#f6f6f6}.home__donate .white-btn{z-index:2;padding:21px 60px}@media (max-width:992px){.home__donate .white-btn{padding:24px 60px}}@media (max-width:767px){.home__donate .white-btn{font-size:17px;padding:12px 60px}}.home__donate__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:50px;padding:80px;background-color:var(--main-blue,#427ff5);background-image:url(../../images/v2/background/donate_gradient.svg);border-radius:40px;margin:50px 0;position:relative}.home__donate__wrap:after{content:"";position:absolute;top:-96px;right:26px;z-index:1;background:url(../../images/v2/home/donate_coin.svg) 50% no-repeat;background-size:cover;width:572.368px;height:255.32px}@media (max-width:992px){.home__donate__wrap:after{top:-70px;right:6px;width:354.917px;height:158.32px}}@media (max-width:767px){.home__donate__wrap:after{background-image:url(../../images/v2/home/donate_coin-mb.svg);right:50%;transform:translateX(55%);width:164.735px;height:139.982px}}@media (max-width:767px){.home__donate__wrap{padding:32px 16px;padding-top:64px;border-radius:30px}}.home__donate__main{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:40px;max-width:780px;z-index:2}.home__donate p{color:var(--main-white,#f6f6f6);text-align:center;font-size:17px;font-style:normal;font-weight:400;line-height:130%;max-width:442px}.home__exchangersTop h2{max-width:750px}.home__exchangersTop__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:40px;padding:50px 0}.home__exchangersTop__wrap .link{display:none}@media (max-width:1279px){.home__exchangersTop__wrap{padding:40px 0}}@media (max-width:767px){.home__exchangersTop__wrap{gap:10px;padding:32px 0}.home__exchangersTop__wrap .link{display:-ms-flexbox;display:flex;margin-bottom:22px}.home__exchangersTop__wrap .blue-btn{display:none}}.exchangers-table{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px}.exchangers-table__btns,.exchangers-table__country,.exchangers-table__rating{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.exchangers-table__item{width:100%;display:grid;grid-template-columns:4fr 1.1fr .6fr .8fr .8fr .83fr .8fr auto;-ms-flex-align:center;align-items:center;border-radius:20px;background:var(--bg-white,#fafafa);padding:16px 16px 16px 30px;gap:60px;font-size:17px;font-style:normal;font-weight:400;line-height:130%;color:var(--main-black,#2d2f3a);position:relative}.exchangers-table__item .on{color:var(--additional-green,#40b024)}.exchangers-table__item .off{color:var(--additional-red,#b80707)}.exchangers-table__item.head{background:none;border-radius:unset;padding:0 16px 0 30px}.exchangers-table__item.head *{color:var(--main-black,#2d2f3a)}.exchangers-table__item.head .exchangers-table__exchangers{font-size:17px;font-style:normal;font-weight:400;line-height:130%}.exchangers-table__item.offline .exchangers-table__status .on,.exchangers-table__item.online .exchangers-table__status .off{display:none}@media (max-width:1279px){.exchangers-table__item{display:grid;grid-template-columns:4fr 1.1fr .6fr .8fr .83fr auto}}@media (max-width:992px){.exchangers-table__item{padding:13px 16px;gap:30px}}@media (max-width:767px){.exchangers-table__item{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:15px;row-gap:10px;padding:16px}.exchangers-table__item.head{display:none}}@media (max-width:1279px){.exchangers-table .exchangers-table__country,.exchangers-table .exchangers-table__reviews{display:none}}.exchangers-table__btns{min-width:146px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.exchangers-table__btns .blue-btn{white-space:nowrap;padding:12px 20px}.exchangers-table__btns .blue-btn img{max-width:20px}@media (max-width:992px){.exchangers-table__btns .blue-btn{padding:12px}.exchangers-table__btns .blue-btn span{display:none}}@media (max-width:992px){.exchangers-table__btns{min-width:50px}}.exchangers-table__btns,.exchangers-table__country,.exchangers-table__exchangers,.exchangers-table__pair,.exchangers-table__rating,.exchangers-table__reviews,.exchangers-table__status{text-align:left}.exchangers-table__reserve{min-width:110px;text-align:right}.exchangers-table__rating{gap:4px;color:var(--additional-orange,#fd9800);min-width:65px}.exchangers-table__rating img{width:20px}.exchangers-table__exchangers{font-size:20px;font-style:normal;font-weight:600;line-height:120%}.exchangers-table__exchangers p{-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;gap:8px}.exchangers-table__status{min-width:70px}.exchangers-table__pair{min-width:43px}.exchangers-table__reviews{min-width:50px}.exchangers-table__country{min-width:57px}.exchangers-table__country img{border-radius:6px;height:28px;max-width:42px;object-fit:cover;object-position:center}.exchangers-table__pair span,.exchangers-table__reserve span{display:none}@media (max-width:767px){.exchangers-table__exchangers{grid-column:1/4;grid-row:1}.exchangers-table__rating{width:-moz-fit-content;width:fit-content;justify-self:end;padding:5px 8px 5px 6px;grid-column:4/5;grid-row:1;-ms-flex-pack:end;justify-content:end;border-radius:8px;border:1px solid var(--additional-orange,#fd9800)}.exchangers-table__status{grid-column:1/5;grid-row:2}.exchangers-table__reserve{text-align:start;grid-column:1/3}.exchangers-table__pair{text-align:end;grid-column:3/5}.exchangers-table__pair,.exchangers-table__reserve{grid-row:3}.exchangers-table__pair span,.exchangers-table__reserve span{opacity:.5;display:block}.exchangers-table__btns,.exchangers-table__btns .blue-btn{position:absolute;top:0;left:0;right:0;bottom:0}.exchangers-table__btns .blue-btn{display:-ms-flexbox;display:flex;width:100%;height:100%;opacity:0}}.home__benefits h2{max-width:440px;text-align:left}.home__benefits__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:40px;padding:50px 0}@media (max-width:1279px){.home__benefits__wrap{padding:40px 0}}@media (max-width:992px){.home__benefits__wrap{-ms-flex-direction:column;flex-direction:column}}@media (max-width:767px){.home__benefits__wrap{padding:32px 0}}.home__benefits__main{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.home__benefits__main .link{display:none}.home__benefits__main .blue-btn{margin-top:auto}@media (max-width:992px){.home__benefits__main{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}.home__benefits__main .blue-btn{margin-top:unset}}@media (max-width:992px) and (max-width:767px){.home__benefits__main{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:16px}.home__benefits__main h2{text-align:center}.home__benefits__main .link{display:-ms-flexbox;display:flex;margin-bottom:0}.home__benefits__main .blue-btn{display:none}}.home__benefits__slider{max-width:50%}.home__benefits__slider__item{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;gap:30px}.home__benefits__slider__item img{padding-top:3px}.home__benefits__slider__item h3{text-align:start}@media (max-width:767px){.home__benefits__slider__item{gap:16px}.home__benefits__slider__item img{max-width:40px}}@media (max-width:997px){.home__benefits__slider{max-width:100%}.home__benefits__slider .carousel__item{width:100%}}.home__faq__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:50px 0}@media (max-width:1279px){.home__faq__wrap{padding:40px 0}}@media (max-width:767px){.home__faq__wrap{padding:32px 0}}.home__faq__wrap h2{text-align:left;padding-bottom:10px}@media (max-width:1279px){.home__faq__wrap h2{padding-bottom:20px}}@media (max-width:767px){.home__faq__wrap h2{padding-bottom:8px}}.home__faq__wrap details{width:100%;border-bottom:1px solid var(--main-black-op-25,rgba(45,47,58,.2509803922));padding:30px 0}@media (max-width:1279px){.home__faq__wrap details{padding:20px 0}}@media (max-width:767px){.home__faq__wrap details{padding:16px 0}}.home__faq__wrap details:last-child{padding-bottom:0;border-bottom:none}.home__faq__wrap details p{padding:0 0 10px 30px;max-width:800px}.home__faq__wrap details p:last-child{padding-bottom:0}@media (max-width:1279px){.home__faq__wrap details p{padding:0 78px 10px 0}}@media (max-width:767px){.home__faq__wrap details p{padding:0 0 10px}}.home__faq__wrap details.with-bg{background:var(--bg-lightBlue,#d7e8ff);width:100%;padding:30px;border-radius:20px;margin:50px 0}.home__faq__wrap details.with-bg blockquote{color:var(--main-white,#f6f6f6);background-color:var(--main-blue,#427ff5)}.home__faq__wrap details p{color:var(--main-black,#2d2f3a);font-size:17px;font-style:normal;font-weight:400;line-height:130%;margin-bottom:16px}.home__faq__wrap details img{width:100%;margin-bottom:16px}.home__faq__wrap details a{color:var(--main-blue,#427ff5);transition:all .3s;text-decoration:none}.home__faq__wrap details a:hover{text-decoration:underline}.home__faq__wrap details h1,.home__faq__wrap details h2,.home__faq__wrap details h3,.home__faq__wrap details h4,.home__faq__wrap details h5,.home__faq__wrap details h6{margin-bottom:16px}.home__faq__wrap details h1{font-size:90px;font-style:normal;font-weight:600;line-height:120%;text-align:center;color:var(--main-black,#2d2f3a)}@media (max-width:992px){.home__faq__wrap details h1{font-size:70px}}@media (max-width:767px){.home__faq__wrap details h1{font-size:60px}}.home__faq__wrap details h2{font-size:70px;font-weight:600;line-height:120%;text-align:center;width:100%;color:var(--main-black,#2d2f3a)}@media (max-width:992px){.home__faq__wrap details h2{font-size:60px}}@media (max-width:767px){.home__faq__wrap details h2{font-size:40px}}.home__faq__wrap details h3{font-size:60px;font-style:normal;font-weight:500;line-height:120%;color:var(--main-black,#2d2f3a)}@media (max-width:992px){.home__faq__wrap details h3{font-size:40px}}@media (max-width:767px){.home__faq__wrap details h3{font-size:20px}}.home__faq__wrap details h4{font-size:50px;font-style:normal;font-weight:500;line-height:120%}.home__faq__wrap details h5{font-size:40px;font-style:normal;font-weight:500;line-height:130%;color:var(--main-black,#2d2f3a)}@media (max-width:992px){.home__faq__wrap details h5{font-size:32px}}@media (max-width:767px){.home__faq__wrap details h5{font-size:27px}}.home__faq__wrap details h6{font-size:32px;font-style:normal;font-weight:500;line-height:130%;color:var(--main-black,#fdfdfd)}@media (max-width:767px){.home__faq__wrap details h6{font-size:20px}}.home__faq__wrap details ol,.home__faq__wrap details ul{font-size:17px;font-style:normal;font-weight:400;line-height:130%;margin-bottom:16px}.home__faq__wrap details ol ol,.home__faq__wrap details ol ul,.home__faq__wrap details ul ol,.home__faq__wrap details ul ul{margin-top:8px}.home__faq__wrap details ol li,.home__faq__wrap details ul li{position:relative;margin-bottom:8px;padding-left:26px}.home__faq__wrap details ol li:before,.home__faq__wrap details ul li:before{position:absolute;left:0;top:0}.home__faq__wrap details ul li:before{content:"●";vertical-align:middle;color:var(--main-blue,#427ff5);top:-1px}.home__faq__wrap details ol{list-style:none;counter-reset:a}.home__faq__wrap details ol>li{counter-increment:a}.home__faq__wrap details ol>li:before{content:counter(a);font-weight:600;color:var(--main-blue,#427ff5)}.home__faq__wrap details ol ul li:before{content:"●";vertical-align:middle;color:var(--main-blue,#427ff5);top:-1px}.home__faq__wrap details[open] summary{padding-bottom:20px}@media (max-width:1279px){.home__faq__wrap details[open] summary{padding-bottom:10px}}.home__faq__wrap details[open] img{transform:rotate(180deg);padding-top:0;padding-bottom:6px}.home__faq__wrap summary{cursor:pointer;font-size:40px;font-style:normal;font-weight:500;line-height:130%;color:var(--main-blue,#427ff5);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;gap:10.139vw}.home__faq__wrap summary::-webkit-details-marker{display:none}.home__faq__wrap summary img{padding-top:6px;max-width:40px;max-height:40px}@media (max-width:1279px){.home__faq__wrap summary img{max-width:36px;max-height:36px}}@media (max-width:767px){.home__faq__wrap summary img{max-width:32px;max-height:32px}}@media (max-width:767px){.home__faq__wrap summary{font-size:27px}}.home__banner{background-image:url(../images/v2/background/home-banner-bg.png);background-size:cover}.home__banner h1{position:relative;min-height:110px;overflow:hidden;width:100%;font-size:70px;font-weight:600;line-height:120%}@media (max-width:992px){.home__banner h1{font-size:60px}}@media (max-width:767px){.home__banner h1{font-size:40px}}.home__banner h1 .part-2{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:6px}@media (max-width:767px){.home__banner h1 .part-2{display:inline}}.home__banner h1 .slide-wrap{display:inline-block;position:relative;width:-moz-fit-content;width:fit-content;height:108px}@media (max-width:992px){.home__banner h1 .slide-wrap{height:84px}}@media (max-width:767px){.home__banner h1 .slide-wrap{height:72px}}.home__banner h1 .slide{height:108px;text-align:start;position:relative;display:inline-block;min-width:400px}@media (max-width:992px){.home__banner h1 .slide{height:84px}}@media (max-width:767px){.home__banner h1 .slide{text-align:center;height:72px;min-width:340px}}.home__banner h1 .slide .slide-item{position:absolute;left:0;top:0;opacity:0;animation:c 12s infinite;animation-delay:calc(var(--i) * 4s);font-size:90px;font-weight:600;line-height:120%;white-space:nowrap}@media (max-width:992px){.home__banner h1 .slide .slide-item{font-size:70px}}@media (max-width:767px){.home__banner h1 .slide .slide-item{font-size:60px;left:50%;animation:d 12s infinite;animation-delay:calc(var(--i) * 4s)}}.home__banner__wrap{min-height:350px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:60px;padding:60px 0}@media (max-width:767px){.home__banner__wrap{min-height:240px;padding:40px 0 16px}}.home__banner__title{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center;width:100%;gap:30px}@media (max-width:767px){.home__banner__title{max-width:415px}}.home__banner__title h2{margin-bottom:30px}@media (max-width:767px){.home__banner__title h2{font-size:32px;margin-bottom:20px}}.home__banner__title p{font-size:17px;font-style:normal;font-weight:400;line-height:130%}.home__articles h2{text-align:left}.home__articles h2 a{transition:all .3s}.home__articles h2 a:hover{color:var(--main-blue,#427ff5)}.home__articles__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:40px;padding:50px 0}@media (max-width:1279px){.home__articles__wrap{padding:40px 0}}@media (max-width:767px){.home__articles__wrap{padding:32px 0}}.home__articles__slider{max-width:100%;position:relative}.home__articles__slider__item{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:40px;background:var(--bg-white,#fafafa);overflow:hidden}.home__articles__slider__item:hover .home__articles__slider__item__articleName h6{color:var(--main-blue,#427ff5)}.home__articles__slider__item__img{width:100%;max-height:242px;overflow:hidden;min-height:242px}.home__articles__slider__item__img img{width:100%;height:100%;object-fit:cover}.home__articles__slider__item__articleName{display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;max-width:100%;max-height:84px;margin:20px 20px 24px;transition:all .3s}@media (max-width:767px){.home__articles__slider__item__articleName{margin:16px}}.home__articles__slider__item__footer{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;margin:auto 20px 30px;-ms-flex-align:center;align-items:center}.home__articles__slider__item__footer .articleTag{font-size:17px;font-style:normal;font-weight:400;line-height:130%;padding:8px 12px;border-radius:8px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5));text-align:center;display:none}@media (max-width:767px){.home__articles__slider__item__footer .articleTag p{font-size:16px}}.home__articles__slider__item__footer .date{font-size:17px;font-style:normal;font-weight:400;line-height:130%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;max-height:22px;gap:10px}@media (max-width:1279px){.home__articles__slider__item__footer .date img{display:none}}@media (max-width:767px){.home__articles__slider__item__footer{margin:16px}.home__articles__slider__item__footer h6{font-size:20px}}@media (max-width:767px){.home__articles__slider__item{border-radius:30px}}.stat__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:50px 0}@media (max-width:1279px){.stat__wrap{padding:40px 0}}@media (max-width:767px){.stat__wrap{padding:32px 0}}.main-stat{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.main-stat,.main-stat__item{width:100%;display:-ms-flexbox;display:flex}.main-stat__item{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:4px;text-align:center;font-style:normal}.main-stat__item p{color:var(--main-black,#2d2f3a);font-size:17px;font-weight:400;line-height:130%}.main-stat__item span{color:var(--main-blue,#427ff5);font-size:70px;font-weight:600;line-height:120%}@media (max-width:992px){.main-stat{-ms-flex-wrap:wrap;flex-wrap:wrap}.main-stat__item{width:calc(50% - 10px)}.main-stat__item span{font-size:50px;font-weight:700}}@media (max-width:480px){.main-stat__item{width:100%}}.search-form__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:50px 0;padding-top:0}@media (max-width:1279px){.search-form__wrap{padding:40px 0}}@media (max-width:767px){.search-form__wrap{padding:32px 0}}.main-select .fieldset-wrap{width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:10px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-radius:12px;padding:6px;padding-left:24px;border:1px solid var(--bg-lightBlue,#d7e8ff);z-index:7}.main-select .fieldset-wrap,.main-select .fieldset-wrap__input{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.main-select .fieldset-wrap__input input{width:100%;min-width:70px;padding-top:18px;height:100%;font-size:32px;font-style:normal;font-weight:500;line-height:130%}@media (max-width:767px){.main-select .fieldset-wrap__input input{padding-top:16px;height:38px;font-size:20px;font-weight:600;line-height:120%}}.main-select .fieldset-wrap__input input:focus+.fieldset-wrap__input__placeholder,.main-select .fieldset-wrap__input input:hover+.fieldset-wrap__input__placeholder{color:var(--main-blue,#427ff5)}.main-select .fieldset-wrap__input input.fill+.fieldset-wrap__input__placeholder,.main-select .fieldset-wrap__input input:active+.fieldset-wrap__input__placeholder,.main-select .fieldset-wrap__input input:focus+.fieldset-wrap__input__placeholder,.main-select .fieldset-wrap__input input:valid+.fieldset-wrap__input__placeholder{top:8px;font-size:15px;font-style:normal;font-weight:400;line-height:120%}@media (max-width:767px){.main-select .fieldset-wrap__input input.fill+.fieldset-wrap__input__placeholder,.main-select .fieldset-wrap__input input:active+.fieldset-wrap__input__placeholder,.main-select .fieldset-wrap__input input:focus+.fieldset-wrap__input__placeholder,.main-select .fieldset-wrap__input input:valid+.fieldset-wrap__input__placeholder{top:6px;font-size:12px}}.main-select .fieldset-wrap__input__placeholder{transition:all .3s;position:absolute;left:0;top:50%;pointer-events:none;transform:translateY(-50%);font-size:32px;font-style:normal;font-weight:500;line-height:130%}@media (max-width:767px){.main-select .fieldset-wrap__input__placeholder{font-size:20px;font-style:normal;font-weight:600;line-height:120%}}@media (max-width:767px){.main-select .fieldset-wrap{padding:3px;padding-left:16px}}.main-select fieldset{position:relative;background:var(--bg-white,#fafafa);border-radius:12px}@media (max-width:1279px){.main-select fieldset{grid-column:1/3}}.main-select fieldset:nth-child(3) .fieldset-wrap{z-index:5}.main-select fieldset:nth-child(3) .currency-dropdown{z-index:4}@media (max-width:767px){.main-select fieldset:nth-child(3) .currency-dropdown.act{padding-top:0;position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;width:100vw;z-index:15}}.main-select .currency-select{position:relative;border-radius:8px;border:1px solid var(--bg-lightBlue,#d7e8ff);padding:4px 16px 4px 20px;min-width:180px;min-height:66px;font-size:17px;font-style:normal;font-weight:600;line-height:130%;color:var(--main-blue,#427ff5);cursor:pointer;-ms-flex-pack:justify;justify-content:space-between}.main-select .currency-select,.main-select .currency-select .currency{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.main-select .currency-select .currency{gap:10px}.main-select .currency-select .currency-icon{display:none;width:40px;height:40px}@media (max-width:767px){.main-select .currency-select .currency-icon{width:32px;height:32px}.main-select .currency-select .currency-icon:before{font-size:32px}}@media (max-width:767px){.main-select .currency-select .currency{gap:4px}}.main-select .currency-select .arrow{min-width:24px;max-width:24px;transition:all .3s}.main-select .currency-select .arrow img{object-position:center}.main-select .currency-select.act .arrow{transform:rotate(180deg)}.main-select .currency-select:hover{border:1px solid var(--main-blue,#427ff5);color:var(--main-black,#2d2f3a)}.main-select .currency-select:hover .arrow{filter:brightness(200%) invert(1) grayscale(1)}.main-select .currency-select.selected .currency-icon{display:block}@media (max-width:1279px){.main-select .currency-select{min-height:56px;padding:5px 16px 5px 14px}}@media (max-width:767px){.main-select .currency-select{min-height:40px;padding:3px 8px;min-width:140px}}.main-select input{background:transparent;border:none;outline:none}.main-search{width:100%}.main-search form{display:grid;grid-template-columns:1fr 80px 1fr 80px;-ms-flex-align:start;align-items:start;gap:10px}@media (max-width:1279px){.main-search form{grid-template-columns:80px 1fr;gap:20px}}@media (max-width:767px){.main-search form{grid-template-columns:40px 1fr;gap:16px}}.main-search .search-btn,.main-search .swap-btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.main-search .swap-btn{cursor:pointer;padding:20px;border-radius:12px;border:1px solid var(--bg-lightBlue,#d7e8ff);background-color:var(--bg-lightGray,#f0f2f7);transition:all .3s}.main-search .swap-btn:hover{background-color:var(--bg-white,#fafafa);border:1px solid var(--main-blue,#427ff5)}.main-search .swap-btn:hover img{filter:brightness(200%) invert(1) grayscale(1)}@media (max-width:1279px){.main-search .swap-btn{grid-template-columns:1/2;grid-row:3;width:70px;height:70px;padding:15px;transform:rotate(90deg)}}@media (max-width:767px){.main-search .swap-btn{width:48px;height:48px;padding:12px}}.main-search .search-btn{padding:20px;font-size:32px;font-style:normal;font-weight:500;line-height:130%}.main-search .search-btn span{display:none}.main-search .search-btn img{width:40px;height:40px}@media (max-width:1279px){.main-search .search-btn{width:100%;grid-template-columns:2/3;grid-row:3;padding:14px 60px;min-height:70px}.main-search .search-btn span{display:inline-block}}@media (max-width:767px){.main-search .search-btn{padding:12px 60px;min-height:48px}.main-search .search-btn span{font-size:17px;font-style:normal;font-weight:600;line-height:130%}.main-search .search-btn img{width:24px;height:24px}}.currency-dropdown{position:absolute;top:calc(100% - 10px);left:0;right:0;background:var(--bg-white,#fafafa);border-radius:0 0 12px 12px;height:0;overflow:hidden;transition:all .3s;z-index:6}.currency-dropdown.act{height:auto;padding-top:40px;border:1px solid var(--bg-lightBlue,#d7e8ff);border-top:none}.currency-dropdown__nav{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;gap:10px;padding:6px 6px 20px;overflow:auto}.currency-dropdown__nav::-webkit-scrollbar{display:none}.currency-dropdown__nav .dropdown-btn{min-height:40px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:7px 18px;border-radius:10px;border:1px solid var(--main-blue,#427ff5);background:var(--bg-light-blue-op-50,rgba(215,232,255,.5));font-size:17px;font-style:normal;font-weight:400;line-height:130%;white-space:nowrap;color:var(--main-blue,#427ff5);transition:all .3s;cursor:pointer}.currency-dropdown__nav .dropdown-btn:hover{color:var(--main-black,#2d2f3a)}.currency-dropdown__nav .dropdown-btn.act{color:var(--main-black,#2d2f3a);background:var(--bg-lightBlue,#d7e8ff)}.currency-dropdown__nav__search{position:relative}.currency-dropdown__nav__search.value-field{margin-left:5px;margin-right:5px}.currency-dropdown__nav__search input{min-width:100%;padding:10px;height:40px;border-radius:10px;font-size:20px;font-style:normal;font-weight:400;line-height:100%;border:1px solid var(--bg-lightBlue,#d7e8ff)}.currency-dropdown__nav__search input.fill+.currency-dropdown__nav__search__placeholder img,.currency-dropdown__nav__search input:active+.currency-dropdown__nav__search__placeholder img,.currency-dropdown__nav__search input:focus+.currency-dropdown__nav__search__placeholder img,.currency-dropdown__nav__search input:valid+.currency-dropdown__nav__search__placeholder img{display:none}.currency-dropdown__nav__search input.fill,.currency-dropdown__nav__search input:active,.currency-dropdown__nav__search input:focus,.currency-dropdown__nav__search input:valid{width:300px}.currency-dropdown__nav__search__placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.currency-dropdown__nav__search__placeholder img{width:15px}.currency-dropdown__list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;overflow-y:scroll;gap:6px;max-height:234px;padding:0 17px 6px 6px}.currency-dropdown__list__item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:10px;padding:7px 20px;border-radius:10px;transition:all .3s}.currency-dropdown__list__item.act{background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.currency-dropdown__list__item.act:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:20px;border-radius:10px;background:var(--main-blue,#427ff5)}.currency-dropdown__list__item:hover{background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.currency-dropdown__list__item__name{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px;font-size:17px;font-style:normal;font-weight:400;line-height:130%}.currency-dropdown__list__item__icon{position:relative}.currency-dropdown__list__item__icon .main-icon{width:40px;height:40px}.currency-dropdown__list__item__icon .main-icon img{object-fit:contain}@media (max-width:767px){.currency-dropdown__list__item__icon .main-icon{width:32px;height:32px}.currency-dropdown__list__item__icon .main-icon span:before{font-size:32px}}.currency-dropdown__list__item__icon .network-icon{position:absolute;right:-4px;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:18px;height:18px;pointer-events:none;background:transparent}.currency-dropdown__list__item__icon .network-icon img{object-fit:contain}.currency-dropdown__list__item__currency{font-size:18px;font-style:normal;font-weight:400;line-height:120%;color:var(--main-black,#2d2f3a);text-align:right;opacity:.5}@media (max-width:767px){.currency-dropdown__list__item{padding:6px 16px}}.currency-dropdown__head{display:none}@media (max-width:767px){.currency-dropdown.act{padding-top:0;position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;width:100vw;z-index:15}.currency-dropdown__list{max-height:calc(100% - 120px)}.currency-dropdown__head{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;padding:16px;padding-bottom:24px;width:100%}.currency-dropdown__head,.currency-dropdown__head .close{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.currency-dropdown__head .close{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;width:24px;height:14px;padding:4px 0;position:relative}.currency-dropdown__head .close:after,.currency-dropdown__head .close:before{top:50%;content:"";position:absolute;height:2px;border-radius:2px;width:100%;background-color:var(--main-blue,#427ff5)}.currency-dropdown__head .close:after{transform:rotate(45deg)}.currency-dropdown__head .close:before{transform:rotate(-45deg)}.currency-dropdown__head .close:hover:after,.currency-dropdown__head .close:hover:before{background-color:var(--additional-red,#b80707)}}.home__listing{margin-top:50px;margin-bottom:50px}.home__listing__wrap{position:relative;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:40px;margin:50px 0;padding:40px 80px;padding-bottom:110px;gap:20px;background-color:var(--main-blue,#427ff5);background-image:url(/images/v2/background/home-listing-bg.svg);background-position:50%;border-radius:40px;overflow:hidden}.home__listing__wrap,.home__listing__wrap:after{background-repeat:no-repeat;background-size:cover}.home__listing__wrap:after{content:"";position:absolute;left:0;bottom:0;width:359px;height:645px;background-image:url(/images/v2/section/listing/phone.svg);z-index:1}@media (max-width:1279px){.home__listing__wrap{padding-bottom:unset;padding:40px 45px;margin:40px 0}}@media (max-width:997px){.home__listing__wrap{background-image:url(/images/v2/background/home-listing-tablet-bg.svg)}.home__listing__wrap:after{width:270px;height:481px}}@media (max-width:767px){.home__listing__wrap{background-image:url(/images/v2/background/home-listing-mob-bg.svg);padding:40px 16px;padding-bottom:400px;margin:32px 0;background-position:top}.home__listing__wrap:after{width:265px;height:382px;bottom:-15px}}.home__listing__main{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:30px;max-width:730px;margin:auto;z-index:2}.home__listing__main h2,.home__listing__main p{text-align:center;color:var(--main-white,#f6f6f6)}.home__listing__slider{margin-top:14px;margin-left:320px;z-index:2}.home__listing__slider p{color:var(--bg-lightBlue,#d7e8ff);text-transform:uppercase;max-width:80px}.home__listing__slider h3{color:var(--main-white,#f6f6f6)}.home__listing__slider__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;gap:30px}.home__listing__slider__item .img-box{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;gap:24px}@media (max-width:1279px){.home__listing__slider{margin-left:340px}}@media (max-width:997px){.home__listing__slider{margin-left:235px}}@media (max-width:767px){.home__listing__slider{margin-left:0}.home__listing__slider .carousel__item{width:100%}}.home__listing .white-btn{margin-left:320px;z-index:2}@media (max-width:1279px){.home__listing .white-btn{margin-left:340px}}@media (max-width:997px){.home__listing .white-btn{margin-left:235px}}@media (max-width:767px){.home__listing .white-btn{margin-left:auto;margin-right:auto}}.home__referal__wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:50px 0}@media (max-width:1279px){.home__referal__wrap{padding:40px 0}}@media (max-width:767px){.home__referal__wrap{padding:32px 0}}.home__referal__main{position:relative;width:100%;padding:67px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:30px;background-color:var(--bg-lightBlue,#d7e8ff);border-radius:40px}.home__referal__main h2,.home__referal__main p{max-width:915px;z-index:2;text-align:center}.home__referal__main .link{margin-top:10px;z-index:2}.home__referal__main:after,.home__referal__main:before{content:"";position:absolute}.home__referal__main:after{content:url(/images/v2/section/referal/img-bg-1.svg);right:0;top:0}@media (max-width:1279px){.home__referal__main:after{content:url(/images/v2/section/referal/img-bg-1-tablet.svg)}}@media (max-width:767px){.home__referal__main:after{top:unset;bottom:0;content:url(/images/v2/section/referal/img-bg-1-mob.svg)}}.home__referal__main:before{content:url(/images/v2/section/referal/img-bg-2.svg);left:0;bottom:0}@media (max-width:1279px){.home__referal__main:before{content:url(/images/v2/section/referal/img-bg-2-tablet.svg)}}@media (max-width:767px){.home__referal__main:before{content:url(/images/v2/section/referal/img-bg-2-mob.svg)}}@media (max-width:767px){.home__referal__main{border-radius:30px;padding:44px 16px}}.home__referal__additional{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px;width:100%}.home__referal__additional__item{border-radius:40px;background-color:#fafafa;padding:30px 40px;width:50%;font-weight:600;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.home__referal__additional__item h4{font-size:17px;line-height:22.1px}.home__referal__additional__item p{font-size:70px;line-height:84px;color:var(--main-blue,#427ff5);font-weight:600;min-width:160px}.home__referal__additional__item span{color:var(--main-blue,#427ff5)}.home__referal__additional__item__sub-item{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:20px}.home__referal__additional__item__sub-item .column{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.home__referal__additional__item__sub-item .first-item .column:first-child span{text-align:center}@media (max-width:1279px){.home__referal__additional__item__sub-item:nth-child(2) .column:first-child span{text-align:left}.home__referal__additional__item__sub-item:nth-child(2) .column:last-child span{text-align:right}}@media (max-width:580px){.home__referal__additional__item__sub-item{gap:8px}}@media (max-width:1279px){.home__referal__additional__item{padding:20px 25px}.home__referal__additional__item h4{min-height:44.2px}.home__referal__additional__item p{font-size:40px;line-height:52px}}@media (max-width:767px){.home__referal__additional__item{border-radius:30px;padding:16px;width:100%}}@media (max-width:580px){.home__referal__additional__item p{font-size:32px;line-height:44px;min-width:138px}}@media (max-width:767px){.home__referal__additional{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}}.exchangers-banner{width:100%;overflow-x:hidden}.exchangers-banner__wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;padding:30px 0 50px;-ms-flex-align:center;align-items:center}.exchangers-banner__wrap:after,.exchangers-banner__wrap:before{z-index:-1}.exchangers-banner__wrap:after{position:absolute;left:-80px;content:url(../images/v2/content-images/exchangersBannerLeft.svg);bottom:27px}@media (max-width:992px){.exchangers-banner__wrap:after{display:none}}.exchangers-banner__wrap:before{position:absolute;content:url(../images/v2/content-images/exchangersBannerRight.svg);right:-83px;bottom:25px}@media (max-width:992px){.exchangers-banner__wrap:before{display:none}}.exchangers-banner__wrap p{font-size:17px;font-style:normal;font-weight:400;line-height:130%}.exchangers-banner__title h2{font-size:90px;font-style:normal;font-weight:600;line-height:120%;text-align:center;color:var(--main-black,#2d2f3a)}@media (max-width:992px){.exchangers-banner__title h2{font-size:70px}}@media (max-width:767px){.exchangers-banner__title h2{font-size:60px}}.search-location{width:100%}.search-location.list-layout{display:none}.search-location__wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:20px;font-style:normal;font-weight:500;line-height:120%;gap:10px;padding-bottom:30px}.search-location__wrap .title{width:50%}@media (max-width:767px){.search-location__wrap{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.search-location__wrap .title{width:100%}}.search-location__form{width:50%}@media (max-width:767px){.search-location__form{width:100%}}.search-location form{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:start;align-items:flex-start;gap:25px}.search-location select{width:100%;border-radius:8px;background:transparent;border:1px solid var(--bg-lightBlue,#d7e8ff);padding:12px 18px 12px 20px;overflow:hidden;color:var(--main-blue,#427ff5);text-overflow:ellipsis;font-size:17px;font-style:normal;font-weight:600;line-height:130%;cursor:pointer}.search-location select:disabled{opacity:.5}.search-list{width:100%}.search-list__grid{display:grid;grid-template-columns:258px 1fr;grid-template-rows:auto;gap:10px}.search-list__grid .grid-change{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.search-list__grid .grid-change .big{display:none}@media (max-width:1279px){.search-list__grid{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}.search-list__grid.list-layout{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.search-list__grid.list-layout .search-list__content__active-filters,.search-list__grid.list-layout .search-list__content__result-stats{margin-left:0;margin-right:0}.search-list__grid.list-layout .grid-change{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.search-list__grid.list-layout .grid-change .big{display:block}.search-list__grid.list-layout .grid-change .small{display:none}.search-list .show-more{margin:auto}.aside-filter{gap:30px;padding:20px;border-radius:20px;background:var(--bg-white,#fafafa);height:-moz-fit-content;height:fit-content}.aside-filter,.aside-filter__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.aside-filter__item{gap:10px;overflow:hidden}.aside-filter__item__title{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px;color:var(--main-blue,#427ff5);font-size:20px;font-style:normal;font-weight:600;line-height:120%;transition:all .3s;cursor:pointer}.aside-filter__item__title img{transition:all .3s}.aside-filter__item__title:hover{color:var(--main-black,#2d2f3a)}.aside-filter__item__title:hover img{filter:invert(0) brightness(35%) grayscale(1)}.aside-filter__item__search{width:100%;border-radius:10px;border:1px solid var(--bg-lightBlue,#d7e8ff);background:var(--bg-white,#fafafa);padding:12px;padding-left:16px;background-image:url(../../images/v2/icons/search-gray.svg);background-position:right 12px center;background-repeat:no-repeat;display:none;outline:none;transition:all .3s}.aside-filter__item__search:focus,.aside-filter__item__search:hover{border:1px solid var(--main-blue,#427ff5)}.aside-filter__item__list{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;transition:all .3s;height:0;max-height:340px;overflow:auto}.aside-filter__item__list__sub-item{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;gap:10px;font-size:17px;font-style:normal;font-weight:400;line-height:130%;color:var(--main-black,#2d2f3a)}.aside-filter__item.act .aside-filter__item__title img{transform:rotate(180deg)}.aside-filter__item.act .aside-filter__item__search{display:block}.aside-filter__item.act .aside-filter__item__list{transition:all .3s;height:auto}@media (max-width:1279px){.aside-filter{display:none}}.modal-exchanger-filter{position:fixed;left:-200vw;width:100vw;top:0;right:0;bottom:0;background:var(--bg-lightGray,#f0f2f7);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;z-index:20;padding:30px 0 90px}@media (max-width:1279px){.modal-exchanger-filter{padding:30px 0}}.modal-exchanger-filter .container{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:30px}@media (max-width:992px){.modal-exchanger-filter .container{gap:0}}.modal-exchanger-filter.act{left:0}.modal-exchanger-filter__head{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:end;justify-content:flex-end}.modal-exchanger-filter__head button{padding:8px}.modal-exchanger-filter__head .icon-close{width:24px;height:24px;padding:0}@media (max-width:767px){.modal-exchanger-filter__head .icon-close{width:40px;height:40px}}.modal-exchanger-filter__body{position:relative;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;gap:30px;max-height:calc(100% - 30px - 40px - 55px);overflow:hidden}@media (max-width:992px){.modal-exchanger-filter__body{max-height:100%}.modal-exchanger-filter__body .modal-exchanger-filter__main{display:none}}.modal-exchanger-filter__aside{position:relative;display:-ms-flexbox;display:flex;width:100%;height:100%;max-height:100%;overflow-y:auto;padding:6px;border-radius:12px;background:var(--bg-white,#fafafa);width:376px;min-width:376px}@media (max-width:1279px){.modal-exchanger-filter__aside{width:300px;min-width:300px}}@media (max-width:992px){.modal-exchanger-filter__aside{width:100%;min-width:unset;background:none;padding:0;height:100%;max-height:100%}}.modal-exchanger-filter__aside__list{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;gap:6px}@media (max-width:992px){.modal-exchanger-filter__aside__list{height:-moz-fit-content;height:fit-content}}.modal-exchanger-filter__aside__item{width:100%}.modal-exchanger-filter__aside__item.act,.modal-exchanger-filter__aside__item:hover{border-radius:10px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}@media (max-width:992px){.modal-exchanger-filter__aside__item.act,.modal-exchanger-filter__aside__item:hover{border-radius:0;background:none}}.modal-exchanger-filter__aside__item.act{position:relative}.modal-exchanger-filter__aside__item.act:before{content:"";position:absolute;left:0;width:2px;height:14px;top:50%;transform:translateY(-50%);background:var(--main-blue,#427ff5)}@media (max-width:992px){.modal-exchanger-filter__aside__item.act:before{display:none}.modal-exchanger-filter__aside__item.act .modal-exchanger-filter__aside__item__title img{transition:all .3s;transform:rotate(180deg)}}.modal-exchanger-filter__aside__item__title{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:30px;padding:7px;border-radius:10px;font-size:20px;font-style:normal;font-weight:600;line-height:120%;color:var(--main-blue,#427ff5)}.modal-exchanger-filter__aside__item__title img{transform:rotate(-90deg)}@media (max-width:992px){.modal-exchanger-filter__aside__item__title img{transform:none}}.modal-exchanger-filter__aside__item__title .act{background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.modal-exchanger-filter__aside__item__search,.modal-exchanger-filter__aside__item__sub-list{display:none}@media (max-width:992px){.modal-exchanger-filter__aside__item{position:relative;overflow:hidden;padding:30px 0 31px;gap:0;height:100%}.modal-exchanger-filter__aside__item:not(:last-child):after{position:absolute;content:"";left:0;right:0;bottom:0;height:1px;opacity:.25;background:var(--main-black,#2d2f3a)}.modal-exchanger-filter__aside__item__title{font-size:40px;font-style:normal;font-weight:500;line-height:130%;padding:0;height:100%;min-height:52px}.modal-exchanger-filter__aside__item__search{width:100%;position:relative;height:0;opacity:0;overflow:hidden;transition:all .3s}.modal-exchanger-filter__aside__item__search input{width:100%;font-size:18px;font-style:normal;font-weight:600;line-height:130%;padding:10px 60px 10px 30px;min-height:48px;outline:none;transition:all .3s;border-radius:10px;border:1px solid var(--bg-lightBlue,#d7e8ff);background:var(--bg-white,#fafafa);color:var(--main-black,#2d2f3a)}.modal-exchanger-filter__aside__item__search input:focus,.modal-exchanger-filter__aside__item__search input:hover{border:1px solid var(--main-blue,#427ff5)}.modal-exchanger-filter__aside__item__search img{position:absolute;right:30px;top:50%;transform:translateY(-50%);width:24px;height:24px}.modal-exchanger-filter__aside__item__sub-list{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:10px;column-gap:30px;height:0;opacity:0;overflow:hidden;transition:all .3s}.modal-exchanger-filter__aside__item__sub-list.one-column .modal-exchanger-filter__aside__item__sub-list__item{width:100%}.modal-exchanger-filter__aside__item__sub-list__item{width:calc(33.3% - 20px);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}}@media (max-width:992px) and (max-width:767px){.modal-exchanger-filter__aside__item__sub-list__item{width:calc(50% - 15px)}}@media (max-width:992px) and (max-width:540px){.modal-exchanger-filter__aside__item__sub-list__item{width:100%}}@media (max-width:992px){.modal-exchanger-filter__aside__item.act{gap:30px;overflow:visible;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:auto}.modal-exchanger-filter__aside__item.act .modal-exchanger-filter__aside__item__search,.modal-exchanger-filter__aside__item.act .modal-exchanger-filter__aside__item__sub-list{display:-ms-flexbox;display:flex;height:unset;opacity:1;overflow:unset}}.modal-exchanger-filter__search{width:100%;position:relative}.modal-exchanger-filter__search input{width:100%;font-size:18px;font-style:normal;font-weight:600;line-height:130%;padding:10px 60px 10px 30px;min-height:48px;outline:none;transition:all .3s;border-radius:10px;border:1px solid var(--bg-lightBlue,#d7e8ff);background:var(--bg-white,#fafafa);color:var(--main-black,#2d2f3a)}.modal-exchanger-filter__search input:focus,.modal-exchanger-filter__search input:hover{border:1px solid var(--main-blue,#427ff5)}.modal-exchanger-filter__search img{position:absolute;right:30px;top:50%;transform:translateY(-50%);width:24px;height:24px}.modal-exchanger-filter__main{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:30px;height:100%;max-height:100%}@media (max-width:1279px){.modal-exchanger-filter__main{width:100%}}.modal-exchanger-filter__main__list{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:10px;column-gap:30px;max-height:100%;overflow-y:scroll}.modal-exchanger-filter__main__list__item{width:calc(33.3% - 20px);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}@media (max-width:1279px){.modal-exchanger-filter__main__list__item{width:calc(50% - 15px)}}.modal-exchanger-filter__footer{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:10px;margin-top:auto}.modal-exchanger-filter__footer .counter{font-weight:600;padding-left:6px}@media (max-width:992px){.modal-exchanger-filter__footer .counter{padding-left:0}}.modal-exchanger-filter__footer__btns{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;gap:10px}.modal-exchanger-filter__footer__btns .icon-close{display:none}@media (max-width:992px){.modal-exchanger-filter__footer{padding-top:20px}.modal-exchanger-filter__footer p{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}}@media (max-width:767px){.modal-exchanger-filter__footer{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:24px}.modal-exchanger-filter__footer p{display:inline-block;text-align:center;width:100%}.modal-exchanger-filter__footer__btns .transparent-btn{padding:4px}.modal-exchanger-filter__footer__btns .transparent-btn span:first-child{display:none}.modal-exchanger-filter__footer__btns .transparent-btn .icon-close{display:-ms-flexbox;display:flex;width:40px;height:40px}.modal-exchanger-filter__footer__btns .transparent-btn .icon-close:after,.modal-exchanger-filter__footer__btns .transparent-btn .icon-close:before{transition:all .3s;height:4px;background:var(--main-blue)}.modal-exchanger-filter__footer__btns .transparent-btn:active .icon-close:after,.modal-exchanger-filter__footer__btns .transparent-btn:active .icon-close:before,.modal-exchanger-filter__footer__btns .transparent-btn:focus .icon-close:after,.modal-exchanger-filter__footer__btns .transparent-btn:focus .icon-close:before{height:4px;background:var(--main-black)}}.search-list__content__active-filters{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 20px;margin:0 20px;margin-bottom:20px}@media (max-width:1279px){.search-list__content__active-filters{margin:0 8px;margin-bottom:20px}}.search-list__content__active-filters .clear-btn,.search-list__content__active-filters__item{border-radius:50px;font-size:15px;font-style:normal;font-weight:400;line-height:120%;padding:8px 12px}.search-list__content__active-filters__item{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;gap:10px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.search-list__content__active-filters__item button{width:20px;height:20px;background-position:50%;background-repeat:no-repeat;background-image:url(../../images/v2/icons/clean.svg)}.search-list__content__active-filters__item button:hover{background-image:url(../../images/v2/icons/clean-act.svg)}.search-list__content__big-layout{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;width:100%;margin-bottom:40px}.search-list__content__big-layout__item{position:relative;display:grid;grid-template-columns:1fr 308px;gap:30px;border-radius:20px;background:var(--bg-white,#fafafa);padding:8px 4px 8px 30px}.search-list__content__big-layout__item .title{grid-column:1/2;padding-top:15px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;gap:10px}.search-list__content__big-layout__item .title .exchanger-country{margin-left:10px;overflow:hidden}.search-list__content__big-layout__item .title .exchanger-country img{width:30px;height:24px;border-radius:4px;object-fit:cover}.search-list__content__big-layout__item .title .exchanger-logo{border-radius:16px;max-width:30px;min-width:30px;min-height:30px;max-height:30px;overflow:hidden}.search-list__content__big-layout__item .title .exchanger-logo img{width:100%;height:100%;object-fit:cover}.search-list__content__big-layout__item .title__details{display:none}.search-list__content__big-layout__item .stats{grid-column:1/2;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:30px}.search-list__content__big-layout__item .stats__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:4px;font-size:15px;font-style:normal;font-weight:400;line-height:120%}.search-list__content__big-layout__item .stats__item span{font-size:20px;font-weight:600}@media (max-width:992px){.search-list__content__big-layout__item .stats{-ms-flex-wrap:wrap;flex-wrap:wrap}.search-list__content__big-layout__item .stats__item:first-child,.search-list__content__big-layout__item .stats__item:nth-child(2),.search-list__content__big-layout__item .stats__item:nth-child(3){width:calc(33% - 20px)}.search-list__content__big-layout__item .stats__item:nth-child(4),.search-list__content__big-layout__item .stats__item:nth-child(5){width:calc(50% - 30px);-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}}.search-list__content__big-layout__item .tags{grid-column:1/2;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;height:-moz-fit-content;height:fit-content}.search-list__content__big-layout__item .tags .tag{-ms-flex-align:center;align-items:center;text-transform:uppercase;-ms-flex-align:start;align-items:start;font-size:15px;line-height:120%;padding:8px 12px;color:var(--main-black,#2d2f3a);background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.search-list__content__big-layout__item .rating,.search-list__content__big-layout__item .tags .tag{width:-moz-fit-content;width:fit-content;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;font-style:normal;font-weight:400;border-radius:8px}.search-list__content__big-layout__item .rating{z-index:2;margin:20px;margin-top:40px;margin-bottom:0;height:-moz-fit-content;height:fit-content;grid-column:2/3;grid-row:1;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;gap:2px;padding:5px 12px;font-size:17px;line-height:130%}.search-list__content__big-layout__item .rating .star{width:18px;height:18px;background-position:50%;background-size:cover;background-repeat:no-repeat}.search-list__content__big-layout__item .current-exchange{z-index:2;margin:0 20px;grid-column:2/3;grid-row:2;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;color:var(--additional-black,#22232d);font-size:17px;font-style:normal;font-weight:400;line-height:130%}.search-list__content__big-layout__item .current-exchange .give{font-weight:400}.search-list__content__big-layout__item .current-exchange .get{font-weight:600}.search-list__content__big-layout__item .current-exchange .get span:first-child{font-size:32px;font-weight:500;line-height:130%}.search-list__content__big-layout__item .reviws{z-index:2;margin:0 20px;grid-column:2/3;grid-row:3;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px}.search-list__content__big-layout__item .reviws__title{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.search-list__content__big-layout__item .reviws__rating-bar{width:100%}.search-list__content__big-layout__item .reviws__rating-bar .bar-bg{border-radius:10px;overflow:hidden;display:-ms-flexbox;display:flex;position:relative;width:100%;height:4px;background-color:var(--additional-red,#b80707);margin-bottom:4px}.search-list__content__big-layout__item .reviws__rating-bar .bar-bg .bar{position:absolute;left:0;top:0;right:0;bottom:0;background:var(--additional-green,#40b024)}.search-list__content__big-layout__item .reviws__rating-bar .details{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;font-size:15px;font-style:normal;font-weight:400;line-height:120%;color:var(--additional-black,#22232d)}.search-list__content__big-layout__item .reviws .blue-btn{margin:auto;margin-top:10px;padding:6px 40px;margin-bottom:20px}.search-list__content__big-layout__item:after{content:"";position:absolute;right:4px;top:8px;bottom:8px;width:308px;border-radius:18px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5));z-index:1}.search-list__content__big-layout__item.online .stats__item.status span{color:var(--additional-green,#40b024)}.search-list__content__big-layout__item.online .stats__item.status span:after{content:"Online"}.search-list__content__big-layout__item.offline .stats__item.status span{color:var(--additional-red,#b80707)}.search-list__content__big-layout__item.offline .stats__item.status span:after{content:"Offline"}.search-list__content__big-layout__item.high-rating .rating{color:var(--additional-green,#40b024);border:1px solid var(--additional-green,#40b024)}.search-list__content__big-layout__item.high-rating .rating .star{background-image:url(../images/v2/icons/star-green.svg)}.search-list__content__big-layout__item.medium-rating .rating{color:var(--additional-orange,#fd9800);border:1px solid var(--additional-orange,#fd9800)}.search-list__content__big-layout__item.medium-rating .rating .star{background-image:url(../images/v2/icons/star-gold.svg)}.search-list__content__big-layout__item.low-rating .rating{color:var(--additional-red,#b80707);border:1px solid var(--additional-red,#b80707)}.search-list__content__big-layout__item.low-rating .rating .star{background-image:url(../images/v2/icons/star-red.svg)}@media (max-width:767px){.search-list__content__big-layout__item{grid-template-columns:1fr;grid-template-rows:auto;padding:16px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:0}.search-list__content__big-layout__item .current-exchange,.search-list__content__big-layout__item .rating,.search-list__content__big-layout__item .reviws,.search-list__content__big-layout__item .stats,.search-list__content__big-layout__item .tags,.search-list__content__big-layout__item .title{grid-column:1;margin:0;padding:0;grid-row:auto;margin-bottom:16px}.search-list__content__big-layout__item:after{transition:all .3s;background:none;background-image:url(/images/v2/icons/schevron.svg);background-repeat:no-repeat;background-size:cover;width:24px;height:24px;bottom:unset;top:16px;right:16px}.search-list__content__big-layout__item .title{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}.search-list__content__big-layout__item .title,.search-list__content__big-layout__item .title h6{font-size:20px;font-style:normal;font-weight:600;line-height:120%}.search-list__content__big-layout__item .title .exchanger-country{display:none}.search-list__content__big-layout__item .title .exchanger-logo{position:absolute;display:block;max-width:20px;min-width:20px;min-height:20px;max-height:20px;top:18px;left:16px}.search-list__content__big-layout__item .title .exchanger-name{padding-left:26px}.search-list__content__big-layout__item .title__details{-ms-flex-pack:start;justify-content:flex-start;gap:20px}.search-list__content__big-layout__item .title__details,.search-list__content__big-layout__item .title__details__rating{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;font-size:15px;font-style:normal;font-weight:400;line-height:120%}.search-list__content__big-layout__item .title__details__rating{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;-ms-flex-pack:center;justify-content:center;gap:2px}.search-list__content__big-layout__item .title__details__rating .star{width:16px;height:16px;background-position:50%;background-size:cover;background-repeat:no-repeat}.search-list__content__big-layout__item .title__details__country{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;gap:4px}.search-list__content__big-layout__item .title__details__country img{max-width:20px;border-radius:3px;height:unset}.search-list__content__big-layout__item .title__details__country,.search-list__content__big-layout__item .title__details__rating{position:relative}.search-list__content__big-layout__item .title__details__country:after,.search-list__content__big-layout__item .title__details__rating:after{content:"";position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:4px;height:4px;background-color:var(--main-black,#2d2f3a);opacity:.4;border-radius:50%}.search-list__content__big-layout__item.online .title__details__status span{color:var(--additional-green,#40b024)}.search-list__content__big-layout__item.online .title__details__status span:after{content:"Online"}.search-list__content__big-layout__item.offline .title__details__status span{color:var(--additional-red,#b80707)}.search-list__content__big-layout__item.offline .title__details__status span:after{content:"Offline"}.search-list__content__big-layout__item.high-rating .rating,.search-list__content__big-layout__item.low-rating .rating,.search-list__content__big-layout__item.medium-rating .rating{display:none;border:none}.search-list__content__big-layout__item.high-rating .title__details__rating{color:var(--additional-green,#40b024)}.search-list__content__big-layout__item.high-rating .title__details__rating .star{background-image:url(../images/v2/icons/star-green.svg)}.search-list__content__big-layout__item.medium-rating .title__details__rating{color:var(--additional-orange,#fd9800)}.search-list__content__big-layout__item.medium-rating .title__details__rating .star{background-image:url(../images/v2/icons/star-gold.svg)}.search-list__content__big-layout__item.low-rating .title__details__rating{color:var(--additional-red,#b80707)}.search-list__content__big-layout__item.low-rating .title__details__rating .star{background-image:url(../images/v2/icons/star-red.svg)}.search-list__content__big-layout__item .current-exchange{grid-row:2;-ms-flex-direction:row;flex-direction:row;column-gap:10px;margin-bottom:0}}@media (max-width:767px) and (max-width:480px){.search-list__content__big-layout__item .current-exchange{-ms-flex-direction:column;flex-direction:column}}@media (max-width:767px){.search-list__content__big-layout__item .current-exchange .give{font-size:17px;font-style:normal;font-weight:400;line-height:130%;color:var(--additional-orange2,#f79e1b)}.search-list__content__big-layout__item .current-exchange .get{color:var(--additional-blue,#2cafef)}.search-list__content__big-layout__item .current-exchange .get,.search-list__content__big-layout__item .current-exchange .get span:first-child{font-size:20px;font-style:normal;font-weight:600;line-height:120%}.search-list__content__big-layout__item .current-exchange .get:before{font-size:20px;font-style:normal;font-weight:600;line-height:120%;content:"≈"}.search-list__content__big-layout__item .stats__item p{font-size:16px}.search-list__content__big-layout__item .stats__item span{font-weight:400;font-size:18px}.search-list__content__big-layout__item .stats__item:first-child,.search-list__content__big-layout__item .stats__item:nth-child(2),.search-list__content__big-layout__item .stats__item:nth-child(3){-ms-flex-order:2;order:2;display:none}.search-list__content__big-layout__item .stats__item:nth-child(4),.search-list__content__big-layout__item .stats__item:nth-child(5){-ms-flex-order:1;order:1}.search-list__content__big-layout__item .tags{display:none}.search-list__content__big-layout__item .tags .tag{font-size:12px;font-style:normal;font-weight:400;line-height:120%;padding:5px 10px}.search-list__content__big-layout__item .reviws{display:none}.search-list__content__big-layout__item.act:after{transform:rotate(180deg)}.search-list__content__big-layout__item.act .stats__item{display:block}.search-list__content__big-layout__item.act .reviws{display:-ms-flexbox;display:flex;-ms-flex-order:4;order:4}.search-list__content__big-layout__item.act .reviws .blue-btn{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);padding:7px 40px;font-size:17px;font-style:normal;font-weight:600;line-height:130%;margin:0;max-width:280px;width:100%}.search-list__content__big-layout__item.act .tags{display:-ms-flexbox;display:flex;-ms-flex-order:5;order:5;margin-bottom:50px}.search-list__content__big-layout__item.act .current-exchange{margin-bottom:16px}}.search-list__content__small-layout{width:100%;margin-bottom:30px;max-width:100%}@media (max-width:1439px){.search-list__content__small-layout{overflow-x:scroll;position:relative}}.search-list__content__small-layout table{width:100%;border-collapse:collapse}@media (max-width:1439px){.search-list__content__small-layout table{position:relative;border-collapse:separate}}.search-list__content__small-layout__item{width:100%;border-bottom:10px solid var(--bg-lightGray,#f0f2f7)}.search-list__content__small-layout__item.head{background:transparent;padding:0 20px}.search-list__content__small-layout__item.head .search-list__content__small-layout__cell{font-size:15px;font-style:normal;font-weight:400;line-height:120%;max-height:unset;min-height:unset}.search-list__content__small-layout__item.head .search-list__content__small-layout__cell p,.search-list__content__small-layout__item.head .search-list__content__small-layout__cell span{font-size:15px;font-style:normal;font-weight:400;line-height:120%}.search-list__content__small-layout__item.head .search-list__content__small-layout__cell .sortArrows{height:100%}.search-list__content__small-layout__item.head .search-list__content__small-layout__cell .sortArrows img{min-width:10px}.search-list__content__small-layout__item.head .search-list__content__small-layout__cell .sortArrows img:last-child{transform:rotate(180deg)}.search-list__content__small-layout__item.head .search-list__content__small-layout__cell.down .sortArrows{-ms-flex-item-align:end;align-self:flex-end}.search-list__content__small-layout__item.head .search-list__content__small-layout__cell.down .sortArrows img:first-child,.search-list__content__small-layout__item.head .search-list__content__small-layout__cell.up .sortArrows img:last-child{display:none}.search-list__content__small-layout__item.high-rating .search-list__content__small-layout__cell.rating{color:var(--additional-green,#40b024)}.search-list__content__small-layout__item.high-rating .search-list__content__small-layout__cell.rating .star{background-image:url(../../images/v2/icons/star-green.svg)}.search-list__content__small-layout__item.medium-rating .search-list__content__small-layout__cell.rating{color:var(--additional-orange,#fd9800)}.search-list__content__small-layout__item.medium-rating .search-list__content__small-layout__cell.rating .star{background-image:url(../../images/v2/icons/star-gold.svg)}.search-list__content__small-layout__item.low-rating .search-list__content__small-layout__cell.rating{color:var(--additional-red,#b80707)}.search-list__content__small-layout__item.low-rating .search-list__content__small-layout__cell.rating .star{background-image:url(../../images/v2/icons/star-red.svg)}.search-list__content__small-layout__item th{background:var(--bg-lightGray,#f0f2f7)}.search-list__content__small-layout__item td{height:100%;background:var(--bg-white,#fafafa)}.search-list__content__small-layout__item td:first-child{border-radius:16px 0 0 16px}.search-list__content__small-layout__item td:last-child{border-radius:0 16px 16px 0}@media (max-width:1439px){.search-list__content__small-layout__item td:first-child,.search-list__content__small-layout__item td:last-child{border-radius:0}}@media (max-width:1439px){.search-list__content__small-layout__item td:first-child,.search-list__content__small-layout__item th:first-child{position:sticky;left:0;z-index:2;border-left:0;border-right:1px solid var(--bg-lightGray,#f0f2f7)}}.search-list__content__small-layout__cell{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;gap:4px;white-space:nowrap;font-size:17px;font-style:normal;font-weight:400;line-height:130%;margin:8px 15px;height:100%;max-height:40px;min-height:40px}.search-list__content__small-layout__cell p{font-size:18px;font-style:normal;font-weight:400;line-height:120%}.search-list__content__small-layout__cell span{font-size:17px;font-style:normal;font-weight:400;line-height:130%}.search-list__content__small-layout__cell.btns{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px;-ms-flex-negative:0;flex-shrink:0;border-radius:8px;min-width:146px}.search-list__content__small-layout__cell.btns .white-btn{display:-ms-inline-flexbox;display:inline-flex;max-height:40px;padding:7px 20px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-negative:0;flex-shrink:0;border:1px solid var(--bg-lightBlue,#d7e8ff);color:var(--main-blue,#427ff5);font-size:17px;font-style:normal;font-weight:600;line-height:130%}.search-list__content__small-layout__cell.btns .white-btn:hover{color:var(--main-black,#2d2f3a)}.search-list__content__small-layout__cell.btns .white-btn img{display:none}@media (max-width:992px){.search-list__content__small-layout__cell.btns .white-btn{width:-moz-fit-content;width:fit-content;gap:4px;border:none;padding:0;margin:0;font-size:17px;font-style:normal;font-weight:600;line-height:130%;background:transparent;color:var(--main-blue,#427ff5);max-width:unset}.search-list__content__small-layout__cell.btns .white-btn span{display:block}.search-list__content__small-layout__cell.btns .white-btn img{display:block;width:16px;height:16px}}.search-list__content__small-layout__cell.btns .blue-btn{display:-ms-flexbox;display:flex;max-width:40px;max-height:40px;padding:10px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}.search-list__content__small-layout__cell.btns .blue-btn span{display:none}@media (max-width:992px){.search-list__content__small-layout__cell.btns .blue-btn{width:-moz-fit-content;width:fit-content;gap:4px;border:none;padding:0;margin:0;font-size:17px;font-style:normal;font-weight:600;line-height:130%;background:transparent;max-width:unset;color:var(--main-blue,#427ff5)}.search-list__content__small-layout__cell.btns .blue-btn span{display:block}.search-list__content__small-layout__cell.btns .blue-btn img{filter:none;display:block;width:16px;height:16px}}@media (max-width:992px){.search-list__content__small-layout__cell.btns{width:-moz-fit-content;width:fit-content;min-width:unset;gap:40px;min-width:212px}}.search-list__content__small-layout__cell.exchangers{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px;font-size:20px;font-style:normal;font-weight:600;line-height:120%;min-width:300px}.search-list__content__small-layout__cell.exchangers p{font-size:20px;font-style:normal;font-weight:600;line-height:120%;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;gap:8px}@media (max-width:992px){.search-list__content__small-layout__cell.exchangers{min-width:186px;font-size:17px;line-height:130%}.search-list__content__small-layout__cell.exchangers p{font-size:17px;line-height:130%}}@media (max-width:767px){.search-list__content__small-layout__cell.exchangers{min-width:164px;font-size:16px;font-weight:700;line-height:120%}.search-list__content__small-layout__cell.exchangers p{font-size:16px;font-weight:700;line-height:120%}}.search-list__content__small-layout__cell .titleCellIcons{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:5px}.search-list__content__small-layout__cell .titleCellIcons .toolTip p{font-size:17px;font-style:normal;font-weight:400;line-height:130%;color:var(--main-black,#2d2f3a);text-align:center}.search-list__content__small-layout__cell .titleCellIcons .toolTip img{display:none}@media (max-width:992px){.search-list__content__small-layout__cell .titleCellIcons{display:none}}.search-list__content__small-layout__cell.limit{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center;min-width:104px}.search-list__content__small-layout__cell.limit .from,.search-list__content__small-layout__cell.limit .to{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:4px}.search-list__content__small-layout__cell.limit .from p,.search-list__content__small-layout__cell.limit .to p{font-size:18px;font-style:normal;font-weight:400;line-height:120%;opacity:.75}.search-list__content__small-layout__cell.limit .from span,.search-list__content__small-layout__cell.limit .to span{font-size:17px;font-style:normal;font-weight:400;line-height:130%}@media (max-width:992px){.search-list__content__small-layout__cell.limit .from p,.search-list__content__small-layout__cell.limit .from span,.search-list__content__small-layout__cell.limit .to p,.search-list__content__small-layout__cell.limit .to span{font-size:12px;line-height:120%}}@media (max-width:992px){.search-list__content__small-layout__cell.limit{min-width:94px}}.search-list__content__small-layout__cell.give{text-align:right;min-width:98px;-ms-flex-pack:end;justify-content:flex-end}.search-list__content__small-layout__cell.give span{color:var(--additional-orange2,#f79e1b)}@media (max-width:767px){.search-list__content__small-layout__cell.give span{font-size:15px}}.search-list__content__small-layout__cell.get{min-width:115px}.search-list__content__small-layout__cell.get span{color:var(--additional-blue,#2cafef)}@media (max-width:767px){.search-list__content__small-layout__cell.get span{font-size:15px}}.search-list__content__small-layout__cell.reserve{min-width:110px;-ms-flex-pack:end;justify-content:flex-end}.search-list__content__small-layout__cell.reserve p{font-size:17px;font-style:normal;font-weight:400;line-height:130%}@media (max-width:767px){.search-list__content__small-layout__cell.reserve p{font-size:15px;line-height:120%}}.search-list__content__small-layout__cell.reviews{min-width:72px}.search-list__content__small-layout__cell.reviews p{font-size:17px;font-style:normal;font-weight:400;line-height:130%}@media (max-width:767px){.search-list__content__small-layout__cell.reviews p{font-size:15px;line-height:120%}}.search-list__content__small-layout__cell.rating{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-width:71px}.search-list__content__small-layout__cell.rating .star{width:20px;height:20px;background-position:50%;background-size:cover;background-repeat:no-repeat}@media (max-width:767px){.search-list__content__small-layout__cell.rating span{font-size:15px;line-height:120%}}.search-list__grid .search-list__content__result-stats .filter-icon{display:none}@media (max-width:1279px){.search-list__grid .search-list__content__result-stats{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 8px;margin-bottom:20px}.search-list__grid .search-list__content__result-stats .filter-icon{-ms-flex-order:2;order:2;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.search-list__grid .search-list__content__result-stats .search-count__box{-ms-flex-order:1;order:1;width:100%}.search-list__grid .search-list__content__result-stats__select{-ms-flex-order:2;order:2;margin:0}.search-list__grid .search-list__content__result-stats .grid-change{-ms-flex-order:2;order:2}}@media (max-width:767px){.search-list__grid .search-list__content__result-stats{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.search-list__grid .search-list__content__result-stats__select{display:none}}@media (max-width:580px){.search-list__grid .search-list__content__result-stats .search-count__box p{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.search-list__grid .search-list__content__result-stats .search-count__box .counter{width:100%}}.search-list__grid.list-layout .aside-filter,.search-list__grid .search-list__content__result-stats__sort-box .grid-change img.small{display:none}.search-list__grid.list-layout .search-list__content__result-stats .filter-icon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.search-list__grid.list-layout .search-list__content__result-stats__select,.search-list__grid.list-layout .search-list__content__result-stats__sort-box .grid-change img.big{display:none}.search-list__grid.list-layout .search-list__content__result-stats .search-count__box{margin-right:auto}@media (max-width:1279px){.search-list__grid.list-layout .search-list__content__result-stats .search-count__box{margin-right:unset;width:auto;-ms-flex-order:2;order:2}}@media (max-width:767px){.search-list__grid.list-layout .search-list__content__result-stats{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.search-list__grid.list-layout .search-list__content__result-stats .search-count__box{-ms-flex-order:1;order:1}.search-list__grid.list-layout .search-list__content__result-stats .filter-icon{margin-left:auto}}.search-list__content__result-stats{-ms-flex-pack:justify;justify-content:space-between;margin:0 20px;margin-bottom:20px;width:100%;gap:20px}.search-list__content__result-stats,.search-list__content__result-stats .search-count__box{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.search-list__content__result-stats .search-count__box{font-size:17px;font-style:normal;font-weight:400;line-height:130%;color:var(--main-black,#2d2f3a)}.search-list__content__result-stats .search-count__box .counter{font-weight:600}.search-list__content__result-stats__select{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;white-space:nowrap;gap:10px;margin-left:auto}.search-list__content__result-stats__select select{width:100%;border-radius:8px;background:transparent;border:1px solid var(--bg-lightBlue,#d7e8ff);padding:8px 18px 8px 20px;overflow:hidden;color:var(--main-blue,#427ff5);text-overflow:ellipsis;font-size:17px;font-style:normal;font-weight:600;line-height:130%}.search-list__content__result-stats__select select:disabled{opacity:.5}.user-account__grid{display:grid;grid-template-columns:300px 1fr;gap:20px;position:relative}@media (max-width:1279px){.user-account__grid{grid-template-columns:1fr}}@media (max-width:767px){.user-account__grid{gap:0}}.user-account__grid h1{text-align:start;font-size:40px;font-style:normal;font-weight:500;line-height:130%}@media (max-width:1279px){.user-account__grid h1{font-size:32px;font-style:normal;font-weight:500;line-height:130%;right:0;position:absolute;top:9px}}@media (max-width:767px){.user-account__grid h1{font-size:27px;font-style:normal;font-weight:500;line-height:120%;position:unset;padding:0 0 15px}}.user-account__grid .page-title{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:767px){.user-account__grid .page-title h1{padding:0 0 10px}}.save{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;gap:10px;border-radius:12px;background:linear-gradient(0deg,rgba(64,176,36,.07),rgba(64,176,36,.07)),var(--bg-white,#fafafa);padding:10px 30px 10px 20px}.save,.save p{color:var(--additional-green,#40b024)}.processedTime{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;gap:10px;border-radius:12px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5));padding:10px 20px}.processedTime p{width:100%;text-align:center}.history{height:100%;-ms-flex-direction:column;flex-direction:column;gap:20px}.history,.history .title{width:100%;display:-ms-flexbox;display:flex}.history .title{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.history .title p{opacity:.75}.history .title .link{text-align:end}@media (max-width:767px){.history .title .semibold,.history .title .text-medium{font-size:17px;font-weight:600;line-height:130%}}.history__list{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px}.history__list__item{width:100%;position:relative;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.history__list__item,.history__list__item__name{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.history__list__item__name{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:14px}.history__list__item__name .text{opacity:.75;max-width:110px;min-width:110px}.history__list__item__name .text p{font-weight:700}.history__list__item__name .text p,.history__list__item__name .text span{color:var(--main-black,#2d2f3a);font-size:15px;font-style:normal;line-height:120%}.history__list__item__name .text span{font-weight:400}.history__list__item__icon{position:relative}.history__list__item__icon .main-icon{width:30px;height:30px}.history__list__item__icon .main-icon img{object-fit:contain}@media (max-width:767px){.history__list__item__icon .main-icon{width:22px;height:22px}}.history__list__item__icon .network-icon{position:absolute;right:-10px;bottom:-5px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;pointer-events:none;background:transparent}.history__list__item__icon .network-icon img{object-fit:contain}.history__list__item__currency{font-size:18px;font-style:normal;font-weight:400;line-height:120%;color:var(--main-black,#2d2f3a);text-align:right}.history__list__item__value .big{font-size:20px;font-weight:600}.history__list__item__value .big span{color:var(--main-black,#2d2f3a);font-size:15px;font-weight:700;opacity:.75}.history__list__item__info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;text-align:right;font-size:15px;font-style:normal;font-weight:400;line-height:120%;min-width:85px}.history__list__item.processing .status{color:var(--additional-orange,#fd9800)}.history__list__item.success .status{color:var(--additional-green,#40b024)}.history__list__item.unsuccess .status{color:var(--additional-red,#b80707)}.history__list__item.rejected .status{color:var(--main-black,#2d2f3a);opacity:.5}@media (max-width:767px){.history__list__item{gap:10px;-ms-flex-align:start;align-items:flex-start;position:relative}.history__list__item__name .text{max-width:34vw;min-width:34vw}.history__list__item__value{margin-bottom:18px;text-align:right}.history__list__item__value p{font-size:17px;font-weight:600;line-height:130%}.history__list__item__value span{font-size:12px;font-weight:900;line-height:120%}.history__list__item__info{position:absolute;right:0;bottom:0;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:4px}}.history.cashback{padding:10px}@media (max-width:767px){.history.cashback{padding:0}}.history.cashback .history__list__item__name{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:14px}.history.cashback .history__list__item__name .text{opacity:.75;max-width:110px;min-width:110px}.history.cashback .history__list__item__name .text p{color:var(--main-black,#2d2f3a);font-size:15px;font-style:normal;line-height:120%;font-weight:700}.history.cashback .history__list__item__name .text span{color:var(--main-black,#2d2f3a);font-size:15px;font-style:normal;line-height:120%;font-weight:400}.history.cashback .history__list__item__icon .main-icon{width:30px;height:30px;border-radius:50%;border:2px solid var(--main-blue,#427ff5);position:relative}.history.cashback .history__list__item__icon .main-icon span{color:var(--main-blue,#427ff5);text-align:center;font-size:10px;font-style:normal;font-weight:700;line-height:120%;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:767px){.history.cashback .history__list__item__icon{width:22px;height:22px}}.history.cashback .history__list__item__currency{font-size:18px;font-style:normal;font-weight:400;line-height:120%;color:var(--main-black,#2d2f3a);text-align:right}.history.cashback .history__list__item__value .text-bigger{font-size:20px;font-weight:600}.history.cashback .history__list__item__value .text-bigger span{color:var(--main-black,#2d2f3a);font-size:15px;font-weight:700;opacity:.75}.history.cashback .history__list__item__info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;text-align:right;font-size:15px;font-style:normal;font-weight:400;line-height:120%;min-width:85px}.history.cashback .history__list__item.processing .status{color:var(--additional-orange,#fd9800);opacity:.75}.history.cashback .history__list__item.success .status{color:var(--additional-green,#40b024);opacity:.75}.history.cashback .history__list__item.unsuccess .status{color:var(--additional-red,#b80707);opacity:.75}.history.cashback .history__list__item.rejected .status{color:var(--main-black,#2d2f3a);opacity:.5}@media (max-width:767px){.history.cashback .history__list__item{gap:10px;-ms-flex-align:start;align-items:flex-start;position:relative}.history.cashback .history__list__item__name .text{max-width:34vw;min-width:34vw}.history.cashback .history__list__item__value{margin-bottom:18px;text-align:right}.history.cashback .history__list__item__value p{font-size:17px;font-weight:600;line-height:130%}.history.cashback .history__list__item__value span{font-size:12px;font-weight:900;line-height:120%}.history.cashback .history__list__item__info{position:absolute;right:0;bottom:0;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:4px}}.user-account__inviteEarn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;border-radius:20px;background:var(--bg-white,#fafafa);width:100%;padding:20px;gap:20px}@media (max-width:767px){.user-account__inviteEarn{padding:10px}}.user-account__inviteEarn .form-tittle{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;gap:10px}.user-account__inviteEarn .form-tittle span{font-size:32px;font-style:normal;font-weight:500;line-height:130%}@media (max-width:998px){.user-account__inviteEarn .form-tittle span{text-align:center}}@media (max-width:767px){.user-account__inviteEarn .form-tittle span{font-size:27px;line-height:120%}}@media (max-width:998px){.user-account__inviteEarn .form-tittle{-ms-flex-align:center;align-items:center}.user-account__inviteEarn .form-tittle p{text-align:center}}.user-account__inviteEarn .link-social{gap:10px}.user-account__inviteEarn .link-social,.user-account__inviteEarn .link-social .user-account__friends__formLtBlue{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;width:100%}.user-account__inviteEarn .link-social .user-account__friends__formLtBlue{padding:20px;border-radius:16px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__inviteEarn .link-social .link{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;text-overflow:ellipsis;font-size:20px;font-style:normal;font-weight:600;line-height:120%}@media (max-width:767px){.user-account__inviteEarn .link-social .link{font-size:17px;line-height:130%}}.user-account__inviteEarn .link-social .link img{max-width:24px}.user-account__inviteEarn .link-social .social{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:10px}@media (max-width:767px){.user-account__inviteEarn .link-social .social{padding:0 10px}}.user-account__inviteEarn .link-social .social .icons{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.user-account__inviteEarn .link-social .social .icons a{padding:12px;border-radius:10px;border:1px solid var(--bg-lightBlue,#d7e8ff)}.user-account__inviteEarn .link-social .social .icons a:hover{border:1px solid var(--main-blue,#427ff5)}@media (max-width:998px){.user-account__inviteEarn{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}.aside-menu{width:100%;gap:20px}.aside-menu,.aside-menu__list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.aside-menu__list{gap:6px}@media (max-width:1279px){.aside-menu__list{display:none}}.aside-menu__list__item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:start;-ms-flex-align:center;align-items:center;border-radius:10px;background:transparent;transition:all .3s;padding:7px 20px;gap:10px;font-size:20px;font-style:normal;font-weight:600;line-height:120%;color:var(--main-blue,#427ff5)}.aside-menu__list__item.act,.aside-menu__list__item:hover{background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.aside-menu__list__item.act:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:14px;border-radius:10px;background:var(--main-blue,#427ff5)}.aside-menu__list__item.remove{color:var(--main-black,#2d2f3a)}.aside-menu__list__item.remove img{transition:all .3s}.aside-menu__list__item.remove:hover{color:var(--additional-red,#b80707)}.aside-menu__list__item.remove:hover img{transition:all .3s;filter:brightness(0) saturate(100%) invert(13%) sepia(63%) saturate(7476%) hue-rotate(25deg) brightness(88%) contrast(128%)}.aside-menu__list__item span.counter{position:absolute;right:6px;top:6px;width:24px;height:24px;border-radius:50%;background-color:var(--additional-green,#40b024);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:var(--main-white,#f6f6f6);font-size:12px;line-height:100%}.aside-menu__list hr{width:100%;margin:10px 0;height:0;border-top:1px solid var(--bg-lightBlue,#d7e8ff)}.user-account__balance{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;gap:10px}.user-account__balance h2{padding-bottom:14px;padding-left:12px}.user-account__balance__general{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:20px;background:var(--bg-white,#fafafa);padding:20px 10px 10px;gap:10px}.user-account__balance__general .current-balance{-ms-flex-pack:justify;justify-content:space-between;font-size:20px;font-style:normal;font-weight:500;line-height:120%;color:var(--main-black-op-75,rgba(45,47,58,.75));padding:0 10px}.user-account__balance__general .current-balance,.user-account__balance__general .current-balance .number{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.user-account__balance__general .current-balance .number{color:var(--main-black,#2d2f3a);gap:10px}.user-account__balance__general .current-balance .number p{font-size:32px;font-style:normal;font-weight:500;line-height:130%}@media (max-width:767px){.user-account__balance__general .current-balance{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.user-account__balance__general .current-balance .number{-ms-flex-align:end;align-items:flex-end}.user-account__balance__general .current-balance .number p{font-size:20px;font-weight:600;line-height:120%}.user-account__balance__general .current-balance .number span{font-size:15px;font-style:normal;font-weight:700;line-height:120%}}.user-account__balance__general__details{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px}@media (max-width:767px){.user-account__balance__general__details{-ms-flex-direction:column;flex-direction:column}}.user-account__balance__general__details__item{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;border-radius:16px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5));gap:15px;padding:20px}.user-account__balance__general__details__item img{max-height:95px}.user-account__balance__general__details__item .text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center}.user-account__balance__general__details__item .number{display:-ms-flexbox;display:flex;text-align:unset;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:end;align-items:end;gap:4px}.user-account__balance__general__details__item .number span{font-size:15px;font-style:normal;font-weight:700;line-height:132%}.user-account__balance__general__details__item .number p{font-size:27px;font-style:normal;font-weight:500;line-height:120%}@media (max-width:767px){.user-account__balance__general__details__item{-ms-flex-direction:row;flex-direction:row}.user-account__balance__general__details__item .image{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;max-width:95px;max-height:56px;width:100%}.user-account__balance__general__details__item img{max-width:95px;max-height:56px}.user-account__balance__general__details__item .text{-ms-flex-align:start;align-items:flex-start;text-align:flex-start;text-align:start}}.user-account__balance__cashback{width:100%;display:grid;grid-template-columns:.69fr 1fr 2fr;gap:10px}@media (max-width:992px){.user-account__balance__cashback{grid-template-columns:.69fr 1fr}}@media (max-width:767px){.user-account__balance__cashback{grid-template-columns:1fr}}.user-account__balance__cashback .blue-btn{border-radius:20px}@media (max-width:767px){.user-account__balance__cashback .blue-btn{width:100%;border-radius:15px}}.user-account__balance__cashback .blue-btn .inline-box{margin:auto;display:inline-block}.user-account__balance__cashback .blue-btn .inline-box span{display:inline}.user-account__balance__cashback .blue-btn .inline-box img{display:inline;max-width:20px;margin-left:4px;margin-top:2px}.user-account__balance__cashback__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center;border-radius:20px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5));color:var(--main-black-op-75,rgba(45,47,58,.75));padding:20px;gap:20px;font-size:20px;font-style:normal;font-weight:500;line-height:120%}@media (max-width:767px){.user-account__balance__cashback__item{gap:10px}.user-account__balance__cashback__item .title{font-weight:600;opacity:.75}}.user-account__balance__cashback__item .number{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:end;align-items:end;gap:10px}.user-account__balance__cashback__item .number p{font-size:27px;font-style:normal;font-weight:500;line-height:120%;color:var(--main-black,#2d2f3a);white-space:nowrap}.user-account__balance__cashback__item .number span{font-size:15px;font-style:normal;font-weight:600;line-height:120%}.user-account__balance__cashback__item .column{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px}.user-account__balance__cashback__item .column .text{width:100%;font-size:15px;font-style:normal;font-weight:400;line-height:120%}@media (max-width:992px){.user-account__balance__cashback__item:last-child{grid-column:1/3}}@media (max-width:767px){.user-account__balance__cashback__item:last-child{grid-column:1}}@media (max-width:767px){.user-account__balance__cashback__item .column{-ms-flex-direction:column;flex-direction:column}}.user-account__balance__cashback-details{border-radius:20px;background:var(--bg-white,#fafafa);padding:10px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px}.user-account__balance__status{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%;gap:30px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (max-width:767px){.user-account__balance__status{-ms-flex-direction:column;flex-direction:column}}.user-account__balance__status .current-status{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px;width:100%;padding:20px;border-radius:20px;background:var(--main-blue,#427ff5);color:var(--main-white,#f6f6f6)}.user-account__balance__status .current-status .text-big,.user-account__balance__status .current-status .text-small,.user-account__balance__status .current-status p,.user-account__balance__status .current-status span{color:var(--main-white,#f6f6f6)}.user-account__balance__status .current-status__title{opacity:.75}.user-account__balance__status .current-status__bet{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.user-account__balance__status .current-status__bet p{opacity:.75}.user-account__balance__status .current-status__bet__number{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:end;align-items:flex-end;gap:4px}.user-account__balance__status .current-status__bet__procent{opacity:.75}.user-account__balance__status .current-status__image{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.user-account__balance__status .current-status__progress{width:100%}.user-account__balance__status .current-status__progress p{opacity:.75}.user-account__balance__status .current-status__progress .bar-bg{border-radius:10px;overflow:hidden;display:-ms-flexbox;display:flex;position:relative;width:100%;height:4px;background:var(--bg-light-blue-op-20,rgba(215,232,255,.2));margin-top:10px;margin-bottom:4px}.user-account__balance__status .current-status__progress .bar-bg .bar{position:absolute;left:0;top:0;right:0;bottom:0;background:var(--main-white,#f6f6f6)}.user-account__balance__status .current-status__progress .details{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.user-account__balance__status .current-status__progress .details .text-small{opacity:.75}.user-account__balance__status .description{margin-top:auto;margin-bottom:auto;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px}@media (max-width:767px){.user-account__balance__status .description .text-h6{font-size:27px;font-weight:500;line-height:120%}}.user-account__balance__remark{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:15px;width:100%;padding:10px;border-radius:20px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__balance__remark .title{padding:0 10px}.user-account__balance__remark .text-box{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px;width:100%}@media (max-width:767px){.user-account__balance__remark .text-box{-ms-flex-direction:column;flex-direction:column}}.user-account__balance__remark .text-box__item{padding:20px;width:100%;border-radius:16px;background:var(--bg-white,#fafafa)}.user-account__balance__all-status{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;border-radius:20px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5));padding:10px}.user-account__balance__all-status .title{opacity:.75;padding:0 10px}.user-account__balance__all-status .levels__list{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;gap:10px}@media (max-width:767px){.user-account__balance__all-status .levels__list{-ms-flex-wrap:wrap;flex-wrap:wrap}}.user-account__balance__all-status .levels__list__item{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:4px;padding:20px;text-align:center;border-radius:20px;background:var(--bg-white,#fafafa)}@media (max-width:767px){.user-account__balance__all-status .levels__list__item{width:calc(50% - 5px);padding:10px}}.user-account__balance__all-status .levels__list__item .text-medium,.user-account__balance__all-status .levels__list__item .text-small{opacity:.75}@media (max-width:767px){.user-account__balance__all-status .levels__list__item .text-medium{font-size:17px;font-weight:600;line-height:130%}}.user-account__balance__status__item{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;border-radius:20px;background:var(--bg-white,#fafafa)}.user-account__balance__status__item .status{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:20px;background:var(--main-blue,#427ff5);color:var(--main-white,#f6f6f6);color:var(--main-white-op-75,hsla(0,0%,96%,.75))}.user-account__balance__status__item .status-title{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:20px;font-style:normal;font-weight:500;line-height:120%}.user-account__balance__status__item .status-bet p{font-size:15px;font-style:normal;font-weight:400;line-height:120%}.user-account__balance__status__item .status-bet .number_cashback{font-size:27px;font-style:normal;font-weight:500;line-height:120%;color:var(--main-white,#f6f6f6)}.user-account__balance__status__item .status-bet .procent_cashback{font-size:15px;font-style:normal;font-weight:600;line-height:120%;color:var(--main-white-op-75,hsla(0,0%,96%,.75))}.user-account__withdrawal{width:100%;display:grid;grid-template-columns:.55fr .45fr;column-gap:20px;row-gap:20px}@media (max-width:1439px){.user-account__withdrawal{grid-template-columns:1fr 1fr}}@media (max-width:998px){.user-account__withdrawal{grid-template-columns:1fr}}.user-account__withdrawal .page-title{grid-column:1/3}@media (max-width:998px){.user-account__withdrawal .page-title{grid-column:1}.user-account__withdrawal .page-title h1{padding:0}}.user-account__withdrawal__form{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;width:100%;padding:20px;border-radius:20px;background:var(--bg-white,#fafafa)}.user-account__withdrawal__form .blue-btn{margin:auto;margin-top:40px;min-width:280px}.user-account__withdrawal__memo{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:15px;padding:20px 10px;border-radius:20px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__withdrawal__memo .text-big:first-child{padding:0 10px}@media (max-width:998px){.user-account__withdrawal__memo .text-big:first-child{text-align:center}}.user-account__withdrawal__memo__grid{width:100%;display:grid;gap:10px}@media (max-width:767px){.user-account__withdrawal__memo__grid{grid-template-columns:1fr}}.user-account__withdrawal__memo__item{padding:20px;border-radius:16px;background:var(--bg-white,#fafafa)}.user-account__withdrawal__memo__item:last-child{margin-bottom:-10px}.user-account__withdrawal__memo__item .orange{color:var(--additional-orange,#fd9800);font-size:20px;font-style:normal;font-weight:500;line-height:120%}.user-account__withdrawal__memo__item:last-child{grid-column:1/3}@media (max-width:767px){.user-account__withdrawal__memo__item:last-child{grid-column:1}}.user-account__withdrawal__available,.user-account__withdrawal__awaiting,.user-account__withdrawal__derived{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:20px;border-radius:20px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__withdrawal__available p,.user-account__withdrawal__awaiting p,.user-account__withdrawal__derived p{font-size:20px;font-style:normal;font-weight:500;line-height:120%}.user-account__withdrawal__available .text-big,.user-account__withdrawal__awaiting .text-big,.user-account__withdrawal__derived .text-big{font-size:27px;font-weight:500}.user-account__withdrawal__available .text-big .currency,.user-account__withdrawal__awaiting .text-big .currency,.user-account__withdrawal__derived .text-big .currency{margin-left:5px;font-size:15px;font-weight:600}.user-account__withdrawal__available .text-big,.user-account__withdrawal__available .text-big .currency,.user-account__withdrawal__available p,.user-account__withdrawal__available p .currency{color:var(--main-blue,#427ff5)}.user-account__withdrawal__derived{padding:10px 20px}.user-account__withdrawal__history{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:10px;border-radius:20px;background:var(--bg-white,#fafafa)}@media (max-width:998px){.user-account__withdrawal__history{grid-row:4}}.user-account__friends{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:40px}@media (max-width:1279px){.user-account__friends{gap:30px;margin-top:-10px}}.user-account__friends .page-title{padding-left:12px}.user-account__friends__form{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;width:100%}@media (max-width:1279px){.user-account__friends__form{margin-top:-18px}}@media (max-width:767px){.user-account__friends__form{-ms-flex-direction:column;flex-direction:column}}.user-account__friends__form__friendsAmount{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;border-radius:20px;background:var(--bg-white,#fafafa);gap:10px;width:55%;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px}@media (max-width:767px){.user-account__friends__form__friendsAmount{width:100%}}.user-account__friends__form__friendsAmount .form-tittle{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 10px;gap:20px}.user-account__friends__form__friendsAmount .form-tittle p{padding-top:10px}@media (max-width:767px){.user-account__friends__form__friendsAmount .form-tittle p{font-size:17px;font-weight:600;line-height:130%}}.user-account__friends__form__friendsAmount .form-tittle span{font-size:32px;font-style:normal;font-weight:500;line-height:130%}@media (max-width:767px){.user-account__friends__form__friendsAmount .form-tittle span{font-size:20px;font-weight:600;line-height:120%}}.user-account__friends__form__invitedBy{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center;width:calc(45% - 10px);border-radius:20px;background:var(--bg-white,#fafafa);padding:20px}@media (max-width:767px){.user-account__friends__form__invitedBy{display:none}}.user-account__friends__form__invitedBy span{font-size:40px;font-style:normal;font-weight:500;line-height:130%;padding-top:4px}.user-account__friends__form__totalPartners{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;border-radius:20px;background:var(--bg-white,#fafafa);gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px}.user-account__friends__form__totalPartners .form-tittle{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 10px;gap:20px}@media (max-width:767px){.user-account__friends__form__totalPartners .form-tittle{-ms-flex-direction:column;flex-direction:column;gap:0;-ms-flex-align:start;align-items:start}}.user-account__friends__form__totalPartners .form-tittle .currency{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px;-ms-flex-align:end;align-items:flex-end}.user-account__friends__form__totalPartners .form-tittle .currency p{font-size:17px;font-style:normal;font-weight:800;line-height:120%;padding-bottom:5px}@media (max-width:767px){.user-account__friends__form__totalPartners .form-tittle .currency p{font-size:17px;font-weight:600;line-height:130%;padding-bottom:0}}@media (max-width:767px){.user-account__friends__form__totalPartners .form-tittle .currency span{font-size:20px;font-weight:600;line-height:120%}}.user-account__friends__form__totalPartners .form-tittle p{padding-top:10px}.user-account__friends__form__totalPartners .form-tittle span{font-size:32px;font-style:normal;font-weight:500;line-height:130%}.user-account__friends__form__totalPartners .user-account__friends__formLtBlue{padding:20px}.user-account__friends__form__totalPartners .user-account__friends__formLtBlue .currency{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px;-ms-flex-align:end;align-items:flex-end}.user-account__friends__form__totalPartners .user-account__friends__formLtBlue .currency span{font-size:15px;font-style:normal;font-weight:600;line-height:120%;padding-bottom:2px}.user-account__friends__form__totalPartners .user-account__friends__formLtBlue .text-medium{padding-bottom:4px}.user-account__friends__formLtBlue{width:100%;padding:10px 20px;border-radius:16px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__friends .form-box{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px;width:100%}@media (max-width:767px){.user-account__friends .form-box{-ms-flex-direction:column;flex-direction:column}}.user-account__friends__fList{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.user-account__friends__fList .tittle{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px 20px;gap:10px}@media (max-width:767px){.user-account__friends__fList .tittle{padding:0 0 20px}}.user-account__friends__fList .tittle .dropL{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:8px 18px 8px 20px;gap:53px;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;border-radius:8px;border:1px solid var(--bg-lightBlue,#d7e8ff)}.user-account__friends__fList .tittle .dropL p{color:var(--main-blue,#427ff5)}@media (max-width:767px){.user-account__friends__fList .tittle{-ms-flex-direction:column;flex-direction:column}.user-account__friends__fList .tittle .text-h6{font-size:32px}}.user-account__friends__fList__grid{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}@media (max-width:998px){.user-account__friends__fList__grid{grid-template-columns:1fr 1fr;max-height:494px;overflow:hidden}}@media (max-width:767px){.user-account__friends__fList__grid{grid-template-columns:1fr;max-height:620px;overflow:hidden}}.user-account__friends__fList__cell{border-radius:20px;background:var(--bg-white,#fafafa);padding:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px}.user-account__friends__fList__cell img{max-width:22px}.user-account__friends__fList__cell .text-small{display:-ms-inline-flexbox;display:inline-flex;padding:8px 12px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:8px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__friends__fList__cell .cellRow{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.user-account__friends__fList__btn{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;margin-top:40px}.user-account__cashback{width:100%;display:grid;grid-template-columns:.55fr .45fr;column-gap:20px;row-gap:20px}@media (max-width:1439px){.user-account__cashback{grid-template-columns:1fr 1fr}}@media (max-width:998px){.user-account__cashback{grid-template-columns:1fr}}.user-account__cashback__stats-box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px}@media (max-width:998px){.user-account__cashback__stats-box{grid-row:2}}.user-account__cashback__form{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px;width:100%;padding:20px;border-radius:20px;background:var(--bg-white,#fafafa)}@media (max-width:767px){.user-account__cashback__form{padding:20px 10px}}.user-account__cashback__form .fieldset-footer{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center;gap:10px;margin:auto;margin-top:40px}@media (max-width:767px){.user-account__cashback__form .fieldset-footer .blue-btn,.user-account__cashback__form .fieldset-footer .transparent-btn{padding:15px;width:100%;white-space:nowrap}}.user-account__cashback__form .blue-btn{min-width:-moz-fit-content;min-width:fit-content}.user-account__cashback__form .exchangerName{-moz-appearance:none;appearance:none;border:none;background:var(--bg-white,#fafafa);outline:none;width:100%;font-size:17px;font-style:normal;font-weight:600;line-height:130%;overflow:hidden;color:var(--main-blue,#427ff5);text-overflow:ellipsis;padding:10px 39px 10px 20px;border-radius:8px;min-height:48px;cursor:pointer;border:1px solid var(--bg-lightBlue,#d7e8ff);transition:all .3s}.user-account__cashback__form .exchangerName:focus,.user-account__cashback__form .exchangerName:hover{border:1px solid var(--main-blue,#427ff5)}.user-account__cashback__form .exchangerName.act~img{transform:rotate(180deg)}.user-account__cashback__form .exchangerName::-ms-expand{display:none}.user-account__cashback__form fieldset{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px}@media (max-width:767px){.user-account__cashback__form fieldset{gap:10px}}.user-account__cashback__form .fieldset-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;gap:10px;position:relative;padding:0}.user-account__cashback__form .fieldset-wrap input{width:100%;font-size:17px;font-style:normal;font-weight:600;line-height:130%;border-radius:8px;color:var(--main-blue,#427ff5);padding:10px 20px;min-height:48px;outline:none;border:1px solid var(--bg-lightBlue,#d7e8ff);transition:all .3s;background:var(--bg-white,#fafafa)}.user-account__cashback__form .fieldset-wrap input:focus,.user-account__cashback__form .fieldset-wrap input:hover{border:1px solid var(--main-blue,#427ff5)}.user-account__cashback__form .fieldset-wrap .input-date{width:100%}.user-account__cashback__form .fieldset-wrap .input-date img{position:absolute;background:var(--bg-white);pointer-events:none}.user-account__cashback__form .fieldset-wrap input[type=date]::-webkit-calendar-picker-indicator,.user-account__cashback__form .fieldset-wrap input[type=date]::-webkit-inner-spin-button{display:none;-webkit-appearance:none}.user-account__cashback__form .fieldset-wrap img{position:absolute;pointer-events:none;top:50%;transform:translateY(-50%);right:15px;transition:all .3s}.user-account__cashback__form .fieldset-wrap.act img{transform:rotate(180deg) translateY(50%)}.user-account__cashback__form .fieldset-wrap.custom-select{width:100%;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start}.user-account__cashback__form .fieldset-wrap.custom-select.act .select-field img{transform:rotate(180deg) translateY(50%)}.user-account__cashback__form .fieldset-wrap.custom-select.act .custom-select__dropdown{opacity:1;height:auto;padding-top:10px;pointer-events:all}.user-account__cashback__form .fieldset-wrap.custom-select .select-field{width:100%;position:relative}.user-account__cashback__form .fieldset-wrap.custom-select .select-field input{cursor:pointer}.user-account__cashback__form .fieldset-wrap.custom-select .custom-select__dropdown{position:absolute;top:calc(100% - 4px);left:0;right:0;background:var(--bg-white,#fafafa);border-radius:0 0 12px 12px;height:0;overflow:hidden;transition:all .3s;z-index:6;padding:6px;border:1px solid var(--bg-light-blue-op-50,rgba(215,232,255,.5));opacity:0;pointer-events:none}.user-account__cashback__form .fieldset-wrap.custom-select .custom-select__dropdown__search{position:relative}.user-account__cashback__form .fieldset-wrap.custom-select .custom-select__dropdown__search input.search-input{width:100%;padding:10px;height:40px;border-radius:6px;font-size:17px;font-style:normal;font-weight:400;line-height:100%;border:1px solid var(--bg-lightBlue,#d7e8ff);min-height:auto;padding:0 40px 0 6px}.user-account__cashback__form .fieldset-wrap.custom-select .custom-select__dropdown__search__placeholder{position:absolute;top:50%;right:6px;transform:translate(-50%,-50%);pointer-events:none;width:17px;height:17px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.user-account__cashback__form .fieldset-wrap.custom-select .custom-select__dropdown__search__placeholder img{position:relative;transform:none;width:17px;right:unset;top:unset}.user-account__cashback__form .fieldset-wrap.custom-select .custom-select__dropdown__list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;overflow-y:scroll;gap:6px;max-height:234px;padding:6px}.user-account__cashback__form .fieldset-wrap.custom-select .custom-select__dropdown__list__item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:10px;padding:7px 16px;border-radius:10px;transition:all .3s;cursor:pointer}.user-account__cashback__form .fieldset-wrap.custom-select .custom-select__dropdown__list__item.act{background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__cashback__form .fieldset-wrap.custom-select .custom-select__dropdown__list__item.act:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:20px;border-radius:10px;background:var(--main-blue,#427ff5)}.user-account__cashback__form .fieldset-wrap.custom-select .custom-select__dropdown__list__item:hover{background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__cashback__form .fieldset-wrap.custom-select .custom-select__dropdown__list__item__name{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px;font-size:17px;font-style:normal;font-weight:400;line-height:130%}@media (max-width:767px){.user-account__cashback__form .fieldset-wrap.custom-select .custom-select__dropdown__list__item{padding:6px 16px}}@media (max-width:1439px){.user-account__cashback__form .fieldset-wrap.double{-ms-flex-direction:column;flex-direction:column;gap:20px}}@media (max-width:1279px){.user-account__cashback__form .fieldset-wrap.double{-ms-flex-direction:row;flex-direction:row;gap:10px}}@media (max-width:480px){.user-account__cashback__form .fieldset-wrap.double{-ms-flex-direction:column;flex-direction:column;gap:10px}}.user-account__cashback__memo{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:15px;padding:20px 10px;border-radius:20px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__cashback__memo .text-big:first-child{padding:0 10px}@media (max-width:998px){.user-account__cashback__memo .text-big:first-child{text-align:center}}.user-account__cashback__memo__grid{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px}.user-account__cashback__memo__grid:last-child{margin-bottom:-10px}.user-account__cashback__memo__item{padding:20px;border-radius:16px;background:var(--bg-white,#fafafa)}.user-account__cashback__memo__item .orange{color:var(--additional-orange,#fd9800);font-size:20px;font-style:normal;font-weight:500;line-height:120%}.user-account__cashback__available,.user-account__cashback__awaiting,.user-account__cashback__derived{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:20px;border-radius:20px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__cashback__available p,.user-account__cashback__awaiting p,.user-account__cashback__derived p{font-size:20px;font-style:normal;font-weight:500;line-height:120%}.user-account__cashback__available .text-big,.user-account__cashback__awaiting .text-big,.user-account__cashback__derived .text-big{font-size:27px;font-weight:500}.user-account__cashback__available .text-big .currency,.user-account__cashback__awaiting .text-big .currency,.user-account__cashback__derived .text-big .currency{margin-left:5px;font-size:15px;font-weight:600}.user-account__cashback__available .text-big,.user-account__cashback__available .text-big .currency,.user-account__cashback__available p,.user-account__cashback__available p .currency{color:var(--main-blue,#427ff5)}.user-account__cashback__derived{padding:10px 20px}.user-account__cashback__history{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:10px;border-radius:20px;background:var(--bg-white,#fafafa)}@media (max-width:998px){.user-account__cashback__history{grid-row:4}}.user-account__cashback .page-title{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end;grid-column:1/3}.user-account__cashback .page-title .link{margin-bottom:6px}@media (max-width:998px){.user-account__cashback .page-title{grid-column:1}.user-account__cashback .page-title h1{padding:0}.user-account__cashback .page-title .link{margin-left:auto;margin-bottom:0}}.user-account__transactions{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;-ms-flex-align:start;align-items:start}@media (max-width:1279px){.user-account__transactions{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (max-width:767px){.user-account__transactions .page-title{-ms-flex-order:1;order:1}}.user-account__transactions h1{padding-left:12px;margin-bottom:-16px}@media (max-width:1279px){.user-account__transactions h1{font-size:32px;font-style:normal;font-weight:500;line-height:130%;right:0;position:absolute;top:9px}}@media (max-width:767px){.user-account__transactions h1{font-size:27px;font-style:normal;font-weight:500;line-height:120%;position:unset;padding-bottom:20px;padding-left:0}}.user-account__transactions .tabs{width:calc(64% - 10px);margin-right:-20px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:1279px){.user-account__transactions .tabs{width:100%}}.user-account__transactions .tabs .tabsContent{margin-top:10px;padding:20px;border-radius:20px;background:var(--bg-white,#fafafa)}@media (max-width:480px){.user-account__transactions .tabs .tabsContent{margin-top:15px;background:none;padding:0;padding-bottom:20px;border-radius:0}}.user-account__transactions .tabs .blue-btn{margin:auto;margin-top:20px}.user-account__transactions .tabs .tab-head{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:center;-ms-flex-pack:center;justify-content:center;font-size:17px;font-style:normal;font-weight:600;line-height:130%;gap:4px}@media (max-width:767px){.user-account__transactions .tabs .tab-head{font-size:12px;font-weight:700;line-height:120%}}.user-account__transactions .tabs .tab-head span.counter{position:absolute;right:6px;top:6px;width:24px;height:24px;border-radius:50%;background-color:var(--additional-green,#40b024);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:var(--main-white,#f6f6f6);font-size:12px;line-height:100%}.user-account__transactions .tabs input{display:none;outline:none;height:0;width:0;position:absolute}.user-account__transactions .tabs label{width:25%;display:-ms-inline-flexbox;display:inline-flex;padding:7px;height:76px;color:#666;background:var(--bg-lightBlue,#d7e8ff);cursor:pointer;position:relative}@media (max-width:767px){.user-account__transactions .tabs label{padding:4px;height:58px}}@media (max-width:370px){.user-account__transactions .tabs label span{letter-spacing:-.6px}}.user-account__transactions .tabs label img{max-height:20px}.user-account__transactions .tabs label:before{position:absolute;content:"";left:-1px;width:1px;height:calc(100% - 16px);top:50%;transform:translateY(-50%);opacity:.25;background:var(--main-blue,#427ff5)}@media (max-width:767px){.user-account__transactions .tabs label:before{height:38px}}.user-account__transactions .tabs label:first-child:before{display:none}.user-account__transactions .tabs label:first-child{border-radius:10px 0 0 10px}.user-account__transactions .tabs label:nth-child(4){border-radius:0 10px 10px 0}.user-account__transactions .tabs>.tabsContent{display:none}.user-account__transactions .tabs label:has(input:checked){color:var(--main-white,#f6f6f6);background:var(--main-blue,#427ff5)}.user-account__transactions .tabs label:has(input:checked) img{filter:invert(1) brightness(200) contrast(200)}.user-account__transactions .tabs label:has(#tab_1:checked)~#txt_1,.user-account__transactions .tabs label:has(#tab_2:checked)~#txt_2,.user-account__transactions .tabs label:has(#tab_3:checked)~#txt_3,.user-account__transactions .tabs label:has(#tab_4:checked)~#txt_4{display:block;width:100%}.user-account__transactions .history__list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px}@media (max-width:767px){.user-account__transactions .history__list__item{gap:10px;-ms-flex-align:start;align-items:flex-start;position:relative}}@media (max-width:767px){.user-account__transactions .history__list__item__name .text{max-width:34vw;min-width:34vw}}@media (max-width:767px){.user-account__transactions .history__list__item__value{margin-bottom:18px;text-align:right}.user-account__transactions .history__list__item__value p{font-size:17px;font-weight:600;line-height:130%}.user-account__transactions .history__list__item__value span{font-size:12px;font-weight:900;line-height:120%}}@media (max-width:767px){.user-account__transactions .history__list__item__info{position:absolute;right:0;bottom:0;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:4px}}.user-account__transactions .history__list.cashback-history .history__list__item__icon .main-icon{width:40px;height:40px;border-radius:50%;border:2px solid var(--main-blue,#427ff5);position:relative}.user-account__transactions .history__list.cashback-history .history__list__item__icon .main-icon span{color:var(--main-blue,#427ff5);text-align:center;font-size:15px;font-style:normal;font-weight:700;line-height:120%;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.user-account__transactions .main-icon{width:40px;height:40px;position:relative}.user-account__transactions .main-icon #bonus{object-position:right}.user-account__transactions .main-icon span{color:var(--main-blue,#427ff5);text-align:center;font-size:12px;font-style:normal;font-weight:700;line-height:120%;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.user-account__transactions__form__totalTransactions{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:calc(36% - 10px);border-radius:20px;background:var(--bg-white,#fafafa);padding:20px 10px 10px;gap:20px}@media (max-width:1279px){.user-account__transactions__form__totalTransactions{width:100%;gap:10px}}@media (max-width:767px){.user-account__transactions__form__totalTransactions{margin-top:-20px}}.user-account__transactions__form__totalTransactions .form-tittle{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start;gap:4px;padding-left:10px}@media (max-width:1279px){.user-account__transactions__form__totalTransactions .form-tittle{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.user-account__transactions__form__totalTransactions .form-tittle p{font-size:17px;font-weight:600;line-height:130%}.user-account__transactions__form__totalTransactions .form-tittle span{font-size:20px;font-weight:600;line-height:120%}}@media (max-width:767px){.user-account__transactions__form__totalTransactions .form-tittle{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start}}.user-account__transactions .form-box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;width:100%}@media (max-width:1279px){.user-account__transactions .form-box{display:grid;grid-template-columns:1fr 1fr}}@media (max-width:767px){.user-account__transactions .form-box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}.user-account__transactions__formLtBlue{width:100%;padding:10px 20px;border-radius:16px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__settings{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px}.user-account__settings h1{padding-left:12px}@media (max-width:1279px){.user-account__settings h1{font-size:32px;font-style:normal;font-weight:500;line-height:130%;right:0;position:absolute;top:9px}}@media (max-width:767px){.user-account__settings h1{font-size:27px;font-style:normal;font-weight:500;line-height:120%;position:unset;padding-bottom:20px;padding-left:0}}.user-account__settings .tabs{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.user-account__settings .tabs .tabsContent{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;margin-top:10px;gap:10px;-ms-flex-align:start;align-items:start}@media (max-width:992px){.user-account__settings .tabs .tabsContent{-ms-flex-direction:column;flex-direction:column}}.user-account__settings .tabs .tabsContent__props{-ms-flex-direction:column;flex-direction:column}.user-account__settings .tabs .tabsContent .formWrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:20px;background:var(--bg-white,#fafafa);padding:20px;width:100%;gap:10px}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap{padding:15px}}.user-account__settings .tabs .tabsContent .formWrap .formHead{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.user-account__settings .tabs .tabsContent .formWrap .formHead .link{text-align:right}.user-account__settings .tabs .tabsContent .formWrap .formHead__securitySecond{padding:0 10px 5px}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap .formHead__securitySecond .text-big{font-size:20px;font-style:normal;font-weight:600;line-height:120%;color:var(--main-black,#2d2f3a);text-align:center}}.user-account__settings .tabs .tabsContent .formWrap .formHead .text-medium{opacity:.75}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap .formHead .text-medium{font-size:17px;font-style:normal;font-weight:600;line-height:130%}}.user-account__settings .tabs .tabsContent .formWrap .formHead .cancel{display:none}.user-account__settings .tabs .tabsContent .formWrap .formHead__props .link{gap:5px}.user-account__settings .tabs .tabsContent .formWrap .formHead__props .link span{font-size:17px;font-style:normal;font-weight:600;line-height:130%}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap .formHead__props .link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-width:40px;max-width:40px;min-height:40px;max-height:40px;border-radius:10px;border:1px solid var(--main-blue,#427ff5)}.user-account__settings .tabs .tabsContent .formWrap .formHead__props .link img{min-width:20px;max-width:20px;min-height:20px;max-height:20px}.user-account__settings .tabs .tabsContent .formWrap .formHead__props .link span{display:none}.user-account__settings .tabs .tabsContent .formWrap .formHead__props .link:hover{background:var(--main-blue,#427ff5)}.user-account__settings .tabs .tabsContent .formWrap .formHead__props .link:hover img{filter:brightness(200%) invert(0) grayscale(1)}}.user-account__settings .tabs .tabsContent .formWrap .formHead__props span{font-size:24px}.user-account__settings .tabs .tabsContent .formWrap .formBody{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;-ms-flex-align:center;align-items:center}.user-account__settings .tabs .tabsContent .formWrap .formBody input{font-size:27px;font-style:normal;font-weight:500;line-height:120%;width:100%;padding:0;outline:none;border:none;background:transparent;pointer-events:none}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap .formBody input{font-size:20px;font-style:normal;font-weight:600;line-height:120%}}.user-account__settings .tabs .tabsContent .formWrap .formBody button[type=submit]{display:none}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap .formBody button[type=submit]{margin-top:30px}}.user-account__settings .tabs .tabsContent .formWrap .formBody__securitySecond{-ms-flex-direction:row;flex-direction:row;gap:10px;-ms-flex-align:stretch;align-items:stretch}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap .formBody__securitySecond{-ms-flex-direction:column;flex-direction:column}}.user-account__settings .tabs .tabsContent .formWrap .formBody__blue{border-radius:12px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__settings .tabs .tabsContent .formWrap .formBody__props{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:20px;-ms-flex-pack:center;justify-content:center}.user-account__settings .tabs .tabsContent .formWrap .formBody__props .text-min{display:-ms-inline-flexbox;display:inline-flex;padding:5px 10px;position:absolute;border-radius:10px;background:var(--bg-lightBlue,#d7e8ff);top:0;right:0}.user-account__settings .tabs .tabsContent .formWrap .formBody__props .cryptoBtn{position:relative}.user-account__settings .tabs .tabsContent .formWrap .formBody__props .cryptoBtn .hide{display:none}.user-account__settings .tabs .tabsContent .formWrap .formBody__props .cryptoBtn.disabled .hide{display:block;opacity:1;z-index:2}.user-account__settings .tabs .tabsContent .formWrap .formBody__props .cryptoBtn.disabled .lightBlue-btn{opacity:.4;pointer-events:none;border:1px solid var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__settings .tabs .tabsContent .formWrap .formBody__props .lightBlue-btn{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:15px 20px;border:1px solid var(--main-blue,#427ff5);background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__settings .tabs .tabsContent .formWrap .formBody__props .lightBlue-btn.act,.user-account__settings .tabs .tabsContent .formWrap .formBody__props .lightBlue-btn:hover{background:var(--bg-lightBlue,#d7e8ff)}.user-account__settings .tabs .tabsContent .formWrap .formBody__props .lightBlue-btn img{filter:none}.user-account__settings .tabs .tabsContent .formWrap .formBody__props .cryptoBtnBody{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px;-ms-flex-align:center;align-items:center}.user-account__settings .tabs .tabsContent .formWrap .formBody__props .cryptoBtnBody .main-icon{min-width:40px;min-height:40px}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap .formBody__props .cryptoBtnBody{-ms-flex-direction:column;flex-direction:column;padding:10px 5px}.user-account__settings .tabs .tabsContent .formWrap .formBody__props .cryptoBtnBody p{font-size:12px;font-style:normal;font-weight:600;line-height:120%}}.user-account__settings .tabs .tabsContent .formWrap .formBody__buttonsRow{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:end;align-items:flex-end;gap:20px}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap .formBody__buttonsRow{width:100%}.user-account__settings .tabs .tabsContent .formWrap .formBody__buttonsRow button{width:100%;padding:15px}}.user-account__settings .tabs .tabsContent .formWrap .formBody .confirm{display:none}.user-account__settings .tabs .tabsContent .formWrap .formText{background:var(--bg-white,#fafafa);border-radius:16px;padding:20px}.user-account__settings .tabs .tabsContent .formWrap .formText__blue{border-radius:20px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__settings .tabs .tabsContent .formWrap .formText__props{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;width:100%;gap:4px;padding:0 0 20px}.user-account__settings .tabs .tabsContent .formWrap .formText__props p{text-align:center;max-width:500px}.user-account__settings .tabs .tabsContent .formWrap__props{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px}.user-account__settings .tabs .tabsContent .formWrap__props.empty .blue-btn{margin:auto}.user-account__settings .tabs .tabsContent .formWrap__props .formBody input{pointer-events:all;padding:20px;border-radius:12px;border:1px solid var(--bg-lightBlue,#d7e8ff);background:var(--bg-white,#fafafa);max-width:634px;width:100%;margin:auto}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap__props .formBody input{font-size:20px;font-style:normal;font-weight:600;line-height:120%;padding:13px 15px}}.user-account__settings .tabs .tabsContent .formWrap__blue{border-radius:20px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5));padding:20px 10px 10px}.user-account__settings .tabs .tabsContent .formWrap__notification{width:100%}.user-account__settings .tabs .tabsContent .formWrap__notification form{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px}.user-account__settings .tabs .tabsContent .formWrap__notification form .formText__blue{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;gap:20px;border-radius:16px;padding:20px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-account__settings .tabs .tabsContent .formWrap__notification form .formText__blue label{width:100%;background:transparent;padding:0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;height:auto}.user-account__settings .tabs .tabsContent .formWrap__notification form .formText__blue label:before{content:none}.user-account__settings .tabs .tabsContent .formWrap__notification form .formText__blue label.custom-checkbox .custom-checkbox__text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:4px}.user-account__settings .tabs .tabsContent .formWrap__notification form .formText__blue label.custom-checkbox .custom-checkbox__text p:not(.text-medium){opacity:.75}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap__notification form .formText__blue{padding:15px}}.user-account__settings .tabs .tabsContent .formWrap__notification form button[type=submit]{margin:auto;margin-top:30px}.user-account__settings .tabs .tabsContent .formWrap .confirm{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;gap:5px}.user-account__settings .tabs .tabsContent .formWrap.edited .formHead .edit{display:none}.user-account__settings .tabs .tabsContent .formWrap.edited .formHead .cancel{display:inline}.user-account__settings .tabs .tabsContent .formWrap.edited .formBody input{pointer-events:all;padding:20px;border-radius:12px;border:1px solid var(--bg-lightBlue,#d7e8ff);background:var(--bg-white,#fafafa)}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap.edited .formBody input{padding:13px 15px}}.user-account__settings .tabs .tabsContent .formWrap.edited .formBody button[type=submit]{display:-ms-flexbox;display:flex}.user-account__settings .tabs .tabsContent .formWrap.disabled .formHead{gap:10px}.user-account__settings .tabs .tabsContent .formWrap.disabled .formHead .link{color:var(--main-black,#2d2f3a);opacity:.25;pointer-events:none}.user-account__settings .tabs .tabsContent .formWrap.disabled .formBody{gap:8px}.user-account__settings .tabs .tabsContent .formWrap.disabled .formBody .confirm{display:-ms-flexbox;display:flex}.user-account__settings .tabs .tabsContent .formWrap .walletItem{border-radius:12px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5));padding:20px;width:100%}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap .walletItem{padding:15px;position:relative}}.user-account__settings .tabs .tabsContent .formWrap .walletItem .edit-wallet,.user-account__settings .tabs .tabsContent .formWrap .walletItem .walletForm .walletButtons .link{display:none}.user-account__settings .tabs .tabsContent .formWrap .walletItem .walletForm .walletButtons .link:hover{color:var(--main-black)}.user-account__settings .tabs .tabsContent .formWrap .walletItem.edited .walletForm .walletFormText span{display:none}.user-account__settings .tabs .tabsContent .formWrap .walletItem.edited .walletForm .walletButtons .link{display:-ms-flexbox;display:flex}.user-account__settings .tabs .tabsContent .formWrap .walletItem.edited .walletForm .walletButtons .transparent-btn{display:none}.user-account__settings .tabs .tabsContent .formWrap .walletItem.edited .edit-wallet{display:block;margin-top:15px;width:100%;padding:12px 20px;border-radius:10px;border:1px solid var(--bg-lightBlue,#d7e8ff);background:var(--bg-white,#fafafa);font-family:Rothek;font-size:20px;font-style:normal;font-weight:500;line-height:120%;color:var(--main-black,#2d2f3a);outline:none;transition:all .3s}.user-account__settings .tabs .tabsContent .formWrap .walletItem.edited .edit-wallet:focus,.user-account__settings .tabs .tabsContent .formWrap .walletItem.edited .edit-wallet:hover{transition:all .3s;border:1px solid var(--main-blue,#427ff5)}.user-account__settings .tabs .tabsContent .formWrap .walletForm{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.user-account__settings .tabs .tabsContent .formWrap .walletForm .walletFormIcon_Text{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:20px;-ms-flex-align:center;align-items:center}.user-account__settings .tabs .tabsContent .formWrap .walletForm .history__list__item__icon{min-width:40px;min-height:40px;max-width:40px;max-height:40px}.user-account__settings .tabs .tabsContent .formWrap .walletForm .history__list__item__icon .main-icon{min-width:40px;min-height:40px}.user-account__settings .tabs .tabsContent .formWrap .walletForm .walletFormText{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.user-account__settings .tabs .tabsContent .formWrap .walletForm .walletFormText span{gap:5px;display:inline;-ms-flex-direction:row;flex-direction:row;word-break:break-all}.user-account__settings .tabs .tabsContent .formWrap .walletForm .walletFormText span p{display:inline}.user-account__settings .tabs .tabsContent .formWrap .walletForm .walletFormText span a{vertical-align:bottom}.user-account__settings .tabs .tabsContent .formWrap .walletForm .walletFormText span a img{min-height:24px;min-width:24px;max-width:24px;max-height:24px}.user-account__settings .tabs .tabsContent .formWrap .walletForm .transparent-btn{padding:11px;border:1px solid var(--main-blue,#427ff5);transition:all .3s}.user-account__settings .tabs .tabsContent .formWrap .walletForm .transparent-btn:hover{transition:all .3s;border:1px solid var(--main-black)}.user-account__settings .tabs .tabsContent .formWrap .walletForm .walletButtons{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px}.user-account__settings .tabs .tabsContent .formWrap .walletForm .walletButtons button{min-width:48px;min-height:48px;max-height:48px}@media (max-width:767px){.user-account__settings .tabs .tabsContent .formWrap .walletForm{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:15px}.user-account__settings .tabs .tabsContent .formWrap .walletForm .walletFormText{width:100%;-ms-flex-order:1;order:1}.user-account__settings .tabs .tabsContent .formWrap .walletForm .walletFormText .text-medium.op-75{position:absolute;top:15px;left:65px;max-width:calc(100% - 65px - 130px);width:100%}}.user-account__settings .tabs .tab-head{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:center;-ms-flex-pack:center;justify-content:center;font-size:17px;font-style:normal;font-weight:600;line-height:130%;gap:4px}@media (max-width:767px){.user-account__settings .tabs .tab-head{font-size:12px;font-weight:700;line-height:120%}}.user-account__settings .tabs .tabsInput{display:none;outline:none;height:0;width:0;position:absolute}.user-account__settings .tabs label{width:25%;display:-ms-inline-flexbox;display:inline-flex;padding:7px;height:76px;color:#666;background:var(--bg-lightBlue,#d7e8ff);cursor:pointer;position:relative}@media (max-width:767px){.user-account__settings .tabs label{padding:4px;height:58px}}.user-account__settings .tabs label img{max-height:20px}.user-account__settings .tabs label:before{position:absolute;content:"";left:-1px;width:1px;height:calc(100% - 16px);top:50%;transform:translateY(-50%);opacity:.25;background:var(--main-blue,#427ff5)}@media (max-width:767px){.user-account__settings .tabs label:before{height:38px}}.user-account__settings .tabs label:first-child:before{display:none}.user-account__settings .tabs label:first-child{border-radius:10px 0 0 10px}.user-account__settings .tabs label:nth-child(4){border-radius:0 10px 10px 0}.user-account__settings .tabs>.tabsContent{display:none}.user-account__settings .tabs label:has(input:checked){color:var(--main-white,#f6f6f6);background:var(--main-blue,#427ff5)}.user-account__settings .tabs label:has(input:checked) img{filter:invert(1) brightness(200) contrast(200)}.user-account__settings .tabs label:has(#tab_1:checked)~#txt_1,.user-account__settings .tabs label:has(#tab_2:checked)~#txt_2,.user-account__settings .tabs label:has(#tab_3:checked)~#txt_3,.user-account__settings .tabs label:has(#tab_4:checked)~#txt_4{width:100%;display:-ms-flexbox;display:flex}.user-account__settings .main-icon{width:30px;height:30px;position:relative}.user-account__settings .main-icon #bonus{object-position:right}.user-account__settings .main-icon span{color:var(--main-blue,#427ff5);text-align:center;font-size:12px;font-style:normal;font-weight:700;line-height:120%;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:767px){.user-account__settings .main-icon{width:22px;height:22px}}.user-account__settings__formLtBlue{width:100%;padding:10px 20px;border-radius:16px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.user-acount-mobile-menu{position:fixed;left:0;right:0;bottom:0;display:none;z-index:15}@media (max-width:1279px){.user-acount-mobile-menu{display:block}}.user-acount-mobile-menu__list{position:absolute;left:0;right:0;bottom:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;gap:5px;border-top:1px solid var(--bg-lightBlue,#d7e8ff);background:var(--bg-white,#fafafa);padding:10px 15px;z-index:16;height:84px}.user-acount-mobile-menu__list__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;gap:5px;width:100%}.user-acount-mobile-menu__list__item img{max-width:24px;min-width:24px;max-height:24px;min-height:24px;filter:invert(1) brightness(0) grayscale(1)}.user-acount-mobile-menu__list__item span{font-size:15px;font-style:normal;font-weight:500;line-height:110%;color:var(--main-black,#2d2f3a);text-align:center;letter-spacing:-.2px}@media (max-width:767px){.user-acount-mobile-menu__list__item span{font-size:10px}}.user-acount-mobile-menu__list__item.act img{filter:none}.user-acount-mobile-menu__list__item.act span{color:var(--main-blue)}.user-acount-mobile-menu__list__item.more-less-item.act .img-more,.user-acount-mobile-menu__list__item.more-less-item.act .text-more,.user-acount-mobile-menu__list__item.more-less-item .img-less,.user-acount-mobile-menu__list__item.more-less-item .text-less{display:none}.user-acount-mobile-menu__list__item.more-less-item.act .img-less,.user-acount-mobile-menu__list__item.more-less-item.act .text-less{display:block}.user-acount-mobile-menu__sub-list{position:absolute;left:15px;right:15px;bottom:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;gap:5px;padding:10px 15px;border-radius:20px;border:1px solid var(--bg-lightBlue,#d7e8ff);background:var(--bg-white,#fafafa)}.user-acount-mobile-menu__sub-list.act{bottom:94px}.user-acount-mobile-menu__sub-list__sub-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;gap:5px;width:100%}.user-acount-mobile-menu__sub-list__sub-item img{max-width:24px;min-width:24px;max-height:24px;min-height:24px;filter:invert(1) brightness(0) grayscale(1)}.user-acount-mobile-menu__sub-list__sub-item span{font-size:15px;font-style:normal;font-weight:500;line-height:110%;color:var(--main-black,#2d2f3a);text-align:center;letter-spacing:-.2px}@media (max-width:767px){.user-acount-mobile-menu__sub-list__sub-item span{font-size:10px}}.user-acount-mobile-menu__sub-list__sub-item.act img{filter:none}.user-acount-mobile-menu__sub-list__sub-item.act span{color:var(--main-blue)}.exchanger__grid{display:grid;grid-template-columns:482px 1fr;gap:20px}@media (max-width:1279px){.exchanger__grid{grid-template-columns:320px 1fr}}@media (max-width:992px){.exchanger__grid{grid-template-columns:1fr;gap:80px}}.exchanger-aside{width:100%;display:grid;grid-template-columns:1fr;-ms-flex-align:start;align-items:start;height:-moz-fit-content;height:fit-content;gap:10px}@media (max-width:992px){.exchanger-aside{grid-template-columns:.4fr .6fr;-ms-flex-align:unset;align-items:unset;height:unset}}@media (max-width:767px){.exchanger-aside{grid-template-columns:1fr;gap:0}}.exchanger-aside .exchanger__form__name{display:grid;grid-template-columns:1fr;gap:20px;border-radius:20px;background:var(--bg-white,#fafafa);padding:20px}.exchanger-aside .exchanger__form__name__buttons{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:-moz-fit-content;height:fit-content;grid-column:1}.exchanger-aside .exchanger__form__name__buttons .blue-btn{margin:auto}.exchanger-aside .exchanger__form__name__buttons .blue-btn img{max-width:20px}.exchanger-aside .exchanger__form__name__buttons .blue-btn .short,.exchanger-aside .exchanger__form__name__buttons .transparent-btn{display:none}.exchanger-aside .exchanger__form__name .coutry{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px}.exchanger-aside .exchanger__form__name .coutry img{max-width:20px;min-width:20px;max-height:16px;min-height:16px;object-fit:cover;object-position:center;border-radius:3px}.exchanger-aside .exchanger__form__name .coutry:after{content:"";width:4px;height:4px;border-radius:50px;background:var(--main-black,#2d2f3a);opacity:.4;margin:auto}@media (max-width:992px){.exchanger-aside .exchanger__form__name{position:relative;grid-column:1/3;grid-template-columns:1fr 232px}.exchanger-aside .exchanger__form__name__buttons{grid-row:2;grid-column:2}.exchanger-aside .exchanger__form__name__buttons .blue-btn{width:100%;padding:15px 30px}}@media (max-width:767px){.exchanger-aside .exchanger__form__name{padding:16px;grid-column:1;grid-template-columns:1fr}.exchanger-aside .exchanger__form__name__buttons{grid-row:unset;grid-column:unset;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.exchanger-aside .exchanger__form__name__buttons .blue-btn{width:-moz-fit-content;width:fit-content;margin:0;padding:12px 18px}.exchanger-aside .exchanger__form__name__buttons .blue-btn .long{display:none}.exchanger-aside .exchanger__form__name__buttons .blue-btn .short{display:inline}.exchanger-aside .exchanger__form__name__buttons .transparent-btn{display:-ms-flexbox;display:flex;padding:12px 16px}.exchanger-aside .exchanger__form__name__buttons .transparent-btn img{transition:all .3s;max-width:20px;min-width:20px;max-height:20px;min-height:20px}.exchanger-aside .exchanger__form__name__buttons .transparent-btn .show-less{display:none}}.exchanger-aside .exchanger__form__head{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:20px}.exchanger-aside .exchanger__form__head p{margin-bottom:4px}.exchanger-aside .exchanger__form__head img{max-width:60px}@media (max-width:767px){.exchanger-aside .exchanger__form__head{grid-row:unset;grid-column:unset;margin-bottom:80px}.exchanger-aside .exchanger__form__head .exchanger-logo{display:none}}.exchanger-aside .exchanger__form__tittle{grid-column:1/2;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.exchanger-aside .exchanger__form__tittle__status{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px}.exchanger-aside .exchanger__form__tittle__status img{max-width:20px}.exchanger-aside .exchanger__form__tittle__status .status{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px}.exchanger-aside .exchanger__form__tittle__status .status:before{content:"";width:4px;height:4px;border-radius:50px;background:var(--main-black,#2d2f3a);opacity:.4;margin:auto}@media (max-width:1279px){.exchanger-aside .exchanger__form__tittle__status{-ms-flex-wrap:wrap;flex-wrap:wrap}.exchanger-aside .exchanger__form__tittle__status .status{width:100%}.exchanger-aside .exchanger__form__tittle__status .status:before{content:none}}@media (max-width:992px){.exchanger-aside .exchanger__form__tittle__status{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.exchanger-aside .exchanger__form__tittle__status .status{width:-moz-fit-content;width:fit-content}.exchanger-aside .exchanger__form__tittle__status .status:before{content:""}}.exchanger-aside .exchanger__form__main{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:20px;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1279px){.exchanger-aside .exchanger__form__main{gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:992px){.exchanger-aside .exchanger__form__main{gap:20px;grid-row:2;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}}@media (max-width:767px){.exchanger-aside .exchanger__form__main{grid-row:unset;grid-column:unset}}@media (max-width:1279px){.exchanger-aside .exchanger__form__main__age,.exchanger-aside .exchanger__form__main__pair,.exchanger-aside .exchanger__form__main__rating,.exchanger-aside .exchanger__form__main__reserve{width:calc(50% - 5px)}}@media (max-width:992px){.exchanger-aside .exchanger__form__main__age,.exchanger-aside .exchanger__form__main__pair,.exchanger-aside .exchanger__form__main__rating,.exchanger-aside .exchanger__form__main__reserve{width:-moz-fit-content;width:fit-content}}.exchanger-aside .exchanger__form__main__rating{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.exchanger-aside .exchanger__form__main__rating .float,.exchanger-aside .exchanger__form__main__rating .float span{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.exchanger-aside .exchanger__form__main__rating .float span{gap:4px}.exchanger-aside .exchanger__form__main__rating .float span img{min-width:24px}.exchanger-aside .exchanger__form__main__rating .float span .text-small{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:end}@media (max-width:992px){.exchanger-aside .exchanger__form__main__rating{position:absolute;top:20px;right:20px;width:232px;padding:10px;border-radius:18px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5));-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (max-width:767px){.exchanger-aside .exchanger__form__main__rating{top:78px;left:16px;right:16px;width:unset}}.exchanger-aside .exchanger__form__analytics{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:20px;background:var(--bg-white,#fafafa);padding:20px}.exchanger-aside .exchanger__form__analytics .reviws__rating__main{width:100%;margin-top:10px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (max-width:992px){.exchanger-aside .exchanger__form__analytics .reviws__rating__main{margin-top:10px}}.exchanger-aside .exchanger__form__analytics .reviws__rating__main .fedbacksBox{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:20px}@media (max-width:992px) and (min-width:377px){.exchanger-aside .exchanger__form__analytics .reviws__rating__main .fedbacksBox{-ms-flex-direction:column;flex-direction:column}.exchanger-aside .exchanger__form__analytics .reviws__rating__main .fedbacksBox .text-bigger{font-size:40px;font-style:normal;font-weight:500;line-height:130%}}.exchanger-aside .exchanger__form__analytics .reviws__rating__main .fedbacks,.exchanger-aside .exchanger__form__analytics .reviws__rating__main .fedbacks2{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.exchanger-aside .exchanger__form__analytics .reviws__rating__main .fedbacks2{-ms-flex-align:end;align-items:end}@media (max-width:992px){.exchanger-aside .exchanger__form__analytics .reviws__rating__main .fedbacks2{-ms-flex-align:start;align-items:start}}.exchanger-aside .exchanger__form__analytics .reviws__rating__main .reviws__rating-bar{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.exchanger-aside .exchanger__form__analytics .reviws__rating__main .reviws__rating-bar .bar-bg{border-radius:10px;overflow:hidden;display:-ms-flexbox;display:flex;position:relative;width:100%;height:4px;background-color:var(--additional-red,#b80707);margin-bottom:4px}.exchanger-aside .exchanger__form__analytics .reviws__rating__main .reviws__rating-bar .bar-bg .bar{position:absolute;left:0;top:0;right:0;bottom:0;background:var(--additional-green,#40b024);animation:b 2s backwards}.exchanger-aside .exchanger__form__analytics .reviws__rating__main .reviws__rating-bar .details{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.exchanger-aside .exchanger__form__analytics .reviws__rating__main .reviws__rating-bar .details span{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:5px;-ms-flex-align:center;align-items:center}.exchanger-aside .exchanger__form__about{border-radius:20px;background:var(--bg-white,#fafafa);padding:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px}@media (max-width:992px){.exchanger-aside .exchanger__form__about{grid-column:1/3}}@media (max-width:767px){.exchanger-aside .exchanger__form__about{grid-column:1}}.exchanger-aside .exchanger__form__about a{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px;color:var(--main-blue,#427ff5)}.exchanger-aside .exchanger__form__about a img{max-width:16px}.exchanger-aside .exchanger__form__about__text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;transition:all .3s}.exchanger-aside .exchanger__form__about__text.act{transition:all .3s;-webkit-line-clamp:unset}.exchanger-aside .exchanger__form__about .more-text .text-less{display:none}.exchanger-aside .exchanger__form__about .more-text img{transition:all .3s}.exchanger-aside .exchanger__form__about__text.act~.more-text .text-more{display:none}.exchanger-aside .exchanger__form__about__text.act~.more-text .text-less{display:block}.exchanger-aside .exchanger__form__about__text.act~.more-text img{transition:all .3s;transform:rotate(180deg)}.exchanger-aside .exchanger__form__additional{border-radius:20px;background:var(--bg-white,#fafafa);padding:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px}@media (max-width:992px){.exchanger-aside .exchanger__form__additional{grid-row:2;grid-column:2}}@media (max-width:767px){.exchanger-aside .exchanger__form__additional{grid-row:3;grid-column:1}}.exchanger-aside .exchanger__form__additional .tags{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;height:-moz-fit-content;height:fit-content}.exchanger-aside .exchanger__form__additional .tags .tag{width:-moz-fit-content;width:fit-content;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:start;-ms-flex-pack:center;justify-content:center;text-transform:uppercase;text-align:start;font-size:15px;font-style:normal;font-weight:400;line-height:120%;padding:7px 12px;color:var(--main-black,#2d2f3a);border-radius:8px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}@media (max-width:767px){.exchanger-aside .exchanger__form__about,.exchanger-aside .exchanger__form__additional,.exchanger-aside .exchanger__form__analytics{transition:all .3s;padding:0;height:0;overflow:hidden}}@media (max-width:767px){.exchanger-aside.act .exchanger__form__name__buttons .transparent-btn .show-less{display:block}.exchanger-aside.act .exchanger__form__name__buttons .transparent-btn .show-more{display:none}.exchanger-aside.act .exchanger__form__name__buttons .transparent-btn img{transform:rotate(180deg)}.exchanger-aside.act .exchanger__form__about,.exchanger-aside.act .exchanger__form__additional,.exchanger-aside.act .exchanger__form__analytics{transition:all .3s;height:unset;padding:16px;margin-top:8px}}.exchanger-main .tabs{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:480px){.exchanger-main .tabs{row-gap:10px}}.exchanger-main .tabs .blue-btn{margin:auto;margin-top:20px}.exchanger-main .tabs .tab-link{-ms-flex-order:1;order:1}.exchanger-main .tabs .tab-link .tab-head{width:150px;display:-ms-inline-flexbox;display:inline-flex;padding:7px;height:48px;color:#666;background:var(--bg-lightBlue,#d7e8ff);cursor:pointer;position:relative;transition:all .3s;margin-left:10px;border-radius:10px}.exchanger-main .tabs .tab-link .tab-head:hover{color:var(--main-white,#f6f6f6);background:var(--main-blue,#427ff5)}@media (max-width:1023px){.exchanger-main .tabs .tab-link{width:135px}}@media (max-width:370px){.exchanger-main .tabs .tab-link{width:115px}.exchanger-main .tabs .tab-link span{letter-spacing:-.6px}}.exchanger-main .tabs .tab-head{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:center;-ms-flex-pack:center;justify-content:center;font-size:17px;font-style:normal;font-weight:600;line-height:130%;gap:4px}.exchanger-main .tabs input{display:none;outline:none;height:0;width:0;position:absolute}.exchanger-main .tabs label{width:150px;display:-ms-inline-flexbox;display:inline-flex;padding:7px;height:48px;color:#666;background:var(--bg-lightBlue,#d7e8ff);cursor:pointer;position:relative;transition:all .3s}@media (max-width:1023px){.exchanger-main .tabs label{width:135px}}@media (max-width:580px){.exchanger-main .tabs label{width:135px}}@media (max-width:370px){.exchanger-main .tabs label{width:115px}.exchanger-main .tabs label span{letter-spacing:-.6px}}.exchanger-main .tabs label img{max-height:20px}.exchanger-main .tabs label:before{position:absolute;content:"";left:-1px;width:1px;height:calc(100% - 16px);top:50%;transform:translateY(-50%);opacity:.25;background:var(--main-blue,#427ff5)}@media (max-width:767px){.exchanger-main .tabs label:before{height:38px}}.exchanger-main .tabs label:hover{background:var(--bg-light-blue-op-50,rgba(215,232,255,.5))}.exchanger-main .tabs label:first-child:before{display:none}.exchanger-main .tabs label:has(input[name=inset]):first-child{border-radius:10px 0 0 10px}.exchanger-main .tabs label:has(input[name=inset]):nth-child(2){border-radius:0 10px 10px 0}.exchanger-main .tabs label:has(input[name=inset]:checked){color:var(--main-white,#f6f6f6);background:var(--main-blue,#427ff5)}.exchanger-main .tabs label:has(input[name=inset]:checked) img{filter:invert(1) brightness(200) contrast(200)}.exchanger-main .tabs label:has(#tab_1:checked)~#txt_1,.exchanger-main .tabs label:has(#tab_2:checked)~#txt_2{display:block;width:100%}.exchanger-main .tabs>.tabsContent{display:none;-ms-flex-order:2;order:2}.exchanger-main .add-review.blue-btn{margin:0;margin-left:auto;padding:13px 40px;-ms-flex-order:1;order:1}@media (max-width:767px){.exchanger-main .add-review.blue-btn{padding:14px 15px}.exchanger-main .add-review.blue-btn span{display:none}.exchanger-main .add-review.blue-btn img{width:20px;height:20px}}.exchanger-main .reviews__wrap{width:100%;margin-top:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px}.exchanger-main .reviews__filter{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:10px}@media (max-width:767px){.exchanger-main .reviews__filter{-ms-flex-wrap:wrap;flex-wrap:wrap}}.exchanger-main .reviews__filter__button{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:11px 18px;font-size:17px;font-style:normal;font-weight:400;line-height:130%;color:var(--main-blue,#427ff5);border-radius:10px;border:1px solid var(--main-blue,#427ff5);background:var(--bg-light-blue-op-50,rgba(215,232,255,.5));transition:all .3s}.exchanger-main .reviews__filter__button img{transition:all .3s;filter:none}.exchanger-main .reviews__filter__button.act{background:var(--bg-lightBlue,#d7e8ff);color:var(--main-black,#2d2f3a)}.exchanger-main .reviews__filter__button.act img{filter:brightness(200%) grayscale(1) invert(1)}.exchanger-main .reviews__filter__button:hover{color:var(--main-black,#2d2f3a)}.exchanger-main .reviews__filter__button:hover img{filter:brightness(200%) grayscale(1) invert(1)}.exchanger-main .reviews__filter__button.dislike img{transform:rotate(180deg)}.exchanger-main .reviews__list{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px}.exchanger-main .tabsContent__rating__columnWrap{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:start;gap:10px}@media (max-width:767px){.exchanger-main .tabsContent__rating__columnWrap{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:unset;align-items:unset}}.exchanger-main .tabsContent__rating__form{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px}.exchanger-main .tabsContent__rating__form__general{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:20px;background:var(--bg-white,#fafafa);padding:20px;margin-top:20px}.exchanger-main .tabsContent__rating__form__general__head{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:20px;gap:5px}@media (max-width:767px){.exchanger-main .tabsContent__rating__form__general__head{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start}}.exchanger-main .tabsContent__rating__form__general__head .link{text-align:right}.exchanger-main .tabsContent__rating__form__general__head .link img{transition:all .3s}.exchanger-main .tabsContent__rating__form__general__head .link:hover{color:var(--main-black,#2d2f3a)}.exchanger-main .tabsContent__rating__form__general__head .link:hover img{filter:brightness(200%) grayscale(1) invert(1)}@media (max-width:992px){.exchanger-main .tabsContent__rating__form__general__head .link{text-align:start}}.exchanger-main .tabsContent__rating__form__general__scores{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;gap:30px}@media (max-width:767px){.exchanger-main .tabsContent__rating__form__general__scores{-ms-flex-direction:column;flex-direction:column}}.exchanger-main .tabsContent__rating__form__general__scores__item{gap:10px}.exchanger-main .tabsContent__rating__form__general__scores .reviews__rating-bar,.exchanger-main .tabsContent__rating__form__general__scores__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.exchanger-main .tabsContent__rating__form__general__scores .reviews__rating-bar .bar-bg{border-radius:10px;overflow:hidden;display:-ms-flexbox;display:flex;position:relative;width:100%;height:4px;background-color:#d1d1d4;margin-bottom:4px}.exchanger-main .tabsContent__rating__form__general__scores .reviews__rating-bar .bar-bg .bar{position:absolute;left:0;top:0;right:0;bottom:0;background:var(--main-blue,#427ff5);animation:b 2s backwards}.exchanger-main .tabsContent__rating__form__general__scores .reviews__rating-bar .details{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.exchanger-main .tabsContent__rating__form__general__scores .reviews__rating-bar .details span{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:5px;-ms-flex-align:center;align-items:center}.exchanger-main .tabsContent__rating__form__exeApps{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;border-radius:20px;background:var(--bg-white,#fafafa);padding:20px}.exchanger-main .tabsContent__rating__form__exeApps .link{text-align:right}.exchanger-main .tabsContent__rating__form__exeApps .link:hover{color:var(--main-black,#2d2f3a)}.exchanger-main .tabsContent__rating__form__exeApps .link .hide{display:none}@media (max-width:992px){.exchanger-main .tabsContent__rating__form__exeApps .link{text-align:start}}.exchanger-main .tabsContent__rating__form__exeApps__head{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}@media (max-width:992px){.exchanger-main .tabsContent__rating__form__exeApps__head{-ms-flex-direction:column;flex-direction:column;gap:4px}}.exchanger-main .tabsContent__rating__form__exeApps .sub-tab-btn{width:-moz-fit-content;width:fit-content;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:7px 18px;color:var(--main-blue,#427ff5);border-radius:10px;border:1px solid var(--main-blue,#427ff5);background:var(--bg-light-blue-op-50,rgba(215,232,255,.5));transition:all .3s;height:-moz-fit-content;height:fit-content;margin:0 10px 10px 0}.exchanger-main .tabsContent__rating__form__exeApps .sub-tab-btn .tab-head{white-space:nowrap;font-size:17px;font-style:normal;font-weight:400;line-height:130%}.exchanger-main .tabsContent__rating__form__exeApps .sub-tab-btn img{transition:all .3s;filter:none}.exchanger-main .tabsContent__rating__form__exeApps .sub-tab-btn:has(input[name=sub-tab]:checked){background:var(--bg-lightBlue,#d7e8ff);color:var(--main-black,#2d2f3a)}.exchanger-main .tabsContent__rating__form__exeApps .sub-tab-btn:has(input[name=sub-tab]:checked) img{filter:brightness(200%) grayscale(1) invert(1)}.exchanger-main .tabsContent__rating__form__exeApps .sub-tab-btn:hover{color:var(--main-black,#2d2f3a)}.exchanger-main .tabsContent__rating__form__exeApps .sub-tab-btn:hover img{filter:brightness(200%) grayscale(1) invert(1)}.exchanger-main .tabsContent__rating__form__exeApps .reviews__rating-bar{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:40px}.exchanger-main .tabsContent__rating__form__exeApps .reviews__rating-bar .tittle{display:block;padding-bottom:10px}.exchanger-main .tabsContent__rating__form__exeApps .reviews__rating-bar .bar-bg{border-radius:10px;overflow:hidden;display:-ms-flexbox;display:flex;position:relative;width:100%;height:4px;background-color:#d1d1d4;margin-bottom:4px}.exchanger-main .tabsContent__rating__form__exeApps .reviews__rating-bar .bar-bg .bar{position:absolute;left:0;top:0;right:0;bottom:0;background:var(--main-blue,#427ff5);animation:none}.exchanger-main .tabsContent__rating__form__exeApps .reviews__rating-bar .details{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.exchanger-main .tabsContent__rating__form__exeApps .reviews__rating-bar .details span{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:5px;-ms-flex-align:center;align-items:center}.exchanger-main .tabsContent__rating__form__exeApps .tab-bar{height:0;overflow:hidden;margin-top:0}.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_1:checked)~#tab-bar_1,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_2:checked)~#tab-bar_2,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_3:checked)~#tab-bar_3,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_4:checked)~#tab-bar_4,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_5:checked)~#tab-bar_5,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_6:checked)~#tab-bar_6,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_7:checked)~#tab-bar_7{height:-moz-fit-content;height:fit-content;margin-top:40px}.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_1:checked)~#tab-bar_1 .tittle,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_2:checked)~#tab-bar_2 .tittle,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_3:checked)~#tab-bar_3 .tittle,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_4:checked)~#tab-bar_4 .tittle,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_5:checked)~#tab-bar_5 .tittle,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_6:checked)~#tab-bar_6 .tittle,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_7:checked)~#tab-bar_7 .tittle{display:none}.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_1:checked)~#tab-bar_1 .bar-bg .bar,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_2:checked)~#tab-bar_2 .bar-bg .bar,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_3:checked)~#tab-bar_3 .bar-bg .bar,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_4:checked)~#tab-bar_4 .bar-bg .bar,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_5:checked)~#tab-bar_5 .bar-bg .bar,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_6:checked)~#tab-bar_6 .bar-bg .bar,.exchanger-main .tabsContent__rating__form__exeApps label:has(#sub-tab_7:checked)~#tab-bar_7 .bar-bg .bar{animation:b 2s backwards}.exchanger-main .tabsContent__rating__form__exeApps.act .sub-tab-btn{display:none}.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_1,.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_2,.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_3,.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_4,.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_5,.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_6,.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_7,.exchanger-main .tabsContent__rating__form__exeApps.act .tab-bar,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_1:checked)~#tab-bar_1,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_2:checked)~#tab-bar_2,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_3:checked)~#tab-bar_3,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_4:checked)~#tab-bar_4,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_5:checked)~#tab-bar_5,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_6:checked)~#tab-bar_6,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_7:checked)~#tab-bar_7{transition:all .3s ease;height:-moz-fit-content;height:fit-content;margin-top:20px}.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_1 .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_2 .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_3 .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_4 .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_5 .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_6 .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_7 .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act .tab-bar .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_1:checked)~#tab-bar_1 .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_2:checked)~#tab-bar_2 .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_3:checked)~#tab-bar_3 .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_4:checked)~#tab-bar_4 .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_5:checked)~#tab-bar_5 .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_6:checked)~#tab-bar_6 .tittle,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_7:checked)~#tab-bar_7 .tittle{display:block}.exchanger-main .tabsContent__rating__form__exeApps.act #tab-bar_1,.exchanger-main .tabsContent__rating__form__exeApps.act label:has(#sub-tab_1:checked)~#tab-bar_1{margin-top:0}.exchanger-main .tabsContent__rating__form__exeApps.act .link .show{display:none}.exchanger-main .tabsContent__rating__form__exeApps.act .link .hide{display:block}.exchanger-main .tabsContent__rating__form__suppWork{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:20px;background:var(--bg-white,#fafafa);padding:20px;gap:20px}.exchanger-main .tabsContent__rating__form__suppWork .link:hover{color:var(--main-black,#2d2f3a)}.exchanger-main .tabsContent__rating__form__suppWork .link .hide{display:none}.exchanger-main .tabsContent__rating__form__suppWork__head{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:992px){.exchanger-main .tabsContent__rating__form__suppWork__head{-ms-flex-direction:column;flex-direction:column;gap:4px}}.exchanger-main .tabsContent__rating__form__suppWork__body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.exchanger-main .tabsContent__rating__form__suppWork__body__line{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;gap:10px;overflow:hidden;transition:all .3s}.exchanger-main .tabsContent__rating__form__suppWork__body__line:not(:first-child){margin-top:20px}@media (max-width:992px){.exchanger-main .tabsContent__rating__form__suppWork__body__line:not(:first-child){margin-top:16px}}.exchanger-main .tabsContent__rating__form__suppWork__body__line span{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;text-align:end;-ms-flex-align:start;align-items:flex-start;gap:5px;font-size:17px;font-style:normal;font-weight:400;line-height:130%}.exchanger-main .tabsContent__rating__form__suppWork__body__line .op-75{font-size:16px;font-style:normal;font-weight:400;line-height:120%}.exchanger-main .tabsContent__rating__form__suppWork__body__line.hide{margin-top:0;height:0}.exchanger-main .tabsContent__rating__form__suppWork__body__ellipsis{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px;-ms-flex-pack:center;justify-content:center;margin-top:20px}.exchanger-main .tabsContent__rating__form__suppWork__body__ellipsis span{background:var(--bg-lightBlue,#d7e8ff);border-radius:50%;width:5px;height:5px}.exchanger-main .tabsContent__rating__form__suppWork.act .tabsContent__rating__form__suppWork__body__line.hide{margin-top:20px;height:-moz-fit-content;height:fit-content}@media (max-width:992px){.exchanger-main .tabsContent__rating__form__suppWork.act .tabsContent__rating__form__suppWork__body__line.hide{margin-top:16px}}.exchanger-main .tabsContent__rating__form__suppWork.act .link .show{display:none}.exchanger-main .tabsContent__rating__form__suppWork.act .link .hide{display:block}.reviews__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px;width:100%;padding:20px;border-radius:20px;background:var(--main-white,#f6f6f6)}.reviews__item .reviews__item{background:transparent}.reviews__item__body{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px}.reviews__item__head{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start}.reviews__item__head,.reviews__item__head .title{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10px}.reviews__item__head .title{-ms-flex-align:center;align-items:center}.reviews__item__head .title .rating.positive{color:var(--additional-green,#40b024)}.reviews__item__head .title .rating.negative{color:var(--additional-red,#b80707)}@media (max-width:767px){.reviews__item__head .title{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.reviews__item__head .title .text-bigger{word-break:break-all}}.reviews__item__head .text-small{padding-top:3px;text-align:right}.reviews__item__main{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.reviews__item__footer{margin-top:10px;-ms-flex-pack:justify;justify-content:space-between}.reviews__item__footer,.reviews__item__footer .mark{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;gap:10px}.reviews__item__footer .mark .dislike,.reviews__item__footer .mark .like{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;gap:4px;opacity:.8}.reviews__item__footer .mark .dislike .text-small,.reviews__item__footer .mark .like .text-small{transition:all .3s}.reviews__item__footer .mark .dislike img,.reviews__item__footer .mark .like img{transition:all .3s;filter:brightness(200%) grayscale(1) invert(1)}.reviews__item__footer .mark .dislike.act img,.reviews__item__footer .mark .like.act img{filter:none}.reviews__item__footer .mark .dislike:hover,.reviews__item__footer .mark .like:hover{opacity:1}.reviews__item__footer .mark .dislike:hover img,.reviews__item__footer .mark .like:hover img{filter:none}.reviews__item__footer .mark .dislike:hover .text-small,.reviews__item__footer .mark .like:hover .text-small{color:var(--main-blue,#427ff5)}.reviews__item__footer .mark .dislike img{transform:rotate(180deg)}.reviews__item__footer .mark .dislike:hover .text-small{color:var(--additional-red,#b80707)}.reviews__item__footer .mark button:not(:first-child):before{content:"";margin:auto;margin-right:6px;width:4px;height:4px;opacity:.5;border-radius:50%;background-color:var(--main-black,#2d2f3a)}.reviews__item__footer .reply-btn{opacity:.8}.reviews__item__footer .reply-btn img{transition:all .3s;filter:brightness(200%) grayscale(1) invert(1)}.reviews__item__footer .reply-btn:hover{opacity:1}.reviews__item__footer .reply-btn:hover img{filter:none}.reviews__item__replay{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:14px;background:var(--bg-lightGray,#f0f2f7);padding-bottom:20px;padding-right:20px}@media (max-width:767px){.reviews__item__replay{padding-right:0}}.reviews__item__replay .reviews__item{position:relative;gap:0;margin-left:20px;padding-bottom:0;padding-top:0;margin-top:20px}.reviews__item__replay .reviews__item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;opacity:.4;background:var(--main-blue,#427ff5);border-radius:10px}.reviews__item__replay .reviews__item__head .title .rating{display:none}@media (max-width:767px){.reviews__item__replay .reviews__item{margin-left:0}.reviews__item__replay .reviews__item:before{content:none}}.reviews__item__replay .reviews__item__replay{padding-bottom:0;padding-right:0}.reviews__item__replay .reviews__item__replay .reviews__item{margin-left:0;padding-right:0}@media (max-width:767px){.reviews__item__replay .reviews__item__replay .reviews__item{padding:0;padding-left:8px}.reviews__item__replay .reviews__item__replay .reviews__item:before{content:""}}.modal{position:fixed;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:rgba(45,47,58,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);top:0;left:0;right:0;bottom:0;z-index:999;opacity:0;pointer-events:none;transition:all .3s;padding:15px}.modal.autorization__modal{padding:0}.modal.act{opacity:1;pointer-events:all}.modal.xs .modal__wrap{max-width:500px}.modal.xs.ha .modal__body{min-height:auto}.modal.md .modal__wrap{max-width:720px}.modal.md .modal__header{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:4px}.modal.md .modal__body{min-height:auto;height:unset}.modal.md .modal__contant__submit{width:100%;-ms-flex-pack:end;justify-content:flex-end;margin-top:20px}.modal.md .modal__contant__submit button{width:-moz-fit-content;width:fit-content}@media (max-width:580px){.modal.md .modal__contant__submit .blue-btn{width:100%}}.modal.md .close .icon-close{display:none;min-height:22.1px}.modal.md .close .icon-close:after,.modal.md .close .icon-close:before{background-color:var(--main-blue)}@media (max-width:580px){.modal.md .close{padding:15px}.modal.md .close .icon-close{display:-ms-flexbox;display:flex}.modal.md .close span{display:none}}@media (max-width:767px){.modal.md{padding:0}.modal.md .modal__wrap{max-width:100%;height:100%;background:var(--bg-white,#fafafa)}.modal.md .modal__contant__submit{margin-top:auto;margin-bottom:20px}}@media (max-width:580px){.modal.bg-white{background:var(--bg-white,#fafafa)}.modal.bg-white .modal__wrap{max-width:100%;height:100%}}.modal__wrap{width:100%;max-height:100vh;overflow-x:hidden;overflow-y:auto}.modal__body{padding:30px 50px;border-radius:40px;background:var(--bg-white,#fafafa);min-height:624px;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px}@media (max-width:580px){.modal__body{padding:15px;border-radius:0;min-height:unset}.modal__body.br{border-radius:15px}}.modal__contant,.modal__footer,.modal__header{width:100%}.modal__header{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;gap:60px}.modal__header .tittle{font-size:40px;font-style:normal;font-weight:500;line-height:130%;color:var(--main-black,#2d2f3a)}.modal__header__tab-btns{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.modal__header__tab-btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:15px;background:var(--bg-lightBlue,#d7e8ff);color:var(--main-blue,#427ff5);font-size:17px;font-style:normal;font-weight:600;line-height:130%;width:100%;border:none;outline:none}.modal__header__tab-btn.act,.modal__header__tab-btn:hover{background:var(--main-blue,#427ff5);color:var(--main-white,#f6f6f6)}.modal__header__tab-btn:first-child{border-radius:10px 0 0 10px}.modal__header__tab-btn:last-child{border-radius:0 10px 10px 0}.modal__contant{margin:auto;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.modal__contant a:not(.blue-btn){color:var(--main-blue,#427ff5)}.modal__contant form{gap:20px}.modal__contant form,.modal__contant form .input-wrap{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.modal__contant form .input-wrap .field{width:100%}@media (max-width:580px){.modal__contant form{height:100%}}.modal__contant__submit{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px}.modal__contant__submit button{width:100%}.modal__contant .text,.modal__contant .text-h6{width:100%;text-align:center}.modal__contant .text-h6:not(:last-child),.modal__contant .text:not(:last-child){margin-bottom:5px}@media (max-width:767px){.modal__contant .text-h6{font-size:27px;line-height:120%}}.modal__contant .modal-img{margin-bottom:20px}.modal__contant .buttons{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;gap:10px;width:-moz-fit-content;width:fit-content}.modal__contant .buttons .icon-close{display:none;min-height:22.1px}.modal__contant .buttons .icon-close:after,.modal__contant .buttons .icon-close:before{background-color:var(--main-blue)}.modal__contant .buttons .blue-btn,.modal__contant .buttons .transparent-btn{white-space:nowrap}@media (max-width:580px){.modal__contant .buttons{width:100%}.modal__contant .buttons span{display:none}.modal__contant .buttons .icon-close{display:-ms-flexbox;display:flex}.modal__contant .buttons .blue-btn,.modal__contant .buttons .transparent-btn{padding:15px 20px}.modal__contant .buttons .close{padding:15px}.modal__contant .buttons .blue-btn{width:100%}}.modal__contant__logIn,.modal__contant__registration{display:none}.modal__contant__logIn.act,.modal__contant__registration.act,.modal__footer{display:-ms-flexbox;display:flex}.modal__footer{padding-top:20px;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.modal__footer .buttons{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;gap:10px;width:-moz-fit-content;width:fit-content}.modal__footer .buttons .icon-close{display:none;min-height:22.1px}.modal__footer .buttons .icon-close:after,.modal__footer .buttons .icon-close:before{background-color:var(--main-blue)}.modal__footer .buttons .blue-btn,.modal__footer .buttons .transparent-btn{white-space:nowrap}@media (max-width:580px){.modal__footer .buttons{width:100%}.modal__footer .buttons span{display:none}.modal__footer .buttons .icon-close{display:-ms-flexbox;display:flex}.modal__footer .buttons .blue-btn,.modal__footer .buttons .transparent-btn{padding:15px 20px}.modal__footer .buttons .close{padding:15px}.modal__footer .buttons .blue-btn{width:100%}}.modal__footer a:not(.blue-btn),.modal__footer a:not(.transparent-btn){color:var(--main-blue,#427ff5)}.modal__footer.center,.modal__footer.center p{text-align:center}.modal .details-wrap{gap:10px}.modal .details-wrap,.modal .details-wrap .details{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.modal .details-wrap .details{gap:4px}.modal .details-wrap .details span{position:relative;padding-left:16px}.modal .details-wrap .details span:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:var(--bg-lightBlue)}.modal .details-wrap .details span.act:before{background:var(--additional-green)}.modal .details-wrap .forgotten-password{text-align:right;width:100%}.modal .details-wrap .link{display:inline}.modal .input-wrap{cursor:text;position:relative;border-radius:10px;border:1px solid var(--bg-lightBlue,#d7e8ff);background:var(--bg-white,#fafafa);padding:12px 20px}.modal .input-wrap input,.modal .input-wrap textarea{font-family:Rothek;background:transparent;outline:none;border:none;font-size:20px;font-style:normal;font-weight:500;line-height:120%;color:var(--main-black,#2d2f3a)}.modal .input-wrap textarea{min-height:80px}.modal .input-wrap.with-title{position:relative;cursor:default;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;border-radius:0;border:none;background:transparent;padding:0}.modal .input-wrap.with-title .tittle{font-size:17px;font-style:normal;font-weight:400;line-height:130%}.modal .input-wrap.with-title input,.modal .input-wrap.with-title select,.modal .input-wrap.with-title textarea{border-radius:10px;border:1px solid var(--bg-lightBlue,#d7e8ff);background:var(--bg-white,#fafafa);padding:12px 20px;overflow:hidden;color:var(--main-blue,#427ff5);text-overflow:ellipsis;font-size:17px;font-style:normal;font-weight:600;line-height:130%}.modal .input-wrap.with-title select{padding:15px 20px;-moz-appearance:none;appearance:none;cursor:pointer}.modal .input-wrap.with-title img{position:absolute;pointer-events:none;bottom:28px;transform:translateY(50%);right:20px;transition:all .3s}.modal .input-wrap.with-title.act img{transform:rotate(180deg) translateY(-50%)}.modal .input-wrap.error{border-color:var(--additional-red,#b80707);position:relative;margin-bottom:30px}.modal .input-wrap.error .error-text{top:calc(100% + 4px);left:0;right:0;position:absolute;padding:0 20px;color:var(--additional-red,#b80707);font-size:14px;font-style:normal;font-weight:400;line-height:120%}.modal .double{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;gap:10px}@media (max-width:767px){.modal .double{-ms-flex-direction:column;flex-direction:column;gap:20px}}.modal .reaction{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.modal .reaction__wrap{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:7px 20px;border-radius:10px;background:var(--bg-light-blue-op-50,rgba(215,232,255,.5));border:2px solid transparent;transition:all .3s;cursor:pointer}.modal .reaction__wrap input[type=radio]{width:0;height:0;position:absolute;cursor:pointer}.modal .reaction__wrap span{font-size:17px;font-style:normal;font-weight:400;line-height:130%;color:var(--main-black,#2d2f3a)}.modal .reaction__wrap:first-child span{color:var(--additional-green,#40b024)}.modal .reaction__wrap:last-child span{color:var(--additional-red,#b80707)}.modal .reaction__wrap:has(input[type=radio]:checked){border:2px solid var(--main-blue,#427ff5)}.modal .reaction__wrap:first-child:has(input[type=radio]:checked){background:rgba(64,176,36,.1)}.modal .reaction__wrap:last-child:has(input[type=radio]:checked){background:rgba(184,7,7,.1)}.modal .show-pasword{position:absolute;right:20px;top:50%;transform:translateY(-50%);cursor:pointer}.modal .show-pasword input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.modal .show-pasword .eye-hide,.modal .show-pasword .eye-show{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.modal .show-pasword .eye-show,.modal .show-pasword input:checked~.eye-hide{display:none}.modal .show-pasword input:checked~.eye-show{display:block}.modal .login-with{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:12px;border-radius:10px;border:1px solid var(--bg-lightBlue,#d7e8ff);width:-moz-fit-content;width:fit-content}.modal .login-with img{max-width:24px;min-width:24px;min-height:24px;max-height:24px}.notification{z-index:99;position:fixed;top:0;right:0;width:100%;max-width:500px;padding:20px 30px 20px 20px;border-radius:12px;background:linear-gradient(0deg,rgba(215,232,255,.5),rgba(215,232,255,.5)),var(--bg-lightGray,#f0f2f7);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;gap:10px;opacity:0;pointer-events:none;transition:all .3s}.notification.act{top:100px;right:80px;pointer-events:all;opacity:1}.notification .text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;gap:4px}.notification .text .text-big,.notification .text .text-bigger,.notification .text .text-h6,.notification .text .text-medium,.notification .text .text-min,.notification .text .text-semibold,.notification .text .text-small,.notification .text p,.notification .text span{opacity:1;color:var(--main-black,#2d2f3a)}.notification .text p{opacity:.7;font-weight:400}@media (max-width:992px){.notification{right:50%;transform:translateX(50%)}}@media (max-width:580px){.notification{right:16px;left:16px;padding:16px 20px 16px 16px;max-width:calc(100% - 32px);transform:none}}.notification .success{background:linear-gradient(0deg,rgba(64,176,36,.1),rgba(64,176,36,.1)),var(--bg-lightGray,#f0f2f7)}.notification .success .text .text-big,.notification .success .text .text-bigger,.notification .success .text .text-h6,.notification .success .text .text-medium,.notification .success .text .text-min,.notification .success .text .text-semibold,.notification .success .text .text-small,.notification .success .text p,.notification .success .text span{color:var(--additional-green,#40b024)}.notification .error{background:rgba(184,7,7,.1)}.notification .error .text .text-big,.notification .error .text .text-bigger,.notification .error .text .text-h6,.notification .error .text .text-medium,.notification .error .text .text-min,.notification .error .text .text-semibold,.notification .error .text .text-small,.notification .error .text p,.notification .error .text span{color:var(--additional-red,#b80707)}@font-face{font-family:icomoon;src:url(/fonts/IconMoon/icomoon.eot?qh863r);src:url(/fonts/IconMoon/icomoon.eot?qh863r#iefix) format("embedded-opentype"),url(/fonts/IconMoon/icomoon.ttf?qh863r) format("truetype"),url(/fonts/IconMoon/icomoon.woff?qh863r) format("woff"),url(/fonts/IconMoon/icomoon.svg?qh863r#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-BUSD:before{content:"\e900";color:#f0b90b}.icon-th_payment_using:before{content:"\e901";color:#427ff5}.icon-ADA:before{content:"\e902";color:#0033ad}.icon-additional_commissions:before{content:"\e903";color:#427ff5}.icon-adv:before{content:"\e904"}.icon-AED:before{content:"\e905";color:#bf9100}.icon-ALGO:before{content:"\e906"}.icon-alp .path1:before{content:"\e907";color:#4e54a6}.icon-alp .path2:before{content:"\e908";margin-left:-1em;color:#fc3f3a}.icon-AMD:before{content:"\e909";color:#9c2991}.icon-anyCash:before{content:"\e90a";color:#1469ea}.icon-ATOM .path1:before{content:"\e90b";color:#1b1e36}.icon-ATOM .path2:before{content:"\e90c";margin-left:-1em;color:#2e3148}.icon-ATOM .path3:before{content:"\e90d";margin-left:-1em;color:#2e3148}.icon-ATOM .path4:before{content:"\e90e";margin-left:-1em;color:#2e3148}.icon-ATOM .path5:before{content:"\e90f";margin-left:-1em;color:#2e3148}.icon-AUD:before{content:"\e910";color:#c88930}.icon-AVAX:before{content:"\e911";color:#e84142}.icon-AZN:before{content:"\e912";color:#3d89da}.icon-bank_from_legal:before{content:"\e913";color:#427ff5}.icon-BAT .path1:before{content:"\e914";color:#9e1f63}.icon-BAT .path2:before{content:"\e915";margin-left:-1em;color:#662d91}.icon-BAT .path3:before{content:"\e916";margin-left:-1em;color:#ff5000}.icon-BCH:before{content:"\e917";color:#0ac18e}.icon-BGN:before{content:"\e918";color:#ae628e}.icon-BLRBBYN:before{content:"\e919";color:#2a60b6}.icon-BNB:before{content:"\e91a";color:#f0b90b}.icon-BSV:before{content:"\e91b";color:#eab300}.icon-BTC:before{content:"\e91c";color:#f7931a}.icon-BTG .path1:before{content:"\e91d";color:#00206b}.icon-BTG .path2:before{content:"\e91e";margin-left:-1em;color:#eba809}.icon-BTT:before{content:"\e91f"}.icon-CAD:before{content:"\e920";color:#d10026}.icon-card:before{content:"\e921"}.icon-card-verify:before{content:"\e922";color:#427ff5}.icon-cash:before{content:"\e923"}.icon-CNY:before{content:"\e924";color:#c31f29}.icon-come_back_alive:before{content:"\e925"}.icon-COP:before{content:"\e926";color:#e99e6a}.icon-CRO:before{content:"\e927";color:#002d74}.icon-CZK:before{content:"\e928";color:#5ba4ec}.icon-DAI:before{content:"\e929";color:#f5ac37}.icon-DASH:before{content:"\e92a";color:#008de4}.icon-default_coin:before{content:"\e92b"}.icon-document-verify:before{content:"\e92c";color:#427ff5}.icon-DOGE .path1:before{content:"\e92d";color:#ba9f33}.icon-DOGE .path2:before{content:"\e92e";margin-left:-1em;color:#cfb66c}.icon-DOGE .path3:before{content:"\e92f";margin-left:-1em;color:#cfb66c}.icon-DOGE .path4:before{content:"\e930";margin-left:-1em;color:#cfb66c}.icon-DOGE .path5:before{content:"\e931";margin-left:-1em;color:#cfb66c}.icon-DOGE .path6:before{content:"\e932";margin-left:-1em;color:#e2cc85}.icon-DOGE .path7:before{content:"\e933";margin-left:-1em;color:#f1d789}.icon-DOGE .path8:before{content:"\e934";margin-left:-1em;color:#f4ecb4}.icon-DOGE .path9:before{content:"\e935";margin-left:-1em;color:#f3e19d}.icon-DOGE .path10:before{content:"\e936";margin-left:-1em;color:#f2e8b0}.icon-DOGE .path11:before{content:"\e937";margin-left:-1em;color:#f5eec0}.icon-DOGE .path12:before{content:"\e938";margin-left:-1em;color:#e6db9d}.icon-DOGE .path13:before{content:"\e939";margin-left:-1em;color:#e5cb7a}.icon-DOGE .path14:before{content:"\e93a";margin-left:-1em;color:#d8c173}.icon-DOGE .path15:before{content:"\e93b";margin-left:-1em;color:#f1d789}.icon-DOGE .path16:before{content:"\e93c";margin-left:-1em;color:#e0cd81}.icon-DOGE .path17:before{content:"\e93d";margin-left:-1em;color:#dfc57c}.icon-DOGE .path18:before{content:"\e93e";margin-left:-1em;color:#e5cc7c}.icon-DOGE .path19:before{content:"\e93f";margin-left:-1em;color:#d2c281}.icon-DOGE .path20:before{content:"\e940";margin-left:-1em;color:#e2c270}.icon-DOGE .path21:before{content:"\e941";margin-left:-1em;color:#ccb360}.icon-DOGE .path22:before{content:"\e942";margin-left:-1em;color:#d5b457}.icon-DOGE .path23:before{content:"\e943";margin-left:-1em;color:#d2b257}.icon-DOGE .path24:before{content:"\e944";margin-left:-1em;color:#d2b159}.icon-DOGE .path25:before{content:"\e945";margin-left:-1em;color:#c2a44d}.icon-DOGE .path26:before{content:"\e946";margin-left:-1em;color:#caa13e}.icon-DOGE .path27:before{content:"\e947";margin-left:-1em;color:#b59544}.icon-DOGE .path28:before{content:"\e948";margin-left:-1em;color:#c89d3a}.icon-DOGE .path29:before{content:"\e949";margin-left:-1em;color:#ceb052}.icon-DOGE .path30:before{content:"\e94a";margin-left:-1em;color:#cca847}.icon-DOGE .path31:before{content:"\e94b";margin-left:-1em;color:#c39d3c}.icon-DOGE .path32:before{content:"\e94c";margin-left:-1em;color:#d2ba6b}.icon-DOGE .path33:before{content:"\e94d";margin-left:-1em;color:#c0993a}.icon-DOGE .path34:before{content:"\e94e";margin-left:-1em;color:#a88f33}.icon-DOGE .path35:before{content:"\e94f";margin-left:-1em;color:#e3c571}.icon-DOGE .path36:before{content:"\e950";margin-left:-1em;color:#d8b65b}.icon-DOGE .path37:before{content:"\e951";margin-left:-1em;color:#d3ae4d}.icon-DOGE .path38:before{content:"\e952";margin-left:-1em;color:#caa13e}.icon-DOGE .path39:before{content:"\e953";margin-left:-1em;color:#f4efc8}.icon-DOGE .path40:before{content:"\e954";margin-left:-1em;color:#ebcc73}.icon-DOGE .path41:before{content:"\e955";margin-left:-1em;color:#e5c66b}.icon-DOGE .path42:before{content:"\e956";margin-left:-1em;color:#e6bd62}.icon-DOGE .path43:before{content:"\e957";margin-left:-1em;color:#b6933f}.icon-DOGE .path44:before{content:"\e958";margin-left:-1em;color:#c49937}.icon-DOGE .path45:before{content:"\e959";margin-left:-1em;color:#dfc068}.icon-DOGE .path46:before{content:"\e95a";margin-left:-1em;color:#a88f33}.icon-DOGE .path47:before{content:"\e95b";margin-left:-1em;color:#c99e3d}.icon-DOGE .path48:before{content:"\e95c";margin-left:-1em;color:#b58634}.icon-DOGE .path49:before{content:"\e95d";margin-left:-1em;color:#a88f33}.icon-DOGE .path50:before{content:"\e95e";margin-left:-1em;color:#e6c367}.icon-DOGE .path51:before{content:"\e95f";margin-left:-1em;color:#dcba5a}.icon-DOGE .path52:before{content:"\e960";margin-left:-1em;color:#e9ce77}.icon-DOGE .path53:before{content:"\e961";margin-left:-1em;color:#cdae50}.icon-DOGE .path54:before{content:"\e962";margin-left:-1em;color:#d2a83e}.icon-DOGE .path55:before{content:"\e963";margin-left:-1em;color:#c29637}.icon-DOGE .path56:before{content:"\e964";margin-left:-1em;color:#ac8132}.icon-DOGE .path57:before{content:"\e965";margin-left:-1em;color:#a88f33}.icon-DOGE .path58:before{content:"\e966";margin-left:-1em;color:#a67a2e}.icon-DOGE .path59:before{content:"\e967";margin-left:-1em;color:#8c6228}.icon-DOGE .path60:before{content:"\e968";margin-left:-1em;color:#cba94c}.icon-DOGE .path61:before{content:"\e969";margin-left:-1em;color:#a88f33}.icon-DOGE .path62:before{content:"\e96a";margin-left:-1em;color:#be9c44}.icon-DOGE .path63:before{content:"\e96b";margin-left:-1em;color:#a17c34}.icon-DOGE .path64:before{content:"\e96c";margin-left:-1em;color:#8c6228}.icon-DOGE .path65:before{content:"\e96d";margin-left:-1em;color:#92723a}.icon-DOGE .path66:before{content:"\e96e";margin-left:-1em;color:#b18e3e}.icon-DOGE .path67:before{content:"\e96f";margin-left:-1em;color:#543e26}.icon-DOGE .path68:before{content:"\e970";margin-left:-1em;color:#806031}.icon-DOGE .path69:before{content:"\e971";margin-left:-1em;color:#b6903c}.icon-DOGE .path70:before{content:"\e972";margin-left:-1em;color:#685026}.icon-DOGE .path71:before{content:"\e973";margin-left:-1em;color:#d4b968}.icon-DOGE .path72:before{content:"\e974";margin-left:-1em;color:#cca849}.icon-DOGE .path73:before{content:"\e975";margin-left:-1em;color:#585136}.icon-DOGE .path74:before{content:"\e976";margin-left:-1em;color:#252211}.icon-DOGE .path75:before{content:"\e977";margin-left:-1em;color:#c3b378}.icon-DOGE .path76:before{content:"\e978";margin-left:-1em;color:#e6d89c}.icon-DOGE .path77:before{content:"\e979";margin-left:-1em;color:#252211}.icon-DOGE .path78:before{content:"\e97a";margin-left:-1em;color:#6f674d}.icon-DOGE .path79:before{content:"\e97b";margin-left:-1em;color:#ac924c}.icon-DOGE .path80:before{content:"\e97c";margin-left:-1em;color:#9f8e57}.icon-DOGE .path81:before{content:"\e97d";margin-left:-1em;color:#eac970}.icon-DOGE .path82:before{content:"\e97e";margin-left:-1em;color:#d7bc6b}.icon-DOGE .path83:before{content:"\e97f";margin-left:-1em;color:#585136}.icon-DOGE .path84:before{content:"\e980";margin-left:-1em;color:#453a25}.icon-DOGE .path85:before{content:"\e981";margin-left:-1em;color:#84754b}.icon-DOGE .path86:before{content:"\e982";margin-left:-1em;color:#252211}.icon-DOGE .path87:before{content:"\e983";margin-left:-1em;color:#f7f7e7}.icon-DOGE .path88:before{content:"\e984";margin-left:-1em;color:#f8f6de}.icon-DOGE .path89:before{content:"\e985";margin-left:-1em;color:#d4c38b}.icon-DOGE .path90:before{content:"\e986";margin-left:-1em;color:#e2d59d}.icon-DOGE .path91:before{content:"\e987";margin-left:-1em;color:#cbac5a}.icon-DOGE .path92:before{content:"\e988";margin-left:-1em;color:#d6bc6f}.icon-DOGE .path93:before{content:"\e989";margin-left:-1em;color:#dfc677}.icon-DOGE .path94:before{content:"\e98a";margin-left:-1em;color:#c4a859}.icon-DOGE .path95:before{content:"\e98b";margin-left:-1em;color:#927d49}.icon-DOGE .path96:before{content:"\e98c";margin-left:-1em;color:#6e6342}.icon-DOGE .path97:before{content:"\e98d";margin-left:-1em;color:#39331f}.icon-DOGE .path98:before{content:"\e98e";margin-left:-1em;color:#292311}.icon-DOGE .path99:before{content:"\e98f";margin-left:-1em;color:#252211}.icon-DOGE .path100:before{content:"\e990";margin-left:-1em;color:#3f3824}.icon-DOGE .path101:before{content:"\e991";margin-left:-1em;color:#2d2815}.icon-DOGE .path102:before{content:"\e992";margin-left:-1em;color:#82764f}.icon-DOGE .path103:before{content:"\e993";margin-left:-1em;color:#2d2816}.icon-DOGE .path104:before{content:"\e994";margin-left:-1em;color:#574f35}.icon-DOGE .path105:before{content:"\e995";margin-left:-1em;color:#82764f}.icon-DOGE .path106:before{content:"\e996";margin-left:-1em;color:#6e6342}.icon-DOGE .path107:before{content:"\e997";margin-left:-1em;color:#585136}.icon-DOGE .path108:before{content:"\e998";margin-left:-1em;color:#574f35}.icon-DOGE .path109:before{content:"\e999";margin-left:-1em;color:#82764f}.icon-DOGE .path110:before{content:"\e99a";margin-left:-1em;color:#6e6342}.icon-DOGE .path111:before{content:"\e99b";margin-left:-1em;color:#585136}.icon-DOGE .path112:before{content:"\e99c";margin-left:-1em;color:#574f35}.icon-DOGE .path113:before{content:"\e99d";margin-left:-1em;color:#252211}.icon-DOGE .path114:before{content:"\e99e";margin-left:-1em;color:#cfb66c}.icon-DOGE .path115:before{content:"\e99f";margin-left:-1em;color:#cfb66c}.icon-DOGE .path116:before{content:"\e9a0";margin-left:-1em;color:#cfb66c}.icon-DOGE .path117:before{content:"\e9a1";margin-left:-1em;color:#cfb66c}.icon-DOGE .path118:before{content:"\e9a2";margin-left:-1em;color:#dec270}.icon-DOGE .path119:before{content:"\e9a3";margin-left:-1em;color:#cbaf59}.icon-DOGE .path120:before{content:"\e9a4";margin-left:-1em;color:#e3c677}.icon-DOGE .path121:before{content:"\e9a5";margin-left:-1em;color:#ecd592}.icon-DOGE .path122:before{content:"\e9a6";margin-left:-1em;color:#fff;opacity:.8}.icon-DOT:before{content:"\e9a7";color:#e6007a}.icon-EOS:before{content:"\e9a8"}.icon-ETC .path1:before{content:"\e9a9";color:#3ab83a}.icon-ETC .path2:before{content:"\e9aa";margin-left:-1em;color:#0b8311}.icon-ETC .path3:before{content:"\e9ab";margin-left:-1em;color:#0b8311}.icon-ETC .path4:before{content:"\e9ac";margin-left:-1em;color:#146714}.icon-ETH .path1:before{content:"\e9ad";color:#343434}.icon-ETH .path2:before{content:"\e9ae";margin-left:-1em;color:#8c8c8c}.icon-ETH .path3:before{content:"\e9af";margin-left:-1em;color:#3c3c3b}.icon-ETH .path4:before{content:"\e9b0";margin-left:-1em;color:#8c8c8c}.icon-ETH .path5:before{content:"\e9b1";margin-left:-1em;color:#141414}.icon-ETH .path6:before{content:"\e9b2";margin-left:-1em;color:#393939}.icon-EUR:before{content:"\e9b3";color:#7b231d}.icon-fix_rate:before{content:"\e9b4";color:#427ff5}.icon-GBP:before{content:"\e9b5";color:#4b338d}.icon-GEL:before{content:"\e9b6";color:#3843a6}.icon-HKD:before{content:"\e9b7";color:#067b60}.icon-HUF:before{content:"\e9b8";color:#26892a}.icon-ICX:before{content:"\e9b9";color:#18a0b1}.icon-IDR:before{content:"\e9ba";color:#588ee2}.icon-ILS:before{content:"\e9bb";color:#e3b741}.icon-INR:before{content:"\e9bc";color:#b648dc}.icon-insure3000:before{content:"\e9bd";color:#427ff5}.icon-JPY:before{content:"\e9be";color:#897ac0}.icon-KGS:before{content:"\e9bf";color:#3541aa}.icon-KMD:before{content:"\e9c0";color:#04d3c4}.icon-KZT:before{content:"\e9c1";color:#8f0906}.icon-LINK:before{content:"\e9c2";color:#2a5ada}.icon-LTC:before{content:"\e9c3";color:#345d9d}.icon-LUNA .path1:before{content:"\e9c4";color:#f6e35d}.icon-LUNA .path2:before{content:"\e9c5";margin-left:-1em;color:#f21325}.icon-LUNA .path3:before{content:"\e9c6";margin-left:-1em;color:#f98133}.icon-LUNC .path1:before{content:"\e9c7";color:#172852}.icon-LUNC .path2:before{content:"\e9c8";margin-left:-1em;color:#ffd83d}.icon-LUNC .path3:before{content:"\e9c9";margin-left:-1em;color:#ffd83d}.icon-LUNC .path4:before{content:"\e9ca";margin-left:-1em;color:#ff6f03}.icon-MANA .path1:before{content:"\e9cb";color:#ff7258}.icon-MANA .path2:before{content:"\e9cc";margin-left:-1em;color:#a524b3}.icon-MANA .path3:before{content:"\e9cd";margin-left:-1em;color:#fff}.icon-MANA .path4:before{content:"\e9ce";margin-left:-1em;color:#fc9965}.icon-MANA .path5:before{content:"\e9cf";margin-left:-1em;color:#ff2d55}.icon-MANA .path6:before{content:"\e9d0";margin-left:-1em;color:#a524b3}.icon-MANA .path7:before{content:"\e9d1";margin-left:-1em;color:#ffbc5b}.icon-MANA .path8:before{content:"\e9d2";margin-left:-1em;color:#fff}.icon-MANA .path9:before{content:"\e9d3";margin-left:-1em;color:#ffc95b}.icon-MANA .path10:before{content:"\e9d4";margin-left:-1em;color:#ffc95b}.icon-manual_mode:before{content:"\e9d5";color:#427ff5}.icon-MATIC:before{content:"\e9d6";color:#8247e5}.icon-MDL:before{content:"\e9d7";color:#d8a625}.icon-MIOTA:before{content:"\e9d8"}.icon-MKR:before{content:"\e9d9";color:#5cbbab}.icon-NEAR:before{content:"\e9da"}.icon-NEO .path1:before{content:"\e9db";color:#00e599}.icon-NEO .path2:before{content:"\e9dc";margin-left:-1em;color:#00af92}.icon-NGN:before{content:"\e9dd";color:#ab343f}.icon-NOK:before{content:"\e9de";color:#c88930}.icon-OMG:before{content:"\e9df"}.icon-ONT:before{content:"\e9e0";color:#48a3ff}.icon-PLN:before{content:"\e9e1";color:#daa24e}.icon-qiwi:before{content:"\e9e2";color:#ff8c00}.icon-QTUM:before{content:"\e9e3";color:#0645f7}.icon-realtime_rate:before{content:"\e9e4";color:#427ff5}.icon-return35profit:before{content:"\e9e5";color:#427ff5}.icon-RUB:before{content:"\e9e6";color:#495951}.icon-RVN .path1:before{content:"\e9e7";color:#384182}.icon-RVN .path2:before{content:"\e9e8";margin-left:-1em;color:#f79534}.icon-RVN .path3:before{content:"\e9e9";margin-left:-1em;color:#f0513a}.icon-SEK:before{content:"\e9ea";color:#c16b35}.icon-several_rate:before{content:"\e9eb";color:#427ff5}.icon-SHIB .path1:before{content:"\e9ec";color:#f00500}.icon-SHIB .path2:before{content:"\e9ed";margin-left:-1em;color:#f00500}.icon-SHIB .path3:before{content:"\e9ee";margin-left:-1em;color:#000}.icon-SHIB .path4:before{content:"\e9ef";margin-left:-1em;color:#000}.icon-SHIB .path5:before{content:"\e9f0";margin-left:-1em;color:#000}.icon-SHIB .path6:before{content:"\e9f1";margin-left:-1em;color:#000}.icon-SHIB .path7:before{content:"\e9f2";margin-left:-1em;color:#fff}.icon-SHIB .path8:before{content:"\e9f3";margin-left:-1em;color:#ffa409}.icon-SHIB .path9:before{content:"\e9f4";margin-left:-1em;color:#ff9300}.icon-SHIB .path10:before{content:"\e9f5";margin-left:-1em;color:#ff8300}.icon-SHIB .path11:before{content:"\e9f6";margin-left:-1em;color:#ff8300}.icon-SHIB .path12:before{content:"\e9f7";margin-left:-1em;color:#ff9300}.icon-SHIB .path13:before{content:"\e9f8";margin-left:-1em;color:#ff8300}.icon-SHIB .path14:before{content:"\e9f9";margin-left:-1em;color:#ff8300}.icon-SHIB .path15:before{content:"\e9fa";margin-left:-1em;color:#fff}.icon-SHIB .path16:before{content:"\e9fb";margin-left:-1em;color:#fff}.icon-SOL:before{content:"\e9fc";color:#2dd1b6}.icon-THB:before{content:"\e9fd";color:#64c7b8}.icon-TJS:before{content:"\e9fe";color:#733a28}.icon-TON:before{content:"\e9ff";color:#08c}.icon-trusted:before{content:"\ea00";color:#427ff5}.icon-TRX:before{content:"\ea01";color:#ff060a}.icon-TRY:before{content:"\ea02";color:#6cb974}.icon-TUSD:before{content:"\ea03";color:#1b5afe}.icon-UAH:before{content:"\ea04";color:#1b3f9a}.icon-UNI:before{content:"\ea05";color:#ff007a}.icon-USD:before{content:"\ea06";color:#0b6809}.icon-USDC:before{content:"\ea07";color:#2775ca}.icon-USDP .path1:before{content:"\ea08";color:#0293d6}.icon-USDP .path2:before{content:"\ea09";margin-left:-1em;color:#ebe638}.icon-USDP .path3:before{content:"\ea0a";margin-left:-1em;color:#bad147}.icon-USDP .path4:before{content:"\ea0b";margin-left:-1em;color:#78b650}.icon-USDP .path5:before{content:"\ea0c";margin-left:-1em;color:#2f8260}.icon-USDP .path6:before{content:"\ea0d";margin-left:-1em;color:#085229}.icon-USDT:before{content:"\ea0e";color:#50af95}.icon-UZS:before{content:"\ea0f";color:#4ca899}.icon-VET:before{content:"\ea10";color:#82be00}.icon-WAVES:before{content:"\ea11";color:#0055fe}.icon-WBTC .path1:before{content:"\ea12";color:#5a5564}.icon-WBTC .path2:before{content:"\ea13";margin-left:-1em;color:#5a5564}.icon-WBTC .path3:before{content:"\ea14";margin-left:-1em;color:#5a5564}.icon-WBTC .path4:before{content:"\ea15";margin-left:-1em;color:#5a5564}.icon-WBTC .path5:before{content:"\ea16";margin-left:-1em;color:#f09242}.icon-WETH .path1:before{content:"\ea17";color:#ec1c79}.icon-WETH .path2:before{content:"\ea18";margin-left:-1em;color:#000}.icon-WME:before{content:"\ea19";color:#ed6535}.icon-WMX:before{content:"\ea1a";color:#036cb5}.icon-WMZ:before{content:"\ea1b";color:#38aa62}.icon-XEM .path1:before{content:"\ea1c";color:#000}.icon-XEM .path2:before{content:"\ea1d";margin-left:-1em;color:#f7a800}.icon-XEM .path3:before{content:"\ea1e";margin-left:-1em;color:#67b2e8}.icon-XEM .path4:before{content:"\ea1f";margin-left:-1em;color:#00c4b3}.icon-XLM:before{content:"\ea20"}.icon-XMR .path1:before{content:"\ea21";color:#f26822}.icon-XMR .path2:before{content:"\ea22";margin-left:-1em;color:#4d4d4d}.icon-XRP:before{content:"\ea23"}.icon-XTZ:before{content:"\ea24";color:#2c7df7}.icon-XVG:before{content:"\ea25";color:#37bde2}.icon-YFI:before{content:"\ea26";color:#046ddf}.icon-ZEC:before{content:"\ea27"}.icon-ZRX:before{content:"\ea28"}.icon-BUSD{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe900;")}.icon-th_payment_using{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe901;")}.icon-ADA{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe902;")}.icon-additional_commissions{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe903;")}.icon-adv{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe904;")}.icon-AED{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe905;")}.icon-ALGO{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe906;")}.icon-alp{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe907;")}.icon-AMD{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe909;")}.icon-anyCash{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe90a;")}.icon-ATOM{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe90b;")}.icon-AUD{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe910;")}.icon-AVAX{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe911;")}.icon-AZN{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe912;")}.icon-bank_from_legal{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe913;")}.icon-BAT{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe914;")}.icon-BCH{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe917;")}.icon-BGN{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe918;")}.icon-BLRBBYN{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe919;")}.icon-BNB{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe91a;")}.icon-BSV{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe91b;")}.icon-BTC{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe91c;")}.icon-BTG{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe91d;")}.icon-BTT{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe91f;")}.icon-CAD{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe920;")}.icon-card{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe921;")}.icon-card-verify{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe922;")}.icon-cash{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe923;")}.icon-CNY{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe924;")}.icon-come_back_alive{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe925;")}.icon-COP{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe926;")}.icon-CRO{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe927;")}.icon-CZK{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe928;")}.icon-DAI{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe929;")}.icon-DASH{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe92a;")}.icon-default_coin{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe92b;")}.icon-document-verify{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe92c;")}.icon-DOGE{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe92d;")}.icon-DOT{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9a7;")}.icon-EOS{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9a8;")}.icon-ETC{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9a9;")}.icon-ETH{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9ad;")}.icon-EUR{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9b3;")}.icon-fix_rate{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9b4;")}.icon-GBP{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9b5;")}.icon-GEL{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9b6;")}.icon-HKD{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9b7;")}.icon-HUF{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9b8;")}.icon-ICX{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9b9;")}.icon-IDR{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9ba;")}.icon-ILS{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9bb;")}.icon-INR{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9bc;")}.icon-insure3000{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9bd;")}.icon-JPY{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9be;")}.icon-KGS{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9bf;")}.icon-KMD{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9c0;")}.icon-KZT{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9c1;")}.icon-LINK{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9c2;")}.icon-LTC{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9c3;")}.icon-LUNA{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9c4;")}.icon-LUNC{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9c7;")}.icon-MANA{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9cb;")}.icon-manual_mode{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9d5;")}.icon-MATIC{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9d6;")}.icon-MDL{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9d7;")}.icon-MIOTA{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9d8;")}.icon-MKR{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9d9;")}.icon-NEAR{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9da;")}.icon-NEO{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9db;")}.icon-NGN{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9dd;")}.icon-NOK{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9de;")}.icon-OMG{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9df;")}.icon-ONT{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9e0;")}.icon-PLN{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9e1;")}.icon-qiwi{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9e2;")}.icon-QTUM{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9e3;")}.icon-realtime_rate{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9e4;")}.icon-return35profit{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9e5;")}.icon-RUB{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9e6;")}.icon-RVN{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9e7;")}.icon-SEK{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9ea;")}.icon-several_rate{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9eb;")}.icon-SHIB{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9ec;")}.icon-SOL{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9fc;")}.icon-THB{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9fd;")}.icon-TJS{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9fe;")}.icon-TON{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xe9ff;")}.icon-trusted{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea00;")}.icon-TRX{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea01;")}.icon-TRY{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea02;")}.icon-TUSD{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea03;")}.icon-UAH{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea04;")}.icon-UNI{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea05;")}.icon-USD{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea06;")}.icon-USDC{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea07;")}.icon-USDP{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea08;")}.icon-USDT{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea0e;")}.icon-UZS{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea0f;")}.icon-VET{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea10;")}.icon-WAVES{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea11;")}.icon-WBTC{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea12;")}.icon-WETH{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea17;")}.icon-WME{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea19;")}.icon-WMX{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea1a;")}.icon-WMZ{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea1b;")}.icon-XEM{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea1c;")}.icon-XLM{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea20;")}.icon-XMR{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea21;")}.icon-XRP{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea23;")}.icon-XTZ{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea24;")}.icon-XVG{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea25;")}.icon-YFI{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea26;")}.icon-ZEC{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea27;")}.icon-ZRX{*zoom:expression(this.runtimeStyle["zoom"] = "1",this.innerHTML = "&#xea28;")}.rating-page{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:80px;width:100%;color:#2d2f3a}@media (max-width:1279px){.rating-page{gap:40px}}.rating-page__banner{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:72px}@media (max-width:1279px){.rating-page__banner{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;gap:40px}}.rating-page__banner__title{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:30px;max-width:600px;width:100%;z-index:2}@media (max-width:1279px){.rating-page__banner__title{-ms-flex-align:center;align-items:center;text-align:center;max-width:100%}}.rating-page__banner__title__head{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;column-gap:36px;font-weight:600;font-size:90px;line-height:120%}@media (max-width:992px){.rating-page__banner__title__head{column-gap:18px}}@media (max-width:767px){.rating-page__banner__title__head{-ms-flex-wrap:wrap;flex-wrap:wrap}}.rating-page__banner__title__head span{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.rating-page__banner__title__head span p{color:#40b024;font-size:90px;line-height:120%;font-weight:inherit;font-style:inherit}@media (max-width:992px){.rating-page__banner__title__head span p{font-size:70px}}@media (max-width:767px){.rating-page__banner__title__head span p{font-size:60px}}.rating-page__banner__title__head span img{width:100%;max-width:78px}@media (max-width:992px){.rating-page__banner__title__head span img{max-width:60px}}@media (max-width:767px){.rating-page__banner__title__head span img{max-width:50px}}.rating-page__banner__title__descr{font-weight:400;font-size:17px;line-height:130%}.rating-page__banner__img{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;z-index:1}.rating-page__banner__img img{object-fit:contain;object-position:center}.rating-page__steps{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;column-gap:25px;row-gap:15px}@media (max-width:1439px){.rating-page__steps{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:auto}}.rating-page__steps__step{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:20px;padding:10px;border-radius:20px}@media (max-width:1439px){.rating-page__steps__step{width:calc(50% - 20px)}}@media (max-width:767px){.rating-page__steps__step{width:100%}}.rating-page__steps__step p{font-weight:600;font-size:20px;line-height:120%}.rating-page__steps__step__points{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px;padding:0 20px;border-radius:15px}.rating-page__steps__step__points .number{font-weight:500;font-size:40px;line-height:130%}.rating-page__steps__step__points div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.rating-page__steps__step__points div p{font-weight:400;font-size:15px;line-height:120%}.rating-page__steps__step:first-child{background-color:hsla(27,93%,79%,.2)}.rating-page__steps__step:first-child .rating-page__steps__step__points{background-color:#fbc496}.rating-page__steps__step:nth-child(2){background-color:rgba(136,155,167,.2)}.rating-page__steps__step:nth-child(2) .rating-page__steps__step__points{background-color:#889ba7}.rating-page__steps__step:nth-child(3){background-color:rgba(249,203,15,.2)}.rating-page__steps__step:nth-child(3) .rating-page__steps__step__points{background-color:#f9cb0f}.rating-page__steps__step:nth-child(4){background-color:rgba(64,176,36,.2)}.rating-page__steps__step:nth-child(4) .rating-page__steps__step__points{background-color:#40b024}.rating-page__steps__step:nth-child(2n) .rating-page__steps__step__points p{color:#f6f6f6}.rating-page__rating{gap:40px}.rating-page__rating,.rating-page__rating__title{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.rating-page__rating__title{gap:30px;max-width:800px;text-align:center}.rating-page__rating__title h2{font-weight:600;line-height:120%}.rating-page__rating__title p{max-width:600px;font-weight:400;font-size:17px;line-height:130%}.rating-page__rating__list{columns:2 320px;column-gap:20px}@media (max-width:992px){.rating-page__rating__list{columns:1}}.rating-page__rating__list__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-radius:40px;padding:20px 20px 20px 30px;-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:20px;gap:15px}.rating-page__rating__list__item__title{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:10px}@media (max-width:580px){.rating-page__rating__list__item__title{-ms-flex-direction:column;flex-direction:column}}.rating-page__rating__list__item__title h3{font-weight:500;font-size:27px;line-height:120%}.rating-page__rating__list__item__title__points{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:10px;padding:0 20px;border-radius:15px}.rating-page__rating__list__item__title__points .number{font-weight:500;font-size:40px;line-height:130%}.rating-page__rating__list__item__title__points div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.rating-page__rating__list__item__title__points div p{font-weight:400;font-size:15px;line-height:120%}.rating-page__rating__list__item .descr{-ms-flex-align:center;align-items:center;text-align:center;width:100%;font-weight:600;font-size:17px;line-height:130%}.rating-page__rating__list__item .descr,.rating-page__rating__list__item__box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.rating-page__rating__list__item__box{gap:10px;margin-bottom:15px}.rating-page__rating__list__item__box .descr{background-color:rgba(215,232,255,.5019607843);padding:10px 20px;border-radius:12px}.rating-page__rating__list__item__box p{font-weight:500;font-size:20px;line-height:120%}.rating-page__rating__list__item__box .calculation{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;column-gap:10px;row-gap:6px}.rating-page__rating__list__item__box .calculation span{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-radius:15px;background-color:#f6f6f6;padding:5px 10px}.rating-page__rating__list__item__box .calculation p{white-space:nowrap;font-weight:400;font-size:17px;line-height:130%}.rating-page__rating__list__item__box .calculation p.br{white-space:wrap}.rating-page__rating__list__item:first-child{background-color:hsla(27,93%,79%,.2)}.rating-page__rating__list__item:first-child .rating-page__rating__list__item__title__points{background-color:#fbc496}.rating-page__rating__list__item:nth-child(2){background-color:rgba(136,155,167,.2)}.rating-page__rating__list__item:nth-child(2) .rating-page__rating__list__item__title__points{background-color:#889ba7}.rating-page__rating__list__item:nth-child(3){background-color:rgba(249,203,15,.2)}.rating-page__rating__list__item:nth-child(3) .rating-page__rating__list__item__title__points{background-color:#f9cb0f}.rating-page__rating__list__item:nth-child(4){background-color:rgba(64,176,36,.2)}.rating-page__rating__list__item:nth-child(4) .rating-page__rating__list__item__title__points{background-color:#40b024}.rating-page__rating__list__item:nth-child(2n) .rating-page__rating__list__item__title__points p{color:#f6f6f6}