@media (max-width: 1720px) {
  .advantages-section__bg {
    background: url(../img/advantage-bg.png) no-repeat left -50px bottom 0px/auto 280px;
  }
  .slots-section {
    background: url(../img/slots-bg.png) no-repeat right 20px bottom 400px/auto 221px;
  }
  .footer::before {
    height: 133px;
    width: 140px;
    right: 71px;
    top: -105px;
  }
}

@media (max-width: 1500px) {
  .advantages-section__bg {
    background: transparent;
  }
  .slots-section {
    background: transparent;
  }
  .footer::before {
    display: none;
  }
}

@media (max-width: 1300px) {  
  .footer__btn {
    display: none; 
  } 
}

@media (max-width: 1024px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; 
    -webkit-box-align: center; 
    -webkit-align-items: center; 
        -ms-flex-align: center; 
                -ms-grid-row-align: center; 
            align-items: center;
  }
  .footer__logo-container{
    margin: 25px 0 0 0;
  }
  .footer__logos-paymets {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 25px 0; 
  }
  .footer__info{
    margin-right: 0;
  }
}


@media (max-width: 992px) {
  h1 {
    font-size: 70px; 
  }
  .welcome-section__inner{
    background: #064528;
  }
  .welcome-section__title {
    font-size: 60px; 
  }
  .welcome-section__subtitle {
    font-size: 30px;
    line-height: 40px; 
  }
  .steps-section__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; 
  }
  .steps-section__item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: -webkit-calc(50% - 24px);
    max-width: calc(50% - 24px);
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
  }
  .steps-section__item-text{
    max-width: 217px;
  }
  .steps-section__item:nth-child(-n+2) {
    margin-bottom: 0;
  } 
}

@media (max-width: 778px) {
  .menu{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .header-mobile__menu {
    display: block; 
    cursor: pointer;
  }
  .header-btns, .menu__list{
    display: none; 
  }
  .header-mobile__menu-icon {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    position: relative; 
  }
  .header-mobile__menu-icon:after {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: -8px; 
  }
  .header-mobile__menu-icon:before {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    top: 8px; 
  }
  .header.mobile-menu__open .header-mobile__menu-icon {
    width: 25px;
    height: 25px;
    background: url(../img/close-btn.svg) no-repeat center/contain;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; 
  }
  .header.mobile-menu__open .header-mobile__menu-icon:after {
    display: none; 
  }
  .header.mobile-menu__open .header-mobile__menu-icon:before {
    display: none; 
  }
  .header.mobile-menu__open {
    height: 200px; 
  }
  .header.mobile-menu__open .menu{
    position: relative;
  }
  .header.mobile-menu__open .menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 65px;
    justify-content: center;
    width: 100%;
  }
  .header.mobile-menu__open .menu__item.mobile-item {
    margin-left: 32px;
  }
  .header.mobile-menu__open .header-btns{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 30px;
    padding-top: 35px;
  }
  .welcome-section__title {
    font-size: 46px;
    line-height: 60px; 
  }
  .welcome-section__subtitle {
    font-size: 40px;
    line-height: 50px; 
  }
  .advantages-section__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; 
  }
  .advantages-section__stren {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px; 
  }
  .advantages-section__weakn {
    width: 100%; 
  }
  .bonuses-section__item {
    width: 100%;
    margin-right: 0; 
  }
  .bonuses-section__item:nth-child(2n) {
    margin-right: 0; 
  }
}

@media (max-width: 600px) {
  .welcome-section__title {
    font-size: 36px;
    line-height: 45px; 
	  padding-bottom: 10px;
  }
  .welcome-section__subtitle {
    font-size: 30px;
    line-height: 40px; 
  }
  .steps-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
  .steps-section__item {
    margin-bottom: 0;
  }
  .steps-section__item:last-child {
    margin-bottom: 0; 
  }
  h2 {
    font-size: 40px;
    line-height: 40px; 
  }
  .steps-section__item {
    width: 100%;
    max-width: calc(100% - 24px);
  }
  .slots1-section h2:before,
  .slots2-section h2:before{
    top: -2px;
  }
  .slots-section h2:before{
    top: 1px;
  }
  .faq-section h2:before{
    top: 2px;
  }

  .footer__logos-paymets {
    min-width: 290px;
  } 
}

@media (max-width: 480px) {
  .welcome-section__inner{
    padding: 20px;
  }
  .welcome-section__title:before {
    display: none;
  }
  h2 {
    font-size: 32px;
    padding-bottom: 30px; 
  }
}

