/* @font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina/NeueMachina-Ultralight.eot');
  src: local('Neue Machina Ultralight'), local('NeueMachina-Ultralight'),
    url('../fonts/NeueMachina/NeueMachina-Ultralight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeueMachina/NeueMachina-Ultralight.woff2') format('woff2'),
    url('../fonts/NeueMachina/NeueMachina-Ultralight.woff') format('woff'),
    url('../fonts/NeueMachina/NeueMachina-Ultralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina/NeueMachina-Light.eot');
  src: local('Neue Machina Light'), local('NeueMachina-Light'),
    url('../fonts/NeueMachina/NeueMachina-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeueMachina/NeueMachina-Light.woff2') format('woff2'),
    url('../fonts/NeueMachina/NeueMachina-Light.woff') format('woff'),
    url('../fonts/NeueMachina/NeueMachina-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina/NeueMachina-Black.eot');
  src: local('Neue Machina Black'), local('NeueMachina-Black'),
    url('../fonts/NeueMachina/NeueMachina-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeueMachina/NeueMachina-Black.woff2') format('woff2'),
    url('../fonts/NeueMachina/NeueMachina-Black.woff') format('woff'),
    url('../fonts/NeueMachina/NeueMachina-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina/NeueMachina-Regular.eot');
  src: local('Neue Machina Regular'), local('NeueMachina-Regular'),
    url('../fonts/NeueMachina/NeueMachina-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeueMachina/NeueMachina-Regular.woff2') format('woff2'),
    url('../fonts/NeueMachina/NeueMachina-Regular.woff') format('woff'),
    url('../fonts/NeueMachina/NeueMachina-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina/NeueMachina-Bold.eot');
  src: local('Neue Machina Bold'), local('NeueMachina-Bold'),
    url('../fonts/NeueMachina/NeueMachina-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeueMachina/NeueMachina-Bold.woff2') format('woff2'),
    url('../fonts/NeueMachina/NeueMachina-Bold.woff') format('woff'),
    url('../fonts/NeueMachina/NeueMachina-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina/NeueMachina-Medium.eot');
  src: local('Neue Machina Medium'), local('NeueMachina-Medium'),
    url('../fonts/NeueMachina/NeueMachina-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeueMachina/NeueMachina-Medium.woff2') format('woff2'),
    url('../fonts/NeueMachina/NeueMachina-Medium.woff') format('woff'),
    url('../fonts/NeueMachina/NeueMachina-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina/NeueMachina-Ultrabold.eot');
  src: local('Neue Machina Ultrabold'), local('NeueMachina-Ultrabold'),
    url('../fonts/NeueMachina/NeueMachina-Ultrabold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeueMachina/NeueMachina-Ultrabold.woff2') format('woff2'),
    url('../fonts/NeueMachina/NeueMachina-Ultrabold.woff') format('woff'),
    url('../fonts/NeueMachina/NeueMachina-Ultrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
} */
:root {
  --typography-htmlFontSize: 14px;
  --color-1: #31947b;
  --color-2: #202020;
  --color-3: #f8f8f8;
  --color-4: #ff035a;
  --color-5: #ffdb25;
  --color-6: #ff7632;
  --typography-fontFamily: 'Helvetica Neue', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
}

@media (min-width: 1280px) {
  :root {
    --spacing-container: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
    :root {
        --spacing-container: 24px;
    }
}
@media (max-width: 991.02px) {
  :root {
    --spacing-container: 20px;
  }
}
@media (min-width: 992px){
    :root {
        --typography-htmlFontSize: 16px;
    }
}
:root {
  font-size: var(--typography-htmlFontSize);
}
* {
  box-sizing: border-box;
  font-family: var(--typography-fontFamily);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: var(--typography-fontFamily);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: var(--palette-text-primary);
  background-color: var(--palette-background-default);
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--typography-fontFamily-headings);
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}
input:disabled,
input.disabled,
button:disabled,
button.disabled,
textarea:disabled,
textarea.disabled {
  pointer-events: none;
  opacity: 0.5;
}
a[href],
button {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
  cursor: pointer;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: var(--palette-text-secondary);
}
input[readonly],
textarea[readonly] {
  pointer-events: none;
  opacity: 0.5;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #f9f9fd;
}
::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: var(--color-5);
}
.container-fluid,
.container {
  width: 100%;
  padding-right: var(--spacing-container);
  padding-left: var(--spacing-container);
}
@media (min-width: 480px) {
  .container-fluid,
  .container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 479.02px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 480px) and (max-width: 767.02px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991.02px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1536px;
  }
}
* {
  font-family: var(--typography-fontFamily);
  scroll-behavior: smooth;
}
*:focus-visible {
  outline: none;
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
a {
  text-decoration: none;
  color: var(--color-3);
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}
.checkbox {
  display: none;
}
.block-menu {
  overflow: hidden;
}
.block-menu-label {
  overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  color: rgba(255, 255, 255, 0.808);
  padding: 5px;
  border-right: 5px solid var(--color-2);
  border-bottom: 5px solid var(--color-2);
  width: 15px;
  height: 15px;
  z-index: 2;
}
.swiper-button-next {
  transform: rotate(-45deg);
}
.swiper-button-prev {
  transform: rotate(135deg);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}
.modal {
  position: fixed;
  display: flex;
  top: 0;
  width: 100%;
  left: 0;
  height: 100vh;
  z-index: 4;
  justify-content: center;
  align-items: center;
}
.modal__background {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.537);
}
.modal__form-title {
  color: var(--color-6);
}
@media (max-width: 479.02px) {
  .modal__form-title {
    font-size: 1.5em;
  }
}
@media (min-width: 480px) and (max-width: 991.02px) {
  .modal__form-title {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  .modal__form-title {
    font-size: 1.6em;
  }
}
.modal__form-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 400px;
  gap: 20px;
  z-index: 10;
  background-color: var(--color-3);
  box-shadow: 0 0 5px #636363;
  border-radius: 10px;
}
@media (max-width: 479.02px) {
  .modal__form-wrapper {
    width: 90%;
    right: 0%;
    padding: 25px 10px;
  }
}
@media (min-width: 480px) and (max-width: 767.02px) {
  .modal__form-wrapper {
    width: 60%;
    right: 0%;
    padding: 50px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.02px) {
  .modal__form-wrapper {
    width: 60%;
    right: 0%;
    padding: 50px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .modal__form-wrapper {
    width: 30%;
    right: 20%;
    padding: 50px 30px;
  }
}
@media (min-width: 1280px) {
  .modal__form-wrapper {
    width: 30%;
    right: 20%;
    padding: 50px 30px;
  }
}
.modal__input {
  height: 50px;
  position: relative;
  border: none;
  border-bottom: 2px solid #cdcdcd;
  background: transparent;
  transition: border-bottom 0.5s ease-in-out;
}
.modal__input::placeholder {
  color: #9b9a9a;
}
.modal__input:focus {
  border-bottom: 2px solid var(--color-5);
}
@media (max-width: 479.02px) {
  .modal__input {
    font-size: var(--typography-htmlFontSize);
  }
}
@media (min-width: 480px) {
  .modal__input {
    font-size: 1.25em;
  }
}
.modal__input-btn {
  background-color: var(--color-5);
  border: 3px solid var(--color-5);
  color: var(--color-2);
  transition: 0.15s linear;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 1.1em;
}
.modal__input-btn:hover {
  border: 3px solid var(--color-3);
  color: var(--color-3);
  background-color: rgba(0, 0, 0, 0.3843137255);
}
.modal__input-btn:active {
  background-color: rgba(0, 0, 0, 0.568627451);
}
.modal__label {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.modal__label-mob {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#modal_check {
  display: none;
}
#modal_check:not(:checked) ~ .modal {
  display: none;
}
.main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -64px;
}
.main__wrapper {
  position: absolute;
}
.main__container {
  background: rgba(0, 0, 0, 0.3882352941);
}
.main__background-img {
  width: 100%;
  height: 100vh;
}
@media (max-width: 1279.02px) {
  .main__background-img {
    object-fit: cover;
  }
}
@media (min-width: 1280px) {
  .main__background-img {
    object-fit: cover;
  }
}
.main__background-img-wrapper {
  width: 100%;
  height: 100%;
}
.main__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__title {
  text-align: center;
  color: var(--color-3);
  font-weight: 600;
  line-height: 44px;
}
@media (min-width: 1280px) {
  .main__title {
    font-size: 65px;
  }
}
@media (min-width: 768px) and (max-width: 1279.02px) {
  .main__title {
    font-size: 45px;
  }
}
@media (max-width: 767.02px) {
  .main__title {
    font-size: 30px;
  }
}
.main__title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1279.02px) {
  .main__title-wrapper {
    gap: 20px;
    padding: 25px;
  }
}
@media (min-width: 1280px) {
  .main__title-wrapper {
    gap: 40px;
    padding: 50px 0;
  }
}
.main__subtitle {
  text-align: center;
  color: var(--color-3);
}
@media (max-width: 1279.02px) {
  .main__subtitle {
    font-size: var(--typography-htmlFontSize);
  }
}
@media (min-width: 1280px) {
  .main__subtitle {
    font-size: 1.5em;
  }
}

.main__btn {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid var(--color-5);
  color: var(--color-5);
  transition: 0.15s linear;
}
@media (max-width: 1279.02px) {
  .main__btn {
    padding: 15px;
    font-size: 1.1em;
  }
}
@media (min-width: 1280px) {
  .main__btn {
    padding: 20px;
    font-size: 1.25em;
  }
}
.main__btn:hover {
  border: 3px solid var(--color-3);
  color: var(--color-3);
  background-color: rgba(0, 0, 0, 0.3843137255);
}

.mainSwiper {
  width: 100%;
  overflow: hidden;
}
.galery {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.02px) {
  .galery {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .galery {
    padding-top: 100px;
  }
}
.galery__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
@media (max-width: 991.02px) {
  .galery__title {
    font-size: 1.5em;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .galery__title {
    font-size: 2em;
    line-height: 40px;
  }
}
.galery__items {
  opacity: 0;
  height: 0;
  padding: 0;
  background-color: var(--color-3);
  overflow: hidden;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid var(--color-2);
  border-bottom: 2px solid var(--color-2);
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.2s linear;
}
@media (max-width: 479.02px) {
  .galery__items {
    gap: 20px;
  }
}
@media (min-width: 480px) and (max-width: 991.02px) {
  .galery__items {
    gap: 26px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .galery__items {
    gap: 25px;
  }
}
@media (min-width: 1280px) and (max-width: 1535.02px) {
  .galery__items {
    gap: 24px;
  }
}
@media (min-width: 1536px) {
  .galery__items {
    gap: 29px;
  }
}
@media (min-width: 992px) {
  .galery__items--mobile {
    display: none;
  }
}
.galery__item {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: 0.2s linear;
  cursor: pointer;
}
.galery__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.galery__item-img-wrapper {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
}
.galery__item-active {
  z-index: 2;
}
@media (max-width: 479.02px) {
  .galery__item-active {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 991.02px) {
  .galery__item-active {
    width: 47%;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .galery__item-active {
    width: 46%;
  }
}
@media (min-width: 1280px) and (max-width: 1535.02px) {
  .galery__item-active {
    width: 30%;
  }
}
@media (min-width: 1536px) {
  .galery__item-active {
    width: 30%;
  }
}
.galery__item-active-text {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.534);
  bottom: -20%;
  color: var(--color-3);
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1279.02px) {
  .galery__item-active-text {
    transition: bottom 0.2s linear;
  }
}
.galery__item-active:not(.galery__item-active-active) .galery__item-active-text {
  bottom: 0;
}
@media (max-width: 479.02px) {
  .galery__item:not(.galery__item-active) {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 991.02px) {
  .galery__item:not(.galery__item-active) {
    width: 47%;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .galery__item:not(.galery__item-active) {
    width: 23%;
  }
}
@media (min-width: 1280px) and (max-width: 1535.02px) {
  .galery__item:not(.galery__item-active) {
    width: 15%;
  }
}
@media (min-width: 1536px) {
  .galery__item:not(.galery__item-active) {
    width: 15%;
  }
}
.galery__category-wrapper {
  display: grid;
  position: relative;
  z-index: 3;
  gap: 20px;
}
@media (max-width: 991.02px) {
  .galery__category-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .galery__category-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.galery__category-items {
  position: relative;
  width: 100%;
}
.galery__category-item-img {
  min-width: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galery__category-item-img-wrapper {
  min-width: 0;
  width: 100%;
  height: 250px;
}
.galery__category-name {
  color: var(--color-3);
}
.galery__category-name-wrapper {
  width: 100%;
  height: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.377);
  z-index: 5;
}
.galery__category-btn {
  text-align: center;
  padding: 10px;
  border: 3px solid var(--color-3);
  position: relative;
}
@media (min-width: 1280px) {
  .galery__category-btn {
    width: 50%;
  }
}
.galery__label {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.show {
  opacity: 1;
  height: max-content;
  position: relative;
  background-color: var(--color-3);
}
@media (max-width: 991.02px) {
  .advantage {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .advantage {
    padding-top: 100px;
  }
}
.advantage__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991.02px) {
  .advantage__title {
    font-size: 1.5em;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .advantage__title {
    font-size: 2em;
    line-height: 40px;
  }
}
@media (max-width: 991.02px) {
  .advantage__text {
    font-size: 1.25em;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .advantage__text {
    font-size: 1.6em;
    line-height: 40px;
  }
}
.advantage__items {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.02px) {
  .advantage__items {
    flex-direction: column;
    gap: 60px;
  }
}
.advantage__item {
  display: flex;
  position: relative;
  gap: 30px;
  margin-left: 20px;
  background-color: var(--color-3);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.259);
}
@media (min-width: 992px) {
  .advantage__item {
    margin-right: 20px;
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .advantage__item {
    height: 320px;
  }
}
@media (min-width: 1280px) and (max-width: 1535.02px) {
  .advantage__item {
    height: 320px;
  }
}
@media (max-width: 991.02px) {
  .advantage__item {
    width: 95%;
    margin-right: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767.02px) {
  .advantage__item {
    height: 210px;
  }
}
@media (max-width: 479.02px) {
  .advantage__item {
    height: 210px;
  }
}
@media (min-width: 768px) and (max-width: 991.02px) {
  .advantage__item {
    height: 200px;
  }
}
@media (min-width: 1536px) {
  .advantage__item {
    height: 300px;
  }
}
.advantage__item-icon-wrapper {
  border-radius: 5px;
  padding: 10px;
  background: var(--color-5);
  top: -50px;
  left: -5px;
  position: absolute;
  width: 100px;
  height: 100px;
  display: flex;
}
@media (max-width: 480px){
    .advantage__item-icon-wrapper {
  top: -25px;
  width: 75px;
  height: 75px;
}

}
.advantage__item-text-title {
  font-size: 1.5em;
  text-transform: uppercase;
}
.advantage__item-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  position: absolute;
  left: -20px;
  top: 60px;
}
@media (max-width: 991.02px) {
  .team {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .team {
    padding-top: 100px;
  }
}
.team__wrapper {
  overflow: hidden;
}
@media (max-width: 991.02px) {
  .team__title {
    font-size: 1.5em;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .team__title {
    font-size: 2em;
    line-height: 40px;
  }
}
.team__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  cursor: pointer;
}
.team__item-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0 0;
}
.team__item-img-wrapper {
  width: 100%;
}
@media (max-width: 991.02px) {
  .team__item-img-wrapper {
    height: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .team__item-img-wrapper {
    height: 350px;
  }
}
@media (min-width: 1280px) {
  .team__item-img-wrapper {
    height: 400px;
  }
}
@media (max-width: 991.02px) {
  .team__item-name {
    font-size: 1.1em;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .team__item-name {
    font-size: 1.25em;
    line-height: 32px;
  }
}
.team__item-name-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991.02px) {
  .team__item-prof {
    font-size: var(--typography-htmlFontSize);
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .team__item-prof {
    font-size: 1.1em;
    line-height: 24px;
  }
}
.team__item-link {
  display: flex;
  border-radius: 50%;
  overflow: hidden;
}
.team__item-link-list {
  display: flex;
  gap: 5px;
}
.team__items {
  display: flex;
  width: 100%;
}
.teamSwiper {
  min-width: 0;
  padding-top: 50px;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}
@media (max-width: 991.02px) {
  .teamSwiper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991.02px) {
  .partners {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .partners {
    padding-top: 100px;
  }
}
@media (max-width: 991.02px) {
  .partners__title {
    font-size: 1.5em;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .partners__title {
    font-size: 2em;
    line-height: 40px;
  }
}
.partners__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.partners__item-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partners__item-img-wrapper {
  width: 100%;
  height: 250px;
}
.partnersSwiper {
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.02px) {
  .review {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .review {
    padding-top: 100px;
  }
}
@media (max-width: 991.02px) {
  .review__title {
    font-size: 1.5em;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .review__title {
    font-size: 2em;
    line-height: 40px;
  }
}
.review__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 991.02px) {
  .review__item-text {
    font-size: var(--typography-htmlFontSize);
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .review__item-text {
    font-size: 1.1em;
    line-height: 32px;
  }
}
@media (max-width: 991.02px) {
  .review__item-text-name {
    font-size: 1.1em;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .review__item-text-name {
    font-size: 1.25em;
    line-height: 32px;
  }
}
.review__item-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.review__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review__item-img-wrapper {
  width: 100%;
}
@media (max-width: 991.02px) {
  .review__item-img-wrapper {
    height: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .review__item-img-wrapper {
    height: 350px;
  }
}
@media (min-width: 1280px) {
  .review__item-img-wrapper {
    height: 400px;
  }
}
.reviewSwiper {
  padding-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}
@media (max-width: 991.02px) {
  .how-order {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .how-order {
    padding-top: 100px;
  }
}
.how-order__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991.02px) {
  .how-order__title {
    font-size: 1.5em;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .how-order__title {
    font-size: 2em;
    line-height: 40px;
  }
}
@media (max-width: 991.02px) {
  .how-order__text {
    font-size: 1.25em;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .how-order__text {
    font-size: 1.6em;
    line-height: 40px;
  }
}
.how-order__items {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.02px) {
  .how-order__items {
    flex-direction: column;
    gap: 60px;
  }
}
.how-order__item {
  display: flex;
  position: relative;
  gap: 30px;
  margin-left: 20px;
  background-color: var(--color-3);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.259);
}
@media (min-width: 992px) {
  .how-order__item {
    margin-right: 20px;
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .how-order__item {
    height: 400px;
  }
}
@media (min-width: 1280px) and (max-width: 1535.02px) {
  .how-order__item {
    height: 320px;
  }
}
@media (max-width: 991.02px) {
  .how-order__item {
    width: 95%;
    margin-right: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767.02px) {
  .how-order__item {
    height: 240px;
  }
}
@media (max-width: 479.02px) {
  .how-order__item {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.02px) {
  .how-order__item {
    height: 200px;
  }
}
@media (min-width: 1536px) {
  .how-order__item {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .how-order__item:nth-of-type(2n + 1) {
    height: 450px;
  }
}
@media (min-width: 1280px) {
  .how-order__item:nth-of-type(2n + 1) {
    height: 400px;
  }
}
.how-order__item-icon {
  width: 100%;
  height: 100%;
}
.how-order__item-icon-wrapper {
  border-radius: 5px;
  padding: 10px;
  background: var(--color-5);
  bottom: -20px;
  right: -10px;
  position: absolute;
  width: 120px;
  height: 120px;
  display: flex;
}
@media (max-width: 480px){
    .how-order__item-icon-wrapper {
  bottom: -20px;
  right: -10px;
  width: 75px;
  height: 75px;
}

}

.how-order__item-text-title {
  font-size: 1.5em;
  text-transform: uppercase;
}
.how-order__item-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  position: absolute;
  left: -20px;
  top: 10px;
}
@media (max-width: 991.02px) {
  .order {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .order {
    padding-top: 100px;
  }
}
.order__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .order__wrapper {
    align-items: center;
  }
}
.order__form-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 70%;
  gap: 20px;
  position: absolute;
  z-index: 3;
  background-color: var(--color-3);
  box-shadow: 0 0 5px #636363;
  border-radius: 10px;
}
@media (max-width: 479.02px) {
  .order__form-wrapper {
    width: 80%;
    right: 0%;
    margin-top: 20px;
    padding: 25px 10px;
  }
}
@media (min-width: 480px) and (max-width: 767.02px) {
  .order__form-wrapper {
    width: 60%;
    right: 0%;
    margin-top: 50px;
    padding: 50px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.02px) {
  .order__form-wrapper {
    width: 60%;
    right: 0%;
    margin-top: 50px;
    padding: 50px 30px;
  }
}
@media (min-width: 992px) {
  .order__form-wrapper {
    width: 30%;
    right: 20%;
    padding: 50px 30px;
  }
}
.order__form-title {
  color: var(--color-6);
}
.orderSwiper {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 479.02px) {
  .orderSwiper {
    width: 90%;
  }
}
@media (min-width: 480px) and (max-width: 991.02px) {
  .orderSwiper {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .orderSwiper {
    width: 60%;
  }
}
.order__item {
  position: relative;
}
.order__item-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  filter: brightness(50%);
}
.order__item-img-wrapper {
  width: 100%;
}
.order__item-text-wrapper {
  position: absolute;
  bottom: 30px;
  padding: 20px;
}
@media (max-width: 991.02px) {
  .order__item-text-primary {
    font-size: 1.25em;
    line-height: 32px;
    color: var(--color-3);
  }
}
@media (min-width: 992px) {
  .order__item-text-primary {
    font-size: 2em;
    line-height: 40px;
    color: var(--color-3);
  }
}
@media (max-width: 991.02px) {
  .order__item-text-secondary {
    font-size: var(--typography-htmlFontSize);
    line-height: 26px;
    color: var(--color-3);
  }
}
@media (min-width: 992px) {
  .order__item-text-secondary {
    font-size: 1.6em;
    line-height: 34px;
    color: var(--color-3);
  }
}
.order__input {
  height: 50px;
  position: relative;
  border: none;
  border-bottom: 2px solid #cdcdcd;
  transition: border-bottom 0.5s ease-in-out;
  background: #0000;
}
.order__input::placeholder {
  color: #9b9a9a;
}
.order__input:focus {
  border-bottom: 2px solid var(--color-5);
}
@media (max-width: 479.02px) {
  .order__input {
    font-size: var(--typography-htmlFontSize);
  }
}
@media (min-width: 480px) {
  .order__input {
    font-size: 1.25em;
  }
}
.order__input-btn {
  background-color: var(--color-5);
  border: 3px solid var(--color-5);
  color: var(--color-2);
  transition: 0.15s linear;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 1.1em;
}
.order__input-btn:hover {
  border: 3px solid var(--color-3);
  color: var(--color-3);
  background-color: rgba(0, 0, 0, 0.3843137255);
}
.order__input-btn:active {
  background-color: rgba(0, 0, 0, 0.568627451);
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: start;
  z-index: 2;
  left: 20px;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: var(--color-5);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-5);
}
@media (max-width: 991.02px) {
  .map {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .map {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 991.02px) {
  .map__title {
    font-size: 1.5em;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .map__title {
    font-size: 2em;
    line-height: 40px;
  }
}
.map__inner {
  display: flex;
  gap: 30px;
  padding-top: 20px;
  width: 100%;
}
@media (max-width: 991.02px) {
  .map__inner {
    flex-direction: column;
  }
}
.map__contacts-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.02px) {
  .map__contacts-wrapper {
    gap: 50px;
  }
}
.map__contacts-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991.02px) {
  .map__contacts-inner {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .map__contacts-inner {
    width: 100%;
  }
}
.map__contacts-item {
  display: flex;
  gap: 20px;
  align-items: center;
  color: var(--color-2);
  font-weight: 600;
}
.map__contacts-item:hover {
  color: var(--color-6);
}
.map__contacts-company:hover{
  color: var(--color-2);
}
@media (max-width: 991.02px) {
  .map__contacts-item {
    font-size: 1.25em;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .map__contacts-item {
    font-size: 30px;
    line-height: 26px;
  }
}
.map__contacts-item-icons {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.map__contacts-item-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map__contacts-item-icon-wrapper {
  width: 30px;
  height: 30px;
}
@media (max-width: 991.02px) {
  .map__map-style {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .map__map-style {
    width: 50%;
  }
}
.header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-3);
  z-index: 4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3607843137);
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__logo-img-wrapper {
  width: 5em;
  height: 5em;
}
.header__nav-wrapper {
  display: flex;
}
@media (max-width: 991.02px) {
  .header__nav-wrapper {
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.36);
    z-index: 2;
    height: 100vh;
    transition: left 0.3s ease-in-out;
    overflow: auto;
  }
}
.header__nav-item {
  color: var(--color-2);
  padding: 20px;
  font-size: 1.1em;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.15s linear, color 0.15s linear;
  border: 3px solid rgba(0, 0, 0, 0);
}
@media (max-width: 991.02px) {
  .header__nav-item {
    padding-right: 50px;
  }
}
.header__nav-item:hover {
  color: var(--color-3);
  background-color: rgba(0, 0, 0, 0.5411764706);
}
.header__nav-item-order {
  background-color: var(--color-5);
  border: 3px solid var(--color-5);
  position: relative;
  color: var(--color-2);
  font-size: 1.1em;
  transition: background-color 0.15s linear, color 0.15s linear;
}
@media (max-width: 991.02px) {
  .header__nav-item-order {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__nav-item-order {
    padding: 20px;
  }
}
.header__nav-item-order:hover {
  border: 3px solid var(--color-3);
  color: var(--color-3);
  background-color: rgba(0, 0, 0, 0.3843137255);
}
.header__nav-item-order:active {
  background-color: rgba(0, 0, 0, 0.568627451);
}
.header__menu-wrapper {
  position: absolute;
  left: -100%;
  display: flex;
  flex-direction: column;
}
.header__menu-btn {
  position: relative;
  width: 30px;
  height: 5px;
  border-radius: 25px;
  background-color: var(--color-2);
}
.header__menu-btn::after,
.header__menu-btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  border-radius: 25px;
  background-color: var(--color-2);
}
.header__menu-btn::after {
  top: -10px;
}
.header__menu-btn::before {
  top: 10px;
}
@media (min-width: 992px) {
  .header__menu-btn {
    display: none;
  }
}
.header__menu-btn-label {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  top: -10px;
}
.header__btn-order {
  position: relative;
  background-color: var(--color-5);
  border: 3px solid var(--color-5);
  color: var(--color-2);
  transition: 0.15s linear;
  font-weight:800;
}
@media (max-width: 991.02px) {
  .header__btn-order {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .header__btn-order {
    display: none;
  }
}
.header__btn-order:hover {
  border: 3px solid var(--color-3);
  color: var(--color-3);
  background-color: rgba(0, 0, 0, 0.3843137255);
}
.header__btn-order:active {
  background-color: rgba(0, 0, 0, 0.568627451);
}
@media (min-width: 992px) {
  .header__background-menu {
    display: none;
  }
}
@media (max-width: 991.02px) {
  .header__background-menu {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.508);
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.2s linear;
  }
}
@media (max-width: 991.02px) {
  .checkbox:not(:checked) ~ .header__nav-wrapper {
    left: -100%;
  }
  .checkbox:not(:checked) ~ .header__background-menu {
    opacity: 0;
    height: 0;
  }
}
.footer__wrapper-top {
  background-color: var(--color-5);
}
.footer__wrapper-top-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.02px) {
  .footer__wrapper-top-inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .footer__wrapper-top-inner {
    align-items: center;
  }
}
.footer__wrapper-bottom {
  padding: 20px;
}
.footer__wrapper-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.02px) {
  .footer__wrapper-bottom-inner {
    gap: 20px;
    flex-direction: column;
  }
}
.footer__link {
  width: 30px;
  height: 30px;
}
.footer__link-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__link-wrapper {
  display: flex;
  gap: 20px;
}
.footer__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__img-wrapper {
  width: 60px;
  height: 60px;
}
.footer__nav-wrapper {
  display: flex;
}
@media (max-width: 767.02px) {
  .footer__nav-wrapper {
    flex-direction: column;
  }
}
.footer__nav-item {
  color: var(--color-2);
  padding: 20px;
  font-size: 1.1em;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.15s linear, color 0.15s linear;
  border: 3px solid rgba(0, 0, 0, 0);
}
@media (max-width: 767.02px) {
  .footer__nav-item {
    padding-left: 0;
    margin-bottom: 2px;
  }
  .footer__nav-item:hover {
    color: var(--color-3);
  }
}
@media (min-width: 768px) {
  .footer__nav-item:hover {
    color: var(--color-3);
    background-color: rgba(0, 0, 0, 0.5411764706);
  }
}
.main__order-button{
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid var(--color-5);
  color: var(--color-5);
  transition: 0.15s linear;
}
.main__order-button:hover {
  border: 3px solid var(--color-3);
  color: var(--color-3);
  background-color: rgba(0, 0, 0, 0.3843137255);
}

@media (max-width: 480px) {
    body > main > section.map > div > div > div > div.map__contacts-wrapper > div > a:nth-child(1) > p
    {
        font-size: 110% !important;
    }
}
