html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#page {
    position: relative;
    min-height: 100%;
}

* html #page {
    height: 100%;
}

a,
img {
    outline: none;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    background: #fff;
    /*    background: #fff;*/
}

input,
textarea,
select,
button {
    font-family: 'Roboto', sans-serif !important;
}

body#body-main {
    /*       background: #fff;*/
    background: #fff;
    /*    background: #fff;*/
}

img {
    border: 0px;
}

a {
    text-decoration: underline;
    color: #262626;
}

a:hover {
    text-decoration: none;
}

p {}

h1 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: normal;
    color: #000;
    text-align: center;
}

.clear:after {
    content: '';
    display: table;
    clear: both;
}

.overlay {
    z-index: 300;
}

.lightbox {
    z-index: 301;
}

.is_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1 !important;
    height: 800px !important;
    overflow: hidden;
}

.is_overlay video {
    min-width: 100%;
    min-height: 1008px;
}

.wrap {
    padding: 30px 3%;
}

#header {
    position: relative;
    height: 388px;
    background-image: url(../images/h-aboutus.jpg);
}

#header .topline {
    height: 1px;
    width: 100%;
    position: absolute;
    top: 158px;
    background: url(../images/topline.png) no-repeat center center;
}

#header.main-header {
    height: 800px;
    background: url(../images/shadow.png) no-repeat center top;
}

#header.h-aboutus {
    background-image: url(../images/h-aboutus.jpg);
}

#header.h-portfolio {
    background-image: url(../images/h-portfolio.jpg);
}

#header.h-services {
    background-image: url(../images/h-services.jpg);
}

#header.h-clients {
    background-image: url(../images/h-clients.jpg);
}

#header.h-contacts {
    background-image: url(../images/h-contacts.jpg);
}

#header .play-control {
    position: fixed;
    top: 335px;
    left: 18px;
    z-index: 100;
}

#header .play-control button {
    height: 48px;
    width: 48px;
    background-position: center center;
    background-color: transparent;
    font-size: 0px;
    border: 0px;
    outline: none;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#header .play-control button:hover {
    opacity: 0.6;
}

#header .play-control .play {
    background: url(../images/play.png);
}

#header .play-control .pause {
    background: url(../images/pause.png);
}

#header .play-control .stop {
    background: url(../images/stop.png);
}

#header .play-control .soundoff {
    background: url(../images/soundoff.png);
}

#header:after {
    content: '';
    display: table;
    clear: both;
}

#header .inner {
    width: 1000px;
    margin: 0 auto;
}

#header .logo {
    float: left;
    padding-top: 35px;
}

#header .logo a {
    display: block;
}

#header .logo span {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    height: 88px;
    width: 88px;
    display: block;
    float: left;
}

#header .logo a:hover span {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

#header .social {
    float: left;
    margin-left: 130px;
    padding-top: 70px;
}

#header .social a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#header .social a:hover {
    opacity: .5;
}

#header .social a + a {
    margin-left: 10px;
}

#header .social i {
    font-size: 20px;
    color: #fff;
}

#header .phone {
    padding-top: 45px;
    float: right;
}

#header .phone a {
    font-size: 32px;
    line-height: 63px;
    height: 63px;
    color: #fff;
    text-decoration: none;
    display: block;
}

#header .phone span {
    color: #b8b8b8;
}

#header .phone img {
    height: 63px;
    width: 64px;
    float: left;
    top: 0;
    margin-right: 13px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*#header .phone a:hover img {
   opacity: 0;
   top: -40px;
}*/

#header .phone small {
    text-align: right;
    display: block;
    font-size: 21px;
    color: #fff;
}

#header .clear {
    margin-bottom: 77px;
}

#menutop {
    margin-bottom: 240px;
}

#menutop li {
    float: left;
    list-style-type: none;
}

#menutop li + li {
    margin-left: 38px;
}

#menutop li:last-child {
    margin-left: 0;
    float: right;
}

#menutop li a {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 80px;
    line-height: 63px;
    height: 63px;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#menutop a:hover {
    color: #b8b8b8;
}

#menutop li.active a {
    color: #b8b8b8;
}

#menutop li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/us.png) no-repeat left top;
    height: 63px;
    width: 63px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#menutop li a:hover:after,
#menutop li.active a:after {
    opacity: 0;
}

#menutop li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/us.png) no-repeat left bottom;
    height: 63px;
    width: 63px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#menutop li a:hover:before,
#menutop li.active a:before {
    opacity: 1;
}

#slogan {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #e0e5ef;
    text-shadow: 1px 1px 0px #000;
}

#menutop li:nth-child(2) a:after,
#menutop li:nth-child(2) a:before {
    background-image: url(../images/port.png)
}

#menutop li:nth-child(3) a:after,
#menutop li:nth-child(3) a:before {
    background-image: url(../images/serv.png)
}

#menutop li:nth-child(4) a:after,
#menutop li:nth-child(4) a:before {
    background-image: url(../images/clients.png)
}

#menutop li:nth-child(5) a:after,
#menutop li:nth-child(5) a:before {
    background-image: url(../images/contacts.png)
}

.items-leading:after {
    content: '';
    display: table;
    clear: both;
}

.items-leading .lead-item {
    float: left;
    /*width: 32%;*/
    width: 23%;
    margin-right: 2%;
    /*height: 23vw;*/
    height: 16vw;
    overflow: hidden;
    border-radius: 17px;
    position: relative;
    text-align: center;
}

.blog_serv .items-leading .lead-item {
    /*height: 380px;*/
    height: 240px;
}

@media only screen and (max-width: 1280px) {
    .items-leading .lead-item {
        /*height: 22vw;*/
        height: 16vw;
    }

    .blog_serv .items-leading .lead-item {
        height: 16vw;
    }
}

.items-leading .lead-item:nth-child(4n) {
    margin-right: 0;
}

.items-leading .lead-item:nth-child(n+5) {
    margin-top: 30px;
}

.items-leading .page-header + div + a {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.items-leading .page-header + div + a img {
    display: none;
}

.items-leading .lead-item img {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0 !important;
    border: 0 !important;
}

.items-leading h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(84, 39, 108, 1);
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
    z-index: 2;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

@media only screen and (max-width: 1280px) {
    .items-leading h2 {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

.items-leading .lead-item:hover h2 {
    background: #000 !important;
}

.item-page img {
    max-width: 100% !important;
    border-radius: 17px;
}

.moduletable h3 {
    font-size: 36px;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

#desc-service {}

#desc-service .wrap {
    padding: 30px 3%;
}

#services .item:after {
    content: '';
    display: table;
    clear: both;
}

#services .view {
    float: left;
    /*width: 48%;*/
    width: 24%;
    /*height: 380px;*/
    height: 245px;
    overflow: hidden;
    border-radius: 17px;
    position: relative;
    text-align: center;
    -webkit-transition: border-radius 0.6s linear;
    -moz-transition: border-radius 0.6s linear;
    -ms-transition: border-radius 0.6s linear;
    -o-transition: border-radius 0.6s linear;
    transition: border-radius 0.6s linear;
    margin-top: 30px;
}

#services .view + .view {
    margin-left: 1.33%;
}

#services .view a {
    display: block;
}

@media only screen and (max-width: 1280px) {
    #services .view {
        /*height: 240px;*/
        height: 210px;
    }
}

/*#services .view:nth-child(2n) {
   float: right;
}*/

/*#services .view:nth-child(n+3) {
   margin-top: 30px;*/

}

*/ #services .view:hover {
    border-radius: 0;
}

#services img {
    border-radius: 16px 16px 0 0;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0 !important;
    border: 0 !important;
    -webkit-transition: border-radius 0.6s;
    -moz-transition: border-radius 0.6s;
    -ms-transition: border-radius 0.6s;
    -o-transition: border-radius 0.6s;
    transition: border-radius 0.6s;
}

#services a:hover img {
    border-radius: 0px;
}

#services h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #54276c;
    font-size: 18px;
    color: #fff;
    border-radius: 0 0 17px 17px;
    font-weight: normal;
    margin-bottom: 0;
    -webkit-transition: border-radius 0.6s;
    -moz-transition: border-radius 0.6s;
    -ms-transition: border-radius 0.6s;
    -o-transition: border-radius 0.6s;
    transition: border-radius 0.6s;
}

#services a:hover h2 {
    border-radius: 0;
}

#services .mask {
    height: 350px;
    width: 100%;
    padding-top: 20px;
    z-index: 0;
    opacity: 0;
    background: rgba(84, 39, 108, 0.92);
    transform: scale(0) rotate(0deg);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#services a:hover .mask {
    transform: scale(1) rotate(360deg);
    opacity: 1;
}

#services p {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0.6s;
    font-size: 17px;
    margin-bottom: 20px;
    padding: 0 15px;
}

#services a:hover p {
    opacity: 1;
}

#services .readmore {
    position: relative;
    bottom: -400px;
    color: #54276c;
    line-height: 42px;
    height: 42px;
    padding: 0 20px;
    font-size: 17px;
    background-color: #fff;
    text-align: center;
    border-radius: 17px;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    transition-delay: 0.6s;
}

#services a:hover .readmore {
    bottom: 0;
    opacity: 1;
}

@media only screen and (max-width: 1280px) {
    #services h2 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    #services .mask {
        height: 280px;
        padding-top: 20px;
    }

    #services p {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    #services .readmore {
        line-height: 30px;
        height: 30px;
        padding: 0 15px;
        font-size: 16px;
    }
}

.actions {
    color: #fff;
    background: #fff;
}

.actions .nspArts:after {
    content: '';
    display: table;
    clear: both;
}

.actions .nspArt {
    width: 22.5%;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.actions .nspArt + .nspArt {
    margin-left: 3.333%;
}

.actions .nspImageWrapper {
    margin: 0 !important;
    margin-bottom: 10px !important;
    display: block;
    border-radius: 17px;
    overflow: hidden;
}

.actions .nspImage {
    width: 100% !important;
    height: auto !important;
}

.actions .nspHeader {
    margin-bottom: 10px !important;
    font-size: 1.4vw;
    text-decoration: none;
}

.actions .nspHeader {
    color: #000;
}

.actions .readon {
    font-size: 1.4vw;
    color: #fff;
    background: #54276c;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.actions .readon:hover {
    background-color: rgba(40, 40, 40, 1)
}

@media only screen and (max-width: 1280px) {
    actions .nspHeader {
        font-size: 1.7vw;
        text-decoration: none;
    }

    actions p {
        font-size: 1.3vw;
    }

    actions p + p + p {
        font-size: 1.1vw;
    }
}

#portfolio {
    background: #fff;
}

#portfolio .owl-carousel {
    display: block !important;
}

#portfolio .wrap {
    padding: 30px 0;
}

#portfolio .item {
    padding: 0 3%;
}

#portfolio .item:after {
    content: '';
    display: table;
    clear: both;
}

#portfolio .item + .item {
    /*    margin-top: 60px;*/
}

#portfolio .owl-dots {
    display: none;
}

#portfolio .owl-nav {
    position: absolute;
    right: 60px;
    top: 58px;
    z-index: 100;
}

#portfolio .owl-nav div {
    position: relative;
    height: 50px;
    width: 50px;
    left: 0;
    background-color: transparent;
    float: left;
    border-radius: 50%;
    border: 3px solid #b6b6b6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#portfolio .owl-nav div:hover {
    background-color: #a057c7;
    border-color: #a057c7;
    opacity: 1;
}

#portfolio .owl-nav .owl-prev {
    background-position: 15px center;
}

#portfolio .owl-nav .owl-next {
    margin-left: 14px;
    background-position: 19px center;
}

#portfolio .view {
    float: left;
    /*width: 48%;*/
    width: 24%;
    /*height: 490px;*/
    height: 245px;
    overflow: hidden !important;
    border-radius: 17px !important;
    position: relative !important;
    text-align: center;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(84, 39, 108, 1);
}

#portfolio .view + .view {
    margin-left: 1.33%;
}

@media only screen and (max-width: 1280px) {
    #portfolio .view {
        float: left;
        width: 48%;
        height: 360px;
        overflow: hidden !important;
        border-radius: 17px !important;
        position: relative !important;
        text-align: center;
        margin-right: 4%;
        margin-left: 0 !important;
    }

    #portfolio .view:nth-child(2n) {
        margin-right: 0;
    }
}

/*#portfolio .view:nth-child(2n) {
   float: right;
}*/

/*#portfolio .view:nth-child(n+3) {
   margin-top: 60px;
}*/

#portfolio .image {
    width: 100%;
    height: 430px;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {
    #portfolio .image {
        width: 100%;
        height: 320px;
        overflow: hidden;
    }
}

#portfolio a {
    text-decoration: none;
}

#portfolio img {
    width: 100%;
    height: auto;
    border-radius: 17px 17px 0 0 !important;
}

#portfolio h2 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #000;
    font-size: 22px;
    color: #fff;
    border-radius: 0 0 17px 17px;
    font-weight: normal;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

@media only screen and (max-width: 1280px) {
    #portfolio h2 {
        height: 40px;
        line-height: 40px;
    }
}

#portfolio a:hover h2 {
    background: #54276c;
}

#portfolio .mask {
    position: absolute;
    left: 0;
    top: 0;
    /*height: 490px;*/
    height: 245px;
    width: 100%;
    border-radius: 17px;
    z-index: 1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

@media only screen and (max-width: 1280px) {
    #portfolio .mask {
        height: 360px;
    }
}

#portfolio a:hover .mask {
    opacity: 1;
}

#portfolio .title {
    /*font-size: 34px;*/
    font-size: 25px;
    color: #fff;
    /*padding-top: 160px;*/
    padding-top: 55px;
    display: inline-block;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #743994;
}

#portfolio .caption {
    color: #fff;
}

@media only screen and (max-width: 1280px) {
    #portfolio .title {
        padding-top: 100px;
        width: 90%;
        margin: 0 5%;
        margin-bottom: 18px;
        font-size: 30px;
    }
}

#mid-form {}

#clients {
    position: relative;
}

body#body-main #clients,
#parnters,
#qualif {}

#clients h3 {
    margin-left: 3%
}

#clients .wrap {
    padding: 30px 0;
}

#clients .item {
    padding: 0 3%;
}

.item-page #clients .item {
    padding: 0;
}

#clients .item:after {
    content: '';
    display: table;
    clear: both;
}

#clients .item div {
    float: left;
    width: 18%;
    padding: 0 16px;
    height: 253px;
    line-height: 253px;
    margin-bottom: 30px;
    margin-right: 2.5%;
    background: #fff;
    border-radius: 17px;
    border: 1px solid rgba(84, 39, 108, 1);
    overflow: hidden;
    text-align: center;
    -webkit-transition: border-radius 0.3s ease;
    -moz-transition: border-radius 0.3s ease;
    -ms-transition: border-radius 0.3s ease;
    -o-transition: border-radius 0.3s ease;
    transition: border-radius 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1280px) {
    #clients .item div {
        height: 200px;
        line-height: 200px;
    }
}

#clients .item div:hover {
    border-radius: 35px;
}

#clients .owl-dots {
    display: none;
}

#clients .owl-nav {
    position: absolute;
    right: 60px;
    top: 25px;
    z-index: 100;
}

#clients .owl-nav div {
    position: relative;
    height: 50px;
    width: 50px;
    left: 0;
    background-color: transparent;
    float: left;
    border-radius: 50%;
    border: 3px solid #8a8a8a;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#clients .owl-nav div:hover {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}

#clients .owl-nav .owl-prev {
    background-position: 15px center;
    background-image: url(../images/prevb.png);
}

#clients .owl-nav .owl-next {
    margin-left: 14px;
    background-position: 19px center;
    background-image: url(../images/nextb.png);
}

#clients .item div:nth-child(5n) {
    margin-right: 0;
}

#clients a {
    display: block;
    height: 253px;
    width: 100%;
}

#clients img {
    max-width: 90% !important;
    width: auto;
    max-height: 90%;
    vertical-align: middle;
    display: inline-block;
    transform-style: flat;
}

.small-blocks:after {
    content: '';
    display: table;
    clear: both;
}

.small-blocks div {
    float: left;
    border: 1px solid rgba(84, 39, 108, 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 18%;
    padding: 0 16px;
    height: 253px;
    line-height: 253px;
    margin-bottom: 30px;
    margin-right: 2.5%;
    background: #fff;
    border-radius: 17px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: border-radius 0.3s ease;
    -moz-transition: border-radius 0.3s ease;
    -ms-transition: border-radius 0.3s ease;
    -o-transition: border-radius 0.3s ease;
    transition: border-radius 0.3s ease;
}

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

    #clients .item div,
    .small-blocks div {
        height: 200px;
        line-height: 200px;
    }
}

.small-blocks div:nth-child(5n) {
    margin-right: 0;
}

@media only screen and (max-width: 1280px) {
    .small-blocks div {
        height: 200px;
        line-height: 200px;
    }
}

.small-blocks div:hover {
    border-radius: 35px;
}

.small-blocks span {
    display: block;
    height: 253px;
    width: 100%;
}

.small-blocks img {
    max-width: 90% !important;
    width: auto;
    max-height: 90%;
    vertical-align: middle;
    display: inline-block;
    transform-style: flat;
}

#guarantees {
    text-align: center;
}

#reviews .nspArts:after {
    content: '';
    display: table;
    clear: both;
}

#reviews .nspArt {
    width: 22.5%;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#reviews .nspArt + .nspArt {
    margin-left: 3.333%;
}

#reviews .nspImageWrapper {
    margin: 0 !important;
    margin-bottom: 10px !important;
    display: block;
    border-radius: 17px;
    overflow: hidden;
}

#reviews .nspImage {
    width: 100% !important;
    height: auto !important;
}

#reviews .nspHeader {
    margin-bottom: 10px !important;
    font-size: 1.4vw;
    text-decoration: none;
}

#reviews p {
    font-size: 1.1vw;
    text-align: justify;
}

#reviews p + p + p {
    margin-top: 10px;
    font-size: 1vw;
    font-weight: normal !important;
}

@media only screen and (max-width: 1280px) {
    #reviews .nspHeader {
        font-size: 1.7vw;
        text-decoration: none;
    }

    #reviews p {
        font-size: 1.3vw;
    }

    #reviews p + p + p {
        font-size: 1.1vw;
    }
}

#content a {
    color: #000;
}

#content p {
    margin-bottom: 15px;
}

#consult {
    background: url(../images/contacts.jpg) no-repeat center top;
    height: 854px;
    padding-top: 226px;
    position: relative;
}

#consult .is_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1 !important;
    height: 937px !important;
    overflow: hidden;
}

#consult .is_overlay video {
    min-width: 100%;
    min-height: 937px;
}

#consult .wrap {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    border-radius: 17px;
    overflow: hidden;
    padding-left: 381px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#consult h3 {
    font-size: 22px;
    color: #463737;
}

#consult .contacts {
    float: left;
    width: 52%;
    height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    background: rgba(40, 40, 40, 0.75);
    color: #fff;
}

#consult .contacts div {
    /*    min-height: 54px;*/
    margin-bottom: 25px;
}

#consult .contacts div:after {
    content: '';
    display: table;
    clear: both;
}

#consult .contacts .skype,
#consult .contacts .email,
#consult .contacts .adress {
    line-height: 41px;
}

#consult .contacts .title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px;
    line-height: normal;
    height: auto;
    min-height: 1px;
}

#consult .contacts span {
    display: block;
    width: 37px;
    margin-right: 12px;
    float: left;
}

#consult .contacts img {
    vertical-align: middle;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#consult a {
    color: #a057c7;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#consult a:hover {
    color: #fff;
}

#consult .consult-form {
    float: left;
    height: 300px;
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.75);
}

#consult .consult-form h3 {
    margin-bottom: 15px;
}

#consult .consult-form div#foxcontainer_m96 .control-group {
    margin-bottom: 10px !important;
}

#consult .text {
    background: rgba(84, 39, 108, 0.75);
    padding: 10px;
    color: #fff;
}

#consult li {
    background-image: url(../images/ol.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 22px;
    list-style-type: none;
}

#consult li + li {
    margin-top: 20px;
}

.phocadownloadfile32 {
    background: url(../images/icon-download-32.png) no-repeat 5px center;
    border: 0;
}

.phocadownloadfile32 a {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.phocadownloadfile32 a:hover {
    border-color: transparent;
}

div.foxcontainer {
    padding: 0 !important;
}

div.foxcontainer .fox_form input[type="text"] {
    line-height: 46px !important;
    height: 46px !important;
    padding: 0 21px !important;
    color: #666666 !important;
    border-radius: 13px !important;
    font-size: 17px !important;
    outline: none;
    border: 1px solid #969696 !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

@media screen and (min-width: 768px) {
    #mid-form div.foxcontainer .fox_form input[type="text"] {
        width: 32% !important;
        float: left;
        margin-right: 2%;
    }

    #foxcontainer_m92 {
        position: relative;
    }

    #foxcontainer_m92 .control-group {
        width: 48% !important;
    }

    #foxcontainer_m92 .control-group:nth-child(4) {
        position: absolute;
        top: 0;
        right: 0;
    }

    #foxcontainer_m92 .control-group:nth-child(4) textarea {
        height: 178px !important;
    }

    #foxcontainer_m92 .control-group:nth-child(n+7) {
        width: 100% !important;
    }
}

div.foxcontainer div.fcaptchainputcontainer {
    padding: 0 11px !important;
    float: none !important;
}

div.foxcontainer div.fcaptchainputcontainer input[type="text"] {
    margin: 0 auto !important;
    font-size: 12px !important;
    padding: 0 11px !important;
}

div.foxcontainer .fox_form textarea {
    height: 146px !important;
    padding: 20px !important;
    color: #666666 !important;
    border-radius: 13px !important;
    font-size: 17px !important;
    outline: none;
    border: 1px solid #969696 !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

div.foxcontainer .fox_form input[type="text"]:hover,
div.foxcontainer .fox_form input[type="text"]:focus,
div.foxcontainer .fox_form textarea:hover,
div.foxcontainer .fox_form textarea:focus {
    background: rgba(84, 39, 108, 0.86) !important;
    border: 1px solid rgba(84, 39, 108, 0.86) !important;
    box-shadow: none !important;
    color: #fff !important;
}

input[type="text"]::-webkit-input-placeholder {
    color: #666666 !important;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

input[type="text"]::-moz-placeholder {
    color: #666666 !important;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

input[type="text"]:-moz-placeholder {
    color: #666666 !important;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

input[type="text"]:-ms-input-placeholder {
    color: #666666 !important;
    -webkit-transition: color 0.3s ease !important;
    -moz-transition: color 0.3s ease !important;
    -ms-transition: color 0.3s ease !important;
    -o-transition: color 0.3s ease !important;
    transition: color 0.3s ease !important;
}

input[type="text"]:hover::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #fff !important;
}

input[type="text"]:hover::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
textarea:hover::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #fff !important;
}

input[type="text"]:hover:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #fff !important;
}

.controls {
    text-align: center !important;
}

div.foxcontainer button.btn,
div.foxcontainer input[type="submit"].btn {
    font-size: 24px !important;
    line-height: 46px !important;
    height: 46px !important;
    outline: none !important;
    padding: 0 25px !important;
    text-shadow: none !important;
    background: rgba(84, 39, 108, 1) !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 25px !important;
    -webkit-transition: background-color 0.3s ease !important;
    -moz-transition: background-color 0.3s ease !important;
    -ms-transition: background-color 0.3s ease !important;
    -o-transition: background-color 0.3s ease !important;
    transition: background-color 0.3s ease !important;
}

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

    #mid-form div.foxcontainer button.btn,
    #mid-form div.foxcontainer input[type="submit"].btn {
        width: 32% !important;
        float: right;
        border-radius: 13px !important;
    }

    #foxcontainer_m92 div.foxcontainer button.btn,
    #foxcontainer_m92 div.foxcontainer input[type="submit"].btn {
        width: 48% !important;
        float: right;
        border-radius: 13px !important;
    }
}

div.foxcontainer button.btn span,
div.foxcontainer input[type="submit"].btn span {
    color: #fff !important;
}

div.foxcontainer button.btn:hover,
div.foxcontainer input[type="submit"].btn:hover {
    background-color: rgba(40, 40, 40, 1) !important;
    color: #fff !important;
}

#xmap ul {
    margin-bottom: 15px;
}

#xmap ul li a {
    color: #262626;
}

#xmap ul li ul {
    margin-bottom: 10px;
    margin-left: 10px;
}

#footer {
    position: relative;
    margin: 0 auto;
    height: 64px;
    background: #000;
    min-width: 1000px;
}

#footer br {
    display: none;
}

#footer .wrap {
    padding-top: 0;
    padding-bottom: 0;
}

#footer:after {
    content: '';
    display: table;
    clear: both;
}

#footer .logo {
    float: left;
    margin-top: 10px;
}

#footer .logo a {
    display: block;
}

#footer .logo span {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    height: 42px;
    width: 42px;
    float: left;
    display: block;
}

#footer .logo a:hover span {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.stata {
    position: absolute;
    left: 340px;
    top: 17px;
}

.stata img {}

.stata p {
    margin-right: 10px;
    display: block;
    float: left;
}

#footer .phone {
    float: right;
    padding-top: 10px;
}

#footer .phone a {
    font-size: 21px;
    line-height: 42px;
    height: 42px;
    color: #fff;
    text-decoration: none;
    display: block;
}

#footer .phone span {
    color: #b8b8b8;
}

#footer .phone img {
    margin-right: 11px;
    position: relative;
    bottom: 0;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer .phone:hover img {
    /*
    opacity: 0;
    bottom: -20px;
*/
}

.pagination {
    padding-top: 30px;
    text-align: center;
}

.pagination .pagination span:nth-child(n+2),
.pagination .pagination strong:nth-child(n+2) {
    margin-left: 10px;
}

.pagination .inactive {
    font-size: 1.4vw;
    color: #54276c;
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
}

.pagination a {
    font-size: 1.4vw;
    color: #fff !important;
    background: #54276c;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pagination a:hover {
    color: #54276c !important;
    background: #fff;
}

.portfolio-more {
    padding-top: 40px;
    text-align: center;
}

.portfolio-more a {
    font-size: 2.4vw;
    color: #fff !important;
    background: #54276c;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 15px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.portfolio-more a:hover {
    background: rgba(40, 40, 40, 1);
}

#calc .moduletable h3 {
    color: #000;
}

#calc .moduletable > h3 {
    color: #fff;
}

.calc {
    background: #fff;
    padding: 30px;
    border-radius: 17px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    color: #000;
    text-align: center;
}

.calc span {
    display: block;
    font-size: 24px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.calc_params {
    font-size: 0;
    text-align: center;
}

.calc .param {
    margin-bottom: 20px;
    vertical-align: top;
    display: inline-block;
    border: 2px groove;
    width: 33.33%;
    height: 130px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
}

.calc .param:first-child {
    width: 100%;
}

.send_calc {
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #969696;
    border-radius: 13px;
    color: #fff;
    background: rgba(84, 39, 108, 0.86);
    text-shadow: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    text-decoration: none;
}

.calc input {
    cursor: pointer;
    outline: 0;
}

.calc input:nth-child(n+3) {
    margin-left: 15px;
}

.calc .param > input[type="text"] {
    line-height: 46px !important;
    height: 46px !important;
    padding: 0 21px !important;
    color: #666666 !important;
    border-radius: 13px !important;
    font-size: 17px !important;
    outline: none;
    border: 1px solid #969696 !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    text-align: center;
}

.calc .param > input[type="text"]:hover {
    background: rgba(84, 39, 108, 0.86);
    color: #fff;
}

.calc label {
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #969696;
    border-radius: 13px;
    color: #666666;
    background: #fff;
    text-shadow: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.calc label:hover,
.calc label.active {
    background: rgba(84, 39, 108, 0.86);
    color: #fff;
}

.calc label input[type="radio"] {
    display: none;
}

.calc .calc_result,
.calc .calc_result #mid_113-text1,
.calc .calc_result #mid_113-text2,
.calc .calc_result #mid_113-textarea1 {
    display: none;
}