@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic');
body {
  font-family: 'Roboto', sans-serif;
  line-height: normal;

}
.gototop  + section {
  min-height: 450px;
}

a:hover {
  text-decoration: none;
}

.header {
    min-height: 92px;
    /* background-color: #253b51; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    /*background-image: url(/lib/img/wooood_bg.jpg);*/
    background-size: cover;
    background-position: center;
    background: #37416e;
    background: -moz-linear-gradient(top, #37416e 0%, #343862 44%, #242151 100%);
    background: -webkit-linear-gradient(top,#37416e 0%, #343862 44%, #242151 100%);
    background: linear-gradient(to bottom, #37416e 0%, #343862 44%, #242151 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); */

  /*background: rgba(5, 8, 30, 0.85);*/ /* темно-синій */
  
  backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: yellow;
}

.header a {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.header a:hover {
    color: wheat;
}

.footer {
    min-height: 430px;
    background-image: url(/lib/img/footer_bg.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.footer a {
    color: #543001;
    font-weight: 500;
    text-align: center;
}

.footer a:hover {
    color: #965f38;

}

.footer_icon {

    width: 65px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-repeat: no-repeat;
}



.f_title {
    text-align: center;
    font-weight: 600;
    color: #543001;
    font-size: 1.7rem;
    padding: 10px 0;
}

.f_links ul {
    flex-direction: column;
}

.footer_cright .f_title {
    font-size: 1.2rem;
    padding: 0;
}

.footer_cright .f_links {
    font-size: 1rem;
}

.main_banner {
    background-image: url(/lib/img/chimney.jpg);
    min-height: 544px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-position: center;
    background-size: cover;
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.45),
      rgba(0,0,0,0.15),
      rgba(0,0,0,0.55)
    ),
}
.main_banner2 {
    background-image: url(/lib/img/chimney.jpg);
    min-height: 544px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-position: center;
    background-size: cover;
}

.banner_btn {
    background-color: #66bdc8;
    width: 350px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
}

.banner_title {
    padding-bottom: 60px;
    color: orange;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: normal;
    text-shadow: 2px 2px #000;
}
.banner_title_add {
    padding-bottom: 60px;
    color: white;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    text-shadow: 2px 2px #000;
}

@media only screen and (max-width: 450px) {
    .banner_title {
      font-size: 1.5rem;
  }
    .banner_btn {
        width: 95%;
        max-width: 350px;
    }

}

.icon_dnfts {
    width: 128px;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-repeat: no-repeat;
}

/* .icon_dnfts.time {
      background-image: url(/lib/imgs/main_time.png);
}
.icon_dnfts.price {
      background-image: url(/lib/imgs/main_price.png);
}
.icon_dnfts.flex {
      background-image: url(/lib/imgs/main_flex.png);
} */

.card_bnfts {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 40px;
    height: 100%;
}

.card_bnfts:hover {
    -moz-box-shadow: 2px 6px 6px #9a9898;
    -webkit-box-shadow: 2px 6px 6px #9a9898;
    box-shadow: 2px 6px 6px #9a9898;
}

.title_bnfts {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
    line-height: normal;
}

.title_bnfts:after {
  content: "";
  background-color: #543001;
  width: 60%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 10px;
}

.advlist {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 5px 0;
}

.our_benefits {
    padding: 80px 0;
}

.form_price {
    min-height: 300px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f6f6f6;
}
.form_price2 {
    min-height: 300px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #e9e4e1;
}

.f_price_img {
    background-image: url(/lib/img/inv.jpg);
    height: 100%;
    width: 700px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    background-size: cover;
}
.f_price_img2 {
    background-image: url(/lib/img/inv2.jpg);
    height: 100%;
    width: 700px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    background-size: cover;
}

.form_title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}

.col-12.form_desc {
    font-size: 1.2rem;
    font-weight: 500;
}

.valform {
    padding: 30px;
}

.row.form_row {
    justify-content: center;
    align-items: center;
}

.form_btn_my {
    width: 100%;
    background-color: #66bdc8;
    border-color: #66bdc8;
    color: white;
    font-weight: 500;
}

.catalogue {
    padding: 75px 0;
}

.product_card {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 30px 20px;
    /* background: rgb(249,249,249);  */
  background: -webkit-linear-gradient(#d7e4e6 0%, rgb(255, 255, 255) 60%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(#d7e4e6 0%, rgb(255, 255, 255) 60%, rgba(255,255,255,1) 100%);
  background: linear-gradient(#d7e4e6 0%, rgb(255, 255, 255) 60%, rgba(255,255,255,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 );
    -moz-box-shadow: 0px 2px 2px #c7c7c7;
    -webkit-box-shadow: 0px 2px 2px #c7c7c7;
    box-shadow: 0px 2px 2px #c7c7c7;
}

.product_card:hover {
    -moz-box-shadow: 2px 6px 6px #9a9898;
    -webkit-box-shadow: 2px 6px 6px #9a9898;
    box-shadow: 2px 6px 6px #9a9898;
}

a.prod_lnk {
    color: #000;
    text-decoration: none;
}

.badge_abs.prod_new {
    position: absolute;
    top: 0;
    left: 0;
}
.badge_abs.prod_popular {
  position: absolute;
  top: 20px;
  left: 0;
}
.badge_abs.prod_action {
  position: absolute;
  top: 40px;
  left: 0;
}


.prod_name {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    text-align: center;
    /* width: 200px; */
}

.prod_name:after {
    content: "";
    background-color: #543001;
    width: 60%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
}


.prod_desc {
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
    font-size: 0.8rem;
}
.prod_desc ul {
    text-align: left;
}

.prod_color {
    justify-content: center;
    display: flex;
    padding: 10px 0;
}

.btn.pc_btn {
    color: white;
    font-weight: 500;
    background-color: #66bdc8;
    min-width: 70%;
}

.prod_color li {
    background-color: wheat;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 5px;
    display: inline-block;
}

.prod_color ul {
    list-style: none;
    margin: 0;
    padding: 10px 0px;
}

.prod_details_card {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 50px 40px 20px 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 500;
    -moz-box-shadow: 0px 2px 2px #c7c7c7;
    -webkit-box-shadow: 0px 2px 2px #c7c7c7;
    box-shadow: 0px 2px 2px #c7c7c7;
}

.prod_details_card:hover {
  -moz-box-shadow: 2px 6px 6px #9a9898;
  -webkit-box-shadow: 2px 6px 6px #9a9898;
  box-shadow: 2px 6px 6px #9a9898;
}

.prod_price_tag {
    font-size: 2.5rem;
    color: #17a2b8;
    padding-bottom: 20px;
}

span.small_up {
    font-size: 1.5rem;
    vertical-align: text-top;
}

ul.prod_details_desc {
    list-style: none;
    text-align: left;
    padding: 0 0 20px 0;
}

.prod_details_card .btn {
    min-width: 60%;
    font-weight: 500;
    margin-bottom: 15px;
}

a.price_link_form {
    color: #909090;
    text-decoration: underline;
}

.xzoom-thumbs {
    margin-top: 10px;
    float: left;
}

.serv_title {
    font-size: 1.7rem;
    font-weight: 700;
    padding: 20px 0;
    line-height: 2rem;
}

.side_menu {
    font-size: 1rem;
    font-weight: 500;
}

.side_menu span {
    color: #17a2b8;
}

.xzoom-thumbs .xactive {
    border: 1px dashed #8a8a8a;
}

.prod_form_title {
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
}

span.color {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid #909090;
    float: right;
    margin-right: 5px;
}

span.color.black {
    background-color: black;
}

span.color.yellow {
    background-color: yellow;
}
span.color.white {
    background-color: white;
}
span.color.green {
    background-color: green;
}
span.color.orange {
    background-color: orange;
}

.mse2_number_inputs {
    display: flex;
}

#workfilters .form-group .input-sm {
    width: 55%;
    display: inline-block;
}

.contact_info {
    padding: 30px;
}

.page-item.active .page-link {
    background-color: #543001;
    border-color: #543001;
}

.page-link {
    color: #543001;
}

.breadcrumb {
    background: none;
}

li.breadcrumb-item a {
    color: #17a2b8;
}

.bar {
  display: block;
  height: 5px;
  width: 30px;
  background: #543001;
  margin: 5px auto;
}

.con {
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}


.middle {
  margin: 0 auto;
}

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.mainmenu_btn.collapsed .con .top {
  -webkit-transform: translateY(0px) rotateZ(0deg);
  -moz-transform: translateY(0px) rotateZ(0deg);
  -ms-transform: translateY(0px) rotateZ(0deg);
  -o-transform: translateY(0px) rotateZ(0deg);
  transform: translateY(0px) rotateZ(0deg);
}
.mainmenu_btn .con .top {
  -webkit-transform: translateY(13px) rotateZ(45deg);
  -moz-transform: translateY(13px) rotateZ(45deg);
  -ms-transform: translateY(13px) rotateZ(45deg);
  -o-transform: translateY(13px) rotateZ(45deg);
  transform: translateY(13px) rotateZ(45deg);
}


.mainmenu_btn.collapsed .con .bottom {
  -webkit-transform: translateY(0px) rotateZ(0deg);
  -moz-transform: translateY(0px) rotateZ(0deg);
  -ms-transform: translateY(0px) rotateZ(0deg);
  -o-transform: translateY(0px) rotateZ(0deg);
  transform: translateY(0px) rotateZ(0deg);
}
.mainmenu_btn .con .bottom {
  -webkit-transform: translateY(-7px) rotateZ(-45deg);
  -moz-transform: translateY(-7px) rotateZ(-45deg);
  -ms-transform: translateY(-7px) rotateZ(-45deg);
  -o-transform: translateY(-7px) rotateZ(-45deg);
  transform: translateY(-7px) rotateZ(-45deg);
}
.mainmenu_btn.collapsed .con .middle {
  width: 30px;
}
.mainmenu_btn .con .middle {
  width: 0;
}

ul.babel_ffs li {
    list-style-type: none;
    margin-right: -4px;
    padding: 0px 5px;
    display: inline-block;
}

ul.babel_ffs {
    padding: 0;
    margin: -10px 0 0 0;
}

ul.babel_ffs a {
    font-size: 0.8rem;
}
nav.d-flex.justify-content-center {
    margin: 5rem 0 0 0;
}
.well>h3 {
    display: none;
}


/* -------------------------------------------------- */
@media (min-width: 768px) {
  .navbar-collapse.collapse {
      padding-bottom: 0px;
      width: 100%;
      display: block !important;
      height: auto !important;
      overflow: visible !important;
  }
}
.navbar-toggle {
    position: relative;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

button.navbar-toggler>svg {
    width: 30px;
}
#mse2_filters .form-group.col-md-6 {
    padding: 0;
}

@media only screen and (min-width: 450px) {
    #navbar ul.navbar-nav.mr-auto {
    flex-direction: row;
  }
    #navbar li.nav-item {
      padding: 0 10px;
  }
}


#side-menu form#mse2_filters {
    color: #d8e4f1;
}

#side-menu .babel_ffs a {
    font-size: 1.3rem;
    padding: 5px;
    color: #d8e4f1;
}

#side-menu a {
    font-size: 1.3rem;
    color: #d8e4f1;
}

#side-menu ul.babel_ffs.lang_mobile>li.active>a {
    background-color: #ccc;
    color: #2b3a52;
}

fieldset.new>h4,
fieldset.popular>h4,
fieldset.favorite>h4 {
    display: none;
}

fieldset.new.en label .msdata:before {
    content: 'NEW';
}
fieldset.new.ru label .msdata:before {
    content: 'НОВЫЙ';
}
fieldset.new.uk label .msdata:before {
    content: 'НОВИЙ';
}
fieldset.popular.en label .msdata:before {
    content: 'Popular';
}
fieldset.popular.ru label .msdata:before {
    content: 'Популярный';
}
fieldset.popular.uk label .msdata:before {
    content: 'Популярний';
}
fieldset.favorite.en label .msdata:before {
    content: 'Promo';
}
fieldset.favorite.ru label .msdata:before {
    content: 'Акция';
}
fieldset.favorite.uk label .msdata:before {
    content: 'Акцiя';
}

.gototop{
  position: fixed;
  right:10px;
  bottom:50px;
  width: 50px;
  height: 50px;
  z-index: 10;
  background-size: cover;
}

/* .nav-up {
    top: -92px;
}

.nav-down {
  min-height: 92px;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
} */

/* .main_banner {
    margin-top: 92px;
} */

.btn-down {
  display: block;
}

.btn-up {
  display: none;
}

.mobile_form_ttl {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    color: #543001;
    padding-bottom: 20px;
}

span.all_colors_desc {
    font-size: 0.8rem;
    /* text-align: center; */
}

.vb_svg {
  width: 40px;
  height: 40px;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
    background-color: rgba(237, 217, 190, 0.68);
}


.obrt {
    background-image: url(/lib/img/pattern3.png);
    /* background-color: rgba(0,0,0,0.5); */
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 544px;
}

.owl-our-works button.owl-prev {
    position: absolute;
    top: 40%;
    left: 20px;
}

.owl-our-works button.owl-prev span {
    color: #acbed8;
    font-size: 7rem;
    line-height: 50px;
    font-weight: bold;
}
.owl-our-works button.owl-next {
    position: absolute;
    top: 40%;
    right: 20px;
}

.owl-our-works button.owl-next span {
    color: #acbed8;
    font-size: 7rem;
    line-height: 50px;
    font-weight: bold;
}

.card-price {
    font-size: 1.5rem;
    padding: 10px 0px;
    font-weight: bold;
    color: #66bdc8;
}

a.btn.btn-info.banner_btn.see_details.woode {
  background-color: #543001;
  border-color: #543001;
  width: 350px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1.5rem;
}
a.btn.btn-info.banner_btn.woode.see_details:hover {
    background-color: #6d3f02;
    border-color: #794603;
}

div#navbar .nav-item a {
    color: orange;
    text-align: center;
}
div#navbar .nav-item a:hover {
    color: #965f38;
}

/* .dropdown-item:focus, .dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #753001bd;
} */

.header .active a.nav-link {
    border-bottom: 2px dashed;
}

.footer .active a.nav-link span {
    border-bottom: 2px dashed;
}

div#header_tel a span, div#header_tel a {
    color: orange;
}

/**
 * Crisp
 */
.woode {
    background: #c38b66;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c38b66), to(#9d6741));
    background: -moz-linear-gradient(#c38b66, #9d6741);
    background: linear-gradient(#c38b66, #9d6741);
    border: solid 1px #422213;
    border-bottom: solid 3px #33180d;
    box-shadow: inset 0 0 0 1px #b98c62;
    color: #fff;
    text-shadow: 0 1px 0 #7b502e; }

.woode:hover {
    background: #9d6741;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9d6741), to(#c38b66));
    background: -moz-linear-gradient(#9d6741, #c38b66);
    background: linear-gradient(#9d6741, #c38b66);
    border: solid 1px #422213;
    border-bottom: solid 3px #33180d;
    box-shadow: inset 0 0 0 1px #b98c62; }

.woode:active {
    background: #9d6741;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9d6741), to(#c38b66));
    background: -moz-linear-gradient(#9d6741, #c38b66);
    background: linear-gradient(#9d6741, #c38b66);
    border: solid 1px #422213;
    box-shadow: inset 0 10px 15px 0 #7b502e; }

/**

 /**
 * Twitter - Special Edition
  */
 .skyblue {
     background: #9fd6fa;
     background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9fd6fa), to(#6bb9f7));
     background: -moz-linear-gradient(#9fd6fa, #6bb9f7);
     background: linear-gradient(#9fd6fa, #6bb9f7);
     border: solid 1px #72bdf4;
     border-bottom: solid 3px #4a9de1;
     box-shadow: inset 0 0 0 1px #bfe4fc;
     color: #fff;
     text-shadow: 0 1px 0 #4598f3; }

.skyblue:hover {
     background: #6bb9f7;
     background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6bb9f7), to(#9fd6fa));
     background: -moz-linear-gradient(#6bb9f7, #9fd6fa);
     background: linear-gradient(#6bb9f7, #9fd6fa);
     border: solid 1px #72bdf4;
     border-bottom: solid 3px #4a9de1;
     box-shadow: inset 0 0 0 1px #bfe4fc; }

.skyblue:active {
     background: #6bb9f7;
     background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6bb9f7), to(#9fd6fa));
     background: -moz-linear-gradient(#6bb9f7, #9fd6fa);
     background: linear-gradient(#6bb9f7, #9fd6fa);
     border: solid 1px #72bdf4;
     box-shadow: inset 0 10px 15px 0 #50aaf3; }

     /**
     * Twitter - Special Edition
      */



.main-products .product_card {
  min-height: 505px;
}

 .prod_img {
    background-color: #e4e8f1;
    border-radius: 5px;
    min-height: 200px;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
}

 .product_card {
  background: unset;
  background-image: url(/lib/img/footer_bg.jpg);
}

.product_card .card-price {
  color:#543001;
}

#side-menu {
    background-image: url(/lib/img/footer_bg.jpg);
    color: #543001;
}

#side-menu .nav-link {
    color: #543001;
}
#side-menu a {
    color: #543001;
}

.main-products .prod_img img {
  height: 100%
}

.wooden_bg {
  background-image: url(/lib/img/footer_bg.jpg);
  color: #543001;
  background-repeat-y: repeat;
  background-size: auto;
  border-radius: 5px;
}

.card_bnfts svg path {
    fill: #a9724c !important;
}
