/* new common styles start */

.h1,
.h2,
.h3,
.h4 {
  font-weight: 900;
  margin: 0;
}

.h2 {
  font-size: 74px;
  line-height: 78px;
}

.h3 {
  font-size: 56px;
  line-height: 59px;
}

.h4 {
  font-size: 32px;
  line-height: 34px;
}

.layout {
  padding: 0;
}

.layout__content {
  padding: 0;
}

.bread {
  display: flex;
  color: #121724;
}

.bx-breadcrumb .bx-breadcrumb-item span {
  font-family: golos;
}

.bx-breadcrumb {
  margin: 10px auto;
}

.bx-breadcrumb i {
  color: #121724;
}

.bx-breadcrumb .bx-breadcrumb-item span {
  font-size: 16px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1240px;
}

.strong {
  font-weight: 900;
}

.em {
  font-style: italic;
}

.fancybox__content {
  padding: 0;
}

.modal {
  position: relative;
  overflow: visible;
}

.pc_text {
  font-size: 22px;
  line-height: 23px;
  font-weight: 500;
}
/* new common styles end */

/* new header styles start */

.header__new {
  background: #fc416d;
  padding-bottom: 15px;
}
.header-top {
  padding: 15px 0;
}
.header__language {
  flex-grow: 2;
  justify-content: flex-start;
  padding: 2px 0;
}
.mobile-language {
  display: none;
}
.header__gamburger {
  display: none;
  width: 30px;
  height: 21px;
}
.header__gamburger-line {
  background-color: #fff;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  transition: transform 0.25s;
}
.header__gamburger.header__gamburger-active
  .header__gamburger-line:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 0px 2px;
}
.header__gamburger.header__gamburger-active
  .header__gamburger-line:nth-child(2) {
  display: none;
}
.header__gamburger.header__gamburger-active
  .header__gamburger-line:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 4px 3px;
}
.header__city {
  flex-grow: 2;
  padding: 5px 0;
}
.header__city a {
  font-size: 16px;
  border-bottom: 2px dotted #fff;
}
.header__city a:hover {
  border-bottom: none;
}
.header__socials {
  flex-grow: 2;
  padding: 2px 0;
}
.header__phone {
  flex-grow: 2;
  padding: 5px 0;
}
.header__row {
  align-items: center;
}
.header-fix {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  z-index: 100;
  background: #fc416d;
}
.header-fix.fixed {
  display: block;
}
.header-fix .header__left {
  background: #fff;
  border-radius: 35px;
  padding: 15px;
}
.header-fix .header__logo {
  color: #fc416d;
}
.header-fix .header__nav,
.header-fix .header__phone {
  color: #121724;
}
.header-fix .header__nav {
  flex-grow: 4;
  justify-content: flex-start;
}

.header-bot__mobile-city,
.header-bot__mobile-button,
.header-bot__mobile__socials,
.header-bot__mobile__phone {
  display: none;
}
/* new header styles end */

/* new main styles start */

.main__wrapper .main__title-bottom {
  margin-top: 50px;
}

.main-card__item {
  width: 100%;
}

.main-card__container-text {
  width: 55%;
  display: inline-block;
  vertical-align: top;
}

.main-card__container-button {
  width: 44%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.main-card__button {
  margin-top: 60px;
}

.main-card__item-inner {
  margin: 0;
  max-width: 100%;
  padding-top: 45px;
}

.main-card__title-small {
  max-width: 100%;
  padding-bottom: 20px;
  font-size: 68px;
  line-height: 68px;
}

.main-card__block {
  /*border: 1px solid #121724;*/
  max-width: 670px;
}

.main-card__container-block {
  position: relative;
}

.main-card__container-block.top-text {
  margin-bottom: 20px;
}

.main-card__container-block.bottom-text {
  margin: -50px 0 70px;
}

.main-card__block:nth-child(even) {
  position: relative;
  top: -100px;
  left: 45%;
  z-index: 10;
}

.main-card__block-name {
  font-size: 48px;
  line-height: 72px;
}

.main-card__list .main-card__list-item {
  max-width: 70%;
  font-size: 30px;
  line-height: 36px;
  padding-left: 30px;
}

.main-card__list .main-card__list-item:before {
  top: 18px;
  width: 10px;
  height: 10px;
}

.main-card__text {
  font-size: 26px;
  line-height: 28px;
}
/* new main styles end */

/* new cooperation styles start */

.cooperation {
  margin-top: 120px;
}

.cooperation__container-title {
  margin-bottom: 75px;
}

.cooperation__title {
  color: #121724;
}

.cooperation__row {
  background: #ffebca;
  display: block;
  border-radius: 80px;
  padding: 60px 15%;
}

.cooperation__numbers {
  text-align: center;
  margin-bottom: 60px;
}

.cooperation .owl-theme .owl-dots .owl-dot span {
  background: #535353;
}

.cooperation .owl-theme .owl-dots .owl-dot.active span,
.cooperation.owl-theme .owl-dots .owl-dot:hover span {
  background: #fb406c;
}

.cooperation__buttons {
  margin-top: 60px;
  text-align: center;
}

.cooperation__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  width: 320px;
  height: 104px;
  font-weight: 700;
  font-size: 28px;
  line-height: 21px;
  color: #fff;
  cursor: pointer;
}

.cooperation__button:hover {
  color: #121724;
}

.cooperation__button::before,
.cooperation__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-sizing: border-box;
  background-color: #121724;
  transition: background-color 0.3s;
}

.cooperation__button:hover::before {
  background-color: transparent;
}

.cooperation__button:hover::after {
  background-color: transparent;
  border: 1px solid #121724;
}

.cooperation__button span {
  position: relative;
  z-index: 1;
}

/* new cooperation styles end */

/* new cooperation-poducts styles start */

.cooperation-products {
  margin-top: 120px;
  background: #f9f9f9;
  padding: 25px 0;
}

.cooperation-products__container-title {
  margin-bottom: 75px;
}

.cooperation-products__title {
  color: #121724;
}

.cooperation-products__row {
  display: block;
  padding: 30px 5% 60px;
}

.cooperation-products__progress {
  position: relative;
  padding-top: 30px;
}

.cooperation-products__numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 60px 0;
}

.cooperation-products__number:not(:first-child) img {
  opacity: 0.4;
}

.cooperation-products__arrow {
  position: absolute;
  top: 0;
  left: 8%;
  width: 43px;
  height: 39px;
  background: url(/local/templates/nemyaso/images/arrow_down_black.png)
    no-repeat;
}

.cooperation-products .owl-theme .owl-dots .owl-dot span {
  background: #535353;
}

.cooperation-products .owl-theme .owl-dots .owl-dot.active span,
.cooperation-products.owl-theme .owl-dots .owl-dot:hover span {
  background: #fb406c;
}

.cooperation-products__buttons {
  margin-top: 60px;
  text-align: center;
}

/* new cooperation-poducts styles end */

.pc_title {
  margin-bottom: 40px;
  min-height: 240px;
}

.advantages__title {
  color: #121724;
}

.advantages__background {
  background: url(/local/templates/nemyaso/images/product_advantages_bg.png)
    no-repeat;
  background-size: cover;
  margin-top: 50px;
  padding: 70px 0 0px;
  border-radius: 60px;
}

.product_advantages .main__card {
  margin-top: 0px;
}

.product_advantages .main-card__title {
  padding-left: 50px;
}

.product_container img {
  max-width: 100% !important;
  height: auto;
  max-height: 350px;
  display: block;
  margin: 0 auto;
}

/* new question styles start */

.composition-question__item {
  width: 50%;
}

.composition-question__inner {
  max-width: 365px;
}

.composition-question__item:first-child .composition-question__inner {
  margin-top: 20px;
  border: none;
}

.composition-question__social {
  margin-top: 65px;
}

.composition-question__social-link {
  transform: rotate(0deg);
}

.composition-question__social-link:hover {
  transform: rotate(5deg);
}

/* new question styles end */

/* new kontakty styles start */

.kontakty {
  padding-top: 60px;
}

.kontakty__title {
  color: #121724;
}

.kontakty__wrap {
  position: relative;
  margin: 80px 20px;
  padding-top: 90px;
  padding-bottom: 80px;
  border-radius: 80px;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(23%, #ff3d6a),
    color-stop(51.1%, #121724)
  );
  background: -webkit-linear-gradient(top, #ff3d6a 23%, #121724 51.1%);
  background: -moz- oldlinear-gradient(top, #ff3d6a 23%, #121724 51.1%);
  background: -o-linear-gradient(top, #ff3d6a 23%, #121724 51.1%);
  background: linear-gradient(180deg, #ff3d6a 23%, #121724 51.1%);
}

.kontakty__block {
  margin-top: 45px;
  font-size: 22px;
  line-height: 23px;
  max-width: 272px;
}

.kontakty__block-map {
  margin-top: 70px;
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
}

.kontakty__block-title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 25px;
  padding-top: 20px;
}

.kontakty__container-map {
  margin-top: 51px;
}

.kontakty__map {
  height: 406px;
  border-radius: 20px;
  overflow: hidden;
}

.kontakty__preview-text {
  margin-top: 45px;
}

.rekvizity__wrap {
  margin: 80px 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 80px;
  color: #fff;
  background-color: #60be57;
}

.rekvizity ~ section.contacts,
.product_details-description ~ section.contacts {
  background-color: #171c29;
  border-radius: 50px;
  margin: 120px 20px 0;
  padding-top: 30px;
  padding-bottom: 60px;
}

.rekvizity__column {
  padding: 0 25px;
}

.rekvizity__row {
  display: flex;
  padding: 15px 10px;
}

.rekvizity__row div {
  margin: auto 0;
}

.rekvizity__row:nth-child(odd) {
  background-color: #58ad52;
}

.rekvizity__container-title {
  margin-bottom: 60px;
}

.rekvizity__buttons {
  margin-top: 60px;
  text-align: center;
}

/* new kontakty styles end */

/* new o-nas styles start */

.about {
  padding-top: 60px;
}

.about__svg-tree {
  position: absolute;
  top: 63%;
  left: 27%;
}

.about__brand {
  position: relative;
  margin-top: 40px;
  padding: 80px 0 350px;
  margin: 35px 20px 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(16.41%, #ff3d6a),
    color-stop(41.55%, #ffb427),
    color-stop(54.49%, #ffb427),
    color-stop(86.65%, #5ebf55)
  );
  background: -webkit-linear-gradient(
    top,
    #ff3d6a 16.41%,
    #ffb427 41.55%,
    #ffb427 54.49%,
    #5ebf55 86.65%
  );
  background: -moz-
    oldlinear-gradient(
      top,
      #ff3d6a 16.41%,
      #ffb427 41.55%,
      #ffb427 54.49%,
      #5ebf55 86.65%
    );
  background: -o-linear-gradient(
    top,
    #ff3d6a 16.41%,
    #ffb427 41.55%,
    #ffb427 54.49%,
    #5ebf55 86.65%
  );
  background: linear-gradient(
    180deg,
    #ff3d6a 16.41%,
    #ffb427 41.55%,
    #ffb427 54.49%,
    #5ebf55 86.65%
  );
  -webkit-border-radius: 0 0 80px 80px;
  -moz-border-radius: 0 0 80px 80px;
  border-radius: 80px;
}

.about__inner {
  position: relative;
  margin-top: 90px;
  max-width: 530px;
  z-index: 9;
}

.about__text {
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 34px;
}

.about__img {
  position: absolute;
  bottom: 30px;
  right: 5%;
}

.about__numbers {
  color: #000;
}

.about__numbers-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1050px;
}

.about__number {
  width: 48%;
  padding: 170px 100px;
  border-radius: 70px;
  max-height: 535px;
  margin-bottom: 40px;
}

.about__number:nth-child(1),
.owl-item:nth-child(1) .about__number {
  background-color: #e7f6f3;
}

.about__number:nth-child(2),
.owl-item:nth-child(2) .about__number {
  background-color: #ecd3f0;
  margin-top: 10%;
}

.about__number:nth-child(3),
.owl-item:nth-child(3) .about__number {
  background-color: #ffebca;
  margin-top: -7%;
}

.about__number:nth-child(4),
.owl-item:nth-child(4) .about__number {
  background-color: #f3bbc8;
}

.about__number:nth-child(even) {
  margin-left: 4%;
}

.about__numbers .about__title {
  color: #121724;
}

.about__number-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.section-gray {
  background-color: #f9f9f9;
  padding: 25px 0;
  margin: 50px 0;
}

.about-prodiction__title {
  color: #121724;
}

.about-prodiction__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
  padding: 0 15px;
  width: 100%;
  max-width: 1050px;
}

.about-prodiction__item {
  width: 48%;
  padding: 40px 40px 50px 55px;
  border-radius: 70px;
  max-height: 535px;
}

.about-prodiction__item:nth-child(1) {
  background-color: #ff4b78;
  margin-bottom: 40px;
}
.about-prodiction__item:nth-child(2) {
  background-color: #0d78f8;
}
.about-prodiction__item:nth-child(3) {
  background-color: #5fbd56;
}
.about-prodiction__item:nth-child(4) {
  background-color: #efa10d;
}

.about-prodiction__item:nth-child(even) {
  margin-top: 40px;
  margin-left: 4%;
}

.about-prodiction__item-title {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 25px;
  font-weight: bold;
}

.about-prodiction-text {
  margin-bottom: 15px;
}

.management {
  background: linear-gradient(180deg, #ff4a77 22.96%, #007aff 100%);
  margin: 70px 20px;
  padding: 70px 0;
  border-radius: 92px;
  position: relative;
}

.management__item {
  display: flex;
  align-items: center;
  min-height: 550px;
  background-repeat: no-repeat;
  background-size: 518px;
  margin-top: 35px;
}

.management__item-img {
  display: none;
}

.management__item-img img {
  width: 70% !important;
  height: 100%;
  margin: 0 auto;
}

.management__item:nth-child(odd) {
  justify-content: flex-end;
  background-position: 0 0;
}

.management__item:nth-child(even) {
  justify-content: flex-start;
  background-position: 100% 0;
}

.management__item:first-child {
  margin-top: 50px;
  background-position: 150px 0;
}

.management__item-name {
  font-size: 56px;
  line-height: 59px;
  font-weight: bold;
  margin-bottom: 25px;
}

.management__item-intro {
  font-size: 28px;
  line-height: 32px;
}

.management__item-phone,
.management__item-link {
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
}

.management__item-phone {
  margin: 50px 0 25px;
}

.management__svg-tree {
  position: absolute;
  bottom: 0%;
  right: 5%;
  z-index: 1;
}

.history__title {
  color: #121724;
}

.history__row {
  margin-top: 35px;
}

.history__years {
  display: flex;
  margin-bottom: 60px;
  line-height: 70px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.history__tab {
  background-color: transparent;
  border-radius: 61px;
  border: 1px solid #fc416d;
  color: #fc416d;
  padding: 0 15px;
  margin-right: 25px;
  margin-bottom: 20px;
  text-align: center;
}

.history__tab.active {
  background-color: #fc416d;
  color: #fff;
}

.history .history__item {
  display: none;
}

.history .history__item.active {
  display: block;
}
.history__item-slide {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffebca;
  border-radius: 71px;
  color: #121724;
  padding: 50px;
}

.history__item-slide-left {
  width: 65%;
  padding-right: 60px;
}

.history__item-slide-right {
  width: 35%;
  align-items: center;
}

.history__item-year {
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
  margin-bottom: 40px;
}

.history__item-name {
  font-size: 34px;
  line-height: 34px;
  font-weight: 900;
  margin-bottom: 20px;
}

/* new o-nas styles end */

/* new partners styles start */

.partners {
  padding-top: 80px;
}

.partners__svg-tree {
  position: absolute;
  top: 80%;
  left: 35%;
}

.partners__intro {
  position: relative;
  margin-top: 40px;
  padding: 80px 0 350px;
  margin: 35px 20px 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(16.41%, #ff3d6a),
    color-stop(41.55%, #ffb427),
    color-stop(54.49%, #ffb427),
    color-stop(86.65%, #5ebf55)
  );
  background: -webkit-linear-gradient(
    top,
    #ff3d6a 16.41%,
    #ffb427 41.55%,
    #ffb427 54.49%,
    #5ebf55 86.65%
  );
  background: -moz-
    oldlinear-gradient(
      top,
      #ff3d6a 16.41%,
      #ffb427 41.55%,
      #ffb427 54.49%,
      #5ebf55 86.65%
    );
  background: -o-linear-gradient(
    top,
    #ff3d6a 16.41%,
    #ffb427 41.55%,
    #ffb427 54.49%,
    #5ebf55 86.65%
  );
  background: linear-gradient(
    180deg,
    #ff3d6a 16.41%,
    #ffb427 41.55%,
    #ffb427 54.49%,
    #5ebf55 86.65%
  );
  -webkit-border-radius: 0 0 80px 80px;
  -moz-border-radius: 0 0 80px 80px;
  border-radius: 80px;
}

.partners__intro .partners__title span {
  display: block;
  color: #121724;
}

.partners__intro .partners__container-title {
  max-width: 860px;
}

.partners__inner {
  margin-top: 90px;
  max-width: 530px;
  position: relative;
  z-index: 10;
}

.partners__text {
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 34px;
}

.partners__img {
  position: absolute;
  bottom: 70px;
  right: 0;
}

.partners__production {
  color: #000;
}

.partners__production-title {
  color: #121724;
}

.partners__production-text {
  background: linear-gradient(180deg, #ff4a77 22.96%, #007aff 100%);
  margin: 70px 20px;
  padding: 70px 0;
  border-radius: 92px;
  color: #fff;
}

.partners__our-production {
  font-size: 56px;
  line-height: 59px;
  margin-bottom: 20px;
}

.partners__our-production.strong {
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
  margin-bottom: 30px;
}

.partners__advantages {
  color: #121724;
}

.partners__advantages-subtitle {
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
  margin: 45px 0 35px;
}

.partners__advantages-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1050px;
}

.partners__advantages-item {
  width: 48%;
  padding: 40px 40px 50px 55px;
  border-radius: 70px;
  height: 297px;
  margin-bottom: 40px;
}

.partners__advantages-item:nth-child(1) {
  background-color: #e7f6f3;
}
.partners__advantages-item:nth-child(2) {
  background-color: #ecd3f0;
}
.partners__advantages-item:nth-child(3) {
  background-color: #ffebca;
}
.partners__advantages-item:nth-child(4) {
  background-color: #f3bbc8;
}

.partners__advantages-item:nth-child(even) {
  margin-top: 7%;
  margin-left: 4%;
}

.partnrs__advantages-title {
  font-size: 34px;
  line-height: 34px;
  font-weight: 900;
  margin-bottom: 50px;
}

.partners__how__partner {
  margin: 45px 0 0;
  color: #121724;
}

.partners__how__partner-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}

.partners__how__partner-item {
  position: relative;
  text-align: center;
  padding: 0 50px;
}

.partners__how__partner-item:nth-child(2):before {
  content: "";
  position: absolute;
  width: 210px;
  height: 100px;
  background: url(/local/templates/nemyaso/images/arrow_left.png) no-repeat
    center;
  background-size: contain;
  top: 15%;
  left: -18%;
  z-index: 10;
}
.partners__how__partner-item:nth-child(2):after {
  content: "";
  position: absolute;
  width: 210px;
  height: 100px;
  background: url(/local/templates/nemyaso/images/arrow_right.png) no-repeat
    center;
  background-size: contain;
  top: 15%;
  right: -18%;
  z-index: 10;
}

.partners__how__partner-number {
  width: 111px;
  height: 111px;
  align-content: center;
  background-color: #fc4c7b;
  border-radius: 50%;
  color: #fff;
  font-size: 56px;
  line-height: 59px;
  font-weight: 900;
  margin: 35px auto;
}

.partners__how__partner-buttons {
  margin-top: 60px;
  text-align: center;
}

.partners__faq {
  background: linear-gradient(180deg, #ff4a77 22.96%, #007aff 100%);
  margin: 70px 20px;
  padding: 70px 0;
  border-radius: 92px;
  color: #fff;
}

.partners__faq-title {
  font-size: 56px;
  line-height: 59px;
  font-weight: 900;
  margin-bottom: 70px;
}

.partners__faq-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partners__faq-item {
  padding-right: 10%;
  width: 50%;
  margin-bottom: 25px;
}

.partners__faq-item-title {
  font-size: 34px;
  line-height: 34px;
  font-weight: 900;
  margin-bottom: 20px;
}

.partners__faq-item-text {
  font-size: 28px;
  line-height: 32px;
}

.partners__faq-buttons {
  margin-top: 60px;
  text-align: center;
}

/* new partners styles end */

/* new manufacture styles start */

.manufacture {
  padding-top: 60px;
}

.manufacture__intro {
  position: relative;
  margin-top: 40px;
  padding: 80px 0 350px;
  margin: 35px 20px 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(16.41%, #ff3d6a),
    color-stop(41.55%, #ffb427),
    color-stop(54.49%, #ffb427),
    color-stop(86.65%, #5ebf55)
  );
  background: -webkit-linear-gradient(
    top,
    #ff3d6a 16.41%,
    #ffb427 41.55%,
    #ffb427 54.49%,
    #5ebf55 86.65%
  );
  background: -moz-
    oldlinear-gradient(
      top,
      #ff3d6a 16.41%,
      #ffb427 41.55%,
      #ffb427 54.49%,
      #5ebf55 86.65%
    );
  background: -o-linear-gradient(
    top,
    #ff3d6a 16.41%,
    #ffb427 41.55%,
    #ffb427 54.49%,
    #5ebf55 86.65%
  );
  background: linear-gradient(
    180deg,
    #ff3d6a 16.41%,
    #ffb427 41.55%,
    #ffb427 54.49%,
    #5ebf55 86.65%
  );
  -webkit-border-radius: 0 0 80px 80px;
  -moz-border-radius: 0 0 80px 80px;
  border-radius: 80px;
}

.manufacture__intro .manufacture__title span {
  display: block;
  color: #121724;
}

.manufacture__intro .manufacture__container-title {
  max-width: 860px;
}

.manufacture__inner {
  margin-top: 90px;
  max-width: 530px;
}

.manufacture__img {
  position: absolute;
  bottom: 19%;
  right: 0%;
}

.manufacture__svg-tree {
  position: absolute;
  bottom: 10%;
  left: 20%;
}

.manufacture-process__title {
  color: #121724;
}

.manufacture-process {
  margin: 60px 0;
  color: #121724;
}

.manufacture-process__item-title {
  font-size: 56px;
  line-height: 59px;
  font-weight: 900;
  margin: 60px 0 40px;
}

.manufacture-process__item-block {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 620px;
}

.manufacture-process__item-text {
  padding: 45px;
  width: 489px;
  height: 406px;
  border-radius: 71px;
  margin-left: 5%;
}

.manufacture-process__item-text--red {
  background-color: rgba(243, 186, 199, 0.7);
}

.manufacture-process__item-text--green {
  background-color: rgba(231, 246, 243, 0.7);
}

.manufacture-process__item-text--yellow {
  background-color: rgba(255, 235, 202, 0.7);
}

.manufacture-process__item-text--violet {
  background-color: rgba(236, 211, 239, 0.7);
}

.manufacture-process__item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.process-title {
  font-size: 34px;
  line-height: 34px;
  font-weight: 900;
  margin-bottom: 25px;
}

.manufacture__production-title {
  color: #121724;
  margin-bottom: 30px;
}

.manufacture__advantages-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.manufacture__advantages-item {
  margin-bottom: 20px;
  position: relative;
}

.manufacture__advantages-item-left,
.manufacture__advantages-item-right {
  width: 50%;
}

.manufacture__videos .manufacture__advantages-item:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(/local/templates/nemyaso/images/play.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 99%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 80px;
}

.manufacture__videos {
  margin-bottom: 50px;
}

.manufacture__photos {
  margin-bottom: 50px;
}

.show-more__photos,
.show-more__videos {
  display: block;
  margin: 20px auto 0;
}

.manufacture-bottom {
  position: relative;
  background: linear-gradient(180deg, #ff4a77 22.96%, #007aff 100%);
  margin: 70px 20px;
  padding: 70px 0;
  border-radius: 92px;
  color: #fff;
}

.manufacture-bottom-left__svg-tree {
  position: absolute;
  top: 90%;
  left: 15%;
  transform: scale(-1, 1) !important;
}

.manufacture-bottom-block {
  display: flex;
  flex-wrap: wrap;

  flex-direction: column;
}

.manufacture__bottom-text {
  /*width: 60%;*/
  padding: 80px 0;
}

.manufacture__bottom-img {
  /*width: 39%;*/
  position: relative;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.manufacture__bottom-img img {
  /*position: absolute;*/
  left: 0;
  /*height: 342px;*/
}

.manufacture__bottom-img img:nth-child(1) {
  top: 0;
  z-index: 1;
}
.manufacture__bottom-img img:nth-child(2) {
  top: 27%;
  z-index: 5;
}
.manufacture__bottom-img img:nth-child(3) {
  top: 54%;
  z-index: 10;
}

.manufacture__bottom-text p:nth-child(1) {
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
  margin-bottom: 20px;
}

.manufacture__bottom-text p:nth-child(2) {
  font-size: 56px;
  line-height: 58px;
}

/*.manufacture__videos .manufacture__advantages-item:after {
	content: '';
	background: url(/local/templates/nemyaso/images/play.png) no-repeat;
}*/

/* new manufacture styles end */

/* new footer styles start */

.wrapper-info__leaf-green {
  position: absolute;
  top: -100px;
  right: 5%;
}

.contacts {
  margin-top: 25px;
}

.contacts__nav {
  margin: 10px 0;
}

.contacts__nav .nav__item {
  padding: 7px;
  font-size: 18px;
}

.nav__item-link.active {
  color: #121724;
}

.contacts__nav .nav__item-link:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.contacts__item {
  width: auto;
  display: flex;
  align-content: space-between;
  flex-grow: 2;
  flex-flow: wrap;
}

.contacts__dietolog {
  position: relative;
  margin-top: 50px;
}

.contacts__dietolog:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  font-size: 32px;
}

.contacts__dietolog-text {
  font-size: 28px;
  padding-bottom: 3px;
  margin-left: 15px;
  border-bottom: 1px solid #fff;
}

.contacts__button:not(:last-child) {
  margin-right: 35px;
}

.contacts__item--contact {
  position: relative;
  flex-grow: 5;
}

.contacts__contact,
.contacts__contact-modals,
.contacts__social,
.contacts__messangers {
  margin-top: 35px;
}

.contacts__messangers-buttons {
  margin-top: 25px;
}

.contacts__messangers-buttons a {
  margin-right: 10px;
}

.contacts__item--links {
  width: 100%;
  padding-top: 35px;
  position: absolute;
  bottom: 0;
}

.contacts__item-links-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -15px;
}

.contacts__item-link {
  font-size: 16px;
  line-height: 18px;
  margin-right: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.footer {
  padding: 0;
}

.footer__row {
  padding: 25px 0;
}

.footer__copyright {
  color: #181d2a;
  text-align: center;
}

/* new footer styles end */

/* new products styles start */

.section__sections {
  display: block;
  margin: 50px 0;
  text-align: center;
}
.section__section-link {
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #fc416d;
  border-radius: 61px;
  color: #fc416d;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.section__section-link:hover {
  background: #fc416d;
  color: #fff;
}

.cooking__nav-item:not(.active) .cooking__title-inner {
  word-break: break-word;
}

/* new products styles end */

.cooking__description {
  margin: 15px 0;
  color: #121724;
}

/* button up */

.scroll-top-btn {
  font-size: 150%;

  padding: 0;
  border: 0;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  z-index: 99;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  line-height: 0;

  border-radius: 50px;
  /*box-shadow: 0 3px 30px -5px rgb(0 0 0 / 30%);*/

  background-color: #ff4a77;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center 50%;

  opacity: 0.6;
  transition: all 150ms;
  cursor: pointer;

  @include layoutBreak {
    display: none;
  }

  &.--visible {
    overflow: visible;
    width: 2em;
    height: 2em;
  }

  &:hover {
    opacity: 1;
  }
}

/*END button up*/

/* adaptive styles */

@media (max-width: 1200px) {
  .header-top {
    padding: 15px 0 0;
  }
  .header__left {
    padding-bottom: 0;
    padding-top: 0;
  }
  .header-bot .header__left {
    margin-top: 15px;
  }
  .header__nav {
    width: calc(100% - 150px) !important;
    margin-top: 0;
    padding: 4px 0;
  }
  .header__language {
    flex-grow: 1;
    margin-right: 0;
  }
  .header-fix .header__logo {
    order: 1;
  }
  .header-fix .header__nav {
    order: 2;
    width: auto !important;
    margin: 3px 0 0;
  }
  .header-fix .header__socials {
    order: 4;
  }
  .header-fix .header__phone {
    order: 3;
  }
  .main-card__list .main-card__list-item {
    max-width: 100%;
    font-size: 22px;
    line-height: 24px;
  }
  .main-card__block:not(:first-child) {
    top: 0;
    left: 0;
  }
  .main-card__block-name {
    font-size: 38px;
    line-height: 42px;
  }
  .main-card__list .main-card__list-item::before {
    top: 8px;
  }
  .main-card__container-block {
    margin-bottom: 70px;
  }
  .contacts__item:not(.contacts__item--links) {
    width: 33%;
  }
  .contacts__item--contact {
    width: 66%;
  }
  .contacts__dietolog-text {
    line-height: 41px;
  }
  .about__brand,
  .partners__intro,
  .manufacture__intro {
    padding: 80px 20px 60px;
  }
  .about__img {
    position: static;
  }
  .partners__img,
  .manufacture__img {
    position: static;
    text-align: right;
    margin-right: -35px;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .contacts__item .contacts__item--contact {
    width: 45%;
  }
  .contacts__item--social {
    width: 55%;
  }
  .contacts__item--links {
    position: static;
  }
  .h2-style {
    font-size: 36px;
    line-height: 46px;
  }
  .h2,
  h2 {
    font-size: 38px;
    line-height: 50px;
  }
  .h3 {
    font-size: 32px;
    line-height: 41px;
  }
  .h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .main-card__title-small {
    font-size: 36px;
    line-height: 42px;
  }
  .pd_pars span {
    margin: 0 5px 10px 0;
    display: inline-block;
  }
  .kontakty__wrap {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    margin: 40px 0 80px;
  }
  .kontakty__info .text-left {
    padding: 40px 20px;
    border-radius: 80px;
    color: #fff;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(23%, #ff3d6a),
      color-stop(51.1%, #121724)
    );
    background: -webkit-linear-gradient(top, #ff3d6a 23%, #121724 51.1%);
    background: -moz- oldlinear-gradient(top, #ff3d6a 23%, #121724 51.1%);
    background: -o-linear-gradient(top, #ff3d6a 23%, #121724 51.1%);
    background: linear-gradient(180deg, #ff3d6a 23%, #121724 51.1%);
  }
  .map-right {
    color: #000;
  }
  .about__text {
    font-size: inherit;
    line-height: inherit;
  }
  .partners__how__partner-item:before,
  .partners__how__partner-item:after {
    display: none;
  }
  .manufacture-process__item-block {
    align-items: flex-start;
    padding-top: 30px;
  }
  .manufacture__bottom-text p:nth-child(1) {
    font-size: 32px;
    line-height: 36px;
  }
  .manufacture__bottom-text p:nth-child(2) {
    font-size: 32px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  .rekvizity__row {
    display: block;
  }
  .pc_title {
    min-height: 100%;
  }
  .header-top {
    display: none;
  }
  .header-bot .header__nav {
    display: none;
    padding: 10px 0;
    width: 100% !important;
    height: 100%;
  }
  .header__nav:before,
  .header__nav:after {
    display: none;
  }
  .header-bot .header__nav .nav {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .header-bot .header__nav .nav__row {
    flex-wrap: wrap;
    height: 100%;
  }
  .header-bot .header__nav .nav__item {
    text-align: left;
    flex-basis: 100%;
  }
  .header-bot .header__nav .nav__item-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  .header__left {
    border-radius: 0;
    justify-content: space-between;
    padding-right: 9px;
  }
  .mobile-language {
    display: flex;
    order: 3;
    align-items: center;
  }
  .header__gamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 25px;
    cursor: pointer;
  }
  .header-bot__mobile-city,
  .header-bot__mobile-button,
  .header-bot__mobile__socials,
  .header-bot__mobile__phone {
    display: block;
  }
  .header-bot__mobile-city {
    margin: 10px 0;
  }
  .header-bot__mobile-city a {
    font-size: 14px;
    border-bottom: 2px dotted #fff;
  }
  .header-bot__mobile__socials {
    margin: 10px 0 30px;
  }
  .header-bot__mobile__socials a:not(:last-child) {
    margin-right: 10px;
  }
  .header-bot__mobile-button {
    margin-top: 20px;
  }
  .header-bot__mobile-button .header__button {
    padding: 0 24px;
    height: 49px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
  }
  .header-fix .header__logo {
    order: 1;
  }
  .header-fix .header__nav {
    order: 2;
    width: auto !important;
    margin: 3px 0 0;
  }
  .header-fix .header__socials {
    order: 4;
  }
  .header-fix .header__phone {
    order: 3;
    display: none;
  }
  .header-fix .nav,
  .header-fix .nav__row {
    width: auto;
  }
  .section {
    padding: 20px 0 60px;
  }
  .partners {
    padding-top: 20px;
  }
  .partners__intro {
    margin: 10px 20px 50px;
  }
  .kontakty {
    padding-top: 20px;
  }
  .composition-question__social {
    margin-top: 0;
  }
  h1.main__title {
    font-size: 45px;
    line-height: 50px;
  }
  .main {
    padding-top: 10px;
  }
  .main-card__container-text {
    width: 100%;
  }
  .main-card__item-inner {
    padding-top: 0;
  }
  .products__tabs {
    max-width: 100%;
    height: auto;
    overflow-x: scroll;
  }
  .cooperation {
    margin-top: 50px;
  }
  .cooperation__container-title {
    margin-bottom: 50px;
  }
  .about {
    padding-top: 20px;
  }
  .about__brand {
    margin: 10px 20px 50px;
  }
  .contacts__row {
    display: block;
  }
  .contacts__item {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
  .contacts__item:not(.contacts__item--links) {
    width: 100%;
  }
  .contacts__item--contact {
    width: 100%;
  }
  .contacts__item .contacts__item--contact {
    width: 100%;
  }
  .contacts__dietolog-text {
    font-size: 22px;
    line-height: 24px;
  }
  .contacts__button {
    width: 100%;
    font-size: 18px;
    height: auto;
    padding: 20px 10px;
  }
  .contacts__button:not(:last-child) {
    margin-right: 10px;
  }
  .contacts__menu {
    margin-top: 10px;
  }
  .composition-question__row {
    display: block;
  }
  .composition-question__item {
    width: 100%;
  }
  .cooperation__number img {
    width: 50px;
  }
  .about__numbers-wrap,
  .about-prodiction__wrap {
    display: block;
  }
  .about__number,
  .about-prodiction__item {
    width: 100%;
    margin-top: 10%;
    padding: 50px 70px 50px 40px;
    border-radius: 55px;
  }
  .about__number {
    min-height: 340px;
  }
  .about__number:nth-child(2n),
  .about-prodiction__item:nth-child(2n) {
    margin-left: 0;
  }
  .about__number:nth-child(3),
  .about-prodiction__item:nth-child(2n),
  .owl-item:nth-child(3) .about__number {
    margin-top: 10%;
  }
  .about__number-title {
    font-size: 70px;
    line-height: 59px;
    font-weight: 700;
  }
  .history__item-slide {
    display: block;
    position: relative;
    padding: 50px 15px;
  }
  .history__item-slide-left {
    width: 100%;
    padding-right: 0;
  }
  .history__item-img {
    margin: 30px 0;
  }
  .history__item-img img {
    width: auto !important;
    height: 100%;
  }
  .management {
    background: transparent;
    border-radius: 0;
  }
  .management__title {
    color: #000;
  }
  .management__item {
    display: block;
    background-image: none !important;
  }
  .management__item-inner {
    background: linear-gradient(180deg, #ff4a77 22.96%, #007aff 100%);
    padding: 80px 0;
    border-radius: 40px;
    position: relative;
    text-align: center;
  }
  .management__item-img {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .about-prodiction__item {
    max-height: 100%;
  }
  .management__item-name {
    font-size: 32px;
    line-height: 38px;
  }
  .management__svg-tree {
    display: none;
  }
  .partners__our-production {
    font-size: 34px;
    line-height: 40px;
  }
  .partners__our-production.strong {
    font-size: 26px;
    line-height: 28px;
  }
  .partners__production-text .button {
    width: 100%;
    height: 75px;
    font-size: 24px;
  }
  .partners__advantages-items {
    display: block;
  }
  .partners__advantages-item {
    width: 100%;
    height: auto;
    border-radius: 40px;
  }
  .partners__img img {
    width: 75vw !important;
  }
  .partners__advantages-item:nth-child(2n) {
    margin-left: 0;
  }
  .partners__faq-items {
    display: block;
  }
  .partners__faq-item {
    width: 100%;
    padding-right: 0;
  }
  .partners__faq-item-title {
    position: relative;
    font-size: 26px;
    line-height: 28px;
  }
  .partners__faq-item-title:hover {
    cursor: pointer;
  }
  .partners__faq-item-title:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .partners__faq-item-text {
    display: none;
    font-size: inherit;
    line-height: inherit;
  }
  .partnrs__advantages-title {
    font-size: 26px;
    line-height: 28px;
  }
  .partners__faq-title {
    font-size: 28px;
    line-height: 29px;
  }
  .partners__intro,
  .partners__production-text {
    border-radius: 40px;
  }
  .manufacture-process__item-block {
    display: block;
  }
  .manufacture-process__item-img {
    position: static;
    margin-top: -50px;
  }
  .manufacture-process__item-text {
    width: 100%;
    height: 100%;
    margin-left: 0;
    border-radius: 40px 40px 0 0;
    padding: 45px 45px 80px;
  }
  .manufacture-bottom {
    padding: 70px 0 200px;
    border-radius: 40px;
    margin-bottom: 450px;
  }
  .manufacture-bottom-block {
    display: block;
    position: relative;
  }
  .manufacture__bottom-text {
    width: 100%;
    padding: 0px 0 40px;
  }
  .manufacture__bottom-img {
    width: 100%;
    /*height: 500px;
    position: absolute;*/
    top: 100%;
    display: block;
  }
  .manufacture__bottom-img img {
    width: 70vw;
    height: auto;
    left: calc((100% - 70vw) / 2);
  }
  .manufacture__intro {
    border-radius: 40px;
    margin: 10px 20px 50px;
  }
  .manufacture__intro .manufacture__svg-tree {
    display: none;
  }
  .manufacture-process__item-title {
    font-size: 34px;
    line-height: 59px;
  }
  .product_advantages .main-card__title {
    padding-left: 0;
  }
  .process-title {
    font-size: 26px;
    line-height: 28px;
  }
  .process-text {
    font-size: 16px;
    line-height: 18px;
  }
  .error404_box h1 {
    font-size: 29px;
  }
  .error404_box a {
    font-size: 34px;
  }
  .bx-breadcrumb {
    display: -webkit-box;
    width: 100%;
    overflow-x: scroll;
  }
  .cooking {
    margin-top: 100px;
    padding-bottom: 120px;
  }
  .rekvizity__wrap {
    margin: 80px 0;
  }
}

@media (max-width: 450px) {
  .header-fix .header__phone {
    display: none;
  }
  .header-fix .header__socials {
    order: 3;
    text-align: right;
  }
  .header-fix .header__nav {
    display: none;
  }
  .cooperation__number img {
    width: 30px;
  }
  .manufacture__bottom-text p:nth-child(1),
  .manufacture__bottom-text p:nth-child(2) {
    font-size: inherit;
    line-height: inherit;
  }
}
