@media screen and (max-width: 1600px){
  .cover {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media screen and (max-width: 1580px){
  .block__image, .step__image {
    z-index: -1;
  }
}
@media screen and (max-width: 1420px) {
  .sidebar__right {
    display: none;
  }
  .main {
    margin-right: 0;
    width: -webkit-calc(100% - 270px);
    width: calc(100% - 270px);
  }
  .back-top {
    position: fixed;
    right: 20px;
    height: auto;
    bottom: 20px;
    z-index: 5;
  }
}

@media screen and (max-width: 1180px) {
	/* HEADER */
	.header__cover {
		padding-top: 10px;
		padding-bottom: 10px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.header__logo {
		margin-right: 20px;
	}
	.header__button-menu {
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		    flex: 0 1 auto;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		    order: 3;
		min-width: 0;
		background: #4EA522;
		padding: 12px;
		-webkit-border-radius: 4px;
		        border-radius: 4px;
		margin: 0px 0px 0px 20px;
	}

	.header__button-menu svg {
		display: block;
		margin: 0px;
		fill: #fff;
	}

	.header__button-menu svg rect {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	.header__button-menu.active ~ .header__menu {
		top: 100%;
		opacity: 1.00;
	}

	/* hover */
	.header__button-menu:hover {
		background-color: #60991A;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.header__button-menu:hover svg {
		fill: #fefefe;
	}

	.header__button-menu.active svg rect:nth-child(1) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		    transform: rotate(225deg);
	}

	.header__button-menu.active svg rect:nth-child(2) {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transform: scale(0,2);
		-ms-transform: scale(0,2);
		    transform: scale(0,2);
	}

	.header__button-menu.active svg rect:nth-child(3) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		    transform: rotate(135deg);
	}

	.header__menu {
		display: block;
		position: absolute;
		top: -100vh;
		left: 0px;
		width: 100%;
		height: auto;
		max-height: -webkit-calc(100vh - 53px);
		max-height: calc(100vh - 53px);
		overflow: auto;
		text-align: center;
		background: #2B2D31;
		opacity: 0.00;
		padding: 20px 20px 110px 20px;
		margin: 0px !important;
		z-index: 99;
		-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s;
	}


	.header__menu ul {
		max-width: 320px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-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;
	}

	.header__menu ul:last-child {
		display: block;
	}

	.header__menu > * {
		margin: 24px auto 0px auto !important;
	}
  .header__menu > ul > li + li {
    margin: 12px 0 0 0;
  }
  .header__menu > ul > li {
    width: 100%;
  }
  .header__menu > ul > li > a {
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    background-color: rgba(64, 68, 76, 0.6);
  }
	.header__buttons {
		margin-left: auto;
	}
	.header__bonus {
		display: none;
	}

  .sidebar {
    display: none;
  }
  .main {
    margin: 0;
    width: 100%;
  }
  .prime {
    min-height: 320px;
    padding: 40px 20px;
  }
  .block_app .block__image, .step__image {
    right: 0;
    z-index: 1;
  }

  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__pays {
    width: auto;
  }
  .footer__text {
    text-align: center;
  }
  .footer__desc {
    width: 100%;
    max-width: 300px;
  }

  .main__review {
    margin-top: 20px;
    display: block;
  }
  .main__review ul {
    display: none;
  }
}

@media screen and (max-width:1024px) {
  .footer__menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__menu > li {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
  }
  .upto {
    padding: 40px 20px;
  }
  .block_ul_short ul {
    max-width: 100%;
  }
  .app {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__lang {
    gap: 10px;
  }

	.header__menu .header__button-signin, .header__menu .header__button-signup {
		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;
		max-width: 320px;
		padding: 12px;
		font-size: 16px;
	}
	.header__menu .header__button-signin {
		border-color: #60991A;
	}

	.header__buttons {
		display: none;
	}

	.header__button + .header__button {
		margin: 0;
	}

  .header__logo {
    margin-right: auto;
  }
  .header__time {
    margin-left: 0;
    padding: 0;
    border: none;
  }

  .block_app .block__image {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: -1;
  }
  .step__image {
    z-index: -1;
  }
}
@media screen and (max-width: 900px) {
  .reviews__item, .rating__item {
    width: 100%;
  }
  .author__bg {
    opacity: 0.5;
  }
  .advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .prime__wrap {
    max-width: 100%;
  }
  .prime__background img{
    -o-object-position: right;
       object-position: right;
    opacity: 0.6;
  }
  .table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .table tbody, .table thead {
    width: 760px;
  }
  .table tr {
    white-space: normal;
  }
  .table_about td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }
  .upto {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .upto__background img {
    -o-object-position: 90%;
       object-position: 90%;
    opacity: 0.6;
  }
  .block__image {
    opacity: 0.6;
  }
  .block_popular {
    padding: 20px;
  }
  .block_list ul li {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .profik {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profik ul {
    width: 100%;
  }
  .profik__image {
    width: 100%;
    max-width: 370px;
  }
}
@media screen and (max-width: 700px) {

	h1 {
		font-size: 28px;
		line-height: 130%;
	}

	h2, .upto__title {
		font-size: 22px;
		line-height: 130%;
	}

	h3, h4, h5{
		font-size: 20px;
		line-height: 130%;
	}
  .back-top {
    right: 10px;
  }
  .block, .block__inner {
    padding: 10px;
  }
  .block__inner li {
    width: 100%;
  }
  .page {
    padding: 72px 10px 0px 10px;
  }
  .section {
    padding: 20px 10px;
  }
  .cover {
    padding-left: 10px;
    padding-right: 10px;
  }
  .upto {
    padding: 30px 15px;
    min-height: 220px;
  }
  .author__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .author__info {
    align-items: center;
    text-align: center;
  }

  .prime {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .step__image {
    position: static;
    margin-top: 16px;
    margin-left: auto;
  }

  .block__image {
    position: static;
    opacity: 1;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -10px;
  }

  .block__wrap .block__image, .block__wrap2 .block__image, .block__wraps .block__image{
    position: static;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 20px;
    opacity: 1;
  }
  .block__wraps .block__image {
    margin-left: auto;
    margin-right: auto;
  }
  .block_casino {
    padding-right: 10px;
  }
  .block_casino .block__image {
    position: static;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    opacity: 1;
    margin-bottom: -10px;
  }
  .block__image--mob {
    display: none;
  }
}

@media screen and (max-width: 425px){
  .header__logo img {
    max-width: 180px;
  }
  .header__time {
    display: none;
  }
  .header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
	.header__menu {
		max-height: -webkit-calc(100vh - 56px);
		max-height: calc(100vh - 56px);
  }
  .page {
    padding-top: 76px;
  }

	h1 {
		font-size: 24px;
	}

	h2, .upto__title {
		font-size: 21px;
	}

	h3, h4, h5{
		font-size: 19px;
	}

  .advantages__item, .reviews__item, .rating__item {
    padding: 10px;
  }

  .author__image img {
    max-width: 280px;
  }
  .faq-item__title {
    padding: 10px 10px 10px 46px;
  }
  .faq-item__title:after {
    width: 22px;
    height: 22px;
    left: 10px;
  }
  .footer {
    padding-bottom: 70px;
  }
  .footer__lang a {
    padding: 8px;
    font-size: 13px;
  }
  .footer__lang a img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  .footer__menu {
    padding-left: 0;
    padding-right: 0;
  }

  .author__image {
    width: 50%;
  }
  .author__image img {
    width: 100%;
  }
  .author__info {
    width: 50%;
    padding: 20px 10px;
  }
}

@media screen  and (max-width: 360px){
  .app-button {
    padding-left: 16px;
    padding-right: 16px;
  }
  .app .app-button {
    min-width: 100%;
  }
  .app {
    padding: 30px 10px;
  }
}
