/*
Theme Name: АртРендер
Theme URL:
Description: Тема для АртРендер 
Version: 1.0
Author: Ivanov Ivan
Author URL:
*/

@charset "utf-8";
/* CSS Document */




/* reset - начало */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
/* reset - конец */






body {
	min-width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ffffff;
	cursor: default;
	overflow-y: scroll;
}
.wrapper {
	min-width: 300px;
	max-width: 1200px;
	padding: 0 2%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
.clear {
	clear: both;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: sub;
}





/* ------------ блок хедер начало -------------- */
#top-line {
	overflow: hidden;
	background-color: #171D2B;
}
#top-line .logo {
	float: left;
	width: 200px;
	height: 60px;
	background-image: url(pic/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 16px 5%;	
}
#top-line .contact {
	float: right;
	overflow: hidden;
	width: 290px;
	text-align: right;
	margin: 12px 5%;
}
#top-line .contact .time {
	font-size: 16px;
	color: #7D828E;
}
#top-line .contact .tel {
	font-size: 28px;
	color: #00BF9F;
	padding: 5px 0;
}
#top-line .contact .tel a {
	color: #00BF9F;
	text-decoration: none;
}
#top-line .contact .tel a:hover {
	color: #F65280;
}
#top-line .contact .mail {
	font-size: 16px;
	color: #7D828E;
}
@media screen and (min-width: 300px) and (max-width: 580px) {
	#top-line .logo {
		float: none;
		margin: 18px auto;	
	}
	#top-line .contact {
		float: none;
		text-align: center;
		margin: 12px auto;	
	}
}
@media screen and (min-width: 581px) and (max-width: 680px) {
	#top-line .logo {
		margin: 16px 2%;	
	}
	#top-line .contact {
		margin: 12px 2%;
	}
}
/* ------------ блок хедер конец --------------- */






/* ------------ блок слайдера начало ----------- */
#slide {
	overflow: hidden;
	padding: 5% 0 3% 0;
	background-image: url(pic/slide.jpg);
	background-repeat: no-repeat;
	background-position: center 25%;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		  -o-background-size: cover;
			  background-size: cover;	
}
#slide .text-box {
	float: left;
	width: 50%;
	margin-left: 50%;
}
#slide .text-box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #ffffff;
	line-height: 110%;
	text-shadow: 1px 1px 2px #292D39;
	padding-bottom: 10px;
}
#slide .text-box h1 span {
	font-size: 52px;
	color: #ffffff;
}
#slide .text-box .offer {
	background-image: url(pic/marker.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 55px;
	margin: 20px 0;	
}
#slide .text-box .offer h2 {
	font-size: 22px;
	color: #00BF9F;
	text-shadow: 1px 1px 1px #292D39;
	padding-bottom: 10px;
}
#slide .text-box .offer p {
	font-size: 16px;
	color: #DBE1EE;
	text-shadow: 1px 1px 1px #292D39;
	line-height: 130%;
}
@media screen and (min-width: 300px) and (max-width: 560px) {
	#slide .text-box {
		width: 96%;
		margin-left: 3%;
	}
	#slide .text-box h1 {
		font-size: 30px;
	}
	#slide .text-box h1 span {
		font-size: 42px;
	}
}
@media screen and (min-width: 561px) and (max-width: 800px) {
	#slide .text-box {
		width: 75%;
		margin-left: 25%;
	}
	#slide .text-box h1 {
		font-size: 34px;
	}
	#slide .text-box h1 span {
		font-size: 46px;
	}
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
	#slide .text-box {
		width: 60%;
		margin-left: 40%;
	}
}
/* ------------ блок слайдера конец ------------ */





/* ------------ блок преимущества начало ------- */
#advantages {
	overflow: hidden;
	background-color: #F2F3F8;
	padding: 40px 0 20px 0;	
}
#advantages h2 {
	font-size: 36px;
	color: #151B29;
	text-align: center;
	line-height: 120%;
	padding: 0 8% 30px 8%;
}
#advantages h2 span {
	color: #00BF9F;
}
#advantages .adv-wr {
	float: left;
	width: 23%;
	margin: 30px 1%;
}
#advantages .adv-wr .box {
	position: relative;
	width: 40%;
	height: 0px;
	padding-top: 40%;
	margin: 0 auto;
}
#advantages .adv-wr .box .img-wr {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#advantages .adv-wr .box img {
	position: relative;
	z-index: 10;
	width: 40%;
	padding: 31%;
	transition: .4s;
}
#advantages .adv-wr .box .rotate {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 10px solid #E8EAEF;
	background-color: #ffffff;
	-webkit-box-sizing: padding-box;
	   -moz-box-sizing: padding-box;
	        box-sizing: padding-box;
	transform: rotate(45deg);
	-webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
           transition: all 0.4s ease;
}
#advantages .adv-wr:hover .box .rotate {
	transform: translateZ(0);
}
#advantages .adv-wr p {
	font-size: 16px;
	color: #151B29;
	text-align: center;
	line-height: 140%;
	margin-top: 25px;
}
@media screen and (min-width: 300px) and (max-width: 480px) {
	#advantages .adv-wr.none {
		display: none;
	}
	#advantages .adv-wr {
		float: none;
		width: 80%;
		margin: 30px auto;
	}
}
@media screen and (min-width: 481px) and (max-width: 680px) {
	#advantages .adv-wr.none {
		display: none;
	}
	#advantages .adv-wr {
		width: 48%;
	}
}
@media screen and (min-width: 681px) and (max-width: 1000px) {
	#advantages .adv-wr.none {
		display: none;
	}
	#advantages .adv-wr {
		width: 31.3%;
	}
}
/* ------------ блок преимущества конец -------- */







/* ------------ как мы работаем начало --------- */
#how-we-work {
	background-color: #151B29;
	background-attachment: fixed;
	background-image: url(pic/bg-how-we-work.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		  -o-background-size: cover;
			  background-size: cover;
	padding: 10% 0;
}
#how-we-work h3 {
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	text-shadow: 1px 1px 1px #292D39;
	line-height: 120%;
	padding: 0px 20% 30px 20%;
}
#how-we-work p {
	font-size: 22px;
	color: #BFC5D3;
	text-align: center;
	text-shadow: 1px 1px 1px #292D39;
	line-height: 130%;
	padding: 5px 15%;
}
#how-we-work h4 {
	font-size: 36px;
	color: #00BF9F;
	text-align: center;
	text-shadow: 1px 1px 1px #292D39;
	line-height: 120%;
	padding: 40px 15% 0px 15%;
}
@media screen and (min-width: 300px) and (max-width: 460px) {
	#how-we-work h3 {
		font-size: 30px;
		padding: 0px 10% 20px 10%;
	}
	#how-we-work p {
		font-size: 18px;
		padding: 5px 4%;
	}
	#how-we-work h4 {
		font-size: 26px;
		padding: 30px 4% 0px 4%;
	}
}
@media screen and (min-width: 461px) and (max-width: 800px) {
	#how-we-work h3 {
		font-size: 34px;
		padding: 0px 15% 30px 15%;
	}
	#how-we-work p {
		font-size: 20px;
		padding: 5px 8%;
	}
	#how-we-work h4 {
		font-size: 30px;
		padding: 40px 8% 0px 8%;
	}
}
/* ------------ как мы работаем конец ---------- */







/* ------------ блок портфолио начало ---------- */
.portfolio {
	overflow: hidden;
	padding: 40px 0 30px 0;
}
.portfolio.n1 {
	background-color: #ffffff;
}
.portfolio.n2 {
	background-color: #FCFDFF;
}
.portfolio.n3 {
	background-color: #F7F8FD;
}
.portfolio.n4 {
	background-color: #ffffff;
}
.portfolio h2 {
	font-size: 36px;
	color: #151B29;
	text-align: center;
	line-height: 120%;
	padding: 0 8% 15px 8%;	
}
.portfolio h2 span {
	color: #00BF9F;
}

.portfolio p {
	font-size: 20px;
	color: #898F9D;
	line-height: 130%;
	text-align: center;
	padding: 0 15% 10px 15%;
}
.portfolio p span {
	white-space: nowrap;
}
.portfolio .block {
	float: left;
	overflow: hidden;
	width: 22%;
	margin: 20px 1.5%;
	border: 1px solid #EBECF1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}
.portfolio .block .a-img {
	display: block;
	background-color: #171D2B;
}
.portfolio .block img {
	width: 100%;
	opacity: 1;
	transform: translateZ(0);
	margin-bottom: -2px;
	-webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
           transition: all 0.3s ease;
}
.portfolio .block img:hover {
	opacity: 0.85;
}
.portfolio .block .link {
	display: block;
	font-size: 18px;
	color: #171D2B;
	line-height: 130%;
	text-align: center;
	text-decoration: none;
	padding: 10px 5% 15px 5%;
}
.portfolio .block .link:hover {
	color: #F65280;
}
@media screen and (min-width: 300px) and (max-width: 480px) {
	.portfolio h2 {
		font-size: 30px;
		padding: 0 8% 15px 8%;	
	}
	.portfolio p {
		font-size: 18px;
		padding: 0 10% 10px 10%;
	}
	.portfolio .block {
		width: 94%;
		margin: 20px 3%;
	}
}
@media screen and (min-width: 481px) and (max-width: 680px) {
	.portfolio .block {
		width: 47%;
		margin: 20px 1.5%;
	}
}
@media screen and (min-width: 681px) and (max-width: 900px) {
	.portfolio .block {
		width: 30.3%;
		margin: 20px 1.5%;
	}
}

/* ------------ блок портфолио конец ----------- */






/* ------------ заказать сайт начало ----------- */
#order {
	overflow: hidden;
	background-color: #F2F3F8;
	padding: 30px 0;
}
#order .text {
	float: right;
	width: 48%;
	padding: 0 1%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 10px 1%;
}
#order .text h2 {
	font-size: 36px;
	color: #151B29;
	text-align: left;
	line-height: 120%;
	padding: 15% 0 25px 0;
}
#order .text h2 span {
	color: #00BF9F;
}
#order .text h3 {
	font-size: 20px;
	color: #898F9D;
	text-align: left;
	line-height: 130%;
	padding-bottom: 15px;
}
#order .text h3 a {
	text-decoration: none;
	color: #00BF9F;
}
#order .text h3 a:hover {
	color: #F65280;
}
#order .img {
	float: left;
	width: 48%;
	height: 100%;
	padding: 0 1%;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 10px 1%; 
}
#order .img img {
	width: 80%;
}
@media screen and (min-width: 300px) and (max-width: 640px) {
	#order .text {
		float: none;
		width: 90%;
		max-width: 360px;
		margin: 10px auto;
	}
	#order .img {
		display: none;
	}
}
@media screen and (min-width: 300px) and (max-width: 800px) {
	#order .text h2 {
		padding: 0 0 15px 0;
	}
	#order .text h3 {
		font-size: 18px;
		line-height: 130%;
	}
}
@media screen and (min-width: 801px) and (max-width: 950px) {
	#order .text h2 {
		padding: 8% 0 15px 0;
	}
#order .text h3 {
		font-size: 18px;
		line-height: 130%;
	}
}
/* ------------ заказать сайт конец ------------ */







/* ----------- блок контакты  начало ----------- */
#contact {
	overflow: hidden;
	background-color: #171D2B;
	padding: 40px 0 40px 0;
}
#contact h2 {
	font-size: 36px;
	color: #B0B6C4;
	text-align: center;
	padding: 10px 0 20px 0;
}
#contact .logo {
	width: 200px;
	height: 60px;
	background-image: url(pic/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 30px auto 5px auto;
}
#contact h5 {
	width: 96%;
	max-width: 500px;
	font-size: 20px;
	color: #7D828E;
	text-align: center;
	line-height: 130%;
	margin: 5px auto 50px auto;
}
#contact .left {
	float: left;
	width: 44%;
	margin: 0px 0 0px 6%;
}
#contact .right {
	float: right;
	width: 44%;
	margin: 0px 0 0px 6%;
}
#contact p {
	font-size: 16px;
	line-height: 120%;
	text-shadow: 1px 1px 1px #252831;
	padding: 12px 0 12px 50px;
}

#contact .l-1 {
	background-image: url(pic/contact-2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#contact .l-1 a {
	color: #E2E8F6;
	text-decoration: none;
}
#contact .l-1 a:hover {
	color: #F65280;
}
#contact .l-2 {
	color: #7D828E;
	background-image: url(pic/contact-1.png);
	background-repeat: no-repeat;
	background-position: left center;	
}
#contact .l-3 {
	color: #7D828E;
	background-image: url(pic/contact-3.png);
	background-repeat: no-repeat;
	background-position: left center;	
}
#contact .l-4 {
	background-image: url(pic/contact-4.png);
	background-repeat: no-repeat;
	background-position: left center;	
}
#contact .l-4 a {
	color: #7D828E;
	text-decoration: none;
}
#contact .l-4 a:hover {
	color: #F65280;
}
@media screen and (min-width: 300px) and (max-width: 680px) {
	#contact .left {
		float: none;
		width: 70%;
		min-width: 280px;
		margin: 0 auto;
	}
	#contact .right {
		float: none;
		width: 70%;
		min-width: 280px;
		margin: 0 auto;
	}
}
/* ----------- блок контакты   конец ----------- */




/* ----------- нижняя линия   начало ----------- */
#foot {
	overflow: hidden;
	background-color: #0D1321;
	padding: 25px 0;
}
#foot .copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #7D828E;
	text-align: center;
}
/* ----------- нижняя линия   конец ------------ */

#scroller{
	position: fixed;
	z-index: 20;    
	right: 20%;
	bottom: 15px;
	background:url(pic/up-arrow.jpg);   
	width: 50px;
	height: 50px;
	cursor: pointer;
	display:none;
	opacity:0.6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
		  transition: all 0.5s ease;
}
#scroller:hover {
	opacity:1.0;
}


