@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff"), url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-ExtraBold.eot");
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("fonts/Montserrat-ExtraBold.woff") format("woff"), url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.9rem; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #60227F;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 5rem; }

.section-title {
  font-weight: 600;
  font-size: 2.2rem; }
.section-text {
  line-height: 1.375;
  font-size: 0.8rem; }
  .section-text p {
    margin-bottom: 0.6rem; }
    .section-text p:last-child {
      margin-bottom: 0; }
.section-flex {
  position: relative;
  z-index: 1; }
  .section-flex::before {
    left: 0;
    top: 0;
    height: 100%;
    background: #60227F;
    position: absolute;
    content: '';
    z-index: -1;
    border-radius: 0 1.5rem 1.5rem 0; }
  .section-flex .fp-overflow {
    display: flex;
    gap: 2rem; }

.arrows {
  display: flex;
  gap: 1rem; }
  .arrows span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff; }
    .arrows span img {
      width: 1.2rem; }
    .arrows span:hover {
      transform: scale(1.2); }

.nav {
  padding: 1rem;
  height: 100vh; }
  .nav-mobile {
    display: none; }
  .nav-card {
    background: #fff;
    border-radius: 1.5rem;
    display: inline-flex;
    height: 100%; }
  .nav-wrap {
    width: 16rem;
    flex-shrink: 0;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .nav__logo {
    display: block;
    width: 10rem;
    margin-bottom: 1.2rem; }
    .nav__logo img {
      width: 100%;
      display: block; }
  .nav__lang {
    width: 3rem;
    height: 1.85rem;
    border: 1px solid #60227F;
    border-radius: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 400;
    font-size: 0.7rem; }
    .nav__lang:hover {
      background: #60227F;
      color: #fff; }
  .nav-menu {
    font-size: 1rem; }
    .nav-menu li {
      margin-bottom: 1rem; }
      .nav-menu li:last-child {
        margin-bottom: 0; }
    .nav-menu a {
      color: #000; }
      .nav-menu a:hover {
        color: #60227F; }
      .nav-menu a.active {
        display: inline-flex;
        align-items: center;
        gap: .4rem;
        color: #60227F; }
        .nav-menu a.active::before {
          content: '';
          width: .6rem;
          height: .2rem;
          background: #60227F;
          border-radius: .2rem; }
  .nav-social {
    padding-top: 1.5rem;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    gap: .8rem; }
    .nav-social li {
      display: inline-flex; }
    .nav-social a {
      display: inline-flex;
      height: 1.2rem; }
      .nav-social a img {
        height: 100%; }
      .nav-social a:hover {
        opacity: .7; }
  .nav-main {
    border-left: 1px solid #ccc;
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
    position: relative;
    transition: width 1s ease-in-out, padding 1s ease-in-out, opacity 1s ease-in-out 0.5s, border 0.3s ease-in-out; }
    .nav-main.hidden {
      width: 0;
      padding: 0;
      opacity: 0;
      border: none;
      transition: width 1s ease 0.2s, padding 1s ease 0.2s, opacity 0.5s ease; }
  .nav__scroll {
    position: absolute;
    color: #ccc;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    bottom: 2.4rem;
    left: 18.4rem;
    white-space: nowrap;
    flex-shrink: 0; }
    .nav__scroll svg {
      width: 1.4rem;
      height: 1.4rem; }
      .nav__scroll svg path:last-child {
        animation: mouse 1s linear infinite alternate;
        display: inline-block; }
  .nav-arrows {
    position: absolute;
    bottom: 2.05rem;
    left: 11rem;
    gap: .5rem; }
    .nav-arrows span {
      width: 2rem;
      height: 2rem; }
      .nav-arrows span img {
        transform: rotate(90deg); }
  .nav-line {
    position: absolute;
    left: -1px;
    width: 1px;
    background: #60227F;
    top: 0; }
    .nav-line::before, .nav-line::after {
      width: 1rem;
      height: 1px;
      background: #60227F;
      content: '';
      position: absolute;
      left: 0; }
    .nav-line::after {
      bottom: 0; }
  .nav-purple {
    background: #60227F; }

.form {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  font-size: 0.8rem;
  font-weight: 400; }
  .form > input, .form .iti input {
    margin-bottom: 2rem;
    color: #60227F;
    padding-bottom: 0.7rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc; }
    .form > input:focus, .form > input:not(:placeholder-shown), .form .iti input:focus, .form .iti input:not(:placeholder-shown) {
      border-color: #60227F; }
    .form > input::placeholder, .form .iti input::placeholder {
      color: #000; }
  .form .iti {
    margin-bottom: 2rem; }
    .form .iti input {
      margin-bottom: 0;
      width: 100%; }
    .form .iti .iti__selected-flag {
      padding-bottom: 0.7rem;
      padding-top: 0.2rem; }
  .form label {
    margin-bottom: 1.5rem;
    color: #A668C5;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 1rem; }
    .form label input {
      appearance: none;
      width: 0.9rem;
      height: 0.9rem;
      border: 1px solid #60227F;
      flex-shrink: 1;
      position: relative; }
      .form label input::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0.4rem;
        height: 0.4rem;
        content: '';
        opacity: 0;
        background: #60227F; }
      .form label input:checked::after {
        opacity: 1; }
  .form_btn {
    width: 100%;
    background: #60227F;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
    height: 3rem; }
    .form_btn:hover {
      background: #8630B1; }

.pagination {
  display: flex;
  margin-top: 4rem;
  overflow: hidden;
  justify-content: center;
  gap: .5rem; }
  .pagination .page-item {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff; }
    .pagination .page-item.active .page-link {
      color: #fff;
      background: #60227F; }
    .pagination .page-item.disabled {
      pointer-events: none;
      opacity: .7; }
  .pagination .page-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #000;
    background: #F7F7F7; }
    .pagination .page-link:hover {
      color: #60227F; }
    .pagination .page-link svg {
      width: 1rem;
      height: 1rem; }

.page-head {
  height: 90vh;
  position: relative;
  z-index: 1;
  border-radius: 0 0 10rem 10rem;
  overflow: hidden;
  background: #d9d9d9;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 3.5rem; }
  .page-head__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .page-head__bg video, .page-head__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .page-head__title {
    font-size: 5rem;
    font-weight: 600;
    position: relative;
    z-index: 3; }
  .page-head .factory__img::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 30%;
    width: 100%;
    content: '';
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .page-head .factory__img svg {
    z-index: 2; }
  .page-head .factory-info {
    color: #000; }

@keyframes mouse {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, 0.2rem, 0); } }
@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% {
    box-shadow: 0 0 0 0.75rem rgba(255, 121, 63, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes pulse-purple {
  0% {
    box-shadow: 0 0 0 0 rgba(96, 34, 127, 0.5); }
  70% {
    box-shadow: 0 0 0 0.75rem rgba(255, 121, 63, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes svgPulse {
  0% {
    opacity: 0; }
  50% {
    opacity: .8; }
  100% {
    opacity: 0; } }
@keyframes logoFade {
  to {
    opacity: 1; } }
.preloader {
  background: #60227F;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  transition: .8s ease-in-out;
  color: #60227F; }
  .preloader__logo {
    width: 16rem;
    position: relative; }
    .preloader__logo img {
      width: 100%;
      display: block;
      animation: logoFade .5s linear forwards;
      opacity: 0; }
  .preloader__arch {
    position: absolute;
    left: 0;
    width: 100%;
    height: 10rem;
    bottom: -10rem;
    pointer-events: none; }
    .preloader__arch path {
      transform-origin: top center;
      transform: scaleY(1);
      transition: transform 0.8s ease; }
    .preloader__arch.active path {
      transform: scaleY(0); }
  .preloader.active {
    transform: translateY(-100%); }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none;
  background: #fff; }
  .mobile-menu .container {
    padding: 1.5rem 3rem 2rem;
    height: 100dvh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%; }
  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .mobile-menu__close {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none; }
    .mobile-menu__close img {
      width: 90%; }
  .mobile-menu__logo {
    width: 7.5rem;
    display: inline-block; }
    .mobile-menu__logo img {
      width: 100%;
      display: block; }
  .mobile-menu__lang {
    display: flex;
    gap: 1rem;
    justify-content: center; }
    .mobile-menu__lang a {
      color: #60227F; }
  .mobile-menu__bot {
    width: 100%; }
  .mobile-menu__list {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600; }
    .mobile-menu__list li {
      margin-bottom: 2rem; }
    .mobile-menu__list a {
      color: #60227F; }
      .mobile-menu__list a.active {
        border-bottom: 2px solid; }
  .mobile-menu .nav-social {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 1rem; }

.tel-popup {
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  background: #60227F;
  z-index: 5;
  border-radius: 50%;
  animation: pulse-purple 2s infinite; }
  .tel-popup img {
    width: 1.2rem; }
  .tel-popup:hover {
    background: #8630B1; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(96, 34, 127, 0.5);
  z-index: 6;
  display: none; }
  .feedback.active .feedback-content {
    transform: translateX(0); }
  .feedback-content {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30.5rem;
    background: #fff;
    border-radius: 1.5rem 0 0 1.5rem;
    padding: 5rem 1.5rem;
    transform: translateX(100%);
    transition: .7s transform ease-in-out; }
  .feedback__close {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 1.4rem;
    right: 1rem;
    width: 1.6rem; }
    .feedback__close:hover {
      opacity: .7; }
    .feedback__close img {
      width: 100%; }
  .feedback__title {
    font-weight: 600;
    font-size: 1.8rem;
    font-size: 1.8rem;
    color: #60227F;
    margin-bottom: 1rem; }
  .feedback .section-text {
    color: #ccc;
    margin-bottom: 2.2rem;
    max-width: 22.5rem; }
  .feedback-form > input {
    width: 100%; }
  .feedback-form .iti {
    width: 100%; }
  .feedback-done {
    padding-top: 6rem;
    text-align: center;
    display: none; }
  .feedback__img {
    margin-bottom: 1.5rem; }
    .feedback__img img {
      width: 13rem;
      display: inline-block; }
  .feedback__text {
    max-width: 19rem;
    margin: 0 auto; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 5;
  transition: .6s all;
  color: #fff; }
  .header-mobile {
    display: none; }
  .header__logo {
    width: 7.5rem;
    display: block; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-menu {
    display: flex;
    gap: 2.5rem; }
    .header-menu a {
      color: #fff;
      border-bottom: 1px solid transparent; }
      .header-menu a:hover, .header-menu a.active {
        border-color: #fff; }
  .header__tel {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 3rem;
    height: 3.1rem;
    width: 12rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8.6px);
    -webkit-backdrop-filter: blur(8.6px);
    color: #fff;
    font-weight: 600; }
    .header__tel:hover {
      background: #60227F; }
    .header__tel img {
      display: none; }
  .header.scrolled {
    padding: 1rem 1.5rem;
    background: #60227F; }
  .header.hide {
    transform: translateY(-100%); }
  .header.header-news {
    color: #60227F; }
    .header.header-news .header-menu a {
      color: #60227F; }
      .header.header-news .header-menu a.active {
        border-color: #60227F; }
    .header.header-news .header__tel {
      color: #60227F;
      border-color: #60227F; }
      .header.header-news .header__tel:hover {
        color: #fff; }
    .header.header-news.scrolled {
      background: #fff;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); }

.main {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 5rem; }
  .main-video {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .main-video::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.4); }
    .main-video video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .main-content {
    max-width: 33rem;
    padding-bottom: 2rem; }
    .main-content.active .main__title, .main-content.active .main__text, .main-content.active .main-btns {
      transform: translateY(0);
      opacity: 1; }
  .main__title {
    line-height: 1.02;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 3.5rem;
    transform: translateY(2rem);
    opacity: 0;
    transition: .7s ease-out; }
  .main__text {
    font-size: 1.05rem;
    margin-bottom: 2rem;
    transform: translateY(2rem);
    opacity: 0;
    transition: .7s ease-out .3s; }
  .main-btns {
    display: flex;
    gap: 1.5rem;
    transform: translateY(2rem);
    opacity: 0;
    transition: .7s ease-out .6s; }
    .main-btns a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 3.1rem;
      width: 12.2rem;
      color: #fff;
      font-weight: 600;
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(8.6px);
      -webkit-backdrop-filter: blur(8.6px);
      border-radius: 3rem; }
      .main-btns a:hover {
        background: #60227F; }
      .main-btns a.feedback-open {
        background: #60227F; }
        .main-btns a.feedback-open:hover {
          background: rgba(255, 255, 255, 0.15); }

.about {
  position: relative;
  z-index: 1; }
  .about__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .about__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .about .section-title {
    margin-bottom: 0.8rem; }
  .about .section-text {
    margin-bottom: 2rem; }
  .about .nav-line {
    height: calc(18vh + 3.75rem); }
    .about .nav-line::before {
      top: 10vh; }
  .about-nav {
    padding-top: 18vh;
    width: 50vw;
    padding-right: 7rem;
    position: relative; }
  .about-main {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    width: 37rem;
    color: #60227F; }
  .about-video {
    width: 10rem;
    border-radius: .75rem;
    overflow: hidden;
    flex-shrink: 0;
    position: relative; }
    .about-video__img {
      width: 100%;
      height: 100%; }
      .about-video__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .about-video__btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 2rem;
      height: 2rem;
      animation: pulse-purple 2s infinite;
      border-radius: 50%; }
      .about-video__btn img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .about-wrap {
    flex-grow: 1; }
  .about-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem 0;
    justify-content: space-between;
    padding-right: 2rem;
    font-weight: 600; }
    .about-numbers li {
      min-width: 40%; }
    .about-numbers div {
      font-size: 2.7rem;
      margin-bottom: 0.5rem; }
    .about-numbers p {
      text-transform: uppercase;
      font-size: 0.8rem;
      color: #5C5C5C; }
  .about__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    right: -2rem;
    height: 4rem;
    border-radius: 50%;
    background: #60227F;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    animation: pulse-purple 2s infinite; }
    .about__arrow img {
      width: 1.4rem; }
    .about__arrow:hover {
      background: #8630B1; }
  .about-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: rgba(96, 34, 127, 0.9);
    display: none; }
    .about-popup__close {
      position: absolute;
      top: 0;
      right: 0;
      width: 2rem;
      height: 2rem;
      background: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none; }
      .about-popup__close img {
        width: 1.4rem; }
    .about-popup__video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80vw;
      height: 90vh; }
      .about-popup__video video {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .about-page {
    position: relative;
    z-index: 1;
    padding-bottom: 12rem;
    overflow: hidden; }
    .about-page__title {
      position: absolute;
      width: 100%;
      left: 0;
      text-align: center;
      overflow: hidden;
      top: 0;
      font-size: 12vw;
      font-weight: 800;
      text-transform: uppercase;
      color: #f9f9f9;
      line-height: .8;
      z-index: -1; }
    .about-page .container {
      padding-top: 13rem;
      background: url(../img/about/cook.png) top center no-repeat;
      background-size: 50rem; }
    .about-page__main {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding-right: 7vw;
      margin-bottom: 7.5rem; }
    .about-page__wrap {
      max-width: 24.5rem;
      margin-bottom: 3rem; }
    .about-page__logo {
      width: 8.5rem;
      margin-bottom: 1rem; }
      .about-page__logo img {
        width: 100%;
        display: block; }
    .about-page__text {
      color: #5C5C5C;
      line-height: 1.5; }
      .about-page__text strong {
        font-weight: 600; }
    .about-page__video {
      width: 7.5rem;
      padding: 0.6rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      position: relative; }
      .about-page__video::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        border: 2px dashed #DBDBDB;
        border-radius: 50%;
        transition: .8s all; }
      .about-page__video img {
        width: 100%; }
      .about-page__video:hover::after {
        transform: rotate(360deg); }
    .about-page__numbers {
      display: flex;
      justify-content: space-evenly;
      text-align: center;
      padding: 0 7vw; }
      .about-page__numbers div {
        font-weight: 400;
        font-size: 4rem;
        margin-bottom: 0.6rem; }
      .about-page__numbers p {
        color: #5C5C5C;
        text-transform: uppercase;
        font-weight: 600; }
    .about-page__cakes img {
      position: absolute;
      display: block;
      pointer-events: none; }
      .about-page__cakes img:nth-child(1) {
        right: 0;
        top: 9rem;
        width: 26rem; }
      .about-page__cakes img:nth-child(2) {
        left: 0;
        top: 38rem;
        width: 19rem; }

.history {
  padding-bottom: 9rem;
  overflow: hidden; }
  .history__title {
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 5.7rem;
    color: #60227F; }
  .history-main {
    position: relative;
    z-index: 1; }
  .history-line {
    top: 3rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    height: 0rem;
    overflow: hidden; }
    .history-line .mob {
      display: none; }
    .history-line img {
      height: 38rem; }
  .history-item {
    margin-bottom: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem; }
    .history-item:last-child {
      margin-bottom: 0;
      margin-top: 8rem; }
    .history-item:nth-child(2n) {
      flex-direction: row-reverse; }
      .history-item:nth-child(2n) .history-item__right {
        width: 40vw; }
      .history-item:nth-child(2n) .history-item__year {
        text-align: right;
        width: 100%; }
        .history-item:nth-child(2n) .history-item__year span {
          right: 0; }
    .history-item__left {
      width: 19.5rem;
      flex-shrink: 0;
      position: relative; }
    .history-item__right {
      width: 48vw; }
    .history-item__img {
      width: 100%;
      height: 12.5rem; }
      .history-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .history-item__year {
      position: absolute;
      z-index: 1;
      font-weight: 600;
      color: #60227F;
      font-size: 3rem;
      margin-top: -1.5rem;
      line-height: 1; }
      .history-item__year span {
        position: absolute;
        height: 1.5rem;
        color: #fff;
        z-index: 2;
        overflow: hidden; }
    .history-item__name {
      font-size: 400px;
      line-height: 1.21;
      color: #60227F;
      font-size: 3rem;
      margin-bottom: 1rem; }
    .history-item__text {
      max-width: 36rem;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.33; }

.products-main {
  flex-grow: 1;
  padding-top: 2.5rem; }
.products::before {
  width: 58rem; }
.products-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding-right: 1rem;
  margin-bottom: 2.4rem; }
  .products-head__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 36.5rem; }
  .products-head__arrows {
    display: flex;
    gap: .75rem; }
    .products-head__arrows span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      background: #fff;
      color: #60227F; }
      .products-head__arrows span svg {
        width: 1.3rem;
        height: 1.3rem; }
      .products-head__arrows span:hover {
        background: #8630B1;
        color: #fff; }
.products__btn {
  height: 3rem;
  padding: 0 1.5rem;
  border-radius: 3rem;
  color: #fff;
  background: #60227F;
  font-weight: 600;
  font-size: 0.8rem;
  gap: .6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  .products__btn img {
    width: 1.2rem; }
  .products__btn:hover {
    background: #8630B1; }
.products-choose {
  width: 38rem; }
  .products-choose__slider {
    margin-bottom: 1rem; }
  .products-choose__item {
    margin-right: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    padding: 0 1rem;
    min-width: 5.6rem;
    height: 2.2rem;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: .5rem; }
    .products-choose__item:hover {
      background: #8630B1; }
    .products-choose__item.active {
      pointer-events: none;
      color: #60227F;
      background: #fff; }
  .products-choose__tab {
    display: none; }
    .products-choose__tab:first-child {
      display: block; }
    .products-choose__tab .owl-stage {
      display: flex; }
    .products-choose__tab .owl-item {
      flex-shrink: 0; }
    .products-choose__tab li {
      margin-right: 1rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      padding: 0 1.2rem;
      min-width: 6rem;
      height: 2rem;
      border: 1px solid #fff;
      color: #fff;
      font-weight: 600;
      border-radius: 2rem;
      font-size: 0.8rem; }
      .products-choose__tab li:hover {
        background: #8630B1; }
      .products-choose__tab li.active {
        pointer-events: none;
        color: #60227F;
        background: #F8D44C;
        border-color: #F8D44C; }
.products-wrap {
  width: calc(100vw - 21rem); }
.products-arrows {
  padding-right: 1rem;
  justify-content: flex-end;
  margin-bottom: 2.5rem;
  margin-top: -2.5rem; }
.products-slider .products-item {
  width: 15rem;
  margin-right: 2rem; }
.products-slider .owl-stage-outer {
  padding-bottom: 2rem; }
.products-slider .owl-item:nth-child(2n) {
  margin-top: 1.5rem; }
.products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; }
.products-item {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0.75rem 1.5rem rgba(52, 52, 52, 0.1);
  padding: 1.5rem;
  text-align: center;
  font-weight: 600;
  position: relative;
  width: calc(20% - 1.2rem); }
  .products-item:hover .products-item__img img {
    transform: scale(1.08); }
  .products-item__link {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
  .products-item__img {
    width: 100%;
    height: 16rem;
    margin-bottom: 1rem; }
    .products-item__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain;
      transition: .6s all; }
  .products-item__name {
    font-size: 1rem;
    color: #60227F;
    margin-bottom: 0.4rem; }
  .products-item__text {
    font-size: 0.8rem;
    line-height: 1rem;
    min-height: 2rem;
    color: #ccc; }
.products-page {
  position: relative;
  z-index: 1;
  padding: 3.75rem 0 5rem; }
  .products-page__head {
    margin-bottom: 3.2rem; }
  .products-page__brands {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.8rem; }
    .products-page__brands li {
      display: inline-flex; }
      .products-page__brands li a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none;
        padding: 0 1rem;
        min-width: 5.6rem;
        height: 2.2rem;
        border: 1px solid #60227F;
        color: #60227F;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: .5rem; }
        .products-page__brands li a:hover {
          color: #fff;
          background: #8630B1; }
        .products-page__brands li a.active {
          pointer-events: none;
          color: #fff;
          background: #60227F; }
  .products-page__categories {
    display: flex;
    justify-content: center;
    gap: 1rem; }
    .products-page__categories li {
      display: inline-flex; }
      .products-page__categories li a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none;
        padding: 0 1.2rem;
        min-width: 6rem;
        height: 2rem;
        border: 1px solid #60227F;
        color: #60227F;
        font-weight: 600;
        border-radius: 2rem;
        font-size: 0.8rem; }
        .products-page__categories li a:hover {
          background: #8630B1;
          color: #fff; }
        .products-page__categories li a.active {
          pointer-events: none;
          color: #60227F;
          background: #F8D44C;
          border-color: #F8D44C; }

.product-head {
  border-radius: 0 0 13vw 13vw;
  color: #fff;
  background: #60227F;
  padding: 8.5rem 13.5vw 3rem;
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem; }
.product-left {
  width: 53%; }
.product-right {
  width: 47%; }
.product__title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem; }
.product__text {
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 2rem; }
.product-info {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4rem; }
  .product-info p {
    font-size: 1.3rem;
    margin-top: .85rem; }
.product__art {
  margin-bottom: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 12rem;
  color: #60227F;
  font-weight: 600;
  background: url(../img/icons/pattern-art.svg) center center no-repeat;
  background-size: contain; }
.product__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  width: 16rem;
  height: 3.25rem;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 3rem;
  font-weight: 600; }
.product__img {
  width: 100%;
  height: 21rem;
  margin-bottom: 1rem; }
  .product__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; }
.product-package {
  display: flex;
  gap: .75rem; }
  .product-package li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 3.25rem;
    padding-left: 0.3rem;
    padding-right: 0.9rem;
    border: 1px solid #fff;
    gap: 1rem;
    border-radius: 3rem;
    font-weight: 600;
    flex-shrink: 0; }
    .product-package li img {
      width: 2.65rem; }
.product-more {
  padding-bottom: 3rem; }
  .product-more .section-title {
    color: #60227F; }
  .product-more__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.2rem; }
  .product-more .owl-stage-outer {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0 1rem 2rem; }
  .product-more .owl-stage {
    display: flex; }
  .product-more__slider .products-item {
    width: 100%;
    height: 100%; }

.factory {
  position: relative; }
  .factory .nav-card {
    position: relative;
    z-index: 2; }
  .factory .nav-arrows {
    bottom: 1.05rem;
    left: 10rem; }
  .factory-main {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
  .factory__img {
    height: 100%;
    width: 100%;
    position: relative; }
    .factory__img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .factory__img svg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .factory__img svg path {
        opacity: 0;
        transition: .1s all;
        animation: svgPulse 2s infinite linear;
        fill: #F8D44C; }
        .factory__img svg path:hover {
          opacity: 1;
          fill: #F8D44C;
          animation: none; }
  .factory-info {
    position: absolute;
    padding: 1rem;
    background: #FFF;
    width: 18.5rem;
    top: 10rem;
    left: 20rem;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(2rem, -2rem);
    border-radius: .5rem; }
    .factory-info::after {
      content: '';
      position: absolute;
      top: 1rem;
      left: -.75rem;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: .75rem 1rem .75rem 0;
      border-color: transparent #FFF transparent transparent;
      transform: rotate(0deg); }
    .factory-info.active {
      opacity: 1;
      visibility: visible; }
    .factory-info__item {
      display: none; }
    .factory-info__name {
      text-align: center;
      color: #60227F;
      margin-bottom: 1rem;
      font-size: 1.2rem; }
    .factory-info__list li {
      margin-bottom: 0.75rem;
      line-height: 1.6; }
      .factory-info__list li:last-child {
        margin-bottom: 0; }
      .factory-info__list li::before {
        content: '· '; }
  .factory-about {
    padding: 4rem 0 6rem; }
    .factory-about .section-title {
      color: #60227F; }
  .factory-head {
    margin-bottom: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .factory-slider .owl-stage-outer {
    padding: 0 1rem; }
  .factory-slider__item {
    margin-right: 2rem;
    width: 34rem;
    height: 26rem;
    border-radius: 1.5rem;
    overflow: hidden;
    cursor: pointer; }
    .factory-slider__item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .factory-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: rgba(96, 34, 127, 0.5);
    cursor: pointer;
    display: none; }
    .factory-popup__img {
      width: 120vh;
      height: 90vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: default; }
      .factory-popup__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .factory-page {
    padding: 6rem 0 4rem; }
    .factory-page__head {
      display: flex;
      align-items: center;
      margin-bottom: 6rem;
      gap: 4rem; }
    .factory-page__left {
      width: 50%;
      position: relative; }
    .factory-page__img {
      width: 100%;
      overflow: hidden;
      position: relative;
      height: 32rem;
      border-radius: 2.5rem; }
      .factory-page__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.3); }
      .factory-page__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .factory-page__logo {
      width: 15.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .factory-page__logo img {
        width: 100%;
        display: block;
        object-fit: contain;
        max-height: 8rem; }
    .factory-page__right {
      width: 50%; }
    .factory-page__title {
      width: 8rem;
      display: block;
      margin-bottom: 1rem; }
      .factory-page__title img {
        width: 100%;
        display: block;
        object-fit: contain;
        max-height: 5rem; }
    .factory-page__text {
      line-height: 1.55;
      color: #5C5C5C;
      max-width: 36rem; }

.partners {
  position: relative;
  z-index: 1; }
  .partners__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .partners__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .partners__title {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.8rem;
    color: #60227F; }
  .partners .section-text {
    color: #ccc; }
  .partners .nav-line {
    height: 8.8rem; }
    .partners .nav-line::before {
      top: 5rem; }
  .partners-nav {
    padding-top: 4rem;
    width: 37.5rem;
    padding-right: 3rem;
    position: relative; }
  .partners-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    width: 32rem;
    height: 100%; }
  .partners-form {
    padding-bottom: 1rem; }
    .partners-form > input {
      width: calc(50% - .5rem); }
      .partners-form > input.form_message {
        width: 100%; }
    .partners-form .iti {
      width: calc(50% - .5rem); }
  .partners-about {
    padding-top: 6rem; }
    .partners-about .section-title {
      color: #60227F;
      margin-bottom: 4rem; }
    .partners-about .owl-stage-outer {
      padding-bottom: 2rem; }
  .partners-item {
    width: 15rem;
    height: 8rem;
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 0.75rem 1.5rem rgba(52, 52, 52, 0.1);
    overflow: hidden;
    margin-right: 1.5rem; }
    .partners-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }

.map {
  position: relative; }
  .map .nav {
    width: auto;
    display: inline-block;
    border-radius: 0 1.5rem 1.5rem 0;
    z-index: 4;
    position: relative; }
  .map .nav-line {
    height: 14rem; }
    .map .nav-line::before {
      top: 5.25rem; }
  .map-head {
    font-weight: 600; }
    .map-head__count {
      margin-bottom: 3.7rem;
      font-size: 0.8rem; }
      .map-head__count div {
        font-size: 2.8rem;
        color: #60227F; }
  .map-item {
    display: none; }
    .map-item:first-child {
      display: block; }
    .map-item__img {
      width: 100%;
      height: 12.5rem;
      overflow: hidden;
      border-radius: 1rem;
      position: relative;
      font-weight: 600;
      color: #fff;
      font-size: 1rem;
      margin-bottom: 1.2rem; }
      .map-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
      .map-item__img span {
        position: absolute;
        padding: 1rem;
        bottom: 0;
        left: 0;
        z-index: 2; }
    .map-item__wrap {
      display: flex;
      gap: 1.5rem; }
    .map-item__info {
      font-size: 0.7rem;
      color: #ccc;
      min-width: 5rem; }
      .map-item__info div {
        font-size: 1.65rem;
        font-weight: 600;
        color: #60227F;
        margin-bottom: 0.5rem; }
  .map-nav {
    padding-top: 3.5rem;
    width: 25rem;
    padding-right: 2.5rem;
    position: relative; }
  .map-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    width: 20rem;
    height: 100%; }
  .map-main {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
    .map-main__map, .map-main__countries {
      width: 100%;
      height: 100%;
      object-fit: cover;
      pointer-events: none;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      display: block; }
    .map-main__countries {
      z-index: 3; }
    .map-main__arrows {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      display: block;
      pointer-events: none; }
      .map-main__arrows path {
        transition: 1s all;
        fill: none;
        stroke: #60227F;
        stroke-width: 1;
        stroke-dasharray: 166;
        stroke-dashoffset: 166; }
        .map-main__arrows path.active {
          stroke-dasharray: 0;
          stroke-dashoffset: 0; }
    .map-main__svg {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      z-index: 1;
      display: block; }
      .map-main__svg path {
        cursor: pointer;
        transition: .6s all; }
        .map-main__svg path:hover {
          fill: #F8D44C; }
        .map-main__svg path.active {
          fill: #F8D44C; }
          .map-main__svg path.active:hover {
            opacity: 1; }

.certs {
  position: relative; }
  .certs::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: ''; }
  .certs-main {
    flex-grow: 1;
    padding-top: 2.5rem; }
  .certs::before {
    width: 50.5rem; }
  .certs-head {
    color: #fff;
    width: 28rem; }
  .certs .section-title {
    margin-bottom: 1.6rem; }
  .certs .section-text {
    margin-bottom: 3rem; }
  .certs-wrap {
    width: calc(100vw - 24rem);
    background: url(../img/icons/pattern-cert.svg) center right no-repeat;
    background-size: 41vw;
    position: relative;
    padding-top: calc(50vh - 24rem); }
  .certs-item {
    display: flex;
    align-items: center;
    gap: 16rem; }
    .certs-item__img {
      height: 25rem;
      width: 23.5rem;
      flex-shrink: 0; }
      .certs-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .certs-item__wrap {
      max-width: 26.5rem;
      color: #60227F; }
    .certs-item__name {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 1rem; }
    .certs-item .section-text {
      margin-bottom: 0; }
  .certs-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 29.25rem;
    flex-direction: column;
    z-index: 2; }
  .certs-about {
    padding: 0 4rem 10rem;
    position: relative;
    z-index: 1; }
    .certs-about .section-title {
      margin-bottom: 1.5rem; }
    .certs-about .certs-head {
      margin-bottom: 2rem; }
    .certs-about .certs-wrap {
      padding-top: 0; }
    .certs-about::before {
      width: 47.5rem;
      height: 100%;
      border-radius: 1.5rem;
      background: #60227F;
      z-index: -1;
      position: absolute;
      left: 0;
      top: 0;
      content: ''; }
    .certs-about .certs-wrap {
      margin-left: 13rem; }

.news-main {
  flex-grow: 1;
  padding-top: 2.5rem; }
.news::before {
  width: 50.5rem; }
.news-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding-right: 1.5rem; }
.news-wrap {
  width: calc(100vw - 20rem);
  padding-top: calc(50vh - 18rem); }
.news .owl-stage-outer {
  padding-bottom: 2.5rem; }
.news-item {
  width: 25rem;
  margin-right: 1.5rem;
  border-radius: .75rem;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0.75rem 1.5rem rgba(52, 52, 52, 0.1), 0 1rem 2rem rgba(52, 52, 52, 0.1); }
  .news-item__img {
    border-radius: .75rem;
    overflow: hidden;
    height: 15.5rem;
    margin-bottom: 1rem; }
    .news-item__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .news-item__title {
    font-size: 1rem;
    font-weight: 600;
    color: #60227F;
    margin-bottom: 0.6rem; }
  .news-item__text {
    font-size: 0.8rem;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    height: 4rem;
    margin-bottom: 1.15rem; }
  .news-item__bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 600; }
  .news-item__date {
    color: #ccc; }
  .news-item__link {
    color: #60227F;
    border-bottom: 1px solid transparent; }
    .news-item__link:hover {
      border-color: #60227F; }
.news-single {
  padding: 8.5rem 0 6rem; }
  .news-single .container {
    display: flex;
    gap: 4.5rem; }
  .news-single__main {
    flex-grow: 1; }
  .news-single__img {
    width: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
    max-height: 30rem;
    margin-bottom: 2.5rem; }
    .news-single__img img {
      width: 100%;
      display: block; }
  .news-single__name {
    font-size: 1.7rem;
    margin-bottom: 2rem; }
  .news-single__content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6; }
    .news-single__content h2, .news-single__content h3, .news-single__content h4, .news-single__content h5 {
      font-size: 1.3rem;
      font-weight: 500; }
    .news-single__content strong {
      font-weight: 500; }
  .news-single__side {
    width: 27rem;
    flex-shrink: 0; }
  .news-single__title {
    font-size: 1.7rem;
    color: #60227F;
    margin-bottom: 1.7rem;
    display: flex;
    align-items: center;
    gap: .8rem; }
    .news-single__title::before {
      width: 0.8rem;
      height: 0.8rem;
      background: #60227F;
      border-radius: 50%;
      content: ''; }
.news-more {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .news-more__item {
    width: 100%;
    height: 11.5rem;
    border-radius: 1rem;
    background: #fff;
    transition: .6s all;
    box-shadow: 0 0.75rem 1.5rem rgba(52, 52, 52, 0.1);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    position: relative; }
    .news-more__item:hover {
      background: #60227F;
      color: #fff; }
  .news-more__tag {
    color: #ABABAB;
    font-size: 0.75rem;
    font-weight: 400; }
  .news-more__name {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 16rem; }
  .news-more__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid;
    border-radius: 50%; }
    .news-more__btn svg {
      width: 1.2rem; }
  .news-more__link {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1; }

.consult {
  border-radius: 7.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #60227F;
  color: #fff;
  margin-bottom: 6rem; }
  .consult-left {
    width: 50%; }
  .consult__img {
    width: 50%;
    height: 35rem; }
    .consult__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .consult .partners__title {
    color: #fff; }
  .consult .section-text {
    margin-bottom: 3rem; }
  .consult .form input {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7); }
    .consult .form input::placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .consult .form input:focus, .consult .form input:not(:placeholder-shown) {
      border-color: #fff; }
  .consult .form label input::after {
    background: #fff; }
  .consult .form_btn {
    background: #fff;
    color: #60227F; }
    .consult .form_btn:hover {
      color: #fff;
      background: #8630B1; }

.contacts {
  position: relative; }
  .contacts .nav {
    position: relative;
    z-index: 2;
    display: inline-block; }
  .contacts .nav-line {
    height: 5.3rem; }
    .contacts .nav-line::before {
      content: none; }
  .contacts-nav {
    padding-top: 2.75rem;
    width: 22rem;
    padding-right: 2.5rem;
    position: relative; }
  .contacts-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    width: 17rem;
    height: 100%;
    font-size: 0.8rem; }

.footer {
  height: 100vh;
  position: relative; }
  .footer .nav {
    position: relative;
    z-index: 2;
    display: inline-block; }
  .footer .nav-line {
    height: 5.3rem; }
    .footer .nav-line::before {
      content: none; }
  .footer__map {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #60227F; }
    .footer__map::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      pointer-events: none;
      background: rgba(96, 34, 127, 0.35); }
    .footer__map #footerMap {
      width: 100%;
      height: 100%; }
  .footer-item {
    margin-bottom: 1.25rem;
    line-height: 1.375; }
    .footer-item__title {
      color: #ccc;
      margin-bottom: 0.4rem; }
    .footer-item__text {
      font-weight: 600; }
      .footer-item__text a {
        color: #000; }
        .footer-item__text a:hover {
          color: #60227F; }
      .footer-item__text p {
        margin-bottom: 0.2rem; }
        .footer-item__text p:last-child {
          margin-bottom: 0; }
  .footer-list {
    padding-bottom: 1.5rem; }
  .footer-copy {
    position: absolute;
    bottom: 0;
    padding: 1.6rem 0;
    border-top: 1px solid #ccc;
    width: 13rem;
    color: #ccc; }
  .footer-social {
    display: none; }
  .footer-top {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #60227F;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
    .footer-top svg {
      width: 1.3rem;
      height: 1.3rem; }
    .footer-top:hover {
      background: #8630B1; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 3rem; }

  .section {
    height: 100vh; }

  .section-flex .fp-overflow {
    display: block; }
  .section-flex::before {
    height: 60vh;
    border-radius: 0 0 1.5rem 1.5rem;
    width: 100%; }

  .nav {
    padding: 0;
    border-radius: 0 0 1.5rem 1.5rem;
    width: 100%;
    height: auto; }
    .nav-mobile {
      position: fixed;
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 6;
      background: #fff;
      border-radius: 0 0 1.5rem 1.5rem;
      box-shadow: 0 0.75rem 1.5rem rgba(52, 52, 52, 0.1);
      opacity: 0;
      visibility: hidden;
      transition: .8s all; }
      .nav-mobile .nav-wrap {
        display: block; }
      .nav-mobile.scrolled {
        opacity: 1;
        visibility: visible; }
    .nav-card {
      display: block;
      width: 100%;
      border-radius: 0 0 1.5rem 1.5rem; }
    .nav-wrap {
      width: 100%;
      position: relative;
      padding: 1.5rem 1rem;
      display: none; }
      .nav-wrap::after {
        position: absolute;
        bottom: 1.5rem;
        right: 0;
        height: 1.5rem;
        width: 4rem;
        content: '';
        pointer-events: none;
        background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%); }
    .nav-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1.75rem; }
    .nav__logo {
      margin-bottom: 0; }
    .nav-social, .nav-line {
      display: none; }
    .nav-menu {
      display: flex;
      gap: 1.5rem;
      margin-left: -1rem;
      width: calc(100% + 2rem);
      padding: 0 1rem;
      overflow: auto; }
      .nav-menu::-webkit-scrollbar {
        display: none; }
      .nav-menu li {
        margin-bottom: 0;
        flex-shrink: 0; }
      .nav-menu a {
        font-size: 0.8rem; }
        .nav-menu a.active {
          border-bottom: 1px solid #60227F;
          font-size: 1rem; }
          .nav-menu a.active::before {
            content: none; }
    .nav-main {
      border: none;
      padding: 1rem;
      position: relative; }
      .nav-main.hidden {
        width: auto;
        padding: 1rem;
        opacity: 1; }
    .nav__scroll {
      display: none; }
    .nav-purple {
      background: transparent; }

  .page-head {
    border-radius: 0 0 5rem 5rem;
    height: 80svh; }
    .page-head .factory-info {
      bottom: 9rem; }

  .header-menu {
    display: none; }
  .header-mobile {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-size: 0.8rem;
    width: 4.8rem; }
    .header-mobile img {
      width: 1.6rem; }
  .header__tel {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 1.3rem; }
    .header__tel span {
      display: none; }
    .header__tel img {
      display: inline-block;
      width: 1.1rem; }

  .main {
    display: flex;
    align-items: center; }

  .about-nav {
    padding-top: 1.5rem;
    width: 100%;
    padding-bottom: 3.5rem; }
  .about__arrow {
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: -2rem; }
  .about-popup__video {
    width: 100%;
    height: 60vh; }
  .about-main {
    padding: 7.5rem 0 2.5rem; }
  .about-page {
    padding-bottom: 7rem; }
    .about-page__cakes {
      display: none; }
    .about-page .container {
      padding-top: 33rem; }
    .about-page__video {
      display: none; }
    .about-page__main {
      margin-bottom: 0; }
    .about-page__numbers {
      padding: 0;
      flex-wrap: wrap;
      gap: 3rem 0; }
      .about-page__numbers li {
        width: 50%; }

  .history__title {
    margin-bottom: 4rem; }
  .history-line {
    top: 6rem; }
    .history-line .desk {
      display: none; }
    .history-line .mob {
      display: inline-block; }
    .history-line img {
      height: 300vw; }
  .history-item {
    flex-direction: column-reverse;
    gap: 2.5rem; }
    .history-item:nth-child(2n) {
      flex-direction: column-reverse; }
      .history-item:nth-child(2n) .history-item__right {
        width: 100%; }
    .history-item__right {
      width: 100%; }
    .history-item__left {
      width: 70%; }
    .history-item__img {
      height: 23rem; }

  .products-main {
    padding: 7.5rem 1rem 2.5rem; }
  .products__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.5rem; }
  .products-head {
    padding-right: 0; }
    .products-head__wrap {
      width: 100%; }
  .products-choose {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-bottom: 5rem; }
    .products-choose .owl-stage-outer {
      padding: 0 1rem; }
  .products-arrows {
    display: none; }
  .products-wrap {
    margin-left: -1rem;
    width: calc(100% + 2rem); }
    .products-wrap .owl-stage-outer {
      padding-left: 1rem;
      padding-right: 1rem; }
  .products-slider .products-item {
    margin-right: 1rem; }
  .products-item {
    width: calc(33.3333% - 1rem); }

  .product-head {
    padding: 8rem 3rem 3rem;
    border-radius: 0 0 5rem 5rem;
    flex-direction: column-reverse; }
  .product-left, .product-right {
    width: 100%; }
  .product-right .product__title {
    text-align: center; }
  .product-package {
    justify-content: center; }

  .factory .nav {
    background: #fff;
    position: relative;
    z-index: 2; }
  .factory-main {
    max-width: 100%;
    overflow: auto; }
  .factory__img {
    width: 177svh; }
  .factory-info {
    transform: none;
    right: 1rem;
    left: auto;
    bottom: 3rem;
    top: auto;
    position: absolute; }
    .factory-info::after {
      content: none; }
  .factory-popup__img {
    width: 100vw;
    height: 90vw; }
  .factory-page__head {
    flex-direction: column-reverse; }
  .factory-page__right {
    width: 100%; }
  .factory-page__left {
    width: 100%; }

  .partners-nav {
    width: 100%;
    display: flex;
    justify-content: center; }
  .partners-main {
    padding-top: 6rem; }

  .map {
    height: auto; }
    .map .nav {
      width: 100%; }
      .map .nav-card {
        box-shadow: 0 0.75rem 1.5rem rgba(52, 52, 52, 0.1); }
    .map-nav {
      width: 100%;
      display: flex;
      justify-content: center; }
    .map-wrap {
      margin-top: 6rem; }
    .map-head__count {
      margin-bottom: 2rem; }
    .map-main {
      max-width: 100%;
      overflow: auto;
      margin-top: -1rem;
      height: auto;
      position: relative; }
      .map-main svg {
        width: 1280px;
        height: 720px; }
      .map-main img {
        width: 1280px;
        height: 720px;
        max-width: none; }

  .certs-main {
    padding: 7.5rem 1rem 2.5rem; }
  .certs-item {
    gap: 12vh;
    flex-direction: column; }
    .certs-item__img {
      height: 30vh; }
  .certs-wrap {
    width: 100%;
    background-size: 70vw;
    background-position: center bottom;
    padding-top: 0; }
  .certs-arrows {
    left: auto;
    right: 1rem; }
  .certs-about {
    padding: 0 3rem; }
    .certs-about::before {
      height: 56vh; }
    .certs-about .certs-main {
      padding-top: 3rem; }
    .certs-about .certs-wrap {
      margin-left: 0; }

  .news {
    height: auto; }
    .news-head {
      padding: 0 1rem; }
    .news-wrap {
      width: 100%; }
      .news-wrap .owl-stage-outer {
        padding-left: 1rem;
        padding-right: 1rem; }
    .news-main {
      padding-top: 7.5rem; }
    .news-single {
      padding-bottom: 3rem; }
      .news-single .container {
        flex-direction: column; }
      .news-single__side {
        width: 100%; }
    .news-more {
      flex-direction: row;
      overflow: auto;
      margin-left: -3rem;
      width: calc(100% + 6rem);
      padding: 0 3rem 2rem; }
      .news-more::-webkit-scrollbar {
        display: none; }
      .news-more__item {
        flex-shrink: 0;
        width: 27rem; }

  .consult {
    flex-direction: column;
    gap: 3rem;
    border-radius: 5rem; }
    .consult-left {
      width: 100%;
      padding-top: 4rem; }
    .consult__img {
      width: 100%; }

  .contacts-nav {
    width: 100%; }
  .contacts-wrap {
    gap: 1rem;
    padding-top: 8.5rem; }
  .contacts-wrap {
    width: 100%; }

  .footer-copy {
    display: none; }
  .footer .nav-wrap {
    display: block; }
  .footer .nav-menu {
    display: none; }
  .footer .nav-head {
    margin-bottom: 0; }
  .footer .contacts-wrap {
    padding-top: 0; }
  .footer-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0; }
  .footer-item {
    width: 40%; }
  .footer-social {
    display: block;
    padding-bottom: 1rem; }
    .footer-social .nav-social {
      display: flex;
      border: none;
      padding-top: 0; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .section-title {
    font-size: 1.6rem; }
  .section-text {
    font-size: 0.9rem; }

  .container {
    padding: 0 1rem; }

  .form > input {
    margin-bottom: 1.2rem; }
  .form .iti {
    margin-bottom: 1.2rem; }
  .form__btn {
    border-radius: 3rem; }

  .arrows {
    gap: .5rem; }
    .arrows span {
      width: 2.2rem;
      height: 2.2rem; }
      .arrows span:hover {
        transform: none; }

  .nav-wrap {
    padding: 1rem 1rem 1.5rem; }
    .nav-wrap::after {
      width: 3rem;
      bottom: 1rem; }
  .nav__logo {
    width: 6rem; }
  .nav-head {
    margin-bottom: 1.2rem; }

  .tel-popup {
    right: .5rem; }

  .pagination {
    margin-top: 2.5rem; }
    .pagination .page-item {
      width: 2.5rem;
      height: 2.5rem; }

  .page-head {
    padding-bottom: 2.5rem;
    border-radius: 0 0 3rem 3rem;
    height: 70svh; }
    .page-head__title {
      padding: 0 1rem;
      font-size: 2.5rem; }
    .page-head .factory-info {
      bottom: 6rem; }

  .preloader__logo {
    width: 12rem; }

  .feedback-content {
    width: 100%;
    border-radius: 0;
    padding: 10rem 1rem; }
  .feedback__title {
    font-size: 1.5rem; }

  .mobile-menu .container {
    padding: 1rem 1rem 1.5rem; }
  .mobile-menu__logo {
    width: 6rem; }
  .mobile-menu__list {
    font-size: 1.4rem; }
    .mobile-menu__list li {
      margin-bottom: 1.3rem; }

  .header {
    padding: 1rem; }
    .header__logo {
      width: 6rem; }
    .header.scrolled {
      padding: 0.75rem 1rem; }

  .main__title {
    font-size: 2rem;
    line-height: 1.3; }
  .main__text {
    font-size: 1rem; }
  .main-content {
    width: 100%; }
  .main-btns {
    gap: 1rem; }
    .main-btns a {
      width: calc(50% - .5rem); }

  .about-nav {
    padding-top: 0;
    padding-bottom: 2.5rem; }
  .about__arrow {
    width: 3rem;
    height: 3rem;
    bottom: -1.5rem; }
  .about-main {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
    padding-top: 4rem; }
  .about-video {
    width: 100%;
    height: 8rem; }
  .about .section-text {
    margin-bottom: 1.5rem; }
    .about .section-text p:nth-child(n+2) {
      display: none; }
  .about-numbers {
    gap: 1.5rem 0; }
    .about-numbers li div {
      font-size: 2rem;
      margin-bottom: .2rem; }
  .about-popup__video {
    height: 50vh; }
  .about-page {
    padding-bottom: 5rem; }
    .about-page .container {
      background-size: 30rem;
      padding-top: 21rem; }
    .about-page__numbers div {
      font-size: 2.5rem; }

  .history {
    padding-bottom: 7rem; }
    .history-line {
      left: 10%;
      width: 80%;
      transform: none; }
      .history-line img {
        height: 400vw; }
    .history__title {
      font-size: 2rem;
      margin-bottom: 3rem; }
    .history-item {
      gap: 2rem;
      margin-bottom: 5rem; }
      .history-item:last-child {
        margin-top: 0rem; }
      .history-item__name {
        font-size: 1.6rem; }
      .history-item__text {
        font-size: 0.9rem; }
      .history-item__left {
        width: 100%; }
      .history-item__img {
        height: 17rem; }
      .history-item__year {
        font-size: 4rem;
        margin-top: -2rem; }
        .history-item__year span {
          height: 2rem; }

  .products {
    height: auto; }
    .products-main {
      padding: 4.5rem 1rem 7rem; }
    .products-head {
      margin-bottom: 2rem; }
      .products-head__arrows {
        gap: .5rem; }
        .products-head__arrows span {
          width: 2rem;
          height: 2rem; }
    .products-choose {
      margin-bottom: 2.5rem; }
    .products-slider .products-item {
      width: 14rem; }
    .products-slider .owl-item:nth-child(2n) {
      margin-top: 0; }
    .products-list {
      gap: 1rem; }
    .products-item {
      padding: 1rem;
      width: calc(50% - .5rem); }
      .products-item__img {
        height: 12rem; }
    .products-page .about-page__title {
      top: 1.5rem; }
    .products-page__brands {
      margin-bottom: 1rem; }
    .products-page__brands, .products-page__categories {
      justify-content: flex-start;
      overflow: auto;
      margin-left: -1rem;
      width: calc(100% + 2rem);
      padding: 0 1rem; }
      .products-page__brands::-webkit-scrollbar, .products-page__categories::-webkit-scrollbar {
        display: none; }
      .products-page__brands li, .products-page__categories li {
        flex-shrink: 0; }

  .product-head {
    padding: 6rem 1rem 3rem;
    gap: 2.5rem;
    border-radius: 0 0 3rem 3rem; }
  .product__title {
    font-size: 1.4rem; }
  .product-package {
    flex-wrap: wrap; }
  .product__text {
    font-size: 0.9rem; }
  .product-info {
    flex-wrap: wrap;
    gap: 1.5rem 3rem;
    justify-content: space-around;
    margin-bottom: 2rem; }
  .product__art {
    margin-bottom: 2rem; }
  .product__btn {
    width: 100%; }
  .product-more__head {
    margin-bottom: 2rem; }

  .factory {
    height: 80svh; }
    .factory-info {
      right: 50%;
      transform: translateX(50%); }
    .factory__img {
      width: 141.5svh; }
    .factory-about {
      padding: 3rem 0 5rem; }
    .factory-head {
      margin-bottom: 2rem; }
    .factory-slider__item {
      margin-right: 1rem;
      width: 20rem;
      height: 20rem; }
    .factory-page {
      padding-top: 4rem; }
      .factory-page__head {
        margin-bottom: 4rem;
        gap: 2rem; }
      .factory-page__img {
        height: 23rem;
        border-radius: 1.5rem; }
      .factory-page__logo {
        width: 11rem; }
        .factory-page__logo img {
          max-height: 6rem; }
      .factory-page .products-page__head {
        margin-bottom: 2rem; }

  .partners-nav {
    padding-top: 0; }
  .partners__title {
    font-size: 1.5rem; }
  .partners-main {
    gap: 1.5rem;
    padding-top: 4rem; }
  .partners-form {
    padding-bottom: 0; }
    .partners-form > input {
      width: 100%; }
    .partners-form .iti {
      width: 100%; }
  .partners-about {
    padding-top: 3rem; }
    .partners-about .section-title {
      margin-bottom: 2rem; }
  .partners-item {
    width: 12rem;
    height: 6rem;
    margin-right: 1rem; }

  .map-nav {
    padding-top: 0; }
  .map-wrap {
    width: 100%;
    gap: 1rem;
    margin-top: 4rem; }
  .map-head__count {
    margin-bottom: 1rem; }
    .map-head__count div {
      font-size: 1.1rem; }
  .map-head .section-text {
    font-size: 0.8rem;
    font-weight: 500; }
  .map-item__img {
    height: 7rem; }
    .map-item__img img {
      object-position: top center; }
  .map-item__wrap {
    gap: 1rem; }
  .map-item__info div {
    font-size: 1.4rem;
    margin-bottom: 0.2rem; }

  .certs-main {
    padding-top: 4.5rem; }
  .certs-head {
    width: 100%; }
  .certs .section-title {
    margin-bottom: 1rem; }
  .certs .section-text {
    margin-bottom: 2rem; }
  .certs-item {
    gap: 8vh; }
    .certs-item__img {
      width: 100%;
      height: 30vh; }
    .certs-item__name {
      font-size: 1.2rem; }
  .certs-arrows {
    right: 0;
    top: 18vh;
    transform: none; }
  .certs-about {
    padding: 0 1rem; }
    .certs-about .certs-main {
      padding-left: 0;
      padding-right: 0; }
    .certs-about::before {
      width: 100%;
      height: calc(33vh + 14rem); }

  .news-main {
    padding-top: 1.5rem; }
  .news-wrap {
    padding-top: 5vh; }
  .news-item {
    width: calc(90vw - 2rem);
    padding: 1rem;
    margin-right: 1rem; }
    .news-item__text {
      height: 5rem;
      -webkit-line-clamp: 5; }
  .news-single {
    padding-top: 5rem; }
    .news-single__name {
      font-size: 1.4rem; }
    .news-single__content {
      font-size: 0.9rem; }
      .news-single__content h2, .news-single__content h3, .news-single__content h4, .news-single__content h5 {
        font-size: 1.1rem; }
    .news-single__title {
      font-size: 1.2rem; }
      .news-single__title::before {
        width: .5rem;
        height: 0.5rem; }
  .news-more {
    gap: 1rem;
    margin-left: -1rem;
    width: calc(100% + 2rem);
    padding: 0 1rem 2rem; }
    .news-more__item {
      width: 20rem;
      height: 14rem; }

  .consult {
    border-radius: 3rem;
    margin-bottom: 4rem; }
    .consult-left {
      padding-top: 3rem; }
    .consult__img {
      height: 22rem; }

  .contacts-wrap {
    padding-top: 4.5rem; }

  .footer-head .footer-item {
    width: 100%; }
  .footer .nav-wrap {
    padding-bottom: 0.5rem; }
  .footer-wrap {
    gap: 0; }
  .footer-item {
    width: 50%;
    margin-bottom: 1rem; }
  .footer-social {
    padding-bottom: 0.5rem; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
