* {
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    line-height: 1;
}

a {
    background: transparent;
}

*:focus,
*:active,
*:hover {
    outline: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

ol,
ul {
    list-style: none;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

input,
textarea {
    border-radius: 0;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent;
}

[placeholder]:focus::placeholder {
    color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@import url("http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic-ext,cyrillic");

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../img/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../img/fancybox_loading.gif") center center no-repeat;
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../img/blank.gif");
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-prev {
    left: 0;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next {
    right: 0;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0,0,0,0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
        background-image: url("../img/fancybox_sprite@2x.png");
        background-size: 44px 152px;
    }
}

body {
    color: #000;
    font-family: 'PT Sans', sans-serif;
    background: #fff;
}

.main {
    width: 1100px;
    margin: 0 auto;
}

header {
    padding: 20px 0;
}

header:before,
header:after {
    content: ' ';
    display: table;
}

header:after {
    clear: both;
}

.logo {
    width: 260px;
    height: 40px;
    background: url("../img/logo.png") 0 0 no-repeat;
    display: block;
    float: left;
    margin-top: 10px;
}

.b-phone {
    float: right;
    width: 210px;
}

.b-phone:before,
.b-phone:after {
    content: ' ';
    display: table;
}

.b-phone:after {
    clear: both;
}

.b-phone .phone {
    font-size: 18px;
    color: #000;
    display: block;
    text-align: right;
    margin-bottom: 15px;
}

.b-phone .phone span {
    font-size: 30px;
    font-weight: bold;
}

.b-phone .phone-link {
    float: right;
    font-size: 13px;
    color: #fff;
    background: #fa5b4d;
    display: block;
    height: 40px;
    width: 185px;
    border-radius: 20px;
    padding: 0 0 0 60px;
    line-height: 40px;
    text-decoration: none;
    position: relative;
}

.b-phone .phone-link:before,
.b-phone .phone-link:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
}

.b-phone .phone-link:before {
    width: 45px;
    height: 40px;
    background: #f86f63;
    border-radius: 20px 5px 5px 20px;
}

.b-phone .phone-link:after {
    background: url("../img/phone.png") 0 0 no-repeat;
    display: block;
    width: 15px;
    height: 14px;
    top: 11px;
    left: 14px;
}

.b-phone .phone-link:hover {
    background: #f86f63;
}

.banner {
    position: relative;
    display: block;
    margin-bottom: 55px;
}

.banner-text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 130px 75px 0;
}

.b-advantages {
    border-radius: 30px;
    border: 1px solid #eaf4f1;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.b-advantages:before,
.b-advantages:after {
    content: ' ';
    display: table;
}

.b-advantages:after {
    clear: both;
}

.advantages {
    float: left;
    width: 150px;
    text-align: center;
    margin: 0 60px;
}

.advantages-wrapper {
    width: 150px;
    height: 150px;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin-bottom: 25px;
}

.advantages-pie {
    width: 50%;
    height: 100%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    position: absolute;
    background: #fff;
    border: 5px solid #fa6255;
}

.advantages-spinner {
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    z-index: 200;
    border-right: none;
    -webkit-animation: rota 5s linear;
    -o-animation: rota 5s linear;
    animation: rota 5s linear;
}

.advantages-filler {
    border-radius: 0 100% 100% 0/0 50% 50% 0;
    z-index: 100;
    border-left: none;
    -webkit-animation: fill 5s steps(1, end) forwards;
    -o-animation: fill 5s steps(1, end) forwards;
    animation: fill 5s steps(1, end) forwards;
    left: 50%;
    opacity: 0;
}

.advantages-mask {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 300;
    opacity: 1;
    background: inherit;
    -webkit-animation: mask 5s steps(1, end) forwards;
    -o-animation: mask 5s steps(1, end) forwards;
    animation: mask 5s steps(1, end) forwards;
}

.advantages-number {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 150px;
    z-index: 300;
    opacity: 1;
    font-size: 48px;
    color: #000;
    font-weight: bold;
    -webkit-animation: number 7s;
    -o-animation: number 7s;
    animation: number 7s;
}

.advantages-number span {
    font-size: 30px;
}

.advantages-text {
    font-size: 14px;
    color: #000;
    line-height: 25px;
}

h2 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-top: -25px;
    margin-bottom: 30px;
    text-align: center;
}

h2 span {
    background: #fff;
    padding: 5px 20px;
    display: inline-block;
}

.b-application {
    background: url("../img/application.png") 0 0 no-repeat;
    height: 302px;
    margin-bottom: 50px;
    padding: 45px 130px;
}

.application-title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.application-title span {
    color: #fa5b4d;
}

.application-text {
    font-size: 15px;
    color: #fff;
    margin-bottom: 40px;
}

.application-form:before,
.application-form:after {
    content: ' ';
    display: table;
}

.application-form:after {
    clear: both;
}

.application-form input {
    float: left;
    width: 300px;
    height: 50px;
    background: #fff;
    border: 0;
    font-size: 13px;
    color: #bac0be;
    border-radius: 30px;
    margin-right: 20px;
    padding: 0 20px 0 70px;
}

.application-form .validError {
    border: 1px solid red;
}

.validError::-webkit-input-placeholder,
.validError:-ms-input-placeholder {
    color: #fa5b4d;
}
.validError:-moz-placeholder,
.validError::-moz-placeholder {
    color: #fa5b4d;
    opacity:  1;
}


.application-form .input-name {
    background: url("../img/input-name.png") left center no-repeat;
}

.application-form .input-phone {
    background: url("../img/input-phone.png") left center no-repeat;
}

.application-form button {
    background: #23c08c url("../img/button.png") right center no-repeat;
    border: 0;
    font-size: 13px;
    color: #fff;
    padding: 0 50px 0 15px;
    float: left;
    width: 185px;
    height: 50px;
    border-radius: 30px;
}

.application-form button:hover {
    background: #2dcd98 url("../img/button.png") right center no-repeat;
}

.application-warning {
    font-size: 12px;
    color: #fff;
    background: url("../img/warning.png") left center no-repeat;
    padding: 0 0 0 20px;
    line-height: 16px;
    margin-top: 20px;
}

.application-success {
    color: #23c08c;
    margin-top: 20px;
    font-size: 12px;
}

.no-margin {
    margin-top: 0px;
}
/*-- Вкладки --*/
.tt-tabs {
    position: relative;
    height: 100%;
    margin: 0 0 10px 0;
}

.index-panel {
    position: relative;
    z-index: 10;
}

.index-tabs {
    z-index: 11;
    margin: 0 0 30px 0;
    text-align: center;
}

.index-tabs:before,
.index-tabs:after {
    content: ' ';
    display: table;
}

.index-tabs:after {
    clear: both;
}

.index-tabs span {
    padding: 10px;
    cursor: pointer;
    margin-right: 20px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    border-radius: 20px;
}

.index-tabs span:hover {
    text-decoration: underline;
}

.index-tabs .active-ttab {
    background: #fa5b4d !important;
    color: #fff !important;
}

.index-tabs .active-ttab:hover {
    text-decoration: none;
}

.tt-panel {
    display: none;
}

.tt-panel ul {
    margin: 0px;
    padding: 0px;
}
/*-- Вкладки --*/
.project {
    border: 5px solid #f7fbfa;
    padding: 25px 25px 0;
    margin-bottom: 50px;
}

.project:before,
.project:after {
    content: ' ';
    display: table;
}

.project:after {
    clear: both;
}

.project-big {
    position: relative;
    float: left;
    width: 445px;
    height: 250px;
    margin-bottom: 25px;
}

.project-big img {
    width: 445px;
    height: 250px;
}

.project-title {
    background: rgba(112,214,180,0.75);
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 9px;
    position: absolute;
    top: 60px;
    left: 20px;
}

.project-text span {
    background: rgba(0,0,0,0.75);
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 107px;
    left: 20px;
    padding: 8px;
}

.project-text .size {
    top: 140px;
}

.project-old-price {
    background: url("../img/old-price.png") 0 0 no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 180px;
    left: 75px;
    font-size: 11px;
    color: #b9b9b9;
    text-align: center;
}

.project-old-price span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    margin-top: 20px;
    text-decoration: line-through;
}

.project-price {
    background: url("../img/price.png") 0 0 no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 205px;
    left: 20px;
    font-size: 12px;
    color: #ffccc7;
    text-align: center;
}

.project-price span {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    margin-top: 25px;
}

.project-img {
    float: left;
    margin: 0 0 20px 19px;
}

.b-our-work {
    background: #f7fbfa;
    padding: 40px 0;
    margin-bottom: 50px;
}

.b-our-work:before,
.b-our-work:after {
    content: ' ';
    display: table;
}

.b-our-work:after {
    clear: both;
}

.b-our-work h2 span {
    background: none;
}

.our-work {
    float: left;
    width: 185px;
    margin: 0 17px;
    text-align: center;
}

.our-work-image {
    margin-bottom: 15px;
}

.our-work-title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.our-work-text {
    font-size: 13px;
    color: #000;
    line-height: 24px;
}

.b-question {
    margin-bottom: 50px;
}

.question-link {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    width: 290px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    background: #2ac894 url("../img/question-link.png") left top no-repeat;
    border-radius: 20px;
    padding: 0 10px 0 60px;
}

.question-link:hover {
    background: #34d5a0 url("../img/question-link.png") left top no-repeat;
}

footer {
    background: #f7fbfa;
    padding: 40px 0;
}

footer:before,
footer:after {
    content: ' ';
    display: table;
}

footer:after {
    clear: both;
}

.footer-left {
    float: left;
}

.footer-left .logo {
    float: none;
    margin-bottom: 20px;
}

.footer-left .copir {
    font-size: 13px;
    color: #0f0f0f;
    line-height: 24px;
}

@-webkit-keyframes rota {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rota {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes rota {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rota {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fill {
    0% {
        opacity: 0;
    }

    50%, 100% {
        opacity: 1;
    }
}

@-o-keyframes fill {
    0% {
        opacity: 0;
    }

    50%, 100% {
        opacity: 1;
    }
}

@-ms-keyframes fill {
    0% {
        opacity: 0;
    }

    50%, 100% {
        opacity: 1;
    }
}

@keyframes fill {
    0% {
        opacity: 0;
    }

    50%, 100% {
        opacity: 1;
    }
}

@-webkit-keyframes mask {
    0% {
        opacity: 1;
    }

    50%, 100% {
        opacity: 0;
    }
}

@-o-keyframes mask {
    0% {
        opacity: 1;
    }

    50%, 100% {
        opacity: 0;
    }
}

@-ms-keyframes mask {
    0% {
        opacity: 1;
    }

    50%, 100% {
        opacity: 0;
    }
}

@keyframes mask {
    0% {
        opacity: 1;
    }

    50%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes number {
    0%, 50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes number {
    0%, 50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes number {
    0%, 50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes number {
    0%, 50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
