/**Дабы не компилировать ничего сверху**/
body {
  margin: 0;
  font-size: 18px;
  color: #212529;
  line-height: 26px;
  font-weight: 400;
  font-family: INTROBOOK, sans-serif;
  text-align: left;
  /* background-color: #fff; */
  background: linear-gradient(
    90deg,
    rgba(255, 255, 240, 1) 0%,
    rgba(248, 250, 220, 1) 20%,
    rgba(255, 255, 255, 1) 100%
  );
}
.page-title {
  font-size: 2rem;
  line-height: 1.4;
  color: #212529;
  font-weight: 600;
  font-family: INTROBOOK, sans-serif;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.portfolio_item__title {
  font-family: INTROBOLD, sans-serif;
}
.portfolio_header__logo {
  display: none;
}
.portfolio_header__content {
  max-width: 1300px;
  margin: 120px auto 0;
}
a {
  color: #212529;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #edc605;
}
.footer__nav_bottom li a,
.footer__info_top-tel a {
  text-decoration: none;
  font-family: INTROBOLD, sans-serif;
}
#portfolio_pagination {
  max-width: 1300px;
  margin: 0 auto;
}
#page_title h1,
h1,
.portfolio_header__title h1 {
  font-size: 50px;
  color: #212529;
  line-height: 56px;
  font-weight: 500;
  font-family: INTROBOLD, sans-serif;
  text-align: left;
}
h2 {
  font-size: 40px;
  color: #212529;
  line-height: 48px;
  font-weight: 500;
  font-family: INTROBOLD, sans-serif;
  text-align: left;
}
h3 {
  font-size: 32px;
  color: #212529;
  line-height: 40px;
  font-weight: 500;
  font-family: INTROBOLD, sans-serif;
  text-align: left;
}
h4 {
  font-family: INTROBOLD, sans-serif;
}
h5 {
  font-family: INTROBOLD, sans-serif;
}
.catalog_block4__slider_item-title {
  font-family: INTROBOLD, sans-serif;
}
.news__title {
  font-family: INTROBOLD, sans-serif;
}
#katalog-page .katalog-page__slide .slide-title {
  font-family: INTROBOLD, sans-serif;
}
.catalog_page__item-title .h2 {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: INTROBOLD, sans-serif;
  text-decoration: underline;
  color: #000;
  line-height: 1.4;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
/* .catalog_page__text p,
.catalog_page__text ul li,
.catalog_page__text ol li{
  font-size: 12px;
} */

.modal-title.h1 {
  font-size: 2em;
  font-weight: 500;
}

.footer__info_top-tel p {
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.av-2__menu li.menu-item-has-children a {
  position: absolute;
}

.macromenu ul.sub-menu {
  width: 400px;
}

@media (max-width: 768px) {
  .nav-2__menu li a {
    margin: 0 20px;
    display: block;
    text-align: center;
  }
  .nav-2__menu .current-menu-item a {
    background: rgba(19, 19, 19, 0);
  }

  #header #mobile_menu {
    top: -90rem;
  }
}
@media (max-width: 560px) {
}

ul.nav-2__menu {
  padding: 0;
}
.nav-2__menu li {
  padding: 1rem 0;
}

.nav-2__menu li {
  position: relative;
}

.colors-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.colors-block-item {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media (max-width: 670px) {
  .nav_mobile__tel button {
    font-size: 14px;
  }

  #breadcrumbs ul li {
    padding-right: 0.5rem;
    line-height: 1.4;
    vertical-align: middle;
    font-size: 12px;
  }

  #breadcrumbs ul .current {
    font-size: 12px;
  }

  #breadcrumbs ul li a {
    font-size: 12px;
  }
  .macromenu ul.sub-menu {
    width: unset;
    display: none !important;
  }
}

.nav-2__menu .current-menu-item a {
  background-color: transparent;
}
.nav-2__menu .current-menu-item > a {
  background-color: #ffe78b;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
}

.slick-prev {
  width: 4rem;
  height: 6rem;
  margin-top: -3rem;
  background-color: transparent;
  left: -5rem;
  outline: none;
  border: none;
  background-image: url(images/prev_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: ease-out 0.3s;
}

.slick-prev:hover {
  cursor: pointer;
  background-image: url(images/prev_yellow.png);
}

.slick-next {
  width: 4rem;
  height: 6rem;
  margin-top: -3rem;
  background-color: transparent;
  right: -5rem;
  outline: none;
  border: none;
  background-image: url(images/next_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: ease-out 0.3s;
}

.slick-next:hover {
  cursor: pointer;
  background-image: url(images/next_yellow.png);
}

#catalog_page .slick-list {
  overflow: hidden;
}

#catalog_page .slick-track {
  display: flex;
  height: auto;
}

#catalog_page .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}
#catalog_page .slick-dots li {
  list-style: none;
  padding: 0;
  margin: 0 0.25rem;
}
#catalog_page .slick-dots li button {
  font-size: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: 1px solid #d3d9dc;
  padding: 0;
  margin: 0;
  background-color: #d3d9dc;
  outline: none;
  transition: ease-out 0.3s;
}
#catalog_page .slick-dots li button:hover {
  background-color: #ffc107;
  border: 1px solid #d3d9dc;
}
#catalog_page .slick-active button {
  background-color: #ffc107;
  border: 1px solid #ffc107;
}

.block_klients {
  background-image: url(images/bg_img/block_klients.jpg);
  padding: 88px 0 33px;
}
.block_klients .item-title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 20px #3d6388;
}
.block_klients__slider {
  margin: 44px 0 138px;
}
.block_klients__slider .slick-dots {
  bottom: 5rem;
}
.block_klients__slider div img {
  max-width: 95%;
  height: auto;
  margin: auto;
  display: block;
}

.block_schema .item-title {
  font-size: 3rem;
  font-family: INTROBOLD, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.block_schema__slider {
  margin: 44px 0 138px;
}
.block_schema__slider .slick-dots {
  bottom: 5rem;
}
.block_schema__slider div {
  /* max-height: 220px; */
}
.block_schema__slider div img {
  max-width: 95%;
  max-height: 180px;
  height: auto;
  margin: auto;
  display: block;
}

.block_product1 {
  font-family: "INTROBOOK", sans-serif;

  font-size: 0;
  padding: 0 0 50px 0px;
}

.block_product1 .item-title {
  font-size: 73px;
  color: rgb(33, 37, 41);
  font-weight: bold;
  padding: 17px 0 30px 0;
  line-height: 1.2;
  text-align: center;
  font-family: INTROBOLD, sans-serif;
}

.block_product1 .product1slider_item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  background-color: rgb(249, 249, 249);
  width: 1145px;
  height: 841px;
}

.block_product1 .galleryandcolor {
  width: 550px;
  display: inline-block;
  vertical-align: top;
}
.block_product1
  .product1_gallery
  .product1_gallery_for
  .product1_gallery_for_img {
  background-image: url("images/block_product/mastersport/type-1-1-1.jpg");
  background-color: rgb(255, 255, 255);
  width: 516px;
  height: 475px;
  background-size: cover;
}
.block_product1 .product1_gallery .product1_gallery_nav {
  padding: 12px 0 0 28px;
}
.block_product1
  .product1_gallery
  .product1_gallery_nav
  .product1_gallery_nav_img {
  background-size: cover;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(233, 233, 233);
  background-color: rgb(255, 255, 255);
  width: 112px;
  height: 106px;
  margin: 0 11px 0 0px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.block_product1
  .product1_gallery
  .product1_gallery_nav
  .product1_gallery_nav_img.active {
  border-color: rgb(252, 219, 107);
  background-color: rgb(255, 255, 255);
}
.block_product1
  .product1_gallery
  .product1_gallery_nav
  .product1_gallery_nav_img:nth-child(1) {
  background-image: url("images/block_product/mastersport/type-1-1-1.jpg");
}
.block_product1
  .product1_gallery
  .product1_gallery_nav
  .product1_gallery_nav_img:nth-child(2) {
  background-image: url("images/block_product/mastersport/type-1-2-1.jpg");
}
.block_product1
  .product1_gallery
  .product1_gallery_nav
  .product1_gallery_nav_img:nth-child(3) {
  background-image: url("images/block_product/mastersport/type-1-3-1.jpg");
}

.block_product1 .product1_gallery_color {
  padding: 0 10px 0 30px;
}
.block_product1 .product1_gallery_color .colors_block_item {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 33px;
  margin: 0 11px 11px 0;
  border-radius: 60%;
  cursor: pointer;
}

.galleryandcolor .info_name {
  display: none;
}
.galleryandcolor .info_button {
  display: none;
}
.catalog_block3__slider-for--item-title {
  font-family: INTROBOLD, sans-serif;
}
.block_product1 .product1_gallery_color_title {
  font-size: 16px;
  font-family: "INTROBOOK";
  color: rgb(128, 128, 128);
  line-height: 2.25;
  padding: 21px 0px 8px 29px;
}
.block_product1 .infoadnlink {
  width: 550px;
  display: inline-block;
  vertical-align: top;
}
.block_product1 .infoadnlink .info_name {
  font-size: 28px;
  color: rgb(33, 37, 41);
  font-weight: bold;
  font-family: INTROBOLD, sans-serif;
  padding: 25px 0 0 0;
  position: relative;
}
.block_product1 .infoadnlink .info_name:after {
  background-color: rgb(33, 37, 41);
  width: 72px;
  height: 2px;
  position: absolute;
  content: "";
  display: block;
}

.block_product1 .infoadnlink .info_button {
  padding: 26px 0 0 0;
}
.block_product1 .infoadnlink .info_button .info_tcena {
  font-size: 27px;
  font-family: "INTROBOOK";
  color: rgb(0, 0, 0);
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(252, 219, 107);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 258px;
  height: 65px;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
.block_product1 .infoadnlink .info_button a {
  line-height: 3;
  font-weight: 400;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(252, 219, 107);
  border-radius: 5px;
  background-color: rgb(252, 219, 107);
  width: 258px;
  height: 65px;
  text-align: center;
  /*margin: 0 0 0 26px;*/
  font-size: 20px;
  font-family: "INTROBOOK";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
#toTop {
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  display: none;
  opacity: 0.8;
}
#toTop:hover {
  opacity: 1;
}
#toTop img {
  width: 100%;
}
.block_product1 .infoadnlink .block__title {
  font-size: 24px;
  font-family: "INTROBOOK";
  color: rgb(33, 37, 41);
  font-weight: 500;
  padding: 21px 0 10px 0;
}

.block_product1 .infoadnlink .block__table table {
  width: 100%;
}

.block_product1 .infoadnlink .block__table table tr td {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  position: relative;
}
.block_product1 .infoadnlink .block__table table tr td.text {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
  text-align: left;
  vertical-align: top;
  color: #000;
  position: relative;
  background-color: rgb(249, 249, 249);
  z-index: 1;
}
.block_product1 .infoadnlink .block__table table tr td.title span {
  color: grey;
  white-space: nowrap;
  z-index: 1;
  background: inherit;
  padding-right: 4px;
  position: relative;
}
.block_product1 .infoadnlink .block__table table tr td.title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 16px;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=)
    0 0 repeat-x;
}

.block_product2__slider {
  position: relative;
  width: 1145px;
}
.block_product2__slider .slick-list {
  overflow: hidden;
}
.block_product2__slider slick-track {
  display: flex;
  height: auto;
  gap: 1rem;
}

@media (max-width: 1200px) {
  .block_product1 .product1slider_item {
    width: 930px;
    height: auto;
  }
  .block_product2__slider {
    width: 930px;
  }
  .block_product1 .infoadnlink,
  .block_product1 .galleryandcolor {
    width: 50%;
  }

  .block_product1
    .product1_gallery
    .product1_gallery_for
    .product1_gallery_for_img {
    width: auto;
    height: 400px;
  }
  .block_product1 .infoadnlink .info_button .info_tcena,
  .block_product1 .infoadnlink .info_button a {
    width: 200px;
    height: 65px;
  }
  .block_product1 .infoadnlink .info_button .info_tcena {
    line-height: 60px;
  }
}
@media (max-width: 930px) {
  .block_product1 .product1slider_item {
    width: 715px;
    height: auto;
    padding: 0 0 20px;
  }

  .block_product2__slider {
    width: 715px;
  }

  .block_product1
    .product1_gallery
    .product1_gallery_for
    .product1_gallery_for_img {
    width: auto;
    height: 325px;
  }

  .block_product1 .infoadnlink .info_button .info_tcena {
    line-height: 60px;
  }

  .block_product1 .item-title {
    font-size: 55px;
    padding: 30px 0 56px 0;
  }

  .block_product1
    .product1_gallery
    .product1_gallery_nav
    .product1_gallery_nav_img {
    width: 87px;
    height: 84px;
    margin: 0 11px 0 3px;
  }
  .block_product1 .infoadnlink .info_name {
    font-size: 24px;
    padding: 32px 0 0 23px;
  }

  .block_product1 .infoadnlink .info_button {
    padding: 26px 0 0px 23px;
  }

  .block_product1 .infoadnlink .info_button .info_tcena,
  .block_product1 .infoadnlink .info_button a {
    width: 85%;
    height: 65px;
    margin: 0 0 7px 0px;
  }

  .block_product1 .infoadnlink .block__title {
    font-size: 24px;
    padding: 16px 0 0px 33px;
  }
  .block_product1 .infoadnlink .block__table table {
    width: auto;
    margin: 0 0 0 30px;
  }
  .block_product1 .infoadnlink .block__table table tr td {
    display: block;
  }

  .block_product1 .infoadnlink .block__table table tr td.title::after {
    display: none;
  }

  .block_product1 .infoadnlink .block__table table tr td.text {
    padding: 5px 0 0 0;
  }
}
@media (max-width: 766px) {
  .block_product1 .item-title {
    font-size: 44px;
    padding: 37px 0 54px 0;
    width: 100vw;
  }

  .block_product1 .product1slider_item {
    width: 460px;
    height: auto;
    margin: 0 auto;
  }

  .block_product2__slider {
    width: 460px;
    margin: 0 auto;
  }
  .block_product1 .infoadnlink,
  .block_product1 .galleryandcolor {
    width: 100%;
  }

  .block_product1
    .product1_gallery
    .product1_gallery_for
    .product1_gallery_for_img {
    width: auto;
    height: 410px;
  }
  .block_product1 .product1_gallery .product1_gallery_nav {
    padding: 12px 28px 0 28px;
    text-align: center;
  }
  .block_product1 .infoadnlink .info_name {
    display: none;
  }
  .block_product1 .infoadnlink .info_button {
    display: none;
  }

  .galleryandcolor .info_name {
    display: block;
    font-size: 28px;
    color: rgb(33, 37, 41);
    font-weight: bold;
    padding: 25px 0 0px 40px;
    position: relative;
  }
  .galleryandcolor .info_name::after {
    background-color: rgb(33, 37, 41);
    width: 72px;
    height: 2px;
    position: absolute;
    content: "";
    display: block;
  }

  .galleryandcolor .info_button {
    display: block;
    margin-top: 20px;
  }
  .galleryandcolor .info_button .info_tcena {
    font-size: 27px;
    font-family: "INTROBOOK";
    color: rgb(0, 0, 0);
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(252, 219, 107);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 84%;
    height: 65px;
    line-height: 2;
    font-weight: 400;
    display: block;
    margin: 27px auto 8px;
  }
  .galleryandcolor .info_button a {
    line-height: 3;
    font-weight: 400;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(252, 219, 107);
    border-radius: 5px;
    background-color: rgb(252, 219, 107);
    height: 65px;
    text-align: center;
    margin: 0 auto 0;
    font-size: 20px;
    font-family: "INTROBOOK";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    display: block;
    width: 84%;
  }
}
@media (max-width: 470px) {
  .block_product1 .product1slider_item {
    width: 300px;
    height: auto;
  }

  .block_product2__slider {
    width: 300px;
  }
  .block_product1 .item-title {
    font-size: 36px;
    padding: 29px 0 52px 0;
  }

  .block_product1 .product1slider_item {
    width: 285px;
    height: auto;
  }
  .block_product1
    .product1_gallery
    .product1_gallery_for
    .product1_gallery_for_img {
    width: auto;
    height: 274px;
  }

  .block_product1 .product1_gallery .product1_gallery_nav {
    padding: 3px 0 0 0;
    text-align: center;
  }

  .block_product1
    .product1_gallery
    .product1_gallery_nav
    .product1_gallery_nav_img {
    width: 70px;
    height: 70px;
    margin: 0 11px 0 5px;
  }
  .galleryandcolor .info_name {
    font-size: 24px;
    padding: 26px 0 0px 14px;
  }
}

.topbar-block {
  background: #f5f5f5;
  padding: 7px 0;
}

.header-flex {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.topbar-menu,
.main-menu,
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topbar-menu:after,
.main-menu:after,
.mobile-menu:after {
  content: "";
  display: table;
  clear: both;
}
.topbar-menu > li,
.main-menu > li {
  float: left;
  position: relative;
}
.topbar-menu > li {
  margin-right: 50px;
}
.topbar-menu > li > a,
.main-menu > li > a,
.mobile-menu > li > a {
  color: #141616;

  font-size: 16px;

  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.topbar-menu li a:hover,
.main-menu li a:hover,
.mobile-menu li a:hover {
  font-weight: bold;
}

.sub-menu {
  background: #fff;
  border: 1px solid #d9d9d9;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 500;
  width: 220px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: 0.5s ease-in-out;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-menu a {
  color: #141616;

  font-size: 16px;
  display: block;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  padding: 5px 15px;
}

.topbar-menu > li:hover .sub-menu,
.main-menu > li:hover .sub-menu {
  opacity: 1;
  transform: scaleY(1);
}
.nav-1__search button svg {
  fill: #141616;
}
.topbar-menu .menu-item-has-children:after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  background: url(/wp-content/themes/mfibre/images/ar1.png);
  position: absolute;
  right: -15px;
  top: 12px;
}
#mobile_menu {
  position: fixed;
  background: #fff;
  border: 1px solid #d9d9d9;
  width: 200px;
  height: 100vh;
  top: 0 !important;
  padding: 15px;
  left: -200px;
  transition: 0.5s ease-in-out;
}
div#mobile_menu li {
  float: none;
  position: relative;
}
#mobile_menu.show_mobile_menu {
  transition: 0.5s ease-in-out;
  left: 0;
}
.header-block {
  padding: 6px 0;
}
.h-logo span {
  color: #141616;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-left: 30px;
}

.h-logo {
  width: 30%;
  display: flex;
  align-items: center;
}
.h-logo img {
  width: 100%;
}
.h-cont {
  background: url(/wp-content/themes/mfibre/images/adr.png) no-repeat;
  padding-left: 22px;
  background-position: 0 2px;
}

.h-cont span {
  font-weight: 700;
}
.h-cont {
  color: #141616;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.h-links > a {
  margin-right: 34px;
}
.h-links {
  display: flex;
  align-items: center;
}
.h-links a {
  color: #141616;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  text-decoration: none;
}
.h-links .icon-link a:first-child {
  margin-bottom: 7px;
}
.h-btn a {
  display: block;
  color: #141616;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  width: 205px;
  height: 50px;
  text-decoration: none;
  border-radius: 5px;
  background: #fbda6a;
}
.dark-menu {
  background: #141616;
}
.wrapp {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
#burger_menu {
  display: none;
}
.main-menu > #menu-item-30850 > a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #141616;
  padding: 10px 15.426px 10px 35px;
}
.main-menu > #menu-item-30850 > a:hover {
  font-weight: 600;
}
.main-menu #menu-item-30850 {
  width: 210px;

  background: #fbda6a url(/wp-content/themes/mfibre/images/menu.png) no-repeat;
  background-position: 10px;
}
.main-menu #menu-item-30850:after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  background: url(/wp-content/themes/mfibre/images/ar1.png);
  position: absolute;
  right: 10px;
  top: 17px;
}
.main-menu > li > a {
  font-weight: 500;
  display: block;

  padding: 10px 0;
  color: #fbda6a;
}
.main-menu > li {
  margin-right: 50px;
}
.main-menu #menu-item-629:after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  background: url(/wp-content/themes/mfibre/images/ar2.png);
  position: absolute;
  right: -17px;
  top: 18px;
}
.yand iframe {
  margin-right: 80px;
}
.yand {
  background: #212529;
  padding: 10px 15px;
}

.yand a {
  color: #fff;
}
.yand {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}
.back-slider img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
.main-slider {
  position: relative;
}
.main-slider .slider-content {
  max-width: 1300px;
  width: 100%;
  position: absolute;
  z-index: 200;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider-ul ul {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  color: #fff;
  max-width: 800px;
  margin-bottom: 40px;
}

.slider-title {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  font-family: INTROBOLD, sans-serif;
  line-height: 48px;
  letter-spacing: 1.6px;
  color: #fff;
  margin-bottom: 30px;
}
.slider-btn a {
  color: #141616;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
  width: 200px;
  height: 50px;
  text-align: center;
  display: block;
  background: #fbda6a;
  text-decoration: none;
  border-radius: 5px;
}
.back-slider .slick-prev {
  width: 69px;
  height: 70px;
  background: url(/img/wal.png) no-repeat;
  background-size: contain;
}
.back-slider .slick-next {
  width: 69px;
  height: 70px;
  background: url(/img/war.png) no-repeat;
  background-size: contain;
}
.preim img {
  margin-right: 20px;
}
.preim > div {
  width: 32%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #222;
  margin-bottom: 28px;
}
.preim {
  margin: 70px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-title {
  font-size: 50px;
  font-style: normal;
  font-family: INTROBOLD, sans-serif;
  font-weight: 500;
  line-height: 63.96px;
  margin-bottom: 50px;
}
.about-flex .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.about-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.about-flex img {
  width: 100%;
}

.about-flex > div {
  width: 48%;
  margin-bottom: 30px;
}
.ab-btn {
  color: #141616;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
  width: 200px;
  height: 50px;
  text-align: center;
  display: block;
  background: #fbda6a;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 40px;
}
.cent-title {
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  font-family: INTROBOLD, sans-serif;
  line-height: 63.96px;
  text-align: center;
  margin-bottom: 50px;
}
.services span {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

.services img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.services > div {
  position: relative;
  width: 31%;
  margin-bottom: 50px;
}
.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
h1.noh1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.4px;
  margin-bottom: 20px;
}
h2.noh2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.4px;
  margin: 50px 0 30px;
}
.sostav-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  font-family: INTROBOLD, sans-serif;
  line-height: 38.4px;
  text-align: center;
  margin: 60px 0 0;
}
.sostav-block img {
  width: 1200px;
}
.sostav-block {
  position: relative;
  text-align: center;
  margin: 0 auto 80px;
}
.sostav-block > div {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.sostav-block > div > span {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  font-family: INTROBOLD, sans-serif;
  line-height: 28px;
  display: block;
}
.sostav-block .t1 {
  position: absolute;
  top: 145px;
  left: 100px;
}
.sostav-block .t2 {
  position: absolute;
  top: 145px;
  right: 160px;
}
.sostav-block .t3 {
  position: absolute;
  bottom: 110px;
  left: 80px;
}
.sostav-block .t4 {
  position: absolute;
  bottom: 115px;
  right: 100px;
}
.wrappp {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.sert-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 110px;
}
.cent-title2 img {
  max-width: 390px;
  display: block;
  margin: 0 auto;
}
.cent-title2 {
  text-align: center;
  margin: 72px 0 25px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  font-family: INTROBOLD, sans-serif;
  line-height: 89.6px;
}
.clb-title {
  font-family: INTROBOLD, sans-serif;
}
.project-slider .slick-prev,
.work-slider .slick-prev,
.fade-slider .slick-prev,
.page-slider .slick-prev,
#catalog_block4 .slick-arrow.slick-prev {
  width: 64px;
  height: 96px;
  background: url(/img/dal.png) no-repeat;
  background-size: contain;
  left: -85px !important;
}
.project-slider .slick-next,
.work-slider .slick-next,
.fade-slider .slick-next,
.page-slider .slick-next,
#catalog_block4 .slick-arrow.slick-next {
  width: 64px;
  height: 96px;
  background: url(/img/dar.png) no-repeat;
  background-size: contain;
  right: -85px !important;
}
.ab-btn:hover {
  color: #141616;

  text-decoration: none;
}
.fade-item a {
  color: #141616;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
  width: 200px;
  height: 50px;
  text-align: center;
  display: block;
  background: #fbda6a;
  text-decoration: none;
  border-radius: 5px;

  position: absolute;
  bottom: 85px;
  left: 50%;
  margin-left: -100px;
}

.fade-item img {
  width: 100%;
  height: 447px;
  object-fit: cover;
}
.fade-item {
  position: relative;
}
.fade-slider {
  margin-bottom: 115px;
}
.project-slider,
.work-slider {
  margin-bottom: 100px;
}
.portfolio_item {
  text-decoration: none;
}
.project-slider .portfolio_item {
  width: 90%;
  margin: 0 auto 20px;
  min-height: 390px;
}
.work-slider img {
  width: 80%;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.rev-block a {
  color: #141616;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
  width: 200px;
  height: 50px;
  text-align: center;
  display: block;
  background: #fbda6a;
  text-decoration: none;
  border-radius: 5px;
  margin: 56px auto 90px;
}
.rev-flex > div {
  width: 45%;
}

.rev-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1430px) {
  .main-slider .slider-content {
    max-width: 1000px;
  }
  .project-slider .slick-prev,
  .work-slider .slick-prev,
  .fade-slider .slick-prev,
  .page-slider .slick-prev,
  #catalog_block4 .slick-arrow.slick-prev {
    left: 25px !important;
    top: -70px;
  }
  .project-slider .slick-next,
  .work-slider .slick-next,
  .fade-slider .slick-next,
  .page-slider .slick-next,
  #catalog_block4 .slick-arrow.slick-next {
    right: 25px !important;
    top: -70px;
  }
  .page-slider .slick-prev {
    left: 5px !important;
    top: 0px;
    width: 34px;
    height: 66px;
  }
  .page-slider .slick-next {
    width: 34px;
    height: 66px;
    right: 5px !important;
    top: 0px;
  }
}
@media screen and (max-width: 1220px) {
  .sostav-block {
    width: 700px;
    margin: 0 auto 80px;
  }
  .sostav-block img {
    width: 700px;
  }
  .sostav-block > div {
    font-size: 14px;
    line-height: 15px;
  }
  .sostav-block > div > span {
    font-size: 18px;
    line-height: 22px;
  }
  .sostav-block .t1 {
    position: absolute;
    top: 75px;
    left: 10px;
  }
  .sostav-block .t2 {
    position: absolute;
    top: 70px;
    right: 50px;
  }
  .sostav-block .t3 {
    position: absolute;
    bottom: 60px;
    left: -10px;
  }
  .sostav-block .t4 {
    position: absolute;
    bottom: 65px;
    right: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .main-slider .slider-content ul {
    list-style-position: inside;
    margin-left: 0;
    padding-left: 0;
    max-width: 80%;
    margin: 0 auto 40px;
  }

  .main-slider .slider-content {
    text-align: center;
  }
  .slider-btn a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  .h-logo span {
    display: none;
  }
  .h-logo {
    width: auto;
  }
  .s-img img {
    width: 100%;
  }
  .s-img {
    width: 30%;
  }
  .s-logo img {
    width: 100%;
  }
  .s-logo {
    width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .page-slider .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .header-flex {
    justify-content: center;
    text-align: center;
  }
  .header-flex > div {
    width: 100%;
    margin-bottom: 15px;
  }
  .h-cont {
    background: transparent;
  }
  .yand iframe {
    margin-right: 20px;
  }
  .h-links,
  .h-logo {
    justify-content: center;
  }
  .h-btn a {
    margin: 0 auto;
  }
  .menu-top,
  .dark-menu .main-menu {
    display: none;
  }
  .header-flex > div:last-child {
    margin-bottom: 0;
  }
  #burger_menu {
    display: block;
    background: #fbda6a;
    border: 0;
    width: 40px;
  }
  .wrapp {
    display: flex;
    justify-content: flex-end;
  }
  .slider-ul ul {
    font-size: 18px;

    line-height: 25px;
  }
  .slider-title {
    font-size: 40px;
  }
  .preim > div {
    width: 48%;
  }
}
@media screen and (max-width: 710px) {
  .sostav-block {
    width: 100%;
    max-width: 340px;
    margin: 50px auto;
  }
  .about-flex > div {
    width: 100%;
  }
  .about-flex .text {
    order: 2;
  }
  .about-flex .video {
    order: 0;
  }
  .services > div {
    width: 48%;
  }
  .sostav-block img {
    width: 100%;
  }
  .sostav-block > div {
    font-size: 12px;
    line-height: 13px;
  }
  .sostav-block > div > span {
    font-size: 14px;
    line-height: 16px;
  }
  .sostav-block .t1 {
    position: absolute;
    top: 10px;
    left: -40px;
  }
  .sostav-block .t2 {
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .sostav-block .t3 {
    position: absolute;
    bottom: 20px;
    left: -50px;
  }
  .sostav-block .t4 {
    position: absolute;
    bottom: 15px;
    right: -35px;
  }
  .project-slider .slick-prev,
  .work-slider .slick-prev,
  .fade-slider .slick-prev,
  #catalog_block4 .slick-arrow.slick-prev {
    left: 5px !important;
    top: -60px;
    width: 34px;
    height: 66px;
  }
  .project-slider .slick-next,
  .work-slider .slick-next,
  .fade-slider .slick-next,
  #catalog_block4 .slick-arrow.slick-next {
    width: 34px;
    height: 66px;
    right: 5px !important;
    top: -60px;
  }

  .back-slider .slick-prev {
    width: 29px;
    height: 30px;
  }
  .back-slider .slick-next {
    width: 29px;
    height: 30px;
  }
  .cent-title2,
  .cent-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .cent-title2 img {
    max-width: 170px;
  }
}
@media screen and (max-width: 470px) {
  .s-logo {
    display: none;
  }
  .s-img {
    width: 48%;
  }
  .block_stages .stages_title {
    font-size: 40px;
  }
  .rev-flex > div {
    width: 100%;
  }
  .preim > div {
    width: 100%;
  }
  .services > div {
    width: 100%;
  }
  .sostav-block .t1 {
    position: absolute;
    top: -10px;
    left: 0px;
  }
  .sostav-block .t2 {
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .sostav-block .t3 {
    position: absolute;
    bottom: -10px;
    left: 0px;
  }
  .sostav-block .t4 {
    position: absolute;
    bottom: 5px;
    right: 10px;
  }
  .slider-title {
    font-size: 30px;
  }
}
.tags-container {
  display: flex;
  flex-wrap: wrap;
}
.tag-item {
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  margin-bottom: 1%;
  margin-right: 1%;
  border: 2px solid #ccc;
  width: 24%;
  font-family: INTROBOLD, sans-serif;
}
.tag-item:hover {
  text-decoration: none;
}
@media (max-width: 786px) {
  .tag-item {
    width: 49%;
  }
    .h-logo img {
    width: 50%;
}
}
@media (max-width: 530px) {
  .tag-item {
    width: 100%;
    margin-right: 0;
  }
  .h-logo img {
    width: 50%;
}
}
#catalog_header {
  height: auto;
}
.catalog_header__content a {
  margin-bottom: 0;
  margin-top: 2rem;
}
.catalog_block3__slider-for--item {
  min-height: 500px !important;
}
#catalog_block3 .slick-track {
  margin: 0;
}
.block_product1 .product1slider_item,
.block_product1 .infoadnlink .block__table table tr td.text {
  background-color: #fff;
}
#block_two,
.block_advantage {
  background-image: none;
}
.block_two__kangaroo,
.block_two__dove {
  display: none;
}
