@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,700,900&subset=latin-ext');

@font-face

{

font-family: Hemi-Head;

src:url('../fonts/hemi head bd it.ttf');

}

*,
*::before,
*::after {
  margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.15;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
	overflow-x: hidden;
  font-size: 14px;
  line-height: 1.5;
  color: #4f5052;
  background-color: #fff;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  padding-top: 100px;
}

@media only screen and (max-width : 1200px) {
  body {
    font-size: 14px;
    padding-top: 80px;
  }
}

@media only screen and (max-width : 480px) {
  body {
    font-size: 12px;
  }
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 16px;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
  font-weight: 400;
}

sub,
sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container,
.home-banner .home-slider__caption,
.page-banner .page-banner__caption {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width : 1200px) {
  .container,
  .home-banner .home-slider__caption,
  .page-banner .page-banner__caption {
    padding: 0 15px;
  }
}

.header-back-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fd8127;
  z-index: -100;
  display: none;
}

@media only screen and (max-width : 1200px) {
  .header-back-fixed {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 300;
  background-color: #fd8127;
}

.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 50%;
  height: 100%;
  z-index: -100;
}

/*.bg .header {*/
/*  background-color: #fd8127;*/
/*}*/

.header .header__columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -15px;
}

.header .header__column {
  padding: 15px;
}

.header .header__logo img {
  max-height: 70px;
}

@media only screen and (max-width : 1200px) {
  .header .header__logo img {
    max-height: 50px;
  }
}

/*.bg .header .header__logo img {*/
/*  filter: brightness(0%) invert(100%);*/
/*}*/

.header .header__nav ul {
  display: flex;
  margin: -15px;
  list-style-type: none;
}

@media only screen and (max-width : 1200px) {
  .header .header__nav {
    display: none;
  }
}

.header .header__hamburger {
  display: none;
}

@media only screen and (max-width : 1200px) {
  .header .header__hamburger {
    display: block;
  }
}

.header .header__hamburger button {
  border: 0;
  background-color: transparent;
}

.header .header__hamburger button img {
  filter: brightness(0%) invert(100%);
}

.header .header__nav ul li {
  padding: 15px;
  position: relative;
  float: left;
}

.header .header__nav ul li a {
  font-weight: 700;
  color: #fff;
  text-transform: lowercase;
  font-size: 14px;
}

.header .header__nav > div > ul > li > a:hover,
.header .header__nav > div > ul > li.current-menu-item > a,
.header .header__nav > div > ul > li.current-page-ancestor > a {
  color: #4f5052;
}

.header .header__nav ul ul {
  display: none!important;
  position: absolute;
  top: calc(100% - 15px);
  left: 15px;
  background-color: #4f5052;
  margin: 0!important;
  white-space: nowrap;
  z-index: 400;
}

.header .header__nav ul ul li {
  float: none;
  padding: 0!important;
}

.header .header__nav ul ul li a {
  padding: 15px!important;
  font-size: 14px;
  color: #fff;
  display: block;
}

.header.stick .header__nav ul ul li a {
  font-size: 12px;
}

.header .header__nav ul ul li a:hover {
  background-color: #fd8127;
  color: #fff;
}

.header .header__nav ul ul ul {
  top: 0;
  left: 100%
}

.header .header__nav ul li:hover > ul {
  display: block!important;
}

.menu-mobile {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #4f5052;
  z-index: 300;
  text-align: right;
  padding: 15px 0;
}

.menu-mobile ul {
  list-style-type: none;
}

.menu-mobile ul li {
  margin-bottom: 15px;
}

.menu-mobile ul li:last-child {
  margin-bottom: 0;
}

.menu-mobile ul li a {
  font-weight: 700;
  color: #fff;
  text-transform: lowercase;
}

.home-banner .home-slider__item,
.page-banner {
  position: relative;
}

.home-banner .home-slider__img {
  position: relative;
}

/*.home-banner .home-slider__img:before,*/
/*.page-banner .page-banner__img:before {*/
/*  position: absolute;*/
/*  content: '';*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 50%;*/
/*  height: calc(75vh - 100px);*/
/*  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.1) 100%);*/
/*  z-index: 100;*/
/*}*/

@media only screen and (max-width : 1200px) {
  .home-banner .home-slider__img:before,
  .page-banner .page-banner__img:before {
    width: 100%;
    height: calc(75vh - 80px);
  }
}

.home-banner .home-slider__img img,
.page-banner .page-banner__img img {
  width: 50%;
  height: calc(75vh - 100px);
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width : 1200px) {
  .home-banner .home-slider__img img,
  .page-banner .page-banner__img img {
    width: 100%;
    height: calc(75vh - 80px);
    filter: brightness(50%);
  }
}

.home-banner .home-slider__caption,
.page-banner .page-banner__caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  z-index: 200;
}

@media only screen and (max-width : 1200px) {
  .home-banner .home-slider__caption,
  .page-banner .page-banner__caption {
    justify-content: flex-start;
    top: 50%;
    display: none;
  }
}

.home-banner .home-slider__header,
.page-banner .page-banner__header {
  font-family: 'Raleway', sans-serif;
  position: relative;
  padding: 0 0 30px 30px;
  display: inline-block;
}

@media only screen and (max-width : 1200px) {
  .home-banner .home-slider__header,
  .page-banner .page-banner__header {
    width: 100%;
  }
}

.home-banner .home-slider__title,
.page-banner .page-banner__title {
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (max-width : 1200px) {
  .home-banner .home-slider__title,
  .page-banner .page-banner__title {
    font-size: 32px;
    color: #fff;
  }
}

@media only screen and (max-width : 768px) {
  .home-banner .home-slider__title,
  .page-banner .page-banner__title {
    font-size: 28px;
  }
}

@media only screen and (max-width : 480px) {
  .home-banner .home-slider__title,
  .page-banner .page-banner__title {
    font-size: 28px;
  }
}

.home-banner .home-slider__header,
.page-banner .page-banner__header {
  display: flex;
  justify-content: center;
  margin-left: 30px;
  width: calc(50% - 30px);
}

@media only screen and (max-width : 1200px) {
  .home-banner .home-slider__header,
  .page-banner .page-banner__header {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
  }

  .page-banner .page-banner__header {
    padding: 0;
  }
}

.page-banner .page-banner__title {
  padding: 0 0 30px 30px;
}

.home-banner .home-slider__header:before,
.page-banner .page-banner__title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-bottom: 3px solid #4f5052;
  border-left: 3px solid #4f5052;
}

@media only screen and (max-width : 1200px) {
  .home-banner .home-slider__header:before,
  .page-banner .page-banner__title:before {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
  }
}

.home-banner .home-slider__subtitle {
  font-size: 20px;
  font-weight: 300;
  text-transform: lowercase;
}

@media only screen and (max-width : 1200px) {
  .home-banner .home-slider__subtitle {
    font-size: 16px;
    color: #fff;
  }
}

.breadcrumbs {
  padding: 15px;
  color: #fff;
  background-color: #fd8127;
}

.breadcrumbs .current-item,
.breadcrumbs span > span {
  font-weight: 700;
}

.section {
  padding: 90px 0;
}

@media only screen and (max-width : 1200px) {
  .section {
    padding: 60px 0;
  }
}

.section__title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width : 1200px) {
  .section__title {
    font-size: 20px;
  }
}

@media only screen and (max-width : 480px) {
  .section__title {
    font-size: 16px;
  }
}

.section__desc p {
  margin-bottom: 15px;
}

.section__desc p:last-child {
  margin-bottom: 0;
}

.section__row {
  margin-bottom: 30px;
}

.section__row:last-child {
  margin-bottom: 0;
}

.section__btn {
  display: inline-block;
  padding: 15px 30px;
  text-transform: lowercase;
  font-weight: 700;
}

@media only screen and (max-width : 480px) {
  .section__btn {
    padding: 10px 20px;
  }
}

.section__btn--white {
  border: 3px solid #fff;
  color: #fff;
}

.section__btn--white:hover {
  background-color: #fff;
  color: #4f5052;
}

.section__btn--gray {
  border: 3px solid #4f5052;
  color: #4f5052;
}

.section__btn--gray:hover {
  background-color: #4f5052;
  color: #fff;
}

@media only screen and (max-width : 1200px) {
  .home-about-us {
    text-align: center;
  }
}

.home-offer {
  background-color: #fd8127;
  color: #fff;
  position: relative;
}

@media only screen and (max-width : 1200px) {
  .home-offer {
    text-align: center;
  }
}

.home-offer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('../img/Layer-5-copy.png');
  width: 20%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-offer .home-offer__columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -15px;
}

.home-offer .home-offer__column {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 15px;
}

@media only screen and (max-width : 1200px) {
  .home-offer .home-offer__column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.home-offer .home-offer__column:last-child {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

@media only screen and (max-width : 1200px) {
  .home-offer .home-offer__column:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.home-offer .section__header {
  display: inline-flex;
}

.home-offer .section__title {
  position: relative;
  top: 67px;
  left: -29px;
}

.home-offer .home-offer__wrapper {
  position: relative;
  padding: 0 64px;
}

.home-offer .home-offer__arrows--prev,
.home-offer .home-offer__arrows--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home-offer .home-offer__arrows--prev {
  left: 0;
}

.home-offer .home-offer__arrows--next {
  right: 0;
}

.home-offer .home-offer__arrows button {
  background-color: transparent;
  border: 0;
}

.home-offer .home-offer__arrows img {
  filter: brightness(0%) invert(100%);
  max-width: 32px;
}

.home-offer .home-offer__slider {
  margin: -15px;
}

.home-offer .home-offer__item {
  padding: 15px;
}

.home-offer .home-offer__header {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

.home-offer .home-offer__header:hover {
  background-color: #4f5052;
}

.home-offer .home-offer__title {
  font-family: Hemi-Head;
  font-size: 20px;
  color: #4f5052;
  transition: all 0.5s;
}

.home-offer .home-offer__header:hover .home-offer__title {
  color: #fff;
}

.home-quality {
  position: relative;
}

.home-quality:before,
.home-quality:after {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -100;
  filter: grayscale(100%);
}

.home-quality:before {
  background-image: url('../img/depositphotos_46772173-stock-photo-roof-tile-background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
}

@media only screen and (max-width : 1200px) {
  .home-quality:before {
    display: none;
  }
}

.home-quality:after {
  background-color: #d0d0d0;
  right: 0;
}

@media only screen and (max-width : 1200px) {
  .home-quality:after {
    background-color: #d0d0d0;
    right: 0;
    width: 100%;
  }
}

.home-quality .home-quality__columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width : 1200px) {
  .home-quality .home-quality__columns {
    margin: -15px;
  }
}

.home-quality .home-quality__column {
  flex: 0 0 50%;
  max-width: 50%;
}

@media only screen and (max-width : 1200px) {
  .home-quality .home-quality__column {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
  }
}

.home-quality .home-quality__column:last-child {
  padding: 0 0 0 90px;
}

@media only screen and (max-width : 1200px) {
  .home-quality .home-quality__column:last-child {
    padding: 15px;
    text-align: center;
  }
}

.home-quality .home-quality__img img {
  max-width: 150px;
  margin: 0 auto;
}

.home-quality .section__header {
  display: inline-flex;
}

.home-quality .section__title {
  position: relative;
  top: 32px;
  left: 8px;
}

.page-offer .page-offer__boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.page-offer .page-offer__box {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
}

@media only screen and (max-width : 1200px) {
  .page-offer .page-offer__box {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media only screen and (max-width : 768px) {
  .page-offer .page-offer__box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width : 480px) {
  .page-offer .page-offer__box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-offer .page-offer__title {
  font-family: Hemi-Head;
  font-size: 24px;
  color: #fff;
}

.page-offer .page-offer__header {
  background-color: #4f5052;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

.page-offer .page-offer__header:hover {
  background-color: #fd8127;
}

.page-products .page-products__boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.page-products .page-product__box {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
}

@media only screen and (max-width : 1200px) {
  .page-products .page-product__box {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media only screen and (max-width : 768px) {
  .page-products .page-product__box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width : 480px) {
  .page-products .page-product__box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-products .page-product__caption {
  padding: 15px;
  text-align: center;
  background-color: #4f5052;
}

.page-products .page-product__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.page-products .page-product__title {
  color: #fff;
}

.page-quality .page-quality__columns {
  display: flex;
  margin: -15px;
}

@media only screen and (max-width : 1200px) {
  .page-quality .page-quality__columns {
    flex-wrap: wrap;
  }
}

.page-quality .page-quality__column {
  padding: 15px;
}

@media only screen and (max-width : 1200px) {
  .page-quality .page-quality__column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-quality .page-quality__img img {
  max-width: 150px;
}

.page-contact .container > .section__row:first-child {
  margin-bottom: 45px;
}

.page-contact ul {
  list-style-type: none;
}

.page-contact a {
  font-weight: 700;
}

.page-contact a:hover {
  color: #fd8127;
}

.page-contact .section__header {
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width : 1200px) {
  .page-contact .section__header {
    text-align: left;
  }
}

.page-contact .page-contact__address {
  font-style: normal;
}

.page-contact .page-contact__address > ul > li {
  display: flex;
}

.page-contact .page-contact__address > ul > li > ul {
  margin-left: 7.5px;
}

.page-contact .page-contact__columns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -15px;
}

.page-contact .page-contact__column {
  padding: 30px;
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  margin: 0 7.5px;
  border: 1px solid rgba(0,0,0, 0.1);
}

@media only screen and (max-width : 1200px) {
  .page-contact .page-contact__column {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
    margin: 0;
    border: 0;
  }
}

@media only screen and (max-width : 480px) {
  .page-contact .page-contact__column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-contact .page-contact__row {
  margin-bottom: 15px;
}

.page-contact .page-contact__row:last-child {
  margin-bottom: 0;
}

.gallery,
.certification {
  display: flex;
  flex-wrap: wrap;
  margin: -15px!important;
}

.gallery-item,
.certification-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 15px!important;
  margin-top: 0!important;
  width: inherit!important;
}

@media only screen and (max-width : 1200px) {
  .gallery-item,
  .certification-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media only screen and (max-width : 768px) {
  .gallery-item,
  .certification-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width : 480px) {
  .gallery-item,
  .certification-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gallery-item img,
.certification-item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  border: 3px solid #4f5052!important;
}

.footer {
  padding: 30px 0;
  font-size: 12px;
  position: relative;
  border-top: 1px solid #d0d0d0;
}

@media only screen and (max-width : 1200px) {
  .footer {
    text-align: center;
  }
}

.footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background-color: #d0d0d0;
  z-index: -100;
}

@media only screen and (max-width : 1200px) {
  .footer:before {
    display: none;
  }
}

.footer .footer__columns {
  display: flex;
  justify-content: space-between;
  margin: -15px;
  position: relative;
}

@media only screen and (max-width : 1200px) {
  .footer .footer__columns {
    flex-wrap: wrap;
  }
}

.footer .footer__column {
  padding: 15px;
  position: relative;
}

.footer .footer__column:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: calc(100% + 30px);
  background-color: #fff;
  z-index: -100;
}

.footer .footer__column:first-child:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% + 30px);
  background-color: #d0d0d0;
  z-index: -100;
}

@media only screen and (max-width : 1200px) {
  .footer .footer__column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer .footer__column:first-child:before {
    display: none;
  }
}

.footer .footer__logo img {
  max-height: 70px;
}

@media only screen and (max-width : 1200px) {
  .footer .footer__logo img {
    margin: 0 auto;
  }
}

.footer .footer__address {
  font-style: normal;
}

.footer .footer__address > ul > li {
  display: flex;
}

@media only screen and (max-width : 1200px) {
  .footer .footer__address > ul > li {
    justify-content: center;
  }
}

.footer .footer__address > ul > li > ul {
  margin-left: 7.5px;
}

.footer .footer__copyright {
  text-align: center;
}

.footer ul {
  list-style-type: none;
}

.footer a {
  font-weight: 700;
}

.footer a:hover {
  color: #fd8127;
}

.certification .page-offer__boxes{
  width: 100%;
  display: flex;
  align-items: center;
}

.certification .page-offer__box{
  flex: 0 0 50%;
  max-width: 50%;
  padding: 45px 15px;
  background: #4f5052;
  color: #fff;
  margin: 15px;
  text-align: center;
  align-items: center;
  cursor: pointer;

  -webkit-transition: ease .5s;
  -o-transition: ease .5s;
  transition: ease .5s;
}

.certification .page-offer__box:hover{
  background: #fd8127;

  -webkit-transition: ease .5s;
  -o-transition: ease .5s;
  transition: ease .5s;
}
