/***
    default style
                  ***/
input, a, img{outline: none;}
.page-header-main a[href^="tel:"], .page-header-main a[href^="mailto:"], .page-header-main nav>a, .page-footer, form.form-standard input[type="color"], form.form-standard input[type="date"], form.form-standard input[type="datetime"], form.form-standard input[type="datetime-local"], form.form-standard input[type="email"], form.form-standard input[type="month"], form.form-standard input[type="number"], form.form-standard input[type="password"], form.form-standard input[type="search"], form.form-standard input[type="tel"], form.form-standard input[type="text"], form.form-standard input[type="time"], form.form-standard input[type="url"], form.form-standard input[type="week"], form.form-standard input:not([type]), form.form-standard textarea, form.form-standard .input-container label, form.form-standard button[type=submit], form.form-standard .form-result .title, .button-big, .button-alt, .button-standard, .button-light, .button-light-alt, .button-second-alt, .button-second-alt-light, .accordion-countered .accordion-header, .faq-modal .title, .project-popup .slick-slide figcaption, h1, h2, h3, h4, h5, h6, .top-image p, .question-block p, .tabs-slider-nav .slick-slide, .services-list li, .block-feedback-alt p, .work-item, .service-item, .review-item .title, .price-item .title, body.about-page .top-content h1, body.about-page .top-content table th, body.about-page .top-content table td, body.service-page .main-content header p, body.service-page .description h2+span, body.service-page .description .wrapper>p, body.service-page .working ol span, body.service-page .working ol a, body.service-page .working ol p em, body.service-page .working .wrapper>p span, body.service-page section.info ul span, body.services-page .call-us aside p, body.contacts-page .map-block .title, body.error-page h1, body.error-page span, body.error-page p, body.error-page nav, body.article-page .main-content header p, body.prices-page .prices-block header p {
    font-family: "Kelson Sans",sans-serif;
}
ol, ul {
    list-style: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    background: #fff;
    margin: 0;
    line-height: 1;
}
body, input, button, textarea, .page-header .logo, .page-footer-sub a strong, .accordion-countered .accordion-header:before, .tabs-slider-content .slick-slide h3, .advantages-list h3, body.about-page .top-content table tbody td[rowspan="3"], body.about-page .top-content table tbody td[colspan="3"] {
    font-family: "Open Sans",sans-serif;
}
.block-title, .price-item .title, body.about-page .top-content h2, body.contacts-page .how-to-find h2, body.article-page .articles h2, body.prices-page .prices-block h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main, summary {
    display: block;
}
@media screen and (min-width: 1260px){
.wrapper {
    width: 1440px;
    }
}
.wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 274;
}
a {
    text-decoration: none;
    color: inherit;
}
a {
    background-color: transparent;
}
button, input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    display: block;
    background-color: transparent;
    border-radius: 0;
    outline: none;
}
.parallax {
    position: relative;
    overflow: hidden;
}
.top-image h1, .question-block h2, body.service-page .working h2, body.service-page .pricing h2, body.service-page .works h2, body.services-page .main-content header h1, body.projects-page .contact-us-block h2, body.prices-page .urgent-paint h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
}
@media screen and (min-width: 768px){
.top-image h1, .question-block h2, body.service-page .working h2, body.service-page .pricing h2, body.service-page .works h2, body.services-page .main-content header h1, body.projects-page .contact-us-block h2, body.prices-page .urgent-paint h2 {
    font-size: 40px;
    }
}
b, strong {
    font-weight: bold;
}
.form-standard{
    height: 100%;
}
/***
    /default style
                  ***/

/***
    header
                  ***/                  
.page-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
    min-width: 320px;
}
.page-header {
    -webkit-box-shadow: 0 3px 0 #19a6c8;
    box-shadow: 0 3px 0 #19a6c8;
    background-color: rgba(0,0,0,0.56);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    overflow: hidden;
    -webkit-transition-property: background,min-height;
    -o-transition-property: background,min-height;
    transition-property: background,min-height;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    min-height: 0;
}
@media screen and (min-width: 1260px){
.page-header {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
}
.page-header-sub {
    width: 100%;
    line-height: 30px;
    background-color: #2d2d2d;
    color: #ffffff;
    font-weight: 300;
    font-size: 0;
}
.page-header-sub a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media screen and (min-width: 1260px){
body.main-page .page-header-main {
    color: white;
    }
}
@media screen and (min-width: 1260px){
.page-header-main nav>a+a {
    margin-top: 0;
    margin-left: 40px;
    }
}
.page-header-main {
    min-height: 50px;
    color: #ffffff;
}
@media screen and (min-width: 1260px){
.page-header-main {
    min-height: 0;
    margin-top: 37px;
    color: black;
    }
}
@media screen and (min-width: 1260px){
.page-header-main nav>a:hover, .page-header-main nav>a.active {
    color: #19a6c8;
    }
}
.page-header-main>div {
    position: relative;
    width: 295px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media screen and (min-width: 1260px){
.page-header-main>div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 1192px;
    }
}
@media screen and (min-width: 1260px){
.page-header .logo {
    top: 0;
    }
}
.page-header .logo {
    position: absolute;
    top: 9px;
    left: 0;
    text-transform: none;
    text-align: left;
}
@media screen and (min-width: 768px){
.page-header .logo a {
    width: 150px;
    height: 51px;
    }
}
.page-header .logo a {
    background-image: url(../images/logo.png);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 33px;
    height: 31px;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media screen and (min-width: 1260px){
body.main-page .page-header-main .logo a:after {
    background-image: url(../images/logo-ocra.png);
    }
}
@media screen and (min-width: 1260px){
.page-header .logo a:after {
    background-image: url(../images/logo-ocra-dark.png);
    }
}
@media screen and (min-width: 768px){
.page-header .logo a:after {
    background-size: contain;
    background-position: 0 50%;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    left: 56px;
    top: 0;
    width: 90px;
    }
}
.page-header .menu-open:before {
    top: 7px;
    -webkit-box-shadow: 0 8px 0 0 white;
    box-shadow: 0 8px 0 0 white;
}
.page-header .menu-open:after {
    bottom: 7px;
}
.page-header.expanded .menu-open:after {
    -webkit-transform: translateZ(0) rotate(-45deg);
    transform: translateZ(0) rotate(-45deg);
    margin-bottom: -3px;
}
.page-header .menu-open:before, .page-header .menu-open:after {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: white;
    left: 0;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: margin,-webkit-transform,-webkit-box-shadow;
    transition-property: margin,-webkit-transform,-webkit-box-shadow;
    -o-transition-property: margin,transform,box-shadow;
    transition-property: margin,transform,box-shadow;
    transition-property: margin,transform,box-shadow,-webkit-transform,-webkit-box-shadow;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.page-header .menu-open {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
    cursor: pointer;
}
.page-header.expanded {
    background-color: #19a6c8;
    max-height: 100%;
    max-heigth: 100vh;
    min-height: 100vh;
}
@media screen and (min-width: 1260px){
.not-big, .page-header .menu-open {
    display: none !important;
    }
}
@media screen and (min-width: 1260px){
.page-header-main a[href^="tel:"] {
    font-size: 24px;
    margin-top: 0;
    position: absolute;
    font-weight: 400;
    top: 16px;
    right: 0;
    }
}
@media screen and (max-width: 1259px){
.for-big, .page-header-sub {
    display: none !important;
    }
}
.page-header-main a[href^="tel:"] {
    font-size: 25px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 26px;
}
.page-header.expanded nav {
    max-height: 100%;
    max-height: 100vh;
    visibility: visible;
}
.page-header-main nav {
    overflow-y: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    visibility: hidden;
    margin-top: 50px;
    text-align: center;
    font-size: 0;
    max-height: 0;
    -webkit-transition-property: max-height;
    -o-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media screen and (min-width: 1260px){
.page-header-main nav {
    max-height: 1000px;
    visibility: visible;
    overflow: visible;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-top: 0;
    padding: 21px 170px 25px 260px;
    width: 100%;
    }
}
@media screen and (min-width: 1260px){
body.main-page .page-header-main nav {
    border-bottom: 3px solid #19a6c8;
    padding: 90px 4px 15px;
    width: auto;
    }
}
.page-header-main nav>a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 2em;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
@media screen and (min-width: 1260px){
.page-header-main nav>a {
    display: inline-block;
    line-height: 1em;
    }
}
.page-header-main nav>a:first-child {
    margin-top: 27px;
}
@media screen and (min-width: 1260px){
.page-header-main nav>a:first-child {
    margin-top: 0;
    }
}
/***
    /header
            ***/

/***
    main
        ***/

@media screen and (min-width: 1260px){
body.main-page .page-header ~ main {
    padding-top: 30px;
    }
}
body.main-page .page-header ~ main {
    padding-top: 0;
}

@media screen and (min-width: 1260px){
.page-header ~ main {
    padding-top: 140px;
    }
}
.page-header ~ main {
    padding-top: 50px;
}
main {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media screen and (min-width: 1260px){
.top-image {
    height: 906px;
    padding-top: 160px;
    }
}

.top-image {
    color: white;
    height: 650px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 50px;
}
@media screen and (min-width: 1260px){
.parallax-bg {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    background-attachment: fixed !important;
    }  
}
.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
}
@media screen and (min-width: 1260px){
.top-image .parallax-bg:before {
    background: rgba(0,0,0,0.39);
    }
}
.top-image .parallax-bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    background-image: url(../images/top-lines.png);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.top-image .wrapper {
    margin: 0;
}
@media screen and (min-width: 768px){
.top-image h1 {
    margin-bottom: 10px;
    }
}
@media screen and (min-width: 768px){
.top-image p {
    font-size: 25px;
    }
}
.top-image p {
    font-weight: 400;
    line-height: 1.2em;
    font-size: 16px;
}
.top-image article{
    padding: 25px 0;
    font-size: 3rem;
    color: #fff;
    background: #0000004d;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.top-image p b {
    font-weight: 700;
}
.top-image p+p {
    margin-top: 1em;
}
@media screen and (min-width: 768px){
.top-image p {
    font-size: 25px;
    }
}
/* @media screen and (min-width: 1260px){
.top-image .button-big {
    width: auto;
    display: inline-block;
    }
}
@media screen and (min-width: 768px){
.top-image .button-big {
    margin-top: 50px;
    }
}
.top-image .button-big {
    margin: 20px auto 0;
}
@media screen and (min-width: 1260px){
.button-big {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    }
}
@media screen and (min-width: 1260px){
.not-big, .page-header .menu-open {
    display: none !important;
    }
}
@media screen and (min-width: 768px){
.button-big {
    -webkit-box-shadow: 0 5px 0 #19a6c8;
    box-shadow: 0 5px 0 #19a6c8;
    padding: 18px;
    }
}
.button-big {
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 2px 0 #19a6c8;
    box-shadow: 0 2px 0 #19a6c8;
    background-color: rgba(255,255,255,0.8);
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 1.2em;
    text-align: center;
    -webkit-transition-property: color,background;
    -o-transition-property: color,background;
    transition-property: color,background;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    padding: 27px;
} */
.scroll-down {
    display: block;
    width: 80px;
    height: 40px;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.scroll-down:not(:hover) {
    -webkit-animation-name: flipBtn;
    animation-name: flipBtn;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@media screen and (min-width: 768px){
.top-image .scroll-down {
    margin-top: 124px;
    }
}
@media screen and (min-width: 1260px){
.top-image {
    height: 100vh; /* высота секции равна высоте области просмотра */
    }
}
.top-image .scroll-down {
    margin: 35px auto 0;
}
.scroll-down:before {
    content: '';
    display: block;
    width: 51px;
    height: 51px;
    border-style: solid;
    border-width: 11px;
    border-color: transparent transparent white white;
    -webkit-transform: translateZ(0) rotate(-45deg);
    transform: translateZ(0) rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    top: -25px;
    right: 14px;
    -webkit-transition-property: margin;
    -o-transition-property: margin;
    transition-property: margin;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.feedback-modal {
    width: 320px;
    padding: 40px 20px;
    margin: 0 auto;
}
@media (max-width: 768px){
    .feedback-modal {
        width: 100%;
        padding: 0;
        }
    }
@media (min-width: 768px){
.feedback-modal {
    width: 362px;
    padding: 52px 24px 40px;
    }
}
/* .modal-content {
    display: none;
} */
/* form paralax block */

form.form-standard .input-container {
    display: block;
    margin: 15px 0;
}
form.form-standard * {
    outline: none;
}
form.form-standard .policy {
    color: rgba(0,0,0,0.4);
    font-size: 12px;
    line-height: 1em;
    margin: 1em 0 0;
}
form.form-standard .input-container label {
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1em;
    display: block;
}
form.form-standard .input-container input, form.form-standard .input-container textarea {
    width: 100%;
}
form.form-standard.ng-submitted .ng-invalid, form.form-standard .ng-touched.ng-invalid {
    border-bottom: 3px solid #19a6c8;
    color: #000;
    padding: 10px 0;
}
@media (min-width: 768px){
.top-image p {
    font-size: 25px;
    }
}
form.form-standard .policy {
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    margin: 1em 0;
}
form.form-standard .policy a {
    text-decoration: underline;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
form.form-standard button[type=submit] {
    display: inline-block;
    color: white;
    background-color: #000;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 18px;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
form.form-standard button[type=submit]:hover {
    background-color: #3b3a3a;
}
form.form-standard .form-result {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d8d8d8), color-stop(40%, #d8d8d8), color-stop(40.1%, transparent), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #d8d8d8 0%, #d8d8d8 40%, transparent 40.1%, transparent 100%);
    background-image: -o-linear-gradient(bottom, #d8d8d8 0%, #d8d8d8 40%, transparent 40.1%, transparent 100%);
    background-image: linear-gradient(to top, #d8d8d8 0%, #d8d8d8 40%, transparent 40.1%, transparent 100%);
    padding: 20px;
}
form.form-standard .form-result .title {
    display: block;
    color: #000000;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1.08px;
    text-transform: uppercase;
}
.button-light-alt {
    background-color: white;
    padding: 13px 25px;
    border: none;
}
.button-light, .button-light-alt {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    -webkit-transition-property: background,color;
    -o-transition-property: background,color;
    transition-property: background,color;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background-color: rgba(255,255,255,0.6);
    line-height: 1.1em;
    border: 2px solid #000000;
    display: inline-block;
    cursor: pointer;
    padding: 17px 23px;
    text-align: center;
}
.button-light:hover, .button-light-alt:hover {
    color: white;
    background-color: black;
}
/* /form paralax block */

body.main-page section.features {
    background-image: url("../images/features-bg-s.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
@media screen and (min-width: 1260px){
body.main-page section.features {
    padding-top: 130px;
    background-image: url("../images/features-bg-b.png");
    margin-top: -103px;
    position: relative;
    z-index: 1;
    }
}
@media screen and (min-width: 768px){
.block-standard {
    padding-top: 77px;
    padding-bottom: 70px;
    }
}
.block-standard {
    padding-top: 32px;
    padding-bottom: 50px;
}
@media screen and (min-width: 1260px){
.block-title {
    margin-bottom: 94px;
    }
}
.block-title {
    margin: 0 0 50px 0;
    text-align: center;
    display: block;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
}
@media screen and (min-width: 1260px){
.features-list {
    margin-top: 0;
    }
}
.features-list {
    text-align: center;
    /* margin-top: 54px; */
}
.row-standard {
    font-size: 0;
}
.row-standard::after {
    clear: both;
    content: "";
    display: block;
}
@media screen and (min-width: 1260px){
.row-standard.cols-3 > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 5%;
    }
}
@media screen and (min-width: 1260px){
.row-standard.cols-3>*:not(:last-child) {
    margin-bottom: 0;
    margin-right: 5%;
    }
}
.row-standard.cols-3 > *:not(:last-child) {
    margin-bottom: 41px;
}
.row-standard.cols-3 > * {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
@media screen and (min-width: 1260px){
    .row-standard.cols-3 > * {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        padding-right: 0;
        padding-left: 0;
        }
    }
@media screen and (min-width: 1260px){
.features-list li {
    padding-top: 0;
    padding-bottom: 0;
    }
}
.features-list li {
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
    z-index: 2;
}
@media screen and (min-width: 1260px){
.features-list li:before {
    top: -41px;
    left: -8px;
    }
}
@media screen and (min-width: 768px){
.features-list li:before {
    margin-left: 0;
    }
}
.features-list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 104px;
    height: 104px;
    top: -12px;
    left: 50%;
    margin-left: -52px;
    border-style: solid;
    border-width: 22px;
    z-index: -1;
}
@media screen and (min-width: 768px){
.features-list h3, .features-list h4, .features-list h5 {
    margin-bottom: 10px;
    }
}
.features-list h3, .features-list h4, .features-list h5 {
    margin-bottom: 30px;
}
.features-list h3, .features-list h4, .features-list h5, .text-block-alt h3, body.article-page .feedback h2 {
    color: #000;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.1em;
    text-transform: none;
}
@media screen and (min-width: 768px){
.features-list p, .text-block-alt p, .text-block-alt ul, .text-block-alt ol {
    font-size: 18px;
    }
}
.features-list p, .text-block-alt p, .text-block-alt ul, .text-block-alt ol {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
.features-list li:nth-child(1):before {
    border-color: transparent transparent #19a6c8 #19a6c8;
}
.features-list li:nth-child(2):before {
    border-color: #19a6c8 #19a6c8 transparent transparent;
}
.features-list li:nth-child(3):before {
    border-color: transparent #19a6c8 #19a6c8 transparent;
}

/* services */

.services{
    background-color: #414141;
    padding-top: 27px;
    padding-bottom: 24px;
}
@media screen and (min-width: 1260px){
 .services{
    padding: 50px 0;
    }
}
.services-container{
    text-align: center;
}
.service-item {
    display: block;
    padding: 30px 0;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: left;
    background-color: #161616;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.service-item:hover {
    background-color: #19a6c8 !important;
}
@media screen and (min-width: 1260px){
.service-item {
    background-color: rgba(0,0,0,0.2);
    }
}
@media screen and (min-width: 768px){
.service-item {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    height: 360px;
    line-height: 360px;
    font-size: 30px;
    padding: 15px;
    }
}
@media screen and (min-width: 1260px){
.service-item:nth-child(8n-6), .service-item:nth-child(8n-4), .service-item:nth-child(8n-3), .service-item:nth-child(8n-1) {
    background-color: rgba(0,0,0,0.4);
    }
}
@media screen and (min-width: 768px){
.service-item:hover {
    background-color: transparent !important;
    }
}
a:active, a:hover {
    outline: 0;
}
.service-item .img {
    z-index: -1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.service-item .img:before, .service-item .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px){
.service-item:hover .img {
    opacity: 1;
    }
}
.wrapper-services > .custom-color{
    color: #fff;
}
.service-item .title {
    display: block;
    margin: 0 auto;
    width: 290px;
    line-height: 1.11;
}
.service-item:hover.service-item .title{
    background-color: rgba(0,0,0,0.5);
}
@media screen and (min-width: 768px){
.service-item .title {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.33;
    }
}
/* /services */

/* free-consultation */
.free-consultation {
    opacity: 1;
    /* width: 1920px; */
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
@media screen and (min-width: 320px) and (max-width: 779px){
    .free-consultation {
        opacity: 1;
        width: 100%;
    }
    .free-consultation .feedback-modal{
        width: 60% !important;
        left: 0 !important;
        height: 100% !important;
        padding: 40px 20px;
        position: relative;
        background-color: #414141;
        margin: 0 !important;
    }
    form.form-standard .input-container input, form.form-standard .input-container textarea {
        width: 90%;
        height: 40px;
    }
}
@media screen and (min-width: 780px) and (max-width: 1600px){
    .free-consultation {
        opacity: 1;
        width: 100%;
    }
    .free-consultation .feedback-modal{
        width: 30% !important;
        left: 0 !important;
        height: 100% !important;
        padding: 40px 20px;
        position: relative;
        background-color: #414141;
        margin: 0 !important;
    }
    form.form-standard .input-container input, form.form-standard .input-container textarea {
        width: 100%;
        height: 40px;
    }
}
/* @media screen and (min-width: 479px) and (max-width: 1023px){
    .free-consultation {
        align-items: center;
        height: 100%;
    }
    .free-consultation .feedback-modal{
        height: 505px !important;
        left: 0 !important;
    }
} */
.free-consultation__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    transition: opacity 0.5s;
}
.free-consultation .row-standard.cols-3 > *{
    position: relative;
}
.free-consultation .feedback-modal {
    width: 20%;
    padding: 40px 20px;
    background-color: #414141;
    left: 450px;
    position: relative;
}
.form-standard textarea {
    min-height: 160px;
}
.free-consultation p{
    color: #fff;
    text-align: center;
    font-size: 2rem;
}
/* /free-consultation */

/* scheme-work */
@media screen and (min-width: 1260px){
.scheme-work {
    padding: 50px 0;
    }
}
.scheme-work ul{
    display: flex;
    justify-content: space-evenly;
}
@media(max-width: 959px){
    .scheme-work ul{
        display: block;
    }
}
.scheme-work .work__item{
    position: relative;
    width: 189px;
    height: 189px;
    margin: 0 auto 120px;  
}
.scheme-work .work__image_wrapper {
    position: relative;
    z-index: 10;
    text-align: center;
}
.scheme-work .work__image_wrapper--1:before {
    content: '1';
}
.scheme-work .work__image_wrapper--2:before {
    content: '2';
}
.scheme-work .work__image_wrapper--3:before {
    content: '3';
}
.scheme-work .work__image_wrapper--4:before {
    content: '4';
}
.scheme-work .work__image_wrapper--5:before {
    content: '5';
}
.scheme-work .work__image_wrapper:before {
    display: block;
    position: absolute;
    font-size: 96px;
    font-weight: bold;
    color: #ffe010;
    right: 5px;
    top: -40px;
}
.scheme-work .work__text_wrap {
    width: 538px;
    height: 189px;
    -webkit-border-radius: 189px;
    -moz-border-radius: 189px;
    border-radius: 189px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: justify;
    opacity: 0;
    transition: .3s;
    background: #1d81b8;
}
@media screen and (min-width: 1200px){
    .work__image_wrapper--5 + .work__text_wrap {
        left: inherit;
        right: 0;
        }
    .work__image_wrapper--5+ .work__text_wrap .work__text {
        margin-left: 40px;
    }
}
.scheme-work .work__text {
    width: 260px;
    height: 150px;
    overflow: hidden;
    margin-top: 26px;
    margin-left: 215px;
    color: #fff;
    font-size: 16px;
    text-align: justify;
    font-weight: normal;
}
.scheme-work .work__bottom_block {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
    height: 82px;
    overflow: hidden;
}
.scheme-work .work__bottom_phone {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #1d81b8;
}
.scheme-work .work__bottom_phone:hover {
    color: #1d81b8;
}
.scheme-work .work__item:hover {
    z-index: 20;
}
.scheme-work .work__item:hover .work__text_wrap {
    opacity: 0.9;
    transition: .3s;
}
.scheme-work .work__image_wrapper img {
    position: relative;
}

/* /scheme-work */

/* frontabout-content-wrapper */

.frontabout-content-wrapper {
    background-image: url(../images/bgboxes.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    }
@media (min-width: 1024px){    
.container {
     width: 1195px;
     margin: 0 auto;
    }
}
.frontabout-content__text {
    background: #fff;
    padding: 30px;
    margin: 50px;
    border-radius: 5px;
    box-shadow: 7px 7px 5px 0px rgba(50,50,50,0.15);
}
.frontabout-content__text p{
    line-height: 2;
}
.frontabout-content-wrapper .block-title {
    color: #2e1a15;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.5rem;
}

/* /frontabout-content-wrapper */

/* completed-workSlider */
.completed-workSlider .works-slider__item {
    padding: 0 10px 15px;
    display: inline-block;
}
@media screen and (min-width: 1260px){
.completed-workSlider {
    padding: 50px 0;
    }
}
@media(max-width: 879px){
    .completed-workSlider .container{
        width: 100%;
    }
    .completed-workSlider .works-slider__item{
        margin: 0 10px 15px;
    }
}
/* /completed-workSlider */

/* testimonials-slider */

.testimonials-slider .custom-color{
    color: #fff;
}
.testimonials-slider {
    background: url(../images/bg-2.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
}
.testimonials-slider .color-overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 0;
}
.testimonials-slider .feedback {
    max-width: 750px;
    margin: auto;
    text-align: center;
    line-height: 2;
}
.testimonials-slider .feedback .message {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.testimonials-slider .white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}
.testimonials-slider .feedback .name {
    margin-top: 15px;
    font-weight: 400;
}
.testimonials-slider .feedback .company-info {
    font-size: 12px;
}
/* .manufacturer-logo .slick-slide img{
    width: auto;
} */
@media (max-width: 1200px){
.slick-slide img {
    width: 100%;
    }
}   
.work_done{
    text-align: center;
}
/* /testimonials-slider */

/* manufacturer-work */

.manufacturer-work{
    padding: 50px 0;
}

/* /manufacturer-work */

/* mapBlock */

.mapBlock{
    position: relative;
}
.map__contactBlock {
    position: absolute;
    height: 90%;
    right: 190px;
    width: 515px;
    z-index: 10;
    background: #ffffff;
    margin: 20px 0px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
@media (max-width: 1023px){
    .map__contactBlock {
        width: 350px !important;
        left: 45px;
        }
    }
@media screen and (max-width: 700px){
.map__contactBlock {
    height: 100%;
    right: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    padding: 20px 0 20px 0px;
    margin: 0;
    }
}   
@media (max-width: 640px){
.map__contactBlock {
    position: inherit;
    left: 0;
    margin: 0 auto;
    width: 100% !important;
    }
}
.titleBlock {
    text-align-last: center;
    text-transform: uppercase;
    font-size: 3rem;
    margin: 0;
    padding: 30px 0 30px 0;
    color: #8c6635;
}
@media screen and (max-width: 991px){
.titleBlock {
    padding: 30px 15px 30px 15px;
    font-size: 2em;
    text-align: center;
    }
}
.map__contactBlock-addres {
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
    color: #282828;
    font-size: 18px;
    font-weight: bold;
}
.map__contactBlock-mail {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin: 0 135px 0 0;
}
.map__contactBlock-mail a {
    padding: 0 15px;
}
.map__contactBlock-phone {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin: 0 90px 0 0;
}
.map__contactBlock-phone a {
    padding: 0 15px;
}
@media screen and (max-width: 700px){
.map__contactBlock-small {
    margin: 0;
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    }
}
.map__contactBlock-small {
    color: #282828;
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

/* /mapBlock */

/* block-feedback-alt */
.block-feedback-alt {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    color: white;
    text-align: center;
    padding: 60px 0;
}
.block-feedback-alt .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (min-width: 1260px){
    .block-feedback-alt {
        text-align: left;
        padding: 90px 0;
        }
    }
@media screen and (min-width: 1260px){
.block-feedback-alt .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
}
@media screen and (min-width: 1260px){
.wrapper {
    width: 1192px;
    }
}
@media screen and (max-width: 1259px) and (min-width: 768px){
.wrapper {
    width: 510px;
    }
}
.block-feedback-alt p {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}
@media screen and (min-width: 1260px){
.block-feedback-alt p {
    max-width: 50%;
    }
}
.block-feedback-alt p a {
    color: #19a6c8;
}
.block-feedback-alt *[class^="button"] {
    display: block;
    margin: 50px auto 0;
}
.button-light-alt {
    background-color: white;
    padding: 13px 25px;
    border: none;
}
.button-light, .button-light-alt {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    -webkit-transition-property: background,color;
    -o-transition-property: background,color;
    transition-property: background,color;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background-color: rgba(255,255,255,0.6);
    line-height: 1.1em;
    border: 2px solid #000000;
    display: inline-block;
    cursor: pointer;
    padding: 17px 23px;
    text-align: center;
}
@media screen and (min-width: 1260px){
.block-feedback-alt *[class^="button"] {
    width: 300px;
    margin: 0;
    }
}
.page-footer-main {
    background-image: url(../images/footer-bg-s.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 46px;
    color: #000;
    box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
}
@media screen and (max-width: 1259px) and (min-width: 768px){
.page-footer-main {
    padding-top: 55px;
    padding-bottom: 55px;
    background-image: url(../images/footer-bg-m.png);
    }
}
@media screen and (min-width: 1260px){
.page-footer-main {
    background: transparent;
    border-top: 1px solid #e4e4e4;
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
.page-footer-main .wrapper {
    padding-left: 33px;
    padding-right: 33px;
}
@media screen and (min-width: 768px){
.page-footer-main .wrapper {
    padding-left: 0;
    padding-right: 0;
    }
}
.page-footer-main ul {
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
}
@media screen and (min-width: 768px){
.page-footer-main .col:first-child {
    float: left;
    }
}
@media screen and (min-width: 1260px){
.page-footer-main ul {
    padding-top: 24px;
    }
}
.page-footer-main ul li {
    margin-bottom: 30px;
    display: block;
}
@media screen and (min-width: 1260px){
.page-footer-main ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 60px;
    vertical-align: top;
    }
}
.page-footer-main ul a {
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.page-footer-main ul a:hover, .page-footer-main ul li.active a {
    color: #19a6c8;
}
.page-footer-main .policy {
    margin: 1em 0 0;
}
.page-footer-main .policy a:hover {
    color: black;
}
@media screen and (min-width: 1260px){
.page-footer-main .policy {
    position: absolute;
    text-align: left;
    margin: 0;
    left: 0;
    top: 50px;
    }
}
.page-footer-main p {
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    margin-top: 11px;
}
@media screen and (min-width: 768px){
.page-footer-main p {
    margin-top: 15px;
    }
}

.page-footer-main p a:last-child {
    display: inline-block;
    margin: 0;
}
.page-footer-main .policy a {
    font-size: 12px;
    color: rgba(0,0,0,0.4);
    text-decoration: underline;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    display: inline-block;
}
@media screen and (min-width: 1260px){
.page-footer-main p a {
    margin-right: 16px;
    margin-bottom: 0;
    display: inline-block;
    }
}
.page-footer-main p a {
    display: block;
    margin-bottom: 7px;
}
.page-footer-main p a, .faq-item, body.service-page .working .wrapper>p a {
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}
@media screen and (min-width: 768px){
.page-footer-main .col:last-child {
    float: right;
    text-align: right;
    }
}
@media screen and (min-width: 768px){
.page-footer-main .wrapper::after {
    clear: both;
    content: "";
    display: block;
    }
}