@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
    url('../fonts/Montserrat-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
    url('../fonts/Montserrat-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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
}

img.aligncenter {
  margin: 0 auto;
  display: block;
}

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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #fff;
}

body.home.webp_support {
  background-image: url('../img/top_bg.webp');
}

body.home {
  background-image: url('../img/top_bg.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 670px;
}


.main.container,
main.main {
  margin-top: 25px;
  margin-bottom: 70px;
  min-height: 100vh;
}

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

.main.page .main_content h1 {
  font-size: 40px;
}

.main.page .c-breadcrumbs {
  margin-bottom: 25px;
}

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

.container .container {
  padding: 0;
}

header {
  background-color: #1D1D1D;
  padding: 7px 0;
  position: relative;
}

body.home header {
  background: none;
}

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-width: 162px;
  max-height: 53px;
}

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 .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: 160%;
  text-transform: uppercase;
  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.menu-item-has-children>a {
  pointer-events: none;
}

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

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

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: 10px 20px;
  position: relative;
}

header .container .main_menu>li .arrow {
  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;
  -webkit-transition: .3s transform;
  -o-transition: .3s transform;
  transition: .3s transform;
  margin-left: 8px;
}

header .container .main_menu>li .wrap_sub_menu .menu-item-has-children .arrow {
  transform: rotate(270deg);

}

header .container .main_menu a .item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}

header .container .main_menu .wrap_sub_menu {
  display: none;
}

header .container .main_menu>li:hover>.wrap_sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 24px 18px;
  background: #F65537;
  border-radius: 1px;
  z-index: 1;
}

header .container .main_menu>li .wrap_sub_menu .menu-item-has-children {
  position: relative;
  display: flex;
}

header .container .main_menu>li .wrap_sub_menu .menu-item-has-children:hover .wrap_sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -25px;
  left: 100%;
  padding: 24px 18px;
  background: #F65537;
  border-radius: 1px;
  z-index: 1;
}

header .container .main_menu>li .wrap_sub_menu .menu-item-has-children .arrow path {
  fill: #fff;
}

header .container .main_menu>li .wrap_sub_menu li.menu-item-has-children:hover:before {
  display: none;
}

header .container .main_menu>li .wrap_sub_menu a {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  white-space: nowrap;
}

header .container .main_menu>li .wrap_sub_menu li.current-menu-item a {
  color: rgba(255, 255, 255, 0.6);
}

header .container .main_menu>li .wrap_sub_menu li {
  margin-bottom: 15px;
  position: relative;
  padding-right: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header .container .main_menu>li .wrap_sub_menu li:hover:before {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url('../img/arrow_menu.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

header .container .main_menu>li .wrap_sub_menu li:last-of-type {
  margin-bottom: 0;
}

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

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

header .wrap_menu .gift {
  width: 41px;
  height: 40px;
  background-image: url('../img/gift/bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  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;
  cursor: pointer;
}

header .wrap_menu .wrap_gift {
  position: relative;
  margin-left: 40px;
}

header .wrap_menu .wrap_gift .gift_block {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  background-color: rgba(234, 234, 236, 1);
  -webkit-box-shadow: 0px 12px 200px rgba(104, 104, 104, 0.3);
  box-shadow: 0px 12px 200px rgba(104, 104, 104, 0.3);
  border-radius: 2px;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  overflow: hidden;
  top: -80px;
  width: 220px;
  height: 200px;
  padding: 15px;
  z-index: 1;
}

.page-template-contact-us header .wrap_menu .wrap_gift .gift_block,
.page-template-default header .wrap_menu .wrap_gift .gift_block,
.page-template-page-about-us header .wrap_menu .wrap_gift .gift_block {
  background: #1D1D1D;
}

.page-template-contact-us header .wrap_menu .wrap_gift .gift_block .text,
.page-template-default header .wrap_menu .wrap_gift .gift_block .text,
.page-template-page-about-us header .wrap_menu .wrap_gift .gift_block .text {
  color: rgba(234, 234, 236, 1);
}

.page-template-contact-us header .wrap_menu .wrap_gift .gift_block .cross path,
.page-template-default header .wrap_menu .wrap_gift .gift_block .cross path,
.page-template-page-about-us header .wrap_menu .wrap_gift .gift_block .cross path {
  fill: rgba(234, 234, 236, 1);
}

header .wrap_menu .wrap_gift.open .gift_block {
  top: calc(15px + 100%);
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);

}

header .wrap_menu .wrap_gift .gift_block .bk {
  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;
  margin-bottom: 10px;
}

header .wrap_menu .wrap_gift .gift_block .bk img {
  max-width: 159px;
  max-height: 66px;
}

header .wrap_menu .wrap_gift .gift_block .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #3D4D5C;
}

header .wrap_menu .wrap_gift .gift_block .link {
  background-image: url('../img/gift/bg_button.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 36px;
  width: 160px;
  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: 600;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  margin: 15px auto 0 auto
}

header .wrap_menu .wrap_gift .gift_block .link:hover {
  opacity: .7;
}

header .wrap_menu .wrap_gift .gift_block .cross {
  top: 7px;
  right: 7px;
  position: absolute;
  cursor: pointer;
}

header .wrap_menu .wrap_gift .gift_block .cross span {
  position: absolute;
  border-radius: 3px;
}

header .wrap_menu .wrap_gift.open .gift svg path,
header .wrap_menu .gift:hover svg path {
  fill: #F65537;
}

.main_content.with_bg {
  position: relative;
  padding: 60px 0;
  margin-bottom: 40px;
}

.main_content.with_bg:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
  background-image: url(../img/bg_comments.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.main_content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #3D4D5C;
  margin-bottom: 15px;
}

.main_content h1,
.main_content h2,
.main_content h3,
.main_content h4,
.main_content h5,
.main_content h6 {
  letter-spacing: 0.1em;
  color: #131F2C;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
}

h1 .red,
h2 .red {
  color: #F65537;
}

.main_content h1 {
  font-size: 55px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.main_content h2 {
  font-size: 28px;
  margin-bottom: 25px;
}

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

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

.main_content h5 {
  font-size: 16px;
}

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

.main_content li {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #3D4D5C;
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}

.main_content ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #F55537;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 6px;
}

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

.main_content ol li {
  counter-increment: li
}

.main_content ol li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: counter(li);
  font-weight: 900;
  font-size: 14px;
  line-height: 120%;
  background-color: #F55537;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_content a {
  color: #F65537;
}

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

.container .bookmakers_rating_table {
  padding: 0;
}

.bookmakers_rating_table {
  border-radius: 4px;
  margin-bottom: 40px;
}

.bookmakers_rating_table.show_all .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bookmakers_rating_table.show_all .wrap_bookmakers_load_more {
  display: none;
}

.bookmakers_rating_table .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 12px 40px rgba(101, 101, 101, 0.1);
  box-shadow: 0px 12px 40px rgba(101, 101, 101, 0.1);
  border-radius: 1px;
  margin-bottom: 10px;
  min-height: 120px;
  position: relative;
}

/* .bookmakers_rating_table .item:nth-child(-n + 11) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

.bookmakers_rating_table .item .count {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.14);
  border: 2px solid #FFFFFF;
  border-radius: 1px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  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;
}

.bookmakers_rating_table .item .bookmaker_logo {
  width: 280px;
  margin-right: 45px;
  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;
}

.bookmakers_rating_table .item .wrap_name {
  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;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  margin-right: 50px;
}

.bookmakers_rating_table .item .wrap_name .bookmaker_name {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #131F2C;
  margin-bottom: 20px;
}

.bookmakers_rating_table .item .wrap_name .bonus {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3D4D5C;
  max-width: 150px;
  width: 100%;
  background: #EAEFF3;
  border: 2px dashed #92A5B8;
  border-radius: 1px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bookmakers_rating_table .item .wrap_name .bonus svg {
  margin-right: 10px;
}

.bookmakers_rating_table .item .short_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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  margin-right: 30px;
}

.bookmakers_rating_table .item .short_desc li {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #3D4D5C;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bookmakers_rating_table .item .short_desc li:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('../img/short_desc_list.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  position: static;
  top: auto;
  left: auto;
  background-color: transparent;
  border-radius: 0;
}

.bookmakers_rating_table .item .short_desc li:last-child {
  margin-bottom: 0;
}

.bookmakers_rating_table .item .site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto 20px auto auto;
}

.bookmakers_rating_table .item .site .play {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 44px;
  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;
  background-image: url('../img/bg_button_site.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 5px;
}

.bookmakers_rating_table .item .site .play:hover {
  background-image: url('../img/bg_button_site_hover.png');
}

.bookmakers_rating_table .item .site .review {
  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: 600;
  font-size: 16px;
  line-height: 120%;
  color: #F65537;
  padding: 5px;
  text-align: center;
}

.bookmakers_rating_table .count {
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
}

.bookmakers_rating_table .payment_systems {
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
}

.bookmakers_rating_table .site {
  -ms-flex-preferred-size: 175px;
  flex-basis: 175px;
}

.bookmakers_rating_table .wrap_bookmakers_load_more {
  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;
  padding-top: 30px;
}

.bookmakers_rating_table .wrap_bookmakers_load_more .bookmakers_load_more {
  height: 38px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #619A38;
  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: 1px solid #619A38;
  border-radius: 4px;
  padding: 0 22px;
  background-color: transparent;
  cursor: pointer;
}

.bookmakers_rating_table .wrap_bookmakers_load_more .bookmakers_load_more:hover {
  color: #7BC04B;
  border-color: #7BC04B;
}

.bookmakers_rating_table .wrap_bookmakers_load_more .bookmakers_load_more svg {
  margin-left: 10px;
}

.bookmakers_rating_table .wrap_bookmakers_load_more .bookmakers_load_more:hover svg path {
  fill: #7BC04B;
}

.faq {
  margin-top: 50px;
}

.faq .title {
  font-weight: 900;
  font-size: 28px;
  line-height: 140%;
  text-transform: uppercase;
  color: #1D1D1D;
  margin-bottom: 30px;
  text-align: center;
}

.faq .question {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #F8F8F8;
  padding: 25px;
  border: 2px solid transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  background-color: #F55638;
  -webkit-box-shadow: 0px 12px 40px rgba(101, 101, 101, 0.1);
  box-shadow: 0px 12px 40px rgba(101, 101, 101, 0.1);
  border-radius: 1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.faq .open .question {
  background: rgba(245, 86, 56, 0.14);
  border-color: #F55638;
  color: #EF573A;
}

.faq .question img {
  margin-right: 10px !important;
}

.faq .question svg {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 22px;
}

.faq .open .question svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq .open .question svg path {
  fill: #F05639;
}

.faq .answer {
  display: none;
  padding: 17px 30px 20px 30px;

}

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

.faq .item {
  margin-bottom: 10px;
  -o-transition: all .7s ease;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.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-bottom: 55px;
}

.c-breadcrumbs .sep span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-breadcrumbs .sep svg {
  width: 11.5px;
  height: 19.5px;
}

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

.c-breadcrumbs a {
  color: #131F2C;

}

.c-breadcrumbs li {
  color: #F65537;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: justify;
  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: #F65537;
}

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

.bookmakers_page>.wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bookmakers_page .c-breadcrumbs {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bookmakers_page .left_content {
  -ms-flex-preferred-size: 750px;
  flex-basis: 750px;
  margin-right: 20px;
}

.bookmakers_page .left_content .main_content {
  margin-right: 0;
}

.bookmakers_page .sidebar {
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
}


.bookmakers_page .main_info_bookmakers {
  padding: 60px 0;
  position: relative;
  margin-bottom: 80px;
}

.bookmakers_page .main_info_bookmakers .title {
  font-weight: 900;
  font-size: 28px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #131F2C;
  margin-bottom: 50px;
}

.bookmakers_page .main_info_bookmakers>.bg {
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  max-width: 1170px;
  width: 100vw;
  z-index: -1;
}

body.webp_support .bookmakers_page .main_info_bookmakers>.bg:before {
  background-image: url('../img/bg_main_info.webp');
}

.bookmakers_page .main_info_bookmakers>.bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50%);
  -webkit-transform: translateX(calc(-50%));
  -ms-transform: translateX(calc(-50%));
  transform: translateX(calc(-50%));
  width: 100vw;
  bottom: 0;
  background-image: url('../img/bg_main_info.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.bookmakers_page .main_info_bookmakers .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bookmakers_page .main_info_bookmakers .item {
  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;
  -ms-flex-preferred-size: calc(50% - 5px);
  flex-basis: calc(50% - 5px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 40px rgba(101, 101, 101, 0.1);
  box-shadow: 0px 12px 40px rgba(101, 101, 101, 0.1);
  border-radius: 1px;
  margin-bottom: 10px;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #8194A8;
}

.bookmakers_page .main_info_bookmakers .item.website span {
  color: #F65537;
}

.bookmakers_page .main_info_bookmakers .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.bookmakers_page .main_info_bookmakers .item .text svg {
  margin-right: 10px;
}

.bookmakers_page .main_info_bookmakers .item span {
  color: #131F2C;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bookmakers_page .main_info_bookmakers .item.os span img {
  margin-right: 13px;
  max-width: 27px;
  max-height: 27px;
}

.bookmakers_page .main_info_bookmakers .item.os span img:last-of-type {
  margin-right: 0;
}

.alignleft {
  float: left;
  margin: 0 25px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 25px;
}

.colour_content {
  background-color: #EFF5EB;
  padding: 20px 20px 1px 30px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.wrap_top_block {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrap_top_block .left {
  margin-bottom: 80px;
  -ms-flex-preferred-size: calc(100% - 240px);
  flex-basis: calc(100% - 240px);
}

.wrap_top_block .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -7px;
}

.wrap_top_block_list .man {
  display: none;
}

.top_block>h1 {
  color: #fff;
  font-size: 45px;
}

.top_block>p {
  color: rgba(255, 255, 255, 0.8);
}

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

.top_block_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: calc((100% - 40px)/3);
  flex-basis: calc((100% - 40px)/3);
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  padding: 15px 10px;
  text-transform: uppercase;
  color: #F65537;
  background-image: url('../img/bg_top_block_list.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.top_block_list .item:hover {
  opacity: .7;
}

.top_block_list .item svg {
  margin-right: 12px;
}

.best_online_game {
  background-image: url('../img/bg_best_online_game.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 75px 0;
  padding: 60px 0;
}

.best_online_game .title_main {
  font-weight: 900;
  font-size: 28px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 75px;
}

.best_online_game .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.best_online_game .wrap .item {
  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;
  -ms-flex-preferred-size: calc((100% - 100px)/5);
  flex-basis: calc((100% - 100px)/5);
}

.best_online_game .wrap .item img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 105px;
}

.best_online_game .wrap .item .title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: 10px;
}

.best_online_game .wrap .item:hover .title {
  color: #F65537;
}

.comments {
  background-image: url('../img/bg_comments.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 60px;
  margin-bottom: 75px;
}

.comments>.container>.title {
  font-weight: 900;
  font-size: 28px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #131F2C;
  margin-bottom: 20px;
}

.comments .slider {
  position: relative;
}

.comments .slider>.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.comments .slider>.arrow.prev {
  left: 0;
}

.comments .slider>.arrow.next {
  right: 0;
}

.comments .slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 20px 50px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(101, 101, 101, 0.1);
  box-shadow: 0px 0px 10px 10px rgba(101, 101, 101, 0.1);
  border-radius: 1px;
  margin: 20px 17px 40px 17px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
  position: relative;
}

.comments .slider .item.slick-current {
  border-color: #F55638;
}

.comments .slider .item.slick-current:before {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 0;
  height: 2px;
  background: #F55638;
  width: calc(100% - 115px);
}

.comments .slider .item.slick-current:after {
  content: '';
  position: absolute;
  right: 22px;
  bottom: -32px;
  width: 70px;
  height: 70px;
  background-image: url('../img/q.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.comments .slider .item .rating {
  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;
  margin-bottom: 13px;
}

.comments .slider .item .rating svg {
  margin: 0 4px;
}

.comments .slider .item .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #3D4D5C;
  margin-bottom: 25px;
}

.comments .slider .item .customer {
  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: 100%;
  border-top: 2px solid #E8EDF1;
  padding-top: 10px;
}

.comments .slider .item .customer .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;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.comments .slider .item .customer .name {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  color: #8194A8;
}

.comments .slick-list.draggable {
  max-width: calc(100% - 46px);
  margin: auto;
}

.comments .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments .slick-dots {
  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;
}

.comments .slick-dots li {
  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;
  margin: 0 4px;
}

.comments .slick-dots li.slick-active button {
  background: #F55537;
}

.comments .slick-dots button {
  font-size: 0;
  background: none;
  border: 2px solid #F55537;
  border-radius: 2px;
  height: 11px;
  width: 11px;
  padding: 0;
}

.content_block {
  margin-bottom: 75px;
}

.more_info {
  background-image: url('../img/bg_more_info.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.more_info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.more_info .container>.top {
  flex-basis: 100%;
  margin-bottom: 65px;
}

.more_info .container>.top .title {
  font-weight: 900;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 10px;
  text-align: center;
}

.more_info .container>.top .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #92A5B8;
}

.more_info .container>.bottom {
  display: flex;
  flex-basis: 100%;
}

.more_info .container>.bottom .left {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-preferred-size: 365px;
  flex-basis: 365px;
  position: relative;
}

.more_info .container>.bottom .left img {
  z-index: 1;
  position: absolute;
  top: 144%;
  left: -30px;
  transform: translateY(-50%);
  max-width: 430px;
  z-index: 1;

}

.more_info .container>.bottom .right {
  -ms-flex-preferred-size: calc(100% - 385px);
  flex-basis: calc(100% - 385px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}


.more_info .container>.bottom .right .email {
  background: rgba(146, 165, 184, 0.14);
  border: 2px solid #92A5B8;
  border-radius: 1px;
  padding: 14px 15px 14px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  max-width: 365px;
  width: 100%;
  margin-right: 20px;
  color: #fff;
}

.more_info .container>.bottom .right .email::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #365876;

}

.more_info .container>.bottom .right .email::-moz-placeholder {
  text-transform: uppercase;
  color: #365876;

}

.more_info .container>.bottom .right .email:-ms-input-placeholder {
  text-transform: uppercase;
  color: #365876;

}

.more_info .container>.bottom .right .email::-ms-input-placeholder {
  text-transform: uppercase;
  color: #365876;

}

.more_info .container>.bottom .right .email::placeholder {
  text-transform: uppercase;
  color: #365876;

}

.more_info .container>.bottom .right .sub {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #FFFFFF;
  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;
  background-color: transparent;
  border: none;
  background-image: url('../img/bg_button_site.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 58px;
  width: 216px;
  cursor: pointer;
}

.more_info .container>.bottom .right .sub:hover {
  background-image: url('../img/bg_button_site_hover.png');
}

.lang_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lang_switcher .current_lang {
  border: 2px solid #FFFFFF;
  border-radius: 1px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  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;
  text-transform: uppercase;
  padding: 5px 9px;
  cursor: pointer;
}

.lang_switcher .current_lang svg {
  margin-left: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lang_switcher:hover .current_lang svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lang_switcher .current_lang img {
  width: 25px !important;
  height: 19px !important;
  border-radius: 2px;
  margin-right: 6px;
}

.lang_switcher .wrap_lang_switcher {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-radius: 1px;
  padding: 5px 20px 5px 8px;
}

.lang_switcher:hover .wrap_lang_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.lang_switcher .wrap_lang_switcher li {
  margin: 5px 0 5px 0;
}

.lang_switcher .wrap_lang_switcher:last-child {
  margin-bottom: 0;
}

.lang_switcher .wrap_lang_switcher a {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #14202D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.lang_switcher .wrap_lang_switcher a img {
  width: 25px !important;
  height: 19px !important;
  border-radius: 2px;
  margin-right: 6px;
}

.lang_switcher .wrap_lang_switcher a:hover {
  color: #F65537;
}

footer {
  background-color: #F65537;
  padding: 120px 0 45px 0;
  position: relative;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .container .footer_menu {
  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;
  margin-bottom: 20px;
}

footer .wrap_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

footer .container .footer_menu a {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  display: block;
}

footer .container .footer_menu a:hover {
  color: #14202D;
}

footer .copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #14202D;
}

footer .container>.menu {
  margin: 0 15px;
}

footer .container>.menu .title {
  font-weight: 900;
  font-size: 22px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}

footer .container>.menu a {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

footer .container>.menu a:hover {
  color: #14202D;
}

footer .container .column_4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #14202D;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer .container .column_4 .mobile {
  display: none;
}

footer .container .column_4 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

footer .container .column_4 svg {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer .container .column_4 .under {
  margin-bottom: 20px;
}

footer .container .column_4 .wrap_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .container .column_4 .wrap_img>div:last-child {
  margin-top: 15px;
}

footer .container .column_1 {
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer .container .column_2 {
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
}

footer .container .column_3 {
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
}

footer .container .column_4 {
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
}

body.webp_support .top_block_bookmakers {
  background-image: url('../img/bg_review_bk_top_block.webp');
}

.top_block_bookmakers {
  background-image: url('../img/bg_review_bk_top_block.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 65px;
}


.top_block_bookmakers header {
  background: none;
}

.top_block_bookmakers .c-breadcrumbs span,
.top_block_bookmakers .c-breadcrumbs a,
.top_block_bookmakers .c-breadcrumbs li {
  color: #FFFFFF;
}

.top_block_bookmakers .c-breadcrumbs .sep svg path {
  stroke: #FFFFFF;
}

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

.top_block_bookmakers .container {
  margin-top: 10px;
}

.top_block_bookmakers .container>.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_block_bookmakers .container .left {
  -ms-flex-preferred-size: 430px;
  flex-basis: 430px;
  margin-right: 30px;
}

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

.top_block_bookmakers .container .rate.mobile {
  display: none;
}

.top_block_bookmakers .container .rate .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 13px;
}

.top_block_bookmakers .container .rating {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_block_bookmakers .container .rating .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.top_block_bookmakers .container .rating .number span:first-child {
  font-weight: 900;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F55638;
}

.top_block_bookmakers .container .rating .number span:last-child {
  font-weight: 900;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #fff;
}

.top_block_bookmakers .container .left .logo {
  height: 236px;
  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: 9px solid #2D2831;
  border-radius: 1px;
  margin-bottom: 15px;
}

.top_block_bookmakers .container .left .logo img {
  max-height: 210px;
  object-fit: contain;
}

.top_block_bookmakers .container .rating .stars {
  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;
}

.top_block_bookmakers .container .rating .stars svg {
  margin: 0 2.5px;
}

.top_block_bookmakers .container .right {
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top_block_bookmakers .right .main_title {
  font-weight: 900;
  font-size: 55px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F65537;
}

.top_block_bookmakers .right .main_title span {
  text-transform: uppercase;
  color: #FFFFFF;
}

.top_block_bookmakers .right .desc {
  margin-top: 15px;
  margin-bottom: 15px;
}

.top_block_bookmakers .right .desc>div {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_block_bookmakers .right .desc .available span {
  line-height: 160%;
}

.top_block_bookmakers .right .desc .available img {
  margin: 0 5px;
  max-width: 19px;
  max-height: 19px;
}

.top_block_bookmakers .right .desc .bonus {
  margin-bottom: 18px;
}

.top_block_bookmakers .right .desc>div .wrap_svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 10px;

}

.top_block_bookmakers .right .desc .bonus .wrap_svg:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background-color: #fff;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes example {
  0% {
    opacity: .2;
  }

  25% {
    opacity: .5;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: .5;
  }

  100% {
    opacity: .2;
  }
}

.top_block_bookmakers .right .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: auto 0 0 0;
}

.top_block_bookmakers .right .link>div {
  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: 600;
  font-size: 16px;
  line-height: 160%;
  padding: 15px;
  text-transform: uppercase;
  -ms-flex-preferred-size: calc((100% - 20px)/2);
  flex-basis: calc((100% - 20px)/2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.top_block_bookmakers .right .link .go_to_site {
  background-image: url('../img/bg_top_block_list.png');
  color: #F65537;

}

.top_block_bookmakers .right .link .get_bonus {
  background-image: url('../img/bg_button_get_bonus.png');
  color: #fff;
}

.top_block_bookmakers .right .link .get_bonus:hover {
  background-image: url('../img/bg_button_get_bonus_hover.png');
}

.top_block_bookmakers .right .link .get_bonus svg {
  margin-right: 12px;
}

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

.gallery .mobile_slider {
  display: none;
}

.gallery .active {
  -ms-flex-preferred-size: 560px;
  flex-basis: 560px;
  height: 254px;
  border: 2px solid #F65537;
  border-radius: 1px;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
}

.gallery .active img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery .thumbnail {
  -ms-flex-preferred-size: 175px;
  flex-basis: 175px;
  height: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.gallery .thumbnail .item {
  height: 78px;
  border: 2px solid #F65537;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 0;
  width: 100%;
}

.gallery .thumbnail .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery .thumbnail .item:last-child {
  margin-bottom: 0;
}

.sidebar_block {
  width: 100%;
}

.sidebar_block .title {
  background: #131F2C;
  border-radius: 1px;
  padding: 12px;
  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: 900;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
}

.sidebar_block .wrap {
  background-color: #E8EDF1;
  border-radius: 1px;
  padding: 10px 10px 20px 10px;
}

.sidebar_block.bonus .wrap {
  width: 100%;
  border: 9px solid #E8EDF1;
  border-radius: 1px;
  background: #FFFFFF;
  padding: 20px 50px 25px 50px;
}

.sidebar_block.bonus .wrap .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;
  margin: 0 auto 22px auto;
}

.sidebar_block.bonus .wrap .bonus {

  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3D4D5C;
  width: 100%;
  background: #EAEFF3;
  border: 2px dashed #92A5B8;
  border-radius: 1px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 50px auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar_block.bonus .wrap .bonus svg {
  margin-right: 12px;
}

.sidebar_block.bonus .wrap .link {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url('../img/bg_button_get_bonus.png');
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  padding: 12px;
  text-transform: uppercase;
  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;
  color: #FFFFFF;
}

.sidebar_block.bonus .wrap .link:hover {
  background-image: url('../img/bg_button_get_bonus_hover.png');
}

.sidebar_block.payments .wrap_payemnts {
  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;
}

.sidebar_block.payments .wrap_payemnts .item {
  -ms-flex-preferred-size: calc(50% - 5px);
  flex-basis: calc(50% - 5px);
  height: 80px;
  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;
  background: #FFFFFF;
  border-radius: 1px;
  margin-bottom: 10px;
}

.sidebar_block.payments .wrap_payemnts .item:nth-child(n + 7) {
  display: none;
}

.sidebar_block.payments.show .wrap_payemnts .item:nth-child(n + 7) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar_block.payments .wrap_payemnts .item img {
  max-height: 70px;
  max-width: calc(100% - 10px);
}

.sidebar_block.payments .wrap_payemnts .item:nth-child(odd) {
  margin-right: 10px;
}

.sidebar_block.payments .load_more {
  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;
  background: none;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #F65537;
  margin: 10px 0 15px auto;
  cursor: pointer;
}

.sidebar_block.payments .load_more svg {
  margin-left: 8px;
}

.sidebar_block.payments.show .load_more svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sidebar_block.payments .wrap_dep {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #131F2C;
}

.sidebar_block.payments .wrap_dep .min_dep {
  margin-bottom: 5px;
}

.sidebar_block.esports .wrap {
  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;
}

.sidebar_block.esports .wrap .item {
  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-preferred-size: calc((100% - 30px)/4);
  flex-basis: calc((100% - 30px)/4);
  height: 80px;
  background-color: #FFFFFF;
  border-radius: 1px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
}

.sidebar_block.esports .wrap .item:nth-child(4n) {
  margin-right: 0;
}

.alternatives_bookmaker_wrap {
  padding: 60px 0;
  position: relative;
  margin-bottom: 40px;
}

.alternatives_bookmaker_wrap>.bg {
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  max-width: 1170px;
  width: 100vw;
  z-index: -1;
}

.alternatives_bookmaker_wrap>.bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50%);
  -webkit-transform: translateX(calc(-50%));
  -ms-transform: translateX(calc(-50%));
  transform: translateX(calc(-50%));
  width: 100vw;
  bottom: 0;
  background-image: url('../img/bg_alternatives.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.alternatives_bookmaker_wrap>.title {
  font-weight: 900;
  font-size: 28px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.bookmakers_rating_table.alternatives {
  margin-bottom: 0;
}

.bookmakers_rating_table.alternatives .item .bookmaker_logo {
  -ms-flex-preferred-size: 210px;
  flex-basis: 210px;
  margin-right: auto;
}

.bookmakers_rating_table.alternatives .item .wrap_name {
  margin: auto;
  padding: 0 5px;
}

.bookmakers_rating_table.alternatives .item .wrap_name .bonus {
  padding: 6px;
}

.bookmakers_rating_table.alternatives .rating {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  padding: 0 5px;
}

.bookmakers_rating_table.alternatives .rating .point {
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F55638;
}

.bookmakers_rating_table.alternatives .rating .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #3D4D5C;
}

.bookmakers_rating_table.alternatives .item .site {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
}

.our_verdict {
  background-color: #0B1E2F;
  border-radius: 1px;
  padding: 40px 25px 50px 25px;
}

.our_verdict .title {
  font-weight: 900;
  font-size: 28px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.our_verdict .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our_verdict .rating .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((100% - 30px)/3);
  flex-basis: calc((100% - 30px)/3);
  margin-bottom: 40px;
}

.our_verdict .rating .item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}

.our_verdict .rating .item .wrap .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.our_verdict .rating .item .wrap .point {
  font-weight: 900;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F55638;
}

.our_verdict .rating .item .wrap .number {
  font-weight: 900;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.our_verdict .rating .item .stars {
  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;
}

.our_verdict .rating .item .stars svg {
  margin: 0 2.5px;
}

.our_verdict .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our_verdict .bottom .left {
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  margin-right: 25px;
}

.our_verdict .bottom .left .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;
  height: 105px;
  border: 4px solid #2D2831;
  margin-bottom: 10px;
}

.our_verdict .bottom .left .logo img {
  max-height: 80px;
  object-fit: contain;
}

.our_verdict .bottom .left .link {
  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: 600;
  font-size: 16px;
  line-height: 160%;
  padding: 12px;
  text-transform: uppercase;
  -ms-flex-preferred-size: calc((100% - 20px)/2);
  flex-basis: calc((100% - 20px)/2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url('../img/bg_button_get_bonus.png');
  color: #fff;
  text-decoration: none;
}

.our_verdict .bottom .left .link:hover {
  background-image: url('../img/bg_button_get_bonus_hover.png');
}

.our_verdict .bottom .right {
  -ms-flex-preferred-size: calc(100% - 245px);
  flex-basis: calc(100% - 245px);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.8);
}

.page_404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_404 .left h1 {
  font-weight: 900;
  font-size: 55px;
  line-height: 140%;
  margin-bottom: 15px;
}

.page_404 .left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 80px;
}

.page_404 .left .back_home {
  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: 600;
  font-size: 16px;
  line-height: 160%;
  padding: 15px;
  max-width: 288px;
  text-transform: uppercase;
  -ms-flex-preferred-size: calc((100% - 20px)/2);
  flex-basis: calc((100% - 20px)/2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url(../img/bg_top_block_list.png);
  color: #F65537;
}

.top_block_bookmakers .page_404 .left {
  -ms-flex-preferred-size: 560px;
  flex-basis: 560px;
  margin-right: 20px;
  padding-bottom: 50px;
}

.top_block_bookmakers .page_404 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-preferred-size: calc(100% - 580px);
  flex-basis: calc(100% - 580px);
  overflow: hidden;
}

.top_block_bookmakers .page_404 .right img {
  margin-bottom: -10px;
}

.error404 .top_block_bookmakers {
  padding-bottom: 0;
}

.main_content table {
  width: 100%;
  margin-bottom: 40px;
}

.main_content table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 40px rgba(101, 101, 101, 0.1);
  box-shadow: 0px 12px 40px rgba(101, 101, 101, 0.1);
  border-radius: 1px;
  padding: 15px 25px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #8194A8;
}

.main_content table tr:last-child {
  margin-bottom: 0;
}

.main_content table tr td:first-child {
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-right: 2px solid #E8EDF1;
  padding-right: 10px;
}

.main_content table tr td:last-child {
  -ms-flex-preferred-size: calc(100% - 220px);
  flex-basis: calc(100% - 220px);
  color: #131F2C;
  padding: 0 10px;
}

.main_content .wrap_table {
  padding: 60px 0;
  position: relative;
}

.main_content .wrap_table .bg {
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  max-width: 1170px;
  width: 100vw;
  z-index: -1;
}

.main_content .wrap_table .bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50%);
  -webkit-transform: translateX(calc(-50%));
  -ms-transform: translateX(calc(-50%));
  transform: translateX(calc(-50%));
  width: 100vw;
  bottom: 0;
  background-image: url('../img/bg_table.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.main_content p.red {
  font-weight: 600;
  color: #F65537;
}

.contact_us {
  max-width: 750px;
  margin-top: 40px;
}

.contact_us .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.contact_us .wrap input {
  background: rgba(146, 165, 184, 0.14);
  border: 2px solid #92A5B8;
  border-radius: 1px;
  padding: 15px 30px;
  flex-basis: calc(50% - 10px);
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #365876;
}

.contact_us .wrap input::placeholder {
  color: #365876;
}

.contact_us textarea {
  background: rgba(146, 165, 184, 0.14);
  border: 2px solid #92A5B8;
  border-radius: 1px;
  width: 100%;
  height: 150px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #365876;
}

.contact_us textarea::placeholder {
  color: #365876;
}

.contact_us .send {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px;
  border: none;
  width: 215px;
  background-image: url('../img/gift/bg_button.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  margin-top: 30px;
}

.bet_link {
  cursor: pointer;
}

table .plus,
table .minus {
  width: 26px;
  height: 26px;
  border-radius: 2px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}

table .plus {
  background-color: #F55537;
  background-image: url('../img/table_plus.png');
  background-size: 14px 11px;
}

table .minus {
  background-color: #47515B;
  background-image: url('../img/table_minus.png');
  background-size: 12px 12px;
}

table.content_table {
  text-decoration: none;
  border-spacing: 0 10px;
  border-collapse: separate;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

table.content_table th {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 5px;
}

table.content_table td {
  font-size: 16px;

}

table.content_table td,
table.iksweb th {
  white-space: pre-wrap;
  padding: 18px 20px;
  line-height: 160%;
  vertical-align: middle;
}

table.content_table tr {
  display: table-row;
}

table.content_table thead th {
  color: #131F2C;
}

table.content_table tr td:first-child,
table.content_table tr td:last-child {
  border: none;
  display: table-cell;
  color: #8194A8;
}

table.content_table tr td:first-child {
  color: #131F2C;
}

.wrap_content_table {
  overflow-x: auto;
  margin-bottom: 40px;
}

.matches-page .main_title {
  font-weight: 900;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #131F2C;
  margin-bottom: 30px;
}

.matches-page .wrap-sidebar {
  display: flex;
  justify-content: space-between;
}

.matches-page .wrap-sidebar .main_content {
  flex-basis: calc(100% - 290px)
}

.matches-page .wrap-sidebar .sidebar {
  flex-basis: 270px;
}

.matches-page .top-5-bk .title-table {
  background: #000000;
  border-radius: 1px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.matches-page .top-5-bk .title-table span {
  color: #F65537;
  margin-right: 5px;
}

.matches-page .top-5-bk .wrap {
  background: #FFFFFF;
  box-shadow: 0px 12px 40px rgba(101, 101, 101, 0.1);
  border-radius: 1px;
  padding: 24px;
}

.matches-page .top-5-bk .item {
  display: flex;
  margin-bottom: 23px;
}

.matches-page .top-5-bk .item:last-child {
  margin-bottom: 0;
}

.matches-page .top-5-bk .item .logo {
  width: 110px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
}

.matches-page .top-5-bk .item .logo .number {
  background: #F65537;
  border: 1px solid #FFFFFF;
  border-radius: 1px;
  width: 23px;
  height: 23px;
  position: absolute;
  top: -5px;
  left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.matches-page .top-5-bk .item .logo img {
  width: 100px;
  height: 50px;
  object-fit: contain;
}

.matches-page .top-5-bk .item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #3D4D5C;
}

.matches-page .top-5-bk .rating .number {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}

.matches-page .top-5-bk .rating .number span:nth-child(1) {
  font-weight: 900;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F55638;
}

.matches-page .top-5-bk .rating .number span:nth-child(2) {
  font-weight: 900;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3D4D5C;
}

.matches-page .top-5-bk .rating .stars {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.matches-page .top-5-bk .rating .stars svg {
  width: 7px;
  height: 7px;
  margin: 0 1px;
}

.matches-page .top-5-bk .info {
  flex-basis: 100%;
}

.matches-page .top-5-bk .link {
  height: 28px;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/bg-top5-bk-sidebar.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.matches-page .top-5-bk .link:hover {
  opacity: .7;
}

.matches-page .no-matches {
  padding: 50px 40px !important;
  background: #FFFFFF;
  box-shadow: 0px 12px 40px rgba(101, 101, 101, 0.1);
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 160% !important;
  color: #3D4D5C;
  border: none !important;
  margin: 0 0 30px 0 !important;
}

.matches-page .no-matches svg {
  margin-right: 16px;
}

@media screen and (max-width:1350px) {
  header .wrap_menu .wrap_gift.open .gift_block {
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    left: -180px;
  }

  header .wrap_menu .wrap_gift .gift_block {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
  }
}

@media screen and (max-width:1024px) {
  .matches-page .wrap-sidebar {
    flex-wrap: wrap;
  }

  .matches-page .wrap-sidebar .main_content {
    flex-basis: 100%;
  }

  .matches-page .wrap-sidebar .sidebar {
    margin: 0 auto;
  }

  .more_info .container>.top {
    margin-bottom: 0;
  }

  .more_info .container>.bottom .left {
    display: none;
  }

  .more_info .container>.bottom .right {
    justify-content: center;
    margin-top: 55px;
    flex-basis: 100%;
  }

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

  .top_block_bookmakers .page_404 .left {
    margin-right: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .top_block_bookmakers .page_404 .right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .bookmakers_rating_table .item .bookmaker_logo {
    margin-right: auto;
  }

  .bookmakers_rating_table .item .wrap_name {
    margin: auto;
  }

  .bookmakers_rating_table .item .short_desc {
    display: none;
  }

  header .wrap_menu {
    display: none;
  }

  header .container {
    padding-left: 0;
  }

  header .container .main_menu>li>a {
    font-size: 16px;
    line-height: 18px;
    padding-left: 25px;
  }

  header .container .main_menu>li .wrap_sub_menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
  }

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

  #burger span {
    background-color: #FFFFFF;
    width: 22px;
    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;
  }

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

  .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: 8px;
    width: 24px;
  }

  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
  }

  header .logo {
    margin-left: 15px;
  }

  header .logo img {
    max-width: 132px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .show_burger header .wrap_menu {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: calc(100vh - 60px);
    padding-top: 130px;
    background-color: #131F2C;
    z-index: 10;
    overflow-y: scroll;
  }

  .show_burger header .wrap_menu .main_menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
  }

  body.home.show_burger header,
  .show_burger header {
    background-color: #131F2C;
    z-index: 10;
  }


  header .container .main_menu>li {
    padding: 15px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  body.home header header .container .main_menu>li:last-of-type {
    margin-bottom: 0;
  }

  header .wrap_menu .wrap_gift {
    margin: 0 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header .wrap_menu .wrap_gift.open .gift_block {
    width: 100%;
    left: 0;
    right: 0;
  }

  body.show_burger {
    overflow: hidden;
  }

  header .container .main_menu a .item-img {
    margin-right: 10px;
  }

  header .container .main_menu>li:hover .wrap_sub_menu {
    display: none;
  }

  header .container .main_menu>li:hover .arrow {
    transform: rotate(0);
  }

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

  header .container .main_menu>li.show>a {
    color: #F65537;
  }

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

  header .container .main_menu>li.show .wrap_sub_menu>ul {
    width: calc(100% - 70px);
    margin: 0 auto;
  }

  header .container .main_menu>li.menu-item-has-children.show .wrap_sub_menu {
    display: flex;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background: none;
    padding: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(246, 85, 55, .7);
    -webkit-box-shadow: 0px 12px 200px rgba(104, 104, 104, 0.3);
    box-shadow: 0px 12px 200px rgba(104, 104, 104, 0.3);
    border-radius: 2px;
    margin-top: 15px;
  }

  header .container .main_menu>li .wrap_sub_menu li {
    margin-bottom: 20px;
  }

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

  header .container .main_menu>li .wrap_sub_menu .menu-item-has-children {
    display: flex;
    padding-right: 0;
  }

  header .container .main_menu>li .wrap_sub_menu .menu-item-has-children .arrow,
  header .container .main_menu>li .wrap_sub_menu .menu-item-has-children:hover .arrow {
    transform: rotate(270deg);
  }

  header .container .main_menu>li .wrap_sub_menu .menu-item-has-children:before {
    display: none;
  }

  header .container .main_menu>li .wrap_sub_menu .menu-item-has-children .wrap_sub_menu {
    display: none;
  }

  header .container .main_menu>li .wrap_sub_menu .menu-item-has-children:hover .wrap_sub_menu {
    display: none;
  }

  header .container .main_menu>li .wrap_sub_menu .menu-item-has-children.show .wrap_sub_menu {
    display: flex;
    position: static;
    transform: none;
    margin-top: 0;
    padding: 5px;
  }

  header .container .main_menu>li .wrap_sub_menu .menu-item-has-children a {
    display: flex;
    align-items: center;
  }

  header .container .main_menu>li .wrap_sub_menu .menu-item-has-children.show .wrap_sub_menu ul {
    width: 100%;
  }

  header .container .main_menu>li .wrap_sub_menu .menu-item-has-children.show .wrap_sub_menu li {
    padding-right: 0;
  }

  .bookmakers_page .left_content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }

  .bookmakers_page .sidebar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 370px;
    margin: 30px auto 0 auto;
  }

  .bookmakers_page>.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }

  footer {
    padding-top: 70px;
  }

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

  footer .container .column_1,
  footer .container .column_2,
  footer .container .column_3 {
    -ms-flex-preferred-size: calc((100% - 60px)/3);
    flex-basis: calc((100% - 60px)/3);
  }

  footer .container .column_4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 45px;
  }

  footer .container .column_1 .desktop {
    display: none;
  }

  footer .container .column_4 .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
  }

  footer .container>.menu {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .top_block_bookmakers .container>.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top_block_bookmakers .container .rate.desktop {
    display: none;
  }

  .top_block_bookmakers .container .rate.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top_block_bookmakers .container .left {
    margin-right: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .top_block_bookmakers .container .right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .top_block_bookmakers .right .desc {
    margin: 15px 0;
  }

  .best_online_game .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .best_online_game .wrap .item {
    -ms-flex-preferred-size: calc((100% - 50px)/3);
    flex-basis: calc((100% - 50px)/3);
    margin: 10px 0;
  }

  .best_online_game {
    padding: 40px 0;
    margin: 40px 0;
  }

  .best_online_game .title_main {
    margin-bottom: 35px;
  }

  .wrap_top_block .right {
    display: none;
  }

  .wrap_top_block .left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0px;
  }

  .wrap_top_block_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrap_top_block_list .man {
    display: block;
    max-width: 170px;
    z-index: -1;
  }

  .top_block_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
    width: 100%;
  }

  .top_block_list .item {
    max-width: 215px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 20px;
  }

  .top_block_list .item:last-child {
    margin-bottom: 0;
  }

  .bookmakers_rating_table .item .bookmaker_logo {
    max-width: 170px;
  }

  .bookmakers_rating_table .item .bookmaker_logo img {
    max-width: 150px;
  }

  .bookmakers_rating_table .count {
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
  }

  .bookmakers_rating_table .payment_systems {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    display: none;
  }

  .lang_switcher {
    margin-right: 30px;
  }

  footer {
    padding: 30px 0 40px 0;
  }

  footer .wrap_logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 28px auto;
  }

  footer .container .column_1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  footer .container .column_1 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  footer .container .column_2,
  footer .container .column_3 {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}

@media screen and (max-width: 640px) {
  .bookmakers_page .main_info_bookmakers .title {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 15px;
  }

  .faq .question svg {
    margin-left: auto;
  }

  table.content_table thead {
    display: none;
  }

  table.content_table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  table.content_table tr {
    display: flex;
    width: 100%;
  }

  table.content_table td {
    width: 100%;
  }

  table.content_table tr td:first-child:before {
    display: none;
  }

  table .plus,
  table .minus {
    width: 21px;
    height: 21px;
  }

  table .plus {
    background-size: 12px 9px;
  }

  table .minus {
    background-size: 10px 10px;
  }

  .more_info {
    padding: 35px 0;
  }

  .more_info .container>.top .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .more_info .container>.top .desc {
    font-size: 12px;
  }

  .more_info .container>.bottom .right {
    flex-direction: column;
  }

  .more_info .container>.bottom .right .email {
    margin: 0 auto 20px auto;
    max-width: 300px;
    font-size: 12px;
  }

  .more_info .container>.bottom .right .sub {
    font-size: 12px;
    width: 100%;
    max-width: 300px;
  }

  .contact_us .wrap {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .contact_us .wrap input {
    flex-basis: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 20px 25px;
  }

  .contact_us textarea {
    padding: 20px 25px;
    font-size: 12px;
  }

  .contact_us .send {
    margin: 15px auto 0 auto;
    width: 290px;
    font-size: 12px;
  }

  .main_content .wrap_table {
    padding: 25px 0;
  }

  .main_content table tr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px;
  }

  .main_content table tr td:first-child {
    border: none;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
  }

  .main_content table tr td:first-child:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 64px;
    bottom: 0;
    height: 2px;
    background-color: #E8EDF1;
  }

  .main_content table tr td:last-child {
    padding: 10px 0;
  }

  .main_content table tr td:first-child,
  .main_content table tr td:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .main_content.with_bg {
    padding: 25px 0;
    margin-bottom: 30px;
  }

  .page_404 .left h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .page_404 .left p {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .page_404 .left .back_home {
    font-size: 16px;
    max-width: 260px;
  }

  .top_block_bookmakers .container .left {
    padding-bottom: 20px;
  }

  .our_verdict {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .our_verdict .bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .our_verdict .rating .item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }

  .our_verdict .bottom .left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 220px;
    margin: 0 auto 30px auto;
  }

  .our_verdict .bottom .right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .alternatives_bookmaker_wrap {
    padding: 40px 0;
  }

  .alternatives_bookmaker_wrap>.title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .bookmakers_rating_table {
    margin-bottom: 40px;
  }

  .bookmakers_rating_table.alternatives {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }


  .bookmakers_rating_table.alternatives .item .site {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }

  .bookmakers_rating_table.alternatives .item .bookmaker_logo {
    margin: 10px 15px 10px 10px;
    max-width: 130px;
  }

  .bookmakers_rating_table.alternatives .item .bookmaker_logo img {
    width: calc(100% - 20px);
  }

  .bookmakers_rating_table.alternatives .rating {
    flex-shrink: 0;
  }

  .bookmakers_rating_table.alternatives .item .wrap_name {
    overflow: hidden;
  }

  .bookmakers_rating_table.alternatives .item .wrap_name .bonus {
    padding: 3px;
  }

  .bookmakers_rating_table .item .wrap_name .bookmaker_name {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bookmakers_page .main_info_bookmakers {
    padding: 24px 0;
    margin-bottom: 40px;
  }

  .bookmakers_page .main_info_bookmakers>.title {
    text-align: center;
    margin-bottom: 10px;
  }

  .bookmakers_page .main_info_bookmakers .item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 18px 15px;
    font-size: 14px;
  }

  .bookmakers_page .main_info_bookmakers .item .text svg {
    width: 18px;
    height: 18px;
  }

  .bookmakers_page .main_info_bookmakers .item:last-child {
    margin-bottom: 0;
  }

  .bookmakers_page .main_info_bookmakers .item.bet_live svg {
    width: 21px;
    height: 21px;
  }

  .bookmakers_page .main_info_bookmakers .item.os span img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .comments .slick-dots button {
    width: 8px;
    height: 8px;
  }

  .comments .slick-dots li {
    margin: 0 3px;
  }

  .gallery {
    display: block;
    margin-bottom: 40px;
  }

  .gallery .active {
    display: none;
  }

  .gallery .thumbnail {
    display: none;
  }

  .gallery .mobile_slider {
    display: block;
  }

  .gallery .mobile_slider .item {
    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;
    margin: 0 5px;
  }

  .gallery .mobile_slider .slick-track {
    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;
  }

  .gallery .mobile_slider .item>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #F65537;
    border-radius: 1px;
  }

  .gallery .mobile_slider .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0 0;
    padding: 0;
  }

  .gallery .mobile_slider .slick-dots li {
    margin: 0 3px;
    padding: 0;
    font-size: 0;
  }

  .gallery .mobile_slider .slick-dots li:before {
    display: none;
  }

  .gallery .mobile_slider .slick-dots button {
    width: 8px;
    height: 8px;
    border: 2px solid #F55537;
    padding: 0;
    background: none;
    font-size: 0;
  }

  .gallery .mobile_slider .slick-dots li.slick-active button {
    background: #F55537;
  }

  .top_block_bookmakers {
    padding-bottom: 35px;
  }

  .top_block_bookmakers .right .desc {
    margin: 0 0 25px 0;
  }

  .top_block_bookmakers .right .desc>div {
    font-size: 14px;
  }

  .top_block_bookmakers .right .desc>div .wrap_svg svg {
    width: 16px;
    height: 16px;
  }

  .top_block_bookmakers .right .desc>div .wrap_svg:before {
    width: 16px;
    height: 16px;
  }

  .top_block_bookmakers .right .desc>div .wrap_svg {
    margin-right: 10px;
  }

  .top_block_bookmakers .container .left .logo {
    height: 172px;
    border-width: 6px;
  }

  .top_block_bookmakers .right .main_title {
    font-size: 20px;
    line-height: 140%;
  }

  .top_block_bookmakers .container .rate .text {
    font-size: 14px;
  }

  .top_block_bookmakers .container .rating .number span:first-child {
    font-size: 32px;
  }

  .top_block_bookmakers .container .rating .number span:last-child {
    font-size: 16px;
  }

  .top_block_bookmakers .container .rating .stars svg {
    margin: 0 2px;
    width: 13px;
    height: 13px;
  }

  .top_block_bookmakers .container .rate.mobile {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .top_block_bookmakers .right .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top_block_bookmakers .right .link>div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 290px;
    width: 100%;
    font-size: 14px;
  }

  .top_block_bookmakers .right .link .go_to_site {
    margin-bottom: 10px;
  }

  .top_block_bookmakers .right .link .get_bonus svg {
    margin-right: 8px;
  }

  .c-breadcrumbs {
    margin-bottom: 30px;
  }

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

  .main.page .c-breadcrumbs {
    margin-bottom: 20px;
  }

  .faq .question {
    padding: 20px 15px;
    font-size: 12px;
    line-height: 20px;
  }

  .faq .answer {
    padding: 7px 15px 0 15px;
    line-height: 160%;
  }

  .faq .answer>* {
    font-size: 14px;
  }

  .content_block {
    margin-bottom: 40px;
  }

  .comments {
    padding-top: 35px;
    margin-bottom: 40px;
    background-size: 100% 420px;
  }

  .comments>.container>.title {
    font-size: 16px;
    line-height: 140%;
  }

  .comments .slick-list.draggable {
    max-width: 100%;
  }

  .comments .slider .item .rating {
    margin-bottom: 25px;
  }

  .comments .slider .item .text {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 55px;
  }

  .comments .slider .item .customer .logo {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }

  .comments .slider .item .customer .name {
    font-size: 10px;
    line-height: 160%;
  }

  .comments .slider .item.slick-current:before {
    width: calc(100% - 97px);
  }

  .comments .slider .item.slick-current:after {
    width: 53px;
    height: 53px;
  }

  .best_online_game .wrap .item {

    margin-bottom: 45px;
    text-align: center;
  }

  .best_online_game .wrap .item img {
    max-width: 70px;
  }

  .best_online_game .wrap .item .title {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
  }

  .best_online_game .wrap .item:last-child {
    margin-bottom: 0;
  }

  .best_online_game .title_main {
    font-size: 16px;
    line-height: 140%;
  }

  .wrap_top_block {
    margin-top: 40px;
  }

  .main.page {
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .main_content p {
    font-size: 16px;
  }

  .main.page .main_content h1,
  .main_content h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .main_content.top_block h1 {
    font-size: 19px;
  }

  .main_content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

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

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

  .main_content h5 {
    font-size: 16px;
  }

  .main_content h1,
  .main_content h2,
  .main_content h3,
  .main_content h4,
  .main_content h5 {
    line-height: 30px;
  }

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

  .main_content li {
    font-size: 16px;
  }

  /* .bookmakers_rating_table .item {
    padding: 10px 15px;
    min-height: 75px;
  }

  .bookmakers_rating_table .item .count {
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    border: 2px solid #FFFFFF;
    width: 14px;
    height: 14px;
    top: 12px;
    left: 17px;
  }

  .bookmakers_rating_table .item .bookmaker_logo {
    max-width: 90px;
    margin-right: 10px;
  }

  .bookmakers_rating_table .item .wrap_name {
    -ms-flex-preferred-size: 75px;
    flex-basis: 75px;
  }

  .bookmakers_rating_table .item .wrap_name .bookmaker_name {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .bookmakers_rating_table .item .wrap_name .bonus {
    max-width: 90px;
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bookmakers_rating_table .item .wrap_name .bonus svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }

  .bookmakers_rating_table .item .bookmaker_logo img {
    max-width: 70px;
  }

  .bookmakers_rating_table .wrap_bookmakers_load_more {
    padding-top: 20px;
  }

  .bookmakers_rating_table .wrap_bookmakers_load_more .bookmakers_load_more {
    height: 30px;
    padding: 0 25px;
    font-size: 12px;
    line-height: 14px;
  }

  .bookmakers_rating_table .wrap_bookmakers_load_more .bookmakers_load_more svg {
    height: 14px;
    width: 14px;
  }

  .bookmakers_rating_table .item .site {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    margin-right: 0;
    margin-left: 5px;
  }

  .bookmakers_rating_table .item .site .play {
    height: 34px;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 0;
  }

  .bookmakers_rating_table .item .site .review {
    font-size: 14px;
    line-height: 160%;
  }

  .bookmakers_rating_table {
    margin-bottom: 30px;
  } */
  .bookmakers_rating_table {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 30px);
  }

  .bookmakers_rating_table .item .count {
    left: 22px;
  }

  .bookmakers_rating_table .item .bookmaker_logo {
    flex-shrink: 0;
    margin: 0 10px 0 15px;
  }

  .bookmakers_rating_table .item .wrap_name {
    flex-basis: auto;
    max-width: 200px;
    width: 100%;
  }

  .bookmakers_rating_table .item .site {
    flex-basis: 150px;
    margin: auto 15px auto 10px;
    min-width: 100px;
    width: 100%;
  }

  .bookmakers_rating_table .item .wrap_name .bonus {
    max-width: 170px;
  }

  footer .container .column_2,
  footer .container .column_3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 50px;
  }

  footer .wrap_logo img {
    max-width: 185px;
  }

  footer .container .footer_menu {
    margin: 0;
  }

  footer .container .footer_menu a {
    font-size: 12px;
  }

  .lang_switcher {
    padding: 8px 0;
    margin-bottom: 0;
  }

  footer .container .column_1 .wrap {
    margin-bottom: 30px;
  }

  footer .container>.menu .title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  footer .container>.menu a {
    font-size: 12px;
    padding: 7px 0;
  }

  footer .container .column_4 {
    margin-top: 0;
    font-size: 12px;
  }

  footer .container .column_4 .wrap {
    margin-bottom: 13px;
  }

  footer .container .column_4 .wrap_img>div {
    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;
  }

  footer .container .column_4 .wrap_img>div:nth-child(-n+2) {
    -ms-flex-preferred-size: calc(50%);
    flex-basis: calc(50%);
  }

  footer .container .column_4 .wrap_img>div:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  footer .container .column_4 .mobile {
    font-size: 12px;
  }

  .wrap_content_table table.content_table thead {
    /* display: initial; */
    display: table-header-group;
  }

  .wrap_content_table table.content_table tbody {
    display: table-row-group;
  }

  .wrap_content_table table.content_table tr {
    display: table-row
  }

  .main_content .wrap_content_table table tr {
    padding: 0;
    display: table-row
  }

  .main_content .wrap_content_table table img {
    max-width: 100px;
  }

  .main_content .wrap_content_table table td:first-child {
    padding-left: 15px;
  }

  .main_content .wrap_content_table table td:last-child {
    padding-right: 15px;
  }

  .wrap_content_table::-webkit-scrollbar {
    width: 1px;
    height: 5px;
  }

  .wrap_content_table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
  }

  .wrap_content_table::-webkit-scrollbar-thumb {
    background: #F65537;
    border-radius: 5px;
  }

}


@media screen and (max-width:480px) {
  .matches-page .wrap-sidebar .sidebar {
    flex-basis: 100%;
  }

  .matches-page .top-5-bk .info {
    flex-basis: auto;
    max-width: 150px;
    width: 100%;
  }

  .matches-page .top-5-bk .item {
    justify-content: center;
  }

  .matches-page .top-5-bk .item .logo {
    max-width: 150px;
    min-width: 100px;
    width: 100%;
  }

  .matches-page .no-matches {
    padding: 15px 30px !important;
    margin: 0 0 30px 0 !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .matches-page .no-matches svg {
    margin: 0 0 15px 0;
  }

  .bookmakers_rating_table .item .wrap_name .bonus svg {
    margin-right: 5px;
    flex-shrink: 0;
  }

  .bookmakers_rating_table .item .site .play {
    font-size: 14px;
    height: 38px;
  }

  .bookmakers_rating_table .item .site .review {
    font-size: 14px;
  }

  .bookmakers_rating_table .item .bookmaker_logo {
    max-width: 35vw;
  }

  .bookmakers_rating_table .item .bookmaker_logo img {
    width: calc(100% - 15px);
  }

  .bookmakers_rating_table .item .wrap_name {
    max-width: 29vw;
    overflow: hidden;
  }

  .bookmakers_rating_table .item .wrap_name .bookmaker_name {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
  }

  .bookmakers_rating_table .item .wrap_name .bonus {
    font-size: 14px;
    padding: 5px;
  }

  .bookmakers_rating_table .item .site {
    max-width: 25vw;
  }

  .bookmakers_rating_table.alternatives .item .bookmaker_logo {
    margin-right: 10px;
    flex-shrink: 0;
  }

  .bookmakers_rating_table.alternatives .item .wrap_name {
    margin: auto auto auto 0;
    max-width: 100%;
  }

  body.home {
    background-image: none;
  }

  body.home.webp_support .wrap_top_block {
    background-image: url('../img/top_bg_mobile.webp');
  }

  body.home .wrap_top_block {
    background-image: url('../img/top_bg_mobile.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    margin-top: -85px;
  }

  .our_verdict {
    padding: 20px 15px;
  }

  .our_verdict .title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .our_verdict .rating .item {
    margin-bottom: 30px;
  }

  .our_verdict .rating .item .wrap {
    margin-bottom: 0;
  }

  .our_verdict .rating .item .wrap .text {
    margin-right: 6px;
    font-size: 14px;
  }

  .our_verdict .bottom .left .link {
    font-size: 12px;
    padding: 8px;
  }

  .our_verdict .bottom .right {
    font-size: 14px;
  }

  .bookmakers_rating_table.alternatives .item {
    flex-wrap: wrap;
  }

  .bookmakers_rating_table.alternatives .item .bookmaker_logo {
    flex-basis: 100%;
    margin: 0 0 10px 0;
    max-width: 100%;
    height: 100px;
  }

  .bookmakers_rating_table.alternatives .item .bookmaker_logo img {
    max-height: 90px;
    max-width: 150px;
  }

  .bookmakers_rating_table.alternatives .item .wrap_name {
    flex-basis: 50%;
    margin: 0 0 20px 0;
    align-items: center;
  }

  .bookmakers_rating_table.alternatives .rating {
    flex-basis: 50%;
    margin: 0 0 20px 0;
  }

  .bookmakers_rating_table.alternatives .item .wrap_name .bookmaker_name {
    font-size: 16px;
  }

  .bookmakers_rating_table.alternatives .item .wrap_name .bonus {
    font-size: 16px;
  }

  .bookmakers_rating_table.alternatives .item .site {
    margin: 0 auto;
    flex-basis: 250px;
    max-width: 100%;
  }

  .bookmakers_rating_table.alternatives .item .site .play {
    height: 52px;
    font-size: 16px;
  }

  .bookmakers_rating_table.alternatives .item .site .review {
    height: 44px;
  }

  .bookmakers_page .sidebar {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    margin: 40px 0 0 0;
    max-width: none;
  }

  .sidebar_block .title {
    font-size: 14px;
    padding: 14px 10px;
  }

  .sidebar_block .wrap {
    padding: 12px 15px 25px 15px;
  }

  .sidebar_block.esports .wrap .item {
    height: 60px;
    -ms-flex-preferred-size: calc((100% - 45px)/4);
    flex-basis: calc((100% - 45px)/4);
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 5px;
  }

  .sidebar_block.esports .wrap .item img {
    max-height: 50px;
  }

  .sidebar_block.payments .wrap_payemnts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sidebar_block.payments .wrap_payemnts .item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }

  .sidebar_block.payments .load_more {
    font-size: 14px;
    margin: 0 0 10px auto;
  }

  .sidebar_block.payments .wrap_dep {
    font-size: 14px;
  }

  .sidebar_block.payments .wrap_dep .min_dep {
    margin-bottom: 0;
  }

  .sidebar_block.bonus .wrap {
    border-width: 10px 15px 30px 15px;
    padding: 20px 35px 35px 35px;
  }

  .sidebar_block.bonus .wrap .bonus {
    max-width: 150px;
    height: 34px;
    font-size: 16px;
  }

  .sidebar_block.bonus .wrap .link {
    width: 220px;
    height: 40px;
    font-size: 14px;
    margin: 0 auto;
  }

  .sidebar_block.bonus .wrap .logo {
    margin-bottom: 10px;
  }

  .sidebar_block.bonus .wrap .bonus {
    margin-bottom: 20px;
  }

  .sidebar_block.payments .load_more svg {
    width: 12px;
    height: 11px;
  }

  .wrap_top_block {
    overflow: hidden;
  }

  .top_block_list .item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .wrap_top_block_list {
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrap_top_block_list .man {
    position: absolute;
    right: -15px;
    bottom: -7px;
    z-index: 1;
  }

  .top_block_list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2;
  }

  footer .container .column_3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer .container .column_3 ul li {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}