@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #1a2740;
  line-height: 1;
  font-family: Montserrat;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Montserrat;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
body {
  background: #f7f7f7
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 91.875rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .9375rem 1fr minmax(auto,90rem) 1fr .9375rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.icon-menu {
  display: none
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
._btn {
  min-height: 40px;
  background: rgba(0,0,0,0);
  border: 1px solid #1a2740;
  color: #1a2740;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  transition: all .3s ease-in-out 0s;
  gap: 10px
}
._btn._active {
  background: #1a2740;
  color: #fff;
  opacity: 1;
  font-weight: 400
}
section {
  padding: 60px 0
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}
.breadcrumb a {
  position: relative;
  font-weight: 500;
  text-decoration: underline
}
.breadcrumb a::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(50%,-50%);
  transform: translate(50%,-50%)
}
.breadcrumb p:not(:last-child) {
  position: relative;
  font-weight: 500
}
.breadcrumb p:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(50%,-50%);
  transform: translate(50%,-50%)
}
.breadcrumb._light {
  color: #fff
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px
}
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px
}
::-webkit-scrollbar-thumb {
  background: #1a2740;
  border-radius: 0
}
.header {
  background: #fff;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
  z-index: 4
}
.header__top {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__logo svg {
  max-width: 200px;
  width: 100%
}
.header__searchbtn {
  font-size: 20px;
  color: #1a2740;
  cursor: pointer
}
.header__search {
  position: relative
}
.header__search .header__search-box {
  height: 50px;
  display: flex
}
.header__search .header__search-box input {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(26,26,26,.0784313725);
  border-radius: 10px 0 0 10px;
  padding: 10px;
  font-size: 14px;
  width: 400px
}
.header__search .header__search-box input:focus {
  outline: 0
}
.header__search .header__search-box button {
  background: #1a2740;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  transition: all .3s ease-in-out 0s
}
.header__search .header__search-empty {
  display: none
}
.header__search .header__search-results {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 3;
  left: 50%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%,-20px);
  transform: translate(-50%,-20px);
  transition: all .3s ease-in-out 0s;
  height: 400px;
  overflow: auto;
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,.1)
}
.header__search .header__search-results._show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0)
}
.header__search .header__search-results .header__search-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px
}
.header__search .header__search-results .header__search-item img {
  max-width: 80px;
  width: 100%
}
.header__search .header__search-results .header__search-item p {
  color: #1a2740;
  line-height: 140%;
  font-weight: 500
}
.header__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px
}
.header__contact-phone {
  font-size: 18px;
  color: #1a2740;
  transition: all .3s ease-in-out 0s
}
.header__social {
  display: flex;
  align-items: center;
  gap: 10px
}
.header__social a {
  font-size: 24px;
  text-decoration: none;
  transition: all .3s ease-in-out 0s;
  color: #bf111b
}
.menu__body {
  background: #fff
}
.menu__list {
  display: flex
}
.menu__item .menu__link {
  color: #1a2740
}
.menu__item .menu__link i {
  color: #bf111b;
  font-size: 16px
}
.menu__link {
  font-size: 18px;
  cursor: pointer
}
.footer {
  background: #1a2740
}
.footer__inner {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  line-height: 140%
}
.intro {
  background-image: url(../img/intro.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0
}
.intro__inner {
  font-size: 64px;
  color: #fff;
  font-weight: 700;
  line-height: 140%
}
.services__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px
}
.services__item {
  overflow: hidden;
  position: relative;
  height: 300px;
  display: flex;
  align-items: flex-end;
  border-radius: 10px
}
.services__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  transition: all .7s ease-in-out 0s
}
.services__item p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 20px;
  position: relative;
  z-index: 3
}
.services__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.1) 100%)
}
.about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}
.about__left {
  display: flex;
  flex-direction: column
}
.about__left h1 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  color: #bf111b
}
.about__left p {
  line-height: 140%
}
.about__right img {
  width: 100%;
  border-radius: 10px
}
.featured__title {
  margin-bottom: 40px;
  text-align: center
}
.featured__title h2 {
  font-size: 48px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 10px;
  color: #bf111b
}
.featured__title p {
  line-height: 140%
}
.featured__cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px
}
.featured__item {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.05);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.05);
  overflow: hidden;
  transition: all .3s ease-in-out 0s
}
.featured__item p {
  padding: 20px;
  font-size: 18px;
  color: #fff;
  background: #1a2740;
  text-align: center
}
.featured__item-img {
  background: rgba(26,26,26,.0784313725)
}
.featured__item-img img {
  width: 100%
}
.postcat-intro {
  background: #1a2740
}
.postcat-intro__breadcrumb {
  margin-bottom: 40px
}
.postcat-intro__title {
  max-width: 768px
}
.postcat-intro__title h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 140%;
  margin-bottom: 20px
}
.postcat-intro__title p {
  color: #fff;
  line-height: 140%;
  font-size: 18px
}
.postcat-posts__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 80px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px
}
.postcat-posts__item {
  transition: all .3s ease-in-out 0s
}
.postcat-posts__item img {
  width: 100%;
  margin-bottom: 20px
}
.postcat-posts__item p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 140%;
  text-decoration: underline
}
.postcat-posts__item span {
  line-height: 140%
}
.catalog__inner {
  display: flex;
  position: relative;
  padding-top: 60px
}
.catalog__filter-btn {
  position: absolute;
  top: 0;
  left: 0
}
.catalog__filter {
  max-width: 0;
  width: 100%;
  overflow: hidden;
  margin-right: 0;
  transition: all .3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 0;
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
  border-radius: 20px 0 0 0;
  max-height: 500px;
  overflow: auto
}
.catalog__filter._active {
  margin-right: 40px;
  opacity: 1;
  visibility: visible;
  max-width: 320px;
  padding: 40px 20px
}
.catalog__filter .catalog__filter-btn {
  position: static;
  margin-bottom: 20px
}
.catalog__filter-title {
  font-weight: 500
}
.catalog__filter-menu {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.catalog__filter-menu li {
  font-size: 18px
}
.catalog__filter-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(26,26,26,.0784313725);
  padding-bottom: 20px
}
.catalog__filter-menu li._trigger ul {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 20px
}
.catalog__filter-menu li._trigger ul li {
  position: relative;
  border: 0;
  padding-bottom: 0
}
.catalog__filter-menu li._trigger ul li::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translate(-100%,0);
  transform: translate(-100%,0);
  width: 10px;
  height: 2px;
  background: #1a2740
}
.catalog__filter-menu li a {
  transition: all .3s ease-in-out 0s
}
.catalog__filter-menu li a._active {
  color: #bf111b;
  font-weight: 500
}
.catalog__products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  flex: 1 1 0;
  background: #fff;
  padding: 40px;
  border-radius: 20px 0 20px 0
}
.catalog__products-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all .3s ease-in-out 0s;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.05);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.05)
}
.catalog__products-item p {
  padding: 20px;
  font-size: 18px;
  text-align: center;
  background: #1a2740;
  color: #fff
}
.catalog__products-item-img {
  background: rgba(26,26,26,.0784313725)
}
.catalog__products-item-img img {
  width: 100%
}
.single__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: flex-start
}
.single__gallery {
  overflow: hidden
}
.single__gallery .mySwiper2 {
  margin-bottom: 10px
}
.single__gallery .mySwiper2 .swiper-slide img {
  width: 100%;
  background: #fff
}
.single__gallery .mySwiper .swiper-slide {
  cursor: pointer
}
.single__gallery .mySwiper .swiper-slide img {
  width: 100%;
  background: #fff
}
.single__gallery .swiper-button-next {
  color: #bf111b;
  width: 16px;
  height: auto;
  right: 10px
}
.single__gallery .swiper-button-prev {
  color: #bf111b;
  width: 16px;
  height: auto;
  left: 10px
}
.single__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px;
  background: #fff;
  border-radius: 20px 0 20px 0;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.05);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.05);
	  grid-column: span 2;
}
.single__title {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #bf111b
}
.single__description {
  display: flex;
  flex-direction: column
}
.single__description * {
  line-height: 140%
}
.single__description ul {
  padding-left: 20px
}
.single__description ul li {
  list-style: disc
}
.single__description ul li::marker {
  color: #bf111b
}
.single__category {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(26,26,26,.0784313725)
}
.related__title {
  margin-bottom: 40px;
  text-align: center
}
.related__title h2 {
  font-size: 48px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 10px;
  color: #bf111b
}
.related__title p {
  line-height: 140%
}
.related__swiper .relatedSwiper {
  padding-bottom: 40px
}
.related__swiper .swiper-slide {
  width: 320px!important;
  transition: all .3s ease-in-out 0s;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.05);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.05)
}
.related__swiper .swiper-slide img {
  width: 100%;
  background: #fff
}
.related__swiper .swiper-slide p {
  padding: 20px;
  font-size: 18px;
  text-align: center;
  background: #1a2740;
  color: #fff
}
.related__swiper .swiper-slide.swiper-slide-active {
  width: 400px!important
}
.related__swiper .swiper-slide.swiper-slide-next,
.related__swiper .swiper-slide.swiper-slide-prev {
  width: 360px!important
}
.related__swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  border-radius: 5px;
  transition: all .3s ease-in-out 0s
}
.related__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bf111b;
  width: 30px
}
.contact__title {
  margin-bottom: 40px;
  text-align: center
}
.contact__title h1 {
  font-size: 48px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 10px;
  color: #bf111b
}
.contact__title p {
  line-height: 140%
}
.contact__cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.contact__form input {
  min-height: 50px;
  border: 1px solid #dedede;
  padding: 5px 20px;
  border-radius: 5px;
  width: 100%
}
.contact__form button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  background: #1a2740;
  padding: 5px;
  min-height: 45px;
  margin-bottom: 10px
}
.contact__info {
  display: flex;
  flex-direction: column
}
.contact__text {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px
}
.contact__text p {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px
}
.contact__text span:not(:last-child) {
  margin-bottom: 10px
}
.contact__links {
  display: flex;
  flex-direction: column
}
.contact__links a {
  font-size: 20px;
  text-decoration: underline
}
.contact__links a:not(:last-child) {
  margin-bottom: 10px
}
.contact__map {
  margin-top: 40px
}
.contact__map iframe {
  width: 100%;
  min-height: 500px
}
@media (min-width:47.99875em) {
  .header__searchbtn {
    display: none
  }
  .header__search .header__search-results {
    width: 768px
  }
  .header__bottom {
    position: relative;
    border-top: 1px solid rgba(26,26,26,.0784313725)
  }
  .menu__item {
    border-bottom: 2px solid #fff
  }
  .menu__item .menu__link {
    padding: 20px 20px 20px 0
  }
  .menu__item:not(:first-child) .menu__link {
    padding: 20px 20px 20px 20px
  }
  .menu__item._trigger ul {
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    position: absolute;
    top: 100%;
    left: -40px;
    width: calc(100% + 80px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    background: #fff;
    padding: 40px
  }
  .menu__item._trigger ul ._close {
    display: none
  }
  .menu__item._trigger ul li {
    display: flex;
    flex-direction: column;
    gap: 10px
  }
  .menu__item._trigger ul li a {
    font-size: 18px;
    font-weight: 500;
    transition: all .3s ease-in-out 0s
  }
  .menu__item._trigger ul li p {
    line-height: 140%
  }
  .menu__item._trigger._withbtn ul {
    padding-bottom: 120px
  }
  .menu__item._trigger._withbtn ul li:last-child {
    position: absolute;
    bottom: 40px;
    left: 40px
  }
  .menu__item._trigger._catalogue ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%
  }
  .menu__item._trigger._show {
    border-color: #1a2740
  }
  .menu__item._trigger._show ul {
    visibility: visible;
    opacity: 1
  }
  .catalog__filter .catalog__filter-btn {
    display: none
  }
}
@media (min-width:47.99875em)and (any-hover:hover) {
  .menu__item._trigger ul li a:hover {
    opacity: .7
  }
  .menu__item._trigger._withbtn ul li:last-child a {
    font-weight: 400
  }
  .menu__item._trigger._withbtn ul li:last-child a:hover {
    opacity: 1
  }
}
@media (max-width:75em) {
  .catalog__products {
    grid-template-columns: 1fr 1fr 1fr
  }
}
@media (max-width:91.875em) {
  .related__swiper .swiper-slide.swiper-slide-active {
    width: 320px!important
  }
  .related__swiper .swiper-slide.swiper-slide-next,
  .related__swiper .swiper-slide.swiper-slide-prev {
    width: 320px!important
  }
}
@media (max-width:61.99875em) {
  .header__search .header__search-box input {
    width: 250px
  }
  .services__inner {
    grid-template-columns: 1fr 1fr
  }
  .about__left h1 {
    font-size: 40px
  }
  .featured__title h2 {
    font-size: 40px
  }
  .featured__cont {
    grid-template-columns: 1fr 1fr 1fr
  }
  .postcat-intro__title h1 {
    font-size: 40px
  }
  .postcat-intro__title h1 {
    font-size: 32px
  }
  .catalog__products {
    grid-template-columns: 1fr 1fr
  }
  .related__title h2 {
    font-size: 40px
  }
  .contact__title h1 {
    font-size: 40px
  }
	.single__content {
		grid-column: auto;
	}
	.single__inner {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width:47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 6.25rem .9375rem 1.875rem .9375rem;
    transition: left .3s
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.25rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #1a2740
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  section {
    padding: 50px 0
  }
  .header__top {
    padding: 29px 0
  }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 5
  }
  .header__logo svg {
    max-width: 120px
  }
  .header__search .header__search-box input {
    border-radius: 0;
    width: 100%
  }
  .header__search .header__search-box button {
    border-radius: 0
  }
  .header__search .header__search-results {
    height: 250px
  }
  .header__search .header__search-results .header__search-item img {
    max-width: 50px
  }
  .header__search .header__search-results .header__search-item p {
    font-size: 14px
  }
  .header__search .header__search-results {
    width: 100%
  }
  .header__search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0,-20px);
    transform: translate(0,-20px);
    transition: all .3s ease-in-out 0s
  }
  .header__search._show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  .header__contact {
    align-items: flex-start;
    margin-top: 40px
  }
  .menu__list {
    flex-direction: column;
    gap: 20px
  }
  .menu__item._trigger ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 6.25rem .9375rem 1.875rem .9375rem;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out 0s;
    overflow: auto
  }
  .menu__item._trigger ul ._close {
    position: absolute;
    top: 20px;
    left: 15px;
    cursor: pointer
  }
  .menu__item._trigger ul li:not(:last-child) {
    margin-bottom: 20px;
    color: #fff
  }
  .menu__item._trigger ul li a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #bf111b
  }
  .menu__item._trigger ul li p {
    color: #1a2740;
    line-height: 140%
  }
  .menu__item._trigger._withbtn ul li:last-child {
    margin-top: 20px
  }
  .menu__item._trigger._catalogue ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #1a2740;
    line-height: 140%
  }
  .menu__item._trigger._show ul {
    opacity: 1;
    visibility: visible
  }
  .intro {
    padding: 50px 0
  }
  .intro__inner {
    font-size: 48px
  }
  .about__inner {
    grid-template-columns: 1fr;
    gap: 20px
  }
  .about__left h1 {
    font-size: 32px
  }
  .featured__title h2 {
    font-size: 32px
  }
  .featured__cont {
    grid-template-columns: 1fr 1fr;
    gap: 20px
  }
  .featured__item p {
    padding: 10px;
    font-size: 16px
  }
  .postcat-intro__title p {
    font-size: 16px
  }
  .postcat-posts__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }
  .catalog__filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 10;
    padding: 40px 20px;
    max-height: 100%
  }
  .catalog__filter._active {
    margin-right: 0;
    max-width: 100%
  }
  .catalog__products {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px
  }
  .catalog__products-item p {
    padding: 10px;
    font-size: 16px
  }
  .single__inner {
    grid-template-columns: 1fr
  }
  .related__title h2 {
    font-size: 32px
  }
  .related__swiper .swiper-slide {
    width: 280px!important
  }
  .related__swiper .swiper-slide p {
    padding: 10px;
    font-size: 16px
  }
  .related__swiper .swiper-slide.swiper-slide-active {
    width: 280px!important
  }
  .related__swiper .swiper-slide.swiper-slide-next,
  .related__swiper .swiper-slide.swiper-slide-prev {
    width: 280px!important
  }
  .contact__title h1 {
    font-size: 32px
  }
  .contact__cont {
    grid-template-columns: 1fr
  }
  .contact__map iframe {
    min-height: 200px
  }
}
@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:29.99875em) {
  .intro__inner {
    font-size: 32px
  }
  .services__inner {
    grid-template-columns: 1fr
  }
}
@media (any-hover:hover) {
  ._btn:hover {
    background: #1a2740;
    color: #fff;
    opacity: 1;
    font-weight: 400
  }
  .header__search .header__search-box button:hover {
    opacity: .7
  }
  .header__search .header__search-results .header__search-item:hover {
    background: rgba(26,26,26,.0784313725)
  }
  .header__contact-phone:hover {
    opacity: .7
  }
  .header__social a:hover {
    opacity: .7
  }
  .services__item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  .featured__item:hover {
    opacity: .7
  }
  .postcat-posts__item:hover {
    opacity: .7
  }
  .catalog__filter-menu li a:hover {
    opacity: .7
  }
  .catalog__products-item:hover {
    opacity: .7
  }
  .related__swiper .swiper-slide:hover {
    opacity: .7
  }
}