h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.05;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}
@media (max-width: 1600px) {
  .h1,
  h1 {
    font-size: 56px;
  }
}
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}

.h3,
h3 {
  font-size: 48px;
  line-height: 1.05;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 1600px) {
  .h3,
  h3 {
    font-size: 36px;
  }
}

.h4,
h4 {
  font-size: 28px;
  line-height: 1.2;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 1920px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 1600px) {
  .h4,
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}

a {
  font-family: "Mulish", sans-serif;
  text-decoration: none;
}

.button {
  border: none;
  border-radius: 4px;
  padding: 16px 24px;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .button {
    padding: 13px 24px;
  }
}
.button.orange {
  background: #F58220;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
}
.button.orange:hover {
  background: #FFCB05;
}
@media (max-width: 1600px) {
  .button.orange {
    font-size: 15px;
    padding: 15px 24px;
  }
}
.button.white {
  background: #ffffff;
  border: 2px solid #F58220;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.button.white:hover {
  background-color: #FAA61A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.05;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}
@media (max-width: 1600px) {
  .h1,
  h1 {
    font-size: 56px;
  }
}
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}

.h3,
h3 {
  font-size: 48px;
  line-height: 1.05;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 1600px) {
  .h3,
  h3 {
    font-size: 36px;
  }
}

.h4,
h4 {
  font-size: 28px;
  line-height: 1.2;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 1920px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 1600px) {
  .h4,
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}

a {
  font-family: "Mulish", sans-serif;
  text-decoration: none;
}

.button {
  border: none;
  border-radius: 4px;
  padding: 16px 24px;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .button {
    padding: 13px 24px;
  }
}
.button.orange {
  background: #F58220;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
}
.button.orange:hover {
  background: #FFCB05;
}
@media (max-width: 1600px) {
  .button.orange {
    font-size: 15px;
    padding: 15px 24px;
  }
}
.button.white {
  background: #ffffff;
  border: 2px solid #F58220;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.button.white:hover {
  background-color: #FAA61A;
}

.header {
  background: #ffffff;
  border-bottom: 2px solid #FFCB05;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.header__mobile-wrap {
  display: none;
  width: 100%;
}
.header .button.mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .button.mobile {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 62px;
  }
}
@media (max-width: 640px) {
  .header .button.mobile {
    width: 100%;
    text-align: center;
    border-radius: 0 0 4px 4px;
  }
}
.header__container {
  max-width: 2176px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 15px;
}
@media (max-width: 1920px) {
  .header__container {
    max-width: 1550px;
  }
}
@media (max-width: 1600px) {
  .header__container {
    max-width: 1430px;
    padding: 13px 15px;
  }
}
@media (max-width: 1366px) {
  .header__container {
    max-width: 1196px;
  }
}
@media (max-width: 1024px) {
  .header__container {
    max-width: 926px;
  }
}
@media (max-width: 768px) {
  .header__container {
    padding: 14px 24px 14px 24px;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .header__container {
    padding: 14px 20px;
  }
}
@media (max-width: 768px) {
  .header__center {
    display: none;
  }
}
@media (max-width: 1600px) {
  .header__center img {
    width: 51px;
  }
}
.header__center.mobile {
  display: none;
}
@media (max-width: 768px) {
  .header__center.mobile {
    display: flex;
  }
}
.header__left {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .header__left {
    display: none;
  }
}
.header__left.mobile {
  display: none;
}
@media (max-width: 768px) {
  .header__left.mobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.header__left.mobile .header__center-logo img {
  max-width: 51px;
}
.header__left .menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease-in-out;
  background: #F58220 !important;
}
@media (max-width: 1600px) {
  .header__left .menu-button {
    width: 48px;
    height: 48px;
  }
}
.header__left .menu-button .second {
  display: none;
}
.header__left .menu-button.opened {
  background: #FFCB05 !important;
}
@media (max-width: 1024px) {
  .header__left .menu-button.opened {
    background: #EFEFEF !important;
  }
}
.header__left .menu-button.opened .second {
  display: block;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .header__left .menu-button.opened .second {
    filter: brightness(50%) saturate(100%) invert(0%) sepia(95%) saturate(0%) hue-rotate(35deg) brightness(106%) contrast(103%);
  }
}
.header__left .menu-button.opened .first {
  display: none;
}
.header__left .menu-button.opened:hover {
  background: #FFCB05 !important;
}
@media (max-width: 1024px) {
  .header__left .menu-button.opened:hover {
    background: #EFEFEF !important;
  }
}
.header__left .menu-button:hover {
  background: #FAA61A !important;
}
@media (max-width: 1024px) {
  .header__left .menu-button:hover {
    background: #F58220 !important;
  }
}
.header__left .tracking {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.header__left .tracking:hover {
  background: #F58220;
  color: #ffffff;
  border-color: #FAA61A;
}
.header__left .tracking:hover img {
  filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(0%) hue-rotate(196deg) brightness(105%) contrast(100%);
}
.header .dropdown {
  width: 66px;
  background: #ffffff;
  border-radius: 4px;
  border: 2px solid #EFEFEF;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
}
.header .dropdown.mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .dropdown.mobile {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: transparent;
    border: none;
    width: 100%;
    margin-top: 24px;
  }
}
.header .dropdown.mobile.active {
  border: none;
  background: none;
}
@media (max-width: 768px) {
  .header .dropdown.mobile.active .dropdown-selected {
    background: #F58220;
    border-radius: 4px;
    border: 2px solid #F58220;
  }
}
.header .dropdown:after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  right: 6px;
  display: block;
  width: 10px;
  height: 7px;
  background-image: url("../images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .header .dropdown:after {
    right: unset;
    left: calc(50% + 24px);
    top: 14px;
    transform: translateX(-54%);
    transform-origin: center center;
  }
}
.header .dropdown:focus, .header .dropdown:hover {
  background: #EFEFEF;
  color: #F58220;
  border: 2px solid #EFEFEF;
}
@media (max-width: 768px) {
  .header .dropdown:focus, .header .dropdown:hover {
    border: none;
    background: none;
    color: #333333;
  }
}
.header .dropdown:focus .dropdown-selected, .header .dropdown:hover .dropdown-selected {
  color: #333333;
}
@media (max-width: 768px) {
  .header .dropdown:focus .dropdown-selected, .header .dropdown:hover .dropdown-selected {
    color: #333333;
  }
}
.header .dropdown:focus:after, .header .dropdown:hover:after {
  filter: brightness(0) saturate(100%) invert(61%) sepia(98%) saturate(2565%) hue-rotate(348deg) brightness(100%) contrast(93%);
}
@media (max-width: 768px) {
  .header .dropdown:focus:after, .header .dropdown:hover:after {
    filter: unset;
  }
}
.header .dropdown.active {
  background: #F58220;
  color: #ffffff;
}
.header .dropdown.active:after {
  filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(0%) hue-rotate(65deg) brightness(104%) contrast(104%);
  transform: translateY(-50%) rotate(180deg);
}
.header .dropdown.active .dropdown-menu {
  display: flex;
}
.header .dropdown.active .dropdown-selected {
  color: rgba(255, 255, 255, 0.4);
}
.header .dropdown .dropdown-selected {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 16px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .header .dropdown .dropdown-selected {
    width: 100%;
    justify-content: center;
    padding: 15px;
    border: 2px solid #EFEFEF;
    border-radius: 4px;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .header .dropdown .dropdown-selected {
    padding: 13px 15px;
  }
}
.header .dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  justify-content: center;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  cursor: auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
  display: none;
  z-index: 1000;
  padding: 16px;
  gap: 10px;
  box-shadow: 0 0 109.6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .header .dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    background: #FBFBFB;
    padding: 16px 24px;
    box-shadow: none;
  }
}
.header .dropdown .dropdown-item {
  padding: 10px 16px;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  border-radius: 16px;
  border: 1px solid #ffffff;
}
@media (max-width: 1600px) {
  .header .dropdown .dropdown-item {
    font-size: 16px;
    padding: 8px 11px;
  }
}
@media (max-width: 768px) {
  .header .dropdown .dropdown-item {
    border-radius: 10px;
    border: none;
    margin-bottom: 8px;
  }
}
.header .dropdown .dropdown-item.current {
  border: 1px solid #EFEFEF;
  background: #ffffff;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
  cursor: default !important;
}
@media (max-width: 768px) {
  .header .dropdown .dropdown-item.current {
    background: none;
    color: rgba(0, 0, 0, 0.4);
  }
}
.header .dropdown .dropdown-item:hover {
  background: #EFEFEF;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .header__right {
    display: none;
  }
}
.header__right.mobile {
  display: none;
}
@media (max-width: 768px) {
  .header__right.mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 48px;
  }
}
@media (max-width: 640px) {
  .header__right.mobile {
    flex-wrap: wrap;
  }
}
.header__right.mobile .tracking {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
}
@media (max-width: 640px) {
  .header__right.mobile .tracking {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .header__right.mobile .mobile__left {
    width: 100%;
  }
}
.header__right.mobile .mobile__right {
  display: flex;
  gap: 24px;
}
@media (max-width: 640px) {
  .header__right.mobile .mobile__right {
    width: 100%;
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .header__right.mobile .mobile__right .header__right-call {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .header__right.mobile .mobile__right .button.orange {
    width: 55%;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header__right-call {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  transition: all 0.3s ease-in-out;
  width: 56px;
  height: 56px;
}
@media (max-width: 1600px) {
  .header__right-call {
    width: 48px;
    height: 48px;
  }
}
.header__right-call .second {
  display: none;
}
.header__right-call.opened {
  background: #FFCB05 !important;
  border-color: #FFCB05 !important;
}
.header__right-call.opened .first {
  display: none;
}
.header__right-call.opened .second {
  display: block;
}
.header__right-call.opened:hover {
  background: #FFCB05 !important;
  border-color: #FFCB05 !important;
}
.header__right-call:hover {
  background: #F58220 !important;
  border-color: #F58220 !important;
}
.header__right-call:hover .first {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(1102%) hue-rotate(269deg) brightness(119%) contrast(100%);
}
@media (max-width: 1024px) {
  .header__right-call:hover .first {
    filter: unset !important;
  }
}
@media (max-width: 1024px) {
  .header__right-call:hover {
    background: #ffffff !important;
  }
}
.header .sidebar-menu {
  position: absolute;
  max-width: 832px;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 97px);
  left: 0;
  transform: translateX(-150%);
  transition: all 0.5s ease-in-out;
  padding: 36px 36px 36px 64px;
  margin-top: 2px;
  background: #ffffff;
  box-shadow: 0 0 109.6px rgba(0, 0, 0, 0.15);
  border-radius: 0 16px 16px 0;
}
@media (max-width: 1600px) {
  .header .sidebar-menu {
    padding: 36px 36px 36px 24px;
    height: calc(var(--vh, 1vh) * 100 - 79px);
    max-width: 713px;
  }
}
@media (max-width: 1366px) {
  .header .sidebar-menu {
    max-width: 736px;
  }
}
@media (max-width: 1024px) {
  .header .sidebar-menu {
    max-width: 700px;
    padding: 24px 18px 24px 48px;
  }
}
@media (max-width: 768px) {
  .header .sidebar-menu {
    margin-top: 0;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    transform: translateX(0);
    display: none;
    transition: unset;
    position: unset;
    left: unset;
    padding: 12px 0 24px 24px;
    height: calc(var(--vh, 1vh) * 100 - 253px);
  }
}
@media (max-width: 640px) {
  .header .sidebar-menu {
    height: calc(var(--vh, 1vh) * 100 - 313px);
  }
}
.header .sidebar-menu #customScroll {
  height: 100%;
  padding-right: 36px;
  overflow: auto;
}
@media (max-width: 1600px) {
  .header .sidebar-menu #customScroll {
    padding-right: 24px;
  }
}
@media (max-width: 1024px) {
  .header .sidebar-menu #customScroll {
    padding-right: 18px;
  }
}
@media (max-width: 640px) {
  .header .sidebar-menu #customScroll {
    padding-right: 20px;
  }
}
.header .sidebar-menu #customScroll .simplebar-track.simplebar-vertical {
  width: 4px;
}
@media (max-width: 768px) {
  .header .sidebar-menu #customScroll .simplebar-track.simplebar-vertical {
    width: 8px;
  }
}
.header .sidebar-menu #customScroll .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  background-color: #CFCFCF;
  inset: unset;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .header .sidebar-menu #customScroll .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    border-radius: 36px 0px 0px 36px;
  }
}
.header .sidebar-menu.active {
  transform: rotateX(0);
}
.header .sidebar-menu .submenu,
.header .sidebar-menu .menu {
  list-style-type: none;
}
.header .sidebar-menu .menu {
  padding-left: 0;
  margin: 0;
}
.header .sidebar-menu .menu .menu-item:last-child a {
  margin-bottom: 0;
}
.header .sidebar-menu .menu a {
  letter-spacing: 0.02em;
  padding: 10px 16px;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  color: #000000;
}
@media (max-width: 1600px) {
  .header .sidebar-menu .menu a {
    padding: 8px 12px;
  }
}
.header .sidebar-menu .menu span {
  letter-spacing: 0.02em;
  padding: 10px 16px;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  color: #F58220;
}
@media (max-width: 1600px) {
  .header .sidebar-menu .menu span {
    padding: 8px 12px;
  }
}
.header .sidebar-menu .menu .menu-title {
  font-size: 28px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1366px) {
  .header .sidebar-menu .menu .menu-title {
    margin: unset;
  }
}
@media (max-width: 1600px) {
  .header .sidebar-menu .menu .menu-title {
    font-size: 20px;
  }
}
.header .sidebar-menu .menu .menu-title:hover {
  color: #F58220;
}
.header .sidebar-menu .menu .menu-title.sub-opened {
  color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.header .sidebar-menu .menu .menu-title:after {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 64px;
  background-color: #EFEFEF;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
  background-image: url("../images/arrow-right.svg");
}
@media (max-width: 1600px) {
  .header .sidebar-menu .menu .menu-title:after {
    width: 24px;
    height: 24px;
    right: 12px;
  }
}
@media (max-width: 1366px) {
  .header .sidebar-menu .menu .menu-title:after {
    right: 32px;
  }
}
@media (max-width: 1024px) {
  .header .sidebar-menu .menu .menu-title:after {
    right: 14px;
  }
}
@media (max-width: 768px) {
  .header .sidebar-menu .menu .menu-title:after {
    right: 12px;
  }
}
.header .sidebar-menu .menu .submenu {
  display: none;
  background-image: linear-gradient(to right, #EFEFEF 10px, transparent 10px), linear-gradient(to right, #EFEFEF 10px, transparent 10px);
  background-size: 20px 1px;
  background-repeat: repeat-x;
  background-position: top, bottom;
  padding: 8px 0;
  margin-bottom: 16px;
}
@media (max-width: 1600px) {
  .header .sidebar-menu .menu .submenu {
    margin-bottom: 8px;
  }
}
.header .sidebar-menu .menu .submenu a {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
  border: 1px solid #ffffff;
}
.header .sidebar-menu .menu .submenu a:hover {
  background: #EFEFEF;
}
.header .sidebar-menu .menu .submenu a:active {
  border-color: #EFEFEF;
}
@media (max-width: 1600px) {
  .header .sidebar-menu .menu .submenu a {
    font-size: 16px;
  }
}
.header .contact {
  height: calc(var(--vh, 1vh) * 100 - 97px);
  position: absolute;
  max-width: 1035px;
  width: 100%;
  right: 0;
  transform: translateX(150%);
  transition: all 0.5s ease-in-out;
  padding: 64px 36px 64px 64px;
  margin-top: 2px;
  background: #ffffff;
  box-shadow: 0 0 109.6px rgba(0, 0, 0, 0.15);
  border-radius: 16px 0 0 16px;
}
.header .contact .wrap {
  height: 100%;
  padding: 0 24px 0 0;
}
@media (max-width: 1024px) {
  .header .contact .wrap {
    padding: 0 18px 0 0;
  }
}
.header .contact .simplebar-track.simplebar-vertical {
  width: 4px;
}
@media (max-width: 768px) {
  .header .contact .simplebar-track.simplebar-vertical {
    width: 8px;
  }
}
.header .contact .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  background-color: #CFCFCF;
  opacity: 1;
  inset: unset;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .header .contact .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    border-radius: 36px 0 0 36px;
  }
}
@media (max-width: 1600px) {
  .header .contact {
    padding: 48px 24px 48px 48px;
    height: calc(var(--vh, 1vh) * 100 - 79px);
    max-width: 809px;
  }
}
@media (max-width: 1024px) {
  .header .contact {
    padding: 36px 18px 36px 36px;
  }
}
@media (max-width: 768px) {
  .header .contact {
    transform: translateX(-100%);
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    position: absolute;
    top: 79px;
    padding: 48px 0 24px 24px;
  }
}
@media (max-width: 640px) {
  .header .contact {
    padding: 48px 0 20px 20px;
  }
}
.header .contact.active {
  transform: translateX(0);
  z-index: 10;
}
.header .contact__title {
  font-size: 48px;
  line-height: 1.05;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 1600px) {
  .header .contact__title {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .header .contact__title {
    font-size: 34px;
  }
}
.header .contact__section-wrap {
  display: flex;
  margin-top: 48px;
  border-bottom: 3px solid #EFEFEF;
  padding-bottom: 34px;
}
@media (max-width: 1920px) {
  .header .contact__section-wrap {
    padding-bottom: 24px;
  }
}
@media (max-width: 1600px) {
  .header .contact__section-wrap {
    padding-bottom: 16px;
    margin-top: 36px;
  }
}
@media (max-width: 1366px) {
  .header .contact__section-wrap {
    margin-top: 32px;
    gap: 46px;
  }
}
@media (max-width: 1024px) {
  .header .contact__section-wrap {
    margin-top: 24px;
    padding-bottom: 12px;
  }
}
@media (max-width: 719px) {
  .header .contact__section-wrap {
    flex-direction: column;
    gap: 24px;
  }
}
.header .contact__section {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 50%;
}
@media (max-width: 1366px) {
  .header .contact__section {
    width: 42%;
  }
}
@media (max-width: 1024px) {
  .header .contact__section {
    width: 44%;
  }
}
@media (max-width: 719px) {
  .header .contact__section {
    width: 100%;
  }
}
.header .contact__section-circle {
  max-width: 64px;
  background: #F58220;
  border-radius: 50%;
  height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .header .contact__section-circle {
    max-width: 48px;
    height: 48px;
  }
}
@media (max-width: 1600px) {
  .header .contact__section-circle img {
    width: 18px;
  }
}
.header .contact__section-title {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 28px;
  line-height: 1.2;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 1920px) {
  .header .contact__section-title {
    font-size: 24px;
  }
}
@media (max-width: 1600px) {
  .header .contact__section-title {
    font-size: 20px;
  }
}
.header .contact__section-title a {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header .contact__section-title a:hover {
  color: #F58220;
}
.header .contact__country {
  margin-top: 36px;
  border-bottom: 3px solid #EFEFEF;
  padding-bottom: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1920px) {
  .header .contact__country {
    margin-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1600px) {
  .header .contact__country {
    margin-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 640px) {
  .header .contact__country {
    flex-direction: column;
    align-items: baseline;
  }
}
.header .contact__country-name {
  font-size: 28px;
  line-height: 1.2;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 1920px) {
  .header .contact__country-name {
    font-size: 24px;
  }
}
@media (max-width: 1600px) {
  .header .contact__country-name {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .header .contact__country-name {
    font-size: 24px;
  }
}
.header .contact__country:last-child {
  border-bottom: none;
  padding: unset;
}
.header .contact__country a[href^="tel:"] {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #333;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
@media (max-width: 1920px) {
  .header .contact__country a[href^="tel:"] {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .header .contact__country a[href^="tel:"] {
    font-size: 16px;
  }
}
.header .contact__country a[href^="tel:"]:hover {
  color: #F58220;
}
.header .contact__country-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  width: 100%;
}
.header .contact__country-wrap .contact__country-flag {
  max-width: 36px;
  width: 100%;
  height: 36px;
}
.header .contact__country-info {
  padding-right: 36px;
  margin-right: 36px;
  border-right: 3px solid #EFEFEF;
}
@media (max-width: 1600px) {
  .header .contact__country-info {
    padding-right: 19px;
    margin-right: 19px;
  }
}
@media (max-width: 640px) {
  .header .contact__country-info {
    border-right: none;
  }
}
.header .contact__country-info:last-child {
  border-right: none;
  margin-right: 0;
}
.header .contact__country .contact__phone {
  display: flex;
  gap: 8px;
  max-width: 268px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
}
@media (max-width: 1600px) {
  .header .contact__country .contact__phone {
    max-width: 213px;
  }
}
@media (max-width: 760px) {
  .header .contact__country .contact__phone {
    padding-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .header .contact__country .contact__phone {
    max-width: 100%;
    border-bottom: 3px solid #EFEFEF;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.header .contact__country .contact__phone-icon-wrap {
  max-width: 36px;
  width: 100%;
  height: 36px;
  border-radius: 50%;
  background: #F58220;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .header .contact__country .contact__phone-icon-wrap {
    max-width: 24px;
    height: 24px;
  }
}
@media (max-width: 640px) {
  .header .contact__country .contact__phone-icon-wrap img {
    scale: 0.65;
  }
}
.header .contact__country .contact__hours {
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: 280px;
  width: 100%;
}
@media (max-width: 1600px) {
  .header .contact__country .contact__hours {
    max-width: 230px;
  }
}
@media (max-width: 640px) {
  .header .contact__country .contact__hours {
    max-width: 100%;
    padding: 0;
  }
}
.header .contact__country .contact__hours-icon-wrap {
  max-width: 36px;
  width: 100%;
  height: 36px;
  border-radius: 50%;
  background: #F58220;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .header .contact__country .contact__hours-icon-wrap {
    max-width: 24px;
    height: 24px;
  }
}
@media (max-width: 640px) {
  .header .contact__country .contact__hours-icon-wrap img {
    scale: 0.65;
  }
}
.header .contact__country .contact__hours-text {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (max-width: 1600px) {
  .header .contact__country .contact__hours-text {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .header .contact__country .contact__hours-text {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.header .contact__country .contact__hours-time {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1920px) {
  .header .contact__country .contact__hours-time {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .header .contact__country .contact__hours-time {
    font-size: 16px;
    width: auto;
  }
}
@media (max-width: 640px) {
  .header .contact__country .contact__hours-time {
    order: 1;
    flex: 1 1 auto;
  }
}
.header .contact__country .contact__hours-gmt {
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.5);
}
@media (max-width: 640px) {
  .header .contact__country .contact__hours-gmt {
    order: 3;
  }
}
@media (max-width: 640px) {
  .header .contact__country .contact__hours-ttm {
    order: 2;
    margin-right: 5px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.05;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}
@media (max-width: 1600px) {
  .h1,
  h1 {
    font-size: 56px;
  }
}
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}

.h3,
h3 {
  font-size: 48px;
  line-height: 1.05;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 1600px) {
  .h3,
  h3 {
    font-size: 36px;
  }
}

.h4,
h4 {
  font-size: 28px;
  line-height: 1.2;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 1920px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 1600px) {
  .h4,
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}

a {
  font-family: "Mulish", sans-serif;
  text-decoration: none;
}

.button {
  border: none;
  border-radius: 4px;
  padding: 16px 24px;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .button {
    padding: 13px 24px;
  }
}
.button.orange {
  background: #F58220;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
}
.button.orange:hover {
  background: #FFCB05;
}
@media (max-width: 1600px) {
  .button.orange {
    font-size: 15px;
    padding: 15px 24px;
  }
}
.button.white {
  background: #ffffff;
  border: 2px solid #F58220;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.button.white:hover {
  background-color: #FAA61A;
}

.footer {
  border-top: #FFCB05 solid 2px;
}
.footer__link {
  color: #ffffff;
  text-decoration: unset;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.footer__logo img {
  width: 150px;
}
@media screen and (max-width: 1600px) {
  .footer__logo img {
    width: 100px;
  }
}
.footer__copyright {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #ffffff;
  opacity: 80%;
  margin-bottom: unset;
  margin-top: 24px;
}
.footer__container {
  max-width: 2176px;
  margin-right: auto;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 15px;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 1920px) {
  .footer__container {
    max-width: 1550px;
  }
}
@media (max-width: 1024px) {
  .footer__container {
    max-width: 1430px;
    padding: 13px 15px;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 1366px) {
  .footer__container {
    max-width: 1196px;
  }
}
@media (max-width: 1024px) {
  .footer__container {
    max-width: 926px;
  }
}
.footer__main {
  background: linear-gradient(90deg, #F58220 0%, #F56B20 100%);
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer__main {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.footer__main-center {
  display: flex;
  gap: 72px;
  opacity: 80%;
}
@media screen and (max-width: 1024px) {
  .footer__main-center {
    flex-direction: column;
    gap: unset;
    text-align: center;
    align-items: center;
  }
  .footer__main-center:after {
    content: "";
    background: #FFCB05;
    width: 150px;
    height: 3px;
    margin-top: 46px;
  }
  .footer__main-center:before {
    content: "";
    background: #FFCB05;
    width: 150px;
    height: 3px;
    margin-bottom: 46px;
  }
}
.footer__main-center .footer__column {
  display: flex;
  flex-direction: column;
}
.footer__main-center .footer__link {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  padding: 10px 16px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  max-width: 250px;
}
.footer__main-center .footer__link:hover {
  background: #E46900;
}
@media screen and (max-width: 1600px) {
  .footer__main-center .footer__link {
    font-size: 15px;
  }
}
.footer__main-center .main-center__col--left {
  position: relative;
}
.footer__main-center .main-center__col--left::after {
  content: "";
  width: 3px;
  height: 100%;
  background: #FFCB05;
  position: absolute;
  top: 0;
  right: -32px;
}
@media screen and (max-width: 1024px) {
  .footer__main-center .main-center__col--left::after {
    display: none;
  }
}
.footer__main-right {
  width: 100%;
  max-width: 288px;
}
@media screen and (max-width: 1600px) {
  .footer__main-right {
    max-width: 241px;
  }
}
@media screen and (max-width: 1600px) {
  .footer__main-right .footer__button-wrp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .footer__main-right .footer__button-wrp {
    justify-content: center;
    margin-top: 36px;
  }
}
.footer__main-right .footer__button {
  width: 100%;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  border: unset;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .footer__main-right .footer__button {
    max-width: 180px;
    font-size: 15px;
    padding: 16px 24px;
  }
}
.footer__main-right .footer__email {
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #ffffff;
  opacity: 80%;
  text-decoration: unset;
  padding: 10px 16px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.footer__main-right .footer__email:hover {
  background-color: #E46900;
}
@media screen and (max-width: 1600px) {
  .footer__main-right .footer__email {
    font-size: 15px;
  }
}
.footer__main-right .footer__contacts {
  margin-top: 16px;
  margin-bottom: 4px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: unset;
}
@media screen and (max-width: 1366px) {
  .footer__main-right .footer__contacts {
    gap: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__main-right .footer__contacts {
    margin-bottom: 26px;
    margin-top: 24px;
  }
}
.footer__main-right .footer__contacts li {
  list-style-type: none;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.footer__main-right .footer__contacts li:hover .footer__country {
  background: #FFCB05;
  color: #E46900;
}
@media screen and (max-width: 1600px) {
  .footer__main-right .footer__contacts li {
    font-size: 16px;
  }
}
.footer__main-right .footer__contacts li a {
  color: #ffffff;
  text-decoration: unset;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.footer__main-right .footer__contacts li .footer__country {
  color: #FFCB05;
  padding: 6px;
  font-weight: 700;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .footer__main-right .footer__contacts li .footer__country {
    padding: 9px;
  }
}
@media screen and (max-width: 1600px) {
  .footer__main-right .footer__contacts li .footer__country {
    font-size: 15px;
  }
}
@media screen and (max-width: 1600px) {
  .footer__main-left {
    max-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__main-left {
    margin-bottom: 36px;
  }
}
.footer__bottom {
  background: #FFCB05;
}
.footer__bottom .footer__container {
  align-items: center;
  justify-content: center;
  padding: 16px 15px;
}
.footer__bottom-credits {
  margin: unset;
  display: flex;
  align-items: center;
  font-weight: 500;
  text-decoration: unset;
  font-size: 16px;
  gap: 10px;
  line-height: 100%;
  color: #333333;
  transition: 0.5s all ease;
  cursor: pointer;
}
.footer__bottom-credits:hover {
  opacity: 0.7;
  transform: translateY(-3px);
}
.footer__bottom-credits p {
  margin: unset;
  font-size: 16px;
}
.footer__bottom-agency {
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

section {
  scroll-margin-top: 70px;
}

html {
  overflow-x: hidden;
}
html:after {
  content: "";
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
html.lock {
  overflow: hidden;
}
html.lock:after {
  opacity: 1;
  position: fixed;
  inset: 0;
  background: rgba(179, 82, 0, 0.6);
  content: "";
  z-index: 99;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Mulish", sans-serif;
  min-height: 100vh;
  overflow: hidden;
}

main > div {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
}

.container {
  max-width: 1550px;
  padding: 0 15px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1196px;
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 926px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 48px;
  }
}
@media (max-width: 640px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.breadcrumb {
  display: flex;
  list-style-type: none;
  padding: unset;
  align-items: center;
  margin: 48px 0;
}
@media (max-width: 1600px) {
  .breadcrumb {
    margin-top: 24px;
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 640px) {
  .breadcrumb {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.breadcrumb li {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.breadcrumb-item:last-child {
  cursor: auto;
}
.breadcrumb .breadcrumb-home {
  padding: 10px 11px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.breadcrumb .breadcrumb-home a {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(220deg) brightness(112%) contrast(100%);
}
.breadcrumb .breadcrumb-home:hover {
  background-color: #F58220;
}
.breadcrumb .breadcrumb-home:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(220deg) brightness(112%) contrast(100%);
}
.breadcrumb-item {
  padding: 9px 10px;
  border-radius: 36px;
  cursor: pointer;
  color: #ffffff;
  opacity: 30%;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-item a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-item:hover {
  background-color: #EFEFEF;
  opacity: 100%;
  color: #000000;
}
.breadcrumb-item:hover a {
  color: #000000;
}
.breadcrumb-item.active {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb-item.active:hover {
  background-color: unset;
  opacity: 30% !important;
  color: #ffffff;
}
.breadcrumb-separator {
  padding: 9px 10px;
  color: #ffffff;
}

.pt-bm {
  padding-top: 97px;
}
@media (max-width: 1600px) {
  .pt-bm {
    padding-top: 77px;
  }
}
@media (max-width: 768px) {
  .pt-bm {
    padding-top: 125px;
  }
}/*# sourceMappingURL=global.css.map */