html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

textarea:focus,
input:focus {
  outline: none;
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: 400
}

ol,
ul {
  margin: 0;
  padding: 0
}

ol li,
ul li {
  list-style: none;
  list-style-type: none
}

figcaption,
figure {
  margin: 0
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline-color: #FFF;
  outline-width: 1px;
}

b,
strong {
  font-weight: 700
}


img {
  max-width: 100%;
  height: auto
}

a {
  text-decoration: none;
}

iframe,
img {
  vertical-align: top
}

label {
  display: block
}

body {
  position: relative;
  min-width: 320px;
  width: 100%;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #151413;
}

.main.container,
main.main {
  min-height: 100vh;
}

.main.page {
  margin-top: 25px;
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.container .container {
  padding: 0;
}

header {
  padding: 25px 0;
  min-height: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/bg-header.png');
}

header .sing_up {
  background-color: #FF7D02;
  border-radius: 3px;
  padding: 13px 38px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

header .sing_up:hover {
  background-color: #FF9E43;
}

header .logo {
  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-negative: 0;
  flex-shrink: 0;
}

header .logo img {
  max-height: 39px;
}

header .container {
  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;
}

header .container .wrap_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

header .container .wrap_menu .main_menu {
  margin: 0 auto;
}

header .container .wrap_menu .sing_up {
  margin: auto 0;
}

header .container .main_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#burger {
  display: none;
}

header .container .main_menu>li>a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

header .container .main_menu>li>a:hover {
  color: #FF7D02;
}

header .container .main_menu>li.current-menu-item>a {
  color: #FF7D02;
}

header .container .main_menu>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
}

header .container .main_menu a .item-img {
  display: none;
}

header .container .main_menu>li.show .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

header .container .main_menu>li.menu-item-has-children a .item-text {
  margin-right: 8px;
}

.main_content p {
  font-size: 18px;
  line-height: 140%;
  color: #DAE0E8;
  margin-bottom: 25px;
}

.main_content h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 35px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 22px;
}

.page .main_content h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  padding-left: 0;
}

.page .main_content h1:before {
  display: none;
}

.bonus_page>h1,
.casino_page .main_content h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  padding-left: 0;
}

.casino_page .main_content h1 {
  font-size: 42px;
}

.bonus_page>h1:before,
.casino_page .main_content h1:before {
  display: none;
}

.main_content h1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 14px;
  height: 2px;
  background: -o-linear-gradient(161.73deg, #A4662A 1.59%, #313334 92.67%);
  background: linear-gradient(288.27deg, #A4662A 1.59%, #313334 92.67%);
}

.main_content h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 35px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 22px;
}

.main_content h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 14px;
  height: 2px;
  background: -o-linear-gradient(161.73deg, #A4662A 1.59%, #313334 92.67%);
  background: linear-gradient(288.27deg, #A4662A 1.59%, #313334 92.67%);
}

.main_content h4 {
  font-size: 22px;
}

.main_content h5 {
  font-size: 20px;

}

.main_content h4,
.main_content h5 {
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  margin-bottom: 20px;
}

.main_content h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 20px;
}

.main_content ul,
.main_content ol {
  margin-bottom: 20px;
  margin-left: 25px;
}

.main_content li {
  font-size: 18px;
  line-height: 140%;
  color: #DAE0E8;
  margin-bottom: 10px;
  padding-left: 27px;
  position: relative;
}

.main_content ul li:before {
  content: '';
  width: 14px;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  background: -o-linear-gradient(161.73deg, #A4662A 1.59%, #313334 92.67%);
  background: linear-gradient(288.27deg, #A4662A 1.59%, #313334 92.67%);
}

.main_content ol {
  list-style: none;
  counter-reset: li
}

.main_content ol li {
  counter-increment: li;
  padding-left: 20px;
}

.main_content ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li) '';
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #FF7D02;
  background: -webkit-linear-gradient(288.27deg, #A4662A 1.59%, #313334 92.67%);
  ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_content a {
  color: #FF7D02;
}

.main_content a:hover {
  text-decoration: underline;
}

.main_content>p>img,
.main_content>img {
  border-radius: 7px;
}

.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 25px;
  margin-bottom: 30px;
}

.c-breadcrumbs a {
  color: #fff;
}

.c-breadcrumbs li {
  margin-right: 7px;
}

.c-breadcrumbs span,
.c-breadcrumbs a,
.c-breadcrumbs li {
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #A2A5A9;
  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;

}

.c-breadcrumbs a:hover span {
  color: #9C9C9C;
}

.c-breadcrumbs li:last-of-type,
.c-breadcrumbs .current span {
  color: #A2A5A9;
}

.c-breadcrumbs .sep {
  color: #DAE0E8;
}

.contact_form {
  max-width: 750px;
  margin-bottom: 50px;
}

.contact_form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 160%;
  color: #4F504F;
  -ms-flex-preferred-size: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
}

.contact_form label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*flex-basis: 100%;*/
}

.contact_form .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.contact_form textarea,
.contact_form input:not([type='submit']) {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  height: 40px;
  border: none;
  font-size: 16px;
  line-height: 160%;
  color: #1D1D1D;
  width: 100%;
  padding: 0 15px;
}

.contact_form textarea:hover,
.contact_form input:not([type='submit']):hover {
  background-color: #EFF5EB;
  border-color: #C4DAB5;
}

.contact_form textarea {
  height: 120px;
  padding: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #000;
  max-width: 750px;
}

.contact_form textarea {
  background-color: #F2F2F2;
  border-radius: 4px;
  width: 100%;
}

.contact_form br {
  display: none;
}

.contact_form input[type='submit'] {
  background: -o-linear-gradient(353.25deg, #619A38 10.24%, #42731F 101.11%);
  background: linear-gradient(96.75deg, #619A38 10.24%, #42731F 101.11%);
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  padding: 13px 26px;
  border: none;
  cursor: pointer;
  margin-top: 30px;
}

.contact_form input[type='submit']:hover {
  background: -o-linear-gradient(353.25deg, #67AB36 10.24%, #48861B 101.11%);
  background: linear-gradient(96.75deg, #67AB36 10.24%, #48861B 101.11%);
}

body.page_404 .wrap_main {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/block_1/bg_block_1.png');
}

.page_404 .bottom_block {
  min-height: calc(50vh - 200px);
}

.page_404 .wrap_main {
  min-height: 70vh;
  padding: 0;
  max-width: 100%;
  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;
}

.page_404 .back_home {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background-color: #FF7D02;
  padding: 13px 23px;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 3px;
}

.page_404 .back_home:hover {
  background-color: transparent;
  color: #FF7D02;
  border-color: #FF7D02;
}

.page_404 .wrap_404 {
  border-radius: 7px;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_404 .wrap_404 h1 {
  font-weight: 800;
  font-size: 70px;
  line-height: 120%;
  margin-bottom: 2px;
}

.page_404 .wrap_404 p {
  font-size: 18px;
  line-height: 140%;
  color: #DAE0E8;
  margin-bottom: 40px;
  text-align: center;
}
.alignleft,
div.alignleft {
  float: left;
  margin: 0 25px 15px 0;
}
img.alignleft{
	display:block;
}
.aligncenter,
div.aligncenter {
	margin-left:auto;
	margin-right:auto;
}
img.aligncenter{
	display:block;
}
.alignright,
div.alignright {
  float: right;
  margin: 0 0 15px 25px;
}
img.alignright{
	display:block;
}
.colour_content {
  background-color: #EFF5EB;
  padding: 20px 20px 1px 30px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.block_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/block_1/bg_block_1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 520px;
  position: relative;
}

.block_1 .left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 490px;
}

.block_1 .right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 550px;
}

.block_1 .right .img_1 {
  position: absolute;
  right: 70px;
  bottom: 0;
  max-width: 310px;
}

.block_1 .center {
  max-width: 670px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

.block_1 .center h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
  padding: 0;
  margin-bottom: 15px;
  text-transform: none;
  text-align: center;
}

.block_1 .center h1:before {
  display: none;
}

.block_1 .center p {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 20px;
  color: #DAE0E8;
  text-align: center;
}

.block_1 .center .link_content {
  margin: 0 auto;
}

.link_content {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  background: #FF7D02;
  border-radius: 3px;
  padding: 13px 21px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px auto;
  cursor: pointer;
  border: 2px solid #FF7D02;
  text-align: center;
}

.link_content:hover {
  background-color: transparent;
  color: #FF7D02;
}

.block_2 {
  background-color: #202122;
  padding: 40px 0;
}

.block_2 h2 {
  margin-bottom: 50px;
}

.block_2 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.block_2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: calc(33.333% - 14px);
  flex-basis: calc(33.333% - 14px);
  margin-right: 20px;
  border-top: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(288.27deg, #A4662A 1.59%, #313334 92.67%);
  padding-top: 20px;
}

.block_2 .item .title {
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 25px;
}

.block_2 .item .desc {
  font-size: 18px;
  line-height: 140%;
  color: #DAE0E8;
}

.block_2 .item:last-of-type {
  margin-right: 0;
}

.block_3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content_1 {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url('../img/content_1.png');
  padding: 60px 0 30px 0;
}

.content_2 {
  background-color: #202122;
  padding: 60px 0;
}

.content_3 {
  background-color: #202122;
  padding-top: 40px;
  padding-bottom: 40px;
}

.custom_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: 11px;
  margin-bottom: 30px;
}

.custom_photo img {
  z-index: 1;
  border-radius: 3px;
}

.custom_photo:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -11px;
  bottom: -11px;
  background: -o-linear-gradient(161.73deg, #A4662A 1.59%, #313334 92.67%);
  background: linear-gradient(288.27deg, #A4662A 1.59%, #313334 92.67%);
  border-radius: 3px;
  z-index: 0;
}

.block_link {
  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;
  margin-bottom: 30px;
}

.block_link>div {
  -ms-flex-preferred-size: calc(25% - 18px);
  flex-basis: calc(25% - 18px);
  margin-right: 25px;
}

.block_link>div>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  background-color: #394656;
  border-radius: 7px;
  width: 100%;
}

.block_link>div:last-of-type {
  margin-right: 0;
}

.block_link>div>a:hover {
  text-decoration: none;
}

.block_link>div>a:hover>div {
  background: -o-linear-gradient(top, #FF9E43 0%, #FFDAB7 52.08%, #FF9E43 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9E43), color-stop(52.08%, #FFDAB7), to(#FF9E43));
  background: linear-gradient(180deg, #FF9E43 0%, #FFDAB7 52.08%, #FF9E43 100%);
}

.block_link>div>a:hover>span {
  color: #FF7D02;
  text-decoration: none;
}

.block_link>div>a>div {
  background: -o-linear-gradient(top, #768DB9 0%, #ABC0E8 52.08%, #768DB9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#768DB9), color-stop(52.08%, #ABC0E8), to(#768DB9));
  background: linear-gradient(180deg, #768DB9 0%, #ABC0E8 52.08%, #768DB9 100%);
  border-radius: 7px;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  position: relative;
}

.block_link>div>a>div>img {
  position: absolute;
  max-width: none;
}

.block_link .link_1 img {
  left: -5px;
  right: -4px;
  bottom: -4px;
}

.block_link .link_2 img {
  left: -3px;
  right: -4px;
  bottom: -3px;
}

.block_link .link_3 img {
  left: -2px;
  right: -3px;
  bottom: -6px;
}

.block_link .link_4 img {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -4px
}

.block_link>div>a>span {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  text-transform: uppercase;
}

.scroll_top {
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: sticky;
  right: 0;
  bottom: 40px;
  margin-bottom: 50px;
  margin-right: 20px;
  z-index: 1;
}
.scroll_top.show{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scroll_top button {
  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;
  width: 49px;
  height: 49px;
  padding: 0;
  min-width: auto;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none;
  cursor: pointer;
  background: #75787A;
  border-radius: 3px;
}

.scroll_top button svg {
  height: 20px;
}

.scroll_top button:hover {
  background-color: #FF9E43;
  opacity: 1
}

.wrap_main {
  position: relative;
}

.bonus_page .wrap_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.bonus_page .wrap_item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px;
  position: relative;
  -ms-flex-preferred-size: calc(25% - 15px);
  flex-basis: calc(25% - 15px);
  margin-right: 20px;
  background: #202122;
  border-radius: 3px;
  padding: 17px 17px 22px 17px;
}

.bonus_page .wrap_item .item .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bonus_page .wrap_item .item img {
  margin:0 auto 17px auto;
}

.bonus_page .wrap_item .item:last-of-type {
  margin-right: 0
}

.bonus_page .wrap_item .item .title {
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 9px;
}

.bonus_page .wrap_item .item .desc {
  font-size: 16px;
  line-height: 140%;
  color: #F5F9FF;
  margin-bottom: 25px;
  z-index: 2;
}

.bonus_page .wrap_item .item .link {
  background: #FF7D02;
  border-radius: 3px;
  padding: 11px 5px;
  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;
  border: none;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  cursor: pointer;
  border: 2px solid #FF7D02;
  margin-top: auto;
  margin-bottom: 0;
}

.bonus_page .wrap_item .item .link:hover {
  background-color: transparent;
  color: #FF7D02;
}

.bonus_page .link_content {
  margin-bottom: 30px;
}
.content_block .table{
	width:100%;
}

.content_block .table .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
}

.content_block .table .item:last-of-type {
  margin-bottom: 0;
}

.content_block .table .item>td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
}

.content_block .table .item>td>div {
  border-radius: 3px;
  padding: 18px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_block .table .item .column_1 {
  background: -o-linear-gradient(161.73deg, #A4662A 1.59%, #313334 92.67%);
  background: linear-gradient(288.27deg, #A4662A 1.59%, #313334 92.67%);
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.content_block .table .item .column_1 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_block .table .item .column_2 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
  margin: 2px 2px;
  z-index: 1;
  color: #DAE0E8;
}

.content_block .table .item .column_2>div {
  background: #202122;
  width: 100%;
  z-index: 1;
}

.content_block .table .item .column_2:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: -o-linear-gradient(161.73deg, #A4662A 1.59%, #313334 92.67%);
  background: linear-gradient(288.27deg, #A4662A 1.59%, #313334 92.67%);
  border-radius: 3px;
  z-index: 0;
}

.casino_table {
  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;
  margin-bottom: 40px;
}

.casino_table .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: calc(33.33% - 14px);
  flex-basis: calc(33.33% - 14px);
  position: relative;
  border-radius: 3px;
  margin: 20px 20px 20px 0;
  overflow: hidden;
  background-color: #202122;
  padding: 15px 17px 17px 17px;
}

.casino_table .item .name_game {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.casino_table .item:nth-child(3n) {
  margin-right: 0;
}

.casino_table .item .img {
  width: 100%;
  height: 100%;
  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;
  border-radius: 3px;
  position: relative;
}

.casino_table .item .img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  max-height: 242px;
}

.casino_table .item .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.casino_table .item .mask .link {
  background: #FF7D02;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 13px 55px;
  border: 2px solid transparent;
  cursor: pointer;
}

.casino_table .item .mask .link:hover {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.casino_table .item:hover .mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(21, 20, 19, 0.6);
  z-index: 1;
}

.faq {
  padding: 40px 15px 0 15px;
}

.faq .item {
  margin-bottom: 40px;
}

.faq .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(161.73deg, #A4662A 1.59%, #313334 92.67%);
  background: linear-gradient(288.27deg, #A4662A 1.59%, #313334 92.67%);
  border-radius: 3px;
  padding: 18px 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.faq .answer {
  font-size: 18px;
  line-height: 140%;
  color: #DAE0E8;
}

.faq .answer>*:last-child {
  margin-bottom: 0;
}

footer {
  background-color: #1A1F27;
}

footer .payments {
  background-color: #202122;
  padding: 31px 0;
}

footer .payments .container {
  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;
}

footer .payments .container>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
}

footer .payments .container>div>img {
  opacity: .4;
}

footer .bottom {
  background-color: #151413;
  padding: 15px 0 30px 0;
}

footer .bottom .desc {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #DAE0E8;
  margin-bottom: 20px;
}

footer .bottom .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;
}

footer .bottom .wrap .protect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .bottom .wrap .protect>div {
  margin-right: 20px;
}

footer .bottom .wrap .protect>div:last-of-type {
  margin-right: 0;
}

footer .bottom .wrap .copy {
  font-size: 14px;
  line-height: 140%;
  color: #DAE0E8;
}

img.emoji {
  margin: 0 3px !important;
}
table.custom_table{
	margin-bottom:30px;
}
table.custom_table th,
table.custom_table td{
	margin:1px;
	border:1px solid #DAE0E8;
	padding:5px 10px;
}
@media screen and (max-width:1920px) {
  .block_1 .left {
    max-width: 25.5vw;
  }

  .block_1 .right {
    max-width: 28.6vw;
  }

  .block_1 .right .img_1 {
    max-width: 16.4vw;
  }
}

@media screen and (max-width:1200px) {
  .scroll_top {
    opacity: .9;
  }
}

@media screen and (max-width: 1100px) {
  .block_1 .center h1 {
    font-size: 40px;
  }


  .block_2 .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block_2 .item {
    max-width: 300px;
    margin: 0 10px 15px 10px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .block_2 .item:last-of-type {
    margin: 0 10px 15px 10px;
  }
}

@media screen and (max-width:1024px) {
  header .container .wrap_menu {
    display: none;
  }

  header .container .main_menu>li>a {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    padding: 10px 10px 10px 0;
  }

  #burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 53px;
    position: relative;
  }

  #burger span {
    background-color: #fff;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #burger span:nth-child(1) {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    top: 10px;
  }

  #burger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }

  #burger span:nth-child(3) {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    bottom: 10px;
    left: auto;
    right: 10px;
  }

  .show_burger header {
    background-image: none;
  }

  .show_burger #burger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }

  .show_burger #burger span:nth-child(2) {
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    opacity: 0;
  }

  .show_burger #burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
    width: 33px;
  }

  .block_1 {
    height: 400px;
  }

  .block_1 .center {
    max-width: 500px;
  }

  .block_1 .center .link_content {
    margin: 0 auto;
  }

  .block_link>div {
    -ms-flex-preferred-size: calc(25% - 7px);
    flex-basis: calc(25% - 7px);
    margin-right: 10px;
    max-width: 125px;
  }

  .block_link>div>a {
    padding: 10px 7px;
  }

  .block_link>div>a>div {
    width: 43px;
    height: 43px;
    margin-right: 5px;
  }

  .block_link .link_1 img {
    width: 51px;
    left: -3px;
    right: -3px;
    bottom: -3px;
  }

  .block_link .link_2 img {
    width: 47px;
    left: -2px;
    right: -3px;
    bottom: -2px;
  }

  .block_link .link_3 img {
    width: 46px;
    left: -1px;
    right: -3px;
    bottom: -4px;
  }

  .block_link .link_4 img {
    width: 30px;
    bottom: -2px;
  }

  .block_link>div>a>span {
    font-size: 14px;
    line-height: 140%;
  }

  header {
    min-height: 70px;
    padding: 15px 0;
  }

  header .logo img {
    max-height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .show_burger header .container .wrap_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: calc(100vh - 70px);
    background-color: #151413;
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  header .container .wrap_menu .sing_up {
    margin: 0 auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding: 14px 50px;
    margin: 0 auto 0 35px;
  }

  header .container .wrap_menu .main_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 50px auto 30px 35px;
  }

  .show_burger header {
    z-index: 10;
  }

  header .container .main_menu>li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }

  body.show_burger {
    overflow: hidden;
  }

  header .container .main_menu>li .arrow {
    padding: 0 8px;
  }
}

@media screen and (max-width: 900px) {
  footer .payments {
    padding: 20px 0;
  }

  footer .payments .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .payments .container>div {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
  }

  .casino_table .item {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }

  .casino_table .item,
  .casino_table .item:nth-child(3n) {
    margin-right: 20px;
  }

  .casino_table .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .bonus_page .wrap_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bonus_page .wrap_item .item {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    margin: 10px;
  }

  .content_block .table .item .column_1,
  .content_block .table .item .column_2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .bonus_page .wrap_item .item:last-of-type {
    margin: 10px;
  }
}

@media screen and (max-width: 640px) {
  .main.page {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .main.container,
  main.main {
    min-height: calc(100vh - 360px);
  }

  .block_1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    overflow: hidden;
    margin-top: 65px;
  }

  .block_1 .center {
    padding: 0 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .block_1 .left,
  .block_1 .right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: static;
    height: 185px;
    overflow: hidden;
  }

  .block_1 .right .img_1 {
    position: absolute;
    max-width: 145px;
    right: -45px;
  }

  .block_1 .right .img_2 {
    display: none;
  }

  .block_1 .left img {
    max-width: 190px;
    position: absolute;
    left: -55px;
    bottom: 0;
  }

  .block_1 .center h1 {
    font-weight: 800;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 15px;
  }

  .block_1 .center p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 140%;
  }

  .block_2 {
    padding: 30px 0;
  }

  .block_2 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block_2 .item {
    margin: 0 auto 40px auto;
  }

  .block_2 .item:last-of-type {
    margin: 0 auto;
  }

  .block_2 .item .title {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
  }

  .block_2 .item .desc {
    font-size: 14px;
    line-height: 140%;
  }

  .content_block .table .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 140%;
  }

  .content_block .table .item .column_1,
  .content_block .table .item .column_2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .content_block .table .item .column_1>div,
  .content_block .table .item .column_2>div {
    padding: 14px 15px;
  }

  .content_block .table .item .column_1 {
    margin-bottom: 4px;
    margin-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block_3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block_link>div {
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block_link>div:nth-child(odd) {
    margin-right: 10px;
  }

  .block_link>div>a {
    max-width: 125px;
  }

  .content_1 {
    background: none;
    padding: 30px 0;
  }

  .main_content h1 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-left: 20px;
  }

  .page .main_content h1 {
    font-size: 28px;
    line-height: 120%;
  }

  .bonus_page>h1,
  .casino_page .main_content h1 {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 30px;
	 padding-left:0;
  }
  .bonus_page .wrap_item .item img {
    width: 100%;
  }
  .main_content h1:before {
    top: 16px;
  }

  .main_content h2 {
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 20px;
  }

  .main_content h2:before {
    top: 10px;
  }

  .main_content h3 {
    font-size: 18px;
  }

  .main_content h4,
  .main_content h5 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 15px;
  }

  .main_content p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
  }

  .main_content ul,
  .main_content ol {
    margin-left: 15px;
  }

  .main_content li {
    font-size: 14px;
    line-height: 140%;
  }

  .main_content li:before {
    top: 9px;
  }

  .main_content ol li::before {
    top: 0;
    font-size: 14px;
  }

  .c-breadcrumbs span,
  .c-breadcrumbs a,
  .c-breadcrumbs li {
    font-size: 12px;
    line-height: 14px;
  }

  .c-breadcrumbs {
    margin-top: 16px;
    margin-bottom: 18px;
  }

  .casino_table {
    margin-bottom: 15px;
  }

  .casino_table .item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 0 20px 0;
    height: auto;
  }

  .casino_table .item:nth-child(odd) {
    margin-right: 20px;
  }

  .casino_table .item:nth-child(even) {
    margin-left: 0;
  }

  .casino_table .item .mask .link {
    font-size: 14px;
    padding: 10px 20px;
  }

  .casino_table .item .img img {
    height: calc(50vw - 25px);
  }

  .content_2 {
    padding: 30px 0;
  }

  .content_3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bonus_page .wrap_item .item .title {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 5px;
  }

  .bonus_page .wrap_item .item .desc {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 16px;
  }

  .page_404 .wrap_404 p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
  }

  footer .payments .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .payments .container>div {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  footer .bottom .desc {
    font-size: 12px;
    line-height: 140%;
  }

  footer .bottom .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  footer .bottom .wrap .protect {
    margin-bottom: 15px;
  }

  footer .bottom .wrap .copy {
    font-size: 12px;
  }

  .scroll_top {
    right: 20px;
    bottom: 20px;
    margin-bottom: 20px;
  }
  .scroll_top button{
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 500px) {
  body.page_404 {
    background-image: none;
  }
 
  body.page_404 .wrap_main {
    background-image: url('../img/bg_404_mobile.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
	.bonus_page .wrap_item .item{
		flex-basis:500px;
		margin:0 auto 20px auto;
	}
  .casino_table .item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 15px;
  }

  .casino_table .item:nth-child(n) {
    margin-right: 0;
  }

  .casino_table .item .name_game {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 8px;
  }

  .casino_table .item .img img {
    height: auto;
  }

  .contact_form .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .contact_form label {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }

  .contact_form label:last-of-type {
    margin-bottom: 0;
  }

  .contact_form input[type='submit'] {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    padding: 12px;
  }

  .block_2 .item {
    max-width: 100%;
  }
}