@font-face {
	font-family: 'ProximaNova'; 
	src: url(../fonts/ProximaNova-Regular.ttf) format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'ProximaNova'; 
	src: url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
	font-weight: 600;
}
@font-face {
	font-family: 'ProximaNova'; 
	src: url(../fonts/ProximaNova-Bold.ttf) format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'ProximaNova'; 
	src: url(../fonts/ProximaNova-Black.ttf) format('truetype');
	font-weight: 900;
}
.sibtitleWrap{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.subtitleHead{
	border-radius: 50px;
background: rgba(135, 173, 53, 0.40);
display: flex;
padding: 18px 50px;
align-items: center;
justify-content: center;
color: #87AD35;
font-size: 25px;
font-weight: 600;
text-transform: uppercase;
}

.wrapBtnsBlockAfter{
	display: flex;
	gap: 30px;
	margin-top: 50px;
	justify-content: center;
}

body{
	color: #000;
	font-size: 20px;
	font-family: "ProximaNova";
}
body p{
	margin-top: 0;	
	margin-bottom: 10px;
}

.h1,h1{
	text-align: center;
	color: #1E1E1E;
	font-size: 45px;
	font-family: "ProximaNova";
	margin:0 0 40px;
	line-height: 1.4;
}
.h1 span,h1 span{
	text-decoration: underline;
	text-decoration-color:#87AD35;
	text-underline-offset:15px;
	text-decoration-thickness:5px;
}
.wrapper{
	max-width: 1920px;
	margin: 0 auto;
	min-height:100vh;
	position:relative;
	overflow: clip;
	min-width: 1200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.wrapLabel{
	position: relative;
	margin-bottom: 0;
}

.wrapLabel span{
	font-weight: 400;
	padding-left: 25px;
	font-size: 17px;
	display: block;
	color: #969696;
	position: relative;
	line-height: 1.1;
}

.wrapLabel span a{
	color: #969696;
}

.wrapLabel span:before{
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	content: '';
	border: 1px solid #969696;
}
.wrapLabel span:after{
	position: absolute;
	width: 8px;
	height: 8px;
	left: 4px;
	top: calc(50% - 4px);
	content: '';
	background: #969696;
	opacity: 0;
}

.bxCompare .wrapLabel span:before{
	border: 1px solid #87AD35;
}
.bxCompare .wrapLabel span:after{
	background: #87AD35;
}

.wrapLabel input:checked + span:after{
	opacity: 1;
}
.wrapLabel input{
	width: 10px !important;
	height: 10px !important;
	left: 0 !important;
	top: 0 !important;
	position: absolute !important;
	opacity: 0 !important;
}
.flexSA{
	display: flex;
	justify-content:space-around;
}

.flexSB{
	display: flex;
	justify-content:space-between;
}
.flexCenter{
	display: flex;
	justify-content:center;
}

.flexAI{
	display: flex;
	align-items:center;
}

.flexW{
	display: flex;
	flex-wrap:wrap;
}
.flexColumn{
	display: flex;
	flex-direction:column;
}
.flexStart{
	display: flex;
	justify-content:flex-start;
}
.flexEnd{
	display: flex;
	justify-content:flex-end;
}
.btnStyle1{
	display:flex;
	padding: 33px 85px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 20px;
	background: #87AD35;
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
	font-size: 25px;
	transition:all 0.4s;
}
.btnStyle2{
	display:flex;
	padding: 15px 25px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 20px;
	background: #87AD35;
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
	font-size: 25px;
	border:none;
	transition:all 0.4s;
}
.txtAfterH1{
	text-align: center;
	font-size: 30px;
	line-height: 1.4; 
	margin-bottom: 40px;
}

.btnStyle1:hover,.btnStyle2:hover{
	background: #455E0E;
	text-decoration: none;
	color: #fff;
}


/*header*/
.headWish{
	position: relative;
	display: block;
}
.headWish .actionCount{
	position: absolute;
	right: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	color: #87AD35;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
.iconsH{
	display: flex;
	align-items: center;
	gap: 15px;
}
.homepage .topHL .logo{
	display: none;
}
header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
	top: 135px;
}
.topHeader{
	background: rgba(214, 223, 230, 0.69);
	backdrop-filter: blur(5px);
	padding:28px 0;
	position: sticky;
	top: 0;
	z-index: 10;
}
.topHL{
	display: flex;
	justify-content: space-between;
	gap: 50px;
	align-items: center;
}
.topHL ul{
	display: flex;
	justify-content: space-between;
	gap: 70px;
	align-items: calc;
}
.topHL > ul > li{
	position: relative;
}
.topHL > ul > li:last-child:before{
	display: none;
}
.topHL > ul > li:before{
	position: absolute;
	right: -35px;
	top: 6px;
	height: 18px;
	width: 1px;
	content: '';
	background: #BDC7CF;
}
.topHL ul a{
	color: #1E1E1E;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
}
.topHL ul a:hover{
	text-decoration: underline;
	text-decoration-color:#87AD35;
	text-underline-offset:6px;
	text-decoration-thickness:5px;
}

.botHeader{
	padding:20px 0;
}
.botLH{
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.botLH .logo{
	flex:none;
	display: inline-block;
}
.botLH .leftInfo,.botLH .rightInfo{
	flex:1;
	display: flex;
	flex-direction: column;

}
.botLH .leftInfo{
	align-items: flex-start;
	gap: 10px;
}
.botLH .rightInfo{
	align-items: flex-end;
	gap: 2px;
}
.botLH .navBlock{
	padding-left: 25px;
	background: url(../images/iconNav.svg) no-repeat left center;
	font-size: 15px;
	color: #1E1E1E;
}
.botLH .socBlock{
	display: flex;
	align-items: center;
	gap: 13px;
}
.botLH .phone{
	color: #000;
	font-size: 30px;
	font-weight: 600;
	padding-left: 25px;
	background: url(../images/iconPhone.svg) no-repeat left center;
}
.botLH .clock{
	font-size: 15px;
	color: #1E1E1E;
}
.botLH .mail{
	color: #87AD35;
	font-size: 15px;
}

/*End header*/
.contentSite{
	display: flex;
	flex-direction: column;
	gap: 70px;
}


/*topBannerBlock*/
.sliderTop{
	position: relative;
}
.sliderTop .slick-dots{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 2;
}
.sliderTop .slick-dots li{
	line-height: 0;
	padding:0;
	margin:0;
}
.sliderTop .slick-dots button{
	padding:0;
	margin:0;
	border:none;
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}
.sliderTop .slick-dots .slick-active button{
	background: #87AD35;
}

.topBannerBlock{
	position: relative;
	z-index: 1;
	padding:320px 0 45px;
}
.topBannerBlock > img{
	position: absolute;
	inset: 0;
	object-fit: cover;
	z-index: -1;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.topBannerBlock .txtBlock{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 785px;
	padding-bottom: 60px;
}
.topBannerBlock .name{
	color: #1E1E1E;
	font-size: 80px;
	line-height: 1.1;
	margin-bottom: 30px;
}
.topBannerBlock .btnStyle1{
	margin-top: 90px;
}

.preWrapTB{
	display: flex;
	justify-content: center;
	gap: 80px;
	padding:60px 0 45px;
	position: relative;
	z-index: 1;
}
.preWrapTB:before{
	position: absolute;
	left: -1000px;
	right: -1000px;
	bottom: -45px;
	height: 100%;
	content: '';
	background: linear-gradient(0deg, rgba(30, 30, 30, 0.40) 0%, rgba(30, 30, 30, 0.00) 100%);
	backdrop-filter: blur(2px);
	z-index: -1;
}
.nucPreTB{
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-size: 20px;
}
.nucPreTB .imgW{
	height: 38px;
	display: flex;
	align-items: center;
}
.nucPreTB .imgW img,.nucPreTB .imgW svg{
	max-height: 100%;
}



/*End topBannerBlock*/


/*usageBlock*/
.wrapUsage{
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.nucUsage{
	flex:1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 23px;
	text-align: center;
}
.nucUsage .imgW{
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.nucUsage .imgW img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}



/*End usageBlock*/


/*preBlock*/
.preBlockWrap{
	display: grid;
	grid-template-columns: repeat(3,minmax(100px,1fr));
	grid-gap: 30px;
}
.nucPre{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.nucPre .imgW{
	overflow: hidden;	
	border-radius: 20px;
	height: 200px;
}
.nucPre .imgW img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nucPre strong{
	font-weight: 600;
}
.nucPre ul{
	list-style-type: disc;
	padding-left: 15px;
}

/*End preBlock*/

/*linePre*/
.linePre{
	display: grid;
	grid-template-columns: repeat(4,minmax(100px,1fr));
	grid-gap: 30px;
	margin-bottom: 40px;
}
.nucPreL{
	display: flex;
	minheight: 94px;
	padding:15px 20px;
	align-items: center;
	justify-content: center;
	gap: 20px;
	border-radius: 20px;
	border: 3px solid #87AD35;
	font-size: 25px;
	color: #87AD35;
}


/*End linePre*/

/*doubleColImgTxt*/
.doubleColImgTxt{
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.nucIT{
	position: relative;
	z-index: 1;
	height: 350px;
	border-radius: 20px;
	overflow: hidden;
	color: #fff;
	padding:35px 100px 35px 30px;
	flex:1;
	font-size: 25px;
}
.nucIT > img{
	position: absolute;	
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -2;
}
.nucIT:before{
	position: absolute;	
	inset: 0;
	content: '';
	background: rgba(0, 0, 0, 0.30);
	backdrop-filter: blur(2px);
	z-index: -1;
}
.nucIT .name{	
	font-size: 25px;
	font-weight: 600;
}

.nucIT ul{
	margin-top: 20px;
	list-style-type: disc;
	padding-left: 20px;
}

/*End doubleColImgTxt*/

/*solutionBlock*/
.solutionsWrap{
	display: grid;
	grid-template-columns: repeat(4,minmax(100px,1fr));
	grid-gap: 30px;
}

.nucSolution{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.nucSolution .imgW{
	overflow: hidden;	
	border-radius: 20px;
	height: 200px;
}
.nucSolution .imgW img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nucSolution strong{
	font-weight: 600;
}

/*End solutionBlock*/

/*hitsBlock*/
.hitsBlock{
	background: url(/images/hitsBg.png) no-repeat center 110px ;
}
.hitsBlock .sliderItems{
	margin-top: 400px;
}
.sliderItems{
	margin:0 -15px;
	position: relative;
	padding-bottom: 70px;
}
.sliderItems .slick-arrow{
	position: absolute;
	bottom: 0;
	font-size: 0;
	border-radius: 50%;
	background-color: #87AD35;
	border:none;
	background-repeat: no-repeat;
	background-position: center;
	width: 35px;
	height: 35px;
}
.sliderItems .slick-prev{
	background-image: url(../images/arrPrev.svg);
	right: 58px;
}
.sliderItems .slick-next{
	background-image: url(../images/arrNext.svg);
	right: 15px;
}
.itemSlide{
	padding:15px;
}
.homepage .wrapItem{
	height: 100%;
}
.homepage .item{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}
.homepage .item .imgW{
	border-radius: 20px;
	box-shadow: 0 0 10.1px 0 rgba(0, 0, 0, 0.25);
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 20px;
}
.homepage .item .imgW img{
	max-width: 100%;
	max-height: 100%;
}
.homepage .item .name{
	color: #000;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.homepage .item .price{
	color: #000;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
}


/*End hitsBlock*/

/*effectiveBlock*/
.colsEffective{
	display: flex;
	justify-content: space-between;
	gap: 30px;
} 
.effectiveCol{
	flex:1;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.effectiveCol .name{
	color: #87AD35;
	font-weight: 600;
	line-height: 1.4;
}
.effectiveCol ul{
	list-style-type: disc;
	padding-left: 20px;
}


/*End effectiveBlock*/

/*formBlock*/
.formBlock .formBlockWrap{
	position: relative;
	padding:35px 0;
	z-index: 1;
}
.formBlockWrap .orBlock{
	padding-top: 10px;
}

/*.formBlock .formBlockWrap:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -145px;
	right: -145px;
	content: '';
	border-radius: 30px;
	z-index: -1;
	background: url(../images/formBg1.jpg) no-repeat center/cover;
	backdrop-filter: blur(2.5px);
}*/
.formBlock{
	background: url(../images/formBgBig.png) no-repeat center;
	padding:175px 0 ;
	min-height: 1270px;
	margin:-100px 0 -100px;
}

.formBlockWrap .topForm{
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.formBlock .formBlockWrap .h1{
	max-width: 970px;
	text-align: left;
	color: #000;
	margin:0;
}
.formBlockWrap .topForm .txt{
	color: #FFF;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.formBlockWrap .typeOr{
	display: flex;
	gap: 30px;
}
.formBlockWrap .nucTypeOr{
	border-radius: 10px;
	border: 3px solid #FFF;
	padding:25px 35px;
	color: #fff;
	font-size: 25px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.formBlock .inputsLine{
	display: grid;
	grid-template-columns: repeat(1,minmax(570px,1fr));
	grid-gap: 30px;
	margin-bottom: 40px;
}
.formBlockWrap form{
	max-width: 570px;
}
form input{
	border-radius: 10px;
	background: #FFF;
	border:none;
	padding:0 15px;
	font-size: 17px;
	height: 63px;
}
form input[type="submit"]{
	text-align: center;
}




/*End formBlock*/



/*formBlock2*/
.formBlock2 .formBlockWrap{
	position: relative;
	padding:35px 0;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	gap: 135px;
}



.formBlock2 .formBlockWrap:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -145px;
	right: -145px;
	content: '';
	border-radius: 30px;
	z-index: -1;
	background: url(../images/formBg2.jpg) no-repeat center/cover;
	backdrop-filter: blur(2.5px);
}

.formBlock2 .formBlockWrap .h1{
	text-align: left;
	color: #fff;
	margin:0;
}
.formBlock2  .txt{
	color: #FFF;
	font-size: 30px;
	line-height: 1.4;
	margin-top: 15px;
}

.formBlock2 .inputsLine{
	display: flex;
	justify-content: space-between;
	gap: 29px;
	margin-bottom: 29px;
}
.formBlock2 input[type="submit"]{
	max-width: 450px;
}
.formBlock2 .wrapLabel{
	margin-top: 20px;
}
.formBlock2 .wrapFile{
	width: 195px;
	margin:0;
}
.formBlock2 .file{
	border-radius: 10px;
	background:url(../images/iconFile.svg) no-repeat calc(100% - 15px) center, #FFF;
	border:none;
	padding:0 15px;
	font-size: 17px;
	height: 63px;
	display: flex;
	align-items: center;
	font-weight: 400;
	color: #C2C2C2;
}
.wrapFile input{
	width: 10px !important;
	height: 10px !important;
	left: 0 !important;
	top: 0 !important;
	position: absolute !important;
	opacity: 0 !important;
}




/*End formBlock2*/


/*supplyBlock*/
.supplyBlock .tabs{
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
}
.supplyBlock .tabs .nucTab{
	flex:1;
	color: #FFF;
	font-size: 25px;
	line-height: 1.1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding:25px;
	border-radius: 20px;
	background: #46581E;
	cursor: pointer;
}
.supplyBlock .tabs .nucTab.active{
	background: #87AD35;
}
.nucContTab{
	display: none;
}
.nucContTab.active{
	display: block;
}
.wrapSupply{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: flex-start;
}
.wrapSupply .txtBlock{
	flex:1;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.wrapSupply .wrapSubtitle{
	width: 485px;
}
.wrapSupply .subtitle{
	color: #87AD35;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	display: flex;
	align-items: center;
	gap: 12px;
	width: 485px;
}
.wrapSupply ul{
	list-style-type: disc;
	padding-left: 20px;
}
.wrapSupply .subtitle:after{
	display: inline-block;
	width: 100%;
	height: 5px;
	background: #87AD35;
	content: '';
	margin-top: 2px;
}
.wrapSupply .imgW{
	border-radius: 30px;
	background: #FFF;
	overflow: hidden;
	flex:1;
}
.wrapSupply .imgW img{
	max-width: 100%;
}

/*End supplyBlock*/


/*mapBlock*/
.wrapMapBlock{
	position: relative;
}
.infoContactsWrap{
	position: absolute;
	right: 330px;
	border-radius: 30px;
	background: #FFF;
	padding:35px 50px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.infoContactsWrap .infoContLine{
	display: flex;
	flex-direction: column;
	gap: 3px;
	align-items: flex-start;
}
.infoContactsWrap .name{
	color: #A2A2A2;
	line-height: 1.4;
}
.infoContactsWrap .valCont{
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-start;
}
.infoContactsWrap .phone{
	color: #1E1E1E;
	font-size: 30px;
	line-height: 1.4;
}
.infoContactsWrap .txt{

}
.infoContactsWrap .mail{
	color: #87AD35;
}


/*End mapBlock*/


/*footer*/
footer{
	padding:65px 0;
	background: #fff;
}
.wrapFooter{
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.wrapFooter .logo img{
	max-width: 100%;
}
.wrapFooter .logo{
	width: 145px;
}
.wrapFooter .leftFooter{
	display: flex;
	gap: 80px;
}
.wrapFooter .fastLinks{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}
.wrapFooter .copyrightSite{
	color: #1E1E1E;
	font-size: 13px;
}
.wrapFooter .linksFast{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.wrapFooter .linksFast a{
	color: #87AD35;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	text-decoration-line: underline;
}
.wrapFooter .messagesCol{
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}
.messagesCol .nameCol{
	color: #1E1E1E;
	font-size: 13px;
	font-weight: 600;
}
.messagesCol .socBlock{
	display: flex;
	gap: 13px;
	align-items: center;
}
.messagesCol .socBlock img{
	height: 30px;
}
.wrapFooter .copyright{
	color: #1E1E1E;
	font-size: 13px;
}
/*End footer*/


/*modalForm*/
.modalForm.callback-modal{
	width: 1140px;
	max-width: 100%;
	background: url(../images/modalFormBg.jpg) no-repeat center/cover;
	padding:54px 64px;
}
.modalForm .formBlockTop{
	display: flex;
	gap: 110px;
	margin-bottom: 40px;
}
.modalForm .logoForm{
	width: 230px;
	flex:none;
}
.modalForm .logoForm img,.modalForm .logoForm svg{
	max-width: 100%;
}
.modalForm .name{
	color: #FFF;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.1; 
}
.modalForm .txt{
	margin-top: 9px;
	color: #FFF;
	line-height: 1.4;
}
.modalForm form{
	display: flex;
	gap: 45px;

}
.modalForm .inputsLine{
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(2,minmax(100px,1fr));
	grid-gap: 30px;
}
.formBlock2 .inputsLine input{
	flex:1;
}
.modalForm textarea{
	width: 100%;
	height: 120px;
	resize: none;
	background: #fff;
	border-radius: 10px;
	padding:15px;
	font-size: 17px;
	border:none;
}
.modalForm .rightForm{
	width: 355px;
	flex:none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.modalForm .leftForm{
	flex:1;
}
body font.notetext {
	color: #fff;
	line-height: 1;
}
body font.notetext br+br{
	display: none;
}

/*End modalForm*/
/*insidepage*/
.insidepage .contentSite{
	padding-top: 50px;
}
.insidepage .h1,.insidepage h1{
	text-align: left;
}
.insidepage .botHeader{
	display: none;
}


/* Global popup styling */

.popup-window {
	border-radius: 24px;
	border: 1px solid var(--color-border-soft, #dae8f1);
	background: #fff;
	box-shadow: 0 12px 30px rgba(20, 46, 71, .14);
	padding: 0;
}

.popup-window .popup-window-titlebar {
	height: auto;
	padding: 14px 44px 12px 16px;
	border-bottom: 1px solid var(--color-border-soft, #dae8f1);
}

.popup-window .popup-window-titlebar-text {
	line-height: 1.3;
	font-size: 18px;
	font-weight: 700;
	color: var(--color-primary, #142e47);
	padding: 0;
}

.popup-window .popup-window-content {
	background: transparent;
	padding: 16px;
}

.popup-window .popup-window-content p {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
	color:  #162541;
	text-align: center;
}

.popup-window .popup-window-buttons {
	padding: 0 16px 16px;
	margin: 0;
}

.popup-window .popup-window-buttons .btn,
.popup-window .popup-window-buttons .popup-window-button,
.popup-window .popup-window-buttons .btn-buy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	min-width: 230px;
	padding: 0 18px;
	border-radius: 24px;
	border: 0;
	background: #87AD35;
	color: var(--color-white, #fff);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: none;
}

.popup-window .popup-window-buttons .btn:hover,
.popup-window .popup-window-buttons .popup-window-button:hover,
.popup-window .popup-window-buttons .btn-buy:hover {
	background: #87AD35;
	color: var(--color-white, #fff);
}

.popup-window .popup-window-close-icon {
	top: 10px;
	right: 10px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(20, 46, 71, .08);
	opacity: 1;
}

.popup-window .popup-window-close-icon:hover {
	background: #87AD35;
	color: #fff;
}
.popup-window .popup-window-close-icon:hover:after{
	filter: brightness(0) invert(1);
}




/*End insidepage*/

/* --- Media styles --- */


@media screen and (min-width:1450px){
	.wrapper .container{
		width: 1440px;
	}
}
@media screen and (max-width:1449px){
	.topBannerBlock{
		padding: 215px 0 0;
	}
	.preWrapTB{
		padding:35px 0;
	}
	.topBannerBlock .name{
		font-size: 65px;
	}
	.btnStyle1{
		padding: 25px 70px;
	}
	.nucPreL{
		padding:10px;
		gap: 10px;
		font-size: 20px;
	}
	.nucIT{
		font-size: 20px;
	}
	.h1, h1{
		font-size: 40px;
	}
	.formBlockWrap .nucTypeOr{
		padding: 20px 25px;
	}
	.infoContactsWrap{
		right: 100px;
	}
}

@media screen and (min-width:1200px){

}
@media screen and (max-width:1199px){
	

}

@media screen and (max-width:991px){
	

}



@media screen and (max-width:767px){
	

}

@media screen and (max-width:675px){
	
}
@media screen and (max-width:640px){
	
}
@media screen and (max-width:600px){
	
}
@media screen and (max-width:485px){
	
}
@media screen and (max-width:425px){}
@media screen and (max-width:400px){
	
}
@media screen and (max-width:370px){
}