* {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

body {
    font-size: 20px;
    line-height: 24px;
    color: #636363;
      padding-top: 170px;
    background: url(../images/bodyBg.jpg) 0 0 repeat;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

h1, .h1 {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
}

h2, .h2 {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

h3, .h3 {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 500;
}

a {
    color: #3f8c58;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-decoration: underline;
}

a:hover {
    color: #3f8c58;
    text-decoration: none;
}

/************************************************/

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 170px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    background: url("../images/roof.png") 0 0 repeat;
    background-size: 35%;
    /*overflow: hidden;*/
    z-index: 200;
}

.header .header-head {
    padding: 14px 0;
    height: 120px;
    overflow: hidden;
}

.header .navigation {
    position: relative;
    border-top: 1px solid #191411;
    background: url(../images/menuBg.png) 0 -6px repeat-x;
}

.header,
.header .header-head,
.header.small .header-head--left,
.header.small .header-head--center {
    transition: all 0.2s ease-in-out;
}

.header.small {
    height: 98px;
}

.header.small .header-head {
    height: 48px;
}

.header.small .header-head--left,
.header.small .header-head--center {
    opacity: 0;
}

.footer {
    position: relative;
    padding: 20px 0 10px;
    background: url("../images/footerBg.png") repeat;
    background-size: 10%;
}

/**********************************************************/

.header .logo,
.footer .logo {
    display: block;
}

.header .logo img,
.footer .logo img {
    margin: 0 auto;
}

.header .phone,
.footer .phone {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 15px;
    position: relative;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    padding-left: 50px;
}

.header .phone .icon,
.footer .phone .icon {
    display: block;
    background: url("../images/phoneIcon.png") 0 0 no-repeat;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 4px;
    top: -6px;
}

.header .email,
.footer .email {
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
    line-height: 23px;
    text-decoration: underline;
    position: relative;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    padding-left: 50px;
}

.header .email .icon,
.footer .email .icon {
    display: block;
    background: url("../images/emailIcon.png") 0 0 no-repeat;
    width: 35px;
    height: 25px;
    position: absolute;
    top: 3px;
    left: 7px;
}

/**********************************************************/

.sticky-sidebar {
    margin: 30px 0;
}

/**********************************************************/

.navbar-desktop > ul {
    text-align: center;
}

.navbar-desktop > ul > li {
    display: inline-block;
    margin: 0 2px;
}

.navbar-desktop > ul > li > a {
    color: #ffffff;
    /*font-family: "Roboto Condensed",sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 49px;
    border-top: 1px solid transparent;
    display: block;
    padding: 0 6px;
    text-decoration: none;
    border: 0 solid #79a736;
    -moz-transition: background .25s ease-in;
    -webkit-transition: background .25s ease-in;
    -o-transition: background .25s ease-in;
    -ms-transition: background .25s ease-in;
    transition: background .25s ease-in;
    position: relative;
}

.navbar-desktop > ul > li.active > a,
.navbar-desktop > ul > li > a:focus,
.navbar-desktop > ul > li > a:hover {
    /*border-color: #f03535;*/
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(25, 20, 17, 0.5);

    border: 3px solid #79a736;
    line-height: 43px;

    margin: 0 -3px;
    /*background: rgba(64, 141, 89, 0.5);*/
}

.navbar-desktop > ul > li > a:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 50%;
    width: 0px;
    height: 1px;
    background-color: #191411;
}

.navbar-desktop > ul > li.active > a:before,
.navbar-desktop > ul > li > a:focus:before,
.navbar-desktop > ul > li > a:hover:before {
    top: -1px;
    width: 100%;
    left: 0;
}

.navbar-mobile {
    display: none;
}

.navbar-mobile .nav {
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.navbar-mobile .navbar {
    margin-bottom: 0;
}

.navbar-mobile .navbar .brand {
    padding-top: 3px;
    padding-bottom: 0;
    width: 150px;
    padding-left: 0;
}

.navbar-mobile .navbar-inner {
    background: transparent;
    border: none;
}

.navbar-mobile .navbar {
    border: none;
    border-radius: 0;
}

.navbar-mobile .logo {
    display: inline-block;
}

.navbar-mobile .logo img {
    width: 136px;
    margin-top: 2px;
}

.navbar-mobile .button-success {
    position: absolute;
    right: 0;
    margin-top: 6px;
    padding: 10px 12px;
}

.navbar-mobile .button-success:hover,
.navbar-mobile .button-success:focus {
    padding: 8px 10px;
}

.navbar-mobile .navbar-body {
    margin-top: 2px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.navbar-mobile .navbar-body .nav {
    border: none;
    border-radius: 0;
}

/**********************************************************/

.title {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 20px;
}

.title .highlight {
    color: #3f8c58;;
}

/**********************************************************/

.wrapper {
    background: white;
    width: 1336px;
    margin: 0 auto;
}

.split {
    height: 50px;
    margin: 0;
    background: url(../images/menuBg.png) 0 -5px repeat-x;
}

.banner {
    height: 605px;
    background-size: cover;
    background-position: 50% 0;
}

.catalog .item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.catalog .item > div {
    background-color: #ffffff;
    padding: 3px;
    border: 1px solid #c5c5c5;
    position: relative;
    z-index: 20;
}

.catalog .item a {
    background-color: #f4f4f4;
    display: block;
    text-align: center;
    color: black;
    line-height: 14px;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    border: 4px solid #f4f4f4;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.catalog .item a .button-success {
    font-size: 10px;
    margin: 20px 0;
}

.catalog .item:hover a {
    background-color: #ffffff;
    border: 4px solid #7fb70a;
}

.catalog .item a:hover {
    text-decoration: none;
}

.catalog .item a img {
    width: 100%;
    margin-bottom: 0;
    max-width: 100%;
    height: auto;
}

.catalog .item a span {
    text-align: center;
}

.catalog .area {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #f03535 url("../images/ico3d.png") 5px 50% no-repeat;
    padding: 5px 10px 5px 30px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 0px solid #000000;
}

.catalog .actionT {
    position: absolute;
    left: 110px;
    top: 10px;
    background-color: #ff9600;
    padding: 5px 10px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 0px solid #000000;
    display: none;
}

.catalog .item a span.name {
    display: block;
    color: #7fb70a;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.catalog .item a span.price {
    font-size: 22px;
    font-weight: 700;
    color: #f03535;
}

.catalog .item .action a span.price {
    color: #ee2c22;
}

.catalog .item a span.delPrice {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: line-through;
    margin-bottom: 5px;
    display: none;
}

.catalog .item > div.action a {
    background-color: #feffc7;
}

.catalog .item:hover > div.action a {
    background-color: #ffffff;
}

.catalog .item > div.action a span.actionT,
.catalog .item > div.action a span.delPrice {
    display: block;
}

.reviews-slider .owl-controls {
    margin-left: 10px;
    margin-top: 10px;
}

.reviews-slider .owl-controls .owl-page {
    display: inline-block;
    position: relative;
    padding: 10px;
    margin: 0 2px;
}

.reviews-slider .owl-controls .owl-page > span {
    width: 8px;
    height: 8px;
    display: block;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #a0a5ac;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;

}

.reviews-slider .owl-controls .owl-page:hover > span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
}

.reviews-slider .owl-controls .owl-page.active > span {
    background: url("../images/reviewActive.png") 0 0 no-repeat;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

/**********************************************************/

.button-block {
    width: 100%;
}

.button-info {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 15px 25px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    background: #62a7e0;
    border-radius: 4px;
    border: none;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
}

.button-info:hover,
.button-info:focus {
    padding: 13px 23px;
    color: #ffffff;
    border: 2px solid #0094dd;
    background-color: #92c2ec;
    text-decoration: none;
}

.button-success {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 15px 25px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    background: #79a736;
    border-radius: 4px;
    border: none;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
}

.button-success:hover,
.button-success:focus {
    padding: 13px 23px;
    color: #ffffff;
    border: 2px solid #0a9416;
    background-color: #91c33d;
    text-decoration: none;
}

.button-danger {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 15px 25px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 14px;
    color: #ffffff;
    background: #d9534f;
    border: 0 solid #000000;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
}

.button-danger:hover,
.button-danger:focus {
    padding: 13px 23px;
    color: #ffffff;
    border: 2px solid #c34b47;
    background-color: #f45854;
    text-decoration: none;
}

.button-small {
    font-size: 12px;
    padding: 10px;
}

.button-small:hover {
    padding: 8px;
}

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 143px;
    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    /* transform: translateX(-7%); */
    border-radius: 0 0 4px 4px;
}

.dropdown-menu > li > a {
	color: #562d15;
    /* font-family: "Roboto Condensed",sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    /* line-height: 49px; */
    border-top: 1px solid transparent;
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    font-weight: 700;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1336px) {
    .wrapper {
        width: 95%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    body {
        padding-top: 51px;
    }

    .header {
        box-shadow: none;
        background: none;
    }

    .goup {
        display: none;
    }

    .container-fluid {
        width: 95%;
        border-radius: 0;
    }

    .container-fluid::before {
        background: none;
    }

    .fancybox-wrap .frm {
        width: 100%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

.MsoTableGrid a {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}


.B_crumbBox, .B_crumbBox a {
    color: #79a736;
}

.b-1 table > tbody > tr > td:nth-child(1) {
    background-color: #aed7ec !important;
}

.b-1 table:nth-child(1) > tbody > tr:nth-child(1) > td {
    background-color: #5cb0da !important;
}

.b-1 table:nth-child(1) > tbody > tr > td[colspan] * {
    color: #000000 !important;
    background-color: #aed7ec !important;
}

.b-1 table:nth-child(1) > tbody > tr:nth-child(1) > td * {
    color: #ffffff !important;
    background-color: #5cb0da !important;
}

.b-2 table > tbody > tr > td:nth-child(1) {
    background-color: #b8e5aa !important;
}

.b-2 table:nth-child(1) > tbody > tr:nth-child(1) > td {
    background-color: #71cc53 !important;
}

.b-2 table:nth-child(1) > tbody > tr > td[colspan] * {
    color: #000000 !important;
    background-color: #b8e5aa !important;
}

.b-2 table:nth-child(1) > tbody > tr:nth-child(1) > td * {
    color: #ffffff !important;
    background-color: #71cc53 !important;
}

.b-3 table > tbody > tr > td:nth-child(1) {
    background-color: #eda9a7 !important;
}

.b-3 table:nth-child(1) > tbody > tr:nth-child(1) > td {
    background-color: #d9534f !important;
}

.b-3 table:nth-child(1) > tbody > tr > td[colspan] * {
    color: #000000 !important;
    background-color: #eda9a7 !important;
}

.b-3 table:nth-child(1) > tbody > tr:nth-child(1) > td * {
    color: #ffffff !important;
    background-color: #d9534f !important;
}

.b-3 table:first-child > tbody > tr:not(:first-child) > td:not([colspan]):first-child {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.b-3 table:first-child > tbody > tr:not(:first-child) > td:not([colspan]):first-child:before {
    content: '';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /**/
    display: block;
    width: 30px;
    height: 30px;
    background: #fbfafa;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #c1c2c4;
    padding-top: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.b-3 table:first-child > tbody > tr:not(:first-child) > td:not([colspan]):first-child.active:before {
    content: '\f00c';
}

.price-list table tr:not(:first-child) > td:first-child {
    position: relative;
    text-align: center;
    cursor: pointer;
    padding-left: 50px;
}

.price-list table tr:not(:first-child) > td:first-child:before {
    content: '';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /**/
    display: block;
    width: 30px;
    height: 30px;
    background: #fbfafa;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #c1c2c4;
    padding-top: 0;
    padding-left: 1px;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.price-list table tr:not(:first-child) > td:first-child.active:before {
    content: '\f111';
}

.total-price {
    font-size: 24px;
    text-align: center;
    margin: 30px 0;
    padding: 18px 30px;
    border: 1px solid #c1c2c4;
}

.smallImage:hover {
    outline: 4px solid #79a736;
    opacity: 0.8;
    transition: all 0.25s ease-out;
}

.owl-carousel-small .owl-buttons {
    position: relative;
}

.owl-carousel-small .owl-buttons .owl-prev,
.owl-carousel-small .owl-buttons .owl-next {
    background: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #4e4c4c;
    text-align: center;
    line-height: 32px;
    opacity: 0.8;
    transition: all 0.25s ease-out;
}

.owl-carousel-small .owl-buttons .owl-prev {
    position: absolute;
    top: -80px;
    left: 5px;
}

.owl-carousel-small .owl-buttons .owl-next {
    position: absolute;
    top: -80px;
    right: 20px;
}

.owl-carousel-small .owl-buttons .owl-prev:hover,
.owl-carousel-small .owl-buttons .owl-next:hover {
    opacity: 0.5;
}

.owl-carousel-small .owl-buttons .owl-prev.disabled,
.owl-carousel-small .owl-buttons .owl-next.disabled {
    display: none;
}
