.header__logo iframe {
    width: 160px;
    height: 80px;
}

.order {
    padding-bottom: 50px;
    cursor: pointer;
}

.order:before {
    left: -41px;
    bottom: -8px;
    width: 319px;
    height: 87px;
}

.bottom {
    overflow: visible;
}

.logo3x__order {
    margin-top: -85px;
}

.btn:after {
    top: -32px;
}

.change__img {
    height: 310px;
}

.change__club {
    color: #76ff32;
    font-size: 14px;
    text-align: right;
    margin-bottom: 10px;
    opacity: 0;
    transition: .2s;
}

.change__date {
    text-align: right;
    font-family: "Jost", sans-serif;
    color: #ffffff;
    opacity: 0;
    transition: .2s;
}

.change__bottom {
    margin-bottom: 55px;
}

.change__order {
    padding-left: 35px;
}

.change .slick-current .change__date,
.change .slick-current .change__club {
    opacity: 1;
}

@media screen and (min-width: 1900px) {
    .header,
    .footer {
        background-repeat: repeat-x;
    }
    .promo:after {
        background-size: 100%;
    }
}

.buy__photo {
	border: 1px solid #76ff32;
    align-self: baseline;
}

.buy__photo:before {
    content: '';
    position: absolute;
    left: 0;
    top: -42px;
    width: 281px;
    height: 106px;
    background-image: url(../img/ph_figure_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.buy__photo:after {
    content: '';
	position: absolute;
	right: 0;
	bottom: -42px;
	width: 281px;
	height: 106px;
	background-image: url(../img/ph_figure_2.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/* .buy__photo img {
    object-fit: contain;
}
 */
.table__wrap tr:first-child td:first-child .table__place {
    background-color: #ffd800;
}

.table__wrap tr:nth-child(2) td:first-child .table__place {
    background-color: #da7b48;
}

.table__wrap tr:nth-child(3) td:first-child .table__place {
    background-color: #777777;
}

.table__head {
    position: relative;
}

.table__head:before {
    content: "";
    position: absolute;
    left: 5px;
    top: -17px;
    background-image: url(../img/head__figure.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 58px;
    z-index: 1;
}

.table__head:after {
    content: "";
    position: absolute;
    right: 5px;
    top: -17px;
    background-image: url(../img/head__figure.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 58px;
    z-index: 1;
}

.table__head_best:after {
    display: none;
}

.results__head {
    padding-left: 70px;
}

.rate__filter {
    position: relative;
    padding-left: 40px;
}

.rate__filter:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 2px;
    width: 54px;
    height: 68px;
    background-image: url(../img/bg.png);
    -webkit-transform: rotate(145deg);
    transform: rotate(155deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rate__filter:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 2px;
    width: 54px;
    height: 68px;
    background-image: url(../img/bg.png);
    -webkit-transform: rotate(-155deg);
    transform: rotate(-155deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rate__select {
    padding-right: 25px;
}

.modal-shadow {
    position: fixed;
    height: 100%;
    width: 100%;
    transition: 0.5s;
}
.modal-shadow_active {
    background: rgba(13, 13, 13, 0.8);
    z-index: 5;
    top: 0;
    left: 0;
}
.modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(-60px) scale(1.1);
    visibility: hidden;
    transition: 0.5s;
    display: flex;
    margin: 0 auto;
    max-height: 100%;
    overflow-y: auto;
    padding: 30px 0;
}
.modal__content {
    background-image: url(../img/modal_bg.png);
    width: 570px;
    margin: auto;
    text-align: center;
    border: 3px solid #76ff32;
    background-color: #12141d;
    background-size: cover;
}
.modal__wrap {
    padding: 100px 40px;
    position: relative;
}

.modal__wrap:before {
    position: absolute;
    content: '';
    background-image: url(../img/modal_logo.png);
    background-repeat: no-repeat;
    width: 382px;
    height: 118px;
    background-size: contain;
    left: 20px;
    top: -86px;
}

.modal__wrap:after {
    position: absolute;
    content: '';
    background-image: url(../img/modal_figure.svg);
    width: 60px;
    height: 58px;
    background-size: contain;
    left: 20px;
    bottom: -17px;
}

.modal_active {
    opacity: 1;
    visibility: visible;
    z-index: 6;
    transform: translateY(0) scale(1);
}

.modal__title {
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 120%;
}

.modal__close {
    position: absolute;
    right: -33px;
    top: -31px;
    font-size: 42px;
    color: #12131b;
    text-transform: uppercase;
    font-weight: 300;
    background-image: url(../img/modal_close.svg);
    background-size: contain;
    text-align: center;
    padding-top: 15px;
    width: 60px;
    height: 82px;
    cursor: pointer;
}

.footer__logo img {
    width: 183px;
}

.modal__order {
    position: absolute;
    right: 0;
    bottom: -140px;
}

.contacts__desc a {
    color: inherit;
}

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

.buy__desc ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.buy__desc ul li img {
    margin-right: 10px;
    max-width: 22px;
    max-height: 22px;
    object-fit: contain;
}

.tooltip .btn,
.tooltip .btn:after,
.tooltip .btn:before {
    transition: .2s;
}

.tooltip:hover .btn,
.tooltip:hover .btn:after,
.tooltip:hover .btn:before {
    filter: grayscale(100%);
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip a,
.tooltip button {
    pointer-events: none;
}

.tooltip .tooltiptext {
    background-color: #04d304;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 33;
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    font-weight: 900;
    justify-content: center;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    bottom: 60px;
    transition: .2s;
    opacity: 0;
    transition: .2s;
}

.tooltip:hover .tooltiptext {
    opacity: 1;
    bottom: 0;
}

.jq-selectbox {
    z-index: 1;
}

.best__desc ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.best__desc ul li {
    list-style: disc;
}

@media screen and (max-width: 1200px) {
    .change:after,
    .change:before {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .change__img {
        height: auto;
    }
    .change__club,
    .change__date {
        text-align: center;
    }
    
    .change__date {
        margin-bottom: 30px;
    }
}


.rate__filter .jq-selectbox__select{
    height: 32px;
    padding: 0 25px 0 10px;
    border-color: transparent;
    border-bottom-color: transparent;
    border-radius: 4px;
    background: transparent;
    box-shadow: none;
    font: 14px/32px Arial,sans-serif;
    color: #fff;
    text-shadow: none;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    width: 130px;
    text-transform: uppercase;
}
.rate__filter .jq-selectbox__trigger-arrow{
    border-top-color: #fff;
}
.rate__filter .jq-selectbox__trigger{
    border: 0;
}
.rate__filter .jq-selectbox.focused .jq-selectbox__select{
    border-color: transparent;
}
.rate__filter .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #fff;
}
.rate__filter .jq-selectbox__dropdown{
    border-color: transparent;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
    z-index: 5;
}
.rate__filter .jq-selectbox li:hover {
    background-color: #eee;
    color: #111;
}
.rate__filter .jq-selectbox li.selected {
    background-color: #04d304;
    color: #fff;
}

.rate__filter .jq-selectbox__select-text {
    color: #000;
}
.jq-selectbox select, .jq-select-multiple select{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.rate__select {
    padding-left: 38px;
}

#result_top_3 p {
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.results__best .table {
    margin-bottom: 40px;
}

.rate__filter .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.header__logo a {
    display: block;
}

.change__center {
    width: 100%;
    text-align: center;
}


.change .slick-current .change__sert img {
    transform: scale(1);
}

.change__sert img {
    max-width: 100%;
    margin: 0 auto;
    transition: .2s;
    transform: scale(.6);
    max-height: 400px;
}

.btn {
    min-width: 220px;
}

.change__text {
    position: relative;
    padding: 20px 40px;
    border: 1px solid #50B848;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: .2s;
}

.change .slick-current .change__text,
.change .slick-current .order {
    opacity: 1;
}

.change .order {
    transition: .2s;
    opacity: 0;
}

body {
    background-color: #171820;
}

.promo__block {
    width: 490px;
    position: absolute;
    bottom: 100px;
    right: 0;
    z-index: 3;
}

.promo__title {
    font-size: 50px;
    font-family: "Jost", sans-serif;
    font-weight: 900;
}

.promo__desc {
    font-size: 30px;
    font-family: "Jost", sans-serif;
    line-height: 115%;
}

.promo__item {
    background-color: #07250e;
    border: 2px solid #08df63;
    position: relative;
    padding: 26px 20px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.promo_fig span {
    position: absolute;
}

.promo_fig span:nth-child(1) {
    left: -22px;
    top: -20px;
}

.promo_fig span:nth-child(2) {
    top: -20px;
    right: -24px;
}

.promo_fig span:nth-child(3) {
    bottom: -20px;
    left: -22px;
}

.promo_fig span:nth-child(4) {
    bottom: -20px;
    right: -24px;
}

.promo .container {
    position: relative;
}

.promo__order {
    margin-left: 40px;
}

.textgo {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 52px;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-shadow: 2px 2px 3px black;
    padding-top: 160px;
}

.promo__btn {
    text-align: center;
    position: absolute;
    bottom: 150px;
    width: 100%;
    z-index: 2;
}

.change__name sup {
    font-size: 23px;
}

.slick-arrow {
    width: 40px;
}

@font-face {
	font-family: 'AKONY-Bold';
	src: url('../fonts/akony-bold.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/akony-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/akony-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/akony-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/akony-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/akony-bold.svg#akony-bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

.rban {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.rban:hover .rfig {
    right: 200px;
}

.rfig {
    position: relative;
    width: fit-content;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: -600px;
    transition: .2s;
}

.rfig__elem {
    position: absolute;
}

.rfig__elem_1 {
    top: -41px;
    left: 15px;
}

.rfig__elem_2 {
    bottom: -40px;
    left: 280px;
}

.rfig__elem_3 {
    top: -115px;
    left: 103px;
}

.rfig__item {
    border-radius: 22px;
    border: 2px solid #04D304;
    background-color: #171820;
    background-image: url(../img/bg.png);
    display: flex;
    width: fit-content;
    width: 537px;
    position: relative;
    z-index: 1;
}

.rfig__img {
    position: relative;
    width: 230px;
}

.rfig__img img {
    max-width: 100%;
    position: absolute;
    left: -33px;
    top: 16px;
}

.rfig__info {
    flex: 1 0 0;
    margin-left: -89px;
    padding-top: 26px;
    padding-bottom: 24px;
}

.rfig__title {
    font-size: 29px;
    font-weight: 700;
    line-height: 30px;
    color: #FFF;
    font-family: 'AKONY-Bold';
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.rfig__rotate {
    border-radius: 3px;
    border: 1px solid #000;
    background: #FF0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 9px;
    position: absolute;
    bottom: 13px;
    right: 34px;
    transform: rotate(345deg);
    color: #FFF;
    color: #FFF;
/*     -webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000; */
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-shadow: 0 0 5px black;
}

.rfig__link {
    text-align: center;
}

.rfig__link a {
    font-size: 16px;
    color: #10170F;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 257px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #1EA816;
    background: linear-gradient(180deg, #23F417 64.24%, #FF0 116.2%);
    box-shadow: 0 1px 0 0 #D3F417;
}


@media screen and (max-width: 1200px) {
    
    .promo {
        padding-bottom: 40px;
    }
    
    .textgo {
        font-size: 24px;
    }
    
    .promo__btn {
        position: relative;
        bottom: auto;
        margin-top: 30px;
    }
    
    .promo:after {
        display: none;
    }
    
    .footer__call,
    .map__title {
        display: none;
    }
    
    .footer__phone a {
        font-size: 25px;
    }
    
    .map__order {
        margin-bottom: 30px;
    }
    
    .form {
        padding-bottom: 160px;
    }
    
    .header__btn3 {
        display: none;
    }
}

@media screen and (max-width: 810px) {
    .rate__filter {
        flex-direction: column;
        align-items: center;
        max-width: 250px;
        margin: 0 auto;
        padding: 25px 0;
    }
    .rate__select {
        width: 170px;
    }
    .rate__filter::before {
        display: none;
    }
    .rate__filter::after {
        display: none;
    }
    
    .promo {
        padding-top: 75px;
    }
    
    .promo__block {
        position: relative;
        
    }
}

@media screen and (max-width: 768px) {
    .reward__col:first-child {
        order: 2;
    }
    .reward__col:nth-child(2) {
        order: 1;
    }
    .reward__col:last-child {
        order: 3;
    }
    
    .btn {
        font-size: 12px;
    }
    
    .map__order {
        text-align: center;
    }
    
    .modal__content {
        max-width: 460px;
        width: auto;
    }
    
    .rban > img {
        width: 100px;
    }
    
    .rban:hover .rfig {
        right: 75px;
    }
    
    .rfig__title {
        font-size: 14px;
        line-height: 15px;
    }
    
    .rfig__rotate {
        padding: 2px 5px;
        font-size: 12px;
    }
    
    .rfig__link a {
        font-size: 12px;
        width: auto;
        height: auto;
        padding: 10px 20px;
    }
    
    .rfig__item {
        width: 280px;
        border-radius: 15px;
    }
    
    .rfig__img {
        width: 140px;
        display: flex;
        align-items: center;
    }
    
    .rfig__img img {
        position: relative;
        top: auto;
        left: auto;
    }
    
    .rfig__info {
        margin-left: -38px;
    }
    
    .rfig__rotate {
        top: -22px;
        bottom: auto;
        transform: rotate(14deg);
        right: -2px;
    }
    
    .rfig__elem_1 {
        width: 120px;
        top: -20px;
        left: 7px;
    }
    .rfig__elem_2 {
        width: 120px;
        left: 140px;
        bottom: -20px;
    }
    .rfig__elem_3 {
        width: 220px;
        top: -65px;
        left: 50px;
    }
    
    
    
}

@media screen and (max-width: 576px) {
    .header__logo iframe {
        height: 50px;
    }
    
    .toggle_menu {
        top: 22px;
    }
    
    .header {
        background: #000;
    }
    
    .pagetitle {
        margin-top: 75px;
    }
    
    .change .slick-arrow {
        display: none !important;
    }
    
    .modal__wrap {
        padding: 50px 40px;
    }
    
    .modal__wrap:before {
        width: 215px;
        height: 66px;
        top: -54px;
    }
    
    .modal__close {
        right: 15px;
    }
    
    .modal__order {
        display: none;
    }
    
    .textgo {
        top: 0;
    }
    
    .header__top {
        margin-bottom: 0;
    }
}

.table__place {
    flex-direction: column;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.text {
    color: #ffffff;
    font-size: 13px;
    line-height: 22px;
    padding-top: 50px;
}

.text h2 {
    font-size: 26px;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.text h3 {
    font-size: 22px;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.text h4 {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.text p {
    margin-bottom: 15px;
}

.text b,
.text strong {
    font-family: "Jost", sans-serif;
}

.text ul,
.text ol {
    margin-left: 25px;
    margin-bottom: 15px;
}

.text ul li {
    list-style: disc;
}

.text ol li {
    list-style: numeric;
}

.text a {
    color: #04d304;
}

.zmdesc {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    line-height: 140%;
    margin-bottom: 50px;
}

.zmdesc p {
    margin-bottom: 15px;
}
