@font-face {
    font-family: RobotoCond-Regular;
    src: url("../fonts/roboto-condensed.woff");
    font-weight: 400;
}
@font-face {
    font-family: RobotoCond-Bold;
    src: url("../fonts/RobotoCondensed-Bold.woff");
    font-weight: 700;
}
@font-face {
    font-family: SuisseIntl-Regular;
    src: url("../fonts/SuisseIntl-Regular-1.woff");
    font-weight: 400;
}
@font-face {
    font-family: SuisseIntl-Medium;
    src: url("../fonts/SuisseIntl-Medium-1.woff");
    font-weight: 500;
}
@font-face {
    font-family: SuisseIntl-SemiBold;
    src: url("../fonts/SuisseIntl-SemiBold-1.woff");
    font-weight: 600;
}

@font-face {
    font-family: SuisseIntl-Bold;
    src: url("../fonts/SuisseIntl-Bold.woff");
    font-weight: 700
}

@font-face {
    font-family: WulkanDisplay;
    src: url("../fonts/WulkanDisplay-SemiBoldItalic.woff");
}

@font-face {
    font-family: SuisseIntl-Bold;
    src: url("../fonts/SuisseIntl-Bold.woff");
    font-weight: 700
}

html {
    height: 100%;
}
body {
    margin: 0;
    height: 100%;
}
ul {
    list-style: none;
}
h1,
h2,
h3,
li,
p,
ul {
    padding: 0;
    margin: 0;
}
footer *,
header *,
main * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-conteiner {
    min-height: 100%;
    margin-bottom: -141px;
}
.content-conteiner:after {
    content: "";
    display: block;
    height: 141px;
}

.container,
.container-aviator {
    max-width: 1248px;
    margin: auto;
}

.banner-start {
    font-family: SuisseIntl-SemiBold, sans-serif;
    font-size: 18px;
    color: #005;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #05c489;
    padding: 18px 53px 17px;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: background 0.4s linear;
    -o-transition: background 0.4s linear;
    transition: background 0.4s linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.banner-start:hover {
    background: #05b880;
}
.fav-page {
    font-family: SuisseIntl-Medium, sans-serif;
    -webkit-tap-highlight-color: transparent;
}
.light .fav-page {
    background: #005;
}
.fav-page img {
    max-width: 100%;
    height: auto;
}
.fav-page .start-btn {
    font-size: 17px;
    border-radius: 4px;
    display: inline-block;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.fav-page .fav-sections {
    margin-top: 70px;
    text-align: center;
}
.fav-page .fav-sections .banner-mobile-btn {
    display: inline-block;
}
.fav-page .fav-sections__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.fav-page .fav-sections__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    position: relative;
    border: 4px solid;
    border-top: none;
    border-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(4,0,140,1)) 1 30%;
    cursor: default;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 42px 20px 60px;
    text-align: center;
    -webkit-transition: border-image 0.3s linear;
    -o-transition: border-image 0.3s linear;
    transition: border-image 0.3s linear;
}
.dark .fav-page .fav-sections__item {
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #262832) 1 30%;
}
.fav-page .fav-sections__item:hover {
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 38, 126, 1)) 1 30%;
}
.fav-page .fav-sections__title {
    font-family: SuisseIntl-SemiBold, sans-serif;
    color: #e8e8e8;
    font-size: 33px;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.7px;
    margin: -20px auto 0;
}
.fav-page .fav-sections__subtitle {
    font-size: 15px;
    color: #e8e8e8;
    text-align: center;
    height: 38px;
    letter-spacing: 0.4px;
    font-family: SuisseIntl-Medium, sans-serif;
    overflow: hidden;
    margin-top: 7px;
}
.fav-page .fav-sections__btn {
    color: #05c489;
    border: 2px #05c489 solid;
    margin: 20px 0 0;
    width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 0 15px;
    font-family: SuisseIntl-Medium, sans-serif;
}
.fav-page .fav-sections__btn:hover {
    background: #05c489;
    color: #005;
}
.fav-page .fav-casino,
.fav-page .fav-live,
.fav-page .fav-sport {
    margin-top: 96px;
}
.fav-page .fav-casino__wrapper,
.fav-page .fav-live__wrapper,
.fav-page .fav-sport__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.fav-page .fav-casino__main,
.fav-page .fav-live__main,
.fav-page .fav-sport__main {
    background: #ff267e;
    width: 480px;
    height: 488px;
    margin-right: 15px;
    border-radius: 2px;
    position: relative;
}
.dark .fav-page .fav-casino__main,
.dark .fav-page .fav-live__main,
.dark .fav-page .fav-sport__main {
    background: #2c2e3a;
}
.fav-page .fav-casino__main:before,
.fav-page .fav-live__main:before,
.fav-page .fav-sport__main:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
}
.dark .fav-page .fav-casino__main:before,
.dark .fav-page .fav-live__main:before,
.dark .fav-page .fav-sport__main:before {
    filter: grayscale(1);
}
.fav-page .fav-casino__main-wrapper,
.fav-page .fav-live__main-wrapper,
.fav-page .fav-sport__main-wrapper {
    padding: 31px 140px 0 40px;
    position: relative;
}
.fav-page .fav-casino__main-title,
.fav-page .fav-live__main-title,
.fav-page .fav-sport__main-title {
    font-family: SuisseIntl-SemiBold, sans-serif;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 35px;
}
.dark .fav-page .fav-casino__main-title,
.dark .fav-page .fav-live__main-title,
.dark .fav-page .fav-sport__main-title {
    color: #e8e8e8;
}
.fav-page .fav-casino__main-subtitle,
.fav-page .fav-live__main-subtitle,
.fav-page .fav-sport__main-subtitle {
    font-family: SuisseIntl-Medium, sans-serif;
    color: #ededed;
    margin-top: 8px;
    letter-spacing: 0.5px;
    font-size: 15px;
    line-height: 20px;
}
.fav-page .fav-casino__main-btn,
.fav-page .fav-live__main-btn,
.fav-page .fav-sport__main-btn {
    font-family: SuisseIntl-Medium, sans-serif;
    border: 2px var(--txt_color_1) solid;
    margin: 26px 0 0;
    text-align: center;
    width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 0;
}
.fav-page .fav-casino__main-btn:hover,
.fav-page .fav-live__main-btn:hover,
.fav-page .fav-sport__main-btn:hover {
    color: #ff267e;
    background: #000055;
}
.dark .fav-page .fav-casino__main-btn:hover,
.dark .fav-page .fav-live__main-btn:hover,
.dark .fav-page .fav-sport__main-btn:hover {
    color: #fff;
    background: #ff267e;
    border-color: #ff267e;
}
.fav-page .fav-casino__types,
.fav-page .fav-live__types,
.fav-page .fav-sport__types {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    width: 744px;
}
.fav-page .fav-casino__type,
.fav-page .fav-live__type,
.fav-page .fav-sport__type {
    position: relative;
    width: 232px;
    height: 232px;
    background-size: cover;
    border-radius: 2px;
    overflow: hidden;
}
.fav-page .fav-casino__type-wrapper,
.fav-page .fav-live__type-wrapper,
.fav-page .fav-sport__type-wrapper {
    background: rgba(3,3,59,.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.dark .fav-page .fav-casino__type-wrapper,
.dark .fav-page .fav-live__type-wrapper,
.dark .fav-page .fav-sport__type-wrapper {
    background: rgba(0,0,0,.6);
}
.fav-page .fav-casino__type-btn,
.fav-page .fav-live__type-btn,
.fav-page .fav-sport__type-btn {
    background: var(--btn_primary_bg_color_2);
    font-family: SuisseIntl-SemiBold, sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1.4px;
    border-radius: 2px;
    color: var(--btn_primary_txt_color_2);
    padding: 15px 26px 13px;
    text-align: center;
}
.fav-page .fav-casino__type-btn:hover,
.fav-page .fav-live__type-btn:hover,
.fav-page .fav-sport__type-btn:hover {
    background: var(--btn_primary_bg_hover_2);
    color: var(--btn_primary_txt_hover_2);
}
.fav-page .fav-casino__type:hover .fav-casino__type-wrapper,
.fav-page .fav-casino__type:hover .fav-live__type-wrapper,
.fav-page .fav-casino__type:hover .fav-sport__type-wrapper,
.fav-page .fav-live__type:hover .fav-casino__type-wrapper,
.fav-page .fav-live__type:hover .fav-live__type-wrapper,
.fav-page .fav-live__type:hover .fav-sport__type-wrapper,
.fav-page .fav-sport__type:hover .fav-casino__type-wrapper,
.fav-page .fav-sport__type:hover .fav-live__type-wrapper,
.fav-page .fav-sport__type:hover .fav-sport__type-wrapper {
    opacity: 1;
}
.fav-page .fav-casino__type:hover .fav-sport__type-btn,
.fav-page .fav-live__type:hover .fav-sport__type-btn,
.fav-page .fav-sport__type:hover .fav-sport__type-btn {
    background: #ff267e;
    color: #e8e8e8;
}
.fav-page .fav-casino__mobBtn,
.fav-page .fav-casino__mobSubtitle,
.fav-page .fav-casino__mobTitle,
.fav-page .fav-live__mobBtn,
.fav-page .fav-live__mobSubtitle,
.fav-page .fav-live__mobTitle,
.fav-page .fav-sport__mobBtn,
.fav-page .fav-sport__mobSubtitle,
.fav-page .fav-sport__mobTitle {
    display: none;
}
.fav-page .fav-sport__main:before {
    background: url("") no-repeat 0 0 / contain;
    width: 479px;
    height: 487px;
}
.fav-page .fav-sport__type:nth-of-type(1) {
    background-image: url("");
}
.fav-page .fav-sport__type:nth-of-type(2) {
    background-image: url("");
}
.fav-page .fav-sport__type:nth-of-type(3) {
    background-image: url("");
}
.fav-page .fav-sport__type:nth-of-type(4) {
    background-image: url("");
}
.fav-page .fav-sport__type:nth-of-type(5) {
    background-image: url("");
}
.fav-page .fav-sport__type:nth-of-type(6) {
    background-image: url("");
}
.fav-page .fav-sport__type-wrapper {
    background: 0 0;
    opacity: 1;
}
.fav-page .fav-sport__type-btn {
    background: #005;
    color: #e8e8e8;
}
.fav-page .fav-casino__main {
    margin: 0 0 0 15px;
}
.fav-page .fav-casino__main:before {
    background: url("../images/casino-img.png") no-repeat 0 0 / contain;
    width: 478px;
    height: 486px;
}
.fav-page .fav-casino__type:nth-of-type(1) {
    background-image: url("../images/casino-img-1.png");
}
.fav-page .fav-casino__type:nth-of-type(2) {
    background-image: url("../images/casino-img-2.png");
}
.fav-page .fav-casino__type:nth-of-type(3) {
    background-image: url("../images/casino-img-3.png");
}
.fav-page .fav-casino__type:nth-of-type(4) {
    background-image: url("../images/casino-img-4.png");
}
.fav-page .fav-casino__type:nth-of-type(5) {
    background-image: url("../images/casino-img-5.png");
}
.fav-page .fav-casino__type:nth-of-type(6) {
    background-image: url("../images/casino-img-6.png");
}
.fav-page .fav-aviator {
    margin-top: 96px;
}
.fav-page .fav-aviator__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 15px 81px 0 111px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fav-page .fav-aviator__box {
    background-color: #f2f3f4;
    height: 160px;
    position: relative;
    overflow: hidden;
}
.dark .fav-page .fav-aviator__box {
    background: #2c2e3a;
}
.fav-page .fav-aviator__center {
    position: relative;
    z-index: 8;
    font-family: RobotoCond-Bold, sans-serif;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fav-page .fav-aviator__logo {
    width: 188px;
}
.dark .fav-page .fav-aviator__logo img {
    filter: grayscale(1) brightness(3);
}
.fav-page .fav-aviator__subtitle {
    color: var(--bg_color_4);
    font-family: RobotoCond-Regular, sans-serif;
    font-size: 18px;
    margin-top: 12px;
}
.fav-page .fav-aviator__btn {
    font-family: SuisseIntl-Medium, sans-serif;
    background-color: var(--btn_primary_bg_color_2);
    text-transform: uppercase;
    color: var(--btn_primary_txt_color_2);
    font-size: 18px;
    text-decoration: none;
    border-radius: 2px;
    padding: 15px 56px 14px;
    display: inline-block;
    margin-top: -15px;
    letter-spacing: .02em;
}
.fav-page .fav-aviator__btn:hover {
    background: var(--btn_primary_bg_hover_2);
    color: var(--btn_primary_txt_hover_2);
}
.fav-page .fav-aviator__subBtn {
    font-family: SuisseIntl-Medium, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #da1a32;
    font-weight: 700;
    margin-top: 22px;
    text-align: center;
    text-decoration: none;
    display: none;
}
.fav-page .fav-aviator__plane {
    width: 235px;
    margin-top: -7px;
}
.dark .fav-page .fav-aviator__plane img {
    filter: grayscale(1) brightness(3);
}
.fav-page .fav-aviator__cloudFirst {
    top: 0;
    left: -10%;
    width: 345px;
}
.fav-page .fav-aviator__cloudSecond {
    width: 140px;
    top: 20px;
    left: 25%;
}
.fav-page .fav-aviator__cloudThird {
    top: 0;
    width: 345px;
    right: 100px;
}
.fav-page .fav-aviator__cloudForth {
    width: 135px;
    right: 0;
    bottom: -30%;
}
.fav-page .fav-live__main:before {
    background: url("../images/live-casino-img.png") no-repeat 0 0 / contain;
    width: 478px;
    height: 486px;
}
.fav-page .fav-live__type:nth-of-type(1) {
    background-image: url("../images/live-img-1.png");
}
.fav-page .fav-live__type:nth-of-type(2) {
    background-image: url("../images/live-img-2.png");
}
.fav-page .fav-live__type:nth-of-type(3) {
    background-image: url("../images/live-img-3.png");
}
.fav-page .fav-live__type:nth-of-type(4) {
    background-image: url("../images/live-img-4.png");
}
.fav-page .fav-live__type:nth-of-type(5) {
    background-image: url("../images/live-img-5.png");
}
.fav-page .fav-live__type:nth-of-type(6) {
    background-image: url("../images/live-img-6.png");
}
.fav-page .fav-live__type-wrapper {
    bottom: 0;
}
.fav-page .fav-live__type-txt {
    font-family: SuisseIntl-Medium, sans-serif;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    text-transform: uppercase;
    color: #e8e8e8;
    background: #07076b;
    padding: 18px 13px 12px;
}
.fav-page .fav-live__type-txt span {
    display: block;
}
.fav-page .fav-live__type-title {
    font-size: 9px;
    letter-spacing: 0.6px;
    font-family: SuisseIntl-Medium, sans-serif;
}
.fav-page .fav-live__type-subtitle {
    font-size: 13px;
    margin-top: 3px;
    letter-spacing: 0.3px;
    font-family: SuisseIntl-Medium, sans-serif;
}
.fav-page .fav-application {
    margin-top: 129px;
    padding: 0 30px;
}
.fav-page .fav-application__title {
    font-size: 44px;
    color: #e8e8e8;
    font-family: SuisseIntl-SemiBold, sans-serif;
    letter-spacing: 2.2px;
    text-align: center;
    text-transform: uppercase;
}
.fav-page .fav-application__subtitle {
    font-family: SuisseIntl-Medium, sans-serif;
    color: #e8e8e8;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.6px;
    margin-top: 11px;
}
.fav-page .fav-application__icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 41px;
}
.fav-page .fav-application__icon {
    height: 60px;
    display: block;
}
.fav-page .fav-application__icon img {
    height: 100%;
}
.fav-page .fav-application__icon:first-child {
    margin-right: 16px;
}
.fav-page .fav-application__computer {
    width: 55%;
    margin: 30px auto 0;
}
.dark .fav-page .fav-application__computer .comp-desk {
    content: url("../images/devices-dark.png");
}
.dark .fav-page .fav-application__computer .comp-mob {
    content: url("../images/devices-dark-mob.png");
}
.comp-mob {
    display: none;
}

/*seo-block*/
.container-seo {
    max-width: 1214px;
    margin: 0 auto;
    padding: 5px;
}

.light .container-seo {
    background: #1a1a66;
}

.dark .container-seo {
    background: #262832;
}

.seo {
    padding: 25px 0 60px;
}

.seo__wrapper {
    overflow-y: scroll;
    height: 780px
}

.seo__text {
    padding: 41px 21px
}

.seo__title {
    font-family: SuisseIntl-SemiBold, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 10px 0
}

.seo__paragraph {
    font-family: RobotoCond-Regular, sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #dbdbdb;
    margin: 0 0 20px 0
}

.seo__info-list {
    margin: 0 0 20px 0
}

.seo__info-item {
    padding: 15px;
    background: #050659;
    display: grid;
    grid-template-columns:310px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.seo__info-item:not(:last-child) {
    margin: 0 0 5px 0
}

.seo__info-item_title {
    font-family: SuisseIntl-Medium, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.seo__info-item_title span {
    font-family: SuisseIntl-Medium, sans-serif;
}
.seo__info-item_title svg {
    margin: 0 14px 0 0;
    min-width: 17px
}

.seo__info-item_text {
    font-family: SuisseIntl-Regular, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #ededed;
}

.seo__paragraph-in {
    margin: 0 0 35px 0
}

.seo__sub-title {
    font-family: SuisseIntl-SemiBold, sans-serif;
    font-size: 22px;
    line-height: 29px;
    margin: 0 0 10px 0;
    color: #ededed;
}

.seo__paragraph-out {
    margin: 0 0 10px 0
}

.seo__how-list {
    margin: 0 0 10px 0;
    padding: 0 0 0 35px
}

.seo__how-item {
    font-family: RobotoCond-Regular, sans-serif;
    color: #dbdbdb;
    font-size: 16px;
    line-height: 32px
}

.seo__paragraph-non {
    margin: 0
}

.seo__bets-list {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.seo__bets-item {
    padding: 16px;
    max-width: 378px;
    min-width: 214px;
    margin: 0 30px 0 0;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #050659
}

.seo__bets-item:last-child {
    margin: 0
}

.seo__bets-item_title {
    font-family: SuisseIntl-Medium, sans-serif;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .04em;
    margin: 0 0 20px 0;
    position: relative;
    color: #ededed;
}

.seo__bets-item_title:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ff267e;
    bottom: -6px
}

.seo__bets-item_text {
    font-family: RobotoCond-Regular, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #dbdbdb;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.seo__sport-list {
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.seo__sport-item {
    width: 156px;
    height: 54px;
    background: #050659;
    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-family: RobotoCond-Regular, sans-serif;
    color: #dbdbdb;
    font-size: 16px;
    line-height: 22px
}

.seo__sport-item:not(:last-child) {
    margin: 0 15px 0 0
}

.seo__faq-list {
    padding: 0;
    margin: 0
}

.seo__faq-title {
    font-family: SuisseIntl-Medium, sans-serif;
    margin: 0 0 5px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 23px;
    color: #fff
}
.seo__faq-title span {
    font-family: SuisseIntl-Medium, sans-serif;
}
.seo__faq-title svg {
    margin: 0 10px 0 0
}

.seo__faq-info {
    font-family: RobotoCond-Regular, sans-serif;
    color: #dbdbdb;
    font-size: 16px;
    line-height: 27px;
    padding: 0;
    margin: 0 0 25px 0
}

.seo__faq-info:last-child {
    margin: 0
}

.absolutePos {
    position: absolute;
}
.flyClouds {
    -webkit-animation-name: fly;
    animation-name: fly;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.dark .flyClouds {
    opacity: .3;
}
@-webkit-keyframes fly {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fly {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.fade-in {
    -webkit-animation: fade-in 1s;
    animation: fade-in 1s;
}
@-webkit-keyframes fade-in {
    from {
        opacity: 0;
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width: 1359px) {
    .container,
    .container-aviator {
        max-width: 992px;
    }
    .fav-page .fav-sections__item {
        padding: 20px 20px 47px;
    }
    .fav-page .fav-sections__title {
        font-size: 25px;
        line-height: 25px;
    }
    .fav-page .fav-sections__subtitle {
        line-height: 20px;
        margin-top: 20px;
        height: 60px;
    }
    .fav-page .fav-sections__btn {
        margin: 25px 0 0;
    }
    .fav-page .fav-casino__main,
    .fav-page .fav-live__main,
    .fav-page .fav-sport__main {
        width: 392px;
        height: 384px;
    }
    .fav-page .fav-casino__main-wrapper,
    .fav-page .fav-live__main-wrapper,
    .fav-page .fav-sport__main-wrapper {
        padding: 23px 32px 0;
    }
    .fav-page .fav-casino__main-subtitle,
    .fav-page .fav-live__main-subtitle,
    .fav-page .fav-sport__main-subtitle {
        width: 60%;
        margin-top: 4px;
    }
    .fav-page .fav-casino__main-btn,
    .fav-page .fav-live__main-btn,
    .fav-page .fav-sport__main-btn {
        margin: 14px 0 0;
    }
    .fav-page .fav-casino__types,
    .fav-page .fav-live__types,
    .fav-page .fav-sport__types {
        width: 584px;
    }
    .fav-page .fav-casino__type,
    .fav-page .fav-live__type,
    .fav-page .fav-sport__type {
        width: 184px;
        height: 184px;
    }
    .fav-page .fav-casino__type-btn,
    .fav-page .fav-live__type-btn,
    .fav-page .fav-sport__type-btn {
        font-size: 14px;
        padding: 14px 18px 12px;
    }
    .fav-page .fav-sport__main:before {
        width: 336px;
        height: 342px;
    }
    .fav-page .fav-casino__main:before {
        width: 351px;
        height: 357px;
    }
    .fav-page .fav-live__main:before {
        width: 328px;
        height: 333px;
    }
    .fav-page .fav-aviator__wrapper {
        padding: 15px 0 0 55px;
    }
    .fav-page .fav-aviator__center {
        margin-left: -42px;
    }
    .fav-page .fav-aviator__plane {
        margin-right: -9px;
    }
    .fav-page .fav-application {
        margin-top: 93px;
    }
    .fav-page .fav-application__icons {
        margin-top: 37px;
    }
    .fav-page .fav-application__computer {
        width: 800px;
    }
    .seo {
        padding: 25px 0 60px;
    }
    .container-seo {
        max-width: 992px;
    }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
    .container-seo {
        max-width: 728px
    }
    .seo {
        padding: 0 0 50px;
    }
    .seo__bets-item {
        margin: 0 15px 0 0
    }

    .seo__bets-item:last-child {
        margin: 0
    }

    .seo__sport-list {
        display: grid;
        grid-template-columns:1fr 1fr 1fr;
        grid-template-rows:1fr 1fr;
        gap: 10px
    }

    .seo__sport-item {
        width: 100%
    }

    .seo__sport-item:not(:last-child) {
        margin: 0
    }
}
@media screen and (max-width: 1023px) {
    .fav-page .container,
    .fav-page .container-aviator {
        max-width: 728px;
    }
    .fav-page .fav-sections {
        margin-top: 50px;
    }
    .fav-page .fav-sections__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fav-page .fav-sections__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 43px 20px 54px;
        margin-bottom: 15px;
    }
    .fav-page .fav-sections__title {
        font-size: 33px;
        line-height: 33px;
    }
    .fav-page .fav-sections__subtitle {
        margin: 7px auto 0;
        width: 290px;
        height: auto;
    }
    .fav-page .fav-sections__btn {
        margin: 20px 0 0;
    }
    .fav-page .fav-casino__main,
    .fav-page .fav-live__main,
    .fav-page .fav-sport__main {
        width: 376px;
        height: 516px;
        margin-right: 10px;
    }
    .fav-page .fav-casino__types,
    .fav-page .fav-live__types,
    .fav-page .fav-sport__types {
        width: 340px;
    }
    .fav-page .fav-casino__type,
    .fav-page .fav-live__type,
    .fav-page .fav-sport__type {
        width: 164px;
        height: 164px;
    }
    .fav-page .fav-casino__type-btn,
    .fav-page .fav-live__type-btn,
    .fav-page .fav-sport__type-btn {
        font-size: 14px;
        padding: 13px 10px 13px;
    }
    .fav-page .fav-sport__main:before {
        width: 375px;
        height: 381px;
    }
    .fav-page .fav-casino__main {
        margin: 0 0 0 10px;
    }
    .fav-page .fav-aviator__wrapper {
        padding: 23px 0 0 31px;
    }
    .fav-page .fav-aviator__center {
        margin-left: -71px;
        margin-top: 3px;
    }
    .fav-page .fav-aviator__plane {
        width: 205px;
        margin-right: -32px;
        margin-top: 5px;
    }
    .fav-page .fav-live__type-txt {
        padding: 12px 12px 8px;
    }
    .fav-page .fav-live__type-title {
        font-size: 8px;
    }
    .fav-page .fav-live__type-subtitle {
        font-size: 12px;
        margin-top: 2px;
    }
    .fav-page .fav-application {
        margin-top: 77px;
    }
    .fav-page .fav-application__title {
        font-size: 40px;
        width: 90%;
        margin: auto;
    }
    .fav-page .fav-application__subtitle {
        font-size: 18px;
    }
    .fav-page .fav-application__icons {
        margin-top: 30px;
    }
    .fav-page .fav-application__computer {
        width: 700px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 759px) {
    .fav-page .container {
        max-width: 344px;
    }
    .fav-page .container-aviator {
        max-width: 375px;
    }
    .fav-page .fav-sections {
        margin-top: 50px;
    }
    .fav-page .fav-sections__item {
        padding: 40px 15px 52px;
        margin-bottom: 16px;
    }
    .fav-page .fav-sections__item:last-child {
        margin-bottom: 0;
    }
    .fav-page .fav-casino,
    .fav-page .fav-live,
    .fav-page .fav-sport {
        margin-top: 59px;
        text-align: center;
    }
    .fav-page .fav-casino__main,
    .fav-page .fav-live__main,
    .fav-page .fav-sport__main {
        display: none;
    }
    .fav-page .fav-casino__mobTitle,
    .fav-page .fav-live__mobTitle,
    .fav-page .fav-sport__mobTitle {
        display: block;
        font-family: SuisseIntl-SemiBold, sans-serif;
        font-size: 30px;
        line-height: 34px;
        color: #e8e8e8;
        text-transform: uppercase;
        letter-spacing: 1.7px;
    }
    .fav-page .fav-casino__mobSubtitle,
    .fav-page .fav-live__mobSubtitle,
    .fav-page .fav-sport__mobSubtitle {
        display: block;
        color: #e8e8e8;
        font-family: SuisseIntl-Medium, sans-serif;
        margin: 3px 0 0;
        letter-spacing: 0.5px;
        font-size: 15px;
        line-height: 20px;
    }
    .fav-page .fav-casino__wrapper,
    .fav-page .fav-live__wrapper,
    .fav-page .fav-sport__wrapper {
        margin-top: 23px;
    }
    .fav-page .fav-casino__types,
    .fav-page .fav-live__types,
    .fav-page .fav-sport__types {
        width: 100%;
    }
    .fav-page .fav-casino__type,
    .fav-page .fav-live__type,
    .fav-page .fav-sport__type {
        width: 168px;
        height: 168px;
        margin-top: 8px;
    }
    .fav-page .fav-casino__mobBtn,
    .fav-page .fav-live__mobBtn,
    .fav-page .fav-sport__mobBtn {
        margin-top: 20px;
        display: inline-block;
        font-family: SuisseIntl-SemiBold, sans-serif;
        color: #ff267e;
        font-size: 17px;
        padding: 17px 0 17px;
        width: 100%;
        max-width: 344px;
        background-color: transparent;
        text-transform: uppercase;
        border-radius: 4px;
        letter-spacing: 1.4px;
        border: 2px solid #ff267e;
        -webkit-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease;
        text-decoration: none;
    }
    .fav-page .fav-casino__mobBtn:hover,
    .fav-page .fav-live__mobBtn:hover,
    .fav-page .fav-sport__mobBtn:hover {
        background-color: #ff267e;
        color: #005;
    }
    .fav-page .fav-sport__type-name {
        font-size: 14px;
        padding: 9px 0;
    }
    .fav-page .fav-live__type {
        text-align: left;
        overflow: visible;
    }
    .fav-page .fav-live__type-wrapper {
        bottom: 0;
    }
    .fav-page .fav-live__type-txt {
        bottom: -60px;
        padding: 15px 16px 12px;
    }
    .fav-page .fav-live__type-title {
        font-size: 10px;
    }
    .fav-page .fav-live__type-subtitle {
        font-size: 14px;
    }
    .fav-page .fav-aviator__box {
        height: auto;
    }
    .fav-page .fav-aviator__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 13px 20px 28px;
    }
    .fav-page .fav-aviator__plane {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        width: 118px;
    }
    .fav-page .fav-aviator__intro {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: -1px;
    }
    .fav-page .fav-aviator__logo {
        width: 145px;
        margin: auto;
    }
    .fav-page .fav-aviator__subtitle {
        font-size: 14px;
        margin-top: 3px;
    }
    .fav-page .fav-aviator__center {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 0;
        margin-top: 24px;
    }
    .fav-page .fav-aviator__btn {
        font-size: 14px;
        padding: 12px 60px 12px;
    }
    .fav-page .fav-aviator__subBtn {
        font-size: 14px;
        margin-top: 20px;
    }
    .fav-page .fav-aviator__cloudSecond {
        top: 0;
    }
    .fav-page .fav-aviator__cloudForth {
        bottom: 37%;
    }
    .fav-page .fav-application {
        margin-top: 63px;
    }
    .fav-page .fav-application__title {
        font-size: 27px;
        line-height: 32px;
        width: 100%;
        margin: auto;
    }
    .fav-page .fav-application__subtitle {
        margin-top: 7px;
    }
    .fav-page .fav-application__icons {
        margin-top: 26px;
    }
    .fav-page .fav-application__icon {
        height: 52px;
    }
    .fav-page .fav-application__icon:first-child {
        margin-right: 14px;
    }
    .fav-page .fav-application__computer {
        max-width: 345px;
        width: 100%;
        margin-top: 0px;
    }
    .fav-page .fav-application__computer .comp-mob {
        display: block;
    }
    .fav-page .fav-application__computer .comp-desk {
        display: none;
    }
    .container-seo {
        max-width: 655px;
    }

    .seo {
        padding: 0 0 30px;
        margin-top: -30px;
    }

    .seo__wrapper {
        height: 520px
    }

    .seo__text {
        padding: 15px 10px
    }

    .seo__title {
        font-size: 22px;
        line-height: 29px;
        margin: 0 0 5px 0
    }

    .seo__sub-title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px 0
    }

    .seo__paragraph {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px 0
    }

    .seo__paragraph-in {
        margin: 0 0 25px 0
    }

    .seo__info-list {
        margin: 0 0 10px 0
    }

    .seo__info-item {
        grid-template-columns:1fr 1fr;
        padding: 12px
    }

    .seo__info-item_title {
        margin: 0 15px 0 0
    }

    .seo__info-item_text {
        font-size: 11px;
        line-height: 14px
    }

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

    .seo__bets-item {
        margin: 0 0 10px 0;
        max-width: 100%;
        padding: 16px 12px
    }

    .seo__bets-item:last-child {
        margin: 0
    }

    .seo__sport-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: 0
    }

    .seo__sport-item:not(:last-child) {
        margin: 0 0 5px 0
    }

    .seo__how-list {
        padding: 0 0 0 22px
    }

    .seo__how-item {
        font-size: 14px;
        line-height: 23px
    }

    .seo__faq-title {
        font-size: 16px;
        line-height: 20px
    }

    .seo__faq-info {
        font-size: 14px;
        line-height: 20px
    }
}
@media screen and (max-width: 550px) {
    .fav-page .fav-sport__type:nth-of-type(3) {
        background-image: url("");
    }
    .fav-page .fav-sport__type:nth-of-type(4) {
        background-image: url("");
    }
}
@media screen and (max-width: 450px) {
    .fav-page .fav-sections__title {
        font-size: 28px;
        line-height: 28px;
    }
    .fav-page .fav-sections__subtitle {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 374px) {
    .fav-page .fav-sections__subtitle {
        width: auto;
    }
    .fav-page .container {
        max-width: 300px;
    }
    .fav-page .fav-casino__type,
    .fav-page .fav-live__type,
    .fav-page .fav-sport__type {
        width: 146px;
        height: 146px;
    }
    .fav-page .fav-casino__type-btn,
    .fav-page .fav-live__type-btn,
    .fav-page .fav-sport__type-btn {
        width: 146px;
        font-size: 12px;
    }
    .fav-page .fav-casino__mobBtn,
    .fav-page .fav-live__mobBtn,
    .fav-page .fav-sport__mobBtn {
        font-size: 14px;
        padding: 15px 0 15px;
        max-width: 300px;
    }
    .fav-page .fav-application__title {
        font-size: 20px;
        line-height: 22px;
    }
    .fav-page .fav-application__icon {
        height: 42px;
    }
    .fav-page .fav-live__type-title {
        font-size: 7px;
    }
    .fav-page .fav-live__type-subtitle {
        font-size: 11px;
    }
    .fav-page .fav-application__computer {
        width: 260px;
    }
    .fav-page .fav-sport__type-name {
        display: block;
    }
}
@media screen and (max-width: 830px) and (orientation: landscape) {
    .fav-page .fav-application__computer {
        width: 400px;
    }
}
