@charset "utf-8";
@media screen and (max-width: 1300px) {
	.header {
		padding: 16px 30px;
	}


	.menu li > a {
		padding: 9px 12px;
	}
	.header__button {
		min-width: auto;
		padding: 14px 20px;
	}
}

@media screen and (max-width: 1250px) {
	.benefits__image {
		z-index: -1;
	}
	.benefits__background {
		z-index: -2;
	}

	.tile {
		width: -webkit-calc(25% - 10px);
		width: calc(25% - 10px);
	}


}

@media screen and (max-width: 1184px) {
	/* Content */
	.cover {
		padding-left: 32px;
		padding-right: 32px;
	}

	.content-wrapper {
		padding: 20px 20px 0px 20px;
	}
	.bonus-page .content-wrapper, .app-page .content-wrapper {
		padding: 20px 20px 0px 20px;
	}
	.footer.footer--notCover .footer__content {
		padding: 0px 20px 0px 20px;
	}

	.footer .content {
		padding: 0px 20px 0px 288px;
	}

	/* HEADER */
	.header__logo {
		max-width: none;
	}
	.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: #202b32;
		padding: 13px 13px;
		margin: 0px 0px 0px 16px;
	}

	.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 {
		background: #2BC69D;

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

	/* hover */
	.header__button-menu:hover {
		background: #2BC69D;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.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 - 78px);
		max-height: calc(100vh - 78px);
		overflow: auto;
		text-align: center;
		background: rgba(16, 23, 29, 1);
		opacity: 0.00;
		padding: 40px 32px 80px 32px;
		margin: 0px !important;
		z-index: -1;
		-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s;
	}


	.header__menu ul {
		display: block;
		max-width: 320px;
	}

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

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


	

	.menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 16px 0px;
		background-color: transparent;
	}
	.menu li > a {
		border: 1px solid #fff;
		-webkit-border-radius: 12px;
		        border-radius: 12px;
	}
	.menu li {
		width: 100%;
	}
	.menu li + li {
		margin: 10px 0px 0px 0px;
	}

	/* PAGES */
	/* Page Bonuses */
	.welcome__type-list {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		    align-items: stretch;
	}

	.prime {
		padding: 0;
	}

	.benefits {
		padding: 20px;
	}

	.payments__image {
		opacity: 0.6;
	}

	.home .prime__wrap {
		padding: 40px 20px
	}

	.prime__wrap {
		padding: 30px 20px;
	}

	.tiles {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		margin: -15px -15px 20px -15px;
	}

	.tile {
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px);
		margin: 15px;
	}

}



@media screen and (max-width: 1000px) {
	/* MAIN */

	.sidebar {
		display: none;
	}

	/* PAGES */
	.app-banner__wrapper {
		padding: 40px 20px;
	}

	.content-body {
		width: 100%;
	}



	.welcome__type-list > li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 -webkit-calc(50% - 20px);
		    -ms-flex: 0 1 calc(50% - 20px);
		        flex: 0 1 calc(50% - 20px);
	}

	.footer .content {
		padding: 0px 20px 0px 20px;
	}
	

	.about__image {
		opacity: 0.6;
	}
	.header .sidebar__menu {
		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;
		max-width: 320px;
		width: 100%;	
	}
	.sidebar__inner {
		width: 100%;
	}

	.sidebar__menu-list li a {
		padding: 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
	.sidebar__menu-list li svg {
		position: static;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		margin-right: 10px;
	}
	.more-button {
		text-align: center;
		border: 1px solid #2BC69D;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.feedback-carousel .owl-nav {
		position: static;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 20px;
	}
}




@media screen and (max-width: 800px) {
	/* Page Bonuses */
	.welcome__type {
		margin: 20px 0px;
	}

	.welcome__type-list > li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 0;
	}
	.welcome__type-list > li + li {
		margin-top: 20px;
	}
	.welcome__type-list {
		margin: 0;
	}
	
	.title.prime__title {
		font-size: 8.5vw;
		line-height: 9.5vw;
	}

	.prime__title span {
		font-size: 7.5vw;
		line-height: 8vw;
	}
	.prime__text {
		font-size: 4vw;
		line-height: 5vw;
		color: #fff;
	}
	.prime__image {
		z-index: -1;
	}

	.prime .btn-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.prime__button {
		margin: 10px 0px 0px 0px;
	}

	.navigation__list a {
		width: 80px;
		height: auto;
		min-height: 80px;
		padding: 10px;
	}
	.navigation__list li + li {
		margin-left: 10px;
	}
	.navigation__list span {
		margin-top: 8px;
	}
	.navigation__list a div {
		width: 30px;
		height: 30px;
	}
	.navigation__list a div svg {
		width: 100%;
		height: 100%;
	}


	.about__info p:first-child {
		max-width: 200px;
	}
	.about__info p img {
		margin-right: 12px;
	}

	/* PAGES */
	/* Page Bonuses */





	.welcome__image {
		opacity: 0.45;
	}

	.footer__content > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__logo {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.footer__text {
		margin: 20px 0px;
		text-align: center;
	}
	.footer__list {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}



@media screen and (max-width: 700px) {
	/* MAIN */
	.feedback-carousel .item {
		padding: 20px 15px 20px 15px;
	}
	.header .header__button {
		display: none;
	}
	.header__menu .header__button-signin, .header__menu .header__button-signup {
		display: inline-block;
		width: 160px;
		margin: 0;
	}


	.benefits__image {
		display: none;
	}
	.upto__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.upto__list li + li {
		margin: 14px 0px 0px 0px;
	}


	.faq__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.faq__list {
		width: 100%;
	}


	.faq-item__desc {
		width: 100%;
	}
	.faq-item__desc .wrap {
		padding: 10px;
	}

	.about__info li {
		width: 100%;
		margin: 0;
	}
	.about__info li + li {
		margin-top: 15px;
	}

	.app-banner__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.app-banner__inner:first-child {
		margin-bottom: 20px;
	}
	.app-banner__image {
		width: 100%;
		left: 0;
	}
	.app-banner__image img {
		width: 100%;
	}

	.tile {
		width: 100%;
		margin: 0;
	}

	.tile + .tile {
		margin-top: 15px;
	}

	.tiles {
		margin: 0 0 20px 0
	}

	.payments__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}

	.payments {
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.payments__caption {
		text-align: center;
		max-width: 100%;
		margin: 0 0 20px 0;
	}

	.payments__list {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}



@media screen and (max-width: 600px) {
	/* Title */
	.title.prime__title {
		text-align: center;
	}

	h2, .title.high {
		font-size: 8vw;
		line-height: 9vw;
		text-align: center;
		
	}

	h3, .title.middle {
		font-size: 7vw;
		line-height: 9vw;
		text-align: center;
	}

	h4, .title.mini {
		font-size: 6vw;
		line-height: 7vw;
		text-align: center;
	}


	.prime__button.inverse {
		border-color: #fff;
		color: #fff;
		background: rgba(16, 23, 29, 0.5);
	}

	.welcome__background img {
		-o-object-position: right;
		   object-position: right;
		opacity: 0.5;
	}
	.header__menu {
		max-height: -webkit-calc(100vh - 70px);
		max-height: calc(100vh - 70px);
	}

	.footer .content {
		padding: 0px 16px;
	}

	.upto .upto__title {
		margin-bottom: 24px;
	}

	.btn-box {
		text-align: center;
	}

	.review__desc h4 {
		margin: 24px 0px 16px 0px;
	}
	.review__desc h3 {
		margin: 24px 0px 16px 0px;
	}

	.sidebar {
		margin-right: 12px;
	}

	.content-wrapper {
		padding: 0px 16px 0px 16px;
	}
	.bonus-page .content-wrapper, .app-page .content-wrapper {
		padding: 0px 16px 0px 16px;
	}

	/* Content */
	.content,
	.cover {
		padding-left: 12px;
		padding-right: 12px;
	}

	body {
		font-size: 14px;
	}

	/* MAIN */


	.about__image {
		display: none;
	}

	/* Prime */
	.prime__image {
		left: 0;
		width: 100%;
		max-width: 100%;
		z-index: -1;
		height: 100%;
	}

	.home-page .prime__background {
		opacity: 0.6;
	}
	.prime__image img {
		-o-object-position: left;
		   object-position: left;
	}
	.prime.prime--bg .prime__image {
		top: 0;
	}


	.prime {
		padding: 0;
	}

	.prime__image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		margin: auto;
	}



	.prime__wrap {
		text-align: center;
		padding: 40px 15px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}


	.faq-item__title {
		font-size: 20px;
		padding: 10px 10px 10px 40px;
	}
	.faq__item-icon {
		top: 11px;
		left: 5px;
	}


	/* Welcome */
	.welcome__section {
		text-align: center;
		padding: 30px 20px;
	}
	.welcome__bonus {
		text-align: center;
	}

	.welcome-item__image {
		margin: 0px 0px 12px 0px;
	}
	.welcome__type-list > li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		padding: 12px 15px 20px 15px;
	}
	.welcome-item__image {
		width: 100%;
	}

	.welcome__wrap {
		text-align: center;
		margin: 0 auto;
		max-width: 100%;
	}

	.welcome__text {
		max-width: 100%;
	}

	.safety__image {
		opacity: 0.5;
		right: 0;
		bottom: 0;
	}
	/* Benefits */

	.benefits__wrap > div {
		width: 100%;
	}
	.benefits__title {
		text-align: center;
	}



	.header__menu {
		padding: 40px 20px 80px 20px;
	}




	/* PAGES */


	.app-banner {
		padding: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
	}

	.app-banner__wrapper {
		padding: 20px 15px;
	}
	/* Breadcrumbs */
	.breadcrumbs {
		text-align: center;
		font-weight: 600;
	}


	.benefits {
		padding: 20px;
	}


	.feedback-carousel {
		padding: 0;
	}
	.feedback-carousel .item {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.feedback__title {
		font-size: 8vw;
		line-height: 9vw;
		margin: 0px 0px 20px 0px;
	}
	.feedback-carousel .item {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}


	.benefits__list {
		margin: 0 auto;
	}



	.review {
		padding: 20px 20px 25px 20px;
	}

	
	
	.about__info li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.about__info p {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
	.about__info p:first-child {
		width: 100%;
		max-width: 100%;
		margin-bottom: 6px;
	}
	.about__info p:last-child {
		width: 100%;
	}

	.header {
		padding: 12px;
	}
	.header__language-dropdown > ul {
		top: 55px;
	}
	
}

@media screen and (max-width: 500px) {
	.rating__numbers {
		font-size: 20px;
	}
	.prime {
		min-height: auto;
	}

	.footer .content {
    padding: 0px 16px 16px 16px;
  }

	.header__language-dropdown {
		max-width: 100px;
		margin-left: auto;
	}
	.header__language {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.payments li + li {
		margin-left: 8px;
	}
	.payments__list {
		-webkit-justify-content: space-around;
		    -ms-flex-pack: distribute;
		        justify-content: space-around;
	}
	.payments__wrapper:first-child {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 426px) {
	.section {
		padding: 20px 15px;
	}
	.welcome__type {
		padding: 15px;
	}
	.about__title.title {
		padding: 0px 0px 10px 0px;
	}
	.navigation {
		padding: 0;
	}

	.feedback {
		padding: 20px 0px 20px 15px;
	}
	.feedback__title {
		padding-right: 15px;
	}
	.footer__content > div {
		padding: 20px 15px;
	}
	.feedback-carousel .owl-prev {
		left: -15px;
	}
	.home .prime__wrap {
		padding: 40px 15px;
	}
	.prime__wrap {
		padding: 40px 15px;
	}
	.welcome-item__title {
		font-size: 9.5vw;
		line-height: 10vw;
	}
}
@media screen and (max-width: 380px) {
	.prime__wrap {
		padding: 30px 15px 35px 15px;
	}

	.header__button-menu {
		margin: 0;
	}
	.header__language-dropdown > ul {
		padding: 12px 7px 12px 12px;
	}
	.header__logo {
		max-width: 110px;
	}

	.menu li > a {
		padding: 9px;
	}
	.sidebar__menu a span {
		white-space: normal;
	}
	.header__menu {
		padding: 32px 15px 80px 15px;
	}
	.header__menu .header__button-signin, .header__menu .header__button-signup {
		width: 130px;
		padding: 16px 10px;
	}
	.header__menu .header__button-signin, .header__menu .header__button-signup {
		width: 100%;
	}

	.header__menu ul {
		max-width: 100%;
	}

	.content-wrapper {
		padding: 0px 10px 0px 10px;
	}
	.bonus-page .content-wrapper, .app-page .content-wrapper {
		padding: 0px 10px 0px 10px;
	}
	.footer.footer--notCover .footer__content {
		padding: 0px 10px 0px 10px;
	}


	.footer .content {
		padding: 0px 10px 0px 10px;
	}
}

@media screen and (max-width: 374px) {
	.app-banner__button {
		min-width: 85%;
	} 

}