/* header */

.header {
  border: none;
}

.header__search-box::before {
  display: none;
}

.header__search-box .search-input {
  padding-left: 10px;
}

.header-top {
  border: none;
  background-color: #f5f5f5;
}

.header-inner-start .support p:hover,
.header-inner-start .support p {
  color: #222222;
}

.header__bottom {
  background-color: #ff4500;
}

.header__bottom-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header__bottom-left {
  margin-left: 0;
}

.header__search-box .search-input {
  border-width: 1px;
  border-color: #e6e6e6;
}

.header__search {
  width: 100%;
  margin-left: 0;
}

.header-inner {
  padding: 9px 0;
}

.heade-mid-inner {
  padding: 23px 0;
}

@media (max-width: 991px) {
  .header__bottom {
    padding: 0;
  }

  .header__bottom-row {
    padding: 12px 0;
  }

  .header .side-menu-btn {
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  .header-inner {
    padding: 7px 0;
  }

  .header-inner-start .support p {
    line-height: 1.2;
  }
}

/* ovic-menu-wrapper */
.ovic-menu-wrapper ul li {
  margin-right: 20px;
}

.ovic-menu-wrapper ul li a {
  line-height: 1.2;
}

.ovic-menu-wrapper ul li a.header-mail {
  color: #0068c9;
}

.ovic-menu-wrapper ul li::before {
  display: none;
}

.ovic-menu-wrapper ul li a {
  color: #222222;
}

@media (max-width: 768px) {
  .ovic-menu-wrapper ul li {
    margin-right: 10px;
  }
}

/* logo */

.logo .logo-image img {
  max-width: 320px;
}

@media (max-width: 990px) {
  .logo .logo-image img {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .logo .logo-image img {
    margin-bottom: 0;
  }
}

/* shopeing-text */

@media (max-width: 575px) {
  .shopeing-text p {
    text-align: right;
  }
}

/* main-slider */

.slider-bottom-btn {
  margin-bottom: 40px;
}

.slider-title {
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 20px;
}

.single-slider__img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;

  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
}

.single-slider__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: right bottom;
}

.slider-content .slider_text {
  font-size: 17px;
  line-height: 1.35;
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .slider-height {
    padding-top: 25px;
    min-height: 0;
  }

  .slider-title {
    font-size: 35px;
  }
}

@media (max-width: 1199px) {
  .single-slider__row {
    display: block;
  }

  .single-slider__img {
    margin-top: 25px;
  }

  .main-slider-paginations {
    padding-left: 10%;

    text-align: left;
  }

  .slider-bottom-btn {
    margin: 30px 0;
  }

  .slider-content .slider_text {
    max-width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .single-slider__img {
    background-size: cover;
  }

  .slider-bottom-btn {
    margin-top: 25px;
  }

  .slider-height {
    padding-top: 10px;
  }
}

@media (max-width: 576px) {
  .slider-height {
    padding-top: 0;
  }

  .main-slider-paginations {
    padding-left: 15px;
  }

  .slider-title {
    font-size: 24px;
  }

  .main-slider-paginations {
    display: block;
    bottom: -8px;
  }
}

/* cat__menu */

.cat__menu-wrapper.side-border::before {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cat__menu {
    width: 150%;
  }
}

/* cat-toggle-btn */

.cat-toggle-btn-1:hover {
  min-width: 83%;
}

@media only screen and (max-width: 1399px) {
  .cat-toggle-btn-1:hover {
    min-width: 88%;
  }
}

/* main-menu */

/*.main-menu__nav {*/
/*  text-align: right;*/
/*}*/

.main-menu__nav .submenu a {
  text-align: left;
}

/* features__area */

.features__content {
  display: flex;
  align-items: center;
}

.features__content h6 {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: none;
}

/* section-title */

.section__title {
  margin-bottom: 0;
}

.section-date {
  display: block;
  margin-top: 5px;

  font-size: 16px;
  font-weight: 400;
}

.section__title h1 {
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
}

.section__title h1::after {
  position: absolute;
  content: "";
  bottom: -17px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fcbe00;
}

.section__title h1,
.section__title h5 {
  font-size: 30px;
}

.section__title .st-titile-d {
  margin-bottom: 0;
}

.section__head {
  padding-bottom: 10px;
  margin-bottom: 55px;
}

.section__head::before {
  bottom: -9px;
}

.section__title .st-titile-d::after {
  bottom: -20px;
}

.section__head-text {
  margin: 0;
  margin-bottom: 63px;

  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .section__head-text {
    margin-bottom: 45px;
  }

  .section__title h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 576px) {
  .section__head {
    margin-bottom: 25px;
  }

  .section-date {
    margin-top: 25px;
  }
}

/* banner__content */

.banner__content h6 {
  margin-bottom: 0;
  width: 200px;
  max-width: 100%;
}

.banner__content {
  top: auto;
  bottom: 0;
  transform: none;

  font-size: 24px;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .banner__content h6 {
    font-size: 20px;
  }
}

/* footer */

.footer__widget-title h4 {
  font-weight: 400;
}

.footer__widget-title .h4 {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-weight: 400;
}

.footer__hotline .text span {
  font-size: 21px;
}

.footer__hotline .text .h4 {
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
}

/* product */

.product__filter-right {
  flex-wrap: wrap;
}

.product__result {
  margin-bottom: 0;
}

.product__add-cart {
  opacity: 1;
  position: static;
  visibility: visible;
  padding: 0;
}

.product__add-cart button {
  margin-top: 10px;
}

.product__content {
  padding-bottom: 21px;
}

.product__content h6 {
  font-size: 16px;
  line-height: 1.35;
}

.product__item {
  border: 1px solid #e6e6e6;
}

.product__thumb {
  margin: 45px 14px 26px;
}

.product-slider__wrapper {
  padding-bottom: 40px;
}

.product__sorting {
  margin-left: 10px;
}

@media screen and (max-width: 1440px) {
  .product__thumb {
    margin: 10px auto 20px;
  }
}

@media screen and (max-width: 991px) {
  .product__result {
    margin-bottom: 15px;

    text-align: center;
  }

  .product__sorting {
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {
  .product__result {
    padding: 5px 0 15px;
    margin-bottom: 0;
  }

  .product__sorting .nice-select {
    margin: 0 auto 15px;
    width: 100%;
  }
}

/* topsell__area */

.topsell__area-1 {
  margin-bottom: 10px;
}

/* brand-area */

.brand-area-d {
  margin-top: 0;
}

/* cart-btn */

.cart-btn--grey {
  background-color: #e6e6e6;
}

/* single-smblog */

.single-smblog .blog-image {
  border-radius: 0;
}

.single-smblog .blog-image-2 img {
  border-radius: 0;
}

.smblog-content__text {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
  .smblog-content {
    padding-right: 0;
    padding-left: 0;
  }
}

/* slider-sale */

.slider-sale {
  margin-bottom: 50px;
}

.slider-sale h2 {
  text-align: left;
}

.slider-sale .slider-top-btn {
  text-align: left;
}

.slider-sale .swiper-container {
  position: relative;
}

.slider-sale .bs-button {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);

  color: #ffffff;
  font-size: 48px;
}

.slider-sale .bs-button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.slider-sale .bs-button-prev {
  left: 30px;
}

.slider-sale .bs-button-next {
  right: 30px;
}

.slider-sale .single-slider__row {
  padding: 0 100px 0 120px;
}

.slider-sale .single-slider__img {
  min-height: 100%;
  align-items: center;
}

.slider-sale .st-btn {
  padding: 2px 28px;
}

.slider-sale .slider-title {
  font-size: 39px;
  line-height: 1.1;
  margin-bottom: 5px;
}

.slider-sale .slider-height {
  min-height: 450px;
}

@media screen and (max-width: 1440px) {
  .slider-sale .single-slider__row {
    padding: 0 40px;
  }

  .slider-sale .bs-button-prev {
    left: 5px;
  }

  .slider-sale .bs-button-next {
    right: 5px;
  }

  .slider-sale .slider-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .slider-sale .single-slider__row {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 576px) {
  .slider-sale .slider-title {
    font-size: 20px;
  }

  .slider-sale .slider-height {
    min-height: 0;
  }
}

/* brand */

.brand {
  margin-top: 16px;
  margin-bottom: 85px;
}

.brand__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 6%;
  row-gap: 38px;
  align-items: center;
}

.brand__item:hover img {
  animation: bounceIn 0.5s ease;
}

.brand img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 1440px) {
  .brand__row {
    column-gap: 2%;
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 1200px) {
  .brand {
    margin-bottom: 55px;
  }

  .brand__row {
    row-gap: 20px;
    column-gap: 25px;
  }
}

@media screen and (max-width: 400px) {
  .brand__item {
    flex: 1 0 100%;
  }

  .brand a {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

/* text-block */

.text-block p {
  line-height: 1.6;
}

/* social */

.social {
  margin-top: 128px;
  padding: 31px 0 28px;
  background-color: #f5f5f5;
}

.social__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social__list li {
  margin: 0 7px;
}

.social__list a:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .social {
    margin-top: 55px;
  }
}

/* breadcrumb-menu */

.breadcrumb-item a {
  color: #0068c9;
  text-decoration: underline;
}

.breadcrumb__wrapper .breadcrumb-item {
  font-size: 16px;
}

.breadcrumb__wrapper .breadcrumb {
  padding-top: 27px;
  padding-bottom: 22px;
}

/* yandex-map */

.yandex-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 410px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .yandex-map {
    height: 300px;
  }
}

/* contact */

.contact {
  margin-bottom: 140px;
}

.contact__row {
  margin-top: 10px;
  margin-bottom: 58px;
}

.contact__item {
  display: flex;
  padding-top: 20px;
  padding-bottom: 22px;

  border-bottom: 1px solid #e6e6e6;
}

.contact__item:last-child {
  border: none;
}

.contact__img {
  display: block;
  width: 54px;
  height: auto;
  flex: 0 0 54px;
}

.contact__item-column {
  flex: 0 0 calc(100% - 54px);
  padding-left: 16px;
}

.contact__caption {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: #222222;
}

.contact__item-caption {
  margin-top: 4px;

  color: #222222;
  font-size: 16px;
  font-weight: 700;
}

.contact__item p {
  line-height: 1.45;
}

.contact__item a {
  text-decoration: underline;
  color: #0068c9;
}

.contact__item a.contact__tel-link {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.44;
  text-decoration: none;
  color: #222222;
}

.contact__map-text {
  position: absolute;
  z-index: 2;
  bottom: 11px;
  left: 11px;

  margin: 0;
  padding: 14px 21px 11px;
  width: 530px;
  max-width: 100%;

  color: #666666;
  font-size: 14px;
  font-weight: 400;

  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

@media screen and (max-width: 1200px) {
  .contact {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  .contact__map {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .contact__map-text {
    bottom: 0;
    left: 0;

    font-size: 12px;
    line-height: 1.1;
  }

  .contact__item {
    padding: 12px 0;
  }

  .contact__row {
    margin-top: 35px;
  }
}

/* shop-area */

.shop-area .banner__content h6 {
  font-size: 14px;
  width: auto;
}

.shop-area .banner__content {
  padding: 15px;
}

.shop-area .banner__img img {
	  min-height: 160px;
	object-fit: cover;
}

.shop-area__banner-row {
  margin-bottom: 20px;
}

@media screen and (max-width: 400px) {
  .shop-area .basic-pagination ul li:not(:last-child) {
    margin-right: 6px;
  }
}

/* pd-rating */

.pd-rating span::before {
  display: none;
}

.pd-rating a {
  text-transform: uppercase;
  text-decoration: underline;
}

.product__details-nav .nav-link img {
  width: 100%;
  height: auto;
}

.product__details-thumb {
  padding-left: 15px;
}

.product__details-nav-thumb {
  height: 470px;
}

.product__details-nav-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product__details-content .features-des ul li a i {
  top: -2px;
}

@media screen and (max-width: 1199px) {
  .product__details-content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .product__desc-info ul li {
    display: block;
  }

  .product__desc-info ul li h6 {
    display: block;
    width: 100%;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 575px) {
  .product__details-nav .nav-tabs .nav-link {
    height: 110px;
    width: 100%;
  }

  .product__details-nav .nav-tabs {
    margin-bottom: 20px;
  }

  .product__details-nav .nav-tabs .nav-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product-details-des {
    margin-top: 20px;
  }

  .product__details-nav {
    margin-bottom: 20px;
  }

  .product__desc-info ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product__details-nav-thumb {
    height: 300px;
  }

  .product-details {
    margin-top: 0;
  }

  .product__details-content {
    margin-top: 30px;
  }
}

.single-smblog {
  display: flex;
  flex-direction: column;

  margin-bottom: 0;
  padding-bottom: 30px;
  min-height: 100%;
}

.smblog-thum {
  flex: 0 0 auto;
}

.smblog-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.smblog-foot {
  margin-top: auto;
}

/* one-news */

.one-news__text p {
  font-size: 16px;
}

/*.one-news__text a {
  display: block;
  margin-top: 35px;

  font-size: 16px;
  text-decoration: underline;
}*/

.one-news__text a:hover {
  cursor: pointer;
  opacity: 0.6;
}

.one-news__img {
  order: 2;
  margin-bottom: 25px;
}

.one-news__img img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .one-news__img {
    order: initial;
  }
}

@media screen and (max-width: 576px) {
  .one-news__text p,
  .one-news__text a {
    font-size: 14px;
  }
}

.modal .checkout-form-list {
  margin-top: 15px;
  margin-bottom: 20px;
}


.feedback__modal {
  max-width: 420px;
}

/* about-section */

.about-section {
  margin-bottom: 70px;
}

@media (min-width:992px) {
  .about-section p {
    font-size: 16px;
  }
}

.about-section__img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .about-section {
    margin-bottom: 35px;
  }

  .about-section__img {
    margin-bottom: 25px;
  }
}

/* about-list */

.about-list {
  margin-bottom: 55px;
}

.about-list p {
  text-align: center;
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width:992px) {
  .about-list p {
    font-size: 16px;
  }
}

.about-list__img {
  margin-bottom: 22px;
}

.about-list__img img {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .about-list__item {
    margin-bottom: 50px;
  }
}
.newpage6_item {
  width: 100%;
}
.custom_text {
    margin-top: 50px;
}
.custom_text .newpage13 {
    margin-bottom: 50px;    
}
.section-block h1 {
    color: #1F2024;
    font-family: Rubik;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.section-block 
 .orange-desc {
    padding: 28px 40px 28px 41px;
    background: linear-gradient(0deg, #F74 0%, #F74 100%), #FFF;
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
}
.row.no-padding {
  margin: 0;
}
.section-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 48px;
  justify-content: space-between;
  padding-bottom: 56px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 56px;
}

.section-item {
  flex: 0 0 48%;
}
.section-item .features-thum a img {
  width: auto;
}
.section-item .features-thum a {
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
}
.section-item .name a {
  color: #2C2C3A;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-item .name {
  margin-bottom: 24px;
}
.section-item .product__content {
  padding: 0;
}
.char {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #2C2C3A;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  background: #f7f7f7;
  padding: 10px 15px;
  align-items: center;
}
.char:nth-child(2n+1) {
  background: #ffffff;
}
.char p{
  color: #2C2C3A;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.char div {
  flex: 0 0 50%;
}

.char-value {
  /* text-align: right; */
}

.char-name {
  /* font-weight: 700; */
}

.section-item .price {
  margin-top: 8px;
  color: #FF4500;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-item .stock-btn {
  margin-top: 8px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.section-item .cart-btn {
  padding: 16px 48px;
  width: auto;
  display: block;
  color: #2C2C3A;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}
.section-desc {
  padding: 56px 0;
  color: #2C2C3A;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-desc h2 {
  color: #1F2024;
  font-family: Rubik;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 28px;
}

.section-desc p {
  color: #2C2C3A;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.section-desc ul {
  list-style: disc;
  margin-bottom: 16px;
}

.section-desc ul li:before {
  content: "•";
  margin: 0 5px;
}
.section-text {
  max-width: 1153px;
}
.section-desc ul li {
  display: flex;
}
.section-item .row.align-items-center {
  align-items: flex-start !important;
  height: 100%;
  justify-content: flex-start;
}
.section-item .row.align-items-center .col-6 {
  align-self: flex-end;
}
.header__bottom li.fixed {
  display: none;
}
.header-fixed .header-inner ul.main-menu__nav li:nth-of-type(1) {
  order: 1;
}
.header-fixed .header-inner ul.main-menu__nav li:nth-of-type(2) {
  order: 4;
}
.header-fixed .header-inner ul.main-menu__nav li:nth-of-type(3) {
  order: 2;
}
.header-fixed .header-inner ul.main-menu__nav li:nth-of-type(4) {
  order: 4;
}
.header-fixed .header-inner ul.main-menu__nav li:nth-of-type(5) {
  order: 3;
}
.header-fixed .header-inner ul.main-menu__nav li:nth-of-type(6) {
  order: 6;
}
.header-fixed .header-inner ul.main-menu__nav li.fixed {
  order: 6;
}
@media (max-width: 1399px) {
  .section-item {
    flex: 0 0 45%;
  }
}
@media (max-width: 991px) {
  .section-item {
    flex: 0 0 100%;
  }
  .section-item .features-thum a {
    margin-bottom: 25px;
    height: auto;
  }
  .section-item .name a {
    font-size: 16px;
  }
  .section-item .name {
    margin-bottom: 18px;
  }
  .char.application {
    /* flex-direction: column; */
  }
  .char {
    font-size: 14px;
    margin-bottom: 12px;
    gap: 10px;
  }
  .char-name {
    font-size: 15px;
  }
  .char-value {
    text-align: left;
  }
  .section-item .price, .section-item .stock-btn {
    margin-top: 6px;
  }
  .section-block .orange-desc {
    padding: 25px 15px;
    font-size: 17px;
  }
  .section-block h1 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .section-items {
    gap: 30px;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .section-desc {
    padding: 35px 0 0;
    font-size: 15px;
  }
  .section-desc h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section-desc p {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .section-item .features-thum a img {
    width: auto;
    max-width: 100%;
  }
  .mean-container .mean-nav ul li.btn {
    width: fit-content;
    height: auto !important;
    padding: 13.5px 38px 13.5px 37px;
    border-radius: 0;
    margin: 24px 0;
  }
  .mean-container .mean-nav ul li.btn a {
      padding: 0;
      border: 0;
      width: fit-content;
  }
  .mean-container .mean-nav ul li.fixed a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border: 0;
    margin-bottom: 24px;
    padding: 0;
  }
  .mean-container .mean-nav ul li.adres a
  {
    color: #FF4500;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    border: 0;
    padding: 0;
    text-transform: none;
  }
  .mean-container .mean-nav ul li.adres p {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
}

.site-slider__slide-cover-img {
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 575px) {
  .header-inner {

    text-align: center;
  }
  .header-inner-start {
    justify-content: center;
  }
}