:focus {
  outline: none;
}

* {
  -webkit-appearance: none;
  margin: 0;
  outline: none !important;
}


body {
  margin: 0;
  background: white;
  font-family: "Lora", Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

header {
	width: 100%;
	height: auto;
	min-height: 60px;
	padding: 25px 0px 25px 0px;
	border-bottom: 1px solid #DFDFDF;
	margin: 0 auto;
	position: fixed;
	background-color: white;
	z-index: 9999;
}

.logo {
	width: 200px;
	float: left;
	margin-right: 20%;
}

.menu {
	float: left;
	font-family: Lora;
	font-size: 16px;
	margin: 18px;
}

.menu:hover {
	cursor: pointer;
	text-decoration: underline;
	font-weight: 600;
}

.btn3 {
	float: right;
	background-color: #577F23;
	border-radius: 5px;
	padding: 15px 25px 15px 25px;
	font-family: Montserrat;
	font-size: 14px;
color: white;
	margin-top: 5px;
	outline: none;
	border: none;
	margin-left: 0px;
	text-transform: uppercase;
}

.btn3:hover {
	cursor: pointer;
	background-color: #151515;
}




.b1 {
	width: 90%;
	max-width: 1440px;
	margin-left: 5%;
	height: auto;
	min-height: 500px;
	margin: 0 auto;
	margin-bottom: 350px;
	padding-top: 100px;
	
}

.left {
	float: left;
	width: 40%;
	height: auto;
	text-align: left;
	position: relative;
	margin-top: 70px;
}

.right {
	width: 60%;
	float: right;
	margin-right: 0%;
	position: relative;
	margin-top: 0px;
}

.b1_img1 {
	position: absolute;
	z-index: 1;
	width: 100%;
}
.b1_img2 {
	position: relative;
	z-index: 2;
	width: 100%;
	animation: rotate-animation 30s infinite linear;
}


.text1 {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 18px;
	width: 400px;
	padding: 15px 10px 15px 10px;
	border-radius: 5px;
	text-align: center;
	background-color: #DFDFDF;
}


.offer {
	font-family: Lora;
	font-weight: 1000;
	font-size: 28px;
	margin-top: 25px;
}

.descriptor {
	font-family: Lora;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	margin-top: 50px;
}

.btn1 {
	background-color: #577F23;
	border-radius: 5px;
	padding: 20px 25px 20px 25px;
	font-family: Montserrat;
	font-size: 18px;
color: white;
	margin-top: 10px;
	outline: none;
	border: none;
	text-transform: uppercase;
}

.btn1:hover {
	cursor: pointer;
	background-color: #151515;
}

.btn2 {
	background-color: #DFDFDF;
	border-radius: 5px;
	padding: 20px 25px 20px 25px;
	font-family: Montserrat;
	font-size: 18px;
color: #363636;
	margin-top: 10px;
	outline: none;
	border: none;
	margin-left: 20px;
	text-transform: uppercase;
}

.btn2:hover {
	cursor: pointer;
	background-color: #B7B7B7;
}

.offerblock {
	margin-top: 50px;
	margin-bottom: 10px;
}

.offerlist {
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 25px;
}

.list1 {
	display: inline-block;

	width: fit-content;
	text-align: left;
	margin: 5px;
}

.list1text {
	font-size: 14px;
	margin-left: 10px;
	font-weight: 800;
	float: left;
}



.icon1 {
	float: left;
	margin-right: 10px;
}

.text2 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 18px;
	
}

.text3 {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 18px;
	
}


.b2 {
	margin-top: 100px;
	width: 100%;
	height: auto;
	min-height: 100px;
	margin: 0 auto;
	background-color: #DFDFDF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.famous {
	width: 230px;
	display: inline-block;
	margin: 20px;
	vertical-align: middle;
	opacity: 0.8;
}

.famous:hover {
	cursor: pointer;
	opacity: 1;
}

.headtext {
	font-family: Montserrat;
	font-size: 36px;
	letter-spacing: 3px;
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	
}

.b2-2 {
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: top;
	
}

.listblock1 {
	 display: inline-flex;
	flex-direction: column;   /* чтобы текстовые блоки шли колонкой */
  justify-content: flex-end;
	margin: 10px;
	text-align: left;
	padding: 30px;
	width: 270px;
	height: 500px;
	background-color: antiquewhite;
	border-radius: 10px;
	vertical-align: top;
}

.bullet1 {
	background: url("../../img/001.jpg");
}
.bullet2 {
	background: url("../../img/002.jpg");
}
.bullet3 {
	background: url("../../img/003.jpg");
}
.bullet4 {
	background: url("../../img/004.jpg");
}

.listtext1 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 20px;
	color: white;

}

.listtext2 {
	font-size: 16px;
	margin-top: 10px;
	color: white;

}


.b3 {
	padding-top: 100px;
	margin-top: 100px;
	width: 90%;
	max-width: 1440px;
	margin-left: 5%;
	height: auto;
	min-height: 500px;
	margin: 0 auto;
	text-align: center;
}


.container {
	max-width: 1440px;
	margin: 0 auto;
}

.b3_img1 {
	width: 100%;
	margin-bottom: 50px;
}

.blocktextholder {
	display: inline-block;
	background-color: #DFDFDF;
	border-radius: 5px;
	padding: 40px;
	width: 300px;
	vertical-align: top;
	margin: 20px;
	text-align: left;
	min-height: 520px;
}

.b3_text1 {
	font-family: Lora;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 40px;
}

.b3_text2 {
	font-family: Lora;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
}

.b3_img2 {
	width: 100%;
	margin-bottom: 50px;
	margin-top: 50px;
}

.b3_img2_mobile {
	width: 100%;
	margin-bottom: 50px;
	margin-top: 50px;
	display: none;
}

.benefit {
	display: inline-flex;
	justify-content: center; 
  align-items: center; 
	margin-top: 10px;
	margin-bottom: 10px;
}

.benefitimg {
	width: 30px;
	height: 30px;
	float: left;
}

.benefittext {
	font-size: 16px;
	margin-left: 10px;
	float: left;
}

.b5 {
	margin-top: 100px;
	width: 90%;
	max-width: 1440px;
	margin-left: 5%;
	height: auto;
	min-height: 500px;
	margin: 0 auto;
	background-color: #DFDFDF;
	padding: 50px;
}

.b5_left {
	float: left;
	width: 40%;
}

.video {
	display: none;
}

.b5_right {
	float: right;
	text-align: left;
	width: 40%;
}

.b5_icon1 {
	margin-bottom: 20px;
	margin-top: 0px;
}

.b5_text1 {
	font-family: Lora;
	font-size: 24px;
	font-weight: 300;
	width: 400px;
	
}

.b5_text2 {
	font-family: Lora;
	font-size: 16px;
	font-weight: 300;
	width: 400px;
	margin-top: 50px;
	
}

.b5_img2 {
	width: 450px;
	border-radius: 5px;
	margin-top: 50px;
}

.b5_img2:hover {
	cursor: pointer;
	border: 2px solid #ABABAB;
}


.b5_1 {
	margin-top: 100px;
	width: 90%;
	max-width: 1440px;
	margin-left: 5%;
	height: auto;
	min-height: 500px;
	margin: 0 auto;
	padding: 50px;
	text-align: center;
}

.reviewpic {
	width: 45%;
	margin: 30px;
	border-radius: 10px;
	display: inline-block;
}

.reviewpic:hover {
	cursor: pointer;
	-webkit-box-shadow: 5px 2px 41px -9px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 2px 41px -9px rgba(0,0,0,0.35);
box-shadow: 5px 2px 41px -9px rgba(0,0,0,0.35);
}


.b6 {
	margin-top: 100px;
	width: 90%;
	max-width: 1440px;
	margin-left: 5%;
	height: auto;
	text-align: center;
	min-height: 500px;
	margin: 0 auto;
	padding: 50px;
}




.b6_text1 {
	font-family: Lora;
	font-size: 38px;
	font-weight: 800px;
}

.b6_text2 {
	font-family: Lora;
	font-size: 24px;
	font-weight: 400;
	margin-top: 10px;
}

.b6_text3 {
	font-family: Lora;
	font-size: 18px;
	font-weight: 400;
	margin-top: 200px;
	line-height: 200%;
}

.packholder {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 50px;
}

.pack {
	display: inline-flex;
	justify-content: center; 
  align-items: center; 
	flex-direction: column;
	width: 270px;
	height: 560px;
	margin: 10px;
	border-radius: 10px;
	background-color: #ECECEC;
	padding: 20px;
}

.pack:hover {
	cursor: pointer;
	background-color: #DCDCDC;
}

.packimg {
	width: 200px;
	height: 200px;
}

.packtext1 {
	font-size: 20px;
	color: #608435;
}

.packtext2 {
	font-size: 32px;
	font-weight: 700;
}

.packtext3 {
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
}

.freedelivery {
	width: 100%;
	height: auto;
	margin: 0px;

}

.deliverytext1 {
	font-weight: 800;
	font-size: 18px;
}

.priceholder {
	width: 100%;
	text-align: center;
}

.packtext4 {
	font-size: 20px;
	font-weight: 200;
	text-decoration: line-through;
	display: inline-block;
}

.packbullets {
	width: 100%;
	text-align: center;
	margin-top: 20px;min-height: 100px;
}

.packbullet {
	margin: 5px;
}

.packbuy {
	width: 250px;
	height: 60px;
background-color: #577F23;
	border-radius: 5px;
	padding: 20px 25px 20px 25px;
	font-family: Montserrat;
	font-size: 18px;
color: white;
	margin-top: 20px;
	outline: none;
	border: none;
	text-transform: uppercase;
}

.packbuy:hover {
	cursor: pointer;
	background-color: #151515;
}

.btn4 {
	background-color: #363636;
	border-radius: 5px;
	padding: 20px 25px 20px 25px;
	font-family: Montserrat;
	font-size: 18px;
color: #DFDFDF;
	margin-top: 50px;
	outline: none;
	border: none;
	text-transform: uppercase;
}

.btn4:hover {
	cursor: pointer;
	background-color: #151515;
}


.important {
	margin-top: 50px;
	
}

.b6_icon1 {
	float: left;
	margin-top: 5px;
}

.b6_text4 {
	font-family: Lora;
	font-size: 14px;
	letter-spacing: 140%;
	width: 400px;
	margin-left: 50px;
}

.guarantee {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

.holdimg {
	width: 200px;
	position: fixed;
	margin-left: 85%;
	margin-top: 35%;
	z-index: 999;
	border-radius: 10px;
	opacity: 0.8;
	-webkit-box-shadow: 5px 2px 41px -9px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 2px 41px -9px rgba(0,0,0,0.35);
box-shadow: 5px 2px 41px -9px rgba(0,0,0,0.35);
}

.holdimg:hover {
	
	
	cursor: pointer;
	opacity: 1;
}


.b6-6 {
	margin-top: 0px;
	width: 90%;
	max-width: 1440px;
	height: auto;
	text-align: center;
	min-height: 500px;
	margin: 0 auto;
	padding: 50px;
}

.faq {
  max-width: 800px;
  margin: 0 auto;
	margin-top: 50px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  padding: 15px 10px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
	font-weight: 700;
	font-family: "Lora", Arial, Helvetica, sans-serif;
}

.faq-toggle {
  font-size: 20px;
  transition: transform 0.2s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.3s ease;
	text-align: left;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* можно увеличить */
  opacity: 1;
  padding: 10px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}




.b7 {
	margin-top: 100px;
	width: 90%;
	max-width: 1440px;
	margin-left: 5%;
	height: auto;
	min-height: 800px;
	margin: 0 auto;
	text-align: center;
}

.expert {
	
	display: inline-block;
	margin: 20px;
	width: 300px;
	vertical-align: top;
}

.expertpic {
	height: 300px;
	  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.b7_text1 {
	font-family: Lora;
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	
}
.b7_text2 {
	font-family: Lora;
	font-size: 16px;
	font-weight: 300;
	margin-top: 0px;
	
}

.b7_text3 {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
	line-height: 150%;
	
}


.headtext2 {
	margin-top: 100px;
	margin-bottom: 50px;
}


footer {
	width: 100%;
	height: auto;
	border-top: 1px solid #DEDEDE;
	margin-top: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.footlogo {
	width: 200px;
	float: left;
	margin-right: 15%;
	margin-top: -20px;
	margin-bottom: 50px;
}

.footext1 {
	font-family: Lora;
	font-size: 14px;
	margin-left: 0%;
	margin-top: 0px;
}

.footext1:hover {
	text-decoration: underline;
	cursor: pointer;
}



.btn5 {
	float: right;
	background-color: #DFDFDF;
	border-radius: 5px;
	padding: 15px 25px 15px 25px;
	font-family: Montserrat;
	font-size: 14px;
color: #363636;
	margin-top: -25px;
	outline: none;
	border: none;
	margin-left: 0px;
	text-transform: uppercase;
	display: inline-block;
}

.btn5:hover {
	cursor: pointer;
	background-color: #B7B7B7;
}


.company-footer {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
	float: left;
	display: inline-block;
}

.company-footer p {
    margin: 4px 0;
}

.company-footer a {
    color: inherit;
    text-decoration: none;
}

.company-footer a:hover {
    text-decoration: underline;
}

.footerblock2 {
display: inline-block;
	margin-left: 30%;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
	z-index: 99999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
	padding: 30px;
}

.popuptext1 {
	font-family: Lora;
	font-size: 36px;
	font-weight: 600;
	margin-top: 20px;
}


.popuptext2 {
	font-family: Lora;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin-top: 20px;
}




.popuplogo {
	width: 200px;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}




@media (min-width: 768px) {
  .mob-true {
    display: none !important; }
  .steps-block__count {
    display: none; } }

@media (max-width: 1600px) {
   }

@media (max-width: 1400px) {
  }

@media (max-width: 1450px) {
 }

@media (max-width: 1200px) {
	.logo {
		margin-right: 10%;
	}
	
	.left {
		margin-top: 10px;
	}
		
	.btn1 {
		width: 200px;
		font-size: 16px;
	}
	
	.btn2 {
		font-size: 16px;
	}
	
	.b1 {
		padding-bottom: 100px;
	}
	
	.b5 {
		text-align: center;
	}
	
	.b5_left {
		width: 100%;
		display: inline-block;
		float: none;
	}
	
	.b5_right {
		width: 100%;
		display: inline-block;
		float: none;
		text-align: center;
		
	}
	
	.b5_icon1 {
		margin-top: 20px;
	}
	
	.b5_text1 {
		margin: 0 auto;
	}
	
	.b5_text2 {
			margin: 0 auto;
		margin-top: 20px;
	}
	
	.reviewpic {
		width: 80%;
	}
	
	.pricelist {
		margin: 10px;
	}
	
	.b6_right {
		margin-top: -50px;
	}
	
	.b6_text3 {
		
		margin-top: 330px;
	}
	
	
   }

@media (max-width: 1023px) {
	

	.menu {
		display: none;
	}
	header {
		text-align: center;
		}
	
	.offer {
		font-size: 20px;
	}
	
	.text1 {
		font-size: 14px;
		padding: 20px;
	}
	
	.right {
		margin-top: 200px;
	}
	
	
	.b6_left {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	
	.b6_img1 {
		height: 500px;
		width: auto;
		margin: 0 auto;
	}
	
	.b6_right {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	
	.b6_text3 {
		margin-top: 200px;
	}
	
	.pricelist {
	display: inline-block;
		text-align: center;
	}
	
	.priceblock {
		display: inline-block;
			width: 100%;
	}


	
 }

@media (max-width: 767px) {
	
	.holdimg {
		width: 100px;
		height: auto;
		margin-left: 75%;
		margin-top: 90%;
		display: none;
	}
	
	.logo {
		width: 130px;
		margin-top: 5px;
		margin-left: 10px;
	}
	
	.btn3 {
		width: 200px;
		font-size: 10px;
		margin-right: 10px;
	}
	
	header {
		height: 10px;
		min-height: 50px;
		padding-top: 10px;
		padding-bottom: 10px;

	}
	
	.b1, .b2, .b3, .b4, .b5, .b6, .b7 {
		margin-left: 0;
	}
	
	.left {
		width: 100%;
		text-align: center;
		margin-left: 5%;
		margin-top: 300px;
	}
	
	.headtext {
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	
	.offerlist {
		text-align: center;
	}
	
	.b6-6 {
		margin: 0 auto;
		padding: 0px;
		min-height: 500px;
	}
	
	.faq {
		width: 100%;
		min-height: 500px;
	}
	
	.text1 {
		width: 80%;
		margin: 0 auto;
		margin-top: -100px;
	}
	
	.right {
		width: 100%;
		margin-top: -980px;
		z-index: -1;
		text-align: center;
	}
	
	
	.offer {
		font-size: 20px;
	}
	
	.descriptor {
		font-size: 16px;
		margin-top: 20px;
	}
	
	.offerblock {
		width: 90%;
		text-align: left;
		margin: 25 auto;
		padding-left: 20px;
	}
	
	.btn2 {
		display: none;
	}
	
	.btn1 {
		width: 80%;
		height: 60px;
	}
	
	.btn3 {
		font-size: 12px;
		font-weight: 600;
	}
	
	.b1 {
		padding-bottom: 200px;
	}
	
	.b1_img1 {
		margin-left: 5%;
	}
	.b1_img2 {
		margin-left: 5%;
	}
	
	.b3 {
		width: 100%;
	}
	
	.blocktextholder {
		
		width: 90%;
		margin: 0px;
		
	}
	
	.b3_text1 {
		width: 90%;
	}
	
	.b3_text2 {
		width: 90%;
	}
	
	
	.b3_img1 {
		width: 100%;
	}
	
	.b3_img2 {
		display: none;
	}
	
	.b3_img2_mobile {
		display: block;
	}
	
	.b4 {
		text-align: center;
	}
	
 
	
	
	.famous {
		display: inline-block;
	}
	
	.b5_left {
		display: none;
	}
	.b5_text1 {
		width: 90%;
	}
	
	.b5_text2 {
		width: 90%;
	}
	
	.b5_right {
		width: 90%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.video {
		display: inline-block;
		width: 80%;
		margin-top: 50px;
		border-radius: 10px;
	}
	
	.b5, .b5_1 {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.b5_img2 {
		width: 80%;
		 margin-bottom: 50px
	}
	
	.reviewpic {

	}
	
	.b6 {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.b6_right {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.b6_text1 {
		margin-top: 50px;
		width: 90%;
		display: inline-block;
		
	}
	
	.b6_text2 {
		margin-bottom: 50px;
			width: 90%;
		display: inline-block;
		
	}
	
	.b6_text3 {
		margin-top: 50px;
		
	}
	
	.priceblock {
		width: 100%;
		text-align: center;
		padding: 0px;
		margin: 0px;
	}
	
	.pricelist {
		display: inline-block;
		float: none;
	}
	
	.important {
		text-align: left;
		display: inline-block;
		float: none;
		margin-bottom: 100px;
	}
	
	
	.b6_text4 {
		width: 300px;
		
	}
	
	.b7 {
		margin-top: 100px;
		text-align: center;
		padding: 0;
		width: 100%;
	}
	
	footer {
		text-align: center;
	}
	
	.footlogo {
		width: 50%;
		display: inline-block;
		float: none;
		margin: 20px;
	}
	
	.footext1 {
		width: 50%;
		display: inline-block;
		float: none;
		margin: 20px;
	}
	
	.btn5 {
		width: 80%;
		display: inline-block;
		float: none;
		margin: 20px;
	}
	
	.company-footer {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
	float: left;
	display: inline-block;
		width: 100%;
}

.company-footer p {
    margin: 4px 0;
}

.company-footer a {
    color: inherit;
    text-decoration: none;
}

.company-footer a:hover {
    text-decoration: underline;
}

.footerblock2 {
display: inline-block;
	width: auto;
	text-align: center;
	margin: 0 auto;
}
	
   }

@media (max-width: 400px) {
   }




@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.modal-form{
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100000000000;
	width: 100%;
	display: flex;
	justify-content: center;
	overflow-y: auto;

	background: rgba(71, 71, 71, 0.80);
}

.modal-form *{
	box-sizing: border-box;
}

.modal-form .inner{
	border-radius: 10px;
	background: #D9D9D9;
	width: 100%;
	max-width: 550px;
	padding-left: 69px;
	padding-right: 69px;
	padding-top: 56px;
	padding-bottom: 58px;

	margin-top: auto;
	margin-bottom: auto;
	height: max-content;
	box-sizing: border-box;
	position: relative;
}
.modal-form__close{
	position: absolute;
	top: -32px;
	right: -32px;
	cursor: pointer;
}
.modal-form .inner form{
	display: flex;
	flex-direction: column;
}

.modal-form-row{
	justify-content: space-between;
}

.modal-form .inner input{
	border-radius: 5px;
	background: #E1E1E1;
	height: 50px;
	padding-left: 34px;

	color: #292929;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

	margin-bottom: 5px;

	border: none;
}

.modal-form .inner input::placeholder{
	color: #292929;
	font-family: Montserrat;
}

.modal-form .inner button{
	border-radius: 5px;
	background: #3E3E3E;
	width: 300px;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	margin-top: 25px;

	color: #EEE;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 22.4px */
	text-transform: uppercase;
}
.modal-form .inner button strong{
	font-weight: 700;
}
.modal-form .inner button span{
	color: #EEE;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 16.8px */
	text-transform: uppercase;
}

.modal-form__pretitle{
	max-width: 152px;
	margin-bottom: 21px;
}
.modal-form__pretitle img{
	max-width: 100%;
}
.modal-form__title{
	color: #000;
	font-family: Lora;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.modal-form-content{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 62px;
}
.modal-form__alert{
	color: #FFF;
	font-family: Lora;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;

	max-width: 264px;
	padding: 20px 22px;
	width: 100%;

	border-radius: 5px;
	background: #B63E3E;
}
.modal-form-img-top{
	width: 152px;
}
.modal-form-img-bottom{
	width: 149px;
}
.modal-form__alert strong{
	font-weight: 700;
}
.modal-form__text{
	color: #000;
	font-family: Lora;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 413px;
	margin-bottom: 35px;
}
.modal-form .input-select{
	display: none;
}
.modal-select{
	width: 100%;
	height: 50px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;

	border-radius: 5px;
	background: #E1E1E1;

	color: #292929;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 22.4px */
}
.modal-select-hidden{
	position: absolute;
	width: 100%;
	top: 50px;
	background: #BDBDBD;
}
.modal-select-hidden-item{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 34px;
	padding-right: 32px;
	justify-content: space-between;
	border-radius: 5px;
	background: #E1E1E1;
	height: 53px;
}
.modal-select-hidden-item:nth-child(2n){
	background: #BDBDBD;
}

.modal-select svg{
	
}
.modal-select-hidden__name{
	color: #3C3C3C;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;

	font-weight: 700;
}
.modal-select-hidden-item .right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.modal-select-hidden-item .right span{
	color: #3C3C3C;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	text-decoration-line: strikethrough;
}
.modal-select-hidden-item .right strong{
	color: #292929;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	margin-left: 10px;
}
.modal-select__icon{
	display: flex;
	position: relative;
	margin-left: 48px;
}
.modal-select__change{
	min-width: 171px;
}
.modal-select__icon *{
	transition: .4s all ease;
}
.modal-select__icon .active-true{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.modal-select-hidden{
	transition: .4s all ease;
	opacity: 0;
	visibility: hidden;
}
.modal-select.active .modal-select-hidden{
	opacity: 1;
	visibility: visible;
}
.modal-select.active .modal-select__icon svg{
	opacity: 0;
}
.modal-select.active .modal-select__icon .active-true{
	opacity: 1;
}
.modal-form{
	opacity: 0;
	visibility: hidden;
	transition: .4s all ease;
}
.modal-form.active{
	opacity: 1;
	visibility: visible;
}



.modal-form-row{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.modal-form .inner{
	border-radius: 10px;
	background: #EEE;
	padding: 50px;
	max-width: 714px;
	width: 100%;
}

.modal-form .inner form{
	
}

.modal-form__name{
	color: #292929;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;

	height: 60px;
	display: flex;
	align-items: center;

	padding-left: 34px;

	margin-top: -5px;
}


.modal-select-hidden{
	background: #BDBDBD;
	border-radius: 5px;
}

.modal-select-hidden-item:nth-child(2n){
	background: transparent;
}

.modal-form{
	padding-top: 100px;
	padding-bottom: 100px;
}

.modal-form .inner button{
	cursor: pointer;
	transition: .4s all ease;
}

.modal-form .inner button:hover{
	background-color: #151515;
}

@media (max-width: 700px){
  .modal-form .inner{
    max-width: 100%;
    padding: 35px 20px;
  }
  .modal-form{
  	padding-left: 20px;
  	padding-right: 20px;
  	box-sizing: border-box;
  }
  html{
  	overflow-x: hidden;
  }
  .modal-form .inner form{
  	padding: 20px 10px;
  }
  .modal-form .inner button{
  	margin-top: 20px;
  	width: 100%;
  }

  .modal-form__pretitle{
  	margin-bottom: 11px;
  }
  .modal-form__close{
  	top: 20px;
  	right: 20px;
  }


  .modal-form .inner{
  	margin-top: auto;
  	margin-bottom: auto;
  }

  .modal-form-row{
  	flex-direction: column;
  	align-items: center;
  }

  .modal-form-content{
  	gap: 10px;
  	align-items: center;
  	text-align: center;
  }

  .modal-form__title{
  	font-size: 24px;

  	max-width: 220px;
  	margin-right: auto;
  	margin-left: auto;
  }
  .modal-form__title br{
  	display: none;
  }
  .modal-form__alert{
  	font-size: 14px;
  	font-style: normal;
  	font-weight: 400;
  	line-height: 140%;

  	max-width: 340px;
  }
  .modal-form .inner form{
  	padding: 0px;
  	max-width: 300px;
  	margin-top: 20px;
  	width: 100%;
  }
  .modal-form__close{
  	top: -39px;
  	right: 0;
  }
  .modal-form .inner{
  	padding-bottom: 30px;
  }
  .modal-form{
  	overflow-y: auto;

  	padding-top: 100px;
  	padding-bottom: 100px;
  }
}


.thanks{
	padding-top: 150px;
}
.thanks__title{
	font-size: 70px;
	font-weight: 600;
	margin-bottom: 20px;
}
.thanks__subtitle{
	font-family: Lora;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 30px;
}

.thanks .btn2{
	display: inline-block;
	margin-left: 0px;
}

@media (max-width: 700px){
	.thanks .container{
		max-width: 100%;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.thanks__title{
		font-size: 40px;
	}
	.thanks__subtitle {
	    font-family: Lora;
	    font-weight: 300;
	    font-size: 16px;
	    line-height: 140%;
	    margin-bottom: 10px;
	}


	.modal-form .right{
		z-index: unset;
		margin-top: unset;
		width: 60%;
	}
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  padding: 0 64px;
  box-sizing: border-box;
}

.carousel {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel-track {
  display: flex;
  gap: 16px;
  width: max-content;
}

.card {
  flex: 0 0 280px;
}

.card iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 14px;
  border: none;
}

/* ARROWS */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 56px;
  font-weight: 300;
  color: #aaa;
  cursor: pointer;
  z-index: 5;
  padding: 0;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.nav:hover {
  color: #000;
  transform: translateY(-50%) scale(1.15);
}

.nav.prev {
  left: 12px;
}

.nav.next {
  right: 12px;
}


@media (max-width: 768px) {
  .carousel-wrapper {
    padding: 0;
  }
  .nav {
    display: none;
  }
}


