@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;700;800&display=swap");
.general-header {
  font-size: 36px;
  font-weight: 800;
  color: #262626;
}
@media only screen and (max-width: 1550px) {
  .general-header {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .general-header {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .general-header {
    font-size: 20px !important;
  }
}

.general-header {
  font-size: 36px;
  font-weight: 800;
  color: #262626;
}

.full-screen {
  width: 100%;
  height: 100%;
}

.flex-1 {
  flex: 1;
}

.object-pos-unset {
  object-position: unset !important;
}

html, body {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
  scroll-behavior: cubic-bezier(0.42, 0, 0.58, 1);
}

img {
  background-size: cover !important;
  object-fit: contain;
}

.g-forward-link {
  text-decoration: none;
  color: #fff;
}

body.lang-tr .header {
  position: relative;
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  height: 102px;
  background-color: #fff;
}
body.lang-tr .header__categories--item,
body.lang-tr .header .mobile-menu__menu-tab--categories--item {
  height: 100%;
  display: flex;
  align-items: center;
  position: static !important;
  border-bottom: 4px solid transparent;
}
body.lang-tr .header__categories--item a,
body.lang-tr .header .mobile-menu__menu-tab--categories--item a {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  line-height: normal;
}
body.lang-tr .header__categories--item .dropdown-toggle,
body.lang-tr .header .mobile-menu__menu-tab--categories--item .dropdown-toggle {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 4px solid transparent;
}
body.lang-tr .header__categories--item .dropdown-toggle.show,
body.lang-tr .header .mobile-menu__menu-tab--categories--item .dropdown-toggle.show {
  border-bottom: 4px solid #25a4c9;
}
body.lang-tr .header__categories--item .dropdown-toggle::after,
body.lang-tr .header .mobile-menu__menu-tab--categories--item .dropdown-toggle::after {
  content: none;
}
body.lang-tr .header__categories--item.dropdown,
body.lang-tr .header .mobile-menu__menu-tab--categories--item.dropdown {
  border: none;
}
body.lang-tr .header__categories--item .dropdown-menu,
body.lang-tr .header .mobile-menu__menu-tab--categories--item .dropdown-menu {
  transform: none !important;
}
body.lang-tr .header__categories--item-submenu,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  position: absolute;
  z-index: 10;
  top: 100px !important;
  left: 0 !important;
  width: 100vw;
  background-color: #fff;
  min-height: 325px;
  border: none;
  border-top: 1px solid rgba(143, 143, 143, 0.4);
  border-radius: 0 !important;
}
body.lang-tr .header__categories--item-submenu .category,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category {
  padding: 0;
}
body.lang-tr .header__categories--item-submenu .category-item,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category-item {
  margin-bottom: 50px;
  padding-right: 50px;
  cursor: pointer;
}
body.lang-tr .header__categories--item-submenu .category-item .dropdown-item,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category-item .dropdown-item {
  white-space: normal !important;
}
body.lang-tr .header__categories--item-submenu .category-item .dropdown-item:hover,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category-item .dropdown-item:hover {
  background-color: transparent !important;
}
body.lang-tr .header__categories--item-submenu .category-item .dropdown-item:active,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category-item .dropdown-item:active {
  background-color: transparent !important;
  color: black;
}
body.lang-tr .header__categories--item-submenu .category-item-image,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category-item-image {
  width: 40px;
  height: 40px;
  position: relative;
}
body.lang-tr .header__categories--item-submenu .category-item-image .image,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category-item-image .image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s ease-in;
}
body.lang-tr .header__categories--item-submenu .category-item-image .image.hover,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category-item-image .image.hover {
  opacity: 0;
}
body.lang-tr .header__categories--item-submenu .category-item .category-item__content,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category-item .category-item__content {
  margin-left: 15px;
  width: calc(100% - 55px);
}
body.lang-tr .header__categories--item-submenu .category-item a:hover .category-item__content h6,
body.lang-tr .header__categories--item-submenu .category-item a:hover .category-item__content p,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item__content h6,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item__content p {
  text-decoration: underline;
  text-decoration-color: #d7d7d7;
}
body.lang-tr .header__categories--item-submenu .category-item a:hover .category-item-image .image.default,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item-image .image.default {
  opacity: 0;
}
body.lang-tr .header__categories--item-submenu .category-item a:hover .category-item-image .image.hover,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item-image .image.hover {
  opacity: 1;
}
body.lang-tr .header__categories--item-submenu .category h6,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
  transition: 0.4s;
}
body.lang-tr .header__categories--item-submenu .category p,
body.lang-tr .header .mobile-menu__menu-tab--categories--item-submenu .category p {
  font-size: 14px;
  font-weight: 400;
  transition: 0.4s;
}
body.lang-tr .header__categories .header--btn,
body.lang-tr .header .mobile-menu__menu-tab--categories .header--btn {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  line-height: normal;
  width: 170px;
  height: 45px;
  padding: 7px 11px;
  background-color: transparent;
  border: 1.5px solid rgba(143, 143, 143, 0.4);
  border-radius: 2rem;
}
body.lang-tr .header__categories .header--btn img,
body.lang-tr .header .mobile-menu__menu-tab--categories .header--btn img {
  margin-right: 10px;
}
body.lang-tr .header__categories .language,
body.lang-tr .header .mobile-menu__menu-tab--categories .language {
  font-size: 18px;
  font-weight: 300;
  color: #929292;
  line-height: normal;
}
body.lang-tr .header__categories .language img,
body.lang-tr .header .mobile-menu__menu-tab--categories .language img {
  margin-left: 7px;
}
body.lang-tr .header .mobile-menu__menu-icon i {
  font-size: 1.7rem;
  color: #004c8a;
  cursor: pointer;
}
body.lang-tr .header .mobile-menu__menu-tab {
  padding: 1.5rem;
  position: fixed;
  top: 0;
  right: -45vw;
  width: 45vw;
  height: 100%;
  background-color: white;
  z-index: 10;
  transition: 0.4s ease-in;
}
body.lang-tr .header .mobile-menu__menu-tab #close-icon {
  position: absolute;
  top: 1.5%;
  right: 6%;
  cursor: pointer;
}
body.lang-tr .header .mobile-menu__menu-tab #close-icon i {
  font-size: 1.5rem;
  color: #004c8a;
}
body.lang-tr .header .mobile-menu__menu-tab--categories {
  margin-top: 2rem;
  padding: 0;
}
body.lang-tr .header .mobile-menu__menu-tab--categories--item {
  margin: 1rem 0;
  border: none !important;
}
body.lang-tr .header .mobile-menu__menu-tab--categories--item a {
  font-weight: 500;
}
body.lang-tr .header .mobile-menu__menu-tab--categories--item .accordion-button::after {
  background-size: contain;
}
body.lang-tr .header .mobile-menu__menu-tab--categories--item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
body.lang-tr .header .mobile-menu__menu-tab--categories--item .accordion-body {
  padding: 0;
}
body.lang-tr .header .mobile-menu__menu-tab--categories--item .accordion-collapse {
  width: 100%;
  padding-left: 1rem;
}
body.lang-tr .header .mobile-menu__menu-tab--categories--item .accordion-collapse li {
  border-bottom: 1px solid #929292;
  margin-bottom: 3px;
}
body.lang-tr .header .mobile-menu__menu-tab--categories--item .accordion-collapse li a {
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
body.lang-tr .header .mobile-menu__menu-tab .topbar-content .address {
  text-align: justify;
}
body.lang-tr .header .mobile-menu__menu-tab .topbar-content .social-media i {
  margin-right: 1rem;
  color: #004c8a;
}
body.lang-tr .header .mobile-menu__menu-tab.active {
  right: 0;
}

body.lang-en .header {
  position: relative;
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  height: 102px;
  background-color: #fff;
}
body.lang-en .header__categories--item,
body.lang-en .header .mobile-menu__menu-tab--categories--item {
  height: 100%;
  display: flex;
  align-items: center;
  position: static !important;
  border-bottom: 4px solid transparent;
}
body.lang-en .header__categories--item a,
body.lang-en .header .mobile-menu__menu-tab--categories--item a {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  line-height: normal;
}
body.lang-en .header__categories--item .dropdown-toggle,
body.lang-en .header .mobile-menu__menu-tab--categories--item .dropdown-toggle {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 4px solid transparent;
}
body.lang-en .header__categories--item .dropdown-toggle.show,
body.lang-en .header .mobile-menu__menu-tab--categories--item .dropdown-toggle.show {
  border-bottom: 4px solid #25a4c9;
}
body.lang-en .header__categories--item .dropdown-toggle::after,
body.lang-en .header .mobile-menu__menu-tab--categories--item .dropdown-toggle::after {
  content: none;
}
body.lang-en .header__categories--item.dropdown,
body.lang-en .header .mobile-menu__menu-tab--categories--item.dropdown {
  border: none;
}
body.lang-en .header__categories--item .dropdown-menu,
body.lang-en .header .mobile-menu__menu-tab--categories--item .dropdown-menu {
  transform: none !important;
}
body.lang-en .header__categories--item-submenu,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  position: absolute;
  z-index: 10;
  top: 100px !important;
  left: 0 !important;
  width: 100vw;
  background-color: #fff;
  min-height: 325px;
  border: none;
  border-top: 1px solid rgba(143, 143, 143, 0.4);
  border-radius: 0 !important;
}
body.lang-en .header__categories--item-submenu .category,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category {
  padding: 0;
}
body.lang-en .header__categories--item-submenu .category-item,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category-item {
  margin-bottom: 50px;
  padding-right: 50px;
  cursor: pointer;
}
body.lang-en .header__categories--item-submenu .category-item .dropdown-item,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category-item .dropdown-item {
  white-space: normal !important;
}
body.lang-en .header__categories--item-submenu .category-item .dropdown-item:hover,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category-item .dropdown-item:hover {
  background-color: transparent !important;
}
body.lang-en .header__categories--item-submenu .category-item .dropdown-item:active,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category-item .dropdown-item:active {
  background-color: transparent !important;
  color: black;
}
body.lang-en .header__categories--item-submenu .category-item-image,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category-item-image {
  width: 40px;
  height: 40px;
  position: relative;
}
body.lang-en .header__categories--item-submenu .category-item-image .image,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category-item-image .image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s ease-in;
}
body.lang-en .header__categories--item-submenu .category-item-image .image.hover,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category-item-image .image.hover {
  opacity: 0;
}
body.lang-en .header__categories--item-submenu .category-item .category-item__content,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category-item .category-item__content {
  margin-left: 15px;
  width: calc(100% - 55px);
}
body.lang-en .header__categories--item-submenu .category-item a:hover .category-item__content h6,
body.lang-en .header__categories--item-submenu .category-item a:hover .category-item__content p,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item__content h6,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item__content p {
  text-decoration: underline;
  text-decoration-color: #d7d7d7;
}
body.lang-en .header__categories--item-submenu .category-item a:hover .category-item-image .image.default,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item-image .image.default {
  opacity: 0;
}
body.lang-en .header__categories--item-submenu .category-item a:hover .category-item-image .image.hover,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item-image .image.hover {
  opacity: 1;
}
body.lang-en .header__categories--item-submenu .category h6,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
  transition: 0.4s;
}
body.lang-en .header__categories--item-submenu .category p,
body.lang-en .header .mobile-menu__menu-tab--categories--item-submenu .category p {
  font-size: 14px;
  font-weight: 400;
  transition: 0.4s;
}
body.lang-en .header__categories .header--btn,
body.lang-en .header .mobile-menu__menu-tab--categories .header--btn {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  line-height: normal;
  width: 170px;
  height: 45px;
  padding: 7px 11px;
  background-color: transparent;
  border: 1.5px solid rgba(143, 143, 143, 0.4);
  border-radius: 2rem;
}
body.lang-en .header__categories .header--btn img,
body.lang-en .header .mobile-menu__menu-tab--categories .header--btn img {
  margin-right: 10px;
}
body.lang-en .header__categories .language,
body.lang-en .header .mobile-menu__menu-tab--categories .language {
  font-size: 18px;
  font-weight: 300;
  color: #929292;
  line-height: normal;
}
body.lang-en .header__categories .language img,
body.lang-en .header .mobile-menu__menu-tab--categories .language img {
  margin-left: 7px;
}
body.lang-en .header .mobile-menu__menu-icon i {
  font-size: 1.7rem;
  color: #004c8a;
  cursor: pointer;
}
body.lang-en .header .mobile-menu__menu-tab {
  padding: 1.5rem;
  position: fixed;
  top: 0;
  right: -45vw;
  width: 45vw;
  height: 100%;
  background-color: white;
  z-index: 10;
  transition: 0.4s ease-in;
}
body.lang-en .header .mobile-menu__menu-tab #close-icon {
  position: absolute;
  top: 1.5%;
  right: 6%;
  cursor: pointer;
}
body.lang-en .header .mobile-menu__menu-tab #close-icon i {
  font-size: 1.5rem;
  color: #004c8a;
}
body.lang-en .header .mobile-menu__menu-tab--categories {
  margin-top: 2rem;
  padding: 0;
}
body.lang-en .header .mobile-menu__menu-tab--categories--item {
  margin: 1rem 0;
  border: none !important;
}
body.lang-en .header .mobile-menu__menu-tab--categories--item a {
  font-weight: 500;
}
body.lang-en .header .mobile-menu__menu-tab--categories--item .accordion-button::after {
  background-size: contain;
}
body.lang-en .header .mobile-menu__menu-tab--categories--item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
body.lang-en .header .mobile-menu__menu-tab--categories--item .accordion-body {
  padding: 0;
}
body.lang-en .header .mobile-menu__menu-tab--categories--item .accordion-collapse {
  width: 100%;
  padding-left: 1rem;
}
body.lang-en .header .mobile-menu__menu-tab--categories--item .accordion-collapse li {
  border-bottom: 1px solid #929292;
  margin-bottom: 3px;
}
body.lang-en .header .mobile-menu__menu-tab--categories--item .accordion-collapse li a {
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
body.lang-en .header .mobile-menu__menu-tab .topbar-content .address {
  text-align: justify;
}
body.lang-en .header .mobile-menu__menu-tab .topbar-content .social-media i {
  margin-right: 1rem;
  color: #004c8a;
}
body.lang-en .header .mobile-menu__menu-tab.active {
  right: 0;
}

body.lang-az .header {
  position: relative;
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  height: 102px;
  background-color: #fff;
}
body.lang-az .header__categories--item,
body.lang-az .header .mobile-menu__menu-tab--categories--item {
  height: 100%;
  display: flex;
  align-items: center;
  position: static !important;
  border-bottom: 4px solid transparent;
}
body.lang-az .header__categories--item a,
body.lang-az .header .mobile-menu__menu-tab--categories--item a {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  line-height: normal;
}
body.lang-az .header__categories--item .dropdown-toggle,
body.lang-az .header .mobile-menu__menu-tab--categories--item .dropdown-toggle {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 4px solid transparent;
}
body.lang-az .header__categories--item .dropdown-toggle.show,
body.lang-az .header .mobile-menu__menu-tab--categories--item .dropdown-toggle.show {
  border-bottom: 4px solid #25a4c9;
}
body.lang-az .header__categories--item .dropdown-toggle::after,
body.lang-az .header .mobile-menu__menu-tab--categories--item .dropdown-toggle::after {
  content: none;
}
body.lang-az .header__categories--item.dropdown,
body.lang-az .header .mobile-menu__menu-tab--categories--item.dropdown {
  border: none;
}
body.lang-az .header__categories--item .dropdown-menu,
body.lang-az .header .mobile-menu__menu-tab--categories--item .dropdown-menu {
  transform: none !important;
}
body.lang-az .header__categories--item-submenu,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  position: absolute;
  z-index: 10;
  top: 100px !important;
  left: 0 !important;
  width: 100vw;
  background-color: #fff;
  min-height: 325px;
  border: none;
  border-top: 1px solid rgba(143, 143, 143, 0.4);
  border-radius: 0 !important;
}
body.lang-az .header__categories--item-submenu .category,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category {
  padding: 0;
}
body.lang-az .header__categories--item-submenu .category-item,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category-item {
  margin-bottom: 50px;
  padding-right: 50px;
  cursor: pointer;
}
body.lang-az .header__categories--item-submenu .category-item .dropdown-item,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category-item .dropdown-item {
  white-space: normal !important;
}
body.lang-az .header__categories--item-submenu .category-item .dropdown-item:hover,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category-item .dropdown-item:hover {
  background-color: transparent !important;
}
body.lang-az .header__categories--item-submenu .category-item .dropdown-item:active,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category-item .dropdown-item:active {
  background-color: transparent !important;
  color: black;
}
body.lang-az .header__categories--item-submenu .category-item-image,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category-item-image {
  width: 40px;
  height: 40px;
  position: relative;
}
body.lang-az .header__categories--item-submenu .category-item-image .image,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category-item-image .image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s ease-in;
}
body.lang-az .header__categories--item-submenu .category-item-image .image.hover,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category-item-image .image.hover {
  opacity: 0;
}
body.lang-az .header__categories--item-submenu .category-item .category-item__content,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category-item .category-item__content {
  margin-left: 15px;
  width: calc(100% - 55px);
}
body.lang-az .header__categories--item-submenu .category-item a:hover .category-item__content h6,
body.lang-az .header__categories--item-submenu .category-item a:hover .category-item__content p,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item__content h6,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item__content p {
  text-decoration: underline;
  text-decoration-color: #d7d7d7;
}
body.lang-az .header__categories--item-submenu .category-item a:hover .category-item-image .image.default,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item-image .image.default {
  opacity: 0;
}
body.lang-az .header__categories--item-submenu .category-item a:hover .category-item-image .image.hover,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item-image .image.hover {
  opacity: 1;
}
body.lang-az .header__categories--item-submenu .category h6,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  transition: 0.4s;
}
body.lang-az .header__categories--item-submenu .category p,
body.lang-az .header .mobile-menu__menu-tab--categories--item-submenu .category p {
  font-size: 14px;
  font-weight: 400;
  transition: 0.4s;
}
body.lang-az .header__categories .header--btn,
body.lang-az .header .mobile-menu__menu-tab--categories .header--btn {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
  line-height: normal;
  width: 170px;
  height: 45px;
  padding: 7px 11px;
  background-color: transparent;
  border: 1.5px solid rgba(143, 143, 143, 0.4);
  border-radius: 2rem;
}
body.lang-az .header__categories .header--btn img,
body.lang-az .header .mobile-menu__menu-tab--categories .header--btn img {
  margin-right: 10px;
}
body.lang-az .header__categories .language,
body.lang-az .header .mobile-menu__menu-tab--categories .language {
  font-size: 18px;
  font-weight: 300;
  color: #929292;
  line-height: normal;
}
body.lang-az .header__categories .language img,
body.lang-az .header .mobile-menu__menu-tab--categories .language img {
  margin-left: 7px;
}
body.lang-az .header .mobile-menu__menu-icon i {
  font-size: 1.7rem;
  color: #004c8a;
  cursor: pointer;
}
body.lang-az .header .mobile-menu__menu-tab {
  padding: 1.5rem;
  position: fixed;
  top: 0;
  right: -45vw;
  width: 45vw;
  height: 100%;
  background-color: white;
  z-index: 10;
  transition: 0.4s ease-in;
}
body.lang-az .header .mobile-menu__menu-tab #close-icon {
  position: absolute;
  top: 1.5%;
  right: 6%;
  cursor: pointer;
}
body.lang-az .header .mobile-menu__menu-tab #close-icon i {
  font-size: 1.5rem;
  color: #004c8a;
}
body.lang-az .header .mobile-menu__menu-tab--categories {
  margin-top: 2rem;
  padding: 0;
}
body.lang-az .header .mobile-menu__menu-tab--categories--item {
  margin: 1rem 0;
  border: none !important;
}
body.lang-az .header .mobile-menu__menu-tab--categories--item a {
  font-weight: 500;
}
body.lang-az .header .mobile-menu__menu-tab--categories--item .accordion-button::after {
  background-size: contain;
}
body.lang-az .header .mobile-menu__menu-tab--categories--item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
body.lang-az .header .mobile-menu__menu-tab--categories--item .accordion-body {
  padding: 0;
}
body.lang-az .header .mobile-menu__menu-tab--categories--item .accordion-collapse {
  width: 100%;
  padding-left: 1rem;
}
body.lang-az .header .mobile-menu__menu-tab--categories--item .accordion-collapse li {
  border-bottom: 1px solid #929292;
  margin-bottom: 3px;
}
body.lang-az .header .mobile-menu__menu-tab--categories--item .accordion-collapse li a {
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
body.lang-az .header .mobile-menu__menu-tab .topbar-content .address {
  text-align: justify;
}
body.lang-az .header .mobile-menu__menu-tab .topbar-content .social-media i {
  margin-right: 1rem;
  color: #004c8a;
}
body.lang-az .header .mobile-menu__menu-tab.active {
  right: 0;
}

body.lang-ru .header {
  position: relative;
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  height: 102px;
  background-color: #fff;
}
body.lang-ru .header__categories--item,
body.lang-ru .header .mobile-menu__menu-tab--categories--item {
  height: 100%;
  display: flex;
  align-items: center;
  position: static !important;
  border-bottom: 4px solid transparent;
}
body.lang-ru .header__categories--item a,
body.lang-ru .header .mobile-menu__menu-tab--categories--item a {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  line-height: normal;
}
body.lang-ru .header__categories--item .dropdown-toggle,
body.lang-ru .header .mobile-menu__menu-tab--categories--item .dropdown-toggle {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 4px solid transparent;
}
body.lang-ru .header__categories--item .dropdown-toggle.show,
body.lang-ru .header .mobile-menu__menu-tab--categories--item .dropdown-toggle.show {
  border-bottom: 4px solid #25a4c9;
}
body.lang-ru .header__categories--item .dropdown-toggle::after,
body.lang-ru .header .mobile-menu__menu-tab--categories--item .dropdown-toggle::after {
  content: none;
}
body.lang-ru .header__categories--item.dropdown,
body.lang-ru .header .mobile-menu__menu-tab--categories--item.dropdown {
  border: none;
}
body.lang-ru .header__categories--item .dropdown-menu,
body.lang-ru .header .mobile-menu__menu-tab--categories--item .dropdown-menu {
  transform: none !important;
}
body.lang-ru .header__categories--item-submenu,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  position: absolute;
  z-index: 10;
  top: 100px !important;
  left: 0 !important;
  width: 100vw;
  background-color: #fff;
  min-height: 325px;
  border: none;
  border-top: 1px solid rgba(143, 143, 143, 0.4);
  border-radius: 0 !important;
}
body.lang-ru .header__categories--item-submenu .category,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category {
  padding: 0;
}
body.lang-ru .header__categories--item-submenu .category-item,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category-item {
  margin-bottom: 50px;
  padding-right: 50px;
  cursor: pointer;
}
body.lang-ru .header__categories--item-submenu .category-item .dropdown-item,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category-item .dropdown-item {
  white-space: normal !important;
}
body.lang-ru .header__categories--item-submenu .category-item .dropdown-item:hover,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category-item .dropdown-item:hover {
  background-color: transparent !important;
}
body.lang-ru .header__categories--item-submenu .category-item .dropdown-item:active,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category-item .dropdown-item:active {
  background-color: transparent !important;
  color: black;
}
body.lang-ru .header__categories--item-submenu .category-item-image,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category-item-image {
  width: 40px;
  height: 40px;
  position: relative;
}
body.lang-ru .header__categories--item-submenu .category-item-image .image,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category-item-image .image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s ease-in;
}
body.lang-ru .header__categories--item-submenu .category-item-image .image.hover,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category-item-image .image.hover {
  opacity: 0;
}
body.lang-ru .header__categories--item-submenu .category-item .category-item__content,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category-item .category-item__content {
  margin-left: 15px;
  width: calc(100% - 55px);
}
body.lang-ru .header__categories--item-submenu .category-item a:hover .category-item__content h6,
body.lang-ru .header__categories--item-submenu .category-item a:hover .category-item__content p,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item__content h6,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item__content p {
  text-decoration: underline;
  text-decoration-color: #d7d7d7;
}
body.lang-ru .header__categories--item-submenu .category-item a:hover .category-item-image .image.default,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item-image .image.default {
  opacity: 0;
}
body.lang-ru .header__categories--item-submenu .category-item a:hover .category-item-image .image.hover,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category-item a:hover .category-item-image .image.hover {
  opacity: 1;
}
body.lang-ru .header__categories--item-submenu .category h6,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  transition: 0.4s;
}
body.lang-ru .header__categories--item-submenu .category p,
body.lang-ru .header .mobile-menu__menu-tab--categories--item-submenu .category p {
  font-size: 14px;
  font-weight: 400;
  transition: 0.4s;
}
body.lang-ru .header__categories .header--btn,
body.lang-ru .header .mobile-menu__menu-tab--categories .header--btn {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
  line-height: normal;
  width: 200px;
  height: 45px;
  padding: 7px 11px;
  background-color: transparent;
  border: 1.5px solid rgba(143, 143, 143, 0.4);
  border-radius: 2rem;
}
body.lang-ru .header__categories .header--btn img,
body.lang-ru .header .mobile-menu__menu-tab--categories .header--btn img {
  margin-right: 10px;
}
body.lang-ru .header__categories .language,
body.lang-ru .header .mobile-menu__menu-tab--categories .language {
  font-size: 18px;
  font-weight: 300;
  color: #929292;
  line-height: normal;
}
body.lang-ru .header__categories .language img,
body.lang-ru .header .mobile-menu__menu-tab--categories .language img {
  margin-left: 7px;
}
body.lang-ru .header .mobile-menu__menu-icon i {
  font-size: 1.7rem;
  color: #004c8a;
  cursor: pointer;
}
body.lang-ru .header .mobile-menu__menu-tab {
  padding: 1.5rem;
  position: fixed;
  top: 0;
  right: -45vw;
  width: 45vw;
  height: 100%;
  background-color: white;
  z-index: 10;
  transition: 0.4s ease-in;
}
body.lang-ru .header .mobile-menu__menu-tab #close-icon {
  position: absolute;
  top: 1.5%;
  right: 6%;
  cursor: pointer;
}
body.lang-ru .header .mobile-menu__menu-tab #close-icon i {
  font-size: 1.5rem;
  color: #004c8a;
}
body.lang-ru .header .mobile-menu__menu-tab--categories {
  margin-top: 2rem;
  padding: 0;
}
body.lang-ru .header .mobile-menu__menu-tab--categories--item {
  margin: 1rem 0;
  border: none !important;
}
body.lang-ru .header .mobile-menu__menu-tab--categories--item a {
  font-weight: 500;
}
body.lang-ru .header .mobile-menu__menu-tab--categories--item .accordion-button::after {
  background-size: contain;
}
body.lang-ru .header .mobile-menu__menu-tab--categories--item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
body.lang-ru .header .mobile-menu__menu-tab--categories--item .accordion-body {
  padding: 0;
}
body.lang-ru .header .mobile-menu__menu-tab--categories--item .accordion-collapse {
  width: 100%;
  padding-left: 1rem;
}
body.lang-ru .header .mobile-menu__menu-tab--categories--item .accordion-collapse li {
  border-bottom: 1px solid #929292;
  margin-bottom: 3px;
}
body.lang-ru .header .mobile-menu__menu-tab--categories--item .accordion-collapse li a {
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
body.lang-ru .header .mobile-menu__menu-tab .topbar-content .address {
  text-align: justify;
}
body.lang-ru .header .mobile-menu__menu-tab .topbar-content .social-media i {
  margin-right: 1rem;
  color: #004c8a;
}
body.lang-ru .header .mobile-menu__menu-tab.active {
  right: 0;
}

@media only screen and (max-width: 1850px) {
  body.lang-tr .header__categories--item a {
    font-size: 16px;
    margin-right: 1.2em;
    white-space: nowrap;
  }
  body.lang-tr .header__categories .header--btn {
    font-size: 16px;
    width: 150px;
    height: 35px;
    padding: 5px 12px;
    white-space: nowrap;
  }
  body.lang-tr .header__categories .language {
    font-size: 16px;
  }
  body.lang-en .header__categories--item a {
    font-size: 16px;
    margin-right: 1.2em;
    white-space: nowrap;
  }
  body.lang-en .header__categories .header--btn {
    font-size: 16px;
    width: 150px;
    height: 35px;
    padding: 5px 12px;
    white-space: nowrap;
  }
  body.lang-en .header__categories .language {
    font-size: 16px;
  }
  body.lang-az .header__categories--item a {
    font-size: 16px;
    margin-right: 1.2em;
    white-space: nowrap;
  }
  body.lang-az .header__categories .header--btn {
    font-size: 14px;
    width: 150px;
    height: 35px;
    padding: 5px 12px;
    white-space: nowrap;
  }
  body.lang-az .header__categories .language {
    font-size: 16px;
  }
  body.lang-ru .header__categories--item a {
    font-size: 16px;
    margin-right: 1.2em;
    white-space: nowrap;
  }
  body.lang-ru .header__categories .header--btn {
    font-size: 14px;
    letter-spacing: -0.5px;
    width: 170px;
    height: 35px;
    padding: 5px 12px;
    white-space: nowrap;
  }
  body.lang-ru .header__categories .language {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1550px) {
  body.lang-az .header, body.lang-tr .header {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
    height: 80px;
  }
  body.lang-az .header__categories--item a, body.lang-tr .header__categories--item a {
    font-size: 14px;
    margin-right: 1em;
    white-space: nowrap;
  }
  body.lang-az .header__categories--item-submenu, body.lang-tr .header__categories--item-submenu {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 220px;
    top: 78px !important;
    width: 100vw;
  }
  body.lang-az .header__categories--item-submenu .category-item, body.lang-tr .header__categories--item-submenu .category-item {
    margin-bottom: 20px;
    padding-right: 50px;
  }
  body.lang-az .header__categories--item-submenu .category-item-image, body.lang-tr .header__categories--item-submenu .category-item-image {
    width: 35px;
    height: 35px;
  }
  body.lang-az .header__categories--item-submenu .category-item__content, body.lang-tr .header__categories--item-submenu .category-item__content {
    width: calc(100% - 50px);
  }
  body.lang-az .header__categories--item-submenu .category h6, body.lang-tr .header__categories--item-submenu .category h6 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  body.lang-az .header__categories--item-submenu .category p, body.lang-tr .header__categories--item-submenu .category p {
    font-size: 10px;
  }
  body.lang-az .header__categories .header--btn, body.lang-tr .header__categories .header--btn {
    font-size: 12px;
    width: 150px;
    height: 35px;
    padding: 5px 12px;
    white-space: nowrap;
  }
  body.lang-az .header__categories .language, body.lang-tr .header__categories .language {
    font-size: 12px;
  }
  body.lang-az .header__logo img, body.lang-tr .header__logo img {
    height: 48px;
    width: auto;
    margin-right: 1em;
  }
  body.lang-en .header {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
    height: 80px;
  }
  body.lang-en .header__categories--item a {
    font-size: 14px;
    margin-right: 1em;
    white-space: nowrap;
  }
  body.lang-en .header__categories--item-submenu {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 220px;
    top: 78px !important;
    width: 100vw;
  }
  body.lang-en .header__categories--item-submenu .category-item {
    margin-bottom: 20px;
    padding-right: 50px;
  }
  body.lang-en .header__categories--item-submenu .category-item-image {
    width: 35px;
    height: 35px;
  }
  body.lang-en .header__categories--item-submenu .category-item__content {
    width: calc(100% - 50px);
  }
  body.lang-en .header__categories--item-submenu .category h6 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  body.lang-en .header__categories--item-submenu .category p {
    font-size: 10px;
  }
  body.lang-en .header__categories .header--btn {
    font-size: 12px;
    width: 150px;
    height: 35px;
    padding: 5px 12px;
    white-space: nowrap;
  }
  body.lang-en .header__categories .language {
    font-size: 12px;
  }
  body.lang-en .header__logo img {
    height: 48px;
    width: auto;
    margin-right: 1em;
  }
  body.lang-ru .header {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
    height: 80px;
  }
  body.lang-ru .header__categories--item a {
    font-size: 14px;
    margin-right: 1em;
    white-space: nowrap;
  }
  body.lang-ru .header__categories--item-submenu {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 220px;
    top: 78px !important;
    width: 100vw;
  }
  body.lang-ru .header__categories--item-submenu .category-item {
    margin-bottom: 20px;
    padding-right: 50px;
  }
  body.lang-ru .header__categories--item-submenu .category-item-image {
    width: 35px;
    height: 35px;
  }
  body.lang-ru .header__categories--item-submenu .category-item__content {
    width: calc(100% - 50px);
  }
  body.lang-ru .header__categories--item-submenu .category h6 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  body.lang-ru .header__categories--item-submenu .category p {
    font-size: 10px;
  }
  body.lang-ru .header__categories .header--btn {
    font-size: 12px;
    width: 150px;
    height: 35px;
    padding: 5px 12px;
    white-space: nowrap;
  }
  body.lang-ru .header__categories .language {
    font-size: 12px;
  }
  body.lang-ru .header__logo img {
    height: 48px;
    width: auto;
    margin-right: 1em;
  }
}
@media only screen and (max-width: 1200px) {
  body.lang-ru .header {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
  body.lang-ru .header .mobile-menu .topbar-content .address {
    text-align: justify;
  }
  body.lang-az .header {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
  body.lang-az .header .mobile-menu .topbar-content .address {
    text-align: justify;
  }
  body.lang-tr .header {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
  body.lang-tr .header .mobile-menu .topbar-content .address {
    text-align: justify;
  }
  body.lang-en .header {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
  body.lang-en .header .mobile-menu .topbar-content .address {
    text-align: justify;
  }
}
@media only screen and (max-width: 767px) {
  body.lang-az .header, body.lang-tr .header {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
  }
  body.lang-az .header__logo img, body.lang-tr .header__logo img {
    height: 30px;
  }
  body.lang-az .header .mobile-menu__menu-icon i, body.lang-tr .header .mobile-menu__menu-icon i {
    font-size: 1.3rem;
  }
  body.lang-az .header .mobile-menu__menu-tab, body.lang-tr .header .mobile-menu__menu-tab {
    right: -60vw;
    width: 60vw;
  }
  body.lang-az .header .mobile-menu__menu-tab #close-icon i, body.lang-tr .header .mobile-menu__menu-tab #close-icon i {
    font-size: 1.3rem;
  }
  body.lang-az .header .mobile-menu__menu-tab--categories .header--btn, body.lang-tr .header .mobile-menu__menu-tab--categories .header--btn {
    width: 130px;
    height: 35px;
    font-size: 12px;
    margin-bottom: 15px;
  }
  body.lang-az .header .mobile-menu__menu-tab--categories .language, body.lang-tr .header .mobile-menu__menu-tab--categories .language {
    font-size: 14px;
  }
  body.lang-az .header .mobile-menu__menu-tab--categories--item a, body.lang-tr .header .mobile-menu__menu-tab--categories--item a {
    font-size: 13px;
  }
  body.lang-az .header .mobile-menu__menu-tab--categories--item .accordion-collapse li a, body.lang-tr .header .mobile-menu__menu-tab--categories--item .accordion-collapse li a {
    font-size: 10px;
  }
  body.lang-az .header .mobile-menu__menu-tab .topbar-content p, body.lang-tr .header .mobile-menu__menu-tab .topbar-content p {
    font-size: 12px;
  }
  body.lang-az .header .mobile-menu__menu-tab .topbar-content .address, body.lang-tr .header .mobile-menu__menu-tab .topbar-content .address {
    text-align: start;
  }
  body.lang-en .header {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
  }
  body.lang-en .header__logo img {
    height: 30px;
  }
  body.lang-en .header .mobile-menu__menu-icon i {
    font-size: 1.3rem;
  }
  body.lang-en .header .mobile-menu__menu-tab {
    right: -60vw;
    width: 60vw;
  }
  body.lang-en .header .mobile-menu__menu-tab #close-icon i {
    font-size: 1.3rem;
  }
  body.lang-en .header .mobile-menu__menu-tab--categories .header--btn {
    width: 130px;
    height: 35px;
    font-size: 12px;
    margin-bottom: 15px;
  }
  body.lang-en .header .mobile-menu__menu-tab--categories .language {
    font-size: 14px;
  }
  body.lang-en .header .mobile-menu__menu-tab--categories--item a {
    font-size: 13px;
  }
  body.lang-en .header .mobile-menu__menu-tab--categories--item .accordion-collapse li a {
    font-size: 10px;
  }
  body.lang-en .header .mobile-menu__menu-tab .topbar-content p {
    font-size: 12px;
  }
  body.lang-en .header .mobile-menu__menu-tab .topbar-content .address {
    text-align: start;
  }
  body.lang-ru .header {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
  }
  body.lang-ru .header__logo img {
    height: 30px;
  }
  body.lang-ru .header .mobile-menu__menu-icon i {
    font-size: 1.3rem;
  }
  body.lang-ru .header .mobile-menu__menu-tab {
    right: -60vw;
    width: 60vw;
  }
  body.lang-ru .header .mobile-menu__menu-tab #close-icon i {
    font-size: 1.3rem;
  }
  body.lang-ru .header .mobile-menu__menu-tab--categories .header--btn {
    width: 130px;
    height: 35px;
    font-size: 12px;
    margin-bottom: 15px;
  }
  body.lang-ru .header .mobile-menu__menu-tab--categories .language {
    font-size: 14px;
  }
  body.lang-ru .header .mobile-menu__menu-tab--categories--item a {
    font-size: 13px;
  }
  body.lang-ru .header .mobile-menu__menu-tab--categories--item .accordion-collapse li {
    margin-top: 8px;
    border-bottom: 1px solid #929292;
  }
  body.lang-ru .header .mobile-menu__menu-tab--categories--item .accordion-collapse li a {
    font-size: 10px;
  }
  body.lang-ru .header .mobile-menu__menu-tab .topbar-content p {
    font-size: 12px;
  }
  body.lang-ru .header .mobile-menu__menu-tab .topbar-content .address {
    text-align: start;
  }
}
.footer {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  height: 385px;
  padding-top: 48px;
  padding-bottom: 42px;
  background-color: #004c8a;
}
.footer .company-info {
  margin-bottom: 50px;
}
.footer .company-info__logo img {
  margin-bottom: 40px;
}
.footer .company-info__logo h1 {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 25px;
  opacity: 0.6;
}
.footer .company-info__category ul li {
  margin-bottom: 10px;
}
.footer .company-info__category ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  margin-bottom: 30px;
}
.footer .company-info__address, .footer .company-info__contact {
  color: #fff;
  max-width: 250px;
}
.footer .company-info__address--title, .footer .company-info__contact--title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
}
.footer .company-info__address--contact, .footer .company-info__address--info, .footer .company-info__contact--contact, .footer .company-info__contact--info {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
  opacity: 0.6;
}
.footer .company-info__address--contact p, .footer .company-info__contact--contact p {
  margin-bottom: 10px;
}
.footer hr {
  color: #ededed;
  height: 1px;
}
.footer .all-rights__text {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: normal;
  opacity: 0.6;
}
.footer .all-rights__social-media i {
  font-size: 1.2rem;
  color: #fff;
  margin-left: 10px;
}
.footer_partnerships {
  margin-top: 15px;
  height: 50px;
}
.footer_partnerships-title {
  font-weight: 500;
  font-family: "Manrope";
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
}
.footer_partnerships-col {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_partnerships-col img {
  aspect-ratio: 1.5/1;
}

@media screen and (max-width: 1550px) {
  .footer {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .footer .company-info {
    margin-bottom: 45px;
  }
  .footer .company-info__logo img {
    margin-bottom: 25px;
    width: auto;
    height: 48px;
  }
  .footer .company-info__logo h1 {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .company-info__category ul li {
    margin-bottom: 5px;
  }
  .footer .company-info__category ul li a {
    font-size: 14px;
  }
  .footer .company-info__address--title, .footer .company-info__contact--title {
    font-size: 14px;
  }
  .footer .company-info__address--contact, .footer .company-info__address--info, .footer .company-info__contact--contact, .footer .company-info__contact--info {
    font-size: 14px;
    line-height: 15px;
    width: 70%;
  }
  .footer .company-info__address--contact p, .footer .company-info__contact--contact p {
    margin-bottom: 10px;
  }
  .footer .all-rights__text {
    font-size: 14px;
  }
  .footer .all-rights__social-media i {
    color: #fff;
    font-size: 1.2rem;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .footer_partnerships {
    margin-top: 15px;
    height: 120px;
  }
  .footer_partnerships-title {
    font-weight: 500;
    font-family: "Manrope";
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
  }
  .footer_partnerships-col {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer_partnerships-col img {
    aspect-ratio: 1.2/1;
    height: 70px !important;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .footer .company-info {
    width: 100%;
    padding-right: 50px !important;
    padding-left: 50px !important;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .footer .company-info__address, .footer .company-info__contact {
    max-width: 180px;
  }
  .footer .company-info__contact--info {
    margin-bottom: 5px;
    width: 100%;
  }
  .footer .company-info__contact--contact p {
    margin: 0 10px 5px 0;
    font-weight: 600;
  }
  .footer .company-info__address--info, .footer .company-info__address--contact {
    width: 100%;
  }
  .footer .all-rights {
    width: 100%;
    padding-right: 50px !important;
    padding-left: 50px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .footer_partnerships {
    margin-top: 15px;
    height: auto;
  }
  .footer_partnerships-title {
    font-weight: 500;
    font-family: "Manrope";
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
  }
  .footer_partnerships-col {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer_partnerships-col img {
    aspect-ratio: 1.2/1;
    height: 90px !important;
  }
}
@media screen and (max-width: 991px) {
  .company-info__contact--contact, .company-info__address--contact {
    display: flex;
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer .company-info {
    width: 100%;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .footer .company-info__address {
    margin-bottom: 15px;
  }
  .footer .company-info__address--info {
    margin-bottom: 5px;
  }
  .footer .company-info__address--contact p {
    margin: 0 10px 5px 0;
    font-weight: 600;
  }
  .footer .all-rights {
    width: 100%;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .footer .all-rights__text {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .footer .all-rights__social-media i {
    font-size: 0.9rem;
  }
  .footer_partnerships {
    margin-top: 15px;
    height: auto;
  }
  .footer_partnerships-title {
    font-weight: 500;
    font-family: "Manrope";
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
  }
  .footer_partnerships-col {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer_partnerships-col img {
    aspect-ratio: 1.2/1;
    height: 90px !important;
  }
}
.topbar {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  height: 55px;
  background-color: #004c8a;
}
.topbar-content {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
}
.topbar-content__contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.topbar-content__contact p {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: normal;
  font-family: "Manrope", sans-serif;
  margin: 0 24px 0 0;
  padding: 0;
  white-space: nowrap;
}
.topbar-content__contact span {
  width: 1px;
  height: 16px;
  background-color: #fff;
  margin-right: 24px;
}
.topbar-content__social-media i {
  color: #fff;
  font-size: 1.2rem;
  margin-left: 10px;
}

@media screen and (max-width: 1550px) {
  .topbar {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
    height: 45px;
  }
  .topbar-content__contact p {
    font-size: 10px;
  }
  .topbar-content__contact span {
    margin-right: 12px;
  }
}
#home-banner {
  position: relative;
}
#home-banner .dropdown-status {
  display: none !important;
}
#home-banner .banner-image {
  width: 100%;
  height: auto;
  max-height: 600px;
}
#home-banner .banner-text {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  position: absolute;
  top: 0;
}
#home-banner .banner-text.sub .banner-text__header {
  margin-top: 146px;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
#home-banner .banner-text.sub .banner-text__text {
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  color: #fff;
  text-align: start;
}
#home-banner .banner-text__date {
  margin-top: -40px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.5px;
}
#home-banner .banner-text__header {
  margin-top: 113px;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
#home-banner .banner-text__header.dark {
  color: black;
}
#home-banner .banner-text__description {
  margin: 50px 0;
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  font-weight: normal;
}
#home-banner .banner-text__dropdown {
  margin-bottom: 30px;
}
#home-banner .banner-text__dropdown-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.5px;
  opacity: 1 !important;
}
#home-banner .banner-text__dropdown a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  opacity: 0.5;
  margin-right: 15px;
}
#home-banner .banner-text__dropdown a.dark {
  color: black;
}
#home-banner .banner-text__dropdown img {
  margin-right: 10px;
}
#home-banner .banner-text__dropdown .dropdown #hero-banner-dropdown-name,
#home-banner .banner-text__dropdown .dropdown-center #hero-banner-dropdown-name {
  background-color: #fff !important;
  color: #666666;
  opacity: 1;
  border: none;
}
#home-banner .banner-text__dropdown .dropdown .dropdown-item,
#home-banner .banner-text__dropdown .dropdown-center .dropdown-item {
  color: black !important;
}
#home-banner .banner-text__dropdown .dropdown .dropdown-menu .dropdown-submenu,
#home-banner .banner-text__dropdown .dropdown-center .dropdown-menu .dropdown-submenu {
  position: relative;
}
#home-banner .banner-text__dropdown .dropdown .dropdown-menu .dropdown-submenu li:hover,
#home-banner .banner-text__dropdown .dropdown-center .dropdown-menu .dropdown-submenu li:hover {
  background: #fff;
}
#home-banner .banner-text__dropdown .dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu,
#home-banner .banner-text__dropdown .dropdown-center .dropdown-menu .dropdown-submenu > .dropdown-menu {
  left: 100%;
  top: -6px;
}
#home-banner .banner-text__dropdown .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
#home-banner .banner-text__dropdown .dropdown .dropdown-menu .dropdown-submenu > a:focus + .dropdown-menu,
#home-banner .banner-text__dropdown .dropdown .dropdown-menu .dropdown-submenu > a:active + .dropdown-menu,
#home-banner .banner-text__dropdown .dropdown-center .dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
#home-banner .banner-text__dropdown .dropdown-center .dropdown-menu .dropdown-submenu > a:focus + .dropdown-menu,
#home-banner .banner-text__dropdown .dropdown-center .dropdown-menu .dropdown-submenu > a:active + .dropdown-menu {
  display: block;
}
#home-banner .banner-text__dropdown .dropdown .sub-menu-item,
#home-banner .banner-text__dropdown .dropdown-center .sub-menu-item {
  white-space: nowrap;
  padding-left: 10px;
}
#home-banner .banner-text__dropdown .dropdown .sub-menu-item a,
#home-banner .banner-text__dropdown .dropdown-center .sub-menu-item a {
  color: black;
  cursor: pointer;
}

@media screen and (max-width: 1550px) {
  #home-banner .banner-text {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  #home-banner .banner-text.sub .banner-text__header {
    margin-top: 100px;
    font-size: 32px;
  }
  #home-banner .banner-text.sub .banner-text__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
  }
  #home-banner .banner-text__header {
    margin-top: 70px;
    font-size: 40px;
  }
  #home-banner .banner-text__dropdown {
    margin-bottom: 20px;
  }
  #home-banner .banner-text__dropdown a,
  #home-banner .banner-text__dropdown i {
    font-size: 13px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #home-banner .banner-image {
    height: 270px;
    object-fit: cover;
    object-position: center;
  }
  #home-banner .banner-text {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  #home-banner .banner-text__header {
    margin-top: 70px;
    font-size: 32px;
  }
  #home-banner .banner-text.sub .banner-text__header {
    margin-top: 50px;
    font-size: 20px;
  }
  #home-banner .banner-text.sub .banner-text__text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
  }
  #home-banner .banner-text__dropdown {
    margin-bottom: 20px;
  }
  #home-banner .banner-text__dropdown a,
  #home-banner .banner-text__dropdown i {
    font-size: 13px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #home-banner .banner-image {
    filter: brightness(0.5);
    height: 230px;
  }
  #home-banner .banner-text {
    align-items: start;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  #home-banner .banner-text__header {
    margin-top: 30px;
    font-size: 28px;
  }
  #home-banner .banner-text__date {
    margin: 10px 0;
  }
  #home-banner .banner-text.sub .banner-text__header {
    margin-top: 10px;
    font-size: 18px;
  }
  #home-banner .banner-text.sub .banner-text__text {
    font-size: 10px;
    text-align: justify;
  }
  #home-banner .banner-text__dropdown {
    margin-bottom: 20px;
  }
  #home-banner .banner-text__dropdown a,
  #home-banner .banner-text__dropdown i {
    font-size: 10px;
    margin-right: 6px;
    opacity: 0.8;
  }
  #home-banner .banner-text__dropdown .sub-menu-item {
    position: relative;
  }
  #home-banner .banner-text__dropdown .sub-menu-item:hover, #home-banner .banner-text__dropdown .sub-menu-item:active, #home-banner .banner-text__dropdown .sub-menu-item:focus {
    background: transparent;
    border: none;
  }
  #home-banner .banner-text__dropdown .dropdown-menu {
    left: -50px !important;
    margin-left: 60px;
    border: none;
    margin-top: 5px;
    width: 100%;
  }
  #home-banner .banner-text__dropdown .dropdown-menu .dropdown-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 450px) {
  #home-banner .banner-text {
    align-items: start;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  #home-banner .banner-text__header {
    margin-top: 60px;
    font-size: 18px;
  }
  #home-banner .banner-text__date {
    font-size: 12px;
  }
  #home-banner .banner-text__dropdown-title {
    letter-spacing: -0.5px;
    display: none;
  }
}
#back-to-top {
  z-index: 8;
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 120px;
  left: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 1550px) {
  #back-to-top {
    right: 30px;
    bottom: 120px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  #back-to-top {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  #back-to-top {
    right: 20px;
    bottom: 80px;
    width: 45px;
    height: 45px;
  }
  #back-to-top img {
    width: 30%;
    height: auto;
  }
}
#lets-call-you {
  transition: 0.5s;
  position: fixed;
  z-index: 5;
  right: 50px;
  bottom: 50px;
  width: 195px;
  height: 45px;
  background-color: #004c8a;
  border-radius: 1.4rem;
  padding: 12px 22px;
  cursor: pointer;
  border: 3px solid #fff;
}
#lets-call-you p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  line-height: 12px !important;
}
@media only screen and (max-width: 1550px) {
  #lets-call-you p {
    font-size: 16px;
    line-height: 30px;
  }
}
#lets-call-you .phone {
  z-index: 7;
  position: absolute;
  top: -14px;
  right: -40px;
  bottom: auto;
  left: auto;
  width: 64px;
  height: 64px;
  background-color: #25a4c9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #fff;
}
#lets-call-you .form-content {
  display: none;
  z-index: 6;
  position: absolute;
  top: auto;
  right: -10px;
  bottom: 0;
  left: auto;
  width: 353px;
  height: auto;
  background-color: #fff;
  padding: 35px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 35px;
}
#lets-call-you .form-content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #262626;
  line-height: normal;
  margin: 1rem 0;
}
#lets-call-you .form-content input {
  font-size: 14px;
}
#lets-call-you .form-content input::placeholder {
  font-size: 13px;
  font-weight: 600;
  color: #8a8a8a;
  line-height: normal;
}
#lets-call-you .form-content #text {
  font-size: 11px;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
  margin-top: 0.2rem;
  letter-spacing: -0.2px;
  line-height: 16px;
}
#lets-call-you .form-content #text a {
  font-weight: 800;
  text-decoration: underline !important;
}
#lets-call-you .form-content textarea {
  padding: 0.7rem;
  font-size: 14px;
  height: 80px !important;
}
#lets-call-you .form-content #checkbox {
  margin-top: 0.4rem;
}
#lets-call-you .form-content .form-button {
  width: 100%;
  background-color: #004c8a;
  color: #fff;
  font-weight: 600;
}
#lets-call-you .form-content.active {
  display: flex;
}

@media screen and (max-width: 1550px) {
  #lets-call-you {
    width: 165px;
    height: 35px;
    padding: 6px 15px;
    bottom: 50px;
  }
  #lets-call-you p {
    line-height: 12px !important;
  }
  #lets-call-you .phone {
    width: 65px;
    height: 65px;
  }
  #lets-call-you .form-content {
    width: 300px;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    bottom: -2px;
  }
  #lets-call-you .form-content h2 {
    font-size: 15px;
  }
  #lets-call-you .form-content input {
    font-size: 12px;
  }
  #lets-call-you .form-content input::placeholder {
    font-size: 12px;
  }
  #lets-call-you .form-content #text {
    font-size: 10px;
    line-height: 15px;
  }
  #lets-call-you .form-content textarea {
    font-size: 12px;
    height: 140px !important;
  }
  body.lang-ru #lets-call-you {
    width: 180px;
    height: 35px;
    padding: 10px 10px;
    bottom: 50px;
  }
  body.lang-ru #lets-call-you p {
    line-height: 12px !important;
  }
  body.lang-ru #lets-call-you .phone {
    width: 65px;
    height: 65px;
  }
  body.lang-ru #lets-call-you .form-content {
    width: 300px;
    height: 600px;
    padding: 20px;
    border-radius: 20px;
    bottom: -2px;
  }
  body.lang-ru #lets-call-you .form-content h2 {
    font-size: 15px;
  }
  body.lang-ru #lets-call-you .form-content input {
    font-size: 12px;
  }
  body.lang-ru #lets-call-you .form-content input::placeholder {
    font-size: 12px;
  }
  body.lang-ru #lets-call-you .form-content #text {
    font-size: 10px;
    line-height: 15px;
  }
  body.lang-ru #lets-call-you .form-content textarea {
    font-size: 12px;
    height: 140px !important;
  }
}
@media screen and (max-width: 1200px) {
  #lets-call-you {
    width: 145px;
    height: 30px;
    right: 60px;
    padding: 4px 10px;
  }
  #lets-call-you p {
    font-size: 14px;
  }
  #lets-call-you .phone {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #lets-call-you {
    width: 115px;
    height: 25px;
    padding: 2px 15px;
    bottom: 30px;
    right: 50px;
    border: 2px solid #fff;
  }
  #lets-call-you p {
    font-size: 11px;
    line-height: 15px !important;
  }
  #lets-call-you .phone {
    width: 45px;
    height: 45px;
    z-index: 7;
    position: absolute;
    top: -10px;
    right: -30px;
    bottom: auto;
    left: auto;
    border: 2px solid #fff;
  }
  #lets-call-you .phone img {
    width: 60%;
    height: auto;
  }
  #lets-call-you .form-content {
    height: auto;
    border-radius: 15px;
  }
  #lets-call-you .form-content textarea {
    height: 80px !important;
  }
}
@media screen and (max-width: 374px) {
  #lets-call-you {
    right: 30px;
  }
  #lets-call-you .form-content {
    width: 280px;
    height: 530px;
    padding: 10px;
  }
}
#language button,
#language li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #929292;
  width: auto !important;
}
#language button {
  border: none !important;
  background: transparent;
}
#language .dropdown-toggle::after {
  content: none !important;
}
#language img {
  margin-left: 0.5rem;
}

@media screen and (max-width: 1550px) {
  #language button,
  #language li {
    font-size: 16px;
    font-weight: 400;
  }
}
.cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  flex-wrap: wrap;
}
.cookies_text {
  color: #fff;
  margin-right: 4px;
}
.cookies_link {
  margin-right: 4px;
}
.cookies_link a {
  color: #25a4c9;
}
.cookies_btn {
  border-color: #fff;
  color: #fff;
}
.cookies_btn:hover {
  border-color: #25a4c9;
  color: #25a4c9;
}

.slider {
  width: 100%;
  height: 840px;
}
.slider .swiper .swiper-slide {
  position: relative;
}
.slider .swiper .swiper-slide img {
  object-fit: cover;
}
.slider .swiper .swiper-slide .slider-content {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.slider .swiper .swiper-slide .slider-content--title {
  font-size: 60px;
  font-weight: lighter;
  color: #fff;
  line-height: 75px;
  width: 600px;
  margin-bottom: 100px;
}
.slider .swiper .swiper-slide .slider-content--title .bold-text {
  font-weight: 700;
  white-space: nowrap;
}
.slider .swiper .swiper-slide .slider-content--link {
  font-size: 32px;
  font-weight: lighter;
  color: #fff;
  line-height: normal;
}
.slider .swiper .swiper-slide .slider-content--link img {
  margin-left: 32px;
}
.slider .swiper .swiper-button-next,
.slider .swiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.slider .swiper .swiper-button-next:after,
.slider .swiper .swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
}
.slider .swiper .swiper-button-next {
  right: 3% !important;
}
.slider .swiper .swiper-button-prev {
  left: 3% !important;
}

@media screen and (max-width: 1550px) {
  .slider {
    width: 100%;
    height: 670px;
  }
  .slider .swiper .swiper-slide .slider-content {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .slider .swiper .swiper-slide .slider-content--title {
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 70px;
  }
  .slider .swiper .swiper-slide .slider-content--link {
    font-size: 28px;
  }
  .slider .swiper .swiper-slide .slider-content--link img {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .slider {
    width: 100%;
    height: 640px;
  }
  .slider .swiper .swiper-slide .slider-content {
    width: 100%;
    padding-right: 80px !important;
    padding-left: 80px !important;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    width: 100%;
    height: 320px;
  }
  .slider .swiper .swiper-slide img {
    filter: brightness(0.5);
    object-fit: cover;
    object-position: right;
  }
  .slider .swiper .swiper-slide .slider-content {
    width: 100%;
    padding-right: 50px !important;
    padding-left: 50px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .slider .swiper .swiper-slide .slider-content--title {
    font-size: 25px;
    font-weight: lighter;
    color: #fff;
    line-height: 35px;
    margin-bottom: 20px;
    width: 300px;
  }
  .slider .swiper .swiper-slide .slider-content--title .bold-text {
    font-weight: 600;
  }
  .slider .swiper .swiper-slide .slider-content--link {
    font-size: 20px;
    font-weight: lighter;
    color: #fff;
    line-height: normal;
  }
  .slider .swiper .swiper-slide .slider-content--link img {
    margin-left: 15px;
  }
  .slider .swiper .swiper-button-next,
  .slider .swiper .swiper-button-prev {
    top: 60% !important;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .slider .swiper .swiper-button-next:after,
  .slider .swiper .swiper-button-prev:after {
    font-size: 15px;
    color: black;
  }
  .slider .swiper .swiper-button-next {
    right: 2% !important;
  }
  .slider .swiper .swiper-button-prev {
    left: 2% !important;
  }
}
@media screen and (max-width: 374px) {
  .slider {
    width: 100%;
    height: 270px;
  }
  .slider .swiper .swiper-slide .slider-content {
    width: 100%;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .slider .swiper .swiper-slide .slider-content--title {
    font-size: 20px;
    font-weight: lighter;
    color: #fff;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .slider .swiper .swiper-slide .slider-content--link {
    font-size: 15px;
    font-weight: lighter;
    color: #fff;
    line-height: normal;
  }
  .slider .swiper .swiper-slide .slider-content--link img {
    margin-left: 10px;
    width: 20px;
    height: auto;
  }
  .slider .swiper .swiper-button-next,
  .slider .swiper .swiper-button-prev {
    top: 80% !important;
    width: 27px;
    height: 27px;
  }
}
.our-products {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  margin: 150px 0px 0 0;
}
.our-products__header {
  margin-bottom: 85px;
}
.our-products__boxes-item {
  width: 465px;
  height: 255px;
  margin: 0 20px 20px 0;
  overflow: hidden;
  position: relative;
  border-radius: 0.7rem;
  background-size: cover;
}
.our-products__boxes-item--content {
  width: 70%;
  height: 100%;
  padding: 30px;
}
.our-products__boxes-item--content .box-title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: normal;
  margin-bottom: 20px;
}
.our-products__boxes-item--content .box-info {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: normal;
}
.our-products__boxes-item--content .box-link {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: normal;
}
.our-products__boxes-item--content .box-link img {
  margin: 0 0 2px 6px;
}

body.lang-ru .our-products__boxes-item--content {
  width: 60%;
  height: 100%;
}

@media screen and (max-width: 1550px) {
  body.lang-ru .our-products__boxes-item {
    width: 45%;
    height: 200px;
  }
  body.lang-ru .our-products__boxes-item--content {
    width: 60%;
    height: 100%;
  }
  .our-products {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
    margin: 90px 0px 140px 0;
  }
  .our-products__header {
    margin-bottom: 70px;
  }
  .our-products__boxes-item {
    width: 35%;
    height: 205px;
  }
  .our-products__boxes-item--img {
    height: 200px;
  }
  .our-products__boxes-item--content .box-title {
    font-size: 24px;
  }
  .our-products__boxes-item--content .box-info {
    font-size: 12px;
  }
  .our-products__boxes-item--content .box-link {
    font-weight: 600;
    font-size: 13px;
  }
  .our-products__boxes-item--content .box-link img {
    margin: 0 0 0px 4px;
  }
}
@media screen and (max-width: 1200px) {
  .our-products {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin: 50px 0px 100px 0;
  }
  .our-products__header {
    margin-bottom: 45px;
  }
  .our-products__boxes-item {
    width: 45%;
    height: 160px;
  }
  .our-products__boxes-item--img {
    height: 160px;
  }
  .our-products__boxes-item--content {
    padding: 20px;
  }
  .our-products__boxes-item--content .box-title {
    font-size: 21px;
  }
  .our-products__boxes-item--content .box-info {
    font-size: 11px;
  }
  .our-products__boxes-item--content .box-link {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.lang-ru .our-products__boxes-item {
    width: 100%;
    height: 200px;
  }
  body.lang-ru .our-products__boxes-item--content {
    width: 60%;
    height: 100%;
  }
  .our-products {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin: 40px 0px 60px 0;
  }
  .our-products__header {
    margin-bottom: 25px;
  }
  .our-products__boxes-item {
    margin: 0 0 10px 0;
    width: 100%;
    height: 180px;
  }
  .our-products__boxes-item--content {
    width: 60%;
    height: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 374px) {
  .our-products {
    margin: 40px 0px 30px 0;
  }
}
.dark-background {
  background-image: url("/assets/home/images/pages/home/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 150px;
  padding-bottom: 300px;
}

@media screen and (max-width: 1550px) {
  .dark-background {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .dark-background {
    padding-top: 70px;
    background-size: cover;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .dark-background {
    padding-top: 40px;
  }
}
.who-we-are {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 150px;
}
.who-we-are__image {
  height: 382px;
  border-radius: 1rem;
  overflow: hidden;
}
.who-we-are__image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.who-we-are__desc h2 {
  font-size: 28px;
  font-weight: 800;
  color: #262626;
  line-height: normal;
}
.who-we-are__desc--text {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  line-height: 40px;
}
@media only screen and (max-width: 1550px) {
  .who-we-are__desc--text {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1550px) {
  .who-we-are {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 160px;
  }
  .who-we-are__image {
    height: 302px;
    margin-right: 2rem;
  }
  .who-we-are__desc h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1200px) {
  .who-we-are {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
  }
  .who-we-are__image {
    margin: auto;
  }
  .who-we-are__desc {
    margin-top: 50px;
  }
  .who-we-are__desc--text {
    font-size: 15px;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .who-we-are {
    margin-bottom: 100px !important;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
  .who-we-are__image {
    height: 220px;
    border-radius: 0.6rem;
  }
  .who-we-are__image img {
    object-fit: contain;
  }
  .who-we-are__desc h2 {
    font-size: 21px;
  }
  .who-we-are__desc--text {
    font-size: 12px;
    line-height: 25px;
  }
}
@media screen and (max-width: 374px) {
  .who-we-are {
    margin-bottom: 25px;
  }
  .who-we-are__image {
    height: 170px;
  }
}
.our-services {
  width: 100%;
  margin-bottom: 150px;
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
}
.our-services__header a {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
}
.our-services__header a img {
  margin-left: 6px;
}
@media only screen and (max-width: 1550px) {
  .our-services__header a {
    font-size: 13px;
  }
}
.our-services__slider {
  position: relative;
}
.our-services__slider .swiper {
  padding-bottom: 50px;
}
.our-services__slider .swiper-slide {
  width: 23.5%;
  height: 395px;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.our-services__slider .swiper-slide .slide-image {
  width: 100%;
  height: 63%;
}
.our-services__slider .swiper-slide h5 {
  font-size: 17px;
  font-weight: 600;
  color: #262626;
  line-height: normal;
  margin: 38px 0 25px 30px;
}
.our-services__slider .swiper-slide a {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  margin-left: 30px;
}
.our-services__slider .swiper-slide a img {
  margin-left: 6px;
}
@media only screen and (max-width: 1550px) {
  .our-services__slider .swiper-slide a {
    font-size: 13px;
  }
}
.our-services__slider .swiper-slide img {
  object-fit: cover;
}
.our-services__slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #b6b6b6;
}
.our-services__slider .swiper-pagination-bullet-active {
  background-color: #666666;
}
.our-services__slider .swiper-button-next-uniqe,
.our-services__slider .swiper-button-prev-uniqe {
  position: absolute;
  z-index: 4;
  top: 40%;
  width: 45px;
  height: 45px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-services__slider .swiper-button-next-uniqe i,
.our-services__slider .swiper-button-prev-uniqe i {
  font-size: 1.2rem;
  color: #666666;
}
.our-services__slider .swiper-button-disabled {
  opacity: 0.4;
  background-color: transparent;
}
.our-services__slider .swiper-button-next-uniqe {
  right: -7% !important;
}
.our-services__slider .swiper-button-prev-uniqe {
  left: -7% !important;
}

@media screen and (max-width: 1550px) {
  .our-services {
    margin-bottom: 80px;
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .our-services__slider .swiper-slide {
    height: 325px;
  }
  .our-services__slider .swiper-slide h5 {
    font-size: 15px;
    margin-top: 25px;
    margin-left: 25px;
  }
  .our-services__slider .swiper-slide a {
    margin-top: 38px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .our-services {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
  }
  .our-services__slider .swiper-slide {
    height: 325px;
  }
  .our-services__slider .swiper-slide h5 {
    font-size: 15px;
    margin-top: 25px;
    margin-left: 10px;
  }
  .our-services__slider .swiper-slide a {
    margin-top: 38px;
    margin-left: 25px;
  }
  .our-services__slider .swiper-button-next-uniqe {
    right: -1.5% !important;
  }
  .our-services__slider .swiper-button-prev-uniqe {
    left: -1.5% !important;
  }
  .our-services__slider .swiper-button-disabled {
    opacity: 0.4;
    background-color: #fff;
  }
}
@media screen and (max-width: 374px) {
  .our-services__slider .swiper h5 {
    margin-top: 15px;
  }
  .our-services__slider .swiper a {
    margin-top: 15px;
    margin-left: 10px;
  }
  .our-services__slider .swiper-button-next-uniqe,
  .our-services__slider .swiper-button-prev-uniqe {
    width: 30px;
    height: 30px;
  }
  .our-services__slider .swiper-button-next-uniqe i,
  .our-services__slider .swiper-button-prev-uniqe i {
    font-size: 0.7rem;
  }
  .our-services__slider .swiper-button-next-uniqe {
    right: -4% !important;
  }
  .our-services__slider .swiper-button-prev-uniqe {
    left: -4% !important;
  }
  .our-services__slider .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.sector {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  height: 600px;
  margin-bottom: 150px;
  margin-top: -300px;
}
.sector-content {
  position: relative;
  height: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
}
.sector-content--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .sector-content--image {
    object-position: -380px 0 !important;
  }
}
.sector-content--text {
  z-index: auto;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  padding: 150px 130px;
  width: 55%;
}
.sector-content--text h2 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
  margin-bottom: 32px;
}
.sector-content--text p {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  line-height: 40px;
}
@media only screen and (max-width: 1550px) {
  .sector-content--text p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1550px) {
  .sector {
    height: 470px;
    margin-bottom: 136px;
    margin-top: -240px;
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .sector-content--text {
    padding: 100px 100px;
  }
}
@media screen and (max-width: 1200px) {
  .sector {
    height: 340px;
    margin-bottom: 136px;
    margin-top: -245px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .sector-content--text {
    width: 60%;
    padding: 30px;
  }
  .sector-content--text h2 {
    font-size: 20px;
  }
  .sector-content--text p {
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .sector {
    height: 300px;
    margin-bottom: 116px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .sector-content--image {
    object-fit: cover;
    object-position: center;
  }
  .sector-content--text {
    width: 65%;
  }
  .sector-content--text h2 {
    font-size: 15px;
  }
  .sector-content--text p {
    font-size: 9px;
    text-align: start;
    line-height: 15px;
  }
  body.lang-ru .sector, body.lang-az .sector {
    height: 350px;
  }
}
@media screen and (max-width: 374px) {
  .sector-content--text {
    padding: 10px;
  }
  body.lang-ru .sector-content--text {
    width: 70%;
    padding: 12px;
  }
  body.lang-ru .sector-content--text h2 {
    margin: 0;
  }
}
.our-news {
  margin-bottom: 150px;
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
}
.our-news__header a {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
}
.our-news__header a img {
  margin-left: 6px;
}
@media only screen and (max-width: 1550px) {
  .our-news__header a {
    font-size: 13px;
  }
}
.our-news__slider .swiper {
  padding-bottom: 50px;
}
.our-news__slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #b6b6b6;
}
.our-news__slider .swiper-pagination-bullet-active {
  background-color: #666666;
}
.our-news__slider .swiper-slide {
  cursor: pointer;
  width: 22%;
  height: 375px;
  border-bottom: 1px solid #ededed;
}
.our-news__slider .swiper-slide .slide-image {
  width: 100%;
  height: 55%;
  border-radius: 0.5rem;
}
.our-news__slider .swiper-slide .slide-content {
  flex-grow: 1;
}
.our-news__slider .swiper-slide h5 {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
  line-height: 40px;
  line-height: 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 1550px) {
  .our-news__slider .swiper-slide h5 {
    font-size: 16px;
    line-height: 30px;
  }
}
.our-news__slider .swiper-slide .date {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  line-height: normal;
  margin-bottom: 20px;
}
.our-news__slider .swiper-slide img {
  object-fit: cover;
}

@media screen and (max-width: 1780px) {
  .our-news h5 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1550px) {
  .our-news {
    margin-bottom: 180px;
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .our-news__header a {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
  }
  .our-news__header a img {
    margin-left: 6px;
  }
}
@media only screen and (max-width: 1550px) and (max-width: 1550px) {
  .our-news__header a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1550px) {
  .our-news__slider .swiper-slide {
    height: 300px;
  }
  .our-news__slider .swiper-slide h5 {
    line-height: 25px;
    margin-top: 10px;
  }
  .our-news__slider .swiper-slide .date {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1440px) {
  .our-news h5 {
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1200px) {
  .our-news {
    margin-bottom: 90px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .our-news__header a {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
  }
  .our-news__header a img {
    margin-left: 6px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1550px) {
  .our-news__header a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .our-news__slider .swiper {
    width: 100%;
  }
  .our-news__slider .swiper-slide {
    height: 300px;
  }
  .our-news__slider .swiper-slide h5 {
    line-height: 25px;
    margin-top: 10px;
  }
  .our-news__slider .swiper-slide .date {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 374px) {
  .our-news__slider .swiper {
    width: 100%;
  }
}
.our-references {
  width: 100%;
  margin-bottom: 150px;
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
}
.our-references__header a {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
}
.our-references__header a img {
  margin-left: 6px;
}
@media only screen and (max-width: 1550px) {
  .our-references__header a {
    font-size: 13px;
  }
}
.our-references__slider {
  position: relative;
}
.our-references__slider .swiper {
  padding-bottom: 50px;
}
.our-references__slider .swiper-slide {
  width: auto;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 8px;
}
.our-references__slider .swiper-slide img {
  object-fit: cover;
}
.our-references__slider .swiper-button-next-uniqe,
.our-references__slider .swiper-button-prev-uniqe {
  position: absolute;
  z-index: 4;
  top: 30%;
  width: 45px;
  height: 45px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-references__slider .swiper-button-next-uniqe i,
.our-references__slider .swiper-button-prev-uniqe i {
  font-size: 1.2rem;
  color: #666666;
}
.our-references__slider .swiper-button-disabled {
  opacity: 0.4;
  background-color: transparent;
}
.our-references__slider .swiper-button-next-uniqe {
  right: -7% !important;
}
.our-references__slider .swiper-button-prev-uniqe {
  left: -7% !important;
}

@media screen and (max-width: 1550px) {
  .our-references {
    margin-bottom: 80px;
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .our-references__slider .swiper-slide h5 {
    font-size: 15px;
    margin-top: 25px;
    margin-left: 25px;
  }
  .our-references__slider .swiper-slide a {
    margin-top: 38px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .our-references {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
  }
  .our-references__slider .swiper-slide h5 {
    font-size: 15px;
    margin-top: 25px;
    margin-left: 10px;
  }
  .our-references__slider .swiper-slide a {
    margin-top: 38px;
    margin-left: 25px;
  }
  .our-references__slider .swiper-button-next-uniqe {
    right: -1.5% !important;
  }
  .our-references__slider .swiper-button-prev-uniqe {
    left: -1.5% !important;
  }
  .our-references__slider .swiper-button-disabled {
    opacity: 0.4;
    background-color: #fff;
  }
}
@media screen and (max-width: 374px) {
  .our-references__slider .swiper h5 {
    margin-top: 15px;
  }
  .our-references__slider .swiper a {
    margin-top: 15px;
    margin-left: 10px;
  }
  .our-references__slider .swiper-button-next-uniqe,
  .our-references__slider .swiper-button-prev-uniqe {
    width: 30px;
    height: 30px;
  }
  .our-references__slider .swiper-button-next-uniqe i,
  .our-references__slider .swiper-button-prev-uniqe i {
    font-size: 0.7rem;
  }
  .our-references__slider .swiper-button-next-uniqe {
    right: -4% !important;
  }
  .our-references__slider .swiper-button-prev-uniqe {
    left: -4% !important;
  }
  .our-references__slider .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.about {
  overflow: hidden;
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
}
.about .row:first-child {
  margin-top: 100px;
}
.about .row {
  margin-bottom: 100px;
}
.about_subtitle {
  font-weight: 600;
  color: #262626;
}
.about_description {
  font-size: 18px;
  color: #262626;
  line-height: 32px;
  font-weight: 500;
}
.about_img {
  border-radius: 30px;
  height: 650px;
  object-fit: cover;
  width: 100%;
}

.mission-vision {
  background: #f5f5f5;
}
.mission-vision_col {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mission-vision_vision, .mission-vision_mission {
  margin: 0;
}
.mission-vision_vision-subtitle, .mission-vision_mission-subtitle {
  font-weight: 600;
}
.mission-vision_vision-img, .mission-vision_mission-img {
  min-height: 600px;
  object-fit: cover;
}
.mission-vision_vision > .mission-vision_col:first-child {
  padding-left: 200px;
  padding-right: 200px;
}
.mission-vision_mission > .mission-vision_col:last-child {
  padding-left: 200px;
  padding-right: 200px;
}

.quality-policy {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 150px;
  margin-bottom: 150px;
  color: #fff;
}
.quality-policy .row {
  padding: 60px 90px 90px 60px;
  border-radius: 30px;
  background: #232426;
}
.quality-policy_img {
  margin-top: 100px;
  object-fit: cover;
}
.quality-policy_title {
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 35px;
}
.quality-policy_text {
  column-count: 2;
  gap: 150px;
  color: #838383;
  column-width: 100px;
}

.bgys {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}
.bgys-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: "Manrope", sans-serif;
}
.bgys-list {
  list-style-type: disc;
}
.bgys-list-item {
  margin-top: 50px;
}

@media screen and (max-width: 1550px) {
  .about, .quality-policy, .bgys {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .quality-policy {
    margin-top: 150px;
    margin-bottom: 150px;
    padding-left: 150px;
    padding-right: 150px;
    color: #fff;
  }
  .quality-policy .row {
    padding: 25px;
    margin: 0;
    border-radius: 30px;
    background: #232426;
  }
  .quality-policy_img {
    margin-top: 100px;
    object-fit: cover;
  }
  .quality-policy_title {
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 35px;
  }
  .quality-policy_text {
    column-count: 2;
    gap: 150px;
    color: #838383;
    column-width: 100px;
  }
  .mission-vision_vision > .mission-vision_col:first-child {
    padding-left: 150px;
    padding-right: 150px;
  }
  .mission-vision_mission > .mission-vision_col:last-child {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media screen and (max-width: 1440px) {
  .quality-policy {
    margin-top: 100px;
    margin-bottom: 100px;
    color: #fff;
    padding: 100px;
  }
  .quality-policy_img {
    margin-top: 100px;
    object-fit: cover;
  }
  .quality-policy_title {
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 35px;
  }
  .quality-policy_text {
    column-count: 2;
    gap: 100px;
    color: #838383;
    column-width: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .about, .quality-policy, .bgys {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .mission-vision_vision-img {
    min-height: 450px;
  }
  .mission-vision_vision-subtitle {
    line-height: 24px;
  }
  .mission-vision_vision-description {
    line-height: 20px;
  }
  .mission-vision_vision > .mission-vision_col:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mission-vision_mission-img {
    min-height: 450px;
  }
  .mission-vision_mission-subtitle {
    line-height: 24px;
  }
  .mission-vision_mission-description {
    line-height: 20px;
  }
  .mission-vision_mission > .mission-vision_col:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }
  .quality-policy {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 50px;
    color: #fff;
  }
  .quality-policy .row {
    flex-direction: column;
    border-radius: 30px;
  }
  .quality-policy_img {
    margin-top: 0;
    object-fit: cover;
    min-width: 100px;
    max-width: 150px;
  }
  .quality-policy__texts {
    margin-top: 25px;
    width: 100%;
    margin-left: 0;
  }
  .quality-policy_text {
    column-count: 1;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .about {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .about .row:first-child {
    margin-top: 80px;
  }
  .about .row {
    margin-bottom: 80px;
  }
  .about_description {
    font-size: 16px;
  }
  .about_img {
    border-radius: 30px;
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .quality-policy {
    margin-top: 12px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
  }
  .quality-policy .row {
    padding: 5px;
    background: #232426;
  }
  .quality-policy_img {
    object-fit: cover;
    margin-top: 25px;
    min-width: 120px;
    max-width: 120px;
  }
  .quality-policy_title {
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 35px;
  }
  .bgys {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
  .bgys-title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: "Manrope", sans-serif;
    margin-bottom: 25px;
  }
  .bgys .row > div {
    margin-left: 0;
  }
  .bgys-list {
    list-style-type: disc;
  }
  .bgys-list-item {
    margin-top: 50px;
  }
  .mission-vision_vision {
    flex-direction: column-reverse;
  }
  .mission-vision_vision-img, .mission-vision_mission-img {
    margin-bottom: 25px;
    margin-top: 50px;
    min-height: 300px;
    max-height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .about {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .about .row:first-child {
    margin-top: 50px;
  }
  .about .row {
    margin-bottom: 50px;
  }
  .about_img {
    border-radius: 30px;
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .bgys {
    position: relative;
    overflow: hidden;
  }
  .bgys .row {
    margin: 0;
  }
  .bgys .row .row > div {
    margin: 0;
  }
}
.sis {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
.sis-row {
  margin: 0;
  background-color: #fff;
}
.sis-row > div {
  margin: 0;
  padding: 0;
}
.sis-row:nth-child(2n+1) .sis_texts--title {
  font-weight: 600;
  color: #25a4c9;
  font-size: 28px;
  margin-bottom: 25px;
}
.sis-row:nth-child(2n) .sis_texts--title {
  font-weight: 600;
  color: #004c8a;
  font-size: 28px;
  margin-bottom: 25px;
}
.sis_col {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sis_texts {
  flex-direction: column;
  display: flex;
  justify-content: center;
  height: 100%;
  padding-right: 200px;
  padding-left: 200px;
}
.sis_texts--description {
  font-size: 20px;
  font-weight: 400;
  color: #262626;
  line-height: 36px;
}
.sis-img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}

body.lang-ru .sis {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.lang-ru .sis-row {
  margin: 0;
  background-color: #fff;
}
body.lang-ru .sis-row > div {
  margin: 0;
  padding: 0;
}
body.lang-ru .sis-row:nth-child(2n+1) .sis_texts--title {
  font-weight: 600;
  color: #25a4c9;
  font-size: 24px;
  margin-bottom: 25px;
}
body.lang-ru .sis-row:nth-child(2n) .sis_texts--title {
  font-weight: 600;
  color: #004c8a;
  font-size: 28px;
  margin-bottom: 25px;
}
body.lang-ru .sis_col {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.lang-ru .sis_texts {
  flex-direction: column;
  display: flex;
  justify-content: center;
  height: 100%;
  padding-right: 120px;
  padding-left: 120px;
}
body.lang-ru .sis_texts--description {
  font-size: 18px;
  font-weight: 400;
  color: #262626;
  line-height: 32px;
}
body.lang-ru .sis-img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}

.ourservices {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 100px 0;
}
.ourservices__container {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
}
.ourservices-row {
  outline: 50px solid #fff;
  background-color: #fff;
  margin-top: 150px;
}
.ourservices-title {
  font-size: 28px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 50px;
}
.ourservices_list-item {
  margin-top: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 500;
}
.ourservices_list-item::before {
  margin-top: 10px;
  margin-left: -10px;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #25a4c9;
}

@media screen and (max-width: 1550px) {
  .ourservices__container {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .sis_texts {
    padding-right: 150px;
    padding-left: 150px;
  }
  .sis-img {
    min-height: 600px;
  }
  .sis_texts--description {
    font-size: 18px;
    line-height: 27px;
  }
  .sis-row:nth-child(2n+1) .sis_texts--title, .sis-row:nth-child(2n) .sis_texts--title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .sis_texts {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sis-img {
    height: 600px;
  }
  .sis_texts--description {
    font-size: 16px;
    line-height: 26px;
  }
  .sis-row:nth-child(2n+1) .sis_texts--title, .sis-row:nth-child(2n) .sis_texts--title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .ourservices__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  body.lang-ru .sis_texts {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sis {
    background-color: #f5f5f5;
    padding: 60px 0;
  }
  .sis .row:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
  .sis-img {
    min-height: 300px;
    height: 400px;
  }
  .sis_texts {
    padding: 25px;
  }
  .sis_texts--description {
    font-size: 14px;
  }
  .sis-row:nth-child(2n+1) .sis_texts--title, .sis-row:nth-child(2n) .sis_texts--title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  body.lang-ru .sis_texts {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ourservices {
    padding: 75px 0;
  }
  .ourservices__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .ourservices-row {
    padding: 10px;
    margin-top: 100px;
  }
}
.news {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 100px 0;
}
.news__container {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
}
.news_card {
  height: 320px;
  margin-top: 50px;
  border-bottom: 1px solid #e8e8e8;
}
.news_card-img {
  border-radius: 8px;
}
.news_card-texts {
  margin: 20px 0;
  height: 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.news_card-title {
  font-weight: 600;
  font-size: 20px;
  color: #262626;
}
.news_card-date {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}
.news_card:hover {
  border-bottom: 2px solid #25a4c9;
}
.news_card:hover .news_card-title {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
}
.news_search {
  margin-top: 50px;
}
.news_search-input, .news_search-text {
  height: 48px;
  background: transparent;
  border-color: #d5d5d5;
}
.news_search-input {
  border-right: none;
}
.news_search-text {
  border-left: none;
  color: #d5d5d5;
  border-radius: 0 8px 8px 0;
}
.news_latest {
  padding: 24px;
  background: #edf2f7;
}
.news_latest-title {
  font-size: 20px;
  font-weight: 600;
  color: #757575;
  line-height: 32px;
}
.news_latest-list {
  padding: 0;
}
.news_latest-list-item {
  margin-top: 12px;
}
.news_latest-list-item-link {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.news_latest-list-item-link:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}
.news_products {
  background: #edf2f7;
  padding: 24px;
  margin-top: 24px;
}
.news_products-title {
  font-size: 20px;
  font-weight: 600;
  color: #004c8a;
  line-height: 32px;
}
.news_products-list {
  padding: 0;
}
.news_products-list-item {
  margin-top: 12px;
}
.news_products-list-item-link {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.news_products-list-item-link:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
}
.news_services {
  margin-top: 24px;
  background: #edf2f7;
  padding: 24px;
}
.news_services-title {
  font-size: 20px;
  font-weight: 600;
  color: #25a4c9;
  line-height: 32px;
}
.news_services-list {
  padding: 0;
}
.news_services-list-item {
  margin-top: 12px;
}
.news_services-list-item-link {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.news_services-list-item-link:hover {
  border-bottom: 1px solid #929292;
}
.news_banner {
  margin-top: 24px;
}
.news_banner-img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.news_pagination {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_pagination .no_page {
  color: #c2c2c2;
}
.news_pagination .has_page {
  color: #666666;
}
.news_pagination .active {
  color: #fff;
  background: #25a4c9;
}
.news_pagination-prev, .news_pagination-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.news_pagination-item {
  text-decoration: none;
  font-weight: 500;
  color: #666666;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.detail_content {
  padding: 50px 0;
}

.tags {
  margin-top: 50px;
}
.tags-item {
  display: inline-block;
  border: 1px solid #b9b9b9;
  color: #666666;
  padding: 2px 12px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  margin-top: 5px;
}

.detail_pagination {
  margin-top: 50px;
  border: 1px solid #ededed;
  padding: 25px;
}
.detail_pagination-prev, .detail_pagination-next {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.detail_pagination-prev img, .detail_pagination-next img {
  object-fit: contain;
}
.detail_pagination-prev-texts, .detail_pagination-next-texts {
  margin-left: 50px;
  max-width: 300px;
}
.detail_pagination-prev-texts span, .detail_pagination-next-texts span {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  letter-spacing: -0.5px;
}
.detail_pagination-prev-texts a, .detail_pagination-next-texts a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-top: 12px;
}
.detail_pagination-next {
  flex-direction: row-reverse;
}
.detail_pagination-next-texts {
  margin-right: 50px;
}

@media screen and (max-width: 1550px) {
  .news__container {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1399px) {
  .news {
    padding: 50px 0;
  }
  .news_card {
    margin-top: 50px;
  }
  .news_card-texts {
    margin: 15px 0;
    height: 120px;
  }
  .news_card-title {
    font-size: 16px;
  }
  .news_card-date {
    font-size: 13px;
  }
  .news_search {
    margin-top: 50px;
  }
  .news_search-input, .news_search-text {
    height: 48px;
    background: transparent;
    border-color: #d5d5d5;
  }
  .news_search-input {
    border-right: none;
  }
  .news_search-text {
    border-left: none;
    color: #d5d5d5;
    border-radius: 0 8px 8px 0;
  }
  .news_latest-title {
    font-size: 16px;
    line-height: 32px;
  }
  .news_latest-list-item {
    margin-top: 12px;
  }
  .news_latest-list-item-link {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
  .news_latest-list-item-link:hover {
    border-bottom: 1px solid #929292;
  }
  .news_products-title {
    font-size: 16px;
  }
  .news_products-list {
    padding: 0;
  }
  .news_products-list-item-link {
    font-size: 14px;
  }
  .news_services-title {
    font-size: 16px;
  }
  .news_services-list {
    padding: 0;
  }
  .news_services-list-item-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .news__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .detail_content {
    padding: 50px 0;
  }
  .tags {
    margin-top: 50px;
  }
  .detail_pagination {
    margin-top: 50px;
    padding: 15px;
  }
  .detail_pagination-prev-texts, .detail_pagination-next-texts {
    margin-left: 40px;
    max-width: 300px;
  }
  .detail_pagination-prev-texts span, .detail_pagination-next-texts span {
    font-size: 14px;
  }
  .detail_pagination-prev-texts a, .detail_pagination-next-texts a {
    display: block;
    font-size: 18px;
  }
  .detail_pagination-next {
    flex-direction: row-reverse;
  }
  .detail_pagination-next-texts {
    margin-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .news_card {
    margin-top: 50px;
  }
  .news_card-texts {
    margin: 15px 0;
    height: 120px;
  }
  .news_card-title {
    font-size: 16px;
  }
  .news_card-date {
    font-size: 13px;
  }
  .news_banner {
    margin-top: 24px;
  }
  .news_banner-img {
    width: 100%;
    height: 400px;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .news__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .news_card {
    margin-top: 50px;
    height: 270px;
  }
  .news_card-texts {
    margin: 15px 0;
    height: 100px;
  }
  .news_card-title {
    font-size: 16px;
  }
  .news_card-date {
    font-size: 13px;
  }
  .news_banner {
    margin-top: 24px;
  }
  .news_banner-img {
    width: 100%;
    height: 400px;
    object-fit: contain;
  }
  .detail_content {
    padding: 25px 0;
  }
  .detail_images {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .detail_images-item {
    margin-top: 20px;
  }
  .tags {
    margin-top: 25px;
    font-size: 14px;
  }
  .tags-item {
    padding: 2px 8px;
  }
  .detail_pagination {
    margin-top: 25px;
    padding: 15px;
  }
  .detail_pagination-prev-texts, .detail_pagination-next-texts {
    margin-left: 25px;
    max-width: 300px;
  }
  .detail_pagination-prev-texts span, .detail_pagination-next-texts span {
    font-size: 14px;
  }
  .detail_pagination-prev-texts a, .detail_pagination-next-texts a {
    display: block;
    font-size: 18px;
  }
  .detail_pagination-next {
    flex-direction: row;
    margin-top: 12px;
  }
  .detail_pagination-next-texts {
    margin-right: 25px;
  }
}
@media screen and (max-width: 575px) {
  .news {
    padding: 10px 0;
  }
  .news_card {
    margin-top: 50px;
    height: auto;
  }
  .news_card-texts {
    height: 50px;
  }
  .news_card-img {
    width: 100%;
  }
  .detail_content {
    padding: 20px 0;
  }
  .detail_images {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .detail_images-item {
    margin-top: 20px;
  }
  .tags {
    margin-top: 20px;
    font-size: 14px;
  }
  .tags-item {
    padding: 2px 8px;
  }
  .detail_pagination {
    margin-top: 20px;
    padding: 15px;
  }
  .detail_pagination-prev-texts, .detail_pagination-next-texts {
    margin-left: 15px;
    max-width: 300px;
  }
  .detail_pagination-prev-texts span, .detail_pagination-next-texts span {
    font-size: 14px;
  }
  .detail_pagination-prev-texts a, .detail_pagination-next-texts a {
    display: block;
    font-size: 16px;
    letter-spacing: -1px;
  }
  .detail_pagination-next {
    flex-direction: row;
    margin-top: 12px;
  }
  .detail_pagination-next-texts {
    margin-right: 15px;
  }
}
@media screen and (max-width: 424px) {
  .detail_content {
    padding: 20px 0;
  }
  .detail_images {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .detail_images-item {
    margin-top: 20px;
  }
  .detail_pagination {
    margin-top: 20px;
    padding: 15px;
  }
  .detail_pagination-prev-texts span, .detail_pagination-next-texts span {
    font-size: 12px;
  }
  .detail_pagination-prev-texts a, .detail_pagination-next-texts a {
    display: block;
    font-size: 14px;
    letter-spacing: -1px;
  }
  .detail_pagination-next {
    flex-direction: row-reverse;
  }
  .detail_pagination-next-texts {
    margin-right: 0px;
  }
  .tags {
    margin-top: 20px;
  }
  .tags-item {
    padding: 2px 8px;
    font-size: 12px;
    letter-spacing: -1px;
  }
}
.contact-content {
  background-color: #f5f5f5;
  width: 100%;
  height: 698px;
  position: relative;
}
.contact-content .contact__text {
  padding-left: 200px;
  height: 100%;
  padding: 135px 0 135px 200px;
  color: #262626;
}
.contact-content .contact__text-item p {
  font-size: 16px;
  font-weight: 400;
}
.contact-content .contact__text-item h3 {
  font-size: 20px;
  font-weight: 500;
}
.contact-content .contact__form {
  position: absolute;
  right: 150px;
  bottom: 75px;
  border-radius: 30px;
  width: 600px;
  height: auto;
  padding: 50px;
  background-color: #fff;
}
.contact-content .contact__form .form-input-group,
.contact-content .contact__form .form-input-group-message {
  width: 238px;
  margin-bottom: 22px;
}
.contact-content .contact__form .form-input-group label,
.contact-content .contact__form .form-input-group input,
.contact-content .contact__form .form-input-group-message label,
.contact-content .contact__form .form-input-group-message input {
  width: 100%;
}
.contact-content .contact__form .form-input-group label,
.contact-content .contact__form .form-input-group-message label {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 15px;
  color: #262626;
}
.contact-content .contact__form .form-input-group input,
.contact-content .contact__form .form-input-group-message input {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #9a9a9a;
}
.contact-content .contact__form .form-input-group input::placeholder,
.contact-content .contact__form .form-input-group-message input::placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #8a8a8a;
}
.contact-content .contact__form .form-input-group input:focus-visible,
.contact-content .contact__form .form-input-group-message input:focus-visible {
  border: 1px solid #25a4c9;
  outline: none;
}
.contact-content .contact__form .form-input-group textarea,
.contact-content .contact__form .form-input-group-message textarea {
  width: 100%;
  border: 1px solid #9a9a9a;
  height: 150px;
  border-radius: 10px;
  text-indent: 15px;
}
.contact-content .contact__form .form-input-group textarea:focus-visible,
.contact-content .contact__form .form-input-group-message textarea:focus-visible {
  border: 1px solid #25a4c9;
  outline: none;
}
.contact-content .contact__form .form-input-group-message {
  width: 100%;
}
.contact-content .contact__form h2 {
  font-size: 20px;
  font-weight: bold;
  color: #262626;
  margin-bottom: 40px;
}
.contact-content .contact__form .form-check {
  padding-left: 0;
  margin-bottom: 20px;
}
.contact-content .contact__form .form-check .text {
  font-size: 12px;
  font-weight: 500;
  color: #262626;
  line-height: 22px;
}
.contact-content .contact__form .form-check .text a {
  font-weight: 800;
  color: #004c8a;
  text-decoration: underline !important;
}
.contact-content .contact__form .form-check .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.contact-content .contact__form .form-check .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.contact-content .contact__form .form-check .cbx span:first-child {
  position: relative;
  width: 50px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098a9;
  transition: all 0.2s ease;
}
.contact-content .contact__form .form-check .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.contact-content .contact__form .form-check .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506eec;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.contact-content .contact__form .form-check .cbx span:last-child {
  padding-left: 8px;
}
.contact-content .contact__form .form-check .cbx:hover span:first-child {
  border-color: #506eec;
}
.contact-content .contact__form .form-check .inp-cbx:checked + .cbx span:first-child {
  background: #506eec;
  border-color: #506eec;
  animation: wave 0.4s ease;
}
.contact-content .contact__form .form-check .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.contact-content .contact__form .form-check .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
.contact-content .contact__form .form-button {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  background-color: #25a4c9;
}

.contact-map {
  line-height: 0;
}
.contact-map iframe {
  width: 100vw;
  height: 365px;
  filter: grayscale(1);
}

@media only screen and (max-width: 1550px) {
  .contact-content {
    height: 536px;
  }
  .contact-content .contact__text {
    padding: 100px 0 100px 150px;
  }
  .contact-content .contact__text-item p {
    font-size: 12px;
    width: 70%;
    margin-bottom: 8px;
  }
  .contact-content .contact__text-item h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .contact-content .contact__form {
    right: 100px;
    bottom: 55px;
    width: 450px;
    height: auto;
    padding: 35px;
  }
  .contact-content .contact__form .form-input-group,
  .contact-content .contact__form .form-input-group-message {
    width: 177px;
    margin-bottom: 10px;
  }
  .contact-content .contact__form .form-input-group label,
  .contact-content .contact__form .form-input-group-message label {
    font-size: 12px;
    padding-bottom: 7px;
    font-weight: 600;
  }
  .contact-content .contact__form .form-input-group input,
  .contact-content .contact__form .form-input-group-message input {
    font-size: 12px;
    padding: 6px 9px;
  }
  .contact-content .contact__form .form-input-group input::placeholder,
  .contact-content .contact__form .form-input-group-message input::placeholder {
    font-size: 12px;
  }
  .contact-content .contact__form .form-input-group textarea,
  .contact-content .contact__form .form-input-group-message textarea {
    height: 140px;
  }
  .contact-content .contact__form .form-input-group-message {
    width: 100%;
  }
  .contact-content .contact__form h2 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .contact-content .contact__form .form-check {
    margin-bottom: 10px;
  }
  .contact-content .contact__form .form-check .text {
    font-size: 11px;
    line-height: 18px;
  }
  .contact-content .contact__form .form-check .cbx span:first-child {
    width: 40px;
    height: 15px;
  }
  .contact-content .contact__form .form-check .cbx span:first-child svg {
    width: 10px !important;
    height: 8px !important;
  }
  .contact-content .contact__form .form-button {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
  }
  .contact-map iframe {
    height: 258px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-content {
    min-height: 750px;
    height: auto;
  }
  .contact-content .contact__text {
    padding: 50px 50px 50px 50px;
  }
  .contact-content .contact__form {
    right: 20px;
    width: 95%;
    height: auto;
    border-radius: 15px;
  }
  .contact-content .contact__form .form-input-group {
    width: 145px;
  }
  .contact-content .contact__form .form-input-group-message {
    width: 45%;
  }
  .contact-content .contact__form .form-input-group-message textarea {
    width: 100%;
    height: 140px;
  }
  .contact-content .contact__form h2 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
  }
  .contact-content .contact__form .form-check .cbx span:first-child {
    width: 25px;
    height: 15px;
  }
  .contact-content .contact__image {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .contact-content {
    min-height: 1200px;
    height: auto;
  }
  .contact-content .contact__text {
    padding: 50px 50px 50px 50px;
  }
  .contact-content .contact__text-item {
    margin-bottom: 20px;
  }
  .contact-content .contact__text-item p {
    width: 100%;
  }
  .contact-content .contact__form {
    right: 10px;
    width: 95%;
  }
  .contact-content .contact__form .form-input-group {
    width: 100%;
  }
  .contact-content .contact__form .form-input-group-message {
    width: 100%;
  }
  .contact-content .contact__form .form-check .cbx span:first-child {
    width: 50px;
  }
}
@media only screen and (max-width: 374px) {
  .contact-content .contact__form {
    padding: 10px;
  }
  .contact-content .contact__form textarea {
    height: 100px !important;
  }
}
.features {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  padding: 100px 0;
}
.features__container {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
}
.features-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: capitalize;
}
.features_card {
  background-color: #fff;
  padding: 35px;
  margin-top: 15px;
  height: 300px;
}
.features_card-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 40px;
}
.features_card-title {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  text-transform: capitalize;
}
.features_card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.modules {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.modules__container {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
}
.modules-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: capitalize;
}
.modules_card {
  background: #f5f5f5;
  padding: 35px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 250px;
}
.modules_card-img {
  width: 52px;
  object-fit: contain;
  margin: 0 10px;
}
.modules_card-title {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  text-transform: capitalize;
}
.modules_card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

body.lang-ru .modules_card {
  min-height: 300px;
}

.references {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.references__container {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
}
.references-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
}
.references .references_card {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  border: 1px solid #ededed;
  padding: 30px;
  margin-top: 15px;
}
.references .references_card-img {
  max-width: 105px;
}
.references .references_card-texts {
  margin-left: 35px;
}
.references .references_card-title {
  color: #262626;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  text-align: start;
}
.references .references_card-link {
  font-weight: 600;
  color: #004c8a;
  font-size: 16px;
  letter-spacing: -1px;
}

@media screen and (max-width: 1550px) {
  .features__container, .modules__container, .references__container {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .features-title, .modules-title, .references-title {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .features_card-title, .modules_card-title, .references_card-title {
    color: #262626;
    font-size: 22px;
  }
  .features_card-description, .modules_card-description, .references_card-description {
    font-size: 16px;
  }
  body.lang-ru .features_card, body.lang-ru .modules_card,
  body.lang-az .features_card, body.lang-az .modules_card {
    min-height: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .features__container, .modules__container, .references__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .features-title, .modules-title, .references-title {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .features_card-title, .modules_card-title, .references_card-title {
    color: #262626;
    font-size: 20px;
  }
  .features_card-description, .modules_card-description, .references_card-description {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .modules {
    padding: 100px 0;
  }
  .modules-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
  }
  .modules_card {
    background: #f5f5f5;
    padding: 35px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 250px;
  }
  .modules_card-icon {
    width: 52px;
    object-fit: contain;
  }
  .modules_card-title {
    color: #262626;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
  }
  .modules_card-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .features-title, .modules-title, .references-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .features_card-title, .modules_card-title, .references_card-title {
    color: #262626;
    font-size: 19px;
  }
  .features_card-description, .modules_card-description, .references_card-description {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .references {
    padding: 50px 0;
  }
  .references-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .references .references_card {
    padding: 8px;
    margin-top: 15px;
  }
  .references .references_card-img {
    max-width: 105px;
  }
  .references .references_card-texts {
    margin-left: 25px;
  }
  .references .references_card-title {
    color: #262626;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-align: start;
  }
  .references .references_card-link {
    font-weight: 600;
    color: #004c8a;
    font-size: 16px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .features__container, .modules__container, .references__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .features .features-title, .features .modules-title, .features .references-title, .modules .features-title, .modules .modules-title, .modules .references-title, .references .features-title, .references .modules-title, .references .references-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .features .features_card-title, .features .modules_card-title, .features .references_card-title, .modules .features_card-title, .modules .modules_card-title, .modules .references_card-title, .references .features_card-title, .references .modules_card-title, .references .references_card-title {
    color: #262626;
    font-size: 18px;
  }
  .features .features_card-description, .features .modules_card-description, .features .references_card-description, .modules .features_card-description, .modules .modules_card-description, .modules .references_card-description, .references .features_card-description, .references .modules_card-description, .references .references_card-description {
    font-size: 14px;
  }
  .references_card {
    padding: 5px;
  }
}
@media screen and (max-width: 425px) {
  .features_card {
    height: auto;
  }
  .references .references_card {
    height: 150px;
    padding: 12px;
    margin-top: 15px;
  }
  .references .references_card-img {
    max-width: 80px;
  }
  .references .references_card-texts {
    margin-left: 15px;
  }
  .references .references_card-title {
    color: #262626;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: start;
  }
  .references .references_card-link {
    font-weight: 600;
    color: #004c8a;
    font-size: 14px !important;
    letter-spacing: -1px;
  }
}
.hr {
  background: #f5f5f5;
  padding: 100px 0;
}
.hr__content {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
}
.hr_content-text {
  font-size: 16px;
  font-weight: 400;
}
.hr_col-apply {
  display: flex;
  justify-content: flex-end;
}
.hr_apply {
  position: relative;
  margin-top: -150px;
  z-index: 2;
  background-color: #fff;
  padding: 24px;
  border-radius: 24px;
  width: 450px;
}
.hr_apply-title {
  font-size: 20px;
  line-height: 64px;
  font-weight: 600;
}
.hr_apply-form .form-group {
  margin-top: 15px;
}
.hr_apply-form label {
  font-size: 12px;
  font-weight: 500;
  color: #262626;
}
.hr_apply-form input {
  color: #d5d5d5;
}
.hr_apply-form select {
  font-size: 16px;
  font-weight: 500;
}
.hr_apply-form small {
  font-size: 12px;
  color: #959799;
}
.hr_apply-form input, .hr_apply-form select {
  border: 1px solid #d5d5d5;
}
.hr_apply-form .form-group-cv {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;
}
.hr_apply-form .form-group-cv * {
  margin-top: 3px;
}
.hr_apply-form .custom-checkbox input {
  border: 1px solid #d5d5d5;
  width: 15px;
  height: 15px;
}
.hr_apply-form .custom-checkbox span {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #595a5b;
}
.hr_apply-form .custom-checkbox strong {
  color: #004c8a;
  font-weight: 700;
  border-bottom: 0.5px solid #004c8a;
}
.hr_apply-form button[type=button] {
  background: transparent;
  border: 1px solid #25a4c9;
  color: #25a4c9;
  width: 150px;
  height: 34px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}
.hr_apply-form button[type=submit] {
  margin-top: 12px;
  background: #004c8a;
  color: #fff;
}

@media screen and (max-width: 1550px) {
  .hr__content {
    width: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .hr__content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .hr {
    padding: 80px 0;
  }
  .hr-row {
    flex-direction: column-reverse;
  }
  .hr_content-text {
    margin-top: 25px;
  }
  .hr_apply {
    margin-top: 0;
    border-radius: 24px;
    width: auto;
  }
  .hr_apply-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .hr__content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
.references {
  background: #fff;
}
.references-row {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.references_item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  max-width: 230px;
  width: 230px;
  margin-top: 30px;
  padding: 25px;
  aspect-ratio: 3/1;
}
.references_item img {
  width: auto;
}

@media (max-width: 1399px) {
  .references_item {
    height: 120px;
    width: 180px;
  }
  .references_item-img {
    padding: 5px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .references_item {
    height: 120px;
    width: 150px;
    padding: 15px;
  }
  .references_item-img {
    padding: 5px;
    object-fit: contain;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .references_item {
    width: 100%;
    height: 250px;
    padding: 15px;
  }
  .references_item-img {
    object-fit: contain;
  }
  .references-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 374px) {
  .references_item {
    width: 100%;
    height: 150px;
    padding: 10px;
  }
}
body {
  width: 100vw;
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
}
body::-webkit-scrollbar {
  display: none;
}
body#lang-az {
  color: red !important;
}

ul {
  list-style: none;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

.main-container {
  width: 100%;
  min-height: auto;
}
@media screen and (max-width: 1200px) {
  .main-container {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .main-container {
    padding-top: 50px;
  }
}

/*# sourceMappingURL=main.css.map */


.tab-card-lists{
  display: flex;
}

.tab-card-list{
  font-size: 16px;
  padding: 10px 100px;
  color: #838c91;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}

.tab-card-list.active {
  font-size: 16px;
  padding: 10px 100px;
  color: #838c91;
  border-bottom: 4px solid #48a5ac;
}