@font-face {
  font-family: "Manrope";
  src: url("../font/Manrope-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../font/Jost-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Manrope";
}
:root {
  --c-blue: #2e3d66;
  --c-gray: #e2e6e9;
  --c-dark-gray: #acb3c2;
  --c-font-1: #000000;
  --c-font-2: #3a3d42;
  --c-font-3: #f5f7f9;
  --c-font-4: #cbd2d8;
  --c-bg: #ffffff;
}
body {
  background-color: var(--c-bg);
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
.menu-header-ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.menu-header-ul.active {
  max-height: 500px;
  padding: 50px 0;
}
.menu-header-ul li a {
  text-decoration: none;
  color: #000;
  font-size: 25px;
}
.menu-header-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.drop-wraper .drop-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.drop-wraper .drop-list {
  position: relative;
}
.drop-wraper .drop-list ul {
  display: block;
  position: absolute;
  width: 100%;
}
.drop-wraper .drop-list ul li {
  list-style: none;
}
h1 {
  font-family: "Jost";
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--c-font-1);
}
h2 {
  font-family: "Jost";
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--c-font-1);
}
h3 {
  font-weight: 600;
  font-size: 24px;
  color: var(--c-font-2);
}
input::placeholder {
  color: var(--c-font-2);
}
input {
  color: var(--c-font-1);
  outline: 0;
}
button {
  cursor: pointer;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: var(--c-bg);
  box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.25);
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1380px;
  margin: 26px auto;
  padding: 0 10px;
}
header nav a {
  text-decoration: none;
}
header nav .logo {
  height: 47px;
  width: 100%;
}
header nav .right {
  display: flex;
  align-items: center;
}
header nav .right .menu-button {
  display: none;
  border: none;
  background: #fff;
  padding: 8px 5px 8px 5px;
  margin-left: 10px;
}
header nav .right .menu-button svg {
  width: 42px;
  height: 26px;
}
header nav ul {
  list-style: none;
  display: flex;
  align-items: center;
}
header nav ul li a {
  margin-right: 20px;
  font-weight: 400;
  font-size: 24px;
  color: var(--c-font-1);
}
header nav .lang-drop-wraper .drop-button {
  background-color: var(--c-blue);
  border-radius: 7px;
  padding: 5px 5px 5px 8px;
  font-weight: 400;
  font-size: 24px;
  color: var(--c-font-3);
}
header nav .lang-drop-wraper .drop-button svg {
  margin-left: 3px;
  height: 12px;
  width: 24px;
}
header nav .lang-drop-wraper .drop-list ul {
  background: var(--c-gray);
  font-weight: 400;
  font-size: 24px;
  color: var(--c-blue);
}
header nav .lang-drop-wraper .drop-list ul li {
  padding: 5px 6px;
}
footer {
  background-color: var(--c-blue);
  padding: 37px 0;
}
footer nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1380px;
  margin: 0 auto;
}
footer nav a {
  text-decoration: none;
}
footer nav .logo {
  height: 49px;
}
footer nav .right {
  display: flex;
  align-items: center;
}
footer nav ul {
  list-style: none;
  display: flex;
}
footer nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer nav ul li:first-child .svg-button:first-of-type {
  padding: 10px 15px;
}
footer nav ul li:first-child .svg-button:first-of-type span {
  margin-left: 10px;
}
footer nav ul li:last-child .svg-button:last-of-type {
  padding: 10px;
}
footer nav ul li:last-child .svg-button:last-of-type svg {
  position: relative;
  left: -2px;
}
footer nav ul li a {
  margin-right: 20px;
  font-weight: 400;
  font-size: 24px;
  color: var(--c-font-3);
}
footer nav ul li a svg {
  height: 44px;
  width: 44px;
}
footer nav ul .svg-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-font-3);
  border-radius: 90px;
  color: var(--c-blue);
  padding: 10px 15px;
}
.breadcrumbs-section {
  max-width: 1380px;
  margin: 0 auto;
  margin-top: 180px;
}
.breadcrumbs {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.breadcrumbs-home-svg {
  width: 23px;
  height: 20px;
}
.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.breadcrumbs-item {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: max-content;
}
.breadcrumbs-link {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}
main section {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1300px) {
  header nav {
    margin: 26px auto;
  }
  footer nav {
    max-width: 1080px;
    padding: 26px 0;
  }
  .breadcrumbs {
    padding: 0 70px;
  }
}
@media (max-width: 1080px) {
  header nav {
    max-width: 900px;
    padding: 0 20px;
  }
  header nav .right {
    margin-left: 5px;
  }
  header nav .right .header-ul {
    display: none;
  }
  header nav .right .menu-button {
    display: block;
  }
  .menu-header-search {
    display: flex;
  }
}
@media (max-width: 890px) {
  footer nav {
    flex-direction: column;
    gap: 20px;
  }
  footer nav .right ul li span {
    display: none;
  }
}
@media (max-width: 760px) {
  .breadcrumbs-link {
    font-size: 17px;
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
  }
  .breadcrumbs-home-svg {
    width: 100px;
  }
  .breadcrumbs {
    padding: 0 20px;
  }
}
@media (max-width: 460px) {
  header nav a svg {
    width: 90%;
    height: auto;
  }
}



/* Для работы header перенесено из файла item.css */

.header-search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-right: 24px;
    margin-left: 23px;
}

.header-search-form div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-form-input {
    padding: 12px 64px 10px 18px;
    font-size: 23px;
    color: var(--c-font-2);
    background: var(--c-font-3);
    border-radius: 5px;
    width: 400px;
    line-height: 100%;
}

.header-search-form-button {
    background: var(--c-blue);
    padding: 11px 43px 11px 35px;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
}

.header-search-form-button div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
}

.header-search-form-button svg {
    width: 33px;
    height: 33px;
}

.header-search-link {
    display: flex;
    align-items: center;
    gap: 17px;
}

.header-search-form-link {
    display: none;
}

.header-search-form-link div {
    align-items: center;
    justify-content: center;
    gap: 21px;
}

.menu-header-search {
    display: none;
}

/* Адаптивные стили из item.css, касающиеся header: */
@media (max-width: 1300px) {
    .header-search-form-input {
        width: 330px;
    }
    .header-search-form-input {
        width: 150%;
        margin-left: 10px;
    }
    .header-search-form {
        width: 98%;
        margin-left: 5px;
        margin-right: 139px;
        padding-right: 20px;
    }
}

@media (max-width: 1080px) {
    .menu-header-search {
        display: flex;
    }

    header nav {
        max-width: 900px;
        padding: 0 20px;
    }

    header nav .right .header-ul {
        display: flex;
    }

    header nav .right .menu-button {
        display: none;
    }

    .header-search-form-link div {
        display: none;
    }

    .header-search-form-link div {
        display: flex;
    }

    .header-ul li form {
        display: none;
    }

    .header-search-form-link {
        display: block;
    }

    .header-search-link {
        display: flex;
    }
}

@media (max-width: 760px) {
    h1 {
        font-size: 27px;
    }

    header nav {
        max-width: 900px;
        padding: 0 20px;
    }

    header nav .right .header-ul {
        display: none;
    }

    header nav .right .menu-button {
        display: block;
    }
}