.timer-bonus-text {
    font-size: 26px;
    position: relative;
    left: 23px;
    display: flex;
    align-items: center;
}


.timer {
	display: flex;
    font-size: 41px !important;
    position: relative;
    left: 20px;
}

.timer-item {
	display: flex;
}

.timer-wrap {
	display: flex;
    left: 34px;
    position: relative;
}

.arrow-mobile {
	display: none;
}

.lid_btn_big {
	font-size: 30px !important;
}

.lid_wrap::before {
    bottom: -20px;
}

@media(max-width: 1200px) {
	.timer-bonus-text {
    	font-size: 21px;
    	text-align: left;
    	left: 21px;
    	top: -4px;
	}
    
    .timer-wrap {
    	left: 15px;
	}
}

@media (max-width: 1120px) {
	.timer-wrap {
    	left: 8px;
	}
}

@media (max-width: 992px) {
    .timer-wrap {
    	top: 11px;
	}
    
    .timer {
    	flex-direction: column;
	}
    
    .timer-wrap {
    	left: 39px;
	}
    
    .timer-bonus-text {
    	left: 0;
        top: 0;
        margin-top: 16px;
        text-align: center;
        font-size: 15px;
	}
    
    .author_text-subtitle {
		font-size: 18px;
	}
}

@media(max-width: 768px) {
	.timer-bonus-text {
    	max-width: 119px;
    	text-align: center;
    	left: -21px;
	}
    
    .timer-wrap {
    	left: 16px;
        padding-top: 54px;
	}
    
    .timer {
    	left: 0;
    }
    
    .arrow-desktop {
    	display: none;
    }
    
    .arrow-mobile {
		display: inline;
	}
    
    .bottom_ar {
    	display: inline !important;
        position: absolute;
        top: 17px;
    }
    
    .bottom_ar svg {
        left: 8px;
    	position: relative;
    }
    
    .lid_btn_big {
		font-size: 25px !important;
	}
}

@media(max-width: 576px) {
	.lid_btn_big {
		font-size: 17px !important;
	}
}

/*выше правки 08 01 2023*/

.sp-style {
 border-bottom: 3px solid #FFD503;

}

.main_btn:hover,
.lid_btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 5px 10px 30px #ffd5035f;
          box-shadow: 5px 10px 30px #ffd5035f;
}

.main_btn::before,
.lid_btn::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.1) 46%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 55%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  background-size: cover;
  -webkit-animation-name: animBtn2;
          animation-name: animBtn2;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes animBtn2 {
  0% {
    left: -60%;
  }
  50% {
    left: -60%;
  }
  100% {
    left: 100%;
  }
}

@keyframes animBtn2 {
  0% {
    left: -60%;
  }
  50% {
    left: -60%;
  }
  100% {
    left: 100%;
  }
}

.no-wrap {
  white-space: nowrap;
}

.section {
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.main {
  overflow: hidden;
 min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background-color: #1C1C1E;
}

.main_wrap { 
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  padding: 40px 20px 30px;
  margin: 0 auto;
}

.main_header {
  width: 100%;
  margin-bottom: 10px;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_content {

  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_title {
  margin-bottom:0px;
  font-size: 48px;
    line-height: 1.5;
    max-width: 980px;
    font-weight: 700;
}

.main_subtitle { 
    line-height: 1.4;
     max-width: 900px;
}

.main_bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.lid_btn,
.main_btn {
  box-shadow: 0px 0px 50px #ffd503ba;
  width: 550px;
  max-width: 100%;
  background-color: #FFD503;
  border-radius: 50px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  color: black !important;
  overflow: hidden;
  position: relative;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
  font-weight: 700;
  font-size:40px;
}
.main_present {
 align-items: center;
 display: flex;
 margin:0px 0px 0px -17px;
}
.main_present img {
    max-width: 190px;
    max-height: 190px;
}

@media(max-width: 992px) {
	.main_present img {
    	width: 120px !important;
	}
}
.main_text {

 max-width: 600px;
}

.header_time {
  border-radius: 40px;
  border: 3px solid #FFD503;
  font-weight: 700;
  width: 40%;
  padding:10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_info {
  width: 60%;
    font-size: 24px;
}

.main_ar {

  padding:10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.timer {
font-size: 70px;
font-weight: 500;
}

@media (max-width: 1200px) {
.section {
  font-size: 25px;
}
}
@media (max-width: 1120px) {
.main_title {
  margin-bottom:20px;
  font-size: 45px;
  line-height: 1.5;
}
.timer {
font-size: 60px;
font-weight: 500;
}
.main_bottom svg{
   width:100px 
}
.lid_btn,
.main_btn {
  width: 400px;
  font-size:30px;
}
}
@media (max-width: 992px) {
    .section {
  font-size: 23px;
}
.main_header {
    margin-bottom: 20px;
    align-items: flex-start;
    flex-direction: column;
    gap:10px;
}
.header_info {
  width: 100%;
  max-width:600px;
    font-size: 18px;
}
.header_time {
  width: 100%;
  max-width:400px;
}
.main_title {
  font-size: 40px;
  line-height: 1.4;
   margin-bottom: 20px;
}
.bottom_ar {
    display:none;
}

.main_wrap {
    padding: 31px 20px;
}
    .main_present img {
    width:140px;
   }
}

@media (max-width: 769px) {
.main_bottom {
   margin-bottom: 20px;
   flex-direction: column;
   gap: 10px;
}
.section {
  font-size: 20px;
}
.main_title {
  font-size: 35px;
  line-height: 1.3;
}
.main_wrap {
    padding: 30px 15px;
}
}

@media (max-width: 450px) {
.section {
  font-size: 16px;
}
.main_title {
  font-size: 30px;
  line-height: 1.3;
}
.lid_btn,
.main_btn {
  font-size:25px;
  height: 70px;
}
    .header_info {
    font-size: 16px;
}
}

@media (max-width: 380px) {
.main_title {
    font-size: 25px;
}
    .lid_btn,
.main_btn {
  font-size:23px;
}
}