/* @compress-my-css */


.section__h2, .header-flex__h2 { font-weight:400; text-shadow:0px 4px 5.3px rgba(0, 0, 0, 0.89); font-size:50px; }
.section__triple_conf, .section__content { border-radius:20px; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(88, 88, 88, 0.4) 100%); box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(20.7); backdrop-filter:blur(20.7); }
.header-menu__buttons, .sub-menu-mob, .sub-menu { box-shadow:-3px 1px 11.9px 0px rgba(0, 0, 0, 0.25), inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25); -webkit-box-shadow:-3px 1px 11.9px 0px rgba(0, 0, 0, 0.25), inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25); -moz-box-shadow:-3px 1px 11.9px 0px rgba(0, 0, 0, 0.25), inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25); }
@font-face { font-family:"Formular"; src:local("Formular Medium"), local("Formular-Medium"), url("/fonts/Formular-Medium.woff2") format("woff2"), url("/fonts/Formular-Medium.woff") format("woff"), url("/fonts/Formular-Medium.ttf") format("truetype"); font-weight:500; font-style:normal; font-display: swap; }
@font-face { font-family:"Formular"; src:local("Formular Regular"), local("Formular-Regular"), url("/fonts/Formular-Regular.woff2") format("woff2"), url("/fonts/Formular-Regular.ttf") format("truetype"); font-weight:400; font-style:normal; font-display: swap;}
@font-face { font-family:"Formular"; src:local("Formular Light"), local("Formular-Regular"), url("/fonts/Formular-Light.woff2") format("woff2"), url("/fonts/Formular-Light.ttf") format("truetype"); font-weight:300; font-style:normal; font-display: swap;}
@font-face { font-family:"Unlock"; src:local("Unlock Regular"), local("Unlock-Regular"), url("/fonts/Unlock-Regular.woff2") format("woff2"), url("/fonts/Unlock-Regular.ttf") format("truetype"); font-display: swap;}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css *//* Document   ========================================================================== *//** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */html { line-height:1.15; /* 1 */  -webkit-text-size-adjust:100%; /* 2 */ }
/* Sections   ========================================================================== *//** * Remove the margin in all browsers. */body { margin:0; }
/** * Render the `main` element consistently in IE. */main { display:block; }
/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */h1 { font-size:2em; margin:0.67em 0; font-family:"Unlock"; }
h2, h3, h4, h5, h6 { font-family:"Formular"; }
ul { color:#FFFFFF; font-family:"Formular"; }
p { font-family:"Formular"; color:#FFFFFF; }
ol { color:#FFFFFF; font-family:"Formular"; }
/* Grouping content   ========================================================================== *//** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */hr { box-sizing:content-box; /* 1 */  height:0; /* 1 */  overflow:visible; /* 2 */ }
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */pre { font-family:monospace, monospace; /* 1 */  font-size:1em; /* 2 */ }
/* Text-level semantics   ========================================================================== *//** * Remove the gray background on active links in IE 10. */a { background-color:transparent; color:#FFB800; font-family:"Formular"; }
a:hover { color:#FFFFFF; }
/** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */abbr[title] { border-bottom:none; /* 1 */  text-decoration:underline; /* 2 */  -webkit-text-decoration:underline dotted; text-decoration:underline dotted; /* 2 */ }
/** * Add the correct font weight in Chrome, Edge, and Safari. */b,strong { font-weight:bolder; }
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */code,kbd,samp { font-family:monospace, monospace; /* 1 */  font-size:1em; /* 2 */ }
/** * Add the correct font size in all browsers. */small { font-size:80%; }
/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */sub,sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
sub { bottom:-0.25em; }
sup { top:-0.5em; }
/* Embedded content   ========================================================================== *//** * Remove the border on images inside links in IE 10. */img { border-style:none; }
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0; }
/* Firefox */input[type=number] { -moz-appearance:textfield; }
/* Forms   ========================================================================== *//** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */button,input,optgroup,select,textarea { font-family:inherit; /* 1 */  font-size:100%; /* 1 */  line-height:1.15; /* 1 */  margin:0; /* 2 */  font-family:"Formular"; }
/** * Show the overflow in IE. * 1. Show the overflow in Edge. */button,input { /* 1 */  overflow:visible; }
/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */button,select { /* 1 */  text-transform:none; }
/** * Correct the inability to style clickable types in iOS and Safari. */button,[type=button],[type=reset],[type=submit] { -webkit-appearance:button; }
/** * Remove the inner border and padding in Firefox. */button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner { border-style:none; padding:0; }
/** * Restore the focus styles unset by the previous rule. */button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring { outline:1px dotted ButtonText; }
/** * Correct the padding in Firefox. */fieldset { padding:0.35em 0.75em 0.625em; }
/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out *    `fieldset` elements in all browsers. */legend { box-sizing:border-box; /* 1 */  color:inherit; /* 2 */  display:table; /* 1 */  max-width:100%; /* 1 */  padding:0; /* 3 */  white-space:normal; /* 1 */ }
/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */progress { vertical-align:baseline; }
/** * Remove the default vertical scrollbar in IE 10+. */textarea { overflow:auto; }
/** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */[type=checkbox],[type=radio] { box-sizing:border-box; /* 1 */  padding:0; /* 2 */ }
/** * Correct the cursor style of increment and decrement buttons in Chrome. */[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button { height:auto; }
/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */[type=search] { -webkit-appearance:textfield; /* 1 */  outline-offset:-2px; /* 2 */ }
/** * Remove the inner padding in Chrome and Safari on macOS. */[type=search]::-webkit-search-decoration { -webkit-appearance:none; }
/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */::-webkit-file-upload-button { -webkit-appearance:button; /* 1 */  font:inherit; /* 2 */ }
/* Interactive   ========================================================================== *//* * Add the correct display in Edge, IE 10+, and Firefox. */details { display:block; }
/* * Add the correct display in all browsers. */summary { display:list-item; }
/* Misc   ========================================================================== *//** * Add the correct display in IE 10+. */template { display:none; }
/** * Add the correct display in IE 10. */[hidden] { display:none; }
section { margin:0; padding:0; }
.wrapper { width:1600px; margin:0 auto; }
.d-none { display:none !important; }
.d-block { display:block !important; }
.d-flex { display:block !important; }
.mt-5 { margin-top:3rem !important; }
.mt-0 { margin-top:0 !important; }
.column { width:33% !important; padding:0 !important; text-align:center; }
header { background-repeat:no-repeat; background-size:cover; height:1200px; }
.webp header { background-image: url("/img/Rectangle 2.webp");background-repeat: no-repeat;background-size: cover;height: 1200px;}
.webp .account { height: unset !important; padding-bottom: 100px; }
.no-webp header { background-image: url("/img/Rectangle 2.png"); background-repeat: no-repeat; background-size: cover; height: 1200px;}
select { -moz-appearance:none; /* Firefox */  -webkit-appearance:none; /* Safari and Chrome */  appearance:none; }
.sub-menu { position:absolute; display:flex; flex-direction:column; padding:20px !important; left:180px; top:80px; background:#5A6965; border-radius:20px; width:unset !important; text-align:center; display:none !important; }
.sub-menu-mob { position:static; display:flex; flex-direction:column; padding:20px !important; left:180px; top:80px; background:linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(122, 122, 122, 0.24) 100%); border-radius:20px; width:unset !important; text-align:center; display:none !important; margin-top:0 !important; }
.act-menu { display:flex !important; }
.header-menu { display:flex; justify-content:center; position: sticky; top: 0; height: 0; z-index: 999;}
.header-menu__buttons { box-sizing:border-box; color:#FFB800; background:linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(122, 122, 122, 0.24) 100%); border-radius:20px; position:relative; width:570px; height:57px; margin-top:23px; align-items:center; display:flex; z-index:1; }
.header-menu__buttons ul { width:100%; list-style:none; display:flex; justify-content:space-evenly; font-size:16px; padding:0; margin:0; }
.header-menu__buttons ul li { margin:0 5px; cursor:pointer;  text-shadow:1px 1px 1px #000;}
.header-menu__buttons ul li a { color:#FFB800; text-decoration:none; transition:ease 0.5s color; }
.header-menu__buttons ul li:hover a { color:#FFFFFF; transition:ease 0.5s color; }
.header-menu__select { margin-top:30px; position:absolute; right: 0; width: 175px;}
.header-menu__select select { color:#3f3f3f; position:relative; left:467px; box-sizing:border-box; background:linear-gradient(180deg, rgba(209, 209, 209, 0.54) 0%, rgba(255, 255, 255, 0.54) 100%); border-radius:10px; width:66px; height:43px; z-index:31; padding:0 15px; color:#3f3f3f; box-shadow:0px 7.27px 14.53px 0px rgba(51, 51, 51, 0.28), inset 0px 2.42px 2.42px 0px rgb(255, 255, 255), inset 0px -2.42px 2.42px 0px rgb(198, 198, 198); }
.header-menu__select::before { display:none; background-image:url("/img/down-arrow.png"); background-repeat:no-repeat; background-position:right 0.7rem top 100%; background-size:1rem auto; position:absolute; top:20px; left:510px; content:""; width:25px; height:10px; z-index:31; color:#BFBDBB; }
.header-flex { display:flex; justify-content:space-between; padding-top: 60px;}
.header-flex__left { color:#FFFFFF; margin-top:181px; }
.header-flex__left ul { font-size:40px; width:453px; list-style:none; position:relative; position:relative; padding-left:60px; }
.header-flex__left ul:before { position:absolute; background-image:url("/img/EllipseBig.png"); background-repeat:no-repeat; background-position:right 0.7rem top 100%; background-size:6rem auto; top:-32px; left:-60px; content:""; width:134px; height:139px; z-index:100; color:#BFBDBB; }
.header-flex__h1 { color:#FFB800; font-size:76px; font-family:Unlock, "Regular"; font-weight:400; text-align:left; vertical-align:top; width:513px; text-shadow:2px 4px 4px #000000; display:block; margin:0.67em 0; text-decoration:none; }
.row { --bs-gutter-x:1.5rem; --bs-gutter-y:0; display:flex; flex-wrap:wrap; margin-top:calc(var(--bs-gutter-y) * -1); margin-right:calc(var(--bs-gutter-x) / -2); margin-left:calc(var(--bs-gutter-x) / -2); }
.row__z { position:relative; z-index:0; }
.header-flex__h2 { color:#FFB800; }
.h2__all { padding-top:0 !important; }
.header-imgs { display:flex; align-items:center; }
.header-imgs img { cursor:pointer; }
.header-imgs img:first-child { width:70px; height:70px; transition:ease 0.5s all; }
.header-imgs img:first-child:hover { width:100px; height:100px; transition:ease 0.5s all; }
.header-imgs img:nth-child(2) { width:90px; height:90px; transition:ease 0.5s all; }
.header-imgs img:nth-child(2):hover { width:120px; height:120px; transition:ease 0.5s all; }
.header-flex__txt { font-size:24px; font-weight:400; line-height:10px; text-shadow:0px 4px 4px rgb(0, 0, 0); }
.currency2 { text-transform:uppercase; }
.header-flex__calc { margin-top:261px; width:376px; height:437px; padding:30px 14px 30px; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(122, 122, 122, 0.4) 100%); border-radius:30px; box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(20.7); backdrop-filter:blur(20.7); }
.header-flex__calc-main { display:flex; flex-wrap:wrap; justify-content:center; }
.header-flex__calc-main select { box-sizing:border-box; background:linear-gradient(180deg, rgba(209, 209, 209, 0.54) 0%, rgba(255, 255, 255, 0.54) 100%); border-radius:10px; width:130px; height:45px; z-index:1; padding:0 28px; color:#3f3f3f; box-shadow:0px 7.27px 14.53px 0px rgba(51, 51, 51, 0.28); border:0; font-family:"Formular"; font-weight:400; font-size:20px; }
.header-flex__calc-main div:nth-child(3) { margin-top:10px; }
.header-flex__calc-main input { margin-left:20px; width:225px; height:45px; border-radius:10px; box-sizing:border-box; background:linear-gradient(180deg, rgba(209, 209, 209, 0.54) 0%, rgba(255, 255, 255, 0.54) 100%); box-shadow:0px 7.27px 14.53px 0px rgba(51, 51, 51, 0.28); border:0; padding-left:20px; }
.header-flex__calc-main input:nth-child(4) { margin-top:10px; }
.exchange-rate { margin-left:50px; }
.header-flex__calc-acc { width:990px; margin:0 auto; }
.header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur1_chosen.chosen-container.chosen-container-single span.chosen-single { height: 70px; }
.header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur1_chosen.chosen-container.chosen-container-single span.chosen-single span { padding-top: 24px; }
.header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur1_chosen.chosen-container.chosen-container-single span.chosen-single div b { margin-top: 24px; }
.header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur2_chosen.chosen-container.chosen-container-single span.chosen-single { height: 70px; }
.header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur2_chosen.chosen-container.chosen-container-single span.chosen-single span { padding-top: 24px; }
.header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur2_chosen.chosen-container.chosen-container-single span.chosen-single div b { margin-top: 24px; }
.header-flex__calc-acc input { width:700px; height:70px; margin-left:40px; margin-top:50px; }
.header-flex__calc-acc div:nth-child(3) { margin-top:10px; }
.header-flex__calc-acc input:nth-child(4) { margin-top:60px; }
.header-flex__calc-select-acc select { width:270px; height:70px; font-size:40px; color:#3f3f3f; }
.header-flex__calc-select-p { color:#FFB800; text-shadow:0px 2px 2.9px rgba(0, 0, 0, 0.4); }
.header-flex__calc-acc div.header-flex__calc-select.header-flex__calc-select-acc::before { left:200px; width:29px; height:29px; background-image:url("/img/trinagle.png"); top:65px; }
.adds-flex { display:flex; margin-left:70px; position:relative; }
.adds-flex p { color:#FFB800; text-shadow:0px 2px 2.9px rgba(0, 0, 0, 0.4); margin-top:20px; }
.adds-flex .adds-input { width:25px; height:25px; margin-top:25px; position:absolute; top:-10px; left:-40px; }
.collapse { margin:0 auto; width:199px; }
.adds__checks { margin-left:50px; position:relative; text-shadow:0px 4px 0.25 #000000; cursor:pointer; }
.trans-content { margin:0 auto; width:199px; }
.header-flex__calc-select-acc p.header-flex__h3.header-flex__h3-wallet { margin-top:70px; width:130px; text-align:left; color:#FFB800; text-shadow:0px 4px 0.25 #000000; }
.adds__checks::before { content:""; width:29px; height:29px; background:url("/img/trinagle1.png") no-repeat; position:absolute; left:200px; top:0px; }
.header-flex__calc-select { position:relative; }
.header-flex__calc-select::before { background-image:url("/img/Polygon.png"); background-repeat:no-repeat; background-position:right 0.7rem top 100%; background-size:1rem auto; position:relative; top:20px; left:100px; content:""; width:25px; height:10px; z-index:100; color:#BFBDBB; display:none; }
.header-flex__button_active { background:#FFB800 !important; box-shadow:4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); }
.header-flex__buttons { display:flex; justify-content:center; }
.header-flex__button { font-size:20px; border-radius:10px; margin:0 5px; font-family:"Formular"; height:50px; width:140px; text-align:center; display:flex; flex-direction:column; justify-content:center; cursor:pointer; transition:ease 0.5s background-color; border:0; background:none; }
.header-flex__button p { margin:0 auto; color:#3f3f3f; text-shadow:0px 2px 2.9px rgba(0, 0, 0, 0.4); }
.header-flex__button:hover { background-color:#FFFFFF !important; transition:ease 0.5s background-color; }
.header-flex__h3 { color:#FFFFFF; text-align:center; font-size:36px; text-shadow:0px 4px 4px #413e3e; margin:27px 0 32px; }
.header-flex__button_main { margin-top:33px; width:245px; height:50px; margin-left:auto; margin-right:auto; text-shadow:1px 3px 4px rgba(0, 0, 0, 0.25); border:0; text-align:center; display:flex; padding:0 70px; }
.header-flex__button_main span { text-shadow:0px 2px 2.9px rgba(0, 0, 0, 0.4); margin:0 auto; }
.header-flex__button_acc { width:697px; height:70px; }
.header-flex__fiat-imgs { margin-top:43px; display:flex; justify-content:end; }
.header-flex__fiat-imgs img { width:60px; height:60px; }
.select__lang { right: 50px; font-size:30px;  font-size: 30px;color: #3f3f3f;position: relative;box-sizing: border-box;background: linear-gradient(180deg, rgba(209, 209, 209, 0.54) 0%, rgba(255, 255, 255, 0.54) 100%);border-radius: 10px;width: 66px;height: 43px;z-index: 31;padding: 5px 18px;color: #3f3f3f;box-shadow: 0px 7.27px 14.53px 0px rgba(51, 51, 51, 0.28), inset 0px 2.42px 2.42px 0px rgb(255, 255, 255), inset 0px -2.42px 2.42px 0px rgb(198, 198, 198); cursor: pointer;}
.header-menu__select ul {  right: 50px;border-radius: 10px;position: relative; list-style-type: none; padding: 10px; background: linear-gradient(180deg, rgba(147, 145, 145) 0%, rgba(85, 77, 77) 100%); display: none;}
.header-menu__select ul.active__select {display: block;}
.header-menu__select ul li a {text-decoration: none;}
.right_box { color:#FFB800; }
.right_box input.control-main { height:30px; margin-top:0px; margin-left:0; border-radius:10px; border:0; background:linear-gradient(180deg, rgba(209, 209, 209, 0.54) 0%, rgba(255, 255, 255, 0.54) 100%); box-shadow:0px 7.27px 14.53px 0px rgba(51, 51, 51, 0.28); }
.account__buttons { display:flex; flex-direction:column; margin:0 auto; width:889px; margin-top:84px; }
.account__buttons .account__button { background:rgba(255, 255, 255, 0.39); box-shadow:1px 3px 4px rgba(0, 0, 0, 0.25); font-size:28px; width:889px; padding:9px 0; text-decoration:none; color:#3f3f3f; text-align:center; margin-bottom:16px; border-radius:10px; }
.header-flex__calc-big { width:1042px; height:unset; margin:0 auto; z-index:20; position:relative; -webkit-backdrop-filter:blur(7px); backdrop-filter:blur(7px); }
.feed-text { margin-bottom:0; }
.section__without-txt .p_review{ width: unset; font-size: 20px;}
.review1, .review2, .review3 { margin-top:30px; font-size: 20px; text-align:center; align-items:center; padding:0 40px;} 
.footer__links a {color: #FFB800 !important;}
.footer__p a {color: #FFB800 !important;}
.lang__ul a {color: #FFB800 !important;}  
.exchange-field {text-align: center;}
.right_box { transition: all ease 0.5s; opacity: 1; }
.right_box .form-control { display: flex; justify-content: center; margin: 0 auto !important; text-align: center;}
.right_box .form-control::placeholder { text-align: center; }
.output canvas { display: flex; justify-content: center; margin: 50px auto; }
.lorem, .lorem2, .lorem3 { text-align: center; overflow-x: scroll; }
.lorem { height: unset; }
.lorem2 { height: unset; }
.lorem3 { height: unset; }
.lorem button { cursor: pointer; background: #FFB800 !important; margin-left: 20px; border: 0; border-radius: 5px; padding: 6px;}
.dnone {opacity: 0 !important; transition: all ease 0.5s;}
@media screen and (min-width:4095px) { header { height:2500px; }
  .header-flex__left { margin-top:750px; }
  .header-flex__calc { margin-top:850px; } }
@media screen and (min-width:3000px) { header { height:1900px; }
  .header-flex__left { margin-top:350px; }
  .header-flex__calc { margin-top:450px; }
  .header-flex__calc-big { margin-top:0; } }
@media screen and (max-width:1681px) { .wrapper { width:1440px; } }
@media screen and (max-width:1601px) { header { height:1000px; } }
@media screen and (max-width:1540px) { .wrapper { width:1300px; } }
@media screen and (max-width:1441px) { .wrapper { width:1300px; margin:0 auto; }
  header { height:900px; }
  .review1, .review2, .review3{ font-size: 14px; }
  .header-flex__calc { margin-top:261px; width:281px; height:329px; padding:22px 14px 6px; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(122, 122, 122, 0.4) 100%); border-radius:20px; box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(20.7); backdrop-filter:blur(20.7); }
  .header-flex__h1 { font-size:64px; }
  .header-flex__left ul { width:300px; font-size:26px; padding-left:40px; }
  .header-flex__left ul:before { background-image:url("/img/Ellipse.png"); top:-40px; }
  .header-imgs { display:flex; align-items:center; }
  .header-imgs img { cursor:pointer; }
  .header-imgs img:first-child { width:50px; height:50px; transition:ease 0.5s all; }
  .header-imgs img:first-child:hover { width:60px; height:60px; transition:ease 0.5s all; }
  .header-imgs img:nth-child(2) { width:67px; height:67px; transition:ease 0.5s all; }
  .header-imgs img:nth-child(2):hover { width:80px; height:80px; transition:ease 0.5s all; }
  .header-flex__txt { font-size:20px; font-weight:400; line-height:10px; text-shadow:0px 4px 4px rgb(0, 0, 0); }
  .header-flex__calc { margin-top:261px; width:281px; height:329px; padding:22px 14px 6px; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(122, 122, 122, 0.4) 100%); border-radius:20px; box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(20.7); backdrop-filter:blur(20.7); }
  .header-flex__calc-main { display:flex; flex-wrap:wrap; }
  .header-flex__calc-main select { box-sizing:border-box; background:linear-gradient(180deg, rgba(209, 209, 209, 0.54) 0%, rgba(255, 255, 255, 0.54) 100%); border-radius:10px; width:96px; height:37px; z-index:1; padding:0 28px; color:#3f3f3f; box-shadow:0px 7.27px 14.53px 0px rgba(51, 51, 51, 0.28); border:0; font-family:"Formular"; font-weight:400; }
  .header-flex__calc-main div:nth-child(3) { margin-top:10px; }
  .header-flex__calc-main input { margin-left:16px; width:168px; height:37px; border-radius:10px; box-sizing:border-box; background:linear-gradient(180deg, rgba(209, 209, 209, 0.54) 0%, rgba(255, 255, 255, 0.54) 100%); box-shadow:0px 7.27px 14.53px 0px rgba(51, 51, 51, 0.28); border:0; }
  .header-flex__calc-main input:nth-child(4) { margin-top:10px; }
  .header-flex__calc-select::before { background-image:url("/img/Polygon.png"); background-repeat:no-repeat; background-position:right 0.7rem top 100%; background-size:1rem auto; position:absolute; top:17px; left:70px; content:""; width:25px; height:10px; z-index:100; color:#BFBDBB; }
  .account-calc input#num.form-control.form-control-mod.account-input-cur1 { height: 50px; }
  .account-calc input#ans.form-control.form-control-mod.account-input-cur2 { height: 50px; }
  .header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur1_chosen.chosen-container.chosen-container-single span.chosen-single { height: 50px; }
  .header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur1_chosen.chosen-container.chosen-container-single span.chosen-single span { padding-top: 14px; }
  .header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur1_chosen.chosen-container.chosen-container-single span.chosen-single div b { margin-top: 14px; }
  .header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur2_chosen.chosen-container.chosen-container-single span.chosen-single { height: 50px; }
  .header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur2_chosen.chosen-container.chosen-container-single span.chosen-single span { padding-top: 14px; }
  .header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur2_chosen.chosen-container.chosen-container-single span.chosen-single div b { margin-top: 14px; }
  .account-calc input#transaction_id { height: 50px; }
  .header-flex__button { font-size:16px; border-radius:10px; margin:0 15px; font-family:"Formular"; height:35px; width:105px; text-align:center; display:flex; flex-direction:column; justify-content:center; cursor:pointer; transition:ease 0.5s background-color; }
  .header-flex__button p { margin:0 auto; color:#3f3f3f; text-shadow:0px 2px 2.9px rgba(0, 0, 0, 0.4); }
  .header-flex__button_main { margin-top:25px; width:185px; height:37px; margin-left:auto; margin-right:auto; text-shadow:1px 3px 4px rgba(0, 0, 0, 0.25); padding:0 54px; }
  .header-flex__button_main span { text-shadow:0px 2px 2.9px rgba(0, 0, 0, 0.4); }
  .header-flex__h3 { color:#FFFFFF; text-align:center; font-size:28px; text-shadow:0px 4px 4px #413e3e; margin:21px 0 25px; }
  .header-flex__h2 { font-size:36px; }
  .header-flex__fiat-imgs { margin-top:20px; }
  .header-flex__calc-big { width:1042px; height:unset; margin:0 auto; z-index:20; position:relative; -webkit-backdrop-filter:blur(7px); backdrop-filter:blur(7px); }
  .header-flex__calc-acc { width:990px; margin:0 auto; }
  .header-flex__calc-acc input { width:800px; }
  .header-flex__calc-select-acc p.header-flex__h3.header-flex__h3-wallet { width:96px; }
  .header-flex__calc-acc div:nth-child(3) { margin-top:10px; }
  .header-flex__calc-acc input:nth-child(4) { margin-top:60px; }
  .header-flex__calc-select-acc select { width:270px; height:70px; font-size:40px; color:#3f3f3f; }
  .header-flex__button_acc { width:697px; height:70px; }
  .account__buttons .account__button { font-size:24px; } }
@media screen and (max-width:1400px) { header { height:800px; }
  .header-flex__left { margin-top:101px; }
  .header-flex__calc { margin-top:181px; }
  .wrapper { width:1200px; }
  .header-flex__calc-big { margin-top:0; } }
@media screen and (max-width:1281px) { .wrapper { width:1100px; }
  .header-flex__calc-big { width:800px; }
  .header-flex__calc-select-acc select { width:150px; font-size:24px; height:60px; }
  .header-flex__calc-acc { width:790px; }
  .header-flex__calc-acc input { height:60px; }
  .header-flex__calc-acc input { width:600px; }
  .header-flex__calc-acc div.header-flex__calc-select.header-flex__calc-select-acc::before { left:110px; top:60px; }
  .adds-flex { margin-left:35px; }
  .adds-flex .adds-input { width:20px; top:-5px; }
  .account__buttons { width:759px; }
  .account__buttons .account__button { width:759px; }
  .adds__checks { margin-left:20px; }
  .exchange-rate { margin-left:20px; } }
@media screen and (max-width:1200px) { .wrapper { width:1000px; }
  .header-flex__calc-select select { font-size:16px; } }
@media screen and (max-width:1180px) { .wrapper { width:850px; } }
@media screen and (max-width:1024px) { .header-menu__select select { left:350px; }
  .header-menu__select::before { left:395px; } }
@media screen and (max-width:1000px) { .wrapper { width:90%; }
  .header-flex__calc-big { width:700px; }
  .header-flex__button_acc { width:597px; }
  .header-flex__calc-acc { width:700px; }
  .header-flex__calc-acc input { width:500px; }
  .account__buttons { width:597px; }
  .account__buttons .account__button { width:597px; font-size:20px; }
  div.row.row__z div.column.column-cur { width:50% !important; } }
@media screen and (max-width:890px) { .header-menu__buttons { display:none; }
  .header-menu__select {position: static;}
  .header-menu__select select { left:-40px; }
  .header-menu__select::before { left:80px; }
  .header-flex__left ul::before { z-index:1; }
  .header-flex__calc-select::before { z-index:1; }
  .header-flex__calc-big { width:650px; }
  .header-flex__calc-acc { width:650px; }
  .header-flex__calc-acc input { width:450px; }
  .header-flex__calc-select-acc p.header-flex__h3.header-flex__h3-wallet { margin-top:65px; } }
@media screen and (max-width:800px) { .header-flex__h1 { font-size:48px; }
  .header-flex__left ul { font-size:22px; }
  .header-flex__h2 { font-size:28px; }
  .header-flex__left ul:before { top:-47px; }
  .header-flex__txt { font-size:16px; } }
@media screen and (max-width:750px) { .header-flex__calc-big { width:430px; height:unset; }
  .header-flex__calc-acc { width:430px; }
  .header-flex__calc-acc input { width:260px; height:40px; margin-left:20px; margin-top:44px; }
  .header-flex__button_acc { width:397px; }
  .header-flex__calc-acc input:nth-child(4) { margin-top:54px; }
  .header-flex__calc-select select { width:90px; height:40px; }
  .header-flex__calc-main input { height:40px; }
  .header-flex__calc-select-p { font-size:14px; padding:0; }
  .header-flex__calc-acc div.header-flex__calc-select.header-flex__calc-select-acc::before { left:80px; top:43px; }
  .header-flex__calc-select-acc p.header-flex__h3.header-flex__h3-wallet { margin-top:55px; font-size:18px; }
  .adds-flex .adds-input { left:120px; top:5px; }
  .account__buttons { width:400px; }
  .account__buttons .account__button { width:400px; font-size:16px; }
  .adds-flex { margin-left:20px; }
  .header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur1_chosen.chosen-container.chosen-container-single span.chosen-single { height: 40px; }
  .header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur1_chosen.chosen-container.chosen-container-single span.chosen-single span { padding-top: 8px; }
  .header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur1_chosen.chosen-container.chosen-container-single span.chosen-single div b { margin-top: 8px; }
  .header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur2_chosen.chosen-container.chosen-container-single span.chosen-single { height: 40px; }
  .header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur2_chosen.chosen-container.chosen-container-single span.chosen-single span { padding-top: 8px; }
  .header-flex__calc-acc.account-calc div.header-flex__calc-select.header-flex__calc-select-acc div#cur2_chosen.chosen-container.chosen-container-single span.chosen-single div b { margin-top: 8px; }
  .account-calc input#transaction_id { height: 40px; }
  .adds__checks::before { background:url("/img/POlygon.png") no-repeat; top:5px; } }
@media screen and (max-width:730px) { .header-flex__h1 { font-size:42px; }
  .header-flex__left { margin-top:0; }
  .header-flex__left ul { font-size:20px; width:200px; }
  .header-flex__calc { margin-top:80px; }
  .header-flex__h2 { font-size:24px; } }
@media screen and (max-width:690px) { .header-flex { flex-direction:column; }
  header { height:1000px; }
  .header-flex__calc { margin:50px auto; }
  .header-flex__h1 { text-align:center; margin-left:auto; margin-right:auto; }
  .header-flex__left ul { padding-left:0; margin:0 auto; text-align:center; }
  .header-flex__left ul::before { background-image:none; }
  .header-flex__h2 { text-align:center; }
  .header-imgs { justify-content:center; }
  .header-flex__txt { text-align:center; }
  .header-flex__h3-wallet { padding:0; }
  .adds__checks { padding:0; }
  .adds-flex p { padding:0; }
  .header-flex__button { font-size:14px; }
  .column { width:50% !important; }
  div.row.row__z div.column.column-cur { width:100% !important; } }
@media screen and (max-width:550px) { .header-flex__calc { width:unset; max-width:280px; }
  .header-flex__calc-big { width:430px; height:unset; max-width:430px; }
  .header-flex__calc-big { max-width:350px; }
  .header-flex__calc-acc { max-width:350px; width:unset; }
  .header-flex__calc-acc input { width:200px; }
  .header-flex__button_acc { width:350px; height:60px; }
  .account__buttons { width:350px; }
  .account__buttons .account__button { width:350px; font-size:14px; }
  .adds-flex { margin-left:10px; } }
@media screen and (max-width:450px) { .column { width:100% !important; } }
@media screen and (max-width:420px) { .header-flex__calc { width:unset; max-width:260px; }
  .header-flex__calc-big { width:300px; height:unset; max-width:300px; }
  .header-flex__calc-big { max-width:300px; }
  .header-flex__calc-acc { max-width:300px; width:unset; }
  .header-flex__calc-acc input { width:150px; }
  .header-flex__button_acc { width:300px; height:60px; }
  .account__buttons { width:300px; }
  .account__buttons .account__button { width:300px; }
  .header-flex__calc-main input { width:148px; }
  .column.column-cur.m0.mb-5.mt-5 p.feed-text.p-rel { padding:0 30px; } }
@media screen and (max-width:365px) { .header-flex__calc { width:unset; max-width:260px; }
  .header-flex__calc-big { width:260px; height:unset; max-width:260px; }
  .header-flex__calc-big { max-width:260px; }
  .header-flex__calc-acc { max-width:260px; width:unset; }
  .header-flex__calc-acc input { width:150px; margin-left:10px; margin-top:34px; font-size:16px; }
  .header-flex__calc-acc input:nth-child(4) { margin-top:44px; }
  .header-flex__button_acc { width:250px; height:60px; }
  .account__buttons { width:230px; }
  .account__buttons .account__button { width:260px; }
  .header-flex__calc-select select { width:90px; font-size:14px; }
  .header-flex__calc-select-p { font-size:11px; }
  .header-flex__calc-acc div.header-flex__calc-select.header-flex__calc-select-acc::before { left:60px; top:50px; background:url("/img/Polygon.png") no-repeat; width:20px; height:20px; }
  .header-flex__calc-select-acc { width:90px; }
  .header-flex__calc-select-acc p.header-flex__h3.header-flex__h3-wallet { font-size:16px; margin-top:45px; }
  .adds__checks::before { background:url("/img/Polygon.png") no-repeat; top:5px; }
  .adds-flex .adds-input { width:15px; }
  .header-flex__calc-main input { padding-left:10px; padding-right:10px; } }
@media screen and (max-width:360px) { .header-flex__calc-main input { width:130px; }
  .header-flex__calc { width:unset; max-width:250px; }
  .header-flex__calc-big { width:250px; height:unset; max-width:260px; }
  .header-flex__calc-big { max-width:260px; }
  .header-flex__calc-acc { max-width:260px; width:unset; }
  .header-flex__calc-acc input { width:150px; margin-left:10px; margin-top:34px; }
  .header-flex__calc-acc input:nth-child(4) { margin-top:44px; }
  .header-flex__button_acc { width:230px; height:60px; }
  .account__buttons { width:230px; }
  .account__buttons .account__button { width:230px; } }
@media screen and (max-width:350px) { .header-flex__calc-main select { width:80px; font-size:12px; }
  .header-flex__calc-main input { width:125px; font-size:12px; }
  .header-flex__calc-main { justify-content:center; padding:0px 5px; }
  .header-flex__calc { max-width:260px; }
  .header-flex__calc-select::before { left:60px; } }
.account { background-image:url("/img/AccountBack.png"); height:1500px; position:relative; }
.account::after { content:""; position:absolute; max-width:376px; height:395px; background-image:url("/img/handcoin.png"); left:0; top:750px; }
.account::before { content:""; position:absolute; width:696px; height:512px; background-image:url("/img/handdollars.png"); right:0; top:650px; z-index:2; }
.header-flex__h1-tac { text-align:center; margin-left:auto; margin-right:auto; margin-top: 110px;}
@media screen and (max-width:1000px) { .account::before { background-image:none; }
  .account::after { background-image:none; } }
.header-mobile-menu { position:absolute; display:none; width:61px; height:0px; right:40px; cursor:pointer; position: sticky; top: 0;}
.header-mobile-menu span { display:none; content:""; background-color:#fff; height:2px; width:61px; position:absolute; top:12px; transition:all 0.5s ease; }
.header-mobile-menu span::after { display:block; content:""; background-color:#fff; height:2px; width:61px; position:absolute; bottom:12px; transition:all 0.5s ease; }
.header-mobile-menu span::before { display:block; content:""; background-color:#fff; height:2px; width:61px; position:absolute; top:12px; transition:all 0.5s ease; }
.header__mobile-menu_content-active { top:0 !important; transition:ease 0.5s all; }
.header__mobile-menu_content { position:fixed; left:0; top:-100%; width:100%; height:100%; background:linear-gradient(135deg, #50655E 0%, #193A30 100%); z-index:30; transition:ease 0.5s all; }
@media screen and (max-width:890px) { .header-mobile-menu { z-index:31; display:block; margin:0 auto; position: sticky}
  .header-mobile-menu span { display:block; z-index:31; margin:40px auto 0; left: 106px; z-index: 9999;}
  .header-mobile-menu-active span:after { rotate:45deg; top:0; }
  .header-mobile-menu-active span:before { rotate:135deg; top:0; }
  .header-mobile-menu-active span { width:0; }
  .header__mobile-menu_content ul { margin-top:200px; text-align:center; list-style:none; padding-left:0; }
  .header__mobile-menu_content ul li { padding:10px 0; }
  .header__mobile-menu_content ul li a { text-decoration:none; font-size:28px; } }
.section { background:linear-gradient(135deg, #50655E 0%, #000 100%); padding:47px; }
.section__h2 { margin:0; text-align:center; color:#FFFFFF; font-weight:500; padding-top:51px; }
.section__h3 { text-align:center; font-size:38px; color:#FFB800; font-weight:400; text-shadow:0px 4px 4px rgb(0, 0, 0); max-width:1080px; margin:56px auto 76px; }
.section__lines { display:flex; flex-wrap:wrap; justify-content:space-between; margin:0 62px; }
.section__lines_pb30 { padding-bottom:66px; }
.section__line-txt { text-shadow:0px 4px 4px rgb(0, 0, 0); color:#FFFFFF; font-size:30px; font-weight:400; width:370px; }
.section__line-txt span { color:#FFB800; }
.section__line-txt p { margin-top:0; }
.section__line-line { width:860px; height:40px; background:#F1B199; box-shadow:inset 0px 4px 4px rgba(0, 0, 0, 0.51); position:relative; border-radius:20px; }
.section__line-line:before { content:""; display:block; background:linear-gradient(90deg, #79b100 0%, #e03600 100%); position:relative; top:0; border-radius:20px; box-shadow:inset 0 4px 4px 0.25px rgba(255, 255, 255, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25); }
.section__line-line_1:before { width:860px; height:40px; border-radius:20px; }
.section__line-line_2:before { width:838px; height:40px; border-radius:20px 0 0 20px; }
.section__line-line_3:before { width:813px; height:40px; border-radius:20px 0 0 20px; }
@media screen and (max-width:1681px) { .section__h2 { font-size:46px; }
  .section__h3 { font-size:32px; }
  .section__line-line { width:700px; height:32px; }
  .section__line-line_1:before { width:700px; height:32px; border-radius:20px; }
  .section__line-line_2:before { width:686px; height:32px; border-radius:20px 0 0 20px; }
  .section__line-line_3:before { width:665px; height:32px; border-radius:20px 0 0 20px; }
  .section__line-txt { text-shadow:0px 4px 4px rgb(0, 0, 0); color:#FFFFFF; font-size:22px; font-weight:400; }
  .section__line-txt span { color:#FFB800; }
  .section__line-txt p { margin-top:0; } }
@media screen and (max-width:1441px) { .section { background:linear-gradient(135deg, #50655E 0%, #193A30 100%); padding:75px; }
  .section__line-line { width:655px; height:28px; background:#F1B199; box-shadow:inset 0px 4px 4px rgba(0, 0, 0, 0.51); position:relative; border-radius:20px; }
  .section__line-line:before { content:""; display:block; background:linear-gradient(90deg, #79b100 0%, #e03600 100%); position:relative; top:0; border-radius:20px; box-shadow:inset 0 4px 4px 0.25px rgba(255, 255, 255, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25); }
  .section__line-line_1:before { width:655px; height:28px; border-radius:20px; }
  .section__line-line_2:before { width:616px; height:28px; border-radius:20px 0 0 20px; }
  .section__line-line_3:before { width:589px; height:28px; border-radius:20px 0 0 20px; }
  .section__lines_pb30 { padding-bottom:30px; }
  .section__line-txt { text-shadow:0px 4px 4px rgb(0, 0, 0); color:#FFFFFF; font-size:24px; font-weight:400; }
  .section__line-txt span { color:#FFB800; }
  .section__line-txt p { margin-top:0; } }
@media screen and (max-width:1400px) { .section__line-line { width:550px; }
  .section__line-line_1:before { width:550px; }
  .section__line-line_2:before { width:539px; }
  .section__line-line_3:before { width:520px; }
  .section__h3 { text-align:center; font-size:32px; color:#FFB800; font-weight:400; text-shadow:0px 4px 4px rgb(0, 0, 0); max-width:880px; margin:36px auto 55px; } }
@media screen and (max-width:1300px) { .section__line-line { width:500px; }
  .section__line-line_1:before { width:500px; }
  .section__line-line_2:before { width:490px; }
  .section__line-line_3:before { width:475px; } }
@media screen and (max-width:1281px) { .section__h2 { font-size:36px; }
  .section__h3 { font-size:28px; }
  .section__line-txt { font-size:22px; } }
@media screen and (max-width:1200px) { .section__line-line { width:400px; }
  .section__line-line_1:before { width:400px; }
  .section__line-line_2:before { width:392px; }
  .section__line-line_3:before { width:380px; }
  .section__triple { flex-direction:column; }
  .section__number-item { margin:40px auto 0; } }
@media screen and (max-width:1180px) { .section__line-txt p { margin-top:10px; } }
@media screen and (max-width:1080px) { .section__line-txt { font-size:18px; }
  .section__line-line { width:370px; }
  .section__line-line_1:before { width:370px; }
  .section__line-line_2:before { width:362px; }
  .section__line-line_3:before { width:350px; }
  .footer__links { width:800px; margin:0 auto; }
  .footer__links a { color: #FFB800; }
  .footer__links .footer__links_1, .footer__links .footer__links_2, .footer__links .footer__links_3, .footer__links .footer__links_4 { font-size:16px; } }
@media screen and (max-width:1000px) { .section__line-txt { font-size:16px; }
  .section__line-line { width:330px; height:24px; }
  .section__line-line_1:before { width:330px; height:24px; }
  .section__line-line_2:before { width:324px; height:24px; }
  .section__line-line_3:before { width:315px; height:24px; }
  .section__h2 { font-size:32px; }
  .section__h3 { font-size:24px; } }
@media screen and (max-width:990px) { .section__line-txt { font-size:12px; }
  .section__line-line { width:320px; height:20px; }
  .section__line-line_1:before { width:320px; height:20px; }
  .section__line-line_2:before { width:314px; height:20px; }
  .section__line-line_3:before { width:305px; height:20px; }
  .section__h2 { font-size:26px; }
  .section__h3 { font-size:20px; } }
@media screen and (max-width:890px) { .section__lines { flex-direction:column; }
  .section__line-txt p { margin-top:10px; }
  .footer__links { width:600px; margin:0 auto; }
  .footer__links .footer__links_1, .footer__links .footer__links_2, .footer__links .footer__links_3, .footer__links .footer__links_4 { font-size:18px; } }
@media screen and (max-width:800px) { .section__h3 { font-size:16px; } }
@media screen and (max-width:750px) { .footer__links_1, .footer__links_2, .footer__links_3, .footer__links_4 { margin-top:20px; padding-left:20px; padding-right:20px; width:150px; text-align:center; }
  .section__line-txt { width:unset; } }
@media screen and (max-width:600px) { .section__h3 { font-size:14px; padding:0 20px; } }
@media screen and (max-width:550px) { .section { padding:75px 0; }
  .section__line-line { width:300px; }
  .section__line-line_1:before { width:300px; }
  .section__line-line_2:before { width:294px; }
  .section__line-line_3:before { width:285px; }
  .section__content, .section__triple_conf { background:none; border:none; box-shadow:none; }
  .footer__links .footer__links_1, .footer__links .footer__links_2, .footer__links .footer__links_3, .footer__links .footer__links_4 { font-size:16px; }
  .footer__languages { padding:0 20px; } }
@media screen and (max-width:470px) { .section__line-line { width:250px; }
  .section__line-line_1:before { width:250px; }
  .section__line-line_2:before { width:245px; }
  .section__line-line_3:before { width:238px; } }
.section__triple { display:flex; justify-content:space-between; width:100%; padding:57px 0 53px; }
.section__number-main > p { margin: 0; }
.section__number-item { width:425px; height:336px; text-align:center; background:linear-gradient(45deg, #405650 0%, #5A6965 100%); border-radius:20px; box-shadow:inset 5px 5px 7.8px rgba(0, 0, 0, 0.25), inset 0 -2px 8px rgba(255, 255, 255, 0.25); }
.section__triple div.section__number-main:first-child div.section__number-item { background:no-repeat url("/img/mikhail-425.png") center; margin-bottom: 50px; }
.section__triple div.section__number-main:nth-child(2) div.section__number-item { background:no-repeat url("/img/petr-425.png") center; margin-bottom: 50px; }
.section__triple div.section__number-main:nth-child(3) div.section__number-item { background:no-repeat url("/img/andrew-425.png") center; margin-bottom: 50px; }
.number__header { font-size:24px; font-weight:500; text-shadow:0 4px 4px rgba(0, 0, 0, 0.25); width:390px; margin:40px auto 0 auto; }
.section__number-main > p {text-align: center; width: unset;}
.section__number-item:first-child .number__txt { margin-top:50px; width: unset; }
.section__number-item:nth-child(2) .number__txt { margin-top:75px; width: unset; }
.section__number-item:nth-child(3) .number__txt { margin-top:55px; width: unset; }
.contact {text-align: center; margin: 0 auto;}
.contact p span{color: #FFB800;}
.number__txt-div { display:flex; width:100%; height:100%; flex-direction:column; justify-content:center; }
.number__txt { width:310px; margin:0 auto; font-weight:400; color:#FFB800; font-size:18px; text-shadow:0 4px 4px rgba(0, 0, 0, 0.25); }
@media screen and (max-width:1540px) { .section__number-item { width:375px; height:320px; }
  .number__header { width:320px; font-size:22px; } }
@media screen and (max-width:1441px) { .section__triple { display:flex; justify-content:space-between; width:100%; padding:40px 0 53px; }
  .section__number-item { width:324px; height:256px; text-align:center; background:linear-gradient(45deg, #405650 0%, #5A6965 100%); border-radius:20px; box-shadow:inset 5px 5px 7.8px rgba(0, 0, 0, 0.25), inset 0 -2px 8px rgba(255, 255, 255, 0.25); }
  .number__txt { width:300px; margin:0 auto; font-weight:400; color:#FFB800; font-size:15px; text-shadow:0 4px 4px rgba(0, 0, 0, 0.25); }
  .section__number-item:first-child .number__txt { margin-top:30px; }
  .section__number-item:nth-child(2) .number__txt { margin-top:55px; }
  .section__number-item:nth-child(3) .number__txt { margin-top:75px; } }
@media screen and (max-width:1281px) { .section__number-item { width:300px; height:239px; }
  .number__header { width:280px; font-size:18px; }
  .number__txt { font-size:14px; width:280px; } }
@media screen and (max-width:360px) { .section__number-item { width:250px; }
  .section__number-item .number__header { width:220px; font-size:16px; }
  .section__number-item .number__txt { width:220px; font-size:12px; } }
.section_24stat { position:relative; padding-bottom:128px; }
.webp .section_24stat { background:no-repeat url("/img/arrow-background.webp") center, linear-gradient(135deg, #50655E 0%, #000 100%); }
.no-webp .section_24stat { background:no-repeat url("/img/arrow-background.png") center, linear-gradient(135deg, #50655E 0%, #193A30 100%); }
.section_24stat::after { content:""; position:absolute; width:28px; height:100%; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(88, 88, 88, 0.4) 100%); top:0; left:0; border-radius:0 20px 20px 0; box-shadow:inset 1px 4px 5.4px rgba(255, 255, 255, 0.25), 4px 7px 11.9px rgba(0, 0, 0, 0.25); }
.section_24stat::before { content:""; position:absolute; width:28px; height:100%; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(88, 88, 88, 0.4) 100%); top:0; right:0; border-radius:20px 0 0 20px; box-shadow:inset 1px 4px 5.4px rgba(255, 255, 255, 0.25), 4px 7px 11.9px rgba(0, 0, 0, 0.25); }
.section__quad { display:flex; flex-wrap:wrap; margin-top:30px; justify-content:center; }
.section__quad-item { width:533px; height:135px; margin:10px 72px 0; display:flex; justify-content:center; align-items:end; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(122, 122, 122, 0.4) 100%); border-radius:20px; box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); position:relative; margin-top:33px; }
.section__quad-item img { width:70px; height:70px; position:absolute; top:35px; left:15px; }
.section__quad-item p { font-size:20px; margin-bottom:41px; font-family:"Formular"; font-weight:300; }
.section__quad-item .stat_val_heading { position:absolute; top:10px; color:#ffffff; font-weight:bold; }
@media screen and (max-width:1681px) { .section__quad-item { width:457px; height:123px; margin-left:121px; display:flex; justify-content:center; align-items:end; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(122, 122, 122, 0.4) 100%); border-radius:20px; -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); position:relative; margin-top:33px; }
  .section__quad-item p { font-size:18px; margin-bottom:40px; font-family:"Formular"; font-weight:300; } }
@media screen and (max-width:1540px) { .section__quad-item { width:400px; margin:33px auto 0; } }
@media screen and (max-width:1441px) { .section__quad { display:flex; flex-wrap:wrap; margin-top:15px; }
  .section_24stat { position:relative; padding-bottom:96px; }
  .webp .section_24stat { background:no-repeat url("/img/arrow-background.webp") center, linear-gradient(135deg, #50655E 0%, #193A30 100%); }
  .no-webp .section_24stat { background:no-repeat url("/img/arrow-background.png") center, linear-gradient(135deg, #50655E 0%, #193A30 100%); }
  .section__quad-item { width:407px; height:103px; display:flex; justify-content:center; align-items:end; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(122, 122, 122, 0.4) 100%); border-radius:20px; box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); position:relative; margin-top:33px; }
  .section__quad-item img { width:50px; height:50px; position:absolute; top:35px; left:15px; }
  .section__quad-item p { font-size:16px; margin-bottom:26px; font-family:"Formular"; font-weight:300; text-align:center; } }
@media screen and (max-width:750px) { .section__quad-item { width:350px; }
  .section__quad-item p { font-size:13px; }
  .section__lines { margin:0 auto; justify-content:center; }
  .section__lines .section__line-txt { text-align:center; }
  .section__lines .section__line-line { margin:0 auto; } }
@media screen and (max-width:470px) { .section__quad-item { width:300px; }
  .section__quad-item img { top:10px; left:125px; }
  .section__quad-item img.stat_img { top:35px; left:15px; } }
@media screen and (max-width:400px) { .section__quad-item { width:250px; }
  .section__quad-item img { left:100px; }
  .section__quad-item img.stat_img { top:20px; left:15px; } }
@media screen and (max-width:340px) { .section__quad-item { width:220px; }
  .section__quad-item img { left:85px; }
  .section__quad-item img.stat_img { top:10px; left:15px; } }
.section__without-borders { display:flex; justify-content:space-evenly; margin-top:68px; margin-bottom:95px; }
.section__without-borders img { width:450px; height:260px; }
.section__without-txt { z-index:10; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(122, 122, 122, 0.4) 100%); border-radius:20px; box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); width:764px; height:256px; color:#FFB800; font-family:"Formular"; text-shadow:0 4px 4px rgba(0, 0, 0, 0.67); margin-left: 10px; margin-right: 10px; }
.section__without-txt p { color:#FFB800; font-size:28px; font-family:"Formular"; width:590px; border-radius:20px; text-shadow:0 4px 4px rgba(0, 0, 0, 0.67); margin:0 auto; text-align:center; font-weight:300; padding-top:63px; padding-bottom:75px; }
.section__without-txt p span { font-weight:bold; }
.section__h2_without-borders { padding-top:63px; }
.section__without-borders_defi { margin-bottom:12px; }
@media screen and (max-width:1681px) { .section__without-txt p { color:#FFB800; font-size:26px; font-family:"Formular"; width:590px; border-radius:20px; text-shadow:0 4px 4px rgba(0, 0, 0, 0.67); margin:0 auto; text-align:center; font-weight:300; padding-top:63px; padding-bottom:75px; }
  .section__without-txt p span { font-weight:bold; } }
@media screen and (max-width:1441px) { .section__h2_without-borders { padding-top:51px; }
  .section__without-borders { display:flex; justify-content:space-evenly; margin-top:68px; margin-bottom:95px; }
  .section__without-borders img { width:346px; height:197px; }
  .section__without-txt { z-index:10; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(122, 122, 122, 0.4) 100%); border-radius:20px; box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); }
  .section__without-txt p { color:#FFB800; font-size:28px; font-family:"Formular"; width:590px; border-radius:20px; text-shadow:0 4px 4px rgba(0, 0, 0, 0.67); margin:0 auto; text-align:center; font-weight:300; padding-top:47px; padding-bottom:75px; }
  .section__without-txt p span { font-weight:bold; }
  .section__without-borders_defi { margin-bottom:0px; } }
@media screen and (max-width:1440px) { .section__without-txt { height:200px; width:600px; }
  .section__without-txt p { font-size:22px; width:490px; } }
@media screen and (max-width:1280px) { .section__without-txt { width:520px; height:170px; } }
@media screen and (max-width:1080px) { .section__without-borders { flex-direction:column; }
  .section__without-borders img { margin:0 auto; }
  .section__without-borders .section__without-txt { margin:30px auto 0; background:none; border:none; box-shadow:unset; }
  .section__without-borders .section__defi-txt { margin-left:0; }
  .section__defi-txt { margin-left:0; }
  .section__defi-txt p { margin:0 auto; text-align:center; }
  .section__defi-txt h2 { text-align:center; margin-top:30px; } }
@media screen and (max-width:990px) { .section__without-txt p { font-size:20px; } }
@media screen and (max-width:800px) { .section__without-txt { width:unset; max-width:600px; }
  .section__without-txt p { width:unset; max-width:490px; } }
@media screen and (max-width:550px) { .section__without-borders img { width:300px; height:auto; } }
@media screen and (max-width:360px) { .section__without-borders img { width:250px; height:auto; } }
.section__defi { position:relative; padding-bottom:38px; }
.section__defi::before { position:absolute; content:""; top:50px; height:0; height:250px; width:250px; }
.webp .section__defi::before { background-image:url("/img/bit45.webp");}
.no-webp .section__defi::before { background-image:url("/img/bit45.png");}
.section__defi::after { position:absolute; content:""; top:70px; right:0; height:455px; width:466px; }
.webp .section__defi::after { background:no-repeat url("/img/bits.webp"); }
.no-webp .section__defi::after { background:no-repeat url("/img/bits.png"); }
.section__pseudo { position:relative; }
.section__pseudo::after { position:absolute; content:""; bottom:-51px; left:0; right:0; width:290px; height:140px; margin-left:auto; margin-right:auto; }
.webp .section__pseudo::after { background:no-repeat url("/img/partcoin.webp"); }
.no-webp .section__pseudo::after { background:no-repeat url("/img/partcoin.png"); }
.section__defi-txt { margin-left:60px; }
.section__defi-txt p { color:#FFB800; font-size:32px; font-weight:300; width:816px; text-shadow:0 4px 4px rgba(0, 0, 0, 0.67); margin-bottom:0; }
.section__defi_h2 { margin-top:0; }
.section__defi-img { display:flex; border-radius:20px; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(122, 122, 122, 0.4) 100%); border-radius:20px; box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); width:624px; height:378px; margin-left:60px; align-items:center; }
.section__defi-img img { width:300px; height:300px; }
@media screen and (max-width:1681px) { .section__defi-txt { margin-left:60px; }
  .section__defi-txt p { color:#FFB800; font-size:28px; font-weight:300; width:556px; text-shadow:0 4px 4px rgba(0, 0, 0, 0.67); margin-bottom:0; } }
@media screen and (max-width:1441px) { .section__defi-txt { margin-left:60px; }
  .section__defi-txt p { color:#FFB800; font-size:24px; font-weight:300; width:516px; text-shadow:0 4px 4px rgba(0, 0, 0, 0.67); margin-bottom:0; }
  .section__pseudo::after { position:absolute; content:""; bottom:-37px; left:0; right:0; width:290px; height:140px; margin-left:auto; margin-right:auto; }
  .webp .section__pseudo::after { background:no-repeat url("/img/partcoin.webp"); }
  .no-webp .section__pseudo::after { background:no-repeat url("/img/partcoin.png"); }
  .section__defi-img { border-radius:20px; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(122, 122, 122, 0.4) 100%); border-radius:20px; box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); width:477px; height:289px; }
  .section__defi-img img { width:231px; height:231px; } }
@media screen and (max-width:1200px) { .section__defi-img { width:320px; height:180px; }
  .section__defi-img img { width:150px; height:150px; }
  .section__defi::after { display:none; }
  .section__defi::before { display:none; }
  .section__pseudo { margin-bottom:100px; }
  .section__pseudo::after { bottom:-140px; }
  .section__defi_h2 { font-size:36px; }
  .section__defi-txt p { width:300px; font-size:20px; } }
@media screen and (max-width:400px) { .section__defi-txt p { width:240px; font-size:18px; } }
@media screen and (max-width:360px) { .section__defi-img { width:280px; }
  .section__defi-img img { width:140px; height:140px; } }
.section__conf-txt p:first-child { margin:100px 0 0 0; }
.section__conf-txt p { margin:0; color:#FFB800; font-size:32px; font-weight:300; text-shadow:0 4px 4px rgba(0, 0, 0, 0.67); }
.section__conf-txt:first-child p { width:483px; }
.section__conf-txt_2nd { width:427px; }
.section__conf-txt_2nd h2 { font-size:56px; margin-bottom:0; margin-top:70px; }
.section__triple_conf { padding:25px 0; margin-top:48px; justify-content:space-evenly; }
.section__conf-shield { background:linear-gradient(45deg, rgb(64, 86, 80) 0%, rgb(90, 105, 101) 100%); border-radius:20px; height:372px; padding:0 72px; margin-right:100px; box-shadow:inset 5px 5px 7.8px 0px rgba(0, 0, 0, 0.25), inset 0 -2px 8px 0px rgba(255, 255, 255, 0.25); }
.section__conf-shield img { width:280px; height:370px; }
@media screen and (max-width:1681px) { .section__conf-txt p:first-child { margin:100px 0 0 0; width:300px; }
  .section__without-txt .p_review { font-size: inherit; padding-top: 20px; }
  .section__conf-txt p { margin:0; color:#FFB800; font-size:26px; width:300px; font-weight:300; text-shadow:0 4px 4px rgba(0, 0, 0, 0.67); }
  .section__conf-txt_2nd { width:300px; }
  .section__conf-txt_2nd h2 { font-size:48px; margin-bottom:0; } }
@media screen and (max-width:1441px) { .section__triple_conf { padding:25px 0; margin-top:33px; justify-content:space-evenly; }
  .section__conf-txt p { color:#FFB800; font-size:24px; font-weight:300; text-shadow:0 4px 4px rgba(0, 0, 0, 0.67); }
  .section__conf-txt:first-child p { width:423px; }
  .section__conf-txt_2nd { width:327px; }
  .section__conf-txt_2nd h2 { font-size:48px; }
  .section__conf-shield { background:linear-gradient(45deg, rgb(64, 86, 80) 0%, rgb(90, 105, 101) 100%); border-radius:20px; height:282px; padding:0 54px; margin-right:100px; box-shadow:inset 5px 5px 7.8px 0px rgba(0, 0, 0, 0.25), inset 0 -2px 8px 0px rgba(255, 255, 255, 0.25); }
  .section__conf-shield img { width:216px; height:282px; }
  .section__conf-txt_2nd { width:327px; }
  .section__conf-txt_2nd h2 { font-size:48px; } }
@media screen and (max-width:1400px) { .section__conf-txt p:first-child { width:280px; margin:60px 0 0 0; }
  .section__conf-txt_2nd { width:280px; }
  .section__conf-txt_2nd h2 { font-size:36px; } 
  .section__without-txt .p_review {font-size: 13px !important;}}
@media screen and (max-width:1200px) { .section__conf-txt { text-align:center; }
  .section__conf-txt p:first-child { margin:0 auto; }
  .section__conf-txt p { padding-top:10px; }
  .section__conf-txt_2nd { margin:0 auto; }
  .section__conf-txt_2nd .section__defi_h2 { margin:0 auto; text-align:center; }
  .section__conf-shield { margin:40px auto; }
  .section__triple_conf { flex-direction:column-reverse; } }
@media screen and (max-width:1024px) { .section__triple_conf { margin-top:60px; }
  .section__conf-txt p { font-size:20px; } }
@media screen and (max-width:650px) { .section__conf-txt.section__conf-txt_2nd p { width:unset; } }
@media screen and (max-width:360px) { .section__conf-shield { padding:10px 20px; height:unset; }
  .section__conf-shield img { width:170px; height:auto; }
  .section__triple_conf > .section__conf-txt > p { width:unset; } }
.section__conf { padding-bottom:107px; }
.section__triple_steps { margin-top:33px; justify-content:space-evenly; }
.section__3steps { position:relative; padding:0; }
.section__h2_conf { padding-top:75px; }
/* .section__3steps::after { content:""; position:absolute; width:28px; height:100%; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(88, 88, 88, 0.4) 100%); top:0; left:0; border-radius:0 20px 20px 0; box-shadow:inset 1px 4px 5.4px rgba(255, 255, 255, 0.25), 4px 7px 11.9px rgba(0, 0, 0, 0.25); z-index:20; -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); }
.section__3steps::before { content:""; position:absolute; width:28px; height:100%; background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(88, 88, 88, 0.4) 100%); top:0; right:0; border-radius:20px 0 0 20px; box-shadow:inset 1px 4px 5.4px rgba(255, 255, 255, 0.25), 4px 7px 11.9px rgba(0, 0, 0, 0.25); z-index:20; -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); }
.section__3steps::after { position:absolute; content:""; } */
.sections__step { box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(8px); background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(88, 88, 88, 0.4) 100%); backdrop-filter:blur(8px); width:330px; height:270px; border-radius:20px; display:flex; z-index:20; }
.sections__step p { display:grid; align-items:center; text-align:center; margin:0 auto; align-items:center; font-size:32px; font-weight:400; text-shadow:0px 4px 4px rgba(0, 0, 0, 0.67); }
.section__3steps-arrowup { position:relative; }
.section__3steps-arrowup::after { position:absolute; content:""; top:0; background:url("/img/arrowtopleft.png"); left:0; width:78px; height:70px; }
.section__3steps-arrowup::before { position:absolute; content:""; top:0; background:url("/img/arrowupright.png"); right:0; width:100px; height:100px; }
.section__3steps-arrowdown { position:relative; }
.section__3steps-arrowdown::after { position:absolute; content:""; bottom:0; background:url("/img/arrowdownleft.png"); left:0; width:270px; height:265px; }
.section__3steps-arrowdown::before { position:absolute; content:""; bottom:0; background:url("/img/arrowdownright.png"); right:0; width:212px; height:207px; }
@media screen and (max-width:1441px) { .sections__step { box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(8px); background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(88, 88, 88, 0.4) 100%); backdrop-filter:blur(8px); width:250px; height:200px; border-radius:20px; display:flex; }
  .sections__step p { display:grid; align-items:center; text-align:center; margin:0 auto; align-items:center; font-size:24px; font-weight:400; text-shadow:0px 4px 4px rgba(0, 0, 0, 0.67); } }
@media screen and (max-width:1200px) { .sections__step { margin:20px auto; } }
@media screen and (max-width:550px) { .section__3steps-arrowdown::after { background:none; }
  .section__3steps-arrowdown::before { background:none; }
  .section__3steps-arrowup::after { background:none; }
  .section__3steps-arrowup::before { background:none; }
  .sections__step p { font-size:20px; } }
@media screen and (max-width:360px) { .section__h2 { font-size:22px; width:250px; margin:0 auto; }
  .sections__step { width:230px; } }
.section__txt-content p:first-child { padding-top:20px; margin-top:0; }
.section__txt-content p { font-size:22px; }
.section__txt-content p span { color:#FFB800; }
.section__txt-content ol, .section__txt-content ul { font-size:22px; }
.section__txt-content h2, .section__txt-content h3 { color:#FFB800; }
@media screen and (max-width:1441px) { .section__txt-content p { font-size:18px; }
  .section__txt-content p span { color:#FFB800; }
  .section__txt-content ol, .section__txt-content ul { font-size:18px; } }
@media screen and (max-width:800px) { .section__txt-content p { font-size:16px; }
  .section__txt-content ol, .section__txt-content ul { font-size:16px; } }
@media screen and (max-width:650px) { .section__txt-content p { padding:0 15px; }
  .section__txt-content ol, .section__txt-content ul { padding:0 15px 0 35px; } }
/* .review2 { display:none; }
.review3 { display:none; } */
@media screen and (max-width:1440px) { .review1, .review2, .review3 { margin-top:40px; font-size: 16px; } }
@media screen and (max-width:1280px) { .review1, .review2, .review3 { margin-top:30px; padding-left:20px; padding-right:20px; font-size: 14px; } }
.wrapper_footer { width:1024px; margin:0 auto; }
.footer__links { font-size:18px; display:flex; justify-content:space-between; padding-top:61px; font-weight:300; }
.footer__links_1, .footer__links_2, .footer__links_3, .footer__links_4 { display:flex; flex-direction:column; }
.footer__languages { color:#FFFFFF; margin-top:27px; display:flex; justify-content:center; flex-wrap:wrap; }
.footer__languages a { color:#FFFFFF; font-size:20px; font-weight:300; }
.footer__languages a:hover { color:#FFB800; }
.footer__languages a:after { content:"|"; text-decoration:none; padding:0 5px; display:inline-block; }
.footer__single { display:flex; justify-content:space-between; flex-wrap:wrap; margin-top:35px; }
.footer__single a { display:flex; justify-content:center; align-items:center; color:#FFFFFF; background:linear-gradient(45deg, rgb(64, 86, 80) 0%, rgb(90, 105, 101) 100%); box-shadow:inset 5px 5px 7.8px rgba(0, 0, 0, 0.25), inset 0px -2px 8px rgba(255, 255, 255, 0.25); width:306px; border-radius:20px; height:84px; margin-top:18px; font-size:24px; font-weight:300; transition:ease 0.5 all; }
.footer__single a:hover { background:linear-gradient(45deg, rgb(90, 105, 101) 0%, rgb(64, 86, 80) 100%); color:#FFB800; transition:ease 0.5 all; }
.section__h2_contact-us { padding-top:61px; }
footer { position:relative; padding-bottom:44px !important; }
footer p { text-align:center; margin:0 auto; font-size:24px; font-weight:300; line-height:40px; }
footer .footer__p { margin-top:41px; }
footer .footer__img { display:flex; justify-content:center; }
footer::after { content:""; position:absolute; bottom:35px; left:0; width:408px; height:259px; }
.webp footer::after { background:url("/img/silvercoins.webp");  }
.no-webp footer::after { background:url("/img/silvercoins.png");  }
footer::before { content:""; position:absolute; bottom:35px; right:0; width:429px; height:333px; }
.webp footer::before { background:url("/img/coins.webp"); }
.no-webp footer::before { background:url("/img/coins.png"); }
.footer__society { display:flex; justify-content:center; margin-top:40px; }
@media screen and (max-width:1200px) { .wrapper_footer { width:900px; } 
.review1, .review2, .review3 {font-size: 13px;  }}
@media screen and (max-width:1080px) { footer::after { display:none; }
  footer::before { display:none; }
  .footer__single a { font-size:20px; }
  .footer__languages a { font-size:16px; }
  .footer__society a img { width:45px; height:45px; }
  .footer__p p { font-size:20px; }
  .wrapper_footer { width:800px; } }
@media screen and (max-width:990px) { .wrapper_footer { width:700px; }
  .footer__links { width:700px; }
  .footer__single { flex-direction:column; }
  .footer__single a { margin:20px auto; } }
@media screen and (max-width:890px) { .wrapper_footer { width:unset; max-width:600px; }
  .footer__links { width:unset; max-width:600px; flex-wrap:wrap; }
  .footer__single a { font-size:16px; } }
@media screen and (max-width:750px) { .footer__links { justify-content:center; } }
@media screen and (max-width:550px) { .footer__p p { font-size:16px; } }
@media screen and (max-width:400px) { .footer__society a img { width:35px; height:35px; } }
.graph { display:flex; flex-direction:column; margin-top:56px; overflow-y:hidden;  color: #FFB800; font-size: 20px;}
.img__currency {width: 100px;height: 100px; margin: 50px 10px 0;}
.currencies { display: flex; justify-content: center; }
.graph iframe { -webkit-user-select:none; -moz-user-select:none; user-select:none; box-sizing:border-box; display:block; height:calc(100% - 32px); width:100%; max-width:100%; height:500px !important; margin:0 auto; border:3px solid #4a5752; border-radius:15px; box-shadow:inset 5px 5px 7.8px rgba(0, 0, 0, 0.25), inset 0px -2px 8px rgba(255, 255, 255, 0.25); }
.section__txt-content-y p, .section__txt-content-y ol, .section__txt-content-y ul { color:#FFB800; }
.section__pair-txt p { color:#A7B1AE; text-shadow:none; font-size:20px; }
.section__pair-txt p:first-child { color:#FFB800; }
.section__calc-img { width:501px; height:637px; }
.header-flex__calc-pair { margin:0 auto; width:281px; height:321px; margin-top:72px; max-width:281px; }
.header-flex__button-pair { width:105px; height:37px; }
.header-flex__button-pair p { width:unset; font-size:16px; color:#3f3f3f; padding:0; }
.header-flex__calc.header-flex__calc-pair p.header-flex__h3.header-flex__h3-pair { width:280px; font-size:28px; font-weight:500; color:#fff; padding-top:25px; padding-bottom:25px; }
.header-flex__calc-img > input { width:169px; height:37px; margin-left:16px; font-size:16px; }
.header-flex__calc-select-img { position:relative; }
.header-flex__calc-select-img select { position:relative; width:96px; height:37px; }
.header-flex__calc-select-img::before { background-image:url("/img/Polygon.png"); background-repeat:no-repeat; background-position:right 0.7rem top 100%; background-size:1rem auto; position:absolute; top:17px; left:75px; content:""; width:25px; height:10px; z-index:100; color:#BFBDBB; }
.button__pair { width:185px; height:37px; color:#3f3f3f; padding:0 !important; }
.header-flex__calc-pair div.header-flex__fiat-imgs { margin-top:10px; }
.header-flex__calc-pair div.header-flex__fiat-imgs img { width:45px; height:45px; }
.pair-txt__calc-back { width:435px; height:501px; margin:0 auto; border-radius:20px; background:url("/img/background-calc.png"); }
@media screen and (max-width:1180px) { .section__calc-img { height:500px; } }
@media screen and (max-width:920px) { .header-flex__h1 { width:401px; } }
@media screen and (max-width:790px) { .header-flex__h1 { width:340px; } }
@media screen and (max-width:750px) { .pair-txt__calc-back { width:309px; height:350px; }
  .header-flex__calc-pair { margin-top:0; }
  .section__calc-img { width:309px; } }
@media screen and (max-width:550px) { .header-flex__calc-img > input { width:129px; height:30px; margin-left:16px; font-size:14px; }
  .header-flex__calc-select-img { position:relative; }
  .header-flex__calc-select-img select { position:relative; width:96px; height:30px; font-size:14px; }
  .header-flex__calc-select-img::before { top:14px; }
  .header-flex__calc.header-flex__calc-pair p.header-flex__h3.header-flex__h3-pair { width:230px; } }
@media screen and (max-width:410px) { .header-flex__h1 { width:340px; font-size:36px; width:250px; } }
@media screen and (max-width:360px) { .pair-txt__calc-back { width:280px; height:350px; }
  .header-flex__calc-pair { margin-top:0; max-width:250px; }
  .section__calc-img { width:280px; }
  .header-flex__calc-select-img { position:relative; }
  .header-flex__calc-select-img select { position:relative; width:86px; height:30px; font-size:14px; }
  .header-flex__calc-img > input { margin-left:10px; width:120px; }
  .header-flex__calc-select-img::before { left:70px; } }
.section__txt-content-pair { padding-top:65px; }
.section__txt-content-pair p:first-child { padding-top:0; }
div.section__txt-content.section__txt-content-pair div p, div.section__txt-content.section__txt-content-pair div ul, div.section__txt-content.section__txt-content-pair div ol { width:77%; }
.section__txt-content-pair { position:relative; }
.section__txt-content-pair p { width:80%; }
.section__txt-content-pair .section__conf-shield { position:absolute; right:0; z-index:1; width:147px; height:127px; padding:0; margin:0; display:flex; }
.section__txt-content-pair .section__conf-shield img { width:99px; height:127px; margin:0 auto; }
@media screen and (max-width:1000px) { .section__txt-content-pair p { width:90%; }
  .section__txt-content-pair .section__conf-shield { display:none; background:none; }
  div.section__txt-content.section__txt-content-pair div p, div.section__txt-content.section__txt-content-pair div ul, div.section__txt-content.section__txt-content-pair div ol { width:90%; } }
.input__table { margin:0 auto 40px; display:flex; justify-content:center; border-radius:20px; background:linear-gradient(135deg, #405650 0%, #5a6965 100%); height:42px; border:0; box-shadow:inset 5px 5px 7.8px rgba(0, 0, 0, 0.25), inset 0px -2px 8px rgba(255, 255, 255, 0.25); padding:0 10px; color:#fff; }
table { margin:0 auto; color:white; font-family:"Formular"; text-shadow:0 4px 4px rgba(0, 0, 0, 0.67); }
td, th { background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(88, 88, 88, 0.4) 100%); box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(20.7); backdrop-filter:blur(20.7); width:1127px; padding:29px 0; text-align:center !important; border-radius:20px; margin-bottom:20px; display:block; font-size:20px; }
td a, th a { text-decoration:none; }
.index_buttons { display:flex; justify-content:center; color:white; font-size:16px; }
.index_buttons .threedot button { width:47px !important; }
.index_buttons button { color:white; font-family:"Formular"; text-shadow:0 4px 4px rgba(0, 0, 0, 0.67); background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(88, 88, 88, 0.4) 100%); box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(20.7); backdrop-filter:blur(20.7); font-size:20px; margin:0 10px; border-radius:10px; border:0; padding:12px 0; width:47px; cursor:pointer; }
.index_buttons .prev { padding:12px; width:unset; }
.index_buttons .next { padding:12px; width:unset; }
.index_buttons .active { background:linear-gradient(180deg, #405650, #5A6965 100%); box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), inset 5px 5px 7.8px 0px rgba(0, 0, 0, 0.25); }
.index_buttons button:hover { background:linear-gradient(180deg, #405650, #5A6965 100%); box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), inset 5px 5px 7.8px 0px rgba(0, 0, 0, 0.25); }
.index_buttons button:first-child, .index_buttons button:last-child { width:120px; }
@media screen and (max-width:1400px) { td, th { width:850px; } }
@media screen and (max-width:1000px) { td, th { width:500px; } }
@media screen and (max-width:750px) { td, th { width:400px; font-size:18px; }
  .index_buttons button { margin:0 3px; font-size:14px; width:40px; } }
@media screen and (max-width:750px) { td, th { width:400px; font-size:18px; padding:20px 0; margin-bottom:10px; border-radius:10px; }
  .index_buttons button { margin:0 3px; font-size:14px; width:40px; } }
@media screen and (max-width:650px) { td, th { width:300px; font-size:18px; padding:20px 0; margin-bottom:10px; border-radius:10px; }
  .index_buttons button { margin:0 3px; font-size:14px; width:40px; } }
@media screen and (max-width:500px) { td, th { width:300px; font-size:18px; padding:20px 0; margin-bottom:10px; border-radius:10px; }
  .index_buttons { flex-wrap:wrap; }
  .index_buttons button { margin-top:10px; } }
@media screen and (max-width:360px) { td, th { width:250px; font-size:18px; padding:20px 0; margin-bottom:10px; border-radius:10px; }
  .index_buttons { flex-wrap:wrap; }
  .index_buttons button { margin-top:10px; } }
.popup__active, div.popup2.popup__active { opacity:1 !important; transform:translate(0px, 0px) !important; visibility:visible !important; }
.popup__text { display:flex; flex-direction:column; }
.popup, .popup2 { position:fixed; width:100%; height:100%; font-weight:400; background-color:rgba(0, 0, 0, 0.9); top:0; left:0; z-index:200; opacity:0; visibility:hidden; overflow-y:auto; overflow-x:hidden; transition:all 0.8s ease 0s; font-family:"Roboto"; }
form:nth-child(2) > p:nth-child(2) { margin-top:20px; }
.filter { position:fixed; width:100%; height:100%; background-color:#000000; z-index:200; top:0; left:0; transition:all 3s; overflow-y:scroll; }
.filter__title h1 { padding-top:50px; }
.filter__content { text-align:center; }
.filter__content section h2 { text-align:center; }
.listActive { display:block; }
.popup__body { max-height:100%; display:flex; align-items:center; justify-content:center; padding:30px 10px; }
.popup__content { background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(88, 88, 88, 0.4) 100%); box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(20.7); backdrop-filter:blur(20.7); color:#000000; width:800px; padding:30px 100px; position:relative; opacity:0; transition:all 0.8s ease 0s; transform:translate(0px, -100%); border-radius:20px; margin-top:300px; overflow-y:scroll; }
.popup__content2 { background:linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(88, 88, 88, 0.4) 100%); box-shadow:inset 1px 4px 5.4px 0px rgba(255, 255, 255, 0.25), 4px 7px 11.9px 0px rgba(0, 0, 0, 0.25); -webkit-backdrop-filter:blur(20.7); backdrop-filter:blur(20.7); color:#000000; max-width:800px; padding:30px 100px; position:relative; opacity:0; transition:all 0.8s ease 0s; transform:translate(0px, -100%); border-radius:20px; overflow:hidden; margin-top:150px; }
.popup__close, .popup__close2, .filter__close { position:absolute; right:10px; top:10px; font-size:20px; text-decoration:none; color:#ffffff; }
.popup__title { font-size:40px; margin:0 0 10px 0; text-align:center; }
@media screen and (max-width:750px) { .popup__content { padding:30px 15px; margin-top:100px; overflow:scroll; } }
@media screen and (max-width:550px) { .popup { font-size:14px; } }
@media screen and (max-width:450px) { .popup { font-size:12px; }
  .popup__content2 { max-width:199px; margin:0 auto; padding:30px; }
  .output { max-width:199px; }
  .right_box { margin:0 auto; }
  .exchange-field { text-align:center; }
  .right_box input.control-main { margin:0 auto; }
  .popup__body { margin-top:150px; } }
@media screen and (max-width:360px) { .popup { font-size:10px; } }
.asdqwe { padding-top:100px !important; max-width:-moz-fit-content; max-width:fit-content; margin:0; padding:var(--gapSize); display:flex; flex-wrap:wrap; justify-content:center; }
.asdqwe a { font-size:18px; flex-basis:41%; list-style:none; margin:5px; border-bottom:1px solid silver; padding:14px; }
.asdqwe a:hover { color:#FEC80D; }
.txtsection { padding:80px !important; }
.txtsection__b { padding-bottom:0px; }
@media (max-width:414px) { .asdqwe a { flex-basis:100%; width:100%; } }
.wp-block-heading { color:#FFB800 !important; padding:0; cursor: pointer; z-index: 10; position: relative;}
.faq__div { display: block; position: relative; top: -10000px; opacity: 0; max-height: 0px; transition: all ease 1s; }
.faq__active {top: 0; opacity: 100%; max-height: 500px; transition: all ease 1s;}
.trans-trans { width:unset !important; }
.qweasd { color:#ffffff; }
.pagination { display:block; text-align:center; color:#FFFFFF; }
.pagination span span { padding:0 5px; }
.pagination span a { padding:0 5px; text-decoration:none; }
.tradingview-widget-container {padding-bottom: 50px;}

/* @end-compress-my-css */