
* {
  outline: none;
  box-sizing: border-box;
}

html {
  font-family: NotoSans;
  color: #404040;
  font-size: 16px;
  line-height: 24px;
}

body {
  margin: 0;
}

img {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

button {
  background-color: unset;
  padding: unset;
  border: none;
  outline: none;
  font-family: NotoSans;
  color: #404040;
}

input {
  border: none;
  padding: unset;
  outline: none;
  font-family: NotoSans;
  color: #404040;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  font-family: NotoSans;
  resize: none;
}

.h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

a {
  display: block;
  text-decoration: none;
  color: #404040;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
  transition: opacity .3s;
}

[v-cloak] {
  display: none;
}

.header {
  background: #F4F2EE;
  min-width: 1200px;
}

.header__content {
  display: flex;
  align-items: center;
  max-width: 1440px;
  padding: 0 60px;
  margin: 0 auto;
}

.header__logo {
  display: flex;
  margin-right: auto;
  transition: opacity .3s ease-in-out;
}

.header__logo:hover, .header__logo:focus-visible {
  opacity: 0.5;
}

.header__item {
  color: #AFA99C;
  font-weight: 600;
  margin-right: 40px;
  transition: .3s;
}

.header__item--active {
  pointer-events: none;
  color: #653B2A;
  transition: .3s;
}

.header__item:last-of-type {
  margin-right: 0px;
}

.header__item:hover, .header__item:not(.header__item--active):focus-visible {
  cursor: pointer;
  color: #653B2A;
  transition: .3s;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.breadcrumbs__item {
  margin-right: 10px;
  color: rgba(101, 59, 42, 0.6);
  font-weight: 600;
  transition: .3s;
}

.breadcrumbs__item:hover, .breadcrumbs__item:not(.breadcrumbs__item--active):focus-visible {
  cursor: pointer;
  color: #653B2A;
  transition: .3s;
}

.breadcrumbs__item--active {
  margin-right: 0;
  text-transform: lowercase;
  color: #653B2A;
  pointer-events: none;
}

.block {
  position: relative;
  min-width: 1200px;
}

.block--bage {
  padding-top: 80px;
  background: #F4F2EE;
  margin-bottom: 120px;
}

.block--apply {
  overflow: hidden;
  background: linear-gradient(107.72deg, #FFD789 0.82%, #B76C6C 99.02%), #653B2A;
}

.block__cover {
  position: absolute;
  width: 1000px;
  height: 1000px;
  background: #FFFFFF;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg) skew(10deg, 10deg);
  top: -570px;
}

.block__content {
  position: relative;
  max-width: 1440px;
  padding: 0 60px;
  margin: 0 auto;
}

.block__header {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}

.block__order {
  position: absolute;
  right: 60px;
  top: 37px;
  width: 255px;
  background: #FFEBC7;
  padding: 16px 26px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #653B2A;
}

.block__title {
  font-size: 80px;
  line-height: 120px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #B16F54;
  -webkit-text-stroke-width: 1px;
}

.block__subtitle {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  position: absolute;
  top: 62px;
  left: calc(100% - 103px);
  color: #653B2A;
  white-space: nowrap;
}

.block__link {
  font-size: 18px;
  line-height: 27px;
  color: #8C8C8C;
  position: absolute;
  right: 60px;
  top: 80px;
  text-decoration: none;
  transition: .3s;
}

.block__link:hover, .block__link:focus-visible {
  color: #404040;
  transition: .3s;
}

.production {
  position: relative;
  margin-bottom: 120px;
}

.production__content {
  max-width: 1440px;
  margin: 0 auto;
}

.production__products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}

.production__product {
  position: relative;
  background: #F7F6F3;
  border: 6px solid #F7F6F3;
  width: calc(100%/3 - 30px);
  height: 410px;
  margin: 0 30px 30px 0;
  padding: 32px 24px;
  transition: .3s;
}

.production__product > * {
  pointer-events: none;
}

.production__product:hover, .production__product:focus-visible {
  cursor: pointer;
  background: white;
  transition: .3s;
}

.production__product:hover .production__word, .production__product:focus-visible .production__word {
  visibility: visible;
  opacity: 1;
  transition: .3s;
}

.production__imgbox {
  width: 100%;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.production__img {
  width: 321px;
  height: 181px;
  -o-object-fit: cover;
     object-fit: cover;
}

.production__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 8px;
}

.production__word {
  position: absolute;
  left: 24px;
  top: -28px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  color: #653B2A;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.banner {
  position: relative;
  background: #F7F6F3;
  padding: 68px 24px;
  border: 6px solid #F7F6F3;
  transition: .3s;
}

.banner:hover {
  cursor: pointer;
  background: white;
  transition: .3s;
}

.banner:hover .banner__cover {
  visibility: visible;
  opacity: 1;
  transition: .3s;
}

.banner:hover .banner__word {
  visibility: visible;
  opacity: 1;
  transition: .3s;
}

.banner__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 24px;
}

.banner__text {
  width: 688px;
}

.banner__img {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 334px;
}

.banner__cover {
  position: absolute;
  right: 0px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.banner__word {
  position: absolute;
  left: 24px;
  top: -28px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  color: #653B2A;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}