body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

body .site-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}

body.blocked-body:before {
  z-index: 600;
  visibility: visible;
  opacity: 1;
}

button,
body,
input {
  font-family: "Montserrat", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

.h1 {
  font-size: 40px;
}

.h2 {
  font-size: 32px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 20px;
}

small {
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.text {
  color: #282828;
  line-height: 1.7;
}

.text a {
  color: #E94E14;
}

.text > * {
  margin-bottom: 40px;
}

.text p {
  margin-bottom: 24px;
}

.text blockquote {
  border-left: 2px solid #E94E14;
  padding-left: 24px;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: 600;
  margin: 32px 0 20px;
}

.text figure {
  margin-bottom: 24px;
}

.text figcaption {
  margin-top: 16px;
  font-size: 12px;
  color: #747474;
}

.text img {
  max-width: 100%;
}

table {
  font-size: 16px;
  color: #000000;
}

table td {
  padding: 10px;
  border: 1px solid #EFEFEF;
}

.gutenberg-feedback {
  background: #164194;
  padding: 40px 24px;
  color: white;
}

.gutenberg-feedback__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}

.gutenberg-cols {
  margin-bottom: 24px;
}

.gutenberg-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 8px;
}

.gutenberg-gallery img {
  max-width: 100%;
}

.gutenberg-gallery__thumbs img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px;
}

.gutenberg-gallery__nav .slick-current img {
  border-color: #E94E14;
}

.gutenberg-gallery__nav img {
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  border: 2px solid transparent;
  cursor: pointer;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 160px;
}

.gutenberg-list {
  padding-left: 0;
  margin-right: 0;
  list-style: none;
}

.gutenberg-list li {
  padding-left: 85px;
  position: relative;
}

.gutenberg-list li:before {
  background: #E94E14;
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gutenberg-list li:not(:last-child) {
  margin-bottom: 40px;
}

a[data-fancybox] {
  cursor: pointer;
  display: block;
}

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

.g-20 {
  margin: 0 -20px -40px -20px;
}

.g-20 > div {
  padding: 0 20px 40px 20px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.img-fluid {
  max-width: 100%;
}

.blocker {
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.modal {
  max-width: 460px;
  padding: 40px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 100%;
}

.modal__footer {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #747474;
}

.modal__description {
  margin: 24px 0;
}

.form-input {
  border: 1px solid #EFEFEF;
  height: 45px;
  width: 100%;
  padding-left: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.form-input:focus {
  outline: none;
  border-color: #E94E14;
}

.form-input::-webkit-input-placeholder {
  color: #747474;
}

.form-input::-moz-placeholder {
  color: #747474;
}

.form-input:-ms-input-placeholder {
  color: #747474;
}

.form-input::-ms-input-placeholder {
  color: #747474;
}

.form-input::placeholder {
  color: #747474;
}

.site-footer {
  background: #164194;
  padding: 60px 0;
}

.site-footer .container {
  position: relative;
}

.site-footer__title {
  color: #CAC7C8;
  font-size: 12px;
  margin-bottom: 16px;
}

.site-footer__socials > *:not(:last-child) {
  margin-right: 8px;
}

.site-footer__contact {
  font-size: 24px;
  display: block;
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.site-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.site-footer__menu li:not(:last-child) {
  margin-bottom: 15px;
}

.site-footer__menu a {
  color: white;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.site-footer__menu a:hover {
  opacity: 0.6;
}

a.site-footer__contact {
  text-decoration: none;
}

a.site-footer__contact:hover {
  color: white;
  opacity: 0.6;
}

.gotop {
  background: #E94E14;
  padding: 0 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 15px;
  bottom: 40px;
  border-radius: 40px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, visibility 0.3s, opacity 0.3s;
  transition: background-color 0.3s, visibility 0.3s, opacity 0.3s;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  visibility: hidden;
  opacity: 0;
  height: 40px;
  z-index: 800;
}

.gotop.show {
  opacity: 1;
  visibility: visible;
}

.gotop:hover {
  background: #164194;
  color: white;
}

.gotop svg {
  fill: white;
  margin-left: 8px;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px;
}

.site-header {
  -webkit-transition: border 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, border 0.3s;
  transition: transform 0.3s, border 0.3s, -webkit-transform 0.3s;
  z-index: 900;
  background: white;
  border-bottom: 1px solid #EFEFEF;
}

.site-header__button.button {
  padding: 0;
  max-width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 50;
}

.site-header__search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.site-header__socials.socials {
  margin: 0 40px;
}

.site-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.site-header__action {
  border: none;
  background: transparent;
  padding: 0;
  color: #E94E14;
  display: none;
  fill: #E94E14;
}

.site-header-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 600;
}

.site-header-feedback__text {
  color: #008D36;
}

.site-header-feedback__link {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.site-header-feedback__link:hover {
  color: #E94E14;
}

.site-header-bottom__col:not(:first-child) {
  margin-left: 40px;
}

.site-bar {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s 0.1s;
  transition: 0.3s 0.1s;
}

.site-bar.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.site-bar__scroll {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 -15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.site-bar__top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.site-bar__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-bar__menu a {
  color: #747474;
  text-decoration: none;
}

.site-bar__menu ul {
  display: none;
}

.site-bar__menu > li {
  border-bottom: 1px solid #EFEFEF;
}

.site-bar__menu > li:last-child {
  border-bottom: none;
}

.site-bar__menu > li > a {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-bar__header {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-bar__cross {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.site-bar__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-bar__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px;
}

.site-bar__phone {
  color: #000000;
  display: block;
  margin: 10px 0 20px;
  text-decoration: none;
}

.page-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-layout__wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page-layout-aside {
  position: relative;
}

.page-layout-aside__col {
  background: #EFEFEF;
  position: sticky;
  top: 100px;
  padding: 40px 24px;
}

.page-layout-aside__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-layout-aside__list li:not(:last-child) {
  margin-bottom: 8px;
}

.page-layout-aside__list a {
  color: #747474;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.page-layout-aside__list a:hover {
  color: #E94E14;
}

.page-layout-aside__title {
  margin-bottom: 8px;
}

.site-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.site-menu > li {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-menu > li:not(:last-child) {
  margin-right: 24px;
}

.site-menu > li a {
  color: #747474;
  text-decoration: none;
}

.site-menu li {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.site-menu li:hover > a {
  color: #E94E14;
}

.site-menu li:hover > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.site-menu .menu-item-has-children {
  position: relative;
}

.site-menu .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-menu .menu-item-has-children > a:after {
  content: "";
  background: url("../images/icons/arrow-down.svg") no-repeat center/10px;
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 4px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.site-menu .menu-item-has-children:hover ul {
  display: block;
}

.site-menu ul {
  list-style: none;
  display: none;
  position: absolute;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1607843137);
  left: 0;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  background: white;
  padding: 0;
  margin: 0;
  padding: 12px 16px;
  top: 100%;
}

.site-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}

.section {
  padding: 120px 0;
}

.section--sm {
  padding: 60px 0;
}

.section--theme-secondary {
  background: #164194;
  color: white;
}

.section--top-empty {
  padding-top: 0;
}

.section--bottom-empty {
  padding-bottom: 0;
}

.section--theme-light {
  background: #EFEFEF;
}

.section--page {
  padding-top: 0!important;
}

.section__title {
  margin-bottom: 24px;
}

.section__head {
  margin-bottom: 40px;
}

.section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.section__buttons > *:not(:last-child) {
  margin-right: 20px;
}

.section__text {
  margin-bottom: 25px;
  display: block;
}

.socials {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

.socials__link {
  width: 32px;
  height: 32px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.socials__link:hover {
  background: #EFEFEF;
}

.socials__icon {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #E94E14;
}

.post-item {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EFEFEF;
}

.post-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 40px;
}

.post-item__image {
  height: 240px;
  width: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-item__category {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.post-item__category:hover {
  color: #E94E14;
}

.post-item__title {
  font-weight: 700;
  display: block;
  color: #000000;
  margin: 16px 0;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.post-item__title:hover {
  color: #E94E14;
}

.post-item__text {
  margin-bottom: 40px;
}

.post-short:not(:last-child) {
  margin-bottom: 40px;
}

.post-short__image {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.post-short__picture {
  display: block;
}

.post-short__button {
  margin-top: 40px;
}

.post-short__text {
  margin-bottom: 0;
}

.post-short__category {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.post-short__category:hover {
  color: #E94E14;
}

.post-short__title {
  font-weight: 700;
  display: block;
  color: #000000;
  margin: 8px 0;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.post-short__title:hover {
  color: #E94E14;
}

.pagination {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.pagination a {
  height: 44px;
  min-width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EFEFEF;
  margin: 0 6px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
  -webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}

.pagination a:hover,
.pagination a.active {
  background: #E94E14;
  border-color: #E94E14;
  color: white;
}

.pagination a:hover svg,
.pagination a.active svg {
  fill: white;
}

.pagination .arrow {
  background: white !important;
  border-color: #EFEFEF !important;
}

.pagination .arrow:hover svg {
  fill: #E94E14;
}

.pagination .arrow.is-prev {
  padding-right: 7px;
}

.pagination .arrow.is-next {
  padding-right: 4px;
}

.posts-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.posts-single-aside__wrapper {
  background: #EFEFEF;
  padding: 16px;
}

.posts-single-aside__title {
  margin-bottom: 24px;
}

.contacts-page {
  background: red;
}

.contacts-page__row:not(:last-child) {
  margin-bottom: 40px;
}

.contacts-page__col:not(:last-child) {
  margin-bottom: 20px;
}

.contacts-page__iframe {
  width: 100%;
  height: 100%;
}

.contacts-page__phone span {
  color: #747474;
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3px;
}

.contacts-page__phone--colored span {
  color: #009FE3;
}

.contacts-page__phone a {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.contacts-page__phone a:hover {
  color: #E94E14;
}

.contacts-page-certificates img {
  margin: 0 auto;
}

.projects-page__list {
  overflow: hidden;
  margin-bottom: -90px;
  margin-left: -20px;
  margin-right: -20px;
}

.projects-page__list > div {
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
}

.projects-page__archive {
  overflow: hidden;
}

.projects-page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.projects-page-item > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.projects-page-item__gallery {
  margin-top: 24px;
}

.projects-page-item__gallery .slick-list {
  margin: 0 -20px;
}

.projects-page-item__gallery .slick-slide {
  padding: 0 20px;
}

.projects-page-item__gallery img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects-page-item__props > div:not(:last-child) {
  margin-bottom: 8px;
}

.projects-page-item__city {
  margin-bottom: 4px;
}

.projects-page-item-prop__label {
  display: block;
  margin-bottom: 4px;
}

.projects-page-table__row:not(:last-child) {
  margin-top: 16px;
}

.projects-page-table__head {
  margin-bottom: 16px;
}

.projects-page-table__label {
  display: block;
  font-size: 14px;
}

.products-single__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-single__image {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-single__numbers .h2 {
  margin-bottom: 8px;
}

.products-single__table {
  font-size: 14px;
}

.products-single__table td {
  border: 1px solid #EFEFEF;
}

.products-single__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
}

.products-single__colors > div {
  padding-bottom: 20px;
}

.products-single__colors > div:not(:last-child) {
  margin-right: 40px;
}

.products-single__title {
  margin-bottom: 40px;
}

.products-single-gallery {
  overflow: hidden;
}

.products-single-gallery img {
  cursor: pointer;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-single-gallery__nav .slick-list {
  margin: 0 -8px;
}

.products-single-gallery__nav .slick-slide {
  padding: 0 8px;
}

.products-single-gallery__nav img {
  height: 80px;
}

.products-single-gallery__thumbs {
  margin-bottom: 10px;
}

.products-single-gallery__thumbs img {
  height: 360px;
}

.products-single__col {
  margin-top: 40px;
}

.products-single-types {
  text-align: center;
}

.products-single-types__color {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 8px;
}

.products-single-advantages {
  text-align: center;
}

.products-single-advantages__icon {
  background: #164194;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 8px;
  border-radius: 50%;
}

.products-single-variants img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 140px;
  margin-bottom: 10px;
}

.site-search {
  font-size: 14px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-search__cross {
  background: transparent;
  border: none;
  padding: 0;
  margin-right: 20px;
}

.site-search form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.site-search__input {
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  width: 100%;
  padding-left: 35px;
  color: #747474;
  height: 45px;
}

.site-search__input::-webkit-input-placeholder {
  color: #747474;
}

.site-search__input::-moz-placeholder {
  color: #747474;
}

.site-search__input:-ms-input-placeholder {
  color: #747474;
}

.site-search__input::-ms-input-placeholder {
  color: #747474;
}

.site-search__input::placeholder {
  color: #747474;
}

.site-search__input:focus {
  outline: none;
}

.site-search__icon {
  left: 5px;
  position: absolute;
  fill: #747474;
  height: 100%;
  width: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: transparent;
}

.languages {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.languages__li:not(:last-child) {
  margin-bottom: 8px;
}

.languages__item {
  color: #747474;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.languages__item--active,
.languages__item:hover {
  color: #E94E14;
}

.button {
  height: 45px;
  padding: 0 25px;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
}

.button--theme-primary {
  background: #E94E14;
  color: white;
  position: relative;
}

.button--theme-primary:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), #E94E14;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #E94E14;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.button--theme-primary:focus:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), #E94E14;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), #E94E14;
}

.button--theme-primary:hover {
  border-color: transparent;
  color: white;
}

.button--theme-primary:hover:before {
  opacity: 1;
  visibility: visible;
}

.button--theme-primary .button__icon {
  fill: white;
}

.button--block {
  width: 100%;
}

.button--theme-solid {
  background: white;
  border: 1px solid #E94E14;
  color: #000000 !important;
}

.button--theme-solid:hover {
  background: rgba(233, 78, 20, 0.2);
}

.button--theme-solid:focus {
  background: rgba(233, 78, 20, 0.4);
}

.button--theme-solid .button__icon {
  fill: #E94E14;
}

.button--theme-white {
  background: white;
  border: 1px solid white;
  color: #000000;
}

.button--theme-white .button__icon {
  fill: #E94E14;
}

.button--theme-white:hover {
  background: #E94E14;
  color: white;
  border-color: #E94E14;
}

.button--theme-white:hover .button__icon {
  fill: white;
}

.button__icon,
.button__text {
  position: relative;
  z-index: 50;
}

.button__text {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.button__icon {
  margin-left: 8px;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.button-whatsapp {
  background: #00D95F;
  height: 45px;
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 40px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: white;
  padding: 0 24px;
}

.button-whatsapp:hover {
  background: #00a649;
  color: white;
}

.button-whatsapp svg {
  margin-right: 10px;
  fill: white;
}

.columns-text__image {
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.columns-text__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blockquote {
  border-left: 2px solid #164194;
  padding: 10px 0 10px 15px;
}

.blockquote > *:last-child {
  margin-bottom: 0;
}

.projects {
  background: #EFEFEF;
  overflow: hidden;
}

.projects .container {
  position: relative;
}

.projects__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 85%;
  z-index: 20;
  width: 675px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.projects__slider .slick-dots {
  position: absolute;
  right: 15px;
  bottom: 30px;
  z-index: 20;
}

.projects__title {
  color: #164194;
  margin-top: 150px;
  position: relative;
}

.projects__title:before {
  background: #E94E14;
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  top: -8px;
  left: 0;
}

.projects__city {
  color: #164194;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.projects__props {
  margin-bottom: 30px;
}

.projects-props__item:not(:last-child) {
  margin-bottom: 8px;
}

.projects-props-item__label {
  color: #747474;
  font-size: 12px;
  display: block;
}

.projects-slider .slick-slide {
  margin-right: 120px;
}

.projects-slider__item {
  display: block;
}

.projects-slider__item img {
  max-width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

.person__image {
  height: 195px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.person__title {
  margin-bottom: 5px;
}

.map {
  height: 480px;
  width: 100%;
}

.map--lg {
  height: 560px;
}

.review {
  background: #EFEFEF;
  padding: 40px 25px;
}

.review--width-slider {
  width: 360px;
}

.review__title {
  margin-bottom: 24px;
  color: #164194;
}

.review__text {
  line-height: 1.7;
}

.jumbotron {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.jumbotron .button--theme-solid {
  background: transparent;
}

.jumbotron:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 20px solid white;
  position: absolute;
  content: "";
  z-index: 90;
}

.jumbotron:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.jumbotron__row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jumbotron__container {
  position: relative;
}

.jumbotron__content {
  max-width: 681px;
  position: relative;
  z-index: 100;
}

.jumbotron__title {
  margin-bottom: 15px;
}

.jumbotron__icon {
  position: absolute;
  right: -30%;
  top: 50%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jumbotron__text {
  margin-bottom: 40px;
  color: #282828;
}

.jumbotron__text p {
  margin: 0 0 5px;
}

.jumbotron__text ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.6;
}

.jumbotron__text li:before {
  content: "";
}

.jumbotron__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 20;
}

.jumbotron__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.jumbotron-title--highlight {
  color: #E94E14;
}

.advantage__icon {
  background: white;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

.advantage__title {
  color: #164194;
  font-weight: 600;
  margin-bottom: 10px;
}

.tabs__nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 40px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.tabs__nav > *:not(:last-child) {
  margin-right: 20px;
}

.tabs__content {
  display: none;
}

.tabs__content--active {
  display: block;
}

.tabs__link {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
}

.tabs__link:before {
  background: #E94E14;
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.tabs__link:hover {
  color: #000000;
}

.tabs__link:hover:before {
  width: 65px;
}

.tabs__link--active:before {
  width: 100% !important;
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 35px 0 65px;
  font-size: 12px;
}

.breadcrumb a {
  text-decoration: none;
  color: #747474;
}

.breadcrumb a:after {
  color: #747474;
  content: "/";
  margin: 0 14px;
}

.breadcrumb .breadcrumb_last {
  color: #E94E14;
}

.colors__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

.colors__item {
  width: 36px;
  height: 36px;
}

.colors__item:not(:last-child) {
  margin-right: 12px;
}

.slider-arrow {
  background: #E94E14;
  width: 40px;
  height: 40px;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
}

.slider-arrow--black {
  background: #000000;
}

.slider-arrow--theme-dark {
  background: #000000;
}

.slider-arrow:hover {
  background: #164194;
}

.slider-arrow__icon {
  fill: white;
}

.slider-one {
  margin-bottom: -8px;
}

.slider-one__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}

.slider-one__arrow.slick-next {
  right: 15px;
}

.slider-one__arrow.slick-prev {
  left: 15px;
}

.slider-one__image {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-section__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-section__arrows > *:first-child {
  margin-right: 25px;
}

.slider-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  margin-top: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  margin: 0 3px;
  height: 8px;
}

.slick-dots .slick-active button {
  background: #E94E14;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.slick-dots button {
  background: #EFEFEF;
  border: none;
  border-radius: 50%;
  padding: 0;
  display: block;
  width: 8px;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  height: 8px;
  font-size: 0;
}

.certificate {
  position: relative;
}

.certificate__wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: block;
}

.certificate__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certificate__border {
  max-width: 100%;
}

.faq {
  padding-top: 15px;
  border-top: 1px solid #164194;
  cursor: pointer;
}

.faq:not(:last-child) {
  margin-bottom: 40px;
}

.faq.is-active {
  border-color: #E94E14;
}

.faq.is-active .faq__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__icon {
  display: block;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

.faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  fill: #E94E14;
}

.faq__content {
  display: none;
  padding-top: 10px;
}

.partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.partner a.button {
  padding: 0;
}

.partner > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.partner__location {
  margin: 8px 0;
}

.partner__title {
  color: #164194;
  display: block;
}

.partner__title--colored {
  color: #008D36;
}

.partner-contact {
  margin-bottom: 8px;
}

.partner-contact__text {
  display: block;
}

.partner-contact__text:not(:last-child) {
  margin-bottom: 4px;
}

.partner-contact__title {
  font-weight: bold;
  color: #747474;
  font-size: 12px;
}

a.partner-contact__text {
  color: #000000;
  text-decoration: none;
}

a.partner-contact__text:hover {
  color: #E94E14;
}

.products-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-category__wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products-category__wrapper > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.products-category__image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-category__description {
  color: #282828;
}

.products-category__list li:not(:last-child) {
  margin-bottom: 4px;
}

.products-category__content {
  margin-bottom: 15px;
}

.products-category__title {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 8px;
  margin-bottom: 15px;
  display: block;
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.products-category__title:hover {
  color: #E94E14;
}

.products-category__picture {
  text-align: center;
  display: block;
}

.products-category-single {
  background: red;
}

.products-category-single__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-category-single__picture {
  height: 100%;
}

.products-category-single__text {
  color: #282828;
  margin-bottom: 40px;
}

.products-category-single__download {
  margin-bottom: 40px;
}

.offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.offer--inline {
  display: block;
}

.offer--inline .offer__icon {
  margin-bottom: 15px;
}

.offer__icon {
  background: #164194;
  width: 75px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  max-width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 25px;
}

.product-tabs {
  padding-top: 32px;
}

.product-tabs__nav {
  margin-bottom: 60px;
}

.product-tabs__picture {
  display: block;
}

.product-tabs__image {
  max-width: 100%;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-tabs__button:not(:last-child) {
  margin-right: 15px;
}

.product-tabs__actions {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.numbers {
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.numbers__container {
  position: relative;
  z-index: 50;
}

.numbers__button {
  text-align: right;
  margin-top: 40px;
}

.numbers:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(45%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.7) 45%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.numbers__row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.numbers-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.numbers-item__title {
  margin-right: 15px;
  color: #164194;
}

.numbers-item__icon {
  fill: #E94E14;
}

.vacancies__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vacancies-author__image {
  background: red;
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.vacancies-author__role {
  margin: 5px 0 2px;
}

.vacancies-author__text {
  color: #747474;
}

.branches__bottom {
  margin-top: 40px;
}

.branches__title {
  margin-bottom: 15px;
  color: #164194;
}

.branches__or {
  margin: 0 25px;
}

.branches__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.branches__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.branches__phone {
  font-size: 28px;
  font-weight: bold;
  color: #164194;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.branches__phone:hover {
  color: #E94E14;
}

.history__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.history-item {
  padding: 0;
  text-align: center;
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.history-item__year {
  background: white;
  height: 160px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 52px;
  font-weight: 600;
  line-height: 130%;
  color: #E94E14;
  margin: 0 auto;
  z-index: 20;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
}

.reviews {
  overflow: hidden;
  position: relative;
}

.reviews__slider .slick-list {
  margin: 0 -20px;
}

.reviews__slider .slick-slide {
  padding: 0 20px;
}

.reviews__footer {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faqs {
  max-width: 760px;
  margin: 0 auto;
}

.faqs__section:not(:last-child) {
  margin-bottom: 60px;
}

.how-work__col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.how-work__image {
  max-width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.how-work__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.how-work-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how-work-list__item:not(:last-child) {
  margin-bottom: 25px;
}

.how-work-list__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  max-width: 22px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.how-work-list__text {
  margin-left: 24px;
}

.how-work-list__icon {
  height: 40px;
  width: 2px;
  background: #E94E14;
}

.how-work-list__icon:not(:last-child) {
  margin-right: 8px;
}

.suppliers__head {
  margin-bottom: 60px;
}

.suppliers__slide {
  width: 235px;
  margin-right: 40px;
  display: block;
}

.suppliers-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -10px;
  margin-right: -10px;
}

.suppliers-brands__item {
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.advantages {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.advantages__title {
  max-width: 860px;
}

.advantages__container {
  position: relative;
  z-index: 50;
}

.advantages__row {
  position: relative;
}

.advantages__row:after {
  background: url("../images/advantages-arrows.svg");
  height: 300px;
  position: absolute;
  content: "";
  width: 2000px;
  top: -65px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.advantages__item {
  position: relative;
  z-index: 50;
}

.advantages__item:nth-child(even) {
  margin-top: 100px;
}

.advantages:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

@media (min-width: 576px) {
  .title {
    padding-left: 85px;
    position: relative;
  }

  .title:before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #E94E14;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .title--decor-right {
    display: inline-block;
    padding-left: 0;
    padding-right: 25px;
  }

  .title--decor-right:before {
    left: 100%;
  }

  .products-category-single__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -25px;
  }

  .products-category-single__titles > * {
    margin-right: 40px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .gutenberg-gallery__thumbs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 160px);
            flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
    margin-right: 8px;
  }

  .gutenberg-gallery__thumbs img {
    height: 478px;
  }

  .gutenberg-gallery__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    max-width: 160px;
  }

  .site-header.is-fixed {
    -webkit-transform: translateY(-51px);
            transform: translateY(-51px);
    border-color: #EFEFEF;
  }

  .site-header.is-fixed .site-header__bottom {
    height: 80px;
  }

  .contacts-page__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts-page__main > div:not(:last-child) {
    margin-right: 24px;
  }

  .projects-page-table__label {
    display: none;
  }

  .products-single__table td:first-child {
    width: 260px;
  }

  .products-single__gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
  }

  .products-single__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 360px);
            flex: 0 0 calc(100% - 360px);
    max-width: calc(100% - 360px);
    padding-right: 40px;
  }

  .jumbotron__button:first-child {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 150px;
  }

  .site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }

  .page-layout__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
  }

  .page-layout__wrapper {
    padding-left: 40px;
  }

  .section__head--page {
    margin-bottom: 60px;
  }

  .post-item__picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px;
  }

  .posts-single__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
  }

  .posts-single__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 360px);
            flex: 0 0 calc(100% - 360px);
    max-width: calc(100% - 360px);
    padding-right: 40px;
  }

  .projects-page-item__gallery--sm img {
    height: 240px;
  }

  .projects-page-table__title {
    max-width: 300px;
    position: relative;
    padding-left: 15px;
  }

  .projects-page-table__title:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
  }

  .projects-page-item__one .projects-page-item__gallery {
    margin-top: 0;
  }

  .site-search__cross {
    display: none;
  }

  .columns-text__row.is-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .projects__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    min-height: 700px;
  }

  .projects__slider {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 2500px;
  }

  .projects-slider__item {
    width: 560px;
  }

  .jumbotron:before {
    background: linear-gradient(89.37deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 16.85%, rgba(255, 255, 255, 0.85) 59.52%, rgba(255, 255, 255, 0) 69.24%);
  }

  .jumbotron__row {
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .products-category__picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
    margin-right: 25px;
  }

  .history-item:last-child {
    height: 600px;
  }

  .history-item:nth-child(4) {
    height: 550px;
  }

  .history-item:nth-child(3) {
    height: 450px;
  }

  .history-item:nth-child(2) {
    height: 350px;
  }

  .history-item:nth-child(1) {
    height: 250px;
  }

  .history-item__text {
    position: absolute;
    bottom: 100%;
    width: 260px;
    padding-bottom: 25px;
  }

  .history-item__line {
    width: 2px;
    background-color: white;
    display: block;
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .history-item__line:before {
    width: 15px;
    height: 15px;
    background-color: white;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7.5px;
    border-radius: 50%;
  }
}

@media (max-width: 1399.98px) {
  .site-header-feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .site-header-feedback__text {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .site-menu > li:not(:last-child) {
    margin-right: 15px;
  }

  .projects__arrows {
    width: 560px;
    left: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 0;
  }

  .h1 {
    font-size: 32px;
  }

  .h2 {
    font-size: 24px;
  }

  .h3 {
    font-size: 20px;
  }

  .h4 {
    font-size: 18px;
  }

  .text > * {
    margin-bottom: 20px;
  }

  .gutenberg-feedback {
    margin-left: -15px;
    margin-right: -15px;
    padding: 24px 15px;
  }

  .g-20 {
    margin: 0 -15px -30px -15px;
  }

  .g-20 > div {
    padding: 0 15px 30px 15px;
  }

  .site-footer__logo {
    text-align: center;
    display: block;
  }

  .site-footer__center {
    text-align: center;
  }

  .site-footer__socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .site-footer__contact {
    font-size: 18px;
    text-align: center;
  }

  .container {
    padding: 0 15px;
  }

  .site-header__button.button {
    display: none;
  }

  .site-header__logo {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .site-header__top {
    display: none;
  }

  .site-header__bottom {
    height: 80px;
  }

  .site-header__action {
    display: block;
  }

  .site-header-bottom__col:not(:first-child) {
    margin-left: 20px;
  }

  .page-layout {
    display: block;
  }

  .page-layout__aside {
    margin-bottom: 40px;
  }

  .section {
    padding: 50px 0;
  }

  .post-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 100%;
  }

  .post-item__content {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0;
  }

  .post-item__picture {
    margin-bottom: 10px;
  }

  .post-item__image {
    width: 100%;
  }

  .posts-single {
    display: block;
  }

  .posts-single__aside {
    margin: 24px -15px 0 -15px;
  }

  .projects-page__list {
    margin-bottom: -35px;
    margin-right: -15px;
    margin-left: -15px;
  }

  .projects-page__list > div {
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .projects-page-item__gallery .slick-list {
    margin: 0 -15px;
  }

  .projects-page-item__gallery .slick-slide {
    padding: 0 15px;
  }

  .projects-page-item__gallery img {
    height: 240px;
  }

  .projects-page-item__one > div:first-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .site-search {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 20px 15px;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .site-search.active {
    -webkit-transform: none;
            transform: none;
  }

  .languages__li:not(:last-child) {
    margin-bottom: 4px;
  }

  .button-whatsapp {
    margin-top: 20px;
  }

  .columns-text__picture {
    margin: 0 -15px;
  }

  .projects {
    padding-top: 60px;
  }

  .projects__arrows {
    display: none;
  }

  .projects__title {
    margin-top: 40px;
  }

  .projects-slider .slick-slide {
    margin-right: 0;
  }

  .projects-slider {
    margin: 40px -15px -10px -15px;
  }

  .projects-slider .slick-slide {
    padding: 0 5px;
  }

  .projects-slider .slick-list {
    margin: 0 -5px;
  }

  .projects-slider__item img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
  }

  .map {
    height: 320px;
  }

  .map--lg {
    height: 320px;
  }

  .jumbotron:after {
    border: none;
  }

  .jumbotron:before {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .jumbotron {
    background-attachment: initial;
  }

  .jumbotron__row {
    padding: 50px 0;
  }

  .jumbotron__icon {
    right: initial;
    left: 50%;
  }

  .tabs__nav {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .breadcrumb {
    margin-bottom: 35px;
  }

  .products-category {
    display: block;
  }

  .products-category__picture {
    margin-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .products-category-single__picture {
    margin-left: -15px;
    margin-right: -15px;
  }

  .products-category-single__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .product-tabs__nav {
    margin-bottom: 0;
  }

  .product-tabs__picture {
    margin: 0 -15px;
  }

  .product-tabs__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .numbers__button {
    text-align: left;
  }

  .branches__bottom {
    text-align: center;
  }

  .branches__or {
    margin: 15px 0;
  }

  .branches__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .history__row {
    display: block;
    margin-bottom: -30px;
  }

  .history__row > div {
    padding-bottom: 30px;
  }

  .history-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }

  .history-item__year {
    margin-right: 20px;
  }

  .warehouses {
    padding-bottom: 0;
  }

  .warehouses__slider {
    margin: 0 -15px;
  }

  .reviews__slider .slick-list {
    margin: 0 -15px;
  }

  .reviews__slider .slick-slide {
    padding: 0 15px;
  }

  .how-work {
    padding-top: 0;
  }

  .how-work__picture {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }

  .suppliers-brands {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .advantages {
    background-attachment: initial;
  }

  .advantages__row:after {
    display: none;
  }

  .advantages__item:nth-child(even) {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .gutenberg-gallery {
    display: block;
    margin: 0 -15px;
  }

  .gutenberg-gallery__nav .slick-list {
    margin: 0 -4px;
  }

  .gutenberg-gallery__nav .slick-slide {
    padding: 0 4px;
  }

  .gutenberg-gallery__nav img {
    width: 100%;
  }

  .gutenberg-list li:not(:last-child) {
    margin-bottom: 24px;
  }

  .modal {
    padding: 25px;
  }

  .gotop {
    right: 0px;
    bottom: 0px;
    border-radius: 16px 0 0 0;
  }

  .section__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .section__buttons > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .post-item {
    padding: 20px 0;
  }

  .post-short__button {
    margin-top: 20px;
  }

  .contacts-page__main > div:first-child {
    margin-bottom: 15px;
  }

  .contacts-page__iframe {
    height: 350px;
  }

  .projects-page-table__row:not(:last-child) {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
  }

  .projects-page-table__row .row > div:not(:last-child) {
    margin-bottom: 5px;
  }

  .projects-page-table__head {
    display: none;
  }

  .products-single__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .products-single__gallery {
    margin-bottom: 35px;
  }

  .products-single-gallery__thumbs img {
    height: 280px;
  }

  .columns-text__image {
    height: 240px;
  }

  .jumbotron__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .jumbotron__button:first-child {
    margin-bottom: 15px;
  }

  .slider-one__image {
    height: 240px;
  }

  .slider-section__arrows {
    display: none;
  }

  .slider-section__arrows {
    margin-top: 15px;
  }

  .products-category .button {
    width: 100%;
  }

  .products-category__image {
    height: 240px;
  }

  .product-tabs__button:not(:last-child) {
    margin-right: 0;
    margin-top: 20px;
  }

  .product-tabs__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 575.98px) {
  .gutenberg-list li {
    padding-left: 45px;
  }

  .gutenberg-list li:before {
    width: 20px;
  }

  .projects__slider .slick-dots {
    left: 15px;
  }

  .review {
    padding: 20px;
  }

  .review--width-slider {
    width: 280px;
  }

  .products-category-single__download {
    width: 100%;
  }

  .products-category-single__titles .button {
    width: 100%;
  }

  .products-category-single__titles .button:not(:last-child) {
    margin-bottom: 10px;
  }

  .history-item__year {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    height: 100px;
    max-width: 100px;
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .site-header.is-fixed {
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .products-category-single__titles {
    margin-bottom: -15px;
  }

  .products-category-single__titles > * {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}


.b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none !important;
}