:root {
  --main-font: '"Inter", sans-serif';
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

.section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s4 > span {
  font-family: "Inter", sans-serif;
}

.theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
  font-family: "Inter", sans-serif;
}

.pagination-wrapper .pg-pagination li {
  font-family: "Inter", sans-serif;
}

.service-sidebar .service-list-widget ul {
  font-family: "Inter", sans-serif;
}

.service-sidebar .service-list-widget a {
  font-family: "Inter", sans-serif;
}

.service-sidebar .contact-widget a {
  font-family: "Inter", sans-serif;
}

.site-header #navbar {
  font-family: "Inter", sans-serif;
}

.services-section .service-grids .read-more {
  font-family: "Inter", sans-serif;
}

.latest-projects-section .gallery-filters ul, .latest-projects-section-s2 .gallery-filters ul {
  font-family: "Inter", sans-serif;
}

.why-choose-us-section .skills .progress > span {
  font-family: "Inter", sans-serif;
}

.blog-section .more {
  font-family: "Inter", sans-serif;
}

.blog-pg-section .entry-meta li {
  font-family: "Inter", sans-serif;
}

.blog-single-section .tag-share .tag > span {
  font-family: "Inter", sans-serif;
}

.blog-single-section .tag-share .share > span {
  font-family: "Inter", sans-serif;
}

.blog-single-section .author-box .author-name {
  font-family: "Inter", sans-serif;
}

.blog-single-section .more-posts .post-name {
  font-family: "Inter", sans-serif;
}

.blog-single-section .comments-area .comments-meta h4 {
  font-family: "Inter", sans-serif;
}

.blog-single-section .comments-area .comment-reply-link {
  font-family: "Inter", sans-serif;
}

.blog-single-section .comment-respond .form-submit input {
  font-family: "Inter", sans-serif;
}

.service-single-section .service-single-content ul li {
  font-family: "Inter", sans-serif;
}

.partners-section {
  background-color: #f7f9fa;
  /*padding-bottom: 55px;*/
}
.special-field {
  display: none;
}

.contact-validation-active #success {
  background-color: rgba(0, 154, 0, .6);
  border-left: 5px solid green;
  margin-bottom: 5px;
  display: block;
}

.contact-validation-active #error {
  background-color: rgba(256, 26, 26, .6);
  border-left: 5px solid red;
  display: block;
}

.contact-pg-section .office-info li a {
  font-size: 0.93333rem;
  color: #fff;
}

.content-about p {
  color: #fff;
}

.page-title {
  height: auto;
  padding: 50px 30px;
}

.page-title .container {
  padding-top: 50px;
}

.page-title .container p {
  color: #fff;
  font-size: 1.2em;
}

.hero-slider .slide-title h2 {
  font-size: 4rem;
}

.breadcrumb li {
  font-size: 0.93333rem;
}

.breadcrumb li a {
  color: #ff5e14;
}

.breadcrumb li a:hover {
  color: #fa4f00;
}

.customers-listing .grid h3 a {
  font-size: 1.33333rem;
  font-weight: 500;
  color: #fff;
  margin: 0.4em 0 1em;
}

.filters-widget label {
  font-weight: 400;
  margin-bottom: 0;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.widget-title {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.widget-title a {
  font-size: .8em;
}

.news-listing .blog-pg-section .entry-media {
  margin-bottom: 0;
}

.news-listing .blog-pg-section .meta-title .meta {
  padding-right: 20px;
}

.service-grids .grid .img-holder {
  display: block;
  min-height: 238px;
}

.service-grids .grid .details {
  display: block;
  min-height: 132px;
}


.services-section-s2 .service-grids,
.services-section-s3 .service-grids {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.services-section-s2 .service-grids .grid,
.services-section-s3 .service-grids .grid {
  width: calc(33.33% - 30px);
  margin: 0 15px 50px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .services-section-s2 .service-grids .grid,
  .services-section-s3 .service-grids .grid {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}

@media (max-width: 480px) {
  .services-section-s2 .service-grids .grid,
  .services-section-s3 .service-grids .grid {
    width: 100%;
    margin: 0 0 30px;
  }
}

ul li p {
  text-indent: unset !important;
}

.header-style-1 ul, .header-style-2 ul {
  padding-left: 0;
  margin: 0;
}

.services-section .service-grids .grid {
  min-height: 357px;
}

.site-footer .contact-widget ul {
  padding-left: 0;
}

.product {
  position: relative; /* Устанавливаем позиционирование для контейнера */
  display: inline-block;
}

.label {
  opacity: 0.8;
  color: white;
  font-size: .3em;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  margin-left: 1px;
  vertical-align: super;
}

.post .title {
  position: relative;
}

.entry-meta {
  padding-left: 0;
}

.brand-page .team-section .team-grids .grid {
  width: 100%;
}

.brand-page .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  object-fit: cover;
  height: 350px;
}

.brand-page .latest-projects-section .grid:hover .details .info,
.brand-page .latest-projects-section-s2 .grid:hover .details .info {
  left: 10px;
  right: 10px;
}

.blog-single-section .entry-meta li {
  font-family: "Inter", sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-muted {
  font-size: .9rem;
  line-height: 1.7;
  color: #474747 !important;
}


.contact-pg-section .office-info {
  padding: 55px 30px;
}