.rulesLayout{display:grid;grid-template-columns:1fr 3fr;grid-gap:30px;padding-bottom:40px}@media only screen and (max-width:1024px){.rulesLayout{grid-template-columns:1fr}}.rulesLayoutWrap{background-color:#fff}.rulesContent{padding-top:40px}.rulesNavigation{padding-top:40px;padding-right:80px;border-right:2px solid #f8f8f8}@media only screen and (max-width:1024px){.rulesNavigation{display:none;padding-right:0}}.rulesDeposit{padding-left:80px;margin-bottom:100px}@media only screen and (max-width:1024px){.rulesDeposit{padding-left:0;margin-bottom:40px}}.rulesDepositHeader{margin-bottom:23px}.rulesDepositHeader h2{font-family:var(--primary-font);font-size:30px;font-weight:600;color:var(--system-color);text-align:left}.rulesDepositCurrences{margin-bottom:30px}.rulesDepositCurrences h3{margin-bottom:30px;font-size:18px;font-weight:600;color:var(--system-color);text-align:left}.rulesDepositCurrencyItems{flex-wrap:wrap;gap:26px;margin-bottom:20px}.rulesDepositCurrencyItem,.rulesDepositCurrencyItems{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.rulesDepositCurrencyItem{gap:8px}.rulesDepositCurrencyItemIcon img{width:36px;height:36px}.rulesDepositBlocks{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px}@media only screen and (max-width:768px){.rulesDepositBlocks{grid-template-columns:1fr}}.rulesDepositBlock{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:28px 30px 20px;background:#f8f8f8;border-radius:8px}.rulesDepositBlockTitle{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-bottom:25px;font-size:20px;font-weight:400;color:var(--primary-color)}.rulesDepositBlockText,.rulesDepositBlockTitle{font-family:var(--primary-font);text-align:left}.rulesDepositBlockText{font-size:16px;font-weight:300;line-height:25px;color:var(--system-color)}.rulesDepositBlockText p{margin-bottom:25px}.rulesSystem{padding-left:80px;margin-bottom:100px}@media only screen and (max-width:1024px){.rulesSystem{padding-left:0;margin-bottom:40px}}.rulesSystemHeader{margin-bottom:23px}.rulesSystemHeader h2{font-family:var(--primary-font);font-size:30px;font-weight:600;color:var(--system-color);text-align:left}.rulesSystemItems{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:30px}@media only screen and (max-width:1024px){.rulesSystemItems{grid-template-columns:1fr}}.rulesSystemItem{flex-direction:column;align-items:flex-start;padding:23px 30px;background:#f8f8f8;border-radius:8px}.rulesSystemItem,.rulesSystemItemTitle{display:flex;justify-content:flex-start}.rulesSystemItemTitle{flex-direction:row;align-items:center;margin-bottom:10px;margin-left:-15px;font-size:20px;font-weight:400;color:var(--primary-color)}.rulesSystemItemText,.rulesSystemItemTitle{font-family:var(--primary-font);text-align:left}.rulesSystemItemText{font-size:16px;font-weight:300;line-height:25px;color:var(--system-color)}.rulesTop{height:60vh}@media only screen and (max-width:600px){.rulesTop{height:auto}}.rulesTopImage{height:calc(100% - 155px)}.rulesTopImage img{width:100%;height:100%;object-fit:cover}@media only screen and (max-width:768px){.rulesTopImage{height:25vh;margin-bottom:20px}}.rulesTopConentWrap{height:155px;background-color:#f8f8f8}@media only screen and (max-width:768px){.rulesTopConentWrap{height:auto}}.rulesTopConent{display:grid;grid-template-columns:1fr 3fr;grid-gap:30px;align-items:center;height:100%}@media only screen and (max-width:768px){.rulesTopConent{grid-template-rows:2fr;grid-template-columns:1fr;padding-bottom:20px}}.rulesTopConent h1{padding-left:80px;font-family:var(--primary-font);font-size:40px;font-weight:600;color:var(--system-color);text-align:left}@media only screen and (max-width:768px){.rulesTopConent h1{padding-left:0;text-align:center}}.rulesTopContact{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}@media only screen and (max-width:768px){.rulesTopContact{order:1}}.rulesTopContactIcon{margin-right:15px}.rulesTopContactText{font-family:var(--primary-font);font-size:14px;font-weight:400;line-height:20px;text-align:left}.rulesTopContactText a{color:var(--primary-color)}.spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:60vh}