/*
Theme Name: Cazan-Master.MD
Theme URI: https://wordpress.org/themes/cazan-master/
Author: s1appy-design.com
Author URI: https://s1appy-design.com/
Description: The main theme of cazan-master.md
Version: 1.0
*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Rubik', sans-serif;
}

.container{
	max-width: 1420px;
	margin: 0 auto;
}

h2{
	font-weight: 700;
	font-size: 36px;
	line-height: 120%;
	text-align: center;
	color: #363636;
	margin: 0 0 60px;
}

h2 ~ p{
	font-weight: 300;
	font-size: 18px;
	line-height: 140%;
	color: #717171;
}

a{
	text-decoration: none;
	color: black;
}

section{
	margin-bottom: 120px;
}

section > div > div{

}

/* hamburger-menu */

.menu-btn {
	display: none;
	width: 36px;
	height: 30px;
	position: relative;
	z-index:2;
	overflow: hidden;
	cursor: pointer;
}

.menu-btn span {
	width: 36px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #222222;
	transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
	top: calc(50% - 10px);
}

.menu-btn span:nth-of-type(3) {
	top: calc(50% + 10px);
}

.hamburger-logo{
	display: none !important;
}

/* header */

header{
	z-index: 10000000;
}

.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0;
}

.header > div{
	display: flex;
	align-items: center;
}

.header >  div:nth-child(1){
	gap: 0 250px;
}

.header >  div:nth-child(2){
	gap: 0 40px;
}

.logo img{
	margin-right: 15px;
	width: 42px;
}

.logo{
	display: flex;
	align-items: center;
}

.logo p{
	max-width: 139px;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #000000;
}

.menu ul{
	list-style-type: none;
	display: flex;
	gap: 0 62px;
}

.menu li a{
	font-weight: 300;
	font-size: 16px;
}

.languages{
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 10px;
}

#current_ro #ro{
	display: none !important;
}

#current_ru #ru{
	display: none !important;
}

.languages, .society{
	display: flex;
	align-items: center;
	gap: 0 20px;
	font-weight: 300;
	margin-top: 5px;
}

.society_mobile{
	display: none;
}


header > .container > div:first-child{
	display: flex;
}

.society a img{
	width: 32px;
	height: 32px;
}

.society .tel img{
	width: 40px ;
	height: 40px;
}

.tel{
	font-weight: 600;
}

.lang_mobile{
	display: none;
}

/* main */

#main{
	width: 100%;
	overflow: hidden;
	background-color: #FFFAF2;
	position: relative;
	animation-delay: 1s;

}

#main > img{
	position: absolute;
	right: 0;
	object-fit: cover;
	height: 100%;
	object-position: left;
}

.notFullImg{
	width: 1000px;
	height: 100%;
	margin-right: -100px;
	object-fit: cover;
	height: 100%;
	object-position: left;
}

#main h1{
	font-weight: 400;
	max-width: 500px;
	font-size: 48px;
	line-height: 120%;
	color: #363636;
}

#main h1 span{
	font-weight: 700;
}

#main > .container{
	height: 100%;
}

.main{
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0px 0;
}

.btn{
	background: #FF9A00;
	border-radius: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: #FF9A00 1px solid;
	transition: 0.2s ease-in-out;
	margin: 40px 0 60px;
	width: 100%;
	max-width: 500px;
}


.btn p{
	font-weight: 500;
	font-size: 32px;
	padding: 32px;
	line-height: 100%;
	color: #FFFFFF;
	transition: 0.2s ease-in-out;
}

.btn:hover{
	background: none;
}

.btn:hover p{
	color: #FF9A00;
}

.btn p{
	font-size: 32px;
	padding: 32px;
}

.warranty{
	display: flex;
	align-items: center;
	gap: 0 60px;
}

.warranty img{
	width: 20px;
	height: 20px;
	margin-top: -3px;
}

.warranty p{
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	color: #363636;
	display: flex;
	align-items: center;
	gap: 0 15px;
}

/* advantages */



/**/

.advantages{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.advantages > p{
	font-weight: 300;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #717171;
	max-width: 556px;
	margin: 20px 0 60px;
}

.advantages h2{
	margin-bottom: 0;
}

.advantages_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.advantages_list > div{
	max-width: 340px;
	width: 100%;
	padding: 30px;
	border: 1px solid #DFDFDF;
	border-radius: 20px;
}

.advantages_list > div > img{
	width: 48px;
}

.advantages_list > div > p{
	max-width: 208px;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #363636;
	margin-top: 30px;
}

/* discount */

#discount{
	background: rgba(255, 154, 0, 0.05);
}

.discount{
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 0 20px;
	margin-right: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.discount > img{
	max-width: 480px;
	width: 100%;
}

.discount_content h2{
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
	text-align: left;
	max-width: 667px;
	margin-bottom: 20px;
}

.discount_content h2 > span{
	color: #FF9A00;
}

.discount_content .btn{
	margin-top: 50px;
}

.discount_content h2 ~ p{
	font-size: 24px;
}

/* services */

.services_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.services_list > div{
	position: relative;
	height: 200px;
	max-width: 460px;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.services_list > div::after{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
	position: absolute;
	z-index: -1;
	top: 0;
	border-radius: 20px;
}

.services_list > div > img{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.services_list > div > p{
	padding: 30px;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	color: #FFFFFF;
	max-width: 340px;
}

/* stages */

#stages{
	background: #F9F9F9;
}

.stages{
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	padding: 120px 0;
}

.stages > div{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.stages > div > p:first-child{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-weight: 900;
	font-size: 24px;
	line-height: 140%;
	color: #F9F9F9;
	background: #FF9A00;
	margin-bottom: 40px;
	border-radius: 50%;
}

.stages > div > p:last-child{
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	color: #363636;
	max-width: 600px;
}

/* boilers */

.boilers_list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.boilers_list > div{
	max-width: 700px;
	width: 100%;
	height: 240px;
	background: #F9F9F9;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
}

/* reviews */

.reviews{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.reviews h2{
	margin-bottom: 20px;
}

.reviews h2 ~ p{
	max-width: 470px;
	text-align: center;
	margin-bottom: 40px;
}

.reviews_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 31px;
}

.reviews_list > div{
	padding: 30px;
	min-height: 217px;
	max-width: 340px;
	width: 100%;
	background: #F9F9F9;
	border-radius: 20px;
}

.stars{
	display: flex;
	gap: 10px;
}

.stars img{
	width: 32px;
	height: 32px;
}

.reviews_list > div > p:nth-child(2){
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color: #363636;
	margin: 30px 0 10px;
}

.reviews_list > div > p:nth-child(3){
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: #717171;
}

/* facts */

.facts{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.facts h2{
	margin-bottom: 20px;
}

.facts h2 ~ p{
	max-width: 600px;
	text-align: center;
	margin-bottom: 60px;
}

.facts_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 60px 20px;
	justify-content: space-around;
}

.facts_list > div {
	max-width: 275px;
	width: 100%;
}

.facts_list > div > p:first-child{
	font-weight: 500;
	font-size: 90px;
	line-height: 100%;
	text-align: center;
	color: #FF9A00;
}

.facts_list > div > p:last-child{
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	color: #363636;
	margin-top: 20px;
}

/* contacts */

#contacts{
	border: 1px solid #DFDFDF;
	border-left: 0;
	border-right: 0;
	margin-bottom: 0;
}

.contacts{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	gap: 50px;
	margin: 60px 0;
}

.contacts_content{
	display: flex;
	flex-wrap: wrap;
	max-width: 305px;
	align-items: center;
	gap: 30px;
}

.contacts a{
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	color: #363636;
}

.contacts p{
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #717171;
}

#map{
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.map{
	position: relative;
	max-width: 844px;
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.map > img{
	position: absolute;
	width: 100%;
	z-index: -1;
}

.map-point{
	background: rgba(255, 154, 0, 0.2);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;

}

.map-point > div{
	background: #FF9A00;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

/* rights */

.rights{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}

.rights img{
	margin-right: 15px;
	width: 42px;
}

.rights p{
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #717171;
}

/**/


.rights_tel{
	display: none;
}

/**/


/* envybox styling */

.popup{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgb(215, 215, 215, 70%);
	opacity: 0;
	pointer-events: none;
	z-index: 400000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s ease;
}

.popup.active{
	opacity: 1;
	pointer-events: all;
	transition: 0.5s all;
}

.popup-modal{
	z-index: 5;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 700px;
	width: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: 0.5s all;
}

.popup-modal.active{
	transform: translate(-50%, -50%) scale(1);
}


.close{
	width: 30px;
	height: 30px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: 10px;
	display: flex;
	cursor: pointer;
	transition: 0.5s ease;
}


.popup-modal h4{
	font-size: 24px;
	line-height: 130%;
	font-weight: 500;
	margin-bottom: 40px;
	max-width: 342px;
	text-align: center;
}

.thanks_modal h4{
	max-width: none;
	margin-bottom: 10px !important;
}

.popup_content{
	max-width: 460px;
	width: 100%;
	margin: 0 30px 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main_forms p{
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #717171;
}

.main_forms label{
	width: 100%;
	display: block;
}

.main_forms > label input{
	background: none;
	padding: 21px 30px;
	outline: none;
	width: 100%;
	font-size: 18px;
	border: none;
	background: #F9F9F9;
	color: #717171;
	border-radius: 200px;
}

.main_forms > label input ::placeholder{
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	color: #717171;
}

.main_forms{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px 0;
}


.main_forms button, .thanks_btn{
	border: #FF9A00 1px solid;
	background: #FF9A00;
	color: white;
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	padding: 21px;
	cursor: pointer;
	transition: 0.2s ease;
	margin-top: 10px;
	border-radius: 200px;
}

.thanks_btn{
	padding: 10px 30px;
	margin-top: 60px;
	font-size: 16px;
	text-align: center;
	width: auto;
}

.main_forms button:hover, .thanks_btn:hover{
	background: none;
	color: #FF9A00;
}



.thanks_modal p{
	text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* quiz */

.quiz_form{
	width: 100%;
}

.quiz_form label{
	display: flex;
}

.quiz_modal h4{
	max-width: none;
	margin-bottom: 15px;
	display: block;
	opacity: 1;
}

.quiz_modal .step > p{
	font-size: 16px;
	line-height: 140%;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #717171;
	margin-bottom: 43px;
}

.step{
	display: none;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

.step > div{
	overflow: auto;
	max-height: 350px;
	padding-right: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}

.step > div > div{
	width: 100%;
}

.quiz_nav{
	display: flex;
	margin-top: 60px;
	align-items: center;
	justify-content: space-between;
}

.quiz_nav .btn_next,
.quiz_nav .btn_prev{
	padding: 20px 52px;
	background: #D8D8D8;
	border: 1px solid #D8D8D8;
	border-radius: 200px;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	transition: 0.1s ease-in-out;
	pointer-events: none;
}

.quiz_nav .btn_next.active:hover{
	color: #FF9A00;
	background: none;
}

.quiz_nav .btn_prev.active:hover{
	color: #363636;
	background: none;
}

.quiz_nav .btn_next:active,
.quiz_nav .btn_prev:active,
.quiz_nav .btn_next:link,
.quiz_nav .btn_prev:link,
.quiz_nav .btn_next:visited,
.quiz_nav .btn_prev:visited{
	color: white;
}

.quiz_nav .btn_next.active{
	pointer-events: all;
	background: #FF9A00;
	border: 1px solid #FF9A00;
}

.quiz_nav .btn_prev.active{
	pointer-events: all;
	background: #363636;
	border: 1px solid #363636;
}

.quiz_nav .btn_prev{
	margin-right: 15px;
}



.quiz_nav p{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #717171;
}



input[type='checkbox']{
	position: absolute;
  z-index: -1;
  opacity: 0;
}



input[type='checkbox']+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  padding: 20px;
  background: #F9F9F9;
	border-radius: 200px;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	color: #363636;
	cursor: pointer;
}
input[type='checkbox']+label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border-radius: 50%;
}

input[type='checkbox']::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #9b7ede;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input[type='checkbox']:checked+label::before {
  border-color: #FF9A00;
  background-color: #FF9A00;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
input[type='checkbox']:not(:disabled):not(:checked)+label:hover::before {
  border-color: #FF9A00;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
input[type='checkbox']:not(:disabled):active+label::before {
  background-color: #FF9A00;
  border-color: #FF9A00;
}
/* стили для чекбокса, находящегося в фокусе */
input[type='checkbox']:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 0, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
input[type='checkbox']:focus:not(:checked)+label::before {
  border-color: #FF9A00;
}
/* стили для чекбокса, находящегося в состоянии disabled */
input[type='checkbox']:disabled+label::before {
  background-color: #FF9A00;
}





.step{
	display: none;
	opacity: 0;
}

.step.active{
	display: flex;
	opacity: 1;
}





.to-top{
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.for_to-top{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}


.gift_box{
	position: fixed;
	top: 30%;
	right: 0;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 10px 0 0 10px;
	cursor: pointer;
}

.gift_box > div{
	position: relative;
	height: 100%;
	width: 100%;
}

.gift{
	width: 100%;
	height: 100%;
}


.gift_box > div::before {
  content: "";
    position: absolute;
    width: 130%;
    height: 100%;
    background: linear-gradient(270deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0)) no-repeat 1em 0;
    background-size: 5em 100%;
    -moz-transform: skewX(-60deg);
    -o-transform: skewX(-60deg);
    -webkit-transform: skewX(-60deg);
    transform: skewX(-60deg);
    -khtml-transform: skewX(-60deg);
    left: 0;
    top: 0;
    animation-timing-function: ease-in-out;
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -khtml-transition: all .1s;
    -ms-transition: all .1s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes slideme{
    0%{
        left:-120px;
        margin-left:0
    }
    to{
        left:110%;
        margin-left:40px
    }
}

/* adaptiveness */

@media (max-width: 1470px){
	.container{
		max-width: 1240px;
	}

	.notFullImg{
		margin-right: -100%;
		height: 600px;
	}

	.advantages_list > div {
    	max-width: 300px;
	}

	.boilers_list > div {
    	max-width: 600px;
    }

  .boilers_list > div > img {
    max-width: 300px;
  }

}

@media (max-width: 1279px){
	.container{
		max-width: 950px;
	}

	#main h1 {
	    font-size: 45px;
	}

	.discount_content h2{
		font-size: 38px;
	}

	h2{
		font-size: 34px;
	}

	.notFullImg{
		height: 550px;
	}

	.menu ul {
	    gap: 0 30px;
	}

	.header > div:nth-child(1) {
	    gap: 0 135px;
	}

	.header > div:nth-child(2) {
	    gap: 0 20px;
	}

	.menu li a, .tel{
		font-size: 15px;
	}

	.languages, .society {
	    gap: 0 10px;
	}

	.advantages_list > div {
    	max-width: 300px;
	}

	.discount{
		padding: 50px 0;
		justify-content: space-between;
		margin: 0;
	}

	.boilers_list > div {
    max-width: 450px;
  }

  .boilers_list > div > img {
    max-width: 225px;
  }

  .map{
    height: 350px;
  }

	.services_list > div:last-child {
	  max-width: none;
	}

	.services_list > div > img{
		object-fit: cover;
	}
}

@media (max-width: 997px){
	.container{
		max-width: 717px;
	}

	#main h1{
	    font-size: 34px;
	    max-width: 350px;
	}

	.notFullImg{
		width: 600px;
		object-position: 25%;
		height: 450px;
	}

	#main > img{
		height: 100%;
	}

	.warranty{
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	h2{
		font-size: 32px;
		margin: 0 0 30px;
	}

	.contacts_content {
	    gap: 20px;
	}


	.menu ul {
	    gap: 0 15px;
	}

	.header > div:nth-child(1) {
	    gap: 0 50px;
	}

	.header > div:nth-child(2) {
	    gap: 0 25px;
	}

	.menu li a, .tel{
		font-size: 14px;
	}

	.languages, .society {
	    gap: 0 10px;
	}

	.logo img{
		margin: 0;
	}

	.btn p {
    font-size: 25px;
    padding: 25px;
	}

	.btn {
    margin: 40px 0;
	}


	.discount > img {
	    max-width: 400px;
	}

	.discount_content .btn {
	    margin-top: 20px;
	}

	.discount_content h2 ~ p {
	    font-size: 22px;
	}

	.discount_content h2{
		font-size: 30px;
	}

	.services_list > div {
	    max-width: 348px;
	}

	.services_list > div > p{
	    font-size: 20px;
	}

	.boilers_list > div {
    	max-width: 330px;
    }

    .boilers_list > div > img {
    	max-width: 175px;
    }

    .logo p{
		margin-left: 15px;
	}
}

@media (max-width: 767px){
	.logo p{
		display: none;
	}

	.tel img{
		width: 40px;
		height: 40px;
	}

	.container{
		max-width: 599px;
	}

	#main{
		padding-top: 70px;
		border: 1px solid #DFDFDF;
		border-right: 0;
		border-left: 0;
	}

	.main{
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 50px;
		align-items: center;
	}

	#main > .container{
		max-width: none;
	}

	.main_content{
		margin: 0 50px;
		order: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
	}


	#main h1 {
	    font-size: 39px;
	    max-width: 430px;
	    text-align: center;
	}

	header{
		height: 70px;
		position: fixed;
		z-index: 10;
		width: 100%;
		background: white;
		padding: 10px 20px;
		overflow: hidden;
	}

	header > .container{
		display: flex;
		justify-content: space-between;
		max-width: none;
		align-items: center;
	}

	.header {
		background: white;
		position: fixed;
		flex-direction: column;
		align-items: flex-start;
		top: 0;
		right: 0;
		width: 340px;
		height: 100%;
		padding: 15px 20px 40px;
		transform: translateX(100%);
		transition: transform 0.5s;
		z-index: 100;
	}

	.header .logo{
		display: none;
	}

	.header.active {
		transform: translateX(0);
	}

	.header > div:first-child{
		flex-direction: column;
		align-items: flex-start;

	}

	.header > div:last-child{
		flex-wrap: wrap;
		gap: 40px 20px;
		justify-content: space-around;
		width: 100%;

	}

	/*.languages{
		width: 100%;
		justify-content: center;
		gap: 0 40px;
	}

	.languages a{
		font-size: 24px;
	}*/

	.lang_mobile{
		display: flex;
		text-align: left;
		width: 150px;
	}

	.lang_mobile a{
		text-align: left;
		justify-content: left;
	}

	.lang_pc{
		display: none;
	}

	.tel{
		padding: 0;
		border: 0;
		border-radius: 0;
		color: none;
		line-height: 100%;
	}

	.society{
		margin-right: 40px;
	}

	header .container > div:first-child {
	    justify-content: space-between;
	    width: 100%;
	}

	.rights_tel{
		display: flex;
		margin: 0;
	}

	.menu{
		margin-top: 100px;
	}

	.menu ul{
		gap: 20px;
		flex-wrap: wrap;
	}

	.menu li{
		width: 100%;
	}

	.menu li a{
		font-weight: 500;
		font-size: 24px;
		line-height: 120%;
	}

	.menu li:first-child{
		display: none;
	}

	.menu-btn{
		display: block;
		z-index: 200;
	}

	.menu-btn.active span:nth-of-type(1) {
	  display: none;
	}

	.menu-btn.active span:nth-of-type(2) {
	  top: 50%;
	  transform: translate(-50%, 0%) rotate(-45deg);  
	}

	.menu-btn.active span:nth-of-type(3) {
	  top: 50%;
	  transform: translate(-50%, 0%) rotate(45deg); 
	}

	.hamburger-logo{
		display: flex !important;
	}

	.header .logo img {
	  width: 35px;
	}

	.notFullImg{
		margin-bottom: 30px;
		margin-left: -150px;
		width: 130vw;
		height: 450px;
		object-position: 60% 10% !important;
		object-fit: cover;
		align-self: flex-start;
	}

	.warranty{
		flex-direction: row;
		gap: 40px;
	}

	.btn p {
    font-size: 25px;
    padding: 20px;
	}

	.btn {
    margin: 30px 0 40px;
	}


	.logo p{
		display: block;
		margin-left: 15px;
		font-size: 15px;
	}



	.discount_content .btn {
	  margin: 20px auto 0;
	}

	.discount_content h2{
		font-size: 34px;
		text-align: center;
	}

	.discount_content p{
		text-align: center;
	}

	h2{
		font-size: 30px;
	}



	.services_list > div > p{
	  font-size: 18px;
	  padding: 20px;
	}


	.advantages_list > div {
    max-width: 250px;
	}

	.advantages_list > div > p {
		font-size: 16px;
		margin-top: 20px;
	}

	.services_list > div {
	    max-width: 289px;
	    height: 180px;
	}

	#discount{
		border: 1px solid #DFDFDF;
		border-right: 0;
		border-left: 0;
	}


	.discount{
		flex-direction: column;
	}

	.discount_content{
		order: 1;
	}


	.discount > img {
    max-width: 450px;
    margin-bottom: 10px;
    margin-left: -50px;
	}

	.stages > div > p:first-child{
		margin-bottom: 30px;
	}

	.stages > div > p:last-child{
		font-size: 22px;
	}

	.boilers_list > div {
    max-width: 280px;
    height: 200px;
  }

  .boilers_list > div > img {
    max-width: 150px;
  }


  .contacts{
    flex-direction: column;
    align-items: center;
  }

  .contacts_content{
   	order: 2;
    justify-content: center;
  }

  .contacts h2,
  .contacts p,
  .contacts a{
  	text-align: center;
  }



  .popup-modal{
		max-width: 550px;
	}
	.popup-modal h4{
		margin-bottom: 30px;
	}
	.main_forms > label input{
		padding: 20px 25px;
	}

	.quiz_modal h4{
		margin-bottom: 15px;
	}

	.society{
		display: none;
	}

	.society_mobile{
		display: flex;
	}


}

@media (max-height: 850px){
	.step > div {
    max-height: 250px;
    gap: 10px;
  }

  input[type='checkbox']+label {
    padding: 15px;
    font-size: 16px;
  }

  .quiz_nav {
    margin-top: 30px;
  }

  .quiz_nav .btn_next, 
  .quiz_nav .btn_prev {
  	font-size: 14px;
  	padding: 15px 52px;
  }

  .quiz_modal .popup_content {
    margin: 0 30px 35px;
  }

}

@media (max-width: 649px){
	.container{
		max-width: 429px;
	}

	.header {
		height: 100vh;
		top: 0;
		padding-top: 135px;
		padding-bottom: 55px;
		z-index: -1;
	}

	#main h1 {
    max-width: 400px;
	}

	.menu {
	  margin-top: 0px;
	}

	.notFullImg{
		margin-left: -100px;
	}

	.advantages_list > div {
    max-width: 200px;
   	padding: 20px;
	}

	.advantages_list > div > p {
		font-size: 14px;
		margin-top: 20px;
	}

	.services_list > div {
	  max-width: 209px;
	  height: 150px;
	}

	.services_list {
	  gap: 10px;
	}

	.services_list > div > p{
	  font-size: 14px;
	}

	.boilers_list > div {
    max-width: 200px;
    height: 150px;
  }

  .boilers_list > div > img {
    max-width: 120px;
  }

  .discount > img {
	  max-width: 380px;
	}

	.btn{
		max-width: none;
		margin-top: 15px;
	}

	.btn p{
		font-size: 18px;
	}

	.map {
	  margin: 30px 0;
	}


	.popup-modal{
		max-width: 450px;
	}
	.popup-modal h4{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.popup_content{
		padding: 0 30px;
	}
	.main_forms > label input{
		padding: 15px 20px;
	}
	.main_forms{
		gap: 15px 0;
	}
	.main_forms button, .thanks_btn{
		padding: 15px 21px;
		margin-top: 10px;
	}


	.thanks_btn{
		padding: 10px 30px;
		margin-top: 30px;
	}


	.quiz_nav .btn_prev, .quiz_nav .btn_next {
    padding: 15px 30px;
  }

  .quiz_nav {
    margin-top: 30px;
  }

  .quiz_modal h4 {
    margin-bottom: 10px;
  }

  .quiz_modal .step > p {
    margin-bottom: 20px;
  }

}

@media (max-width: 479px){
	.container{
		max-width: 359px;
	}

	section {
	  margin-bottom: 70px;
	}

	.header {
		width: 100%;
	}

	.lang_mobile{
		width: 100%;
	}

	header{
		border-bottom: 1px solid #DFDFDF;
	}

	.menu{
		max-width: 320px;
	}

	.notFullImg {
	  margin-left: -40px;
	  width: 120vw;
   	height: 400px;
	}

	#main h1 {
	  font-size: 34px;
	}

	.discount_content h2{
		font-size: 29px;
	}

	h2{
		font-size: 26px;
	}

	.stages > div > p:last-child{
		font-size: 20px;
	}


	.logo p {
	  font-size: 12px;
	}

	.services_list > div {
	  max-width: 174px;
	  height: 120px;
	}

	.services_list > div > p{
	  font-size: 12px;
	}

	.discount > img {
		max-width: 350px;
    margin-left: 0px;
    margin-bottom: 20px;
	}

	.stages > div > p:first-child{
		margin-bottom: 20px;
	}

	.boilers_list > div {
    max-width: 165px;
    height: 135px;
  }

  .boilers_list > div > img {
    max-width: 110px;
  }

  .advantages_list > div {
    max-width: 170px;
    padding: 15px;
	}

	.advantages_list > div > p {
	  font-size: 12px;
	  margin-top: 12px;
	}

	.advantages_list > div > img{
		width: 40px;
	}

	.warranty {
	  flex-direction: column;
	  gap: 23px;
	}

	.contacts {
	  margin: 30px 0 20px;
	}



	.popup-modal{
		max-width: 390px;
	}
	.popup-modal h4{
		font-size: 22px;
		margin-bottom: 25px;
	}
	.main_forms > label input{
		font-size: 16px;
	}
	.main_forms > label input ::placeholder{
		font-size: 16px;
	}
	.main_forms{
		gap: 10px 0;
	}
	.main_forms button{
		font-size: 16px;
	}

	.quiz_nav .btn_prev,
	.quiz_nav .btn_next {
    padding: 10px 20px;
}

	.quiz_modal h4{
		margin-bottom: 10px;
	}




	.society{
		margin-right: 30px;
	}

	

}

@media (max-width: 419px){
	.container{
		max-width: 330px;
	}

	#main h1 {
	  font-size: 24px;
	}

	.main_content {
    margin: 0 20px;
	}

	.notFullImg {
	  margin-left: 0px;
	  width: 120vw;
    height: 373px;
	}

	.discount_content h2{
		font-size: 24px;
	}

	h2{
		font-size: 24px;
	}

	.stages > div > p:last-child{
		font-size: 18px;
	}

	.advantages_list > div {
    max-width: 155px;
    padding: 12px 10px;
  }

	.advantages_list > div > img{
		width: 32px;
	}

	.services_list > div {
	  max-width: 155px;
	  height: 120px;
	}

	.services_list > div > p{
	  font-size: 12px;
	}

	.boilers_list{
		gap: 10px;
	}

	.boilers_list > div {
    max-width: 155px;
    height: 120px;
  }

  .boilers_list > div > img {
    max-width: 110px;
  }

  .rights {
	  margin: 15px 0;
	}



	.popup-modal{
		max-width: 310px;
	}
	.popup-modal h4{
		font-size: 18px;
		margin-bottom: 25px;
	}
	.main_forms > label input{
		font-size: 14px;
		padding: 10px 15px;
	}
	.main_forms p{
		font-size: 12px;
		margin-top: 10px;
		line-height: 100%;
	}
	.main_forms > label input ::placeholder{
		font-size: 14px;
	}
	.main_forms{
		gap: 10px 0;
	}
	.main_forms button{
		font-size: 16px;
		padding: 10px;
	}


	.thanks_modal h4{
		font-size: 24px;
	}

	.thanks_modal p {
    font-size: 18px;
	}

	.quiz_nav .btn_prev,
	.quiz_nav .btn_next{
		font-size: 14px;
		padding: 10px 15px;
	}

	input[type='checkbox']+label {
    padding: 10px 20px;
    font-size: 14px;
  }

  input[type='checkbox']+label::before {
	  width: 18px;
	  height: 18px;
	}

	input[type='checkbox']::before {
	  width: 5px;
	  height: 5px;
	}

	.quiz_modal .popup_content {
    margin: 0 30px 30px;
  }

  .quiz_modal .step > p {
    font-size: 14px;
  }

  .quiz_modal h4{
		margin-bottom: 10px;
	}

	.quiz_nav p {
    font-size: 14px;
  }


  .popup_content {
    padding: 0 20px;
	}

	.quiz_nav .btn_prev {
    margin-right: 5px;
	}

	.logo p{
		margin-left: 10px;
		font-size: 14px;
	}

	.hamburger-logo img {
	  width: 30px;

	}

	.society a img {
	  width: 30px;
	  height: 30px;
	}

	.society {
	  margin-right: 15px;
	}

	.btn p {
    font-size: 22px;
  }

  .notFullImg{
		margin-bottom: 15px;
	}

	.to-top {
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
  }

  .button_c6c6 {
    height: 50px !important;
    width: 50px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
	}

	.messagesLabel_e45e {
    height: 15px !important;
    width: 15px !important;
	}

	.badge_cf27 {
    font-size: 10px !important;
  }


  .close{
  	margin-bottom: 15px;
  }

  .popup_content {
    margin: 0 30px 55px;
  }
}

@media (max-width: 360px){
	.container{
		max-width: 280px;
	}

	.discount > img {
    	max-width: 300px
	}

	.advantages_list > div,
	.services_list > div,
	.boilers_list > div{
    	max-width: none;
	}

	h2{
		margin-bottom: 5px;
	}

	#main h1 {
	    font-size: 30px;
	}

	.logo p {
    margin-left: 5px;
    font-size: 10px;
	}

	.society a img {
    width: 25px;
    height: 25px;
	}

	.society .tel img {
    width: 30px;
    height: 30px;
	}
}



.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}


@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

:root{
    --animate-duration:1s;
    --animate-delay:1s;
    --animate-repeat:1
}
.animate__animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-duration:var(--animate-duration);
    animation-duration:var(--animate-duration);
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.animate__animated.animate__infinite{
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}
.animate__animated.animate__repeat-1{
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-iteration-count:var(--animate-repeat);
    animation-iteration-count:var(--animate-repeat)
}
.animate__animated.animate__repeat-2{
    -webkit-animation-iteration-count:2;
    animation-iteration-count:2;
    -webkit-animation-iteration-count:calc(var(--animate-repeat)*2);
    animation-iteration-count:calc(var(--animate-repeat)*2)
}
.animate__animated.animate__repeat-3{
    -webkit-animation-iteration-count:3;
    animation-iteration-count:3;
    -webkit-animation-iteration-count:calc(var(--animate-repeat)*3);
    animation-iteration-count:calc(var(--animate-repeat)*3)
}
.animate__animated.animate__delay-1s{
    -webkit-animation-delay:1s;
    animation-delay:1s;
    -webkit-animation-delay:var(--animate-delay);
    animation-delay:var(--animate-delay)
}
.animate__animated.animate__delay-2s{
    -webkit-animation-delay:2s;
    animation-delay:2s;
    -webkit-animation-delay:calc(var(--animate-delay)*2);
    animation-delay:calc(var(--animate-delay)*2)
}
.animate__animated.animate__delay-3s{
    -webkit-animation-delay:3s;
    animation-delay:3s;
    -webkit-animation-delay:calc(var(--animate-delay)*3);
    animation-delay:calc(var(--animate-delay)*3)
}
.animate__animated.animate__delay-4s{
    -webkit-animation-delay:4s;
    animation-delay:4s;
    -webkit-animation-delay:calc(var(--animate-delay)*4);
    animation-delay:calc(var(--animate-delay)*4)
}
.animate__animated.animate__delay-5s{
    -webkit-animation-delay:5s;
    animation-delay:5s;
    -webkit-animation-delay:calc(var(--animate-delay)*5);
    animation-delay:calc(var(--animate-delay)*5)
}
.animate__animated.animate__faster{
    -webkit-animation-duration:.5s;
    animation-duration:.5s;
    -webkit-animation-duration:calc(var(--animate-duration)/2);
    animation-duration:calc(var(--animate-duration)/2)
}
.animate__animated.animate__fast{
    -webkit-animation-duration:.8s;
    animation-duration:.8s;
    -webkit-animation-duration:calc(var(--animate-duration)*0.8);
    animation-duration:calc(var(--animate-duration)*0.8)
}
.animate__animated.animate__slow{
    -webkit-animation-duration:2s;
    animation-duration:2s;
    -webkit-animation-duration:calc(var(--animate-duration)*2);
    animation-duration:calc(var(--animate-duration)*2)
}
.animate__animated.animate__slower{
    -webkit-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-duration:calc(var(--animate-duration)*3);
    animation-duration:calc(var(--animate-duration)*3)
}
@media (prefers-reduced-motion:reduce),print{
    .animate__animated{
        -webkit-animation-duration:1ms!important;
        animation-duration:1ms!important;
        -webkit-transition-duration:1ms!important;
        transition-duration:1ms!important;
        -webkit-animation-iteration-count:1!important;
        animation-iteration-count:1!important
    }
    .animate__animated[class*=Out]{
        opacity:0
    }
}


@-webkit-keyframes fadeIn{
    0%{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes fadeIn{
    0%{
        opacity:0
    }
    to{
        opacity:1
    }
}
.animate__fadeIn{
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn;
}


.pulseInterval {
  animation-duration: 3s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}

@keyframes pulse{
	0%{
		transform: scale(1);
	}

  10% {
    transform: scale(1.1);
  }

  20%{
  	transform: scale(1);
  }

  100%{
    transform: scale(1);
  }
}

