* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
  text-decoration: none !important;
}
body{
    min-width: 320px;
    overflow-x: hidden;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
.button {
  background: #e30613;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  border-radius: 5px;
  max-width: 100%;
  display: inline-block;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 0;
}
a.button:focus {
  color: #fff;
}
a.button:hover {
  text-decoration: none;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background: #da100c;
  transition: all 0.3s ease;
}
.button-tr {
  background: transparent;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #fff;
  max-width: 100%;
  display: inline-block;
  font-weight: 700;
  transition: all 0.3s ease;
}
.button-tr:hover {
  color: #fff;
  text-decoration: none;
}
.my-caret {
  background: url(images/icon_caret.png) no-repeat center;
  width: 16px;
  height: 6px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.my-caret2 {
  background: url(/images/icon_caret2.png) no-repeat center;
  width: 6px;
  height: 11px;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
}
@media (max-width: 570px) {
  .button-tr,
  .button {
    font-size: 87.5%;
    padding: 10px 15px;
  }
}
@media (max-width: 400px) {
  .button-tr,
  .button {
    font-size: 75%;
  }
}
.slider-overlay {
  background: rgba(0, 0, 0, 0.6);
}
header {
  position: relative;
}
header .top-block .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-block .logo-description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .top-block .links-callback {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 510px;
}
header .top-block .logo {
  padding: 25px 35px 25px 0;
}
header .top-block .description {
  font-size: 112.5%;
}
.animated.infinite {
  -webkit-animation-iteration-count: 0 !important;
  animation-iteration-count: 0 !important;
}
header .top-block .links {
  width: 100%;
}
header .top-block .links a {
  display: block;
  color: #000;
  text-decoration: none;
  padding-left: 25px;
  padding-bottom: 8px;
}
header .top-block .links a.cab {
  background: url(images/icon_cab.png) no-repeat left center;
}
header .top-block .links a.cart {
  background: url(images/icon_cart.png) no-repeat left center;
  margin-top: 10px;
}
header .top-block .links a.lang {
  background: url(images/icon_flag.png) no-repeat left center;
  margin-top: 10px;
}
header .top-block .callback .phone {
  width: 190px;
  font-size: 23px;
}
header .top-block .callback .servis {
  width: 140px;
}
header .top-block .callback-button {
  margin-top: 5px;
}
header .top-block .callback-button .button {
  padding: 10px;
  width: 100%;
}
header .top-block .callback-button .button span {
  background: url(images/icon_phone.png) no-repeat left center;
  padding-left: 25px;
}
header .menu-block {
  background-color: #363636;
}
header .menu-block ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
header .menu-block ul li {
  flex-grow: 1;
}
header .menu-block ul li a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 18px 0;
  text-align: center;
}
header .menu-block ul li a:hover {
  text-decoration: none;
}
header .menu-block ul li:hover {
  background: #545454;
}
header .menu-block ul li.dropdown-menu-open:first-child:hover,
header .menu-block ul li.dropdown-menu-open:first-child {
  background: #e30613;
  font-weight: 700;
}
header .menu-block .wrapper > ul > li:last-child {
  background: transparent;
}
header .menu-block form input {
  height: 55px;
  text-align: center;
  background: #fff;
  border: none;
  color: #000;
  font-size: 18px;
  width: 100%;
  border: 8px solid #363636 !important;
}
header .menu-block form input::placeholder {
  color: #000;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 991px) {
  .mobile-menu-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .mobile-menu-block .hamburger {
    height: 42px;
    width: 42px;
    display: block;
  }
  .mobile-menu-block .mobile-callback {
    height: 42px;
    width: 42px;
    display: block;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  header .top-block .logo img {
    max-width: 100%;
  }
}
.catalog-menu {
  background: #4e4e4e;
  width: 100%;
}
.catalog-menu .container {
  position: relative;
}
.catalog-menu .triangle {
  border-top: 7px solid transparent;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 7px solid #4e4e4e;
  position: absolute;
  top: -14px;
  left: 110px;
}
.catalog-menu .categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.catalog-menu .category-item {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  text-align: left;
  margin-bottom: 15px;
  padding: 0 0.5%;
}
.catalog-menu .category-item img {
  margin: auto;
  display: block;
  padding-bottom: 20px;
}
.catalog-menu .category-item a {
  color: #fff;
}
.catalog-menu .category-item:hover a {
  text-decoration: underline;
}
.mobile-menu {
  background: #363636;
  display: none;
  width: 100%;
  position: absolute;
  z-index: 9000;
  height: 100%;
  top: 0;
}
.mobile-menu .close-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.mobile-menu .close-block a {
  display: block;
  margin: 9px;
}
.mobile-menu ul li {
  width: 100%;
  color: #fff;
  padding-left: 25px;
}
.mobile-menu ul li a {
  padding: 15px 0;
  display: block;
}
.mobile-menu ul li:hover {
  background: #545454;
}
.mobile-menu ul li:hover a {
  text-decoration: none;
}
.mobile-menu ul li:first-child:hover,
.mobile-menu ul li:first-child {
  background: #e30613;
  font-weight: 700;
}
footer {
  background: #363636;
  color: #fff; /*font-size:87.5%*/
}
footer .copyright p {
  margin-bottom: 35px;
}
footer .copyright .social-links {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 700;
}
footer .copyright .social-links .links {
  padding-top: 20px;
}
footer .copyright .social-links .links a {
  margin-right: 20px;
}
footer .copyright .social-links .links a:last-child {
  margin-right: 0;
}
footer .footer-menu .section {
  margin-bottom: 35px;
}
footer .footer-menu .section:last-child {
  margin-bottom: 0;
}
footer .footer-menu .section .title {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
}
footer .footer-menu ul {
  list-style: none;
  margin: 0;
}
footer .footer-menu ul li {
  margin-bottom: 12px;
}
footer .footer-menu ul li:last-child {
  margin-bottom: 0;
}
footer .footer-menu ul li a {
  color: #fff;
}
footer .ask-question {
  text-align: right;
}
footer .ask-question span {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
}
footer .ask-question .head-span {
  font-size: 120%;
}
footer .ask-question .phone {
  margin-top: -30px;
}
footer .ask-question a {
  color: #fff;
  display: block;
  margin-top: 35px;
}
@media (max-width: 570px) {
  footer {
    padding: 30px 0;
  }
}
.news-main a {
  color: #23527c;
  text-decoration: underline;
}
.price_list {
  padding: 0 30px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #fff;
  max-width: 100%;
  display: inline-block;
  font-weight: 700;
  transition: all 0.3s ease;
  background: #e30613;
  width: 100%;
  margin-bottom: 20px;
  font-size: 120%;
}
.catalog-category
  .sidebar
  .sidebar-filter
  .filter-block::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0) !important;
}
.disable-category {
  display: none !important;
}
.second-category .title {
  display: none !important;
}
.first-cats label:nth-child(n) {
  display: none !important;
}
.first-cats label:nth-child(1) {
  display: inline-block !important;
}
.first-cats :nth-child(1) a {
  cursor: pointer;
  text-align: left;
  padding: 10px 5px;
  border-radius: 5px;
  max-width: 200px;
  display: inline-block;
  font-weight: 700;
  transition: all 0.3s ease;
  color: #e30613;
  width: 100%;
  margin-bottom: 20px;
  font-size: 105%;
  position: absolute;
  text-decoration: none;
  width: 90%;
  left: 45px;
  top: 140px;
}
.other-cats :nth-child(1) a {
  display: none;
}
.first-cats {
  height: 20px;
}
.other-cats {
  margin-top: -40px;
}
.no-displ {
  display: none;
} /*.sidebar-filter-ar{margin-top:-120px}*/
.item-ar {
  background: #efefef;
  height: 80px !important;
  border-radius: 5px;
}
.item-ar:hover {
  background: #e30613;
}
.item-ar a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
.item-ar a:hover {
  text-decoration: none;
}
.logo img {
  max-height: 65px;
}
.callback-servis {
  margin-right: 20px;
}
.about .top-block img {
  width: 100%;
}
.order .cart {
  padding: 80px 0 100px 0;
}
.order .cart .title {
  font-size: 175%;
  margin-bottom: 30px;
}
.order .cart .cart-product-list .cart-header {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.order .cart .cart-product-list .cart-content {
  padding: 20px 0;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.order .cart .cart-product-list .cart-content .cart-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 112.5%;
}
.order .cart .cart-product-list .cart-header .name,
.order .cart .cart-product-list .cart-content .cart-item .name {
  flex-basis: 51%;
}
.order .cart .cart-product-list .cart-header .qty,
.order .cart .cart-product-list .cart-content .cart-item .qty {
  flex-basis: 15%;
}
.order .cart .cart-product-list .cart-header .price,
.order .cart .cart-product-list .cart-content .cart-item .price {
  flex-basis: 15%;
}
.order .cart .cart-product-list .cart-header .sum,
.order .cart .cart-product-list .cart-content .cart-item .sum {
  flex-basis: 15%;
}
.order .cart .cart-product-list .cart-header .cart-item-remove,
.order .cart .cart-product-list .cart-content .cart-item .cart-item-remove {
  flex-basis: 4%;
}
.order .cart .cart-product-list .cart-content .cart-item .name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.order .cart .cart-product-list .cart-content .cart-item .name .product-img {
  max-width: 100%;
  padding: 0 30px 0 20px;
}
.order .cart .cart-product-list .cart-content .cart-item .name .product-name {
  color: #ee1f1b;
  padding-right: 10px;
}
.order .cart .cart-product-list .cart-content .cart-item .qty .product-qty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.order
  .cart
  .cart-product-list
  .cart-content
  .cart-item
  .qty
  .product-qty
  .minus,
.order
  .cart
  .cart-product-list
  .cart-content
  .cart-item
  .qty
  .product-qty
  .plus {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #363636;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order
  .cart
  .cart-product-list
  .cart-content
  .cart-item
  .qty
  .product-qty
  .minus:hover,
.order
  .cart
  .cart-product-list
  .cart-content
  .cart-item
  .qty
  .product-qty
  .plus:hover {
  cursor: pointer;
}
.order
  .cart
  .cart-product-list
  .cart-content
  .cart-item
  .qty
  .product-qty
  .num {
  padding: 0 13px;
}
.order .cart .cart-product-list .cart-content .cart-item .cart-item-remove {
  background: url(images/remove_item.png) no-repeat center;
  width: 15px;
  height: 15px;
}
.order
  .cart
  .cart-product-list
  .cart-content
  .cart-item
  .cart-item-remove:hover {
  cursor: pointer;
}
.order .cart .cart-product-list .cart-total {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0 25px 0;
  flex-wrap: wrap;
}
.order .cart .cart-product-list .cart-total .total-text {
  flex-basis: 81%;
}
.order .cart .cart-product-list .cart-total .total-sum {
  font-size: 112.5%;
  font-family: "Lato", Arial, sans-serif;
  flex-basis: 19%;
}
.order .cart .cart-product-list .buttons .button {
  padding: 15px 30px;
}
.order .cart .cart-product-list .buttons .button:first-child {
  margin-right: 15px;
}
.order .cart .cart-product-list .bottom-text {
  padding-top: 30px;
  line-height: 24px;
}
.order .auth-forms {
  background: #f7f7f7;
  padding: 110px 0 120px 0;
}
.order .auth-forms .title {
  height: 57px;
  font-size: 150%;
}
.order .auth-forms form input[type="text"],
.order .auth-forms form input[type="password"],
.order .auth-forms form input[type="email"] {
  margin-bottom: 15px;
  font-size: 112.5%;
  border-radius: 2px;
  background: #fff;
  padding: 20px;
  width: 100%;
  border: 0;
  color: #000;
}
.order .auth-forms form input[type="text"]::placeholder,
.order .auth-forms form input[type="password"]::placeholder,
.order .auth-forms form input[type="email"]::placeholder {
  color: #8f8f8f;
}
.order .auth-forms form .button {
  width: 100%;
  padding: 20px 0;
  font-size: 112.5%;
}
.order .auth-forms .reg a {
  font-size: 112.5%;
  display: block;
  margin-bottom: 15px;
}
.order .auth-forms .auth .forget {
  margin: 10px 0 10px 0;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.order .auth-forms .auth .forget a {
  text-decoration: underline;
  font-size: 112.5%;
  color: #989898;
}
@media (max-width: 991px) {
  .order {
    border-top: 1px solid #d0d0d0;
  }
  .order .auth-forms,
  .order .cart {
    padding: 70px 0;
  }
  .order .cart .cart-product-list .cart-content .cart-item {
    font-size: 87.5%;
  }
  .order .cart .cart-product-list .cart-content .cart-item .name .product-img {
    padding: 0 15px;
  }
  .order
    .cart
    .cart-product-list
    .cart-content
    .cart-item
    .name
    .product-img
    img {
    max-width: 100px;
  }
  .order
    .cart
    .cart-product-list
    .cart-content
    .cart-item
    .qty
    .product-qty
    .minus,
  .order
    .cart
    .cart-product-list
    .cart-content
    .cart-item
    .qty
    .product-qty
    .plus {
    width: 30px;
    height: 30px;
  }
  .order .auth-forms .title {
    font-size: 125%;
  }
  .order .auth-forms form input[type="text"],
  .order .auth-forms form input[type="password"],
  .order .auth-forms form input[type="email"] {
    font-size: 100%;
    padding: 15px;
  }
  .order .auth-forms .reg a {
    font-size: 100%;
  }
  .order .auth-forms .auth .forget {
    height: 64px;
  }
  .order .auth-forms form .button {
    font-size: 87.5%;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .order .auth-forms .title {
    font-size: 150%;
  }
  .order .cart .cart-product-list .cart-header .price,
  .order .cart .cart-product-list .cart-header .sum {
    display: none;
  }
  .order .cart .cart-product-list .cart-content .cart-item {
    flex-wrap: wrap;
    position: relative;
  }
  .order .cart .cart-product-list .cart-header .name,
  .order .cart .cart-product-list .cart-content .cart-item .name {
    flex-basis: 75%;
  }
  .order .cart .cart-product-list .cart-header .qty,
  .order .cart .cart-product-list .cart-content .cart-item .qty {
    flex-basis: 20%;
  }
  .order .cart .cart-product-list .cart-content .cart-item .price,
  .order .cart .cart-product-list .cart-content .cart-item .sum {
    flex-basis: 100%;
  }
  .order .cart .cart-product-list .cart-content .cart-item .price,
  .order .cart .cart-product-list .cart-content .cart-item .sum {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px;
  }
  .order .cart .cart-product-list .cart-content .cart-item .price .text,
  .order .cart .cart-product-list .cart-content .cart-item .sum .text {
    flex-basis: 150px;
  }
  .order .cart .cart-product-list .cart-content .cart-item .cart-item-remove {
    position: absolute;
    top: 0;
    right: 20px;
  }
  .order .cart .cart-product-list .cart-total .total-text {
    flex-basis: 75%;
  }
  .order .cart .cart-product-list .cart-total .total-sum {
    flex-basis: 25%;
  }
  .order .auth-forms,
  .order .cart {
    padding: 50px 0;
  }
  .order .auth-forms form .button {
    font-size: 100%;
  }
  .order .auth-forms .buy,
  .order .auth-forms .reg {
    margin-bottom: 40px;
  }
}
@media (max-width: 570px) {
  .order .cart .cart-product-list .cart-header .name,
  .order .cart .cart-product-list .cart-content .cart-item .name {
    flex-basis: 90%;
  }
  .order .cart .cart-product-list .cart-header .qty {
    display: none;
  }
  .order .cart .cart-product-list .cart-content .cart-item .qty {
    flex-basis: 100%;
  }
  .order .cart .cart-product-list .cart-content .cart-item .qty {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px;
  }
  .order .cart .cart-product-list .cart-content .cart-item .qty .text {
    flex-basis: 150px;
  }
  .order .cart .cart-product-list .cart-total .total-text,
  .order .cart .cart-product-list .cart-total .total-sum {
    flex-basis: 100%;
  }
  .order .cart .cart-product-list .cart-total .total-sum {
    margin-top: 10px;
  }
  .order .auth-forms,
  .order .cart {
    padding: 40px 0;
  }
}
@media (max-width: 400px) {
  .order .cart .cart-product-list .buttons .button {
    padding: 15px;
  }
  .order .auth-forms,
  .order .cart {
    padding: 30px 0;
  }
}
.nav {
  /*padding-bottom:20px*/
}
.nav-item {
  background-color: #337ab7;
  color: #fff;
}
.active-tag {
  background-color: #0068c1 !important;
  color: #fff !important;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #0068c1 !important;
  color: #fff !important;
}
.rees46-popup__content {
  display: flex;
  flex-direction: column;
}

.main--innovations {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 95px;
}

.bb-gray-f0f0f0 {
  border-bottom: 1px solid #f0f0f0;
}

.lh-1\.5 {
  line-height: 1.5;
}

.fSize-12px {
  font-size: 12px;
}
.fSize-14px {
  font-size: 14px;
}
.fSize-16px {
  font-size: 16px;
}
.fSize-18px {
  font-size: 18px;
}
.fSize-20px {
  font-size: 20px;
}
.fSize-22px {
  font-size: 22px;
}
.fSize-24px {
  font-size: 24px;
}

.h-auto {
  height: auto !important;
}
.h-100 {
  height: 100% !important;
}
.w-30 {
  width: 30% !important;
}
.w-100 {
  width: 100% !important;
}

.mr-16px {
  margin-right: 16px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-15px {
  margin-bottom: 15px;
}
.mb-30px {
  margin-bottom: 30px !important;
}

.p-0 {
  padding: 0 !important;
}
.p-6px {
  padding: 6px;
}

.px-16px {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.pt-15px {
  padding-top: 15px !important;
}
.pb-16px {
  padding-bottom: 16px;
}
body .pb-48px {
  padding-bottom: 48px !important;
}

.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.align-items-normal {
  align-items: normal !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink {
  flex-shrink: 0;
}
.fBasis--4 {
  flex-basis: 33.33333%;
}
.fBasis-100 {
  flex-basis: 100%;
}
.overflow-auto {
  overflow: auto;
}

.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}

.bSizing-border {
  box-sizing: border-box;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}

.content .name {
  font-size: 20px !important;
}
table {
  width: 100% !important;
}
.text {
  word-break: break-word;
}
.project .content ul,
.news-content ul {
  padding-left: 16px !important;
}
.contact--map {
  height: 350px;
}
.content h1 {
  font-size: 24px;
}
.related-products {
  width: 100%;
}

.fWeight-400 {
  font-weight: 400 !important;
}
.fWeight-500 {
  font-weight: 500 !important;
}
.fWeight-600 {
  font-weight: 600 !important;
}

.position-fixed {
  position: fixed;
}
.top-0 {
  top: 0;
}
.bg-white {
  background-color: #fff;
}
.zIndex-999 {
  z-index: 999;
}
.wSpace-nowrap {
  white-space: nowrap;
}

@media (min-width: 576px) {
  .contact--map {
    height: 350px;
  }
  .content h1 {
    font-size: 24px;
  }

  .p-sm-0 {
    padding: 0 !important;
  }
  .px-sm-16px {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .pt-sm-15px {
    padding-top: 15px !important;
  }
  .pb-sm-48px {
    padding-bottom: 48px !important;
  }
  .fBasis-sm--4 {
    flex-basis: 33.33333%;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .position-sm-relative {
    position: relative;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }

  .fSize-sm-12px {
    font-size: 12px;
  }
  .fSize-sm-14px {
    font-size: 14px;
  }
  .fSize-sm-16px {
    font-size: 16px;
  }
  .fSize-sm-18px {
    font-size: 18px;
  }
  .fSize-sm-20px {
    font-size: 20px;
  }
  .fSize-sm-22px {
    font-size: 22px;
  }
  .fSize-sm-24px {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .contact--map {
    height: 350px;
  }
  .main--innovations {
    height: 230px;
  }
  .content h1 {
    font-size: 36px;
  }

  .p-md-0 {
    padding: 0 !important;
  }
  .px-md-16px {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .pt-md-15px {
    padding-top: 15px !important;
  }
  .pb-md-48px {
    padding-bottom: 48px !important;
  }
  .fBasis-md--4 {
    flex-basis: 33.33333%;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }

  .fSize-md-12px {
    font-size: 12px;
  }
  .fSize-md-14px {
    font-size: 14px;
  }
  .fSize-md-16px {
    font-size: 16px;
  }
  .fSize-md-18px {
    font-size: 18px;
  }
  .fSize-md-20px {
    font-size: 20px;
  }
  .fSize-md-22px {
    font-size: 22px;
  }
  .fSize-md-24px {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .main--innovations {
    height: 305px;
    margin-top: 48px;
  }
  .project--picture {
    height: 400px;
  }
  .contact--map {
    height: 1220px;
  }
  .content h1 {
    font-size: 36px;
  }

  .p-lg-0 {
    padding: 0 !important;
  }
  .px-lg-16px {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .pt-lg-15px {
    padding-top: 15px !important;
  }
  .pb-lg-48px {
    padding-bottom: 48px !important;
  }

  .fBasis-lg--4 {
    flex-basis: 33.33333%;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .position-lg-relative {
    position: relative;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }

  .fSize-lg-12px {
    font-size: 12px;
  }
  .fSize-lg-14px {
    font-size: 14px;
  }
  .fSize-lg-16px {
    font-size: 16px;
  }
  .fSize-lg-18px {
    font-size: 18px;
  }
  .fSize-lg-20px {
    font-size: 20px;
  }
  .fSize-lg-22px {
    font-size: 22px;
  }
  .fSize-lg-24px {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .main--innovations {
    height: 300px;
  }
  .project--picture {
    height: 400px;
  }
  .contact--map {
    height: 1220px;
  }
  .content .name {
    font-size: 28px !important;
  }
  .content h1 {
    font-size: 36px;
  }

  .p-xl-0 {
    padding: 0 !important;
  }
  .px-xl-16px {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .pt-xl-15px {
    padding-top: 15px !important;
  }
  .pb-xl-48px {
    padding-bottom: 48px !important;
  }

  .fBasis-xl--4 {
    flex-basis: 33.33333%;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .position-xl-relative {
    position: relative;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }

  .fSize-xl-12px {
    font-size: 12px;
  }
  .fSize-xl-14px {
    font-size: 14px;
  }
  .fSize-xl-16px {
    font-size: 16px;
  }
  .fSize-xl-18px {
    font-size: 18px;
  }
  .fSize-xl-20px {
    font-size: 20px;
  }
  .fSize-xl-22px {
    font-size: 22px;
  }
  .fSize-xl-24px {
    font-size: 24px;
  }
}

.sert .name {
  font-size: 16px !important;
}
.fullscreen-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
.fullscreen-slider .swiper-slide {
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
}
.fullscreen-slider .swiper-slide img {
  max-height: 100%;
  position: relative;
  padding: 40px 0px;
  display: block;
  margin: 0 auto;
  max-width: 85%;
}
.closs-icon {
  right: 15px;
  top: 15px;
  position: absolute;
}