body {
    position: relative;
    min-width: 320px;
    text-align: center;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    -webkit-font-smoothing: antialiased;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #fff;
}
a {
    color: inherit;
}
a:focus,
button:focus {
    outline: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
img {
    max-height: 100%;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0; 
    font-weight: normal;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.sect {
    position: relative;
    padding: 60px 0;
}
.container {
    position: relative;
}
input[type="text"],
textarea {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    width: 100%;
    max-width: 300px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 14px 15px 15px;
    margin-bottom: 20px;
}
textarea {
    resize: none;
    height: 100px;
}
input[type="text"].error,
textarea.error {
    border-color: #f00!important;
}
.button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    min-width: 210px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #e42d3f;
    border: 2px solid #e42d3f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 12px 10px;
}
.button:hover {
    background-color: transparent;
    color: #e42d3f;
}
form .button {
    margin-top: 25px;
}
.intro {
    margin-bottom: 40px;
}
.intro .caption {
    font-size: 30px;
    font-weight: 800;
}
.intro .desc {
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}

.advantages.sect {
    color: #fff;
    background-color: #000;
    background-repeat: no-repeat;
    background-image: url('../img/advantages/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
}
.advantages.sect .intro {
    margin-bottom: 60px;
}
.advantages.sect .items {
    font-size: 0;
    margin-top: -60px;
    margin-left: -53px;
}
.advantages.sect .items .item {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 245px;
    margin-top: 60px;
    margin-left: 53px;
}
.advantages.sect .items .item .icon {
    display: table;
    width: 164px;
    background-repeat: no-repeat;
    background-image: url('../img/advantages/icon.png');
    margin: 0 auto;
}
.advantages.sect .items .item .icon .inner {
    display: table-cell;
    vertical-align: middle;
    height: 164px;
}
.advantages.sect .items .item .text {
    margin-top: 50px;
}
.advantages.sect .items .item .text .caption {
    min-height: 42px;
    font-size: 18px;
    font-weight: 800;
}
.advantages.sect .items .item .text .desc {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 25px;
}

.steps.sect {
    padding: 50px 0 35px;
}
.steps.sect .intro {
    margin-bottom: 50px;
}
.steps.sect .content {
    font-size: 0;
}
.steps.sect .content > .left,
.steps.sect .content > .right {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.steps.sect .content > .left {
    width: 540px;
    text-align: left;
    margin-right: 45px;
}
.steps.sect .content > .left .items {
    font-size: 0;
    margin-top: -20px;
}
.steps.sect .content > .left .items .item {
    margin-top: 20px;
}
.steps.sect .content > .left .items .item .num,
.steps.sect .content > .left .items .item .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.steps.sect .content > .left .items .item .num {
    position: relative;
    width: 240px;
    font-family: 'Impact', Arial, Helvetica, sans-serif;
    font-size: 120px;
    line-height: 1;
    color: #e42d3f;
    border: 8px solid #e8e8e8;
    padding: 20px 15px;
}
.steps.sect .content > .left .items .item .num::before {
    content: '';
    position: absolute;
    top: 0;
    right: -8px;
    width: 8px;
    height: 100%;
    background-color: #fff;
    border-top: 10px solid #e8e8e8;
    border-bottom: 10px solid #e8e8e8;
}
.steps.sect .content > .left .items .item .text {
    position: relative;
    width: 345px;
    margin-left: -45px;
}
.steps.sect .content > .left .items .item .text .desc {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.steps.sect .content > .right {
    width: 960px;
    margin-right: -405px;
}

.clients.sect {
    padding: 35px 0 100px;
}
.clients.sect .intro {
    margin-bottom: 60px;
}
.clients.sect .items {
    text-align: left;
    font-size: 0;
}
.clients.sect .items .group {
    display: table;
    margin: 0 auto;
}
.clients.sect .items .item {
    display: inline-block;
    vertical-align: top;
    width: 228px;
    text-align: center;
}
.clients.sect .items .item .icon {
    display: table;
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 5px;
}
.clients.sect .items .item .inner {
    display: table-cell;
    vertical-align: middle;
    height: 115px;
}
.clients.sect .items .item .icon img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.clients.sect .items .item:hover .icon img {
   filter: none;
   -webkit-filter: none;
}
.clients.sect .items .pager {
    text-align: center;
    margin-top: 40px;
}
.clients.sect .items .pager .bx-pager {
    line-height: 0;
    font-size: 0;
}
.clients.sect .items .pager .bx-pager-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}
.clients.sect .items .pager a {
    display: block;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    background-color: #fff;
    border: 5px solid #cfd1d4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.clients.sect .items .pager a.active {
    background-color: #e42d3f;
    border-color: #e42d3f;
}
.contacts.sect {
    min-height: 350px;
    padding: 40px 0;
}
.contacts.sect .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contacts.sect [class*="ymaps-2-1"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

.main.sect {
    color: #fff;
    background-color: #000;
    background-repeat: no-repeat;
    background-image: url('../img/main/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 115px 0 100px;
}
.main.sect .content {
    font-size: 0;
}
.main.sect .content > .left,
.main.sect .content > .right {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.main.sect .content > .left {
    width: 720px;
    text-align: left;
    margin-right: 30px;
}
.main.sect .content > .left .intro {
    margin-bottom: 50px;
}
.main.sect .content > .left .intro .caption {
    font-size: 36px;
    font-weight: 700;
}
.main.sect .content > .left .intro .desc {
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
}
.main.sect .content > .left .items {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: -30px;
}
.main.sect .content > .left .items .item {
    display: table;
    margin-top: 30px;
}
.main.sect .content > .left .items .item .icon,
.main.sect .content > .left .items .item .text {
    display: table-cell;
    vertical-align: middle; 
}
.main.sect .content > .left .items .item .icon {
    width: 65px;
    padding: 0 5px;
}
.main.sect .content > .right form {
    width: 100%;
    max-width: 390px;
    background-color: rgba(255,255,255,.15);
    padding: 65px 30px 50px;
    margin: 0 auto;
}
.main.sect .content > .right form > .top {
    margin-bottom: 60px;
}
.main.sect .content > .right form > .top .caption {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.main.sect .content > .right form > .top .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

.order.sect {
    color: #fff;
    background-color: #000;
    background-repeat: no-repeat;
    background-image: url('../img/order/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 190px 0 115px;
}
.order.sect .intro .caption {
    font-size: 36px;
    font-weight: 700;
}
.order.sect .intro {
    margin-bottom: 40px;
}
.order.sect form {
    width: 100%;
    max-width: 390px;
    background-color: rgba(255,255,255,.15);
    padding: 65px 30px 50px;
    margin: 0 auto;
}

.header.sect {
    padding: 30px 0;
}
.header.sect .logo,
.footer.sect .logo {
    float: left;
    text-align: left;
    font-size: 0;
}
.header.sect .logo .caption,
.header.sect .logo .desc,
.footer.sect .logo .caption,
.footer.sect .logo .desc {
    display: inline-block;
    vertical-align: middle;
}
.header.sect .logo .caption,
.footer.sect .logo .caption {
    font-size: 22px;
    font-weight: 700;
}
.header.sect .logo .desc,
.footer.sect .logo .desc {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    margin-left: 20px;
}
.header.sect .info,
.footer.sect .info {
    float: right;
    text-align: right;
    font-size: 0;
}
.header.sect .info .phone {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    margin-right: 25px;
}
.header.sect .button,
.footer.sect .button {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 5px;
}

.footer.sect {
    padding: 40px 0;
}
.footer.sect .logo,
.footer.sect .info {
    width: 420px;
}
.footer.sect .info .phone,
.footer.sect .info .location {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    padding: 4px 0;
    padding-left: 30px;
}
.footer.sect .info .phone::before,
.footer.sect .info .location::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url('../img/footer/phone.png');
}
.footer.sect .info .location::before {
    width: 17px;
    background-image: url('../img/footer/location.png');
}
.footer.sect .info .location {
    font-size: 18px;
}

.services.sect {
    padding: 60px 0 80px;
}
.services.sect .intro {
    margin-bottom: 20px;
}
.services.sect .items {
    font-size: 0;
    margin-left: -30px;
    margin-top: -30px;
}
.services.sect .items .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 360px;
    font-size: 18px;
    color: #fff;
    margin-left: 30px;
    margin-top: 170px;
}
.services.sect .items .item.item2 {
    margin-top: 220px;
}
.services.sect .items .item.item3 {
    margin-top: 195px;
}
.services.sect .items .item .num {
    position: absolute;
    top: -140px;
    left: 0;
    font-family: 'Impact', Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 180px;
    line-height: 1;
    color: #ebebeb;
    padding-left: 20px;
    z-index: -1;
}
.services.sect .items .item .text,
.services.sect .items .item .overlay {
    height: 552px;
    padding: 30px;
}
.services.sect .items .item .text {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.services.sect .items .item.item1 .text {
    background-image: url('../img/services/1.jpg');
}
.services.sect .items .item.item2 .text {
    background-image: url('../img/services/2.jpg');
}
.services.sect .items .item.item3 .text {
    background-image: url('../img/services/3.jpg');
}
.services.sect .items .item .text .caption,
.services.sect .items .item .overlay .caption {
    text-align: left;
    font-size: 32px;
    font-weight: 800;
}
.services.sect .items .item .overlay .desc {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}
.services.sect .items .item .text .more {
    position: absolute;
    left: 50%;
    bottom: 85px;
    width: 160px;
    height: 160px;
    font-size: 16px;
    line-height: 160px;
    color: #fff;
    background-color: rgba(255,255,255,.25);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -80px;
}
.services.sect .items .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e42d3f;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.services.sect .items .item .overlay:hover {
    opacity: 1;
}
.services.sect .items .item .overlay .button {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 210px;
    border-color: #fff;
    margin-left: -105px;
}
.services.sect .items .item .overlay .button:hover {
    background-color: #fff;
}

.fancybox-overlay {
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    background-image: none; 
}
.fancybox-skin {
    color: inherit; 
}
.fancybox-type-inline .fancybox-skin {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fancybox-close {
    top: -25px;
    right: -25px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url('../img/popup/close.png');
    background-position: center center;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fancybox-close:hover {
    opacity: .8;
}

.popup.sect {
    display: none;
    width: 100%;
    max-width: 390px;
    color: #fff;
    background-color: #000;
    padding: 65px 30px 50px;
}

.popup.form.sect form > .top {
    margin-bottom: 60px;
}
.popup.form.sect form > .top .caption,
.popup.thanks.sect .caption {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.popup.form.sect form > .top .desc,
.popup.thanks.sect .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
.popup.form.sect form input[type="text"][name="time"] {
    display: none;
}
.popup.form.sect form input[type="text"][name="time"].active {
    display: inline-block;
}
.popup.form.sect form .button.call {
 color: #e42d3f;
 background-color: transparent;
 border-color: #e42d3f;
 margin-top: 10px;
}
.popup.form.sect form .button.call:hover,
.popup.form.sect form .button.call.active {
    color: #fff;
    background-color: #e42d3f;
}
.popup.form.sect form .button.call.active {
    cursor: default;
}

.main.sect .content > .left .intro,
.services.sect .items .item,
.clients.sect .items .item,
.main.sect .content > .left .items,
.steps.sect .content > .left,
.main.sect .content > .right form,
.steps.sect .content > .right,
.advantages.sect .items .item .text,
.order.sect form,
.advantages.sect .items .item .icon {
    opacity: 0;
}