.ceo-description {
  width: 100%;
  height: 605px;
  position: relative;
}

.ceo-description_group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  z-index: 1;
  position: relative;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 107px 0 0 0;
}

.ceo-description__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

html body.content-page h1 {
  text-transform: uppercase;
  width: 100%;
}

.ceo-description__text {
  max-width: 908px;
  margin: 25px auto 0 auto;
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}

.ceo-block {
  margin-top: 85px;
}

.ceo-block__title {
  font-weight: 400;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #41342e;
  margin-bottom: 53px;
}

.ceo-block__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.ceo-block__row-item {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.ceo-block__paragraph {
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #41342e;
}

.ceo-block__paragraph b {
  font-weight: 700;
}

.ceo-block__row-item_right {
  margin-left: 20px;
}

.ceo-block__row-item_right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.ceo-block__important {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  padding: 25px;
  background: #41342e;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 35px 0;
}

.ceo-block__important_text {
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  font-style: italic;
  margin-top: 10px;
}

.ceo-block__important_text b {
  font-weight: 700;
}

.ceo-list {
  padding: 0;
  margin: 45px 0 0 0;
}

.ceo-list li {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #41342e;
  font-weight: 400;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.ceo-list li:last-of-type {
  margin-bottom: 0;
}

.ceo-list li b {
  font-weight: 700;
}

.ceo-list li:before {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%2341342E%22/%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227.5%22%20fill%3D%22%2341342E%22/%3E%3C/svg%3E")
    center center / cover no-repeat;
  display: block;
  content: "";
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 25px;
}

.ceo-block__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  margin: 35px 0;
}

.ceo-block__info-text {
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #41342e;
  margin-left: 20px;
  font-style: italic;
}

.ceo-section {
  margin-bottom: 85px;
}

.ceo-for-mb {
  display: none;
}

.ceo-description__title {
  font-weight: 400;
  font-size: 35px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.ceo-description__img_mb {
  display: none;
}

@media screen and (max-width: 1000px) {
  .ceo-block__row {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }

  .ceo-block__row-item_right {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .ceo-for-mb {
    display: block;
  }

  .ceo-description_group {
    padding: 65px 14px;
  }

  .ceo-description_group img {
    width: 15px;
    height: 24px;
  }

  .ceo-description__text {
    margin: 15px auto 0 auto;
    font-size: 16px;
    line-height: 120%;
  }

  .ceo-description {
    height: auto;
  }

  .ceo-block {
    margin-top: 58px;
  }

  .ceo-block__title {
    margin-bottom: 33px;
    font-size: 24px;
    line-height: 120%;
  }

  .ceo-block__paragraph {
    font-size: 16px;
    line-height: 120%;
  }

  .ceo-block__important {
    margin: 25px auto;
    padding: 15px 25px;
  }

  .ceo-block__important img {
    width: 16px;
    height: 25px;
  }

  .ceo-block__important_text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 120%;
  }

  .ceo-block__important_text br {
    display: none;
  }

  .ceo-block__row-item_right {
    margin-top: 15px;
  }

  .ceo-list {
    margin-top: 25px;
  }

  .ceo-list li {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.01em;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }

  .ceo-list li:before {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }

  .ceo-block__info {
    margin: 25px 0;
  }

  .ceo-block__info img {
    width: 16px;
    height: 25px;
  }

  .ceo-block__info-text {
    margin-left: 10px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.01em;
  }

  .ceo-section {
    margin-bottom: 58px;
  }
}

@media screen and (max-width: 479px) {
  .ceo-description__img_mb {
    display: block;
  }

  .ceo-description__img_pc {
    display: none;
  }
}

.first-screen {
  margin-bottom: 135px;
}

@media screen and (max-width: 600px) {
  .first-screen {
    margin-bottom: 40px;
  }
}

.first-screen .firstScreen-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: var(--brown);
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .first-screen .firstScreen-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.first-screen .firstScreen-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 800px) {
  .first-screen .firstScreen-content {
    flex-direction: column;
  }
}

.first-screen .firstScreen-item {
  width: 100%;
  max-width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding-top: 53px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 392px;
}

@media screen and (max-width: 800px) {
  .first-screen .firstScreen-item {
    padding-top: 0;
    max-width: 100%;
    justify-content: center;
  }
}

.first-screen .firstScreen-item.firstScreen-item--1 {
  background-image: url(../images/scents/first-screen-1.png);
}

.first-screen .firstScreen-item.firstScreen-item--2 {
  background-image: url(../images/scents/first-screen-2.png);
}

@media screen and (max-width: 800px) {
  .first-screen .firstScreen-item.firstScreen-item--1 {
    height: 185px;
  }

  .first-screen .firstScreen-item.firstScreen-item--2 {
    height: 347px;
  }
}

@media screen and (max-width: 800px) {
  .first-screen .firstScreen-icon svg {
    width: 40px;
    height: 40px;
  }
}

.first-screen .firstScreen-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #fff7e6;
  max-width: 472px;
}

@media screen and (max-width: 800px) {
  .first-screen .firstScreen-text {
    font-size: 18px;
  }
}

.first-screen .firstScreen-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 472px;
}

@media screen and (max-width: 800px) {
  .first-screen .firstScreen-list {
  }
}

.first-screen .firstScreen-list div {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff7e6;
  border-radius: 27px;
  padding: 5px 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #fff7e6;
}

@media screen and (max-width: 800px) {
  .first-screen .firstScreen-list div {
    font-size: 14px;
  }
}
