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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

body {
    font: 17px/24px 'RobotoRegular', sans-serif;
    color: #000;
    min-width: 320px;
    position: relative;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}

.before-after {
    background: url('../img/datails-bg.jpg') no-repeat center center;
    background-size: cover;
}

.before-after h2 {
    color: white;
}

.carousel-text {
    position: relative;
    z-index: 1;
    padding: 20px 2px 10px 2px;
    font-size: 1.4em;
    color: #ffffff;
    pointer-events: none;
    text-align: center;
    padding-bottom: 20px;
}

.align-bottom-sub {
    height: 4em;
}

/***  TOP LINE STYLE ***/
.top-line {
    padding: 15px 0 11px 0;
}

.top-line__logo {
    display: inline-block;
    vertical-align: top;
}

.top-line__number-wr {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.top-line__number {
    position: relative;
    font-family: 'RobotoBold', sans-serif;
    color: #000;
    font-size: 23px;
    text-decoration: none;
    padding-left: 21px;
}

.top-line__number:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 23px;
    background: url('../img/sprite.png') 0 0;
}

.top-line__number span {
    color: #827775;
}

.top-line__order-call {
    font-size: 16px;
    color: #827775;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.top-line-label {
    display: none;
}

/*** HEADER STYLE ***/

.header {
    background: #e2ddd9 url('../img/header-bg.jpg') no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 85px 0 20px 0;
    overflow: hidden;
}

.header__main-title-wr {
    text-align: left;
}

.header__main-title {
    display: inline-block;
    font: 72px 'DINPro-Black', sans-serif;
    background: url('../img/header__main-title.png') no-repeat center center;
    padding: 0 90px 5px 90px;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 26px;
}

.header__main-title br {
    display: none;
}

.header__description-wr {
    font: 41px 'DINPro-Bold', sans-serif;
    background: url('../img/header__description.png') no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 7px 0 16px 0;
    margin-right: 0;
    letter-spacing: 0;
    margin-left: 12px;
}

.header__description {
    display: inline-block;
    position: relative;
    line-height: 1.5;
}

.header__description span {
    background: #8C82D9;
    font-size: 50px;
    padding: 0 10px 7px 10px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.header-description__garant-label {
    position: absolute;
    right: -249px;
    top: -33px;
}

.header__sec-description {
    font: 30px 'DINPro-Bold', sans-serif;
    background: url('../img/header__sec-description.png') no-repeat center center;
    margin-top: 15px;
    padding: 12px 0;
}

.header__sec-description br {
    display: none;
}

.btn {
    display: inline-block;
    border: 4px solid #9d9b97;
    font: 22px/28px 'RobotoBold', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: -moz-linear-gradient(top, #ea0a11 0%, #fd474d 100%);
    background: -webkit-linear-gradient(top, #ea0a11 0%, #fd474d 100%);
    background: -o-linear-gradient(top, #ea0a11 0%, #fd474d 100%);
    background: -ms-linear-gradient(top, #ea0a11 0%, #fd474d 100%);
    background: linear-gradient(top, #ea0a11 0%, #fd474d 100%);
    box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    padding: 13px 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn:hover,
.btn:focus,
.btn:active {
    background: #d6030a;
}

.header__get-calculation,
.big-btn {
    position: relative;
    padding: 13px 60px 17px 130px;
    border-radius: 30px;
    line-height: 1.2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 26px;
    margin-top: 58px;
    letter-spacing: 1px;
    border-width: 6px;
}

.header__get-calculation:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: url('../img/sprite.png') no-repeat -1px -37px;
    width: 52px;
    height: 60px;
    left: 35px;
    top: 12px;
}

.header__scroll-bottom {
    position: relative;
    margin-top: 50px;
}

.header__scroll-bottom a {
    display: inline-block;
    vertical-align: top;
    outline: none;
}

.arrow {
    width: 132px;
    position: relative;
    height: 45px;
    margin: 0 auto;
}

.arrow-top, .arrow-bottom {
    background-color: #8C82D9;
    height: 10px;
    position: absolute;
    top: 50%;
    width: 50%;
}

.arrow-top:after, .arrow-bottom:after {
    background-color: #fff;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.15s;
}

.arrow-top {
    -ms-transform: rotate(160deg) skew(-20deg);
    transform: rotate(160deg) skew(-20deg);
    -ms-transform-origin: right;
    transform-origin: right;
}

.arrow-top:after {
    left: 100%;
    right: 0;
    transition-delay: 0s;
}

.arrow-bottom {
    -ms-transform: rotate(20deg) skew(20deg);
    transform: rotate(20deg) skew(20deg);
    -ms-transform-origin: right;
    transform-origin: right;
}

.arrow-bottom:after {
    left: 0;
    right: 100%;
    transition-delay: 0.15s;
}

.arrow2 {
    margin-top: -23px;
}

/**** our-advantages  ****/

.our-advantages {
    background: url('../img/advantages.jpg') no-repeat center center;
    background-size: cover;
    padding: 46px 0 80px 0;
}

.title {
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 45px;
    text-align: center;
    line-height: 1.28;
}

.section-padding {
    padding: 49px 0;
}

.our-advantages .title {
    padding: 0 10%;
}

.our-advantages .title br {
    display: none;
}

.our-advantages__list-items {
    margin-top: 54px;
    text-align: center;
}

.our-advantages__item {
    display: inline-block;
    width: 24.5%;
    padding-top: 22px;
    text-align: center;
    vertical-align: top;
    margin-bottom: 15px;
}

.our-advantages__icon-wr {
    position: relative;
    width: 110px;
    height: 110px;
    background: #8C82D9;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.our-advantages__icon {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url('../img/advantages-sprite.png') no-repeat 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.official-agreement {
    background-position: 0 -80px;
}

.all-works {
    background-position: 0 -160px;
}

.steady-payment {
    background-position: 0 -240px;
}

.purchasing-materials {
    background-position: 0 -320px;
}

.fix-the-value {
    background-position: 0 -400px;
}

.consult-free {
    background-position: 0 -480px;
}

.more-than-repair {
    background-position: 0 -560px;
}

.our-advantages__title {
    margin-top: 27px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}

.our-advantages__descr {
    margin-top: 10px;
    line-height: 1.2;
}

.our-advantages__reason {
    text-align: center;
    margin: 30px 0;
}

.reason-btn {
    margin: 10px 0;
}

.btn-red {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted;

    /*#129139
    #283b73*/
    background: linear-gradient(135deg, #129139, #283b73);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.our-advantages__more-reason {
    display: none;
    margin-top: 20px;
}

/*** type of repair ***/
.type-of-repair {
    background: url('../img/stone-wall-bg.jpg');
    text-align: center;
    padding: 60px 0 50px 0;

}

.type-of-repair .title {
    display: inline-block;
    background: #fff;
    padding: 3px 25px;
}

.type-of-repair .title br {
    display: none;
}

.type-of-repair__items-wr {
    margin-top: 50px;
    text-align: center;
}

.type-of-repair__items {
    display: block;
    text-align: center;
    vertical-align: top;
}

.type-of-repair__item {
    display: inline-block;
    vertical-align: top;
    width: 29.8%;
    margin: 0 2%;
    background: #fff;
    padding-bottom: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.type-of-repair__item:first-child {
    margin-left: 0;
}

.type-of-repair__item:last-child {
    margin-right: 0;
}

.type-of-repair__item-image img {
    vertical-align: bottom;
    width: 100%;
}

.type-of-repair__item-title-wr {
    position: relative;
    margin-bottom: 61px;
	line-height: normal;
}

.type-of-repair__item-title-wr:after {
    content: '';
    position: absolute;
    background: url('../img/repair-bg.png') no-repeat bottom center;
    background-size: cover;
    height: 42px;
    bottom: -42px;
    left: -10px;
    right: -10px;
}

.type-of-repair__item-title {
    display: block;
    font-family: 'DINPro-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    padding-top: 26px;
    padding-bottom: 15px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    background: #8C82D9;
    position: relative;
    z-index: 1;
}

.type-of-repair__item-title:before, .type-of-repair__item-title:after {
    content: "";
    position: absolute;
}

.type-of-repair__item-title:before {
    height: 0;
    width: 0;
    top: -15px;
    left: -5px;
    border-top: 10px solid #2F2583;
    border-left: 20px solid transparent;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.type-of-repair__item-title:after {
    height: 0;
    width: 0;
    right: -5px;
    top: -15px;
    border-top: 10px solid #2F2583;
    border-right: 20px solid transparent;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.checkbox-custom-label:before {
    content: '';
    background: url('../img/sprite.png') no-repeat -18px -1px;
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 10px;
}

.type-of-repair__checkbox {
    text-align: left;
    font-size: 15px;
    padding: 0 13px;
    margin-bottom: 6px;
}

.type-of-repair__show-hide {
    text-align: left;
    margin: 0 0 20px 40px;
}

.type-of-repair__list-checkbox-hidden .type-of-repair__show-hide {
    margin: 12px 0 16px 38px;
}

.type-of-repair__show-hide .btn-red {
    font-size: 18px;
    margin: 3px 0 4px 6px;
    font-weight: normal;
}

.type-of-repair__list-checkbox-hidden {
    display: none;
}

.type-of-repair__old-price {
    display: inline-block;
    position: relative;
    color: #a6a6a6;
    font-size: 22px;
    margin-bottom: 4px;
}

.type-of-repair__old-price:before {
    position: absolute;
    content: '';
    display: inline-block;
    height: 3px;
    width: 100%;
    left: 0;
    top: 13px;
    background: rgba(166, 166, 166, .58);
}

.type-of-repair__old-price span {
    font-weight: bold;
    font-size: 28px;
}

.type-of-repair__new-price {
    color: #2F2583;
    font-size: 30px;
    margin-bottom: 20px;
}

.type-of-repair__new-price span {
    font: 40px 'OpenSans', sans-serif;
}

sup {
    vertical-align: super;
    font-size: 0.6em;
}

.after-before {
    background: #AAA2EA;
    padding: 50px 0 50px 0;
    text-align: center;
}

.after-before .title br {
    display: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.aft-befo__wr {
    margin-top: 50px;
    position: relative;
}

.aft-befo__text {
    padding-top: 20px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}

.aft-befo__wr .swiper-button-prev {
    background: url('../img/sprite.png') no-repeat 0 -190px;
    left: -40px;
    outline: none;
}

.aft-befo__wr .swiper-button-next:focus {
    outline: none;
}

.aft-befo__wr .swiper-button-next {
    background: url('../img/sprite.png') no-repeat 0 -190px;
    right: -40px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.aft-befo__wr .swiper-button-next.swiper-button-disabled {
    background: url('../img/sprite.png') no-repeat 0 -146px;
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.aft-befo__wr .swiper-button-more.swiper-button-next{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background: none;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    width: 136px;
    color: #000;
    border-bottom: 1px dotted #000;
    height: auto;
}
.swiper-button-more{
    display: none;
}

.aft-befo__wr .swiper-button-prev.swiper-button-disabled {
    background: url('../img/sprite.png') no-repeat 0 -146px;
    opacity: 1;
}

.aft-befo__wr .swiper-button-next, .aft-befo__wr .swiper-button-prev {
    top: 44%;
}

.aft-befo {
    overflow: hidden;
}

.aft-befo__text div {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5em;
}

.aft-befo__text span {
    color: #000;
    position: relative;
    top: -8px;
}

.aft-befo .swiper-slide {
    padding-bottom: 10px;
}

.twentytwenty-overlay {
    display: none;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    display: none;
}

.twentytwenty-handle {
    background: #8C82D9;
    height: 60px;
    width: 60px;
    margin-left: -38px;
    margin-top: -36px;
    border-width: 6px;
}

.twentytwenty-left-arrow {
    border: solid #000;
    border-width: 6px 0 0 6px;
    display: inline-block;
    padding: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-45deg);
    margin-top: -8px;
}

.twentytwenty-right-arrow {
    border: solid #000;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -8px;
}

/*** section man ***/
.section-man {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.section-man .title br,
.section-man__descr br {
    display: none;
}

.section-man__wr-content {
    display: inline-block;
    width: 67%;
    text-align: center;
    float: right;
    padding: 37px 0 87px 0;
    position: relative;
}

.section-man__wr-content:before {
    content: '';
    position: absolute;
    background: url('../img/man.png') no-repeat 0 0;
    left: -380px;
    bottom: 0;
    width: 680px;
    height: 521px;
}

.section-man__descr {
    font-size: 27px;
    line-height: 1.25;
    margin: 40px 0;
}

.section-man__want-see {
    font-size: 27px;
    margin-bottom: 66px;
    text-align: right;
    padding-right: 55px;
}

.section-man__btn-wr {
    text-align: right;
}

.btn-no-img {
    padding: 19px 43px 24px 43px;
    margin-top: 0;
    font-size: 24px;
}

/*** do not pay ***/
.do-not-pay {
    background: url('../img/do-not-pay-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 46px 0 80px 0;
}

.do-not-pay h2 {
    color: #fff;
}

.do-not-pay h3 {
    background: #8C82D9;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 45px;
    text-align: center;
    margin: 20px 18px 74px 20px;
    padding: 12px 0 24px 0;
}

.do-not-pay h3 br {
    display: none;
}

.do-not-pay__item {
    display: inline-block;
    width: 32.9%;
    vertical-align: top;
}

.do-not-pay__image {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
}

.do-not-pay__img-text {
    position: absolute;
    top: 39px;
    right: 15px;
    color: #fff;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    font-size: 20px;
    line-height: 1.15;
}

.do-not-pay__img-text span {
    font-size: 26px;
}

.do-not-pay__img-text em {
    font: 40px 'OpenSans';
}

.do-not-pay__descr {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.4;
}

/*** counter-section ***/
.counter-section {
    background: #AAA2EA;
    padding: 55px 0;
}

.counter-section h2 {
    font-size: 45px;
}

.counter-section h3 {
    font: 45px "DINPro-Bold", sans-serif;
    text-align: center;
    background: #fff;
    margin: 30px 0;
    padding-bottom: 8px;
    line-height: 1.2;
}

.counter-section form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
}

.counter-section .btn-no-img {
    padding: 19px 35px 23px 35px;
}
.countdown-dots{
    display: none;
}
.phone-input {
    border: 1px solid #959595;
    box-shadow: inset 2px 0 6px rgb(225, 225, 225);
    -moz-box-shadow: inset 2px 0 6px rgb(225, 225, 225);
    -webkit-box-shadow: inset 2px 0 6px rgb(225, 225, 225);
    padding: 20px 60px 20px 70px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    max-width: 400px;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
}

.phone-input-wr {
    position: relative;
    display: inline-block;
}

/*.phone-input-wr:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 23px;
    height: 22px;
    left: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('../img/sprite.png') no-repeat 0 -110px;
}
*/
.countdown-wr {
    text-align: center;
}

.countdown {
    display: inline-block;
}

.countdown .bloc-time {
    float: left;
    margin-right: 14px;
    text-align: center;
    margin-top: 20px;
}

.countdown .bloc-time:last-child {
    margin-right: 0;
}

.countdown .count-title {
    display: block;
    margin-bottom: 65px;
    font-size: 38px;
    color: #000;
    text-transform: lowercase;
}

.countdown .figure {
    position: relative;
    float: left;
    height: 110px;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 35px;
    background-color: #3a3a3a;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}

.countdown .figure:last-child {
    margin-right: 0;
}

.countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 89px/107px "RobotoRegular";
    color: #fff;
}

.countdown .figure .top:after, .countdown .figure .bottom-back:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.countdown .figure .top {
    z-index: 3;
    background-color: #444;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-transform: perspective(200px);
    -ms-transform: perspective(200px);
    -webkit-transform: perspective(200px);
    transform: perspective(200px);
}

.countdown .figure .bottom {
    z-index: 1;
}

.countdown .figure .bottom:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.02);
}

.countdown .figure .bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background-color: #444;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.countdown .figure .bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.countdown .figure .top, .countdown .figure .top-back {
    height: 50%;
    overflow: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.countdown .figure .top-back {
    z-index: 4;
    bottom: 0;
    background-color: #3a3a3a;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: perspective(200px) rotateX(180deg);
    -ms-transform: perspective(200px) rotateX(180deg);
    -webkit-transform: perspective(200px) rotateX(180deg);
    transform: perspective(200px) rotateX(180deg);
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.countdown .figure .top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
}

/*** calendar-section ***/
.calendar-section {
    padding: 90px 0;
}

.calendar-section-wr {
    display: inline-block;
    width: 60%;
    text-align: center;
    position: relative;
}

.calendar-section-wr:before {
    content: '';
    position: absolute;
    background: url('../img/calendar.jpg') no-repeat 0 0;
    right: -370px;
    bottom: -90px;
    width: 423px;
    height: 410px;
    z-index: -2;
}

.background-red {
    background: #2F2583;
    color: #fff;
    padding: 0 10px;
}

.calendar-section__descr {
    margin-top: 49px;
    text-align: left;
    font-size: 24px;
    line-height: 1.24;
    padding-left: 120px;
}

.calendar-section__descr div {
    display: inline-block;
    vertical-align: middle;
}

.calendar-section__percent {
    background: #2F2583;
    padding: 4px 15px 3px 20px;
    color: #fff;
    font: 36px 'OpenSans', sans-serif;
    font-weight: bold;
    margin: 9px 7px 0 0;
}

/*** estimate section ***/
.estimate-section {
    background: url('../img/estimate-bg.jpg') no-repeat 0 0;
    text-align: right;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 56px 0 35px 0;
    overflow: hidden;
}

.estimate-section .phone-input-wr {
    width: 100%;
}

.estimate-section .background-form__descr {
    width: 100%;
    box-sizing: border-box;
}

.background-form-wr {
    display: inline-block;
    max-width: 670px;
    border-left: none;
    width: 100%;
    text-align: right;
    vertical-align: top;
    margin: 59px 46px 0 0;
    position: relative;
    background: url('../img/form-bg-1.png') no-repeat 0px 16px;
    background-size: 669px;
    height: 530px;
}

.estimate-section .title br {
    display: none;
}

.estimate-section .background-form__title {
    line-height: 1.23;
}

.estimate-section .background-form-wr:before {
    content: '';
    position: absolute;
    background: url('../img/industrial_worker.png') no-repeat 0 100%;
    left: -215px;
    bottom: -37px;
    width: 373px;
    height: 518px;
    z-index: 1;
}

.background-form {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 41px 53px 17px 25px;
}

.background-form__title {
    font: 36px 'DINPro-Bold', sans-serif;
}

.background-form__descr {
    background: #AAA2EA;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2;
    padding: 5px 14px 9px 14px;
    margin: 19px 0 30px 0;
}

.background-form form {
    position: relative;
    padding-bottom: 80px;
}

.background-form form .btn {
    position: absolute;
    right: 0;
    left: -47px;
    bottom: 0;
    font-size: 21px;
    padding: 16px 0 23px 4px;
    z-index: 1;
}

/*** Testimonials ***/
.testimonials {
    overflow: hidden;
    padding: 49px 0 40px 0
}

.testimonials .title br {
    display: none;
}

.testimonials-slider-wr {
    overflow: hidden;
    margin-top: 25px;
    position: relative;
    padding-bottom: 35px;
}

.testimonials .testimonial-button-next {
    background: url(../img/sprite.png) no-repeat 0 -238px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    height: 57px;
    width: 55px;
    opacity: 1;

}

.testimonials .testimonial-button-prev {
    background: url(../img/sprite.png) no-repeat 0 -238px;
    height: 57px;
    width: 55px;
    opacity: 1;
}

.testimonial_cont {
    box-shadow: 0 5px 8px rgba(214, 214, 214, 0.75);
    -moz-box-shadow: 0 5px 8px rgba(214, 214, 214, 0.75);
    -webkit-box-shadow: 0 5px 8px rgba(214, 214, 214, 0.75);
    width: 84%;
    padding: 23px 20px 30px 20px;
    margin: 0 auto;
}

.testimonials .testimonial-button-next, .testimonials .testimonial-button-prev {
    top: 36%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.testimonials .testimonial-button-next {
    right: 0;
}

.testimonials .testimonial-button-prev {
    left: 0;
}

.testimonials .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
}

.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 12px;
    width: 12px;
    background: #8C82D9;
}

.testimonials .swiper-slide {
    padding: 10px;
    box-sizing: border-box;
}

.testimonial-img {
    display: inline-block;
    vertical-align: top;
    width: 31%;
}

.testimonial-img img {
    border-radius: 50%;
    height: 205px;
    width: 205px;
}

.testimonial-text {
    display: inline-block;
    vertical-align: top;
    width: 67%;
    padding-top: 17px;
}

.testimonial-name {
    font: 19px 'Roboto', sans-serif;
}

.testimonial-city {
    font-size: 19px;
}

.testimonial-descr {
    font: 16px/24px 'RobotoLight', sans-serif;
    margin-top: 11px;
}

/**** Total control ****/
.total-control-section {
    background: url('../img/total-control-bg.jpg');
    padding: 39px 0 60px 0;
}

.total-control-section__list {
    margin-top: 37px;
    text-align: center;
}

.total-control-section__item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 2%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 8px rgba(192, 192, 192, .75);
    -moz-box-shadow: 0 6px 8px rgba(192, 192, 192, .75);
    -webkit-box-shadow: 0 6px 8px rgba(192, 192, 192, .75);
}

.total-control-section__item:first-child {
    margin-left: 0;
}

.total-control-section__item:last-child {
    margin-right: 0;
}

.total-control-section__img img {
    width: 100%;
}

.total-control-section__title {
    font: 26px/32px 'RobotoBold', sans-serif;
    margin: 24px 0 7px 0;
    padding: 0 35px;
    text-transform: uppercase;
}

.total-control-section__descr {
    margin-bottom: 30px;
    line-height: 1.25;
}

/*** fix price ***/
.fix-price {
    padding: 55px 0 85px 0;
}

.fix-price .fix-price-descr {
    font-size: 24px;
    line-height: 1.29;
    margin-top: 37px;
    text-align: center;
}

.fix-price .title br {
    display: none;
}

/*** sms discount ***/
.sms-discount-section {
    position: relative;
    background: #AAA2EA;
    padding: 39px 0 30px 0;
}

.sms-discount-section:after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 19%;
    bottom: 0;
    background: url('../img/iphone-bg.png') no-repeat;
    width: 441px;
    height: 361px;
}

.sms-discount__descr {
    font-size: 24px;
    margin: 20px 0 45px 0;
}

.sms-discount-wr {
    text-align: right;
}

.sms-discount {
    display: inline-block;
    width: 68%;
    vertical-align: top;
    text-align: center;
}

.sms-discount .phone-input {
    max-width: 330px;
}

.sms-discount .btn-no-img {
    padding: 17px 20px 20px 20px;
    margin-left: 20px;
}

.sms-discount__descr br {
    display: none;
}


/*** consultation-section ***/
.consultation-section {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 55px 0 49px 0;
}

.consultation-section .title br {
    display: none;
}

.consultation-section .background-form-wr:after {
    content: '';
    background: url('../img/consultation-bg.png');
    width: 457px;
    height: 467px;
    right: -320px;
    bottom: -10px;
    position: absolute;
}

.consultation-section .background-form,
.consultation-section .background-form-wr {
    text-align: left;
}

.consultation-section form {
    position: absolute;
    max-width: 450px;
    width: 100%;
    padding-bottom: 105px;
}

.consultation-section .background-form form .btn {
    position: relative;
    left: 0;
}

.consultation-section form .phone-input,
.consultation-section form .btn,
.consultation-section form .phone-input-wr {
    max-width: 100%;
    width: 100%;
}

.consultation-section form .btn {
    margin-top: 30px;
}

.consultation-section .background-form__title div {
    font: 39px 'DINPro-Bold', sans-serif;
    margin-bottom: 25px;
}

.consultation-section .background-form__title br {
    display: none;
}

.consultation-section .background-form__title {
    font: 26px 'RobotoRegular', sans-serif;
    font-weight: normal;
    margin-bottom: 32px;
    text-align: left;
}

.consultation-section-wr {
    text-align: left;
}

.consultation-section__time {
    font-size: 32px;
    color: #383838;
    margin: 20px 0;
}

.consultation-section__number a {
    color: #2F2583;
    text-decoration: none;
    font: 53px 'OpenSans', sans-serif;
}

.consultation-section .background-form-wr {
    background: url('../img/form-bg-2.png') no-repeat;
    margin: 75px 45px 0 0;
    background-size: 640px;
}

.consultation-section .background-form {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 44px 0 235px 53px;
}

.map {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.map-text {
    position: absolute;
    width: 355px;
    height: 265px;
    background: rgba(255, 255, 255, .85);
    z-index: 1;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: -43%;
    right: 0;
    margin: auto;
}

.map-text b {
    font-weight: bold;
}

/*** modal ***/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(70, 70, 70); /* Fallback color */
    background-color: rgba(70, 70, 70, 0.9); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    position: relative;
    background-color: rgba(255, 255, 255, .9);
    margin: 15% auto;
    padding: 35px 10px 20px 10px;
    text-align: center;
    border: 18px solid #AAA2EA;
    width: 540px;
    /*height: 485px;*/
    box-sizing: border-box;
}

.modal-content .background-form__title div {
    font: 30px 'DINPro-Bold', sans-serif;
    margin-bottom: 15px;
    color: #000;
}

.modal-content .background-form__title {
    font-size: 26px;
    font-weight: normal;
    color: #383838;
    margin-bottom: 15px;
}

.modal-content form .btn {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}

.modal-content .phone-input-wr {
    width: 100%;
}

.modal-content form .phone-input {
    max-width: 100%;
    padding: 17px 60px 17px 70px;
}

/* The Close Button */
.close {
    position: absolute;
    right: -70px;
    top: -70px;
    float: right;
    font-size: 33px;
    line-height: 1;
    width: 36px;
    height: 36px;
    color: #fff;
    font-weight: lighter;
    border: 3px solid #fff;
    border-radius: 50%;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.close_thanks {
    position: absolute;
    right: -70px;
    top: -70px;
    float: right;
    font-size: 33px;
    line-height: 1;
    width: 36px;
    height: 36px;
    color: #fff;
    font-weight: lighter;
    border: 3px solid #fff;
    border-radius: 50%;
}

.close_thanks:hover,
.close_thanks:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.error input {
  border: 2px solid #ff0000;
}

button, 
button:active, 
button:focus {
    outline: none;
}
/* ==========================================================================
   CONTACTS
   ========================================================================== */
.contacts {
	height: 560px;
	position: relative;
}

.contacts__map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.contacts__block {
	position: absolute;
	left: 0;
	right: 0;
	top: 364px;
	background-color: #fff;
	box-shadow: 2.5px 4.3px 16px rgba(0, 0, 0, 0.27);
	border-left: 10px solid #AAA2EA;
	padding-left: 20px;
	padding-top: 23px;
	padding-bottom: 25px;
	width: 26%;
	left: 200px;
}

.contacts__title {
	color: #000000;
	font-family: 'DINPro-Bold', sans-serif, "Open Sans";
	font-size: 23px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}

.contacts__text {
	color: #0f0f0f;
	font-family: 'DINPro-Bold', sans-serif, "Open Sans";
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
}

.contacts__text p + p {
	margin-top: 5px;
}

.contacts__text b {
	font-weight: 700;
}
@media (max-width: 992px){

.contacts__block {
    width: 76%;
    left: 0;
}
}
@media (max-width: 768px){
.contacts__block {
    width: 76%;
    left: 0;
}
}

/*** type of payment ***/
.type-of-payment {
    background: url('../img/type-of-payment-bg.jpg');
    text-align: center;
    padding: 60px 0 50px 0;

}

.type-of-payment .title {
    display: inline-block;
    background: #fff;
    padding: 3px 25px;
}

.type-of-payment .title br {
    display: none;
}

.type-of-payment__items-wr {
    margin-top: 50px;
    text-align: center;
}

.type-of-payment__items {
    display: block;
    text-align: center;
    vertical-align: top;
}

.type-of-payment__item {
    display: inline-block;
    vertical-align: top;
    width: 29.8%;
    margin: 0 2%;
    background: #fff;
    padding-bottom: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.type-of-payment__item:first-child {
    margin-left: 0;
}

.type-of-payment__item:last-child {
    margin-right: 0;
}

.type-of-payment__item-image img {
    vertical-align: bottom;
    width: 100%;
}

.type-of-payment__item-title-wr {
    position: relative;
    margin-bottom: 61px;
	line-height: normal;
}

.type-of-payment__item-title-wr:after {
    content: '';
    position: absolute;
    background: url('../img/payment-bg.png') no-repeat bottom center;
    background-size: cover;
    height: 42px;
    bottom: -42px;
    left: -10px;
    right: -10px;
}

.type-of-payment__item-title {
    display: block;
    font-family: 'DINPro-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    padding-top: 26px;
    padding-bottom: 15px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    background: #8C82D9;
    position: relative;
    z-index: 1;
}

.type-of-payment__item-title:before, .type-of-payment__item-title:after {
    content: "";
    position: absolute;
}

.type-of-payment__item-title:before {
    height: 0;
    width: 0;
    top: -15px;
    left: -5px;
    border-top: 10px solid #2F2583;
    border-left: 20px solid transparent;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.type-of-payment__item-title:after {
    height: 0;
    width: 0;
    right: -5px;
    top: -15px;
    border-top: 10px solid #2F2583;
    border-right: 20px solid transparent;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.checkbox-custom-label:before {
    content: '';
    background: url('../img/sprite.png') no-repeat -18px -1px;
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 10px;
}

.type-of-payment__checkbox {
    text-align: left;
    font-size: 15px;
    padding: 0 13px;
    margin-bottom: 6px;
}

.type-of-payment__show-hide {
    text-align: left;
    margin: 0 0 20px 40px;
}

.type-of-payment__list-checkbox-hidden .type-of-payment__show-hide {
    margin: 12px 0 16px 38px;
}

.type-of-payment__show-hide .btn-red {
    font-size: 18px;
    margin: 3px 0 4px 6px;
    font-weight: normal;
}

.type-of-payment__list-checkbox-hidden {
    display: none;
}

.type-of-payment__old-price {
    display: inline-block;
    position: relative;
    color: #a6a6a6;
    font-size: 22px;
    margin-bottom: 4px;
}

.type-of-payment__old-price:before {
    position: absolute;
    content: '';
    display: inline-block;
    height: 3px;
    width: 100%;
    left: 0;
    top: 13px;
    background: rgba(166, 166, 166, .58);
}

.type-of-payment__old-price span {
    font-weight: bold;
    font-size: 28px;
}

.type-of-payment__new-price {
    color: #2F2583;
    font-size: 30px;
    margin-bottom: 20px;
}

.type-of-payment__new-price span {
    font: 40px 'OpenSans', sans-serif;
}

sup {
    vertical-align: super;
    font-size: 0.6em;
}


/*** factory-section ***/
.factory-section {
    padding: 90px 0;
}

.factory-section-wr {
    display: inline-block;
    width: 60%;
    text-align: center;
    position: relative;
}

.factory-section-wr:before {
    content: '';
    position: absolute;
    background: url('../img/factory.jpg') no-repeat 0 0;
    right: -370px;
    bottom: -60px;
    width: 429px;
    height: 617px;
    z-index: -2;
}

.background-red {
    background: #2F2583;
    color: #fff;
    padding: 0 10px;
}

.factory-section__descr {
    margin-top: 49px;
    text-align: left;
    font-size: 24px;
    line-height: 1.24;
    padding-left: 120px;
}

.factory-section__descr div {
    display: inline-block;
    vertical-align: middle;
}

.factory-section__percent {
    background: #2F2583;
    padding: 4px 15px 3px 20px;
    color: #fff;
    font: 36px 'OpenSans', sans-serif;
    font-weight: bold;
    margin: 9px 7px 0 0;
}




/*Слайдер блока "КАК УСТРОЕН ВАШ ДОМ" */

.swiper {
      width: 650px;
     /*height: 300px;*/
    }

.image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}



/*Стили хотспотов блока "КАК УСТРОЕН ВАШ ДОМ" */
.hotspot {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background: rgba(128, 0, 128, 0.4);  фиолетовый, полупрозрачный - только для отладки*/
    background: rgba(0, 0, 0, 0); /* прозрачный */
    cursor: pointer;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: background 0.2s;
  }

.hotspot:hover {
    background: rgba(128, 0, 128, 0.6);
    background: rgba(47, 37, 131, 0.5);
  }

.carousel-text {
    display: none;
  }

.carousel-text.active {
    display: block;
  }


/*Стили хотспотов блока "До - После" */
.twentytwenty {
    position: relative;
    display: inline-block;
    width: 100%;
}

.hotspot2 {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background: rgba(128, 0, 128, 0.4); только для отладки*/
	background: rgba(0, 0, 0, 0); /* прозрачный */
	cursor: auto;
    transform: translate(-50%, -50%);
    z-index: 20;
    transition: background 0.2s;
}

.hotspot2.visible {
    pointer-events: auto;
}

.hotspot2:hover {
    background: rgba(128, 0, 128, 0.6);
}

.before-wrapper,
.after-wrapper{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.after-wrapper{
    z-index:5;
}

.before-wrapper{
    z-index:10;
}

.before-wrapper img,
.after-wrapper img{
    width:100%;
    display:block;
}


.section-man__descriptor {
    text-align: right;
    font-size: 1.3em;
    padding: 10px 30px 0 20px;
}


.plus-minus {
    display: inline;
    width: 35px;
    padding-right: 10px;
}
