@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&family=Roboto:wght@400;700&display=swap');

body {
   overflow-x: hidden;
   min-height: 100vh;
   background: #0B0C21;
   font-family: 'Poppins', sans-serif;
   font-size: 14px;
   font-weight: 400;
   line-height: 1.35;
   color: #fff;
   text-align: left;
}

p {
   margin-top: 20px;
   width: 100%;
}

.title+p,
p:first-child {
   margin-top: 0;
}

ul,
ol {
   text-align: left;
   width: 100%;
}

li {
   position: relative;
}

/* Title */
h1,
h2,
h3,
h4 {
   display: block;
   position: relative;
   width: 100%;
   font-weight: 700;
   text-transform: uppercase;
}

.title {
   margin-bottom: 20px;
}

h1.title,
.title.general {
   font-weight: 900;
   font-size: 40px;
   color: #fff;
   line-height: 1.5;
}

h2,
.title.high {
   background-color: #1F2038;
   border: 1px dashed rgba(252, 194, 17, 0.502);
   border-radius: 16px;
   font-size: 28px;
   color: #fff;
   line-height: 1.2;
   text-align: center;
   padding: 13px;
}

h3,
.title.middle {
   font-size: 20px;
   line-height: 1.35;
   text-transform: none;
}

h4,
.title.mini {
   font-size: 14px;
   line-height: 1.5;
}

/* Article */
article,
.article {
   font-size: 14px;
   font-weight: 400;
   line-height: 1.35;
   text-align: left;
}

article>*+*,
.article>*+* {
   margin-top: 20px;
}

article ul li,
.article ul li,
article ol li,
.article ol li {
   padding-left: 40px;
}

article ol li,
.article ol li {
   min-height: 28px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

article ul li+li,
.article ul li+li {
   margin-top: 8px;
}

article ol li+li,
.article ol li+li {
   margin-top: 18px;
}

ol>li {
   counter-increment: ol;
}

article ul>li:before,
.article ul>li:before,
article ol>li:before,
.article ol>li:before {
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   font: inherit;
   z-index: 1;
}

article ul>li:before,
.article ul>li:before {
   content: "";
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2212%22%20viewBox%3D%220%200%2013%2012%22%20fill%3D%22none%22%3E%3Crect%20x%3D%226.5%22%20y%3D%221.20711%22%20width%3D%226.99997%22%20height%3D%227.00001%22%20transform%3D%22rotate(45%206.5%201.20711)%22%20stroke%3D%22white%22%2F%3E%3Crect%20x%3D%226.5%22%20y%3D%224.74268%22%20width%3D%221.99998%22%20height%3D%222.00002%22%20transform%3D%22rotate(45%206.5%204.74268)%22%20fill%3D%22%23FCC211%22%2F%3E%3C%2Fsvg%3E");
   width: 13px;
   height: 12px;
   left: 10px;
}

article ol>li:before,
.article ol>li:before {
   content: counter(ol);
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2228%22%20viewBox%3D%220%200%2025%2028%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M22.9284%205.44321L14.6067%200.561247C13.3076%20-0.187082%2011.6924%20-0.187082%2010.3933%200.561247L2.10674%205.44321C0.807584%206.19154%200%207.61693%200%209.14922V18.8775C0%2020.4098%200.807584%2021.7996%202.10674%2022.5835L10.3933%2027.4298C11.0253%2027.8218%2011.7626%2028%2012.5%2028C13.2374%2028%2013.9396%2027.8218%2014.6067%2027.4298L22.8933%2022.5479C24.1924%2021.7996%2025%2020.3742%2025%2018.8419V9.14922C25%207.61693%2024.1924%206.19154%2022.9284%205.44321Z%22%20fill%3D%22url(%23paint0_linear_2373_1425)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_2373_1425%22%20x1%3D%2211.9657%22%20y1%3D%2228%22%20x2%3D%2211.9657%22%20y2%3D%225.83648e-07%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2314152D%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2345465E%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   font-weight: 700;
   left: 0;
   width: 25px;
   height: 28px;
}

p a,
article li a,
.article li a,
.keyword,
li strong {
   color: #FCC211;
}

/* Button */
.button {
   background: url('../img/button.svg') no-repeat center / cover;
   display: inline-block;
   font-weight: 700;
   font-size: 18px;
   color: #fff;
   line-height: 1;
   text-align: center;
   white-space: nowrap;
   height: auto;
   width: auto;
   min-width: 264px;
   margin: 32px 0 0;
   padding: 30px 20px;
   position: relative;
}

.button:hover {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
}

.button img,
.button span {
   display: inline-block;
   vertical-align: middle;
}

.button img {
   margin-right: 10px;
}

.button span {
   text-align: left;
}

/* Special */
.image img,
.background img {
   display: block;
   position: relative;
   margin: auto;
}

.background {
   display: block !important;
   position: absolute !important;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
}

.background img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.js-expand-content {
   display: none;
   overflow: hidden;
}

.js-expand-content.expanded {
   height: 100%;
}

svg {
   display: inline-block;
   position: relative;
   vertical-align: inherit;
   fill: rgba(255, 255, 255, 1);
   line-height: 1;
}

use {
   fill: rgba(255, 255, 255, 1);
   fill-rule: evenodd;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

.path {
   fill: inherit;
   stroke: inherit;
   stroke-width: inherit;
}

/* Content */
.content,
.cover {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   width: 100%;
   overflow: hidden;
   position: relative;
}

.content {
   background-color: #14152D;
   border-radius: 20px;
   max-width: 1163px;
   width: calc(100% - 20px);
   margin-top: 32px;
   padding: 20px;
}

.cover {
   padding-left: 20px;
   padding-right: 20px;
}

.content>*,
.cover>* {
   display: block;
   position: relative;
}

.main__buttons {
   display: none;
}

/* Header */
.header {
   background: #0B0C21;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 16px;
   overflow: visible;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 1000;
   height: auto;
   margin-top: 0;
   padding-top: 13px;
   padding-bottom: 13px;
}

.header:after {
   content: '';
   background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 3.5%, #FCC211 48.91%, rgba(255, 255, 255, 0) 97%);
   background: -webkit-gradient(linear, left top, right top, color-stop(3.5%, rgba(255, 255, 255, 0)), color-stop(48.91%, #FCC211), color-stop(97%, rgba(255, 255, 255, 0)));
   background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, #FCC211 48.91%, rgba(255, 255, 255, 0) 97%);
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 1px;
}

.logo img {
   display: block;
}

.header__logo {
   max-width: 152px;
   margin: 0 auto;
}

.menu-button,
.header__menu .header__button {
   display: none;
}

.header__menu {
   margin-right: 5.5%;
}

.header__menu ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px 40px;
}

.header__menu ul a {
   font-weight: 700;
   font-size: 14px;
   color: #fff;
}

.header__menu ul a:hover {
   color: #FFD400;
}

.header__button {
   border: 1px solid #FFD400;
   border-radius: 8px;
   font-weight: 700;
   line-height: 1.743;
   text-align: center;
   min-width: 132px;
   padding: 7px 10px;
}

.header__signup {
   background-color: #FFD400;
   color: #000;
}

.header__signup:hover {
   background-color: rgba(0, 0, 0, 0);
   color: #fff;
}

.header__login {
   color: #fff;
}

.header__login:hover {
   background-color: #FFD400;
   color: #000;
}

.header__lang {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 6px;
}

.header__lang img {
   display: block;
   border-radius: 50%;
   max-width: 24px;
   max-height: 24px;
}

.header__lang span {
   font-weight: 600;
   font-size: 14px;
   color: #fff;
   text-transform: uppercase;
}

/* Main */
.main {
   padding: 67px 0 0 257px;
}

/* Sidebar */
.sidebar {
   width: 237px;
   height: calc(100vh - 87px);
   padding: 0 15px 30px;
   position: fixed;
   top: 87px;
   left: 0;
   overflow: auto;
   z-index: 10;
}

.sidebar::-webkit-scrollbar {
   display: none;
}

.sidebar__links-button {
   font-weight: 700;
   font-size: 16px;
   color: #FFD400;
   line-height: 1.5;
   letter-spacing: 1px;
   text-align: left;
   position: relative;
   white-space: normal;
   padding-right: 36px;
   width: 100%;
}

.sidebar__links-button:before {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M19.7589%2015.7541C19.4667%2016.0522%2019.0095%2016.0793%2018.6873%2015.8354L18.595%2015.7541L12%209.02658L5.40503%2015.7541C5.11283%2016.0522%204.65558%2016.0793%204.33338%2015.8354L4.24106%2015.7541C3.94887%2015.456%203.9223%2014.9896%204.16137%2014.661L4.24106%2014.5668L11.418%207.2459C11.7102%206.94784%2012.1675%206.92074%2012.4897%207.16461L12.582%207.2459L19.7589%2014.5668C20.0804%2014.8947%2020.0804%2015.4262%2019.7589%2015.7541Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 24px;
   height: 24px;
   position: absolute;
   top: 0;
   right: 0;
}

.sidebar__links-button.hide:before {
   -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
}

.sidebar__links-list {
   margin-top: 10px;
}

.sidebar__links-list li+li {
   margin-top: 12px;
}

.sidebar__links-list a {
   display: block;
   font-size: 14px;
   color: #727489;
   line-height: 1.71;
   word-wrap: break-word;
}

.sidebar__links-list a:hover {
   color: #fff;
}

/* Main */
.content-main {
   width: calc(100% - 257px);
}

/* Prime */
.prime {
   border-radius: 0;
   margin-top: 0;
   padding: 56px 60px;
}

.content.prime {
   width: 100%;
   max-width: 1183px;
}

.prime .background img {
   -o-object-position: 100%;
   object-position: 100%;
}

.prime__wrap {
   background-color: #1F2038;
   border: 1px dashed rgba(255, 212, 0, 0.502);
   border-radius: 16px;
   max-width: 670px;
   padding: 20px;
}

.prime__title {
   margin-bottom: 13px;
}

.prime__text {
   line-height: 1.71;
}

/* About */
.bg-block {
   background-color: #1F2038;
   border: 1px dashed rgba(252, 194, 17, 0.502);
   border-radius: 16px;
   padding: 20px;
   width: 100%;
}

.about__table tr {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   min-height: 100px;
}

.about__table tr+tr {
   margin-top: 20px;
}

.about__table th,
.about__table td {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.about__table th {
   max-width: 295px;
   width: 100%;
   padding: 0 20px 0 46px;
   position: relative;
}

.about__table th:before {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2212%22%20viewBox%3D%220%200%2030%2012%22%20fill%3D%22none%22%3E%3Crect%20opacity%3D%220.4%22%20y%3D%226%22%20width%3D%228%22%20height%3D%221%22%20fill%3D%22url(%23paint0_linear_2373_1191)%22%2F%3E%3Crect%20opacity%3D%220.4%22%20x%3D%2222%22%20y%3D%226%22%20width%3D%228%22%20height%3D%221%22%20fill%3D%22url(%23paint1_linear_2373_1191)%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%220.707107%22%20width%3D%226.99997%22%20height%3D%227.00001%22%20transform%3D%22rotate(45%2015%200.707107)%22%20stroke%3D%22%23D8D3D3%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%224.24268%22%20width%3D%221.99998%22%20height%3D%222.00002%22%20transform%3D%22rotate(45%2015%204.24268)%22%20fill%3D%22%23FCC211%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_2373_1191%22%20x1%3D%220%22%20y1%3D%226.5%22%20x2%3D%228%22%20y2%3D%226.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFFAF3%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_2373_1191%22%20x1%3D%2230%22%20y1%3D%226.5%22%20x2%3D%2222%22%20y2%3D%226.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFFAF3%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 30px;
   height: 12px;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   margin: auto;
}

.about__table td {
   border-left: 1px solid #FCC211;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding-left: 20px;
}

.about__general-title {
   text-align: center;
}

.about__general tr {
   font-size: 15px;
   line-height: 1.3;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   padding: 8px 0 16px;
}

.about__general tr:not(:first-child) {
   border-top: 1px solid #45465E;
   padding: 16px 0;
}

.about__general th {
   max-width: 315px;
   width: 100%;
}

.about__general td {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.about__general td a {
   color: inherit;
   display: inline-block;
}

.about__general td a+a {
   margin-left: 20px;
}

.about__features-list {
   font-weight: 700;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 20px;
}

.about__features-list li+li {
   margin-top: 0;
}

.about__proscons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 20px;
   width: 100%;
}

.about__proscons-item {
   width: calc(50% - 10px);
}

.about__proscons-title {
   text-transform: uppercase;
   margin-bottom: 16px;
   padding: 6px 0 7px 64px;
}

.about__proscons-title:before {
   content: '';
   background-color: #FCC211;
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: 20px;
   border-radius: 17px;
   width: 40px;
   height: 40px;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   margin: auto;
}

.about__pros-title:before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.6668%209.99967C16.6668%2010.9197%2015.9201%2011.6663%2015.0001%2011.6663H11.6668V14.9997C11.6668%2015.9197%2010.9202%2016.6663%2010.0002%2016.6663C9.08016%2016.6663%208.33349%2015.9197%208.33349%2014.9997V11.6663H5.00017C4.08017%2011.6663%203.3335%2010.9197%203.3335%209.99967C3.3335%209.07967%204.08017%208.33301%205.00017%208.33301H8.33349V4.99967C8.33349%204.07967%209.08016%203.33301%2010.0002%203.33301C10.9202%203.33301%2011.6668%204.07967%2011.6668%204.99967V8.33301H15.0001C15.9201%208.33301%2016.6668%209.07967%2016.6668%209.99967Z%22%20fill%3D%22%2314152D%22%2F%3E%3C%2Fsvg%3E");
}

.about__cons-title:before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2220%22%20viewBox%3D%220%200%2021%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M14.7708%208.33301H5.39575C4.53286%208.33301%203.83325%209.07926%203.83325%209.99967C3.83325%2010.9201%204.53286%2011.6663%205.39575%2011.6663H14.7708C15.6336%2011.6663%2016.3333%2010.9201%2016.3333%209.99967C16.3333%209.07926%2015.6336%208.33301%2014.7708%208.33301Z%22%20fill%3D%22%2314152D%22%2F%3E%3C%2Fsvg%3E");
}

.about__proscons-list {
   font-weight: 700;
   padding-left: 64px;
}

/* Steps */
.steps__list li {
   display: block;
   min-height: 0;
   padding-left: 21px;
}

.steps__list li:before {
   content: counter(ol)'.';
   background: none;
   color: #FCC211;
   width: auto;
   height: auto;
   left: 5px;
   bottom: auto;
}

.steps__list li img {
   display: block;
   margin-top: 20px;
   max-width: calc(100% + 21px);
   margin-left: -21px;
}

/* App */
.app__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 20px;
}

.app__wrap-item {
   width: calc(50% - 10px);
}

.title.app__item-title {
   font-size: 18px;
   color: #FCC211;
   text-transform: uppercase;
}

.app__item-list {
   border-top: 1px solid #45465E;
   margin-top: 20px;
   padding-top: 20px;
}

/* Promot */
.promot__list-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 27px;
   padding: 0;
   overflow: hidden;
}

.promot__list-item+.promot__list-item {
   margin-top: 20px;
}

.promot__list-item:before {
   display: none;
}

.promot__item-img {
   max-width: 314px;
}

.promot__item-img img {
   display: block;
}

.promot__item-desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 20px;
}

.promot__item-title {
   border-bottom: 1px solid #45465E;
   padding-bottom: 18px;
}

.promot ul.bg-block li+li {
   margin-top: 18px;
}

/* VIP */
.banner {
   border-radius: 16px;
   overflow: hidden;
   width: 100%;
   padding: 80px;
}

.vip__banner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 20px;
   padding: 40px;
}

.vip__banner-img {
   position: absolute;
}

.vip__banner-right {
   top: 0;
   right: 0;
}

.vip__banner-left {
   bottom: 0;
   left: 0;
}

.vip__banner-item {
   background-color: rgba(20, 21, 45, 0.6);
   border: 1px dashed rgba(255, 212, 0, 0.502);
   border-radius: 16px;
   max-width: 550px;
   padding: 20px;
   position: relative;
}

.vip__banner-right {
   -ms-flex-item-align: end;
   align-self: flex-end;
}

.vip__item-title {
   line-height: 1.2;
}

.vip__item-text {
   border-top: 1px solid #45465E;
   border-bottom: 1px solid #45465E;
   padding: 20px 0;
}

.vip__item-button {
   margin-top: 20px;
}

/* Tournaments */

.table {
   border-radius: 15px;
   border: 1px dashed rgba(255, 212, 0, 0.502);
   overflow: hidden;
   width: 100%;
}

.table tr {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.table th,
.table td {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 20px;
}

.table thead {
   background-color: #FFD400;
   font-size: 20px;
   color: #1F2038;
   text-transform: uppercase;
}

.table th {
   line-height: 1;
}

.tournaments__slots tbody tr:nth-child(odd),
.tournaments__games tbody tr:nth-child(even) {
   background-color: #1F2038;
}

.tournaments__games td ul li {
   padding-left: 21px;
}

.tournaments__games td ul li+li {
   margin-top: 0;
}

.tournaments__games td ul li:before {
   content: '•';
   background: none;
   left: 7px;
   width: auto;
   height: auto;
}

/* Live */
.live__banner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 40px;
}

.live__banner-item {
   background-color: rgba(20, 21, 45, 0.6);
   max-width: 688px;
   position: relative;
}

.live__banner-item:nth-child(odd) {
   -ms-flex-item-align: end;
   align-self: flex-end;
}

.live__banner-item>li {
   padding-left: 32px;
}

.live__banner-item>li:before {
   top: 3px;
   left: 3px;
   bottom: auto;
}

.live__banner-item ul {
   margin-top: 16px;
}

.live__banner-item ul li {
   padding-left: 21px;
}

.live__banner-item ul li+li {
   margin-top: 16px;
}

.live__banner-item ul li:before {
   content: '•';
   background: none;
   color: #FCC211;
   left: 0;
   width: auto;
   height: auto;
}

/* Licence */
.licence {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   padding: 0;
}

.licence__img {
   max-width: 316px;
   width: 100%;
}

.licence__img img {
   display: block;
}

.licence__desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 20px;
}

.licence__desc-title {
   background-color: rgba(0, 0, 0, 0);
   border: none;
   border-radius: 0;
   text-align: left;
   padding: 0;
}

.licence__desc-text {
   border-top: 1px solid #45465E;
   border-bottom: 1px solid #45465E;
   margin-top: 20px;
   padding: 20px 0;
}

/* Deposits */
.deposits {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 45px;
   padding-right: 85px;
}

.deposits__desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.deposits__desc-title {
   background-color: rgba(0, 0, 0, 0);
   border: none;
   border-radius: 0;
   padding: 0;
   text-align: left;
}

.deposits__desc-text {
   border-top: 1px solid #45465E;
   border-bottom: 1px solid #45465E;
   margin-top: 20px;
   padding: 20px 0;
}

.app-buttons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 16px;
   margin-top: 32px;
}

.app-button {
   background-color: #1F2038;
   border: 2px solid #FCC211;
   border-radius: 8px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 16px;
   width: 240px;
   height: 64px;
   padding: 0 32px;
}

.app-button:hover {
   background-color: rgba(252, 194, 17, .6);
}

.app-button img {
   max-width: 32px;
}

.app-button span {
   font-weight: 500;
   font-size: 14px;
   color: #fff;
   line-height: 1.14;
   text-align: center;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.deposits__img {
   max-width: 202px;
}

.deposits__img img {
   display: block;
}

/* FAQ */
.faq__item {
   background-color: #1F2038;
   border: 1px dashed rgba(252, 194, 17, 0.502);
   border-radius: 15px;
   overflow: hidden;
}

.faq__item+.faq__item {
   margin-top: 16px;
}

.title.faq-item__title {
   line-height: 1.4;
   text-align: left;
   margin-bottom: 0;
   cursor: pointer;
   padding: 17px 55px 17px 16px;
}

.faq-item__title:before {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20%2012C20%2013.104%2019.104%2014%2018%2014H14V18C14%2019.104%2013.104%2020%2012%2020C10.896%2020%209.99999%2019.104%209.99999%2018V14H6.00001C4.89601%2014%204%2013.104%204%2012C4%2010.896%204.89601%2010%206.00001%2010H9.99999V6C9.99999%204.896%2010.896%204%2012%204C13.104%204%2014%204.896%2014%206V10H18C19.104%2010%2020%2010.896%2020%2012Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 20px;
   height: 20px;
   position: absolute;
   top: 21px;
   right: 16px;
}

.faq-item__desc {
   border-top: 1px dashed rgba(252, 194, 17, 0.502);
   line-height: 1.71;
   padding: 16px;
}

.faq__item.active .faq-item__title:before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M17.125%2010H5.875C4.83953%2010%204%2010.8955%204%2012C4%2013.1045%204.83953%2014%205.875%2014H17.125C18.1605%2014%2019%2013.1045%2019%2012C19%2010.8955%2018.1605%2010%2017.125%2010Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
}

/* Reviews */
.reviews__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 16px 20px;
   margin-top: 20px;
}

.reviews__list-item {
   background-color: #1F2038;
   border: 1px dashed rgba(252, 194, 18, 0.502);
   border-radius: 15px;
   padding: 20px;
   width: calc(50% - 10px);
}

.reviews__item-stars {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 5px;
   margin-bottom: 20px;
}

.reviews__item-stars img {
   display: block;
   max-width: 22px;
}

.reviews__item-desc p+p {
   margin-top: 16px;
}

.reviews__desc-name {
   font-weight: 700;
   font-size: 20px;
   line-height: 1.5;
}

/* Rating */
.rating__list {
   border: 1px dashed rgba(255, 212, 0, 0.502);
   border-radius: 15px;
   overflow: hidden;
   margin-top: 16px;
}

.rating__list-item {
   padding: 20px;
}

.rating__list-item:nth-child(even) {
   background-color: #1F2038;
}

.rating__item-top {
   font-weight: 700;
   line-height: 1.57;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 18px;
}

.rating__item-desc {
   line-height: 1.57;
}

/* Conclusion */
.conclusion {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
}

.conclusion__desc {
   background-color: rgba(20, 21, 45, 0.698);
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   max-width: 753px;
}

.conclusion__desc-title {
   background-color: rgba(0, 0, 0, 0);
   border: none;
   border-radius: 0;
   text-align: left;
   padding: 0;
}

.conclusion__desc-text {
   border-top: 1px solid #45465E;
   border-bottom: 1px solid #45465E;
   margin-top: 20px;
   padding: 20px 0;
}

.conclusion__img {
   max-width: 202px;
}

.conclusion__img img {
   display: block;
}

/* Footer */
.footer {
   padding: 32px 40px 20px 277px;
}

.footer__logo {
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   max-width: 152px;
   opacity: .5;
   margin: 0 auto;
}

.footer__flags {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 20px;
   margin-bottom: 32px;
}

.footer__flags li {
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   border-radius: 8px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 8px;
   padding: 12px 20px;
}

.footer__flags li img {
   display: block;
   border-radius: 50%;
   max-width: 24px;
}

.footer__flags li a {
   color: #fff;
   line-height: 1;
   text-transform: uppercase;
}

.footer__menu {
   margin: 32px 0px;
   width: 100%;
}

.footer__menu ul {
   border: 2px solid rgba(255, 255, 255, .1);
   border-radius: 100px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 8px 16px;
   padding: 2px;
}

.footer__menu li a {
   display: block;
   font-weight: 500;
   font-size: 14px;
   color: rgba(255, 255, 255, 0.502);
   line-height: 1;
   text-transform: uppercase;
   padding: 9px 17px;
}

.footer__menu li a:hover {
   background-color: #FFD400;
   border-radius: 100px;
   color: #000;
}

.footer__text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   gap: 12px;
   position: relative;
}

.footer__desc {
   color: rgba(255, 255, 255, .5);
   line-height: 1.71;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

/* To top */
.to-top {
   background-color: #1F2038;
   border-radius: 50%;
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2224%22%20viewBox%3D%220%200%2021%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.1%200.3L20.85%2010.8C21%2010.95%2021%2011.25%2021%2011.55C20.85%2011.85%2020.55%2012%2020.25%2012H15V23.25C15%2023.7%2014.7%2024%2014.25%2024H6.75C6.3%2024%206%2023.7%206%2023.25V12H0.75C0.45%2012%200.15%2011.85%200%2011.55C0%2011.25%203.35276e-08%2010.95%200.15%2010.8L9.9%200.3C10.05%200.15%2010.35%200%2010.5%200C10.65%200%2010.95%200.15%2011.1%200.3Z%22%20fill%3D%22%23FDCD0B%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: 21px;
   display: block;
   width: 42px;
   height: 42px;
   position: fixed;
   right: 20px;
   bottom: 20px;
   display: none;
   z-index: 100;
   opacity: .6;
}

.to-top:hover {
   opacity: 1;
}

/* PAGES */
.page-prime {
   padding: 86px 40px 87px;
}

.page-prime .title {
   margin-bottom: 0;
}

/* BONUSES PAGE */
/* Pretext */
.pretext {
   border: 1px dashed rgba(252, 194, 17, 0.502);
}

/* Welcome */
.welcome__banner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 27px;
   padding: 0;
   overflow: hidden;
}

.welcome__banner-img {
   max-width: 314px;
   width: 100%;
}

.welcome__banner-img img {
   display: block;
}

.welcome__banner-desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 20px;
}

.welcome__banner-title {
   border-bottom: 1px solid #45465E;
   padding-bottom: 20px;
}

.welcome__item-title {
   font-size: 18px;
   color: #FCC211;
   line-height: 1.1;
   text-transform: uppercase;
}

.welcome__item ul {
   border-top: 1px solid #45465E;
   line-height: 1.42;
   margin-top: 20px;
   padding-top: 20px;
}

.welcome__item ul li {
   padding-left: 27px;
}

.welcome__item ul li:before {
   left: 0;
}

.welcome__item ul li+li {
   margin-top: 18px;
}

/* Bonuses */
.bonuses__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 27px;
   padding: 0;
   overflow: hidden;
}

.bonuses__item-img {
   max-width: 314px;
}

.bonuses__item-img img {
   display: block;
}

.bonuses__item-desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 20px;
}

.bonuses__desc-title {
   border-bottom: 1px solid #45465E;
   padding-bottom: 20px;
}

/* Offers */
.offers__desc {
   text-align: center;
}

.offers__desc-title {
   margin-bottom: 32px;
}

.offers__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 20px;
}

.offers__wrap-item {
   background-color: rgba(20, 21, 45, 0.698);
   border: 1px dashed rgba(252, 194, 17, 0.502);
   border-radius: 16px;
   font-size: 15px;
   line-height: 1.5;
   width: calc(50% - 10px);
   padding: 20px;
}

.offers__item-title {
   border-bottom: 1px solid #45465E;
   color: #FFC700;
   line-height: 1.5;
   padding-bottom: 24px;
}

.offers__app-butons {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

/* Rewards */
.rewards__item-title {
   color: #FFC700;
   text-transform: uppercase;
}

/* Cashback */
.cashback .background img {
   -o-object-position: 100%;
   object-position: 100%;
}

.cashback__desc {
   position: relative;
}

.cashback__desc-item {
   background-color: rgba(20, 21, 45, 0.698);
   max-width: 669px;
}

.cashback__item-title {
   color: #FFC700;
   text-transform: uppercase;
}

.cashback__desc-button {
   margin-top: 20px;
}

/* Bigwin */
.bigwin__item-title {
   color: #FFC700;
   text-transform: uppercase;
}

.bigwin__item-list {
   border-top: 1px solid #45465E;
   padding-top: 20px;
}

/* Limited */
.limited__events {
   border-radius: 16px;
   overflow: hidden;
   padding: 20px;
}

.limited__events-desc {
   position: relative;
}

.limited__events-title,
.limited-promocodes__title {
   color: #FFC700;
   text-transform: uppercase;
}

.limited__events-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 20px;
   margin-top: 20px;
}

.limited__list-item {
   background-color: rgba(20, 21, 45, 0.698);
   border: 1px dashed rgba(252, 194, 17, 0.502);
   border-radius: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   padding: 20px;
   width: calc(33.3% - 13.3px);
   text-align: center;
}

.limited__list-item+.limited__list-item {
   margin-top: 0;
}

.limited__list-item:before {
   display: none;
}

.limited__item-img {
   max-width: 54px;
   margin: 0 auto;
}

.limited__item-img img {
   display: block;
}

.limited__item-title {
   border-bottom: 1px solid #45465E;
   padding-bottom: 18px;
}

.limited__item-button {
   margin-top: auto;
}

/* Rules */
.rules__title {
   margin-bottom: 32px;
}

.rules__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 32px;
   width: 100%;
}

.rules__desc {
   background-color: rgba(20, 21, 45, 0.698);
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   font-size: 15px;
   line-height: 1.5;
   max-width: 712px;
   text-align: center;
}

.rules__desc p:not(:first-child) {
   margin-top: 32px;
}

.rules__app-butons {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.rules__img {
   max-width: 182px;
}

.rules__img img {
   display: block;
}

/* Responsibly */
.responsibly__banner {
   background-color: #1F2038;
   border: 1px dashed rgba(252, 194, 17, 0.502);
   border-radius: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 27px;
   overflow: hidden;
}

.responsibly__banner-img {
   max-width: 315px
}

.responsibly__banner-img img {
   display: block;
}

.responsibly__banner-desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 20px;
}

.responsibly__desc-list {
   border-top: 1px solid #45465E;
   font-weight: 700;
   color: #FCC211;
   padding-top: 20px;
}

ul.responsibly__desc-list li+li {
   margin-top: 20px;
}

/* Start */
.start__desc {
   text-align: center;
   position: relative;
}

.start__desc p {
   margin-top: 32px;
}

/* APP PAGE */
/* Prime */
.mobile-prime .prime__wrap {
   max-width: 745px;
}

/* Install */
.install__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 20px;
}

.install__wrap-item {
   width: calc(50% - 10px);
}

.install__item-title {
   border-bottom: 1px solid #45465E;
   font-size: 18px;
   color: #FCC211;
   line-height: 1.1;
   text-transform: uppercase;
   margin-bottom: 20px;
   padding-bottom: 20px;
}

.install__tips-title {
   border-bottom: 1px solid #45465E;
   font-size: 18px;
   color: #FCC211;
   line-height: 1.1;
   text-transform: uppercase;
   padding-bottom: 20px;
}

.install__tips-wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
}

.install__tips-wrap ul {
   font-weight: 700;
   color: #FCC211;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.install__tips-wrap ul li+li {
   margin-top: 18px;
}

.install__tips-logo {
   max-width: 262px;
}

.install__tips-logo img {
   display: block;
}

/* Features */
.features__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 20px;
   margin-top: 20px;
}

.features__list-item {
   border: 1px dashed rgba(252, 194, 17, 0.502);
   border-radius: 16px;
   width: calc(50% - 10px);
   overflow: hidden;
   text-align: center;
   padding: 20px 20px 40px;
   min-height: 296px;
}

.features__item-desc {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   height: 100%;
   position: relative;
}

.features__item-title {
   border-bottom: 1px solid #45465E;
   font-size: 18px;
   color: #FCC211;
   text-transform: uppercase;
   padding-bottom: 17px;
}

.button.features__item-button {
   margin-top: auto;
}

/* Devices */
.devices__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 20px;
}

.devices__item {
   width: calc(50% - 10px);
}

.devices__item-title {
   border-bottom: 1px solid #45465E;
   font-size: 18px;
   color: #FCC211;
   line-height: 1.1;
   text-transform: uppercase;
   margin-bottom: 20px;
   padding-bottom: 20px;
}

.devices__item-list li+li {
   margin-top: 18px;
}

/* Compatibility */
.compatibility__banner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

.compatibility__banner-desc {
   position: relative;
}

.compatibility__desc-item {
   background-color: rgba(20, 21, 45, 0.6);
   max-width: 688px;
   padding: 24px;
}

.compatibility__desc-item:nth-child(even) {
   margin-left: auto;
}

.compatibility__desc-item+.compatibility__desc-item {
   margin-top: 40px;
}

.compatibility__app-butons {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-top: 48px;
}

/* Web */
.web__desc-wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   gap: 20px;
   margin-top: 32px;
   position: relative;
}

.web__desc-text {
   background-color: rgba(20, 21, 45, 0.698);
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   max-width: 659px;
}

.web__desc-text ul li+li {
   margin-top: 20px;
}

.web__desc-text ul li {
   padding-left: 30px;
}

.web__desc-text ul li:before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_2373_4619)%22%3E%3Cpath%20d%3D%22M13.9731%206.08292L11.8477%201.41685C11.7991%201.31017%2011.6926%201.2417%2011.5754%201.2417H2.42456C2.30732%201.2417%202.20092%201.31017%202.15231%201.41685L0.0269087%206.08292C-0.0240058%206.19474%20-0.00139045%206.3263%200.0839258%206.4147L6.78478%2013.3554C6.89672%2013.4762%207.10328%2013.4762%207.21522%2013.3554L13.9161%206.4147C14.0014%206.3263%2014.024%206.19471%2013.9731%206.08292ZM5.12515%206.50609H8.87482L6.99999%2012.1923L5.12515%206.50609ZM8.80856%205.9078H5.19141L6.99999%202.22017L8.80856%205.9078ZM0.764122%205.90777L2.43446%202.24072L4.23178%205.90777H0.764122ZM9.76822%205.90777L11.5655%202.24072L13.2358%205.90777H9.76822Z%22%20fill%3D%22%23FCC211%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_2373_4619%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.34375)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
   left: 0;
   width: 14px;
   height: 15px;
}

.web__desc-button {
   margin-top: 20px;
}

.web__desc-img {
   max-width: 182px;
}

.web__desc-img img {
   display: block;
}