body, html{
	background: none;
}
header{
	height: 100vh;
	background: url(../images/bgmain.jpg) center center no-repeat;
}
header::before, header::after{
	position: absolute;
	display: block;
	content: "";
}
header::before{
	width: 50px;
	height: 50px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-bottom: 1px solid #b7b7b8;
	border-right: 1px solid #b7b7b8;
	top: 85vh;
	left: 50%;
	margin-left: -26px;
}
header::after{
	width: 27px;
	height: 30px;
	background: url(../images/scrollDown.png) center center no-repeat;
	top: 85vh;
	left: 50%;
	margin-left: -14px;
	-webkit-animation: scrollDown 1s infinite linear;
	        animation: scrollDown 1s infinite linear;
}
@-webkit-keyframes scrollDown{
	0%, 100%{top: 85vh;}
	50%{top: 87vh;}
}
@keyframes scrollDown{
	0%, 100%{top: 85vh;}
	50%{top: 87vh;}
}

.circlesmodule{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}
.circlesmodule p{
	margin: 0 auto;
	width: 25%;
}
.circlesmodule a{
	color: #fff;
	text-decoration: none;
	font: 18px/30px 'HelveticaNeueCyrBold', sans-serif;
	text-transform: uppercase;
	text-align: center;
	display: block;
	background: #df4c4d;
	position: relative;
	padding: calc(50% - 30px) 0;
	border-radius: 100%;
	overflow: hidden;
}
.circlesmodule a::before, .circlesmodule a::after{
	position: absolute;
	display: block;
	content: "";
	width: 120%;
	height: 1px;
	background: #fff;
	left: 0;
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transition: 0.5s;
	        transition: 0.5s;
}
.circlesmodule a::before{
	top: 50%;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.circlesmodule a::after{
	bottom: 15%;
	-webkit-transform: rotate(-70deg);
	    -ms-transform: rotate(-70deg);
	        transform: rotate(-70deg);
}
.circlesmodule a:hover::before{
	-webkit-transform: rotate(35deg);
	    -ms-transform: rotate(35deg);
	        transform: rotate(35deg);
}
.circlesmodule a:hover::after{
	-webkit-transform: rotate(-15deg);
	    -ms-transform: rotate(-15deg);
	        transform: rotate(-15deg);
}

.contwrapper{
	max-width: 100%;
	background: url(../images/main.jpg) center top no-repeat;
	padding: 0 0 110px;
	margin-top: 65px;
}
#no_sides{
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}
.mainmodule{
	font: 16px 'HelveticaNeueCyrLight', sans-serif;
	color: #363636;
	width: 50%;
	padding-right: 30%;
	float: left;
	margin-top: -40px;
}
.reputationmodule, .whywemodule{
	width: 50%;
	display: inline-block;
}

.whywemoduletitle{
	font: 26px 'HelveticaNeueCyrBold', sans-serif;
	color: #dd4b4d;
	display: table;
	margin: 0 auto;
	position: relative;
}
.whywemoduletitle::before, .whywemoduletitle::after{
	position: absolute;
	display: block;
	color: #dd4b4d;
	font-size: 70px;
	top: 50%;
	margin-top: -39px;
	font-family: 'HelveticaNeueCyrLight', sans-serif;
}
.whywemoduletitle::before{content: "["; right: 110%;}
.whywemoduletitle::after{content: "]"; left: 110%;	}

.whywemodulebody{
	max-height: 510px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.whywemodulebody p{
	position: relative;
	font: 16px/24px 'HelveticaNeueCyrLight', sans-serif;
	color: #000;
	width: 37%;
	margin: 70px 0;
	z-index: 1;
}
.whywemodulebody p:nth-child(3){
	margin-top: 120px;
}
.whywemodulebody p:nth-child(4){
	margin-bottom: 0;
}
.whywemodulebody p::before{
	position: absolute;
	display: block;
	font: 100px 'HelveticaNeueCyrBold', sans-serif;
	color: #fff;
	top: -60px;
	right: 103%;
	z-index: -1;
}
.whywemodulebody p:nth-child(1)::before{content: "1";}
.whywemodulebody p:nth-child(2)::before{content: "2";}
.whywemodulebody p:nth-child(3)::before{content: "3";}
.whywemodulebody p:nth-child(4)::before{content: "4";}

.whywemodulebody p::after{
	position: absolute;
	display: block;
	content: "";
	width: 130px;
	height: 1px;
	background: #de4c4d;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: 0;
	left: -85px;
	z-index: -2;
}

.reputationmodule{
	padding: 25px 0 22px 30px;
}
.whywemodule {
	padding-top: 55px;
}

.sincemodule{
	position: absolute;
	border: 2px solid #e36e6f;
	font: 22px 'HelveticaNeueCyrBold', sans-serif;
	color: #000;
	width: 260px;
	height: 260px;
    top: 25%;
    right: 52%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;

}
.sincemodule strong{
	color: #e36e6f;
	font-size: 72px;
	line-height: 60px;
}

#best{
	background: url(../images/best.jpg) center center no-repeat;
	height: 655px;
}
.bestworksmoduletitle{
	color: #fff;
}

#carousel_photo_second .jcarousel-prev, #carousel_photo_second .jcarousel-next{
	top: 120%;
}
#carousel_photo_second .overlay.overBot{
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}

/* ****************************** */

@media only screen and (max-width: 1140px){

.whywemodule{
	width: 100%;
	clear: both;
}
.sincemodule{
	top: 15%;
	right: 20%;
}
.mainmodule{
	padding: 0 15% 0 10%;
}
.whywemodulebody p{
	margin: 50px 0;
}
.whywemodulebody p:nth-child(4){
	margin-bottom: 20px;
}
.contwrapper{
	background: url(../images/pl.jpg) center top no-repeat #ced5da;
}

#carousel_photo_second, #carousel_photo, .jcarousel-clip{
	width: 100% !important;
}
	
#carousel_photo_second li, #carousel_photo li{
	-webkit-transform: scale(0.8,0.8);
	    -ms-transform: scale(0.8,0.8);
	        transform: scale(0.8,0.8);
}

.newsmodule .mod_latest_entry:nth-child(3), #carousel_photo .jcarousel-prev, #carousel_photo .jcarousel-next{
	display: none !important;
}
.newsmodule .mod_latest_entry{
	width: 45%;
}

}


@media only screen and (max-width: 900px){

.sincemodule{
	position: relative;
	float: right;
	right: 0;
}
.mainmodule{
	padding: 0 10% 0 0%;
}
.reputationmodule{
	text-align: right;
}
.whywemodule{
	padding-top: 80px;
}

#bottom, #best{
	display: none;
}


}

@media only screen and (max-width: 720px){

.circlesmodule{
	display: block;
}
.circlesmodule p{
    width: 90%;
    max-width: 300px;
    margin: 0 auto 20px;
}
.contwrapper{
	background: #fff;
	padding: 0 !important;
}
.mainmodule{
	width: 100%;
	padding: 0;
}
.reputationmodule{
	text-align: left;
	padding: 0 0 0 20px;
}
.sincemodule{
	right: 20px;
	margin-bottom: 20px;
}
.mainmodule{
	padding: 0 20px;
}
.whywemodule{
	background: #ced5da;
	padding: 50px 0;
}
.newsmodule .mod_latest_entry{
	width: 90%;
	max-width: 450px;
	margin: 0 auto;
}
.whywemodulebody{
	display: block;
	padding-top: 30px;
}
.whywemodulebody p {
    width: 60%;
    margin: 80px 15% 80px 25% !important;
    padding: 0 20px;
}
.whywemodulebody p::before{
	right: 100%;
}
.whywemodulebody p::after{
	left: -85px;
}

}

@media only screen and (max-width: 700px){
header{
	height: 94px;
	margin-bottom: 20px;
}
}


@media only screen and (max-width: 620px){

.reputationmodule{
	width: 100%;
}
.sincemodule{
	float: none;
	margin: 0 auto 30px;
}
.contwrapper{
	background: #ced5da;
	padding-bottom: 30px !important;
}

}

@media only screen and (min-width: 1141px){

header{
	background: none;
}

}