/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
body {
  height: 100%;
  line-height: 118%;
  font-size: 16px;
  color: #262626;
  font-weight: 400;
  font-family: "Roboto";
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._container {
  max-width: 1440px;
  margin: 0px auto;
  box-sizing: content-box;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.standard-block__container {
  display: flex;
  color: #B2B2B2;
}

.standard-block__head {
  flex: 0 0 25%;
}

.standard-block__head_title {
  margin: 39px 134px 600px 40px;
  font-size: 15px;
  line-height: 126%;
  letter-spacing: 0.5px;
}

.standard-block__head_text {
  margin: 0px 15px 40px 40px;
  line-height: 118%;
  letter-spacing: 0.5px;
}
.standard-block__head_text :not(:last-child) {
  margin: 0px 0px 21px 0px;
}
.standard-block__head_text div {
  margin: 1px 27px 0px 0px;
}
.standard-block__head_text a {
  position: relative;
  color: #B2B2B2;
  margin: 0px 0px 5px 0px;
}
.standard-block__head_text a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 115%;
  border: #B2B2B2 1px solid;
}
.standard-block__head_text a:hover {
  background: #E7F066;
  color: #262626;
}

.standard-block__body {
  position: relative;
  flex: 0 0 75%;
  display: flex;
  justify-content: end;
  align-items: end;
}

.standard-block__body_img {
  position: absolute;
  margin: 0px 0px 112px 0px;
  width: 100%;
  height: 86%;
  top: 0;
  left: 0;
}

.standard-block__body_text {
  margin: 40px 36px 40px 0px;
  font-size: 25px;
  line-height: 128%;
  letter-spacing: 0.5px;
}

@media (max-width: 1024px) {
  .standard-block_head__title {
    margin: 39px 134px 600px 20px;
  }
  .standard-block_head_text {
    margin: 0px 15px 40px 20px;
  }
}
@media (max-width: 769px) {
  .standard-block__container {
    flex-direction: column-reverse;
  }
  .standard-block__head_title {
    margin: 20px 134px 20px 20px;
  }
  .standard-block__head_text {
    margin: 0px 15px 40px 20px;
  }
  .standard-block__body {
    padding: 50%;
  }
  .standard-block__body_img {
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
  }
  .standard-block__body_text {
    background: rgba(27, 27, 27, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    margin: 40px 36px 40px 20px;
    padding: 5px;
  }
}
@media (max-width: 376px) {
  .standard-block__body_text {
    font-size: 20px;
  }
}
.header {
  background: #E7F066;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.header__container {
  display: flex;
  justify-content: space-between;
  min-height: 74px;
}

.header__logo {
  margin: 26px 0px 0px 26px;
  z-index: 50;
}

.header__menu {
  display: flex;
  margin: 12px 12px 25px 0px;
  z-index: 50;
}
.header__menu div {
  margin: 26px 40px 35px 0px;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.main-block {
  background: #E7F066;
}

.main-block__container {
  position: relative;
}

.main-block__body {
  position: relative;
  z-index: 50;
  display: flex;
}

.main-block__logo {
  position: relative;
  color: #EBEBEB;
  padding: 168px 0px 35px 40px;
  font-size: 12px;
  line-height: 108%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  z-index: 50;
}

.main-block__subtitle {
  margin: 50% 20px 0px 20px;
  padding: 10px;
  font-size: 25px;
  line-height: 128%;
  letter-spacing: 0.5px;
  text-align: center;
  background: #E7F066;
  opacity: 90%;
}

.main-block__text {
  margin: 40px 15px 579px 63px;
  padding: 79px 30px 0px 25px;
}
.main-block__text :not(:last-child) {
  margin: 0px 0px 21px 0px;
}
.main-block__text div {
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0.5px;
}
.main-block__text a {
  position: relative;
  padding: 5px 0px;
  color: #262626;
  font-size: 12px;
  line-height: 158%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.main-block__text a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 115%;
  border: #262626 1px solid;
}
.main-block__text a:hover {
  background: #1B1B1B;
  color: #EBEBEB;
}

.main-block__img {
  position: absolute;
  width: 75%;
  height: 86%;
  top: 0;
  left: 0;
}

@media (min-width: 769px) {
  .main-block__title {
    position: relative;
    flex: 0 0 71.6%;
  }
  .main-block__subtitle {
    margin: 0px 0px 40px 40px;
    position: absolute;
    bottom: 0;
  }
  .main-block__content {
    flex: 0 0 28.3%;
  }
}
@media (max-width: 769px) {
  .main-block__body {
    flex-direction: column;
  }
  .main-block__content {
    background: #E7F066;
    margin: 0px 20px 20px 20px;
    padding: 0px 30px 20px 25px;
    opacity: 90%;
  }
  .main-block__content :not(:last-child) {
    margin: 0px 0px 20px 0px;
  }
  .main-block__text {
    margin: 0px;
    padding: 20px 20px 0px 20px;
  }
  .main-block__img {
    width: 100%;
    height: 100%;
  }
}
.candles {
  background: #9C8554;
  color: #B2B2B2;
}

.products {
  background: rgba(31, 31, 31, 0.3411764706);
}

.products__body {
  display: flex;
}

.products__body_item {
  height: 800px;
  display: flex;
  position: relative;
  flex: 0 1 50%;
}
.products__body_item div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.products__body_item a {
  position: absolute;
  bottom: 0;
  margin: 0px 0px 45px 40px;
  color: #262626;
  font-size: 12px;
  line-height: 158%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  z-index: 50;
}
.products__body_item a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 115%;
  border: #262626 1px solid;
}
.products__body_item a:hover {
  background: #E7F066;
  color: #262626;
}

.products__body_item:only-child {
  flex: 0 1 100%;
}

@media (max-width: 1024px) {
  .products__body {
    flex-direction: column;
  }
  .products__body_item {
    flex: 0 0 100%;
    padding: 0px 0px 70% 0px;
  }
  .products__body_item a {
    right: 15px;
  }
}
@media (max-width: 481px) {
  .products__body_item a {
    margin: 0px 0px 20px 20px;
    background: rgba(235, 235, 235, 0.3);
  }
}
.aboutus {
  background: #EBEBEB;
}

.aboutus__body {
  display: flex;
  padding: 115px 25px;
}
.aboutus__body a {
  position: relative;
  margin: 0px 0px 5px 0px;
  font-size: 12px;
  line-height: 158%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #262626;
}
.aboutus__body a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 115%;
  border: #262626 1px solid;
}
.aboutus__body a:hover {
  background: #1B1B1B;
  color: #EBEBEB;
}

.aboutus__body_img {
  flex: 0 0 55.3%;
}

.content__aboutus {
  flex: 1 1 44.7%;
  margin: 129px 270px 129px 30px;
}
.content__aboutus :not(:last-child) {
  letter-spacing: 0.5px;
}

.content__aboutus_head {
  margin: 0px 0px 11px 0px;
  font-size: 15px;
  line-height: 126%;
}

.content__aboutus_title {
  margin: 0px 75px 39px 0px;
  font-size: 28px;
  line-height: 114%;
}

.content__aboutus_subtitle {
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  line-height: 135%;
}

.content__aboutus_text {
  margin: 0px 0px 21px 0px;
  font-size: 16px;
  line-height: 118%;
}

@media (max-width: 1024px) {
  .content__aboutus {
    margin: 129px 50px 129px 30px;
  }
}
@media (max-width: 769px) {
  .aboutus__body {
    padding: 50px 0px;
  }
  .aboutus__body {
    flex-direction: column-reverse;
  }
  .aboutus__body_img {
    flex: 0 0 100%;
    padding: 0px 0px 80% 0px;
  }
  .content__aboutus {
    flex: 1 1 100%;
    margin: 20px 20px 50px 20px;
  }
}
.diffuser {
  background: #A26779;
}

.roommist {
  background: rgba(31, 31, 31, 0.3411764706);
}

.roommist__container {
  position: relative;
  min-height: 800px;
}

.roommist__body {
  position: relative;
  margin: 0px 76% 0px 15px;
  z-index: 50;
}
.roommist__body :not(:last-child) {
  letter-spacing: 0.5px;
}
.roommist__body a {
  position: relative;
  padding: 5px 0px;
  margin: 0px 0px 5px 25px;
  font-size: 11px;
  line-height: 172%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.roommist__body a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 115%;
  border: #262626 1px solid;
}
.roommist__body a:hover {
  background: #1B1B1B;
  color: #EBEBEB;
}

.roommist__body_head {
  padding: 119px 0px 11px 25px;
  font-size: 15px;
  line-height: 126%;
}

.roommist__body_title {
  margin: 0px 0px 39px 25px;
  font-size: 25px;
  line-height: 128%;
}

.roommist__body_text {
  margin: 0px 0px 2px 25px;
  line-height: 118%;
}

.roommist__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .roommist__body {
    margin: 0px 50% 0px 15px;
  }
}
@media (max-width: 481px) {
  .roommist__container {
    min-height: 600px;
  }
  .roommist__body {
    margin: 0px 30% 0px 0px;
  }
}
.handwash {
  background: #504B4D;
}

.industry {
  background: #B04836;
}

.cookies__container {
  display: block;
  position: fixed;
  bottom: 0;
}

.cookies__container:target {
  display: none;
}

.cookies {
  background: #1B1B1B;
  color: #F1F1EE;
  margin: 0px 32px 32px 71%;
  padding: 47px 53px 53px 48px;
}
.cookies :not(:last-child) {
  margin: 0px 0px 2px 0px;
}
.cookies div {
  line-height: 118%;
  letter-spacing: 0.5px;
}
.cookies a {
  position: relative;
  background: #1B1B1B;
  color: #F1F1EE;
  font-size: 12px;
  line-height: 158%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.cookies a::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 115%;
  border: #F1F1EE 1px solid;
}
.cookies a:hover {
  background: #E7F066;
  color: #262626;
}

@media (max-width: 769px) {
  .cookies__container {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 60;
  }
  .cookies {
    margin: 0px;
    padding: 47px 53px 53px 48px;
  }
}
.footer {
  background: #262626;
  color: #CCC;
}

.footer__container {
  padding: 30px 0px;
}

.footer__head {
  display: flex;
  justify-content: space-between;
}

.footer__head_title {
  margin: 19px 20px 21px 40px;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0.5px;
}

.footer__head_icon {
  margin: 20px 40px 0px 0px;
}

.footer__body form {
  display: flex;
  align-items: end;
  margin: 0px 0px 27px 40px;
  min-height: 53px;
}
.footer__body form :not(:last-child) {
  margin: 0px 20px 0px 0px;
}
.footer__body form label {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.footer__body form label input {
  margin: 0px 0px 8px 0px;
  border: none;
  background: #262626;
  border-bottom: #CCC 1px solid;
  color: #CCC;
}
.footer__body form label input:-webkit-autofill,
.footer__body form label input:-webkit-autofill:hover,
.footer__body form label input:-webkit-autofill:focus,
.footer__body form label input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #262626 inset !important;
}
.footer__body form label input:-webkit-autofill {
  -webkit-text-fill-color: #CCC !important;
}
.footer__body form button {
  height: 19px;
  font-size: 12px;
  line-height: 158%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: #262626;
  color: #CCC;
  text-align: center;
}
.footer__body form button:hover {
  background: #E7F066;
  color: #262626;
}

@media (max-width: 769px) {
  .footer__head_title {
    margin: 20px;
  }
  .footer__body {
    margin: 20px 0px 0px 0px;
  }
  .footer__body form {
    margin: 0px 20px 0px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__body form :not(:last-child) {
    margin: 0px 0px 20px 0px;
  }
  .footer__body form label {
    width: 80%;
  }
  .footer__body form button {
    width: 100%;
  }
}
