﻿/*RESET*/
*, *::before, *::after {box-sizing: border-box;}
main {overflow: hidden;}
@media (min-width: 1230px) { 
	.container { max-width: 1210px; } 
	.droopmenu-inner, .droopmenu-boxed { max-width: 1180px; }
}



a, a:visited, a:hover, a:focus {color: inherit; text-decoration: none;}
ul, p {margin: 0; padding: 0;}

.frame-img { display: block; overflow: hidden; }
.frame-img--ratio {display: block; position: relative; padding-top: var(--ratio); width: 100%; overflow: hidden;}
.frame-img--ratio img {position: absolute; top: 0; bottom: 0; right: 0; left: 0; width: 100% ; height: 100%; object-fit: cover;}
img {max-width: 100%;}
iframe {max-width: 100% !important;}

h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}
.h2, h2 { font-size: 1.3rem; }
.h3, h3 { font-size: 1.2rem; }
.h4, h4 { font-size: 1.1rem; }
figure {margin: 0;}
button {cursor: pointer;}
input[type="text"], textarea {
outline: none;
box-shadow:none !important;
border:1px solid #ccc !important;
}
.form-group {margin-bottom: 0;}
*:focus {outline: none;}
.fancybox-container {font-family: inherit;}

.html-content h1,.html-content h2,.html-content h3,.html-content h4,.html-content h5,.html-content h6,.html-content p,.html-content ul {margin: 1em 0 ;}
.html-content img {max-width: 100%; height: auto !important;}



/*FONT*/
@font-face { font-family: "Elle Futura"; src: url(/fonts/elle-futura-regular.otf); }
@font-face { font-family: "Elle Futura"; src: url(/fonts/elle-futura-bold.otf); font-weight: bold;}
@font-face { font-family: "Elle Futura"; src: url(/fonts/elle-futura-oblique.otf); font-style: oblique;}
@font-face { font-family: "Elle Futura"; src: url(/fonts/elle-futura-boldoblique.otf); font-weight: bold; font-style: oblique;}

@font-face { font-family: "Open Sans"; src: url(/fonts/OpenSans-Regular.ttf); }
@font-face { font-family: "Open Sans"; src: url(/fonts/OpenSans-Light.ttf); font-weight: lighter;}

@font-face { font-family: "Roboto"; src: url(/fonts/Roboto-Regular.ttf);}
@font-face { font-family: "Roboto"; src: url(/fonts/Roboto-Bold.ttf); font-weight: bold;}

body { font-family: "Elle Futura"; font-size: 14px; line-height: 1.6; color: hsl(0, 0%, 27%); overflow-x: hidden;}



/*HEADER*/
header::before {
  content: ""; background: hsl(16, 35%, 15%); z-index: -1;
  position: absolute; top: 0; bottom: 0; left: calc(-50vw + 50%); right: calc(-50vw + 50%);
} 
header {
  display: flex; align-items: center; justify-content: space-between;
  position: relative; color: white; padding-top: 11px; padding-bottom: 12px;
}

header::after {
  content: ""; border-bottom: 1px solid hsl(0, 0%, 32%);
  position: absolute; bottom: 0; left: calc(-50vw + 50%); right: calc(-50vw + 50%);
}

.logo-head {height: 95px; width: auto;}
header h2 { font-size: 20px; font-family: "Roboto"; font-weight: bold; text-transform: uppercase;}



#Hotline {font-size: 13px; text-transform: uppercase; line-height: 1.2; padding-left: 38px; position: relative; display: inline-block;}
#Hotline::before {
  content: ""; display: inline-block; width:28px; height: 30px;
  position: absolute; top: calc(50% - 15px); left: 0;
  background: url(/images/icon/call-header.png); background-size: contain;
}
#socials {display: inline-block;}
.social-link {
  display: inline-block; width: 33px; height: 33px; border: 1px solid	hsl(35, 49%, 58%); border-radius: 50%; margin-left: 12px;
  background-position: center center; background-repeat: no-repeat;
}



/*NAVIGATION*/

.droopmenu-navbar {background: hsl(16, 35%, 15%);}
.droopmenu > li > a, .droopmenu > li > span {padding: 15px 14px 16px; text-align: center;}
.droopmenu>li:first-child {padding-left: 0;} .droopmenu>li:last-child {padding-right: 0;}
.droopmenu>li>a {text-transform: uppercase; color: white; font: 15px "Elle Futura"; height: unset;}
li.droopmenu-open-search>a {padding: 9px 0;}

  /*DROPDOWN*/
.dropdown-overlay {pointer-events: none;}
.toggle-submenu {
  display:inline-block; width: 5px; height: 7.4px;
  background: url('/images/icon/arrow-white.png') center center no-repeat;
  background-size: contain; margin-left: 7px; transform: rotate(-90deg);
  position: relative; top: -1px;
}
.core-nav .dropdown.open>.dropdown-menu {
  position: absolute; top: 41px; min-width: unset; width:max-content;margin: 0; line-height: 1.4;
  border: 1px solid #ddd; border-radius: 2px; animation-duration: .3s; text-align: center; left: 50% !important; transform:translateX(-50%);
}

.droopmenu li > ul {width: max-content; max-width: 400px;}
.droopmenu li ul li a {font-family: "Elle Futura"; color: #333; text-transform: uppercase; padding: 10px 25px; font-size: 16px;}
.droopmenu li ul li:hover>a {color: white; background: hsl(15, 54%, 25%);}
.dropdown>.dropdown-menu>li { padding: 8px 17px; text-align: center; }
.dropdown>.dropdown-menu>li:not(:last-child) {border-bottom: 1px dotted hsl(35, 49%, 58%);}


.core-nav .dropdown>.dropdown-menu>li.active, .core-nav .dropdown>.dropdown-menu>li:hover, .core-nav .dropdown>.dropdown-menu>li:focus {
  background: hsl(15, 54%, 25%); color: white;
}

.core-nav .dropdown>.dropdown-menu>li>a {
  font-size: 16px; text-transform: none; padding: 0; border: 0; 
}

/*SEARCH*/
ul.attributes { padding: 6px 0; }

.search { display:inline-block; position: relative; }
input.search__field {
  font-family: 'Elle Futura'; color: hsl(0, 0%, 100%); font-size: 15px;
  position: absolute; top: -13px; right: 0px; z-index: 5; cursor: pointer;
  transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
  height: 33px; width: 33px; margin: 0; padding: 0 0 0 33px;
  border-radius: 30px; border: 1px solid hsl(35, 49%, 58%);
  background: url(/images/icon/search.png) no-repeat left 9px center hsla(0, 0%, 0%, 0);
}

input.search__field::placeholder {
  color: #aaa; font-family: 'Elle Futura' !important; font-size: 15px !important;
}
   
input.search__field:focus {
  cursor: auto; font-size: 15px; z-index: 3;
  height: 33px; width: 175px;
  position: absolute; top: 0px;
  border: 1px solid hsl(35, 49%, 58%); outline: none;
  background: url(/images/icon/search.png) no-repeat left 9px center hsla(0, 0%, 0%, 0); background-color: none;
}
input.search__submit {display: none;}
input.search__field:focus+input.search__submit {
  display: inline-block; width: 31px; height: 33px;  
  position: relative; top: 0px; right: 144px; z-index: 4;
  margin: 0; padding: 0; border: 0; outline: 0; border-radius: 30px;
  cursor: pointer; background: none;
}

input.search__field::-webkit-search-cancel-button { cursor:pointer; }



@media (max-width: 576px) {
  header {padding: 12px 15px;}
  .nav-header {padding: 0; margin: 0;}
  .logo-head {height: 65px;}
  .core-nav .core-nav-toggle {margin-left: 15px;}
  header h2 {font-size: 16px; text-align: center; flex: 1;}
  #socials { float: right; margin-right: 10px; font-size: 0; margin-top: 1px;}
  .social-link {width: 26px; height: 26px; margin-left: 8px;}
}


@media (max-width: 992px) {
  header {flex-direction:row-reverse;}
  #MainHome {margin-top: 0;}



  .droopmenu>li:first-child {padding-left: 15px;}
  .droopmenu>li { overflow: auto; padding: 10px 0 10px 15px ; margin: 0; }
  .droopmenu>li:not(:last-child) { border-bottom: 1px solid hsl(0, 0%, 92%); }
  .droopmenu ul>li:last-child {border-bottom: 0;}
  .droopmenu li a {font-size: 13px; color: hsl(16, 35%, 15%);}
  .droopmenu>li>a:hover, .droopmenu>li>a:focus, .droopmenu>li>a.active{}


  /*DROPDOWN*/
  .core-nav .dropdown.open > .dropdown-menu {
    background: none; position: static; left: 0; width: 100%; margin-top: 10px; transform: none; border: none;
  }
  .core-nav .wrap-core-nav-list .core-nav-list .dropdown-menu li {
    width: auto; padding: 10px 0px;
    
  }
    .core-nav .wrap-core-nav-list .core-nav-list .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid hsl(0, 0%, 92%);
  }
    .core-nav .wrap-core-nav-list .core-nav-list .dropdown-menu li:last-child {
    border-bottom: none;
  }
 

  .core-nav .dropdown>.dropdown-menu>li>a {
    font-size: 15px; color: hsl(25, 62%, 42%);
    position: relative; text-transform: none;
    line-height: 1; letter-spacing: 0; border: none;
  }
  .core-nav .dropdown>.dropdown-menu>li>a:hover,
  .core-nav .dropdown>.dropdown-menu>li>a:focus,
  .core-nav .dropdown>.dropdown-menu>li>a.active {}

  ul.attributes {padding: 0;}


  input.search__field {
  cursor: auto; font-size: 14px; z-index: 3;
  height: 24px; width: 146px;
  position: relative; top: 3px;
  border: 1px solid hsl(35, 49%, 58%); outline: none;
  background: url(/images/icon/search.png) no-repeat left 9px center hsla(0, 0%, 0%, 0); background-color: none;
}

    input.search__field:focus {
  cursor: auto; font-size: 14px; z-index: 3;
  height: 26px; width: 175px;
  position: relative; top: 4px;
  border: 1px solid hsl(35, 49%, 58%); outline: none;
  background: url(/images/icon/search.png) no-repeat left 9px center hsla(0, 0%, 0%, 0); background-color: none;
}

    input.search__submit {
      display: inline-block; position:absolute; top: 0; left: 0px; width: 32px;
      background: none; border: none; outline: none;
    }
    input.search__field:focus+input.search__submit {
      display: inline-block; position:absolute; top: 0; left: 0px; width: 32px;
      background: none; border: none; outline: none;
    }


  #Hotline {margin: 10px; margin-top: 0;padding-left: 35px; line-height: 1.4;}

}



      /*                                     */
     /*         --  HOMEPAGE  --            */
    /*                                     */
/*-------------------HERO AREA------------------------------------------*/ 
.video-bg {width: 100%; height: calc(140px + 16vw);}
    

/*-------------------PRODUCTS------------------------------------------*/
#HomeProducts {padding: 55px 15px;}
.heading1 {
  font-size: 24px; color: hsl(16, 35%, 15%); text-align: center;
  line-height: 1; text-transform: uppercase; padding-bottom: 15px; 
  position: relative;
}

.heading1::after {
  content: ""; display: block; width: 96px; height: 2px; background: hsl(35, 49%, 58%);
  position: absolute; bottom: 0px; left: calc(50% - 48px);
}
#HomeProducts .row {margin-top: -10px;}
.product {margin-top: 30px; font-size: 0; text-align: center; --ratio: 65%;}
.product__name {font-size: 15px; line-height: 1.2; margin-top: 4px;}
.product__price {color: red; font-size: 16px; line-height: 1.2; margin-top: 10px;}


/*-------------------MID ADVERT------------------------------------------*/
#MidAdvert {position: relative; background-size: cover; height: 500px;}
/*#MidAdvert:before {
  content: ""; background: hsla(0, 0%, 0%, 0.3);
  position: absolute; top: 0; left: 0; bottom: 0; right: 0;
}*/
  #MidAdvert .text-on-bg {background: hsla(0, 0%, 0%, .65);}
  .text-on-bg {
    position: absolute;left:0; top:0; bottom: 0; z-index:10; transform-origin: left;
    color: white; padding: 30px 15px;
  }
  .text-on-bg h2 {font-size: 16px; 	color:hsl(45, 60%, 46%); font-weight: bold; text-transform: uppercase; padding-bottom: 10px; position: relative; margin-bottom: 20px;}
  .text-on-bg h2::after {
    content: ""; display: inline-block; width: 90%; border-bottom: 1px solid white;
    position: absolute; left: 0; bottom: 0;
    
  }
  .text-on-bg p {font-size: 15px; line-height: 1.5;}
  .btn-advert {
    text-transform: uppercase; padding: 0.714em 2.5em; margin-top: 10px; font-size: 11px;
    display: inline-block; background: 	hsl(45, 60%, 46%); border-radius: 18.5px; float: right;
  }


@media(min-width: 576px){
  .core-nav .nav-container {max-width: 540px; padding: 0 15px; }
  #MidAdvert {height: 470px;}
  .text-on-bg {padding: 0; left:calc((100% - 540px)/2 + 15px);}
    .text-on-bg h2 {font-size: 18px; padding-bottom: 8px; margin-bottom: 35px;}

  .text-on-bg p {font-size: 16px; line-height: 1.5; }
  .btn-advert { font-size: 14px; margin-top: 50px; float: none;}
}
@media(min-width: 768px){
  .core-nav .nav-container {max-width: 720px; padding: 0 15px; }
  .text-on-bg {position: absolute;left:calc((100% - 720px)/2 + 15px);}
  .text-on-bg h2 {}
  .text-on-bg p {}
}
@media(min-width: 992px){
  .core-nav .nav-container {max-width: 960px; padding: 0 15px; }
  .text-on-bg {position: absolute;left:calc((100% - 960px)/2 + 15px);}
  .text-on-bg h2 {}
  .text-on-bg p {}
}
@media(min-width: 1200px){
  .core-nav .nav-container {max-width: 1180px; padding: 0 15px; }
  .text-on-bg {position: absolute;left:calc((100% - 1180px)/2 + 15px);}
  .text-on-bg h2 {}
  .text-on-bg p {}
}
@media(min-width: 1230px){
  .core-nav .nav-container {width: 1210px; max-width: 1210px;padding: 0 15px;}
  .text-on-bg {position: absolute;left:calc((100% - 1210px)/2 + 15px);  width: 670px;}
  .text-on-bg h2 {}
  .text-on-bg p {}

  #MidAdvert .text-on-bg{padding: 70px 25px; }
}

/*-------------------HOME NEWS------------------------------------------*/
#HomeNews {padding: 50px 15px 40px;}
#HomeNews .heading1 {margin-bottom: 20px;}
.story {box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); transition: .2s all;}
.story img {height: 214px; object-fit: cover;}
.story-content {padding: 11px 11px 15px; border-right: 1px solid	hsl(0, 0%, 87%); border-left: 1px solid	hsl(0, 0%, 87%); border-bottom: 1px solid	hsl(0, 0%, 87%);}
.heading2 {
  font-size: 18px; color: hsl(25, 51%, 15%); line-height: 1.333; overflow: hidden;
}
.story-content .heading2 {height: 48px; transition: .2s all;}

.date {font-size: 13px; color:hsl(0, 0%, 40%); font-style: italic; margin-top: 5px; transition: .2s all;}
.date::before {
  content: ""; display: inline-block; width: 13px; height: 13px; margin-right: 12px;
  background: url(/images/icon/clock.png)
}
.story:hover .hover-zoom { -webkit-transform: scale(1.2); transform: scale(1.2);}
.story:hover .date::before, .story:focus .date::before { background: url(/images/icon/clock--white.png) }
.summary {margin-top: 12px; overflow: hidden; height: 66px; transition: .2s all;}

#HomeNews .owl-carousel .owl-stage-outer {padding: 0 5px 8px 5px; margin-right: -10px; position: relative; left: -5px;}

.story:hover, .story:focus {background:	hsl(45, 60%, 46%); box-shadow: none;}
.story:hover .story-content, .story:focus .story-content {border-right: 1px solid hsl(45, 60%, 46%);border-left: 1px solid hsl(45, 60%, 46%);border-bottom: 1px solid hsl(45, 60%, 46%);}
.story:hover .heading2, .story:focus .heading2, .story:hover .date, .story:focus .date, .story:hover .summary, .story:focus .summary  {color: white;}





      /*                                     */
     /*           --  BANNER  --            */
    /*                                     */

#BannerPage { position: relative; }
/*.banner-page:before{
  content: ""; display: block; background: rgba(0,0,0, .4);
  position: absolute; top:0; left: 0; bottom:0; right: 0;
}*/
.banner-page__img{ height: calc(63px + 15vw); width: 100%; object-fit: cover;}

.BC {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  padding: 0; margin: 0; font-size: 0; margin: 0; font-size: 0;
	text-shadow: 1px 1px 2px #342019;
}

.BC a, .BC a:visited, .BC a:hover, .BC a:focus {
  text-decoration:none; transition: all .2s; font-size: 18px; color: white;
}
.BC li {display: inline-block; transition: all .2s}
.BC li:not(:last-child) {margin-right: 5px;}
.BC li:not(:first-child)::before {
  display: inline-block; margin-right: 5px; content: "/"; font-size: 18px; color: white;
}

.BC li.active a, .BC li:hover a, .BC li:focus a { text-shadow: 1px 1px 5px #342019;}


/*-------------------------------------------------------------------------------*/
 .banner-page + .container {padding: 25px 15px 60px;}

      /*                                     */
     /*          --  SIDEBAR  --            */
    /*                                     */
.heading--underline {
  font-size: 20px; text-transform: uppercase; line-height: 1;
  padding-bottom: 13px; border-bottom: 2px solid hsl(35, 49%, 58%); margin-bottom: 10px;
}
.heading--underline:not(:nth-of-type(1)) {margin-top: 27px;}

.sidebar-list { background: hsl(0, 0%, 97%); padding: 0px; list-style: none; }
.sidebar-list li {padding: 12px 10px 11px; transition: .2s all; position: relative;}
.sidebar-list li:not(:last-child) {border-bottom: 1px dotted hsl(0, 0%, 80%);}

.sidebar-list li a {
  line-height: 1; font-size: 14px; color: hsl(0, 0%, 20%); transition: .2s all;
  text-transform: uppercase; display: inline-block; position: relative;
}
/*.sidebar-list li::after {
  content: "";display: inline-block; width: 7px; height: 11px; transition: .2s all;
  background: url(/images/icon/arrow-black.png) no-repeat center center; background-size: contain;
  position: absolute; right: 0; top: 5px; transform: scaleX(-1);
}*/
.sidebar-list li.active, .sidebar-list li:hover, .sidebar-list li:focus {background: hsl(15, 54%, 25%);}
.sidebar-list li.active a, .sidebar-list li:hover a, .sidebar-list li:focus a {color: white;}
/*.sidebar-list li.active a::after, .sidebar-list li:hover a::after, .sidebar-list li:focus a::after {
  content: "";display: inline-block; width: 7px; height: 11px;
  background: url(/images/icon/arrow-white.png) no-repeat center center; background-size: contain;
  position: absolute; right: 0; top: 50%; transform: translateY(-50%) scaleX(-1);
}*/

.heading--stat {
	margin: 50px 0 15px; font-size: 18px; padding-left: 55px; position: relative;
}
.heading--stat::before {
	content: ""; display: block; width: 25px; height: 25px;
	background: url(/images/icon/statistics.png) no-repeat center center;
	background-size: contain; position: absolute; left: 25px; top: calc(50% - 12.5px);
}
.stat { list-style: none; padding: 10px; border: 2px solid hsl(35, 49%, 58%); }
.stat li { padding-left: 35px; font-size: 14px; position: relative; margin-top: 5px;}
.stat li::before {
	content: ""; display: inline-block; width: 4px; height: 4px; background: hsl(15, 54%, 25%);
	position: absolute; top: calc(50% - 2px); left: 15px; border-radius: 50%;
}


      /*                                     */
     /*          --  PRODUCTS  --           */
    /*                                     */

#HeadingPage { font-size: 20px; text-transform: uppercase; }
#products {margin-top: -15px;}

#WrapperPagination {margin-top: 45px; text-align: right;}
#lbl_Pagination {font-size: 0;}
#lbl_Pagination a {
  display:inline-block; padding: 9px 11px; border: 1px solid hsl(0, 0%, 92%);
  font-size: 12.267px;  line-height: 1; transition: all .2s;
}
#lbl_Pagination a:not(:last-child) {margin-right: 5px;}
#lbl_Pagination .cpage, #lbl_Pagination a:hover, #lbl_Pagination a:focus { border: 1px solid	hsl(45, 60%, 46%); background: hsl(45, 60%, 46%); color: white; }

      /*                                     */
     /*      --  PRODUCT CONTENT  --        */
    /*                                     */

#ProductGallery {text-align: center; margin: 0;}
.xzoom {}
.xzoom-thumbs  {position: relative; width: calc(100% - 105px); left: 53px; margin-bottom: 0; margin-top: 10px;}
.xzoom-gallery {height: 73px; object-fit: contain; margin: 0;}

.heading--product {
  padding-bottom: 17px; border-bottom: 1px solid hsl(0, 0%, 87%); margin-bottom: 15px;
  font-size: 20px; color: hsl(16, 35%, 15%);
}

#ProductSummary p {margin-bottom: 3px;}
.heading--prosumm {margin: 40px 0 15px; font-size: 18px; color:hsl(0, 0%, 20%)}

.contact-box {
 padding: 10px 10px 10px 84px; border: 1px dashed hsl(0, 0%, 88%);
 background: url(/images/icon/help.png) no-repeat top 9px left 14px;
 background-size: 50px 52px; display: flex; align-items: flex-start;
}

a.btn-price, a.btn-price:visited {
  display: block; margin: 50px 0 10px; text-align: center; height: 37px; line-height: 37px;
  background: hsl(0, 100%, 56%); font-size: 16px; color: hsl(0, 0%, 100%); border: none; outline: none;
}

.btn-price:hover, .btn-price:focus {
  background: white; border: 1px solid hsl(0, 100%, 56%); color: hsl(0, 100%, 56%);
} 

.heading--prodetail {
  font-size: 18px; text-transform: uppercase; line-height: 1; position: relative;
  padding-bottom: 12px; border-bottom: 1px solid hsl(0, 0%, 87%); margin-top: 30px;
}
.heading--prodetail::after {
  content: ""; width: 90px; border-bottom: 2px solid 	hsl(357, 85%, 52%);
  position: absolute; bottom: 0; left: 0;
}


.heading-prosim {
  font-size: 18px; color:	hsl(16, 35%, 15%); text-transform: uppercase;
  line-height: 1; padding-bottom: 13px; border-bottom: 2px solid hsl(35, 49%, 58%);
  margin: 19px 0;
}


#SimilarProducts .product {margin-top: 0;}



      /*                                     */
     /*          --  PROJECTS  --           */
    /*                                     */
#ProjectsPage {margin-top: -10px;}
.project {margin-top: 30px;}
.project .frame-img img {height: 160px; width: 100%; object-fit: cover;}
.project h3 {margin-top: 7px; font-size: 16px;}

      /*                                     */
     /*           --  CONTACT  --           */
    /*                                     */

#ContactPage iframe {height: 350px; width: 100%; margin-bottom: 50px; border: 2px solid #745b33;}
.btn-send {display: inline-block; padding: 10px 20px; color: white; background: hsl(35, 49%, 58%); border: none; outline: none; cursor: pointer;}

      /*                                     */
     /*           --  FOOTER  --            */
    /*                                     */

/*-------------------PARTNERS------------------------------------------*/
#Partners {position: relative; padding: 40px 15px 52px;}
#Partners::before {
  content: ""; background: 	hsl(0, 0%, 95%); z-index: -1;
  position: absolute; top: 0; bottom: 0; left: calc(-50vw + 50%); right: calc(-50vw + 50%);
} 
#Partners .heading1 {margin-bottom: 30px;}



#Partners .item {
  padding: 43px 33px; background: white;
  border: 1px solid #d0d0d0; outline: 3px solid	hsl(0, 0%, 95%); outline-offset: -4px;}
.partner {height: 65px; object-fit:contain;}

/*#Partners .owl-nav .owl-prev span {
  display: inline-block; height: 25px; width: 25px;
  background: url('/images/icon/left-arrow-green.jpg') no-repeat center;
  background-size:contain; opacity: .3; transition: .2s all;
}



#Partners .owl-nav .owl-next span {
  display: inline-block; height: 25px; width: 25px;
  background: url('/images/icon/right-arrow-green.jpg') no-repeat center;
  background-size: contain; opacity: .3;
}*/



.ovrly31 { width: 100%; overflow: hidden; position: relative; }
.ovrly31 .ovrly {
  position: absolute; left: 0; top: 0;
  background: hsla(17, 23%, 23%, 0.74);
  height: 100%; width: 100%;
  -webkit-transform: rotateZ(-180deg); -moz-transform: rotateZ(-180deg); -ms-transform: rotateZ(-180deg); -o-transform: rotateZ(-180deg); transform: rotateZ(-180deg);
  -webkit-transform-origin: center bottom; -moz-transform-origin: center bottom; -ms-transform-origin: center bottom; -o-transform-origin: center bottom; transform-origin: center bottom;
  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}

.ovrly31 a {
  display: inline-block; width: 65%;
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-size: 18px; color: #fff; text-transform: uppercase; font-style: italic; font-weight: bold;
  text-align: center; line-height:1.2; opacity: 0; transition: all 0.2s 0.3s
}
.ovrly31:hover a, .ovrly31:focus a { opacity: 1; }
.ovrly31:hover .ovrly {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

#Partners .nav-ci .owl-nav{ width: calc(100% - 20px); }

footer {padding: 40px 15px 23px; position: relative;}
footer::before {
  content: ""; background: hsl(0, 0%, 97%); z-index: -1;
  position: absolute; top: 0; bottom: 0; left: calc(-50vw + 50%); right: calc(-50vw + 50%);
} 

.heading-footer {font-size: 18px; text-transform: uppercase; margin-bottom: 35px;}
footer p {line-height: 1.571; padding-left: 42px; position: relative;}
footer p:not(:last-of-type) {margin-bottom: 30px;}
footer p::before {
  content: ""; display: inline-block; width: 34px; height: 31px;
  position: absolute; top: 50%; left: 0; transform: translateY(-50%);
}
.info--address::before {background: url(/images/icon/address.png); background-size: contain;}
.info--hotline::before {background: url(/images/icon/call.png); background-size: contain;}
.info--email::before {background: url(/images/icon/email.png); background-size: contain;}
.info--website::before {background: url(/images/icon/website.png); background-size: contain;}


.btn-contact {
  display: inline-block; font-size: 18px; text-transform: uppercase; margin-top: 30px; line-height: 1;
  padding: 11px 65px; background: hsl(0, 0%, 93%); border-left: 7px solid hsl(45, 60%, 46%);
}



footer iframe {height: 267px; width: 100%;}
#Market {position: relative; padding: 19px 15px;}
#Market::before {
  content: ""; background: url(/images/background/market.jpg); background-size: cover; z-index: -1;
  position: absolute; top: 0; bottom: 0; left: calc(-50vw + 50%); right: calc(-50vw + 50%);
} 

#Market p {font-size: 13px; line-height: 13px; color: white;}

@media(max-width: 576px) {
  #wowslider-container1 { transform: scale(1.45); transform-origin: top; margin-bottom: 40px;}
  #HomeProducts {padding: 15px;}
  .heading1 { font-size: 20px; margin-top: 15px; }

  #HomeNews { padding: 20px 15px 40px; }
  #Partners { padding: 15px 15px 30px; }
  .BC { width: calc(100% - 30px); text-align: center;}
  .BC a, .BC a:visited, .BC a:hover, .BC a:focus {font-size: 15px;}
  .heading--underline {font-size: 17px;}
  #MainPage>.row {flex-direction: column-reverse;}
  #Sidebar {margin-top: 30px;}
  #HeadingPage {font-size: 18px; text-align: center;}
  #products {margin-top: 0; }
  .xzoom-thumbs {margin-bottom: 20px;}
  .heading--prosumm {margin: 20px 0 15px;}
  a.btn-price, a.btn-price:visited {margin: 30px 0 10px;}



  footer { padding: 5px 15px 23px; }
  .heading-footer { margin-bottom: 10px; text-align: center; padding: 0 5px; line-height: 1.5; }
  footer p:not(:last-of-type) { margin-bottom: 10px; }
  footer p {padding-left: 40px;}
  footer p::before { width: 30px; height: 27.3px; }
  .btn-contact { font-size: 15px; padding: 10px 28px; }
  .heading-footer {margin-top: 30px;}
}