.header {
    background: url(../images/top-bg.png);
    position: relative;
    margin-top: 133px;
    margin-bottom: -133px;
    top:-133px;
    transition: top 1s;
    position: relative;
}


.header:before {
    content:'';
    position: absolute;
    display: block;
    top: -300px;
    left:0;
    width: 100%;
    height: 300px;
    background: url(../images/top-bg.png);
}

.header.fixed {
    position: fixed;
    width: 100%;
    z-index: 111;
    top:0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 0 1px #ccc;
}

body.fixed {
    padding-top: 133px;
    position: relative;
}
.header .container  {
    padding-top:  20px;
    padding-bottom: 20px;
}
.header.fixed .container  {
    padding-top:  12px;
    padding-bottom: 12px;
}

.header .logo a {
    display: block;   
	font-size:40px;
	font-weight:600;
}
.header.fixed .logo  {
    padding-top: 2px;
}
.header .logo img {
    width: 260px;
    height: 56px;
    transition: all .2s;
}
.header.fixed .logo img {
    width: 170px;
    height: 33px;
}
.header .phone  {
    font-size: 22px;
    font-weight: 300;
    position: relative;
    top:0;
    transition: top .7s;
}
.header .phone span {
    font-weight: 700;
}
.header.fixed .phone  {
    position: relative;
    top:-300px;
    margin-top: -300px;
}

.header .callback {
    margin: 10px 0 20px 0;
    position: relative;
    top:0;
    transition: top .5s;
}
.header.fixed .callback {
    position: relative;
    top:-300px;
    margin-top:-300px;
}

.topmenu li {
    padding:  0 12px;
    border-left: 1px solid #ababac;
    text-transform: uppercase;
}
.topmenu li:first-child {
    border-left: none;
}
.topmenu li:last-child {
    padding-right: 0;
}

.topmenu a {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: block;
    transition: all .2s;
}
.topmenu a:hover {
    color: #3F729D;
}
.topmenu a:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #3F729D;
    bottom: -10px;
    left: 0;
    opacity: 0;
    transition: all .2s;
    pointer-events: none;
}
.topmenu a:hover:after {
    opacity: .8;
}

.topviz {
    background-color: #333;
    background: #000 url(../images/slider.png);
    background-size: cover;
    background-position: center;
}
.topviz:before {

}

.topviz .container {
    height: 532px;
    padding-right: 130px;
    text-align: right;
}
.topviz h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-top: -12px;
}
.topviz h1 span {
    color: #fb5a34;
}
.topviz p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-top: -16px;
}

.preim {
    margin-top: -140px;
}
.preim .container {
    padding-bottom: 0;
}
.preim .row {
    margin: 0 -16px;
}
.preim .block {
    width: 33.33333333%;
    padding: 16px;
}
.preim .block div {
    height: 180px;
    padding: 24px;
    border-radius: 6px;
    box-shadow: 0 2px 0 #e6e6e6;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 61%, rgba(239,239,239,0.9) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 61%,rgba(239,239,239,0.9) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 61%,rgba(239,239,239,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6efefef',GradientType=0 );
    padding-left: 88px;
}

.preim h3 {
    margin: 6px 0;
    position: relative;
}
.preim p {
    margin: 8px 0;
    font-size: 16px;
    line-height: 130%;
}

.preim .block h3:after {
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background: url(../images/ico-preim-01.png);
    top: -4px;
    left: -74px;
}
/* .preim .block:nth-child(2) h3:after { */
    /* background: url(../images/ico-preim-02.png); */
/* } */
/* .preim .block:nth-child(3) h3:after { */
    /* background: url(../images/ico-preim-03.png); */
/* } */

.title-01 {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin: 0 auto;
    max-width: 960px;
}


.title-01:after {
    content:'';
    position: absolute;
    width: 80px;
    height: 1px;
    background: #3F729D;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
.title-01.noline:after {
    display: none;
}


.title-01 h1 span {
    color: #3F729D;
}
.title-01 p {
    font-size: 18px;
    margin-top: -12px;
    font-weight: 400;
    margin-bottom: 0;
}

.title-01.dark {
    color: #fff;
}

.projects {
    background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
}
.projects-box {
    margin: 0 -12px;
    padding: 20px 0;
}
.projects-box .block {
    padding: 12px;
}
.projects-box .photo-slider {
        background: #ccc;
        height: 384px;
}
.projects-box .info {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    border-bottom: 2px solid #e7e7e7;
    position: relative;
}
.projects-box h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.projects-box h3 span {
    font-weight: 300;
    text-transform: none;
}
.projects-box p {
    font-size: 15px;
}
.projects-box p.description {
    height: 36px;
}
.projects-box .m2 {
    color: #555;   
}
.projects-box .sum-photos {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 20px;
    color: #555;
    border-bottom: 1px solid #777;
}

.projects-box .sum-photos:before {
    content:'';
    position: absolute;
    display: block;
    top: 2px;
    left: -32px;
    width: 19px;
    height: 16px;
    background-image: url(../images/ico-photo-01.png);
}


.plast-2 {
    background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
padding-bottom: 40px;
}

.plast-2 .col-7 {
    padding-right: 60px;
}
.gallery-02 {
    margin: 0 -6px;
    position: relative;
    margin-top: 30px;
    max-width: 652px;
}
.gallery-02 > div:nth-child(1) {
    width: 57.66871165%;
}
.gallery-02 > div:nth-child(2) {
    width: 42.33128834%;
}
.gallery-02 > div > div:nth-child(1) {
    width: 100%;
}
.gallery-02 > div > div:nth-child(2) {
    width: 40.57971014%;
}
.gallery-02 > div > div:nth-child(3) {
    width: 59.42028985%;
}

.gallery-02 a {
    padding:6px;
    display: block;
}
.gallery-02 img {
    width: 100%;
}

.plast-2 .col-5 {
    padding-left: 20px;
}

.form-01 {
    display: table;
    width: 100%;
    font-size: 15px;
    margin-top: 40px;
}
.form-01 > div {
    display: table-row;
}
.form-01 > div > div {
    display: table-cell;
    padding: 16px 0;
    vertical-align: middle;
    position: relative;
}
.form-01 > div > div:nth-child(1) {
    width: 130px;
    padding-right: 20px;
}
.form-01 input, .form-01 textarea {
    width: 100%;
}
.form-01 button {
    margin: 20px auto 40px auto;
}
.form-01 p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0;
}
.form-01 .phone {
    font-size: 22px;
    font-weight: 300;
}
.form-01 .phone span {
    font-weight: 700;
}

.person {
    padding-top: 20px;
}
.person-box {
    margin: 40px 0;
}
.person .title-01 {
    margin-bottom: 60px;
}
.person-box .list > div {
    position: relative;
}
.person-box .list > div:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    right: -16px;
    top:0;

}
.person-box .block {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
}
.person-box .block:hover {
    background:#f9f9f9; 
}
.person-box .block:first-child {
    border-top: none;
}
.person-box .block.active {
    background: #f5f5f5;
    cursor: default;
}
.person-box .block.active:before {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    background: #e5e5e5;
    right: -21px;
    top:50%;
    margin-top: -6px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
}


.person-box .photo {
    width: 102px;
}
.person-box .photo > div {
    display: table;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #eee;
    margin: 5px;
}
.person-box .list .name {
    padding-top: 22px;
}
.person-box .list p {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.person-box .list span {
    font-size: 14px;
    font-weight: 300;
    color: #555;
}

.person-box .items {
    padding-left: 40px;
    position: relative;
}
.person-box .items .nav {
    position: absolute;
    width: 100%;
    height: 1px;
    top:0;
    left: 0;
}
.person-box .items .owl-nav>div {
    position: absolute;
    width: 64px;
    height: 64px;
    background: url(../images/arrow-01.png) no-repeat center;
    box-shadow: 0 0 0 2px #ccc;
    border-radius: 50%;
    top:90px;
    overflow: hidden;
    text-indent: -200px;
}
.person-box .items .owl-nav>div:hover {
    background: #f5f5f5 url(../images/arrow-01.png) no-repeat center;
}

.person-box .items .owl-nav .owl-prev {
    left: 140px;
}

.person-box .items .owl-nav .owl-next {
    right: 140px;
    transform: rotate(180deg);    
}


.person-box .item .photo {
    border-radius: 50%;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    margin-bottom: 36px;
}
.person-box .item .name {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.person-box .item .name h3 {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}
.person-box .item .name span {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
    display: block;
}
.person-box .item .name p {
    line-height: 130%;
}
.person-box .item .btn {
    display: table;
    margin: 40px auto;
    background: none;
    border: 2px solid #3F729D;
    color:#3F729D;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 24px;
}
.person-box .item .btn:hover {
    background: #3F729D;
    color:#fff;
}
.step {
    background-image: url(../images/step-bg.jpg);
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
}
.step .container {
    height: 480px; 
    padding-top: 60px;
}
.step .row  {
    margin: 0 -12px;
    margin-top: 40px;
}
.step .row > div {
    width: 20%;
    padding: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.step .ico {
    width: 92px;
    height: 92px;
    border-radius: 50px;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 0 0 8px rgba(255,255,255,.36);
    background-image: url(../images/step-ico-sprite.png);
    background-position-x: left;
    background-position-y: top;
    transition: background-color .2s, box-shadow .2s;
    margin: 0 auto 48px auto;
    position: relative;
}
.step .row > div:hover .ico:hover {
    background-position-y: bottom;
    background-color: rgba(63, 114, 157,.9);
    box-shadow: 0 0 0 8px rgba(63, 114, 157,.36);
}


.step .ico.n02 {
    background-position-x: -92px;
}
.step .ico.n03 {
    background-position-x: -184px;
}
.step .ico.n04 {
    background-position-x: -276px;
}
.step .ico.n05 {
    background-position-x: -368px;
}
.step .ico.n06 {
    background-position-x: -460px;
}
.step .ico.n07 {
    background-position-x: -552px;
}
.step .ico.n08 {
    background-position-x: -644px;
}
.step .ico.n09 {
    background-position-x: -736px;
}


.step .ico:before {
    content: '';
    display: block;
    position: absolute;
    width: 68px;
    height: 24px;
    background-image: url(../images/step-arrow.png);
    background-position: top;
    right: -105px;
    top:-30px;
    pointer-events: none;
}
.step .row > div:nth-child(even) .ico:before {
    background-position: bottom;
    top:100px;
}
.step .row > div:last-child .ico:before {
    display: none;
}
.promo {
    background: aliceblue;
}
.contact .container {
    padding-top: 60px;
    margin-bottom: 40px;
}
.contact .title-01 {
    margin-bottom: 40px;
}
.contact .container > .row > div:first-child {
    padding-right: 60px;
}

.form2 .row {
    margin: 0 -6px;
}
.form2 .row > div {
    width: 50%;
    padding: 6px;
}
.form2 .row > div.txtar {
    width: 100%;
}
.form2 input, .form2 textarea {
    width: 100%;
}
.form2 .btn2 {
    width: 100%;
    text-align: center;
}
.fofm input, .form textarea, #ajax-contact-form1 > div > button{
    width: 100%;
}
#ajax-contact-form1 > div {padding: 5px;}

#price.wrap {
  width: 640px;
  margin: 50px auto 0;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
} 
#price .box {
  width: 33.3333333%;
  float: left;
  padding: 20px;
}
#price .top {
  background: #3f729d;
  padding: 20px;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#price p {
  margin: 0px 0px 10px;
}
#price .title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
#price .price {
  font-size: 70px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  text-align: center;
}
#price sup {
  font-size: 24px;
  position: relative;
  top: -15px;
  color: #fff;
}
#price span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
#price .button {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 6px 12px;
  line-height: 1.5;
  text-align: center;
  border-radius: 4px;
  transition: 0.4s linear;
}
#price .button:hover {
  color: white;
  border-color: white;
}
#price .bottom {
  padding: 20px 20px 40px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
}
#price ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#price li {
  border-bottom: 1px solid #e3e3e3;
  color: #6eaca7;
  font-size: 16px;
  line-height: 40px;
}
.icos {
    position: relative;
}  
.icos:before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top:0;
    left:-32px;
}  
.mail.icos:before {
    background: url(../images/ico-mail.png) no-repeat left top;
    top:2px;
}
.phone.icos:before {
    background: url(../images/ico-phone.png) no-repeat left top;
    top:2px;
}
.rejim.icos:before {
    background: url(../images/ico-time.png) no-repeat left top;
    top:2px;
}

.contact .mail, .contact .phone, .contact .rejim {
    margin-left: 32px;
    margin-bottom: 30px;
}

.footer {
    background: #4c545a;
    color: #fff;
}
.footer a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footer a:hover {
    border-bottom: 1px solid rgba(0,0,0,0);
}
.footer .menu {
    margin-top: 15px;
}

.footer .soc-box {
    display: table;
}

.s-oc-ico > a {
    display: block;
    width: 38px;
    height: 38px;
    background-image: url(../images/ico-soc-sprite.png);
    background-position-x: 0;
    background-position-y: top;
    background-repeat: no-repeat;
    border-bottom: none;
    margin:3px;
}
.s-oc-ico {
    margin-left: 8px;
}
.s-oc-ico > a:hover {
    background-position-y: bottom;
    border-bottom: none;
}
.s-oc-ico > a.in-st {
    background-position-x: -38px;
}
.s-oc-ico > a.y-tb {
    background-position-x: -76px;
}
.s-oc-ico > a.f-b {
    background-position-x: -114px;
}
.s-oc-ico > a.t-w {
    background-position-x: -152px;
}

.pamedor {
    display: table;
}
.pamedor a {
    display: table;
    margin-left: 140px;
}

.projects-box .block > div:first-child {
    overflow: hidden;
}

/* .popup .form2 { */
    /* margin-top: 0; */
/* } */
/* .popup .form2 h2 { */
    /* text-align: left; */
    /* margin-top: 0; */
    /* float: none; */
/* } */
/* .hide { */
  /* display: none !important; */
/* } */
/* .show { */
  /* display: block !important; */
/* } */
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup, .popup2{
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.popup form {
    padding: 0 27px 20px;
    right: 0;
    width: 310px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: 1px solid #72bffc;
    border-top: 40px solid #72bffc;
}
.popup2 .window {
    padding: 0 27px 27px;
    right: 0;
    width: 373px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: 1px solid #72bffc;
    border-top: 40px solid #72bffc;
}
.popup form input {
    background: #f0f5f7;
    margin-top: 8px;
    width: 257px;
}
.popup form input[name="txtname"]{
    margin-top: 20px;
}
.popup form textarea {
    background: #f0f5f7;
    margin-top: 8px;
    width: 257px;
    height: 100px;
    resize: none;
}
.popup form label{
    width: 100%;
    height: 20px;
    display: block;
    margin: 8px -2px;
    padding: 0;
}
.popup form input[type="submit"] {
    background: #ee7156;
    text-align: center;
    text-transform: uppercase;
    width: 245px;
}
.popup form input[type="checkbox"] {
    width: auto;
    margin: 2px;
    padding: 2px;
    float: left;
}
.popup form h5 {
    position: absolute;
    top: 10px;
    left: 29px;
    font-size: 18px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
.popup .close_modal,
.popup2 .close_modal  {
    position: absolute;
    padding: 1px 9px 4px 9px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: #fff;
    font-family: 'tahoma', sans-serif;
    background: #ee7156;
    text-align: center;
}
.popup2 h5 {
	position: absolute;
	top: 10px;
	left: 120px;
	font-size: 18px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
    margin: 0;
}
.popup2 p {
	font-family: verdana;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.popup2 p strong{
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	display: block;
}
.popup2 hr {
	background: #63baff;
	height: 1px;
	border: none;
}
label.check {
    float: right!important;
}
input[type="checkbox"] {
    width: 13px;
}