* {
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: 'Roboto', sans-serif;
}

html {
	font-size: 10px;
}

.h3_zag_black {
	font-size: 2.5rem;
}

.h3_zag_light {
	font-size: 2.5rem;
	color: #ff9800;
}

.h4_black {
	font-size: 2rem;
	margin-top: 10px;
}

.h4_light {
	font-size: 2rem;
	color: #fff;
	margin-top: 10px;
}

.font20 {
	font-size: 20px !important;
}

.font25 {
	font-size: 20px !important;
}

.font30 {
	font-size: 3rem !important;
}

.font40 {
	font-size: 4rem !important;
}

.classic_text_black {
	font-size: 1.6rem;
}

.classic_text_light {
	font-size: 1.6rem;
	color: #fff;
}

.textYellow {
	color: #FF9800 !important;
}

.textLeft {
	text-align: left !important;
}

.li_light {
	font-size: 1.6rem;
	color: #fff;
}

li::marker {
	color: #0962a2;
}

.dark li::marker {
	color: #ff9800;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginLeft20 {
	margin-left: 20px;
}

.marginLeft40 {
	margin-left: 40px;
}

.textBold {
	font-weight: bold;
}

.main_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: calc(1200px - 40px);
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 20px;
}

#offer {
	background: url(images/main.jpg) top/cover no-repeat;
}

.container_offer {
  	padding: 0 !important;
  }

.h1_first {
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 48px;
  padding-bottom: 25px;
}

.h2_first {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
}

.box_for_main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.box_for_first_blok1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 300px;
	width: 50%;
	padding-left: 0;
}

.box_for_first_blok2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 300px;
	width: 40%;
	padding-left: 60px;
}

.container_first_blok li {
	font-size: 16px;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: bold;
}

#second_blok {
	background: url(images/warning_fon.jpg) center/cover no-repeat;
}

.box_for_second_blok {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.blok_left_50 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 300px;
	width: 50%;
	padding-left: 0;
}

.blok_left_40 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 300px;
	width: 40%;
	padding-left: 0;
}

.blok_right_50 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 300px;
	width: 50%;
	padding-left: 60px;
}

.blok_right_40 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 300px;
	width: 40%;
	padding-left: 60px;
}

#four_blok {
	background: url(images/fon2.jpg) center/cover no-repeat;
}

#six_blok {
	background: url(images/fon2.jpg) center/cover no-repeat;
}

#eight_blok {
	background: url(images/fon2.jpg) center/cover no-repeat;
}

iframe {
  width: 560px;
  height: 315px;
  margin-top: 20px;
}

.offer_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  box-sizing: border-box;
}

.offering {
  box-sizing: border-box;
  width: 30%;
  min-width: 300px;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 0 10px 20px 10px;
  background-color: #effafd;
  text-align: center;
}

.offering img {
  width: 235px;
}

.separator {
  width: 200px;
  height: 25px;
  background: url(images/separator.png) top/cover no-repeat;
  margin: 0 auto;
}

.offering_p {
  font-size: 1.6rem;
  margin-top: 10px;
}

.offer_price {
  font-size: 2rem;
  font-weight: bold;
  background-color: #FF9800;
  border-radius: 10px;
  padding: 5px 10px;
}

.offering h4 {
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
}

.attention2 {
  font-size: 2.5rem;
  text-align: center;
  width: 100%;
}

.attention3 {
  text-align: center;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
}

.vnimanie {
  font-size: 3rem;
  font-weight: bold;
  color: #ff0202;
}

.attention {
  	font-size: 2.5rem;
  	margin-bottom: 10px;
  	font-family: 'Oswald', sans-serif !important;
}

#price {
	background-color: #FF9800;
}

.box_for_etapy_box_shag {
  	font-size: 3rem !important;
  	color: #ff9800;
  	font-weight: bold;
  	font-family: 'Oswald', sans-serif;
}

.box_for_etapy_box_a {
	font-size: 2.5rem !important;
}

.ramkaLeft {
 	border-left: 5px solid #ff9800;
 	padding-left: 10px;
}

#contacts {
	background: url(images/fon2.jpg) center/cover no-repeat;
}

.box_for_contacts_zag {
	font-size: 3rem;
  	color: #ff9800;
  	font-weight: bold;
  	font-family: 'Oswald', sans-serif;
  	line-height: 32px;
}

.box_for_contacts_a {
  	font-size: 3.5rem;
  	font-weight: bold;
}

.box_for_contacts2_text {
  	font-size: 1.8rem;
  	margin-left: 20px;
}

.box_for_footer1 {
	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	min-width: 300px;
  	width: 30%;
  	margin-top: 10px;
}

.box_for_footer1 p {
  	font-size: 1.2rem;
}

.box_for_footer1_center {
	text-align: center;
}

.container_footer {
	padding: 20px 20px !important;
}

.separator_black {
	background-color: #000;
  	width: 90%;
  	height: 5px;
  	margin: 40px 0;
}

.box_for_container_offer {
	display: flex;
	flex-wrap: wrap;
	min-height: 100vh;
}

.box_offer1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-top: 20px;
	height: 80px;
}

.logo {
	width: 200px;
}

.offer_contacts {
	text-align: center;
}

.offer_contacts_style {
	color: #fff;
	font-size: 2rem;
}

.offer_contacts_phone {
	font-size: 2rem;
}

.box_offer2 {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}

.main_container_offer {
	display: flex;
  	flex-direction: column;
  	flex-wrap: wrap;
  	max-width: calc(1200px - 40px);
  	align-items: center;
  	margin: 0 auto;
  	padding: 60px 20px;
}

.box_for_first_blok1_p2 {
  font-size: 2.5rem !important;
  margin-left: 60px;
  font-weight: bold;
}

.box_for_three_blok1 li {
	font-size: 16px;
  margin-top: 10px;
  margin-left: 20px;
}

.offer_h1_2 {
	font-size: 70px;
}

.offer_div_fon {
	width: 70%;
	text-align: center;
	background: #ff9800;
}

.offer_div_sub_p {
	font-size: 30px;
}

.offer_div_sub_p2 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.offer_garanty_p {
	font-size: 35px;
	font-weight: bold;
	color: #ff9800;
}

.contacts_blok {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #000;
	display: none;
}

.blok_box {
	display: flex;
	max-width: calc(1200px - 40px);
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 0 10px;
}

.offer_calltime {
	color: #fff;
	font-size: 15px;
	display: none;
}

.calltimeBig {
	text-align: center;
}

.Bigscreen {
	color: #fff;
	font-size: 18px;
}

.Bigscreen2300 {
	font-size: 35px;
	font-weight: bold;
}