*::-webkit-scrollbar {
    width: 10px;
    background-color: #5B5B5F;
  }
  
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000;
	border: 1px solid #ccc;
  }
  
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	width: 100%;
	font-size: 100%;
	line-height: 1.4;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;color: #fff;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"), url(/wp-content/themes/new/fonts/Montserrat/Montserrat-Regular.woff) format("woff"),
        url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"), url(/wp-content/themes/new/fonts/Montserrat/Montserrat-Medium.woff) format("woff"),
        url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
}
@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"), url(/wp-content/themes/new/fonts/Montserrat/Montserrat-SemiBold.woff) format("woff"),
        url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
::-ms-input-placeholder {
    color: #666;
}
::placeholder {
    color: #666;
}
::-moz-selection {
    background-color: #bc042f;
    color: #fff;
}
::selection {
    background-color: #bc042f;
    color: #fff;
}
body {
    font-size: 16px;
    font-weight: 400;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    color: #000a1a;
    padding: 0;
    margin: 0;
}
body input,
body textarea {
    border: #666 1px solid;
    outline: 0;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: #ff5f00;
}
body.lock {
    overflow: hidden;
}
img {
    height: auto;
    width: 100%;
}
b,
strong {
    font-weight: 600;
}
a {
    text-decoration: none;
    cursor: pointer;
    display: block;
}
a:hover {
    text-decoration: none;
}
li,
p,
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 400;
}
button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    outline: 0;
}
.container {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    position: relative;
    z-index: 2;
}
section {
    position: relative;
}
.button {
    font-weight: 600;
    line-height: 130%;
    text-align: center;
    padding: 18px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 8px;
    display: inline-block;
}
.button:hover {
    -webkit-box-shadow: inset 0 0 0 30px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 30px rgba(255, 255, 255, 0.1);
}
.button--accent {
    background-color: #bc042f;
    color: #fff;
}
.button--light-accent {
    background-color: #fff;
    color: #bc042f;
}
.button--primary {
    background-color: #3f38ce;
    color: #fff;
}
.button--bookmakers {
    background-color: rgba(63, 56, 206, 0.3);
    color: #333;
}
.sect-title {
    font-weight: 700;
    color: #333;
    font-size: 36px;
}
.sect-title + p {
    margin-top: 23px;
}
.sect-subtitle {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.sect-subtitle + .sect-descr,
.sect-subtitle + p {
    margin-top: 26px;
}
.sect-descr {
    font-size: 18px;
    color: #000;
}
.sect-descr + .sect-descr {
    margin-top: 20px;
}
.sect-descr + .sect-title,
.sect-descr + h2 {
    margin-top: 55px;
}
.sect-descr + .m-list {
    margin-top: 25px;
}
.sect-descr + .sect-subtitle,
.sect-descr + h3 {
    margin-top: 37px;
}
.sect-descr + .m-table {
    margin-top: 30px;
}
.sect-postscript {
    font-size: 18px;
    font-weight: 600;
    color: #3f38ce;
}
.sect-postscript + .sect-subtitle,
.sect-postscript + .sect-title .sect-postscript + h3,
.sect-postscript + h2 {
    margin-top: 60px;
}
.sect-padding {
    padding: 55px 0 65px;
}
.sect-bg-gray {
    background-color: #f5f5f5;
}
.sect-bg-primary {
    background-color: #e32135;
    padding: 20px 0;
}
.sect-bg-primary .sect-descr,
.sect-bg-primary .sect-title {
    color: #fff;
}
.header {
    min-height: 604px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.header__top {
    min-height: 80px;
    width: 100%;
    background-color: #e32135;
    padding: 20px 0;
}
.header-info {
    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;
}
.logo__link {
    max-width: 222px;
    width: 100%;
}
.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}
.header-menu li a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.header-menu li  a:hover {
    color: #ff4d76;
}
.header-menu__item {
    position: relative;
}
.header-menu-more {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
}
.header-menu-more:hover svg path {
    fill: #ff4d76;
}
.header-menu-more:hover .header-menu-more__title {
    color: #ff4d76;
}
.header-menu-more.active .header-menu-more__icon {
    -webkit-transform: translateY(20%) rotate(180deg);
    -ms-transform: translateY(20%) rotate(180deg);
    transform: translateY(20%) rotate(180deg);
}
.header-menu-more.active .header-menu-more__icon path {
    fill: #ff4d76;
}
.header-menu-more.active .header-menu-more__title {
    color: #ff4d76;
}
.header-menu-more:not(.active) .header-menu-more__list {
    display: none;
}
.header-menu-more__title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.header-menu-more__list {
    padding: 20px 30px;
    position: absolute;
    background: rgba(13, 6, 44, 0.8);
    right: -20px;
    top: 50px;
    min-width: 220px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.header-menu-more__link {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.header-menu-more__link:hover {
    color: #ff4d76;
}
.header-main__title {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    max-width: 570px;
}
.header-main__subtitle {
    margin-top: 26px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.header-main__buttons {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}
.header-main__button {
    padding-left: 55px;
    padding-right: 55px;
}
.header-button-menu {
    display: none;
}
.main {
    background-color: #fff;
}
.about__table-of-contents {
    margin-top: 34px;
}
.about__table {
    margin-top: 41px;
}
.about__block {
    margin-top: 54px;
}
.info-block__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 37px;
    margin-top: 22px;
}
.info-block--image-pos .info-block__image {
    position: absolute;
    bottom: 0;
    margin-left: 50px;
}
.info-block__col {
    width: 50%;
}
.info-block__image img {
    border-radius: 8px;
}
.info-block__button {
    margin-top: 28px;
}
.m-article__row {
    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;
}
.m-article__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
}
.m-article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.m-article__icon {
    font-size: 0;
}
.m-article__text {
    font-size: 14px;
    color: #404040;
}
.m-article__date,
.m-article__time {
    font-weight: 500;
    font-size: 14px;
}
.table-of-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.table-of-contents__item {
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background: #fefefe;
    padding: 25px 36px;
}
.table-of-contents__item.open .table-of-contents__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.table-of-contents__item.open .table-of-contents__icon svg circle {
    fill: #ae9afd;
    fill-opacity: 1;
}
.table-of-contents__text {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.table-of-contents__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.table-of-contents__content {
    padding-top: 20px;
    padding-bottom: 8px;
    display: none;
}
.table-of-contents__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.table-of-contents__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.table-of-contents__list:not(:last-child) {
    margin-right: 10px;
}
.table-of-contents__link {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
.table-of-contents__link:hover {
    color: #e32135;
    text-decoration: underline;
}
.table-of-contents__link-text {
    position: relative;
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    color: #333;
}
.m-table {
    overflow-x: auto;
}
.m-table::-webkit-scrollbar {
    display: none;
}
.m-table__row {
    table-layout: fixed;
    border-collapse: collapse;
    white-space: nowrap;
    background-color: transparent;
    width: 100%;
}
.m-table th {
    background: rgba(63, 56, 206, 0.7);
    color: #fff;
    padding: 20px;
    text-align: left;
    border: 2px solid #d7d7d7;
}
.m-table td {
    padding: 10px 20px;
    border: 2px solid #d7d7d7;
    word-break: break-word;
    font-size: 18px;
    color: #000a1a;
    white-space: normal;
}
.m-table + .sect-postscript,
.m-table + p {
    margin-top: 30px;
}
.m-list__title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.m-list__title + .m-list__row {
    margin-top: 22px;
}
.m-list--bg {
    padding: 35px 45px;
    background-color: #f5f5f5;
    border-radius: 8px;
}
.m-list + p {
    margin-top: 25px;
}
.m-list + .sect-subtitle,
.m-list + h3 {
    margin-top: 60px;
}
.bookmakers__block {
    margin-top: 45px;
}
.bookmakers-block {
    position: relative;
}
.bookmakers-block__content {
    margin-top: 10px;
}
.bookmakers-block__button {
    min-width: 232px;
    margin: 53px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
}
.bookmakers-block__button.hide .bookmakers-block__button-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bookmakers-block__button-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.bookmakers-block-head {
    min-height: 50px;
    background-color: #d9d9d9;
    border-radius: 8px;
}
.bookmakers-block-head__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 14px;
}
.bookmakers-block-head__item {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #333;
    width: 18%;
}
.bookmakers-block-list__item {
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background: #fefefe;
    padding: 40px 50px;
}
.bookmakers-block-list__item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bookmakers-block-list__item-row > div {
    width: 20%;
}
.bookmakers-block-list__item--accent {
    border: 2px solid rgba(63, 56, 206, 0.9);
}
.bookmakers-block-list__item:not(:first-child) {
    margin-top: 18px;
}
.bookmakers-block-list__item--hidden {
    display: none;
}
.bookmakers-block-list__logo {
    max-width: 200px;
    font-size: 0;
}
.bookmakers-block-list__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.bookmakers-block-list__rating-title {
    font-size: 18px;
    font-weight: 600;
}
.bookmakers-block-list__rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.bookmakers-block-list__rating-stars {
    font-size: 0;
}
.bookmakers-block-list__rating-number {
    font-size: 24px;
    color: #000;
}
.bookmakers-block-list__advantages-item {
    font-size: 18px;
    color: #000;
    position: relative;
}
.bookmakers-block-list__advantages-item::before {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bookmakers-block-list__advantages-item--plus::before {
    background: url(../img/plus.svg) no-repeat 50%;
    background-size: contain;
}
.bookmakers-block-list__advantages-item--minus::before {
    background: url(../img/minus.svg) no-repeat 50%;
    background-size: contain;
}
.bookmakers-block-list__button {
    min-width: 193px;
}
.information__block:not(:first-child) {
    margin-top: 55px;
}
.information__list {
    margin-top: 30px;
}
.information__list + .sect-descr,
.information__list + p {
    margin-top: 25px;
}
.information__button {
    margin-top: 35px;
    min-width: 254px;
}
.information__button + .sect-subtitle,
.information__button + .sect-title,
.information__button + h2,
.information__button + h3 {
    margin-top: 60px;
}
.information__table {
    margin-top: 30px;
}
.slider-block .uni-slider {
    margin-top: 40px;
}
.slider-block--little .slick-slide {
    margin: 0 2px;
}
.slick-arrow {
    position: absolute;
    bottom: -60px;
    z-index: 10;
    font-size: 0;
    width: 32px;
    height: 32px;
    border: none;
    outline: 0;
    cursor: pointer;
}
.slick-arrow + .slick-list {
    margin-bottom: 35px;
}
.slick-arrow.slick-prev {
    left: 0;
    background: url(../img/arrow-left.svg) 0 0/100% no-repeat;
}
.slick-arrow.slick-prev:hover {
    background: url(../img/arrow-left.svg) 0 0/100% no-repeat;
}
.slick-arrow.slick-prev.slick-disabled {
    background: url(../img/arrow-left-disabled.svg) 0 0/100% no-repeat;
}
.slick-arrow.slick-next {
    left: 45px;
    background: url(../img/arrow-right.svg) 0 0/100% no-repeat;
}
.slick-arrow.slick-next:hover {
    background: url(../img/arrow-right.svg) 0 0/100% no-repeat;
}
.slick-arrow.slick-next.slick-disabled {
    background: url(../img/arrow-right-disabled.svg) 0 0/100% no-repeat;
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-slide {
    margin: 0 15px;
    height: auto;
}
.slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
}
.slick-list {
    margin: 0 -15px;
}
.uni-slider .slick-slide > div:not(:last-child) {
    margin-bottom: 25px;
}
.uni-slider--min-height .uni-slider__item {
    min-height: 585px;
}
.uni-slider__item {
    min-height: 100%;
    background: #fff;
    height: auto;
    border-radius: 8px;
}
.uni-slider__item:not(:last-child) {
    margin-right: 30px;
}
.uni-slider__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.uni-slider__image {
    width: 100%;
}
.uni-slider__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.uni-slider__column {
    padding: 52px 35px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.uni-slider__title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.uni-slider__title + .uni-slider__descr {
    margin-top: 15px;
}
.uni-slider__descr {
    font-size: 18px;
    color: #000;
}
.uni-slider__list {
    margin-top: 23px;
}
.uni-slider__postscript {
    margin-top: 16px;
}
.uni-slider .slick-dots {
    bottom: 0;
}
.start__tabs {
    margin-top: 47px;
}
.m-tabs {
    position: relative;
    min-height: 200px;
    -webkit-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
}
.m-tabs__row {
    margin-left: -40px;
}
.m-tabs__col {
    display: inline-block;
    margin-right: -4px;
    padding-left: 40px;
    vertical-align: top;
}
.m-tabs__col--menu {
    width: 46%;
}
.m-tabs__col--info {
    width: 53%;
}
.m-tabs > div:nth-child(odd) {
    border-bottom: 1px solid #767676;
}
.m-tabs > div:first-child {
    border-top: 1px solid #767676;
}
.m-tabs-menu {
    cursor: pointer;
    width: 48%;
}
.m-tabs-menu__item {
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.m-tabs-menu.active:nth-child(odd) {
    border-bottom: 1px solid #3f38ce;
}
.m-tabs-menu.active .m-tabs-menu__text {
    color: #3f38ce;
    font-weight: 600;
}
.m-tabs-menu.active .m-tabs-menu__icon {
    display: block;
}
.m-tabs-menu__item {
    padding: 22px 22px 22px 0;
    position: relative;
}
.m-tabs-menu__text {
    color: rgba(34, 34, 34, 0.6);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -1px;
}
.m-tabs-menu__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: none;
    width: 12px;
    height: 21px;
}
.m-tabs-menu__icon::after,
.m-tabs-menu__icon::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 16px;
    height: 2px;
    border-radius: 9999px;
    background-color: #3f38ce;
    -webkit-transform-origin: calc(100% - 1px) 50%;
    -ms-transform-origin: calc(100% - 1px) 50%;
    transform-origin: calc(100% - 1px) 50%;
}
.m-tabs-menu__icon::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m-tabs-menu__icon::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.m-tabs-info {
    position: absolute;
    right: 0;
    top: 0;
    width: 47%;
    display: none;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.m-tabs-info.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    max-height: none;
}
.m-tabs-info__text {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.m-tabs-info__list {
    margin-top: 20px;
}
.m-tabs-info__button {
    margin-top: 22px;
}
.info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.info-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.info-list__title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.info-list__text {
    font-size: 18px;
    color: #000;
}
.reviews__slider {
    margin-top: 60px;
}
.reviews-slider__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.reviews-slider__item {
    max-width: 370px;
}
.reviews-slider__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.reviews-slider__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.reviews-slider__image {
    max-width: 100px;
}
.reviews-slider__title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    max-width: 250px;
}
.reviews-slider__descr {
    margin-top: 11px;
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-bottom: 15px;
}
.reviews-slider__comment {
    padding-top: 15px;
    font-size: 18px;
    color: #333;
    border-top: 1px solid #333;
}
.reviews-slider .slick-arrow.slick-prev {
    left: 0;
    background: url(../img/arrow-black-left.svg) 0 0/100% no-repeat;
}
.reviews-slider .slick-arrow.slick-next {
    left: 45px;
    background: url(../img/arrow-black-right.svg) 0 0/100% no-repeat;
}
.ending__author {
    margin-top: 65px;
}
.author-block {
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 35px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 45px;
}
.author-block__photo {
    max-width: 160px;
}
.author-block__photo img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.author-block__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 18px;
}
.author-block__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.author-block__pro {
    font-size: 18px;
    font-weight: 600;
    color: #777;
}
.author-block__name {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-top: 5px;
}
.author-block__text {
    font-size: 18px;
    color: #000;
}
.author-block-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.author-block-socials__item {
    background: #f5f5f5;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    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;
}
.faq__accordion {
    margin-top: 64px;
}
.faq__button {
    margin-top: 46px;
    min-width: 268px;
}
.faq-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
}
.faq-accordion__col {
    width: 100%;
}
.faq-accordion__title {
    font-size: 18px;
    font-weight: 500;
    color: #191716;
    cursor: pointer;
    padding: 25px 40px 25px 10px;
    width: 100%;
    position: relative;
}
.faq-accordion__title:hover {
    background-color: #f5f5f5;
}
.faq-accordion__title.active {
    background-color: #f5f5f5;
    color: #3f38ce;
    font-weight: 600;
}
.faq-accordion__title.active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/minus-black.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.faq-accordion__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/plus-black.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.faq-accordion__content {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    border-bottom: 2px solid #191716;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.faq-accordion__info {
    padding: 20px 10px;
}
.faq-accordion__text {
    font-size: 18px;
    color: #000;
}
.footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 45px;
}
.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 118px;
}
.footer__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__text {
    max-width: 720px;
}
.footer__link,
.footer__link, .footer__text {
    font-size: 14px;
    color: #fff;
    max-width: inherit;
}
.footer__age {
    font-size: 24px;
    color: #fff;
}
.footer__link {
    display: inline-block;
}
.footer__link:hover {
    color: #ff4d76;
}
.footer-menu {
    width: 70%;
}
.footer-menu__list {
    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;
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.footer-menu__item {
    max-width: 350px;
}
.footer-menu__link {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
}
.footer-menu__link:hover {
    color: #ff4d76;
}
@media (max-width: 900px) {
    .uni-slider__item {
        max-width: 100%;
    }
    .uni-slider__column {
        padding: 30px 20px;
    }
    .slick-dots {
        bottom: 0;
    }
    .slick-track {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .button {
        width: 100%;
    }
    .sect-title {
        font-size: 33px;
    }
    .sect-padding {
        padding: 45px 0 50px;
    }
    .sect-descr {
        font-size: 16px;
    }
    .sect-subtitle {
        font-size: 24px;
    }
    .sect-postscript {
        font-size: 16px;
    }
    .m-list--bg {
        padding: 35px 20px;
    }
    .m-list__title {
        font-size: 16px;
    }
    .header {
        background-position: 30% 0;
    }
    .header__main {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .header-main__title {
        font-size: 42px;
    }
    .header-main__subtitle {
        font-size: 18px;
        margin-top: 20px;
    }
    .header-main__buttons {
        margin-top: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .header-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }
    .header-menu-more__list {
        padding: 0;
        left: 0;
        right: 0;
        background: 0 0;
    }
    .about__table-of-contents {
        margin-top: 32px;
    }
    .info-block__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 34px;
        margin-top: 30px;
    }
    .info-block--image-pos .info-block__image {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -50px;
    }
    .info-block--image-pos .info-block__col--info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .info-block--image-pos .info-block__col--image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .info-block__col {
        width: 100%;
    }
    .info-block__col--info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .info-block__col--image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .info-block__image {
        margin-left: -20px;
        margin-right: -20px;
    }
    .info-block__image img {
        border-radius: 0;
    }
    .table-of-contents__item {
        padding: 15px 20px;
    }
    .m-article__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 12px;
    }
    .m-article__date,
    .m-article__text,
    .m-article__time {
        font-size: 14px;
    }
    .m-table__row {
        table-layout: auto;
    }
    .m-table td,
    .m-table th {
        font-size: 16px;
    }
    .m-table td {
        padding: 10px 12px;
        white-space: nowrap;
    }
    .bookmakers-block-head {
        display: none;
    }
    .bookmakers-block-list__item {
        padding: 30px;
    }
    .bookmakers-block-list__item-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
    .bookmakers-block-list__item-row > div {
        width: 100%;
    }
    .bookmakers-block-list__logo {
        max-width: 130px;
    }
    .bookmakers-block-list__advantages {
        margin-left: 20px;
    }
    .slider-block {
        padding-bottom: 100px;
    }
    .m-tabs-menu {
        width: 100%;
    }
    .m-tabs-menu__item {
        padding: 15px 25px 15px 0;
    }
    .m-tabs-menu__text {
        font-size: 24px;
    }
    .m-tabs-menu__icon {
        right: 15px;
    }
    .m-tabs-info {
        padding: 24px 0;
        width: 100%;
        position: relative;
    }
    .m-tabs-info__text {
        font-size: 16px;
    }
    .info-list__text,
    .info-list__title {
        font-size: 16px;
    }
    .reviews-slider__item {
        max-width: 100%;
    }
    .author-block {
        -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;
        padding: 25px 20px;
        gap: 20px;
    }
    .author-block__col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }
    .author-block__pro {
        font-size: 16px;
    }
    .author-block__name {
        font-size: 22px;
    }
    .faq__accordion {
        margin-top: 40px;
    }
    .faq__button {
        margin-top: 30px;
    }
    .faq-accordion {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
    .faq-accordion__text,
    .faq-accordion__title {
        font-size: 16px;
    }
    .faq-accordion__info {
        padding: 15px 10px;
    }
    .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 70px;
    }
    .footer__descr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 43px;
    }
    .footer__text {
        max-width: 100%;
    }
    .footer__age {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .footer-menu {
        width: 100%;
    }
    .footer-menu__item {
        width: 100%;
    }
    .footer-menu__list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}


.header__main {
    padding-top: 102px;
    padding-bottom: 85px;
    position: relative;
    z-index: 1;
}

.general__banner_BG{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.header-menu__link.btn_h {
    background: #bc042f;
    padding: 16px 30px;
    border-radius: 8px;
}

.content p {
    font-size: 16px;
    margin-bottom: 0.8em;
}

.content h2 {
    color: #bc042f;
    font-size: 40px;
    margin-bottom: .6em;
    margin-top: .2em;
    font-weight: 500;
}

.content h3{
    color: #bc042f;
    font-size: 28px;
    margin-bottom: .6em;
    margin-top: .2em;
    font-weight: 500;
}


.content img {
   max-width: 800px;
   display: block;
   margin: 20px auto;
}




.m-list__row li {
    margin-bottom: 30px;
}

.content .button {
    max-width: 250px;
    display: block;
    margin: 20px auto;
 }
 

.m-list__row {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 12px;
    margin-bottom: 20px;
}


.page_404 p {
    text-align: center;
}

.page_404 h1 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.1;
    color: #e32135;
    margin-bottom: .2em;
    margin-top: 0.5em;
    text-align: center;
}

.page_404 {
    padding: 50px 0;
}



/* start */
.wrapper_author 
.block_author
img {
    margin: 0;
    max-width: 80px;
    border-radius: 100%;
}

.block_author {
    display: flex;
    gap: 16px;
    align-items: center;
}

.wrapper_author {
    display: flex;
    justify-content: space-between;
}

.wrapper_author {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 991px) {
.wrapper_author {
flex-wrap: wrap;
        gap: 20px;
	}}

.block_time p {
position: relative;
    font-size: 16px;
    margin-left: 24px;
}
.block_time p:before {
    content: "";
    width: 17px;
    height: 17px;
    background: url(/wp-content/uploads/2025/05/clock.svg);
    display: block;
    position: absolute;
    top: 1px;
    left: -23px;
    background-size: cover;
}


.block_info {
    max-width: 820px;
}


.author_footer {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    background: #f6f6f6;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

/* burger AMP START */

.menu__btn, .input__burger{
	display: none;
}

.header-info__row{
    display: flex;
    gap: 30px;
}

.menu__box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.menu__box li a{
    font-size: 18px;
    font-weight: 700;
}

@media(max-width:992px){

#menu__toggle {
	opacity: 0;
  }
  .logo__link img{
    position: relative;
    z-index: 11;
  }
  .menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 25%;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
  }
  .menu__btn > span::before {
	content: '';
	top: -8px;
  }
  .menu__btn > span::after {
	content: '';
	top: 8px;
}

.menu__box {
  z-index: 5;
  display: flex;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  text-align: center;
  background-color: #192232;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

  .menu__item {
	display: block;
	padding: 12px 24px;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
  }
  .menu__item:hover {
	background-color: #CFD8DC;
  }
  #menu__toggle:checked ~ .menu__btn > span {
	transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
	top: 0;
	transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
	top: 0;
	transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
	visibility: visible;
	left: 0;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
	transition-duration: .25s;
  }
  .menu__box {
	transition-duration: .25s;
  }
  .menu__item {
	transition-duration: .25s;
  }

  .header__button_box{
	margin-right: 40px;
  }
}

.backgroud__fixed_image {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

.backgroud__fixed_image img{
	width: 100%;
	height: 100%;
}

.header-menu__link.btn_h{
    margin-right: 30px;
}

/* burger AMP END */

.text__content_box ul, .text__content_box ol{
    padding: 20px;
    background: #f5f5f5;
    border-radius: 12px;
    margin-bottom: 20px;
}

.text__content_box ul li:not(:first-child) {
    margin-top: 20px;
}

.text__content_box ul li {
    font-size: 18px;
    color: #000;
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.text__content_box ul li::before {
    position: absolute;
    content: "";
    top: -1px;
    left: 8px;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/06/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.text__content_box a{
    color: #bc042f;
    text-decoration: underline;
    display: inline;
}

.text__content_box a.content__button{
    font-weight: 600;
    line-height: 130%;
    text-align: center;
    padding: 18px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 8px;
    display: inline-block;
    background-color: #bc042f;
    color: #fff;
    padding-left: 55px;
    padding-right: 55px;
    max-width: 250px;
    display: block;
    margin: 20px auto;
}

.dropdown{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
}

.dropdown .dropbtn {
  font-size: 20px;
  border: none;
  outline: none;
  color: #454E99;
  font-family: Raleway;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropbtn::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/arrow-content.png);
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    z-index: 23123;
    background-size: contain;
    rotate: 270deg;
    background-repeat: no-repeat;
    transition: ease .3s rotate;
}

.dropbtn{
    transition: ease .3s background-color;
    cursor: pointer;
    padding: 10px 5px;
    border-radius: 10px;
}

.dropbtn:hover{
    background-color: #ccc;

}

.dropbtn__container {
    min-width: 160px;
    height: 0px;
    overflow: hidden;
}

.dropbtn_button:checked ~ .dropbtn__container{
    height: 100%;
    overflow: visible;
}

.dropbtn_button:checked ~ .dropbtn::after{
    rotate: 90deg;
}

.dropbtn_button {
    border: none;
    appearance: none;
}

.dropdown .drop__menu_list a {
    color: #bc042f;
    text-decoration: underline;
    font-size: 18px;
    padding: 10px 0;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.site-table {
    background: #272828;
    border-radius: .4em;
    color: #fff;
    margin: 1em 0;
    min-width: 80%;
    overflow: hidden;
    width: 100%;
}

.site-table tr {
    border-color: #2c2e3b;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.site-table td:first-child {
    padding-top: .5em;
}
.site-table td, .site-table th {
    background: #99394F;
    padding: 10px;
}

.site-table td {
    display: block;
    margin: .5em 1em;
}

.site-table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}


.site-table td:before {
    content: attr(data-th) ": ";
    display: inline-block;
    font-weight: 700;
    margin-right: 20px;
    text-align: left;
    width: 6.5em;
}

.site-table th {
    display: none;
    margin: .5em 1em;
}

@media (min-width: 768px) {
    .site-table td:first-child, .site-table th:first-child {
        padding-left: 0;
    }
	.site-table td:before{
		display:none;
	}
}
@media (min-width: 768px) {
    .site-table td, .site-table th {
        border-radius: 5px;
        display: table-cell;
        padding: 1em !important;
        text-align: center;
    }
}

.wpml-ls-item .wpml-ls-flag{
    width: auto;
}

.wpml-ls-item{
    position: relative;
}

.wpml-ls-item .sub-menu{
    display: none;
    position: absolute;
    top: 20px;
    left: -50%;
}

.wpml-ls-item:hover .sub-menu{
    display: block;
    background-color: #bc042f;
    padding: 5px;
}

.footer__menu_box{
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.footer__menu_box li a{
    font-size: 18px;
    font-weight: 700;
}