/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

@font-face {
  font-family: "Verdana";
  src: url("./fonts/verdana/Verdana.eot");
  src: url("./fonts/verdana/erdana.eot?#iefix") format("embedded-opentype"),
    url("./fonts/verdana/Verdana.woff2") format("woff2"),
    url("./fonts/verdana/Verdana.woff") format("woff"),
    url("./fonts/verdana/Verdana.ttf") format("truetype"),
    url("./fonts/verdana/Verdana.svg#Verdana") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Verdana";
  src: url("./fonts/verdana/erdana-Bold.eot");
  src: url("./fonts/verdana/erdana-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/verdana/Verdana-Bold.woff2") format("woff2"),
    url("./fonts/verdana/Verdana-Bold.woff") format("woff"),
    url("./fonts/verdana/Verdana-Bold.ttf") format("truetype"),
    url("./fonts/verdana/Verdana-Bold.svg#Verdana-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.scroll-indicator {
  width: 100%;
  height: 5px;
  background-color: lightgray;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.scroll-progress {
  width: 0%;
  height: 100%;
  background-color: green;
}

.introtext {
  display: none;
}

.right_block.narrow_N .detail-maxwidth {
  max-width: max-content;
}

.services-box {
  margin: 30px 0;
  background: #f6f6f6;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.services-box-1 {
  padding-bottom: 30px;
}

.services-box-2 {
  padding: 50px 0;
}

.services-box-3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #f7f7f7;
  margin: 0;
}

.services-box-3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.button-services-block {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.btn-position {
  margin-bottom: 20px;
}

.services-items-center {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.services-items-center > div {
  font-size: 18px;
  margin-top: 15px;
}

.catalog-detail .char-side {
  display: none;
}

.catalog-detail__garanty {
  display: none !important;
}

.tizers-list__item {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.develop-ipos {
  display: block;
  text-align: right;
}

.develop-ipos img {
  opacity: 0.5;
}

.text-ipos {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
}

@media (max-width: 550px) {
  .tizers-list__item {
    flex-direction: column !important;
  }
  .tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-LEFT {
    margin-right: 0px !important;
  }
}

/*боковое меню*/
.mega-close {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 41px;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mega-close svg {
  margin-bottom: 10px;
}
.mega-close .mega-fixed-menu__close {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  padding: 15px 15px 30px 15px;
  margin: 0px 0px -20px;
}

.mega-fixed-menu {
  background: #ffffff;
  width: 100%;
  max-width: 500px;
  padding: 0 0 0 100px;
}
.mega-fixed-menu-content {
  border-left: 1px solid #e5e5e5;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.mega-fixed-menu-list {
  margin-top: 8%;
  padding: 0;
}
.mega-fixed-menu-list li {
  margin-bottom: 0;
}
.mega-fixed-menu-list li + li {
  margin-top: 25px;
}
.mega-fixed-menu-list li a {
  color: #333333;
  font-size: 20px;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}
.mega-fixed-menu-list li a:hover {
  color: #ef4036;
  transition: all 0.3s;
}
.mega-fixed-menu-bottom {
  display: flex;
  flex-direction: column;
}
.mega-fixed-menu-adres {
  margin-bottom: 5px;
  margin-top: 0;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.mega-fixed-menu-timework {
  color: #333333;
  opacity: 0.5;
  font-size: 16px;
}
.mega-fixed-menu-phone {
  margin-top: 20px;
  color: #333333;
  font-size: 18px;
  transition: all 0.3s;
}
.mega-fixed-menu-phone:hover {
  color: #ef4036;
  transition: all 0.3s;
}
.mega-fixed-menu-mail {
  position: relative;
  font-size: 16px;
  color: #ef4036;
  transition: all 0.3s;
}
.mega-fixed-menu-mail:hover {
  color: #ef4036;
}
.mega-fixed-menu-mail:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  background: #ef4036;
  width: 0;
  transition: all 0.3s;
}
.mega-fixed-menu-mail:hover:after {
  width: 100%;
  transition: all 0.3s;
}
.submit-aplication {
  margin-top: 30px;
  border-radius: 4px;
  background: #ef4036;
  width: 100%;
  max-width: 272px;
  height: 41px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.993px;
  /*	display: flex;*/
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.submit-aplication:hover {
  opacity: 0.85;
  transition: all 0.3s;
}
.language-toggle {
  display: flex;
  align-items: center;
  color: #404041;
  font-family: Verdana;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.language-toggle svg {
  margin: 0 10px;
}
.header_6.main-page-header:not(.overtop) .language-toggle {
  color: #ffffff;
}
.header_6.main-page-header:not(.overtop) .language-toggle svg:last-child,
.header_6.main-page-header:not(.overtop) .language-toggle svg:last-child path {
  fill: #ffffff;
  stroke: #ffffff;
}
@media (max-width: 768px) {
  .banners-big--adaptive-1 .banners-big__depend-height {
    height: 56vw !important;
    /*    padding-top: 27px!important;*/
  }
  .banners-big .wrapper_video iframe,
  .banners-big .wrapper_video object,
  .banners-big .wrapper_video video {
    width: 100% !important;
    height: auto !important;
  }
  .language-toggle {
    display: none;
  }
  .mob {
    display: block;
    height: 90px;
  }
  .dropdown-second.active {
    margin-top: 15px;
  }
  .new-language-page span {
    color: #404041;
  }
  .mega-fixed-menu {
    padding: 0;
    height: 100vh;
  }
  .mega-fixed-menu-logo {
    display: none;
  }
  .mega-close {
    display: none;
  }
  .submit-aplication {
    /*		display: flex;*/
    display: none;
  }
}
@media (max-width: 580px) {
  .mega-fixed-menu {
    width: 100vw;
  }
}

/*главная страница*/
.dropdown-menu-head {
}
.dropdown-first {
  text-align: center;
  align-items: center;
  display: flex;
}
.dropdown-second {
  text-align: center;
  align-items: center;
  display: none;
}
.dropdown-second.active {
  display: flex;
  position: absolute;
  margin-top: 6px;
}
.dropdown-second.active a {
  color: #333;
}
.header_6.light .dropdown-second.active a {
  color: #ffffff;
}
.header_6.light.overtop .dropdown-second.active a {
  color: #333333;
}
.new-language-page {
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.new-language-page:hover {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
.overtop .new-language-page {
  color: #404041;
}
.rotate .dropdown-menu-head-arrow {
  transform: rotate(180deg);
}

.logo-scrolled {
  position: fixed;
  bottom: 0;
}
.logo-scrolled img {
  width: 100%;
}
.header_6.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
header {
  background: transparent;
}
.mega-fixed-menu.active {
  display: block;
}
.gamburger span,
.gamburger span:before,
.gamburger span:after {
  background: #ffffff;
}
.gamburger.active span {
  background: transparent;
  transition: all 0.3s;
}
.gamburger-block {
  position: relative;
  width: 41px;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.gamburger-block.mobile-gamb {
  display: none;
}
.gamburger {
  position: relative;
  width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-content-left-side .gamburger-block p {
  color: #333333;
  font-size: 12px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  opacity: 0.5;
  margin: 5px 0 0 0;
  transition: all 0.3s;
}
.main-page-header:not(.overtop) .header-content-left-side .gamburger-block p {
  color: #fff;
}
.not-main-page-header .header-content-left-side .gamburger-block p {
  color: #333333;
}
.mega-close:hover p,
.header-content-left-side .gamburger-block:hover p {
  opacity: 0;
  transition: all 0.3s;
}
.gamburger span {
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 5px;
  background: #ffffff;
  transition: all 0.3s;
}
.gamburger span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 5px;
  left: 0;
  top: -8px;
  background: #ffffff;
  transition: all 0.3s;
}
.gamburger span:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  left: 0;
  border-radius: 5px;
  bottom: -8px;
  background: #ffffff;
  transition: all 0.3s;
}
.gamburger-block.active .gamburger span {
  background: transparent;
  transition: all 0.3s;
}
.gamburger-block.active .gamburger span:after {
  transform: rotate(45deg);
  top: 0;
  transition: all 0.3s;
}
.gamburger-block.active .gamburger span:before {
  transform: rotate(-45deg);
  bottom: 0;
  width: 100%;
  transition: all 0.3s;
}
.wrap-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
}
.header_6 .logo {
  margin-left: 60px;
}
.page-top-info {
  padding-top: 50px;
}
@media (min-width: 769px) {
  .header_6.main-page-header:not(.overtop) .logo a svg,
  .header_6.main-page-header:not(.overtop) .logo a svg path {
    fill: #ffffff;
  }

  .page-top-info {
    padding-top: 120px;
  }
  .main .banners-big .wrapper_video iframe,
  .main .banners-big .wrapper_video object,
  .main .banners-big .wrapper_video video {
    min-height: 100%;
    position: relative;
    bottom: 0px;
    left: 0%;
    transform: translate(0%, 0%);
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: bottom;
  }
  .main .banners-big .wrapper_video {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
}

.header-content-left-side {
  display: flex;
  align-items: center;
}
.header-content-right-side {
  display: flex;
  align-items: center;
}
.header-phone {
  color: #fff;
  font-size: 18px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-right: 50px;
  transition: all 0.3s;
}
.header-mail svg,
.header-phone svg {
  margin-right: 12px;
}
.header-mail {
  color: #fff;
  font-size: 18px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  margin: 0 50px;
  transition: all 0.3s;
}
.header-mail:hover,
.header-phone:hover {
  color: #ef4036;
  transition: all 0.3s;
}
.header-btn {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.993px;
  border-radius: 4px;
  background: #ef4036;
  padding: 10px 25px;
  display: flex;
  border: 1px solid transparent;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.header-btn:hover {
  color: #ef4036;
  background: transparent;
  border: 1px solid #ef4036;
  transition: all 0.3s;
}
.header-content-right-side .header-btn {
  display: none;
}
header.header.not-main-page-header,
header.header.overtop {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.5px);
}

.header_6.not-main-page-header .header-content-left-side .gamburger span,
.header_6.not-main-page-header .header-content-left-side .gamburger span:before,
.header_6.not-main-page-header .header-content-left-side .gamburger span:after,
.header_6.overtop .header-content-left-side .gamburger span,
.header_6.overtop .header-content-left-side .gamburger span:before,
.header_6.overtop .header-content-left-side .gamburger span:after {
  background: #404041;
}

.header_6.not-main-page-header.gamburger-block p,
.header_6.overtop .gamburger-block p {
  color: #333333;
}
.header-content-left-side .gamburger.active span {
  background: transparent;
  transition: all 0.3s;
}

.header_6.not-main-page-header .header-phone,
.header_6.overtop .header-phone {
  color: #333333;
  transition: all 0.3s;
}
.header_6.not-main-page-header .header-mail,
.header_6.overtop .header-mail {
  color: #333333;
  transition: all 0.3s;
}
.header_6.not-main-page-header .header-mail:hover,
.header_6.not-main-page-header .header-phone:hover,
.header_6.overtop .header-mail:hover,
.header_6.overtop .header-phone:hover {
  color: #ef4036;
  transition: all 0.3s;
}
.wrap-fixed-logo-block {
  position: relative;
  z-index: 5;
}
.wrap-product-new-design-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.product-new-design-title {
  color: #333;
  text-align: center;
  font-size: 40px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
}
.product-new-design-link {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.product-new-design-link svg {
  margin-left: 11px;
}
.product-new-design-item {
  display: flex;
  justify-content: space-between;
  padding: 80px 80px 80px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
.product-new-design-item + .product-new-design-item {
  margin-top: 32px;
}
.product-new-design-item-left {
  width: 100%;
  max-width: 500px;
}
.wrap-product-new-design-item-img {
  width: 100%;
  overflow: hidden;
}
.wrap-product-new-design-item-img img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
}
.wrap-product-new-design-item-img img:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}
.product-new-design-item-right {
  width: 100%;
  max-width: 710px;
}
.product-new-design-item-title {
  color: #333;
  font-size: 36px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin: 0;
  transition: all 0.3s;
}
.product-new-design-item-title:hover {
  color: #ef4036;
  transition: all 0.3s;
}
.wrap-tag-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
.wrap-tag-item .tag-item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  order: 2;
  border-radius: 4px;
  background: #404041;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 10px 10px 0px;
  transition: all 0.3s;
}
.wrap-tag-item .tag-item.first {
  background: #ef4036;
  /*	order: 1;*/
}
.wrap-tag-item .tag-item:hover {
  background: #ef4036;
  transition: all 0.3s;
}
.product-new-design-item-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #333;
  font-size: 15px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 48px;
}
.product-new-design-item-link {
  border-radius: 4px;
  border: 1px solid rgba(239, 64, 54, 0.35);
  display: flex;
  width: 300px;
  height: 41px;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  color: #ef4036;
  text-align: center;
  font-size: 14px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 19.993px;
}
.drag-block.container.SERVICES {
  background: rgba(255, 255, 255, 0.3);
}
.our-services {
  padding: 0;
  margin: 0;
}
.wrap-our-services-top {
}
.wrap-our-services-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.our-services-title {
  color: #333;
  text-align: center;
  font-size: 40px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
  position: relative;
  z-index: 3;
}
.product-new-design-link {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  position: relative;
  z-index: 3;
}
.product-new-design-link svg {
  margin-left: 11px;
}
.our-services-desc {
  color: #666;
  font-size: 15px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-width: 976px;
  position: relative;
  z-index: 3;
}
.wrap-our-services-item {
  margin-top: 50px;
  display: flex;
  overflow: auto;
}
.our-services-item {
  width: calc(33.3337% - 21px);
  position: relative;
  border: 1px solid #e5e5e5;
  display: flex;
  padding: 40px 40px 50px 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 478px;
  min-height: 522px;
  cursor: pointer;
  transition: all 0.3s;
}
.our-services-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  transition: all 0.3s;
}
.our-services-item + .our-services-item {
  margin-left: 32px;
}
.wrap-our-services-ico {
  margin-bottom: 38px;
  position: relative;
  z-index: 3;
}
.wrap-our-services-ico svg {
  width: 100px;
  height: 100px;
}
.our-services-item-top p {
  color: #666;
  font-size: 16px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
  z-index: 3;
}
.our-services-item-title {
  color: #333;
  font-size: 24px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
  position: relative;
  z-index: 3;
  margin: 0 0 31px 0;
  transition: all 0.3s;
}
.our-services-item:hover
  .our-services-item-top
  h2.our-services-item-title:hover {
  color: #ef4036;
  transition: all 0.3s;
}
.our-services-item-text {
  color: #666;
  font-size: 16px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s;
  position: relative;
  margin: 0;
  z-index: 3;
}
.our-services-item-text + .our-services-item-text {
  margin-top: 10px;
}
.services-item-link {
  display: flex;
  align-items: center;
  color: #ef4036;
  font-size: 16px;
  font-family: "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s;
  position: relative;
  z-index: 3;
}
.services-item-link svg {
  margin-left: 11px;
  transition: all 0.3s;
}
.services-item-link:hover svg {
  margin-left: 17px;
  transition: all 0.3s;
}
.our-services-item:hover:after {
  opacity: 0.4;
  background: linear-gradient(
      0deg,
      rgba(239, 64, 54, 0.6) 0%,
      rgba(239, 64, 54, 0.6) 100%
    ),
    url(<path-to-image>), lightgray 50% / cover no-repeat;
  transition: all 0.3s;
}
.our-services-item:hover .wrap-our-services-ico svg path,
.our-services-item:hover .wrap-our-services-ico svg {
  fill: #ffffff;
  transition: all 0.3s;
}
.our-services-item:hover .our-services-item-title {
  color: #ffffff;
  transition: all 0.3s;
}
.our-services-item:hover .our-services-item-text {
  color: #ffffff;
  transition: all 0.3s;
}
.our-services-item:hover .our-services-item-top p {
  color: #ffffff;
  transition: all 0.3s;
}
.our-services-item:hover .services-item-link {
  color: #ffffff;
  transition: all 0.3s;
}
.our-services-item:hover .services-item-link svg path,
.our-services-item:hover .services-item-link svg {
  stroke: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 1380px) {
  .product-new-design-item-left {
    width: 100%;
    max-width: 440px;
  }
  .wrap-product-new-design-item-img img {
    width: 450px;
    height: 450px;
  }
  .product-new-design-item-title {
    color: #333;
    font-size: 28px;
    font-family: "Verdana", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
    transition: all 0.3s;
  }
  .our-services-item {
    min-width: 430px;
  }
}
@media (max-width: 1200px) {
  .header-phone,
  .header-mail {
    font-size: 0;
    margin: 0px 20px 0px 0px;
  }
}
@media (max-width: 1024px) {
  .product-new-design-item {
    padding: 30px;
  }
  /*#mobileheader {
		display: none!important;
	}*/
  .visible-lg.visible-md.title-v1.index {
    display: block !important;
  }

  header.header_8.header {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-top-info {
    padding-top: 80px;
  }

  .product-new-design-item {
    padding: 20px 20px 30px 20px;
    flex-wrap: wrap;
  }
  .product-new-design-item-left {
    width: 100%;
    max-width: none;
  }
  .wrap-product-new-design-item-img img {
    width: 100%;
    height: auto;
  }
  .our-services-title,
  .product-new-design-title {
    font-size: 24px;
    line-height: 34px;
  }
  .product-new-design-link {
    font-size: 0;
  }
  .wrap-product-new-design-item-img img {
    width: 100%;
    height: auto;
  }
  .product-new-design-item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .wrap-tag-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 3px;
  }
  .wrap-tag-item .tag-item {
    margin: 0px 0px 9px 0px;
  }
  .product-new-design-item-link {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .our-services-item {
    padding: 20px;
    min-width: 272px;
  }
  .wrap-product-new-design-top {
    margin-bottom: 19px;
  }
  .product-new-design-item-right {
    padding-top: 9px;
  }
  .product-new-design-item-text {
    margin-top: 10px;
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
    font-family: "Verdana", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .product-new-design-item + .product-new-design-item {
    margin-top: 18px;
  }
  .our-services {
    padding: 39px 0;
    margin: 40px 0;
    background: #ffffff;
  }
  body {
    background: #f8f8f8;
  }
  /*.logo-scrolled {
	display: none;
}*/
  .our-services-desc {
    margin-bottom: 19px;
  }
  .wrap-our-services-item {
    margin-top: 19px;
  }
  .wrap-our-services-ico svg {
    width: 60px;
    height: 60px;
  }
  .our-services-item-title {
    font-size: 18px;
  }
  .wrap-our-services-ico {
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
  }
  .our-services-item-title {
    font-size: 18px;
    margin: 0 0 21px 0;
  }
  .our-services-item-text {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    z-index: 3;
  }
  .our-services-item {
    padding: 20px 20px 30px 20px;
    min-height: 380px;
  }
  .services-item-link {
    font-size: 14px;
  }
  .wrap-our-services-item {
    margin-top: 11px;
    display: flex;
    overflow: auto;
    padding-bottom: 25px;
  }
  .gamburger-block.mobile-gamb {
    display: flex;
    width: 24px;
    height: 24px;
  }
  .header_6.mobile-heder {
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff !important;
  }
  .header-content-left-side .gamburger-block {
    display: none;
  }
  .header_6 .logo {
    margin-left: 0px;
    height: 30px;
  }
  .header_6 .logo svg {
    width: 136px;
    height: 30px;
  }
  .header-btn.poup-btn {
    display: none;
  }
  .wrap-header-content {
    padding: 17px 24px;
  }
  .gamburger-block.mobile-gamb {
    display: flex;
  }
  .gamburger-block.mobile-gamb .gamburger span,
  .gamburger-block.mobile-gamb .gamburger span:before,
  .gamburger-block.mobile-gamb .gamburger span:after {
    background: #404041;
  }
  .gamburger-block.mobile-gamb.active .gamburger span {
    background: transparent;
    transition: all 0.3s;
  }
  .header_6.header {
    z-index: 999;
  }
  .mega-fixed-menu-content {
    padding: 70px 24px 30px 22px;
  }
  .mega-fixed-menu {
    max-width: 100%;
  }
  .gamburger-block.mobile-gamb .gamburger span {
    width: 16px;
  }
  .header-mail svg {
    width: 16px;
    height: 16px;
  }
  .header-phone svg {
    width: 16px;
    height: 16px;
  }
  .header-mail svg,
  .header-phone svg {
    margin-right: 10px;

    catalog-detail__top-info {
      display: none;
    }
  }
  .header-phone,
  .header-mail {
    font-size: 0;
    margin: 0px 16px 0px 0px;
  }
  .mega-fixed-menu-list li a {
    color: #333333;
    font-size: 18px;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
  }
  .mega-fixed-menu-list li + li {
    margin-top: 14px;
  }
}
.dark-block-hover:before,
.gallery-item .gallery-list__item-text-cross-part {
  display: none !important;
}
.wrap-company-logo a {
  display: flex;
  flex-direction: column;
  color: #999;
  align-items: flex-end;
}
.arrow_scroll_init .arrows_wrapper {
  display: none;
}
section.page-top {
  padding: 0px 24px 5px;
  min-height: 56px;
  position: relative;
  /* z-index: 999; */
}
.catalog-detail__gallery__thmb-wrapper {
  justify-content: center;
  padding: 0px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bordered {
  border: 1px solid #e5e5e5;
  border-color: white;
}
.bordered {
  border: 1px solid #e5e5e5;
  border-color: white;
}
