@font-face {
    font-family: 'Noah';
    src: url('../fonts/Noah-ExtraBold.woff2');
    src: local('Noah-ExtraBold'), local('Noah-ExtraBold'),
        url('../fonts/Noah-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Noah';
    src: url('../fonts/Noah-Medium.woff2');
    src: local('Noah-Medium.woff2'), local('Noah-Medium'),
        url('../fonts/Noah-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noah';
    src: url('../fonts/Noah-Bold.woff2');
    src: local('Noah-Bold.woff2'), local('Noah-Bold'),
        url('../fonts/Noah-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Noah';
    src: url('../fonts/Noah-Black.woff2');
    src: local('Noah-Black'), local('Noah-Black'),
        url('../fonts/Noah-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
    margin-top: 0;
}
address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0;
}
*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:0;
}
button,
checkbox,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}
button:focus {
  box-shadow: none !important;
}
*:focus {
  outline: none;
}
body {
	background-color: #fff;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
a img {
  border: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p{
	font-size: 16px;
	font-weight: 400;
	color:#000;
}
.swiper-button-next, .swiper-button-prev {
	color:#363636;
}
section{
	position:relative;
	overflow:hidden;
}
.container {
  max-width: 1720px;
  margin: 0 auto;
}
.collage_main_item {
	width: 552px;
}
#gallery .collage_items .collage_main_item img{
	width:100%;
	height: 372px;
	object-fit:cover;
}
.collage_item_desc {
    display: flex;
    justify-content: space-between;
}
.collage_item_desc h4, .collage_item_desc p{
	font-family: Noah;
	font-size: 24px;
	font-weight: 700;
	line-height: 29.98px;
	color:#000000;
}

.modal[data-modal="gallery"]{
	padding:0;
	background-color: transparent;
	box-shadow: none;
}
@media screen and (max-width: 1740px) {
	.container {
		width: 1440px;
	}
	.collage_main_item{
		width: 459px;
	}
	#gallery .collage_items .collage_main_item img{
		height: 309px;
	}
}
@media screen and (max-width: 1460px) {
	.container {
		width: 1140px;
	}
	.collage_main_item{
		width: 359px;
	}
	#gallery .collage_items .collage_main_item img{
		height: 242px;
	}
	.collage_item_desc h4, .collage_item_desc p{
		font-size: 20px;
    	line-height: 23.98px;
	}
}
@media screen and (max-width: 1160px) {
	.container {
		width: 990px;
	}
	.collage_main_item{
		width: 309px;
	}
	#gallery .collage_items .collage_main_item img{
		height: 209px;
	}
	.collage_item_desc h4, .collage_item_desc p{
		font-size: 18px;
    	line-height: 21.98px;
	}
}
@media screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
	.collage_main_item{
		width: 229px;
	}
	#gallery .collage_items .collage_main_item img{
		height: 154px;
	}
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 13px;
  }
	.collage_main_item{
		width: 100%;
	}
		#gallery .collage_items .collage_main_item img{
		height: 246px;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	    #gallery .collage_items .collage_main_item img {
        height: 486px;
    }
}
.collage_items{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	padding:10px;
	gap:10px;
}
.collage_items img{
	width:calc(20%  - 8px );
}
.main_loto_content h2, #risk h2, #super h2{
	font-family: Noah;
	font-size: 44px;
	font-weight: 800;
	line-height: 54.96px;
	text-align: center;
	text-transform:uppercase;
}
#risk h2{
	max-width:640px;
	margin: auto;
}
.risk_content{
	padding-bottom:40px;
	padding-top:80px;
	border-bottom: 3px solid #ED1F29;
}
.main_loto_content h2 span, #risk h2 span,  #super h2 span{
	color: transparent;
	background: linear-gradient(345.86deg, #9D7C47 9.97%, #D69B5C 50.7%);
	background-clip: text;
	line-height: 48.4px;
}
.desktop{
	display:block;
}
.mobile{
	display:none;
}
.main_loto_block{
	position:relative;
}
.main_loto_block img{
	width:100%;
}
.main_loto_content {
    position: absolute;
    top: 0;
    width: 100%;
	padding-top: 20px;
}
h1{
	font-family: Noah;
	font-size: 44px;
	font-weight: 800;
	line-height: 48.4px;
	text-align: center;
	color:#000;
	text-transform:uppercase;
	position: absolute;
    top: 0;
    width: 100%;
	padding-top:100px;
}
.super_content{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:20px;
}
.super_content img{
	width:372px;
	height:372px;
	object-fit:cover;
}
#prize_place h2, h1 span{
	font-family: Noah;
	font-size: 44px;
	font-weight: 800;
	line-height: 48.4px;
	text-align: center;
	color: transparent;
	background: linear-gradient(360deg, #9D7C47 -16.67%, #D69B5C 100%);
	text-transform:uppercase;
	background-clip: text;
	margin:120px 0 60px;
}
.road {
    font-family: Noah;
    font-size: 36px;
    font-weight: 800;
    line-height: 39.4px;
    text-align: center;
    color: transparent;
    background: linear-gradient(360deg, #9D7C47 -16.67%, #D69B5C 100%);
    text-transform: uppercase;
    background-clip: text;
    padding-left: 20px;
    margin: 30px 0 30px;
    position: relative;
    display: flex
;
    align-items: center;
}
.road:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 9px;
    left: 0;
    border-top: 2px solid #00000080;
    border-left: 2px solid #00000080;
    rotate: -45deg;
}
.prize_item img.prize_item_images{
	width:100%;
}
.prize_item p:nth-child(1){
	font-family: Noah;
	font-weight: 800;
	font-size:28px;
	line-height: 34.97px;
	color:#000;
	text-transform:uppercase;
}
.prize_item p:nth-child(2){
	font-family: Noah;
	font-weight: bold;
	font-size:24px;
	line-height: 29.98px;
	color:#000;
	display:flex;
	align-items: flex-start;
	gap:10px;
	margin:10px 0;
}
.prize_mests{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	gap:60px;
}
.prize_item{
	width:444px;
}
.prize_item_present {
    display: flex;
    justify-content: space-between;
	margin:20px 0 4px;
	align-items: center;
}
.prize_item_present p:nth-child(1){
	font-size: 24px;
	line-height: 29.98px;
	color:#000;
}
.prize_item_present p:nth-child(2){
	font-size: 28px;
	font-weight:900;
	line-height: 34.97px;
	color:#E0302A;
	text-transform:uppercase;
	margin:0;
}
.prize_info_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin-top:100px;
	padding-bottom: 30px;
}
.prize_info_item{
	width:calc(50% - 10px);
	padding:40px;
	box-shadow: -8px 4px 40px 0px #0000001A;
}
.prize_info_item:nth-child(1) p:nth-child(1), .prize_info_item:nth-child(2) p:nth-child(1), .prize_info_item:nth-child(3) p:nth-child(1), .prize_info_item:nth-child(4) p:nth-child(1){
	font-family: Noah;
	font-size: 20px;
	font-weight: 800;
	color:#000;
	text-transform:uppercase;
}
.prize_info_item:nth-child(1) p:nth-child(2), .prize_info_item:nth-child(2) p:nth-child(2), .prize_info_item:nth-child(3) p:nth-child(2),.prize_info_item:nth-child(3) p:nth-child(3),.prize_info_item:nth-child(4) p:nth-child(2){
	font-family: Noah;
	font-size: 44px;
	font-weight: 700;
	line-height: 51.93px;
	color: transparent;
	background: linear-gradient(360deg, #9D7C47 -16.67%, #D69B5C 100%);
	background-clip: text;
}
.prize_info_item:nth-child(2) p:nth-child(3){
	font-family: Noah;
	font-size: 20px;
	font-weight: 500;
	line-height: 24.98px;
	color: #00000040;
}
.prize_info_item:nth-child(3) p:nth-child(3) span, .prize_info_item:nth-child(4) p:nth-child(3){
	font-family: Noah;
	font-size: 20px;
	font-weight: 800;
	line-height: 23.61px;
	color:#000;
}
.prize_info_item:nth-child(3) p:nth-child(3){
	display:flex;
	align-items:center;
	flex-wrap: wrap;
}
section#buttons-loto {
    display: flex;
    flex-wrap: wrap;
}
.red_buttons, .brown_buttons {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}
.red_buttons a {
    width: 500px;
    font-family: Noah;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    background: #E0302A;
    border-top: 1px solid #FFFFFF4D;
    text-transform: uppercase;
    padding: 12px 23px;
    text-align: center;
    border-radius: 40px;
	cursor:pointer;
}
.brown_buttons a{
	width:250px;
	padding:8px 30px;
	font-family: Noah;
    color: #9D7C47;
    font-size: 16px;
	text-align: center;
    line-height: 16px;
	border-radius: 40px;
	text-transform: uppercase;
	border-top: 1px solid;
	border:1px solid #FFFFFF4D;
	background: linear-gradient(0deg, rgba(157, 124, 71, 0.25) -18.33%, rgba(214, 155, 92, 0.25) 83.33%);
	cursor:pointer;
}
.brown_buttons{
	margin-top:24px;
	margin-bottom:20px;
}
#buttons-loto img{
	width:100%;
}
#main-loto{
	margin-top:30px;
}
#super {
	padding-top:80px;
}
#super h2{
	margin-bottom:40px;
	width:100%;
}
.modal {
	opacity: 0;
	visibility: hidden;
	max-width:95%;
	max-height:95%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 30; 
	box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2);
	text-align: center;
	padding: 60px 30px 30px;
	border-radius: 3px;
	background-color: #fff;
	transition: 0.3s all;
	overflow: auto;
	border-radius:14px;
}
.input_form {
	border: 1px solid #BEBEBE;
    background: #F5F5F5;
    font-size: 16px;
    line-height: 18px;
    color: #6A6A6A;
    padding: 15px 15px;
    border-radius: 20px;
    width: 100%;
    font-family: Noah;
}
.input_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.title_form{
	font-family: Noah;
    font-size: 28px;
    font-weight: 800;
    color: transparent;
	background: linear-gradient(0deg, #9D7C47 0%, #D69B5C 84.09%);
	background-clip: text;
    text-transform: uppercase;
	margin-bottom:40px;
}
.privacy_form {
    color: #00000066;
    font-family: Noah;
    font-size: 16px;
    font-weight: bold;
    line-height: 19.98px;
    text-align: center;
    max-width: 365px;
    margin: auto;
	margin-bottom:20px;
}
.title_input{
	font-family: Noah;
	font-size: 20px;
	font-weight: 500;
	color:#000;
	text-align: left;
}
.sub_title_form{
	font-family: Noah;
    font-size: 18px;
    line-height: 24.98px;
	margin:20px 0 20px;
	color:#363636;
	max-width:500px;
}
.wpcf7-response-output{
	display:none;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 3px;
    left: 15px;
	font-size: 10px;
}
.unput_submit {
    padding: 12px 69px;
    font-family: Noah;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 40px;
    text-transform: uppercase;
	border-top: 1px solid #FFFFFF4D;
	background: #E0302A;
	margin-bottom: 5px;
}
.wpcf7-spinner{
	display:none;
}
textarea{
	height:110px;
}
.modal__cross{
	position:absolute;
	top:15px;
	right:15px;
	display:flex;
	flex-direction:row;
	align-items:center;
   cursor: pointer;
	background: #EDEDED80;
    padding: 10px;
    border-radius: 50%;
}
.modal__cross svg{
	width: 15px;
    height: 15px;	
	fill: #85461e;
}
.privacy_form a{
	text-decoration-line: underline;
	text-decoration-style: solid;
}
.overlay {
	background: #00000075;
   opacity: 0;
   visibility: hidden;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   transition: .3s all;
}
.modal.open, .overlay.open{
	opacity: 1;
	visibility: visible;
}
#gallery .collage_items{
	gap:10px;
}
#gallery.collage_items.gallery-main{
	gap:20px;
}
#gallery .collage_items img {
    width: calc(25% - 7.5px);
	object-fit: cover;
}
.prize_item{
	width:calc((100% - 120px)/3);
}
.super_title {
    width: 100%;
}
.modal__cross:before{
	content:'';
	position:absolute;
}
.prize_info_item:nth-child(3){
	width:calc(40% - 14px);
	
}
.prize_info_item:nth-child(4), .prize_info_item:nth-child(5){
	width:calc(30% - 13px)	;	
}
.prize_info_item:nth-child(5) p:nth-child(1) {
	font-family: Noah;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}
.prize_info_item:nth-child(5) p:nth-child(2) {
	font-family: Noah;
    font-size: 44px;
    font-weight: 700;
    line-height: 51.93px;
    color: transparent;
    background: linear-gradient(360deg, #9D7C47 -16.67%, #D69B5C 100%);
    background-clip: text;
}
.prize_info_item:nth-child(5) p:nth-child(3) {
    font-family: Noah;
    font-size: 20px;
    font-weight: 800;
    line-height: 23.61px;
    color: #000;
}
.rules_items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
	border-top: 3px solid #E0302A;
	padding-top:40px;
}
.rules_item:nth-child(1){
	width:calc(50% - 20px);
}
.rules_item:nth-child(2){
	width:calc(50% - 20px);
}
.rules_item:nth-child(3){
	width:100%;
	border-top: 3px solid #E0302A;
	padding-top:40px;
}
.rules_item h4{
	font-family: Noah;
	font-size: 24px;
	font-weight: 800;
	line-height: 28.33px;
	text-align: center;
	color:#000;
	text-transform:uppercase;
}
.first_rules_text{
	font-family: Noah;
	font-size: 20px;
	font-weight: 500;
	line-height: 23.61px;
	margin-top:4px;
}
.modal_present {
    display: flex;
    justify-content: space-around;
	margin-top:20px;
}
.present_name {
	 font-family: Noah;
    font-size: 28px;
    font-weight: 800;
    color: transparent;
    background: linear-gradient(0deg, #9D7C47 0%, #D69B5C 84.09%);
    background-clip: text;
	text-align:left;
	max-width: 241px;
	margin-top:8px;
}
.present_item p:nth-child(1){
	font-family: Noah;
	font-size: 22px;
	font-weight: 800;
	line-height: 22px;
	color:#000;
}
.first_step_items{
	display:flex;
	gap:10px;
	margin:10px 0 8px;
}
.first_step_item, .second_step_item{
	width: calc(50% - 5px);
    box-shadow: -8px 4px 40px 0px #0000001A;
    padding: 25.5px 10px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.first_step_items p{
	font-family: Noah;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.61px;
}
.modal[data-modal="rules"]{
	width:1500px;	
}
.step1_notice {
    color: #00000066;
    max-width: 460px;
    font-family: Noah;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.61px;
    text-align: center;
    margin: auto;
}
.rules_item:nth-child(2) p{
	font-family: Noah;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.61px;
	margin:12px 0 37px;
}
.rules_item:nth-child(2) img{
	width: 66%;
	height:auto
}
.present_item:nth-child(2){
	padding-top:17px;
}
.present_item p:nth-child(1){
	display:flex;
	gap:5px;
	text-align: center;
    justify-content: center;
}
.present_item:nth-child(2) .present_name{
	max-width:255px;
}
.last{
	font-family: Noah;
	font-size: 20px;
	font-weight: 500;
	line-height: 23.61px;
	text-align: center;
	max-width:530px;
	margin: 20px auto;
}
.last span{
	font-family: Noah;
    font-size: 20px;
    font-weight: 800;
    line-height: 23.61px;
    color: transparent;
    background: linear-gradient(360deg, #9D7C47 -16.67%, #D69B5C 100%);
    background-clip: text;
}
a.single-image{
	width: calc(25% - 7.5px);
}
#gallery .collage_items .single-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width:1460px) {
	h1{
		font-size: 36px;
		line-height: 41.96px;
		padding-top:70px;
	}
	.main_loto_content{
		padding-top:5px;
	}
	#prize_place h2, h1 span {
		font-size: 36px;
		line-height: 41.96px;
	}
	.main_loto_content h2, #risk h2, #super h2{
		font-size: 36px;
		line-height: 41.96px;
	}
	.super_content img{
		    width: 300px;
    		height: 300px;
	}
	.prize_info_item {
    	width: calc(50% - 10px);
		padding: 25px;
	}
	.prize_info_item:nth-child(5) p:nth-child(2) {
		font-size: 35px;
		line-height: 40.93px;
	}
	.prize_info_item:nth-child(5) p:nth-child(3), .prize_info_item:nth-child(4) p:nth-child(3) {
		font-size: 19px;
		line-height:19px;
	}
	.prize_item_present p:nth-child(2) {
		font-size: 23px;
		font-weight: 900;
		line-height: 26.97px;
	}
	.prize_item_present p:nth-child(1) {
		font-size: 23px;
		line-height: 27.98px;
		color: #000;
	}
	.prize_item p:nth-child(1) {
		font-size: 24px;
		line-height: 30.97px;
	}
}
@media screen and (max-width: 768px) {
	.desktop{
		display:none;
	}
	.mobile{
		display:block;
	}
	.collage_items{
		padding:5px;
		gap:5px;
	}
	.collage_items img{
		width:calc((100% - 10px)/3);
	}
	.main_loto_content h2, #risk h2, #super h2{
		font-size: 20px;
		line-height: 24.98px;
		text-align: center;
		margin: 0 auto;
	}
	#super h2{
		width:100%;
	}
	.main_loto_content h2 span, #risk h2 span, #super h2 span{
		font-size: 28px;
		line-height: 30.8px;
		background-clip: text;
	}
	.prize_mests{
		gap:20px;
	}
	.prize_item{
		width:100%;
	}
	#prize_place h2{
		margin:30px 0 30px;
		background-clip: text;
		font-size: 20px;
		line-height: 22px;
	}
	.prize_item p:nth-child(1){
		font-size: 14px;
		line-height: 17.49px;
	}
	h1{
		padding-top:34px;
	}
	h1,h1 span{
		font-size: 20px;
		line-height: 19.98px;
	}
	.prize_item p:nth-child(2){
		font-size: 14px;
		line-height: 17.49px;
		margin:2px 0;
	}
	.prize_item_present {
		margin:14px 0 4px;
	}
	.prize_item_present p:nth-child(1){
		font-size: 14px;
		line-height: 17.49px;
	}
	.prize_item_present p:nth-child(2){
		font-size: 14px;
		line-height: 17.49px;
	}
	.prize_info_items {
		gap: 6px;
		margin-top:10px;
	}
	.prize_info_item{
		width:100%;
		padding:20px 10px;
		box-shadow: -8px 4px 40px 0px #0000001A;
	}
	.prize_info_item:nth-child(1) p:nth-child(1), .prize_info_item:nth-child(2) p:nth-child(1), .prize_info_item:nth-child(3) p:nth-child(1), .prize_info_item:nth-child(4) p:nth-child(1){
		font-size: 14px;
		line-height:16.52px;
	}
	.prize_info_item:nth-child(1) p:nth-child(2), .prize_info_item:nth-child(2) p:nth-child(2), .prize_info_item:nth-child(3) p:nth-child(2),.prize_info_item:nth-child(3) p:nth-child(3),.prize_info_item:nth-child(4) p:nth-child(2){
	font-size: 22px;
	line-height: 25.96px;
	color: transparent;
	background: linear-gradient(360deg, #9D7C47 -16.67%, #D69B5C 100%);
	background-clip: text;
	}
	.prize_info_item:nth-child(2) p:nth-child(3){
		font-size: 14px;
		line-height: 16.52px;
	}
	.prize_info_item:nth-child(3) p:nth-child(3) span{
		font-size: 14px;
		line-height: 16.52px;
		font-weight: bold;
	}
	.prize_info_item:nth-child(4) p:nth-child(3) {
		font-size: 14px;
		line-height: 16.52px;
		font-weight: bold;
	}
	.red_buttons, .brown_buttons {
   		width: 100%;
		display: flex;
		justify-content: space-around;
	}	
	.red_buttons{
		gap:6px;
		padding:0 10px;
	}
	.red_buttons a {
		width:100%;
		font-size: 14px;
		line-height: 14px;	
	}
	.red_buttons a:nth-child(1){
		order:1;
	}
	.brown_buttons a{
		width:calc(50% - 6px);
		font-size: 10px;
		line-height: 10px;
	}
	.brown_buttons{
		margin-top:12px;
		margin-bottom:20px;
		padding:0 10px;
	}
	.super_content{
		flex-wrap:wrap;	
		gap:10px;
	}
	#super h2{
		align-items: flex-end;
		display: flex;
		justify-content: center;
	}
	.super_content img{
		width:calc(50% - 5px);
		height:auto;
	}
	#gallery .collage_items{
		gap: 5px;
		padding:0;
	}
	#gallery .collage_items img {
		width: calc((100% - 10px) / 3);
	}
	.road{
		font-size: 26px;
		line-height: 29.4px;
	}
	.modal {
    	width: 95%;
		max-width: 95%;
	}
	h1 {
		font-size:16px;
		font-weight:bold;
		line-height:auto;
	}
	#super h2 {
        font-size: 16px;
        line-height: 19.98px;
		box-shadow: -8px 4px 40px 0px #0000001A;
        padding: 20px 10px;
    }
	#super h2 span {
        font-size: 20px;
        line-height: 24.98px;
    }
	.super_title{
		width: calc(50% - 5px);
        height: auto;
		display: flex;
        align-items: flex-end;
		order:2;
	}
	.super_content img:nth-child(2) {
		order:1;
	}
	.super_content img:nth-child(3) {
		order:3;
	}
	.super_content img:nth-child(4) {
		order:4;
	}
	#risk h2 span{
		font-size: 20px;
		line-height: 22px;
	}
	.risk_content {
		padding-bottom: 103px;
		padding-top: 90px;
	}
	.brown_buttons a:nth-child(1){
		order:1;
	}
	.title_form {
		font-size:20px;
	}
	.title_input{
		font-size:16px;
	}
	.input_form{
		font-size: 14px;
		padding: 10px 15px;
	}
	.input_block {
		gap:8px;
		margin-bottom:15px;
	}
	.privacy_form{
		font-size:14px;
	}
	.unput_submit{
		padding: 12px 20px;
		width:100%;
	}
	.prize_info_item:nth-child(3),.prize_info_item:nth-child(4),.prize_info_item:nth-child(5){
		width:100%;
	}
	.prize_info_item:nth-child(5) p:nth-child(1) {
		font-size: 14px;
        line-height: 16.52px;	
	}
	.prize_info_item:nth-child(5) p:nth-child(2) {
		font-size: 22px;
        line-height: 25.96px;
	}
	.prize_info_item:nth-child(5) p:nth-child(3) {
		 font-size: 14px;
        line-height: 16.52px;
        font-weight: bold;
	}
	.rules_items {
    	display: flex;
		flex-wrap: nowrap;
		gap: 16px;
		border-top: none;
		padding-top: 10px;
		flex-direction: column;
	}
	.rules_item:nth-child(1) {
    	width: 100%;
	}
	.modal[data-modal="rules"] .title_form{
		margin-bottom:10px;
	}
	.rules_item h4 {
		font-family: Noah;
		font-size: 14px;
		line-height: 16.52px;
	}
	.first_rules_text{
		font-size:16px;
		line-height:18.89px;
	}
	.first_step_items p{
		font-size: 14px;
		line-height: 16.52px;
	}
	.step1_notice{
		font-size: 14px;
		line-height: 16.52px;
	}
	.rules_item:nth-child(2) {
   		width: 100%;
		border-top: 3px solid #E0302A;
		padding-top:16px;
	}
	.rules_item:nth-child(2) p {
		font-size: 16px;
		line-height: 18.89px;
	}
	.rules_item:nth-child(2) img{
		width:100%;
	}
	.modal_present {
		flex-direction:column;
	}
	.present_item p:nth-child(1){
		font-size: 16px;
		font-weight: 700;
		line-height: 16px;
		text-align: left;
		justify-content: flex-start;
	}
	.present_name {
		max-width:173px;
		font-family: Noah;
		font-size: 20px;
		line-height: 24.98px;
		text-align: left;
	}
	.last{
		font-size: 16px;
		font-weight: 500;
		line-height: 18.89px;
		text-align: left;
		margin: 0;
		margin-top:16px;
	}
	.last span{
		font-size: 16px;
		line-height: 18.89px;
	}
	.modal_present {
		margin-top: 10px;
		gap:10px;
	}
	#ppp{
		margin-top:16px;
	}
	#www{
		padding-left:15px;
		position:relative;
	}
	#www:before {
        content: '';
        width: 4px;
        height: 4px;
        display: block;
        position: absolute;
        left: 5px;
        top: 7px;
        background: #000;
        border-radius: 50%;
    }
	.rules_item:nth-child(3) {
		padding-top: 16px;
	}
	.present_item:nth-child(2) {
    	padding-top: 0;
	}
	a.single-image{
		width: calc((100% - 10px) / 3);
	}
}