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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body{
    overflow-x: hidden;
}

input, textarea {
    outline:none;
}

.btn:active,
.btn:focus
{
    outline: none !important;
}

ol, ul {
	list-style: none;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	outline: none;
}
body input:required:valid,
body textarea:required:valid{
	outline: none;
}

body {
    font-family: "PTSansRegular", sans-serif;
	font-size: 17px;
    color: #222;
}

h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}

a{ 
    cursor: pointer; 
}

a:hover,
a:focus,
a:active
{
	outline: none;
}

*{
    -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease;
}


.form-name,
.form-phone,
.form-tarea,
.form-email,
.btn-sub{
    background-color: #fff;
    text-align: left;
    color: #222 !important;
    display: inline-block;
    width: 31%;
    border: 2px solid #FFF;
    border-radius: 3px;
    padding: 8px 18px;
    font-size: 18px;
    margin: 12px 10px 12px 0;
}


.btn{
    text-align: center;
    background-color: #18AA01;
    border-color: #18AA01;
    border-color: #18AA01;
    color: #fff;
    transition: all .5s ease;
	box-shadow: 4px 4px 15px 2px rgba(34, 34, 34, 0.2);
}

.btn:hover{
    background-color: #F8421F;
    transition: all .5s ease;
}

.form-name:hover,
.form-phone:hover,
.form-email:hover,
.form-tarea:hover,
.select:hover,
.form-name:active,
.form-phone:active,
.form-email:active,
.form-tarea:active,
.select:active,
.form-name:focus,
.form-email:focus,
.form-tarea:focus,
.form-phone:focus,
.select:focus
{
    box-shadow: 1px 1px 10px rgba(54, 54, 54, 0.1);
    border: 2px solid #FFEA00 !important;
    background-size: 12px;
}


/*header start*/

.reletive{
	position: relative;
}

header{
	background-color: #F4F4F4;
	text-align: center;
	height: 90px;
	text-align: center;
}

.logo{
	position: absolute;
	left: 0;
	top: 18px;
	z-index: 9;
}

.logo img{
	height: 50px;
}

.phones{
	position: absolute;
	left: 60px;
	right: 0;
	top: 6px;
	z-index: 1;
	width: 400px;
	margin: 0 auto;
}

.phones2{
	left: 520px;
}

.phones p{
	font-size: 16px;
    font-family: "PTSansBold";
	color: #626262;
	text-align: left;
}

.phones2 p{
	font-size: 16px;
}

.operator{
	height: 16px;
}

.top-btn{
	position: absolute;
	right: 0;
	top: 18px;
	padding: 10px 25px;
	font-size: 20px;
	z-index: 10;
}

.btn-css{
	padding: 12.6px 35px;
	font-size: 25px;
}

.wrap-btn{
	display: block;
	margin: 0px auto 35px;
	text-align: center;
}


.sticky-content{
	z-index: 100;
	text-align: center;
	background-color: #2C2C2C;
    
     -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
     -o-transition: all .5s ease;
     transition: all .5s ease;
}

.sticky-content ul li{
	display: inline-block;
}

.sticky-content ul li a{
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 15px;
	background-image: url(../img/menu-hover.jpg);
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: 50% 120%;
}

.sticky-content ul li a:hover{
	background-position: 50% 94%;
}

.tops{
	z-index: 100;
	right: 0;
	left: 0;
	border-bottom-left-radius: 18%;
}

.tops .sticky-content{
	border-bottom-left-radius: 18%;
}

.tops .logo-hide img{
	height: 30px;
	display: inline-block;
	background-image: none;
}

.tops .logo-hide{
	background-image: none;
}

.fixed-menu{
    position: fixed;
    z-index: 2000;
    top: -1px;
    left: 0;
    right: 0;
	background-color: #2C2C2C;
    border-bottom-left-radius: 20%;
}

/*promo********************/

.slider *{
    -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
            -o-transition: all 0s ease;
                transition: all 0s ease;
}

.slider div:hover{
    cursor: grab;
    cursor: -webkit-grab;
}

.slider div:focus{
    cursor: grabbing;
    cursor: -webkit-grabbing;
    outline: none;
}

.center{
	min-height: 450px;
	text-align: center;
}

.btn-slider{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-block;
	bottom: 95px;
	width: 265px;
	z-index: 50;
}

.sl1{
	position: relative;
	height: 500px;
	background-image: url(../img/1.jpg);
	background-size: cover;
}

.sl2{
	position: relative;
	height: 500px;
	background-image: url(../img/2.jpg);
	background-size: cover;
}

.sl3{
	position: relative;
	height: 500px;
	background-image: url(../img/3.jpg);
	background-size: cover;
}

.sl4{
	position: relative;
	height: 500px;
	background-image: url(../img/4.jpg);
	background-size: cover;
}

h1,
h2,
h3,
h5
{
    font-family: "PTSansBold";
}

h1{
    margin-top: 85px;
    font-size: 41px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5em;
}

h1 span{
	display: block;
	font-size: 80px;
	margin-bottom: 16px;
}

h1 b{
	display: block;
	color: #FFEA00;
}

h2{
    margin-top: 56px;
	font-size: 80px;
	color: #fff;
}

h2 span{
	display: block;
	font-size: 40px;
	color: #FFEA00;
	word-spacing: 5px;
}

.logo-big{
	margin: 75px auto 20px;
	width: 460px;
}

h5{
	font-size: 50px;
	color: #FFEA00;
}

h5 span{
	display: block;
	font-size: 40px;
	color: #fff;
	word-spacing: 5px;
}

h3{
	text-align: center;
	font-size: 44px;
	margin-bottom: 55px;
	text-transform: uppercase;
	color: #339933;
}

/*.s0******************/

.s0{
	min-height: 200px;
	padding: 35px 6px 0;
	text-align: center;
}

.s0 h7{
	font-size: 36px;
	color: #F8421F;
    font-family: "PTSansBold";
}



/*.s1******************/

.s1{
	min-height: 200px;
	padding: 10px 6px 35px;
}

.s1-btn{
	display: inline-block;
	margin-top: 15px;
	padding: 12px 20px;
	font-size: 20px;
}

.s1-padding{
	padding-top: 45px;
}

.s1 p{
	margin-bottom: 15px;
	font-size: 20px;
	text-align: justify;
}

.t-cetner{
	text-align: center;
	height: 500px;
}

.macbook{
	position: absolute;
	z-index: 0;
	top: 5px;
	left: -40px;
	right: 0;
	height: 424px;
	width: 683px;
}

.s1 video{
	width: 80%;
	left: 10px;
	top: 30px;
	border-radius: 3px;
	border: 1px solid #555;
	border-bottom: none;
	position: relative;
	z-index: 10;
}

#mybtn{
	position: absolute;
	background-color: transparent;
	border: none;
	top: 44px;
	padding: 50px 120px;
	left: 95px;
	z-index: 20;
	opacity: 1;
}

.play-btn{
	width: 180px;
	opacity: 0;
}

#mybtn:hover .play-btn
{
	opacity: .7;
	outline: none;
}

#mybtn:hover,
#mybtn:active,
#mybtn:focus
{
	outline: none;
}

/*.s2******************/

.s2{
	min-height: 200px;
	padding: 35px 6px 25px;
	background-color: #F4F4F4;
	text-align: center;
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100% 50%;
}

.wrap-svoistva{
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin: 0px 5px 30px;
}

.wrap-svoistva img{
	width: 120px;
}

.wrap-svoistva:hover img{
	transform: scale(1.1);
}

h10{
	display: block;
	font-size: 22px;
    font-family: "PTSansBold";
	color: #222;
	margin-top: 7px;
}

h10 b{
	font-size: 18px;
	display: block;
	margin-top: -6px;
}

.wrap-svoistva:hover h10{
	color: #777;
	color: #F8421F;
}

.wrap-svoistva p{
	font-size: 15px;
	margin: 6px 0;
	color: #222;
}

.wrap-svoistva span{
	display: block;
	font-size: 13.5px;
	color: #777;
}

.wrap-svoistva:hover span{
	color: #559623;
	color: #69c324;
}

/*
.t-center{
	width: 88%;
}
*/

.svoistva-hide-form{
	position: relative;
	background-color: #fff;
	padding: 10px 45px 30px;
	border: 3px solid #69c324;
	box-shadow: 0 0 0px 12px #fff;
}

h12{
	font-size: 36px;
    font-family: "PTSansBold";
	color: #18AA01;
	display: block;
	margin-bottom: 12px;
}

.svoistva-hide-form p{
	margin-bottom: 12px;
	font-size: 17px;
	text-align: left;
}


/*.s3********************/

.s3{
	min-height: 200px;
	padding: 35px 6px 45px;
	background-color: #fff;
	text-align: center;
}

.wide-slide {
    text-align: center;
    margin: 0px;
    position: relative;
	margin-bottom: 70px;
}

.wide-slide div{
    margin: 0px 6px;
    margin-right: 35px;
    text-align: center;
    width: 100%;
}

.wide-slide div img{
	width: 103%;
}

.wide-slide div p{
	font-size: 20px;
	margin-top: 6px;
    font-family: "PTSansBold";
}


/*.s4********************/

.s4{
	min-height: 200px;
	padding: 35px 6px 65px;
	background-color: #fff;
	background-image: url(../img/bg4.jpg);
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}

.s4 h3{
	color: #fff;
}

.s4 p{
	color: #fff;
	margin: 10px auto 30px;
	text-align: left;
	font-size: 23px;
    font-family: "PTSansBold";
}

.s4 p span{
	display: block;
	font-size: 17px;
    font-family: "PTSansRegular", sans-serif;
	padding-left: 57px;
	color: #f0f0f0;
}

.tech-hara{
	height: 45px;
	margin-right: 3px;
	position: relative;
	top: -4px;
}

.s4 p:hover .tech-hara{
	transform: scale(1.34);
}


/*.s5********************/

.s5{
	min-height: 200px;
	padding: 35px 6px 45px;
	background-color: #fff;
	text-align: center;
	background-color: #F4F4F4;
}

.wrap-work{
	display: inline-block;
	width: 29%;
	margin: 15px 15px 95px;
	position: relative;
}

.wrap-work:hover .work-img{
	transform: rotateY(360deg);
}

.work-img{
	height: 140px;
    -webkit-transition: all 1.2s ease;
        -moz-transition: all 1.2s ease;
            -o-transition: all 1.2s ease;
                transition: all 1.2s ease;
}

.next{
	position: absolute;
	width: 80px;
	height: 30px;
	top: 55px;
	right: -49px;
}

h20{
	display: block;
	font-size: 23px;
    font-family: "PTSansBold";
	margin-top: 6px;
}

h30{
	display: block;
	font-size: 35px;
    font-family: "PTSansBold";
	color: #F8421F;
}

h31{
	display: block;
	color: #444;
	font-size: 20px;
	margin: 1px 0 35px;
}


/*.s55********************/

.s55{
	min-height: 200px;
	padding: 35px 6px 45px;
	background-color: #fff;
}


/*.s6********************/

.s6{
	min-height: 200px;
	padding: 35px 6px 50px;
	background-color: #fff;
}

.s6 ul li{
	list-style-type: disc;
}

.s6 ul li{
	padding: 4px 0px;
	line-height: 1.2em;
}

.s6 ul li a:hover{
	text-decoration: underline;
	color: #18AA01;
}

details{
	color: #666;
	margin-top: 45px;
}

details summary:active,
details summary:focus
{
	outline: none;
}

details summary:hover{
	cursor: pointer;
	color: #18AA01;
}

details summary{
	color: #666;
	text-align: center;
	margin-bottom: 6px;
}

.s6 h4{
	margin: 22px 0 5px;
	text-transform: uppercase;
}


/*footer***********************/

footer{
    min-height: 200px;
    background-color: #27282B;
    color: #fff;
	padding: 65px 6px 0;
}

.foot-padd{
	padding-top: 15px;
}

footer p{
	margin-bottom: 4px;
	font-size: 20px;
}

.foot-p{
	margin-bottom: 16px;
}

footer iframe {
	width: 90%;
	height: 330px;
}

.master{
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
	text-align: center;
	padding: 10px 10px 10px;
	margin-top: 50px;
	background-color: #2C2C2C;
}


/*скрытая форма *************/

label[for="phone"] {
  display: block;
}

#hidden-form,
#hidden-form2,
#hidden-form11,
#hidden-form12,
#hidden-form13,
#hidden-form14,
#hidden-form15,
#hidden-form16,
#hidden-form17,
#hidden-form18,
#hidden-form19
{
    width: 600px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.form-hide{
    background-color: #eee;
    padding: 16px 10px 35px;
    border-radius: 2px;
    border-bottom: 3px solid #FFEA00;
}

.form-hide p{
    font-size: 25px;
    line-height: 1.12em;
    margin-bottom: 14px;
    font-family: "PTSansBold";
}

.form-hide p span{
    font-size: 20px;
	display: block;
    font-family: "PTSansRegular";
}

.form-hide .form-name,
.form-hide .form-phone,
.form-tarea,
.form-hide .btn-hiiden-sub
{
    display: block;
    margin: 16px auto;
    width: 95%;
}

.form-hide .btn-hiiden-sub{
    margin: 0 auto;
    border: none;
    padding: 10px 0;
    border-radius: 2px;
	font-size: 20px;
}



/*button-up*/

.button-up {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 20px;
    height: 65px;
    width: 65px;
    cursor: pointer;
    background-image: url(../img/top-medium.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .4;
    z-index: 1000;
    
    -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
                transition: all .5s ease;
}


.button-up:hover{
    opacity: .9;
}

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

strong{
    font-weight: normal;
    font-family: "PTSansBold";
}

.calc { text-align: center; }

.calc table
{
    margin: auto; width: 1000px;
}

.calc table, .calc th, .calc td
{
    background: #ddd; border: 1px solid #bbb; border-collapse: collapse; font-size: 11pt;
}

.calc td, .calc th
{
    padding: 8px; text-align: center;
}

.calc th 
{
    background: #18AA01; color: #fff;
}

.calc input, .calc select
{
    width: 100px; 
}

.calc input { border: 1px solid #aaa; }
.calc input:focus
{
    border: 1px solid #F8421F; background: #f1f1f1;
}

.calcbtn
{
    margin: auto; padding: 15px 30px; width: 250px; background: #18AA01;
    color: #fff; font-size: 18pt; position: relative; top: 30px; border: 0px;
}

.calcbtn:hover
{
    background: #F8421F;
}

.img_prt
{
	margin: 10px 5px; box-shadow: 0 0 7px #aaa;
	width: 45%; min-width: 300px;
}