@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;900&family=Roboto:wght@400;700;900&display=swap');

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

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

html,
body {
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  padding-top: 180px;
}

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

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

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 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

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

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

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

h2 {
  font-size: 48px;
}

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

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

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

h3 {
  font-size: 24px;
}

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

@media only screen and (max-width : 768px) {
  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%;
}

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 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width : 1440px) {
  .container {
    max-width: 1200px;
  }
}

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

.section {
  padding: 90px 0;
}

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

.fifty-fifty .section__desc > img,
.single-post .section__desc > img {
  width: 50%;
  float: left;
  margin-right: 15px;
  padding-right: 15px;
}

@media only screen and (max-width : 1200px) {
  .fifty-fifty .section__desc > img,
  .single-post .section__desc > img {
    width: 100%;
    clear: both;
    margin-right: 0;
    padding-right: 0;
  }

  .single-post .section__desc > img {
    width: auto;
    margin: 0 auto;
  }
}

.section__row {
  margin-bottom: 60px;
}

@media only screen and (max-width : 768px) {
  .section__row {
    margin-bottom: 30px;
  }
}

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

.section__header {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.section__title {
  font-size: 48px;
  position: relative;
  margin-bottom: 15px;
}

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

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

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

.section__title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 4px;
  background-color: #F46421;
}

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

.section__subtitle {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
}

.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 {
  margin-bottom: 30px;
}

.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 {
  margin-bottom: 0;
}

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

.section__desc table {
  text-align: left;
  border-collapse: collapse;
}

.section__desc table th,
.section__desc table td {
  padding: 15px;
}

.section__btn,
.wpcf7-submit {
  padding: 15px 30px!important;
  line-height: 1!important;
  display: inline-flex!important;
  align-items: center!important;
  background-color: #192340!important;
  color: #F46421!important;
  font-weight: 900!important;
  text-transform: uppercase!important;
  font-size: 16px!important;
  transition: all .5s!important;
}

@media only screen and (max-width : 1440px) {
  .section__btn,
  .wpcf7-submit {
    font-size: 14px!important;
  }
}

.section__btn:hover,
.wpcf7-submit:hover {
  background-color: #F46421!important;
  color: #fff!important;
}

.wpcf7-submit {
  width: auto!important;
  height: 57px;
  position: relative;
  padding-left: 69px!important;
}

.section__btn > svg {
  margin-right: 15px;
  height: 24px!important;
}

.section__btn > svg path {
  fill: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  background-color: #fff;
  transition: all .5s;
}

.header.active {
  top: -62px;
}

@media only screen and (max-width : 1200px) {
  .header.active {
    top: 0;
  }
}

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

.header .header__top {
  background-color: #192340;
  padding: 15px 0;
}

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

.header .header__contact > ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 -15px;
}

.header .header__contact > ul > li {
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.header .header__contact > ul > li > img {
  margin-right: 15px;
  width: 32px;
  height: 32px;
}

.header .header__contact > ul > li > a {
  color: #F46421;
  font-weight: 700;
}

.header .header__contact > ul > li > a:hover {
  color: #fff;
}

.header .header__bottom {
  padding: 30px 0;
  background-color: #fff;
}

@media only screen and (max-width : 1200px) {
  .header .header__bottom {
    padding: 15px 0;
  }
}

.header .header__logo > img {
  height: 58px;
}

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

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

.header .header__column {
  padding: 0 15px;
}

.header .header__column:nth-child(2) {
  display: flex;
  align-items: center;
}

@media only screen and (max-width : 1200px) {
  .header .header__column:nth-child(2) {
    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__search {
  margin-left: 30px;
}

.header .header__search img {
  height: 20px;
}

.header .header__nav .menu {
  display: flex;
  margin: -15px;
}

.header .header__btn > a {
  display: inline-block;
  padding: 15px 30px;
  background-color: #F46421;
  color: #fff;
  margin-left: 15px;
}

.header .header__nav .menu>li:not(.header__btn) {
  position: relative;
  float: left;
  padding: 15px;
}

.header .header__nav .menu>li:not(.header__btn)>a {
  position: relative;
  line-height: 1;
  color: #707070;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

.header .header__nav .menu>li:not(.header__btn):hover>a,
.header .header__nav .menu>li:not(.header__btn).current-menu-item>a,
.header .header__nav .menu>li:not(.header__btn).current_page_item>a,
.header .header__nav .menu>li:not(.header__btn).current_page_ancestor>a,
.header .header__nav .menu>li:not(.header__btn).current-menu-ancestor>a {
  color: #F46421;
}

.header .header__nav .menu>li:not(.header__btn)>a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #F46421;
}

.header .header__nav .menu>li:not(.header__btn):hover>a:before,
.header .header__nav .menu>li:not(.header__btn).current-menu-item>a:before,
.header .header__nav .menu>li:not(.header__btn).current_page_item>a:before,
.header .header__nav .menu>li:not(.header__btn).current_page_ancestor>a:before,
.header .header__nav .menu>li:not(.header__btn).current-menu-ancestor>a:before {
  width: 100%;
}

.header .header__nav ul ul {
  display: none!important;
  position: absolute;
  top: calc(100% - 18px);
  left: 15px;
  margin: 0!important;
  white-space: nowrap;
}

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

.header .header__nav ul ul li a {
  color: #fff;
  background-color: #192340;
  display: block;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
}

.header .header__nav ul ul li a:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - 60px);
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
}

.header .header__nav ul ul li:last-child a:before {
  display: none;
}

.header .header__nav ul ul li a:hover,
.header .header__nav ul ul li.current_page_item>a,
.header .header__nav ul ul li.current-menu-item>a,
.header .header__nav ul ul li.current_page_ancestor>a,
.header .header__nav ul ul li.current-menu-ancestor>a {
  color: #fff;
  background-color: #F46421;
}

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

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

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

.header .header__hamburger img {
  max-height: 24px;
}

.menu-mobile {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #F46421;
  padding: 15px 0;
  text-align: right;
  max-height: calc(100vh - 80px);
  overflow-y: scroll;
  z-index: 300;
}

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

.menu-mobile a {
  color: #fff;
  display: block;
  padding: 15px 0;
  position: relative;
}

.menu-mobile li:hover>a,
.menu-mobile li.current_page_item>a,
.menu-mobile li.current-menu-item>a,
.menu-mobile li.current_page_ancestor>a,
.menu-mobile li.current_page_ancestor>a,
.menu-mobile li.current-menu-ancestor>a,
.menu-mobile li.current-menu-ancestor>a {
  color: #fff;
}

.menu-mobile a:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
}

.menu-mobile .menu>li:last-child>a:after {
  display: none;
}

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

.menu-mobile .menu-item-has-children>a:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url('../img/button.png');
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  filter: brightness(0%) invert(100%);
}

.menu-mobile .sub-menu {
  display: none;
}

.home-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  margin-bottom: 0!important;
}

.home-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.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.3333, 1.3333, 1.3333);
    transform: scale3d(1.3333, 1.3333, 1.3333);
  }

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

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

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

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

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

@media only screen and (max-width : 1200px) {
  .home-slider .home-slider__img {
    background-color: #000;
  }
}

.home-slider .home-slider__img > img {
  width: 100%;
  height: calc(100vh - 180px);
  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(100vh - 80px);
    opacity: .5!important;
  }
}

.home-slider .home-slider__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 60px 0;
  width: 100%;
}

@media only screen and (max-width : 1200px) {
  .home-slider .home-slider__caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: inherit;
  }
}

.home-slider .home-slider__caption:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #66B1F2;
}

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

.home-slider .home-slider__row {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

@media only screen and (max-width : 1440px) {
  .home-slider .home-slider__row {
    max-width: 1200px;
  }
}

@media only screen and (max-width : 1200px) {
  .home-slider .home-slider__row {
    max-width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .home-slider .home-slider__row:last-child {
    margin-bottom: 0;
  }
}

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

.home-slider .home-slider__desc {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #fff;
}

@media only screen and (max-width : 1440px) {
  .home-slider .home-slider__desc {
    font-size: 20px;
  }
}

@media only screen and (max-width : 768px) {
  .home-slider .home-slider__desc {
    font-size: 16px;
  }
}

.home-slider .home-slider__title,
.home-slider .home-slider__desc {
  width: 50%;
}

@media only screen and (max-width : 1200px) {
  .home-slider .home-slider__title,
  .home-slider .home-slider__desc {
    width: 100%;
  }
}

.home-hero .home-hero__bar {
  background-color: #F2BF91;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  padding: 30px;
}

@media only screen and (max-width : 1200px) {
  .home-hero .home-hero__bar {
    right: 0;
    left: inherit;
    width: 100%;
  }
}

.home-hero .home-hero__bar .home-hero__items {
  display: flex;
  align-items: center;
  margin: 0 -45px;
}

@media only screen and (max-width : 1200px) {
  .home-hero .home-hero__bar .home-hero__items {
    justify-content: center;
    margin: 0 -30px;
  }
}

.home-hero .home-hero__bar .home-hero__item {
  padding: 0 45px;
}

@media only screen and (max-width : 1200px) {
  .home-hero .home-hero__bar .home-hero__item {
    padding: 0 30px;
  }
}

.home-hero .home-hero__bar .home-slider__arrow:hover {
  cursor: pointer;
}

.home-hero .home-hero__bar .home-slider__arrow > img {
  height: 20px;
}

.home-hero .home-hero__bar .slick-dots {
  position: relative;
  bottom: 0;
  display: flex;
}

.home-hero .home-hero__bar .slick-dots li {
  background-color: #192340;
  margin: 0;
  margin-right: 30px;
  transition: all .5s;
}

.home-hero .home-hero__bar .slick-dots li:hover,
.home-hero .home-hero__bar .slick-dots li.slick-active {
  background-color: #fff;
}

.home-hero .home-hero__bar .slick-dots li:last-child {
  margin-right: 0;
}

.home-hero .home-hero__bar .slick-dots li button {
  display: none;
}

.home-our-products {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

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

.home-our-products .home-our-products__boxes,
.page-offer .page-offer__boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -45px -30px;
  padding: 30px 0;
}

@media only screen and (max-width : 1200px) {
  .home-our-products .home-our-products__boxes,
  .page-offer .page-offer__boxes {
    margin: -30px;
  }
}

.home-our-products .home-our-products__box,
.page-offer .page-offer__box {
  width: 25%;
  padding: 45px 30px;
  text-align: center;
}

@media only screen and (max-width : 1200px) {
  .home-our-products .home-our-products__box,
  .page-offer .page-offer__box {
    width: 50%;
    padding: 30px;
  }
}

@media only screen and (max-width : 768px) {
  .home-our-products .home-our-products__box,
  .page-offer .page-offer__box {
    width: 100%;
  }
}

.home-our-products .home-our-products__icon > a,
.page-offer .page-offer__icon > a {
  display: block;
}

.home-our-products .home-our-products__icon > a > svg,
.page-offer .page-offer__icon > a > svg {
  height: 150px;
  margin: 0 auto;
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

@media only screen and (max-width : 1200px) {
  .home-our-products .home-our-products__icon > a > svg,
  .page-offer .page-offer__icon > a > svg {
    height: 120px;
  }
}

.home-our-products .home-our-products__icon > a:hover > svg,
.page-offer .page-offer__icon > a:hover > svg {
  -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* .home-our-products .home-our-products__icon > a > svg path,
.home-our-products .home-our-products__icon > a > svg rect,
.home-our-products .home-our-products__icon > a > svg circle {
  fill: #fff;
	stroke: #fff!important;
} */

.home-our-products .home-our-products__row,
.page-offer .page-offer__row {
  margin-bottom: 30px;
}

.home-our-products .home-our-products__row:last-child,
.page-offer .page-offer__row:last-child {
  margin-bottom: 0;
}

.home-our-products .home-our-products__title,
.page-offer .page-offer__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 15px 15px 15px;
  border: 4px solid #F2BF91;
  border-top: 0;
  line-height: 1.2;
}

.home-about-us {
  position: relative;
  background-color: #66B1F2;
  color: #fff;
  padding-bottom: 210px;
}

@media only screen and (max-width : 1200px) {
  .home-about-us {
    padding-bottom: 90px;
  }

  .home-about-us .section__header {
    text-align: center;
  }
}

@media only screen and (max-width : 768px) {
  .home-about-us {
    padding-bottom: 60px;
  }
}

.home-about-us .home-about-us__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

@media only screen and (max-width : 1200px) {
  .home-about-us .home-about-us__img {
    width: 100%;
    position: relative;
    top: -90px;
  }
}

@media only screen and (max-width : 768px) {
  .home-about-us .home-about-us__img {
    top: -60px;
  }
}

.home-about-us .home-about-us__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-about-us .home-about-us__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.home-about-us .home-about-us__column {
  width: 50%;
  padding-left: 60px;
}

@media only screen and (max-width : 1200px) {
  .home-about-us .home-about-us__column {
    width: 100%;
    padding-left: 0;
  }
}

.home-about-us .home-about-us__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  background-color: #192340;
  color: #F46421;
  font-weight: 900;
  text-transform: uppercase;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width : 1200px) {
  .home-about-us .home-about-us__btn {
    position: relative;
    width: 100%;
    bottom: -90px;
  }
}

@media only screen and (max-width : 768px) {
  .home-about-us .home-about-us__btn {
    bottom: -60px;
  }
}

.home-about-us .home-about-us__btn:hover {
  background-color: #F46421;
  color: #fff;
}

.home-about-us .home-about-us__btn > svg {
  margin-right: 15px;
  height: 32px;
}

.home-about-us .home-about-us__btn > svg path {
  fill: #fff;
}

.home-numbers .home-numbers__boxes {
  display: flex;
  justify-content: space-between;
  margin: -15px;
}

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

  .home-numbers .home-numbers__boxes {
    flex-wrap: wrap;
  }
}

.home-numbers .home-numbers__box {
  padding: 15px;
  text-align: center;
}

@media only screen and (max-width : 1200px) {
  .home-numbers .home-numbers__box {
    width: 50%;
  }
}

@media only screen and (max-width : 768px) {
  .home-numbers .home-numbers__box {
    width: 100%;
  }
}

.home-numbers .home-numbers__row {
  margin-bottom: 30px;
}

.home-numbers .home-numbers__row:last-child {
  margin-bottom: 0;
}

.home-numbers .home-numbers__icon > img {
  height: 150px;
  margin: 0 auto;
}

.home-numbers .home-numbers__counter {
  font-weight: 900;
  font-size: 40px;
  color: #F46421;
}

@media only screen and (max-width : 1440px) {
  .home-numbers .home-numbers__counter {
    font-size: 32px;
  }
}

@media only screen and (max-width : 768px) {
  .home-numbers .home-numbers__counter {
    font-size: 28px;
  }
}

@media only screen and (max-width : 480px) {
  .home-numbers .home-numbers__counter {
    font-size: 24px;
  }
}

.home-numbers .home-numbers__desc {
  font-weight: 900;
  color: #192340;
  text-transform: lowercase;
}

.home-why-us {
  color: #fff;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.home-why-us .home-why-us__content {
  padding: 60px 0;
  position: relative;
}

.home-why-us .home-why-us__content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #66B1F2;
}

@media only screen and (max-width : 1200px) {
  .home-why-us .home-why-us__content:before {
    width: 100%;
  }
}

.home-why-us .home-why-us__columns {
  display: flex;
  flex-wrap: wrap;
}

.home-why-us .home-why-us__column {
  width: 50%;
  padding-right: 60px;
  position: relative;
}

@media only screen and (max-width : 1200px) {
  .home-why-us .home-why-us__column {
    width: 100%;
    padding-right: 0;
  }
}

.home-news {
  padding-bottom: 0;
  position: relative;
}

.home-news .home-news__mask {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - ((100% - 1380px) / 2));
  background-color: #B3E0F2;
}

.home-news .home-news__content {
  position: relative;
}

.home-news .section__header {
  position: absolute;
  top: 0;
  right: 0;
  left: inherit;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

@media only screen and (max-width : 1200px) {
  .home-news .section__header {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width : 768px) {
  .home-news .section__header {
    margin-bottom: 30px;
  }
}

.home-news .home-news__carousel {
  margin: 0 -15px;
}

.home-news .slick-track {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.home-news .home-news__item {
  padding: 0 15px;
}

.home-news .home-news__img > a {
  display: block;
  overflow: hidden;
}

.home-news .home-news__img > a > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.home-news .home-news__img > a:hover > img {
  -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.home-news .home-news__caption,
.home-news .home-news__btn {
  display: none;
}

@media only screen and (max-width : 1200px) {
  .home-news .home-news__caption {
    display: block;
  }

  .home-news .home-news__btn {
    display: flex;
  }
}

.home-news .home-news__item.slick-current.slick-active .home-news__caption {
  display: block;
}

.home-news .home-news__item.slick-current.slick-active .home-news__btn {
  display: flex;
}

.home-news .home-news__caption {
  padding: 30px;
  background-color: #fff;
}

.home-news .home-news__row {
  margin-bottom: 15px;
}

.home-news .home-news__row:last-child {
  margin-bottom: 0;
}

.home-news .home-news__title {
  text-align: center;
}

.home-news .home-news__btn {
  justify-content: center;
  align-items: center;
  height: 90px;
  background-color: #192340;
  color: #F46421;
  font-weight: 900;
  text-transform: uppercase;
}

.home-news .home-news__btn:hover {
  background-color: #F46421;
  color: #fff;
}

.home-news .home-news__btn > svg {
  margin-right: 15px;
  height: 32px;
}

.home-news .home-news__btn > svg path {
  fill: #fff;
}

.home-news .home-news__bar .home-news__items,
.home-realizations .home-realizations__bar .home-realizations__items {
  display: flex;
  align-items: center;
  margin: 0 -45px;
}

@media only screen and (max-width : 1200px) {
  .home-news .home-news__bar .home-news__items,
  .home-realizations .home-realizations__bar .home-realizations__items {
    margin: 0 -30px;
  }
}

.home-news .home-news__bar .home-news__item,
.home-realizations .home-realizations__bar .home-realizations__item {
  padding: 0 45px;
}

@media only screen and (max-width : 1200px) {
  .home-news .home-news__bar .home-news__item,
  .home-realizations .home-realizations__bar .home-realizations__item {
    padding: 0 30px;
  }
}

.home-news .home-news__bar .home-news__arrow > img,
.home-realizations .home-realizations__bar .home-realizations__arrow > img {
  height: 20px;
}

.home-news .home-news__bar .home-news__arrow:hover > img,
.home-realizations .home-realizations__bar .home-realizations__arrow:hover > img {
  cursor: pointer;
}

.home-news .home-news__bar,
.home-realizations .home-realizations__bar {
  display: flex;
  justify-content: center;
  z-index: 100;
}

.home-news .home-news__bar {
  position: absolute;
  left: inherit;
  right: 0;
}

@media only screen and (max-width : 1200px) {
  .home-news .home-news__bar {
    position: relative;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width : 768px) {
  .home-news .home-news__bar {
    margin-bottom: 30px;
  }
}

.home-news .home-news__bar .slick-dots,
.home-realizations .home-realizations__bar .slick-dots {
  position: relative;
  bottom: 0;
  display: flex;
}

.home-news .home-news__bar .slick-dots li,
.home-realizations .home-realizations__bar .slick-dots li {
  background-color: #192340;
  margin: 0;
  margin-right: 30px;
  transition: all .5s;
}

.home-news .home-news__bar .slick-dots li:hover,
.home-news .home-news__bar .slick-dots li.slick-active,
.home-realizations .home-realizations__bar .slick-dots li:hover,
.home-realizations .home-realizations__bar .slick-dots li.slick-active {
  background-color: #F46421;
}

.home-news .home-news__bar .slick-dots li:last-child,
.home-realizations .home-realizations__bar .slick-dots li:last-child {
  margin-right: 0;
}

.home-news .home-news__bar .slick-dots li button,
.home-realizations .home-realizations__bar .slick-dots li button {
  display: none;
}

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

.home-realizations .home-realizations__carousel {
  margin: -15px;
}

.home-realizations .home-realizations__item {
  padding: 15px;
}

.home-realizations .home-realizations__img {
  position: relative;
}

.home-realizations .home-realizations__img > a {
  overflow: hidden;
  display: block;
  position: relative;
}

.home-realizations .home-realizations__img > a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, rgba(102, 177, 242, 1) , rgba(25, 177, 131, 0));
}

.home-realizations .home-realizations__img > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-realizations .home-realizations__caption {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
  transition: all 1.5s;
}

.home-realizations .home-realizations__item.slick-center .home-realizations__caption {
  opacity: 1;
}

.home-realizations .home-realizations__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -15px;
}

.home-realizations .home-realizations__column {
  padding: 0 15px;
}

.home-realizations .home-realizations__title {
  font-weight: 700;
  font-size: 32px;
}

@media only screen and (max-width : 1440px) {
  .home-realizations .home-realizations__title {
    font-size: 20px;
  }
}

@media only screen and (max-width : 768px) {
  .home-realizations .home-realizations__title {
    font-size: 16px;
  }
}

.home-realizations .home-realizations__caption ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

.home-realizations .home-realizations__caption li {
  padding: 0 15px;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
}

@media only screen and (max-width : 1440px) {
  .home-realizations .home-realizations__caption li {
    font-size: 20px;
  }
}

@media only screen and (max-width : 768px) {
  .home-realizations .home-realizations__caption li {
    font-size: 16px;
  }
}

.home-realizations .section__btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

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

.page-products .page-products__column {
  padding: 15px;
}

.page-products .page-products__column:first-child {
  width: 25%;
}

@media only screen and (max-width : 1200px) {
  .page-products .page-products__column:first-child {
    width: 100%;
  }
}

.page-products .page-products__column:last-child {
  width: 75%;
}

@media only screen and (max-width : 1200px) {
  .page-products .page-products__column:last-child {
    width: 100%;
  }
}

.page-products .page-products__boxes:not(.page-products__slider) {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.page-products .page-products__slider {
	margin: 0 -15px;
	text-align: center;
}

.page-products .page-products__box:not(.page-products__item) {
  width: 33.3333%;
  padding: 15px;
  text-align: center;
}

.page-products .page-products__item {
	padding: 0 15px;
}

@media only screen and (max-width : 1200px) {
  .page-products .page-products__box:not(.page-products__item) {
    width: 50%;
  }
}

@media only screen and (max-width : 768px) {
  .page-products .page-products__box:not(.page-products__item) {
    width: 100%;
  }
}

.page-products .page-products__rectangle {
  position: relative;
  padding: 30px;
}

.page-products .page-products__rectangle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 57px);
  background-color: #E8E8E8;
}

.page-products .page-products__row {
  margin-bottom: 30px;
  position: relative;
}

.page-products .page-products__row:last-child {
  margin-bottom: 0;
}

.page-products .page-products__img > a > img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.page-realizations {
  padding-bottom: 0;
}

.page-realizations .page-realizations__box {
  margin-bottom: 60px;
}

@media only screen and (max-width : 1200px) {
  .page-realizations .page-realizations__box {
    margin-bottom: 30px;
  }
}

.page-realizations .page-realizations__box:last-child {
  margin-bottom: 0;
}

.page-realizations .page-realizations__columns {
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
}

@media only screen and (max-width : 1200px) {
  .page-realizations .page-realizations__columns {
    margin: -15px;
  }
}

.page-realizations .page-realizations__column {
  width: 50%;
  padding: 30px;
}

@media only screen and (max-width : 1200px) {
  .page-realizations .page-realizations__column {
    width: 100%;
    padding: 15px;
  }
}

.page-realizations .page-realizations__box:nth-child(1n + 0) .page-realizations__column:first-child {
  order: 1;
}

.page-realizations .page-realizations__box:nth-child(1n + 0) .page-realizations__column:last-child {
  order: 2;
}

.page-realizations .page-realizations__box:nth-child(2n + 0) .page-realizations__column:first-child {
  order: 2;
}

@media only screen and (max-width : 1200px) {
  .page-realizations .page-realizations__box:nth-child(2n + 0) .page-realizations__column:first-child {
    order: 1;
  }
}

.page-realizations .page-realizations__box:nth-child(2n + 0) .page-realizations__column:last-child {
  order: 1;
}

@media only screen and (max-width : 1200px) {
  .page-realizations .page-realizations__box:nth-child(2n + 0) .page-realizations__column:last-child {
    order: 2;
  }
}

.page-realizations .page-realizations__row {
  margin-bottom: 30px;
}

.page-realizations .page-realizations__row:last-child {
  margin-bottom: 0;
}

.page-realizations .page-realizations__title {
  font-size: 32px;
}

@media only screen and (max-width : 1440px) {
  .page-realizations .page-realizations__title {
    font-size: 28px;
  }
}

@media only screen and (max-width : 768px) {
  .page-realizations .page-realizations__title {
    font-size: 24px;
  }
}

@media only screen and (max-width : 480px) {
  .page-realizations .page-realizations__title {
    font-size: 20px;
  }
}

.page-realizations .page-realizations__details ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

.page-realizations .page-realizations__details li {
  padding: 0 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
}

@media only screen and (max-width : 1440px) {
  .page-realizations .page-realizations__details li {
    font-size: 20px;
  }
}

@media only screen and (max-width : 768px) {
  .page-realizations .page-realizations__details li {
    font-size: 16px;
  }
}

.other-realizations .other-realizations__boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.other-realizations .other-realizations__box {
  padding: 15px;
}

.other-realizations__box:nth-child(6n + 2),
.other-realizations__box:nth-child(6n + 5) {
  width: 33.3333%;
}

@media only screen and (max-width : 1200px) {
  .other-realizations__box:nth-child(6n + 2),
  .other-realizations__box:nth-child(6n + 5) {
    width: 50%;
  }
}

@media only screen and (max-width : 768px) {
  .other-realizations__box:nth-child(6n + 2),
  .other-realizations__box:nth-child(6n + 5) {
    width: 100%;
  }
}

.other-realizations__box:nth-child(6n + 3),
.other-realizations__box:nth-child(6n + 4) {
  width: 25%;
}

@media only screen and (max-width : 1200px) {
  .other-realizations__box:nth-child(6n + 3),
  .other-realizations__box:nth-child(6n + 4) {
    width: 50%;
  }
}

@media only screen and (max-width : 768px) {
  .other-realizations__box:nth-child(6n + 3),
  .other-realizations__box:nth-child(6n + 4) {
    width: 100%;
  }
}

.other-realizations__box:nth-child(6n + 1),
.other-realizations__box:nth-child(6n + 6) {
  width: 41.6667%;
}

@media only screen and (max-width : 1200px) {
  .other-realizations__box:nth-child(6n + 1),
  .other-realizations__box:nth-child(6n + 6) {
    width: 50%;
  }
}

@media only screen and (max-width : 768px) {
  .other-realizations__box:nth-child(6n + 1),
  .other-realizations__box:nth-child(6n + 6) {
    width: 100%;
  }
}

.other-realizations .other-realizations__img {
  position: relative;
}

.other-realizations .other-realizations__img:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, rgba(102, 177, 242, 1), rgba(25, 177, 131, 0));
}

.other-realizations .other-realizations__img > a > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.other-realizations .other-realizations__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}

.other-realizations .other-realizations__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-files .page-files__boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.page-files .page-files__box {
  width: 25%;
  padding: 15px;
  text-align: center;
}

@media only screen and (max-width : 1200px) {
  .page-files .page-files__box {
    width: 50%;
  }
}

@media only screen and (max-width : 768px) {
  .page-files .page-files__box {
    width: 100%;
  }
}

.page-files .page-files__rectangle {
  position: relative;
  padding: 30px;
}

.page-files .page-files__rectangle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 57px);
  background-color: #F2F2F2;
}

.page-files .page-files__row {
  margin-bottom: 30px;
  position: relative;
}

.page-files .page-files__row:last-child {
  margin-bottom: 0;
}

.page-files .page-files__img > a > img {
  margin: 0 auto;
}

.page-news .page-news__boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.page-news .page-news__box {
  width: 25%;
  padding: 15px;
  text-align: center;
}

@media only screen and (max-width : 1200px) {
  .page-news .page-news__box {
    width: 50%;
  }
}

@media only screen and (max-width : 768px) {
  .page-news .page-news__box {
    width: 100%;
  }
}

.page-news .page-news__row {
  margin-bottom: 30px;
}

.page-news .page-news__row:last-child {
  margin-bottom: 0;
}

.page-news .page-news__img > a > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

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

.page-product .page-product__column {
  padding: 15px;
}

.page-product .page-product__column:first-child {
  width: 33.3333%;
}

@media only screen and (max-width : 768px) {
  .page-product .page-product__column:first-child {
    width: 100%;
  }
}

.page-product .page-product__column:last-child {
  width: 66.6667%;
}

@media only screen and (max-width : 1200px) {
  .page-product .page-product__column:last-child {
    width: 100%;
  }
}

.page-product .page-product__column:only-child {
  width: 100%;
}

.page-product .page-product__row {
  margin-bottom: 30px;
}

.page-product .page-product__row:last-child {
  margin-bottom: 0;
}

.slider-for .slider-for__img {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.slider-for .slider-for__img > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

.slider-nav {
  margin: -7.5px;
}

.slider-nav .slider-nav__item {
  padding: 7.5px;
}

.slider-nav .slider-nav__img {
  border: 1px solid #F46421;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7.5px;
}

.slider-nav .slider-nav__img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.question-form .section__desc {
  width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width : 1200px) {
  .question-form .section__desc {
    width: 100%;
  }
}

.page-contact .page-contact__content {
  position: relative;
}

.page-contact .page-contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1380px) / 2 + 920px);
  height: 100%;
}

@media only screen and (max-width : 1440px) {
  .page-contact .page-contact__map {
    width: calc((100% - 1140px) / 2 + 760px);
  }
}

@media only screen and (max-width : 1200px) {
  .page-contact .page-contact__map {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width : 768px) {
  .page-contact .page-contact__map {
    margin-bottom: 30px;
  }
}

.page-contact .page-contact__map > iframe {
  width: 100%;
  height: 100%;
}

.page-contact .page-contact__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.page-contact .page-contact__column {
  width: 33.3333%;
  padding: 60px 0 60px 60px;
}

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

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

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

.sidebar {
  padding: 30px;
  background-color: #192340;
  color: #fff;
}

.sidebar .sidebar__nav ul {
  list-style-type: none;
}

.sidebar .sidebar__nav li {
  margin-bottom: 15px;
}

.sidebar .sidebar__nav li:last-child {
  margin-bottom: 0;
}

.sidebar .sidebar__nav a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.sidebar .sidebar__nav li.menu-item-has-children {
  position: relative;
}

.sidebar .sidebar__nav .sub-menu {
  display: none;
  padding-left: 15px;
  margin-top: 15px;
}

.sidebar .sidebar__nav li.current-product_cat-ancestor.current-menu-ancestor.menu-item-has-children > .sub-menu,
.sidebar .sidebar__nav li.current-product-ancestor.current-menu-parent.current-product-parent.menu-item-has-children > .sub-menu,
.sidebar .sidebar__nav .sub-menu.toggle,
.sidebar .sidebar__nav li.menu-item-has-children.current-menu-item > .sub-menu,
.sidebar .sidebar__nav li.menu-item-has-children.current-product_cat-ancestor.current-menu-ancestor.current-menu-parent.current-product_cat-parent > .sub-menu {
  display: block;
}

.sidebar .sidebar__nav .sub-menu a {
  text-transform: none;
}

.sidebar .sidebar__nav li.current-product_cat-ancestor.current-menu-ancestor.menu-item-has-children > a,
.sidebar .sidebar__nav li.current-product-ancestor.current-menu-parent.current-product-parent.menu-item-has-children > a,
.sidebar .sidebar__nav li:hover > a,
.sidebar .sidebar__nav li.current-menu-item > a,
.sidebar .sidebar__nav li.current_page_item > a,
.sidebar .sidebar__nav li.menu-item-has-children.current-menu-item > a,
.sidebar .sidebar__nav li.menu-item-has-children.current-product_cat-ancestor.current-menu-ancestor.current-menu-parent.current-product_cat-parent > a {
  color: #F46421;
}

.sidebar .sidebar__nav .sidebar__plus {
  position: absolute;
  top: 4px;
  right: 0;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.sidebar .sidebar__nav .sidebar__plus:before,
.sidebar .sidebar__nav .sidebar__plus:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: ease .1s;
  -moz-transition: ease .1s;
  -ms-transition: ease .1s;
  -o-transition: ease .1s;
  transition: ease .1s;
  filter: brightness(0%) invert(100%);
}

.sidebar .sidebar__nav .sidebar__plus:before {
	background-image: url('../img/sidebar_minus.svg');
  width: 16px;
  height: 1.25px;
  right: 0;
  top: 50%;
	transform: translateY(-50%);
}

.sidebar .sidebar__nav .sidebar__plus:after {
  background-image: url('../img/sidebar_plus.svg');
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
	transform: translateY(-50%);
}

.sidebar .sidebar__nav li.current-product_cat-ancestor.current-menu-ancestor.menu-item-has-children > .sidebar__plus:after,
.sidebar .sidebar__nav li.current-product-ancestor.current-menu-parent.current-product-parent.menu-item-has-children > .sidebar__plus:after,
.sidebar .sidebar__nav .sidebar__plus.open:after,
.sidebar .sidebar__nav li.menu-item-has-children.current-menu-item > .sidebar__plus:after,
.sidebar .sidebar__nav li.menu-item-has-children.current-product_cat-ancestor.current-menu-ancestor.current-menu-parent.current-product_cat-parent > .sidebar__plus:after {
  opacity: 0;
}

.breadcrumbs {
  background-color: #E8E8E8;
  padding: 15px 0;
}

.breadcrumbs span[typeof="ListItem"] {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.breadcrumbs span[typeof="ListItem"]:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumbs span[typeof="ListItem"]:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #000;
}

.breadcrumbs span[typeof="ListItem"]:last-child:before {
  display: none;
}

.section-contact-us,
.footer {
  background-color: #192340;
  color: #fff;
}

.section-contact-us .section-contact-us__columns,
.page-contact .page-contact__boxes,
.footer .footer__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -15px;
}

@media only screen and (max-width : 1200px) {
  .section-contact-us .section-contact-us__columns,
  .page-contact .page-contact__boxes,
  .footer .footer__columns {
    flex-wrap: wrap;
  }
}

.page-contact .page-contact__boxes {
  justify-content: center;
}

.section-contact-us .section-contact-us__column,
.page-contact .page-contact__box,
.footer .footer__column {
  padding: 15px;
}

@media only screen and (max-width : 1200px) {
  .section-contact-us .section-contact-us__column,
  .page-contact .page-contact__box,
  .footer .footer__column {
    width: 100%;
  }
}

.section-contact-us .section-contact-us__icon,
.page-contact .page-contact__icon {
  display: flex;
  align-items: center;
}

.section-contact-us .section-contact-us__icon > img,
.page-contact .page-contact__icon > img {
  margin-right: 15px;
  width: 32px;
  height: 32px;
}

.page-contact .page-contact__icon > img {
  filter: brightness(100%) invert(100%);
}

.section-contact-us .section-contact-us__logo > img {
  height: 50px;
}

.section-contact-us .section-contact-us__caption,
.page-contact .page-contact__caption {
  color: #F46421;
}

.section-contact-us .section-contact-us__caption a:hover {
  color: #fff;
}

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

.footer {
  padding-bottom: 15px;
}

.wpcf7-form {
  text-align: left;
}

.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form p:first-of-type {
  width: 50%;
  padding-right: 15px;
  float: left;
}

.wpcf7-form p:nth-of-type(2) {
  width: 50%;
  padding-left: 15px;
  float: left;
}

.wpcf7-form p:last-of-type {
  margin-bottom: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

.wpcf7-spinner {
  display: none!important;
}

.wpcf7-form p:last-of-type:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('../img/send-mail.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
}

.wpcf7-form input.wpcf7-form-control,
.wpcf7-form textarea.wpcf7-form-control {
  padding: 15px 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #707070;
  width: 100%;
  display: block;
  box-sizing: border-box;
  outline: 0!important;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
	position: relative;
	z-index: 100;
}

.wpcf7-form input.wpcf7-form-control::placeholder,
.wpcf7-form textarea.wpcf7-form-control::placeholder {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.wpcf7-form input.wpcf7-form-control:focus,
.wpcf7-form textarea.wpcf7-form-control:focus {
  outline: 0!important;
}

.wpcf7-form input.wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-form-control.wpcf7-not-valid {
  border-bottom: 2px solid #ff0000;
}

.wpcf7-form .wpcf7-not-valid>.wpcf7-list-item {
  border-bottom: 2px solid #ff0000;
  padding: 15px;
}

.wpcf7-form .wpcf7-list-item {
  margin: 0!important;
  line-height: 1.5;
  font-size: 14px!important;
}

.wpcf7-form input[type=checkbox] {
  margin-right: 15px;
}

.wpcf7-form .wpcf7-response-output {
  padding: 15px!important;
  margin: 0!important;
  font-size: 14px!important;
  line-height: 1.5;
}

.wpcf7-form .wpcf7-response-output {
  margin: 30px 0 0 0!important;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px!important;
  line-height: 1;
  display: block;
}

.wpcf7-form label>span {
  color: #000;
}

.wpcf7-form .wpcf7-acceptance label {
  display: flex;
}

.wpcf7-form input[type=checkbox] {
  position: relative;
  top: 4px;
}

.wpcf7-form .wpcf7-list-item-label {
  color: #000;
}

.wpcf7-form .ajax-loader {
  display: none!important;
}

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

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

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

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

@media only screen and (max-width : 480px) {
  .gallery-item {
    width: 100%!important;
  }
}

.gallery-item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: 0!important;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.gallery-item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

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

.gallery-item a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(25, 35, 64, 0.9);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

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

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

.gallery-item a:hover::after {
  opacity: 1;
}

.bottom-bar {
  position: fixed;
  left: 0;
  display: none;
  bottom: 0;
  width: 100%;
  z-index: 300;
}

@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;
  text-align: center;
}

.bottom-bar ul li a {
  display: block;
  background-color: #F46421;
  padding: 15px 0;
  line-height: 1;
  position: relative;
}

.bottom-bar>ul>li>a>img {
  margin: 0 auto 0 auto;
  width: 20px;
  height: 20px;
  filter: brightness(0%) invert(100%);
}

.floating-button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  transition: all .5s;
  z-index: 300;
}

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

.floating-button.active {
  transform: translate(0%, -50%);
}

.floating-button ul {
  list-style-type: none;
}

.floating-button li {
  display: flex;
  align-items: center;
  background-color: #192340;
  color: #F46421;
  padding-right: 30px;
  transform: translateX(calc(100% - 60px));
  transition: all .5s;
}

.floating-button li.active {
  transform: translateX(0%);
}

.floating-button a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #192340;
}

.floating-button img {
  width: 24px;
  height: 24px;
}

.search-bar {
  position: fixed;
  top: 180px;
  left: 0;
  background-color: #192340;
  padding: 15px 0;
  width: 100%;
  z-index: 300;
  display: none;
}

.search-bar.active {
  top: 80px;
}

@media only screen and (max-width : 1200px) {
  .search-bar {
    top: 80px;
  }
}

.search-bar .dgwt-wcas-search-wrapp {
  max-width: 100%!important;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 0!important;
}

.page-products .page-products__column .section__title,
.page-product__title {
  font-weight: 700;
  font-size: 32px;
}

@media only screen and (max-width : 1200px) {
  .page-products .page-products__column .section__title,
  .page-product__title {
    font-size: 28px;
  }
}

@media only screen and (max-width : 768px) {
  .page-products .page-products__column .section__title,
  .page-product__title {
    font-size: 24px;
  }
}

@media only screen and (max-width : 480px) {
  .page-products .page-products__column .section__title,
  .page-product__title {
    font-size: 20px;
  }
}

.page-products .page-products__column .section__title:before {
  width: 100%;
}

.section__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px;
}

.section__column {
  padding: 15px;
}

.section__column:first-child {
  width: 33.3333%;
}

@media only screen and (max-width : 768px) {
  .section__column:first-child {
    width: 100%;
  }
}

.section__column:last-child {
  width: 66.6667%;
}

@media only screen and (max-width : 1200px) {
  .section__column:last-child {
    width: 100%;
  }
}

.section__column:only-child {
  width: 100%;
}

.section__img > img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.page-product__file {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-product__file .section__btn {
  padding: 0!important;
  background-color: transparent!important;
}

.page-product__file .section__btn:hover {
  color: #192340!important;
}

.page-product__file .section__btn svg path,
.page-product__file .page-product__title a:hover {
  fill: #F46421;
  color: #F46421;
}

.page-product__file .page-product__title {
  font-size: 16px;
}

.home-our-products .home-our-products__icon > a > svg {
	filter: brightness(0) invert(1);
}