@font-face {
    font-family: proxima;
    src: url("Proxima Nova Regular.otf");
}
@font-face {
    font-family: tf2;
    src: url("tf2build.ttf");
}
input, select{
	-webkit-appearance:none;
	border-radius: 0;
}
body{
	margin: 0;
	min-width: 1200px;

}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style-type: none;
	
}
html{
	-webkit-text-size-adjust: none;
	position: relative;

}


.text ul li span {
	font-family: proxima !important;
}

header{
width: 100%;
margin: auto;
background-color: white;
position: fixed;
top: 0;
min-width: 1200px;
padding: 20px 0;
height: 170px;
	box-sizing:border-box;
-moz-box-sizing:border-box;
transition:0.5s;
z-index: 2;
}
header nav{
	width: 100%;
	margin: auto;
	text-align: center;
}
header nav ul li{
	display: inline-block;
	font-family: proxima;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	vertical-align: top;
	height: 130px;
	padding-top: 50px;
	box-sizing:border-box;
-moz-box-sizing:border-box;
transition:0.5s;
letter-spacing: 0.2em;
}

header nav ul li:first-child{
	margin-right: 80px;
}

header nav ul li:last-child{
	margin-left: 141px;
}
.lilogo{
	padding-top: 0 !important;
	width: 210px;
	margin: 0 75px 0 58px;
}

header nav ul li a{
	text-decoration: none;
	color: black;
	transition:0.5s;
}
header nav ul li a:hover{
	color: #039be5;
}

header nav ul li a.active{
	color: #039be5;
}
a{
	color: black;
	text-decoration: none;
}
.logo{
width: 210px;
height: 130px;
position: relative;
margin: auto;
transition:0.5s;
box-sizing:border-box;
-moz-box-sizing:border-box;
}

.logo .ico{
background-image: url(../img/logo.png);
background-size: 150px;
background-position: top center;
background-repeat: no-repeat;
width: 100px;
height: 100px;
transition:0.5s;
margin: auto
}

.logo .name{
background-image: url(../img/logo.png);
background-size: 150px;
background-position: bottom;
background-repeat: no-repeat;
height: 25px;
transition:0.5s;
}
.fixheader{
position: fixed;
top: 0;
padding: 20px 0;
z-index: 1000;
height: 101px;
}
.fixheader .logo{
	width: 85px;
height: 85px;
margin: auto;
top: 0;
}
.fixheader li{
padding-top: 18px;
height: 70px;
}
.fixheader .ico{
	width: 70px;
height: 65px;
margin: auto;
background-size: 100px;
}
.fixheader .name{
	opacity: 0;
}
.fixheader .lilogo{
	width: 100px;
}
.slider{
width: 100%;
background-size: cover;
height: 490px;
margin-top: 180px;
display: table;
}
.center{

	display: table-cell;
	vertical-align: middle;
}
.slider .middle{
		width: 1110px;
	margin: auto;
}
.slider .center .name{
	float: right;
	width: 510px;
	font-family: tf2;
	font-size: 55px;
	text-align: center;
	letter-spacing: 0.075em;
}

.slider .line{
	width: 45px;
	border-bottom: 10px solid black;
	margin: 50px auto;
}

.showcatalog{
display: block;
margin: auto;
text-align: center;
border-radius: 2px;
background-color: rgb(0,157,222);
box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.4 );
width: 294px;
height: 55px;
font-family: proxima;
font-weight: bold;
font-size: 18px;
text-decoration: none;
color: white;
text-transform: uppercase;
padding-top: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
letter-spacing: 0.1em;
}


.main nav{
	margin: 30px auto 0;
	width: 1110px;
	text-align: center;

}
.main nav ul li{
display: inline-block;
width: 218px;
vertical-align: top;
}
.main nav ul li .icomain{
	width: 40px;
	height: 45px;
	margin: auto;	
	position: relative;
}
.main nav ul li .ico{
	width: 100%;
	height: 100%;
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transition:0.5s;
	opacity: 1;
}
.main nav ul li .colorico{
	width: 100%;
	height: 100%;
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transition:0.5s;
	opacity: 0;
}

.main nav ul li a:hover .ico{
opacity: 0;
}
.main nav ul li a:hover .colorico{
opacity: 1;
}
.main nav ul li a:hover .groupname{
color: #039be5;
}
.main nav ul li a.active .ico{
opacity: 0;
}
.main nav ul li a.active .colorico{
opacity: 1;
}
.main nav ul li a.active .groupname{
color: #039be5;
}
.main nav ul li .groupname{
	font-family: proxima;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	transition:0.5s;
	letter-spacing: 0.1em;
}


.groupetitle .groupename:hover{
	color: #039be5;	
	transition: 0.5s;
}

.vertline{
	display: inline-block;
	height: 30px;
	border-left: 2px solid black;
	position: absolute;
	margin-top: 10px;
}

.descript{
	height: 300px;
	background-image: url(../img/back.jpg);
	display: table;
	width: 100%;
	margin-top: 60px;

}

.descript .text{
	width: 800px;
	font-family: georgia;
	font-style: italic;
	font-size: 24px;
	text-align: center;
	margin: auto;
	line-height: 42px;
}

.onegroupe{
	width: 1110px;
	margin: 40px auto;
}
.groupetitle{
	width: 1046px;
margin: auto;
cursor: pointer;
}
.groupetitle div{
display: inline-block;
}

.groupetitle .groupeico{
	width: 50px;
	height: 60px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.groupetitle .groupename{
font-size: 24px;
vertical-align: top;
font-family: proxima;
font-weight: bold;
text-transform: uppercase;
margin: 0px 20px 0px;
position: relative;
max-width: 510px;
letter-spacing: 0.075px;

}



.groupetitle .groupname{
font-size: 24px;
font-family: proxima;
font-weight: bold;
text-transform: uppercase;
margin: 0px 20px 0px;
position: relative;
top: -20px;
letter-spacing: 0.075px;
cursor: default;
}

.onegroupe .groupetitle .groupename:hover{
	color: rgb(0,157,222);
	transition: 0.5s;
}

.groupetitle .allproducts{
float: right;
font-family: proxima;
font-weight: bold;
font-size: 18px;
top: 21px;
position: relative;
}

.imag {
	margin-right: 20px;
	margin-bottom: 20px;
    float: left;
    width: 200px;
    height: 100px;
        background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.groupetitle .allproducts span{
width: 12px;
height: 20px;
background-image: url(../img/poligon.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
display: inline-block;
margin: 0px 5px;
position: relative;
top: 4px;
}
.onegroupe ul{
	margin-top: 33px;
}
.onegroupe ul li{
	width: 270px;
	height: 390px;
	display: inline-block;
	transition: 0.5s;
	z-index: 1;
}

.onegroupe ul li .image{
width: 210px;
height: 170px;
background-size: contain;
background-position: center;
margin: 20px auto 5px;
position: relative;
background-repeat: no-repeat;
}
.onegroupe ul li .title{
height: 85px;
font-size: 18px;
font-family: proxima;
width: 210px;
margin: auto;
}

.onegroupe .title span{
font-size: 18px !important;
font-family: proxima !important;	
}

.onegroupe ul li .price{
color: #009fe2;
font-size: 18px;
padding-top: 10px;
font-family: proxima;
font-weight: bold;
width: 210px;
margin: auto;	
}

.onegroupe ul li a{
display: block;
border-radius: 2px;
background-color: rgb( 3, 155, 229 );
box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.4 );
width: 198px;
height: 43px;
color: white;
text-transform: uppercase;
text-align: center;
box-sizing: border-box;
-moz-box-sizing: border-box;
font-family: proxima;
font-weight: bold;
font-size: 18px;
margin: 20px auto;
padding-top: 9px;
opacity: 0;
transition:0.5s;
letter-spacing: 0.1em
}

.onegroupe ul li:hover, .onegroupe ul li:active{
cursor: pointer;
/*color: #009fe2;*/
border-radius: 2px;
background-color: rgb( 255, 255, 255 );
box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.4 );
}

.onegroupe ul li:hover a, .onegroupe ul li:active a{
	opacity: 1;
}


.new{
	width: 60px;
	height: 60px;
	position: absolute;
	background-image: url(../img/new.png);
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	right: -10px;
top: -10px;
}

#recall {
	display: table;
	width: 100%;
	height: 280px;
	background-image: url(../img/back.jpg);
}

.wecall{
	text-align: center;
	text-transform: uppercase;
	font-family: proxima;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.075px;


}

.questions{
	text-align: center;
	font-family: proxima;
	font-size: 18px;
	margin:20px 0;
}
.output{
	text-align: center;
}

.namephone{
width: 265px;
	margin-right: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
}
.namephone input{
width: 100%;
height: 100%;
border: 2px solid rgba(0,0,0,0.25);
box-sizing: border-box;
-moz-box-sizing: border-box;
margin: 0 !important;
padding-left: 15px;
display: inline-block;
position: relative;
outline: none;
position: absolute;
top: 0;
left: 0;
font-family: proxima;
font-size: 18px;
}
.phone{
	width: 265px;
	margin-right: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
}
.com{
	width: 265px;
	margin: auto;
	height: 40px;
	position: relative;
	display: inline-block;
}
.com input{
width: 100%;
height: 100%;
border: 2px solid rgba(0,0,0,0.25);
box-sizing: border-box;
-moz-box-sizing: border-box;
margin: 0 !important;
padding-left: 15px;
display: inline-block;
position: relative;
outline: none;
position: absolute;
top: 0;
left: 0;
font-family: proxima;
font-size: 18px;
}


.comment
{
	width: 265px;
	margin: auto;
	height: 100px;
	position: relative;
	display: inline-block;

}

.comment textarea{
width: 265px;
height: 100%;
border: 2px solid rgba(0,0,0,0.25);
box-sizing: border-box;
-moz-box-sizing: border-box;
margin: 0 !important;
padding-left: 15px;
display: inline-block;
position: relative;
outline: none;
position: absolute;
top: 0;
left: 0;
font-family: proxima;
font-size: 18px;

}

.phone input{
width: 265px;
height: 100%;
border: 2px solid rgba(0,0,0,0.25);
box-sizing: border-box;
-moz-box-sizing: border-box;
margin: 0 !important;
padding-left: 15px;
display: inline-block;
position: relative;
outline: none;
position: absolute;
top: 0;
left: 0;
font-family: proxima;
font-size: 18px;

}


.comment textarea{
resize: none;
width: 265px;
height: 100%;
border: 2px solid rgba(0,0,0,0.25);
box-sizing: border-box;
-moz-box-sizing: border-box;
margin: 0 !important;
padding-left: 15px;
display: inline-block;
position: relative;
outline: none;
position: absolute;
top: 0;
left: 0;
font-family: proxima;
font-size: 18px;

}


/*.productprice:after {
	color: rgb(0,157,222);
  font-family: "PT Sans";
  content: " \D20BD"; 
}*/

.article
{
	font-family: "proxima";
	font-size: 20px;
	color:gray;
	margin-top: 10px;
	margin-bottom: 10px;
}

.button input
{
	width: 190px;
	height: 45px;
	background-color: rgb(0,157,222);
	padding: 0;
	margin-top: 30px;
	color: white;
	font-size: 18px;
	border: none;
}

.phone .send{
width: 50px;
border: 2px solid rgba(0,0,0,0.25);
border-left: none;
background-image: url(../img/poligon.png);
background-size: 15px;
background-position: 25px;
box-sizing: border-box;
-moz-box-sizing: border-box;
background-repeat: no-repeat;
background-color: white;
right: 0;
left: auto;
cursor: pointer;
}
footer{
	width: 1110px;
	margin: 123px auto 80px;
}

footer nav{
	width: 100%;
	display: table;
}
footer nav ul li{
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin-bottom: 20px;
	font-family: proxima;
	font-size: 18px;
}

footer nav ul li.bold{
	font-family: proxima;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

footer ul.left{
	width: calc(50% - 1px);
	float: left;
	margin: 0;
}

footer ul.right{
	width: 50%;
	float: right;
	margin: 0;
	text-align: right;
}
footer .vertline{
float: left;
height: 60px;
margin: 0px 0 40px;
}

footer .contacts{
	font-size: 18px;
	font-family: proxima;
	float: right;
}

.product{
	width: 1110px;
	margin: 50px auto;
	padding-top: 78px;

}

.product .description{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.product .description .productname{
	font-size: 25px;
	font-family: proxima;
	font-weight: bold;
	letter-spacing: 0.075em;

}

.product .description .productprice{
	font-size: 30px;
	font-weight: bold;
	font-family: proxima;
	color:#009fe2 ;
	margin-bottom: 43px;
	letter-spacing: 0.075em;
}

.product .description .productprice span{
	color: #ff3d00;
	text-decoration: line-through;
}

.desc, .features, .complect{
	margin-top: 20px;
	font-family: proxima;
	font-size: 18px;
}

.MsoNormal span
{
	font-family: proxima !important;	
}

.desc .title, .features .title, .complect .title{
	font-weight: bold;
	cursor: pointer;
}

.desc .title span, .features .title span, .complect .title span{
width: 20px;
height: 8px;
background-image: url(../img/poligondown.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
margin-bottom: 1px;
}

.desc .text, .features .text, .complect .text{

	overflow: hidden;
	transition:0.5s;
	padding-top: 20px;
}

.open .text{
}
.close .text{
height: 0 !important;
padding: 0;
}
.close .title span{
	display: inline-block;
	transform: rotate(-90deg) !important;
}

.title span{transform: rotate(0deg);
}

.title p{
	margin: 0;
}

.images{
width: calc(50% - 5px);
display: inline-block;
vertical-align: top;
}

#products{
height: 400px;
width: 500px;
margin: auto;
}

#products li{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}

#products .sm_prev, #products .sm_next, #products .sm_nav{
	display: none;
}

.productsnav{
	width: 500px;
	margin:  40px auto;
	height: 100px;
	position: relative;
}

.leftarrow{
	width: 12px;
height: 15px;
background-image: url(../img/poligon.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 0;
top: calc(50% - 7px);
   -moz-transform: scaleX(-1);
     -o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        cursor: pointer;
}

.rightarrow{
		width: 12px;
height: 15px;
background-image: url(../img/poligon.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
right: 0;
top: calc(50% - 7px);
cursor: pointer;
}

.paginat{
	width: 240px;
	height: 100%;
	margin: auto;
	overflow: hidden;
}

.paginat ul{
	width: 10000px;
	transition:0.5s;
	left: 0;
	position: relative;
}

.paginat ul li{
	width: 100px;
	height: 100px;
	margin: 0 10px;
	background-size: cover;
	background-position: center;
	float: left;
	cursor: pointer;
}

.paginat ul li.active{
	opacity: 0.5;
}

.images .makeit{
cursor: pointer;
	display: block;
margin: 70px auto 0;
text-align: center;
border-radius: 2px;
background-color: rgb(0,157,222);
box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.4 );
width: 250px;
height: 55px;
font-family: proxima;
font-weight: bold;
font-size: 18px;
text-decoration: none;
color: white;
text-transform: uppercase;
padding-top: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
letter-spacing: 0.1em;

}

.sliderabout{
width: 100%;
height: 490px;
margin-top: 210px;
display: table;
background-color: rgba( 41, 182, 246, 0.349 );
position: relative;
}
.center{

	display: table-cell;
	vertical-align: middle;
}
.sliderabout .middle{
		width: 1110px;
	margin: auto;
}
.sliderabout .center .name{
	float: left;
	width: 510px;
	font-family: tf2;
	font-size: 55px;
	text-align: center;
	letter-spacing: 0.075em;
}

.sliderabout .line{
	width: 45px;
	border-bottom: 10px solid black;
	margin: 50px auto;
}

.sliderabout .heands{
float: right;
height: 100%;
width: 657px;
background-image: url(../img/heands.png);
background-size: cover;
background-position: center;
position: absolute;
bottom: 0;
right: calc((100% - 1110px)/2);
}

.company{
	text-align: center;
	font-weight: bold;
	font-family: proxima;
	font-size: 30px;
	text-transform: uppercase;
	padding-top: 45px;
	padding-bottom: 30px;
	letter-spacing: 0.075em;
}

.aboutcompany{
	width: 870px;
	margin: auto;
	display: grid;
	margin-bottom: 30px;
	font-family: proxima;
	font-size: 21px;
	padding-left: 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	line-height: 30px;
}

.sections{
	width: 870px;
	margin: 52px auto 78px;

}

.sections a{
	display: inline-block;
text-align: center;
border-radius: 2px;
background-color: #009fe2;
box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.4 );
width: 380px;
height: 55px;
font-family: proxima;
font-weight: bold;
font-size: 18px;
text-decoration: none;
color: white;
text-transform: uppercase;
padding-top: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
letter-spacing: 0.1em;
}

#photos{
	width: 660px;
	height: 480px;
	margin: auto;
	position: relative;
}

#photos ul li{
	height: 100%;
	background-size: cover;
	background-position: center;
}

#photos .sm_prev, #photos .sm_next{
	background-image: url(../img/poligon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: calc(50% - 7px);
	height: 20px;
	width: 12px;
	opacity: 1;
	z-index: 0;
	margin:0;
}

#photos .sm_prev{
	left: -60px;
	   -moz-transform: scaleX(-1);
     -o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
        transform: scaleX(-1);

}

#photos .sm_next{
	right: -60px;
	
}

.download{
		display:block;
text-align: center;
border-radius: 2px;
background-color: #009fe2;
box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.4 );
width: 380px;
height: 55px;
font-family: proxima;
font-weight: bold;
font-size: 18px;
text-decoration: none;
color: white;
text-transform: uppercase;
padding-top: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
margin: 55px auto 0;
letter-spacing: 0.1em;
}

.seilcontacts{
	font-size: 18px;
	margin-bottom: 25px;
	font-family: proxima;
	text-align: center;
}

.map{
	width: 1015px;
	margin: 60px auto;
}

#slide ul{
	display: table;
	width: 100%;
	height: 100%;
}

#slide ul li{
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
}

#slide ul li .heands{
width: 420px;
height: 100%;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

#slide .sm_nav{
height: auto;
text-align: center;
display: block;
width: 100%;
right: auto;
z-index: 0;
}

#slide .sm_nav li{
width: 15px;
height: 15px;
display: inline-block;
text-align: center;
float: none;
position: relative;	
margin: 0 5px;
}

#slide .sm_nav li i{
	width: 100%;
	height: 100%;
	background: none;
	border: 1px solid rgb( 3, 155, 229 );
	cursor: pointer;
	border-radius: 20px;
}

#slide .sm_nav li.active i{
	background:rgb( 3, 155, 229 );
}

.navblock{
	width: 1110px;
	margin: 60px auto;
	display: table;
}

.navblock .search{
	width: 450px;
	height: 37px;
	float: left;
}

.navblock .search .find{
	width: 130px;
	height: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border: 2px solid rgba(0,0,0,0.25);
	font-size: 18px;
	font-family: proxima;
	font-weight: bold;
	float: left;
}

.navblock .search .find span.fin{
display: inline-block;
width: 17px;
background-image: url(../img/search.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
height: 33px;
margin: 0 10px;
}

.navblock .search input{
	width: 270px;
	height: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border: 2px solid rgba(0,0,0,0.25);
	font-size: 18px;
	font-family: proxima;
	float: left;
	outline: none;
	border-left: none;
	border-right: none;
	padding-left: 10px;

}

.navblock .search input::-webkit-input-placeholder {
	color: black;
}
input::-webkit-input-placeholder{
	color: black;
}
.navblock .search input:-moz-placeholder {
	color: black;
}

.navblock .search .send{
	width: 50px;
border: 2px solid rgba(0,0,0,0.25);
border-left: none;
background-image: url(../img/poligon.png);
background-size: 15px;
background-position: 25px;
box-sizing: border-box;
-moz-box-sizing: border-box;
background-repeat: no-repeat;
background-color: white;
right: 0;
left: auto;
cursor: pointer;
}

.navblock .filtr{
	float: right;
	width: 450px;
	height: 37px;
}

.navblock .filtr .order{
	float: left;
	width: 180px;
	height: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:2px solid rgba(0,0,0,0.25);
	font-size: 18px;
	font-family: proxima;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.navblock .filtr select{
	width: 270px;
	height: 100%;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:2px solid rgba(0,0,0,0.25);
	font-size: 18px;
	font-family: proxima;
	border-left: none;
	outline: none;
	padding-left: 10px;
	-webkit-appearance:none;
	-moz-appearance:window;
	-o-appearance:none;
	-khtml-appearance:none;
	appearance:none;
	background-image: url(../img/poligondown.png);
	background-size: 20px;
background-position: 240px;
background-repeat: no-repeat;
cursor: pointer;
}

.navblock .filtr select option{
	cursor: pointer;
}

.price span{
	color: #ff3d00;
	text-decoration: line-through;
}

.sale{
	background-image: url(../img/sale.png)
}

.pages{
	width: 1110px;
margin: auto;
position: relative;
}

.pages .back{
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 30px;
	font-family: proxima;
font-size: 18px;
font-weight: bold;
}

.pages .back span{
	position: absolute;
	left: 0;
	width: 12px;
	height: 20px;
	background-image: url(../img/poligon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	   -moz-transform: scaleX(-1);
     -o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        top: calc(50% - 10px)
}
.pages .forward{
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 30px;
	font-family: proxima;
font-size: 18px;
font-weight: bold;
}

.pages .forward span{
	position: absolute;
	width: 12px;
	height: 20px;
	background-image: url(../img/poligon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	top: calc(50% - 10px)
}
.pages ul{
	text-align: center;
}
.pages ul li{
	display: inline-block;
	font-size: 18px;
	font-family: proxima;
	font-weight: bold;
}

.pages ul li .active{
	color: #039be5;
}
.pages ul li a{
	transition:0.5s;
}
.pages ul li a:hover{
	color: #039be5
}

.popup{
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.popup .blackback{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
	top: 0;
	left: 0;
	cursor: pointer;
}

.popup .window{
	width: 790px;
	height: 510px;
	position: absolute;
	left: calc(50% - 395px);
	top:  100px;
	background-color: white;
}

.popup .window .close{
	width: 20px;
	height: 20px;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left: 750px;
	margin-top: 20px;
	cursor: pointer;
}

.popup .window .massage{
	font-family: proxima;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 40px 0;
	/*text-transform: uppercase;*/
	line-height: 1.5;
}

.popup .window .phone{
	width: 450px;
	display: block;
}

.popup .window .phone .textblock{
	float: left;
	width: 175px;
	height: 100%;
	border: 2px solid rgba(0,0,0,0.25);
	border-right: none;
	font-size: 18px;
	font-family: proxima;
	font-weight: bold;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 6px 0 0 15px;
}


.popup .window .comment .textblock{
	float: left;
	width: 175px;
	height: 100%;
	border: 2px solid rgba(0,0,0,0.25);
	border-right: none;
	font-size: 18px;
	font-family: proxima;
	font-weight: bold;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 6px 0 0 15px;
}


.popup .window .phone input{
	border: 2px solid rgba(0,0,0,0.25);
	position: relative;
	width: 275px;
}

.popup .window .comment textarea{
	border: 2px solid rgba(0,0,0,0.25);
	position: relative;
	width: 275px;
}

.popup .window .namephone{
	width: 450px;
	display: block;
	  margin: 0 auto 25px;
}

.popup .window .namephone .textblock{
	float: left;
	width: 175px;
	height: 100%;
	border: 2px solid rgba(0,0,0,0.25);
	border-right: none;
	font-size: 18px;
	font-family: proxima;
	font-weight: bold;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 6px 0 0 15px;
}

.popup .window .namephone input{
	border: 2px solid rgba(0,0,0,0.25);
	position: relative;
	width: 275px;
}
.popup .window .preference{
	width: 450px;
	height: 40px;
	margin: 25px auto;
	position: relative;
	
}

.popup .window .comment
{
	width: 450px;
	display: block;
}

.popup .window .preference .textblock{
		float: left;
	width: 175px;
	height: 100%;
	border: 2px solid rgba(0,0,0,0.25);
	border-right: none;
	font-size: 18px;
	font-family: proxima;
	font-weight: bold;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 6px 0 0 15px;
}

.popup .window .preference select{
		width: 275px;
	height: 100%;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:2px solid rgba(0,0,0,0.25);
	font-size: 18px;
	font-family: proxima;
	outline: none;
	padding-left: 10px;
	-webkit-appearance:none;
	-moz-appearance:window;
	-o-appearance:none;
	-khtml-appearance:none;
	appearance:none;
	background-image: url(../img/poligondown.png);
	background-size: 20px;
background-position: 240px;
background-repeat: no-repeat;
cursor: pointer;
}

.popup .window .makeit{
cursor: pointer;
		display: block;
margin: 35px auto 0;
text-align: center;
border-radius: 2px;
background-color: rgb(0,157,222);
box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.4 );
width: 250px;
height: 55px;
font-family: proxima;
font-weight: bold;
font-size: 18px;
text-decoration: none;
color: white;
text-transform: uppercase;
padding-top: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
letter-spacing: 0.1em;
}

.studio{
	display: block;
	float: left;
	width: 153px;
	height: 44px;
	background-image: url(../img/stylerulogo.png);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

textarea
{
	width: 100%;
}

.ruble{
  background-image: url(../img/ruble.png);
  background-position: center;
  width: 22px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  top: 1px;
  position: relative;
}

.productprice .ruble{
	height: 22px;
}


.age
{
	margin-top: 5px;
	font-family: proxima;
	font-size: 20px;
}

.age span
{
	color:#EA2929;
	font-weight: bold;
}

.result .onegroupe .groupetitle .groupename:hover{
	color:black;
}

.result .onegroupe .groupetitle{
	cursor: default;
}


.aboutcompany p font{font-family: proxima; font-size: 21px;}

font a {color:#009fe2;}

p{margin-top:0px; margin-bottom: 5px;}
p a{color:#009fe2;}


.seilcontacts a{color:#009fe2;}

#email
{
	cursor: pointer;
}

.headerTitle{
	margin-top: 30px;
    font-family: tf2;
    font-size: 30px;
    text-align: center;
}

.photos
{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.photos img
{
	width:300px;
}