@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');
*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	list-style: none;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
}


/* Ids for menu */

#advantage{
	position: absolute;
    top: -36px;
}
#services{
	position: absolute;
    top: -40px;	
}
#examples{
	position: absolute;
    top: -31px;	
}
#faq{
	position: absolute;
    top: -45px;	
}

/*Fancy box*/

.fancybox-navigation{
	top: 50%;
}


/*Header*/

header{
	display: flex;
	max-width: 1920px;
	width: 100%;
	justify-content: center;
	max-height: 70px;
	position: fixed;
	background: rgb(255, 255, 255);
	z-index: 10;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
header .header{
	display: flex;
	max-width: 1280px;
	width: 100%;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
header .header .hamburderMenu{
	display: none;
}
header .header .logo{
	display: flex;
    height: auto;
}
header .header menu{
	display:flex;
	justify-content: space-between;
	max-width: 650px;
	width: 100%;
	-ms-align-items: center;
	align-items: center;
}
header .header menu li a{
	font-weight: normal;
	font-size: 16px;
	color: #000000;
}
header .header menu li a:hover{
	color: #FE4A47;
}
header .header a.catalog{
	display: flex;
	padding: 10px 50px;
	border-radius: 5px;
	font-size: 16px;
	color: #FE4A47;
	border-radius: 5px;	
	cursor: pointer;
	border: 1px solid #FE4A47;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
header .header a.catalog:hover{
	background: #FE4A47;
	color: #FFFFFF;
}
header .header a.catalog svg{
	display: none;
}


/* Index Page */

main{
	padding-top: 70px;
}
main.indexPage{
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	max-width: 1920px;
	width: 100%;
	-ms-align-items: center;
	align-items: center;
}
main.indexPage .topSliderWrapper{
	display: flex;
	max-width: 1920px;
	width: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
main.indexPage .topSliderWrapper .topSlider .sliderEl{
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 800px;
}
main.indexPage .topSliderWrapper .topSlider .sliderEl img{
	filter: url(#colorChange);
	position: absolute;
	height: 800px;
}
main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent{
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	max-width: 845px;
	width: 100%;
	margin: 0 auto;
	padding: 258px 0;
}
main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent h2{
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 37px;
}
main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent h4{
	font-style: normal;
	font-weight: normal;
	line-height: 34px;
	font-size: 21px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 49px;
}
main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent p{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 14px 60px;
	background: #FE4A47;
	color: #FFFFFF;
	border-radius: 5px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	margin: 0 auto;
	cursor: pointer;
}
main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent p:hover{
	background: transparent;
	color: #FE4A47;	
	border: 1px solid #FE4A47;
	padding: 13px 60px;
}
main.indexPage .topSliderWrapper .sliderArrows{
	display: flex;
    position: absolute;
    max-width: 1295px;
    width: 100%;
    justify-content: space-between;
    align-self: center;
    top: 50%;
}
main.indexPage .topSliderWrapper .sliderArrows svg{
	cursor: pointer;
}	
main.indexPage .topSliderWrapper .sliderArrows svg:hover path{
	fill: #FE4A47;
}
main.indexPage .topSliderWrapper .filter{
	height: 0px;
}
main.indexPage .advantagesBlockWrapper{
	display: flex;
	max-width: 1280px;
	width: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 90px 0 100px;
}
main.indexPage .advantagesBlockWrapper h2{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 30px;
	color: #2F343B;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 50px;
}
main.indexPage .advantagesBlockWrapper h2:before{
	content: "";
	background: #2F343B;
	width: 44px;
	height: 3px;
	margin-right: 65px;
}
main.indexPage .advantagesBlockWrapper .advantagesBlock{
	display: flex;
	justify-content: space-between;
	margin-bottom: 53px;
}
main.indexPage .advantagesBlockWrapper .advantagesBlock .advantagesBlockEl{
	display: flex;
	max-width: 32%;
	width: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 27px 3.4375% 40px;
	-ms-align-items: flex-start;
	align-items: flex-start;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
}
main.indexPage .advantagesBlockWrapper .advantagesBlock .advantagesBlockEl img{
	display: flex;
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}
main.indexPage .advantagesBlockWrapper .advantagesBlock .advantagesBlockEl h6{
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	color: #FE4A47;
	margin-bottom: 15px;
}
main.indexPage .advantagesBlockWrapper .advantagesBlock .advantagesBlockEl p{
	font-style: normal;
	font-weight: normal;
	line-height: 31px;
	font-size: 18px;
	color: #2F343B;
}
main.indexPage .advantagesBlockWrapper .clickButton{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 14px 60px;
	background: #FE4A47;
	color: #FFFFFF;
	border-radius: 5px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	margin: 0 auto;
	cursor: pointer;
}
main.indexPage .advantagesBlockWrapper .clickButton:hover{
	background: transparent;
	color: #FE4A47;	
	border: 1px solid #FE4A47;
	padding: 13px 60px;
}
main.indexPage .aboutUsWrapper{
	display: flex;
	max-width: 1920px;
	width: 100%;
	justify-content: center;
	background: url(../img/aboutUsBackground.png);
	background-repeat: no-repeat;
	height: 730px;
	padding: 165px 0;
}
main.indexPage .aboutUsWrapper .aboutUs{
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	width: 100%;
	-ms-align-items: center;
	align-items: center;
}
main.indexPage .aboutUsWrapper .aboutUs .imageWrapper{
	display: flex;
	max-width: 545px;
	width: 100%;
	height: 395px;
}
main.indexPage .aboutUsWrapper .aboutUs .imageWrapper img{
	display: flex;
	position: absolute;
	width: 521px;
	height: 371px;	
	top: 0;
	left: 0;
	z-index: 2;
}
main.indexPage .aboutUsWrapper .aboutUs .imageWrapper div{
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 522px;
	height: 371.78px;
	border: 3px solid #FE4A47;
}
main.indexPage .aboutUsWrapper .aboutUs .contentWrapper{
	display: flex;
	max-width: 630px;
	width: 100%;
	height: 302.5px;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
main.indexPage .aboutUsWrapper .aboutUs .contentWrapper .content p{
	font-style: normal;
	font-weight: normal;
	line-height: 42px;
	font-size: 24px;
	color: #1F1E1E;
	margin-bottom: 45px;
}
main.indexPage .aboutUsWrapper .aboutUs .contentWrapper .clickButton{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 14px 60px;
	background: #FE4A47;
	color: #FFFFFF;
	border-radius: 5px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	cursor: pointer;
}
main.indexPage .aboutUsWrapper .aboutUs .contentWrapper .clickButton:hover{
	background: transparent;
	color: #FE4A47;	
	border: 1px solid #FE4A47;
	padding: 13px 60px;
}
main.indexPage .serviciesWrapper{
	display: flex;
	max-width: 1280px;
	width: 100%;
	padding: 85px 0;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
main.indexPage .serviciesWrapper .serviciesBlockTitle{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 30px;
	color: #2F343B;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
main.indexPage .serviciesWrapper .serviciesBlockTitle:before{
	content: "";
	background: #2F343B;
	width: 44px;
	height: 3px;
	margin-right: 65px;
}
main.indexPage .serviciesWrapper .servicesEl{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 55px 0 80px;
}
main.indexPage .serviciesWrapper .servicesEl:nth-child(odd) .servicesElImage{
	order: 2;
}
main.indexPage .serviciesWrapper .servicesEl .servicesElImage{
	display: flex;
	max-width: 650px;
	width: 100%;
	height: 455px;
}
main.indexPage .serviciesWrapper .servicesEl .servicesElImage .firstImg{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 630px;
	width: 100%;
	height: 350px;
	box-shadow: 0px 4px 75px rgba(0, 0, 0, 0.25);
}
main.indexPage .serviciesWrapper .servicesEl .servicesElImage .secondImg{
	position: absolute;
	bottom: 0;
	right: 0;
    background: rgb(255, 255, 255);
    max-width: 220px;
    width: 100%;
    height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main.indexPage .serviciesWrapper .servicesEl .servicesElImage .secondImg img{
	display: flex;
	max-width: 180px;
	width: 100%;
	height: 230px;
	box-shadow: 0px 4px 75px rgba(0, 0, 0, 0.25);
}
main.indexPage .serviciesWrapper .servicesEl .servicesElContent{
	display: flex;
	max-width: 630px;
	width: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding-left: 105px;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
}
main.indexPage .serviciesWrapper .servicesEl .servicesElContent h2{ 
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 24px;
	color: #2F343B;
	margin-bottom: 25px;
}
main.indexPage .serviciesWrapper .servicesEl .servicesElContent p{ 
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
	max-width: 415px;
	width: 100%;
}
main.indexPage .serviciesWrapper .servicesEl .servicesElContent h6{ 
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	color: #000000;
	margin-bottom: 30px;
}
main.indexPage .serviciesWrapper .servicesEl .servicesElContent h6 b{ 
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 24px;
	color: #FE4A47;
}	
main.indexPage .serviciesWrapper .servicesEl .servicesElContent .clickButton{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 14px 60px;
	background: #FE4A47;
	color: #FFFFFF;
	border-radius: 5px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	cursor: pointer;
	width: unset;
}
main.indexPage .serviciesWrapper .servicesEl .servicesElContent .clickButton:hover{
	background: transparent;
	color: #FE4A47;	
	border: 1px solid #FE4A47;
	padding: 13px 60px;
}
main.indexPage .resultWrapper{
	display: flex;
	max-width: 1920px;
	width: 100%;
	height: 515px;
	background: url(../img/resultBackground.png);
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
main.indexPage .resultWrapper .resultBlock{
	display: flex;
	max-width: 1280px;
	width: 100%;
	justify-content: space-around;
	margin-bottom: 50px;
}  
main.indexPage .resultWrapper .resultBlock .resultBlockEl{
	display: flex;
	max-width: 15%;
	width: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}
main.indexPage .resultWrapper .resultBlock .resultBlockEl img{
	display: flex;
	width: 90px;
	height: 90px;
	margin-bottom: 5px;
}
main.indexPage .resultWrapper .resultBlock .resultBlockEl h2{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 72px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
main.indexPage .resultWrapper .resultBlock .resultBlockEl h5{
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
main.indexPage .resultWrapper .clickButton{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 14px 60px;
	background: #FE4A47;
	color: #FFFFFF;
	border-radius: 5px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	cursor: pointer;
	width: unset;
}
main.indexPage .resultWrapper .clickButton:hover{
	background: transparent;
	color: #FE4A47;	
	border: 1px solid #FE4A47;
	padding: 13px 60px;
}
main.indexPage .examplesWrapper{
	display: flex;
	max-width: 1920px;
	width: 100%;
	justify-content: center;
    background: -webkit-linear-gradient(#FAFAFA 0%, rgba(196, 196, 196, 0) 100%);
    background: -o-linear-gradient(#FAFAFA 0%, rgba(196, 196, 196, 0) 100%);
    background: linear-gradient(#FAFAFA 0%, rgba(196, 196, 196, 0) 100%);	
}
main.indexPage .examplesWrapper .examples{
	display: flex;
	max-width: 1280px;
	width: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 95px 0 75px;
}
main.indexPage .examplesWrapper .examples h2{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 30px;
	color: #2F343B;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 55px;
}
main.indexPage .examplesWrapper .examples h2:before{
	content: "";
	background: #2F343B;
	width: 44px;
	height: 3px;
	margin-right: 65px;
}
main.indexPage .examplesWrapper .examples .examplesBlock{
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    height: 445px;
    align-content: space-between;
    justify-content: space-between;
}
main.indexPage .examplesWrapper .examples .examplesBlock a:first-child{
	max-width: 630px;
	width: 100%;
	height: 445px;
	display: flex;
}
main.indexPage .examplesWrapper .examples .examplesBlock a{
	display: flex;
	max-width: 305px;
	width: 100%;
	height: 210px;
}
main.indexPage .examplesWrapper .examples .examplesBlock a img{
	display: flex;
	max-width: 100%;
	width: 100%;
}
main.indexPage .examplesWrapper .examples .examplesBlock a:nth-child(n+6){
	display: none;
}
main.indexPage .faqWrapper{
	display: flex;
	max-width: 1280px;
	width: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 80px 0 100px;
}
main.indexPage .faqWrapper h2{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 30px;
	color: #2F343B;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 55px;
}
main.indexPage .faqWrapper h2:before{
	content: "";
	background: #2F343B;
	width: 44px;
	height: 3px;
	margin-right: 65px;
}
main.indexPage .faqWrapper .faq{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
main.indexPage .faqWrapper .faq .faqCol{
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	max-width: 49%;
	width: 100%;
}
main.indexPage .faqWrapper .faq .faqCol .faqColEl h6{
	display: flex;
	background: rgba(196, 196, 196, 0.2);
	border-radius: 5px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	color: #000000;
	height: 60px;
	-ms-align-items: center;
	align-items: center;
	padding: 0 20px 0 5px;
	justify-content: space-between;
	margin-bottom: 15px;
	cursor: pointer;
}
main.indexPage .faqWrapper .faq .faqCol .faqColEl.active h6{
	color: #FE4A47;
}
main.indexPage .faqWrapper .faq .faqCol .faqColEl h6:after{
	content: url(../img/down-arrow.svg);
	width: 20px;
	height: 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
main.indexPage .faqWrapper .faq .faqCol .faqColEl.active h6:after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
main.indexPage .faqWrapper .faq .faqCol .faqColEl .content{
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	max-height: 0px;
	overflow-y: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
main.indexPage .faqWrapper .faq .faqCol .faqColEl.active .content{
	margin: 20px 0;
	max-height: 900px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
main.indexPage .faqWrapper .faq .faqCol .faqColEl .content p{
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
}
main.indexPage .faqWrapper h5{
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 16px;
	color: #250622;
}
main.indexPage .faqWrapper .clickButton{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 14px 60px;
	background: #FE4A47;
	color: #FFFFFF;
	border-radius: 5px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	cursor: pointer;
	width: unset;
	margin: 35px auto 0;
}
main.indexPage .faqWrapper .clickButton:hover{
	background: transparent;
	color: #FE4A47;	
	border: 1px solid #FE4A47;
	padding: 13px 60px;
}
main.indexPage .orderWrapper{
	background: url(../img/orderWrapper.png);
	display: flex;
	max-width: 1920px;
	width: 100%;
	justify-content: center;
}
main.indexPage .orderWrapper .order{
	display: flex;
	max-width: 1280px;
	width: 100%;
	-ms-align-items: center;
	align-items: center;
	padding: 65px 0;
}
main.indexPage .orderWrapper .order .orderContent{
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	max-width: 50%;
	width: 100%;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
}
main.indexPage .orderWrapper .order .orderContent h2{
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 48px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
main.indexPage .orderWrapper .order .orderContent p{
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	font-size: 24px;
	color: #FFFFFF;
}
main.indexPage .orderWrapper .order .orderForm{
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	max-width: 50%;
	width: 100%
}
main.indexPage .orderWrapper .order .orderForm .cover{
	height: 385px;
	width: 415px;
	display: flex;
	padding: 30px 0 59px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(92, 124, 162, 0.7);
	border-radius: 5px;
}
main.indexPage .orderWrapper .order .orderForm .cover form{
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	max-width: 84%;
	width: 100%;
	margin:0 auto;
}
main.indexPage .orderWrapper .order .orderForm .cover form > p{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main.indexPage .orderWrapper .order .orderForm .cover form input{
	background: rgba(196, 196, 196, 0.05);
	border: 1px solid #FE4A47;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	height: 40px;
	margin-top: 13px;
	padding: 10px 15px;	
	font-style: normal;
	font-weight: normal;
	line-height: 21px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	outline: none;	
}
main.indexPage .orderWrapper .order .orderForm .cover form input::-webkit-input-placeholder {
  	color: rgba(0, 0, 0, 0.3);
}
main.indexPage .orderWrapper .order .orderForm .cover form input::-moz-placeholder {
  	color: rgba(0, 0, 0, 0.3);
}
main.indexPage .orderWrapper .order .orderForm .cover form input:-ms-input-placeholder {
  	color: rgba(0, 0, 0, 0.3);
}
main.indexPage .orderWrapper .order .orderForm .cover form input:-moz-placeholder {
 	color: rgba(0, 0, 0, 0.3);
}
main.indexPage .orderWrapper .order .orderForm .cover form .your-name, main.indexPage .orderWrapper .order .orderForm .cover form .your-textarea{
	max-width: 100%;
	width: 100%;
}
main.indexPage .orderWrapper .order .orderForm .cover form .your-tel, main.indexPage .orderWrapper .order .orderForm .cover form .your-email{
	max-width: 48.78%;
	width: 100%;
}
main.indexPage .orderWrapper .order .orderForm .cover form textarea{
	background: rgba(196, 196, 196, 0.05);
	border: 1px solid #FE4A47;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	height: 106px;
	overflow-y: auto;
	margin-top: 13px;
	margin-bottom: 8px;
	padding: 10px 15px;	
	font-style: normal;
	font-weight: normal;
	line-height: 21px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	outline: none;		
}
main.indexPage .orderWrapper .order .orderForm .cover form textarea::-webkit-input-placeholder {
  	color: rgba(0, 0, 0, 0.3);
}
main.indexPage .orderWrapper .order .orderForm .cover form textarea::-moz-placeholder {
  	color: rgba(0, 0, 0, 0.3);
}
main.indexPage .orderWrapper .order .orderForm .cover form textarea:-ms-input-placeholder {
  	color: rgba(0, 0, 0, 0.3);
}
main.indexPage .orderWrapper .order .orderForm .cover form textarea:-moz-placeholder {
 	color: rgba(0, 0, 0, 0.3);
}
main.indexPage .orderWrapper .order .orderForm .cover form input[type=submit]{
	background: #FE4A47;
	border-radius: 5px;
	padding: 14px 0px;
    text-align: center;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	color: #FFFFFF;
    height: auto;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}   
main.indexPage .orderWrapper .order .orderForm .cover form input[type=submit]:hover{ 
	background: rgba(0, 0, 0, 0);
    color: rgb(254, 74, 71);
    border: 1px solid rgb(254, 74, 71);
}

main.indexPage .commentsWrapper{
	display: block;
	max-width: 49%;
	width: 100%;
	padding: 100px 0;
}
main.indexPage .commentsWrapper .commentsSliderEl{
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}
main.indexPage .commentsWrapper .commentsSliderEl img{
	display: flex;
	width: 100px;
	height: 100px;
	margin-bottom: 30px;
}
main.indexPage .commentsWrapper .commentsSliderEl h4{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 15px;
}
main.indexPage .commentsWrapper .commentsSliderEl p{
	font-style: normal;
	font-weight: normal;
	line-height: 35px;
	font-size: 20px;
	text-align: center;
	color: #000000;
	margin-bottom: 40px;
}
main.indexPage .commentsWrapper .commentsSlider .slick-dots{
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
main.indexPage .commentsWrapper .commentsSlider .slick-dots li{
	width: 10px;
	height: 10px;
	background: #C4C4C4;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 8px;
}
main.indexPage .commentsWrapper .commentsSlider .slick-dots li button{
	width: 100%;
	height: 100%;
	background: #C4C4C4;
	border-radius: 50%;
	cursor: pointer;
}
main.indexPage .commentsWrapper .commentsSlider .slick-dots li.slick-active button{
	background: #FE4A47;
}
main.indexPage .commentsWrapper .commentsSlider .slick-dots li button:before{
	display: none;
}


/*Footer*/

footer{
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	max-width: 1920px;
	width: 100%;
	max-height: 226px;
}
footer .footerTopWrapper{
	display: flex;
	max-width:1920px;
	width: 100%;
	justify-content: center;
	background: #C4C4C4;
}
footer .footerTopWrapper .footerTop{
	display: flex;
	max-width: 1215px;
	width: 100%;
	justify-content: space-between;
	padding: 47px 0 40px;
}
footer .footerTopWrapper .footerTop a, footer .footerTopWrapper .footerTop p{
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	max-width: 200px;
	width: 100%;
	font-weight: 300;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	color: #000000;
}
footer .footerTopWrapper .footerTop a img, footer .footerTopWrapper .footerTop p img{
	margin-bottom: 17px;
}
footer .footerTopWrapper .footerTop .socialNets{
	display: flex;
	max-width: 210px;
	width: 100%;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
footer .footerTopWrapper .footerTop .socialNets a svg path{
	fill: rgba(0, 0, 0, 0.4);
}
footer .footerTopWrapper .footerTop .socialNets a:hover svg path{
	fill: rgb(254,74,71);
}
footer .footerBottomWrapper{
	display: flex;
	justify-content: center;
	max-width: 1920px;
	width: 100%;
	background: rgba(92, 124, 162, 0.7);
}
footer .footerBottomWrapper a{
	margin: 10px auto;
}
footer .footerBottomWrapper a:hover svg path{
	fill: rgb(255,255,255);	
}


/* Pop Up */

.popUpBlock{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 299;
    background-color: rgba(0, 0, 0, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	display: none;
}
.popUpBlock.active{
	display:block;
}
.popUpWrapper{
	display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}
.popUpBlock .popUp{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 300;
	width: 520px;
	height: 530px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
    background-color: rgb(255,255,255);
    padding: 55px 108px 77px;
}
.popUpBlock .popUp .popUpOff{
	display:flex;
	position:absolute;
	top: 5px;
    right: 5px;
	cursor:pointer;
}
.popUpBlock .popUp h2{
	text-align:center;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
}
.popUpBlock .popUp h4{
	text-align:center;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: 2px;
}
.popUpBlock .popUp form{
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-evenly;
}
.popUpBlock .popUp form input{
	background: rgba(196, 196, 196, 0.15);
	border: 1px solid rgb(254, 74, 71);
	box-sizing: border-box;
	border-radius: 5px;
    width: 100%;
    height: 40px;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.8);
    z-index: 0;
    padding: 8px 0px 9px 14px;
    margin-top: 20px;
    outline: none;
}
.popUpBlock .popUp form input::-webkit-input-placeholder {
  	color: rgba(0, 0, 0, 0.3);
}
.popUpBlock .popUp form input::-moz-placeholder {
  	color: rgba(0, 0, 0, 0.3);
}
.popUpBlock .popUp form input:-ms-input-placeholder {
  	color: rgba(0, 0, 0, 0.3);
}
.popUpBlock .popUp form input:-moz-placeholder {
 	color: rgba(0, 0, 0, 0.3);
}
.popUpBlock .popUp form input[type=submit]{
	background: rgb(254, 74, 71);
    border-radius: 5px;
    padding: 14px 0;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    color: rgb(255, 255, 255);
    height: auto;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 46px;
}
.popUpBlock .popUp form input[type=submit]:hover{
    background: rgba(0, 0, 0, 0);
    color: rgb(254, 74, 71);
    border: 1px solid rgb(254, 74, 71);
}
body.active{
	overflow:hidden;
}
/* Thanks Page */


main.pageThanks{
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	max-width: 1920px;
	width: 100%;
	height: calc(100vh - 70px);
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
main.pageThanks h4{
	margin-top: 88px;
	margin-bottom: 22px;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
}
main.pageThanks p{
	font-size: 30px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: 46px;
}
main.pageThanks a{
	padding: 15px 45px;
	background: rgb(255, 255, 255);
	border:1px solid #FE4A47;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;	
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #FE4A47;
	margin-bottom: 58px;
}
main.pageThanks a:hover{
	background: #FE4A47;
	color: #FFFFFF;
}


/* Page 404 */

main.page404{
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	max-width: 1920px;
	width: 100%;
	height: calc(100vh - 70px);
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
main.page404 h2{
	font-weight: bold;
	font-size: 288px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
}
main.page404 p{
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #000000;
}
main.page404 a{
	padding: 15px 45px;
	background: rgb(255, 255, 255);
	border:1px solid #FE4A47;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;	
	margin-top: 95px;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #FE4A47;
}
main.page404 a:hover{
	background: #FE4A47;
	color: #FFFFFF;
}

/* Contact form 7 */
span.wpcf7-not-valid-tip {
    color: rgb(255, 0, 0) !important;
    font-size: 12px !important;
    font-weight: normal !important;
    display: block !important;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
	display: none !important;
}
form p br{
	display: none;
}


/*Adoptation*/

/*1200px*/

@media screen and (max-width: 1300px){
	body header, main.indexPage .advantagesBlockWrapper, main.indexPage .aboutUsWrapper, main.indexPage .serviciesWrapper, main.indexPage .examplesWrapper, main.indexPage .faqWrapper, main.indexPage .orderWrapper .order{
		padding-left: 25px;
		padding-right: 25px;
	}
	main.indexPage .topSliderWrapper .sliderArrows{
		padding: 0 30px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .contentWrapper{
		max-width: 575px;
	}
	main.indexPage .serviciesWrapper .servicesEl{
		margin: 30px 0px;
	}
	main.indexPage .examplesWrapper .examples .examplesBlock a:first-child{
		max-width: 48%;
	}
	main.indexPage .examplesWrapper .examples .examplesBlock a{
		max-width: 24%;
	}
	main.indexPage .serviciesWrapper{
		padding-bottom: 30px;
	}
	main.indexPage .examplesWrapper .examples{
		padding-bottom: 0px;
		padding-top: 60px;
	}
	main.indexPage .faqWrapper{
		padding-top: 60px;
	}
}

/*1100px*/

@media screen and (max-width: 1200px){
	header .header menu{
		max-width: 570px;
	}
	header .header menu li a{
		font-size: 15px;
	}
	header .header a.catalog{
		font-size: 15px;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent h2{
		font-size: 40px;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent h4{
		font-size: 20px;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent p{
		font-size: 15px;
	}
	main.indexPage .advantagesBlockWrapper{
		padding-bottom: 60px;
		padding-top: 60px;
	}
	main.indexPage .advantagesBlockWrapper .advantagesBlock .advantagesBlockEl img{
		width: 40px;
		height: 40px;
	}
	main.indexPage .advantagesBlockWrapper .advantagesBlock .advantagesBlockEl h6{
		font-size: 16px;
	}
	main.indexPage .advantagesBlockWrapper .advantagesBlock .advantagesBlockEl p{
		font-size: 16px;
	}
	main.indexPage .advantagesBlockWrapper .clickButton{
		font-size: 15px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .imageWrapper {
	    max-width: 48%;
	    height: 355px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .imageWrapper div{
		width: 470px;
    	height: 335px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .imageWrapper img{
		width: 469px;
		height: 334px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .contentWrapper{
		max-width: 48%;
	}
	main.indexPage .aboutUsWrapper .aboutUs .contentWrapper .content p{
		font-size: 20px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .contentWrapper .clickButton{
		font-size: 15px;
	}
	main.indexPage .aboutUsWrapper{
		padding-bottom: 100px;
	    padding-top: 100px;
	    height: auto;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent h2{
		font-size: 22px;
		margin-bottom: 18px;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent p{
		font-size: 16px;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent h6{
		font-size: 16px;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent h6 b{
		font-size: 22px;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent .clickButton{
		font-size: 15px;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent{
		padding-left: 75px;
	}
	main.indexPage .resultWrapper .resultBlock .resultBlockEl h2{
		font-size: 50px;
	}
	main.indexPage .resultWrapper .clickButton{
		font-size: 15px;
	}
	main.indexPage .examplesWrapper .examples .examplesBlock{
		height: 368px;
	}
	main.indexPage .examplesWrapper .examples .examplesBlock a{
		height: 172px;
	}
	main.indexPage .faqWrapper .faq .faqCol .faqColEl .content p{
		font-size: 16px;
	}
	main.indexPage .faqWrapper .faq .faqCol .faqColEl h6{
		font-size: 16px;
	}
	main.indexPage .faqWrapper h5{
		font-size: 14px;
	}
	main.indexPage .faqWrapper .clickButton{
		font-size: 15px;
	}
	main.indexPage .orderWrapper .order .orderContent h2{
		font-size: 40px;
	}
	main.indexPage .orderWrapper .order .orderContent p{
		font-size: 20px;
	}
	main.indexPage .commentsWrapper{
		padding:50px 0;
	}
	main.indexPage .commentsWrapper .commentsSliderEl p{
		margin-bottom: 20px;
		font-size: 16px;
	}
	footer .footerTopWrapper .footerTop a, footer .footerTopWrapper .footerTop p{
		font-size: 14px;
	}
}	


/*1000px*/

@media screen and (max-width: 1100px){
	header .header menu {
    	max-width: 513px;
	}
	header .header menu li a {
	    font-size: 14px;
	}
	header .header a.catalog {
	    font-size: 14px;
	    padding: 8px 40px;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent h2 {
    	font-size: 35px;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent h4 {
	    font-size: 18px;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent p {
	    font-size: 14px;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent {
    	padding: 175px 0;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl{
		height: auto;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl img{
		max-height: 100%;
	}		
	main.indexPage .advantagesBlockWrapper h2{
		font-size: 25px;
	}
	main.indexPage .advantagesBlockWrapper h2:before{
		margin-right: 25px;
	}
	main.indexPage .advantagesBlockWrapper .advantagesBlock .advantagesBlockEl h6{
		font-size: 14px;
	}
	main.indexPage .advantagesBlockWrapper .advantagesBlock .advantagesBlockEl p{
		font-size: 14px;
	}
	main.indexPage .advantagesBlockWrapper .clickButton {
    	font-size: 14px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .imageWrapper{
		height: 320px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .imageWrapper img {
    	width: 422px;
    	height: 300px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .imageWrapper div {
    	width: 423px;
    	height: 301px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .contentWrapper .content p {
	    font-size: 18px;
	}	
	main.indexPage .serviciesWrapper .serviciesBlockTitle{
		font-size: 25px;
	}	
	main.indexPage .serviciesWrapper .serviciesBlockTitle:before{
		margin-right: 25px;
	}	
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent {
	    padding-left: 15px;
	}	
	main.indexPage .serviciesWrapper .servicesEl .servicesElImage{
		max-width: 50%;
	}	
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent{
		max-width: 49%;
	}	
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent p {
	    font-size: 14px;
	    max-width: 100%;
	}	
	main.indexPage .examplesWrapper .examples h2{
		font-size: 25px;
	}
	main.indexPage .examplesWrapper .examples h2:before{
		margin-right: 25px;
	}
	main.indexPage .faqWrapper .faq .faqCol .faqColEl h6 {
	    font-size: 14px;
	}	
	main.indexPage .faqWrapper .faq .faqCol .faqColEl .content p {
    	font-size: 14px;
	}
	main.indexPage .faqWrapper h5 {
    	font-size: 12px;
	}
	main.indexPage .faqWrapper .clickButton {
	    font-size: 14px;
	}	
}


/*900px*/

@media screen and (max-width: 1000px){
	header .header .logo {
		width: 140px;
	}
	header .header .logo img{
		width: 100%;
	}	
	header .header menu {
	    max-width: 500px;
	}	
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent{
		padding:150px 0;
	}
	main.indexPage .aboutUsWrapper .aboutUs .contentWrapper{
		max-width: 46%;
	}
	main.indexPage .aboutUsWrapper .aboutUs .contentWrapper .content p{
		font-size: 15px;
		margin-bottom: 25px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .imageWrapper {
    	height: 290px;
    	max-width: 47%;
	}
	main.indexPage .aboutUsWrapper .aboutUs .imageWrapper img {
	    width: 380px;
	    height: 270px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .imageWrapper div {
	    width: 381px;
	    height: 271px;
	}	
	main.indexPage .aboutUsWrapper {
	    padding-bottom: 70px;
	    padding-top: 70px;
	}
	main.indexPage .serviciesWrapper .serviciesBlockTitle {
    	font-size: 20px;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent {
	    max-width: 40%;
	}	
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent p{
		margin-bottom: 10px;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent h6 b {
	    font-size: 18px;
	    margin-bottom: 20px;
	}	
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent .clickButton {
    	font-size: 14px;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElImage{
		max-width: 58%;
		height: 420px;
	}
	main.indexPage .examplesWrapper .examples .examplesBlock a {
    	height: 154px;
	}
	main.indexPage .examplesWrapper .examples .examplesBlock {
    	height: 325px;
	}
	main.indexPage .commentsWrapper{
		max-width: 60%;
	}
	header .header a.catalog span{
		display: none;
	}
	header .header a.catalog svg{
		display: flex;
	}
}


/*767px*/

@media screen and (max-width: 900px){
	header .header .logo {
	    width: 110px;
	}
	header .header a.catalog{
		padding: 8px;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent{
		max-width: 600px;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent h2 {
    	font-size: 25px;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent {
    	padding: 80px 0;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent p, main.indexPage .resultWrapper .clickButton, main.indexPage .faqWrapper .clickButton, main.indexPage .serviciesWrapper .servicesEl .servicesElContent .clickButton, main.indexPage .advantagesBlockWrapper .clickButton, main.indexPage .aboutUsWrapper .aboutUs .contentWrapper .clickButton{
		padding: 10px 25px;
	}
	main.indexPage .topSliderWrapper .sliderArrows{
		top: 47%;
	}
	main.indexPage .aboutUsWrapper .aboutUs{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent h4 {
    	font-size: 15px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .imageWrapper div{
		display: none;
	}
	main.indexPage .aboutUsWrapper .aboutUs .contentWrapper{
		max-width: 100%;
		align-items: center;
		height: auto;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElImage .secondImg{
		display: none;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElImage .firstImg{
		height: auto;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElImage{
		height: auto;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElImage {
    	order: 2;
	}
	main.indexPage .serviciesWrapper .servicesEl{
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElImage .firstImg{
		position: relative;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElImage{
		max-width: 100%;
		width: 100%;
		justify-content: center;
		margin-bottom: 25px;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent{
		max-width: 100%;
		-ms-align-items: center;
		align-items: center;
	}
	main.indexPage .examplesWrapper .examples .examplesBlock a:first-child{
		max-width: 350px;
		height: 241px;
	}
	main.indexPage .examplesWrapper .examples .examplesBlock{
		height: 490px;
	    align-content: space-evenly;
	}
	main.indexPage .examplesWrapper .examples .examplesBlock a{
		max-width: 350px;
		height: 241px;
	}
	main.indexPage .examplesWrapper .examples .examplesBlock a:nth-child(n+5) {
    	display: none;
	}
}


/*360px*/

@media screen and (max-width: 640px){
	header{
		max-height: 60px;
	}
	header .header .hamburderMenu{
		display: flex;
	}
	header .header menu{
	    display: flex;
	    flex-direction: column;
	    position: fixed;
	    top: 60px;
	    left: 0;
	    z-index: 500;
	    background: rgb(255, 255, 255);
	    padding: 0;
	    max-height: 0%;
	    overflow-y: hidden;
	    -webkit-transition: 0.7s;
	    -o-transition: 0.7s;
	    transition: 0.7s;
	}
	header .header menu.active{
		max-height: 50%;
		-webkit-transition: 0.7s;
	    -o-transition: 0.7s;
	    transition: 0.7s;
	}
	header .header menu li{
		margin-bottom: 15px;
	}
	header .header menu li a {
    	font-size: 16px;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent{
		max-width: 330px;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent h2 {
	    font-size: 18px;
	}
	main.indexPage .topSliderWrapper .sliderArrows{
		display: none;
	}
	main.indexPage .topSliderWrapper .topSlider .sliderEl .sliderElContent h4 {
	    font-size: 14px;
	    line-height: 18px;
	}
	main.indexPage .advantagesBlockWrapper h2{
		font-size: 20px;
		justify-content: center;
	}
	main.indexPage .advantagesBlockWrapper h2:before{
		content:none;
	}
	main.indexPage .advantagesBlockWrapper .advantagesBlock{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		margin-bottom: 25px;
	}
	main.indexPage .advantagesBlockWrapper .advantagesBlock .advantagesBlockEl{
		max-width: 100%;
		-ms-align-items: center;
		align-items: center;
		margin-bottom: 20px;
	}
	main.indexPage .advantagesBlockWrapper .advantagesBlock .advantagesBlockEl p{
		text-align: justify;
	}
	main.indexPage .aboutUsWrapper .aboutUs .imageWrapper{
		max-width: 100%;
	    width: 100%;
	    display: flex;
	    height: 100%;
	    max-height: 220px;
	    margin-bottom: 25px;
	}
	main.indexPage .aboutUsWrapper .aboutUs .imageWrapper img{
		max-width: 100%;
		width: 100%;
		height: auto;
		position: relative;
	}
	main.indexPage .aboutUsWrapper .aboutUs .contentWrapper .content p{
		text-align: justify;
	}
	main.indexPage .serviciesWrapper{
		padding-top: 45px;
	}
	main.indexPage .serviciesWrapper .serviciesBlockTitle:before{
		display: none;
	}
	main.indexPage .serviciesWrapper .serviciesBlockTitle {
		justify-content: center;
		margin-bottom: 20px;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElImage{
		max-width: 100%;
		width: 100%;
		max-height: 172px;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElImage img{
		display: flex;
		width: 100%;
		height: 100%;
	}
	main.indexPage .serviciesWrapper .servicesEl .servicesElContent p{
		text-align: justify;
	}
	main.indexPage .resultWrapper{
		height: unset;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 50px 0;
	}
	main.indexPage .resultWrapper .resultBlock{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		justify-content: unset;
		margin-bottom: 15px;
	}
	main.indexPage .resultWrapper .resultBlock .resultBlockEl{
		max-width: 100%;
		margin-bottom: 30px;
	}
	main.indexPage .examplesWrapper .examples h2:before{
		display: none;
	}
	main.indexPage .examplesWrapper .examples h2{
		justify-content: center;
	}
	main.indexPage .examplesWrapper .examples .examplesBlock a:nth-child(n+3) {
    	display: none;
	}
	main.indexPage .faqWrapper h2:before{
		display: none;
	}
	main.indexPage .faqWrapper h2{
	    justify-content: center;
    	text-align: center;
	}
	main.indexPage .faqWrapper .faq{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	main.indexPage .faqWrapper .faq .faqCol{
		max-width: 100%;
	}
	main.indexPage .orderWrapper .order{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	main.indexPage .orderWrapper .order .orderContent{
		max-width: 100%;
    	text-align: center;
   	    margin-bottom: 30px;
	}
	main.indexPage .orderWrapper .order .orderForm{
		max-width: 100%;
	}
	main.indexPage .orderWrapper .order .orderForm .cover{
		height: unset;
		padding-bottom: 30px;
	}
	main.indexPage .orderWrapper .order .orderForm .cover form .your-tel, main.indexPage .orderWrapper .order .orderForm .cover form .your-email{
		max-width: 100%;
	}
	main.indexPage .commentsWrapper {
    	max-width: 90%;
	}
	footer{
		max-height: unset;
	}
	footer .footerTopWrapper .footerTop{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	footer .footerTopWrapper .footerTop a, footer .footerTopWrapper .footerTop p {
   		margin-bottom: 20px;
	}
}


/*Adoptation pop up*/

/*1100px*/

@media screen and (max-width: 1200px){
	.popUpBlock .popUp{
		width: 450px;
	    padding: 55px 90px 40px;
	    height: unset;
	}
	.popUpBlock .popUp h2{
		font-size: 20px;
	}
	.popUpBlock .popUp h4{
		font-size: 18px;
	}
	.popUpBlock .popUp form input{
		font-size: 14px;
	}
	.popUpBlock .popUp form input[type=submit] {
		font-size: 14px;
	}
}

/*900px*/

@media screen and (max-width: 1000px){
	.popUpBlock .popUp h2 {
    	font-size: 17px;
	}
	.popUpBlock .popUp h4 {
	    font-size: 15px;
	}
	.popUpBlock .popUp {
	    width: 340px;
	    padding: 30px 40px 20px;
	}
}


/*Adoptation thanks*/

/*1000px*/

@media screen and (max-width: 1100px){
	main.pageThanks h4{
		font-size: 25px;
	}
	main.pageThanks p {
    	font-size: 18px;
    	margin-bottom: 25px;
    }
    main.pageThanks a{
    	font-size: 14px;
   	    padding: 10px 30px;
   	    margin-bottom: 0;
    }
}

/*767px*/

@media screen and (max-width: 900px){
	main.pageThanks h4 {
	    font-size: 18px;
	    margin-top: 40px;
	}
	main.pageThanks p {
	    font-size: 16px;
	    margin-bottom: 20px;
	}	
}


/*360px*/

@media screen and (max-width: 640px){
	main.pageThanks h4 {
	    font-size: 16px;
	}	
	main.pageThanks p{
		font-size: 14px;
		text-align: center;
	}
	main.pageThanks img{
		max-width: 340px;
    	margin-top: 50px;
	}
}


/*Adoptation 404*/

/*360px*/
@media screen and (max-width: 640px){
	main.page404 h2{
	    font-size: 150px;    
	}
	main.pageThanks p {
	    font-size: 16px;
	    margin-bottom: 20px;
	}	
	main.page404 p {
	    font-size: 20px;
	}
	main.page404 a {
	    padding: 15px 45px;
	    font-size: 14px;
	}

}