

@charset "utf-8";

@media screen and (max-width: 1300px) {
	.header {
		padding: 16px 30px;
	}
	.header__button {
		min-width: auto;
		padding: 14px 20px;
	}
}

@media screen and (max-width: 1184px) {
	/* HEADER */
	.header__button-menu {
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		    -moz-box-flex: 0;
		    flex: 0 1 auto;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -moz-box-ordinal-group: 4;
		    order: 3;
		min-width: 0;
		border: #EC622B;
		-webkit-border-radius: 8px;
		        -moz-border-radius: 8px;
		        border-radius: 8px;
		padding: 15px;
		margin: 0px 0px 0px 16px;
	}

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

	.header__button-menu svg rect {
		-webkit-transform-origin: 50% 50%;
		    -moz-transform-origin: 50% 50%;
		    -o-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.header__button-menu.active {
		background: #173569 !important;
	}

	.header__button-menu.active svg rect:nth-child(1) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(225deg);
		    -moz-transform: rotate(225deg);
		    -o-transform: rotate(225deg);
		    transform: rotate(225deg);
	}

	.header__button-menu.active svg rect:nth-child(2) {
		-webkit-transform-origin: 50% 50%;
		    -moz-transform-origin: 50% 50%;
		    -o-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transform: scale(0,2);
		    -moz-transform: scale(0,2);
		    -o-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);
		    -moz-transform: rotate(135deg);
		    -o-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 - 80px);
		max-height: -moz-calc(100vh - 80px);
		max-height: calc(100vh - 80px);
		overflow: auto;
		background: #2E364A;
		text-align: center;
		opacity: 0.00;
		padding: 40px 32px 80px 32px;
		margin: 0px !important;
		z-index: -1;
		-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		-moz-transition: all 0.75s;
		transition: all 0.75s;
	}

	.header__appBtn {
		max-width: 320px;
	}
	.logo {
		max-width: none;
	}

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

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

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

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



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


	/*banner*/
	.banner__image {
		opacity: 0.5;
	}

}



@media screen and (max-width: 1000px) {
	/*header*/
	.header__menu .sidebar__menu {
		display: block;
		max-width: 320px;
		margin-top: 10px;
		padding: 0px;
	}
	.header__menu .sidebar__blocks {
		display: block;
		max-width: 320px;
	}

	/*tiles*/
	.tiles ul {
		padding: 0;
	}

	.prime__background {
		opacity: 0.8;
	}
	.section-app {
		display: block;
	}
	.section-app > div:first-child {
		width: 100%;
	}
	.section-app > div:last-child {
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 800px) {
	.tiles > div {
		width: 100%;
	}
	.tiles > div:first-child {
		margin-bottom: 20px;
	}

	.scroll-container {
		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: 14px;
	}
}


@media screen and (max-width: 700px) {
	/*header*/
	.header .header__button {
		display: none;
	}
	.header__menu .header__button-login, .header__menu .header__button-signup {
		display: inline-block;
		width: 160px;
		margin: 0;
	}
	/*faq*/
	.faq-item__title:before {
		width: 28px;
		height: 28px;
		top: 12px;
		right: 10px;
	}

	.faq-item__title.title {
		padding: 14px 48px 14px 12px;
	}

	.faq-item__desc .wrap {
		padding: 16px 12px;
	}

	/*screen*/
	.screen .button {
		display: block;
	}



	/*tiles*/
	.tiles > div {
		width: 100%;
	}
	.tiles > div:nth-child(1) {
		-webkit-border-radius: 6px 6px 0px 0px;
		        -moz-border-radius: 6px 6px 0px 0px;
		        border-radius: 6px 6px 0px 0px;
	}
	.tiles__caption span {
		width: 40px;
		height: 40px;
	}
	.tiles__caption span img {
		max-width: 20px;
	}

	.main {
		padding: 80px 16px 0px 16px;
	}
	.section {
		padding: 24px 14px;
	}
	.screen {
		padding: 0;
	}
	.section-app {
		padding: 0;
	}
	.bonus {
		padding: 0;
	}
	.bonus__list {
		display: block;
		margin: 0;
	}

	.bonus-item {
		width: 100%;
		margin: 0;
	}
	.bonus-item + .bonus-item {
		margin-top: 15px;
	}
	.prime {
		padding: 80px 15px;
	}

	.prime__button {
		min-width: 70%;
	}

	.about {
		padding: 0;
	}
	.about table th, .about table td {
		display: block;
		text-align: center;
		width: 100%;
		padding: 10px 14px;
	}
	.screen ul li {
		width: -webkit-calc(33.333% - 6px);
		width: -moz-calc(33.333% - 6px);
		width: calc(33.333% - 6px);
		margin: 3px;
	}
	.screen ul {
		margin: -3px;
	}
}



@media screen and (max-width: 600px) {
	/* Title */
	h1, h1.title {
		font-size: 8vw;
    line-height: 8.5vw;
	}
	.prime__text {
		font-size: 6.5vw;
	}
	h2, h2.title {
		font-size: 7vw;
		line-height: 8vw;

	}

	h3, h3.title {
		font-size: 6vw;
		line-height: 8vw;
	}

	h4, h4.title {
		font-size: 5vw;
		line-height: 6vw;
	}

	.bonus-item__title {
		font-size: 6.5vw;
		line-height: 7.5vw;
	}


	/*feedback*/
	.feedback-carousel {
		padding: 0;
	}

	.feedback__title {
		padding: 0;
		font-size: 8vw;
		line-height: 9vw;
	}

	.feedback {
		padding: 20px 14px;
	}
	.feedback-carousel .owl-nav {
		position: static;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
						-moz-box-pack: center;
						justify-content: center;
		margin-top: 12px;
	}
	.title.feedback__title {
		padding: 0;
	}


	.header__button-menu {
		padding: 15px;
	}
	.header__menu .header__button-login, .header__menu .header__button-signup {
		font-size: 16px;
	}

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

	/*footer*/
	.footer {
		padding: 0px 16px;
	}
	.footer__content {
		padding: 20px 14px;
	}
	.footer__item-bottom {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		        -moz-box-pack: center;
		        justify-content: center;
	}

	/*header*/
	.header {
		padding: 16px;
	}
	.header__logo {
		margin: 0;
	}

	/*screen*/
	.screen {
		padding: 0;
	}

	.screen .screen__image {
		height: 350px;
	}

	/*tiles*/
	.tiles {
		padding: 0;
	}
	.section-table {
		font-size: 13px;
	}
}


@media screen and (max-width: 425px) {
	/*footer*/
  .footer__item-center {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .footer__item-top {
    padding-bottom: 16px;
  }

  .footer .icon {
    margin: 5px 10px;
    max-width: 45px;
    min-width: 45px;
  }

  .footer__copy {
    margin-top: 10px;
  }

	/*tiles*/
	.tiles__caption {
		font-size: 26px;
	}


	.prime__button {
		font-size: 14px;
	}

}

@media screen and (max-width: 380px) {
	/*header*/
	.header__menu .header__button-login, .header__menu .header__button-signup {
		width: 130px;
		padding: 16px 10px;
	}
	.header__menu .header__button-login, .header__menu .header__button-signup {
		width: 100%;
	}

	.menu li > a {
		padding: 9px;
	}


	.feedback-carousel .item-text {
		font-size: 14px;
	}

	.prime__button {
		padding: 16px;
	}

}


@media screen and (max-width: 374px) {
	.header__language {
		font-size: 12px;
		padding: 12px;
	}
	.header__language img {
		width: 18px;
		height: 18px;
	}
}
