@font-face {
    font-family: "Roboto";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/Roboto-Bold.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Roboto-Light.ttf");
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

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

a {
    color: inherit;
    text-decoration: none;
}

input,
button {
    border: none;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    color: inherit;
}

body {
    font-family: 'Roboto';
    font-size: 16px;
    color: #fff;
    background: -webkit-linear-gradient(285.24deg, #7F44D6 0%, #09001E 100%);
    background: linear-gradient(164.76deg, #7F44D6 0%, #09001E 100%);
    position: relative;
    min-height: 100vh;
}

body,
html {
    overflow-x: hidden;
}

.wrapper {
    max-width: 1140px;
    padding: 0 10px;
    margin: 0 auto;
}
.wrapper-page{
    width: 60%;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.hidden {
    display: none;
}

.body-block {
    overflow: hidden;
}

/* Шапка */

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #240d4070;
    z-index: 999;
}

.header__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.nav__item:not(:last-child) {
    margin-right: 60px;
}

.burger {
    width: 24px;
    height: 16px;
    position: relative;
    z-index: 100;
    display: none;
}

.burger__item {
    position: absolute;
    right: 0;
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.burger__item:nth-child(1) {
    top: 0;
}

.burger__item:nth-child(2) {
    top: calc(50% - 1px);
}

.burger__item:nth-child(3) {
    bottom: 0;
}

.burger.active .burger__item:nth-child(2) {
    opacity: 0;
}

.burger.active .burger__item:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
}

.burger.active .burger__item:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
}

/* / Шапка */

/* Hero */

.hero {
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.hero__title {
    max-width: 660px;
    font-weight: 700;
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.hero__descr {
    font-size: 25px;
}

.form {
    margin-left: auto;
    margin-right: auto;
    background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.756) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.756) 0%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 6px;
    width: 100%;
    max-width: 330px;
    box-sizing: border-box;
    padding: 40px 20px;
    max-height: 416px;
}

.form > *:not(:last-child) {
    margin-bottom: 20px;
}

.form__title {
    text-align: center;
}

.form__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #C4C4C4;
}

.form__field img {
    width: 15px;
    margin-right: 15px;
}

.form__field input {
    width: calc(100% - 30px);
}

.form__submit {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    background: -webkit-linear-gradient(top, #1ABC9C 0%, #007A62 100%);
    background: linear-gradient(180deg, #1ABC9C 0%, #007A62 100%);
    border-radius: 8px;
    cursor: pointer;
}

.form__call {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 252px;
    margin-left: auto;
    margin-right: auto;
}

.form__nums {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    max-width: 110px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.form__num {
    width: 30px;
    height: 30px;
    background: -webkit-linear-gradient(top, #1ABC9C 0%, #007A62 100%), #C4C4C4;
    background: linear-gradient(180deg, #1ABC9C 0%, #007A62 100%), #C4C4C4;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* / Hero */

/* Преимущества */

.advantages {
    padding-top: 120px;
    padding-bottom: 60px;
}

.advantages__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

.advantages__item {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
}

.advantages__item img {
    margin-bottom: 30px;
}

.guarantee {
    padding-top: 60px;
    padding-bottom: 120px;
}

.guarantee__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -40px;
}

.guarantee__item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}

.guarantee__item img {
    margin-right: 35px;
}

/* / Преимущества */

/* Bet Run */

.bet-run {
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bet-run-page{
    flex-direction: row-reverse;
    display: flex;

}

.bet-run__item {
    background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.756) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.756) 0%, rgba(0, 0, 0, 0.9) 100%);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    cursor: pointer;
}

.bet-run__item:not(:last-child) {
    margin-bottom: 10px;
}

.bet-run__item.active .bet-run__arr {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.bet-run__arr {
    position: absolute;
    right: 30px;
    bottom: 27px;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.bet-run__ask {
    width: calc(100% - 35px);
    font-weight: 700;
    font-size: 18px;
}

.bet-run__text {
    display: none;
    overflow: hidden;
    width: calc(100% - 35px);
}

.bet-run__text.active {
    display: block;
}

.bet-run__text p {
    padding-top: 20px;
    line-height: 1.5;
}

/* / Bet Run */

/* СЕО */

.seo {
    padding: 120px 0;
    position: relative;
    z-index: 2;
}

.seo::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(1140px + ((100vw - 1140px) / 2));
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    width: 246px;
    height: 246px;
    background-image: url('../img/seo-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.seo__descr {
    line-height: 1.81;
    margin-bottom: 25px;
}

.seo__row {
    margin-bottom: 20px;
}

.seo__subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.seo__list li:not(:last-child) {
    margin-bottom: 15px;
}

ol.seo__list {
    counter-reset: myCounter;
}

ol.seo__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

ol.seo__list li::before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 5px;
    display: block;
    font-size: 16px;
    min-width: 13px;
}

ul.seo__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    padding-left: 17px;
}

ul.seo__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, #1ABC9C 0%, #007A62 100%), #C4C4C4;
    background: linear-gradient(180deg, #1ABC9C 0%, #007A62 100%), #C4C4C4;
}

/* / СЕО */

@media screen and (max-width: 1400px) {
    .seo::after {
        right: 0;
        left: unset;
    }
}

@media screen and (max-width: 992px) {
    .hero__text {
        margin-right: 30px;
    }

    .hero__title {
        font-size: 48px;
    }

    .nav__item:not(:last-child) {
        margin-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .hero__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .hero__text {
        text-align: center;
        margin-bottom: 30px;
    }

    .hero__title {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .advantages__items {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: -40px;
    }

    .advantages__item {
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }

    .guarantee__item {
        width: calc(100% - 20px);
    }

    .guarantee__item img {
        margin-right: 20px;
    }

    .seo::after {
        bottom: 0;
        top: unset;
        right: 0;
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 680px) {
    .header {
        padding: 10px 0;
    }

    .burger {
        display: block;
    }

    .nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: -webkit-linear-gradient(top, #4A2285 0%, rgba(74, 34, 133, 0.95) 100%);
        background: linear-gradient(180deg, #4A2285 0%, rgba(74, 34, 133, 0.95) 100%);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        z-index: 5;
        box-sizing: border-box;
        padding-top: 30px;
        padding-left: 30px;
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    .nav.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

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

    .nav__item:not(:last-child) {
        margin-right: 0;
    }

    .hero {
        padding: 100px 0 80px;
    }
}

@media screen and (max-width: 480px) {
    .section-title {
        font-size: 28px;
    }

    .hero {
        background-position: -1200px;
    }

    .hero__title {
        font-size: 36px;
    }

    .advantages {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .advantages__item {
        width: calc(100% - 20px);
    }

    .guarantee {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .seo {
        padding: 60px 0;
    }
}




#content .container{
    padding: 40px 50px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content li,
#content span,
#content div,
#content p{
    color: #fff;
}
#content h1{
    text-align: center;
    margin-bottom: 32px;
}

.social-img{
    width: 25px;
    margin-right: 5px;
}
.social-link{
    display: flex;
    align-items: center;
    margin-left: 10px;

}
.hero__contact{
    font-size: 18px;
    width: 56%;
}
.hero__title-contact{
    font-size: 28px;
}
iframe{
    border: 0;
    margin-top: 22px;
    width: 100%;
    height: 300px;
}

.content-privacy h1{
    text-align: center;
    margin-bottom: 25px;
    font-size: 38px;
}
.content-privacy h2{
    margin: 25px 0 10px 0;
}
footer{
    background-color: #21252578;
    display: flex;
    justify-content: space-around;
    padding: 40px 30px;
}

footer p,
footer a
{
    font-size: 18px;
}

.entry-content{

}
.sub-menu{
    left: -20px;
    top: 7px;
    padding: 10px 20px;
    width: 130px;
    transition: .3s;
    z-index: 9;
    position: relative;
    margin-left: 10px;
}

.sub-menu li{
    padding: 5px 0;
    transition: .3s;

}
.sub-menu li:hover{
    padding-left: 5px;
}
.nav__item{
    position: relative;
    padding: 10px 0;
}
.has-children::after{
    content: "";
    position: absolute;
    border-left: 2px solid #1abc9c;
    border-bottom: 2px solid #1abc9c;
    height: 7px;
    width: 7px;
    right: -17px;
    top: calc(50% - 6px);
    transform: rotate(-45deg);
    transition: all .2s;
}
.has-children:hover::after{
    top: calc(50% - 2px);
    transform: rotate(135deg);
    transition: all .2s;
}

.nav__link{
    color: #1abc9c;
    cursor: pointer;
}
.entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.success-page{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 87vh;
    text-align: center;
}

.success-page .title-h1{
    font-size: 28px;
}

.success-page .title-h3{
    font-size: 24px;
    margin-bottom: 40px;
}
.success-page .form__button{
    background-color: #0000008a;
    padding: 10px 20px;
    margin-top: 40px;
    border-radius: 9px;
    font-size: 18px;
}

.section-riverslot .container{
    display: flex;
}
.section-riverslot .form{
    margin-top: 5%;
}
.page-price .row{
    display: flex;
}

@media(max-width: 880px){
    footer{
        display: block;
    }
    .section-riverslot .container{
        flex-direction: column;
    }
}

@media (min-width: 680px) {
    .sub-menu{
        display: none;
        position: absolute;
        left: -20px;
        top: 39px;
        background-color: #17232dc7;
        padding: 10px 20px;
        width: 130px;
        transition: .3s;
        z-index: 9;
    }
    .has-children:hover .sub-menu{
        display: block;

    }
}

@media (max-width: 680px) {
    .nav__list li{
        transition: .3s;
    }
    .nav__list > li:hover{
        margin-left: 5px;
    }
}

@media(max-width: 830px){
    .bet-run{
        display: block;
    }
    .wrapper-page {
        width: 100%;
        margin-top: 40px;
    }

}

@media(max-width: 470px){
    .form{
        margin: 0 10px;
    }
}