@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Light.eot');
	src: local('Gotham Pro Light'), local('GothamPro-Light'),
		url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro-Light.woff') format('woff'),
		url('../fonts/GothamPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro.eot');
	src: local('Gotham Pro'), local('GothamPro'),
		url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro.woff') format('woff'),
		url('../fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Medium.eot');
	src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
		url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro-Medium.woff') format('woff'),
		url('../fonts/GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Bold.eot');
	src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
		url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro-Bold.woff') format('woff'),
		url('../fonts/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Italic.eot');
	src: local('Gotham Pro Italic'), local('GothamPro-Italic'),
		url('../fonts/GothamPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamPro-Italic.woff') format('woff'),
		url('../fonts/GothamPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}



/*--- universal styles ---*/
body {
    font-family: 'Gotham Pro', sans-serif;
    font-size: 16px;
    color: #888489;
    max-width: 1920px;
}

.max-width1170 {
    max-width: 1170px;
}

.fields-container {
    display: none;
}

p {
    margin: 0 0 20px;
}

* {
    outline: none !important;
}

button[disabled] {
    cursor: not-allowed;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Gotham Pro', sans-serif;
}

.material-hr {
    margin: 50px 0;
}

.btn-green {
    border: none;
    background-color: #49d295;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    color: #fff;
    padding: 15px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.content-body {
    padding: 40px 0 70px;
}
.itemid-101 .content-body {
    background-color: #fffaf0;
}

.icon-sprite:before,
.icon-sprite:after {
    content: "";
    display: block;
    position: relative;
    background: url(../img/icon_sprite.png) 0 0/190px 290px no-repeat;
}



/*--- Header ---*/
.header {
    background: url(../img/header_bg.jpg) center 20%/1920px 908px no-repeat;
}
.header .head-top {
    padding: 40px 0 0 0;
    background: url(../img/header.png) center top/1920px 267px no-repeat;
    min-height: 215px;
    position: relative;
    z-index: 2;
}
.itemid-101 .header {
    background-position: center top;
}
.itemid-106 .header .head-top {
    min-height: 267px;
}

.site-logo,
.site-logo:hover,
.site-logo:focus {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-left: -15px;
}
.site-logo img, .site-logo>div {
    float: left;
}
.site-logo>div {
    width: 370px;
    margin-left: 10px;
}
.site-logo .site-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 5px;
}
.site-logo .site-description {
    font-size: 11px;
    line-height: 1;
}

.location, .phone-numbers {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    float: right;
    position: relative;
}
.phone-numbers .phone-num {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.location:before, .phone-numbers:before {
    height: 23px;
    position: absolute;
    top: 5px;
}
.location:before {
    width: 17px;
    left: -30px;
    background-position: 0 0;
}
.phone-numbers:before {
    width: 23px;
    left: -35px;
    background-position: 0 -36px;
}
.phone-numbers:after {
    width: 44px;
    height: 21px;
    position: absolute;
    left: 160px;
    bottom: 0;
    background-position: -45px -1px;
}

.navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    margin: 10px 0 0 0;
}

.navbar-default.affix {
    position: fixed;
    background-color: #7d8b8a;
}
.navbar-default .brand {
    display: none;
}
.navbar-default.affix .brand {
    display: block;
    position: absolute;
    left: 33px;
    right: 0;
    top: 3px;
    margin: auto;
    width: 240px;
}
.navbar-default.affix .brand .site-logo {
    width: 240px;
    padding: 0;
}
.navbar-default.affix .brand .site-logo img {
    width: 16px;
}
.navbar-default.affix .brand .site-logo>div {
    width: 214px;
}
.navbar-default.affix .brand .site-logo .site-title {
    font-size: 14px;
    line-height: 1;
}

.navbar-default .navbar-nav>li:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.navbar-default .navbar-nav>li:last-child:after {
    display: none;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 15px 28px;
}
.navbar-default .navbar-nav>li:last-child>a {
    padding-right: 0;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #ffce6e;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #ffce6e;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>li>a:focus:after, 
.navbar-default .navbar-nav>li>a:hover:after {
    content: "";
    display: block;
    width: auto;
    height: 4px;
    background-color: #ffce6e;
    margin-bottom: -4px;
}
#main-menu {
    padding-left: 30px;
    padding-right: 0;
}
#main-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 28px;
    margin: auto;
    width: 15px;
    height: 15px;
    background: url(../img/icon_sprite.png) -93px 0px/190px 290px no-repeat;
}
.navbar-default .navbar-toggle {
    border: none;
    float: left;
    margin: 15px 0 15px 15px;
    padding: 0;
    position: relative;
    z-index: 10;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FF9800;
}
.navbar-toggle .icon-bar {
    width: 24px;
    height: 4px;
}



/*--- Sliders ---*/
#sliderBlock.activated {
    display: block !important;
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    margin: -267px 0 0;
}
#sliderBlockNav.activated {
    display: block !important;
    position: relative;
    float: left;
    width: 100%;
    z-index: 2;
    margin: -150px 0 40px;
}
#materialSliderNav {
    padding: 0 50px;
}
#materialSliderNav .owl-item {
    height: 190px;
    overflow: hidden;
    border: 2px solid #000000;
}
#materialSliderNav .owl-item.activated {
    border-color: #ff6e21;
}
#materialSliderNav .owl-item img {
    width: auto;
    height: 100%;
    -webkit-filter: contrast(0.5);
            filter: contrast(0.5);
}
#materialSliderNav .owl-item.activated img {
    -webkit-filter: contrast(1);
            filter: contrast(1);
}
#materialSliderNav .owl-nav {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#materialSliderNav .owl-nav button {
    position: absolute;
    top: -37px;
}
#materialSliderNav .owl-nav .owl-prev {
    left: -5px;
}
#materialSliderNav .owl-nav .owl-next {
    right: 5px;
}

#sliderMainBlock {
    width: 811px;
    height: 507px;
}
#sliderMainBlockNav {
    background: url(../img/slide_bg.png) center center/100% auto no-repeat;
    width: 487px;
    height: 487px;
    position: absolute;
    left: -175px;
    top: 40px;
    z-index: 1;
}
#sliderMainBlockNav #slider5errorsNav {
    width: 430px;
    height: 210px;
    padding: 0 100px;
    position: absolute;
    top: 150px;
    left: 51px;
}
#sliderMainBlockNav #slider5errorsNav .owl-nav {
    position: absolute;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0;
}
#sliderMainBlockNav #slider5errorsNav .owl-nav button {
    position: absolute;
    top: -37px;
}
#sliderMainBlockNav #slider5errorsNav .owl-nav .owl-prev {
    left: 0;
}
#sliderMainBlockNav #slider5errorsNav .owl-nav .owl-next {
    right: 10px;
}
#sliderMainBlockNav #slider5errorsNav .item {
    font-size: 24px;
    color: #ff6e21;
    font-weight: 500;
    line-height: 26px;
}
#sliderMainBlockNav #slider5errorsNav .item .item-num {
    font-size: 72px;
    line-height: 56px;
    position: relative;
    width: 55px;
    margin: 0 auto 10px;
    text-align: center;
}
#sliderMainBlockNav #slider5errorsNav .item .item-num:before {
    content: "#";
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: -15px;
}
#sliderMainBlockNav #slider5errorsNav .item .item-text {
    text-align: center;
}



/*--- Breadcrumb ---*/
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb>li+li:before {
    color: #3e3b40;
    padding: 0;
}
.breadcrumb>li:nth-child(2):before {
    display: none;
}
.breadcrumb>li .divider {
    display: none;
}
.breadcrumb>li {
    font-size: 14px;
}
.breadcrumb>li>a {
    color: #3e3b40;
    text-decoration: none;
    font-weight: 500;
}



/*--- Filter ---*/
.filter-block {
    margin: 0 0 45px;
}
.filter-block .filter-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3e3b40;
    margin: 40px 0;
}
.itemid-106 .filter-block .filter-title {
    display: block !important;
}
.filter-block hr {
    margin: 13px 0 0;
    border-bottom: 2px solid rgb(136, 132, 145, .5);
}
#mod-finder-searchform-90 .jlmf-section {
    margin-top: 0;
}
#mod-finder-searchform-90 .jlmf-label {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #403e42;
    line-height: 28px;
}
#mod-finder-searchform-90 .jlmf-list-5>div {
    width: auto;
    display: inline-block;
    position: relative;
    padding-left: 27px;
    margin-left: 20px;
}
#mod-finder-searchform-90 .jlmf-sublabel {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 28px;
}
#mod-finder-searchform-90 .jlmf-sublabel .icon-checkbox {
    position: absolute;
    left: 0;
    top: 3px;
}
#mod-finder-searchform-90 .jlmf-sublabel .icon-checkbox:before {
    width: 21px;
    height: 21px;
    background-position: -61px -32px;
}
#mod-finder-searchform-90 .jlmf-sublabel input:checked ~ .icon-checkbox:before {
	background-position: -86px -32px;
}
#mod-finder-searchform-90 .jlmf-sublabel input:checked ~ span {
	color: #403e42;
}



/*--- Sections ---*/
.section {
    padding: 70px 0;
    position: relative;
}
.section.e-kitchens {
    padding: 150px 0 25px;
}
.section.about {
    background-color: #fffaf0;
}
.section.happened {
    background: url(../img/happened.jpg) center top/auto 100% no-repeat #d8efe7;
}
.section.five-errors {
    background-color: #d8efe7;
    padding-bottom: 110px;
}
.section.reviews {
    padding: 110px 0 50px;
}
.section.five-question {
    background-color: #d8efe7;
    padding: 140px 0 70px;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #3e3b40;
    text-transform: uppercase;
}
.section.e-kitchens .section-title {
    font-size: 60px;
}
.section.five-question .section-title {
    font-size: 24px;
    text-align: left;
}
.section.five-question .section-title span {
    font-weight: normal;
}

.section-desc {
    text-align: center;
    font-size: 18px;
    color: #3e3b40;
}
.section.e-kitchens .section-desc {
    font-weight: 500;
    line-height: 28px;
    margin: 10px 0 0 0;
}
.section.five-errors .section-desc {
    margin-bottom: 65px;
}
.section.five-question .section-desc {
    text-align: left;
    font-size: 16px;
    margin: 25px 0 35px;
}

.section-description {
    text-align: center;
    margin: 0 50px 45px;
}

.section .icon-unlike {
    display: block;
    width: 34px;
    height: 32px;
    margin: 15px auto 35px;
}
.section .icon-unlike:after {
    width: 34px;
    height: 32px;
    background-position: -148px -36px;
}

.section .icon-like {
    display: block;
    width: 34px;
    height: 37px;
    margin: 15px auto 35px;
}
.section .icon-like:after {
    width: 34px;
    height: 37px;
    background-position: -111px -32px;
}

.section .video-link {
    display: inline-block;
    margin: 153px 0 0 0;
    -webkit-box-shadow: -40px -30px 45px -10px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: -40px -30px 45px -10px rgba(0, 0, 0, 0.3);
         box-shadow: -40px -30px 45px -10px rgba(0, 0, 0, 0.3);
}
.section .video-link img {
    width: 100%;
}

.section .bg-text {
    font-size: 200px;
    line-height: 200px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #3e3b40;
    opacity: .1;
    margin: 70px 0 -70px 0;
}

.section.with-form .img-block img {
    margin: 50px 0 0 -125px;
    float: left;
}
.section.with-form .img-block .img-desc {
    float: left;
    width: 295px;
    margin: 35px 0 0 0;
}
.section.with-form .img-block>.img-desc>div {
    padding: 36px 0 36px 20px;
    position: relative;
    font-size: 18px;
}
.section.with-form.happened .img-block>.img-desc>div {
    padding: 32.5px 0 32.5px 20px;
}
.section.with-form .img-block>.img-desc>div:first-child {
    left: -72px;
    top: 17px;
}
.section.with-form.happened .img-block>.img-desc>div:first-child {
    top: 25px;
}
.section.with-form.happened .img-block>.img-desc>div:nth-child(2) {
    left: -15px;
}
.section.with-form.happened .img-block>.img-desc>div:nth-child(4) {
    left: -15px;
    top: -15px;
}
.section.with-form .img-block>.img-desc>div:last-child {
    left: -65px;
    top: -21px;
}
.section.with-form.happened .img-block>.img-desc>div:last-child {
    top: -45px;
}

.section .section-item .img-block img {
    float: right;
}

.section .section-item .img-desc .img-desc-num {
    font-size: 50px;
    font-weight: bold;
    color: #49d295;
}
.section .section-item .img-desc .img-desc-num span {
    font-size: 30px;
    font-weight: normal;
}
.section .section-item .img-desc .img-desc-text {
    font-size: 18px;
    color: #403e42;
}
.section.whywe .section-item .img-desc .img-desc-text {
    margin: 30px 0 0 0;
}

.section .reviews-block {
    margin-top: 35px;
}
.section .reviews-item {
    position: relative;
    border: 2px solid #49d295;
    padding: 45px 30px;
    margin: 0 0 70px;
}
.section .reviews-item.one {
    padding-bottom: 210px;
}
.section .reviews-item img {
    display: block;
    margin: 0 auto;
}
.section .reviews-item .item-name,
.section .reviews-item .item-title {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.section .reviews-item .item-name {
    color: #3e3b40;
    margin: 0 0 15px 0;
}
.section .reviews-item .item-title {
    color: #f18b4c;
    font-size: 20px;
}
.section .reviews-item .item-desc {
    color: #636066;
    margin: 30px 0 0 0;
}
.section .reviews-item .icon-quotes {
    position: absolute;
    background-color: #fff;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 80px;
}
.section .reviews-item .icon-quotes:after {
    background-position: -95px -248px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section.howwework .item-block .item {
    min-height: 220px;
    margin: 20px 70px 40px 0;
    position: relative;
}
.section.howwework .item-block.four .item,
.section.howwework .item-block.five .item,
.section.howwework .item-block.six .item {
    margin-top: 58px;
}
.section.howwework .item-block .item .img-block {
    background-color: #fff;
    margin: 0 0 0 -15px;
    padding: 0 0 0 15px;
}
.section.howwework .item-block.one .item .img-block {
    width: 135px;
}
    .section.howwework .item-block.two .item .img-block {
        width: 135px;
    }
        .section.howwework .item-block.three .item .img-block {
            width: 142px;
        }
            .section.howwework .item-block.four .item .img-block {
                width: 175px;
            }
                .section.howwework .item-block.five .item .img-block {
                    width: 157px;
                }
                    .section.howwework .item-block.six .item .img-block {
                        width: 150px;
                    }
.section.howwework .item-block .item .img-desc {
    font-size: 18px;
    color: #403e42;
    margin: 10px 0 0 0;
}
.section.howwework .item-block .item .icon-black-arrow {
    display: block;
    position: absolute;
    top: 41px;
    right: -35px;
}
.section.howwework .item-block .item .icon-black-arrow:after {
    background-position: -142px 0px;
    width: 42px;
    height: 30px;
}
.section.howwework .item-block.three .item .icon-black-arrow,
.section.howwework .item-block.six .item .icon-black-arrow {
    display: none;
}
.section.howwework .icon-dline1,
.section.howwework .icon-dline2,
.section.howwework .icon-dline3,
.section.howwework .icon-dellipse1,
.section.howwework .icon-dellipse2 {
    display: block;
    position: absolute;
}
.section.howwework .icon-dline1,
.section.howwework .icon-dline2 {
    background: url(../img/dotted_line1.png) 0 0/1089px 2px no-repeat;
}
.section.howwework .icon-dline3 {
    background: url(../img/dotted_line2.png) 0 0/1028px 2px no-repeat;
}
.section.howwework .icon-dellipse1 {
    background: url(../img/dotted_line_ellipse1.png) 0 0/77px 161px no-repeat;
}
.section.howwework .icon-dellipse2 {
    background: url(../img/dotted_line_ellipse2.png) 0 0/77px 161px no-repeat;
}
.section.howwework .icon-dline1 {
    width: 1089px;
    height: 2px;
    top: 75px;
    left: 15px;
}
    .section.howwework .icon-dline2 {
        width: 1089px;
        height: 2px;
        top: 234px;
        left: 15px;
    }
        .section.howwework .icon-dline3 {
            width: 890px;
            height: 2px;
            top: 393px;
            left: 15px;
        }
            .icon-dellipse1 {
                width: 77px;
                height: 161px;
                top: 75px;
                right: -15px;
            }
                .icon-dellipse2 {
                    width: 77px;
                    height: 161px;
                    top: 234px;
                    left: -65px;
                }

.section.five-question .quest-block {
    background-color: #fff;
    position: relative;
}
.section.five-question .img-block {
    position: absolute;
    top: -70px;
    left: -250px;
}
.section.five-question .text-block {
    padding: 45px 35px 45px 325px;
}
.section.five-question .btn-green {
    padding: 15px 40px;
}
.section.five-question .bonus-title {
    font-size: 14px;
    margin: 35px 0 10px 0;
}
.section.five-question .bonus-item {
    color: #f18b4c;
    border: 2px solid #d8bdad;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 14px;
    padding: 13px 5px 13px 33px;
    display: inline-block;
    margin: 5px 0 5px 15px;
    position: relative;
}
    .section.five-question .bonus-item.one {
        width: 235px;
    }
        .section.five-question .bonus-item.two {
            width: 157px;
        }
.section.five-question .icon-quest1 {
    position: absolute;
    top: 5px;
    left: -19px;
    background-color: #fff;
    padding: 4px;
}
.section.five-question .icon-quest1:after {
    background-position: -48px -248px;
    width: 44px;
    height: 37px;
}
.section.five-question .icon-quest2 {
    position: absolute;
    top: 4px;
    left: -17px;
    background-color: #fff;
    padding: 0 0 3px;
}
.section.five-question .icon-quest2:after {
    background-position: 0 -248px;
    width: 44px;
    height: 42px;
}

.form-call {
    background-color: #fcfcfc;
    margin: 75px 0 0 0;
    padding: 45px 10px 50px;
    -webkit-box-shadow: -25px -25px 75px -20px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: -25px -25px 75px -20px rgba(0, 0, 0, 0.3);
         box-shadow: -25px -25px 75px -20px rgba(0, 0, 0, 0.3);
    position: relative;
}
.section.e-kitchens .form-call {
    padding: 30px 10px 40px;
    margin: 80px 0 0 0;
}
.form-call .icon-arrow {
    display: block;
    position: absolute;
    top: 85px;
    left: -170px;
}
.form-call .icon-arrow:after {
    width: 187px;
    height: 65px;
    background-position: 0 -73px;
}
.form-call .icon-arrow2 {
    display: block;
    position: absolute;
    top: -84px;
    left: 50px;
}
.form-call .icon-arrow2:after {
    width: 128px;
    height: 103px;
    background-position: 0 -142px;
}
.form-call .form-uptitle,
.form-call .form-title,
.form-call .form-desc {
    text-transform: uppercase;
    text-align: center;
    color: #403e42;
    letter-spacing: -1px;
}
.form-call .form-uptitle {
    font-size: 18px;
    font-weight: 500;
    color: #f76f08;
}
.form-call .form-title {
    font-size: 22px;
    font-weight: bold;
}
.form-call .form-desc {
    font-size: 18px;
    font-weight: 300;
    padding: 5px 0 15px;
}
.form-call .form-group, 
.form-call .checkbox {
    padding: 0 20px;
}
.form-call .form-group label {
    font-size: 12px;
    font-weight: 300;
    padding: 0 6px;
}
.form-call .checkbox {
    font-size: 11px;
}
.form-call .checkbox input {
    display: none;
}
.form-call .checkbox label {
    position: relative;
    padding-left: 30px;
}
.form-call .checkbox .icon-checkbox {
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
}
.form-call .checkbox .icon-checkbox:before {
    width: 21px;
    height: 21px;
    background-position: -61px -32px;
}
.form-call .checkbox input:checked ~ .icon-checkbox:before {
	background-position: -86px -32px;
}

.form-call .error-message {
    display: none;
    text-align: center;
    font-size: 12px;
    margin: 5px 0 -22px 0;
    color: #F44336;
    font-weight: 500;
}
.form-call .error-message.show {
    display: block !important;
}

.form-call .form-group .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(136, 132, 137, 0.5);
    -webkit-box-shadow: none;
            -moz-box-shadow: none;
         box-shadow: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding: 6px;
}
.form-call .form-group .form-control::-webkit-input-placeholder {
    color: #5f5e5d;
}
.form-call .form-group .form-control::-moz-placeholder {
    color: #5f5e5d;
}
.form-call .form-group .form-control:-ms-input-placeholder {
    color: #5f5e5d;
}
.form-call .form-group .form-control::-ms-input-placeholder {
    color: #5f5e5d;
}
.form-call .form-group .form-control:-moz-placeholder {
    color: #5f5e5d;
}
.form-call .form-group .form-control::placeholder {
    color: #5f5e5d;
}
.form-call .btn-green {
    margin: 20px auto 0;
    display: block;
}



/*--- Blog category style ---*/
.blog .item {
    border: 1px solid rgba(210, 159, 88, 0.3);
    background-color: #fff;
    margin: 0 0 35px 0;
}
.blog .item .item-image {
    height: 280px;
    float: none !important;
    margin: 0 0 15px 0;
}
.blog .item .item-image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.blog .item .item-image a img {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.blog .item .page-header {
    padding: 0;
    margin: 0;
    border: none;
    min-height: 34px;
}
.blog .item .page-header h2,
.blog .item .page-header h2 a {
    font-size: 16px;
    color: #888489;
    font-weight: normal;
}
.blog .item .preview-price {
    font-size: 12px;
    text-align: right;
}
.blog .item .preview-price>span {
    font-size: 16px;
    text-transform: uppercase;
}
.blog .item .preview-price>span>span {
    font-weight: 500;
}
.blog .item .btn-orange {
    display: block;
    margin: 10px auto 25px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #f18b4c !important;
    width: 218px;
    position: relative;
}
.blog .item .btn-orange span:last-child {
    text-decoration: underline;
}
.blog .item .btn-orange .icon-cost-calculation {
    display: inline-block;
    position: relative;
    top: 8px;
    margin: 0 2px 0 0;
}
.blog .item .btn-orange .icon-cost-calculation:before {
    width: 26px;
    height: 24px;
    background-position: -113px 0;
}



/*--- Materials style ---*/
.page-header {
    padding-bottom: 0;
    margin: 40px 0 60px;
    border-bottom: none;
}
.page-header h2 {
    text-transform: uppercase;
    color: #3e3b40;
    font-weight: bold;
    margin: 0;
}

.price-block .btn-green {
    margin: -12px 0 0 135px;
    width: 255px;
    font-size: 14px;
}
.price-block .material-price {
    font-size: 18px;
}
.price-block .material-price>span {
    font-size: 24px;
    text-transform: uppercase;
}
.price-block .material-price>span>span {
    font-weight: 500;
}

.mini-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #3e3b40;
    margin: 0 0 20px 0;
}
.mini-title>span {
    font-weight: bold;
}

.material-row.one {
    margin-top: 35px;
}
.material-row.two {
    margin-bottom: 35px;
}
.material-row.one .text-block {
    padding-top: 40px;
}
.material-row.two .text-block {
    padding-top: 115px;
}
.material-row .img-block img {
    width: 100%;
    float: none;
}



/*--- Footer ---*/
.footer {
    padding-bottom: 25px;
    margin-top: -10px;
}

.bg-footer {
    background: url(../img/footer.png) center -10px/541px 300px no-repeat;
    padding-top: 300px;
    color: #636066;
}

.map .map-body {
    border: 3px solid #49d295;
    margin: 70px 0;
}

.footer-slogan {
    font-size: 24px;
    font-style: italic;
    line-height: 28px;
    margin: 0 0 45px 0;
}

.footer-location,
.footer-phone-time {
    font-size: 18px;
    position: relative;
    margin: 20px 0;
}
.footer-phone-time .footer-time {
    font-size: 14px;
}
.footer-phone-time .footer-phone span:first-child {
    margin-right: 20px;
}
.footer-phone-time .footer-phone span a {
    text-decoration: none;
    color: #636066;
}
.footer-location:before,
.footer-phone-time:before {
    position: absolute;
}
.footer-location {
    padding-left: 35px;
}
.footer-location:before {
    width: 21px;
    height: 32px;
    top: -8px;
    left: 0;
    background-position: -20px 0;
}
.footer-phone-time {
    padding-left: 45px;
}
.footer-phone-time:before {
    width: 30px;
    height: 30px;
    top: 8px;
    left: 0;
    background-position: -27px -36px;
}
.footer-phone {
    position: relative;
    display: inline-block;
}
.footer-phone:after {
    position: absolute;
    width: 44px;
    height: 21px;
    top: 0;
    right: -55px;
    background-position: -45px -1px;
}

.copyright {
    font-size: 12px;
}
.copyright .title {
    text-transform: uppercase;
}



/*--- Modals ---*/
button.close {
    position: absolute;
    right: 7px;
    top: 2px;
    z-index: 2;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 29px;
}
#videoModal button.close {
    color: #fff;
    text-shadow: none;
}
.modal-body {
    position: relative;
    padding: 0;
}
#videoModal .modal-body {
    background-color: #000;
    padding: 35px 5px 0;
}
.modal .form-call {
    margin: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 410px;
        margin: 130px auto;
    }
    #videoModal .modal-dialog {
        width: 560px;
    }
}



/*--- Fixed blocks ---*/
#check_erg {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    height: 0;
    width: 0;
}
#check_erg .button-orange {
    border: none;
    background-color: #ff6e21;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Gotham Pro', sans-serif;
    width: 415px;
    height: 72px;
    padding: 0;
    position: absolute;
    left: -242px;
    top: -36px;
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            -moz-transform: rotateZ(-90deg);
              -o-transform: rotateZ(-90deg);
         transform: rotateZ(-90deg);
}

#call_erg {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 0;
    width: 0;
}
#call_erg .button-call {
    border: none;
    background: url(../img/man.png) center/100% auto no-repeat;
    width: 174px;
    height: 174px;
    padding: 0;
    position: absolute;
    left: -200px;
    top: -185px;
}
#call_erg .button-call>span {
    background-color: #9859cd;
    display: block;
    color: #fff;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 30px;
    position: absolute;
    bottom: 25px;
    left: -315px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            -moz-transform: rotateZ(-90deg);
              -o-transform: rotateZ(-90deg);
         transform: rotateZ(-90deg);
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            -moz-transform-origin: 100% 50%;
              -o-transform-origin: 100% 50%;
         transform-origin: 100% 50%;
    opacity: 0;
}
#call_erg .button-call>span:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    right: -11px;
    margin-top: -6px;
    border-right-width: 0;
    border-left-color: #9859cd;
    border-width: 6px;
}
#call_erg .button-call:hover>span,
#call_erg .button-call:focus>span {
    -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
            -moz-transform: rotateZ(0deg);
              -o-transform: rotateZ(0deg);
         transform: rotateZ(0deg);
    opacity: 1;
}







/*--- Responsive ---*/
@media (min-width: 1200px) {
    
}

@media (min-width: 992px) {
    
}

@media (min-width: 768px) {
    
}

@media (max-width: 1199px) {
    .itemid-101 .header {
        -webkit-background-size: auto 100%;
           -moz-background-size: auto 100%;
             -o-background-size: auto 100%;
                background-size: auto 100%;
    }
    .site-logo, .site-logo:hover, .site-logo:focus {
        margin-left: 0;
    }
    
    .navbar-default .navbar-nav>li>a {
        padding: 15px 16px;
    }
    
    .material-row.two {
        margin-top: 35px;
    }
    
    .form-call .icon-arrow {
        display: none;
    }
    
    .section .section-item {
        padding-bottom: 50px;
    }
    .section .section-item .img-block {
        min-height: 135px;
    }
    .section.whywe .section-item .img-block {
        min-height: unset;
    }
    .section .section-item .img-block img {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .section .section-item .img-desc .img-desc-num, 
    .section .section-item .img-desc .img-desc-text {
        text-align: center;
    }
    .section .reviews-item img {
        margin: 0 auto 15px;
    }
    .section .reviews-item .item-name, 
    .section .reviews-item .item-title {
        text-align: center;
    }
    
    .section.howwework .icon-dline1, 
    .section.howwework .icon-dline2, 
    .section.howwework .icon-dline3, 
    .section.howwework .icon-dellipse1, 
    .section.howwework .icon-dellipse2,
    .section.howwework .item-block .item .icon-black-arrow {
        display: none;
    }
    .section.howwework .item-block .item {
        margin: 0;
        text-align: center;
    }
    .section.howwework .item-block .item .img-block {
        width: unset !important;
        margin: 0;
        padding: 0;
        background: transparent;
    }
    .section.howwework .item-block .item .img-block img {
        margin: 0 auto;
        display: block;
    }
    
    #sliderMainBlockNav {
        width: 400px;
        height: 400px;
        left: -90px;
        top: 200px;
    }
    #sliderMainBlockNav #slider5errorsNav {
        width: 356px;
        height: 210px;
        padding: 0 50px;
        position: absolute;
        top: 105px;
        left: 40px;
    }
    #sliderMainBlockNav #slider5errorsNav .item .item-num {
        font-size: 50px;
        line-height: 40px;
        width: 38px;
    }
    #sliderMainBlockNav #slider5errorsNav .item {
        font-size: 18px;
        line-height: 22px;
        padding: 0 30px;
    }
    
    #check_erg .button-orange {
        height: 22px;
        font-size: 14px;
        width: 234px;
        left: -127px;
        top: -11px;
        line-height: 18px;
        padding: 0 0 2px;
    }
    #call_erg .button-call {
        width: 125px;
        height: 125px;
        left: -130px;
        top: -130px;
    }
    #call_erg .button-call>span {
        font-size: 14px;
        padding: 10px 15px;
        left: -225px;
    }
}

@media (max-width: 991px) {
    .head-top .location {
        max-width: 280px;
        margin: 0 auto;
        padding: 5px 0 5px 20px;
        text-align: center;
    }
    .head-top .location, 
    .head-top .phone-numbers {
        float: none;
    }
    .head-top .location:before {
        top: 0;
        left: 0;
    }
    .head-top .location>div {
        display: inline-block;
    }
    
    .navbar-default .navbar-nav>li>a {
        padding: 15px 3px;
    }
    
    .material-row .text-block {
        padding-top: 0 !important;
    }
    
    .bg-footer {
        text-align: center;
    }
    .bg-footer .footer-location, 
    .bg-footer .footer-phone-time {
        margin: 20px auto;
        padding: 35px 0 0;
    }
    .bg-footer .footer-location {
        max-width: 420px;
    }
    .bg-footer .footer-phone-time {
        max-width: 280px;
    }
    .footer-location:before,
    .footer-phone-time:before {
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .bg-footer .footer-phone-time .footer-phone {
        padding: 0 0 25px;
        margin: 0 0 5px;
    }
    .bg-footer .footer-phone-time .footer-phone:after {
        top: unset;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }
    .bg-footer .footer-phone-time .footer-phone span {
        display: block;
        margin: 0;
    }
    
    #sliderBlock.activated {
        margin: 30px 0 0;
    }
    #sliderBlockNav.activated {
        margin: 40px 0 40px;
    }
    
    #sliderMainBlock {
        width: unset;
        height: unset;
    }
    #sliderMainBlockNav {
        position: relative;
        top: unset;
        left: unset;
        background-image: none;
        background-color: #fff;
        width: unset;
        height: unset;
    }
    #sliderMainBlockNav #slider5errorsNav {
        width: unset;
        height: unset;
        padding: 50px 50px;
        position: relative;
        top: unset;
        left: unset;
    }
}

@media (max-width: 799px) {
    .section .bg-text {
        font-size: 22vw;
    }
}


@media (max-width: 767px) {
    .header {
        /* background: url(../img/bg_mobile.jpg) center top/100% auto no-repeat !important; */
        background-position: center top !important;
        -webkit-background-size: auto 500px !important;
           -moz-background-size: auto 500px !important;
             -o-background-size: auto 500px !important;
                background-size: auto 500px !important;
    }
    .header .head-top {
        /* background: none; */
        padding: 0 0 0 0;
        min-height: 155px !important;
        z-index: 3;
    }
    .site-logo, 
    .site-logo:hover, 
    .site-logo:focus {
        max-width: 449px;
        margin: 15px auto;
        display: block;
    }
    .head-top .phone-numbers {
        max-width: 150px;
        margin: 0 auto;
    }
    .head-top .phone-numbers:before {
        
    }
    .head-top .phone-numbers:after {
        
    }
    .head-top .phone-numbers>div:nth-child(1) {
        display: none;
    }
    .head-top .location {
        max-width: 120px;
        margin: 0 auto;
        padding: 25px 0 0;
        text-align: center;
    }
    .head-top .location:before {
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .navbar-default {
        position: absolute;
        margin: 0;
        border: none;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #main-menu {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        z-index: 9;
        background-color: #7d8b8a;
        top: -51px;
    }
    #main-menu:before,
    .navbar-default .navbar-nav>li:after {
        display: none;
    }
    .navbar-default .navbar-nav>li>a {
        text-align: center;
        margin: 0 60px;
    }
    
    .material-row {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .material-row .text-block {
        padding-top: 20px !important;
    }
    
    .section-title {
        font-size: 22px;
    }
    .section-desc {
        font-size: 16px;
    }
    
    .section.e-kitchens {
        padding: 0;
    }
    .section.e-kitchens .section-title {
        font-size: 30px;
        color: #fff;
    }
    .section.e-kitchens .section-desc {
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        margin: 15px 0 0 0;
    }
    .section .video-link {
        display: block;
        max-width: 435px;
        margin: 50px auto 0;
    }
    
    .section.with-form .img-block img {
        display: none;
    }
    .section.with-form .img-block .img-desc {
        float: none;
        width: 100%;
        margin: 0;
    }
    .section.with-form .img-block>.img-desc>div {
        left: 0 !important;
        top: 0 !important;
        padding: 25px 0 10px;
        text-align: center;
    }
    .section.with-form .img-block>.img-desc>div:before {
        display: block;
        background-color: #49d295;
        text-align: center;
        margin: 0 auto 10px;
        width: 50px;
        height: 50px;
        padding: 9px 0;
        -webkit-border-radius: 50px;
           -moz-border-radius: 50px;
                border-radius: 50px;
        color: #fff;
        font-weight: bold;
        font-size: 22px;
    }
    .section.with-form.happened .img-block>.img-desc>div:before {
        background-color: #f76f08;
    }
    .section.with-form .img-block>.img-desc>div:nth-child(1):before {
        content: "1";
    }
    .section.with-form .img-block>.img-desc>div:nth-child(2):before {
        content: "2";
    }
    .section.with-form .img-block>.img-desc>div:nth-child(3):before {
        content: "3";
    }
    .section.with-form .img-block>.img-desc>div:nth-child(4):before {
        content: "4";
    }
    .section.with-form .img-block>.img-desc>div:nth-child(5):before {
        content: "5";
    }
    
    .section .video-link,
    .form-call {
        -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
    }
    
    .form-call .form-uptitle {
        font-size: 16px;
    }
    .form-call .form-title {
        font-size: 17px;
    }
    .form-call .form-desc {
        font-size: 14px;
    }
    .form-call .icon-arrow2 {
        display: none;
    }
    
    .section.howwework .item-block.four .item, 
    .section.howwework .item-block.five .item, 
    .section.howwework .item-block.six .item {
        margin-top: 0;
    }
    
    .section.five-question .img-block {
        position: relative;
        top: 0;
        left: 0;
    }
    .section.five-question .img-block img {
        display: block;
        margin: 0 auto;
        padding: 30px 30px 0;
        max-width: 300px;
        width: 100%;
    }
    .section.five-question .text-block {
        padding: 45px 30px 45px;
        text-align: center;
    }
    .section.five-question .section-title, 
    .section.five-question .section-desc {
        text-align: center;
    }
    
    #call_erg .button-call {
        width: 100px;
        height: 100px;
        left: -105px;
        top: -105px;
    }
    #call_erg .button-call>span {
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotateZ(0deg);
          -o-transform: rotateZ(0deg);
             transform: rotateZ(0deg);
        opacity: 1;
        font-size: 12px;
        padding: 5px 10px;
        left: -195px;
        bottom: 20px;
    }
    
    .bg-footer {
        padding-bottom: 85px;
    }
    
    #sliderMainBlockNav #slider5errorsNav .item .item-text {
        font-size: 14px;
    }
}

@media (max-width: 674px) {
    .item-page .page-header {
        text-align: center;
        margin: 30px 0;
    }
    .price-block .btn-green, 
    .price-block .material-price {
        float: none !important;
        display: block;
        margin: 30px auto 0;
        text-align: center;
    }
}

@media (max-width: 570px) {
    .site-logo, 
    .site-logo:hover, 
    .site-logo:focus {
        display: block;
        margin: 15px 0 15px;
        max-width: 100%;
        width: 100%;
        padding: 0 0 0 35px;
    }
    .site-logo img, 
    .site-logo>div {
        float: left;
        margin: 0;
        display: inline-block;
        text-align: left;
    }
    .site-logo img {
        width: 12%;
        margin: 0;
    }
    .site-logo>div {
        width: 87%;
        margin: 0 0 0 1%;
    }
    .site-logo .site-title {
        font-size: 4vw;
        line-height: 1;
        margin-bottom: 2px;
    }
    .site-logo .site-description {
        font-size: 2.5vw;
    }
}

@media (max-width: 541px) {
    .bg-footer {
        -webkit-background-size: 100% auto;
           -moz-background-size: 100% auto;
             -o-background-size: 100% auto;
                background-size: 100% auto;
    }
}

@media (max-width: 399px) {
    .section.five-question .bonus-item.one {
        width: auto;
    }
}