html, body{
	padding:0px;
	margin:0px;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	height:100%;
	width:100%;
	min-height:100vh;
	overflow-x:hidden;
}

/* MAIN PAGE */

main{
	heihgt:100vh;
	width:100vw;
	min-height:100vh;
	background-image:url('../img/background-carusel-main.jpg');
	background-position:center;
	background-size:cover;
	height:100vh;
	display:flex;
	align-items: cntener;
	justify-content: center;
	flex-direction: column;
	position:relative;
	overflow:hidden;
}

input, textarea{

    font-family: 'Museo Sans Cyrl 500';
   
}

.mainContainer{
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
}

.bgvideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: 1;
}

.main-video-hider{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100vw;
  min-height: 100vh;
	background: linear-gradient(90deg, rgba(39, 109, 96, 0.70) 4.09%, rgba(64, 25, 83, 0.70) 95.4%);
	z-index: 2;

}


.main-background-watermark{
	position:absolute;
	top:-40px;
	right:190px;


}

.main-background-watermark img{
	width:1043px;
	height:auto;
	min-width:1043px;
}

.main-pageBlock{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	position:relative;
	z-index:3;


}

.main-page-underMainMenu{
	position:relative;
	z-index:3;
}

.main-page-logo{
	width:578ox;
	height:413px;
	max-height:413px;
	margin-bottom:50px;
	margin-top:2%;
}

.main-page-logo img{
	widht:100%;
	height:100%;
	min-width:100%;
	min-width:100%;

}

.main-pageMenuItems{
	margin:0px auto;
	width: 1110px;
	height:auto;
	display:flex;
	align-items: stretch;
	justify-content: center;
	cursor:pointer;
}

.main-pageMenuItemButtonImage{
	width:37px;
	min-width:37px;
	height:37x;
	min-height:41px;
	background-postion:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	bottom:25px;
	right:5px;
}

.main-pageMenuItemTitle{
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	height:100%;
	margin-left:45px;
	max-width:200px;
	padding-top:40px;
	position:relative;
	z-index:3;
}

.main-pageMenuItem{
	  min-width: 25%;
	  min-height: 165px;
	  position: relative;
	  height:114px;
	  overflow: visible;
}

.main-pageMenuItemBackground{
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;	
	height:100%;
	width:100%;
}

.main-pageMenuItemBackground .arrow{
	transform-box: fill-box;
  transform-origin: center;
	 transition: 0.3s;
   transition-timing-function: ease;
}

.main-pageMenuItemBackground .menu-block{
	 transition: 0.3s;
   transition-timing-function: ease;
}

.main-pageMenuItem:hover .main-pageMenuItemBackground .menu-block{
	filter: url(#filter0_d_53_20);
	transition: 0.3s;
   transition-timing-function: ease;
}


.main-pageMenuItem:hover .main-pageMenuItemBackground .arrow{
	transform-box: fill-box;
  transform-origin: center;
  transform: rotate(-90deg);
  transition: 0.3s;
   transition-timing-function: ease;
}






.main-pageFooterBlock{
	width: 1110px;
	height: 42.228px;
	border-radius: 120.652px;
	border: 1.207px solid #FFF;
	background: rgba(217, 217, 217, 0.23);
	backdrop-filter: blur(20.51087188720703px);
	margin:0px auto;
}

.pageFooterBlockBottonsContainer{
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
	color: #FFF;
}

.pageFooterBlockBottonsItem{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	height:100%;
}

.pageFooterBlockBottonsItemImage{
	width:20px;
	height:20px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	margin-right:10px;
}

.pageFooterBlockBottonsItemImage.emailIcon{
	background-image:url('../img/icons/main-pageFooterMenuItemEmail.svg');
}

.pageFooterBlockBottonsItemImage.phoneIcon{
	background-image:url('../img/icons/main-pageFooterMenuItemPhone.svg');
	margin-left:41px;
}

.pageFooterBlockBottonsItemTitle{
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	cursor:pointer;
}

.main-pageCopyrightContainer{
	width: 1110px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-top:29px;

}

.main-pageCopyrightLeft{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* ensure ICP/beian link matches other footer links */
.main-pageCopyrightLeft a{
	color: #FFF;
	text-decoration: none;
}
.main-pageCopyrightLeft a:visited{
	color: #FFF;
}
.main-pageCopyrightLeft a:focus{
	color: #FFF;
}
.main-pageCopyrightLeft a:active{
	color: #FFF;
}
.main-pageCopyrightLeft a:hover{
	color: #F6A200;
	text-decoration: underline;
}

.main-pageCopyrightRight{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.main-pageCopyrightMenuItem{
	display:block;
	margin-left:25px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor:pointer;
}

.main-pageCopyrightMenuItem:hover{
	color: #F6A200;
	text-decoration:underline;
}

@media screen and (max-width:1940px){
	.main-page-logo{
		width:500px;
		height:347px;
		max-height:357px;
	}

	.main-pageMenuItems{
		width:990px;
	}

	.main-pageCopyrightContainer{
		width:990px;
	}

	.main-pageFooterBlock{
		width:990px;
	}

	.main-pageMenuItemTitle{
		font-size:20px;
		max-width:170px;
	}

	.main-pageMenuItemButtonImage{
		width:34px;
		height:34px;
		min-height:34px;
		min-width:34px;
		bottom:40px;
	}
	.bgvideo {
		top:0px;
		left:none;
		bottom:auto;
	}



}

@media screen and (max-width:1366px){
	.main-page-logo{
		width:344px;
		height:246px;
		max-height:246px;
	}

	.main-pageMenuItems{
		width:920px;
		max-width:calc(100% - 40px);
	}

	.main-pageCopyrightContainer{
		width:920px;
		max-width:calc(100% - 40px);
	}

	.main-pageFooterBlock{
		width:920px;
		max-width:calc(100% - 40px);
	}

	.main-pageMenuItemTitle{
		font-size:20px;
		max-width:170px;
	}

	.main-pageMenuItemButtonImage{
		width:34px;
		height:34px;
		min-height:34px;
		min-width:34px;
		bottom:40px;
	}
	.bgvideo {
		top:0px;
		left:none;
		bottom:auto;
	}
}

@media screen and (max-width:768px){
	.main-page-logo{
		width:424px;
		height:302px;
		max-height:302px;
	}

	.main-pageMenuItems{
		width:calc(100% - 40px);
		flex-wrap: wrap;
	}

	.main-pageCopyrightContainer{
		width:calc(100% - 40px);
	}

	.main-pageFooterBlock{
		width:calc(100% - 40px);
	}

	.main-pageMenuItemTitle{
		font-size:23px;
		max-width:170px;
	}

	.main-pageMenuItemButtonImage{
		width:34px;
		height:34px;
		min-height:34px;
		min-width:34px;
		bottom:40px;
	}

	.main-pageMenuItem{
		width:254px;
		height:128px;
		margin-top: -30px;
	}

	.main-page-underMainMenu{
		width:100%;
	}

	.main-background-watermark img{
		width:380px;
		height:1250px;
		min-width:370px;
	}

	.main-background-watermark{
		position:absolute;
		top:-365px;
		right:0px;
		height:1400px;
	}

	.pageFooterBlockBottonsContainer{
		flex-wrap: wrap;
	}

	.main-pageFooterBlock{
			
		height:auto;
		padding-top:5px;
		padding-bottom:5px;
	}

	.pageFooterBlockBottonsItemTitle{
		font-size:14px;
		line-height:2;
	}

	.pageFooterBlockBottonsItemImage{
		width:17px;
		height:17px;
	}

	.pageFooterBlockBottonsItemImage.phoneIcon{
		margin-left:0px;
	}

	.main-pageCopyrightContainer{
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.main-pageCopyrightLeft{
		margin-bottom:15px;
	}

	.main-pageCopyrightRight{
		flex-direction: column;
	}

	.main-pageCopyrightMenuItem{
		margin-bottom:15px;
		margin-left:0px;
	}

	.bgvideo {
		top:0px;
		left:none;
		bottom:auto;
	}

}

@media screen and (max-width:550px){
	.main-page-logo{
		width:260px;
		height:185px;
		max-height:185px;
	}

	.main-pageMenuItem{
		width:155px;
		height:80px;
		margin-top: -60px;
		min-width:45%;
	}

	.main-pageMenuItems{
		width:calc(100% - 40px);
		flex-wrap: wrap;
		margin-top:40px;
	}


    .main-pageMenuItemTitle{
    	margin-left:25px;
    	padding-top:55px;
    	font-size:15px;
		max-width:140px;
    }

    .main-pageMenuItemButtonImage{
		width:27px;
		height:27px;
		min-height:27px;
		min-width:27px;
		bottom: 65px;
    	right: 7px;
	}
}

@media screen and (max-width:375px){
	 .main-pageMenuItemButtonImage{
		width:20px;
		height:20px;
		min-height:20px;
		min-width:20px;
		bottom: 88px;
    	right: 7px;
	}

	


}
/* [END] MAIN PAGE */

/* ABOUT */
.about-page-caruselContainer{
	width:100%;
	min-height:667px;
	background-image:url('../img/about-page-carusel-backbround.jpg');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.about-page-carusel-bgvideo{
	position:absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
}

.about-page-carusel-video-hider{
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	background: linear-gradient(90deg, rgba(39, 109, 96, 0.70) 4.09%, rgba(64, 25, 83, 0.70) 95.4%);
	z-index: 2;
}

header{
	position:relative;
	width:100%;
	z-index:4;
}

.page-headerContainer{
	width:1110px;
	margin:0px auto;
	max-width:100vw;
	display:flex;
	align-items: center;
	justify-content: space-between;
	z-index:11;

}

.page-header-main-logo{
	width:250px;
	height:68px;
	min-width:250px;
	min-height:68px;
	background-image:url('../img/about-header-logo.svg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin-top:18px;
	cursor:pointer;
}

.page-header-topMenuContainer{
	margin-top:5px;
}

.page-header-topMenuContactsBlock{
	display:flex;
	align-items: center;
	justify-content: flex-end;
}

.page-header-topMenuContactItem{
	margin-left:22px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.page-header-topMenuContactItemIcon.emailIcon{
	width:18px;
	height:13px;
	background-image:url('../img/icons/main-pageFooterMenuItemEmail-orange.svg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin-right:10px;
}

.page-header-topMenuContactItemIcon.phoneIcon{
	width:17px;
	height:18px;
	background-image:url('../img/icons/main-pageFooterMenuItemPhone-orange.svg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin-right:10px;
}

.page-header-topMenuContactItemTitle{
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	cursor:pointer;
}

.page-header-topMenuContactSeparator{
	width: 1px;
	height: 23px;
	background-color:#ffffff;
	margin-left:22px;
}

.page-headerMenuBlock{
	margin-top:15px;
	display:flex;
	align-items: center;
	justify-content: flex-end;
}

.page-headerMenuItem{
	color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin-left:40px;
	cursor:pointer;
	text-decoration:none;
	transition: 0.3s;
   transition-timing-function: ease;
   border-bottom:solid 2px rgba(255,255,255,0);
}

.page-headerMenuItem:hover{
	color: #F66700;
	border-bottom:solid 2px #F66700;
	transition: 0.3s;
   transition-timing-function: ease;
}

.page-headerMenuItem.active, .page-headerMenuItem:active{
	color: #F6A200;
	border-bottom:solid 2px #F6A200;

}


.page-caruselContainer{
	position:relative;
	z-index:3;
	margin:0px auto;
	width:1110px;
	max-width:calc(100% - 40px);
}

.about-page-caruselContentBlock{
	margin-top:90px;
	max-width:570px;
}

.about-page-carusel-beforeTitle{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:5px;
}

.about-page-carusel-title{
	color: #FFF;
	font-size: 44px;
	font-style: normal;
	font-weight: 900;
	line-height: 111%; 
}

.about-page-carusel-title span{
	color: #F6A200;
	display: block;
}

.about-page-carusel-description{
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 158%; 
	margin-top:27px;
}

.about-page-carusel-buttonsBlock{
	margin-top:26px;
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

.button-query{
	width:202px;
	height:43px;
	min-width:202px;
	min-height:43px;
	border-radius: 100px;
	background: linear-gradient(90deg, #F6A200 26.59%, #F66700 112.6%);
	
	display:flex;
	align-items: center;
	justify-content: space-between;
	cursor:pointer;
	transition: 0.3s;
   transition-timing-function: ease;
}

.button-query:hover{
	box-shadow: 0px 12px 22px 0px rgba(255, 147, 20, 0.35);
	background: linear-gradient(180deg, #F6A200 26.59%, #F66700 112.6%);
	transition: 0.2s;
    transition-timing-function: ease;
}

.button-query:hover .button-query-icon{
	transition: 0.2s;
    transition-timing-function: ease;
     transform: rotate(90deg);
}

.button-query-title{
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-left:22px;
}

.button-query-icon{
	width:34px;
	height:34px;
	border-radius:50%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-right:5px;
	transition: 0.2s;
    transition-timing-function: ease;
}

.buttonDefault{
	margin-left:12px;
	border-radius: 100px;
	border: 1px solid #FFF;
	background: rgba(217, 217, 217, 0.23);
	backdrop-filter: blur(17px);
	width:196px;
	height:42px;
	min-width:196px;
	min-height:42px;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	display:flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.contentContainer{
	position:relative;
}

.about-blocks-watermark{
	position:absolute;
	bottom:0px;
	right:-97px;
	width: 232.422px;
	height: 658.411px;
	background-image:url('../img/about-page-blocks-watermark.svg');	
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;

}
  
.about-blockItem{
	width:1110px;
	margin:0px auto;
	max-width:calc(100% - 40px);
	display:flex;
	align-items: center;
	justify-content: flex-start;
	padding-top:80px;
	padding-bottom:80px;
	position:relative;
}

.about-blockItem.Reverse{
	justify-content: flex-end;
}

.block-greyBackground{
	background: #F3F1FA;	
}

.about-blockItem .button-query{
	margin-left:22px;
	margin-top:30px;
}

.Reverse .about-blockImageContainer{
	margin-left:70px;
}

.Reverse .about-block-content{
	margin-left:57px;
}

.about-blockImageContainer{
	position:relative;
	width:50%;
}


.about-block-Image{
	width: 540px;
	height: 372px;
	border-radius: 25px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	z-index:1;
	max-width:100%;
}

.about-block-Image-Shadow{
	width: 492.322px;
	height: 372px;
	border-radius: 25px;
	filter: blur(40px);
	position:absolute;
	z-index:0;
	top:17px;
	left:24px;
	max-width:92%;
}

.firstBlock{
	background-image:url('../img/about-page-block-image-001.jpg');
}

.secondBlock{
	background-image:url('../img/about-page-block-image-002.jpg');
}

.thirdBlock{
	background-image:url('../img/about-page-block-image-003.jpg');
}

.about-block-content{
	margin-left:70px;
}

.about-block-TitleContainer{
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.about-Block-TitleCircle{
	width: 9.514px;
	min-width: 9.514px;
	min-height: 9.514px;
	height: 9.514px;
	background:linear-gradient(90deg, #F6A200 26.59%, #F66700 112.6%);
	box-shadow:0px 12px 22px rgba(255, 147, 20, 0.35);
	border-radius:50%;
	margin-top:23px;
}


.about-Block-Title{
	margin-left:10px;
	color: #1C1C1C;
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	max-width:430px;
}

.about-block-Description{
	color: #1B1B1B;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 153%; 
	max-width:417px;
	margin-left:22px;
	margin-top:12px;
}

.about-block-garantii{
	width: 1110px;
	min-height: 172px;

	margin:50px auto;
	background-image:url('../img/about-page-garantii-backbround.jpg');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	display:flex;
	align-items: center;
	justify-content: space-between;
	border-radius:20px;
	max-width:calc(100% - 40px);
}

.about-block-garantii .button-query{
	margin-right:70px;
}

.about-block-garantii-title{
	color: #FFF;
	font-size: 27px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	max-width:822px;
	margin-left:25px;
}

footer{
	background: #190C23;
	padding-top:41px;
}

.footerMenuContainer{
	position:relative;
	display:flex;
	align-items: center;
	justify-content: space-between;
	width:1110px;
	max-width:calc(100% - 40px);
	margin:0px auto;
}

.upButton{
	position:absolute;
	right:-45px;
	top:-84px;
	height:60px;
	min-height:60px;
	width:60px;
	min-width:60px;
	cursor:pointer;
	background:linear-gradient(90deg, #F6A200 26.59%, #F66700 112.6%);
	border-radius:50%;
	display:flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
   transition-timing-function: ease;
}

.upButton svg{
	display:block;
}

.upButton:hover{
	background:linear-gradient(180deg, #F6A200 26.59%, #F66700 112.6%);
	box-shadow:0px 12px 22px rgba(255, 147, 20, 0.35);
	transition: 0.2s;
   transition-timing-function: ease;
}

.footerLogoBlock{
	width: 249.517px;
	height: 68.334px;
	background-image:url('../img/about-header-logo.svg');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footerMenuBlock{
	display:flex;
	align-items: center;
	justify-content: flex-end;
}

.footerMenuItem{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin-left:40px;
	cursor:pointer;
	border-bottom:solid 2px rgba(255,255,255,0);
	transition: 0.3s;
   transition-timing-function: ease;
   text-decoration:none;
}

.footerMenuItem:hover{
	color: #F66700;
	border-bottom:solid 2px #F66700;
	transition: 0.3s;
   transition-timing-function: ease;
}

.footerMenuItem.active, .footerMenuItem:active{
	color: #F6A200;
	border-bottom:solid 2px #F6A200;

}

footer .page-header-topMenuContactsBlock{
	width:1110px;
	max-width:calc(100% - 40px);
	margin:0px auto;
	margin-top:30px;
	justify-content: flex-start;
}

footer .page-header-topMenuContactItem{
	margin-left:0px;
	margin-right:20px;
}

footer .page-header-topMenuContactSeparator{
	margin-left:0px;
	margin-right:20px;
}

.page-footerCopyrightblock{
	width:1110px;
	max-width:calc(100% - 40px);
	margin:0px auto;
	margin-top:30px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:17px;
}

.page-footer-copyrightText{
	color: rgba(255,255,255,0.4);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* footer inline links (e.g., ICP) should match footer link colors */
.page-footer-copyrightText a{
	color: rgba(255,255,255,0.4);
	text-decoration: none;
}
.page-footer-copyrightText a:hover{
	color: rgba(255,255,255,1);
	text-decoration: underline;
}
.page-footer-copyrightText a:visited,
.page-footer-copyrightText a:focus,
.page-footer-copyrightText a:active{
	color: rgba(255,255,255,0.4);
}

.page-footerCopyrightMenu{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.page-footerCopyrightMenuItem{
	margin-left:45px;
	color: rgba(255,255,255,0.4);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor:pointer;
	transition: 0.3s;
    transition-timing-function: ease;
}

.page-footerCopyrightMenuItem:hover{
	color: rgba(255,255,255,1);
	transition: 0.3s;
    transition-timing-function: ease;
}

.page-headerMobileMneuButton{
		width: 32.201px;
	height: 38.515px;
	background-image:url('../img/icons/mobile-menu-button.svg');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	margin-right:14px;
	margin-left:21px;
	cursor:pointer;
	margin-top:5px;
}

.page-header-mobile-menu{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	background: linear-gradient(90deg, #276D60 4.09%, #401953 95.4%);
	display:none;
	z-index:10;
	
}

.page-header-mobile-menu-inside{
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height:100%;
}

.mobile-menu-items{
	display:flex;
	align-items: center;
	justify-content: space-between;
	height:55%;
	flex-direction: column;

}

.mobile-menu-item{
	text-align:center;
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	display:block;
	text-decoration: none;
}

@media screen and (max-width:1220px){
	.about-blocks-watermark{
			right:-40px;
	}
	.upButton{
		right:5px;
	}
}

@media screen and (max-width:1150px){
	.page-headerMenuBlock{
			display:none;
	}

	.page-headerMobileMneuButton{
			display:block;
	}

	.page-header-main-logo{
			margin-left:12px;
	}

	.page-headerContainer{
			position:relative;
			z-index:11;
	}

	.about-block-content{
		margin-left:30px;
		padding-right:19px;
	}

	.about-block-Image{
			height:320px;
	}

	.about-block-Image-Shadow{
		height:320px;
	}

	.about-block-garantii{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.about-block-garantii-title{
		padding-top:30px;
		padding-bottom:30px;
		text-align:center;
		font-size: 22px;
		padding-right:30px;
		padding-left:30px;
		margin-left:0px;
	}

	.about-block-garantii .button-query{
		margin-right:0px;
		margin-bottom:30px;
	}

	.about-blockItem{
		align-items: flex-start;
	}

	.about-blockItem.Reverse{
		max-width:calc(100% - 40px);
	}

	.about-Block-Title{
		font-size:35px;
	}

	.footerMenuBlock{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-right:40px; 
		margin-bottom:-70px;
	}

	.footerMenuItem{
		margin-bottom:20px;
	}

	.Reverse .about-block-content{
		max-width: calc(50% - 90px);
	}

}

@media screen and (max-width:768px){
	.page-header-topMenuContainer{
		display:none;
	}

	.about-page-caruselContentBlock{
		max-width:calc(100%);
		text-align: center;
	}

	.about-page-carusel-title{
		font-size: 30px;
	}

	.about-page-carusel-buttonsBlock{
		align-items: center;
		justify-content: center;

	}

	.about-blockItem{
		flex-direction: column;
	}

	.about-blockImageContainer{
		width:100%;
	}

	.about-block-content{
		margin-top:30px;
		margin-left:10px;
	}

	.about-blockItem.Reverse{
		flex-direction: column-reverse;
	}

	.Reverse .about-blockImageContainer{
		margin-left:0px;
	}

	.Reverse .about-block-content{
			max-width:100%;
			margin-left:10px;
	}

	.footerMenuContainer{
		flex-direction: column;
	}

	.footerMenuBlock{
		align-items: center;
		margin-top:110px;
		margin-bottom:0px;
		margin-right:0px;
	}

	.page-header-topMenuContactsBlock{
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	footer{
		position:relative;
	}

	.page-header-topMenuContactsBlock{
		position:absolute;
		top:100px;

	}

	footer .page-header-topMenuContactsBlock{
		max-width:100%;
	}

	footer .page-header-topMenuContactItem{
		margin-right:0px;
		margin-bottom:12px;
	}

	.footerMenuItem{
		margin-left:0px;
	}


	.page-header-topMenuContactSeparator{
		display:none;
	}

	.page-footerCopyrightblock{
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
	}

	.page-footer-copyrightText{
		margin-top:15px;
	}

	.page-footerCopyrightMenu{
		flex-direction: column;
		align-items: center;
		justify-self: center;
	}

	.page-footerCopyrightMenuItem{
		margin-left:0px;
		margin-bottom:15px;
	}
}

@media screen and (max-width:470px){
	.about-page-carusel-buttonsBlock{
		flex-direction: column;
	}

	.about-page-carusel-buttonsBlock .buttonDefault{
		margin-left:0px;
		margin-top:25px;
	}

	.about-Block-Title{
		font-size: 30px;
	}


}

/* [END] ABOUT */

/* CATALOG PAGE */
.catalog-page-caruselContainer{
	height:201px;
	width:100%;
	background-image:url('../img/catalog-page-header-background.jpg');
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:-1px;
}

.catalog-page-Title{
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-top:20px;
}

.page-header-Content{
	width:1110px;
	max-width:calc(100% - 40px);
	margin:0px auto;
}

.page-breadcrumbsContainer{
	margin-top:15px;
	display:flex;
	align-items: center;
	justify-content: flex-start;
	color: rgba(255,255,255,0.6);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:10px;
}

.breadcrumbs-item{
	margin-right:5px;
}

.breadcrumbs-separator{
	margin-right:5px;
}

.page-catalogContainer{
	width:1110px;
	margin:0px auto;
	max-width:calc(100% - 40px);
	position:relative;
	min-height:calc(100vh - 400px);
	padding-bottom:40px;
}

.catalog-page-searchContainer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top:40px;
	padding-bottom:40px;
	position:relative;
	z-index:3;

}

.catalog-search-block{
	position:relative;
	width:80%;
}

.catalog-search-input input{
	width: calc(100% - 60px);
	height: 40px;
	flex-shrink: 0;
	border-radius: 22px;
	border: 1px solid #DCDCDC;
	padding-right:40px;
	padding-left:20px;
	color: #7A7A7A;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; 
}

.catalog-search-button{
	position:absolute;
	right:5px;
	top:5px;
	background: linear-gradient(90deg, #F6A200 26.59%, #F66700 112.6%);
	transition: 0.3s;
    transition-timing-function: ease;
    cursor:pointer;
    display:flex;
	align-items: center;
	justify-content: center;
	width: 33.725px;
	height: 33.725px;
	border-radius:50%;
}

.catalog-search-button:hover{
	box-shadow: 0px 12px 22px 0px rgba(255, 147, 20, 0.35);
	background: linear-gradient(180deg, #F6A200 26.59%, #F66700 112.6%);
	transition: 0.2s;
    transition-timing-function: ease;
}

.catalog-perpageContainer{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.catalog-perpageTitle{
	color: #3F3F3F;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 119.5%; 
	margin-right:10px;
}

.catalog-perpeageSelect select{ 
	border-radius: 22px;
	background: #EFEFEF;
	border:none;
	padding:10px 17px;
	padding-right:45px;
	background-image:url('../img/icons/arrow-down.svg');
	background-position:right 15px center;
	background-repeat: no-repeat;
	color: #3F3F3F;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 119.5%; 
	 -moz-appearance: none;
	  -webkit-appearance: none;
	  appearance: none;

}

.catalog-table-empty-result{
	display:none;
	color: #1C1C1C;
	text-align: left;
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	padding-bottom:120px;
	min-height:calc(100vh - 670px);
}

.catalog-table-items{

}

.catalog-table-header{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom:15px;
}

.catalog-table-header-column.name{
	width:calc(100% - 630px);
	color: #A7A7A7;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-left:26px;
	margin-right:10px;
}

.catalog-table-header-column.article{
	width:200px;
	color: #A7A7A7;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right:10px;
}

.brand-name-container{
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

.brand-arrow{
	background-image:url('../img/icons/arrow-down-brand.svg');
	background-position:center;
	background-repeat: no-repeat;
	background-size:70%;
	width:14px;
	height:8px;
	margin-left:15px;
}

.catalog-table-header-column.brand{
	width:200px;
	color: #A7A7A7;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right:10px;
	position:relative;
	cursor:pointer;
}

.catalog-header-column-brand-select{
	border:solid 1px #dddddd;
	background-color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	border-radius:3px;
	font-size:14px;
	top:20px;
	left:-15px;
	display:none;
	z-index:7;
	padding:15px;
	padding-top:7px;
	padding-bottom:7px;
}

.catalog-header-column-brand-select-item{
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
}

.catalog-header-column-brand-select-item:hover{
	text-decoration: underline;
}



.catalog-table-header-button-placeholder{
	width:250px;
	color: #A7A7A7;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right:10px;
}

.catalog-table-row{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 15px;
	border: 1px solid rgb(215, 215, 215, 0.2);;
	background: #FFF;
	box-shadow: 0px 30px 25px -15px rgba(0, 0, 0, 0.075);
	padding-right:20px;
	padding-top:17px;
	padding-bottom:17px;
	margin-bottom:12px;
	position:relative;
	z-index:1;
	background-color:rgba(255,255,255,0.2);
}

.catalog-table-column.name{
	width:calc(100% - 680px);
	padding-left:26px;
	margin-right:60px;
	color: #1C1C1C;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; 

}

.catalog-table-column.article{
	width:200px;
	margin-right:10px;
	color: #1C1C1C;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.catalog-table-column.brand{
	width:200px;
	margin-right:10px;
	color: #1C1C1C;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.catalog-table-column-button{
	width: 206px;
	height: 38px;
	flex-shrink: 0;
	border-radius: 100px;
	background: #F6A200;
	box-shadow: 0px 12px 22px 0px rgba(255, 147, 20, 0.35);
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; 
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}

.catalog-paginatorContainer{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top:70px;
	margin-bottom:62px;
	position:relative;
	z-index:1;
}

.catalog-paginatorArrowLeft.disabled{
	border-radius: 4px;
	width: 32px;
	height: 32px;
	background: rgb(152, 155, 158, 0.2);
	background-image:url('../img/icons/arrow-left-white.svg');
	background-position: center;
	background-repeat: no-repeat;
	margin-right:4px;
	margin-left:4px;
}



.catalog-paginatorItem{
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #DFE3E8;
	background: #FFF;
	color: #505050;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; 
	margin-right:4px;
	margin-left:4px;
	cursor:pointer;
	margin-bottom:5px;
}

.catalog-paginatorItem.hidden{
	display:none;
}

.catalog-paginatorItem.active{
	border: 1px solid #F6A200;
	color: #8B8B8B;
}

.catalog-paginatorItemSeparator{
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #DFE3E8;
	background: #FFF;
	margin-right:4px;
	margin-left:4px;
}

.catalog-paginatorArrowRight{
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #DFE3E8;
	background: #FFF;
	background-image:url('../img/icons/arrow-right-grey.svg');
	background-position: center;
	background-repeat: no-repeat;
	margin-left:4px;
	cursor:pointer;
}

.catalog-content-watermark{
	width: 232.422px;
	height: 658.411px;
	background-image:url('../img/about-page-blocks-watermark.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	position:absolute;
	bottom:-70px;
	right:-97px;
	z-index:0;
}


.catalog-page-quote-formContainer{
	width:100vw;
	height:100vh;
	background-color:rgba(0,0,0,0.8);
	display:flex;
	align-items: center;
	justify-content: center;
	position:fixed;
	top:0px;
	right:0px;
	z-index:27;
	opacity:0;
}


.message-popup{
	display:none;
}

.popup-success-message-Container{
	width:100vw;
	height:100vh;
	background-color:rgba(0,0,0,0.8);
	display:flex;
	align-items: center;
	justify-content: center;
	position:fixed;
	top:0px;
	right:0px;
	z-index:27;
	opacity:0;
	
}

.popup-success-message-block{
	border-radius: 25px;
	background: #FFF;
	position:relative;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:40px;
	width:524px;
	max-width:calc(100% - 60px);
}

.popup-success-message-title{
	color: #1C1C1C;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-top:23px;
}

.popup-success-message-description{
	color: #1C1C1C;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin:20px auto;
	max-width:444px;
}


.popup-success-message-image{
	width:88px;
	height:88px;
	border-radius:50%;
	margin:0px auto;
	margin-top:-44px;
}

.popup-request-form{
	display:none;
}

.catalog-page-quote-formBlock{
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 15px 35px -14px #053D35;
	width: 310px;
	position:relative;
	padding-left:40px;
	padding-right:30px;
	padding-top:32px;
	padding-bottom:41px;
}

.catalog-page-quoteFormClose{
	right:0px;
	top:-40px;
	position:absolute;
	cursor:pointer;
}

.catalog-page-quote-from-Title{
	color: #000;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; 
}

.catalog-page-quote-form-Descr{
	color: #2A2A2A;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; 
	max-width:300px;
	margin:0px auto;
	margin-bottom:23px;
	margin-top:3px;
}

.catalog-page-quote-form-Item{
	margin-bottom:18px;
}

.catalog-page-quote-form-Item input{
	padding:8px 15px; 
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; 
	fill: #FFF;
	border: solid 1px #CAD1D8;
	border-radius:25px;
	width:calc(100% - 40px);
}

.catalog-page-quote-form-CheckboxContainer{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top:10px;
	cursor:pointer;
}

.catalog-page-quote-formCheckboxIcon{
	width:20px;
	margin-right:11px;
}

.catalog-page-quote-formCheckboxTitle{
	color: rgba(0,0,0,0.55);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; 
	max-width:270px;
}

.catalog-page-quote-formCheckboxTitle a{
	font-weight: 700;
	line-height: 19.5px;
	text-decoration-line: underline;
	cursor:pointer;
	color: rgba(0,0,0,0.55);
}

.catalog-page-quote-form-button{
	width: 100%;
	height: 50px;
	flex-shrink: 0;
	border-radius: 100px;
	background: #F6A200;
	box-shadow: 0px 12px 22px 0px rgba(255, 147, 20, 0.35);
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; 
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
	margin:0px auto;
	margin-top:18px;	
}

.catalog-page-quote-form-button.disabled{
	opacity:0.2;
	cursor:default;
}

.catalog-pre-name, .catalog-pre-article, .catalog-pre-brand{
	display:none;
	color: #A7A7A7;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}


.catalog-form-error-text{
	color: #CB1D1D;
	text-align: right;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 119.5%; 
	margin-top: 3px;
  margin-right: 15px;
  display:none;
}

@media screen and (max-width:1000px){
	.catalog-page-searchContainer{
		flex-direction: column;
	}

	.catalog-search-block{
		width:100%;
	}

	.catalog-perpageContainer{
		margin-top:10px;
	}

	.catalog-table-header{
		display:flex;
		margin-top:-70px;
		margin-bottom:40px;
		position:relative;
		z-index:4;
	}

	.catalog-table-header-column.name{
		display:none;
	}

	.catalog-table-header-column.article{
		display:none;
	}

	.catalog-table-header-column.brand{
		margin-left:20px;
	}

	.catalog-page-searchContainer{
		align-items: flex-end;
	}

	.catalog-pre-name{
		display:block;
	}

	.catalog-pre-article, .catalog-pre-brand{
		display:inline-block;
		padding-right:10px;
	}

	.catalog-table-column.name{
		width:100%;
		margin-bottom:14px;
		margin-right:0px;
	}

	.catalog-table-row{
		flex-wrap: wrap;
	}

	.catalog-table-column.article{
		width:calc(60% - 26px);
		margin-left:26px;
	}

	.catalog-table-column.brand{
		width:30%;
	}

	.catalog-table-column-button{
		margin-top:23px;
		margin-left:26px;
	}

}

@media screen and (max-width:440px){
	.catalog-page-Title{
		font-size: 30px;
	}

	.catalog-search-input input{
		font-size: 15px;
	}

	.catalog-page-quote-formBlock{
			max-width:calc(100% - 20px);
	}


}

/* [END] CATALOG PAGE */

/* SEND QUERY */
.quote-page-Container{
	min-height:calc(100vh - 426px);
}

.quote-page-Inside{
	width:1110px;
	max-width:calc(100% - 40px);
	margin:0px auto;
	position:relative;
}

.quote-page-block{
	display:flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top:49px;
	flex-wrap: wrap;
}

.quote-page-block-part-left{
	width:calc(33% - 20px);
}

.quote-page-block-part-center{
	width:calc(33% - 20px);
}

.quote-page-block-part-right{
	width:calc(33% - 20px);
}

.quote-page-block-checkboxBlock{
	width:100%;
}

.quote-page-block-button{
	width: 315px;
	height: 50px;
	flex-shrink: 0;
	border-radius: 100px;
	background: #F6A200;
	box-shadow: 0px 12px 22px 0px rgba(255, 147, 20, 0.35);
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; 
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}

.quote-block-item-input{
	margin-bottom:18px;
}


.quote-page-block-buttonContainer{
	margin-bottom:40px;
}

.quote-page-block-buttonContainer.disabled{
	opacity:0.2;
}


.quote-block-item-input input{
	height: 40px;
	background-color: #FFF;
	border:solid 1px #CAD1D8;
	border-radius:25px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; 
	width:calc(100% - 61px);
	padding-left:16px;
	padding-right:45px;

}

.quote-block-item-input.name input{
	background-image:url('../img/icons/user-name-input.svg');
	background-position: right 12px center;
	background-repeat: no-repeat;
}

.quote-block-item-input.company input{
	background-image:url('../img/icons/company-name-input.svg');
	background-position: right 10px center;
	background-repeat: no-repeat;
}

.quote-block-item-input.phone input{
	background-image:url('../img/icons/phone-input.svg');
	background-position: right 10px center;
	background-repeat: no-repeat;
}

.quote-block-item-input.email input{
	background-image:url('../img/icons/email-input.svg');
	background-position: right 10px center;
	background-repeat: no-repeat;
}

.quote-block-item-textarea{
	height:calc(100% - 37px);
}

.quote-block-item-textarea textarea{
	height: 40px;
	background-color: #FFF;
	border:solid 1px #CAD1D8;
	border-radius:20px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; 
	width:calc(100% - 44px);
	padding:9px;
	padding-left:22px;
	padding-right:22px;
	height:100%;
}

.quote-block-upload-areaContainer{
	border-radius: 25.619px;
	border: 2.05px dashed #C8C8C8;
	background: #EDF7FF;
	width:calc(100% - 30px);
	height:calc(100% - 20px);
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 45px;
  padding-bottom: 45px;
}

.quote-block-upload-areaContainer:hover{
	border-color:#F6A200;
}

.quote-block-upload-areaContainer form{ 
	opacity:0;
	position: absolute !important;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  cursor:pointer;
}

fieldset legend{
	position:absolute;
	top:0px;
	left:0px;
	z-index:23;
	width:100%;
	height:100%;
}


.quote-block-upload-area-under{
	color: #898989;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	margin-top:7px;
	margin-bottom:-15px;
}

.quote-block-upload-icon{
	background-image:url('../img/icons/upload-cloud.svg');
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 37px;
	height: 38px;
	margin-bottom:6px;
}

.quote-block-upload-area-Title{
	color: #686868;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}

.quote-block-upload-area-Descr{
	color: #898989;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:2px;
}

.quote-block-upload-area-Button{
	display: flex;
	width: 160px;
	height: 38px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 100px;
	border: 1px solid #F6A200;
	margin-top:7px;
	cursor:pointer;
	position:relative;
	z-index:999999999;
}

.upload-areaButton-icon{
	background-image:url('../img/icons/button-upload.svg');
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 20px;
	height: 20px;
}

.upload-areaButtonTitle{
	color: #F6A200;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

}
/* [END] SEND QUERY */

/* CONTACT */
.contacts-page-Text{
	color: rgba(0,0,0,0.55);

	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.5px; 
	margin-top:26px;
	margin-bottom:30px;
}

.contact-page-block-title-icon{
	background: linear-gradient(90deg, #F6A200 26.59%, #F66700 112.6%);
	box-shadow: 0px 12px 22px 0px rgba(255, 147, 20, 0.35);
	min-width: 9.514px;
	min-height: 9.514px;
	width:10px;
	height:10px;
	border-radius:50%;
	margin-right:7px;
	margin-top:3px;
}

.contact-page-block-title-text{
	color: #000;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; 
}

.contacts-page-block-title-contanier{
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

.contacts-page-block-container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.contacts-page-block-left{
	width:calc(50% - 20px);
}

.contacts-page-block-right{
	width:calc(50% - 20px);
}

.contact-page-block-phone-line{
	display:flex;
	justify-content: flex-start;
	align-items: center;

}

.contacts-page-block-right .contact-page-block-phone-block{
	margin-top:20px;
}

.contact-page-block-phone-block{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	margin-left:17px;
	margin-top:17px;
}

.contact-page-block-phone-icon{
	height:24px;
	width:24px;
	min-height:24px;
	min-width:24px;
	background-image:url('../img/icons/contact-dark-icon.svg');
	background-position:center;
	background-repeat: no-repeat;
	background-size:80%;
	margin-right:8px;
}

.contact-page-block-phone-text{
	color: #262A40;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	text-decoration-line: underline;
	cursor:pointer;
}

.social-icons-block{
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

.social-icon-item{
	width: 35px;
	height: 35px;
	min-width: 35px;
	min-height: 35px;
	margin-left:16px;
	margin-top:17px;
}

.social-icon-item.whatsapp{
	background-image:url('../img/icons/whats-up-icon.svg');
	background-position:center;
	background-repeat: no-repeat;
	background-size:97%;
	cursor:pointer;
}

.social-icon-item.telegram{
	background-image:url('../img/icons/telegram-icon.svg');
	background-position:center;
	background-repeat: no-repeat;
	background-size:97%;
	cursor:pointer;
}

.social-icon-item.wechat{
	background-image:url('../img/icons/wechat-icon.svg');
	background-position:center;
	background-repeat: no-repeat;
	background-size:97%;
	cursor:pointer;
}

.social-icon-item.viber{
	background-image:url('../img/icons/viber-icon.svg');
	background-position:center;
	background-repeat: no-repeat;
	background-size:97%;
		cursor:pointer;
}

.contacts-page-block-right .contacts-page-block-email-block{
	margin-top:25px;
}

.contacts-page-block-email-block{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	margin-top:17px;
	margin-left:17px;
}

.contact-page-block-email-icon{
	height:24px;
	width:24px;
	min-height:24px;
	min-width:24px;
	background-image:url('../img/icons/contacts-email-icon.svg');
	background-position:center;
	background-repeat: no-repeat;
	margin-right:7px;
}

.contact-page-block-email-text{
	color: #262A40;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; 
	text-decoration-line: underline;
	cursor:pointer;
}

.contact-page-separator{
	margin-top:33px;
	height: 1px;
	background: #DCDCDC;
	width:100%; 
}

.contacts-page-address-block{
	margin-top:24px;
	padding-left:18px;
}

.contacts-page-address-title{
	color:#262A40;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; 
}

.contacts-page-address-text{
	color:#262A40;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	margin-top:11px;
}

@media screen and (max-width:888px){
	.contacts-page-block-container{
		flex-direction: column;
	}

	.contacts-page-block-left{
		margin:0px auto;
		max-width:calc(100% - 40px);
		width:calc(100% - 40px);
	}

	.contacts-page-block-right{
		margin:0px auto;
		margin-top:70px;
		margin-bottom:70px;
		
		max-width:calc(100% - 40px);
		width:calc(100% - 40px);
	}

	.contacts-page-block-right .contact-page-separator{
		display:none;
	}
}

@media screen and (max-width:500px){
	.contact-page-block-title-text{
		font-size: 32px;
	}
	.contacts-page-block-right{
		max-width:calc(100%);
		width:calc(100%);
	}

	.contacts-page-block-left{
		max-width:calc(100%);
		width:calc(100%);
	}

	.contacts-page-address-text{
		font-size:14px;
	}

}
/* [END] CONTACT */

/* DEFAULT PAGE */
.default-page-content{
	paddin-bottom:20px;
}

.default-page-content h2{
	color: #1C1C1C;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-botttom:15px;
	margin-top:40px;
}

.default-page-content p{
	color: rgb(27, 27, 27, 0.5);
	font-family: "Open Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 153%; 
}
/* [END] DEFAULT PAGE */


/* FILES UPLOADS */
.files-uploaded-add-button{
	margin-top:10px;
	margin-bottom:-20px;
	cursor:pointer;
}

.files-uploaded-container{
	display:none;
}

.file-uploaded-name{
	text-align: left;
	color: #808080;

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.file-uploaded-Title{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.file-uploaded-icon{
	margin-right:15px;
	margin-top: 5px;
}

.file-uploaded-item{
	border-radius: 100px;
	background: #eeeeee;
	padding-left:19px;
	padding-right:19px;
	padding-top:7px;
	padding-bottom:7px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:15px;
	position:relative;
	z-index:99;

}

.file-uploaded-item.hidden{
	display:none;
}


input.error{
	border: 1px solid #CB1D1D;	
}


/* [END] FILES UPLOADS */


@media screen and (max-width:768px){
	.quote-page-block{
		flex-direction: column;
	}

	.quote-page-block-part-left, .quote-page-block-part-center, .quote-page-block-part-right{
		width:calc(100% - 20px);
		margin:0px auto;
		margin-bottom:20px;
	}

	.quote-page-block-buttonContainer{
		margin-bottom:70px;
	}

	.catalog-page-quote-formCheckboxIcon{
		width:30px;
	}

	.catalog-page-quote-formCheckboxIcon img{
		width: 30px;
   height: 30px;
   margin-right:10px;
	}
}




