:root {
  --brightness: 100%;
  --grayscale: 0%;
  --contrast: 100%;
}

html {
  filter: grayscale(var(--grayscale)) brightness(var(--brightness)) contrast(var(--contrast)) !important;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font: 14px / 18px 'Open Sans', sans-serif;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.splice-2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.splice-3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slick-dots {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.slick-dots button {
  width: 30px;
  height: 10px;
  border-radius: 12px;
  background: #FFFFFF40;
  font-size: 0;
  border: none;
  outline: none;
}

h1:not(.page-content h1),
h2:not(.page-content h2),
h3:not(.page-content h3),
h4:not(.page-content h4),
h5:not(.page-content h5),
h6:not(.page-content h6),
ul:not(.page-content ul),
p:not(.page-content p),
ul:not(.page-content ul) {
  /* margin: 0; */
  padding: 0;
  list-style-type: none;
}

ul:not(.page-content ul) {
  margin-bottom: 0;
}

a:not(.page-content a) {
  text-decoration: none;
  /* color: inherit; */
}

.highlight-menu {
  display: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 12px;
  background: #373435;
  border-radius: 5px;
  z-index: 400;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  transition: none;
}

.highlight-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #373435;
}

.highlight-menu.active {
  display: flex;
}

.highlight-menu__item {
  cursor: pointer !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.highlight-menu__item.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.highlight-menu__item .highlight-menu__icon {
  color: inherit;
}

.highlight-menu__item+.highlight-menu__item {
  margin-left: 14px;
}

.page-content p {
  color: rgb(52, 52, 52);
  font-size: 1.125rem;
  line-height: 1.5 !important;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

.m-header-action button.m-header-action-special,
.m-header-action button.m-header-action-lang,
.m-header-action button.m-header-action-burger {
  border-radius: 8px;
  background: rgb(0, 113, 193);
  width: 44px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.m-header-action-special-dropdown-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 10px;
}

.m-header-action-special-dropdown-wrapper span {
  font-size: 20px;
}

.m-header-action button.m-header-action-burger {
  display: none;
  font-size: 22px;
  color: #fff;
}

.m-header-action-special {
  position: relative;
}


.m-header-action-special-dropdown {
  position: absolute;
  bottom: -186px;
  right: 0;
  width: max-content;
  background: #fff;
  padding: 20px;
  border: 1px solid #E7E7E7;
  /* display: none; */
  z-index: 2;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.12);
}

/* .m-header-action-special-dropdown.show{
    display: block;
} */
.m-header-action-special-dropdown h3 {
  text-align: left;
  margin-bottom: 4px;
}

.m-header-action-special-dropdown form {
  flex-direction: column;
  height: auto !important;
  width: max-content;
  min-width: auto !important;
  background-color: transparent !important;
  padding: 0 !important;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E7E7E7;
  border-radius: 0 !important;
}

.m-header-action-special-dropdown label {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.m-header-action-special-dropdown input {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  width: auto !important;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #000 !important;
  margin-right: 10px;
}

.m-header-action-special-dropdown input:checked {
  background-color: #003057;
  border-color: #003057;
}

header marquee {
  font-size: 16px;
  color: #000;
  word-spacing: 5px;
  padding: 10px 0;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 16px;
}

.header-logo {
  width: 122px;
  height: auto;
}

.header-logo img {
  width: 100%;
}

.header-search {
  width: 100%;
  max-width: 500px;
  border: 1px solid #E7E7E7;
  display: flex;
  align-items: center;
  height: 44px;
  margin: auto;
}

.header-search input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  height: 100%;
  border: none;
  outline: none;
}

.header-search button {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  border: none;
  height: 100%;
  background-color: #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-lang {
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
  background: none;
  cursor: pointer;
  color: #009DA2;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  padding: 10px;
  height: 44px;
}

.header-lang span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #009DA2;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.header-lang img:not(.header-lang span img) {
  opacity: 0.5;
}

.header-lang-dropdown {
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}

.header-lang:hover .header-lang-dropdown {
  opacity: 1;
  visibility: visible;
}

.header-lang-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  gap: 0;
}

.header-lang-dropdown ul li a {
  width: auto;
  border-radius: 0;
  background-color: #fff;
  transition: 0.3s;
  padding: 10px 18px;
  display: inline-block;
  color: #343434;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.header-lang-dropdown ul li a.active {
  color: #009DA2;
}

.header-lang-dropdown ul li a:hover {
  background-color: #f0f0f0;
}

.header-burger {
  display: none;
}

.header-top button {
  border: none;
  background: none;
  cursor: pointer;
}

.header-top button:not(.m-header-action-special) {
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
  color: #009DA2;
}

.header-bottom {
  width: 100%;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.header-menu a,
.header-menu span {
  color: #2e2d2c;
  font-weight: 600;
  display: block;
  padding: unset !important;
  padding: 16px 8px !important;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}

.header-menu li ul a {
  padding: 8px 12px !important;
}

.header-menu li {
  position: relative;
}

.header-menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  width: max-content;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 2;
  overflow: hidden;
}

.header-menu li:hover ul {
  opacity: 1;
  visibility: visible;
}

.header-menu li:hover span {
  color: #009DA2;
}

.header-menu li ul li {
  padding: 0;
  margin: 0;
}

.header-menu li ul li a {
  padding: 10px 22px !important;
  color: #343434;
  text-decoration: none;
  display: block;
  text-transform: none;
  transition: 0.3s ease-in-out;
}

.header-menu li ul li a:hover {
  background-color: #f0f0f0;
  color: #009DA2;
}

.header-menu li ul li a.active {
  color: #009DA2;
}

.header-menu li ul li a.active:hover {
  background-color: #f0f0f0;
}

.header-menu li ul li a.active {
  color: #009DA2;
}

.header-menu li ul li a.active:hover {
  background-color: #f0f0f0;
}

.header-menu li ul li a.active {
  color: #009DA2;
}

.header-menu li ul li a.active:hover {
  background-color: #f0f0f0;
}

.header-menu li ul li a.active {
  color: #009DA2;
}

.header-menu li ul li a.active:hover {
  background-color: #f0f0f0;
}


.m-header-action button.m-header-action-special,
.m-header-action button.m-header-action-lang,
.m-header-action button.m-header-action-burger {
  border-radius: 8px;
  background: rgb(0, 113, 193);
  width: 44px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.m-header-action-special-dropdown-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 10px;
}

.m-header-action-special-dropdown-wrapper span {
  font-size: 20px;
  cursor: pointer;
}

.m-header-action button.m-header-action-burger {
  display: none;
  font-size: 22px;
  color: #fff;
}

.m-header-action-special {
  position: relative;
  padding: 10px;
}


.m-header-action-special-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: max-content;
  background: #fff;
  padding: 20px;
  border: 1px solid #E7E7E7;
  z-index: 2;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transform: translateY(10px);
}

.m-header-action-special:hover .m-header-action-special-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.m-header-action-special-dropdown h3 {
  text-align: left;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 900;
}

.m-header-action-special-dropdown form {
  flex-direction: column;
  height: auto !important;
  width: max-content;
  min-width: auto !important;
  background-color: transparent !important;
  padding: 0 !important;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E7E7E7;
  border-radius: 0 !important;
}

.m-header-action-special-dropdown label {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  cursor: pointer;
}

.m-header-action-special-dropdown input {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  width: auto !important;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #000 !important;
  margin-right: 10px;
  cursor: pointer;
}

.m-header-action-special-dropdown input:checked {
  background-color: #009DA2;
  border-color: #009DA2;
  border: 1px solid #009DA2 !important;

}


.section-slider {
  position: relative;
}

.section-slider .navigation-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex !important;
}

.section-slider .slick-dots button {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #ffffff70;
  font-size: 20px;
  font-weight: 700;
}

.section-slider .slick-dots .slick-active button {
  color: #ffffff !important;
  font-size: 24px;
}

.section-slider .carousel-inner {
  height: calc(100vh - 96px);
  max-height: 700px;
}

.section-slider .section-slider-item {
  height: calc(100vh - 96px);
  max-height: 700px;
  width: 100vw;
}

.section-slider .section-slider-item .container {
  padding: 0;
}

.section-slider .section-slider-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 1;
}

.section-slider .section-slider-item::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.section-slider .section-slider-item h2 {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
}

.section-slider .section-slider-item button {
  padding: 15px 25px;
  background-color: #009da2;
  border: 2px solid #009da2;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  /* text-align: center; */
  margin-left: auto;
  display: block;
  margin-right: auto;
  margin-top: 30px;
  cursor: pointer;
  border-radius: 5px;
}


.section-slider .section-slider-item small {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 34px;
}

.section-slider .section-slider-item a {
  padding: 16px 30px;
  background-color: #fff;
  padding: 16px 30px;
  color: rgb(39, 70, 137);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.section-slider .slick-arrow,
.section-slider .slick-arrow:active {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #113C2F;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.section-slider .custom-prev {
  background-color: #ffffff76;
}

.section-slider .slick-arrow img {
  height: 20px;
}

.section-slider .navigation-container {
  padding: 0 10px;
}

.use-products-block {
  display: flex;
}

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

.section-product h2,
.section-service h2,
.section-request h2,
.section-press h2,
.section-link h2,
.section-reviews h2,
.section-subscribe h2,
.section-statistics h2,
.section-adventages h2,
.section-form h2,
.section-partner h2,
h2.page-title,
.custom-line {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 60px 0;
  position: relative;
}

.section-product h2::after,
.section-service h2::after,
.section-request h2::after,
.section-press h2::after,
.section-link h2::after,
.section-reviews h2::after,
.section-subscribe h2::after,
.section-statistics h2::after,
.section-adventages h2::after,
.section-form h2::after,
.section-partner h2::after,
h2.page-title::after,
.custom-line::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, #a2a2a2 50%, #e1e1e1 50%);
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  z-index: 1;
}

h2.page-title.left,
.custom-line.left {
  text-align: left;
  font-size: 2.5rem;
}

h2.page-title.left::after,
.custom-line.left::after {
  left: 0;
  transform: translateX(0);
}

.use-products-large-item {
  width: 50%;
  -webkit-box-shadow: 0 0 10px rgba(80, 80, 80, 0.4);
  -moz-box-shadow: 0 0 10px rgba(80, 80, 80, 0.4);
  box-shadow: 0 0 10px rgba(80, 80, 80, 0.4);
  color: #2E2D2C;
}

.use-products-main-img {
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.use-products-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-out;
}

.use-products-info {
  padding: 40px 30px;
  text-align: center;
}

.use-products-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.5s linear;
  color: #2e2d2c;
  line-height: 1.6rem;
}

.use-products-mini-block {
  margin-left: 20px;
  width: 50%;
}

.use-products-mini-item {
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(80, 80, 80, 0.4);
}

.use-products-mini-img {
  width: 50%;
  height: 240px;
  overflow: hidden;
}

.use-products-mini-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-out;
}

.use-products-mini-info {
  padding: 20px;
  text-align: center;
  flex: 1;
}

.use-products-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.5s linear;
  color: #2e2d2c;
}

.use-products-block {
  display: flex;
}

.use-products-mini-2 {
  width: 50%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(80, 80, 80, 0.4);
}

.use-products-mini-2-img {
  width: 50%;
  height: 240px;
  overflow: hidden;
}

.use-products-mini-2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-out;
}

.use-products-mini-info {
  padding: 20px;
  text-align: center;
  flex: 1;
}

.use-products-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.5s linear;
  color: #2e2d2c;
}

.use-products-mini-2+.use-products-mini-2 {
  margin-left: 20px;
}

.use-products-mini-item+.use-products-mini-item {
  margin-top: 20px;
}

.section-about-wrapper,
.section-service-wrapper,
.section-adventages-wrapper,
.section-request-wrapper,
.section-statistics-wrapper,
.section-press-wrapper,
.section-link-wrapper,
.section-press-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.section-about-info,
.section-about-video {
  flex: 1;
  width: 100%;
}

.section-about-video iframe {
  height: 310px;
  width: 100%;
}

.section-about-info h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 60px 0;
  position: relative;
}

.section-about-info h2::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, #a2a2a2 50%, #e1e1e1 50%);
  left: 0;
  bottom: -16px;
  z-index: 1;
}

.section-about-info p {
  font-size: 1rem;
  line-height: 30px;
  color: #2e2d2c;
  margin-bottom: 30px;
}

.section-about-info a {
  font-size: 1rem;
  font-weight: 600;
  color: #2e2d2c;
  text-transform: uppercase;
  padding-right: 25px;
}

.service-item {
  flex: 1;
  height: 240px;
  max-width: calc(33.333% - 20px);
  background: var(--bg-image-url) no-repeat center center / cover;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(80, 80, 80, 0.4);
  -moz-box-shadow: 0 0 10px rgba(80, 80, 80, 0.4);
  box-shadow: 0 0 10px rgba(80, 80, 80, 0.4);
}

.service-item::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.service-item h3 {
  margin: auto;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
}

.adventages-item,
.statistics-item {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.adventages-item img,
.statistics-item img {
  max-width: 40%;
}

.adventages-item h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.adventages-item p,
.statistics-item p {
  font-size: 1.125rem;
  line-height: 22px;
  color: #959595;
  text-align: center;
}

.section-adventages,
.section-statistics,
.section-reviews,
.section-subscribe,
.section-form {
  padding: 70px 0;
  background-color: #f2f2f2;
  margin: 70px 0;
}

.section-adventages h2,
.section-statistics h2,
.section-reviews h2,
.section-subscribe h2,
.section-form h2 {
  margin-top: 0;
}

.section-request-wrapper {
  align-items: normal;
  gap: 50px;
}

.request-export,
.request-import {
  flex: 1;
}

.request-export {
  text-align: right;
}

.section-request h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.request-export {
  padding-right: 30px;
  border-right: 2px solid #e1e1e1;
}

.request-import {
  padding-left: 30px;
  border-left: 2px solid #e1e1e1;
}

.request-export-item {
  margin-bottom: 40px;
  display: block;
  text-align: left;
}

.request-export-item h4 {
  font-size: 1.25rem;
  padding: 25px 30px !important;
  font-weight: 600;
  background: #eeeeee;
  margin-bottom: 20px;
  position: relative;
  color: #000;
}

.request-export-item h4::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #e1e1e1;
  right: -30px;
  top: 50%;
}

.request-export-item h4::before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../image/dot.png) no-repeat center center / cover;
  right: -43px;
  z-index: 2;
}

.request-export-item span {
  font-size: 1.125rem;
  font-weight: 600;
  color: #9d9d9d;
}

.request-import-item {
  margin-bottom: 40px;
  display: block;
  text-align: left;
}

.request-import-item h4 {
  font-size: 1.25rem;
  padding: 25px 30px !important;
  font-weight: 600;
  background: #2e2d2c;
  margin-bottom: 20px;
  position: relative;
  color: #eeeeee;
}

.request-import-item h4::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #e1e1e1;
  left: -30px;
  top: 50%;
}

.request-import-item h4::before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../image/dot.png) no-repeat center center / cover;
  left: -43px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.request-import-item span {
  font-size: 1.125rem;
  font-weight: 600;
  color: #9d9d9d;
}

.statistics-item {
  gap: 20px;
}

.statistics-item h3 {
  font-size: 2.25rem;
  font-weight: bold;
}

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

.press-item {
  flex: 1;
  max-width: calc(25% - 0px);
  height: 240px;
  background: var(--bg-image-url) no-repeat center center / cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  color: #9d9d9d !important;
  padding: 20px;
  z-index: 1;
  align-items: flex-start;
}

.press-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.9) 60%);
  z-index: -1;
}

.press-item h3,
.press-item {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  text-align: left;
}

.section-press .load-more {
  font-size: 1rem;
  font-weight: 600;
  color: #2e2d2c;
  text-transform: uppercase;
  padding-right: 25px;
  margin: 50px auto 10px;
  display: inline-block;
}

.section-subscribe form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 80%;
  margin: 0 auto;
}

.section-subscribe form input {
  border: 1px solid #CED4DA;
  background-color: #fff;
  width: 700px;
  height: 50px;
  padding: 10px 20px;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  color: #2E2D2C;
}

.section-subscribe form button {
  padding: 10px 30px;
  height: 50px;
  background-color: #009DA2;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 100%;
  text-align: center;
  border: none;
}

.section-link-wrapper {
  flex-wrap: wrap;
}

.link-item {
  min-width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #eeeeee;
  padding: 20px;
  height: 170px;
}

.link-item img {
  width: 125px;
  height: 125px;
  margin-right: 20px;
  object-fit: contain;
}

.link-item h3 {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 600;
  flex: 1;
  color: #2e2d2c;
}

.section-form form input,
.section-form form textarea {
  border: 1px solid #CED4DA;
  background-color: #fff;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  color: #2E2D2C;
  margin-bottom: 20px;
}

.section-form form textarea {
  height: 120px;
}

.section-form form button {
  padding: 10px 30px;
  height: 50px;
  background-color: #2e2d2c;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 100%;
  text-align: center;
  border: none;
  display: block;
  margin: auto;
}

.section-partner {
  border-bottom: 1px solid #E7E7E7;
}

.section-partner .slick-arrow {
  display: none !important;
}

.partner-item {
  border-radius: 8px;
  margin: 0 10px;
  display: flex !important;
}

.partner-item img {
  width: 80%;
  height: 120px;
  object-fit: contain;
  margin: auto;
}

.section-partner .slick-dots {
  padding-top: 40px;
  justify-content: flex-start;
  padding-left: 10px;
  display: none;
}

.bootstrap-select .dropdown-menu {
  max-height: 200px;
  /* Kerakli balandlik */
  overflow-y: auto;
  /* Scroll paydo bo‘ladi agar elementlar sig‘masa */
}

.form-select .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}

.section-logo {
  padding: 70px 0;
  border-bottom: 1px solid #E7E7E7;
}

.section-logo img {
  margin: 0 auto;
  display: block;
  height: 96px;
  object-fit: contain;
}

.footer-top {
  display: flex;
  gap: 30px;
  padding: 70px 0;
  justify-content: space-between;
  border-bottom: 1px solid #E7E7E7;
  gap: 30px;
}

.footer-menu {
  display: flex;
  gap: 70px;
  flex: 1;
}

.footer-top ul a {
  font-size: 0.875rem;
  color: #a6a6a6;
  box-sizing: border-box;
  margin-bottom: 15px;
  display: block;
  transition: all 0.3s ease;
}

.footer-top ul a:hover {
  color: #009DA2;
}

.footer-top ul li:last-child a {
  margin-bottom: 0;
}

.footer-top ul a.uppercase {
  text-transform: uppercase;
  font-weight: 700;
}

.footer-info a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-size: 1.125rem !important;
  font-weight: 400;
  color: #a6a6a6;
  margin-bottom: 20px !important;
}

.footer-info a:hover {
  color: #a6a6a6 !important;
}

.footer-info li ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-info li ul img {
  height: 26px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  color: #a6a6a6;
}

.page-breadcrumb {
  position: relative;
  padding: 80px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  background: url('../image/breadcrumb.jpg') no-repeat center / cover;
  z-index: 1;
  color: #fff;
}

.page-breadcrumb a {
  color: inherit;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.page-breadcrumb a::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background: linear-gradient(to right, #e1e1e1 50%, #a2a2a2 50%);
  right: -90%;
  bottom: 50%;
}

.page-breadcrumb li:last-child a::after {
  content: none;
}

.page-breadcrumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.page-breadcrumb h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}

.page-breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 90px;
}

.page-leading-item {
  grid-gap: 60px;
  padding: 40px;
  border: 1px solid #2E2D2C;
  margin-bottom: 40px;
}

.page-leading-item img {
  width: 100%;
  object-fit: contain;
}

.page-leading-item-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2E2D2C;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 120%;
}

.page-leading-item-header ul {
  margin: 30px 0 !important;
}

.page-leading-item-header ul span {
  font-size: 1rem;
  color: #2E2D2C;
  font-weight: 400;
}

.page-leading-item-header ul li {
  display: grid;
  grid-template-columns: 200px auto;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2E2D2C;
  padding: 20px 0;
  grid-gap: 10px;
  border-bottom: 1px solid #D5D5D5;
}

.page-leading-item-header ul li:last-child {
  border-bottom: none;
}

.page-leading-item-header-right {
  padding-left: 50px;
}

.page-leading-item-header-right button {
  background-color: #009DA2;
  padding: 18px 30px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  line-height: 100%;
  border: none;
}

.page-leading-item-footer {
  margin-top: 40px;
}

.page-list .press-item {
  min-width: 100% !important;
}

.page-list .service-item {
  min-width: 100% !important;
}

.page-list .service-item h3 {
  font-size: 1.25rem;
}

.page-slug img {
  width: 100%;
  margin-bottom: 20px;
}

.item-issu {
  margin-bottom: 60px;
}

.item-issu h3 {
  font-size: 1.875rem;
  margin-bottom: 20px;
}


.item-issu a {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  font-size: 1rem;
  gap: 10px;
  text-transform: uppercase;
  color: #fff;
  background: #2e2d2c url(../img/save.png) no-repeat center right 30px;
}

.item-issu-link {
  display: flex;
  align-items: center;
  gap: 60px;
}

.page-slug-inquiries .container {
  position: relative;
}

.page-slug-inquiries-date {
  position: absolute;
  left: 0;
  left: 0;
  bottom: 100%;
  background: #009DA2;
  padding: 15px 30px;
  font-size: 1rem;
  color: #fff;
  z-index: 1;
}

.page-slug-inquiries-image {
  margin: 50px 0;
}

.page-slug-inquiries-image img {
  width: 80%;
  object-fit: contain;
  margin: auto;
  display: block;
  max-height: 400px;
}

.page-slug-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.page-slug-info span {
  display: flex;
  align-items: center;
  gap: 2px;
}

.page-slug-info span:first-child {
  color: #009DA2;
  font-size: 1rem;
}

.page-slug-info span img {
  height: 10px;
  margin-bottom: 0;
}

.slug-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slug-footer button {
  background-color: #009DA2;
  padding: 18px 30px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 100%;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.slug-footer button i,
.slug-footer button img {
  color: #fff;
  height: 18px;
  width: auto;
  margin-bottom: 0;
}

.slug-footer button ul {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: absolute;
  top: 3px;
  right: 30px;
  transform: translate(100%, -100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.slug-footer button:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.slug-footer button ul a {
  background-color: #F2F2F2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.slug-footer button ul a i {
  color: #000;
  height: auto;
}

.gallery-video-item-active video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.gallery-video-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  height: 120px;
}

.gallery-video-item video {
  height: 100%;
}

.gallery-video-item-video {
  height: 100%;
}

.gallery-video-item h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2E2D2C;
  line-height: 22px;
}

.gallery-video-item-active {
  position: relative;
}

.gallery-video-item-active h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 22px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, 0);
  white-space: nowrap;
  padding: 0 20px;
}

.legal_form__item {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  margin-bottom: 20px;
}

.legal_form__item label {
  display: flex;
  align-items: center;
}

.legal_form__item label input {
  border: 1px solid #CED4DA;
  height: 20px;
  width: 20px;
}

.legal_form__item label span {
  margin-left: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #2E2D2C;
  line-height: 100%;
}

.legal_form__title__h3 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #2E2D2C;
  padding-bottom: 5px;
  line-height: 100%;
}

.legal_form__input {
  border: 1px solid #CED4DA;
  background-color: #FFFFFF;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  outline: none;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  color: #2E2D2C;
}

.legal_form__button {
  width: 100%;
  height: 50px;
  background-color: #009DA2;
  font-size: 1.125rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 100%;
  text-align: center;
  margin-top: 10px;
  border: none;
}


.legal_form__textarea {
  border: 1px solid #CED4DA;
  background-color: #FFFFFF;
  width: 100%;
  height: 120px;
  padding: 10px 20px;
  outline: none;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  color: #2E2D2C;
  resize: none;
}

.legal_form__title__h4 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #2E2D2C;
  line-height: 120%;
  margin-bottom: 5px;
}

.legal_form__text {
  font-size: 1rem;
  font-weight: 400;
  color: #2E2D2C;
  line-height: 125%;
  margin-bottom: 5px;
}

.legal_form__title__h5 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #009DA2;
  line-height: 125%;
  text-transform: uppercase;
}

.legal_form__cart {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.legal_form__cart__item {
  background: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  padding: 25px 30px;
}

.legal_form__item__text {
  font-size: 1rem;
  font-weight: 400;
  color: #2E2D2C;
  line-height: 125%;
  margin-bottom: 5px;
}

.legal_form__item__title__h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #2E2D2C;
  line-height: 125%;
  text-transform: uppercase;
}

.legal_form__text {
  font-size: 1rem;
  font-weight: 400;
  color: #2E2D2C;
  line-height: 125%;
  margin-bottom: 5px;
}

.sorovnomalar_in__title__h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2E2D2C;
  line-height: 130%;
  margin-bottom: 20px;
  border-bottom: 1px solid #2E2D2C;
  padding-bottom: 20px !important;
}

.sorovnomalar_in__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  grid-gap: 30px;
}

.sorovnomalar_in__item label {
  font-size: 1rem;
  font-weight: 400;
  color: #2E2D2C;
}

.sorovnomalar_in__item label span {
  font-size: 1.875rem;
  font-weight: 700;
  color: #2E2D2C;
  line-height: 130%;
  margin-right: 5px;
  text-transform: uppercase;
}

.sorovnomalar_in__item label input {
  margin-left: 5px;
}



.footer-col-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #2e2d2c;
  margin-bottom: 30px;
}

.footer_title-top {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2e2d2c;
  margin-bottom: 15px;
}

.footer_col-2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer_img {
  display: flex;
  width: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}

.footer_title {
  font-size: 1.125rem;
  font-weight: 400;
  color: #2e2d2c;
}

.footer_img svg {
  fill: #a6a6a6;
  width: 25px;
  height: 25px;
}

.form-group {
  margin-bottom: 1rem;
}

.custom__contactForm .custom__input__label {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
  display: inline-block;
  font-weight: 500;
}

.custom__contactForm .input__req {
  color: #06d6a0;
  font-size: 1.2rem;
}

.custom__contactForm .custom__input {
  width: 100%;
  padding: 0.85rem 1rem;
  font-size: 1.2rem;
  border-radius: 0;
  border: 1px solid #ced4da;
}

.custom__contactForm .custom__textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  font-size: 1.2rem;
  border-radius: 0;
  border: 1px solid #ced4da;
}

.custom__contactForm .custom__form__button {
  display: block;
  width: 100%;
  padding: 1.2rem 1.5rem;
  font-size: 1rem;
  background-color: #009da2;
  color: #fff;
  border: none;
  cursor: pointer;
}




.header-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: #00000050;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.header-mobile.active {
  left: 0;
}

.header-mobile-menu {
  background-color: #fff;
  width: max-content;
  width: 80%;
  height: 100%;
}

.header-mobile-header {
  background-color: #f2f4f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 18px;
}

.header-mobile-header ul a {
  background-color: #fff !important;
}

.header-mobile-body {
  height: calc(100vh - 70px);
  overflow: scroll;
}

.header-mobile-body ul {
  width: 100%;
}

.header-mobile-body ul a,
.header-mobile-body ul span {
  padding: 25px 30px;
  color: #113c2f;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}

.header-mobile-body ul a.active {
  background-color: #113c2f;
  color: #fff;
}

.header-mobile-body ul li ul {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* .header-mobile-body ul li:hover ul, */
.header-mobile-body ul li.show ul {
  height: max-content;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  border-bottom: 1px solid #d9d9d9;
}

.header-mobile-body ul li ul a {
  padding: 20px 30px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  border-bottom: none;
}

/* .header-mobile-body ul li ul a:hover {
  background-color: #009DA2;
  color: #fff;
} */

.header-mobile-body ul li ul a.active {
  background-color: #009DA2;
  color: #fff;
}

.header-mobile-body ul li ul a::after {
  display: none;
}

.header-mobile-body ul li ul a:last-child {
  border-bottom: none;
}

/* .header-mobile-body ul li ul a:hover {
  background-color: #009DA2;
  color: #fff;
} */

.header-mobile-body ul li ul a.active {
  background-color: #009DA2;
  color: #fff;
}

.header-mobile-body ul li ul a::after {
  display: none;
}

.header-mobile-body ul li ul a:last-child {
  border-bottom: none;
}

/* .header-mobile-body ul li ul a:hover {
  background-color: #009DA2;
  color: #fff;
} */

.header-mobile-body ul li ul a.active {
  background-color: #009DA2;
  color: #fff;
}

.header-mobile-body ul li ul a::after {
  display: none;
}

.header-mobile .header-search {
  max-width: 100%;
  height: 50px;
}

.section-partner .slick-dots {
  display: none !important;
}

.section-partner {
  padding-bottom: 50px;
}


.modal-dialog {
  width: 100%;
  max-width: 730px;
}

.modal-content {
  overflow: hidden;
}

.modal-body {
  padding: 20px;
}

.modal-body input,
.modal-body input:focus,
.modal-body textarea,
.modal-body textarea:focus {
  width: 100%;
  padding: 16px;
  border: none;
  background-color: #ffffff30;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 14px;
  outline: none;
  border: 1px solid rgb(206, 212, 218) !important;

}

.modal-body input::placeholder,
.modal-body textarea::placeholder {}

.modal-body h4 {
  font-size: 1.875rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
  position: relative;
  margin-bottom: 30px;
}

.modal-body p {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  margin-bottom: 30px;
}

.modal-body form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal-body label {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: calc(50% - 10px);
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
  font-weight: 500;
  gap: 4px;
}

.modal-body button {
  display: block;
  width: 100%;
  font-size: 1rem;
  background-color: rgb(0, 157, 162);
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 1.2rem 1.5rem;
  border: none;
}

.survey-results {
  margin-bottom: 40px !important;
}

.survey-results-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.survey-results span {
  font-size: 1rem;
  line-height: 24px;
  color: #000;
  margin-bottom: 13px;
}

.survey-results li {
  margin-bottom: 20px;
}

.survey-results li span:last-child {
  margin-left: auto;
}

.survey-results-progress {
  height: 8px;
  background: #f2f4f4;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.survey-results-progress::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  background: #009DA2;
  border-radius: 8px;
  transition: width 0.3s ease;
  width: var(--width);
}

.survey-form label {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 24px;
  color: #000;
}

.survey-form label input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.survey-form button {
  background-color: #009DA2;
  margin-top: 30px;
  padding: 18px 40px;
  width: max-content;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  border: none;
  margin-bottom: 40px;
}

.page-vacancy {
  --bs-accordion-active-color: #2e2d2c !important;
  --bs-primary-bg-subtle: #f2f4f9 !important;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 157, 162, 0.25) !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}


.uploader {
  display: flex;
  align-items: center;
  gap: 20px;
}

.uploader span .page-form .uploader span {
  color: rgb(18, 54, 84);
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
}

.uploader button {
  padding: 16px 30px;
  background-color: #009DA2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  border: none;
  text-transform: uppercase;
}


.page-slug-image-main {
  width: 90%;
  max-height: 600px;
  margin-bottom: 10px;
  margin: auto;
  margin-bottom: 20px;
}

.page-slug-image-main img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 600px;
  object-fit: contain;
}

.page-slug-image-list {
  max-height: 240px;
}

.page-slug-image-list img {
  height: 150px;
  width: auto;
  max-width: 310px;
  object-fit: cover;
  margin-right: 20px;
}

.review-item {
  padding: 16px;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.review-item h5 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2E2D2C;
  margin-bottom: 10px;
  padding-bottom: 6px !important;
  border-bottom: 1px solid #c2c2c2;
}

.review-item p {
  font-size: 1rem;
  font-weight: 400;
  color: #2E2D2C;
  line-height: 1.5;
  margin-bottom: 0;
}

.accordion-item-btn {
  padding: 12px 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #009DA2;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  border: 1px solid #009DA2;
  text-transform: uppercase;
  display: none;
}

@media screen and (max-width: 1120px) {
  .header-logo img {
    height: 46px;
  }

  .m-header-action-special {
    margin-left: auto;
  }

  .header-bottom .header-menu,
  .header-top .header-search,
  #openWindowForMobile {
    display: none;
  }

  .header-burger {
    display: block !important;
    cursor: pointer;
  }

  .header-top {
    gap: 14px;
  }
}

@media screen and (max-width: 1120px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-info a,
  .footer-info li ul {
    text-align: center;
    justify-content: center;
  }

  .footer-menu {
    width: 100%;
    justify-content: space-between;
  }

}

@media screen and (max-width: 992px) {

  .section-about-wrapper,
  .use-products-block {
    flex-direction: column;
  }

  .section-adventages-wrapper,
  .section-press-wrapper,
  .section-statistics-wrapper,
  .section-press-wrapper {
    flex-wrap: wrap;
  }

  .adventages-item,
  .statistics-item,
  .press-item {
    width: calc(50% - 10px);
    flex: none;
  }

  .use-products-large-item {
    width: 100%;
  }

  .use-products-mini-block,
  .use-products-mini-2 {
    margin: 0 !important;
    width: 100%;
  }

  .use-products-block {
    margin-bottom: 20px;
    gap: 20px;
  }

  .section-product h2, .section-service h2, .section-request h2, .section-press h2, .section-link h2, .section-reviews h2, .section-subscribe h2, .section-statistics h2, .section-adventages h2, .section-form h2, .section-partner h2, h2.page-title,
  .section-about-info h2 {
    font-size: 2.5rem;
  }

  .request-export {
    text-align-last: left;
  }

  .section-adventages, .section-statistics, .section-reviews, .section-subscribe, .section-form {
    padding: 50px 0;
    background-color: #f2f2f2;
    margin: 50px 0;
  }

  .section-subscribe form {
    width: 100%;
  }

  .link-item img {
    width: 70px;
    margin-right: 10px;
  }

  .link-item h3 {
    font-size: 0.8rem;
    line-height: 20px;
  }

  .page-leading-item-header ul li {
    grid-template-columns: auto;
  }

  .page-leading-item-header-right {
    padding-left: 0;
  }

  .page-leading-item {
    padding: 20px;
  }
}

@media screen and (max-width: 576px) {
  .section-request-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .request-export,
  .request-import {
    border: none;
    padding-right: 0;
    padding-left: 0;
  }

  .request-export-item h4::after,
  .request-export-item h4::before,
  .request-import-item h4::after,
  .request-import-item h4::before {
    display: none;
    content: '';
  }

  .link-item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .section-logo img {
    width: 80%;
  }

  .section-service-wrapper {
    flex-wrap: wrap;
  }

  .service-item {
    width: 100%;
    flex: none;
  }

  .section-slider .section-slider-item h2 {
    font-size: 2rem;
  }

  .section-slider .section-slider-item button {
    padding: 10px 20px;
    font-size: 0.8rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .adventages-item, .statistics-item, .press-item {
    width: 100%;
  }

  .footer-menu {
    flex-wrap: wrap;
  }

  .footer-menu ul {
    width: 100%;
  }

  .use-products-mini-item,
  .use-products-mini-2 {
    flex-direction: column;
  }

  .use-products-mini-img,
  .use-products-mini-2-img {
    width: 100%;
  }

  .section-logo {
    padding: 0;
  }

  .section-product h2, .section-service h2, .section-request h2, .section-press h2, .section-link h2, .section-reviews h2, .section-subscribe h2, .section-statistics h2, .section-adventages h2, .section-form h2, .section-partner h2, h2.page-title, .section-about-info h2 {
    font-size: 2rem;
  }

  .section-about-info h2 {
    margin: 40px 0;
  }

  .section-product {
    margin-bottom: 30px;
  }

  .page-breadcrumb h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .page-breadcrumb a {
    font-size: 1rem;
  }

  h2.page-title.left {
    font-size: 2rem;
  }

  .page-breadcrumb {
    padding: 40px 0;
  }

  .page-slug.blog img {
    width: 90% !important;
  }

  .slug-footer {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .page-slug-inquiries-image img {
    width: 100% !important;
  }

  .page-slug-inquiries-image {
    margin: 30px 0;
  }

  .page-slug-inquiries-date {
    padding: 12px 20px;
    font-size: 0.75rem;
  }

  .item-issu-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .item-issu h3 {
    font-size: 1.5rem;
  }

  .item-issu a {
    font-size: 0.8rem;
  }

  .item-issu {
    margin-bottom: 40px;
  }
}