body {
	padding-top: 100px;
}
.wrap_banner_info_head {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
#banner_info_head.banner_info_head {
	width: auto !important;
	margin: 0px auto;
	max-width: 1160px;
}

.banner_info_head.banner_august2 {
	background: #DE0F43 url("../images/september/bg.png") left center no-repeat;
	background-size: auto;
	background-size: cover;
	padding: 0 20px 0 130px;
	display: flex;
	position: sticky;
	z-index: 500;
	gap: 5px;
	align-items: center;
	width: 100%;
	height: 100px;
	max-width: 1160px;
	flex-direction: row;
	justify-content: space-between;
	top: 0;
	margin: auto;
	cursor: pointer;
	position: relative;
}

.banner_august2 #banner_info_head_btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px;
	gap: 10px;
	width: 180px;
	height: 50px;
	right: 50px;
	top: calc(50% - 50px/2);
	background: #FF4830;
	border-radius: 8px;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 110%;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 0px solid #fff;
	position:absolute;
}

.banner_august2 #banner_info_head_conteiner {
	width: calc(100% - 210px);
	height: 100%;
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	color: #fff;
}

.banner_august2 .field_01 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	color: #FF4830;
	text-transform: uppercase; 
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 900;
	font-size: 28px;
	line-height: 110%;
	background: linear-gradient(269.18deg, #FF4830 -0.01%, #FF8000 90.03%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent; 
}

.banner_august2 .field_01 span {
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 110%;
	text-transform: uppercase;
	background: linear-gradient(269.18deg, #FF4830 -0.01%, #FF4830 90.03%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.banner_august2 .field_02 {
	background: url("../images/september/Group_117.png") left center no-repeat;	
	position: absolute;
	width: 306px;
	height: 84px;
	left: 440px;
	top: calc(50% - 42px);
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 110%;
	text-transform: uppercase;
	color: #FF7F30;
	justify-content: center;
	align-items: relative;
	text-align: right;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.banner_august2 .field_02 span {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	color: #833200; 
	text-transform: none;
}
.banner_august2 .field_02::before {
	position: absolute;
	display: block;
    width: 172px;
	height: 100px;
	top: -8px;
	left: -60px;  
	background: url('../images/september/Group_118.png') left center no-repeat;
	content: '';
}

.banner_august2 .field_timer {
	  z-index: 100;
	  flex: 1;
	  text-align: right;
	  padding-right: 20px;
	  display: flex;
	  justify-content: flex-end;
	  flex-direction: column;
	  align-items: end;
}

.banner_august2 #banner_info_head_timer_container_intro,
.banner_august2 #banner_info_head_timer {
  width: 155px;
}

.banner_august2 #banner_info_head_timer_container_intro {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 110%;
	color: #833200;
}

.banner_august2 #banner_info_head_timer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 6px 8px;
	gap: 1px;
	height: 30px;
	background: #FFF;
	border-radius: 30px;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 110%;
	letter-spacing: 0.04em;
	color: #FF4830; 	
}

.banner_august2 #banner_info_head_timer span {
  color: #FF4830;
  min-width: 20px;
}
.banner_august2 #banner_info_head_timer span#timer__days{
  min-width: 66px;
  text-align: center;
}
.banner_august2 .timer__hours{
  margin-left: 2px;
}

.banner_august2 .timer__days {
  margin-right: 3px;
  word-wrap: nowrap;
}
.field_timer_mobile {
  display: none;
}
#dopRight,
#dopLeft{display:none}

/* Кнопка закрытия */
.banner_info_head_close{
	position: absolute;
	top: 8px;
	right: 10px;
	width: auto;
	border: 0;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	transition: opacity .2s ease;
	z-index: 5;
	background: transparent;
}
.banner_info_head_close:hover{ opacity: .85; }
@media (max-width: 1300px){
	.banner_info_head_close{
		top: 2px;
		right: 1px;
	}
}
@media (max-width: 639px){
	.banner_info_head_close{
		top: 2px;
		right: 1px;
	}
}

@media screen and (max-width: 1199px) {
	.banner_info_head.banner_august2{
		padding: 0 20px 0 90px;			
		background-position: center center;
	}	
	.banner_august2 .field_02{
		left: 400px
	}	
}

@media screen and (max-width: 1100px) {
  .banner_august2 #banner_info_head_btn {
    display: none;
  }

  .banner_august2 #banner_info_head_conteiner {
    width: 100%;
  }
  
	.banner_august2 .field_02{
		left: calc(50% - 100px) !important;
	}  
  
}
@media screen and (min-width: 768px) and (max-width: 991px){
	#banner_info_head.banner_info_head {
		height: 100px;
	}	
}

@media screen and (max-width: 990px) {
	.banner_info_head.banner_august2{
		padding: 0 20px 0 60px;
	}	
}

@media screen and (max-width: 939px) {
	body {
		padding-top: 70px;
	}
	#banner_info_head.banner_info_head {
		height: 70px;
	}	  
	.banner_august2 .field_01 {
		font-size: 18px;
		line-height: 110%;
		min-width: 175px;
	}	
	.banner_august2 .field_01 span {
		font-size: 24px;
		font-weight: 600;
	}	
	.banner_info_head.banner_august2{
		padding: 0 20px 0 30px;			
	}	
	.banner_august2 #banner_info_head_timer_container_intro{
		font-style: normal;
		font-weight: 700;
		font-size: 10px;
		line-height: 110%;	
		margin-bottom: 3px;
	}
	.banner_august2 #banner_info_head_timer{
		font-style: normal;
		font-weight: 700;
		font-size: 12px;
		line-height: 110%;
		letter-spacing: 0.04em;
	}	
	.banner_august2 #banner_info_head_timer_container_intro, 
	.banner_august2 #banner_info_head_timer	{
		width: 125px;
	}
	.banner_august2 #banner_info_head_timer span{
		min-width: 15px;
	}
	.banner_august2 #banner_info_head_timer span#timer__days{
		min-width: 50px;
	}
	.banner_august2 .field_02{
		background-size: 255px 69px;
		top: calc(50% - 35px);
		font-size: 17px;		
		width: 255px;
		height: 70px;
	}
	.banner_august2 .field_02 span{
		font-size: 11px;		
	}
	.banner_august2 .field_02::before {
		width: 129px;
		height: 70px;
		top: 0px;
		left: -50px;  
		background-size: 129px 70px;
		content: '';
	}	
}

@media screen and (max-width: 780px) {
  .banner_august2 #banner_info_head_timer_container_intro {
    display: block;
  }
}

@media screen and (max-width: 700px) {
	.banner_info_head.banner_august2{
		padding: 0 0px 0 20px;		
	}
	.banner_august2 .field_02{
		left: calc(50% - 90px) !important;		
	}
}	

@media screen and (max-width: 639px) {
	body {
		padding-top: 80px;
	}
	#banner_info_head.banner_info_head {
		height: 80px;
		background-size: auto;
		background-position: center center;
	}
	.banner_info_head.banner_august2 {
		padding: 0 0px 0 10px;
	}
	.banner_august2 .field_02 span {
		font-size: 9px;
	}	
	.banner_august2 .field_01{
		min-width: auto;
		width: 105px;	  
	}	
	.banner_august2 .field_02::before{
		width: 147px;
		height: 80px;		
		background-size: 147px 80px;
		top: -5px;
	}
	.banner_august2 .field_02{
		left: calc(50% - 130px) !important;		
	}
}

@media screen and (max-width: 549px) {
	.banner_august2 #banner_info_head_timer_container_intro{
		display: none;
	}	
	.banner_august2 .field_02::before{
		display: none; 
	}
	.banner_august2 #banner_info_head_timer_container_intro, 
	.banner_august2 #banner_info_head_timer{
		width: 100px;
		height: 20px;		
	}
	.banner_august2 #banner_info_head_timer{
		font-size: 10px;
	}
	.banner_august2 .field_timer{
		margin-top: -25px;
		padding-right: 15px;
	}
	.banner_august2 #banner_info_head_timer span#timer__days{
		min-width: 40px;
	}
	.banner_august2 #banner_info_head_timer span{
		min-width: 13px;
	}
	.banner_august2 .field_02{
		background: url("../images/september/Group_117_2.png") left center no-repeat;	
		width: 160px;
		height: 55px;
		padding-right: 18px;		
		font-size: 14px;
		left: calc(50% - 90px) !important;
		top: calc(50% - 25px);
	}
	.banner_august2 .field_01,
	.banner_august2 .field_01 span{
		font-size: 16px;
	}
	.banner_august2 .field_01{
		width: 75px;
	}	
	#dopRight{
		display: block;
		width: 117px;
		height: 50px;
		background: url("../images/september/Group_118_3.png") left center no-repeat;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index:800;
	}	
	#dopLeft{
		display: block;
		width: 63px;
		height: 53px;
		background: url("../images/september/Group_118_4.png") left center no-repeat;
		position: absolute;
		left: calc(50% - 132px);	
		bottom: -3px;
		z-index:800;
	}		
}
@media screen and (max-width: 374px){
	.banner_august2 .field_02{
		background-size: 130px;
		width: 130px;
		font-size: 12px;
		left: calc(50% - 78px) !important;
	}
	.banner_august2 .field_02 span{
		font-size: 7px;
	}
	.banner_info_head.banner_august2{
		padding: 0 0px 0 7px;
	}
	.banner_august2 .field_timer{
		padding-right: 10px;
	}
	#dopLeft{
		left: calc(50% - 118px);
		bottom: -8px;
	}
}