* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: inherit;
  vertical-align: inherit;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

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

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

b, strong {
  font-weight: bolder;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe, img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  overflow: visible;
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

select {
  text-transform: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  margin: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-ui-invalid {
  box-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Inter Light";
  font-display: swap;
  src: url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Inter Light";
  font-display: swap;
  src: url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "Inter Light";
  font-display: swap;
  src: url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Inter Light";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Inter Light";
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Inter Light";
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Inter Light";
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Inter Light";
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "Inter Light";
  font-display: swap;
  src: url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
}
html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  font-family: "Inter Light", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: normal;
  color: #060943;
  background-color: #FFFBF7;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}

.row {
  max-width: 1650px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row-b {
  max-width: 1920px;
  padding-right: 0;
  padding-left: 0;
}

.bold {
  font-family: "Inter Light", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.theme {
  color: #EE891F;
}

.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile {
    display: flex;
  }
}
.link {
  line-height: 20px;
  transition: color 0.1s ease;
  color: #EE891F;
}
.link:hover {
  color: #FFFBF7;
}
.link.underline span {
  border-bottom: 1px solid #FFFBF7;
}
.link.underline:hover span {
  border-bottom: none;
}

.btn {
  background-color: #EE891F;
  color: #FFE3C5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  color: #060943;
}

.slick-slider {
  position: relative;
  min-width: 0;
}
.slick-list {
  overflow: hidden;
  padding: 0 !important;
}

.slick-track {
  display: flex;
  min-width: 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 46px;
  left: 129px;
}
.slick-dots li {
  margin-right: 14px;
  margin-left: 14px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: rgba(6, 9, 67, 0.5);
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #060943;
}
.slick-dots li button {
  font-size: 0;
  background: none;
}

.team__slider .slick-dots {
  top: auto;
  left: 0;
  bottom: -30px;
}
.team__slider .slick-dots li {
  margin-right: 20px;
  margin-left: 0;
  width: 16px;
  height: 16px;
  background-color: #FFE3C5;
  opacity: 0.7;
}
.team__slider .slick-dots li.slick-active {
  opacity: 1;
}

@media screen and (max-width: 1599px) {
  .slick-dots {
    top: 40px;
    left: 50px;
  }
  .slick-dots li {
    margin-right: 10px;
    margin-left: 10px;
    width: 17px;
    height: 17px;
  }
  .team__slider .slick-dots {
    top: auto;
    left: 0;
    bottom: -30px;
  }
}
@media screen and (max-width: 1269px) {
  .slick-dots {
    top: 30px;
    left: 40px;
  }
  .slick-dots li {
    margin-right: 8px;
    margin-left: 8px;
    width: 14px;
    height: 14px;
  }
  .team__slider .slick-dots {
    top: auto;
    left: 0;
    bottom: -30px;
  }
}
@media screen and (max-width: 1023px) {
  .slick-dots {
    top: 25px;
    left: 30px;
  }
  .slick-dots li {
    margin-right: 6px;
    margin-left: 6px;
    width: 11px;
    height: 11px;
  }
  .team__slider .slick-dots {
    top: auto;
    left: 0;
    bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .slick-list {
    margin-right: 0;
    margin-left: 0;
  }
  .slick-dots {
    top: auto;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%);
  }
  .slick-dots li {
    margin-right: 11px;
    margin-left: 11px;
    width: 17px;
    height: 17px;
  }
  .team__slider .slick-dots {
    top: auto;
    left: 40px;
    bottom: -30px;
  }
  .team__slider .slick-dots li {
    margin-right: 15px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 479px) {
  .slick-dots {
    bottom: 30px;
  }
  .slick-dots li {
    margin-right: 6px;
    margin-left: 6px;
    width: 10px;
    height: 10px;
  }
}
.header {
  background-color: #060943;
  color: #FFE3C5;
}
.header .h1 {
  font-size: 48px;
}

.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header__body {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 15px 90px;
}

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

.header__logo {
  width: 158px;
}

.header__menu {
  display: flex;
  align-items: center;
}
.header__menu li {
  white-space: nowrap;
}
.header__menu li:not(:first-child) {
  margin-left: 54px;
}

.header__text {
  margin-top: 59px;
}

.header__info {
  margin-top: 36px;
  font-size: 24px;
}

.header__button {
  margin-top: 66px;
  width: 221px;
  height: 48px;
}

.header__arrow {
  margin-top: 100px;
  position: relative;
  font-size: 32px;
  line-height: 32px;
  max-width: 400px;
  padding-right: 120px;
}
.header__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 52px;
  height: 76px;
  background-image: url(../images/header/arrow-down.svg);
  background-size: cover;
}

.header__right {
  width: 945px;
  max-width: 945px;
  position: relative;
}

.header__contacts-button {
  font-family: "Inter Light", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #060943;
  position: absolute;
  top: 46px;
  right: 139px;
  cursor: pointer;
}
.header__contacts-button:hover {
  color: #EE891F;
}

.header__contacts {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  background-color: #FFE3C5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #060943;
  font-size: 24px;
}
.header__contacts.show {
  transform: translateY(0);
}

.header__contacts-text {
  margin-top: 140px;
  max-width: 654px;
  margin-right: auto;
  margin-left: auto;
}
.header__contacts-text .title {
  font-family: "Inter Light", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
}
.header__contacts-text .address {
  margin-top: 54px;
}
.header__contacts-text .ceo {
  margin-top: 20px;
}
.header__contacts-text .email {
  font-family: "Inter Light", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 20px;
  display: block;
  color: #060943;
}
.header__contacts-text .email span {
  text-decoration: underline;
}
.header__contacts-text .phone {
  font-family: "Inter Light", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 20px;
  display: block;
  color: #060943;
}
.header__contacts-text .whatsapp {
  color: #060943;
}
.header__contacts-text .text {
  margin-top: 55px;
  font-size: 32px;
}

.header__contacts-close {
  position: absolute;
  top: 50px;
  right: 150px;
  width: 30px;
  height: 30px;
  background-image: url(../images/header/close.svg);
  background-size: cover;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.header__contacts-close:hover {
  transform: rotate(180deg);
}

@media screen and (max-width: 1599px) {
  .header .h1 {
    font-size: 30px;
  }
  .header__info {
    margin-top: 23px;
    font-size: 16px;
  }
  .header__button {
    margin-top: 35px;
    width: 138px;
    height: 30px;
  }
  .header__arrow {
    margin-top: 90px;
    font-size: 20px;
    line-height: 20px;
    max-width: 300px;
    padding-right: 65px;
  }
  .header__arrow::before {
    width: 40px;
    height: 58px;
  }
  .header__right {
    width: 600px;
    max-width: 600px;
  }
  .header__contacts-button {
    top: 37px;
    right: 68px;
  }
  .header__contacts {
    font-size: 24px;
  }
  .header__contacts-text {
    margin-top: 60px;
    max-width: 500px;
  }
  .header__contacts-text .title {
    font-size: 26px;
  }
  .header__contacts-text .address {
    margin-top: 30px;
    font-size: 20px;
  }
  .header__contacts-text .ceo {
    margin-top: 20px;
    font-size: 20px;
  }
  .header__contacts-text .email {
    margin-top: 20px;
    font-size: 20px;
  }
  .header__contacts-text .phone {
    margin-top: 20px;
    font-size: 20px;
  }
  .header__contacts-text .text {
    margin-top: 30px;
    font-size: 24px;
  }
  .header__contacts-close {
    top: 30px;
    right: 80px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1269px) {
  .header__logo {
    width: 97px;
  }
  .header__menu li {
    font-size: 12px;
  }
  .header__menu li:not(:first-child) {
    margin-left: 33px;
  }
  .header__body {
    max-width: 405px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .header__text {
    margin-top: 45px;
  }
  .header__button {
    font-size: 12px;
  }
  .header__arrow {
    margin-top: 35px;
    max-width: 265px;
  }
  .header__right {
    width: 556px;
    max-width: 556px;
  }
  .header__contacts-button {
    top: 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .header .h1 {
    font-size: 24px;
  }
  .header__logo {
    width: 74px;
  }
  .header__body {
    max-width: 350px;
  }
  .header__text {
    position: relative;
    margin-top: 25px;
  }
  .header__info {
    margin-top: 20px;
  }
  .header__button {
    margin-top: 30px;
  }
  .header__arrow {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(120%);
  }
  .header__right {
    width: 350px;
    max-width: 350px;
  }
  .header__contacts-button {
    top: 20px;
    right: 30px;
  }
  .header__contacts {
    font-size: 20px;
  }
  .header__contacts-text {
    margin-top: 30px;
    max-width: 330px;
  }
  .header__contacts-text .title {
    font-size: 22px;
  }
  .header__contacts-text .address {
    margin-top: 20px;
    font-size: 16px;
  }
  .header__contacts-text .ceo {
    margin-top: 15px;
    font-size: 16px;
  }
  .header__contacts-text .email {
    margin-top: 15px;
    font-size: 16px;
  }
  .header__contacts-text .phone {
    margin-top: 15px;
    font-size: 16px;
  }
  .header__contacts-text .text {
    margin-top: 15px;
    font-size: 20px;
  }
  .header__contacts-close {
    top: 20px;
    right: 40px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header .h1 {
    font-size: 24px;
  }
  .header__logo {
    width: 74px;
    margin-right: 10px;
  }
  .header__menu {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header__inner {
    flex-direction: column;
  }
  .header__body {
    max-width: 100%;
    padding: 0;
  }
  .header__body .header__arrow {
    display: none;
  }
  .header-mobile-div {
    position: relative;
    padding: 15px;
  }
  .header__arrow {
    position: relative;
    transform: none;
    margin: 25px auto 20px;
    max-width: 220px;
    padding-right: 35px;
  }
  .header__arrow::before {
    width: 20px;
    height: 30px;
  }
  .header__right {
    width: 480px;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .header__right .header__contacts {
    display: none;
  }
  .header__contacts-button {
    display: none;
  }
  .header__contacts {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .header__contacts-text {
    margin-top: 20px;
    max-width: 100%;
  }
  .header__contacts-text .title {
    font-size: 20px;
  }
  .header__contacts-text .address {
    margin-top: 15px;
    font-size: 14px;
  }
  .header__contacts-text .ceo {
    margin-top: 10px;
    font-size: 14px;
  }
  .header__contacts-text .email {
    margin-top: 10px;
    font-size: 14px;
  }
  .header__contacts-text .phone {
    margin-top: 10px;
    font-size: 14px;
  }
  .header__contacts-text .text {
    margin-top: 15px;
    font-size: 14px;
  }
  .header__contacts-close {
    right: 17px;
  }
}
@media screen and (max-width: 479px) {
  .header__right {
    width: 320px;
    max-width: 320px;
  }
}
.footer {
  padding-top: 170px;
  padding-bottom: 140px;
  background-color: #060943;
  color: #FFE3C5;
}

.footer__logo {
  max-width: 1620px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer__inner {
  margin-top: 135px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
}
.footer__inner a {
  color: #FFE3C5;
}
.footer__inner a:hover {
  color: #EE891F;
}
.footer__inner > div > span {
  font-family: "Inter Light", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.footer__small {
  margin-top: 65px;
  color: rgba(238, 137, 31, 0.5);
  font-size: 12px;
  text-decoration-line: underline;
  text-align: right;
}

@media screen and (max-width: 1269px) {
  .footer {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .footer__inner {
    margin-top: 88px;
    font-size: 14px;
  }
  .footer__small {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer__inner {
    font-size: 12px;
  }
  .footer__small {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 34px;
  }
  .footer__logo {
    width: 80%;
  }
  .footer__inner {
    margin-top: 50px;
    font-size: 6px;
  }
  .footer__small {
    margin-top: 16px;
    font-size: 3px;
  }
}
.map {
  position: relative;
  margin-top: 58px;
}

.map__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  transform: translateX(-50%);
  background-image: url(../images/map/map.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
}

.map__inner {
  padding-bottom: 150px;
  overflow: hidden;
}

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

.map__title {
  max-width: 800px;
  font-size: 32px;
}

.map__logo {
  width: 287px;
  height: 88px;
}

.map__logo-mobile {
  display: none;
}

.map__body {
  margin-top: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map__body .list {
  margin-right: 76px;
  margin-left: 76px;
}
.map__body .list li {
  position: relative;
  font-size: 35px;
  line-height: 56px;
  padding-left: 40px;
}
.map__body .list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #060943;
}

@media screen and (max-width: 1269px) {
  .map {
    margin-top: 46px;
  }
  .map__title {
    max-width: 50%;
    font-size: 24px;
  }
  .map__body {
    margin-top: 30px;
  }
  .map__body .list {
    margin-right: 30px;
    margin-left: 30px;
  }
  .map__body .list li {
    font-size: 32px;
    line-height: 44px;
    padding-left: 25px;
  }
  .map__body .list li::after {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 1023px) {
  .map {
    margin-top: 40px;
  }
  .map__title {
    font-size: 18px;
  }
  .map__logo {
    width: 185px;
    height: 60px;
  }
  .map__body .list {
    margin-right: 25px;
    margin-left: 25px;
  }
  .map__body .list li {
    font-size: 24px;
    line-height: 34px;
    padding-left: 20px;
  }
  .map__body .list li::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 767px) {
  .map {
    margin-top: 25px;
  }
  .map__inner {
    padding-bottom: 0;
  }
  .map__title {
    max-width: 100%;
  }
  .map__logo {
    display: none;
  }
  .map__body {
    margin-top: 25px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .map__body .list {
    margin-right: 0;
    margin-left: 0;
  }
  .map__body .list li {
    font-size: 20px;
    line-height: 28px;
  }
  .map__logo-mobile {
    position: absolute;
    display: flex;
    width: 104px;
    height: 32px;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 379px) {
  .map__inner {
    padding-bottom: 70px;
  }
  .map__logo-mobile {
    transform: translate(50%, 180%);
    right: 50%;
  }
}
.about .h2 {
  color: #EE891F;
  text-align: center;
  font-size: 48px;
  line-height: 48px;
}

.about__inner {
  display: flex;
}

.about__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about__left .image {
  width: 570px;
}
.about__left .image + .image {
  margin-top: 15px;
}

.about__right .image {
  width: 734px;
}

.about__body {
  max-width: 385px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about__text {
  margin-top: 50px;
}

.about__button {
  margin-top: 70px;
  width: 221px;
  height: 48px;
}
@media screen and (max-width: 1799px) {
  .about__left {
    display: none;
  }
}
@media screen and (max-width: 1269px) {
  .about__right .image {
    width: 597px;
  }
}
@media screen and (max-width: 1023px) {
  .about .h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .about__right .image {
    width: 400px;
  }
  .about__body {
    max-width: 315px;
  }
  .about__text {
    margin-top: 20px;
  }
  .about__button {
    margin-top: 50px;
    width: 173px;
    height: 37px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 45px;
  }
  .about .h2 {
    font-size: 38px;
    line-height: 38px;
  }
  .about__inner {
    flex-direction: column-reverse;
  }
  .about__right .image {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .about__body {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 35px;
  }
}
.promo {
  margin-top: 200px;
  margin-bottom: 150px;
}

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

.promo__text {
  font-family: "Inter Light", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #EE891F;
  font-size: 96px;
  max-width: 70%;
}

.promo__logo {
  width: 343px;
}

@media screen and (max-width: 1269px) {
  .promo {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .promo__text {
    font-size: 60px;
  }
  .promo__logo {
    width: 256px;
  }
}
@media screen and (max-width: 1269px) {
  .promo__text {
    font-size: 46px;
  }
  .promo__logo {
    width: 195px;
  }
}
@media screen and (max-width: 767px) {
  .promo {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .promo__text {
    font-size: 22px;
  }
  .promo__logo {
    width: 96px;
  }
}
.gallery__title {
  color: #EE891F;
  font-size: 48px;
}

.gallery__grid {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
.gallery__grid .image-1 {
  grid-column: 1/5;
  grid-row: 1/2;
}
.gallery__grid .image-2 {
  grid-column: 5/7;
  grid-row: 1/2;
}
.gallery__grid .image-3 {
  grid-column: 1/3;
  grid-row: 2/3;
}
.gallery__grid .image-4 {
  grid-column: 3/5;
  grid-row: 2/3;
}
.gallery__grid .image-5 {
  grid-column: 5/7;
  grid-row: 2/3;
}
.gallery__grid .image-6 {
  grid-column: 1/4;
  grid-row: 3/4;
}
.gallery__grid .image-7 {
  grid-column: 4/7;
  grid-row: 3/4;
}

@media screen and (max-width: 1023px) {
  .gallery__title {
    font-size: 40px;
  }
  .gallery__grid {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .gallery__title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gallery {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.marquee {
  font-family: "Inter Light", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 106px;
  margin-top: 150px;
  margin-bottom: 150px;
  height: 235px;
  position: relative;
}

.marquee__wrapper {
  position: absolute;
  left: 0;
  right: 0;
}

.marquee__div {
  display: flex;
  animation: marquee 15s linear infinite;
}
.marquee__div:not(:first-child) {
  animation: marquee-2 15s linear infinite;
}

.marquee__item {
  white-space: nowrap;
  padding-right: 15px;
  padding-left: 15px;
}

@keyframes marquee {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@media screen and (max-width: 1269px) {
  .marquee {
    font-size: 85px;
    margin-top: 70px;
    margin-bottom: 70px;
    height: 190px;
  }
}
@media screen and (max-width: 1023px) {
  .marquee {
    font-size: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 135px;
  }
}
@media screen and (max-width: 767px) {
  .marquee {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 70px;
  }
  .marquee__item {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.countries {
  background-color: #EE891F;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #FFE3C5;
  overflow: hidden;
  display: flex;
  font-size: 24px;
}

.countries__wrapper {
  padding-left: 56px;
  display: flex;
  align-items: center;
  animation: marquee 20s linear infinite;
}
.countries__wrapper > div {
  position: relative;
  padding-right: 56px;
}
.countries__wrapper > div:not(:last-child) {
  margin-right: 56px;
}
.countries__wrapper > div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 75px;
  background-color: #FFE3C5;
}

@keyframes marquee {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .countries {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
  }
  .countries__wrapper {
    padding-left: 40px;
    animation: marquee 30s linear infinite;
  }
  .countries__wrapper > div {
    padding-right: 40px;
  }
  .countries__wrapper > div:not(:last-child) {
    margin-right: 40px;
  }
}
.team .h2 {
  color: #EE891F;
  font-size: 48px;
}

.team__wrapper {
  padding: 50px 70px 140px;
  background-color: #060943;
}

.team__inner {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 70% 1fr;
  grid-column-gap: 5%;
}

.team__big-image {
  grid-row: 1/3;
}

.team__slider {
  height: fit-content;
}

.team__text {
  color: #FFE3C5;
  margin-top: 70px;
}
.team__text p + p {
  margin-top: 45px;
}

@media screen and (max-width: 1269px) {
  .team__wrapper {
    padding: 45px 60px 70px;
  }
  .team__inner {
    margin-top: 12px;
    grid-template-columns: 60% 1fr;
  }
  .team__text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .team .h2 {
    font-size: 40px;
  }
  .team__wrapper {
    padding: 30px 40px;
  }
  .team__inner {
    margin-top: 12px;
  }
  .team__big-image {
    grid-column: 2/3;
    grid-row: 1/2;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .team__slider {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .team__text {
    margin-top: 20px;
    font-size: 16px;
  }
  .team__text p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .team .row {
    padding-right: 0;
    padding-left: 0;
  }
  .team__inner {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  .team__big-image {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .team__slider {
    margin-top: 40px;
    max-width: 280px;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .team__text {
    margin-top: 50px;
  }
}
.work {
  margin-top: 90px;
  padding-top: 120px;
  padding-bottom: 150px;
  background-color: #060943;
  position: relative;
}

.work__logo {
  width: 120px;
}

.work__text {
  margin-top: 88px;
  color: #FFE3C5;
  max-width: 50%;
  font-size: 48px;
}

.work__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 40%;
  max-height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1269px) {
  .work {
    margin-top: 65px;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .work__logo {
    width: 65px;
  }
  .work__text {
    margin-top: 40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .work {
    margin-top: 32px;
    padding-top: 80px;
    padding-bottom: 75px;
  }
  .work__logo {
    width: 60px;
  }
  .work__text {
    margin-top: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .work {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 95px;
  }
  .work .row {
    padding-right: 0;
    padding-left: 0;
  }
  .work__logo {
    margin-right: auto;
    margin-left: auto;
  }
  .work__text {
    margin-top: 35px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .work__image {
    margin-top: 20px;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.we-open {
  background-color: #EE891F;
  padding-top: 35px;
  padding-bottom: 27px;
}
.we-open .text {
  font-size: 54px;
  color: #FFE3C5;
  text-align: center;
}

@media screen and (max-width: 1269px) {
  .we-open {
    padding-top: 21px;
    padding-bottom: 16px;
  }
  .we-open .text {
    font-size: 34px;
  }
}
@media screen and (max-width: 1023px) {
  .we-open {
    padding-top: 17px;
    padding-bottom: 15px;
  }
  .we-open .text {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .we-open {
    padding-top: 8px;
    padding-bottom: 6px;
  }
  .we-open .text {
    font-size: 14px;
  }
}

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