﻿/* ---------------------------
! NORMALIZE
--------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html
{
    line-height: 1.15;/* 1 */
    -webkit-text-size-adjust: 100%;/* 2 */
}/* Sections
     ========================================================================== *//**
   * Remove the margin in all browsers.
   */
body
{
    margin: 0;
}/**
   * Render the `main` element consistently in IE.
   */
main
{
    display: block;
}/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1
{
    font-size: 2em;
    margin: .67em 0;
}/* Grouping content
     ========================================================================== *//**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr
{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;/* 1 */
    height: 0;/* 1 */
    overflow: visible;/* 2 */
}/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre
{
    font-family: monospace,monospace;/* 1 */
    font-size: 1em;/* 2 */
}/* Text-level semantics
     ========================================================================== *//**
   * Remove the gray background on active links in IE 10.
   */
a
{
    background-color: transparent;
}/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title]
{
    border-bottom: none;/* 1 */
    text-decoration: underline;/* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;/* 2 */
}/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b, strong
{
    font-weight: bolder;
}/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code, kbd, samp
{
    font-family: monospace,monospace;/* 1 */
    font-size: 1em;/* 2 */
}/**
   * Add the correct font size in all browsers.
   */
small
{
    font-size: 80%;
}/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub
{
    bottom: -.25em;
}
sup
{
    top: -.5em;
}/* Embedded content
     ========================================================================== *//**
   * Remove the border on images inside links in IE 10.
   */
img
{
    border-style: none;
}/* Forms
     ========================================================================== *//**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button, input, optgroup, select, textarea
{
    font-family: inherit;/* 1 */
    font-size: 100%;/* 1 */
    line-height: 1.15;/* 1 */
    margin: 0;/* 2 */
}/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button, input
{/* 1 */
    overflow: visible;
}/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button, select
{/* 1 */
    text-transform: none;
}/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button, [type="button"], [type="reset"], [type="submit"]
{
    -webkit-appearance: button;
}/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner
{
    border-style: none;
    padding: 0;
}/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring
{
    outline: 1px dotted ButtonText;
}/**
   * Correct the padding in Firefox.
   */
fieldset
{
    padding: .35em .75em .625em;
}/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;/* 1 */
    color: inherit;/* 2 */
    display: table;/* 1 */
    max-width: 100%;/* 1 */
    padding: 0;/* 3 */
    white-space: normal;/* 1 */
}/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress
{
    vertical-align: baseline;
}/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea
{
    overflow: auto;
}/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"], [type="radio"]
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;/* 1 */
    padding: 0;/* 2 */
}/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button
{
    height: auto;
}/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"]
{
    -webkit-appearance: textfield;/* 1 */
    outline-offset: -2px;/* 2 */
}/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration
{
    -webkit-appearance: none;
}/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button
{
    -webkit-appearance: button;/* 1 */
    font: inherit;/* 2 */
}/* Interactive
     ========================================================================== *//*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details
{
    display: block;
}/*
   * Add the correct display in all browsers.
   */
summary
{
    display: list-item;
}/* Misc
     ========================================================================== *//**
   * Add the correct display in IE 10+.
   */
template
{
    display: none;
}/**
   * Add the correct display in IE 10.
   */
[hidden]
{
    display: none;
}/* ---------------------------
! NORMALIZE END
--------------------------- *//* ---------------------------
? Basic styles
--------------------------- */
:root
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .75em;
}
@media(min-width: 800px)
{
    :root
    {
        font-size: .875em;
    }
}
@media(min-width: 1200px)
{
    :root
    {
        font-size: 1em;
    }
}
*, ::before, ::after
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body
{
    line-height: 1.6;
    font-weight: 400;
    font-family: "Arial","Helvetica Neue","Helvetica",sans-serif;
    color: #e5e5e5;
    position: relative;
}
img
{
    max-width: 100%;
}
::-moz-selection
{
    background-color: #ffe675;
}
::selection
{
    background-color: #ffe675;
}/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar
{
    width: 15px;/* ширина для вертикального скролла */
    height: 10px;/* высота для горизонтального скролла *//*background-color: #e5e5e5;*/
}/* ползунок скроллбара */
::-webkit-scrollbar-thumb
{
    background-color: #0f6fff;
}
::-webkit-scrollbar-thumb:hover
{
    background-color: #60a9ff;
}
.container
{
    width: 100%;
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
}
.main
{
    overflow: hidden;
}/* first  font*//* second  font*//* ---------------------------
? Colors variable
--------------------------- *//* first  background-color*//* first  color*//* second  color*//* third  color*//* four  color*//* five  color*//* first  shadow*//* first  linear-gradient*//* second  linear-gradient*//* first  mixin btn*//* ---------------------------
todo Header
--------------------------- */
.header
{
    width: 100%;
    position: absolute;
    z-index: 5;
}
.header::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../willbettingde/image/top_clouds.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header__row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 201px;
    padding: 65px 0 0 0;
}
.header__row a
{
    width: 270px;
    height: 78px;
    background-image: url(../../willbettingde/image/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: drop-shadow(0 0 43px #fff) drop-shadow(0 0 28px #fff);
    filter: drop-shadow(0 0 43px #fff) drop-shadow(0 0 28px #fff);
}/* ---------------------------
todo Header END
--------------------------- *//* ---------------------------
! Banner
--------------------------- */
.banner
{
    font-family: "Inter",sans-serif;
    width: 100%;
    padding-bottom: 100px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: #e5e5e5;
    background-image: url(../../willbettingde/image/bg_banner_v1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .penguin
{
    position: absolute;
    top: 180px;
    left: 215px;
    z-index: 6;
}
.banner .panda
{
    position: absolute;
    top: 170px;
    right: 341px;
    z-index: 6;
}
.banner__circle-top
{
    width: 190px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0 0 0;
}
.banner__circle-top .circle
{
    background: linear-gradient(126.37deg,#60a9ff 19.55%,#0f6fff 87.18%);
    width: 74px;
    height: 74px;
    border-radius: 50%;
}
.banner__circle-top .small
{
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.banner .circle__blue
{
    width: 333px;
    height: 333px;
    position: absolute;
    top: 38px;
    right: -90px;
    z-index: 5;
    border: 2px solid #0f6fff;
    border-radius: 50%;
}
.banner .circle__blue .blue
{
    background: linear-gradient(126.37deg,#60a9ff 19.55%,#0f6fff 87.18%);
    width: 233px;
    height: 233px;
    border-radius: 50%;
    position: relative;
    margin: 80px 30px auto auto;
}
.banner .circle__yellow
{
    width: 385px;
    height: 385px;
    position: absolute;
    left: -90px;
    bottom: 0;
    border: 2px solid #ffd931;
    border-radius: 50%;
}
.banner .circle__yellow .yellow
{
    background: linear-gradient(57.21deg,#ffe675 8.35%,#ffd931 89.72%);
    width: 285px;
    height: 285px;
    border-radius: 50%;
    position: relative;
    margin: 55px auto auto 10px;
}
.banner__wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 201px 0 0 0;
}
.banner__wrapper p
{
    margin: 0 0 0 0;
}
.banner__block-text
{
    position: relative;
    width: 472px;
    margin: 0 0 0 0;
    text-align: center;
}
.banner__block-text .action
{
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    color: #3087ff;
    text-transform: uppercase;
    margin: 0 0 0 0;
}
.banner__block-text .bonus
{
    font-size: 36px;
    margin-bottom: 14px;
    color: #293449;
}
.banner__block-text .bonus span
{
    color: #3087ff;
}
.banner__block-text .euro
{
    font-size: 63px;
    margin-bottom: 14px;
}
.banner__block-text .euro span
{
    font-size: 36px;
    color: #293449;
    padding-right: 10px;
}
.banner__block-text .spins
{
    font-size: 28px;
    line-height: 100%;
    color: #3087ff;
    background: #ffd931;
    border-radius: 22px;
    margin: 0 auto 40px;
    padding: 10px;
    width: 347px;
}
.banner__btn
{
    margin: 0 auto;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 248px;
    height: 60px;
    color: #fff;
    background: linear-gradient(126.37deg,#60a9ff 19.55%,#0f6fff 87.18%);
    border-radius: 22px;
    text-transform: capitalize;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.join-btn
{
    text-decoration: none;
}
.banner__btn span
{
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 160%;
}
.banner__btn:hover
{
    background: transparent;
    color: #3087ff;
    border: 1px solid #3087ff;
    text-shadow: 0 4px 12px rgba(0,0,0,.45);
}
.orbite
{
    right: 33%;
    -webkit-animation: Orbita 10s linear infinite;
    animation: Orbita 10s linear infinite;
}
@-webkit-keyframes Orbita
{
    from
    {
        -webkit-transform: rotate(180deg) translateX(150px) rotate(180deg);
        transform: rotate(180deg) translateX(150px) rotate(180deg);
    }
    to
    {
        -webkit-transform: rotate(540deg) translateX(150px) rotate(540deg);
        transform: rotate(540deg) translateX(150px) rotate(540deg);
    }
}
@keyframes Orbita
{
    from
    {
        -webkit-transform: rotate(180deg) translateX(150px) rotate(180deg);
        transform: rotate(180deg) translateX(150px) rotate(180deg);
    }
    to
    {
        -webkit-transform: rotate(540deg) translateX(150px) rotate(540deg);
        transform: rotate(540deg) translateX(150px) rotate(540deg);
    }
}/* ---------------------------
! Banner END
--------------------------- *//* ---------------------------
! Steps
--------------------------- */
.steps
{
    font-family: "Inter",sans-serif;
    background: #f2f6ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 26px 0;
}
.steps h2
{
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 140%;
    color: #1a1d27;
    margin-top: 0;
    text-align: center;
}
.steps__block-cards
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}
.steps__block-cards:nth-child(2)
{
    margin: 0 40px;
}
.steps__block
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    min-width: 280px;
    height: 80px;
    margin: 10px;
}
.steps__block-img
{
    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;
}
.steps__block-text
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 190px;
    margin: 0 0 0 15px;
    color: #1a1d27;
}
.steps__block-text h3
{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    margin: 0 0 0 0;
}
.steps__block-text p
{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 180%;
    margin: 0 0 0 0;
}
.steps__text
{
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 160%;
}/* ---------------------------
! Steps END
--------------------------- *//* ---------------------------
* Footer
--------------------------- */
.footer
{
    position: relative;
    background-color: #fff;
    font-family: "Inter",sans-serif;
}
.footer__wrapper
{
    width: 100%;
    max-width: 1518px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 26px 5px 0;
}
.footer__block-pay, .footer__block-aff
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 0 24px 0;
}
.footer__block-pay
{
    width: 70%;
}
.footer__block-pay .mastercard, .footer__block-pay .visa, .footer__block-pay .skriil, .footer__block-pay .neteller, .footer__block-pay .qiwi, .footer__block-pay .zimpler, .footer__block-pay .sofort, .footer__block-pay .bitcoin, .footer__block-pay .ethereum
{
    width: 80px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 5px 0 5px;
}
.footer__block-pay .mastercard
{
    background-image: url(../../willbettingde/image/mastercard.png);
}
.footer__block-pay .visa
{
    background-image: url(../../willbettingde/image/visa.png);
}
.footer__block-pay .skriil
{
    background-image: url(../../willbettingde/image/skrill.png);
}
.footer__block-pay .neteller
{
    background-image: url(../../willbettingde/image/neteller.png);
}
.footer__block-pay .qiwi
{
    background-image: url(../../willbettingde/image/qiwi.png);
}
.footer__block-pay .zimpler
{
    background-image: url(../../willbettingde/image/zimpler.png);
}
.footer__block-pay .sofort
{
    background-image: url(../../willbettingde/image/sofort.png);
}
.footer__block-pay .bitcoin
{
    background-image: url(../../willbettingde/image/bitcoin.png);
}
.footer__block-pay .ethereum
{
    background-image: url(../../willbettingde/image/ethereum.png);
}
.footer__block-aff
{
    width: 90%;
}
.footer__block-aff .coins, .footer__block-aff .slot, .footer__block-aff .bojoko, .footer__block-aff .pelipiste, .footer__block-aff .bonusetu, .footer__block-aff .darmowybonus, .footer__block-aff .boomaff, .footer__block-aff .uudetcasinot, .footer__block-aff .mrgamble, .footer__block-aff .casinolists, .footer__block-aff .casinowings, .footer__block-aff .voitolla, .footer__block-aff .latinoscassinos, .footer__block-aff .laatukasinot
{
    width: 80px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 5px 0 5px;
}
.footer__block-aff .coins
{
    background-image: url(../../willbettingde/image/coins.png);
}
.footer__block-aff .slot
{
    background-image: url(../../willbettingde/image/slotcatalog.png);
}
.footer__block-aff .bojoko
{
    background-image: url(../../willbettingde/image/bojoko.png);
}
.footer__block-aff .pelipiste
{
    background-image: url(../../willbettingde/image/pelipiste.png);
}
.footer__block-aff .bonusetu
{
    background-image: url(../../willbettingde/image/bonusetu.png);
}
.footer__block-aff .darmowybonus
{
    background-image: url(../../willbettingde/image/darmowybonus.png);
}
.footer__block-aff .boomaff
{
    background-image: url(../../willbettingde/image/boomaff.png);
}
.footer__block-aff .uudetcasinot
{
    background-image: url(../../willbettingde/image/uudetcasinot.png);
}
.footer__block-aff .mrgamble
{
    background-image: url(../../willbettingde/image/mrgamble.png);
}
.footer__block-aff .casinolists
{
    background-image: url(../../willbettingde/image/casinolists.png);
}
.footer__block-aff .casinowings
{
    background-image: url(../../willbettingde/image/casinowings.png);
}
.footer__block-aff .voitolla
{
    background-image: url(../../willbettingde/image/voitolla.png);
}
.footer__block-aff .latinoscassinos
{
    background-image: url(../../willbettingde/image/latinoscassinos.png);
}
.footer__block-aff .laatukasinot
{
    background-image: url(../../willbettingde/image/laatukasinot.png);
}
.footer__block-address
{
    margin: 0 0 35px 0;
}
.footer__block-address p
{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #6d758e;
    margin: 0 0 0 0;
}
.footer__block-copyright
{
    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;
    width: 100%;
    padding: 0 0 15px;
}
.footer__block-copyright p
{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    color: #6d758e;
}
.footer__block-copyright-img
{
    width: 218px;
    height: 51px;
    background-image: url(../../willbettingde/image/footer_logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
}/* ---------------------------
* Footer End
--------------------------- *//* ---------------------------
? Media-queries
--------------------------- */
@media only screen and (max-width: 1440px)
{
    .banner .penguin
    {
        left: 87px;
    }
    .banner .panda
    {
        right: 138px;
    }
}
@media only screen and (max-width: 1024px)
{
    .banner .penguin
    {
        width: 315px;
        top: 233px;
        left: 8px;
    }
    .banner .panda
    {
        width: 214px;
        top: 221px;
        right: 32px;
    }
}
@media only screen and (max-width: 768px)
{
    .banner .circle__blue
    {
        width: 208px;
        height: 208px;
        top: 23px;
    }
    .banner .circle__blue .blue
    {
        width: 160px;
        height: 160px;
        margin: 35px 20px auto auto;
    }
    .banner .circle__yellow
    {
        width: 258px;
        height: 258px;
        left: -55px;
    }
    .banner .circle__yellow .yellow
    {
        width: 200px;
        height: 200px;
        margin: 30px auto auto 10px;
    }
    .banner .penguin
    {
        width: 290px;
        top: 266px;
        left: -65px;
    }
    .banner .panda
    {
        width: 198px;
        top: 255px;
        right: -32px;
    }
    .steps__block
    {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        min-width: 160px;
        height: auto;
    }
    .steps__block-img
    {
        margin: 0 0 8px 0;
    }
    .steps__block-text
    {
        max-width: 155px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin: 0;
    }
    .footer__block-copyright p
    {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        text-align: right;
    }
}
@media only screen and (max-width: 648px)
{
    .banner__circle-top
    {
        width: 70px;
        height: 74px;
        padding: 15px 0 0 0;
    }
    .banner__circle-top .circle
    {
        background: linear-gradient(126.37deg,#60a9ff 19.55%,#0f6fff 87.18%);
        width: 40px;
        height: 40px;
    }
    .banner__circle-top .small
    {
        width: 10px;
        height: 10px;
    }
    .banner .penguin
    {
        display: none;
    }
    .banner .panda
    {
        display: none;
    }
    .banner .circle__blue
    {
        top: -60px;
        right: -60px;
        width: 154px;
        height: 154px;
    }
    .banner .circle__blue .blue
    {
        width: 120px;
        height: 120px;
        margin: 20px auto auto 10px;
    }
    .banner .circle__yellow
    {
        width: 154px;
        height: 154px;
    }
    .banner .circle__yellow .yellow
    {
        width: 120px;
        height: 120px;
        margin: 20px auto auto 10px;
    }
}
@media only screen and (max-width: 540px)
{
    .steps__block
    {
        margin: 0 0 0 0;
    }
    .footer__block-copyright
    {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__block-copyright p
    {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        text-align: center;
    }
}
@media only screen and (max-width: 470px)
{
    .steps__block
    {
        width: 215px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .steps__block-cards
    {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}
@media only screen and (max-width: 425px)
{
    .steps__block-cards
    {
        width: 320px;
    }
    .steps__block
    {
        width: 215px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 375px)
{
    .banner__block-text .action
    {
        font-size: 28px;
    }
    .banner__block-text .bonus
    {
        font-size: 24px;
    }
    .banner__block-text .bonus span
    {
        color: #3087ff;
    }
    .banner__block-text .euro
    {
        font-size: 24px;
    }
    .banner__block-text .euro span
    {
        font-size: 24px;
        color: #293449;
        padding-right: 10px;
    }
    .banner__block-text .spins
    {
        font-size: 24px;
        width: 240px;
        height: 46px;
    }
    .steps__block-cards
    {
        width: auto;
    }
    .steps__block
    {
        width: 215px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__block-pay, .footer__block-aff
    {
        width: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__block-copyright p
    {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}/* ---------------------------
? Media-queries END
--------------------------- */