@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,800|Muli:300,400,700&display=swap');

*,
*::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-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.25px;
  color: #23262c;
  background-color: #fff;
  margin: 0;
  padding: 0;
  padding-top: 77px;
}

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

@media only screen and (max-width : 768px) {
  body {
    padding-top: 60px;
  }
}

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.25;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #ea2029;
}

h1 {
  font-size: 40px;
}

@media only screen and (max-width : 1200px) {
  h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width : 768px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 32px;
}

@media only screen and (max-width : 1200px) {
  h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width : 768px) {
  h2 {
    font-size: 24px;
  }
}

/* h3 {
  font-size: 28px;
}

@media only screen and (max-width : 1200px) {
  h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width : 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
}

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

@media only screen and (max-width : 768px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 20px;
}

@media only screen and (max-width : 1200px) {
  h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width : 768px) {
  h5 {
    font-size: 14px;
  }
} */

h3, h4, h5, h6 {
  font-size: 16px;
}

@media only screen and (max-width : 1200px) {
  h3, h4, h5, h6 {
    font-size: 14px;
  }
}

/* @media only screen and (max-width : 768px) {
  h6 {
    font-size: 12px;
  }
} */

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-slider .home-slider__caption {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width : 768px) {
  .container,
  .home-slider .home-slider__caption {
    padding: 0 15px;
  }
}

.section {
  padding: 60px 0;
}

.section__row {
  padding-bottom: 30px;
}

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

.section__desc p,
.section__desc img,
.section__desc ul,
.section__desc ol,
.section__desc table,
.section__desc h1,
.section__desc h2,
.section__desc h3,
.section__desc h4,
.section__desc h5,
.section__desc h6,
.section__desc .gallery {
  padding-bottom: 15px;
}

.section__desc p:last-child,
.section__desc img:last-child,
.section__desc ul:last-child,
.section__desc ol:last-child,
.section__desc table:last-child,
.section__desc h1:last-child,
.section__desc h2:last-child,
.section__desc h3:last-child,
.section__desc h4:last-child,
.section__desc h5:last-child,
.section__desc h6:last-child,
.section__desc .gallery:last-child {
  padding-bottom: 0;
}

.section__desc ul,
.section__desc ol {
  padding-left: 20px;
  text-align: left;
}

.section__desc a {
  position: relative;
}

.section__desc a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #23262c;
  transition: all 0.5s;
}

.section__desc a:hover:before {
  width: 100%;
}

.section__btn {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (max-width : 768px) {
  .section__btn {
    font-size: 12px;
  }
}

.section__btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 5px;
  background-color: #fff;
  transition: all 0.5s;
}

@media only screen and (max-width : 768px) {
  .section__btn:before {
    bottom: -6px;
    height: 3px;
  }
}

.section__btn:hover:before {
  width: 100%;
}

.section__btn img {
  padding-left: 15px;
}

.header {
  background-color: #fff;
  padding: 15px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 3px 3px -3px #000;
}

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

.header .header__column {
  padding: 15px;
}

@media only screen and (max-width : 1200px) {
  .header .header__column:nth-child(2),
  .header .header__column:nth-child(3) {
    display: none;
  }
}

.header .header__column:last-child {
  display: none;
}

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

.header .header__img img {
  max-height: 40px;
}

@media only screen and (max-width : 768px) {
  .header .header__img img {
    max-height: 30px;
  }
}

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

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

.header .header__nav ul li a {
  color: #4f4f4f;
  text-transform: uppercase;
  transition: all 0.5s;
}

.header .header__nav > div > ul > li:hover > a,
.header .header__nav > div > ul > li.current_page_item > a,
.header .header__nav > div > ul > li.current-page-ancestor > a {
  color: #ea2029;
}

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

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

.header .header__nav ul ul li a {
  padding: 15px 30px!important;
  color: #fff;
  display: block;
  position: relative;
}

.header .header__nav ul ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s;
  background-color: #bf121a;
  z-index: -100;
}

.header .header__nav ul ul li a:hover:before {
  width: 100%;
}

.header .header__nav ul ul li.current_page_item a,
.header .header__nav ul ul li.current-page-ancestor a {
  background-color: #bf121a;
}

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

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

.header .header__btn {
  display: inline-flex;
}

.header .header__btn--txt,
.header .header__btn--icon {
  padding: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.header .header__btn--txt {
  background-color: #bf121a;
  color: #fff;
  transition: all 0.5s;
  position: relative;
}

.header .header__btn--txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s;
  background-color: #ea2029;
}

.header .header__btn--txt:hover:before {
  width: 100%;
}

.header .header__btn--smooth {
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.header .header__btn:hover .header__btn--smooth {
  left: 15px;
}

.header .header__btn--icon {
  background-color: #ea2029;
}

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

@media only screen and (max-width : 768px) {
  .header .header__hamburger button img {
    max-height: 24px;
  }
}

.menu-mobile {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #ea2029;
  padding: 30px 0;
  z-index: 200;
  text-align: right;
	overflow-y: auto;
	max-height: calc(100vh - 120px);
}

@media only screen and (max-width : 768px) {
  .menu-mobile {
    top: 60px;
	  max-height: calc(100vh - 110px);
  }
}

.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 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
	font-size: 14px;
}

.menu-mobile .sub-menu {
  display: none;
	margin-top: 15px;
}

.menu-mobile .sub-menu a {
	font-size: 10px;
}

.menu-mobile .menu-item-has-children > a {
  position: relative;
  padding-right: 24px;
}

.menu-mobile .menu-item-has-children > a:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  background-image: url('https://www.budowahal.pl/wp-content/uploads/2020/08/button.png');
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  filter: brightness(0%) invert(100%);
}

.slick-dotted.slick-slider {
  margin-bottom: 0!important;
}

.home-slider .animated {
  transition: all 0.5s ease;
}

.home-slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.home-slider .slick-dots {
  left: 50%;
  bottom: inherit;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: -5px;
  width: inherit;
}

@media only screen and (max-width : 1200px) {
  .home-slider .slick-dots {
    top: inherit;
    bottom: 120px;
    transform: translate(-50%, 0);
  }
}

@media only screen and (max-width : 768px) {
  .home-slider .slick-dots {
    top: inherit;
    bottom: 60px;
    transform: translate(-50%, 0);
  }
}

.home-slider .slick-dots li {
  margin: 5px;
}

.home-slider .slick-dots li button {
  padding: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.6667);
  transform: scale(0.6667);
  transition: 0.3s;
}

.home-slider .slick-dots li.slick-active button,
.home-slider .slick-dots li:hover button {
  background-color: transparent;
  border-color: #ea2029;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-slider .slick-dots li button:before {
  display: none;
}

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

.home-slider .home-slider__img > img {
  width: 100%;
  height: calc(240px + 124px + 240px);
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}

@media only screen and (max-width : 1200px) {
  .home-slider .home-slider__img > img {
    height: calc(240px + 101px + 240px);
  }
}

@media only screen and (max-width : 768px) {
  .home-slider .home-slider__img > img {
    height: calc(120px + 101px + 120px);
  }
}

.home-slider .home-slider__caption {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  text-align: center;
}

@media only screen and (max-width : 1200px) {
  .home-slider .home-slider__caption {
    top: 50%;
    transform: translateY(-50%);
  }
}

.home-slider .home-slider__suptitle {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  color: #fff;
}

.home-slider .home-slider__title {
  font-weight: 800;
  text-transform: none;
  color: #fff;
}

.page-banner .page-banner__img > img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
}

.home-our-offer {
  position: relative;
  margin-top: -240px;
}

@media only screen and (max-width : 1200px) {
  .home-our-offer {
    margin-top: 0;
    background-color: #ea2029;
    padding: 60px 0;
  }
}

.home-our-offer:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 154px;
  background-color: #171d2c;
  z-index: -100;
}

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

.home-our-offer .home-our-offer__content {
  background-color: rgba(234, 32, 41, 0.8);
  width: 66.6667%;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width : 1200px) {
  .home-our-offer .home-our-offer__content {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}

.home-our-offer .home-our-offer__row {
  padding-bottom: 120px;
}

@media only screen and (max-width : 1200px) {
  .home-our-offer .home-our-offer__row {
    padding-bottom: 30px;
  }
}

.home-our-offer .home-our-offer__row:last-child {
  padding-bottom: 0;
}

.home-realization {
  background-color: #171d2c;
  color: #fff;
  text-align: center;
}

.home-realization .home-realization__title {
  font-size: 40px;
  font-weight: 200;
  line-height: 60px;
  color: #fff;
}

@media only screen and (max-width : 1200px) {
  .home-realization .home-realization__title {
    font-size: 32px;
    line-height: 48px;
  }
}

@media only screen and (max-width : 768px) {
  .home-realization .home-realization__title {
    font-size: 28px;
    line-height: 40px;
  }
}

.home-construction-and-design,
.home-wyswig {
  position: relative;
}

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

.home-construction-and-design:before,
.home-wyswig:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(0,0,0, 0.1);
}

.home-wyswig:before {
  bottom: -1px;
}

@media only screen and (max-width : 1200px) {
  .home-construction-and-design:before,
  .home-wyswig:before {
    width: 100%;
  }
}

.home-wyswig h2 {
	padding-bottom: 30px;
}

.home-construction-and-design__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -100;
}

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

.home-construction-and-design__img > img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.home-construction-and-design .home-construction-and-design__columns {
  display: flex;
  flex-wrap: wrap;
  margin: -60px;
}

@media only screen and (max-width : 1200px) {
  .home-construction-and-design .home-construction-and-design__columns {
    margin: -30px;
  }
}

.home-construction-and-design .home-construction-and-design__column {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 60px;
}

@media only screen and (max-width : 1200px) {
  .home-construction-and-design .home-construction-and-design__column {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
  }
}

.home-construction-and-design .home-construction-and-design__column:first-child .section__btn {
  color: #ea2029;
}

.home-construction-and-design .home-construction-and-design__column:first-child .section__btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 5px;
  background-color: #ea2029;
  transition: all 0.5s;
}

.home-construction-and-design .home-construction-and-design__column:first-child .section__btn:hover:before {
  width: 100%;
}

.home-construction-and-design .home-construction-and-design__column:last-child,
.home-construction-and-design .home-construction-and-design__column:last-child .section__title {
  color: #fff;
}

@media only screen and (max-width : 1200px) {
  .home-construction-and-design .home-construction-and-design__column:last-child {
    color: #23262c;
  }
}

@media only screen and (max-width : 1200px) {
  .home-construction-and-design .home-construction-and-design__column:last-child .section__title {
    color: #ea2029;
  }
}

@media only screen and (max-width : 1200px) {
  .home-construction-and-design .home-construction-and-design__column:last-child .section__btn {
    color: #ea2029;
  }
}

.home-construction-and-design .home-construction-and-design__column:last-child .section__btn img {
  filter: brightness(0%) invert(100%);
}

@media only screen and (max-width : 1200px) {
  .home-construction-and-design .home-construction-and-design__column:last-child .section__btn img {
    filter: brightness(100%) invert(0%);
  }
}

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

.home-range-of-services .home-range-of-services__columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -15px;
}

.home-range-of-services .home-range-of-services__column {
  padding: 15px;
}

.home-range-of-services .home-range-of-services__column:first-child {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

@media only screen and (max-width : 1200px) {
  .home-range-of-services .home-range-of-services__column:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.home-range-of-services .home-range-of-services__column:last-child {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

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

.home-range-of-services .home-range-of-services__boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.home-range-of-services .home-range-of-services__box {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px;
}

.home-range-of-services .home-range-of-services__icon {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width : 1200px) {
  .home-range-of-services .home-range-of-services__icon {
    justify-content: center;
  }
}

.home-range-of-services .home-range-of-services__icon > img {
  margin-right: 15px;
}

@media only screen and (max-width : 768px) {
  .home-range-of-services .home-range-of-services__icon > img {
    margin-right: 5px;
  }
}

@media only screen and (max-width : 1200px) {
  .home-range-of-services .section__desc img {
    margin: 0 auto;
    float: none;
    margin-right: 10px;
  }
}

.section-contact {
  background-image: url('../img/kontakt-glowna.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.section-contact .section__title {
  color: #fff;
}

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

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

.page-offer .page-offer__column {
  padding: 15px;
}

.page-offer .page-offer__column:first-child {
  flex: 0 0 25%;
  max-width: 25%;
}

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

.page-offer .page-offer__column:last-child {
  flex: 0 0 75%;
  max-width: 75%;
}

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

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

@media only screen and (max-width : 1200px) {
  .gallery {
    justify-content: center;
  }
}

@media only screen and (max-width : 768px) {
  .gallery {
    margin: -7.5px!important;
  }
}

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

.page-offer .gallery-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

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

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

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

.gallery-item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: 0!important;
}

.gallery-item a {
  display: block;
  position: relative;
}

.gallery-item a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(234, 32, 41, 0.8);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.gallery-item a:hover::before {
  width: 100%;
}

.gallery-item a::after {
  content: '';
  background-image: url('../img/baseline-search-24px.png');
  width: 0;
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.gallery-item a:hover::after {
  width: 30px;
  height: 30px;
}

.page-offer__sidebar ul {
  list-style-type: none;
  background-color: #ea2029;
}

.page-offer__sidebar ul li {
  position: relative;
}

.page-offer__sidebar ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s;
  background-color: #bf121a;
}

.page-offer__sidebar ul li:hover:before {
  width: 100%;
}

.page-offer__sidebar ul li.current_page_item a,
.page-offer__sidebar ul li.current-page-ancestor a {
  background-color: #bf121a;
}

.page-offer__sidebar ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 30px;
  display: block;
  position: relative;
}

@media only screen and (max-width : 768px) {
  .page-offer__sidebar ul li a {
    font-size: 12px;
  }
}

.box-page-child {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

@media only screen and (max-width : 1200px) {
  .box-page-child {
    justify-content: center;
  }
}

@media only screen and (max-width : 768px) {
  .box-page-child {
    margin: -7.5px;
  }
}

.box-page-child__item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 15px;
}

@media only screen and (max-width : 1200px) {
  .box-page-child__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width : 768px) {
  .box-page-child__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 7.5px;
  }
}

.box-page-child__img > a {
  display: block;
  overflow: hidden;
}

.box-page-child__img > a > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.box-page-child__img > a:hover > img {
  -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.box-page-child__caption {
  padding: 15px;
  background-color: #ea2029;
  text-align: center;
}

.box-page-child__title {
  color: #fff;
  font-size: 14px;
}

@media only screen and (max-width : 1200px) {
  .box-page-child__title {
    font-size: 12px;
  }
}

.hot-menu {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0,0,0, 0.1);
  font-size: 14px;
}

@media only screen and (max-width : 1200px) {
  .hot-menu {
    font-size: 12px;
  }
}

.hot-menu .hot-menu__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -15px;
}

@media only screen and (max-width : 1200px) {
  .hot-menu .hot-menu__columns {
    justify-content: center;
    flex-wrap: wrap;
    margin: -7.5px;
  }
}

.hot-menu .hot-menu__column {
  padding: 15px;
}

@media only screen and (max-width : 1200px) {
  .hot-menu .hot-menu__column {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 7.5px;
  }
}

.hot-menu .hot-menu__nav ul {
  list-style-type: none;

}

.hot-menu .hot-menu__nav > div > ul {
  display: flex;
  margin: -15px;
}

@media only screen and (max-width : 1200px) {
  .hot-menu .hot-menu__nav > div > ul {
    justify-content: center;
  }
}

@media only screen and (max-width : 768px) {
  .hot-menu .hot-menu__nav > div > ul {
    margin: -7.5px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.hot-menu .hot-menu__nav > div > ul > li {
  padding: 15px;
}

@media only screen and (max-width : 768px) {
  .hot-menu .hot-menu__nav > div > ul > li {
    padding: 7.5px;
  }
}

.hot-menu .hot-menu__nav > div > ul > li > a {
  color: #4f4f4f;
  font-weight: 600;
  text-transform: uppercase;
}

.hot-menu .hot-menu__nav > div > ul > li:hover > a,
.hot-menu .hot-menu__nav > div > ul > li.current_page_item > a,
.hot-menu .hot-menu__nav > div > ul > li.current-page-ancestor > a {
  color: #ea2029;
}

.hot-menu .hot-menu__nav .sub-menu {
  display: none;
}

.hot-menu .hot-menu__btn {
  display: inline-flex;
  align-items: center;
  color: #ea2029;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.hot-menu .hot-menu__btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 5px;
  background-color: #ea2029;
  transition: all 0.5s;
}

.hot-menu .hot-menu__btn:hover:before {
  width: 100%;
}

.footer {
  padding: 15px 0;
  font-size: 12px;
}

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

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

@media only screen and (max-width : 1200px) {
  .footer ul {
    justify-content: center;
    flex-wrap: wrap;
    margin: -7.5px;
  }
}

.footer ul li {
  padding: 15px;
  position: relative;
}

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

.footer ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

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

.footer ul li:last-child:before {
  display: none;
}

.footer ul li a {
  position: relative;
}

.footer ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5f5c59;
  transition: all 0.5s;
}

.footer ul li a:hover:before {
  width: 100%;
}

.footer .footer__desgin a {
  font-weight: 700;
  color: #ea2029;
  position: relative;
}

.footer .footer__desgin a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ea2029;
  transition: all 0.5s;
}

.footer .footer__desgin a:hover:before {
  width: 100%;
}

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

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

.footer .footer__column {
  padding: 15px;
}

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

.bottom-bar {
  position: fixed;
  left: 0;
  display: none;
  bottom: 0;
  width: 100%;
  z-index: 99999999;
  box-shadow: 0 -3px 3px -3px #000;
}

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

.bottom-bar ul {
  list-style-type: none;
  display: flex;
}

.bottom-bar ul li {
  flex: 1 0 auto;
  text-align: center;
  position: relative;
}

.bottom-bar ul li a,
.bottom-bar ul li span {
  display: block;
  background-color: #ea2029;
  padding: 10px 0;
  line-height: 1;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 10px;
}

.bottom-bar img {
  filter: brightness(0%) invert(100%);
  margin: 0 auto 5px auto;
  width: 16px!important;
  height: 16px!important;
}

.alm-btn-wrap {
  display: none!important;
}
