﻿@charset "UTF-8";

@font-face {
  font-display: swap;
  src: url("../fonts/Barlow-ExtraLight.woff") format("woff"), url("../fonts/Barlow-ExtraLight.woff2") format("woff2");
  font-family: "Barlow";
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Barlow-Thin.woff") format("woff"), url("../fonts/Barlow-Thin.woff2") format("woff2");
  font-family: "Barlow";
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Barlow-Light.woff") format("woff"), url("../fonts/Barlow-Light.woff2") format("woff2");
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Barlow-Regular.woff") format("woff"), url("../fonts/Barlow-Regular.woff2") format("woff2");
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Barlow-Italic.woff") format("woff"), url("../fonts/Barlow-Italic.woff2") format("woff2");
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Barlow-Medium.woff") format("woff"), url("../fonts/Barlow-Medium.woff2") format("woff2");
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Barlow-SemiBold.woff") format("woff"), url("../fonts/Barlow-SemiBold.woff2") format("woff2");
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Barlow-Bold.woff") format("woff"), url("../fonts/Barlow-Bold.woff2") format("woff2");
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Barlow-ExtraBold.woff") format("woff"), url("../fonts/Barlow-ExtraBold.woff2") format("woff2");
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Barlow-Black.woff") format("woff"), url("../fonts/Barlow-Black.woff2") format("woff2");
  font-family: "Barlow";
  font-style: normal;
  font-weight: 900;
}

[class^="ico_"],
[class*=" ico_"] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  line-height: 1em;
}

html,
body {
  color: #555;
  font-family: "Barlow";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow";
  font-weight: 700;
}

.section-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  /* margin-top: -145px; */

}

.section-title span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  color: #888;
  font-size: 18px;
  font-weight: 400;
}

.section-title span:before {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  background-image: url(../images/middle-logo.png);
  content: '';
}

.section-title h3 {
  margin: 0;
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.section-title.--center {
  text-align: center;
}

.section-title.--center span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.section-title.--center span:before {
  margin-right: 0;
  margin-bottom: 15px;
}

a.more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

a.more .uk-icon {
  color: #efb007;
}

@font-face {
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons-1.eot") format("eot"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg") format("svg");
  font-family: "icons";
}

.ico_arrow-down:before,
.ico_arrow-left:before,
.ico_arrow-right:before,
.ico_arrow-up:before,
.ico_checkmark:before,
.ico_close:before,
.ico_contacts:before,
.ico_copy:before,
.ico_edit:before,
.ico_logo-icon:before,
.ico_mission:before,
.ico_submenu:before,
.ico_track:before,
.ico_trash:before,
.ico_truck-plow:before,
.ico_user:before,
.slider-nav .swiper-button-prev:before,
.slider-nav .swiper-button-next:before,
.contacts-block:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 1em;
  font-family: "icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  text-decoration: none;
  text-decoration: inherit;
  text-transform: none;
}

.ico_arrow-down:before {
  content: "";
}

.ico_arrow-left:before {
  content: "";
}

.ico_arrow-right:before {
  content: "";
}

.ico_arrow-up:before {
  content: "";
}

.ico_checkmark:before {
  content: "";
}

.ico_close:before {
  content: "";
}

.ico_contacts:before {
  content: "";
}

.ico_copy:before {
  content: "";
}

.ico_edit:before {
  content: "";
}

.ico_logo-icon:before {
  content: "";
}

.ico_mission:before {
  content: "";
}

.ico_submenu:before {
  content: "";
}

.ico_track:before {
  content: "";
}

.ico_trash:before {
  content: "";
}

.ico_truck-plow:before {
  content: "";
}

.ico_user:before {
  content: "";
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:active,
*.nice-select.open {
  outline: none;
}

a:focus,
a:active,
a.nice-select.open {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  background-color: inherit;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.tooltip::after {
  content: attr(data-tooltip);
}

.full-width {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
}

._video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  z-index: -100;
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

@font-face {
  /* src: url("../fonts/footable.eot");
  src: url("../fonts/footable.eot") format("embedded-opentype"), url("../fonts/footable.woff2") format("woff2"), url("../fonts/footable.woff") format("woff"), url("../fonts/footable.ttf") format("truetype"), url("../fonts/footable.svg") format("svg");
  font-family: 'footable';
  font-style: normal;
  font-weight: normal; */
}

.fooicon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  display: inline-block;
  transform: translate(0);
  font-family: footable !important;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
}

.fooicon-loader:before {
  content: '\e800';
}

.fooicon-plus:before {
  content: '\e801';
}

.fooicon-minus:before {
  content: '\e802';
}

.fooicon-search:before {
  content: '\e803';
}

.fooicon-remove:before {
  content: '\e804';
}

.fooicon-pencil:before {
  content: '\e805';
}

.fooicon-flash:before {
  content: '\e806';
}

.fooicon-eye-close:before {
  content: '\e807';
}

.fooicon-cog:before {
  content: '\e808';
}

.fooicon-stats:before {
  content: '\e809';
}

.fooicon-sort:before {
  content: '\f0dc';
}

.fooicon-sort-asc:before {
  content: '\f160';
}

.fooicon-sort-desc:before {
  content: '\f161';
}

.fooicon-trash:before {
  content: '\f1f8';
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: auto;
  height: 38px;
  padding-right: 30px;
  padding-left: 18px;
  clear: both;
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  outline: none;
  background-color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.57;
  text-align: left !important;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  user-select: none;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #000;
}

.nice-select:after {
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: '';
  pointer-events: none;
  transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  min-width: 100%;
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #000;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #333333;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  right: 0 !important;
  left: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  right: 0;
  left: auto;
}

.nice-select.small {
  height: 30px;
  font-size: 12px;
  line-height: 2.33;
}

.nice-select.small:after {
  width: 4px;
  height: 4px;
}

.nice-select.small .option {
  min-height: 28px;
  line-height: 28px;
}

.nice-select .list {
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-19px);
  -ms-transform: scale(0.75) translateY(-19px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  box-sizing: border-box;
  z-index: 9;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  padding: 0;
  overflow: hidden;
  transform: scale(0.75) translateY(-19px);
  transform-origin: 50% 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  min-height: 36px;
  padding-right: 29px;
  padding-left: 18px;
  outline: none;
  font-weight: 400;
  line-height: 36px;
  list-style: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #000;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.page-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 320px;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}

.page-wrapper .page-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-head {
  display: block;
  position: relative;
}

.page-head__bg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 15px;
  background-position: center;
  background-size: cover;
}

.page-head__title {
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.38;
}

.page-head__title h1 {
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.38;
}

.page-head__breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  bottom: -16px;
  left: 50%;
  align-items: center;
  justify-content: center;
  padding: 20px 35px;
  transform: translateX(-50%);
  border-radius: 2px;
  background-color: #efb007;
  color: #fff;
}

.page-head__breadcrumb .uk-breadcrumb {
  margin: 0;
}

.page-head__breadcrumb .uk-breadcrumb>*>* {
  color: #fff;
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.page-head__breadcrumb .uk-breadcrumb> :last-child>span {
  color: #fff;
}

.page-head__breadcrumb .uk-breadcrumb> :nth-child(n+2):not(.uk-first-column):before {
  margin: 0 10px 0 6px;
  color: #fff;
  content: '→';
}

.uk-pagination>*+* {
  margin-left: 10px;
}

.uk-pagination>*>* {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.uk-pagination>.uk-active>* {
  background: #222;
  color: #fff;
}

.sidebar {
  display: block;
  position: relative;
  height: 100%;
  padding: 0 0 0 40px;
  background-color: #f9f9f9;
}

.sidebar::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: -70px;
  bottom: -70px;
  left: 0;
  width: 50vw;
  height: calc(100% + 140px);
  background-color: #f9f9f9;
  content: '';
}

.sidebar.--left {
  padding: 0 40px 0 0;
}

.sidebar.--left:after {
  right: 0;
  left: auto;
}

.scroll-box {
  scrollbar-color: #efb007 #E2EBEC;
  scrollbar-width: thin !important;
  -moz-appearance: none !important;
}

.scroll-box::-webkit-scrollbar {
  width: 4px;
}

.scroll-box::-webkit-scrollbar-track {
  background-color: #E2EBEC;
}

.scroll-box::-webkit-scrollbar-thumb {
  background-color: #efb007;
}

.datepicker--day-name,
.datepicker--cell.-current- {
  color: #efb007;
}

.datepicker--cell.-selected- {
  background-color: #efb007;
}

.uk-button {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-radius: 2px;
  transition: all 0.3s linear;
}

.uk-button>svg {
  margin-left: 15px;
}

.uk-button .uk-icon {
  margin-left: 15px;
  color: #efb007;
}

.uk-button+.uk-button {
  margin-left: 10px;
}

.uk-button-default {
  border-radius: 2px;
  border-color: #222;
  color: #222;
  font-weight: 700;
}

.uk-button-default:hover {
  border-color: #efb007;
  background-color: #efb007;
  color: #fff;
}

.uk-button-default:hover .uk-icon {
  color: #fff;
}

.uk-button-danger {
  background-color: #efb007;
}

.uk-button-danger:hover,
.uk-button-danger:focus,
.uk-button-danger:active,
.uk-button-danger.nice-select.open {
  background-color: #d69e06;
}

.uk-button-danger .uk-icon {
  color: #fff;
}

.uk-button-light {
  background-color: #fff;
  color: #222 !important;
  font-weight: 700;
}

.uk-button-large {
  font-size: 18px;
  text-transform: uppercase;
}

.uk-lightbox {
  background-color: rgba(34, 34, 34, 0.8);
}

.slider-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.slider-nav .swiper-button-prev::before,
.slider-nav .swiper-button-next::before {
  color: #ccc;
}

.slider-nav .swiper-button-prev:after,
.slider-nav .swiper-button-next:after {
  display: none;
}

.slider-nav .swiper-button-prev:hover,
.slider-nav .swiper-button-prev:focus,
.slider-nav .swiper-button-prev:active,
.slider-nav .swiper-button-prev.nice-select.open,
.slider-nav .swiper-button-next:hover,
.slider-nav .swiper-button-next:focus,
.slider-nav .swiper-button-next:active,
.slider-nav .swiper-button-next.nice-select.open {
  border-color: #efb007;
  color: #efb007;
}

.slider-nav .swiper-button-prev:hover::before,
.slider-nav .swiper-button-prev:focus::before,
.slider-nav .swiper-button-prev:active::before,
.slider-nav .swiper-button-prev.nice-select.open::before,
.slider-nav .swiper-button-next:hover::before,
.slider-nav .swiper-button-next:focus::before,
.slider-nav .swiper-button-next:active::before,
.slider-nav .swiper-button-next.nice-select.open::before {
  color: #efb007;
}

.slider-nav .swiper-button-prev:before {
  content: "";
}

.slider-nav .swiper-button-next {
  margin-left: 20px;
}

.slider-nav .swiper-button-next:before {
  content: "";
}

.swiper-pagination-horizontal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ddd;
  opacity: 1;
}

.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #efb007;
}

.uk-input,
.uk-textarea {
  border: none;
  border-radius: 2px;
  background-color: #f7f7f7;
  color: #222;
  font-size: 18px;
  font-weight: 400;
}

.uk-input::-webkit-input-placeholder,
.uk-textarea::-webkit-input-placeholder {
  color: #888;
  font-size: 18px;
  font-weight: 400;
}

.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  color: #888;
  font-size: 18px;
  font-weight: 400;
}

.uk-input:-ms-input-placeholder,
.uk-textarea:-ms-input-placeholder {
  color: #888;
  font-size: 18px;
  font-weight: 400;
}

.uk-input::-ms-input-placeholder,
.uk-textarea::-ms-input-placeholder {
  color: #888;
  font-size: 18px;
  font-weight: 400;
}

.uk-input::placeholder,
.uk-textarea::placeholder {
  color: #888;
  font-size: 18px;
  font-weight: 400;
}

.uk-input:focus,
.uk-textarea:focus {
  -webkit-box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.uk-textarea {
  height: 150px;
  resize: none;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 62px;
  padding-left: 30px;
}

textarea.uk-form-large {
  padding-left: 30px;
}

.uk-position-cover {
  background-color: rgba(0, 0, 0, 0.65);
}

.uk-dotnav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uk-dotnav>*>* {
  width: 8px;
  height: 8px;
  border: none;
  background-color: #ddd;
}

.uk-dotnav>.uk-active>* {
  width: 10px;
  height: 10px;
  background-color: #efb007;
}

.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.page-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 0 100px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.page-header.uk-active {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.page-header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header__contacts-list {
  margin-right: auto;
}

.page-header__contacts-list ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-header__contacts-list ul li {
  display: block;
  position: relative;
}

.page-header__contacts-list ul li+li {
  margin-left: 20px;
}

.page-header__contacts-list ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
}

.page-header__contacts-list ul li a .uk-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.page-header__logo {
  margin-right: auto;
  padding-top: 22px;
  padding-bottom: 22px;
}

.page-header__mainmenu {
  margin-left: 20px;
}

.page-header__mainmenu .uk-navbar-nav>li>a {
  -webkit-transition: all 0.3 linear;
  -o-transition: all 0.3 linear;
  min-height: 50px;
  color: #222;
  font-family: Barlow;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  transition: all 0.3 linear;
}

.page-header__mainmenu .uk-navbar-nav>li>a:hover {
  color: #efb007;
}

.page-header__mainmenu .uk-navbar-nav>li>a::before {
  display: none;
  position: relative;
  content: '[';
}

.page-header__mainmenu .uk-navbar-nav>li>a::after {
  display: none;
  position: relative;
  content: ']';
}

.page-header__mainmenu .uk-navbar-nav>li>a span {
  display: block;
  position: relative;
}

.page-header__mainmenu .uk-navbar-nav>li>a span::before {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='10.5,16.08 5.63,10.66 6.37,10 10.5,14.58 14.63,10 15.37,10.66'%3E%3C/polygon%3E%3Cline fill='none' stroke='%23000' x1='10.5' y1='4' x2='10.5' y2='15'%3E%3C/line%3E%3C/svg%3E");
  content: '';
  opacity: 0;
}

.page-header__mainmenu .uk-navbar-nav>li.uk-active>a {
  color: #efb007;
}

.page-header__mainmenu .uk-navbar-nav>li.uk-active>a:before,
.page-header__mainmenu .uk-navbar-nav>li.uk-active>a:after {
  display: inline-block;
}

.page-header__mainmenu .uk-navbar-nav>li.uk-active>a span::before {
  opacity: 1;
}

.page-header__mainmenu .uk-navbar-nav .uk-navbar-dropdown {
  width: 250px;
}

.page-header__search {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}

.page-header__search .uk-search-icon svg {
  width: 24px;
  height: 24px;
}

.page-header__contacts {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  border-left: 1px solid #eee;
}

.page-header__mobile-menu-btn {
  display: none;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.page-header__mobile-menu-btn button {
  border: none;
  background: none;
}

.page-header__mobile-menu-btn button svg {
  width: 30px;
  height: 30px;
}

.logo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.logo img {
  display: block;
  position: relative;
}

.logo span {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  display: inline-block;
  position: relative;
  margin-left: 15px;
  transform: translateY(2px);
  color: #555;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.contacts-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 70px;
}

/* .contacts-block:before {
  content: "";
} */

/* .contacts-block::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  color: #efb007;
  font-size: 50px;
} */

.contacts-block span {
  margin-bottom: 5px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.contacts-block strong {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.page-header.--two-line {
  padding: 0;
}

.page-header.--two-line .page-header__top-line {
  padding: 12px 0;
  background-color: #222;
}

.page-header.--two-line .page-header__bottom-line {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #fff;
}

.page-header.--two-line .page-header__bottom-line.uk-active {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.page-header.--two-line .page-header__bottom-line.uk-active .page-header__logo {
  padding-top: 0;
  padding-bottom: 0;
}

.page-header.--two-line .page-header__social {
  margin-right: 30px;
}

.page-header.--two-line .page-header__social .social__link {
  background-color: transparent;
}

.page-header.--two-line .page-header__social .social__link:hover {
  background-color: #efb007;
}

.page-header.--two-line .page-header__contacts {
  display: block;
  position: relative;
  margin-top: -12px;
  margin-bottom: -20px;
  padding: 12px 30px;
  border: none;
  background-color: #efb007;
}

.page-header.--two-line .page-header__contacts:before,
.page-header.--two-line .page-header__contacts:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
}

.page-header.--two-line .page-header__contacts::before {
  left: -8px;
  width: 0;
  height: 0;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: transparent #966f0c transparent transparent;
}

.page-header.--two-line .page-header__contacts:after {
  right: -8px;
  width: 0;
  height: 0;
  border-width: 8px 8px 0 0;
  border-style: solid;
  border-color: #966f0c transparent transparent transparent;
}

.page-header.--two-line .contacts-block {
  padding-left: 50px;
  background-image: url(../img/ico-info-1.png);
  background-repeat: no-repeat;
  background-size: 40px;
}

.page-header.--two-line .contacts-block::before {
  display: none;
}

.page-header.--two-line .contacts-block span {
  color: #fff;
  font-size: 14px;
}

.page-header.--two-line .contacts-block strong {
  color: #fff;
  font-size: 22px;
}

.page-header.--two-line .uk-icon-button {
  width: 55px;
  height: 55px;
}

.page-header.--two-line .page-header__mainmenu {
  margin: 0 auto;
}

.newsletter {
  display: block;
  position: relative;
  background-color: #efb007;
  background-image: url(../img/bg_newsletter.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Reduce height of newsletter section */
.newsletter {
  padding: 40px 0; /
}

.newsletter .uk-section {
  padding: 0 !important; 
}

.newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px; 
}

.newsletter-form__title h4,
.download-app__title h4 {
  margin-bottom: 10px; 
}

.newsletter-form__form input,
.newsletter-form__form button {
  height: 40px;
  font-size: 14px;
}

.newsletter__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsletter-form {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
  margin-right: 70px;
  margin-right: 3.64583vw;
  padding-right: 70px;
  padding-right: 3.64583vw;
  border-right: 1px solid #fff;
}

.newsletter-form__title h4 {
  margin: 0 15px 0 0;
  color: white;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.11;
}

.newsletter-form__form {
  width: 100%;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border: 0.52083vw solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

.newsletter-form__form form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 15px;
  background-color: #fff;
}

.newsletter-form__form form input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 40px;
  padding-left: 35px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23000' points='1.4,6.5 10,11 18.6,6.5'%3E%3C/polyline%3E%3Cpath d='M 1,4 1,16 19,16 19,4 1,4 Z M 18,15 2,15 2,5 18,5 18,15 Z'%3E%3C/path%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
}

.newsletter-form__form form button {
  height: 40px;
  padding: 0 25px;
  border: none;
  border-left: 1px solid #ddd;
  background: none;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
}

.download-app {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
}

.download-app__title {
  margin-right: 30px;
}

.download-app__title h4 {
  margin: 0 0 10px 0;
  color: white;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.download-app__title p {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 20px;
  font-weight: 500;
}

.download-app__links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.download-link {
  padding: 15px 35px;
  padding: 15px 1.82292vw;
  border-radius: 1px;
  outline: 10px solid rgba(255, 255, 255, 0.2);
  outline: 0.52083vw solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
}

.download-link+.download-link {
  margin-left: 30px;
}

.download-link img {
  min-width: 40px;
}

.page-footer {
  display: block;
  z-index: 1;
  position: relative;
  background-color: #58585A;
}

.page-footer__top {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-footer__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-footer__contacts {
  max-width: 390px;
  margin-top: -115px;
  padding: 50px;
  border-radius: 4px;
  background-color: #ffffff;
}

.page-footer__contacts .footer-logo {
  margin-bottom: 35px;
}

.page-footer__contacts p {
  color: rgb(84 84 84 / 70%);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.44;
}

.page-footer__menu h4 {
  margin-bottom: 40px;
  color: white;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.page-footer__menu h4:after {
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 10px;
  background-color: #efb007;
  content: '';
}

.page-footer__menu ul li+li {
  display: block;
  position: relative;
  margin-top: 25px;
}

.page-footer__menu ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.page-footer__menu ul li a::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23fff' points='10 5 15 9.5 10 14'%3E%3C/polyline%3E%3Cline fill='none' stroke='%23fff' x1='4' y1='9.5' x2='15' y2='9.5'%3E%3C/line%3E%3C/svg%3E");
  content: '';
}

.page-footer__menu ul li a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23efb007' points='10 5 15 9.5 10 14'%3E%3C/polyline%3E%3Cline fill='none' stroke='%23efb007' x1='4' y1='9.5' x2='15' y2='9.5'%3E%3C/line%3E%3C/svg%3E");
}

.page-footer__news h4 {
  margin-bottom: 40px;
  color: white;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.page-footer__news h4:after {
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 10px;
  background-color: #efb007;
  content: '';
}

.page-footer__bottom {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.page-footer__copy {
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  text-align: center;
}

.page-footer__copy span {
  display: inline-block;
  margin-right: 20px;
}

.page-footer__copy a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  text-decoration: underline;
  transition: all 0.3s linear;
}

.page-footer__copy a:hover {
  color: #efb007;
}

.page-footer__copy a+a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.contacts-list {
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
}

.contacts-list li {
  display: block;
  position: relative;
}

.contacts-list li a {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  color: rgb(15, 15, 15);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
}

.contacts-list li+li {
  margin-top: 20px;
}

.contacts-list li span.label {
  display: block;
  color: #efb007;
}

.contacts-list li span.uk-icon {
  margin-right: 15px;
}

.social li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #5a5a5a;
  transition: all 0.3s linear;
}

.social li a:hover {
  background-color: #efb007;
}

.social li+li {
  margin-left: 5px;
}

.news-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.news-list li+li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.news-list-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 300px;
}

.news-list-item__img {
  width: 95px;
  height: 88px;
  margin-right: 20px;
}

.news-list-item__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.news-list-item__date {
  margin-bottom: 15px;
  color: #efb007;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

.news-list-item__title {
  -webkit-transition: all 0.3 linear;
  -o-transition: all 0.3 linear;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  transition: all 0.3 linear;
}

.news-list-item__title:hover {
  color: #efb007;
}

.page-header__mainmenu .uk-navbar-dropdown .uk-navbar-dropdown {
  left: 60% !important;
}

.uk-offcanvas-bar {
  background-color: #111;
}

.uk-offcanvas-bar .uk-offcanvas-close {
  right: 20px;
  color: #efb007;
  opacity: 1;
}

.uk-offcanvas-bar .contacts-block {
  padding-left: 50px;
}

.uk-offcanvas-bar .contacts-block::before {
  margin-top: -20px;
  font-size: 40px;
}

.uk-offcanvas-bar .contacts-block span,
.uk-offcanvas-bar .contacts-block strong {
  display: block !important;
  color: #fff;
}

.uk-offcanvas-bar .uk-nav-default>li>a {
  color: #fff;
  font-size: 18px;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: #fff;
  font-size: 16px;
}

.uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent>a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='%23fff' x='9' y='1' width='1' height='17'%3E%3C/rect%3E%3Crect fill='%23fff' x='1' y='9' width='17' height='1'%3E%3C/rect%3E%3C/svg%3E");
}

.uk-offcanvas-bar .uk-nav-parent-icon>.uk-parent.uk-open>a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='%23fff' height='1' width='18' y='9' x='1'%3E%3C/rect%3E%3C/svg%3E");
}

.action-group {
  display: inline-block !important;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
}

.action-group.is-show .action-group-drop {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.action-group-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  background-color: #F0F1F4;
  color: #B3B3B3;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.action-group-btn:hover {
  background-color: #929DA5;
  color: #fff;
}

.action-group-drop {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0px 15px 30px -20px rgba(146, 157, 165, 0.2);
  box-sizing: border-box;
  display: block;
  visibility: hidden;
  z-index: 3;
  position: absolute;
  top: -13px;
  right: -13px;
  overflow: hidden;
  border: 1.5px solid #E1E3EA;
  border-radius: 30px 0px 30px 30px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px -20px rgba(146, 157, 165, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.action-group-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 5px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  list-style-type: none;
}

.action-group-list li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  transition: all 0.3s linear;
}

.action-group-list li.is-active button {
  background-color: #929DA5;
  color: #fff;
}

.action-group-list li button,
.action-group-list li a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex: 0 0 35px;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  background: none;
  background: #F0F1F4;
  color: #929DA5 !important;
  font-size: 20px;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s linear;
}

.action-group-list li button:hover,
.action-group-list li a:hover {
  color: #efb007 !important;
}

.action-group-list li button .ico_edit,
.action-group-list li a .ico_edit {
  font-size: 15px;
}

.action-group-list li button .ico_close,
.action-group-list li a .ico_close {
  font-size: 16px;
}

.action-group-list li:last-child button {
  background-color: #fff;
}

.action-group-list li:last-child button:hover {
  color: #efb007 !important;
}

.counter {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 125px;
  -webkit-box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex: 0 0 125px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 125px;
  padding: 0 40px 0 0;
  overflow: hidden;
  border: 2px solid #E1E3EA;
  border-radius: 20px;
  background-color: #fff;
  user-select: none;
}

.counter__field {
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 40px;
  border: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  user-select: none;
}

.counter__field input {
  -moz-appearance: textfield;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  max-width: 40px;
  height: 40px;
  border: 0;
  color: #050505;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
  text-align: center;
  user-select: none;
}

.counter__field input:hover,
.counter__field input:focus,
.counter__field input:active,
.counter__field input.nice-select.open {
  outline: 0;
}

.counter__field input[type=number]::-webkit-inner-spin-button,
.counter__field input[type=number]::-webkit-outer-spin-buttons {
  -webkit-appearance: none;
  margin: 0;
}

.counter__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 5px;
  overflow: hidden;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.counter__btn:hover {
  background: #F0F1F4;
}

.counter__btn:after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  text-shadow: none;
  content: '';
  transition: all 0.3s linear;
}

.counter__btn.minus:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.583557 1.5351C0.583557 0.98281 1.03127 0.535095 1.58356 0.535095H7.58356C8.13584 0.535095 8.58356 0.98281 8.58356 1.5351C8.58356 2.08738 8.13584 2.5351 7.58356 2.5351H1.58356C1.03127 2.5351 0.583557 2.08738 0.583557 1.5351Z' fill='black'/%3E%3C/svg%3E%0A");
}

.counter__btn.plus:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.583557 4.53511C0.583557 4.09328 0.941729 3.73511 1.38356 3.73511H7.78356C8.22539 3.73511 8.58356 4.09328 8.58356 4.53511C8.58356 4.97694 8.22539 5.33511 7.78356 5.33511H1.38356C0.941729 5.33511 0.583557 4.97694 0.583557 4.53511Z' fill='black'/%3E%3Cpath d='M4.58356 0.53511C5.02538 0.53511 5.38356 0.893283 5.38356 1.33511L5.38356 7.73511C5.38356 8.17694 5.02538 8.53511 4.58356 8.53511C4.14173 8.53511 3.78356 8.17694 3.78356 7.73511L3.78356 1.33511C3.78356 0.893282 4.14173 0.53511 4.58356 0.53511Z' fill='black'/%3E%3C/svg%3E%0A");
}

.drop {
  display: block;
  z-index: 3;
  position: relative;
}

.drop._active {
  z-index: 11;
}

.drop._active .drop-button {
  background-image: none;
}

.drop._active-close .drop-button {
  background-image: none;
}

.drop-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 3;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  padding: 15px 5px 15px 15px;
  border: 2px solid #D8DFE7;
  background-color: #fff;
}

.drop-input {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  height: 50px;
  padding: 0 50px 0 15px;
  line-height: 50px;
  transition: all 0.3s linear;
}

.drop-input:hover,
.drop-input:focus,
.drop-input:active,
.drop-input.nice-select.open {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drop-input:focus {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.drop-input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.drop-input:focus::-moz-placeholder {
  opacity: 0;
}

.drop-input:focus:-ms-input-placeholder {
  opacity: 0;
}

.drop-input:focus::-ms-input-placeholder {
  opacity: 0;
}

.drop-input:focus::placeholder {
  opacity: 0;
}

.drop-input-hide {
  display: none;
}

.drop-button {
  padding: 11.5px 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99999 4.31654L1.67513 0.991678C1.48622 0.802774 1.18058 0.802774 0.991678 0.991678C0.802774 1.18058 0.802774 1.48622 0.991678 1.67513L4.65827 5.34172C4.75246 5.43591 4.87641 5.48332 5 5.48332C5.1236 5.48332 5.24755 5.43591 5.34174 5.34172L9.00833 1.67513L9.00834 1.67512C9.19722 1.48622 9.19722 1.18058 9.00831 0.991677C8.81941 0.802773 8.51377 0.802773 8.32486 0.991677L4.99999 4.31654Z' fill='%2357CA70' stroke='%2357CA70' stroke-width='0.3'/%3E%3C/svg%3E%0A");
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 10px;
  color: #7A7A7A;
  text-align: left;
}

.drop-clear {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: none;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2357CA70'%3E%3Cpath d='M14,12l9.1-9.1c0.6-0.5,0.6-1.4,0-2c-0.5-0.6-1.4-0.6-2,0L12,10L2.9,0.9c-0.3-0.3-0.6-0.4-1-0.4 c-0.4,0-0.7,0.2-1,0.4c-0.5,0.6-0.5,1.4,0,2L10,12l-9.1,9.1c-0.6,0.6-0.6,1.5,0,2c0.3,0.3,0.6,0.4,1,0.4c0.4,0,0.7-0.1,1-0.4L12,14 l9.1,9.1c0.6,0.5,1.5,0.5,2,0c0.5-0.6,0.5-1.4,0-2L14,12z'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  color: #efb007;
  cursor: pointer;
}

.drop-clear._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drop-clear._active+.form-control {
  background: none;
}

.drop-overflow {
  scrollbar-color: #efb007 #E2EBEC;
  scrollbar-width: thin !important;
  -moz-appearance: none !important;
  max-height: 90px;
  overflow: auto;
}

.drop-overflow::-webkit-scrollbar {
  width: 4px;
}

.drop-overflow::-webkit-scrollbar-track {
  background-color: #E2EBEC;
}

.drop-overflow::-webkit-scrollbar-thumb {
  background-color: #efb007;
}

.drop .drop-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.drop .drop-list-item {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: block;
  display: block;
  position: relative;
  position: relative;
  padding: 5px 0;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.drop .drop-list-item a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: block;
  display: block;
  position: relative;
  color: #000;
  font-size: 14px;
  transition: all 0.3s linear;
}

.drop .drop-list-item a:hover {
  color: #efb007;
  text-decoration: none;
}

.--arrow .drop-input {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99999 4.31654L1.67513 0.991678C1.48622 0.802774 1.18058 0.802774 0.991678 0.991678C0.802774 1.18058 0.802774 1.48622 0.991678 1.67513L4.65827 5.34172C4.75246 5.43591 4.87641 5.48332 5 5.48332C5.1236 5.48332 5.24755 5.43591 5.34174 5.34172L9.00833 1.67513L9.00834 1.67512C9.19722 1.48622 9.19722 1.18058 9.00831 0.991677C8.81941 0.802773 8.51377 0.802773 8.32486 0.991677L4.99999 4.31654Z' fill='%2357CA70' stroke='%2357CA70' stroke-width='0.3'/%3E%3C/svg%3E%0A");
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.--arrow._active .drop-input,
.--arrow._active-close .drop-input {
  background-image: none;
}

.--search .drop-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve' fill='%2357CA70'%3E%3Cpath d='M225.474,0C101.151,0,0,101.151,0,225.474c0,124.33,101.151,225.474,225.474,225.474 c124.33,0,225.474-101.144,225.474-225.474C450.948,101.151,349.804,0,225.474,0z M225.474,409.323 c-101.373,0-183.848-82.475-183.848-183.848S124.101,41.626,225.474,41.626s183.848,82.475,183.848,183.848 S326.847,409.323,225.474,409.323z'/%3E%3Cpath d='M505.902,476.472L386.574,357.144c-8.131-8.131-21.299-8.131-29.43,0c-8.131,8.124-8.131,21.306,0,29.43l119.328,119.328 c4.065,4.065,9.387,6.098,14.715,6.098c5.321,0,10.649-2.033,14.715-6.098C514.033,497.778,514.033,484.596,505.902,476.472z'/%3E%3C/svg%3E%0A");
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.--search._active .drop-input,
.--search._active._active-close {
  background-image: none;
}

.drop-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.drop-menu.open li {
  display: block;
}

.drop-menu.open li:first-child::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drop-menu li {
  margin: 0 15px;
}

.dropdown-sort {
  display: block;
  position: relative;
  margin-right: 5px;
}

.dropdown-sort.show .dropdown-toggle {
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.dropdown-sort .dropdown-toggle {
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  min-width: 220px;
  height: 30px;
  padding-right: 25px;
  padding-left: 48px;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  background: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' fill='none'%3E%3Cpath d='M0 7h12V5H0v2zm0-7v2h18V0H0zm0 12h6v-2H0v2z' fill='%2357CA70'/%3E%3C/svg%3E");
  background-position: left 15px center;
  background-repeat: no-repeat;
}

.dropdown-sort .dropdown-toggle:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  transform-origin: center;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99999 4.31654L1.67513 0.991678C1.48622 0.802774 1.18058 0.802774 0.991678 0.991678C0.802774 1.18058 0.802774 1.48622 0.991678 1.67513L4.65827 5.34172C4.75246 5.43591 4.87641 5.48332 5 5.48332C5.1236 5.48332 5.24755 5.43591 5.34174 5.34172L9.00833 1.67513L9.00834 1.67512C9.19722 1.48622 9.19722 1.18058 9.00831 0.991677C8.81941 0.802773 8.51377 0.802773 8.32486 0.991677L4.99999 4.31654Z' fill='%2357CA70' stroke='%2357CA70' stroke-width='0.3'/%3E%3C/svg%3E%0A");
  color: #57CA70;
  font-size: 8px;
  content: '';
  transition: all 0.3s linear;
}

.dropdown-sort .dropdown-toggle:after {
  display: none;
}

.dropdown-sort .dropdown-toggle[aria-expanded="true"]:before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.dropdown-sort .dropdown-toggle span {
  display: inline-block;
  color: #30393E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.dropdown-sort .dropdown-menu {
  width: 100%;
  margin-top: 0;
  border: 1px solid #EFEFEF;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.dropdown-sort .dropdown-item {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  padding: 6px 15px;
  color: #30393E;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
  transition: all 0.3s linear;
}

.dropdown-sort .dropdown-item._active {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath d='M14 7A7 7 0 110 7a7 7 0 0114 0z' fill='%2357CA70'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 13A6 6 0 107 1a6 6 0 000 12zm0 1A7 7 0 107 0a7 7 0 000 14z' fill='%23fff'/%3E%3Cpath d='M6.68 10.115a.356.356 0 01-.505 0L4.157 8.097a.536.536 0 010-.758l.253-.253c.21-.21.548-.21.758 0l1.26 1.26L9.832 4.94a.537.537 0 01.758 0l.253.253c.21.21.21.55 0 .758L6.68 10.115z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat;
  color: #efb007;
}

.dropdown-sort .dropdown-item:active,
.dropdown-sort .dropdown-item.nice-select.open {
  background-color: transparent;
}

.dropdown-sort .dropdown-item:hover {
  background-color: transparent;
  color: #efb007;
}

.checkbox-custome {
  --background: #fff;
  --border: #000000;
  --border-hover: #bbc1e1;
  --border-active: #1e2235;
  --tick: #fff;
  position: relative;
  margin: 0;
}

.checkbox-custome label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.checkbox-custome input[type=checkbox]:focus,
.checkbox-custome input[type=file]:focus,
.checkbox-custome input[type=radio]:focus {
  outline: none;
}

.checkbox-custome input,
.checkbox-custome svg {
  display: block;
  width: 21px;
  height: 21px;
  outline: none;
}

.checkbox-custome input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: box-shadow 0.3s;
  -webkit-transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -webkit-box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  outline: none;
  background: var(--background);
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
  cursor: pointer;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.checkbox-custome input:hover {
  --s: 1px;
  --b: var(--border-hover);
}

.checkbox-custome input:checked {
  --b: var(--border-active);
}

.checkbox-custome svg {
  fill: none;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #efb007;
  -webkit-transform: scale(var(--scale, 1)) translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  transform: scale(var(--scale, 1)) translateZ(0);
  pointer-events: none;
}

.checkbox-custome span {
  display: inline-block;
  color: black;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
}

.checkbox-custome.path input:checked {
  --s: 2px;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.checkbox-custome.path input:checked+svg {
  --a: 16.1 86.12;
  --o: 102.22;
}

.checkbox-custome.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  -webkit-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
  -o-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

.social {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social__item {
  display: block;
  position: relative;
}

.social__item+.social__item {
  margin-left: 5px;
}

.social__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s linear;
}

.social__link:hover {
  border-color: #fff;
  background-color: #efb007;
  color: #fff;
  text-decoration: none;
}

.social__link:active,
.social__link.nice-select.open {
  border-color: #fff;
  background-color: #27943F;
  color: #fff;
  text-decoration: none;
}

.s-hero {
  display: block;
  position: relative;
}

.s-hero__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #949494;
}

.s-hero__inner>* {
  width: 50%;
  width: 50%;
}

.s-hero__desc {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 125px;
  padding: 0 6.51042vw;
  background-image: url(../img/bg-hero1.jpg);
  background-size: cover;
}

.s-hero__title {
  margin-bottom: 25px;
  margin-bottom: 1.30208vw;
  color: white;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

.s-hero__subtitle {
  margin-bottom: 35px;
  margin-bottom: 1.82292vw;
  color: white;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
}

.s-hero__search {
  width: 100%;
}

.s-hero__slider {
  display: block;
  position: relative;
}

.s-hero__slider .swiper::after {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background-image: -o-linear-gradient(bottom, black 0%, transparent 100%);
  background-image: linear-gradient(to top, black 0%, transparent 100%);
  content: '';
  pointer-events: none;
}

.s-hero__slider .swiper-slide img {
  width: 100%;
}

.s-hero__slider .swiper-pagination-fraction {
  z-index: 2;
  bottom: 60px;
  bottom: 3.125vw;
  padding-right: 100px;
  padding-right: 5.20833vw;
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.67;
  text-align: right;
}

.s-hero__slider .swiper-pagination-current {
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.83;
}

.search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: block;
  position: relative;
  flex-grow: 1;
  max-width: 550px;
}

.search label {
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.search .uk-radio {
  border: 2px solid #fff;
}

.search .uk-radio:checked {
  background-color: #efb007;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.search-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 20px;
  outline: 10px solid rgba(255, 255, 255, 0.3);
  background-color: #fff;
}

.search-input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-grow: 1;
  align-items: center;
  max-width: 100%;
  padding: 18px;
}

.search-input img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  display: block;
  flex: 0 0 60px;
  width: 40px;
  height: 40px;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}

.search-input input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -o-text-overflow: ellipsis;
  flex-grow: 1;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  overflow: hidden;
  border: none;
  background: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background-color: #111;
  color: #fff;
}

.s-about {
  display: block;
  position: relative;
  /* background-image: url(../img/bg_logo.png); */
  background-position: left 95% center;
  background-repeat: no-repeat;
}

.s-about__btns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}

.s-about__btns a+a {
  margin-left: 15px;
}

.s-about__btns .uk-icon-button {
  width: 55px;
  height: 55px;
  border-radius: 30px;
  background-color: #eee;
  color: #222;
  font-size: 24px;
}

.s-about__btns .uk-icon-button:hover,
.s-about__btns .uk-icon-button:focus,
.s-about__btns .uk-icon-button:active,
.s-about__btns .uk-icon-button.nice-select.open {
  -webkit-box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
  color: #efb007;
}

.s-categories {
  display: block;
  position: relative;
}

.uk-card .uk-card-body {
  position: relative;
  padding-left: 90px;
  color: #555;
}

.uk-card .uk-card-icon {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -55px;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
}

.uk-card .uk-card-icon span {
  -webkit-box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.uk-card .uk-card-icon::before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.uk-card .uk-card-icon:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(50% + 15px);
  height: calc(100% + 15px);
  transform: translateY(-50%);
  background-color: #fff;
  content: '';
}

.uk-card .uk-card-title {
  color: #222;
  font-size: 24px;
  font-weight: 600;
}

.cat-item {
  position: relative;
}

.cat-item::after {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background-image: -o-linear-gradient(bottom, black 0%, transparent 100%);
  background-image: linear-gradient(to top, black 0%, transparent 100%);
  content: '';
  opacity: 0.95;
}

.cat-item img {
  -o-object-fit: cover;
  -o-object-position: center;
  min-height: 250px;
  object-fit: cover;
  object-position: center;
}

.cat-item .uk-overlay {
  z-index: 2;
  color: white;
  font-size: 30px;
  font-weight: 600;
}

.s-video {
  display: block;
  position: relative;
  background-color: #222;
}

.s-video__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.s-video__inner>* {
  width: 50%;
}

.s-video__desc {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 40px 150px;
  padding: 40px 7.8125vw;
  background-image: url(../images/video1.jpg);
  color: #fff;
}

.s-video__desc .section-title span {
  color: #efb007;
}

.s-video__desc .section-title span::before {
  display: none;
}

.s-video__desc .section-title h3 {
  color: #fff;
}

.s-video__desc .section-content a.more {
  color: #fff;
}

.s-video__img {
  display: block;
}

.s-video__img .uk-cover-container {
  min-height: 100%;
}

.s-video__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  outline: 10px solid rgba(34, 34, 34, 0.2);
  background-color: #efb007;
}

.s-video__link img {
  margin-right: -5px;
}

.solution-item {
  display: block;
  position: relative;
}

.solution-item__box {
  display: block;
  position: relative;
}

.solution-item__box::before {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background-image: -o-linear-gradient(bottom, black 0%, transparent 100%);
  background-image: linear-gradient(to top, black 0%, transparent 100%);
  content: '';
  transition: all 0.3s linear;
}

.solution-item__box:hover::before {
  height: 100%;
}

.solution-item__box:hover .solution-item__intro {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  visibility: visible;
  height: auto;
  overflow: visible;
  pointer-events: all;
  transition: all 0.3s linear;
}

.solution-item__box img {
  width: 100%;
}

.solution-item__box .uk-overlay {
  padding: 60px;
  padding: 3.125vw;
}

.solution-item__title {
  margin-bottom: 20px;
}

.solution-item__title span {
  color: white;
  font-size: 18px;
  font-weight: 400;
}

.solution-item__title h3 {
  margin: 0;
  color: white;
  font-size: 36px;
  font-weight: 600;
}

.solution-item__intro {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  color: white;
  pointer-events: none;
  transition: all 0.3s linear;
}

.solution-item__link a.more {
  color: #fff;
}

.s-stats {
  display: block;
  position: relative;
}

.s-stats .uk-container {
  padding-bottom: 70px;
}

.stat-item {
  -webkit-box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
  display: block;
  position: relative;
  padding: 40px;
  padding: 1.08333vw;
  border-right: 2px solid #efb007;
  background-color: white;
  box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
  border-radius: 14px;
}

.stat-item__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.stat-item__title {
  margin: 0;
  color: #222;
  font-size: 22px;
  font-weight: 400;
}

.stat-item__value {
  margin-bottom: 20px;
  color: #222;
  font-size: 80px;
  font-weight: 500;
  line-height: 0.9;
}

.stat-item__text {
  margin: 0;
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.s-reasons {
  display: block;
  position: relative;
}

.s-reasons__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.s-reasons__inner>* {
  width: 50%;
}

.s-reasons__media {
  display: block;
  position: relative;
}

.s-reasons__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 40px 100px;
  padding: 0px 5.20833vw;
}

.s-reasons__info .section-title {
  margin-bottom: 10px;
}

.s-reasons__info .section-content {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
}

.reason-item {
  display: block;
  position: relative;
}

.reason-item__img {
  display: block;
  position: relative;
  width: 100%;
}

.reason-item__body {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
}

.reason-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.reason-item__desc {
  display: block;
  position: relative;
  padding-left: 25px;
}

.reason-item__title {
  margin: 0 0 5px 0;
  color: #222;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.reason-item__text {
  margin: 0;
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.s-reviews .swiper {
  margin: -20px;
  padding: 20px;
}

.review-item {
  display: block;
  position: relative;
  padding: 0 30px;
}

.review-item__box {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  padding: 60px 50px;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: white;
  transition: all 0.3s linear;
}

.review-item__box:hover {
  -webkit-box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
  border: 1px solid #fff;
  box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.review-item__box:hover .review-item__icon {
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
}

.review-item__desc {
  display: block;
  position: relative;
}

.review-item__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -80px;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #eee;
  border-radius: 50%;
  background-color: white;
  color: #efb007;
  transition: all 0.3s linear;
}

.review-item__icon svg {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  width: 30px;
  height: 30px;
  transition: all 0.3s linear;
}

.review-item__title {
  margin: 0 0 10px 0;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
}

.review-item__text {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88;
}

.review-item__user {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.user {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.user__avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.user__info {
  display: block;
  position: relative;
}

.user__name {
  margin: 0;
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.user__position {
  margin: 0;
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

.user__rating {
  margin-top: 10px;
}

.rating-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.rating-list li {
  color: #ccc;
}

.rating-list li svg {
  width: 12px;
  height: 12px;
}

.rating-list li.active {
  color: #efb007;
}

.info-card {
  display: block;
  position: relative;
  background-color: #f9f9f9;
  /* background-image: url(../img/bg_info-card.png); */
  background-position: right 70px top 70px;
  background-repeat: no-repeat;
}

.info-card__box {
  padding: 60px 110px;
  padding: 3.125vw 5.72917vw;
}

.info-card__head {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  margin-bottom: 1.5625vw;
}

.info-card__head img {
  margin-right: 30px;
  margin-right: 1.5625vw;
}

.info-card__head span {
  color: #222;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.info-card__title {
  margin-bottom: 35px;
  color: #222;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.info-card__btn {
  margin-bottom: 50px;
  margin-bottom: 2.60417vw;
}

.info-card.--accent {
  background-color: #efb007;
}

.info-card.--accent .info-card__head span {
  color: #fff;
}

.info-card.--accent .info-card__title {
  color: #fff;
}

.info-card.--accent .info-card__btn .uk-button-default {
  border-color: #fff;
  color: #fff;
}

.info-card.--accent .info-card__btn .uk-button-default .uk-icon {
  color: #fff;
}

.info-card.--accent .info-card__progress .progress-item h6,
.info-card.--accent .info-card__progress .progress-item span {
  color: #fff;
}

.info-card.--accent .info-card__progress .progress-item progress {
  height: 8px;
  margin: 0 20px;
  border-radius: 0;
  background-color: #fff;
}

.info-card.--accent .info-card__progress .progress-item progress::-webkit-progress-bar {
  border-radius: 0;
  background-color: #fff;
}

.info-card.--accent .info-card__progress .progress-item progress::-webkit-progress-value {
  border-radius: 0;
  background-color: #555;
}

.progress-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.progress-item+.progress-item {
  margin-top: 15px;
}

.progress-item h6 {
  min-width: 140px;
  margin: 0;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.progress-item progress {
  height: 8px;
  margin: 0 20px;
  border-radius: 0;
  background-color: #555;
}

.progress-item progress::-webkit-progress-bar {
  border-radius: 0;
  background-color: #555;
}

.progress-item progress::-webkit-progress-value {
  border-radius: 0;
  background-color: #efb007;
}

.progress-item span {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.s-news {
  display: block;
  position: relative;
}

.s-news .swiper {
  margin: -20px;
  padding: 20px;
}

.new-item {
  display: block;
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}

.new-item__box {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: block;
  position: relative;
  background-color: #fff;
  transition: all 0.5s linear;
}

.new-item__box:hover {
  -webkit-box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.new-item__media {
  display: block;
  position: relative;
}

.new-item__body {
  padding: 50px 25px;
}

.new-item__title span {
  display: block;
  position: relative;
  color: #888;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.new-item__title h4 {
  margin: 20px 0;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.new-item__date {
  color: #efb007;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

.team-user {
  display: block;
  position: relative;
  max-width: 260px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2px;
}

.team-user__photo {
  display: block;
  position: relative;
}

.team-user__photo::before {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  transition: all 0.3s linear;
}

.team-user__photo img {
  width: 100%;
}

.team-user__body {
  padding: 35px;
  background-color: #fff;
}

.team-user__name {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin-bottom: 5px;
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.3s linear;
}

.team-user__position {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s linear;
}

.team-user__social {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin-top: 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
}

.team-user:hover .team-user__photo:before,
.team-user:focus .team-user__photo:before,
.team-user:active .team-user__photo:before,
.team-user.nice-select.open .team-user__photo:before {
  opacity: 1;
}

.team-user:hover .team-user__body,
.team-user:focus .team-user__body,
.team-user:active .team-user__body,
.team-user.nice-select.open .team-user__body {
  background-color: #222;
}

.team-user:hover .team-user__name,
.team-user:hover .team-user__position,
.team-user:focus .team-user__name,
.team-user:focus .team-user__position,
.team-user:active .team-user__name,
.team-user.nice-select.open .team-user__name,
.team-user:active .team-user__position,
.team-user.nice-select.open .team-user__position {
  color: #fff;
}

.team-user:hover .team-user__social,
.team-user:focus .team-user__social,
.team-user:active .team-user__social,
.team-user.nice-select.open .team-user__social {
  opacity: 1;
  pointer-events: all;
}

.s-form {
  display: block;
  position: relative;
  border-top: 1px solid #eee;
  /* background-image: url(../img/bg_logo.png); */
  background-position: right 95% center;
  background-repeat: no-repeat;
}

.s-form .section-title {
  margin-bottom: 10px;
}

.s-form .section-title h3 {
  font-size: 36px;
}

.s-form .section-content p {
  color: #222;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
}

.contacts-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.contacts-box__img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 50%;
}

.contacts-box__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contacts-box__desc {
  display: block;
  position: relative;
}

.contacts-box__label {
  margin-bottom: 5px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.contacts-box__phone {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

ul.time-work {
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  list-style-type: none;
}

.s-slider {
  display: block;
  position: relative;
}

.s-slider .swiper-slide img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  min-height: 450px;
  object-fit: cover;
  object-position: center;
}

.s-slider .swiper-slide h1 {
  color: white;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.s-slider .swiper-slide .uk-text-lead {
  color: white;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.33;
}

.s-slider .swiper-pagination-fraction {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  z-index: 2;
  bottom: 60px;
  bottom: 3.125vw;
  justify-content: flex-end;
  padding-right: 100px;
  padding-right: 5.20833vw;
  color: white;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.67;
  text-align: right !important;
}

.s-slider .swiper-pagination-current {
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.83;
}

.search-form {
  display: block;
  z-index: 1;
  position: relative;
  top: -70px;
}

.search-form__box {
  -webkit-box-shadow: 0 3px 32px 8px rgba(0, 0, 0, 0.12);
  padding: 30px 45px;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 3px 32px 8px rgba(0, 0, 0, 0.12);
}

.search-form__box .uk-form-label {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.search-form__box .js-select {
  padding: 0;
  border: none;
}

.search-form__box .js-select .current {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.search-form__box .js-date {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 2,3 2,17 18,17 18,3 2,3 Z M 17,16 3,16 3,8 17,8 17,16 Z M 17,7 3,7 3,4 17,4 17,7 Z'%3E%3C/path%3E%3Crect width='1' height='3' x='6' y='2'%3E%3C/rect%3E%3Crect width='1' height='3' x='13' y='2'%3E%3C/rect%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
}

.search-form__box .js-date::-webkit-input-placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.search-form__box .js-date::-moz-placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.search-form__box .js-date:-ms-input-placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.search-form__box .js-date::-ms-input-placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.search-form__box .js-date::placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.search-form__box .uk-button {
  width: 100%;
  padding: 0;
}

.color-accent {
  color: #efb007;
}

.s-features {
  display: block;
  position: relative;
  overflow: hidden;
}

.feature-items {
  display: block;
  position: relative;
  margin-top: 70px;
}

.feature-items::before {
  display: block;
  position: absolute;
  top: 90px;
  left: -50vw;
  width: 150vw;
  height: calc(100% - 45px);
  background-color: #f9f9f9;
  content: '';
}

.feature-items .uk-slider-container {
  margin: -30px;
  padding: 30px;
}

.feature-item {
  display: block;
  position: relative;
}

.feature-item__box {
  -webkit-box-shadow: 0 0 36px 9px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: block;
  position: relative;
  border-left: 2px solid #222;
  background-color: white;
  box-shadow: 0 0 36px 9px rgba(0, 0, 0, 0.05);
  transition: all 0.3s linear;
}

.feature-item__icon {
  padding: 50px 40px 10px 40px;
}

.feature-item__title {
  display: block;
  position: relative;
  padding: 0 40px 30px 40px;
  border: none;
  border-bottom: 1px solid #eee;
  background: none;
  color: #222;
  font-size: 24px;
  font-weight: 700;
}

.feature-item__text {
  padding: 30px 40px;
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
}

.feature-item__more {
  padding: 0 40px 50px 40px;
}

.feature-item__more a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #eee;
  border-radius: 50%;
  background-color: white;
  color: #222;
  transition: all 0.3s linear;
}

.feature-item:hover .feature-item__box {
  border-color: #efb007;
}

.feature-item:hover .feature-item__more a {
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
}

.feature-item .uk-drop {
  width: 100%;
  margin-top: -50px;
}

.feature-item .uk-card-body {
  padding: 30px;
}

.feature-item .uk-card {
  background: #222;
}

.feature-item .uk-card::before {
  display: block;
  position: absolute;
  top: -15px;
  left: 40px;
  width: 0;
  height: 0;
  border-width: 0 20px 15px 20px;
  border-style: solid;
  border-color: transparent transparent #222 transparent;
  content: '';
}

.feature-item .uk-card .uk-nav li+li {
  margin-top: 1px;
}

.feature-item .uk-card .uk-nav li a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 30px;
  border-radius: 2px;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s linear;
}

.feature-item .uk-card .uk-nav li a:hover {
  background: #efb007;
  color: #fff;
}

.feature-item .uk-card .uk-nav li a.uk-active {
  background: #efb007;
  color: #fff;
}

.s-brands {
  display: block;
  position: relative;
  margin-bottom: 50px;
  padding-top: 100px;
  background-color: #222;
  background-image: url(../img/bg_brands.jpg);
  background-position: center;
  background-size: cover;
}

.s-brands .section-title {
  color: #fff;
}

.s-brands .section-title span {
  color: #fff;
}

.s-brands .section-title h3 {
  color: #fff;
}

.s-brands .section-content {
  margin-bottom: -50px;
  padding: 30px 40px;
  background-color: #efb007;
}

.s-brands .uk-slidenav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 0 36px 9px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 36px 9px rgba(0, 0, 0, 0.05);
}

.s-brands .uk-slidenav svg {
  width: 30px;
  height: 30px;
}

.s-brands .uk-position-center-left-out {
  right: calc(100% + 70px);
}

.s-brands .uk-position-center-right-out {
  left: calc(100% + 70px);
}

.s-equipments {
  display: block;
  position: relative;
}

.s-equipments .uk-slider-container {
  margin: -35px;
  padding: 35px;
}

.equipment-item {
  -webkit-box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.05);
  display: block;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.05);
  /* height: 454px; */
}

.equipment-item__box {
  /* display: block;
  position: relative; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 600px;
  /* ✅ Set a fixed height */
  padding: 20px;
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: all 0.3s ease;

}

.equipment-item__media {
  display: block;
  position: relative;
}

.equipment-item__media a {
  display: block;
  position: relative;
}

.equipment-item__media a img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto !important;
}

.equipment-item__info {
  display: block;
  position: relative;
  padding: 30px;
}

.equipment-item__title {
  display: block;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  transition: all 0.3s linear;
}

.equipment-item__title a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  transition: all 0.3s linear;
}

.equipment-item__title a:hover {
  color: #efb007;
  text-decoration: none;
}

.equipment-item__links {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.equipment-item__links a {
  display: inline-block;
  position: relative;
  color: #efb007;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
}

.equipment-item__links a+a {
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #dfdfdf;
}

.equipment-item__list {
  display: block;
  position: relative;
  margin: 30px 0;
}

.equipment-item__list ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  margin: 0;
  padding: 0;
  column-gap: 5px;
  column-count: 2;
  list-style-type: none;
}

.equipment-item__list ul li {
  display: block;
  position: relative;
  padding-left: 12px;
  color: #222;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.equipment-item__list ul li+li {
  margin-top: 5px;
}

.equipment-item__list ul li::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #efb007;
  content: '';
}

.equipment-item__price-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.equipment-item__price-title {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}

.equipment-item__price-title small {
  display: block;
  font-weight: 400;
}

.equipment-item__price {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.equipment-item__price-current {
  color: #222;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.equipment-item__price-old {
  margin-left: 5px;
  color: #393939;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: line-through;
}

.equipment-item__prices {
  padding-top: 30px;
}

.equipment-item__prices ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.equipment-item__prices ul li {
  padding-left: 25px;
  background-image: url(../img/arrow-circle.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.s-latest-offers {
  display: block;
  position: relative;
  background-color: #f9f9f9;
  /* background-image: url(../img/bg_latest-offers.jpg); */
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.offer-box {
  -webkit-box-shadow: 0 0 36px 9px rgba(0, 0, 0, 0.05);
  display: block;
  position: relative;
  padding: 50px 40px;
  background-color: #fff;
  box-shadow: 0 0 36px 9px rgba(0, 0, 0, 0.05);
}

.offer-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.offer-item+.offer-item {
  margin-top: 40px;
}

.offer-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
}

.offer-media img {
  width: 100%;
}

.offer-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 20px;
}

.offer-title {
  color: #222;
  font-size: 20px;
  font-weight: 600;
}

.offer-intro {
  color: #555;
  font-size: 16px;
  font-weight: 300;
}

.offer-price {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}

.offer-price span {
  color: #efb007;
  font-size: 22px;
  font-weight: 700;
}

.s-reasons-choose {
  background-color: #222;
  background-image: url(../img/bg_brands.jpg);
  background-position: center;
  background-size: cover;
}

.s-reasons-choose .section-title span {
  color: #efb007;
}

.s-reasons-choose .section-title h3 {
  color: #fff;
}

.s-reasons-choose .reason-item__title,
.s-reasons-choose .reason-item__text {
  color: #fff;
}

.video-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  max-width: 500px;
  color: #fff;
}

.video-link a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  flex: 0 0 100px;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50%;
  outline: 10px solid rgba(34, 34, 34, 0.2);
  background-color: #efb007;
}

.video-link a img {
  margin-right: -5px;
}

.article-full,
.article-intro {
  display: block;
  position: relative;
}

.article-full__image,
.article-intro__image {
  display: block;
  position: relative;
}

.article-full__image img,
.article-intro__image img {
  display: block;
  width: 100%;
}

.article-full__image .video,
.article-intro__image .video {
  display: block;
  position: relative;
}

.article-full__image .video>a,
.article-intro__image .video>a {
  display: block;
  position: relative;
}

.article-full__image .video>a:before,
.article-intro__image .video>a:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  /* background-image: url(../img/icons/ico-video.png); */
  content: '';
}

.article-full__image .uk-slidenav,
.article-intro__image .uk-slidenav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #222;
}

.article-full__image .uk-slidenav:hover,
.article-intro__image .uk-slidenav:hover {
  color: #efb007;
}

.article-full__image .uk-slidenav-previous,
.article-intro__image .uk-slidenav-previous {
  left: 20px;
}

.article-full__image .uk-slidenav-next,
.article-intro__image .uk-slidenav-next {
  right: 20px;
}

.article-full__category,
.article-intro__category {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  bottom: 2.6vw;
  left: 50px;
  left: 2.6vw;
  padding: 0 15px;
  background-color: #ffffff;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-full__title,
.article-intro__title {
  margin: 30px 0;
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.article-full__info,
.article-intro__info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
}

.article-full__info>*,
.article-intro__info>* {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-right: 20px;
  border-right: 1px solid #eeeeee;
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

.article-full__info>*:last-child,
.article-intro__info>*:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.article-full__info>* i,
.article-full__info>* svg,
.article-intro__info>* i,
.article-intro__info>* svg {
  margin-right: 10px;
  color: #efb007;
}

.article-full__date,
.article-intro__date {
  font-weight: 500;
}

.article-full__author a,
.article-intro__author a {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: inline-block;
  margin-left: 5px;
  color: #555555;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.5s linear;
}

.article-full__author a:hover,
.article-full__author a:focus,
.article-full__author a:active,
.article-full__author a.nice-select.open,
.article-intro__author a:hover,
.article-intro__author a:focus,
.article-intro__author a:active,
.article-intro__author a.nice-select.open {
  color: #efb007;
  text-decoration: none;
}

.article-full__comments a,
.article-intro__comments a {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s linear;
}

.article-full__comments a:hover,
.article-full__comments a:focus,
.article-full__comments a:active,
.article-full__comments a.nice-select.open,
.article-intro__comments a:hover,
.article-intro__comments a:focus,
.article-intro__comments a:active,
.article-intro__comments a.nice-select.open {
  color: #efb007;
  text-decoration: none;
}

.article-full__content blockquote,
.article-intro__content blockquote {
  display: block;
  position: relative;
  margin-top: 40px;
  padding: 40px 40px 40px 90px;
  border-left: 5px solid #efb007;
  background-color: #f9f9f9;
  color: #222222;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.article-full__content blockquote::before,
.article-intro__content blockquote::before {
  display: block;
  position: absolute;
  top: 50px;
  left: 35px;
  width: 27px;
  height: 19px;
  background-image: url(../img/quote-blockquote.png);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}

.article-full__content blockquote .user,
.article-intro__content blockquote .user {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.article-full__content blockquote .user strong,
.article-intro__content blockquote .user strong {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
}

.article-full__content blockquote .user span,
.article-intro__content blockquote .user span {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}

.article-full__bottom,
.article-intro__bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
  padding-bottom: 35px;
}

.article-full__bottom:after,
.article-intro__bottom:after {
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 13px;
  /* background-image: url(../img/decor/decor-lines-grey.png); */
  content: '';
}

.article-full__bottom .article-full__tags,
.article-intro__bottom .article-full__tags {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.article-full__bottom .article-full__tags h6,
.article-intro__bottom .article-full__tags h6 {
  margin: 0 10px 5px 0;
}

.article-full__bottom .article-full__share,
.article-intro__bottom .article-full__share {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.article-full__bottom .article-full__share h6,
.article-intro__bottom .article-full__share h6 {
  margin: 0 10px 5px 0;
}

.article-full__bottom .article-full__share .social__link,
.article-intro__bottom .article-full__share .social__link {
  border: 1px solid #ddd;
  color: #ddd;
}

.article-full__bottom .article-full__share .social__link:hover,
.article-intro__bottom .article-full__share .social__link:hover {
  border: 1px solid #efb007;
  color: #fff;
}

.article-full .block-form,
.article-intro .block-form {
  margin-top: 70px;
}

.article-intro+.article-intro {
  margin-top: 60px;
}

.section-article-related {
  position: relative;
  margin-top: 20px;
  padding-bottom: 0;
}

.section-article-related:after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 13px;
  /* background-image: url(../img/decor/decor-lines-grey.png); */
  content: '';
}

.section-article-related .section-title {
  margin-bottom: 35px;
}

.section-article-related .section-title .uk-h2 {
  margin-bottom: 0;
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.section-article-reviews {
  display: block;
  position: relative;
  margin-top: 70px;
}

.section-article-reviews .section-title {
  margin-bottom: 40px;
}

.section-article-reviews .section-title .uk-h2 {
  margin-bottom: 0;
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.widjet {
  display: block;
  position: relative;
}

.widjet+.widjet {
  margin-top: 60px;
}

.widjet__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 23px;
  color: #222;
  font-size: 24px;
  font-weight: 700;
}

.widjet__title::before {
  display: inline-block;
  width: 22px;
  height: 30px;
  margin-right: 10px;
  /* background-image: url(../img/svgico/logo-icon.svg); */
  content: '';
}

.widjet__title small {
  margin: 0 5px;
  font-size: 14px;
  font-weight: 300;
}

.widjet-search .uk-search-default {
  display: block;
  position: relative;
  width: 100%;
}

.widjet-search .uk-search-input {
  display: block;
  width: 100%;
  background-color: #ffffff;
}

.widjet-search .uk-search-input:hover,
.widjet-search .uk-search-input:focus,
.widjet-search .uk-search-input:active,
.widjet-search .uk-search-input.nice-select.open {
  background-color: #ffffff;
}

.widjet-search .uk-search-input::-webkit-input-placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
}

.widjet-search .uk-search-input::-moz-placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
}

.widjet-search .uk-search-input:-ms-input-placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
}

.widjet-search .uk-search-input::-ms-input-placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
}

.widjet-search .uk-search-input::placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
}

.widjet-search .uk-search-icon {
  width: 62px;
}

.widjet-search .uk-search-icon::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  margin-top: -12px;
  background-color: #dddddd;
  content: '';
}

.widjet-category .widjet__title {
  margin-bottom: 17px;
}

.list-category {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-category li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  transition: all 0.5s linear;
}

.list-category li a::before {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23000' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23000' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
  font-size: 17px;
  content: '';
  transition: all 0.5s linear;
}

.list-category li a:hover,
.list-category li a:focus,
.list-category li a:active,
.list-category li a.nice-select.open {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  color: #efb007;
  text-decoration: none;
  transition: all 0.5s linear;
}

.list-category li a:hover::before,
.list-category li a:focus::before,
.list-category li a:active::before,
.list-category li a.nice-select.open::before {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='none' stroke='%23efb007' stroke-width='1.1' points='8.5 7 13.5 10 8.5 13'%3E%3C/polygon%3E%3Ccircle fill='none' stroke='%23efb007' stroke-width='1.1' cx='10' cy='10' r='9'%3E%3C/circle%3E%3C/svg%3E");
  transition: all 0.5s linear;
}

.list-articles {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-articles-item {
  display: block;
  position: relative;
}

.list-articles-item+.list-articles-item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dfe1ee;
}

.list-articles-item__link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.list-articles-item__link:hover,
.list-articles-item__link:focus,
.list-articles-item__link:active,
.list-articles-item__link.nice-select.open {
  text-decoration: none;
}

.list-articles-item__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  width: 75px;
  height: 75px;
  margin-right: 20px;
}

.list-articles-item__info {
  display: block;
}

.list-articles-item__title {
  margin-bottom: 10px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.list-articles-item__date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

.list-articles-item__date .uk-icon {
  margin-right: 5px;
  color: #efb007;
}

.widjet-gallery {
  max-width: 350px;
}

.widjet-gallery .uk-grid-collapse,
.widjet-gallery .uk-grid-column-collapse {
  margin-left: -5px;
}

.widjet-gallery .uk-grid-collapse>*,
.widjet-gallery .uk-grid-column-collapse>* {
  padding-left: 5px;
}

.widjet-gallery .uk-grid+.uk-grid-collapse,
.widjet-gallery .uk-grid+.uk-grid-row-collapse,
.widjet-gallery .uk-grid-collapse>.uk-grid-margin,
.widjet-gallery .uk-grid-row-collapse>.uk-grid-margin {
  margin-top: 5px;
}

.widjet-tags-cloud .tags-list li a {
  border-color: #ffffff;
}

.article-full__image .video>a:before,
.article-intro__image .video>a:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  /* background-image: url(../img/ico-video.png); */
  content: '';
}

.tags-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tags-list li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.tags-list li a {
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  border: 2px solid #dddddd;
  background-color: #ffffff;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.86;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}

.tags-list li a:hover,
.tags-list li a:focus,
.tags-list li a:active,
.tags-list li a.nice-select.open {
  border-color: #edb509;
  background-color: #edb509;
  color: #ffffff;
  text-decoration: none;
}

.contact-page-box {
  display: block;
  position: relative;
}

.contact-page-box .contact-page-sidebar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 40px;
  color: #e7e7e7;
}

.contact-page-box .contact-page-sidebar .social {
  margin-left: 30px;
}

.contact-page-box .contact-page-sidebar .contacts-list {
  margin: 30px 0;
}

.contact-page-box .block-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.contact-page-sidebar {
  border-radius: 4px;
  background-color: #222;
}

.contacts-map {
  display: block;
  position: relative;
}

.contacts-map iframe {
  width: 100%;
  height: 500px;
}

.equipment-detail {
  display: block;
  position: relative;
}

.equipment-detail .section-title {
  margin-bottom: 35px;
}

.equipment-detail .section-title .uk-h2 {
  margin-bottom: 10px;
  font-size: 30px;
}

.equipment-detail__gallery {
  margin-bottom: 40px;
}

.equipment-detail__title {
  margin-bottom: 10px;
  color: #222;
  font-size: 36px;
  font-weight: 700;
}

.equipment-detail__location {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
}

.equipment-detail__location .uk-icon {
  margin-right: 10px;
  color: #efb007;
}

.equipment-detail__btns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0 60px;
}

.equipment-detail__btns a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(50% - 5px);
  background-color: #fff9e7;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 3.72;
  transition: all 0.3s linear;
}

.equipment-detail__btns a:hover,
.equipment-detail__btns a:focus,
.equipment-detail__btns a:active,
.equipment-detail__btns a.nice-select.open {
  background-color: #efb007;
  color: #ffffff;
  text-decoration: none;
}

.equipment-detail__btns a:hover svg,
.equipment-detail__btns a:focus svg,
.equipment-detail__btns a:active svg,
.equipment-detail__btns a.nice-select.open svg {
  color: #ffffff;
}

.equipment-detail__btns a svg {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin-right: 10px;
  color: #efb007;
  transition: all 0.3s linear;
}

.equipment-detail__specification {
  margin-top: 60px;
}

.equipment-detail__specification table tr td:first-child {
  font-weight: 600;
}

.equipment-widjet-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  color: #222;
  font-size: 24px;
  font-weight: 700;
}

.equipment-widjet-title:before {
  display: inline-block;
  width: 22px;
  height: 30px;
  margin-right: 10px;
  /* background-image: url(../img/svgico/logo-icon.svg); */
  content: '';
}

.equipment-order {
  padding: 50px 20px;
  border-left: 5px solid #efb007;
  background-color: #222;
  text-align: center;
}

.equipment-order__title {
  color: white;
  font-size: 18px;
  font-weight: 400;
}

.equipment-order__price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.equipment-order__price .current-price {
  color: #ffffff;
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.equipment-order__price .old-price {
  color: #888;
  font-size: 24px;
  font-weight: 400;
  text-decoration: line-through;
}

.equipment-contacts {
  display: block;
  position: relative;
  margin: 45px 0;
  padding: 30px;
  background-color: #fff;
}

.equipment-contacts .contacts-list li+li {
  margin-top: 5px;
}

.equipment-contacts .contacts-list li a {
  color: #222;
}

.equipment-contacts .contacts-list li a .uk-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.equipment-contacts .contacts-list li a .label {
  color: #222;
  font-weight: 700;
}

.equipment-contacts .uk-button {
  padding: 0 10px;
}

.equipment-contacts .uk-button+.uk-button {
  margin: 10px 0 0 0;
}

.equipment-form {
  display: block;
  position: relative;
  padding: 30px;
  background-color: #fff;
}

.equipment-form .nice-select {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 62px;
  padding-left: 30px;
  border: none;
  border-radius: 2px;
  background-color: #f7f7f7;
}

.equipment-form .nice-select .current {
  color: #888;
  font-size: 18px;
  font-weight: 400;
}

.equipment-form .nice-select .option {
  padding-left: 30px;
}

.list-checked {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-checked li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}

.list-checked li+li {
  margin-top: 5px;
}

.list-checked li::before {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23efb007' stroke-width='1.1' points='4,10 8,15 17,4'%3E%3C/polyline%3E%3C/svg%3E");
  content: '';
}

.range-box {
  display: block;
  position: relative;
  text-align: center;
}

.range-box .irs--round {
  top: -25px;
  height: 20px;
}

.range-box .irs--round .irs-line {
  background-color: #ddd;
}

.range-box .irs--round .irs-bar {
  background-color: #575964;
}

.range-box .irs--round .irs-handle {
  -webkit-box-shadow: none;
  top: 15px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/ico-range-slider.svg);
  background-size: cover;
  box-shadow: none;
}

.range-box__desc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-bottom: 1px solid #222;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
}

.range-box__desc input {
  display: inline-block;
  width: 40px;
  min-width: auto;
  margin-top: 2px;
  border: none;
  outline: none;
  background: none;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.js-filter-content {
  display: block;
}

.rental-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.rental-item+.rental-item {
  margin-top: 45px;
}

.rental-item__media {
  display: block;
  position: relative;
}

.rental-item__media img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rental-item__links {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px;
}

.rental-item__links a {
  color: #efb007;
  font-size: 14px;
  font-weight: 400;
}

.rental-item__links a+a {
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #dfdfdf;
}

.rental-item__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 30px;
  border-bottom: 1px solid #eee;
}

.rental-item__title {
  margin-bottom: 5px;
  color: #222222;
  font-size: 24px;
  font-weight: 700;
}

.rental-item__specifications ul {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  margin: 0;
  column-gap: 10px;
}

.rental-item__specifications ul li {
  padding-left: 20px;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

.rental-item__specifications ul li::before {
  left: -15px;
  width: 5px;
  color: #efb007;
}

.rental-item__price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}

.rental-item__price-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px 20px;
  border: 1px solid #eee;
  border-bottom: none;
  background-color: #ffffff;
  text-align: center;
}

.rental-item__price-title {
  margin-bottom: 22px;
  color: #222222;
  font-size: 14px;
}

.rental-item__price-title strong {
  display: block;
  font-weight: 600;
  line-height: 1.1;
}

.rental-item__price-title span {
  display: block;
  font-weight: 400;
  line-height: 1.1;
}

.rental-item__price-current {
  color: #222;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.rental-item__price-old {
  color: #393939;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
  text-decoration: line-through;
}

.widjet-filter .uk-form-label {
  color: #888;
  font-size: 16px;
  font-weight: 400;
}

.widjet-filter input {
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  background: none;
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.widjet-filter input::-webkit-input-placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.widjet-filter input::-moz-placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.widjet-filter input:-ms-input-placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.widjet-filter input::-ms-input-placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.widjet-filter input::placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.widjet-filter .nice-select {
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  background: none;
}

.widjet-filter .nice-select .current {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.equipment-head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-left: 30px;
  background-color: #f9f9f9;
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
}

.equipment-head>* {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.sort-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.sort-box>span {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
}

.sort-box .nice-select {
  height: auto;
  padding-left: 15px;
  border: none;
  border-radius: 0;
  background: none;
}

.sort-box .nice-select .current {
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.view-box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-left: 30px;
  border-left: 1px solid #dfe1ee;
}

.view-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: #222;
}

.view-item:hover {
  color: #222;
}

.view-item.active {
  background: #222;
  color: #fff;
}

.view-item.active:hover {
  color: #fff;
}

@media only screen and (max-width: 1799px) {
  .page-header {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1679px) {
  .logo span {
    display: none;
  }

  .s-hero__title {
    font-size: 40px;
  }

  .s-hero__subtitle {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1599px) {
  .uk-card .uk-card-body {
    padding-left: 40px;
    text-align: center;
  }

  .uk-card .uk-card-icon {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    top: -55px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }

  .uk-card .uk-card-icon:after {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    top: 50%;
    left: 50%;
    width: calc(100% + 15px);
    height: calc(50% + 15px);
    transform: translateX(-50%) translateY(0);
  }

  .s-reasons__info {
    padding: 40px;
  }
}

@media only screen and (max-width: 1439px) {
  .newsletter-form {
    margin-right: 20px;
    padding-right: 20px;
  }

  .s-hero__title {
    font-size: 30px;
  }

  .s-reasons__media .uk-cover {
    left: calc(50% + 50px);
  }
}

@media only screen and (max-width: 1365px) {
  .page-header__contacts-list ul li a .uk-icon {
    width: 30px;
    height: 30px;
  }

  .page-header__logo {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .page-header__mainmenu .uk-navbar-nav>li>a {
    padding: 0 10px;
    font-size: 16px;
  }

  .page-header__search {
    width: 60px;
    height: 60px;
  }

  .page-header__contacts {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
  }

  .logo img {
    /* max-height: 30px; */
    /*max-height: 70px;*/
        max-height: 93px;
  }

  .contacts-block {
    padding-left: 40px;
  }

  .contacts-block::before {
    margin-top: -15px;
    font-size: 30px;
  }

  .contacts-block span {
    font-size: 12px;
  }

  .contacts-block strong {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1359px) {
  .newsletter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-form {
    margin-right: 0;
    margin-bottom: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }

  .page-footer__contacts {
    max-width: 350px;
    padding: 50px 30px;
  }

  .s-hero__subtitle {
    font-size: 18px;
  }

  .search {
    max-width: 400px;
  }

  .search-input {
    padding: 5px 15px;
  }

  .search-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }

  .equipment-item__prices ul li {
    padding-left: 0;
    background: none;
  }
}

@media only screen and (max-width: 1200px) {
  .sidebar {
    padding: 0 0 0 20px;
  }

  .article-full .block-form,
  .article-intro .block-form {
    margin-top: 30px;
  }

  .section-article-related {
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .section-article-reviews {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .sidebar.--left {
    padding: 0;
  }

  .newsletter-form__form {
    border: 5px solid rgba(255, 255, 255, 0.2);
  }

  .newsletter-form__form form {
    padding: 5px 15px;
  }

  .download-link {
    padding: 10px;
    outline: 5px solid rgba(255, 255, 255, 0.2);
  }

  .download-link img {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .page-footer__top {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-footer__contacts {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    max-width: calc(50% - 20px);
    margin-top: -65px;
    margin-bottom: 40px;
    padding: 30px;
  }

  .page-footer__contacts p {
    font-size: 14px;
  }

  .page-footer__menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
  }

  .page-footer__news {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }

  .page-footer__bottom {
    padding-top: 7px;
    /* padding-bottom: 25px; */
  }

  .page-footer__copy {
    font-size: 14px;
  }

  .page-footer__copy a {
    font-size: 14px;
  }

  .contacts-list li a {
    font-size: 16px;
  }

  .contacts-list li+li {
    margin-top: 10px;
  }

  .contacts-list li span.uk-icon {
    margin-right: 10px;
  }

  .drop-menu li {
    margin: 0 5px;
  }

  .dropdown-sort .dropdown-toggle {
    height: 50px;
    border-radius: 5px;
  }

  .s-reasons__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s-reasons__inner>* {
    width: 100%;
  }

  .s-reasons__media .uk-cover {
    left: 50%;
  }

  .review-item {
    padding: 0 20px;
  }

  .review-item__box {
    padding: 40px 30px;
  }

  .review-item__icon {
    left: -50px;
    width: 40px;
    height: 40px;
  }

  .review-item__icon svg {
    width: 20px;
    height: 20px;
  }

  .review-item__user {
    margin-top: 15px;
    padding-top: 15px;
  }

  .info-card__box {
    padding: 40px;
  }

  .info-card__head {
    margin-bottom: 15px;
  }

  .info-card__head img {
    margin-right: 15px;
  }

  .info-card__btn {
    margin-bottom: 30px;
  }

  .search-form__box {
    padding: 20px;
  }

  .s-equipments .uk-slider-container {
    margin: -20px;
    padding: 20px;
  }

  .equipment-item__info {
    padding: 15px;
  }

  .equipment-item__list {
    margin: 15px 0;
  }

  .equipment-item__price-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .equipment-item__prices {
    padding-top: 15px;
  }

  .offer-box {
    padding: 30px;
  }

  .offer-item+.offer-item {
    margin-top: 20px;
  }

  .js-filter-content.sidebar {
    padding-top: 20px;
    background: none;
  }

  .js-filter-content.sidebar::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .page-header__contacts-list {
    display: none;
  }

  .s-hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .s-hero__inner>* {
    width: 100%;
  }

  .s-hero__desc {
    padding: 30px;
  }

  .s-hero__title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .s-hero__subtitle {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .search {
    max-width: 100%;
  }
}

@media only screen and (max-width: 959px) {
  .sidebar {
    padding: 0;
    background: none;
  }

  .sidebar::after {
    display: none;
  }

  .page-header {
    padding: 0 0 0 30px;
  }

  .page-header__mainmenu {
    display: none;
  }

  .page-header__search {
    border-left: 1px solid #eee;
  }

  .page-header__user .uk-icon-button {
    border-left: 1px solid #eee;
  }

  .page-header__contacts {
    padding-right: 25px;
  }

  .page-header__mobile-menu-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
  }

  .page-header.--two-line .page-header__bottom-line {
    padding-top: 8px;
    padding-bottom: 0;
  }

  .page-header.--two-line .uk-icon-button {
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: none;
  }

  .s-video__desc {
    padding: 30px 90px 30px 30px;
  }

  .s-reasons__info {
    padding: 30px;
  }

  .s-slider .swiper-slide h1 br {
    display: none;
  }

  .s-slider .swiper-slide .uk-text-lead br {
    display: none;
  }

  .s-brands .section-content {
    padding: 50px;
  }

  .s-brands .section-content .uk-slider {
    margin-left: -15px;
  }

  .s-brands .uk-position-center-left-out {
    right: 100%;
  }

  .s-brands .uk-position-center-right-out {
    left: calc(100% + 15px);
  }

  .widjet-tags-cloud .tags-list li a {
    border-color: #ddd;
  }

  .widjet-tags-cloud .tags-list li a:hover {
    border-color: #efb007;
  }

  .contact-page-box .block-form {
    margin-top: 30px;
  }

  .js-filter-content {
    display: none;
  }

  .rental-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rental-item__media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 48%;
  }

  .rental-item__desc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin: 30px 0 0 0;
    border-bottom: none;
  }

  .rental-item__price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 48%;
    text-align: center;
  }

  .rental-item__price-btn {
    width: 100%;
  }

  .rental-item__price-btn .uk-button {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .page-head__bg {
    height: 150px;
  }

  .page-head__breadcrumb {
    width: 90%;
    padding: 10px 15px;
  }

  .uk-button-large {
    height: 45px;
    padding: 0 20px;
    line-height: 43px;
  }

  .uk-textarea {
    height: 100px;
  }

  .uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: 45px;
    padding-left: 15px;
  }

  textarea.uk-form-large {
    padding-left: 15px;
  }

  .page-footer__contacts {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
  }

  .page-footer__menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 30px;
  }

  .page-footer__news {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }

  .drop-menu {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .drop-menu li {
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px 10px;
    cursor: pointer;
  }

  .drop-menu li:first-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    width: auto;
    border-top: 0px;
  }

  .drop-menu li:first-child::after {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector 25' d='M1 1L6 6L11 1' stroke='%2330393E' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    transition: all 0.3s linear;
  }

  .drop-menu li:not(:first-child) {
    background-color: #fff;
  }

  .drop-menu li:not(:first-child)::after {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #E4E6EA;
    content: '';
  }

  .dropdown-sort {
    margin-right: 0;
  }

  .uk-card .uk-card-body {
    padding: 30px 20px 20px 20px;
  }

  .s-video__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s-video__inner>* {
    width: 100%;
  }

  .s-video__desc {
    padding: 30px 30px 50px 30px;
  }

  .s-video__img {
    position: relative;
  }

  .s-video__img .uk-cover-container {
    min-height: 250px;
  }

  .s-video__link {
    width: 80px;
    height: 80px;
  }

  .solution-item__box .uk-overlay {
    padding: 30px;
  }

  .reason-item__body {
    padding-top: 20px;
  }

  .reason-item__icon {
    padding-bottom: 5px;
  }

  .reason-item__desc {
    padding-left: 15px;
  }

  .info-card__box {
    padding: 20px;
  }

  .info-card__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-card__head img {
    width: 40px;
    height: 40px;
  }

  .info-card__title {
    margin-bottom: 15px;
  }

  .progress-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .progress-item+.progress-item {
    margin-top: 10px;
  }

  .progress-item h6 {
    width: 100%;
    margin-bottom: 5px;
  }

  .progress-item progress {
    width: calc(100% - 50px);
    margin: 0 10px 0 0 !important;
  }

  .new-item__body {
    padding: 30px 15px;
  }

  .contacts-box__img {
    width: 50px;
    height: 50px;
  }

  .s-slider .swiper-slide .uk-overlay {
    padding: 5px;
    text-align: center;
  }

  .search-form {
    top: auto;
    padding: 20px 0;
  }

  .feature-item .uk-card-body {
    padding: 15px;
  }

  .feature-item .uk-card .uk-nav li a {
    height: 40px;
    padding: 0 15px;
  }

  .s-brands {
    padding-top: 40px;
  }

  .s-brands .section-content {
    padding: 20px;
  }

  .s-brands .section-content .uk-slider {
    margin-left: -15px;
  }

  .s-brands .uk-slidenav {
    width: 40px;
    height: 40px;
  }

  .s-brands .uk-slidenav svg {
    width: 20px;
    height: 20px;
  }

  .s-latest-offers {
    background-position: left bottom;
    background-size: 340%;
  }

  .offer-box {
    padding: 15px;
  }

  .offer-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .offer-item+.offer-item {
    margin-top: 10px;
  }

  .offer-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
  }

  .offer-info {
    max-width: calc(100% - 70px);
    margin: 0 0 0 10px;
  }

  .video-link a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  .equipment-contacts {
    padding: 0;
  }

  .equipment-form {
    padding: 0;
  }

  .equipment-head {
    margin-bottom: 20px;
    padding-left: 5px;
  }

  .equipment-head>div:first-child {
    display: none;
  }

  .equipment-head>div:last-child {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
  }

  .sort-box>span {
    display: none;
  }

  .view-item {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {

  html,
  body {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .section-title span {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .section-title h3 {
    font-size: calc(20px + 34 * ((100vw - 320px) / 1920));
  }

  a.more {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .page-head__title {
    font-size: calc(24px + 40.8 * ((100vw - 320px) / 1920));
  }

  .page-head__breadcrumb .uk-breadcrumb>*>* {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920));
  }

  .uk-button-large {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .uk-input,
  .uk-textarea {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .uk-input::-webkit-input-placeholder,
  .uk-textarea::-webkit-input-placeholder {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .uk-input::-moz-placeholder,
  .uk-textarea::-moz-placeholder {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .uk-input:-ms-input-placeholder,
  .uk-textarea:-ms-input-placeholder {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .uk-input::-ms-input-placeholder,
  .uk-textarea::-ms-input-placeholder {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .uk-input::placeholder,
  .uk-textarea::placeholder {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .page-header__contacts-list ul li a {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .page-header__mainmenu .uk-navbar-nav>li>a {
    font-size: calc(12pxpx + 13.6px * ((100vw - 320px) / 1920));
  }

  .newsletter-form__title h4 {
    font-size: calc(18px + 30.6 * ((100vw - 320px) / 1920));
  }

  .newsletter-form__form form button {
    font-size: calc(12px + 13.6 * ((100vw - 320px) / 1920));
  }

  .download-app__title h4 {
    font-size: calc(16px + 34 * ((100vw - 320px) / 1920));
  }

  .download-app__title p {
    font-size: calc(12px + 13.6 * ((100vw - 320px) / 1920));
  }

  .page-footer__menu h4 {
    font-size: calc(18px + 6.8 * ((100vw - 320px) / 1920));
  }

  .page-footer__menu ul li a {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .page-footer__news h4 {
    font-size: calc(18px + 6.8 * ((100vw - 320px) / 1920));
  }

  .news-list-item__title {
    font-size: calc(16px + 3.4 * ((100vw - 320px) / 1920));
  }

  .checkbox-custome span {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .s-hero__slider .swiper-pagination-fraction {
    font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
  }

  .s-hero__slider .swiper-pagination-current {
    font-size: calc(36px + 20.4 * ((100vw - 320px) / 1920));
  }

  .uk-card .uk-card-title {
    font-size: calc(20px + 6.8 * ((100vw - 320px) / 1920));
  }

  .cat-item .uk-overlay {
    font-size: calc(18px + 20.4 * ((100vw - 320px) / 1920));
  }

  .solution-item__title span {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .solution-item__title h3 {
    font-size: calc(24px + 20.4 * ((100vw - 320px) / 1920));
  }

  .stat-item__title {
    font-size: calc(16px + 10.2 * ((100vw - 320px) / 1920));
  }

  .stat-item__value {
    font-size: calc(50px + 51 * ((100vw - 320px) / 1920));
  }

  .stat-item__text {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .s-reasons__info .section-content {
    font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
  }

  .reason-item__title {
    font-size: calc(16px + 10.2 * ((100vw - 320px) / 1920));
  }

  .reason-item__text {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .review-item__title {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .review-item__text {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
  }

  .user__name {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .info-card__head span {
    font-size: calc(14px + 17 * ((100vw - 320px) / 1920));
  }

  .info-card__title {
    font-size: calc(18px + 30.6 * ((100vw - 320px) / 1920));
  }

  .new-item__title span {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .new-item__title h4 {
    font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
  }

  .team-user__name {
    font-size: calc(20px + 6.8 * ((100vw - 320px) / 1920));
  }

  .team-user__position {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
  }

  .s-form .section-title h3 {
    font-size: calc(24px + 20.4 * ((100vw - 320px) / 1920));
  }

  .s-form .section-content p {
    font-size: calc(14px + 13.6 * ((100vw - 320px) / 1920));
  }

  .contacts-box__label {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .contacts-box__phone {
    font-size: calc(20px + 6.8 * ((100vw - 320px) / 1920));
  }

  ul.time-work {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .s-slider .swiper-slide h1 {
    font-size: calc(24px + 61.2 * ((100vw - 320px) / 1920));
  }

  .s-slider .swiper-slide .uk-text-lead {
    font-size: calc(18px + 20.4 * ((100vw - 320px) / 1920));
  }

  .s-slider .swiper-pagination-fraction {
    font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
  }

  .s-slider .swiper-pagination-current {
    font-size: calc(36px + 20.4 * ((100vw - 320px) / 1920));
  }

  .feature-item__title {
    font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
  }

  .feature-item__text {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .feature-item .uk-card .uk-nav li a {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .equipment-item__title a {
    font-size: calc(16px + 13.6 * ((100vw - 320px) / 1920));
  }

  .equipment-item__links a {
    font-size: calc(10px + 6.8 * ((100vw - 320px) / 1920));
  }

  .equipment-item__list ul li {
    font-size: calc(10px + 5.1 * ((100vw - 320px) / 1920));
  }

  .equipment-item__price-title {
    font-size: calc(10px + 6.8 * ((100vw - 320px) / 1920));
  }

  .equipment-item__price-current {
    font-size: calc(20px + 23.8 * ((100vw - 320px) / 1920));
  }

  .equipment-item__price-old {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920));
  }

  .equipment-item__prices ul li {
    font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
  }

  .offer-title {
    font-size: calc(14px + 10.2 * ((100vw - 320px) / 1920));
  }

  .offer-intro {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
  }

  .offer-price {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920));
  }

  .offer-price span {
    font-size: calc(16px + 10.2 * ((100vw - 320px) / 1920));
  }

  .article-full__title,
  .article-intro__title {
    font-size: calc(24px + 10.2 * ((100vw - 320px) / 1920));
  }

  .article-full__info>*,
  .article-intro__info>* {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
  }

  .article-full__author a,
  .article-intro__author a {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
  }

  .article-full__comments a,
  .article-intro__comments a {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
  }

  .article-full__content blockquote,
  .article-intro__content blockquote {
    font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
  }

  .article-full__content blockquote .user strong,
  .article-intro__content blockquote .user strong {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .article-full__content blockquote .user span,
  .article-intro__content blockquote .user span {
    font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
  }

  .section-article-related .section-title .uk-h2 {
    font-size: calc(24px + 10.2 * ((100vw - 320px) / 1920));
  }

  .section-article-reviews .section-title .uk-h2 {
    font-size: calc(24px + 10.2 * ((100vw - 320px) / 1920));
  }

  .widjet__title {
    font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
  }

  .list-category li a {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .list-articles-item__title {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .equipment-detail .section-title .uk-h2 {
    font-size: calc(20px + 17 * ((100vw - 320px) / 1920));
  }

  .equipment-detail__title {
    font-size: calc(22px + 23.8 * ((100vw - 320px) / 1920));
  }

  .equipment-detail__location {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .equipment-widjet-title {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .equipment-order__price .current-price {
    font-size: calc(30px + 30.6 * ((100vw - 320px) / 1920));
  }

  .equipment-form .nice-select .current {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .rental-item__links a {
    font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
  }

  .equipment-head {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920));
  }

  .sort-box>span {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920));
  }

  .sort-box .nice-select .current {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920));
  }
}

@media only screen and (max-width: 639px) {
  .page-header {
    padding: 0 0 0 15px;
  }

  .page-header__contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
  }

  .contacts-block {
    padding-left: 30px;
  }

  .contacts-block span {
    display: none;
  }

  .contacts-block strong {
    display: none;
  }

  .page-header.--two-line .page-header__top-line {
    display: none;
  }

  .page-header.--two-line .page-header__bottom-line {
    padding-top: 0;
  }

  .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-form__title {
    margin-bottom: 10px;
  }

  .newsletter-form__title h4 br {
    display: none;
  }

  .newsletter-form__form form {
    padding: 5px 5px 5px 10px;
  }

  .newsletter-form__form form button {
    padding: 0 10px;
  }

  .download-app__title {
    margin-right: 10px;
  }

  .download-app__title h4 {
    margin-bottom: 5px;
  }

  .download-link+.download-link {
    margin-left: 10px;
  }

  .page-footer__copy {
    font-size: 12px;
  }

  .page-footer__copy span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .page-footer__copy a {
    font-size: 10px;
  }

  .s-hero__desc {
    padding: 30px 15px;
  }

  .s-hero__title {
    font-size: 20px;
  }

  .s-hero__subtitle {
    font-size: 14px;
  }

  .search label {
    font-size: 14px;
  }

  .search-input img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 30px;
    height: 30px;
    padding-right: 10px;
  }

  .search-input input {
    padding: 0 0 0 10px;
  }

  .s-video__desc {
    padding: 30px 15px 30px 15px;
    text-align: center;
  }

  .s-video__desc .section-content a.more {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .stat-item {
    padding: 20px;
  }

  .s-reasons__info {
    padding: 30px 15px;
  }

  .article-intro+.article-intro {
    margin-top: 30px;
  }

  .contact-page-box .contact-page-sidebar {
    padding: 20px;
  }

  .contact-page-box .block-form {
    margin-top: 15px;
  }

  .contacts-map iframe {
    height: 300px;
  }

  .equipment-detail__gallery {
    margin-bottom: 25px;
  }

  .equipment-detail__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 0;
  }

  .equipment-detail__btns a {
    width: 100%;
    margin-bottom: 10px;
  }

  .equipment-detail__specification {
    margin-top: 40px;
  }

  .rental-item+.rental-item {
    margin-top: 20px;
  }

  .rental-item__media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .rental-item__desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin: 20px 0;
  }

  .rental-item__price {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .info-card__btn .uk-button {
    width: 100%;
  }
}

@media only screen and (max-width: 445px) {
  .s-slider .swiper-slide .uk-button+.uk-button {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 413px) {
  .s-about__btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }

  .s-about__btns a+a {
    margin-left: 5px;
  }

  .s-about__btns .uk-button-large {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1920px) and (min-width: 767px) {

  html,
  body {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .section-title span {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .section-title h3 {
    font-size: calc(20px + 20 * (100vw / 1920));
  }

  a.more {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .page-head__title {
    font-size: calc(24px + 24 * (100vw / 1920));
  }

  .page-head__breadcrumb .uk-breadcrumb>*>* {
    font-size: calc(12px + 6 * (100vw / 1920));
  }

  .uk-button-large {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .uk-input,
  .uk-textarea {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .uk-input::-webkit-input-placeholder,
  .uk-textarea::-webkit-input-placeholder {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .uk-input::-moz-placeholder,
  .uk-textarea::-moz-placeholder {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .uk-input:-ms-input-placeholder,
  .uk-textarea:-ms-input-placeholder {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .uk-input::-ms-input-placeholder,
  .uk-textarea::-ms-input-placeholder {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .uk-input::placeholder,
  .uk-textarea::placeholder {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .page-header__contacts-list ul li a {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .page-header__mainmenu .uk-navbar-nav>li>a {
    font-size: calc(12pxpx + 8px * (100vw / 1920));
  }

  .newsletter-form__title h4 {
    font-size: calc(18px + 18 * (100vw / 1920));
  }

  .newsletter-form__form form button {
    font-size: calc(12px + 8 * (100vw / 1920));
  }

  .download-app__title h4 {
    font-size: calc(16px + 20 * (100vw / 1920));
  }

  .download-app__title p {
    font-size: calc(12px + 8 * (100vw / 1920));
  }

  .page-footer__menu h4 {
    font-size: calc(18px + 4 * (100vw / 1920));
  }

  .page-footer__menu ul li a {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .page-footer__news h4 {
    font-size: calc(18px + 4 * (100vw / 1920));
  }

  .news-list-item__title {
    font-size: calc(16px + 2 * (100vw / 1920));
  }

  .checkbox-custome span {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .s-hero__slider .swiper-pagination-fraction {
    font-size: calc(18px + 6 * (100vw / 1920));
  }

  .s-hero__slider .swiper-pagination-current {
    font-size: calc(36px + 12 * (100vw / 1920));
  }

  .uk-card .uk-card-title {
    font-size: calc(20px + 4 * (100vw / 1920));
  }

  .cat-item .uk-overlay {
    font-size: calc(18px + 12 * (100vw / 1920));
  }

  .solution-item__title span {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .solution-item__title h3 {
    font-size: calc(24px + 12 * (100vw / 1920));
  }

  .stat-item__title {
    font-size: calc(16px + 6 * (100vw / 1920));
  }

  .stat-item__value {
    font-size: calc(50px + 30 * (100vw / 1920));
  }

  .stat-item__text {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .s-reasons__info .section-content {
    font-size: calc(18px + 6 * (100vw / 1920));
  }

  .reason-item__title {
    font-size: calc(16px + 6 * (100vw / 1920));
  }

  .reason-item__text {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .review-item__title {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .review-item__text {
    font-size: calc(12px + 4 * (100vw / 1920));
  }

  .user__name {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .info-card__head span {
    font-size: calc(14px + 10 * (100vw / 1920));
  }

  .info-card__title {
    font-size: calc(18px + 18 * (100vw / 1920));
  }

  .new-item__title span {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .new-item__title h4 {
    font-size: calc(18px + 6 * (100vw / 1920));
  }

  .team-user__name {
    font-size: calc(20px + 4 * (100vw / 1920));
  }

  .team-user__position {
    font-size: calc(12px + 4 * (100vw / 1920));
  }

  .s-form .section-title h3 {
    font-size: calc(24px + 12 * (100vw / 1920));
  }

  .s-form .section-content p {
    font-size: calc(14px + 8 * (100vw / 1920));
  }

  .contacts-box__label {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .contacts-box__phone {
    font-size: calc(20px + 4 * (100vw / 1920));
  }

  ul.time-work {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .s-slider .swiper-slide h1 {
    font-size: calc(24px + 36 * (100vw / 1920));
  }

  .s-slider .swiper-slide .uk-text-lead {
    font-size: calc(18px + 12 * (100vw / 1920));
  }

  .s-slider .swiper-pagination-fraction {
    font-size: calc(18px + 6 * (100vw / 1920));
  }

  .s-slider .swiper-pagination-current {
    font-size: calc(36px + 12 * (100vw / 1920));
  }

  .feature-item__title {
    font-size: calc(18px + 6 * (100vw / 1920));
  }

  .feature-item__text {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .feature-item .uk-card .uk-nav li a {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .equipment-item__title a {
    font-size: calc(16px + 8 * (100vw / 1920));
  }

  .equipment-item__links a {
    font-size: calc(10px + 4 * (100vw / 1920));
  }

  .equipment-item__list ul li {
    font-size: calc(10px + 3 * (100vw / 1920));
  }

  .equipment-item__price-title {
    font-size: calc(10px + 4 * (100vw / 1920));
  }

  .equipment-item__price-current {
    font-size: calc(20px + 14 * (100vw / 1920));
  }

  .equipment-item__price-old {
    font-size: calc(12px + 6 * (100vw / 1920));
  }

  .equipment-item__prices ul li {
    font-size: calc(12px + 2 * (100vw / 1920));
  }

  .offer-title {
    font-size: calc(14px + 6 * (100vw / 1920));
  }

  .offer-intro {
    font-size: calc(12px + 4 * (100vw / 1920));
  }

  .offer-price {
    font-size: calc(12px + 6 * (100vw / 1920));
  }

  .offer-price span {
    font-size: calc(16px + 6 * (100vw / 1920));
  }

  .article-full__title,
  .article-intro__title {
    font-size: calc(24px + 6 * (100vw / 1920));
  }

  .article-full__info>*,
  .article-intro__info>* {
    font-size: calc(12px + 4 * (100vw / 1920));
  }

  .article-full__author a,
  .article-intro__author a {
    font-size: calc(12px + 4 * (100vw / 1920));
  }

  .article-full__comments a,
  .article-intro__comments a {
    font-size: calc(12px + 4 * (100vw / 1920));
  }

  .article-full__content blockquote,
  .article-intro__content blockquote {
    font-size: calc(18px + 6 * (100vw / 1920));
  }

  .article-full__content blockquote .user strong,
  .article-intro__content blockquote .user strong {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .article-full__content blockquote .user span,
  .article-intro__content blockquote .user span {
    font-size: calc(12px + 2 * (100vw / 1920));
  }

  .section-article-related .section-title .uk-h2 {
    font-size: calc(24px + 6 * (100vw / 1920));
  }

  .section-article-reviews .section-title .uk-h2 {
    font-size: calc(24px + 6 * (100vw / 1920));
  }

  .widjet__title {
    font-size: calc(18px + 6 * (100vw / 1920));
  }

  .list-category li a {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .list-articles-item__title {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .equipment-detail .section-title .uk-h2 {
    font-size: calc(20px + 10 * (100vw / 1920));
  }

  .equipment-detail__title {
    font-size: calc(22px + 14 * (100vw / 1920));
  }

  .equipment-detail__location {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .equipment-widjet-title {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .equipment-order__price .current-price {
    font-size: calc(30px + 18 * (100vw / 1920));
  }

  .equipment-form .nice-select .current {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .rental-item__links a {
    font-size: calc(12px + 2 * (100vw / 1920));
  }

  .equipment-head {
    font-size: calc(12px + 6 * (100vw / 1920));
  }

  .sort-box>span {
    font-size: calc(12px + 6 * (100vw / 1920));
  }

  .sort-box .nice-select .current {
    font-size: calc(12px + 6 * (100vw / 1920));
  }
}

/*# sourceMappingURL=maps/main.css.map */

/* extra code */
span#span-details {
  color: white;
}

img.detail-images {
  width: 75px;
  height: 75px;
}


/*# sourceMappingURL=style.css.map */
/* av css */

.at-expanding-share-button-desktop.at-expanding-share-button[data-position="bottom-left"],
.DZ-bt-support-now,
.DZ-bt-buy-now {

  display: none !important;
}

.avc {
  color: #9d9aaa;
}

.avvideo i {
  color: white;
  font-size: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
}

.DZ-bt-support-now .DZ-theme-btn {
  display: none;
}

.DZ-bt-buy-now .DZ-theme-btn {
  display: none;
}

/* av css */

table,
td,
.table b {
  color: black;
}

.list li {
  list-style: inside;
  padding: 0.5rem 0.5rem;
}

.list,
.olist {
  margin-bottom: 1rem;
}

.olist li {
  list-style: inherit;
  padding: 0.5rem 0.5rem;
}

@media screen and (max-width: 730px) {
  .sideb {
    order: 2;
  }
}

.avcl {
  box-shadow: 6px 9px 15px 8px rgba(0, 0, 0, 0.13);
  border-radius: 22px;
  margin: 22px 0;
}

.icon-bx-wraper.style-15:hover h6.title.m-b10 {
  color: #fff;
}

/* whatsapp */
/* sticky button */

@media only screen and (max-width:600px) {

  .main-menu-wrapper__call-icon1 {
    display: inline;
    margin-left: 30px;
    height: 50px;
    width: 50px;
    background-color: #f3f3f3;
    font-size: 30px;
    color: #ea1414;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;

  }

  .popup {
    padding: 0;
    width: 100%;
  }

  .div1 {
    width: 100%;
  }

  .popup .close {
    top: 10px;
  }

  #feedbackq {
    /* left: 0px; */
    /* bottom: 52px; */
    height: initial !important;
    width: 100% !important;
    display: inline-block;
    position: initial !important;
    -webkit-transform: initial !important;
    /* top: unset !important; */
  }

  #feedbackw {
    /* left: 127px; */
    position: initial !important;
    /* bottom: 52px; */
    width: 100% !important;
    display: inline-block;
    height: initial !important;
    -webkit-transform: initial !important;
    /* top: unset !important; */
  }

  #feedbackp {
    /* left:247px; */
    position: initial !important;
    /* bottom: 52px; */
    width: 100% !important;
    display: inline-block;
    height: initial !important;
    -webkit-transform: initial !important;
    /* top: unset !important; */
  }

  .site-footer__bottom {
    padding-bottom: 65px;
  }

}

@media only screen and (min-width: 1200px) {
  .main-menu-wrapper__call-icon1 {
    display: none;
  }
}


#feedback1 {
  height: 0px;
  width: 85px;
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


#feedbackq {
  height: 0px;
  width: 85px;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedbackw {
  height: 0px;
  width: 85px;
  position: fixed;
  right: 0;
  top: 56%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedbackp {
  height: 0px;
  width: 85px;
  position: fixed;
  right: 0;
  top: 72%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedbackq a,
#feedbackw .float,
#feedbackp .float {
  display: block;
  background: #5b5b5b;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
  border-radius: 5px 5px 5px 5px;
}

#feedbackq a {
  /* width: 130px; */
  /* height: 52px; */
  padding-bottom: 10px;
}

#feedbackw .float {
  /* width: 130px; */
  /* height: 52px; */
  background-color: green;
  padding-bottom: 10px;
  border-radius: 5px 5px 5px 5px;
}

#feedbackp .float {
  /*width: 130px;
  */
  /*height: 52px;
  */
  padding-bottom: 10px;
  background-color: #f2962f;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
}




/* enquiry form */

#quickenquire input[type=text],
input[type=email],
textarea,
select {

  /*margin: 8px 0;*/
  /*height: 40px;*/
  /*font-size: 15px;*/
}

#quickenquire textarea.form-control.form-textarea {
  font-size: 14px;
}


#quickenquire label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px !important;
  margin: 0px !important;
}

#quickenquire input[type=submit] {
  width: 100%;
  background-color: #00495d;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 7px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#quickenquire input[type=submit]:hover {
  background-color: #000000;
}

#quickenquire .form-group {
  margin-bottom: 20px;
}

@media screen and (max-width: 730px) {
  .sideav {
    order: 2 !important;
  }

  .avspc {
    display: none !important;
  }
}

/* 
  @media only screen and (min-width:992px){
      #feedbackw {left: 150px;}
      #feedbackp {left: 278px;}
      #feedback {left: 0px;}    
      #feedback a, #feedbackp .float, #feedbackW .float {width: 150px;}
  } */

.page-header1 img {
  width: 100%;
  height: 70vh;
}

.div1 .popup {
  overflow: scroll;
}

.info {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-evenly;

}

#feedbackw,
#feedbackq,
#feedbackp {
  width: 7%;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 50%);
}

/* sticky end */
.imgav {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
  padding: 0.4rem;
  margin: 0.2rem;
  border-radius: 2px;
  width: 100px;

}

.iconav {
  width: 34px;
}

.collapsible {
  background-color: #1e1d2300;
  color: #9d9aaa;
  cursor: pointer;
  padding: 6px;
  width: 95%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}


.active,
.collapsible:hover {
  color: #ea261e;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}

.avs img {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;

}

h2.font-weight-6.less-mar-1.line-height-5.text-dark.text-center {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-head__title h1 {
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.38;
  }
}

/* animation */
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.zoom-in {
  animation: zoomIn 1s ease-out forwards;
}

.equipment-strip {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-top: -10px;
  /* optional to reduce space from slider */
  z-index: 2;
  position: relative;
  margin: 0;
  padding: 0;
}

.equipment-strip img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  /* margin-top: -35px; */
  margin-top: 28px;
}

/* category icons */

/* Category Box Styling */
/* Category Box Styling */
.category-box {
  background: linear-gradient(to bottom, #f1f1f1, #e2e6ec);
  /* darker than #ffffff to #f8f9fb */
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  position: relative;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* .category-box:hover {
    background: #ffffff;
    border-color: #ffa500;
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
} */

/* Icon Wrapper for Circle Effect */
.icon-wrapper {
  background: #ffffff;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  /* set fixed width */
  height: 140px;
  /* equal to width for perfect shape */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.35s ease;
  margin: auto;
  clip-path: polygon(30% 0%, 70% 0%,
      100% 30%, 100% 70%,
      70% 100%, 30% 100%,
      0% 70%, 0% 30%);
}
}

.category-box:hover .icon-wrapper {
  transform: scale(1.1) rotate(3deg);
}

/* Icon Image */
.category-box img {
  width: 115px;
  height: 150px;
  object-fit: contain;
}

/* Title */
.category-box h5 {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  margin: 0;
  letter-spacing: 0.3px;
}

/* pdf btn */
.uk-button-primary {
  background-color: #f9a825;
  color: #fff;
  border: none;
}

.uk-button-secondary {
  background-color: #616161;
  color: #fff;
  border: none;
}

.uk-button span[data-uk-icon] {
  margin-left: 6px;
}

.equipment-buttons {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 20px 15px 0 15px;
  /* Prevents touching edges */
}

/* Base Button */
.equipment-buttons .btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: none;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  padding-top: 10px;
}

/* BOOK NOW - Yellow/Orange */
/* BOOK NOW - WhatsApp Green */
.btn-book {
  background: linear-gradient(135deg, #25D366, #128C7E);
  /* WhatsApp green gradient */
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.btn-book:hover {
  background: linear-gradient(135deg, #128C7E, #075E54);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(18, 140, 126, 0.4);
}

/* DOWNLOAD PDF - Bright Orange */
.btn-pdf {
  background: linear-gradient(135deg, #ff6f00, #ff8f00);
  /* orange gradient */
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.btn-pdf:hover {
  background: linear-gradient(135deg, #e65100, #ff6f00);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 111, 0, 0.4);
}

/* Icons inside buttons */
.btn i {
  margin-right: 6px;
}

/* Icon style */
.btn i {
  font-size: 15px;
}

@media (max-width: 576px) {
  .equipment-buttons {
    gap: 10px;
    margin: 16px 5px 5px;
  }

  .equipment-buttons .btn {
    flex: 1 1 48%;
    /* Still two in one row */
    font-size: 13px;
    padding: 8px 10px;
  }
}

/* Equipment Card Box */
.equipment-item__box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
  padding-bottom: 20px;
}

/* Equipment Image */
.equipment-item__media img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
}

/* Title Styling */
.equipment-item__title {
  font-weight: 600;
  font-size: 16px;
  color: #111;
  margin: 10px 0 5px;
  text-align: center;
}

.equipment-item__info {
  padding: 15px;
  font-size: 14px;
  color: #555;
}

/* Buttons Wrapper */
.equipment-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 15px;
  margin-top: auto;
}

/* Button Styles */
.equipment-buttons .btn {
  flex: 1 1 48%;
  padding: 10px;
  font-size: 13px;
  border-radius: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}

/* Book Now Button */
.btn-book {
  background-color: #ffa500;
  color: #000;
}

/* Download PDF Button */
.btn-pdf {
  background-color: #1d3557;
  color: #fff;
}

/* Icons */
.btn i {
  margin-right: 6px;
}

/* Responsive Adjustments */
/* Responsive Fix for Mobile (max 576px) */
@media (max-width: 576px) {
  .equipment-buttons {
    flex-wrap: nowrap;
    padding: 0 10px;
    /* margin-top: 15px; */
    margin-bottom: 56px;
  }

  .equipment-buttons .btn {
    font-size: 12.5px;
    padding: 9px 10px;
    flex: 1 1 48%;
  }
}

.custom-marquee-strip {
  background-color: #676767;
  /* Replace with #676767 if preferred */
  padding: 12px 0;
  font-family: 'Segoe UI', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .equipment-strip img {
    /* margin-top: 0; */
    margin-top: 10px;
  }
}

.gallery-img {
  width: 100%;
  height: 10px;
  /* reduced from 250px */
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.uk-transition-toggle:hover .gallery-img {
  transform: scale(1.03);
  filter: brightness(1.1);
}

.uk-overlay-default,
.uk-overlay-primary {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border-radius: 0 0 6px 6px;
}

/* .civil-gallery {
  padding: 60px 20px;
  background: #f8f9fb;
}

.gallery-heading {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-heading span {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.gallery-heading h2 {
  font-size: 28px;
  color: #222;
  font-weight: 700;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 24px;
}

.gallery-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s;
  text-align: center;
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.caption {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: #fff;
  border-top: 1px solid #eee;
} */
.filter-buttons button {
  margin: 4px;
  padding: 8px 16px;
  background-color: #000c36;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
}

.filter-buttons button.active {
  background-color: #f15a29;
}

.gallery-item {
  display: block;
  /* default show */
}

.civil-gallery .caption {
  text-align: center;
  font-size: 16px;
  /* adjust size as needed */
  font-weight: 500;
  /* semi-bold for emphasis */
  color: #333;
  /* dark grey for good contrast */
  margin-top: 8px;
  /* space between image and text */
  text-transform: capitalize;
  /* optional: capitalize each word */
  line-height: 1.4;
}

.civil-gallery .gallery-item img {
  width: 100%;
  height: 350px;
  /* set desired height: adjust as needed (e.g., 180px, 150px) */
  object-fit: cover;
  /* keeps image nicely cropped */
  border-radius: 4px;
  /* optional: smooth corners */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  /* optional: subtle shadow */
}

@media (max-width: 767px) {
  .civil-gallery .gallery-item img {
    height: 140px;
    /* shorter height on mobile */
  }
}

/* Container styling */
.custom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Flex row */
.custom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

/* Stat item */
.custom-stat-item {
  flex: 1 1 calc(25% - 15px);
}

.custom-stat-box {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 25px 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.custom-stat-box:hover {
  transform: translateY(-5px);
}

/* Title */
.custom-stat-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

/* Value */
.custom-stat-value {
  font-size: 28px;
  font-weight: bold;
  color: #f15a29;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .custom-stat-item {
    flex: 1 1 calc(50% - 15px);
  }
}

@media (max-width: 575px) {
  .custom-stat-item {
    flex: 1 1 100%;
  }
}

/* counter */
.s-stats-animated {
  background: linear-gradient(135deg, #f7f8fa, #e2ecf8);
  padding: 50px 0;
}

.stats-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.stats-item {
  flex: 1 1 calc(25% - 20px);
}

.stats-box {
  background: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 30px 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stats-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.stats-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.stats-value {
  font-size: 32px;
  font-weight: bold;
  color: #f15a29;
  display: inline-block;
}

/* Responsive */
@media (max-width: 991px) {
  .stats-item {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 575px) {
  .stats-item {
    flex: 1 1 100%;
  }
}

.features-modern {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8fafc, #eef4fb);
}

.features-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.features-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.features-header-left {
  flex: 1 1 60%;
}

.features-subtitle {
  color: #f15a29;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

.features-title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 8px;
  color: #000c36;
}

.features-header-right {
  flex: 1 1 35%;
}

.features-desc {
  font-size: 15px;
  color: #555;
  margin-top: 10px;
}

/* Features grid */
.features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

/* Feature card styling */
.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.feature-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #000c36;
  margin-bottom: 10px;
}

.feature-text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 320px;
  /* keeps cards even */
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.feature-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  color: #000c36;
  margin-bottom: 12px;
}

.feature-text {
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
  padding: 0 8px;
}

.equipment-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.equipment-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.equipment-image img {
  width: 100%;
  /* height: 150px; */
  object-fit: cover;
}

.equipment-details {
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.equipment-heading {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
}

.equipment-heading a {
  text-decoration: none;
  color: #333;
}

.equipment-heading a:hover {
  color: #007bff;
}

.equipment-desc {
  font-size: 0.8rem;
  color: #555;
  margin-bottom: 10px;
}

.equipment-actions {
  margin-top: auto;
  text-align: center;
}

/* Wrapper layout */
.equipment-wrapper {
  margin: 40px 0;
}

/* Left side strip */
.equipment-side-strip {
  width: 100%;
  height: 100%;
}

.equipment-side-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Equipment item boxes */
.equipment-item__box {
  display: flex;
  flex-direction: column;
  height: 550px;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.equipment-item__box:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.equipment-item__media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  height: 288px;

}

/* Card content fills evenly */
.equipment-item__info {
  flex-grow: 1;
  margin-top: 10px;
}

.equipment-buttons {
  margin-top: auto;
  /* keep buttons at bottom */
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.equipment-buttons .btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}

.equipment-strip-card img {
  width: 100%;
  height: auto;
}

/* General Section Titles */
.nitya-title {
  margin-bottom: 30px;
}

.nitya-title span {
  font-size: 14px;
  color: #ff6600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nitya-title h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0;
}

/* Vision & Mission Cards */
.nitya-vision-mission .nitya-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.nitya-vision-mission .nitya-card:hover {
  transform: translateY(-5px);
}

.nitya-vision-mission .nitya-icon {
  width: 70px;
  margin-bottom: 15px;
}

.nitya-vision-mission h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}

.nitya-vision-mission p {
  font-size: 15px;
  color: #555;
}

/* Core Values */
.nitya-core-values {
  background: #fafafa;
  padding: 50px 0;
}

.nitya-core-values .nitya-value {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.nitya-core-values .nitya-value img {
  width: 70px;
  height: 70px;
  background: #ff6600;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  padding: 15px;
  margin-bottom: 10px;
}

.nitya-core-values .nitya-value h5 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-top: 8px;
}

/* Milestones */
.nitya-milestones {
  background: #fff;
  padding: 50px 0;
}

.nitya-milestones .nitya-milestone {
  padding: 20px;
  border-radius: 8px;
  background: #f9f9f9;
  transition: 0.3s ease;
  border-top: 4px solid #ff6600;
}

.nitya-milestones .nitya-milestone:hover {
  background: #ff6600;
  color: #fff;
}

.nitya-milestones .nitya-milestone h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ff6600;
}

.nitya-milestones .nitya-milestone:hover h4 {
  color: #fff;
}

.nitya-milestones .nitya-milestone p {
  font-size: 14px;
  color: #555;
}

.nitya-milestones .nitya-milestone:hover p {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .nitya-title h3 {
    font-size: 22px;
  }

  .nitya-core-values .nitya-value img {
    width: 60px;
    height: 60px;
  }
}

/* === JOURNEY OF GROWTH === */
/* === JOURNEY OF GROWTH === */
.growth-journey {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
  position: relative;
}

.journey-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
}

.journey-wrapper::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #d63031, #ff6f61);
  z-index: 0;
}

.journey-item {
  flex: 1;
  min-width: 160px;
  max-width: 200px;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* 🔥 Creative Box Styling */
.journey-box {
  background: linear-gradient(135deg, #ff6f61, #d63031);
  color: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 15px;
  display: inline-block;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.journey-box:hover {
  transform: translateY(-8px) rotate(-2deg);
  box-shadow: 0 12px 25px rgba(214, 48, 49, 0.4);
}

.journey-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
  margin-top: 10px;
}

/* ✨ Fade-up Animation */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.journey-item {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

.journey-item:nth-child(1) {
  animation-delay: 0.2s;
}

.journey-item:nth-child(2) {
  animation-delay: 0.4s;
}

.journey-item:nth-child(3) {
  animation-delay: 0.6s;
}

.journey-item:nth-child(4) {
  animation-delay: 0.8s;
}

.journey-item:nth-child(5) {
  animation-delay: 1s;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .journey-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .journey-wrapper::before {
    display: none;
  }
}

/* 🌟 Civil Highlights Section */
.civil-highlights {
  padding: 80px 0;
  background: linear-gradient(135deg, #f9f9f9, #eef6fc);
  position: relative;
}

.civil-highlights h2 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #004c87;
}

.civil-highlights p {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
}

/* 🔹 Highlight Boxes */
.highlight-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 25px 20px;
  margin: 10px 0;
  border-radius: 12px;
  transition: all 0.4s ease;
  height: 190px;
  text-align: center;
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.highlight-box h3 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #FBAC25;
}

.highlight-box p {
  font-size: 20px;
  margin: 0;
  color: #666;
}

.highlight-box .icon {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}

/* 🌟 Divider */
.custom-divider {
  height: 2px;
  background: linear-gradient(to right, #0077c8, transparent);
  margin: 50px auto;
  width: 80%;
  border-radius: 2px;
}

/* 🔹 Services Offered */
.services-offered h3 {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #004c87;
  position: relative;
}

.service-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 18px;
  margin: 10px 0;
  border-radius: 10px;
  font-size: 15px;
  color: #444;
  transition: all 0.3s ease;
  text-align: left;
}

.service-box:hover {
  background: #0077c8;
  color: #fff;
  border-color: #0077c8;
  transform: translateY(-3px);
}

/* Intro Text (centered below highlights) */
.intro-text {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.intro-text h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #004c87;
}

.intro-text p {
  font-size: 17px;
  color: #444;
  line-height: 1.7;
}

/* Services Grid */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.service-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  color: #444;
  transition: all 0.3s ease;
  height: 151px;
}

.service-box:hover {
  background: #FBAC25;
  color: #fff;
  border-color: #FBAC25;
  transform: translateY(-3px);
}

/* Sidebar Box */
.equipment-contacts .widjet-category {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Title */
.equipment-contacts .widjet__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid #f0ad00;
  padding-bottom: 8px;
}

/* List Styling */
.equipment-contacts .list-category {
  list-style: none;
  padding: 0;
  margin: 0;
}

.equipment-contacts .list-category li {
  margin-bottom: 12px;
}

.equipment-contacts .list-category li a {
  display: block;
  padding: 10px 14px;
  background: #f9f9f9;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* Hover + Active */
.equipment-contacts .list-category li a:hover,
.equipment-contacts .list-category li a.active {
  background: #f0ad00;
  color: #fff;
  font-weight: 500;
  transform: translateX(4px);
}





.choose-box {
  background: #F9AA27;
  /* Yellow background */
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  /* ensures consistent height */
}

.choose-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.choose-img {
  margin-bottom: 15px;
}

.choose-img img {
  width: 60px;
  /* control size */
  height: auto;
  display: block;
  margin: 0 auto;
}

.choose-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #000;
  text-align: center;
}

.choose-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.choose-img {
  margin-bottom: 15px;
}

.choose-img img {
  width: 60px;
  /* control size */
  height: auto;
  display: block;
  margin: 0 auto;
}

.choose-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #000;
  text-align: center;
}

* Feature Grid */ .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
}

/* Feature Card */
.feature-cards {
  background: #F9AA27;
  /* Yellow background */
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* min-height: 200px; */
  text-align: center;
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Icon */
.feature-icon {
  margin-bottom: 15px;
}

.feature-icon img {
  width: 102px;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon img {
  transform: scale(1.1) rotate(5deg);
}

/* Title + Description */
.feature-title {
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0 5px;
  color: #000;
}

.feature-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 5 in one line */
  gap: 25px;
}

@media (max-width: 992px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 per row on tablets */
  }
}

@media (max-width: 576px) {
  .feature-grid {
    grid-template-columns: 1fr;
    /* 1 per row on mobile */
  }
}

.yellow-intro {
  background: #F9AA27;
  /* Yellow background */
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
  margin: 60px 0;
}

.intro-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.intro-left {
  flex: 1;
}

.intro-left h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
}

.intro-left h2 span {
  font-weight: 900;
  color: #000;
}

.intro-right {
  flex: 1;
}

.intro-right p {
  font-size: 16px;
  line-height: 1.8;
  color: #111;
}

/* Optional background image (equipment/trucks like brochure) */
.yellow-intro::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50%;
  /* background: url("assets/images/intro-bg.png") no-repeat center right; */
  background-size: cover;
  opacity: 1;
  z-index: 0;
}

@media (max-width: 576px) {
  .yellow-intro {
    padding: 40px 20px;
    margin: 40px 0;
  }

  .intro-left h2 {
    font-size: 22px;
  }

  .intro-right p {
    font-size: 14px;
  }
}

.kh-section {
  background: #F9AA27;
  /* Yellow background */
  padding: 60px 20px;
  margin: 60px 0;
  text-align: center;
  color: #000;
}

.kh-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #000;
}

.kh-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 👈 exactly 5 in one row */
  gap: 25px;
  max-width: 1300px;
  margin: auto;
}

.kh-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.kh-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
}

.kh-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.kh-box p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* Responsive: stack nicely on smaller screens */
@media (max-width: 991px) {
  .kh-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 per row on tablet */
  }
}

@media (max-width: 576px) {
  .kh-grid {
    grid-template-columns: 1fr;
    /* 1 per row on mobile */
  }
}

/* list */
.ulist, .olist {
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
  list-style-position: outside;
}

.ulist {
  list-style-type: disc;
}

.olist {
  list-style-type: decimal;
}

.ulist li, .olist li {
  margin: 0.25rem 0;
}

.flyer-wrapper {
  width: 100%;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
}

/* Banner */
/* Banner */
.flyer-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff9800, #fca311);
  padding: 40px 20px;
  color: #fff;
  gap: 30px;
  min-height: 240px;
  text-align: left;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Decorative overlay */
.flyer-banner::before,
.flyer-banner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 0;
}

.flyer-banner::before {
  /* width: 250px;
  height: 250px; */
  background: #fff;
  top: -80px;
  left: -80px;
}

.flyer-banner::after {
  /* width: 300px;
  height: 300px; */
  background: #000;
  bottom: -100px;
  right: -100px;
}

/* Content above overlay */
.flyer-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff9800, #fca311);
  padding: 30px 20px;
  color: #fff;
  gap: 20px;
  min-height: 180px;
  text-align: left;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);

  /* make it small and centered */
  width: 70%;
  margin: 40px auto;
}

/* Info Section */
.flyer-info {
  padding: 70px 40px;
  text-align: center;
}

.flyer-info h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.flyer-info p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  max-width: 850px;
  margin: 0 auto;
}

/* Highlights */
.flyer-highlights {
  background: linear-gradient(135deg, #1a1a1a, #2c2c2c);
  color: #fff;
  padding: 80px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.flyer-highlights::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 177, 0, 0.1);
  border-radius: 50%;
  filter: blur(80px);
}

.flyer-highlights::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: rgba(255, 177, 0, 0.1);
  border-radius: 50%;
  filter: blur(100px);
}

.flyer-highlights h3 {
  background: #ffb100;
  display: inline-block;
  padding: 14px 34px;
  border-radius: 40px;
  font-size: 20px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #111;
  box-shadow: 0 4px 15px rgba(255, 177, 0, 0.4);
}

.flyer-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.flyer-stat-box {
  flex: 1 1 220px;
  background: #2a2a2a;
  padding: 35px 25px;
  border-radius: 18px;
  transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}

.flyer-stat-box::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 180px;
  height: 180px;
  background: rgba(255, 177, 0, 0.1);
  border-radius: 50%;
  transition: transform 0.5s ease;
}

.flyer-stat-box:hover::before {
  transform: translate(100px, 100px);
}

.flyer-stat-box:hover {
  transform: translateY(-12px) scale(1.03);
  background: #333;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.flyer-stat-box b {
  font-size: 40px;
  display: block;
  margin-bottom: 14px;
  color: #ffcc00;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(255, 204, 0, 0.4);
}

.flyer-stat-box {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}


/* Responsive */
@media (max-width: 992px) {
  .flyer-banner {
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
  }

  .flyer-banner img {
    margin: 30px 0 0 0;
    max-width: 320px;
  }

  .flyer-banner h1 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .flyer-banner h1 {
    font-size: 24px;
  }

  .flyer-subtitle {
    font-size: 15px;
  }

  .flyer-info {
    padding: 50px 20px;
  }

  .flyer-stat-box {
    width: 100%;
  }
}

.er-section {
  background: #fff;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

.er-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #e48b18;
}

.er-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.er-item {
  text-align: center;
}

.er-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #ffcc00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.er-item img {
  /* width: 90px; */
  width: 160px;
  height: auto;
}


.er-item p {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.er-workshop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #f9f9f9;
  padding: 30px;
  border-left: 5px solid #e48b18;
  border-radius: 10px;
  flex-wrap: wrap;
}

.er-workshop-content {
  flex: 1 1 55%;
}

.er-workshop-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #e48b18;
  font-weight: 700;
}

.er-workshop p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 12px;
}

.er-workshop-image {
  flex: 1 1 40%;
  text-align: center;
}

.er-workshop-image img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* HEADER */
.civil-infra-header {
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.civil-infra-header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.civil-infra-header-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.civil-infra-header-overlay h1 {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.civil-infra-header-overlay p {
  max-width: 800px;
  margin-top: 15px;
  font-size: 1rem;
}

/* HIGHLIGHTS */
.civil-infra-highlights {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.civil-infra-highlights h2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.civil-infra-highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.civil-infra-box {
  background: #f1f5f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.civil-infra-box h3 {
  color: #0056a6;
  font-size: 1.4rem;
  margin: 0 0 10px;
}

.civil-infra-box p {
  font-size: 0.9rem;
  margin: 0;
}

/* SERVICES */
.civil-infra-services {
  padding: 60px 20px;
  background: #f8f9fa;
  text-align: center;
}

.civil-infra-services h2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.civil-infra-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.civil-infra-service {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.civil-infra-service ul {
  list-style: none;
  padding: 0;
}

.civil-infra-service li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.civil-infra-service li::before {
  content: \"✔\";
  position: absolute;
  left: 0;
  color: #0056a6;
  font-weight: bold;
}

/* FOOTER */
.civil-infra-footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.civil-infra-footer p {
  margin: 0;
  font-size: 0.9rem;
}

.civil-infra-highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  justify-items: center;
}

.civil-infra-box img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
}

.civil-infra-services {
  background: #fff;
  padding: 30px;
  margin: 40px auto;
  max-width: 1100px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.civil-infra-services-header {
  display: flex;
  align-items: center;
  background: #F3AB31;
  padding: 12px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}

.civil-infra-services-header h2 {
  margin: 0;
  font-size: 1.1rem;
  flex: 1;
  color: white;
}

.civil-infra-arrow {
  font-size: 1.3rem;
  margin-left: 10px;
}

.civil-infra-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  text-align: center;
  margin-top: 20px;
  gap: 15px;
}

.civil-infra-services-grid div {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.4rem;
  padding: 10px;
  border-right: 1px dotted #555;
}

.civil-infra-services-grid div:last-child {
  border-right: none;
}

.civil-infra-divider {
  border: none;
  border-top: 1px dotted #555;
  margin: 25px 0;
}

.civil-infra-banner {
  font-family: Arial, sans-serif;
  color: #333;
}

/* Background */
.civil-infra-bg {
  position: relative;
  margin-top: 27px;
}

.civil-infra-bg img {
  width: 100%;
  height: 450px;
  display: block;
}

/* Pile Shaped Label */

.civil-infra-pile-text {
  position: absolute;
  top: 20%;
  right: 6%;
  background: #0072bc;
  color: #fff;
  padding: 25px 35px;
  text-align: center;
  max-width: 260px;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.civil-infra-pile-text h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  text-transform: uppercase;
}

.civil-infra-pile-text::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 35px solid #0072bc;
}


/* Info Strip */
.civil-infra-info {
  background: #F3AB31;
  color: #fff;
  padding: 25px 40px;
  font-size: 25px;
  line-height: 1.6;
}

/* Gray Divider */
.civil-infra-divider {
  border-top: 4px solid #ddd;
  margin: 0;
}

/* Highlights Header */
.civil-infra-highlights-header {
  background: #F3AB31;
  display: inline-block;
  padding: 10px 25px;
  margin: 20px 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}

.civil-infra-highlights-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 22px solid #F3AB31;
}

.pile-label {
  position: absolute;
  top: 15%;
  right: 5%;
  background: #F3AB31;
  color: #fff;
  text-align: center;
  padding: 20px 25px;
  max-width: 280px;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.pile-label h2 {
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.pile-label::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #F3AB31;
}

/*  Responsiveness */
@media (max-width: 992px) {
  .pile-label {
    top: 3%;
    right: 35%;
    transform: translateX(50%);
    max-width: 220px;
    padding: 15px 20px;
  }

  .pile-label h2 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .pile-label::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #F3AB31;
    bottom: -25px;
  }
}



/* section1 */

.highlights {
  display: flex;
  justify-content: space-between;
  /* spread across full width */
  align-items: center;
  margin: 40px auto 70px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  /* optional: keeps layout neat on very wide screens */
}

/* Circle style */
.circle {
  flex: 1;
  /* equal space per circle */
  max-width: 180px;
  /* prevent too big on wide screens */
  aspect-ratio: 1/1;
  /* keep perfect circle */
  border-radius: 50%;
  border: 5px solid #e4b200;
  /* yellow border */
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  z-index: 2;
  box-sizing: border-box;
}

/* Pointed line behind circles */
.highlights::after {
  content: "";
  position: absolute;
  bottom: -35px;
  /* distance below circles */
  left: 0;
  right: 0;
  height: 50px;
  background: #333;

  /* pointed arrow both sides */
  clip-path: polygon(0 50%, 3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%);
  z-index: 1;
}

/* Tablet */
@media (max-width: 991px) {
  .circle {
    max-width: 140px;
    font-size: 14px;
    padding: 10px;
  }

  .highlights::after {
    height: 40px;
    bottom: -25px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .highlights {
    flex-direction: column;
    gap: 25px;
  }

  .circle {
    max-width: 180px;
    width: 70%;
    font-size: 14px;
  }

  .highlights::after {
    display: none;
    /* hide line for stacked mobile */
  }
}


/* section1-1 */

.capabilities-container {
  display: flex;
  flex-direction: column;
  /* stack vertically */
  align-items: center;
  /* center horizontally */
  gap: 15px;
  /* space between items */
  width: 100%;
  padding: 20px 0;
}

.capability-item {
  display: flex;
  justify-content: center;
  width: 100%;
}

.capability-title {
  /* background: #72716d;  */
  color: #fff;
  font-weight: bold;
  padding: 12px 30px;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  text-align: center;
  max-width: 600px;
  /* limit width on large screens */
  width: 100%;
  /* responsive */
  box-sizing: border-box;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .capability-title {
    max-width: 95%;
    /* almost full width on tablets/mobiles */
    padding: 10px 20px;
  }
}



/* section 2 */
.process-section {
  padding: 40px 0;
  text-align: center;
}

.process-wrapper {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
}

.process-title {
  background: #EFB007;
  /* Green background */
  color: #000;
  font-weight: bold;
  padding: 10px 30px;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  /* Creates the slanted arrow shape */
}

.chevrons {
  color: #EFB007;
  font-size: 24px;
  font-weight: bold;
  margin-left: 8px;
}

.process-flow {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  gap: 15px;
  /* space between arrows */
  margin: 30px 0;
}

.process-step {
  flex: 1;
  /* make each step equal width */
  padding: 20px 25px;
  color: #fff;
  text-align: center;
  clip-path: polygon(0 0,
      calc(100% - 25px) 0,
      100% 50%,
      calc(100% - 25px) 100%,
      0 100%,
      25px 50%);
}

.process-step i {
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
}

.process-step p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}

.process-step.gray {
  background: #4a4a4a;
}

.process-step.green {
  background: #EFB007;
}

@media (max-width: 768px) {
  .process-wrapper {
    justify-content: center;
    margin-bottom: 20px;
  }

  .process-flow {
    flex-direction: column;
    /* stack vertically */
    gap: 20px;
    align-items: center;
  }

  .process-step {
    flex: none;
    width: 90%;
    max-width: 320px;
    clip-path: polygon(0 0,
        calc(100% - 25px) 0,
        100% 50%,
        calc(100% - 25px) 100%,
        0 100%,
        25px 50%);
    /* keeps both left & right arrow tips */
  }

  .process-step i {
    font-size: 24px;
  }

  .process-step p {
    font-size: 13px;
  }
}


.process-section {
  text-align: center;
  padding: 40px 20px;
  background: #f9f9f9;
}

.process-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}


.process-title {
  font-size: 20px;
  font-weight: bold;
  background: #EFB007;
  padding: 10px 30px;
  color: #fff;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.chevrons {
  font-size: 26px;
  font-weight: bold;
  margin-left: 10px;
  color: #EFB007;
}

.process-flow {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
}

.process-step p {
  color: #fff;
  /* white text */
}


.process-step {
  flex: 1;
  text-align: center;
}

.arrow-shape {
  width: 100%;
  height: 100px;
  /* slim like reference */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4a4a4a;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.arrow-shape img {
  max-width: 110px;
  /* bigger size */
  max-height: 110px;
  object-fit: contain;
  display: block;
}


.process-step.green .arrow-shape {
  background: #EFB007;
}

.process-step.gray .arrow-shape {
  background: #4a4a4a;
}

.process-step p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}




/* Responsive */
@media (max-width: 992px) {
  .process-flow {
    flex-wrap: wrap;
  }

  .process-step {
    flex: 1 1 45%;
    /* 2 per row on tablets */
  }
}

@media (max-width: 600px) {
  .process-step {
    flex: 1 1 100%;
    /* stack on small screens */
  }
}









/* section */

/* Shared panel shell (light gray card like your image) */
.panel {
  background: #f6f6f6;
  padding: 22px;
  margin: 18px 12px;
}



/* PRODUCT RANGE – dark box on right */
.product-body {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  /* changed from flex-start → center */
}

.product-text {
  background: var(--dark);
  color: #fff;
  padding: 18px 22px;
  width: 72%;
  line-height: 1.6;
  font-size: 14px;
  margin: 0 auto;
  /* ensures box stays centered */
}


/* QUALITY CONTROL – 4-column grid with left green badge */
.qc-grid {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr;
  /* badge + 3 columns */
  gap: 18px;
  background: #fff;
  padding: 16px;
}

.qc-badge {
  background: var(--green);
  color: #133313;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-align: center;
  padding: 12px 8px;
  position: relative;
  min-height: 220px;
  color: #0b0b0b;
  /* dark text like screenshot */
}

.qc-badge::after {
  /* angled right edge like the side shape in the screenshot */
  content: "";
  position: absolute;
  right: -20px;
  top: 40px;
  bottom: 20px;
  width: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 20px solid var(--green);
}

.qc-col h4 {
  margin: 0 0 8px;
  font-weight: 800;
  color: #000;
  text-align: center;
  /* added */
}

.qc-col p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #222;
  text-align: center;
  /* added */
}

.test-tags {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  /* added */
}

.test-tags span {
  background: var(--green);
  color: #fff;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 4px;
}


/* Responsive (keeps desktop intact) */
@media (max-width: 992px) {
  .product-text {
    width: 100%;
  }

  .qc-grid {
    grid-template-columns: 1fr;
    /* stack */
  }

  .qc-badge {
    min-height: 120px;
  }

  .qc-badge::after {
    display: none;
    /* simplify on small screens */
  }
}



/* --- HARD STOP FOR SIDEWAYS SCROLL --- */

/* --- MOBILE OVERRIDES & CENTERING --- */
@media (max-width: 600px) {

  /* Guard against any accidental overhang */
  .highlights,
  .capabilities-container,
  .process-section,
  .panel,
  .product-body,
  .qc-grid,
  .process-flow {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /* clips clip-path/pseudo-element edges if any */
  }

  /* Highlights */
  .highlights {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .circle {
    width: 70%;
    max-width: 220px;
    margin: 0 auto;
  }

  .highlights::after {
    display: none;
  }

  /* Capabilities */
  .capability-item {
    justify-content: center;
  }

  .capability-title {
    margin: 0 auto;
    max-width: 95%;
  }

  /* Process */
  .process-flow {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .process-step {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .arrow-shape {
    width: 100%;
  }

  /* Product + QC */
  .product-body {
    justify-content: center;
    text-align: center;
  }

  .product-text {
    width: 100%;
    margin: 0 auto;
  }

  .qc-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .qc-badge::after {
    display: none !important;
  }

  /* kill the notch that can overflow */
}


.equipment-item_media {
  width: 100%;
  height: auto !important;
  /* remove fixed height if any */
  overflow: visible !important;
  /* prevent cutting */
  text-align: center;
  /* keeps image centered */
}

.equipment-item_media img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.s-hero__text {
  min-height: 200px;
  /* lock height so it won’t jump */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.s-hero__slide {
  display: none;
}

.s-hero__slide.active {
  display: block;
  animation: fadeInUp 1s;
}

.s-hero__text .s-hero__slide {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.s-hero__text .s-hero__slide.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.category-box {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.category-box:hover {
  transform: scale(1.08);
  /* whole box pops */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  /* lifting effect */
}

@media (max-width: 767px) {
  .category-box {
    margin: 0 auto;
    /* center horizontally */
    max-width: 250px;
    /* optional: limit width for better look */
  }
}

.equipment-card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  /* Visible shadow */
  border-radius: 8px;
  /* optional rounded corners */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.equipment-card:hover {
  transform: translateY(-5px);
  /* lift effect */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  /* deeper shadow */
}

/* Common button styling */
.btn-gradient {
  color: #fff !important;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* 5 Color Variants */
.btn-green {
  background: linear-gradient(90deg, #00c853, #4caf50);
}

.btn-orange {
  background: linear-gradient(90deg, #ff6f00, #ff9800);
}

.btn-blue {
  background: linear-gradient(90deg, #2196f3, #1976d2);
}

.btn-purple {
  background: linear-gradient(90deg, #9c27b0, #673ab7);
}

.btn-red {
  background: linear-gradient(90deg, #f44336, #e53935);
}

.s-milestones p {
  font-size: 0.95rem;
  color: #333;
  margin: 0;
}

.s-milestones img {
  max-height: 140px;
  transition: transform 0.3s ease;
}

.s-milestones img:hover {
  transform: scale(1.08);
}

/* milestone images only */
.milestone img {
  /* max-height: 80px; */
  display: block;
  margin: 0 auto 10px;
  transition: transform 0.3s ease;
}

.milestone img:hover {
  transform: scale(1.08);
}

/* continuous dark strip */
.milestone-road {
  background: #2c2c2c;
  border-radius: 10px;
  margin-top: 10px;
  padding: 15px 0;
}

.milestone-road p {
  color: #fff;
  font-size: 0.9rem;
  margin: 0;
}

/* Section styling */
.brands-marquee {
  background: #f9f9f9;
  padding: 60px 0;
  text-align: center;
}

.brands-marquee .section-title h3 {
  margin-bottom: 25px;
}

/* Marquee container */
/* Marquee container */
.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* hide overflow but keep smooth edges */
  box-sizing: border-box;
  padding: 0 50px;
  /* safe space left/right */
}

/* Track */
.marquee-track {
  display: flex;
  gap: 40px;
  animation: scroll 30s linear infinite;
  width: max-content;
  /* ensures no cutting */
}

/* Each card */
.brand-card {
  flex: 0 0 180px;
  /*fixedwidthforeachcard*/
  height: 120px;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-card img {
  max-height: 70px;
  max-width: 100%;
  object-fit: contain;
}

.brand-card:hover {
  transform: translateY(-6px) scale(1.05);
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.2); */
}

/* Smooth infinite scroll */
@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.contacts-box__actions {
  display: flex;
  flex-wrap: wrap;
  /* keeps them on one line, but wraps if screen is too small */
  gap: 10px;
  align-items: center;
}

.contacts-box__phone {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.contacts-box__wp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  background-color: #25D366;
  /* WhatsApp Green */
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
  white-space: nowrap;
  /* prevents breaking into 2 lines */
}

.contacts-box__wp-btn:hover {
  background-color: #1ebe57;
}

.management-profile {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
}

/* .section-title {
  font-size: 22px;
  color: #d32f2f;
  font-weight: bold;
  margin-bottom: 25px;
} */

.profile-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.profile-card {
  width: 200px;
  text-align: center;
}

.profile-img {
  width: 140px;
  height: 140px;
  margin: 0 auto 12px;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  overflow: hidden;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card h3 {
  font-size: 16px;
  margin-bottom: 4px;
}

.profile-card p {
  font-size: 14px;
  color: #555;
}

.profile-description {
  max-width: 500px;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}

.nitya-about {
  max-width: 1200px;
  margin: 50px auto;
  padding: 30px;
}

/* Heading */
.nitya-about h1 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #e67e22, #ff9f43);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.nitya-intro {
  text-align: center;
  font-size: 1.1rem;
  max-width: 850px;
  margin: 0 auto 40px;
  color: #555;
}

/* Vision / Mission */
.nitya-vm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.nitya-vm-box {
  flex: 1 1 45%;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.nitya-vm-box:hover {
  transform: translateY(-5px);
}

.nitya-vm-box h2 {
  color: #e67e22;
  margin-bottom: 12px;
}

/* Core Values */
/* .nitya-values {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    gap: 20px;
                    margin: 50px 0;
                } */

.nitya-value {
  flex: 1 1 160px;
  max-width: 180px;
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

/* .nitya-value img {
                    width: 60px;
                    height: 60px;
                    margin-bottom: 12px;
                } */
.nitya-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Desktop: 4 per row */
  gap: 20px;
  text-align: center;
}

.nitya-value img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.nitya-value:hover {
  background: #fff;
  /* keep clean white */
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(230, 126, 34, 0.3);
  /* soft orange glow */
}

.nitya-value p {
  margin: 0;
  font-weight: bold;
  color: #333;
}

/* Timeline */
.nitya-timeline {
  margin: 50px 0;
  position: relative;
  padding-left: 30px;
  border-left: 3px solid #e67e22;
}

.nitya-timeline-item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 25px;
}

.nitya-timeline-item::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 8px;
  width: 15px;
  height: 15px;
  background: #e67e22;
  border-radius: 50%;
}

.nitya-timeline-item h3 {
  margin: 0;
  color: #e67e22;
  font-size: 1.2rem;
}

.nitya-timeline-item p {
  margin: 5px 0 0;
  color: #555;
}

/* Leadership */
.nitya-leaders {
  display: flex;
  gap: 25px;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.nitya-leader {
  flex: 1 1 280px;
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.nitya-leader:hover {
  transform: translateY(-6px);
}

.nitya-leader img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 4px solid #e67e22;
}

.nitya-leader h3 {
  margin: 10px 0 5px;
  font-size: 1.3rem;
  color: #333;
}

.nitya-leader em {
  color: #777;
  font-size: 0.95rem;
}

.leaders-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #E67E22;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.leadership-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.leader-card {
  width: 220px;
  text-align: center;
  padding: 20px;
  background: #fff;
  border: 2px solid #E67E22;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.leader-card:hover {
  transform: translateY(-6px);
}

.leader-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #222;
}

.leader-card p {
  font-size: 14px;
  font-style: italic;
  color: #666;
}

.leader-description {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  padding: 20px;
  background: #fff8f3;
  border-left: 5px solid #E67E22;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}




/* section1 */

.highlights {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 70px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  /* optional: keeps layout neat on very wide screens */
  flex-wrap: wrap;
  gap: 20px;
}


/* Circle style */
.circle {
  flex: 1;
  /* equal space per circle */
  width: 180px;
  /* Adjust as per design */
  height: 180px;
  /* Keeps it a perfect circle */
  max-width: 180px;
  /* prevent too big on wide screens */
  aspect-ratio: 1/1;
  /* keep perfect circle */
  border-radius: 50%;
  border: 5px solid #e4b200;
  /* yellow border */
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  padding: 10px;
  z-index: 2;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.2;
}

.circle strong {
  font-size: 20px;
  /* Highlighted number bigger */
}



/* Pointed line behind circles */
.highlights::after {
  content: "";
  position: absolute;
  bottom: -35px;
  /* distance below circles */
  left: 0;
  right: 0;
  height: 50px;
  background: #333;

  /* pointed arrow both sides */
  clip-path: polygon(0 50%, 3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%);
  z-index: 1;
}

/* Tablet */
@media (max-width: 991px) {
  .circle {
    max-width: 140px;
    font-size: 14px;
    padding: 10px;
  }

  .highlights::after {
    height: 40px;
    bottom: -25px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .highlights {
    flex-direction: column;
    gap: 25px;
  }

  .circle {
    max-width: 180px;
    width: 70%;
    font-size: 14px;
  }

  .highlights::after {
    display: none;
    /* hide line for stacked mobile */
  }
}


/* section1-1 */

/* .capabilities-container {
  display: flex;
  flex-direction: column; 
  align-items: center;     
  gap: 15px;              
  width: 100%;
  padding: 20px 0;
}

.capability-item {
  display: flex;
  justify-content: center;
  width: 100%;
}

.capability-title {
  background: #72716d;
  color: #fff;
  font-weight: bold;
  padding: 12px 30px;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  text-align: center;
  max-width: 600px;  
  width: 100%;       
  box-sizing: border-box;
} */

/* Responsive tweaks */
/* @media (max-width: 768px) {
  .capability-title {
    max-width: 95%;  
    padding: 10px 20px;
  }
} */

.capabilities-section {
  padding: 40px 20px;
  background: #f6f6f6;
}

.process-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}

.process-title {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  background: #EFB007;
  padding: 10px 20px;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  color: #fff;
}

.chevrons {
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #EFB007;
}

/* Grid Layout */
.capabilities-grid {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  /* left - line - right */
  gap: 20px;
  align-items: stretch;
}

.cap-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.capability-item {
  background: #666;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 15px 30px;
  font-size: 15px;
  line-height: 1.4;
}

/* Arrow Shapes */
.arrow-right {
  clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0 100%);
}

.arrow-left {
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 0 50%);
}

/* Central vertical line */
.cap-line {
  background: #EFB007;
  width: 4px;
  margin: 0 auto;
  border-radius: 2px;
}

/* Responsive */
@media(max-width: 768px) {
  .capabilities-grid {
    grid-template-columns: 1fr;
  }

  .cap-line {
    display: none;
  }

  .cap-col {
    gap: 15px;
  }
}





/* section 2 */
.process-section {
  padding: 40px 0;
  text-align: center;
}

.process-wrapper {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
}

.process-title {
  background: #EFB007;
  color: #000;
  font-weight: bold;
  padding: 10px 30px;
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);

}

.chevrons {
  color: #EFB007;
  font-size: 24px;
  font-weight: bold;
  margin-left: 8px;
}

.process-flow {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  gap: 15px;
  margin: 30px 0;
}

.process-step {
  flex: 1;
  padding: 20px 25px;
  color: #fff;
  text-align: center;
  clip-path: polygon(0 0,
      calc(100% - 25px) 0,
      100% 50%,
      calc(100% - 25px) 100%,
      0 100%,
      25px 50%);
}

.process-step i {
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
}

.process-step p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}

.process-step.gray {
  background: #4a4a4a;
}

.process-step.green {
  background: #EFB007;
}

@media (max-width: 768px) {
  .process-wrapper {
    justify-content: center;
    margin-bottom: 20px;
  }

  .process-flow {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .process-step {
    flex: none;
    width: 90%;
    max-width: 320px;
    clip-path: polygon(0 0,
        calc(100% - 25px) 0,
        100% 50%,
        calc(100% - 25px) 100%,
        0 100%,
        25px 50%);
  }

  .process-step i {
    font-size: 24px;
  }

  .process-step p {
    font-size: 13px;
  }
}


.process-section {
  text-align: center;
  padding: 40px 20px;
  background: #f9f9f9;
}

.process-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}


.process-title {
  font-size: 20px;
  font-weight: bold;
  background: #EFB007;
  padding: 10px 30px;
  color: #fff;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.chevrons {
  font-size: 26px;
  font-weight: bold;
  margin-left: 10px;
  color: #EFB007;
}

.process-flow {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
}

.process-step p {
  color: #fff;
}


.process-step {
  flex: 1;
  text-align: center;
}

.arrow-shape {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4a4a4a;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.arrow-shape img {
  max-width: 110px;
  max-height: 110px;
  object-fit: contain;
  display: block;
}


.process-step.green .arrow-shape {
  background: #EFB007;
}

.process-step.gray .arrow-shape {
  background: #4a4a4a;
}

.process-step p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}






/* Responsive */
@media (max-width: 992px) {
  .process-flow {
    flex-wrap: wrap;
  }

  .process-step {
    flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .process-step {
    flex: 1 1 100%;
  }
}









/* section 3 */
:root {
  --green: #EFB007;
  --dark: #3f3f3f;
  --light: #f2f2f2;
}

/* Shared panel shell (light gray card like your image) */
.panel {
  background: #f6f6f6;
  padding: 22px;
  margin: 18px 12px;
}



/* PRODUCT RANGE – dark box on right */
.product-body {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  /* changed from flex-start → center */
}

.product-text {
  background: var(--dark);
  color: #fff;
  padding: 18px 22px;
  width: 72%;
  line-height: 1.6;
  font-size: 18px;
  /* increased text size */
  font-weight: 500;
  /* slightly bolder */
  margin: 0 auto;
  /* ensures box stays centered */
}

.product-text strong {
  font-weight: 700;
  /* bold for headings inside */
}

/* QUALITY CONTROL – 4-column grid with left green badge */
.qc-grid {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr;
  /* badge + 3 columns */
  gap: 18px;
  background: #fff;
  padding: 16px;
}

.qc-badge {
  background: var(--green);
  color: #133313;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-align: center;
  padding: 12px 8px;
  position: relative;
  min-height: 220px;
  color: #0b0b0b;
  /* dark text like screenshot */
}

.qc-badge::after {
  /* angled right edge like the side shape in the screenshot */
  content: "";
  position: absolute;
  right: -20px;
  top: 40px;
  bottom: 20px;
  width: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 20px solid var(--green);
}

.qc-col h4 {
  margin: 0;
  font-size: 17px;
  /* increased */
  line-height: 1.8;
  font-weight: 500;
  /* heavier */
  color: #222;
  text-align: center;
}

.qc-col p {
  margin: 0;
  font-size: 17px;
  /* increased */
  line-height: 1.8;
  font-weight: 500;
  /* heavier */
  color: #222;
  text-align: center;
}

.test-tags {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  /* added */
}

.test-tags span {
  background: var(--green);
  color: #fff;
  font-size: 15px;
  /* larger */
  font-weight: 600;
  /* bolder */
  padding: 8px 14px;
  border-radius: 6px;
}


/* Responsive (keeps desktop intact) */
@media (max-width: 992px) {
  .product-text {
    width: 100%;
  }

  .qc-grid {
    grid-template-columns: 1fr;
    /* stack */
  }

  .qc-badge {
    min-height: 120px;
  }

  .qc-badge::after {
    display: none;
    /* simplify on small screens */
  }
}




/* --- MOBILE OVERRIDES & CENTERING --- */
@media (max-width: 600px) {

  /* Guard against any accidental overhang */
  .highlights,
  .capabilities-container,
  .process-section,
  .panel,
  .product-body,
  .qc-grid,
  .process-flow {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /* clips clip-path/pseudo-element edges if any */
  }

  /* Highlights */
  .highlights {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .circle {
    width: 70%;
    max-width: 220px;
    margin: 0 auto;
  }

  .highlights::after {
    display: none;
  }

  /* Capabilities */
  .capability-item {
    justify-content: center;
  }

  .capability-title {
    margin: 0 auto;
    max-width: 95%;
  }

  /* Process */
  .process-flow {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .process-step {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .arrow-shape {
    width: 100%;
  }

  /* Product + QC */
  .product-body {
    justify-content: center;
    text-align: center;
  }

  .product-text {
    width: 100%;
    margin: 0 auto;
  }

  .qc-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .qc-badge::after {
    display: none !important;
  }

  /* kill the notch that can overflow */
}


/* Limit total row width and center it */
.contact-info-container {
  max-width: 900px;
  /* adjust to make the whole group narrower */
  margin: 40px auto;
  /* center horizontally & add top/bottom space */
}

/* Individual boxes – slimmer padding for smaller look */
.contact-info-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px 15px;
  /* reduced from 30px 20px */
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.contact-info-box i {
  font-size: 28px;
  /* slightly smaller icon */
  color: #d33;
  margin-bottom: 10px;
}

.contact-info-box h4 {
  font-size: 18px;
  margin: 0 0 6px;
}

.contact-info-box p,
.contact-info-box a {
  font-size: 15px;
  color: #555;
  text-decoration: none;
  line-height: 1.5;
}

.contact-info-box:hover {
  background: #f9f9f9;
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  .nitya-values {
    grid-template-columns: repeat(2, 1fr);
    /* Mobile: 2 per row */
  }

  .contacts-block::before {
    display: none;
  }

  .page-header__contacts {
    display: none;
  }
}

/* Mobile background */
@media (max-width: 768px) {
  .s-hero_desc {
    background-image: url('../img/mobile-text.jpg');
    /* your mobile image */
    background-size: cover;
    background-position: center;
  }

  .s-hero__text {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
            text-align: left !important;
             padding-right: 60px;  
  }
}

/*  */
/* :root {
  --accent: #0b63b7;
  --text: #333;
  --muted: #555;
  --maxw: 850px; 
}

.nhp-wrapper {
  display: flex;
  justify-content: center;
  padding: 80px 24px;
  background: #ffffff;
}

.nhp-inner {
  max-width: var(--maxw);
  width: 100%;
  text-align: left;
  color: var(--text);
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px; 
  line-height: 1.8;
}

.nhp-title {
  color: var(--accent);
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 18px 0;
  text-align: left;
}

.nhp-lead {
  margin: 0 0 18px 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.nhp-cta {
  display: inline-block;
  margin: 12px 0 28px 0;
  background: var(--accent);
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.nhp-section {
  margin-top: 28px;
}

.nhp-h {
  color: var(--accent);
  font-size: 20px;
  font-weight: 700;
  margin: 22px 0 12px 0;
  text-transform: none;
}

.nhp-sub {
  font-size: 18px;
  margin: 10px 0;
  color: var(--text);
}

.nhp-body p {
  margin: 10px 0 16px 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.nhp-list {
  margin: 12px 0 18px 0;
  padding-left: 22px;
}

.nhp-list li {
  margin: 8px 0;
  font-size: 17px;
}

.nhp-note {
  color: var(--muted);
  font-size: 16px;
  margin-top: 8px;
}

.nhp-sep {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 28px 0;
}


.nhp-faq {
  margin-top: 30px;
}

.nhp-accordion {
  margin-top: 14px;
}

.acc-toggle {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 14px 0;
  cursor: pointer;
  font-weight: 600;
  color: var(--accent);
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}

.acc-toggle .acc-arrow {
  color: var(--muted);
  font-weight: 700;
  font-size: 20px;
}

.acc-panel {
  display: none;
  padding: 12px 0 16px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}


@media (max-width: 600px) {
  :root {
    --maxw: 100%;
  }

  .nhp-inner {
    padding: 0 10px;
    font-size: 16px;
  }

  .nhp-title {
    font-size: 26px;
  }

  .nhp-h {
    font-size: 18px;
  }
} */
/* p&s */
.nhp-wrapper {
  display: flex;
  justify-content: center;
  padding: 80px 24px;
  background: #ffffff;
}

.nhp-inner {
  max-width: 850px;
  width: 100%;
  text-align: left;
  color: #333;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px; /* increased */
  line-height: 1.8;
}

.nhp-title {
  color: #FFB500;
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 18px 0;
  text-align: left;
}

.nhp-lead {
  margin: 0 0 18px 0;
  color: #555;
  font-size: 18px;
  line-height: 1.7;
}

.nhp-cta {
  display: inline-block;
  margin: 12px 0 28px 0;
  background: #FFB500;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.nhp-section {
  margin-top: 28px;
}

.nhp-h {
  color: #FFB500;
  font-size: 20px;
  font-weight: 700;
  margin: 22px 0 12px 0;
  text-transform: none;
}

.nhp-sub {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
}

.nhp-body p {
  margin: 10px 0 16px 0;
  color: #555;
  font-size: 17px;
  line-height: 1.8;
}

.nhp-list {
  margin: 12px 0 18px 0;
  padding-left: 22px;
}

.nhp-list li {
  margin: 8px 0;
  font-size: 17px;
}

.nhp-note {
  color: #555;
  font-size: 16px;
  margin-top: 8px;
}

.nhp-sep {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 28px 0;
}

/* FAQ accordion */
.nhp-faq {
  margin-top: 30px;
}

.nhp-accordion {
  margin-top: 14px;
}

.acc-toggle {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 14px 0;
  cursor: pointer;
  font-weight: 600;
  color: #FFB500;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}

.acc-toggle .acc-arrow {
  color: #555;
  font-weight: 700;
  font-size: 20px;
}

.acc-panel {
  display: none;
  padding: 12px 0 16px 0;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 600px) {
  .nhp-inner {
    max-width: 100%;
    padding: 0 10px;
    font-size: 16px;
  }

  .nhp-title {
    font-size: 26px;
  }

  .nhp-h {
    font-size: 18px;
  }
}

/* p */
.stm-wrapper {
  display: flex;
  justify-content: center;
  padding: 80px 24px;
  background: #fff;
}

.stm-inner {
  max-width: 850px;
  width: 100%;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.8;
}

.stm-title {
  color: #FFB500;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.stm-lead {
  color: #555;
  font-size: 18px;
  margin-bottom: 24px;
}

.stm-cta {
  display: inline-block;
  background: #FFB500;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 32px;
}

.stm-section {
  margin-top: 28px;
}

.stm-h {
  color: #FFB500;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.stm-body p {
  color: #555;
  margin-bottom: 14px;
  font-size: 17px;
}

.stm-list {
  margin: 10px 0 20px 24px;
}

.stm-list li {
  margin-bottom: 8px;
  font-size: 17px;
}

.stm-sep {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 28px 0;
}

/* Accordion */
.stm-faq {
  margin-top: 40px;
}

.stm-toggle {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px dashed #ccc;
  color: #FFB500;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.stm-toggle .stm-arrow {
  font-size: 20px;
  color: #555;
}

.stm-panel {
  display: none;
  padding: 10px 0 16px;
  color: #555;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 600px) {
  .stm-inner {
    padding: 0 10px;
    font-size: 16px;
  }

  .stm-title {
    font-size: 26px;
  }

  .stm-h {
    font-size: 18px;
  }

  .stm-cta {
    padding: 10px 18px;
    font-size: 15px;
  }
}
