

/* Start:/local/templates/raifa-n/css/style.css?174947855071975*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

*,
*:before,
*:after {
  -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;
  padding: 0;
}

input,
textarea,
select {
  -webkit-appearance: none;
}

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%;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

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

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

button {
  cursor: pointer;
  padding: 0;
  border: 0;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

ul {
  padding: 0;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

/*-------------------------------------------------*/
body {
  font-family: "Inter";
  position: relative;
}

.wrapper__body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.open_menu {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.container {
  width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 0 0 auto;
}

.container__header {
  width: 100%;
  padding: 0 53px;
}

main {
  margin-top: 40px;
  flex: 1 0 auto;
}

.main__wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 44px;
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top a {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

a {
  color: #00b052;
}

.city-choice span {
  margin-right: 12.5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.city-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 100%;
  font-size: 16px;
  width: 188px;
}

.city-choice__list {
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(10000px, 0);
  transform: translate(10000px, 0);
  top: 100%;
  left: 0;
  width: 217px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 150;
}

.city-choice_hover {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.span_active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.city-choice__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  padding-left: 29px;
}

.city-choice__item:hover {
  background-color: #f7f7f7;
}

.city-choice__item.active {
  color: #00b052;
}

.header__phone {
  margin-left: 50px;
  color: #00b052 !important;
}

.header__city {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #00b052;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 82px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 0;
  margin: 0;
}

.logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
}

.burger__btn {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 0;
  width: 40px;
  height: 40px;
  background-image: url(/local/templates/raifa-n/css/../img/burger_btn.svg);
  background-position: center;
  background-size: cover;
  margin: 0 0 6px 0;
}

.burger__menu-close__btn {
  background: url(/local/templates/raifa-n/css/../img/close_btn.svg) 18px no-repeat;
  margin: 0;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 18px;
}

.container__block {
  min-width: 1300px;
  padding: 0 53px;
}

.block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
}

.block__row .block:last-child {
  width: 407px;
  margin: 0 0 0 20px;
  padding: 40px;
  background-image: url(/local/templates/raifa-n/css/../img/block-bg_two.jpg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: cover;
}

.block__info {
  height: 270px;
  overflow: auto;
  padding-right: 20px;
}

.block__child-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 833px;
}

.block {
  min-height: 350px;
  border-radius: 15px;
}

.block:first-child {
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 350px;
  border-radius: 15px;
  width: calc(100% - 407px);
}

.block-img {
  position: relative;
  height: 350px;
  width: 100%;
  overflow: hidden;
  background: url(/local/templates/raifa-n/css/../img/block-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.animate_1,
.animate_2 {
  position: absolute;
}

.animate_1 {
  position: absolute;
  top: 24%;
  left: 19%;
  animation-name: animate_1;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  width: 271px;
  height: 89px;
}

.animate_2 {
  position: absolute;
  top: 40%;
  left: 35%;
  animation-name: animate_2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  width: 400px;
  height: 129px;
}

@keyframes animate_1 {
  from {
    top: 24%;
    left: 19%;
  }

  20% {
    top: 24%;
    left: 8%;
  }

  30% {
    top: 51%;
    left: 8%;
  }

  40% {
    top: 24%;
    left: 8%;
  }

  50% {
    top: 51%;
    left: 8%;
  }

  70% {
    top: 24%;
    left: 8%;
  }

  to {
    top: 24%;
    left: 19%;
  }
}

@keyframes animate_2 {
  from {
    top: 40%;
    left: 35%;
  }

  20% {
    top: 40%;
    left: 45%;
  }

  30% {
    top: 24%;
    left: 45%;
  }

  40% {
    top: 40%;
    left: 45%;
  }

  50% {
    top: 24%;
    left: 45%;
  }

  70% {
    top: 40%;
    left: 45%;
  }

  to {
    top: 40%;
    left: 35%;
  }
}

.block p {
  font-size: 17px;
  line-height: 150%;
  margin: 0 0 9px 0;
}

.block__subtitle {
  font-size: 18px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 140%;
}

.steps__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 833px;
  margin-bottom: 133px;
}

.mobile_title {
  padding: 0;
}

.step__block:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.step__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  width: 100%;
  margin: 0;
}

.step__block_reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.step__text {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #333333;
  margin: 0;
}

.step__text a {
  color: #333333;
}

.step__tex-ul {
  padding: 0 0 0 25px;
}

.step__text span {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #00b052;
}

.step__text li {
  list-style: disc;
}

.step__img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: relative;
  background-color: #f7f7fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  flex: 0 0 250px;
}

.step__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
}

.step__text--container {
  max-width: 533px;
}

.step__text-flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step__links-img {
  width: 180px;
  margin-top: 25px;
}

.steps__container h1 {
  margin-bottom: 30px;
  text-align: center;
}

.step__number {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 11px 40px #ededf7;
  box-shadow: 0px 11px 40px #ededf7;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #333333;
}

.step__links {
  /* margin-top: 25px; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.step__links a {
  margin-right: 25px;
}

.step__links a:last-child {
  margin-right: 0px;
}

.step__links p {
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.8px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: #00b052;
}

.step__links a {
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.8px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: #00b052;
  text-decoration: underline;
}

.download__wrapper {
  height: 343px;
  background-image: url("https://raifavoda.ru/local/templates/raifa/img/bg_ladica.jpg");
  background-repeat: no-repeat;
  margin-bottom: 133px;
  background-size: cover;
}

.container-download {
  min-width: 1366px;
  padding: 0 53px;
}

.download__wrapper .container-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 110px;
  -moz-column-gap: 110px;
  column-gap: 110px;
  height: 100%;
}

.download__subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #333333;
}

.download__figure {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 63px;
  max-width: 280px;
}

.download__img-qr {
  position: relative;
  height: 180px;
  width: 180px;
}

.download__img-qr img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.download__img {
  position: relative;
  height: 398px;
  width: 280px;
}

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

.download__img-wrapper {
  background-color: none;
  background-image: none;
  height: auto;
  width: auto;
}

.download__img-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 468px;
}

.download__container {
  padding: 0;
}

.container__bottom {
  min-width: 1300px;
  padding: 0 53px;
}

.bottom__wrapper .bottom__block {
  width: calc(50% - 10px);
  height: 550px;
  border-radius: 15px;
  display: block;
  padding: 50px;
  position: relative;
  margin: 0;
}

.bottom__wrapper .container__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.block__col .bottom__block {
  width: 100%;
  border-radius: 15px;
  background-image: url(/local/templates/raifa-n/css/../img/menu-bg.jpg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: cover;
}

.block__col-one .bottom__block:first-child {
  height: 550px;
}

.block__col-two .bottom__block:first-child {
  height: 407.5px;
}

.block__col-one .bottom__block:last-child {
  height: 265px;
}

.block__col-two .bottom__block:last-child {
  height: 407.5px;
}

.block__col-two .bottom__block:last-child img {
  max-height: 324px;
  object-fit: contain;
}

@media (max-width: 1102px) {
  .block__col-two .bottom__block:last-child img {
    max-height: 224px;
  }
}

/* .block__col .bottom__block:first-child {
  height: 304px;
}

.block__col .bottom__block:last-child {
  height: 226px;
} */

.block__column {
  padding: 40px 0 0 40px;
  max-width: 373px;
}

.production_img {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 15px;
  -o-object-fit: none;
  object-fit: none;
  width: auto;
}

.block__col {
  width: calc(50% - 10px);
  height: 835px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
}

.production_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: #333333;
}

.production_title-withe {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  z-index: 5;
  color: #fff;
  position: absolute;
}

.production_img-width {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.production_img-cover {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 346px;
}

h1 {
  font-weight: 500;
  font-size: 36px;
  color: #333333;
}

h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  color: #333333;
  margin: 0 0 20px 0;
}

h2 {
  font-weight: 500;
  line-height: 120%;
  color: #333333;
  font-size: 32px;
}

footer {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  margin: 0 0 30px 0;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 30px;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 300px;
}

.footer__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
  margin-bottom: 20px;
}

.copyright {
  font-size: 15px;
  margin-top: 10px;
  line-height: 19px;
  color: #808080;
  margin: 10px 0 0 0;
}

.footer__link-contact {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
  margin-bottom: 15px;
}

.footer__link-contact:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
  margin-bottom: 25px;
}

/* .footer__col:first-child .footer__link {
  color: #333;
} */

.footer__col:first-child .footer__link:first-child {
  font-weight: 500;
}

.footer__link span {
  color: #808080;
  font-size: 14px;
  margin-left: 15px;
}

.footer__col:last-child a {
  margin-bottom: 20px;
}

.footer__col:last-child a:last-child {
  margin-bottom: 0px;
}

.footer_col-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_col-column .footer_col {
  margin-bottom: 20px;
}

.footer__img {
  position: relative;
  width: 148.33px;
  height: 41.38px;
  flex: 1 0 auto;
}

.footer__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.trademark__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* .trademark__row img {
  width: 362px;
  height: 282px;
} */
.trademark__row-logo {
  display: flex;
  align-items: flex-end;
  column-gap: 15px;
}

.trademark__img-logo {
  position: relative;
  width: 70px;
  height: 80px;
  flex: 1 0 auto;
}

.trademark__img-logo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.trademark__img {
  position: relative;
  width: 362px;
  height: 282px;
  flex: 1 0 auto;
}

.trademark__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.trademark__container {
  max-width: 833px;
  margin: 0;
}

.trademark__link {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #00b052;
}

/* .block__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #00b052;
}

.block__link:hover {
  text-decoration: underline;
} */

.block__link {
  text-decoration: none;
  color: #00b052;
  font-size: 14px;
  line-height: 140%;
  border-bottom: 1px solid #00b052;
}

.block__link:hover {
  border-color: transparent;
}

.trademark__subtitle {
  margin: 10px 0 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}

.trademark__subtitle-text {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #333333;
}

.trademark__accordion {
  padding: 26px 10px 5px 10px;
  height: 58px;
  /*border-bottom: 1px solid #E6E6E6;*/
  position: relative;
  cursor: pointer;
  margin: 20px 0 0 0;
}

.trademark__border {
  height: 1px;
  width: 100%;
  background-color: #e6e6e6;
}

.trademark__border-margin {
  margin: 0 0 15px 0;
}

.trademark__accordion--title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #00b052;
}

.trademark__accordion--subtitle {
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #333333;
  display: none;
  padding: 15px 10px;
}

.trademark__accordion--btn {
  position: absolute;
  right: 14px;
  top: 34px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}

.trademark__accordion.active {
  height: auto;
}

.trademark__accordion.active .trademark__accordion--btn {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}

.trademark_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.payment__row {
  width: 100%;
  margin-bottom: 120px;
  display: block;
}

.payment__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.payment__item {
  text-align: center;
}

.payment__item:not(:last-child) {
  margin-right: 50px;
}

.payment__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background: #f7f7fc;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.payment__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #333333;
  margin-top: 20px;
  max-width: 160px;
}

.info__container {
  width: 700px;
  height: 510px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info__tab-container {
  height: 271px;
  overflow-y: scroll;
}

.info__wrapper.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: none;
}

.info__wrapper {
  -webkit-transform: translate(10000px, 0);
  transform: translate(10000px, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.2)));
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2));
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  overflow: hidden;
}

.info__wrapper .close__btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 28px 28px 0 0;
  cursor: pointer;
}

.info__scroller__items {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}

.info__scroller__items::-webkit-scrollbar {
  display: none;
}

.info__scroller {
  overflow: unset;
}

.info__tabs--container {
  height: 100%;
  width: 600px;
  padding: 0;
}

.info__tab:not(.active) {
  display: none;
}

.info__tab.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}

.info__tab--item {
  width: 285px;
}

.info__tab--item:nth-child(n + 1) {
  margin-bottom: 50px;
}

.info__tab--title {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #00b052;
  margin-bottom: 15px;
}

.info__tab--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info__tab--row:last-child {
  margin-top: 10px;
}

.info__tab--text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  margin: 0 25px 0 0;
}

.info__tab--text:first-child {
  width: 117px;
}

.info__tab--text:last-child {
  font-weight: 500;
}

.info__tab--subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}

.info__footer--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}

.info__footer--links a {
  margin-right: 15px;
}

.info__footer--links a:last-child {
  margin-right: 0px;
}

.info__footer__img {
  position: relative;
  width: 100px;
  height: 40px;
  flex: 1 0 auto;
}

.info__footer__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 84px;
  background: #f7f7fc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px;
  row-gap: 0px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.info__btn:after {
  display: block;
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #e6e6e6;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.info__btn:last-child:after {
  display: none;
}

.info__btn:hover {
  background-color: #fff;
}

.info__btn.active {
  background-color: #fff;
}

.info__btn {
  width: 196.67px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #333333;
  position: relative;
  border-radius: 6px;
  cursor: pointer;
}

.info__btns--container {
  width: 600px;
  height: 52px;
  left: 50px;
  top: 128px;
  background: #f7f7fc;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  margin-top: 30px;
}

.map__container-modal {
  width: 1206px;
  height: 762px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 1206px) {
  .map__container-modal {
    width: 100%;
    padding: 0 16px 25px 16px;
  }
}

@media (max-width: 948px) {
  .map__container-modal {
    width: 100%;
    padding: 0;
    height: 100%;
  }
}

/* @media (max-width: 1045) {
  .map__container {
    padding: 0 16px 25px 16px;
  }
} */

/* .info__tab-container {
  height: 271px;
  overflow-y: scroll;
} */

.popup__wrapper {
  -webkit-transform: translate(10000px, 0);
  transform: translate(10000px, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.2)));
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2));
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
}

.popup__wrapper.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.popup__container {
  width: 100%;
  height: 336px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 20px 50px 20px;
}

.popup__wrapper .close__btn:first-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 8px;
  margin-bottom: 18px;
  cursor: pointer;
}

.popup__wrapper .close__btn:first-child:hover svg path {
  fill: #333;
}

.popup__wrapper h2 {
  margin-top: 10px;
}

.popup__wrapper .close__btn:last-child {
  cursor: pointer;
  width: 280px;
  height: 52px;
  background: #ecedfe;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #00b052;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup__wrapper .close__btn:last-child:hover {
  background: #cfcffc;
}

.popup__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #333333;
  margin-top: 30px;
}

@media (min-width: 1279px) {
  .popup__wrapper {
    -webkit-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.2)));
    background: linear-gradient(0deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2));
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
  }

  .popup__container {
    width: 700px;
    height: 336px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px 0 0 0;
  }

  .popup__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #333333;
    margin-top: 30px;
  }

  .popup__wrapper .close__btn:last-child {
    cursor: pointer;
    width: 600px;
    height: 52px;
    background: #ecedfe;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #00b052;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .popup__wrapper .close__btn:first-child {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 28px;
    margin-bottom: 18px;
    cursor: pointer;
  }
}

.map__wrapper.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: none;
}

.map__wrapper {
  -webkit-transform: translate(10000px, 0);
  transform: translate(10000px, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.2)));
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2));
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  overflow: hidden;
}

.map__wrapper .close__btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 28px 28px 0 0;
  cursor: pointer;
}

/* .info__scroller__items {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
} */

/* .info__scroller__items::-webkit-scrollbar {
  display: none;
}

.info__scroller {
  overflow: unset;
}

.info__tabs--container {
  height: 100%;
  width: 600px;
  padding: 0;
} */
/* .production__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
} */

.production__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  gap: 20px;
  margin-bottom: 120px;
}

.production__container .production__link-product:first-child .product_img-logo {
  width: 183.22px;
  height: 153px;
}

.production__link-product:first-child {
  grid-column-start: span 2;
  background-image: url("https://raifavoda.ru/local/templates/raifa/img/bg_ladica.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.production__link-product .product_img-logo img {
  width: auto;
  right: 0;
}

.production__link-product:first-child .product_img img {
  width: auto;
  right: 0;
}

.product_img-logo {
  position: relative;
  width: 191px;
  height: 112px;
}

.product_img-logo img {
  left: 0;
}

.production__title--container h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #333333;
}

.production__title--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  row-gap: 0px;
}

.container_production {
  width: 1300px;
  padding: 0 20px;
}

.production__link {
  height: 500px;
  width: 100%;
  background: #f7f7fc;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.production__link-product {
  height: 500px;
  width: 100%;
  background: #f7f7fc;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.production__link img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.production__link h1 {
  padding: 50px 0 0 40px;
  z-index: 2;
}

.production__link-product {
  padding: 40px 0 0 40px;
  z-index: 2;
}

.production__link-title h1 {
  color: white;
}

.product_img {
  position: relative;
  height: 500px;
  width: 100%;
}

/* .product_img img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
} */
.product_img-three {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 15px;
  right: 0;
  bottom: 0;
  height: auto;
  max-height: 500px;
  width: auto;
  max-width: -webkit-fill-available;
}

.product_img-container {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

#cookie_notification {
  display: none;
  position: fixed;
  bottom: 15px;
  padding: 0 30px;
  width: 525px;
  height: 91px;
  border-radius: 12px;
  align-items: center;
  right: 0;
  margin: 0 53px 0 0;
  background: #f9f9fb;
}

#cookie_notification p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #333333;
  margin: 0;
}

#cookie_notification.show {
  display: flex;
}

.button {
  background: #00b052;
  border-radius: 10px;
  padding: 15px 25px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
}

.created {
  margin-top: 30px;
}

.created svg path.orange {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.created:hover svg path.orange {
  fill: #ff8603;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.h1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main__wrapper h1 span {
  display: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #808080;
  margin-left: 40px;
}

.stars svg:not(:last-child) {
  margin-right: 3px;
}

.stars {
  margin-right: 42px;
}

.data__row label {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #808080;
}

.data__row label a {
  margin-left: 35px;
  color: #00b052;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ffffff #e6e6e6;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 6px;
  height: 50px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border-radius: 100px;
  /* border: 5px solid transparent; */
}

.footer__title {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.link-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.link-list-item {
  padding: 8px 14px 8px 14px;
  border-radius: 6px;
  background: #00b052;
  border: 1px solid #ececf1;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ecedfe;
  width: calc(33% - 3px);
}

.link-list-item:not(:last-child) {
  margin-right: 6px;
  margin-bottom: 6px;
}

.link-list-item:nth-last-child(2) {
  margin-right: 0px;
}

.link-list-item:last-child {
  width: 100%;
}

.form-wrapper {
  background-image: url(/local/templates/raifa-n/css/../img/form-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  margin-bottom: 100px;
  padding: 50px 60px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
}

.form-wrapper-text {
  max-width: 428px;
}

.form-title,
.form-title span {
  font-family: Inter;
  font-size: 48px;
  font-weight: 500;
  line-height: 57.6px;
  text-align: left;
  color: #00b052;
  margin-bottom: 8px;
}

.form-title span {
  color: #333333;
}

.form-subtitle {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.form-subtitle a {
  color: #00b052;
  text-decoration: underline;
}

.form-wrapper-form {
  background: #ffffff;
  border-radius: 40px;
  padding: 30px 40px;
  max-width: 428px;
}

.form-input,
.form-textarea {
  display: block;
  border: none;
  width: 100%;
  padding: 15px 22px;
  border-radius: 10px;
  background: #fafafa;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  color: #757575;
}

.form-btn {
  display: block;
  border: none;
  width: 100%;
  padding: 15px 22px;
  border-radius: 10px;
  background: #00b052;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.form-text {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #757575;
}

.form-text a {
  text-decoration: underline;
  color: #757575;
}

.feedback-form .form-wrapper {
  padding: 50px 360px 128px 40px;
  background-image: url(/local/templates/raifa-n/css/../img/block-bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.feedback-form .form-wrapper::after {
  content: '';
  width: 260px;
  height: 100%;
  position: absolute;
  right: 70px;
  bottom: 0;
  background-image: url(/local/templates/raifa-n/css/../img/erasebg-transformed.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}


.feedback-form .form-wrapper-text {
  max-width: 550px;
}

.feedback-form .form-wrapper-text a {
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
}
.feedback-form .form-subtitle {
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 700px) {
  .feedback-form .form-wrapper {
    padding: 40px 20px;
  }
  .feedback-form .form-wrapper-text {
    max-width: 100%;
  }

  .feedback-form .form-subtitle {
    font-size: 14px;
  }
  .feedback-form .form-wrapper-text a {
    font-size: 16px;
}
}
@media (max-width: 700px) {
  .feedback-form .form-wrapper::after {
    right: 20px;
    width: 180px;
  }
}
@media (max-width: 540px) {
  .feedback-form .form-wrapper::after {
    display: none;
  }
}

.form-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.form-quantity label {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #757575;
  margin-right: 18px;
}

.form-quantity-amount-btn-minus,
.form-quantity-amount-btn-plus {
  padding: 8px 22px 9px 22px;
  border-radius: 10px;
  background: #e6f7ee;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  color: #00b052;
  display: inline-block;
  max-width: 87px;
  width: 100%;
  cursor: pointer;
}

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

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

.form-quantity-amount-btn-plus {
  background: #00b052;
  color: #ffffff;
}

.form-quantity-amount-filed {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: center;
  width: 47px;
  height: 22px;
  border: none;
  margin: 0 8px;
}

.form-quantity-amount {
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 1279px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }

  .block__row {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }

  .block__row .block:last-child {
    min-width: 787px;
    margin: 0;
    padding: 20px;
    flex-direction: column;
  }

  .block:first-child {
    min-width: 787px;
    width: 787px;
  }

  .block__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-download {
    min-width: 320px;
    padding: 0 20px;
  }

  .container__bottom {
    min-width: 100%;
    padding: 0 20px;
  }

  .container_production {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 1190px) {
  .container__block {
    min-width: 100%;
  }
}

@media (max-width: 1093px) {
  .trademark_title h1 {
    margin: 0 0 10px 0;
  }

  .trademark__link {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 1200px) {
  .download__wrapper {
    height: 411px;
    /* background-size: contain; */
  }
}

@media (max-width: 980px) {
  .container__header {
    padding: 0 20px;
  }

  .container__block {
    padding: 0 20px;
    width: 100%;
  }

  .block__row {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1017px) {
  .production__link-product {
    height: 400px;
    width: 100%;
    background: #f7f7fc;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }

  /* .product_img-three {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
  } */
}

@media (max-width: 927px) {
  .header__top {
    display: none;
  }

  .header__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 12px;
    margin: 13px 0 0 0;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .container__header {
    width: 100%;
    padding: 0;
  }

  .logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 0 20px;
    width: 84px;
    height: 34px;
  }

  .logo img {
    width: 84px;
    height: 34px;
  }

  .burger__btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 20px 0 0;
  }

  .container__block {
    min-width: 320px;
    padding: 0;
  }

  .steps__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    width: 280px;
    margin-bottom: 50px;
  }

  .steps__container h1 {
    margin-bottom: 30px;
    text-align: left;
  }

  .step__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 50px 0;
  }

  .step__block:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .step__block_reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .step__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #333333;
    margin: 0;
  }

  .step__text span {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #00b052;
  }

  .step__text--container {
    min-width: 280px;
  }

  .step__img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    position: relative;
    background-color: #f7f7fc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .step__links-img {
    width: 132px;
  }

  .step__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .step__links a:first-child {
    margin-right: 15px;
  }

  .step__links {
    margin-top: 15px;
  }

  .production__title--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    align-items: flex-start;
  }

  .production__title--container h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #333333;
  }

  .production__link {
    height: 300px;
    width: calc(50% - 10px);
    background: #f7f7fc;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }

  .production__link-product {
    padding: 30px 0 0 20px;
  }

  .production__link h1 {
    padding: 30px 0 0 20px;
  }

  .production__link img {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /* .product_img-three {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    border-radius: 15px;
    -o-object-fit: contain;
    object-fit: contain;
  } */

  .production__link-img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .product_img {
    height: 100%;
    width: 100%;
  }

  .production_img {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .production_img-cover {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 1066px) {
  .download__wrapper .container-download {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}

@media (max-width: 1005px) {
  .download__wrapper .container-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 30px;
    width: 100%;
    height: auto;
  }

  .download__img-wrapper {
    background-image: url(/local/templates/raifa-n/css/../img/download-bg.png);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 186px;
    background-color: #f7f7fc;
    background-repeat: no-repeat;
    margin: 20px 0;
  }

  .download__container {
    padding: 0 20px;
  }

  .container-download {
    min-width: 320px;
    padding: 0;
  }

  .download__figure {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 20px;
    max-width: 158px;
  }

  .download__subtitle {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
  }

  .download__img-qr {
    position: relative;
    height: 100px;
    width: 100px;
  }

  .download__img-qr img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .download__img {
    position: relative;
    height: 212px;
    width: 136px;
  }

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

  .download__img-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 320px;
  }

  .download__wrapper {
    background-color: #fff;
    min-height: 442px;
    height: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center left;
    margin-bottom: 50px;
  }
}

@media (max-width: 910px) {
  .open_menu {
    height: 100vw;
    overflow-y: hidden;
  }

  .main__wrapper h1 span {
    margin-left: 0px;
  }

  .block__row .block:last-child {
    min-width: 100%;
    width: 100%;
    margin: 0;
    padding: 20px;
  }

  .block__child-row {
    width: 100%;
  }

  .block:first-child {
    width: 100%;
  }

  .payment__row {
    display: none;
  }

  .block-img {
    height: 275px;
  }

  .block:first-child {
    min-height: 275px;
  }

  .form-title,
  .form-title span {
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    margin-bottom: 20px;
  }

  .form-subtitle {
    margin-bottom: 20px;
  }

  .form-wrapper {
    flex-direction: column;
    border-radius: 0;
    padding: 40px 20px;
    margin-bottom: 60px;
    background-position-x: 5%;
  }

  .form-wrapper-form {
    background: none;
  }

  .form-wrapper-form {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 780px) {
  .block__child-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block:first-child {
    background: none;
    min-height: 275px;
    border-radius: 15px;
  }

  .block {
    border-radius: 0px;
  }

  .block-img {
    position: relative;
    height: 275px;
    width: 100%;
    background-position: top right;
    background-repeat: no-repeat;
  }

  .block__column {
    padding: 40px 0 0 40px;
    max-width: 100%;
  }

  .info__container {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: block;
  }

  .info__wrapper {
    -webkit-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.2)));
    background: linear-gradient(0deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2));
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .info__wrapper.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .info__wrapper .close__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 28px;
    margin-bottom: 18px;
  }

  .info__wrapper .close__btn:hover svg path {
    fill: #333;
  }

  .info__scroller {
    overflow-y: hidden;
    padding: 0 50px;
  }

  .info__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background: #f7f7fc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .info__tabs--container {
    height: 100%;
    width: 100%;
    padding: 0 50px;
  }

  .info__btns--container {
    width: 100%;
    height: 41px;
    left: 50px;
    top: 128px;
    background: #f7f7fc;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    margin-top: 0;
  }

  .info__btn {
    width: 100%;
    height: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: #333333;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
  }

  .animate_1 {
    top: 14%;
    left: 10%;
    width: 215px;
    height: 89px;
  }

  .animate_2 {
    top: 30%;
    left: 25%;
    width: 327px;
    height: 119px;
  }

  @keyframes animate_1 {
    from {
      top: 24%;
      left: 19%;
    }

    20% {
      top: 24%;
      left: 15%;
    }

    30% {
      top: 51%;
      left: 15%;
    }

    40% {
      top: 24%;
      left: 15%;
    }

    50% {
      top: 51%;
      left: 15%;
    }

    70% {
      top: 24%;
      left: 15%;
    }

    to {
      top: 24%;
      left: 19%;
    }
  }
}

@media (max-width: 700px) {
  .info__scroller {
    overflow-y: hidden;
    padding: 0 20px;
  }
}

@media (max-width: 804px) {
  /* .production__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  } */

  .production__container {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .production__link-product:first-child {
    grid-column-start: span 1;
  }

  .production__link {
    height: 400px;
    width: 100%;
    background: #f7f7fc;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }

  .production__link-product {
    height: 400px;
    width: 100%;
    background: #f7f7fc;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }

  .production__link h1 {
    padding: 30px 0 0 20px;
  }

  .production__link-product {
    padding: 30px 0 0 20px;
  }

  .product_img {
    height: 100%;
    width: 100%;
  }

  .production_img {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .container_production {
    width: 100%;
    padding: 0;
  }

  .product_img-three {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 400px;
    border-radius: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .production__link-product:first-child .product_img img {
    width: auto;
  }
}

@media (max-width: 658px) {
  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #333333;
  }

  .container__bottom {
    min-width: 100%;
    padding: 0;
  }

  .bottom__wrapper .container__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .bottom__wrapper .bottom__block {
    width: 100%;
    height: 450px;
    border-radius: 0px;
    display: block;
    padding: 30px 0 0 20px;
    position: relative;
    margin: 0 0 20px 0;
  }

  .block__col {
    width: 100%;
    height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: none;
    -ms-flex-pack: none;
    justify-content: none;
  }

  .block__col .bottom__block {
    width: 100%;
    border-radius: 0px;
  }

  .block__col .bottom__block:first-child {
    height: 450px;
  }

  .block__col .bottom__block:last-child {
    height: 450px;
  }

  .production_title {
    font-size: 20px;
  }

  .production_title-withe {
    font-size: 20px;
  }

  .production_img-width {
    border-radius: 0;
  }

  .trademark__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trademark__img-logo {
    position: relative;
    width: 50px;
    height: 40px;
    flex: 1 0 auto;
  }

  /* .trademark__row img {
    width: 320px;
    height: 250px;
  } */

  .trademark__container {
    min-width: 280px;
    margin: 0 0 30px 0;
  }

  .main__wrapper .trademark_title a {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #00b052;
  }

  .trademark__subtitle {
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
  }

  .trademark__subtitle-text {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
  }

  .trademark_title {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .info__tabs--container {
    height: 100%;
    min-width: 280px;
    padding: 0 20px 0 20px;
  }

  .info__tab-container {
    height: 100%;
  }

  main {
    margin-top: 30px;
  }
}

@media (max-width: 650px) {
  .info__scroller {
    overflow-y: hidden;
    padding: 0 10px;
  }
}

@media (max-width: 620px) {
  .info__scroller {
    overflow-y: hidden;
    padding: 0;
  }

  .animate_1 {
    top: 24%;
    left: 35%;
    width: 115px;
    height: 89px;
  }

  .animate_2 {
    top: 30%;
    left: 40%;
    width: 195px;
    height: 75px;
  }

  @keyframes animate_1 {
    from {
      top: 24%;
      left: 35%;
    }

    20% {
      top: 24%;
      left: 30%;
    }

    30% {
      top: 51%;
      left: 30%;
    }

    40% {
      top: 24%;
      left: 30%;
    }

    50% {
      top: 51%;
      left: 30%;
    }

    70% {
      top: 24%;
      left: 30%;
    }

    to {
      top: 24%;
      left: 35%;
    }
  }

  @keyframes animate_2 {
    from {
      top: 40%;
      left: 40%;
    }

    20% {
      top: 40%;
      left: 45%;
    }

    30% {
      top: 24%;
      left: 45%;
    }

    40% {
      top: 40%;
      left: 45%;
    }

    50% {
      top: 24%;
      left: 45%;
    }

    70% {
      top: 40%;
      left: 45%;
    }

    to {
      top: 40%;
      left: 40%;
    }
  }
}

@media (max-width: 560px) {
  .container__block {
    width: 100%;
    padding: 0;
  }

  .block {
    min-height: 246px;
    background: none;
    border-radius: 0px;
    width: 100%;
  }

  .block__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    margin: 10px 0 0 0;
    padding: 0 20px;
    max-width: 441px;
  }

  .block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
  }

  .mobile_title {
    max-width: 441px;
    padding: 0 20px;
  }

  .block__column {
    padding: 0px;
  }

  .bottom__wrapper .bottom__block {
    width: 100%;
    height: 350px;
    border-radius: 0px;
    display: block;
    padding: 30px 0 0 20px;
    position: relative;
    margin: 0 0 20px 0;
  }

  .block__col {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: none;
    -ms-flex-pack: none;
    justify-content: none;
  }

  .block__col .bottom__block {
    width: 100%;
    border-radius: 0px;
  }

  .block__col .bottom__block:first-child {
    height: 350px;
  }

  .block__col .bottom__block:last-child {
    height: 350px;
  }

  footer {
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    margin: 0 0 40px 0;
  }

  footer .container {
    display: block;
  }

  .footer__col:last-child {
    padding: 0 0 20px 0;
  }

  .footer_col-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .footer__col:last-child a:first-child {
    margin: 0;
  }

  .copyright {
    margin: 10px 0 40px 0;
  }

  .footer__link {
    margin-bottom: 25px;
  }

  .production__link {
    height: 350px;
  }

  .production__link-product {
    height: 350px;
  }

  #cookie_notification {
    display: none;
    position: fixed;
    flex-direction: column;
    bottom: 0;
    padding: 20px 20px;
    width: 100%;
    height: 173px;
    border-radius: 0;
    align-items: center;
    right: 0;
    margin: 0;
    background: #f9f9fb;
  }

  #cookie_notification p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #333333;
    margin: 0 0 15px 0;
  }

  #cookie_notification.show {
    display: flex;
  }

  .button_cookie {
    background: #00b052;
    border-radius: 10px;
    padding: 15px 25px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
    width: 100%;
  }
}

@media (max-width: 460px) {
  .trademark__accordion--subtitle {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .production__link-product:first-child .product_img-logo img {
    width: 260px;
  }

  .bottom__wrapper .bottom__block {
    width: 100%;
    height: 250px;
    border-radius: 0px;
    display: block;
    padding: 30px 0 0 20px;
    position: relative;
    margin: 0 0 20px 0;
  }

  .block__col {
    width: 100%;
    height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: none;
    -ms-flex-pack: none;
    justify-content: none;
  }

  .block__col .bottom__block {
    width: 100%;
    border-radius: 0px;
  }

  .block__col .bottom__block:first-child {
    height: 250px;
  }

  .block__col .bottom__block:last-child {
    height: 250px;
  }

  .production__link {
    height: 250px;
  }

  .production__link-product {
    height: 250px;
  }

  .production_img-cover {
    position: absolute;
    bottom: 0;
    /* left: -10%; */
    left: 0;
    border-radius: 0px;
    max-height: 226px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  /* .product_img-three {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    border-radius: 0px;
    -o-object-fit: cover;
    object-fit: contain;
  } */
}

@media (min-width: 499px) {
  .data__row label a {
    margin-left: 6px;
    color: #00b052;
  }

  .footer_col-column {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 499px) {
  .footer_col-column {
    flex-direction: column;
    gap: 15px;
  }
}

/*Продукция общ*/
.products-child__wrapper .breadcrumps {
  margin-bottom: 40px;
}

.hidden_burger__btn {
  visibility: hidden;
}

@media (min-width: 482px) {
  .main__wrapper h1 span {
    display: inline-block;
  }
}

@media (max-width: 390px) {
  .info__footer--links {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

.map__title {
  color: var(--light-heading, #484848);
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.map__week,
span {
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.map__week {
  color: #484848;
  padding-bottom: 3px;
  border-bottom: 1px solid #f7f7fc;
  margin-bottom: 4px;
}

.map__text {
  color: #929292;
}

.map__week span {
  /* color: #929292; */
  margin-left: 18px;
}

.info__map-call {
  border-radius: 10px;
  background: var(--green, #00b052);
  padding: 12px 25px 12px 24px;
  display: block;
  text-align: center;
  color: var(--light-green-10, #f5faf7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 18px;
}
/* End */


/* Start:/local/templates/raifa-n/components/bitrix/menu/top_menu/style.css?17494785503946*/
.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    background: #00b052;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    order: 2;
    flex-wrap: nowrap;
}

.header__menu--item {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 36px;
    position: relative;
}

.header__menu--item:after {
    border-right: 0;
    display: block;
    content: "";
    position: absolute;
    height: 30px;
    width: 2px;
    background-color: #009e4a;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header__menu--item:last-child:after {
    display: none;
}

.header__menu--item:hover {
    background: #00b052;
    color: #fff;
}

.header__menu--item.active {
    background: white;
    color: #00b052;
    border-radius: 6px;
}

@media (max-width: 944px) {
    /* .nav-scroller {
        overflow-y: hidden;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    } */
}
@media (max-width: 910px) {
    .header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 52px;
        background-color: #009e4a;
        border-radius: 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px;
        justify-content: center;
        order: 3;
        width: 100%;
    }

    .header__menu--item {
        font-size: 16px;
        padding: 0 36px;
    }
    .header__menu--item:last-child {
        width: auto;
        justify-content: center;
    }
}

@media (max-width: 707px) {
    .header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        background: none;
        border-radius: 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
        justify-content: center;
        order: 3;
        flex-wrap: wrap;
        gap: 10px;
    }

    .header__menu--item {
        background-color: #009e4a;
        border-radius: 6px;
        font-size: 16px;
        padding: 0 36px;
        height: 52px;
        flex: 1 1 100px;
        justify-content: center;
    }
    .header__menu--item.active {
        border: 1px solid #00b052;
    }

    .header__menu--item:last-child {
        flex: 1 1 500px;
    }

    .header__menu--item:after {
        border-right: 0;
        display: block;
        content: "";
        position: absolute;
        height: 30px;
        width: 2px;
        opacity: 0;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media (max-width: 445px) {
    .header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        background: none;
        border-radius: 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        justify-content: center;
        order: 3;
        flex-wrap: wrap;
        gap: 10px;
    }

    .header__menu--item {
        font-size: 14px;
        padding: 0 15px;
        height: 36px;
        flex: 1 1 90px;
        justify-content: center;
    }
    .header__menu--item:last-child {
        width: 280px;
        justify-content: center;
        flex: 1 1 280px;
    }
}

/* End */


/* Start:/local/templates/raifa-n/components/bitrix/breadcrumb/breadcrumb/style.css?17494785502308*/
/*/local/templates/raifa/components/bitrix/breadcrumb/breadcrumb/style.css*/
.wrapper-breadcrumps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset;
}

.container-breadcrumps {
	min-width: 320px;
	padding: 0 20px;
}

.main__wrapper .container-breadcrumps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.breadcrumps {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #808080;
	width: 100%;
	margin-bottom: 20px;
}

.breadcrumps a {
	color: #808080;
	position: relative;
}

.breadcrumps a:not(.active) {
	color: #333;
}

.breadcrumps a:not(:first-child) {
	margin-left: 36px;
}

.breadcrumps a:not(:first-child):after {
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 16px;
	height: 1px;
	background-color: #333;
}

.breadcrumps a.active:not(:first-child):after {
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 16px;
	height: 1px;
	background-color: #808080;
}

.breadcrumps__mobile {
	display: block;
	margin: 0 0 13.5px 7px;
}

.breadcrumps__desctop {
	display: none;
}

.breadcrumps__link {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #808080 !important;
}

@media (min-width: 870px) {
	.container-breadcrumps {
		width: 100%;
		padding: 0 20px;
	}

	.breadcrumps__mobile {
		display: none;
	}

	.breadcrumps__desctop {
		display: block;
	}

	.wrapper-breadcrumps {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		/* margin: 0 0 20px 0; */
	}
}

@media (min-width: 1297px) {
	.container-breadcrumps {
		width: 1366px;
		padding: 10px 53px 0 53px;
	}
}
/* End */


/* Start:/local/templates/raifa-n/components/bitrix/menu/left_menu/style.css?17494785504933*/
/* /local/templates/raifa/components/bitrix/menu/left_menu/style.css */
.burger__wrapper {
  -webkit-transform: translate(10000px, 0);
  transform: translate(10000px, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 155;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.2)));
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2));
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
}

.burger__wrapper.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.burger__menu {
  width: 400px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  padding: 76px 0px 0 0;
  overflow: auto;
}

.burger__menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0 75px 0 0;
  margin: 0;
}

.burger__title {
  padding-left: 50px;
  margin: 0 0 28px 0;
  display: block;
}

.burger__hidden {
  display: none;
}

.burger__menu-column {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.city-active {
  display: none;
}

.burger__menu-active_city {
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 0 0 5px 0px;
}

.burger__menu-choice__list {
  display: none;
}

.burger__item:hover {
  background-color: #f7f7fc;
  color: #363787;
}

.burger__item {
  width: 100%;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 54px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}

.burger__links {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #00b052;
  margin-top: 35px;
  width: 100%;
  padding-left: 50px;
}

.burger__links:last-child {
  margin-top: 20px;
}

.burger__wrapper .burger__menu-close__btn:hover svg path {
  fill: #333;
}

.span_active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.burger__menu-active {
  display: block;
}

.burger__city {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
}

h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #363787;
  margin-bottom: 15px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #333333;
  margin: 0 0 15px 0;
}
@media (max-width: 980px) {
  .burger__menu {
    padding: 76px 20px 0 0;
  }
}

@media (max-width: 927px) {
  .burger__wrapper {
    z-index: 150;
    background: none;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .burger__menu {
    width: 100%;
    background-color: #fff;
    padding: 0 0 20px 0;
  }

  .burger__menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 20px 0 20px;
    margin: 0 0 18px 0;
  }

  .burger__title {
    display: none;
  }

  .burger__hidden {
    display: block;
  }

  .burger__menu-city {
    padding: 0 0 0px 50px;
    border-bottom: 1px solid #f2f2f2;
  }

  .city-active {
    display: block;
  }

  .burger__item {
    font-size: 16px;
  }

  .burger_logo {
    width: 84px;
    height: 34px;
  }

  .burger_logo img {
    width: 84px;
    height: 34px;
  }
}

/* End */


/* Start:/local/templates/raifa-n/components/bitrix/news.list/map/style.css?17494785502614*/
.map{
  width: 100%;
  padding: 0 40px 50px 40px;
}
.map__tabs {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.map__bth {
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid #00b052;
  color: var(--green, #00b052);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
}

.map__bth.active {
  background: var(--green, #00b052);
  color: var(--light-blue-10, #ecedfe);
}


.map__tab {
  display: none;
}

.map__tab.active {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
@media (max-width: 948px) {
  .map__tab.active {
    flex-direction: column;
    row-gap: 50px;
  }
  .map__description {
    padding: 0 20px;
  }
  .map__tabs {
    padding: 0 14px;
    justify-content: center;
  }
  .map__bth {
    padding: 10px 6px 11px 6px;
    width: 155px;
    text-align: center;
  }
}

.delivery-map {
  margin-bottom: 28px;
}

.delivery-map__title {
  color: var(--neutral-333333, #333);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 18px;
}

.delivery-map__inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 28px;
}

.delivery-map__col {
}

.delivery-map__subtitle {
  color: var(--neutral-333333, #333);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.delivery-map__items {
  display: flex;
  align-items: center;
  column-gap: 10px;
  row-gap: 18px;
  flex-wrap: wrap;
}

.delivery-map__item {
  padding: 10px 24px;
  border-radius: 8px;
  background: var(--98-f-5-f-6-fa, #f7f7fc);
  color: var(--neutral-333333, #333);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.delivery-map__text {
  color: var(--neutral-333333, #333);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.map__location {
}

.location-map {
}

.location-map__text {
  color: #333;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}
.location-map__text span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.map__container {
  width: 620px;
  height: 594px;
  position: relative;
}
@media (max-width: 1045px) {
  .map__container {
    width: 520px;
    height: 470px;
  }
}

/* End */


/* Start:/local/templates/raifa-n/template_styles.css?174947855035*/
.block p {
    font-size: 14px;
}
/* End */
/* /local/templates/raifa-n/css/style.css?174947855071975 */
/* /local/templates/raifa-n/components/bitrix/menu/top_menu/style.css?17494785503946 */
/* /local/templates/raifa-n/components/bitrix/breadcrumb/breadcrumb/style.css?17494785502308 */
/* /local/templates/raifa-n/components/bitrix/menu/left_menu/style.css?17494785504933 */
/* /local/templates/raifa-n/components/bitrix/news.list/map/style.css?17494785502614 */
/* /local/templates/raifa-n/template_styles.css?174947855035 */
