/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
:root {
  --color-primary: #fcdd06;
  --color-primary-black: #151614;
  --color-primary-dark: #292929;
  --color-white: #fff;
  --color-yellow: #f0c608;
  --color-gray: #58585a;
  --color-bg: rgba(35, 52, 98, 0.1);
}

@font-face {
  font-family: "Euclid Square";
  src: url("../../css/fonts/Euclid-Square/EuclidSquare-Bold.eot");
  src: local("Euclid Square Bold"), local("EuclidSquare-Bold"), url("../../css/fonts/Euclid-Square/EuclidSquare-Bold.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Euclid-Square/EuclidSquare-Bold.woff2") format("woff2"), url("../../css/fonts/Euclid-Square/EuclidSquare-Bold.woff") format("woff"), url("../../css/fonts/Euclid-Square/EuclidSquare-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("../../css/fonts/Euclid-Square/EuclidSquare-Regular.eot");
  src: local("Euclid Square Regular"), local("EuclidSquare-Regular"), url("../../css/fonts/Euclid-Square/EuclidSquare-Regular.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Euclid-Square/EuclidSquare-Regular.woff2") format("woff2"), url("../../css/fonts/Euclid-Square/EuclidSquare-Regular.woff") format("woff"), url("../../css/fonts/Euclid-Square/EuclidSquare-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("../../css/fonts/Euclid-Square/EuclidSquare-SemiBold.eot");
  src: local("Euclid Square SemiBold"), local("EuclidSquare-SemiBold"), url("../../css/fonts/Euclid-Square/EuclidSquare-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Euclid-Square/EuclidSquare-SemiBold.woff2") format("woff2"), url("../../css/fonts/Euclid-Square/EuclidSquare-SemiBold.woff") format("woff"), url("../../css/fonts/Euclid-Square/EuclidSquare-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("../../css/fonts/Euclid-Square/EuclidSquare-LightItalic.eot");
  src: local("Euclid Square Light Italic"), local("EuclidSquare-LightItalic"), url("../../css/fonts/Euclid-Square/EuclidSquare-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Euclid-Square/EuclidSquare-LightItalic.woff2") format("woff2"), url("../../css/fonts/Euclid-Square/EuclidSquare-LightItalic.woff") format("woff"), url("../../css/fonts/Euclid-Square/EuclidSquare-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("../../css/fonts/Euclid-Square/EuclidSquare-MediumItalic.eot");
  src: local("Euclid Square Medium Italic"), local("EuclidSquare-MediumItalic"), url("../../css/fonts/Euclid-Square/EuclidSquare-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Euclid-Square/EuclidSquare-MediumItalic.woff2") format("woff2"), url("../../css/fonts/Euclid-Square/EuclidSquare-MediumItalic.woff") format("woff"), url("../../css/fonts/Euclid-Square/EuclidSquare-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("../../css/fonts/Euclid-Square/EuclidSquare-Medium.eot");
  src: local("Euclid Square Medium"), local("EuclidSquare-Medium"), url("../../css/fonts/Euclid-Square/EuclidSquare-Medium.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Euclid-Square/EuclidSquare-Medium.woff2") format("woff2"), url("../../css/fonts/Euclid-Square/EuclidSquare-Medium.woff") format("woff"), url("../../css/fonts/Euclid-Square/EuclidSquare-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("../../css/fonts/Euclid-Square/EuclidSquare-Italic.eot");
  src: local("Euclid Square Italic"), local("EuclidSquare-Italic"), url("../../css/fonts/Euclid-Square/EuclidSquare-Italic.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Euclid-Square/EuclidSquare-Italic.woff2") format("woff2"), url("../../css/fonts/Euclid-Square/EuclidSquare-Italic.woff") format("woff"), url("../../css/fonts/Euclid-Square/EuclidSquare-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("../../css/fonts/Euclid-Square/EuclidSquare-Light.eot");
  src: local("Euclid Square Light"), local("EuclidSquare-Light"), url("../../css/fonts/Euclid-Square/EuclidSquare-Light.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Euclid-Square/EuclidSquare-Light.woff2") format("woff2"), url("../../css/fonts/Euclid-Square/EuclidSquare-Light.woff") format("woff"), url("../../css/fonts/Euclid-Square/EuclidSquare-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("../../css/fonts/Euclid-Square/EuclidSquare-SemiBoldItalic.eot");
  src: local("Euclid Square SemiBold Italic"), local("EuclidSquare-SemiBoldItalic"), url("../../css/fonts/Euclid-Square/EuclidSquare-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Euclid-Square/EuclidSquare-SemiBoldItalic.woff2") format("woff2"), url("../../css/fonts/Euclid-Square/EuclidSquare-SemiBoldItalic.woff") format("woff"), url("../../css/fonts/Euclid-Square/EuclidSquare-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("../../css/fonts/Euclid-Square/EuclidSquare-BoldItalic.eot");
  src: local("Euclid Square Bold Italic"), local("EuclidSquare-BoldItalic"), url("../../css/fonts/Euclid-Square/EuclidSquare-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Euclid-Square/EuclidSquare-BoldItalic.woff2") format("woff2"), url("../../css/fonts/Euclid-Square/EuclidSquare-BoldItalic.woff") format("woff"), url("../../css/fonts/Euclid-Square/EuclidSquare-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../css/fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Chiq Pro";
  src: url("../../css/fonts/Chiq-Pro/");
  src: local("Chiq Pro"), local("ChiqPro"), url("../../css/fonts/Chiq-Pro/ChiqPro.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Chiq-Pro/ChiqPro.woff2") format("woff2"), url("../../css/fonts/Chiq-Pro/ChiqPro.woff") format("woff"), url("../../css/fonts/Chiq-Pro/ChiqPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Chiq Pro";
  src: url("../../css/fonts/Chiq-Pro/ChiqPro-BoldItalic.eot");
  src: local("Chiq Pro Bold Italic"), local("ChiqPro-BoldItalic"), url("../../css/fonts/Chiq-Pro/ChiqPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Chiq-Pro/ChiqPro-BoldItalic.woff2") format("woff2"), url("../../css/fonts/Chiq-Pro/ChiqPro-BoldItalic.woff") format("woff"), url("../../css/fonts/Chiq-Pro/ChiqPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Chiq Pro";
  src: url("../../css/fonts/Chiq-Pro/ChiqPro-BlackItalic.eot");
  src: local("Chiq Pro Black Italic"), local("ChiqPro-BlackItalic"), url("../../css/fonts/Chiq-Pro/ChiqPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Chiq-Pro/ChiqPro-BlackItalic.woff2") format("woff2"), url("../../css/fonts/Chiq-Pro/ChiqPro-BlackItalic.woff") format("woff"), url("../../css/fonts/Chiq-Pro/ChiqPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Chiq Pro";
  src: url("../../css/fonts/Chiq-Pro/ChiqPro-Light.eot");
  src: local("Chiq Pro Light"), local("ChiqPro-Light"), url("../../css/fonts/Chiq-Pro/ChiqPro-Light.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Chiq-Pro/ChiqPro-Light.woff2") format("woff2"), url("../../css/fonts/Chiq-Pro/ChiqPro-Light.woff") format("woff"), url("../../css/fonts/Chiq-Pro/ChiqPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Chiq Pro";
  src: url("../../css/fonts/Chiq-Pro/ChiqPro-Italic.eot");
  src: local("Chiq Pro Italic"), local("ChiqPro-Italic"), url("../../css/fonts/Chiq-Pro/ChiqPro-Italic.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Chiq-Pro/ChiqPro-Italic.woff2") format("woff2"), url("../../css/fonts/Chiq-Pro/ChiqPro-Italic.woff") format("woff"), url("../../css/fonts/Chiq-Pro/ChiqPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Chiq Pro";
  src: url("../../css/fonts/Chiq-Pro/ChiqPro-Black.eot");
  src: local("Chiq Pro Black"), local("ChiqPro-Black"), url("../../css/fonts/Chiq-Pro/ChiqPro-Black.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Chiq-Pro/ChiqPro-Black.woff2") format("woff2"), url("../../css/fonts/Chiq-Pro/ChiqPro-Black.woff") format("woff"), url("../../css/fonts/Chiq-Pro/ChiqPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Chiq Pro";
  src: url("../../css/fonts/Chiq-Pro/ChiqPro-Bold.eot");
  src: local("Chiq Pro Bold"), local("ChiqPro-Bold"), url("../../css/fonts/Chiq-Pro/ChiqPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Chiq-Pro/ChiqPro-Bold.woff2") format("woff2"), url("../../css/fonts/Chiq-Pro/ChiqPro-Bold.woff") format("woff"), url("../../css/fonts/Chiq-Pro/ChiqPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Chiq Pro";
  src: url("../../css/fonts/Chiq-Pro/ChiqPro-LightItalic.eot");
  src: local("Chiq Pro Light Italic"), local("ChiqPro-LightItalic"), url("../../css/fonts/Chiq-Pro/ChiqPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/Chiq-Pro/ChiqPro-LightItalic.woff2") format("woff2"), url("../../css/fonts/Chiq-Pro/ChiqPro-LightItalic.woff") format("woff"), url("../../css/fonts/Chiq-Pro/ChiqPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  background: none;
  color: inherit;
  font-weight: inherit;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s all;
  cursor: pointer;
  user-select: none;
}

:root {
  font-size: 20px;
}
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px;
  }
}
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px;
  }
}
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px;
  }
}
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px;
  }
}
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px;
  }
}
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px;
  }
}
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px;
  }
}
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px;
  }
}
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px;
  }
}
@media (max-width: 900.98px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 389.98px) {
  :root {
    font-size: 15px;
  }
}
@media (max-width: 375.98px) {
  :root {
    font-size: 14px;
  }
}
@media (max-width: 345.98px) {
  :root {
    font-size: 13px;
  }
}
@media (max-width: 330.98px) {
  :root {
    font-size: 12px;
  }
}
@media (max-width: 320.98px) {
  :root {
    font-size: 11px;
  }
}
@media (max-width: 300.98px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px;
  }
}
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px;
  }
}

@media (max-width: 767.98px) and (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px;
  }
}
body {
  font-size: 0.9rem;
  box-sizing: border-box;
  font-family: "Gilroy";
  font-weight: 400;
  scroll-behavior: smooth;
  background-color: #151614;
  color: var(--color-white);
}

.container {
  margin: 0 auto;
  max-width: 73.7rem;
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}

.text_sm {
  font-size: 0.7rem;
  color: var(--color-gray);
}

.font_semibold {
  font-weight: 600;
}
.font_medium {
  font-weight: 500;
}
.font_normal {
  font-weight: 400;
}
.font_light {
  font-weight: 300;
}

.section__title {
  font-family: "Chiq Pro";
  font-size: 3rem;
  font-weight: 700;
  line-height: 5rem; /* 166.667% */
}

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

@media (max-width: 768px) {
  .section__title {
    font-family: "Chiq Pro";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%; /* 166.667% */
  }
}
#fp-nav {
  width: 0.8rem;
  left: 1.5rem;
  z-index: 30;
}
#fp-nav::before {
  content: "";
  position: absolute;
  height: 78%;
  width: 2px;
  border-right: 0.1rem dashed var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fp-nav ul li {
  margin: 2.2rem 0;
}
#fp-nav ul li a {
  background-color: blue;
  display: inline-block;
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
  background-color: var(--color-white);
  transition: all 0.3s;
  outline-offset: 0;
}
#fp-nav ul li a:hover {
  outline: 0.1rem solid var(--color-primary);
  outline-offset: 0.5rem;
}
#fp-nav ul li a span {
  display: none;
}
#fp-nav ul li a.active {
  outline: 0.1rem solid var(--color-primary);
  outline-offset: 0.5rem;
  background-color: var(--color-primary);
}

@media (max-width: 768px) {
  #fp-nav {
    display: none;
  }
}
.btn_yellow {
  font-family: Gilroy;
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: 50px;
  transition: all 0.3s;
}
.btn_yellow:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.btn_line {
  background-color: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 50px;
  transition: all 0.3s;
}
.btn_line:hover {
  background-color: var(--color-white);
  color: var(--color-primary-black);
}
.btn_line.hover-yellow:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
.btn_line-yellow {
  background-color: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 50px;
  transition: all 0.3s;
}
.btn_line-yellow:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.statistic {
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin-top: 2.5rem;
}
.statistic-item {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.statistic-item h2 {
  font-family: "Chiq Pro";
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
}
.statistic-item p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
}

.logo-bg {
  position: absolute;
  height: 100%;
  top: 45%;
  left: 51%;
  transform: translate(-50%, -50%);
}
.logo-bg.about-logo-bg {
  height: auto;
  width: 90%;
}

.socials {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.8rem;
}
.socials a {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background-color: #494949;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.socials a i {
  transition: all 0.3s;
  font-size: 1.2rem;
}
.socials a:hover {
  background-color: var(--color-primary-black);
}
.socials a:hover i {
  color: var(--color-primary);
}

.corner-call-btn {
  position: fixed;
  z-index: 20;
  height: 3.7rem;
  width: 3.7rem;
  background-color: var(--color-primary);
  border-radius: 50%;
  right: 2.25rem;
  bottom: 4.85rem;
  transition: all 0.3s;
}
.corner-call-btn img {
  height: 55%;
}
.corner-call-btn:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .statistic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }
  .statistic-item {
    width: 50%;
  }
  .statistic-item h2 {
    font-family: "Chiq Pro";
    font-size: 2rem;
    font-weight: 400;
    line-height: 100%;
  }
  .statistic-item p {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .corner-call-btn {
    height: 3rem;
    width: 3rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.modal {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 25;
  display: none;
}
.modal__overlay {
  background-color: rgba(35, 52, 98, 0.86);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__wrapper {
  background-color: var(--color-white);
  padding: 2.85rem 3.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
}
.modal__wrapper-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--color-primary);
  width: 100%;
  padding: 0 5rem;
  text-align: center;
  gap: 0.7rem;
}
.modal__wrapper-top h3 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 100%;
}
.modal__wrapper-top p {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 100%;
}
.modal__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 0.8rem;
  margin-top: 1.8rem;
}
.modal__form-item {
  height: 2.75rem;
  border: none;
  outline: none;
  padding: 0 1.15rem;
  box-shadow: 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 100%;
}
.modal__form-item::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal__form-item:nth-child(5), .modal__form-item:nth-child(6) {
  grid-column: 1/span 2;
}
.modal__form textarea {
  resize: none;
  padding: 1.15rem;
  height: 6rem;
}
.modal__form button {
  height: 2.75rem;
  width: 14rem;
  color: var(--color-white);
  font-size: 0.8re;
  font-weight: 500;
  line-height: 100%;
}

@media (max-width: 768px) {
  .modal {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 25;
    display: none;
  }
  .modal__overlay {
    background-color: rgba(35, 52, 98, 0.86);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal__wrapper {
    background-color: var(--color-white);
    width: 100%;
    padding: 2rem 1rem;
    top: 100%;
    transform: translate(-50%, -100%);
    flex-direction: column;
  }
  .modal__wrapper-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 2rem;
    color: var(--color-primary);
    width: 100%;
    text-align: center;
    gap: 0.7rem;
  }
  .modal__wrapper-top h3 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 100%;
  }
  .modal__wrapper-top p {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 100%;
  }
  .modal__form {
    display: flex;
    flex-direction: column;
  }
  .modal__form-item {
    height: 2.75rem;
    border: none;
    outline: none;
    padding: 0 1.15rem;
    box-shadow: 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 100%;
  }
  .modal__form-item::placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  .modal__form textarea {
    resize: none;
    padding: 1.15rem;
    height: 6rem;
  }
  .modal__form button {
    height: 2.75rem;
    margin-top: 1.5rem;
    width: 100%;
    color: var(--color-white);
    font-size: 0.8re;
    font-weight: 500;
    line-height: 100%;
  }
}
.mobile-nav {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background-color: var(--color-primary-black);
  display: none;
}
@media (min-width: 768px) {
  .mobile-nav {
    visibility: hidden;
  }
}
.mobile-nav__wrapper {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
  padding: 1.15rem 0 0 0;
}
.mobile-nav__top {
  height: 5rem;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mobile-nav__top .language {
  height: 2.5rem;
}
.mobile-nav__top .language__open, .mobile-nav__top .language__body {
  border-color: var(--color-primary);
}
.mobile-nav__top a {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.mobile-nav__top img {
  max-height: 100%;
}
.mobile-nav__bottom {
  overflow: scroll;
}
.mobile-nav__close {
  border: 1px solid var(--color-primary);
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}
.mobile-nav__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 1.2rem 3.6rem 1.2rem;
  border-bottom: 1px solid #545454;
}
.mobile-nav__list__link {
  font-family: "Chiq Pro";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s;
}
.mobile-nav__list__link:hover {
  color: var(--color-primary);
}
.mobile-nav__list__link.active {
  color: var(--color-primary);
}
.mobile-nav__actions {
  padding: 1.6rem 1.2rem 3.6rem 1.2rem;
}
.mobile-nav__actions .btn_yellow {
  padding: 0.85rem 1.5rem;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mobile-nav__actions .socials {
  margin-top: 2.9rem;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}
.popup .overlay {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background-color: rgba(21, 22, 20, 0.8);
}
.popup.successful .popup__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6rem;
}
.popup.successful .popup__bottom p {
  text-align: center;
  font-family: Montserrat;
  font-size: 0.8rem;
  line-height: 0.9rem; /* 128.571% */
  width: 80%;
}
.popup.successful .popup-icon {
  background-color: #393939;
  width: 12.7rem;
  height: 9.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5.75rem;
}
.popup.successful .popup-icon i {
  font-size: 5rem;
  color: var(--color-primary);
}
.popup.vacancy-form {
  display: block;
}
.popup__close {
  background-color: var(--color-primary);
  position: absolute;
  top: -3.7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}
.popup__close svg {
  width: 1rem;
}
.popup__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  max-width: 23.4rem;
  width: 100%;
  height: 28rem;
}
.popup__wrapper::after {
  content: "";
  position: absolute;
  height: 5%;
  bottom: 0;
  width: 100%;
  z-index: -7;
  border-radius: 0 0 1rem 1rem;
  background-color: var(--color-primary);
}
.popup__content {
  width: 100%;
  height: 99%;
  background-color: var(--color-primary-dark);
  padding: 2.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 1rem;
  z-index: 1;
}
.popup__top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
}
.popup__top h3 {
  color: var(--color-primary);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.popup__top p {
  color: var(--color-white);
  text-align: center;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.popup__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
.popup__form input {
  height: 3.5rem;
  width: 100%;
  border-radius: 5rem;
  border: none;
  outline: none;
  background-color: transparent;
  border: 0.05rem solid #4d4d4d;
  text-align: center;
  color: var(--color-primary);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  transition: all 0.3s;
}
.popup__form input:focus {
  border-color: var(--color-primary);
}
.popup__form input[type=number]::-webkit-outer-spin-button, .popup__form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popup__form button {
  width: 100%;
  height: 3.5rem;
  background-color: var(--color-primary);
  border-radius: 5rem;
}
.popup__form p {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 0.9rem; /* 128.571% */
  width: 80%;
}

.popup-big {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}
.popup-big .overlay {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background-color: rgba(21, 22, 20, 0.8);
}
.popup-big.successful .popup-big__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6rem;
}
.popup-big.successful .popup-big__bottom p {
  text-align: center;
  font-family: Montserrat;
  font-size: 0.8rem;
  line-height: 0.9rem; /* 128.571% */
  width: 80%;
}
.popup-big.successful .popup-big-icon {
  background-color: #393939;
  width: 12.7rem;
  height: 9.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5.75rem;
}
.popup-big.successful .popup-big-icon i {
  font-size: 5rem;
  color: var(--color-primary);
}
.popup-big.successful .popup-big__success {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 2.5rem;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.6rem;
  flex-direction: column;
}
.popup-big.successful .popup-big__success .popup-icon {
  border-radius: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 188px;
  width: 254px;
  background-color: #383838;
}
.popup-big.successful .popup-big__success .popup-icon i {
  font-size: 5rem;
}
.popup-big.successful .popup-big__success p {
  text-align: center;
}
.popup-big__wrapper {
  position: absolute;
  right: 0;
  height: 100%;
  width: 29rem;
  transform: translateX(150%);
  transition: all 0.5s;
}
.popup-big__wrapper.active {
  transform: translateX(0);
}
.popup-big__close {
  background-color: var(--color-primary);
  position: absolute;
  left: -3.7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}
.popup-big__close svg {
  width: 1rem;
}
.popup-big__content {
  width: 100%;
  height: 100%;
  background-color: var(--color-primary-dark);
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 1.5rem 0 0 1.5rem;
  gap: 1.5rem;
  z-index: 1;
  overflow-y: scroll;
}
.popup-big__content::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.popup-big__top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-big__top img {
  max-height: 8.5rem;
}
.popup-big__middle h4 {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  margin-bottom: 1.5rem;
}
.popup-big__middle p {
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
}
.popup-big__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  width: 100%;
}
.popup-big__form .custom-file-label {
  width: 100%;
  height: 3.5rem;
  padding: 1.5rem;
  border: 0.05rem solid #4d4d4d;
  text-align: left;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.popup-big__form .custom-file-label:hover {
  border-color: var(--color-primary);
}
.popup-big__form .custom-file-label .file-name {
  color: #837f7f;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.popup-big__form .custom-file-label input {
  appearance: none;
  visibility: hidden;
  display: none;
}
.popup-big__form .custom-file-label button {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 34px */
}
.popup-big__form input {
  height: 3.5rem;
  padding: 1.5rem;
  width: 100%;
  border-radius: 5rem;
  border: none;
  outline: none;
  background-color: transparent;
  border: 0.05rem solid #4d4d4d;
  text-align: left;
  color: var(--color-primary);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  transition: all 0.3s;
}
.popup-big__form input:hover {
  border-color: var(--color-primary);
}
.popup-big__form input:focus {
  border-color: var(--color-primary);
}
.popup-big__form input[type=number]::-webkit-outer-spin-button, .popup-big__form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popup-big__form button {
  width: 100%;
  height: 3.5rem;
  background-color: var(--color-primary);
  border-radius: 5rem;
}
.popup-big__form p {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 0.9rem; /* 128.571% */
  width: 80%;
}
.popup-big__text_yellow {
  color: var(--color-primary);
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 34px */
}

@media (max-width: 768px) {
  .popup__wrapper {
    top: 100%;
    transform: translate(-50%, -100%);
    max-width: 100%;
    height: 30rem;
  }
  .popup-big.successful .popup-big__wrapper {
    max-height: 70vh;
  }
  .popup-big__wrapper {
    top: 100%;
    transform: translate(0, -100%);
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 90svh;
  }
  .popup-big__wrapper.active {
    transform: translate(0, -100%);
  }
  .popup-big__close {
    top: -3.7rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .popup-big__content {
    border-radius: 1.5rem 1.5rem 0 0;
    overflow-y: scroll;
  }
}
.language {
  position: relative;
  color: var(--color-white);
}
.language__icon {
  height: 1.6rem;
  width: 1.6rem;
}
.language button {
  height: 2.6rem;
  font-size: 0.8rem;
  width: 4.35rem;
  position: relative;
  border-radius: 2.5rem;
  z-index: 6;
  border: 1px solid var(--3, #FFF);
  background-color: #151614;
}
.language__body {
  position: absolute;
  border: 1px solid var(--3, #FFF);
  background-color: #151614;
  top: 58%;
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 1rem 0 0;
  border-radius: 0 0 1.5rem 1.5rem;
  overflow: hidden;
  display: none;
}
.language__body li {
  width: 100%;
  text-align: center;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
}
.language__body li:hover {
  background-color: var(--color-gray);
}

.carousel__head {
  height: 100%;
}
.carousel__head .swiper-slide .container {
  height: 100%;
}
.carousel__head-item {
  height: 100vh;
}
.carousel__head-item .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carousel__head-item__info {
  z-index: 2;
  width: 50%;
}
.carousel__head-item__info h1 {
  color: var(--color-primary);
  font-family: "Chiq Pro";
  font-size: 4rem;
  font-weight: 700;
  line-height: 5rem;
  text-transform: uppercase;
}
.carousel__head-item__info h1 span {
  color: var(--color-white);
}
.carousel__head-item__info-btns {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.15rem;
}
.carousel__head-item__info-btns a {
  text-align: center;
  width: 9.7rem;
  font-family: Gilroy;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.85rem;
}
.carousel__head-item__img {
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23rem;
  transform: translate(-50%, 0);
  aspect-ratio: 1/1;
}
.carousel__head-item__img__wrapper {
  filter: brightness(0.6);
  height: 210vh;
  z-index: -1;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 2s;
  transition-delay: 2s;
}
.carousel__head-item__img__wrapper img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  max-height: 126vh;
}
.carousel__head-item__img__wrapper.first-view {
  height: 70vh;
}
.carousel__head .swiper-pagination {
  bottom: 1rem;
}
.carousel__head .swiper-pagination-bullet {
  background-color: var(--color-white);
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.3s;
  margin: 0 0.4rem !important;
}
.carousel__head .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
  transform: scale(1.6);
}
.carousel__projects {
  width: 100%;
  height: 100%;
  max-height: 31rem;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
}
.carousel__vacancy {
  width: 100%;
  height: 100%;
  max-height: 31rem;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
}
.carousel__controls {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  bottom: 0.5rem;
  right: 0;
  z-index: 2;
}
.carousel__controls button {
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel__controls button i {
  font-size: 0.7rem;
  line-height: 100%;
}

@media (max-width: 768px) {
  .carousel__head {
    height: 100%;
  }
  .carousel__head-item {
    height: 100%;
  }
  .carousel__head-item .container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .carousel__head-item__info {
    width: 100%;
    margin-bottom: 5rem;
  }
  .carousel__head-item__info h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .carousel__head-item__info-btns a {
    width: 50%;
  }
  .carousel__head-item__img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: 11rem;
  }
  .carousel__head-item__img__wrapper {
    height: 125vh;
  }
  .carousel__head-item__img__wrapper img {
    left: auto;
    bottom: 0;
  }
  .carousel__head-item__img__wrapper.first-view {
    height: 40vh;
  }
  .carousel__projects {
    margin-top: 2rem;
    overflow: visible;
  }
  .carousel__vacancy {
    overflow: visible;
  }
}
.project-card {
  background-color: var(--color-primary-dark);
  border-radius: 1.5rem;
  padding: 0.25rem;
  height: 100%;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  display: grid;
  grid-template-rows: 1fr auto !important;
  grid-template-columns: 100%;
}
.project-card__img {
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.project-card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: 100%;
}
.project-card__info {
  padding: 1rem 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  height: fit-content;
}
.project-card__info h3 {
  font-family: "Chiq Pro";
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.project-card__info ul {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.project-card__info li {
  color: #616161;
  font-family: Gilroy;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.project-card__info li span {
  color: var(--color-white);
}
.project-card:hover {
  border-color: var(--color-primary);
}

.vacancy-card {
  height: 11.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem;
  border-radius: 1.5rem;
  background-color: var(--color-primary-dark);
  transition: all 0.3s;
}
.vacancy-card:hover {
  background-color: #c5aa02;
}
.vacancy-card h3 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 170%; /* 37.4px */
}
.vacancy-card div {
  font-family: Gilroy;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.8rem;
  border-top: 1px solid #debf00;
  width: 100%;
}
.vacancy-card div button {
  font-size: inherit;
  font-weight: 400;
}

.news-card {
  display: inline-block;
  background-color: var(--color-primary-dark);
  padding: 1.2rem;
  height: 100%;
  border-radius: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s;
}
.news-card_page:nth-child(5n+1) {
  grid-column: 1/span 3;
}
.news-card_page:nth-child(5n+2) {
  grid-column: 4/span 3;
}
.news-card_page:nth-child(5n+3) {
  grid-column: 1/span 2;
}
.news-card_page:nth-child(5n+4) {
  grid-column: 3/span 2;
}
.news-card_page:nth-child(5n+5) {
  grid-column: 5/span 2;
}
.news-card_home:nth-child(5n+1) {
  grid-column: 1/span 3;
  grid-row: 1/span 1;
}
.news-card_home:nth-child(5n+2) {
  grid-column: 4/span 3;
  grid-row: 1/span 1;
}
.news-card_home:nth-child(5n+3) {
  grid-column: 1/span 2;
  grid-row: 2/span 1;
}
.news-card_home:nth-child(5n+4) {
  grid-column: 3/span 2;
  grid-row: 2/span 1;
}
.news-card_home:nth-child(5n+5) {
  grid-column: 5/span 2;
  grid-row: 2/span 1;
}
.news-card__title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news-card__text {
  color: #8c94a8;
  font-weight: 400;
  width: 80%;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Ko'rinadigan qatorda sonini belgilash */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Matn oxiriga "..." qo'shish */
  margin-top: 1rem;
}
.news-card__top {
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
}
.news-card__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.05rem solid #828282;
  padding-top: 0.75rem;
}
.news-card__bottom a {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border: 0.05rem solid var(--color-white);
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-card__bottom a i {
  font-size: 0.6rem;
  color: inherit;
}
.news-card__bottom a:hover {
  transform: scale(1.05);
}
.news-card:hover {
  background-color: #c5aa02;
}
.news-card:hover .news-card__title {
  color: #000;
}
.news-card:hover .news-card__text {
  color: #4c4242;
}
.news-card:hover .news-card__bottom {
  border-top: 0.05rem solid #debf00;
}
.news-card:hover .news-card__bottom p {
  color: #4c4242;
}
.news-card:hover .news-card__bottom a {
  border: 0.05rem solid #151614;
  background-color: #151614;
}

.news-card_mini {
  height: 11.55rem;
  background-color: var(--color-primary-dark);
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 1rem;
}
.news-card_mini p {
  color: #ababab;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news-card_mini h3 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
}
.news-card_mini a {
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.news-card_mini a i {
  font-size: 0.8rem;
}
.news-card_mini a:hover {
  background-color: var(--color-primary);
}

@media (max-width: 768px) {
  .news-card {
    padding: 0.75rem;
  }
  .news-card_page {
    grid-column: 1/span 1 !important;
  }
  .news-card_page .news-card__title {
    font-size: 1.2rem;
  }
  .news-card_home:nth-child(5n+1) {
    grid-column: 1/span 2;
    grid-row: 1/span 1;
  }
  .news-card_home:nth-child(5n+2) {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  .news-card_home:nth-child(5n+3) {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
  .news-card_home:nth-child(5n+4) {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
  .news-card_home:nth-child(5n+5) {
    display: none;
  }
  .news-card__title {
    font-size: 1rem;
  }
  .news-card__text {
    width: 95%;
    -webkit-line-clamp: 5; /* Ko'rinadigan qatorda sonini belgilash */
  }
  .news-card__bottom a {
    height: 2rem;
    width: 2rem;
  }
  .news-card__bottom a i {
    font-size: 0.5rem;
  }
}
.grid {
  margin: 0.5rem auto;
  height: 100%;
  max-height: 30rem;
  width: 90%;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 1rem;
  padding-bottom: 2rem;
}
.grid .block {
  height: auto;
  max-height: 6.5rem;
  background-color: var(--color-primary-dark);
  box-shadow: 0px 10px 15px 0px rgba(162, 24, 120, 0.1);
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 2rem;
  position: relative;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.grid .block img {
  position: absolute;
  max-height: 60%;
  max-width: 70%;
}
.grid .block:hover {
  border-color: var(--color-primary);
}
.grid .block-1, .grid .block-10 {
  grid-column: 2/4;
}
.grid .block-2, .grid .block-11 {
  grid-column: 4/6;
}
.grid .block-3, .grid .block-12 {
  grid-column: 6/8;
}
.grid .block-4, .grid .block-13 {
  grid-column: 8/10;
}
.grid .block-5, .grid .block-14 {
  grid-column: 1/3;
}
.grid .block-6, .grid .block-15 {
  grid-column: 3/5;
}
.grid .block-7, .grid .block-16 {
  grid-column: 5/7;
}
.grid .block-8, .grid .block-17 {
  grid-column: 7/9;
}
.grid .block-9, .grid .block-18 {
  grid-column: 9/11;
}

@media (max-width: 768px) {
  .grid {
    margin: 0.5rem auto;
    max-height: none;
    height: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 0.5rem;
  }
  .grid .block {
    height: auto;
    background-color: var(--color-primary-dark);
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 2rem;
  }
  .grid .block-1, .grid .block-6, .grid .block-11, .grid .block-16 {
    grid-column: 2/4;
  }
  .grid .block-2, .grid .block-7, .grid .block-12, .grid .block-17 {
    grid-column: 4/6;
  }
  .grid .block-3, .grid .block-8, .grid .block-13, .grid .block-18 {
    grid-column: 1/3;
  }
  .grid .block-4, .grid .block-9, .grid .block-14 {
    grid-column: 3/5;
  }
  .grid .block-5, .grid .block-10, .grid .block-15 {
    grid-column: 5/7;
  }
}
@media (max-width: 600px) {
  .grid {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 0.5rem;
  }
  .grid .block {
    height: auto;
    background-color: var(--color-primary-dark);
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 2rem;
  }
  .grid .block:nth-child(2n+1) {
    grid-column: 1/3;
  }
  .grid .block:nth-child(2n) {
    grid-column: 3/5;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  gap: 0.75rem;
}
.pagination a {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary-dark);
  transition: all 0.3s;
}
.pagination a i {
  font-size: 0.5rem;
  color: var(--color-primary);
}
.pagination a.active {
  background-color: var(--color-primary);
}
.pagination a:hover {
  background-color: var(--color-primary);
}
.pagination a:hover i {
  color: var(--color-white);
}

@media (max-width: 768px) {
  .pagination {
    gap: 0.5rem;
  }
  .pagination a {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.header {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 7.6rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.55) 100%);
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__wrapper .btn_yellow {
  height: 2.6rem;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 101%; /* 18.18px */
}
.header__logo {
  height: 5.7rem;
  transition: all 0.3s;
}
.header__logo img {
  height: 100%;
}
.header__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-left: 3rem;
}
.header__navigation__link {
  padding: 0.5rem 0.75rem;
  color: var(--color-white);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 101%; /* 16.16px */
  transition: all 0.3s;
}
.header__navigation__link:hover, .header__navigation__link.active {
  color: var(--color-primary);
}
.header__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.header__mobile__btns {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}
.header__mobile__btn {
  border: 1px solid var(--color-primary);
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__mobile__btn .icon {
  max-width: 60%;
}
.header__mobile__btn .icon svg {
  max-width: 90%;
  transition: all 0.3s;
}
.header__mobile__btn:hover {
  background-color: var(--color-primary);
}
.header__mobile__btn:hover .icon svg {
  fill: var(--color-black);
}
.header.header__scrolled {
  height: 5rem;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.493);
}
.header.header__scrolled .header__logo {
  height: 4rem;
}

@media (max-width: 768px) {
  .header__actions {
    display: none;
  }
  .header__logo {
    position: absolute;
    height: 160%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header__navigation {
    display: none;
  }
  .header__mobile__btns {
    display: flex;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.5rem;
}

.footer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .footer-head {
    height: 3rem;
    margin-left: -1rem;
    padding: 0 1rem;
  }
}
.section .fp-overflow {
  height: 100%;
  overflow-x: hidden;
}
.section .fp-overflow .container {
  padding-top: 7.6rem;
  height: 100%;
}

.section-back-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -48%);
  width: 40rem;
  max-height: 90%;
  z-index: -1;
}
.section-back-img.vacancy-img {
  transform: translate(-30%, -40%);
}

.head {
  overflow: hidden;
  height: 100vh;
  overflow: hidden;
}
.head__wrapper {
  height: 100vh;
  overflow: visible;
}

.about-section {
  height: 100vh;
}
.about-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-section__wrapper {
  padding-bottom: 2rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.about-section__wrapper > div {
  width: 50%;
}
.about-section__info {
  position: relative;
}
.about-section__info > p {
  font-weight: 500;
  line-height: 1.4rem; /* 155.556% */
  margin-top: 1.5rem;
}
.about-section__info .btn_yellow {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.85rem 2.35rem;
}
.about-section__images {
  height: 100%;
  max-height: 33.6rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}
.about-section__images-image {
  border-radius: 7.8rem;
  overflow: hidden;
  width: 15.2rem;
  height: 27.3rem;
}
.about-section__images-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
}
.about-section__images-image:nth-child(1) {
  align-self: first baseline;
}
.about-section__images-image:nth-child(2) {
  align-self: last baseline;
}
.about-section__images-image:hover img {
  transform: scale(1.1);
}

.news .container {
  height: 100%;
}
.news__wrapper {
  padding: 2rem 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
.news__cards-wrapper {
  height: 100%;
  max-height: 30rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1.2rem;
  margin-top: 1rem;
}

.project {
  overflow: hidden;
}
.project .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.project__wrapper {
  padding-bottom: 2rem;
  overflow: visible;
  height: 100%;
  max-height: 40rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.project__wrapper .section__title {
  width: 100%;
}
.project__wrapper_bottom {
  width: 100%;
  flex-grow: 1;
}
.project__wrapper .carousel-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.partners .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.partners__wrapper {
  width: 100%;
  margin: auto 0;
  height: 100%;
  max-height: 40rem;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: center;
  gap: 1rem;
}

.vacancy .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.vacancy__wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
.vacancy__categories {
  margin: 2rem 0 2.5rem 0;
  width: 100%;
  position: relative;
  overflow-x: scroll;
  display: flex;
  gap: 1.5rem;
}
.vacancy__categories::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.vacancy__categories button {
  font-size: 1.05rem;
  white-space: nowrap;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 35.7px */
  padding: 0.5rem 1.85rem;
}
.vacancy__categories button.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.vacancy__carousel {
  width: 100%;
  height: fit-content;
}
.vacancy__carousel .swiper {
  height: 100%;
}

.contacts .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-bottom: 5rem;
}
.contacts__wrapper {
  width: 100%;
  height: 100%;
  max-height: 27rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.contacts__wrapper > div {
  border-radius: 1.5rem;
}
.contacts__info {
  height: 100%;
  width: 50%;
  background-color: var(--color-primary-dark);
  padding: 2.5rem 3rem;
  position: relative;
}
.contacts__info-content {
  position: relative;
  z-index: 2;
}
.contacts__info h3 {
  color: var(--color-primary);
  font-family: "Chiq Pro";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contacts__info p {
  margin-top: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 166.667% */
}
.contacts__info p span {
  font-weight: 300;
}
.contacts__map {
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.contacts__map > div {
  height: 100%;
}
.contacts__map .contact__map-container {
  height: 100%;
  width: 100%;
}
.contacts__map .contact__map-container .contact__map-script {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
  .about-section__wrapper {
    display: grid;
    grid-template-rows: auto 1fr;
  }
  .about-section__wrapper > div {
    width: 100%;
  }
  .about-section__info > p {
    margin-top: 1rem;
  }
  .about-section__info .btn_yellow {
    margin-top: 1rem;
  }
  .about-section__images-image {
    width: 50%;
    height: 80%;
    min-height: 13.5rem;
    max-height: 15.2;
  }
  .news__wrapper {
    padding: 1rem 0;
  }
  .news__cards-wrapper {
    max-height: none;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .vacancy__wrapper {
    padding-bottom: 10rem;
  }
  .vacancy__categories {
    width: 100vw;
    margin-left: -1rem;
    padding: 0 1rem;
    gap: 0.5rem;
  }
  .contacts .container {
    padding-bottom: 3rem;
  }
  .contacts__wrapper {
    max-height: none;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  .contacts__info {
    height: auto;
    width: 100%;
    padding: 1.5rem;
  }
  .contacts__info h3 {
    font-size: 1.75rem;
  }
  .contacts__info p {
    margin-top: 0.8rem;
  }
  .contacts__map {
    height: auto;
    flex-grow: 1;
    width: 100%;
  }
  .section-back-img {
    transform: translate(-50%, -60%);
  }
}
.about {
  margin-top: 11rem;
}
.about__part {
  display: flex;
  justify-content: space-between;
  align-items: center;
    gap: 3rem;
}

.about__part:nth-child(odd) {
    flex-direction: row;
}
.about__part:nth-child(even) {
    flex-direction: row-reverse;
}

.about__part:not(:last-child) {
  margin-bottom: 4rem;
}
.about__part__img {
  width: 50%;
  height: 27.3rem;
  position: relative;
  border-radius: 17rem;
  overflow: hidden;
}
.about__part__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
}
.about__part__img:hover img {
  transform: scale(1.1);
}
.about__part__img-big {
    width: 100%;
  height: 27.3rem;
  position: relative;
  border-radius: 17rem;
  overflow: hidden;
    margin-bottom: 2rem;
}
.about__part__img-big img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
}
.about__part__img-big:hover img {
  transform: scale(1.1);
}
.about__part__info {
  width: 50%;
}
.about__part__info p {
  margin-top: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4rem; /* 155.556% */
}
.about__part__info.text__right {
  padding-left: 3rem;
}
.about__part__info.text__left {
  padding-right: 3rem;
}
.about__part__statistict {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.5rem;
    margin-top: 2rem;
}
.about__part__statistict-item h2 {
  font-family: "Chiq Pro";
  font-size: 4.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about__part__statistict-item p {
  margin-top: 1rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about__part__statistict-item:nth-child(2n) {
  /*margin-bottom: 2rem;*/
}
.about__part__statistict-item:nth-child(2n+1) {
  /*margin-top: 2rem;*/
}

.team {
  padding-top: 5rem;
}
.team__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 1.5rem;
  row-gap: 2.5rem;
  padding-bottom: 3rem;
  margin-bottom: 5.8rem;
}
.team__member {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  height: fit-content;
}
.team__member:nth-child(2n+1) {
  transform: translateY(3rem);
}
.team__member:hover .team__member__img img {
  transform: scale(1.05);
}
.team__member__img {
  height: 22.7rem;
  position: relative;
  border-radius: 9.75rem;
  overflow: hidden;
}
.team__member__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s;
}
.team__member h3 {
  font-family: "Euclid Square";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7rem; /* 113.333% */
  margin-top: 0.5rem;
}
.team__member p {
  font-family: "Euclid Square";
  font-style: normal;
  font-weight: 300;
  line-height: 1.7rem; /* 188.889% */
}

.about-contacts .contacts__wrapper {
  height: 27.5rem;
}

@media (max-width: 768px) {
  .about {
    margin-top: 10rem;
  }
  .about__part {
    flex-direction: column!important;
    gap: 2rem;
  }
  .about__part_1 {
    flex-direction: column-reverse;
  }
  .about__part:not(:last-child) {
    margin-bottom: 2rem;
  }
  .about__part__img {
    width: 100%;
    height: 30rem;
  }
  .about__part__img-big {
    height: 30rem;
  }
  .about__part__info {
    width: 100%;
  }
  .about__part__info.text__right {
    padding-left: 0;
  }
  .about__part__info.text__left {
    padding-right: 0;
  }
  .about__part__statistict {
    width: 80%;
    gap: 1.5rem;
  }
  .about__part__statistict-item h2 {
    font-size: 2.1rem;
  }
  .about__part__statistict-item p {
    white-space: nowrap;
  }
  .team {
    padding-top: 4rem;
  }
  .team__wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    row-gap: 1.5rem;
    padding: 4rem 0 0 0;
  }
  .team__member {
    gap: 0.2rem;
    aspect-ratio: 3/4;
  }
  .team__member:nth-child(2n+1) {
    transform: translateY(-2rem);
  }
  .team__member__img {
    height: auto;
    width: 100%;
  }
  .team__member h3 {
    font-size: 1rem;
  }
  .team__member p {
    font-size: 0.7rem;
  }
  .about-contacts .contacts__wrapper {
    height: 80vh;
  }
}
@media (max-width: 600px) {
  .about__part__statistict {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: unset;
  }
  .about__part__statistict-item:nth-child(2n) {
    margin-bottom: 0;
  }
  .about__part__statistict-item:nth-child(2n+1) {
    margin-top: 0;
  }
}
.projects {
  margin: 10rem 0 5rem 0;
}
.projects__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
.projects__wrapper .project-card {
  height: 26rem;
  display: grid;
  grid-template-rows: 1fr auto;
}

.project-single {
  margin: 13rem 0 5rem 0;
}

.project-single .swiper-button-next, .swiper-button-prev {
    color: #fcdd06!important;
}
.project-single .swiper-pagination-bullet-active {
    background: #fcdd06!important;
}
.project-single__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.project-single__img {
  position: relative;
  height: 26.4rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.project-single__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.project-single__info h3 {
  font-family: "Chiq Pro";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 2.05rem;
  text-transform: uppercase;
}
.project-single__info figure {
    display: block;
    max-width: 100%;
    height: auto;
    margin-block-end: unset;
    margin-block-start: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
}
.project-single__info figure a {
    display: block;
    max-width: 100%;
    height: auto;
}

.project-single__info img {
    display: block;
    max-width: 100%;
    height: auto;
}

.project-single__info figure figcaption {
    display: block;
    max-width: 100%;
    height: auto;
}

.project-single__info ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.2rem;
}
.project-single__info ul li {
  color: #616161;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.project-single__info ul li span {
  color: var(--color-white);
}
.project-single__info p {
  font-style: normal;
  font-weight: 500;
  line-height: 1.4rem; /* 155.556% */
}

@media (max-width: 768px) {
  .projects {
    margin: 8rem 0 4rem 0;
  }
  .projects__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .projects__wrapper .project-card {
    border-radius: 0.8rem;
    padding: 0.1rem;
    height: 22rem;
  }
  .projects__wrapper .project-card__img {
    border-radius: 0.7rem;
  }
  .projects__wrapper .project-card__info {
    padding: 1rem 0.5rem;
    gap: 0.8rem;
  }
  .projects__wrapper .project-card__info h3 {
    font-size: 0.9rem;
  }
  .project-single {
    margin: 8rem 0 3rem 0;
  }
  .project-single__wrapper {
    grid-template-columns: 1fr;
  }
  .project-single__img {
    height: 30rem;
  }
  .project-single__info h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .project-single__info ul {
    margin-bottom: 2rem;
  }
}
.news-page {
  margin: 10rem 0 5rem 0;
}
.news-page__card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
}
.news-page__card-wrapper .news-card {
  height: 13.6rem;
}

.news-single {
  margin: 10rem 0 8rem 0;
}
.news-single__wrapper {
  display: grid;
  grid-template-columns: 48.8rem 1fr;
  gap: 1.5rem;
  position: relative;
}
.news-single__wrapper .logo-bg {
  z-index: -1;
  height: 70%;
  transform: translate(-50%, -35%);
}
.news-single__info__img {
  border-radius: 1.5rem;
  overflow: hidden;
  height: 20rem;
  max-width: 100%;
  position: relative;
}
.news-single__info__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-single__info h3 {
  margin-top: 3rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 3rem; /* 176.471% */
}
.news-single__info h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 2rem;
}
.news-single__info p {
  margin-top: 2.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem; /* 160% */
}
.news-single__recommended h2 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 3rem; /* 176.471% */
  margin-bottom: 1.4rem;
}
.news-single__recommended h2 span {
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  background-color: #debf00;
  border-radius: 50%;
  margin-right: 1rem;
}
.news-single__recommended .mini-cards__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.news-single__recommended .mini-cards__wrapper_mobile {
  display: none;
}

@media (max-width: 768px) {
  .news-page {
    margin: 8rem 0 5rem 0;
  }
  .news-page__card-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .news-page__card-wrapper .news-card {
    height: 13rem;
  }
  .news-single {
    margin: 8rem 0 2rem 0;
  }
  .news-single .container {
    overflow: hidden;
  }
  .news-single__wrapper {
    grid-template-columns: 100%;
  }
  .news-single__wrapper .logo-bg {
    display: none;
  }
  .news-single__info h3 {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 100%; /* 176.471% */
  }
  .news-single__info h4 {
    font-size: 1.1rem;
    margin-top: 2rem;
  }
  .news-single__info p {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    line-height: 110%; /* 160% */
  }
  .news-single__recommended .mini-cards__wrapper {
    display: none;
  }
  .news-single__recommended .mini-cards__wrapper_mobile {
    display: block;
  }
  .news-single__recommended .mini-cards__wrapper_mobile .swiper {
    overflow: visible;
  }
  .news-single__recommended .mini-cards__wrapper_mobile .carousel__controls {
    margin-top: 1.1rem;
  }
  .news-single__recommended .mini-cards__wrapper_mobile .news-card_mini {
    height: 11.55rem;
    display: flex;
  }
}

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