

@charset "utf-8";

@media screen and (max-width:1480px) {
	.header {
		padding-right: 20px;
		padding-left: 20px;
	}
	.footer__wrap {
		padding-right: 20px;
	}

	.page {
		max-width: 100%;
	}
	.back-top {
		right: 13px;
	}
}
@media screen and (max-width: 1380px){
	.rating-table img {
		max-width: 28px;
	}
	.header__logo {
		margin-right: 40px;
	}
	.prime {
		min-height: 380px;
	}
	.bonus__background img {
		-o-object-position: 15%;
		   object-position: 15%;
	}
	.prime__background img {
		-o-object-position: 75%;
		object-position: 75%;
	}
}

@media screen and (max-width: 1160px) {
	.sidebar {
		display: none;
	}
	.main {
		width: 100%;
	}
	.footer__wrap {
		padding-left: 20px;
	}

	.main__review {
		display: block;
		padding: 0;
	}


	.prime {
		padding: 40px 20px;
		min-height: 380px;
		width: -webkit-calc(100% + 40px);
		width: calc(100% + 40px);
		margin-left: -20px;
	}

}
@media screen and (max-width: 1050px) {
	.header__logo {
		margin-right: auto;
	}
	.header__buttons {
		display: none;
	}
	.header__menu .header__button {
		display: block;
		max-width: 320px;
	}
	.header__button-menu {
		background: #4cb63a;
		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: 11px;
		margin: 0px 0px 0px 16px;
		-webkit-border-radius: 6px;
		        border-radius: 6px;
	}

	.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;
	}


	.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 - 62px);
		max-height: calc(100vh - 62px);
		overflow: auto;
		text-align: center;
		background: #2d0d0d;
		opacity: 0.00;
		padding: 10px 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;
	}


	.header__menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        -webkit-flex-direction: column;
		        flex-direction: column;
		margin: 16px 0px;
		background-color: transparent;
	}
	.header__menu li > a {
		width: 100%;
		text-align: center;
		padding: 8px 16px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        -webkit-justify-content: center;
		        justify-content: center;
		border: 1px solid #fff;
		-webkit-border-radius: 8px;
		        border-radius: 8px;
		color: #fff;
	}
	.header__menu li > a:hover {
		border-color: #FFF72E;
	}
	.header__menu li {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        -webkit-flex-direction: column;
		        flex-direction: column;
	}
	.header__menu li + li {
		margin: 10px 0 0 0;
	}
	.header__menu li:not(:last-child) {
		padding: 0;
	}
	.header__menu li:not(:last-child)::after{
		display: none;
	}

	.instalar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.instalar-item {
		width: 100%;
	}
	.app {
		padding: 15px 0 0 0;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-around;
		    -ms-flex-pack: distribute;
		        justify-content: space-around;
	}
	.app__image {
		margin: 15px 15px 0px 15px;
	}
	.app__buttons {
		margin: 15px;
	}
	.app__logo {
		margin: 15px;
	}
}

@media screen and (max-width: 900px) {

	.cover {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page {
		padding-left: 15px;
		padding-right: 15px;
	}

	.prime {
		padding: 30px 20px;
		min-height: 260px;
		width: -webkit-calc(100% + 30px);
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-bottom: 20px;
	}

	.prime__background img {
		-o-object-position: 73%;
		   object-position: 73%;
		opacity: 0.6;
	}
	.page-mobile .prime__background img{
		opacity: 0.5;
		-o-object-position: 95%;
		   object-position: 95%;
	}

	.mobile {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-bottom: 0;
	}
	.mobile__wrap{
		width: 100%;
	}
	.article__logos span {
		width: auto;
		padding: 10px;
	}
	.article__logos {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.rating-table tbody{
		margin: 0;
	}
	.rating-table tr{
		margin: 0;
		width: 100%;
	}
	.rating-table tr + tr {
		margin-top: 10px;
	}
	.footer__wrap {
		padding: 0;
	}
	.dispositivos {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.dispositivos__inner{
		width: 100%;
	}
	.dispositivos__image {
		max-width: 500px;
		width: 100%;
		margin-top: 16px;
	}
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 6vw;
		line-height: 7vw;
	}
	h2{
		font-size: 5vw;
		line-height: 6vw;
	}

	h3, h4, h5 {
		font-size: 4.2vw;
		line-height: 5.2vw;
	}

	.section {
		margin-top: 20px;
	}
	.header__button-menu {
		min-width: auto;
	}
	.advantages {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.advantages-item {
		width: 100%;
	}
	.advantages-item + .advantages-item {
		margin-top: 20px;
	}
	.table {
		overflow-x: auto;
		white-space: nowrap;
	}
	.table tbody {
		width: 800px;
		white-space: normal;
	}
	.table tr:first-child td {
		font-size: 15px;
	}
	.table td{
		font-size: 13px;
	}
	.reviews-carousel .owl-nav{
		position: static;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 20px;
	}
	.reviews-carousel .owl-button {
		margin: 0px 8px;
	}
	.footer__nav li:not(:last-child)::after {
		display: none;
	}
	.footer__language li img {
		max-width: 22px;

	}
	.footer__language a + a {
		margin-left: 10px;
	}
	.footer__language a {
		font-size: 12px;
	}
	.footer__language li {
		padding: 10px 12px;
	}
	.footer {
		padding-bottom: 20px;
	}
	.bonus__wrap {
		padding: 0;
	}
	.bonus {
		min-height: auto;
		background-color: #000;
	}
	.bonus__background img{
		opacity: 0.5;
	}
	.tiles-item{
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.info__table td:first-child {
		width: 40%;
	}
	.info__table td:last-child {
		width: 60%;
	}
	.info__table {
		padding: 10px;
		overflow-x: auto;
		white-space: nowrap;
	}
	.info__table tbody {
		width: 700px;
		white-space: normal;
	}
	.info__table td {
		padding: 10px 0;
		font-size: 12px;
	}
	.info__table img {
		margin: 3px 8px 3px 0;
	}
	.advantages-item {
		padding: 15px 10px;
	}
	.advantages-item__list li {
		padding: 5px 0;
	}
	.advantages-item__list img {
		margin-right: 14px;
	}
	.mobile__wrap {
		padding: 15px 10px;
	}
	.steps {
		padding: 15px 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.steps__num {
		min-height: 80px;
		padding-left: 40px;
		width: 90px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.steps__num::before {
		height: 80px;
		width: 30px;
	}
	.steps__wrap {
		padding: 0;
		width: 100%;
	}
	.article__logos img {
		max-width: 30px;
	}
	.rating-table tr {
		padding: 10px;
	}
	.faq-item__title {
		font-size: 16px;
		padding: 12px 50px 12px 10px;
	}
	.faq-item__title::before {
		width: 20px;
		height: 20px;
		right: 10px;
		top: 11px;
	}
	.bonus {
		padding: 20px 10px;
	}
	.bonus__title{
		font-size: 20px;
	}

}

@media screen and (max-width: 500px) {
	.prime__background img{
		-o-object-position: 77%;
		   object-position: 77%;
	}
	.rating-table img + img{
		margin-left: 4px;
	}
	.rating-table img {
		max-width: 22px;
	}
	.footer__nav a{
		font-size: 12px;
	}
	.reviews-carousel .item{
		padding: 15px 10px;
	}
	.reviews__image {
		width: 60px;
		height: 60px;
	}
	.reviews__head {
		min-height: 60px;
		padding-left: 70px;
	}
	.reviews__name{
		margin-bottom: 8px;
	}
	.table td {
		padding: 10px;
		font-size: 12px;
	}
	.table tr:first-child td{
		font-size: 13px;
	}
	.table tbody {
		width: 600px;
	}
	.article__logos {
		gap: 10px;
	}

	.review__head {
		font-size: 16px;
		padding: 12px 35px 12px 10px;
	}
	.review__head::before{
		right: 10px;
	}
	.review ul {
		padding: 0 10px 15px 10px;
	}
	.button.button-bg {
		font-size: 18px;
		min-width: 200px;
		min-height: 70px;
		padding: 28px 20px 12px 20px;
	}
	.footer__additional p{
		margin-right: 16px;
	}
	.instalar-item__background img{
		opacity: 0.5;
	}
	.tiles-item{
		padding: 20px 10px;
	}
	.instalar-item{
		padding: 20px 10px;
	}
	.info__table tbody {
		width: 500px;
	}
}
@media screen and (max-width: 374px) {
	.rating-table img {
		max-width: 18px;
	}

}
