@charset "utf-8";

@media screen and (max-width: 1600px) {
	.cover {
		padding-left: 30px;
		padding-right: 30px;
	}
  .footer {
    padding: 32px 290px;
  }
  .footer__langs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 1480px) {
  .prime__image {
    right: 0;
  }
  .prime {
    min-height: 310px;
  }
  .upto {
    padding: 60px 25px;
  }
  .app__image{
    max-width: 200px;
  }
  .app {
    padding: 0 2%;
  }
  .rating__item > div img{
    max-width: 28px;
  }
  .classic .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}


@media screen and (max-width: 1360px) {
  .cover {
    padding-left: 20px;
    padding-right: 20px;
  }
	.events {
		display: none;
	}
  .sidebar {
    padding-right: 20px;
  }
	.page {
		padding: 90px 0 0 20px;
	}


	.section.navigation {
		display: block;
		margin-top: 20px;
	}

	.navigation ul {
		display: none;
	}

	.navigation__button {
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}


	.navigation__button::before {
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
		right: 16px;
	}

	.active.navigation__button::before {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.main {
		width: -webkit-calc(100% - 280px);
		width: calc(100% - 280px);
	}


	.prime__wrap {
		margin: 0;
	}

	/* HEADER */
	.header__button-menu {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
		min-width: 0;
		padding: 13px;
		margin: 0px 0px 0px 16px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
    background-color: #fff;

	}

	.header__button-menu svg {
		display: block;
		margin: 0px;
    fill: #000;
	}

	.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 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 - 70px);
		max-height: calc(100vh - 70px);
		overflow: auto;
		background: #eef1f2;
		text-align: center;
		opacity: 0.00;
		padding: 30px 16px 110px 16px;
		margin: 0px !important;
		z-index: -1;
		-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s;
	}

	.header__menu .header-menu__desc {
		max-width: 320px;
	}

	.header__menu ul:last-child {
		display: block;
	}

	.header__menu>* {
		margin: 24px auto 0px auto;
	}

	.header__button-menu.active~.header__menu {
		top: 100%;
		opacity: 1.00;
	}


	.header__menu>ul>li>a {
		background: #000;
    color: #fff;
		padding: 10px;
		-webkit-border-radius: 32px;
		border-radius: 32px;
	}
  .header__menu>ul>li>a:hover {
    color: #fff;
  }
  .header__menu>ul>li>a img:last-child{
    display: none;
  }
  .header__menu>ul>li>a img {
    position: static;
    opacity: 1!important;
    margin: 0 10px 0 0;
  }

	/* hover */


	/*menu*/
	.header__menu ul {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		background-color: transparent;
		max-width: 320px;
		padding: 0;
		margin: 24px auto 0 auto;
	}



	.header__menu li {
		width: 100%;
	}

	.header__menu>ul>li+li {
		margin: 10px 0px 0px 0px;
	}

	.header__logo {
		margin-right: auto;
	}



}


@media screen and (max-width: 1180px) {
	.sidebar {
		display: none;
	}
  .page {
    padding: 88px 20px 0 20px;
  }
	.main {
		width: 100%;
	}

	.header__buttons {
		display: none;
	}
  .header__menu {
    max-height: -webkit-calc(100vh - 68px);
    max-height: calc(100vh - 68px);
  }
	.header__menu .header__button {
		display: flex;
		max-width: 320px;
	}


	.back-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		height: auto;
		z-index: 10;

	}


}

@media screen and (max-width: 900px){
  .prime {
    padding: 40px 20px;
  }
  .prime__image {
    height: 80%;
  }
  .blocks{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blocks .block{
    width: 100%;
  }
  .upto, .upto_start {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000;
  }
  .upto__background{
    opacity: 0.6;
  }

  .app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px 0px 20px;
  }
  .app__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .app-block ol {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .bonus-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bonus-block .bonus{
    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;
  }
  .bonus__block {
    -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;
  }
  .bonus__title {
    text-align: center;
  }
  .bonus ul {
    width: 100%;
  }
  .rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rating__item {
    width: 100%;
  }
  .rating__item img {
    max-width: 34px;
  }
  .conclusion__block {
    width: 100%;
    background-color: rgba(255,255,255,0.87);
  }
  .conclusion__background img {
    -o-object-position: right;
       object-position: right;
  }
}

@media screen and (max-width: 800px) {
  .prime {
    min-height: 270px;
  }
  .cover {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page {
    padding: 88px 15px 0 15px;
  }
  .section {
    padding: 20px 15px;
  }
  .upto {
    padding: 50px 15px;
  }
  .app {
    padding: 30px 15px 0px 15px;
  }
  .bonus__image {
    width: 100%;
    max-width: 350px;
  }
  .table_xl {
    overflow-x: auto;
    white-space: nowrap;
  }
  .table_xl thead, .table_xl tbody {
    width: 800px;
    white-space: normal;
  }
  .table th {
    font-size: 16px;
  }
  .table th, .table td {
    padding: 8px 12px;
  }
  .table td {
    font-size: 14px;
  }
  .tile {
    padding: 20px 15px;
  }
  .tile__image {
    z-index: 0;
  }
  .back-top {
    right: 15px;
  }
  .footer__menu{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__menu > li {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .footer__aditional {
    -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;
    gap: 20px;
  }
  .footer__aditional p {
    text-align: center;
  }
  .bonus {
    padding: 20px 15px;
  }
  .banner__image {
    position: static;
    margin-bottom: -20px;
  }
  .banner__block {
    width: 100%;
  }
  .esport {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 700px) {
  .table:not(.table_xl) {
    white-space: nowrap;
    overflow-x: auto;
  }
  .table:not(.table_xl) thead, .table:not(.table_xl) tbody{
    width: 650px;
    white-space: normal;
  }
}
@media screen and (max-width: 600px) {

	/* Title */
	h1 {
		font-size: 7vw;
		line-height: 8vw;
	}

	h2, .upto__title {
		font-size: 6vw;
		line-height: 7vw;

	}


	h3,
	h4,
	h5,
  .upto__text {
		font-size: 4vw;
		line-height: 5vw;
	}
  .prime__image {
    height: 50%;
  }

  .blocks.blocks_advantages ul {
    padding: 12px 15px;
  }
  .block__head {
    font-size: 18px;
    padding: 8px 15px;
  }
  .upto__background {
    opacity: 0.5;
  }
  .upto__background img {
    -o-object-position: 15%;
       object-position: 15%;
  }
  .upto_start .upto__background img {
    -o-object-position: 85%;
       object-position: 85%;
  }

  .article ol > li::before {
    width: 32px;
    font-size: 20px;
  }
  .article ol > li {
    padding-left: 47px;
    padding-right: 15px;
    font-size: 14px;
  }
  .section-list ul > li {
    padding-left: 47px;
    padding-right: 15px;
    font-size: 14px;
  }
  .section-list ul > li::before {
    width: 32px;
    background-size: 16px 16px;
  }
  .section-list ul > li ul > li, .section-list ol > li ul > li{
    font-size: 13px;
  }
  .section-list ul > li > ul li:before, .section-list ol > li > ul li:before{
    top: 4px;
  }
  .block p {
    padding: 12px 15px;
  }

  .faq-item__title{
    font-size: 16px;
    padding: 12px 45px 12px 15px;
  }
  .faq-item__title:before{
    right: 13px;
  }
  .faq-item__desc .wrap {
    padding: 15px;
  }
  .reviews .block__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block__stars {
    margin-top: 5px;
  }
  .conclusion__block {
    padding: 15px;
  }
  .details {
    padding: 15px;
  }
  .banner__block{
    padding: 15px;
  }
}

@media screen and (max-width: 400px){
  .app-button {
    font-size: 13px;
    padding: 12px 20px;
    min-width: 200px;
  }
  .app-button img{
    margin-right: 10px;
    max-width: 28px;
  }
  .header__language{
    margin: 0;
  }
}
