

@charset "utf-8";

@media screen and (max-width: 1600px){
  .cover{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1540px) {
  .block__wrap-image{
    z-index: -1;
  }
}
@media screen and (max-width: 1500px) {
  .prime__image {
    height: 80%;
  }
  .block_devices-image {
    z-index: -1;
  }
}
@media screen and (max-width: 1400px) {
  .page {
    padding-left: 20px;
    padding-right: 20px;
  }
	.cover {
		padding-left: 20px;
		padding-right: 20px;
	}
  .prime__wrap {
    max-width: 54%;
  }
	.section {
		max-width: 100%;
	}
	.prime, .upto {
		min-height: 320px;
	}
  .upto__logo {
    right: 20px;
  }
  .block_events-image{
    right: 5%;
  }
  .block_howit-image {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1280px) {
  .sidebar {
    display: none;
  }
  .main {
    width: 100%;
  }
	.main__navigation {
		display: block;
	}
	.navigation {
		margin-top: 20px;
	}
	.navigation ul {
		display: none;
	}
	.navigation__head{
		-webkit-border-radius: 6px;
		        border-radius: 6px;
	}
	.navigation__head::before{
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.navigation__head.active::before{
		-webkit-transform: scale(-1);
		    -ms-transform: scale(-1);
		        transform: scale(-1);
	}
	.navigation__head.active{
		-webkit-border-radius: 6px 6px 0 0;
		        border-radius: 6px 6px 0 0;
	}
	/* HEADER */
	.header__button-menu {
		display: block;
		background-color: #2E9344;
		-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;
	}

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

	.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 - 74px);
		max-height: calc(100vh - 74px);
		overflow: auto;
		background: #297a83;
		text-align: center;
		-webkit-box-shadow: 0px 0px 125px rgba(0,0,0,0.20);
		box-shadow: 0px 0px 125px rgba(0,0,0,0.20);
		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-mob > li.active > a {
		background: #104C54;
	}
	.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: #124B4F;
		-webkit-border-radius: 32px;
		        border-radius: 32px;
	}
	/* 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 > a {
		border: 1px solid #fff;
    padding: 12px 16px;
	}
	.header__menu li {
		width: 100%;
	}
	.header__menu > ul > li + li {
		margin: 10px 0px 0px 0px;
	}
	.header__logo {
		margin-right: auto;
	}
	.header__button-login, .header__button-signup {
		min-width: auto;
	}
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__logo {
    width: 100%;
    margin-bottom: 32px;
    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;
  }
  .footer__menu {
    width: 100%;
  }

  .prime__image {
    height: 75%;
  }
}



@media screen and (max-width: 1000px) {
	.cover, .page {
		padding-left: 16px;
		padding-right: 16px;
	}
	.prime {
		min-height: 280px;
    padding: 30px 20px;
	}

  .prime__background img {
    -o-object-position: 95%;
       object-position: 95%;
  }
  .prime__wrap {
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: rgba(20, 78, 86, 0.6);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .prime__rating {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prime__title, .prime__text {
    text-align: center;
  }
  .breadcrumbs {
    text-align: center;
  }

	.upto {
		padding:40px 20px;
    min-height: 280px;
	}
  .header__buttons {
    display: none;
  }
	.header__menu .header__button-login, .header__menu .header__button-signup {
		display: block;
		margin: 16px auto 0 auto;
		max-width: 320px;
		width: 100%;
	}
  .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blocks .block {
    width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }


  .reviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__item {
    width: 100%;
  }
  .app {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 20px;
  }
  .locals {
    gap: 10px;
  }
  .footer__menu {
    gap: 24px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__menu ul {
    width: -webkit-calc(33.33333% - 16px);
    width: calc(33.33333% - 16px);
  }

  .section__background img {
    -o-object-position: 90%;
       object-position: 90%;
  }
  .block_list2 > ul > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(50% - 10px);
        -ms-flex: 1 0 calc(50% - 10px);
            flex: 1 0 calc(50% - 10px);
  }
  .block_list2 > ul{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .back-top {
    position: fixed;
    right: 16px;
    bottom: 40px;
  }
  .vip__wrap {
    padding: 0;
  }
  .vip__wrap-image{
    opacity: 0.5;
  }
  .block__wrap-image {
    max-width: 500px;
    position: static;
    margin: 0 auto;
  }
  .block__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .block_howit {
    padding-right: 20px;
  }
  .block_howit-image {
    opacity: 1;
    position: static;
    max-width: 500px;
    margin: 0 auto -20px auto;
  }
  .levels {
    padding: 20px;
  }
  .levels__image {
    position: static;
    max-width: 500px;
    margin: 0 auto -20px auto;
  }
  .levels ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .example__image {
    position: static;
    max-width: 450px;
    margin: 20px auto 0 auto;
  }
}


@media screen and (max-width: 900px) {
  .upto {
    background-color: #000;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .upto__wrap {
    padding: 20px;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background: rgba(20, 78, 86, 0.7);
  }
  .upto__image {
    width: 100%;
  }
  .upto__image img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .upto__logo {
    position: static;
    margin: 20px auto 0 auto;

  }
  .block_list > ul > li {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .vip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vip__desc{
    width: 100%;
  }
  .vip__image {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .block_list2 > ul > li{
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .block_detail .block__desc{
    width: 100%;
  }
  .block_detail{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_detail .block__image{
    width: 100%;
    margin: 0 auto -20px auto;
    max-width: 350px;
  }
  .section_list ul > li{
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .block_events-image {
    position: static;
  }
  .block_events-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .join {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .join__info {
    width: 100%;
  }
  .join__image {
    width: 100%;
    max-width: 400px;
  }
  .block_list-row ul li{
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .list-special{
    padding-left: 20px;
  }
}

@media screen and (max-width: 800px) {
  .locals a {
    padding: 8px;
  }
  .app {
    padding: 35px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .app__background img {
    -o-object-position: 75%;
       object-position: 75%;
  }
  .table {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .table thead, .table tbody {
    width: 800px;
    white-space: normal;
  }
  .table_grade thead, .table_grade tbody {
    width: 100%;
  }

  .upto__wrap {
    max-width: 100%;
  }

  .footer__menu ul {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
  }
  .footer__desc {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__desc-logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .footer__desc-logo img {
    max-width: 130px;
  }


  .table thead tr {
    padding: 12px;
  }
  .table tr, .table_padding tbody tr {
    padding: 12px;
  }

  .vip__wrap-image {
    width: 100%;
    max-width: 400px;
    position: static;
    opacity: 1;
    margin: 20px auto 0 auto;
  }
  .vip__wrap-image--bottom {
    height: auto;
    margin-bottom: -20px;
    margin-top: 0;
  }

}

@media screen and (max-width: 600px) {
	/* Title */
	h1{
		font-size: 5.4vw;
    line-height: 6.5vw;
	}

	h2 {
		font-size: 5vw;
		line-height: 6vw;
    padding: 8px;

	}

	h3, h4, h5{
		font-size: 4vw;
		line-height: 5vw;
	}

	.section {
		padding: 20px 14px;
	}

  .prime {
    padding: 30px 14px;
  }
  .prime__image {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0.4;
  }
	/* HEADER */
	.header__menu {
		max-height: -webkit-calc(100vh - 76px);
		max-height: calc(100vh - 76px);
	}


	.header__logo {
		max-width: 120px;
		margin: 0 auto 0 0;
	}
	.header__language {
		margin-left: 16px;
	}
	.header__menu .header__button-login, .header__menu .header__button-signup {
		font-size: 16px;
	}
  .table_about tbody, .table_about thead {
    width: 600px;
  }
  .table tr {
    padding: 10px 12px;
  }
  .table_sm thead, .table_sm tbody {
    width: 550px;
  }
  .table_sm td:first-child, .table_sm th:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
  .prime__background img {
    -o-object-position: 82%;
       object-position: 82%;
  }
  .prime__wrap {
    padding: 12px;
  }

  .app-button{
    min-width: 240px;
    padding: 6px 20px;
  }
  .app {
    padding: 40px 15px;
  }

  .upto {
    min-height: 250px;
  }
  .upto__wrap {
    padding: 12px;
  }
  .upto__background img {
    -o-object-position: 85%;
       object-position: 85%;
  }
  .button {
    min-width: 160px;
  }
  .header__button-menu {
    min-width: auto;
  }
  .block {
    padding: 10px;
  }

  .table_about td:first-child, .table_about th:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }
  .table_advantages thead, .table_advantages tbody {
    width: 550px;
  }

  .article ul > li, .article ol > li {
    padding: 15px 10px 15px 40px;
  }
  .article ul > li::before {
    left: 10px;
    top: 15px;
    bottom: auto;
    width: 18px;
    height: 18px;
  }

  .article ol > li::before {
    width: 20px;
    height: 20px;
    left: 8px;
    font-size: 12px;
    top: 15px;
    bottom: auto;
  }


  .navigation a {
    opacity: 1;
  }

  .upto {
    padding: 15px;
  }

  .block_detail .block__image {
    margin-bottom: -10px;
  }
  .block_list2 > ul > li {
    padding: 15px;
  }
  .block_list2 > ul > li::before{
    width: 24px;
    height: 24px;
  }
  .table_grade th:last-child, .table_grade td:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }
  .table_games th:first-child, .table_games td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 15%;
        -ms-flex: 0 1 15%;
            flex: 0 1 15%;
  }
  .table ul > li {
    padding: 0 0 0 16px;
  }
  .table ul > li + li {
    margin-top: 6px;
  }
  .table ul > li::before{
    left: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: auto;
  }

  .vip__wrap-image--bottom {
    margin-bottom: -10px;
  }
  .block_devices-image {
    position: static;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: auto;
  }
  .block_howit-image {
    margin: 0 auto -10px auto;
  }
  .levels__image {
    margin: 20px auto -10px auto;
  }
  .levels{
    padding: 10px;
  }
  .levels ul{
    gap: 12px;
  }
  .levels ul li {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
	.upto__title {
		font-size: 22px;
	}

  .article .bonus li{
    padding: 15px;
  }
  .article ul > li, .article ol > li {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px){
	.header__time {
		font-size: 12px;
		margin-left: 12px;
	}

	.header__logo {
		max-width: 96px;
	}
	.header__button-menu {
		padding: 9px;
		-webkit-border-radius: 6px;
		        border-radius: 6px;
	}
	.prime__button {
		min-width: 100%;
	}


  .reviews__item-title{
    margin-bottom: 10px;
  }
  .table_advantages thead, .table_advantages tbody {
    width: 450px;
  }
  .app-button {
    font-size: 13px;
    min-width: 215px;
  }
}
