
.font_200 {
  font-size: 200px;
  font-family: 'Trajan Pro 3';
}
.font_100 {
  font-size: 100px;
  font-family: 'Trajan Pro 3';
}
.font_58 {
  font-size: 58px;
  font-family: 'Trajan Pro 3';
}
.font_28 {
  font-size: 28px;
}

.full_width {
  width: 100% !important;
}
.sale_7_wrapper  {
  margin-top: -30px;
}
.sale_7_wrapper h3 {
  font-size: 48px;
  font-family: 'Trajan Pro 3';
  font-weight: normal;
  margin-bottom: 40px !important;
}


.main_slider {
  position: relative;
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.main_slider_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #0005;
}
.slider_info {
  height: 100%;
  position: relative;
  padding: 100px 0 0 100px;
}
.slider_info::after {
  content: "";
    height: 900px;
    width: 400px;
    position: absolute;
    left: 0;
    border-left: 3px solid #d49870;
    border-top: 7px solid #d49870;
    border-radius: 200px 200px 0 0;
    top: 80px;
}
.main_slider_text {
  backdrop-filter: blur(1px);
  top: 100px;
  color: #fff;
  display: flex;
  grid-gap: 40px;
}
.main_slider_text_right {
  margin-top: 100px;
}
.main_slider_buttons {
  backdrop-filter: blur(1px);
  bottom: 40px;
  color: #fff;
  position: absolute;
  bottom: 100px;
  z-index: 100;
}
.main_slider_buttons_list {
  display: flex;
  grid-gap: 40px;
}
.main_slider_buttons_list a:first-child {
  background-color: #CC6729;
}
.main_slider_buttons_list a:last-child {
  background-color: #fff2;
  backdrop-filter: blur(3px);
  border: 1px solid #fff;
}
.second_scr {
  display: flex;
  grid-gap: 40px;
  margin-top: 160px;
  font-family: 'Trajan Pro 3';
}
.second_scr img {
  max-width: 580px;
}
.second_scr h3 {
  background: #fff;
}
.second_scr_text {
  margin-left: 60px;
  padding-left: 40px;
  position: relative;
  color: #CC6729;
  font-size: 26px;
  margin-top: 40px;
}
.second_scr_text::before {
  content: "";
    height: 600px;
    width: 300px;
    position: absolute;
    left: -300px;
    border-right: 2px solid #d49870;
    border-top: 7px solid #d49870;
    border-radius: 200px 200px 0 0;
    top: -280px;
    z-index: -1
}

.examples {
  background: #F4EDE5;
  padding: 60px 0;
  margin-top: 60px;
}

.examples_list {
  display: flex;
  grid-gap: 40px;
  flex-wrap: wrap;
}
.examples_item{
  max-width: 430px
}
.examples_img {
  position: relative;
}
.vygoda_check {
  position: absolute;
  bottom: 15px;
  right: 50px;
  color: #fff;
  text-align: center;
}
.vygoda_check span {
  font-size: 33px;
    font-family: 'Trajan Pro 3';
}
.font_price {
  font-size: 33px;
    font-family: 'Trajan Pro 3';
}
.font_oldprice {
  text-decoration: line-through;
  color: #aaa;
}
.examples_item .btn.color2 {
  margin-top: 20px;
  background: #0000 !important;
  border: 1px solid #CC6729 !important;
  color: #CC6729 !important;
}
.examples_price_name {
  color: #aaa;
  margin-top: 10px;
}
.promo_about{
  padding: 60px 0;
  background-image: url(./images/promo_bg.png);
  background-repeat: no-repeat;
  background-position: -60px bottom;
  position: relative;
}
.promo_about .content_container{
  padding-left: 300px !important;
}
.promo_about_text {
  color: #CC6729;
  font-size: 26px;
  margin-top: 40px;
  font-family: 'Trajan Pro 3';
  padding-left: 80px;
  display: block;
  max-width: 500px;
}
.promo_about_list {
  display: flex;
  grid-gap: 40px;
  align-items: flex-end;
    font-family: 'Trajan Pro 3';
    position: relative;
    justify-content: end;
}
.promo_about_list img {
  border-radius: 20px;
}
.promo_about_item {
  width: 288px;
}
.promo_about_item:not(:last-child) > span {
  display: block;
  text-shadow: 0 0 10px #fff;
  color: #000;
}

.item_ab_1 img {
  border-radius: 200px 20px 20px 20px;
}
.promo_about_list::after {
  content: "";
    height: 600px;
    width: 300px;
    position: absolute;
    right: 100px;
    top: -100px;
    border-right: 3px solid #d49870;
    border-top: 7px solid #d49870;
    border-radius: 200px 200px 0 0;
    z-index: -1
}
.item_ab_3 span {
    max-width: 200px;
    display: block;
}
.promo_timer {
  background: #F4EDE5;
  padding: 60px 0;
}
.promo_timer h3 {
  text-align: center;
}
.promo_timer_header {
  color: #CC6729;
  display: block;
  margin-bottom: 20px;
}
.promo_timer .countdown {
  display: flex;
  grid-gap: 40px;
  justify-content: center;
}
.promo_timer .unit {
  width: 20%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  margin-bottom: 60px;
}
.promo_timer .unit .value {
  font-size: 120px;
  line-height: 140px;
  font-family: 'Trajan Pro 3';
}
.promo_timer_tizers {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  gap: 20px;
}
.promo_timer_tizer  {
  display: flex;
  width: 320px;
  grid-gap: 20px;
  color: #CC6729;
}
.promo_timer_tizer img {
  width: 50px;
  height: 50px;
}
.promo_timer_tizer > div {
  display: flex;
  flex-direction: column;
}
.promo_timer_tizer span {
  color: #000;
}
.sposoby.content_container {
  margin-top: 60px;
}
.sposoby_wrapper {
  display: flex;
  grid-gap: 60px;
}
.sposoby_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sposoby_item {
  width: 50%;
  padding: 40px;
}
.sposoby_item span {
  display: block;
}

.sposoby .btn {
  background-color: #CC6729 !important;
}

.videos.content_container {
  margin-top: 100px;
  margin-bottom: 120px;
}
.video_slider_item a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.video_slider_item_title {
  display: flex;
  grid-gap: 10px;
  margin-left: -50px;
}
.video_slider_item_title::before {
  content: url(./images/video.png);
}

@media screen and (max-width: 1620px) {
  .promo_about {
	background-position: -120px bottom;
}
.promo_about::before {
	content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  background: #fff8;
  top: 0;
  left: 0;
  backdrop-filter: blur(0px);
}


}
@media screen and (max-width: 1410px) {
  .main_slider_text_left {
    display: flex;
    align-items: flex-end;
  }
  .promo_about {
	background-position: -150px bottom;
}



}


@media screen and (max-width: 1200px) {
  .second_scr img {
  	max-width: 50%;
    object-fit: contain;
  }
  .sale_7_wrapper h3 {
	font-size: 35px;
}
.second_scr_text {
	font-size: 20px;
}
.second_scr_text::before {
	top: -280px;
}
.promo_about {
background-position: -200px bottom;
}
.sposoby_wrapper {
	grid-gap: 10px;
}

}
@media screen and (max-width: 1100px) {
  .promo_about {
  background-position: -300px bottom;
  position: relative;
  }
  .promo_about_list::after {
	display: none;
}
.promo_about_text {
	padding-left: 0px;
}
.promo_about_list {
	display: block;
  padding-left: 260px;
}
.promo_about_item {
	width: auto;
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.promo_about .content_container {
	padding-left: 20px !important;
}
.promo_timer .unit .value {
	font-size: 90px;
}
.promo_timer_tizer {
	flex-direction: column;
}
.sposoby_wrapper img {
  max-width: 40%;
  object-fit: contain;
}

}

@media screen and (max-width: 800px) {
  .font_200 {
    font-size: 150px;
  }
  .font_100 {
    font-size: 70px;
  }
  .font_58 {
    font-size: 40px;
  }
  .font_28 {
    font-size: 25px;
  }
  .main_slider_text_right {
    margin-top: 150px;
  }
  .main_slider {
	height: 940px;

}

.second_scr {
	flex-wrap: wrap;
  justify-content: center;
}
.second_scr_text::before {
	display: none;
}
.second_scr {
	margin-top: 60px;
}
.second_scr img {
	max-width: 90%;
}
.second_page {
	margin-top: 50px !important;
}




}
@media screen and (max-width: 700px) {

  .promo_about_list {
  	display: block;
    padding-left: 0px;
  }
  .promo_about {
  	padding: 60px 0;
  	background-image: none;
  }

}

@media screen and (max-width: 600px) {
  .font_200 {
    font-size: 100px;
  }
  .font_100 {
    font-size: 40px;
  }
  .font_58 {
    font-size: 30px;
  }
  .font_28 {
    font-size: 20px;
  }
  .main_slider_text_right {
    margin-top: 150px;
  }
  .main_slider {
	height: 840px;

}
.examples_img img {
  max-width: 100%;
}
.promo_about {
background-position: -400px bottom;
}
.sposoby_wrapper {
	flex-direction: column;
}
.sposoby_wrapper img {
	max-width: 80%;
	margin: 0 auto;
}
.promo_about_text {

	font-size: 20px;

}


}
@media screen and (max-width: 560px) {
  .promo_about_item {
  	width: auto;
  	display: flex;
  	gap: 10px;
  	margin-bottom: 40px;
  	flex-direction: column;
  }
  .item_ab_3 span {
	max-width: none;
}
.promo_timer_tizers {
	flex-direction: column;
}
.promo_timer_tizer {
	flex-direction: row;
	width: auto;
}
.promo_timer_tizer > div {
	display: block;
}
.promo_timer .unit {
	width: 20%;
	background-color: unset;
}
.promo_timer .countdown {
	grid-gap: 20px;
}
.promo_timer .unit .value {
	font-size: 60px;
}
.promo_timer .unit .value {
	line-height: 60px;
}
.main_slider_buttons {
	bottom: 40px;
	position: static;
	margin-top: 100px;
}
.main_slider_buttons_list {
	flex-direction: column;
	justify-content: center;
}
}
@media screen and (max-width: 420px) {
  .main_slider {
    height: 850px;

  }
  .main_slider_text {
	flex-direction: column;
}
.main_slider_text_left {
  margin-top: 50px;
  justify-content: center;
}
.main_slider_text_right {
  text-align: center;
	margin-top: 0px;
}
.slider_info::after {
	content: "";
	border-left:0px solid #d49870;
	border-top: 0px solid #d49870;
}

.second_scr_text {
	margin-left: auto;
	padding-left: unset;
}
.sale_7_wrapper h3 {
font-size: 25px;
}
.second_scr_text {
	font-size: 18px;
}
.promo_timer .countdown {
	grid-gap: 5px;
}
.promo_timer .unit .value {
	font-size: 50px;
}
.promo_timer .unit {
	padding: 35px;

}
}
