
@media (max-width: 767px) {
/*404*/
	.sec_404 {
		padding: 20px 0;
		background-size: 363px 553px;
		background-position: left;
	}

	.title_404 {
		font-size: 30px;
		padding-left: 20px;
	}

	.text_404 {
		font-size: 16px;
		width: auto;
		padding: 0 20px;
		margin-top: 5px;
	}

	.buttons_404 {
		display: grid;
		justify-content: center;
	}

	.buttons_404 .btn {
		font-size: 15px;
		margin: 10px 0 0 0;
		width: 280px;
	}

	.big_404 {
		font-size: 170px;
		text-align: center;
		margin: 100px 0 0 0;
	}


/*Лэндинги*/
	
	.tilte_prev {
		padding: 10px 5%;
		display: grid;
		height: auto;
	}

	.sec_left {
		width: 100%;
		padding: 30px 0;
	}

	.sec_right {
		width: 100%;
		padding-bottom: 120px;
	}

	.title_prev_text {
		font-size: 35px;
	}

	.reg_btn_lan {
		display: flex;
		justify-content: center;
	}

	.reg_btn_lan .btn {
		position: absolute;
		bottom: -20px;
		font-size: 15px;
		width: 80%;
	}

	.reg_btn_lan_2 .btn {
		position: relative;
		font-size: 15px;
		margin: 0;
		width: 330px;
	}

	.reg_btn_lan_3 .btn {
		position: absolute;
		bottom: -20px;
		font-size: 15px;
		width: 80%;
	}


	.sec_title_w {
		font-size: 25px;
	}

	.sec_text {
		font-size: 18px;
	}

	.title_text {
		font-size: 26px;
	}

	.sec_right img {
		width: 285px;
		height: 255px;
	}

	.sec_title {
		font-size: 25px;
		font-weight: 700;
	}

	.adv_sec {
		padding: 30px 5%;
	}

	.tile_single {
		padding: 10px 10px;
		width: 330px;
		height: auto;
		flex-wrap: nowrap;
		margin-top: 15px;

	}

	.tile_text {
		font-size: 12px;
	}

	.tile_img {
		width: 70px;
		height: 70px;
	}

	.registr_sec {
		display: grid;
	}


	.end_pic_text {
		width: 100%;
	}

	.end_img {
		width: 50px;
		height: 50px;
	}

	.field_lan input {
		width: 100%;
	}

	.registr_sec_text {
		font-size: 11px;
	}

	.registr_sec_text a {
		font-size: 11px;
	}

	.registr_sec img {
		filter: blur(0px);
	}

	.best_deals_sec {
		padding: 30px 5%;
	}

	.best_cards {
		flex-wrap: wrap;
	}

	.best_card {
		width: 49%;
		margin-top: 20px;
	}

	.best_title_single {
		font-size: 12px;
		height: auto;
	}

	.best_text_single {
		font-size: 8px;
		height: auto;
		margin-top: 5px;
		line-height: 120%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.get_deal_no_btn {
		font-size: 14px;
		background: #dbccfc;
	}

	.end_sec {
		margin: 0;
		height: auto;
	}

		.end_text {
		font-size: 13px;
	}

	.reg_btn_lan_end .btn {
		width: 330px;
		font-size: 15px;
		margin-top: 20px;
	}

}





