

@charset "utf-8";

@media screen and (max-width: 1600px){
	.cover {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 1340px) {
	.footer__mail {
		width: 220px;
	}
	.article__background img{
		-o-object-position: 90%;
		   object-position: 90%;
	}
	.block__background {
		background-color: #000;
	}
	.block__background img {
		opacity: 0.6;
		-o-object-position: 90%;
		   object-position: 90%;
	}
	.offers__desc-image{
		right: 0;
		width: 50%;
	}
}
@media screen and (max-width: 1200px) {
	.header__logo{
		margin-left: 0;
	}
	.page {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.sidebar {
		display: none;
	}

	.main__navigation {
		display: block;
		margin-top: 20px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.navigation__head{
		padding: 0 35px 0 0;
		font-size: 20px;
	}
	.navigation__head::before{
		right: 0;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.navigation__head.hide::before {
		-webkit-transform: scale(-1);
		    -ms-transform: scale(-1);
		        transform: scale(-1);
	}
	.navigation ul {
		display: none;
	}
	.main {
		width: 100%;
	}


}

@media screen and (max-width: 1140px) {
	.cover {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page {
		padding-left: 15px;
		padding-top: 80px;
		padding-right: 15px;
	}
	.back-top {
		right: 15px;
	}
	.footer{
		padding-left: 15px;
		padding-right: 15px;
	}
	.header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header__menu .header__controls {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		max-width: 320px;
		width: 100%;
	}
	.header__controls {
		display: none;
	}
	.header__controls a {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin: 0;
		width: auto;
	}
	.header__controls a + a {
		margin-left: 16px;
	}
	.header__button {
		display: none;
	}
	.header__menu .header__button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		max-width: 320px;
		padding: 12px;
	}
	.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: 9px;
		margin: 0px 0px 0px 16px;
		-webkit-border-radius: 10px;
		        border-radius: 10px;
	}

	.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 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 - 80px);
		max-height: calc(100vh - 80px);
		overflow: auto;
		text-align: center;
		background: -o-linear-gradient(top, #031231 3.69%, #0f1c40 31.88%, #101a31 79.12%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3.69%, #031231), color-stop(31.88%, #0f1c40), color-stop(79.12%, #101a31));
		background: linear-gradient(180deg, #031231 3.69%, #0f1c40 31.88%, #101a31 79.12%);
		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:16px auto 0px auto;
	}

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


	.header__menu > ul > li > a {
		padding: 8px;
		border: 1px solid rgba(255, 255, 255, 0.7);
		-webkit-border-radius: 10px;
		        border-radius: 10px;
		text-align: center;
	}
	/* hover */


	/*menu*/
	.header__menu ul {
		-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;
	}
	.header__menu li {
		width: 100%;
	}
	.header__menu > ul > li + li {
		margin: 10px 0px 0px 0px;
	}
	.header__logo {
		margin-right: auto;
	}

	.footer__content {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		padding: 20px;
		margin-top: 20px;
		gap: 32px;
	}
	.footer__contacts {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.footer__mail {
		width: 300px;
	}

	.mobile{
		padding: 40px 20px;
	}
	.play__logo{
		left: auto;
		right: 0;

	}
}

@media screen and (max-width: 900px) {
	.prime__background img {
		-o-object-position: 65%;
		   object-position: 65%;
		opacity: 0.6;
	}
	.prime {
		min-height: 300px;
	}
	.compare{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.article__image{
		max-width: 200px;
	}
	.article__inner{
		max-width: 100%;
		width: 100%;
	}

	.list_col2 li, .list_col3 li {
		width: 100%;
	}

	.mobile{
		padding: 30px 15px;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.blocks .block{
		width: 100%;
	}

	.reviews-item {
		width: 100%;
	}
	.footer__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__inner {
		margin: 0;
		width: 100%;
		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: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.footer__lang{
		width: 104px;
		margin: 0;
	}
	.footer__pays{
		gap: 10px 20px;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.footer__contacts{
		-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;
	}

	.table_xl {
		overflow-x: auto;
		white-space: nowrap;
	}
	.table_xl tbody, .table_xl thead {
		white-space: normal;
		width: 920px;
	}
	.table_md th:first-child, .table_md td:first-child {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 170px;
		    -ms-flex: 0 1 170px;
		        flex: 0 1 170px;
	}

	.block__inner{
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
	}
	.responsibly {
		padding: 20px;
	}
}
@media screen and (max-width: 800px) {
	.conclusion {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.conclusion__image {
		margin: auto;
		width: 100%;
		max-width: 250px;
	}
	.table_grade, .table_md {
		overflow-x: auto;
		white-space: nowrap;
	}
	.table_grade thead, .table_grade tbody, .table_md thead, .table_md tbody {
		width: 800px;
		white-space: normal;
	}

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


	.support {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.support__desc, .support__image {
		width: 100%;
	}
}

@media screen and (max-width: 650px){
	.play {
		padding: 50px 15px;
	}
	.play__logo {
		display: none;
	}
	.play {
		text-align: center;
		-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;
	}
	.play h3 {
		text-align: center;
	}
	.responsibly__list li{
		width: 100%;
	}
	.offers {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.offers__desc, .offers__image {
		width: 100%;
	}
	.offers__desc-image{
		display: none;
	}
}
@media screen and (max-width: 600px) {
	/* Title */
	h1, h1.title {
		font-size: 6vw;
    line-height: 7vw;
	}

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

	}
	.block {
		padding: 12px;
	}
	.section {
		padding: 24px 14px;
	}
	.navigation {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.compare-item ul {
		padding: 0;
	}

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

	.header__button-menu {
		margin-left: 15px;
	}

	.header__button-menu {
		margin-left: 15px;
	}
	.prime {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.prime__background img {
		-o-object-position: 73%;
		   object-position: 73%;
	}
	.prime__text{
		font-size: 14px;
	}

	.footer__nav {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.footer__nav ul {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	.footer__content, .footer__pays{
		padding: 24px 14px;
	}
	.footer__contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer__mail {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.footer__pays img {
		height: 32px;
	}

	.table_about {
		white-space: nowrap;
		overflow-x: auto;
	}
	.table_about thead, .table_about tbody {
		width: 550px;
		white-space: normal;
	}

	.article__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.list.list_other li:last-child{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.block__inner{
		width: 100%;
	}
	.block .article__image {
		position: static;
		max-width: 500px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: -12px;
	}
}



@media screen and (max-width: 425px){
	.footer__nav ul{
		width: 100%;
	}
	ol.list > li{
		padding: 8px 12px 8px 50px;
	}
	.article__image{
		height: auto;
		max-width: 160px;
	}
}
@media screen and (max-width: 374px){

	.header__logo {
		max-width: 96px;
	}
	.reviews-item{
		padding: 14px;
	}
	.button {
		min-width: auto;
	}
}
