@font-face {
  font-family: 'GTWalsheimPro-R';
  src: url("../css/font/GTWalsheimPro/GTWalsheimPro-Regular.eot");
  src: local("GT Walsheim Pro Regular"), local("GTWalsheimPro-Regular"), url("../css/font/GTWalsheimPro/GTWalsheimPro-Regular.eot?#iefix") format("embedded-opentype"), url("../css/font/GTWalsheimPro/GTWalsheimPro-Regular.woff2") format("woff2"), url("../css/font/GTWalsheimPro/GTWalsheimPro-Regular.woff") format("woff"), url("../css/font/GTWalsheimPro/GTWalsheimPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GTWalsheimPro-M';
  src: url("../css/font/GTWalsheimPro/GTWalsheimPro-Medium.eot");
  src: local("GT Walsheim Pro Medium"), local("GTWalsheimPro-Medium"), url("../css/font/GTWalsheimPro/GTWalsheimPro-Medium.eot?#iefix") format("embedded-opentype"), url("../css/font/GTWalsheimPro/GTWalsheimPro-Medium.woff2") format("woff2"), url("../css/font/GTWalsheimPro/GTWalsheimPro-Medium.woff") format("woff"), url("../css/font/GTWalsheimPro/GTWalsheimPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'GTWalsheimPro-B';
  src: url("../css/font/GTWalsheimPro/GTWalsheimPro-Bold.eot");
  src: local("GT Walsheim Pro Bold"), local("GTWalsheimPro-Bold"), url("../css/font/GTWalsheimPro/GTWalsheimPro-Bold.eot?#iefix") format("embedded-opentype"), url("../css/font/GTWalsheimPro/GTWalsheimPro-Bold.woff2") format("woff2"), url("../css/font/GTWalsheimPro/GTWalsheimPro-Bold.woff") format("woff"), url("../css/font/GTWalsheimPro/GTWalsheimPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
:root {
  font-size: 20px;
  --main-color-white: #FFFFFF;
  --main-color-black: #1D1D1D;
  --main-color-black2: #110000;
  --main-color-grey: #333333;
  --main-color-grey2: rgba(7, 7, 7, 0.05);
  --main-color-grey3: #F8F8F8;
  --main-color-grey4: #686868;
  --main-color-black-blue: #000D2D; }

html, body {
  position: relative;
  background: var(--main-color-grey3);
  color: var(--main-color-black);
  counter-reset: number;
  overflow-x: hidden; }

body {
  overflow: hidden; }

ul,
li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  -webkit-transition: .3s all;
  transition: .3s all;
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
input,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

address {
  font-style: normal; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.1rem 0;
  z-index: 99;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  background-color: var(--main-color-white); }
  .header__container {
    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; }
  .header__columns {
    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; }
    .header__columns .logo {
      height: 2.8rem;
      margin-right: 3rem; }
      .header__columns .logo svg {
        display: block;
        height: 100%;
        max-width: 100%; }
  .header__menu {
    background: rgba(7, 7, 7, 0.05);
    border-radius: 1.4rem;
    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;
    padding: .8rem 1.6rem;
    margin-right: 1.5rem;
    border: none;
    -webkit-transition: .3s all;
    transition: .3s all; }
    .header__menu span {
      color: var(--main-color-black);
      font-size: .8rem;
      margin-right: .5rem;
      -webkit-transition: .3s all;
      transition: .3s all; }
    .header__menu svg {
      display: block;
      max-width: 1.2rem;
      height: auto; }
      .header__menu svg path {
        -webkit-transition: .3s all;
        transition: .3s all; }
    .header__menu:hover {
      background-color: var(--main-color-black); }
      .header__menu:hover span {
        color: var(--main-color-white); }
      .header__menu:hover svg path {
        stroke: var(--main-color-white); }
    .header__menu.active {
      background-color: var(--main-color-black); }
      .header__menu.active span {
        color: var(--main-color-white); }
      .header__menu.active svg path {
        stroke: var(--main-color-white); }
  .header__link {
    color: var(--main-color-black);
    font-size: .8rem; }
  .header__center {
    display: block;
    width: 100%;
    max-width: 4.8rem;
    height: auto; }
  .header__languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: .3s all;
    transition: .3s all; }
    .header__languages-btn {
      font-size: .8rem;
      margin-left: 1.5rem;
      color: rgba(29, 29, 29, 0.5);
      -webkit-transition: .3s all;
      transition: .3s all; }
      .header__languages-btn:first-child {
        margin-left: 0; }
      .header__languages-btn:hover {
        font-family: "GTWalsheimPro-B";
        color: var(--main-color-black); }
  .header__calling {
    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: rgba(7, 7, 7, 0.05);
    border-radius: 1.4rem;
    padding: .8rem 1.6rem;
    margin-left: 2.5rem;
    -webkit-transition: .3s all;
    transition: .3s all; }
    .header__calling span {
      font-size: .8rem;
      margin-right: .5rem;
      color: var(--main-color-black);
      -webkit-transition: .3s all;
      transition: .3s all; }
    .header__calling svg {
      display: block;
      max-width: 1.2rem;
      height: auto; }
      .header__calling svg path {
        -webkit-transition: .3s all;
        transition: .3s all; }
    .header__calling:hover {
      background-color: var(--main-color-black); }
      .header__calling:hover span {
        color: var(--main-color-white); }
      .header__calling:hover svg path {
        stroke: var(--main-color-white); }
  .header__chance {
    position: relative;
    margin-right: 2.1rem; }
    .header__chance-btn {
      position: relative;
      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: #F3F3F3;
      border: none;
      width: 2.8rem;
      height: 2.8rem;
      border-radius: 50%;
      -webkit-transition: .3s all;
      transition: .3s all; }
      .header__chance-btn svg {
        display: block;
        max-width: 1.4rem;
        height: auto; }
        .header__chance-btn svg path {
          -webkit-transition: .3s all;
          transition: .3s all; }
      .header__chance-btn:hover {
        background-color: var(--main-color-black); }
        .header__chance-btn:hover svg path {
          stroke: var(--main-color-white); }
    .header__chance .chance {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-top: 8%;
      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;
      background-color: var(--main-color-white);
      padding: .8rem 1.2rem;
      border-radius: 1rem;
      -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
      opacity: 0;
      visibility: hidden; }
      .header__chance .chance__btn {
        position: relative;
        min-width: 1.9rem;
        height: 1.9rem;
        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;
        border-radius: 50%;
        margin-right: .6rem;
        color: var(--main-color-white);
        font-size: .8rem; }
        .header__chance .chance__btn-one {
          background-color: #517492; }
        .header__chance .chance__btn-two {
          background-color: #828282; }
        .header__chance .chance__btn-three {
          background-color: #C1C1C1;
          margin-right: 0; }
      .header__chance .chance__font {
        margin-left: 1.9rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .header__chance .chance__font span {
          color: var(--main-color-black);
          display: inline-block;
          margin: 0 5px; }
        .header__chance .chance__font svg {
          display: block;
          width: .5rem;
          height: auto;
          cursor: pointer; }
    .header__chance:hover .chance {
      opacity: 1;
      visibility: visible; }
  .header__mob {
    display: none; }

.menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 4.5rem;
  z-index: 100; }
  .menu__container {
    position: relative;
    background-color: var(--main-color-white);
    -webkit-box-shadow: 0px 15px 63px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 15px 63px rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    padding: 2.1rem 3rem;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    overflow-y: auto; }
  .menu__columns:first-child {
    padding-right: 4rem; }
  .menu__columns:last-child {
    width: 60%;
    padding-left: 4rem;
    border-left: 2px solid var(--main-color-grey3); }
    .menu__columns:last-child .menu__links {
      display: block;
      margin-left: 1.6rem;
      color: var(--main-color-black);
      margin-bottom: 1.6rem;
      font-size: 1rem; }
  .menu__docs {
    background-color: var(--main-color-grey3);
    padding: 1.6rem;
    border-radius: 1.5rem;
    margin-bottom: 1.6rem; }
    .menu__docs .title {
      font-size: 1.2rem;
      margin-bottom: 1.6rem;
      color: var(--main-color-black); }
    .menu__docs .docs__file {
      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: 1.2rem;
      border-radius: 1.4rem;
      padding: .85rem 1.2rem;
      background-color: var(--main-color-white);
      -webkit-transition: .3s all;
      transition: .3s all; }
      .menu__docs .docs__file:last-child {
        margin-bottom: 0; }
      .menu__docs .docs__file span {
        color: var(--main-color-black);
        font-size: .7rem;
        -webkit-transition: .3s all;
        transition: .3s all; }
      .menu__docs .docs__file svg {
        display: block;
        width: 100%;
        max-width: 1.2rem;
        height: auto; }
        .menu__docs .docs__file svg path {
          -webkit-transition: .3s all;
          transition: .3s all; }
      .menu__docs .docs__file:hover {
        background-color: var(--main-color-black); }
        .menu__docs .docs__file:hover span {
          color: var(--main-color-white); }
        .menu__docs .docs__file:hover svg path {
          stroke: var(--main-color-white); }
  .menu__box {
    -webkit-columns: 4 auto;
            columns: 4 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 35rem; }
    .menu__box .box {
      margin-bottom: 3rem; }
  .menu__cat {
    font-family: "GTWalsheimPro-B";
    color: var(--main-color-black);
    font-size: 1rem;
    margin-bottom: 1.6rem; }
    .menu__cat svg {
      display: none; }
  .menu__subcat {
    position: relative;
    display: block;
    font-family: "GTWalsheimPro-M";
    font-size: .7rem;
    margin-bottom: 1rem;
    color: var(--main-color-black); }
    .menu__subcat:before {
      opacity: 1;
      position: absolute;
      content: '';
      width: 0rem;
      height: 4px;
      bottom: -4px;
      -webkit-transition: .3s all;
      transition: .3s all;
      background-image: url(../img/icons/line.svg);
      background-size: cover;
      background-position: left;
      background-repeat: no-repeat;
      left: 0; }
    .menu__subcat:hover:before {
      width: 6rem; }
  .menu__mob-on {
    display: none; }

@media (max-width: 900.98px) {
  .header {
    padding: 3.2rem 0; }
    .header__container {
      display: none; }
    .header__mob {
      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; }
      .header__mob .logo {
        height: 4.7rem; }
        .header__mob .logo svg {
          display: block;
          height: 100%;
          width: auto; }
    .header__center {
      max-width: 8.7rem; }
    .header__menu {
      padding: 1.2rem 2.4rem;
      border-radius: 2.1rem;
      margin-right: 0; }
      .header__menu span {
        font-size: 1.2rem;
        margin-right: .75rem; }
      .header__menu svg {
        max-width: 1.8rem; }

  .menu {
    height: 94vh;
    overflow-y: auto;
    top: 10rem; }
    .menu .general__container {
      padding: 0; }
    .menu__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden; }
    .menu__box {
      -webkit-columns: auto;
              columns: auto;
      height: auto; }
      .menu__box .box:last-child {
        margin-bottom: 0; }
      .menu__box .box__links {
        display: none; }
      .menu__box .box.active .menu__cat svg {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
        .menu__box .box.active .menu__cat svg circle {
          fill: var(--main-color-black);
          fill-opacity: 1; }
        .menu__box .box.active .menu__cat svg path {
          stroke: var(--main-color-white); }
    .menu__cat {
      font-size: 2rem;
      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; }
      .menu__cat svg {
        display: block;
        width: 3.6rem;
        height: auto;
        -webkit-transition: .3s all;
        transition: .3s all; }
        .menu__cat svg path, .menu__cat svg circle {
          -webkit-transition: .3s all;
          transition: .3s all; }
    .menu__subcat {
      font-size: 1.4rem;
      margin-bottom: 2rem; }
      .menu__subcat:last-child {
        margin-bottom: 0; }
    .menu__columns:first-child {
      padding-right: 0;
      margin-bottom: 6rem; }
    .menu__columns:last-child {
      padding-left: 0;
      border-left: none;
      width: 100%; }
      .menu__columns:last-child .menu__links {
        font-size: 2rem;
        margin-left: 2.5rem;
        margin-bottom: 3.2rem; }
    .menu__docs {
      padding: 3.2rem 2.4rem;
      margin-bottom: 6rem; }
      .menu__docs .title {
        font-size: 2.4rem;
        margin-bottom: 3.2rem; }
      .menu__docs .docs__file {
        padding: 1.7rem 2.4rem;
        border-radius: 2.8rem;
        margin-bottom: 2.4rem; }
        .menu__docs .docs__file span {
          font-size: 1.4rem; }
        .menu__docs .docs__file svg {
          max-width: 2.4rem; }
    .menu__mob-on {
      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; } }
.overflow-hidden {
  overflow: hidden; }

html {
  -webkit-transition: .3s all;
  transition: .3s all; }
  html.blackAndWhite {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
  html.blackAndWhiteInvert {
    -webkit-filter: grayscale(100%) invert(100%);
            filter: grayscale(100%) invert(100%); }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--main-color-white);
  z-index: 9999;
  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; }
  .preloader__logo {
    position: relative;
    width: 100%;
    max-width: 15rem; }

.wrapper {
  padding-top: 5rem;
  min-height: 100vh; }
  .wrapper .section__main {
    position: relative;
    margin-bottom: 2rem; }
    .wrapper .section__main .main {
      position: relative;
      z-index: 2;
      padding-top: 12.7rem;
      padding-bottom: 1.1rem; }
      .wrapper .section__main .main__carousel {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
        .wrapper .section__main .main__carousel-frame {
          position: relative;
          height: 100%;
          overflow: hidden; }
        .wrapper .section__main .main__carousel-photo {
          display: block;
          height: 100%;
          position: relative;
          overflow: hidden !important; }
          .wrapper .section__main .main__carousel-photo img, .wrapper .section__main .main__carousel-photo video {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: top;
               object-position: top;
            -webkit-transition: 0.6s ease-in-out;
            transition: 0.6s ease-in-out;
            -webkit-transition-delay: 0s;
                    transition-delay: 0s; }
          .wrapper .section__main .main__carousel-photo:before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            z-index: 2;
            background: -webkit-gradient(linear, left top, right top, color-stop(15.71%, rgba(255, 255, 255, 0.95)), color-stop(67.33%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 15.71%, rgba(255, 255, 255, 0) 67.33%, rgba(255, 255, 255, 0) 100%); }
      .wrapper .section__main .main__container {
        width: 50%;
        margin-bottom: 12.3rem; }
        .wrapper .section__main .main__container .title {
          font-size: 3.6rem;
          line-height: 130%;
          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;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-bottom: 3rem; }
          .wrapper .section__main .main__container .title svg {
            display: inline-block;
            width: 100%;
            max-width: 13rem;
            height: auto;
            margin-left: .9rem; }
      .wrapper .section__main .main__buttons {
        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; }
        .wrapper .section__main .main__buttons-btn {
          font-size: .8rem;
          padding: .85rem 2.1rem;
          border-radius: 1.4rem;
          margin-right: 1.2rem;
          background-color: var(--main-color-black);
          color: var(--main-color-white);
          -webkit-transition: .3s all;
          transition: .3s all; }
          .wrapper .section__main .main__buttons-btn:hover {
            color: var(--main-color-black);
            background-color: var(--main-color-white); }
      .wrapper .section__main .main__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; }
        .wrapper .section__main .main__bottom button {
          position: relative;
          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;
          width: 2.5rem;
          height: 2.5rem;
          border-radius: 50%;
          -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          background-color: var(--main-color-black);
          border: none;
          -webkit-transition: .3s all;
          transition: .3s all; }
          .wrapper .section__main .main__bottom button svg {
            display: block;
            max-width: 100%;
            height: auto; }
            .wrapper .section__main .main__bottom button svg path {
              -webkit-transition: .3s all;
              transition: .3s all;
              stroke: var(--main-color-white); }
          .wrapper .section__main .main__bottom button:hover {
            background-color: var(--main-color-white); }
            .wrapper .section__main .main__bottom button:hover svg path {
              stroke: var(--main-color-black); }
      .wrapper .section__main .main__pagination span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--main-color-white);
        margin: 0 5px;
        -webkit-transition: .3s all;
        transition: .3s all;
        opacity: 1; }
        .wrapper .section__main .main__pagination span.swiper-pagination-bullet-active {
          width: 48px;
          background-color: var(--main-color-black);
          border-radius: 9px; }
  .wrapper .section__about {
    padding: 6rem 0; }
    .wrapper .section__about .about {
      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; }
      .wrapper .section__about .about__bg {
        width: 51%; }
        .wrapper .section__about .about__bg-box {
          position: relative;
          width: 100%;
          border-radius: 1.5rem;
          overflow: hidden; }
          .wrapper .section__about .about__bg-box .bg {
            display: block;
            width: 100%;
            height: 21.5rem;
            -o-object-fit: cover;
               object-fit: cover; }
          .wrapper .section__about .about__bg-box .decore {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            display: block;
            max-width: 8rem;
            height: auto; }
      .wrapper .section__about .about__content {
        width: 45%; }
        .wrapper .section__about .about__content .title {
          font-size: 2.4rem;
          line-height: 150%;
          margin-bottom: 1.6rem;
          color: var(--main-color-black); }
        .wrapper .section__about .about__content .subtitle {
          font-size: 1rem;
          line-height: 170%;
          color: var(--main-color-black); }
    .wrapper .section__about.page .about {
      margin-bottom: 6rem; }
      .wrapper .section__about.page .about:last-child {
        margin-bottom: 0; }
  .wrapper .section__product {
    padding-bottom: 6rem; }
    .wrapper .section__product .product {
      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;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 3rem; }
      .wrapper .section__product .product__item {
        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;
        background-color: var(--main-color-white);
        border-radius: 1.8rem;
        padding: .8rem;
        margin-right: 1.6rem;
        margin-bottom: 1.6rem;
        width: 48.5%; }
        .wrapper .section__product .product__item:nth-child(2n) {
          margin-right: 0; }
        .wrapper .section__product .product__item-pic {
          position: relative;
          background-color: var(--main-color-grey3);
          width: 10.8rem;
          height: 11rem;
          border-radius: 1rem;
          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; }
          .wrapper .section__product .product__item-pic img {
            display: block;
            width: 7.58rem;
            height: 7.58rem; }
          .wrapper .section__product .product__item-pic .pic {
            position: absolute;
            top: 0;
            left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            height: 100%;
            z-index: 1; }
            .wrapper .section__product .product__item-pic .pic__hover {
              width: 100%;
              height: 100%; }
              .wrapper .section__product .product__item-pic .pic__hover:before {
                position: absolute; }
      .wrapper .section__product .product__content {
        width: 65%; }
      .wrapper .section__product .product__name {
        display: block;
        font-size: 1.6rem;
        line-height: 100%;
        color: var(--main-color-black);
        margin-bottom: .6rem; }
      .wrapper .section__product .product__subtitle {
        font-size: .8rem;
        line-height: 150%;
        margin-bottom: .75rem; }
      .wrapper .section__product .product__link {
        display: inline-block;
        padding: .8rem 1.6rem;
        font-size: .8rem;
        color: var(--main-color-black);
        background-color: rgba(7, 7, 7, 0.05);
        -webkit-transition: .3s all;
        transition: .3s all;
        border-radius: 1.4rem; }
        .wrapper .section__product .product__link:hover {
          background-color: var(--main-color-black);
          color: var(--main-color-white); }
      .wrapper .section__product .product__slider {
        margin-top: 3rem; }
        .wrapper .section__product .product__slider .product__item {
          width: 100%; }
    .wrapper .section__product.page .product {
      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;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .wrapper .section__product.page .product__list {
        width: 30%; }
        .wrapper .section__product.page .product__list li {
          margin-bottom: 1.2rem; }
      .wrapper .section__product.page .product__cat {
        display: block;
        width: 100%;
        border: none;
        text-align: left;
        padding: .8rem 1.6rem;
        background-color: rgba(7, 7, 7, 0.05);
        -webkit-transition: .3s all;
        transition: .3s all;
        border-radius: 1.7rem;
        font-size: 1rem;
        color: var(--main-color-black); }
        .wrapper .section__product.page .product__cat:hover {
          color: var(--main-color-white);
          background-color: var(--main-color-black); }
        .wrapper .section__product.page .product__cat.active {
          color: var(--main-color-white);
          background-color: var(--main-color-black); }
      .wrapper .section__product.page .product__container {
        width: 67%; }
      .wrapper .section__product.page .product__item {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        background-color: transparent;
        border: 1px solid rgba(7, 7, 7, 0.05);
        -webkit-transition: .3s all;
        transition: .3s all; }
        .wrapper .section__product.page .product__item:hover {
          background-color: var(--main-color-white); }
      .wrapper .section__product.page .product__flex {
        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; }
        .wrapper .section__product.page .product__flex .left {
          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; }
          .wrapper .section__product.page .product__flex .left__box {
            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;
            margin-right: 1.6rem; }
            .wrapper .section__product.page .product__flex .left__box svg {
              display: block;
              width: 1.2rem;
              height: auto;
              margin-right: .6rem; }
            .wrapper .section__product.page .product__flex .left__box span {
              color: var(--main-color-grey4);
              font-size: .8rem; }
    .wrapper .section__product-single {
      padding-top: 11.5rem;
      padding-bottom: 10rem; }
      .wrapper .section__product-single .single {
        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; }
        .wrapper .section__product-single .single__cat {
          display: block;
          margin-bottom: 1rem;
          font-size: .7rem; }
        .wrapper .section__product-single .single__name {
          display: block;
          color: var(--main-color-black);
          font-size: 1.6rem;
          margin-bottom: .9rem; }
        .wrapper .section__product-single .single__subtitle {
          font-size: .8rem;
          line-height: 150%;
          color: rgba(51, 51, 51, 0.72);
          margin-bottom: 1.2rem; }
        .wrapper .section__product-single .single__container {
          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;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-top: 1.6rem; }
          .wrapper .section__product-single .single__container .box {
            position: relative;
            background-color: var(--main-color-white);
            border-radius: .5rem;
            padding: .8rem;
            width: 31%;
            margin-right: 1rem;
            margin-bottom: 1rem;
            font-size: .7rem;
            -webkit-transition: .3s all;
            transition: .3s all;
            color: var(--main-color-black); }
            .wrapper .section__product-single .single__container .box:nth-child(3n), .wrapper .section__product-single .single__container .box:last-child {
              margin-right: 0; }
            .wrapper .section__product-single .single__container .box:hover {
              background-color: var(--main-color-black);
              color: var(--main-color-white); }
        .wrapper .section__product-single .single__link {
          display: inline-block;
          padding: .8rem 1.6rem;
          font-size: .8rem;
          background-color: rgba(7, 7, 7, 0.05);
          color: var(--main-color-black);
          -webkit-transition: .3s all;
          transition: .3s all;
          border-radius: 1.4rem; }
          .wrapper .section__product-single .single__link:hover {
            color: var(--main-color-white);
            background-color: var(--main-color-black); }
        .wrapper .section__product-single .single__content {
          width: 50%; }
        .wrapper .section__product-single .single__pic {
          position: relative;
          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;
          width: 40%; }
          .wrapper .section__product-single .single__pic svg {
            position: absolute;
            width: 100%;
            max-width: 19.5rem;
            height: auto;
            right: 0;
            bottom: 0; }
          .wrapper .section__product-single .single__pic img {
            position: relative;
            z-index: 1;
            display: block;
            width: 19.2rem;
            height: 22.9rem;
            -o-object-fit: cover;
               object-fit: cover; }
          .wrapper .section__product-single .single__pic .pic {
            position: absolute;
            top: 0;
            left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            height: 100%;
            z-index: 1; }
            .wrapper .section__product-single .single__pic .pic__hover {
              width: 100%;
              height: 100%;
              cursor: pointer; }
  .wrapper .section__calculation {
    background-color: var(--main-color-white);
    margin-bottom: 8rem;
    padding: 3rem 0; }
    .wrapper .section__calculation .calculation {
      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;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .wrapper .section__calculation .calculation__main {
        position: relative;
        width: 48%;
        border-radius: 1rem;
        overflow: hidden; }
        .wrapper .section__calculation .calculation__main-bg {
          display: block;
          width: 100%;
          height: 35.7rem;
          -o-object-fit: cover;
             object-fit: cover; }
        .wrapper .section__calculation .calculation__main .product {
          position: absolute;
          left: 1.2rem;
          bottom: 1.2rem;
          background-color: var(--main-color-white);
          border-radius: 1rem;
          width: 9.4rem;
          height: 10.9rem;
          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;
          z-index: 1; }
          .wrapper .section__calculation .calculation__main .product img {
            display: block;
            width: 6rem;
            height: 7.6rem;
            -o-object-fit: contain;
               object-fit: contain; }
      .wrapper .section__calculation .calculation__container {
        width: 50%; }
      .wrapper .section__calculation .calculation__dropdown-btn {
        border: none;
        padding: 0;
        width: 100%;
        background-color: transparent;
        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; }
        .wrapper .section__calculation .calculation__dropdown-btn span {
          color: var(--main-color-black);
          font-size: 1rem; }
        .wrapper .section__calculation .calculation__dropdown-btn svg {
          display: block;
          height: 2.5rem;
          width: auto; }
          .wrapper .section__calculation .calculation__dropdown-btn svg path, .wrapper .section__calculation .calculation__dropdown-btn svg circle {
            -webkit-transition: .3s all;
            transition: .3s all; }
        .wrapper .section__calculation .calculation__dropdown-btn:hover svg circle {
          fill: var(--main-color-black); }
        .wrapper .section__calculation .calculation__dropdown-btn:hover svg path {
          stroke: var(--main-color-white); }
      .wrapper .section__calculation .calculation__rows {
        display: block;
        width: 100%;
        margin-bottom: 2.4rem; }
        .wrapper .section__calculation .calculation__rows-name {
          color: var(--main-color-black);
          font-size: 1.2rem;
          display: block;
          margin-bottom: 1.2rem; }
        .wrapper .section__calculation .calculation__rows-container {
          border-radius: 1rem;
          padding: 1.2rem;
          display: block;
          background-color: #F4F4F4; }
      .wrapper .section__calculation .calculation__range .box-minmax {
        width: 100%;
        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: 1rem; }
        .wrapper .section__calculation .calculation__range .box-minmax span {
          font-size: .7rem;
          color: var(--main-color-black); }
      .wrapper .section__calculation .calculation__range .range-slider {
        position: relative;
        width: 95%;
        margin: 0 auto; }
        .wrapper .section__calculation .calculation__range .range-slider input {
          width: 100%; }
        .wrapper .section__calculation .calculation__range .range-slider .rs-label {
          position: absolute;
          font-size: 1.2rem;
          color: var(--main-color-black);
          bottom: 1rem; }
          .wrapper .section__calculation .calculation__range .range-slider .rs-label:before {
            position: absolute;
            content: 'm2';
            font-family: "GTWalsheimPro-M";
            font-size: 1.2rem;
            color: var(--main-color-black);
            right: -2rem; }
        .wrapper .section__calculation .calculation__range .range-slider .rs-range {
          -webkit-appearance: none; }
          .wrapper .section__calculation .calculation__range .range-slider .rs-range:focus {
            outline: none; }
          .wrapper .section__calculation .calculation__range .range-slider .rs-range::-webkit-slider-runnable-track {
            width: 100%;
            height: 3px;
            cursor: pointer;
            -webkit-box-shadow: none;
                    box-shadow: none;
            background: rgba(51, 51, 51, 0.2);
            border-radius: 0px;
            border: 0px solid #010101; }
          .wrapper .section__calculation .calculation__range .range-slider .rs-range::-moz-range-track {
            width: 100%;
            height: 3px;
            cursor: pointer;
            box-shadow: none;
            background: rgba(51, 51, 51, 0.2);
            border-radius: 0px;
            border: 0px solid #010101; }
          .wrapper .section__calculation .calculation__range .range-slider .rs-range::-webkit-slider-thumb {
            border: 0px solid #ffffff;
            -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
                    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
            height: 1.2rem;
            width: 1.2rem;
            border-radius: 50%;
            background: var(--main-color-black);
            cursor: pointer;
            -webkit-appearance: none;
            margin-top: -.6rem; }
          .wrapper .section__calculation .calculation__range .range-slider .rs-range::-moz-range-thumb {
            border: 0px solid #ffffff;
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
            height: 1.2rem;
            width: 1.2rem;
            border-radius: 50%;
            background: var(--main-color-black);
            cursor: pointer;
            -webkit-appearance: none;
            margin-top: -.6rem; }
          .wrapper .section__calculation .calculation__range .range-slider .rs-range::-moz-focus-outer {
            border: 0; }
      .wrapper .section__calculation .calculation__result-container {
        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; }
      .wrapper .section__calculation .calculation__result-column {
        width: 48%; }
      .wrapper .section__calculation .calculation__result .calculation__rows-container:first-child {
        margin-bottom: 1.2rem; }
      .wrapper .section__calculation .calculation__pocket {
        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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .wrapper .section__calculation .calculation__box {
        margin-right: 1.1rem;
        margin-bottom: 1.1rem;
        cursor: pointer;
        position: relative;
        z-index: 2;
        width: 30.5%;
        border-radius: 1rem;
        overflow: hidden; }
        .wrapper .section__calculation .calculation__box input {
          display: none; }
        .wrapper .section__calculation .calculation__box label {
          position: relative;
          z-index: 1;
          cursor: pointer; }
        .wrapper .section__calculation .calculation__box-containers {
          display: none; }
        .wrapper .section__calculation .calculation__box:nth-child(3n) {
          margin-right: 0; }
        .wrapper .section__calculation .calculation__box:hover .calculation__surface-box:before {
          opacity: 0; }
      .wrapper .section__calculation .calculation__surface-box {
        pointer-events: none;
        display: block;
        position: relative;
        height: 100%; }
        .wrapper .section__calculation .calculation__surface-box:before {
          -webkit-transition: .3s all;
          transition: .3s all;
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
          z-index: 1; }
        .wrapper .section__calculation .calculation__surface-box img {
          display: block;
          width: 100%;
          max-width: 100%;
          height: 13.2rem;
          -o-object-fit: cover;
             object-fit: cover; }
      .wrapper .section__calculation .calculation__surface-front {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        text-align: center;
        padding: 0 1rem;
        padding-bottom: 1.35rem;
        z-index: 2;
        color: var(--main-color-black);
        font-size: 1rem;
        line-height: 110%; }
      .wrapper .section__calculation .calculation__subname {
        font-size: 1rem;
        color: var(--main-color-black);
        margin-bottom: 1.75rem; }
      .wrapper .section__calculation .calculation__number {
        color: var(--main-color-black); }
        .wrapper .section__calculation .calculation__number span {
          font-size: 2.4rem;
          line-height: 100%; }
        .wrapper .section__calculation .calculation__number small {
          font-size: 1rem; }
      .wrapper .section__calculation .calculation__product-box {
        width: 31%;
        background-color: var(--main-color-white);
        border-radius: 1rem;
        padding: 1rem;
        padding-top: 1.2rem;
        padding-bottom: .7rem;
        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: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: .8rem;
        margin-bottom: 1rem; }
        .wrapper .section__calculation .calculation__product-box:nth-child(3n) {
          margin-right: 0; }
        .wrapper .section__calculation .calculation__product-box input {
          display: none; }
        .wrapper .section__calculation .calculation__product-box label {
          position: relative;
          z-index: 1;
          cursor: pointer; }
      .wrapper .section__calculation .calculation__product-pic {
        pointer-events: none;
        display: block; }
        .wrapper .section__calculation .calculation__product-pic img {
          display: block;
          height: 4.4rem;
          max-width: 1000%;
          margin: 0 auto;
          -o-object-fit: cover;
             object-fit: cover; }
      .wrapper .section__calculation .calculation__product-front {
        display: block;
        width: 100%;
        left: 0;
        bottom: 0;
        text-align: center;
        margin-top: .7rem;
        z-index: 2;
        color: var(--main-color-black);
        font-size: .75rem;
        line-height: 110%; }
  .wrapper .section__news {
    padding-bottom: 6rem;
    border-bottom: 5px solid var(--main-color-white); }
    .wrapper .section__news .news {
      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;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 3rem; }
      .wrapper .section__news .news__list {
        width: 45%; }
        .wrapper .section__news .news__list-item {
          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;
          padding: .8rem;
          border-radius: 1.8rem;
          margin-bottom: 2.1rem;
          -webkit-transition: .3s all;
          transition: .3s all; }
          .wrapper .section__news .news__list-item:hover {
            background-color: var(--main-color-white); }
          .wrapper .section__news .news__list-item img {
            width: 10rem;
            height: 7.8rem;
            position: relative;
            display: block;
            border-radius: 1rem;
            -o-object-fit: cover;
               object-fit: cover;
            margin-right: 1.2rem; }
          .wrapper .section__news .news__list-item:last-child {
            margin-bottom: 0; }
      .wrapper .section__news .news__item-content .content__title {
        display: block;
        color: var(--main-color-black);
        font-size: 1rem;
        margin-bottom: 1.2rem;
        line-height: 150%; }
      .wrapper .section__news .news__item-content .content__subtitle {
        display: none; }
      .wrapper .section__news .news__item-content .content__box {
        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; }
        .wrapper .section__news .news__item-content .content__box .more {
          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;
          font-size: .8rem;
          margin-right: 2.1rem;
          color: var(--main-color-black); }
          .wrapper .section__news .news__item-content .content__box .more svg {
            display: block;
            width: 1.6rem;
            height: auto;
            margin-right: .4rem; }
        .wrapper .section__news .news__item-content .content__box .date {
          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; }
          .wrapper .section__news .news__item-content .content__box .date svg {
            display: block;
            width: 1.2rem;
            height: auto;
            margin-right: .6rem; }
          .wrapper .section__news .news__item-content .content__box .date span {
            font-size: .8rem;
            color: var(--main-color-grey4); }
      .wrapper .section__news .news__main {
        width: 51%; }
        .wrapper .section__news .news__main img {
          display: block;
          width: 100%;
          height: 17.4rem;
          border-radius: 1.5rem;
          margin-bottom: 1.6rem;
          -o-object-fit: cover;
             object-fit: cover; }
        .wrapper .section__news .news__main .news__item-content .content__title {
          font-size: 1.6rem;
          line-height: 150%; }
        .wrapper .section__news .news__main .news__item-content .content__box .more {
          font-size: .8rem; }
          .wrapper .section__news .news__main .news__item-content .content__box .more svg {
            width: 1.6rem; }
    .wrapper .section__news.page .news {
      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;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .wrapper .section__news.page .news__item {
        position: relative;
        width: 31%;
        background-color: var(--main-color-white);
        padding: .8rem;
        padding-bottom: 2.1rem;
        border-radius: 2.3rem;
        margin-right: 2rem;
        margin-bottom: 2rem; }
        .wrapper .section__news.page .news__item:nth-child(3n) {
          margin-right: 0; }
        .wrapper .section__news.page .news__item img {
          display: block;
          width: 100%;
          height: 13rem;
          -o-object-fit: cover;
             object-fit: cover;
          border-radius: 1.5rem;
          margin-bottom: 1.8rem; }
        .wrapper .section__news.page .news__item-content .content__title {
          font-size: 1.2rem;
          line-height: 150%;
          margin-bottom: .8rem; }
        .wrapper .section__news.page .news__item-content .content__subtitle {
          display: block;
          font-size: .8rem;
          line-height: 150%;
          margin-bottom: 1.6rem; }
    .wrapper .section__news.single .news {
      margin-top: 5rem; }
      .wrapper .section__news.single .news__desc {
        width: 55%;
        font-size: 1.1rem;
        line-height: 170%;
        color: var(--main-color-black);
        margin-bottom: 8rem; }
        .wrapper .section__news.single .news__desc img {
          display: block;
          width: 100%;
          height: auto;
          max-width: 100%;
          border-radius: 1.5rem;
          -o-object-fit: cover;
             object-fit: cover;
          margin-bottom: 3.2rem; }
      .wrapper .section__news.single .news__list {
        width: 42%; }
        .wrapper .section__news.single .news__list-item {
          background-color: var(--main-color-white); }
        .wrapper .section__news.single .news__list-title {
          color: var(--main-color-black);
          font-size: 1.7rem;
          margin-bottom: 2.1rem; }
    .wrapper .section__news.flex {
      margin-top: 6rem; }
      .wrapper .section__news.flex .news__list {
        width: 100%;
        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; }
        .wrapper .section__news.flex .news__list-item {
          margin-bottom: 0;
          background-color: var(--main-color-white);
          width: 48.5%; }
  .wrapper .section__partners {
    padding: 6rem 0; }
    .wrapper .section__partners .partners__slider {
      margin-top: 5rem;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      .wrapper .section__partners .partners__slider .swiper-wrapper {
        -webkit-transition-timing-function: linear;
                transition-timing-function: linear; }
    .wrapper .section__partners .partners__item {
      position: relative;
      background-color: var(--main-color-white);
      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;
      border-radius: .75rem;
      height: 7.5rem;
      width: 100%;
      margin-bottom: 1.2rem; }
      .wrapper .section__partners .partners__item:first-child {
        margin-left: -7.5rem; }
      .wrapper .section__partners .partners__item img {
        display: block;
        max-width: 50%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover; }
  .wrapper .section__banner {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 7.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .wrapper .section__banner:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(255, 255, 255, 0.8); }
    .wrapper .section__banner .banner {
      position: relative;
      z-index: 1; }
      .wrapper .section__banner .banner__container {
        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; }
        .wrapper .section__banner .banner__container-content {
          max-width: 50%; }
          .wrapper .section__banner .banner__container-content h1 {
            font-size: 2.4rem;
            margin-bottom: 1.5rem; }
          .wrapper .section__banner .banner__container-content .date {
            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; }
            .wrapper .section__banner .banner__container-content .date svg {
              display: block;
              width: 1.2rem;
              height: auto;
              margin-right: .6rem; }
            .wrapper .section__banner .banner__container-content .date span {
              font-size: .8rem;
              color: var(--main-color-grey4); }
      .wrapper .section__banner .banner__title {
        font-size: 3.2rem;
        color: var(--main-color-black); }
      .wrapper .section__banner .banner__subtitle {
        width: 50%;
        font-size: 1rem;
        line-height: 150%;
        color: var(--main-color-black); }
      .wrapper .section__banner .banner__history {
        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;
        margin-bottom: 4.5rem; }
        .wrapper .section__banner .banner__history a {
          color: rgba(51, 51, 51, 0.5);
          font-size: 1rem;
          -webkit-transition: .3s all;
          transition: .3s all; }
          .wrapper .section__banner .banner__history a.active {
            color: var(--main-color-black); }
      .wrapper .section__banner .banner__img {
        display: block;
        width: 40%;
        height: 15.5rem;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 1.5rem; }
    .wrapper .section__banner-single {
      padding-bottom: 3.25rem;
      background-color: var(--main-color-white); }
      .wrapper .section__banner-single .banner__history {
        margin-bottom: 0; }
  .wrapper .section__question {
    padding-bottom: 6rem; }
    .wrapper .section__question .question {
      position: relative;
      background-color: var(--main-color-white);
      min-height: 12.1rem;
      border-radius: 1rem;
      padding: 3rem 2.1rem;
      margin-top: 3rem; }
      .wrapper .section__question .question__step {
        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;
        width: 42%; }
        .wrapper .section__question .question__step .step {
          position: relative;
          background-color: #EBEBEB;
          width: 2.2rem;
          height: 2.2rem;
          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;
          -webkit-transition: .3s all;
          transition: .3s all;
          border: 2px solid transparent; }
          .wrapper .section__question .question__step .step:before {
            position: absolute;
            content: '';
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 10rem;
            left: -10.5rem;
            height: 2px;
            background-color: #EBEBEB; }
          .wrapper .section__question .question__step .step:first-child:before {
            display: none; }
          .wrapper .section__question .question__step .step svg {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            display: block;
            max-width: .75rem;
            -webkit-transition: .3s all;
            transition: .3s all;
            opacity: 0;
            height: auto; }
          .wrapper .section__question .question__step .step.done {
            background-color: var(--main-color-black); }
            .wrapper .section__question .question__step .step.done span {
              opacity: 0; }
            .wrapper .section__question .question__step .step.done svg {
              opacity: 1; }
          .wrapper .section__question .question__step .step.active {
            border-color: var(--main-color-black); }
      .wrapper .section__question .question__container .title {
        font-size: 1.6rem;
        color: var(--main-color-black);
        margin-bottom: 3rem; }
      .wrapper .section__question .question__container .content {
        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; }
        .wrapper .section__question .question__container .content__container {
          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;
          width: 70%; }
        .wrapper .section__question .question__container .content__vote {
          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; }
          .wrapper .section__question .question__container .content__vote label {
            font-family: "GTWalsheimPro-M";
            font-size: 1rem;
            color: var(--main-color-black);
            cursor: pointer; }
          .wrapper .section__question .question__container .content__vote input {
            opacity: 0;
            visibility: hidden;
            display: none; }
          .wrapper .section__question .question__container .content__vote input:checked ~ span:before {
            opacity: 1;
            visibility: visible; }
          .wrapper .section__question .question__container .content__vote .circle {
            position: relative;
            display: block;
            background-color: #D9D9D9;
            width: 1.5rem;
            height: 1.5rem;
            border-radius: 50%;
            margin-right: 1.5rem;
            cursor: pointer; }
            .wrapper .section__question .question__container .content__vote .circle:before {
              position: absolute;
              content: '';
              width: 1rem;
              height: 1rem;
              background-color: var(--main-color-black);
              border-radius: 50%;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              -webkit-transition: .3s all;
              transition: .3s all;
              opacity: 0;
              visibility: hidden; }
        .wrapper .section__question .question__container .content .next {
          background-color: rgba(7, 7, 7, 0.05);
          color: var(--main-color-black);
          font-size: .8rem;
          padding: .8rem 1.6rem;
          border-radius: 1.4rem;
          border: none;
          -webkit-transition: .3s all;
          transition: .3s all; }
          .wrapper .section__question .question__container .content .next:hover {
            background-color: var(--main-color-black);
            color: var(--main-color-white); }
  .wrapper .section__statistic {
    padding-bottom: 6rem; }
    .wrapper .section__statistic .statistic {
      background-color: var(--main-color-white);
      border-radius: 1rem;
      padding: 3rem 2.1rem;
      margin-top: 3rem;
      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; }
      .wrapper .section__statistic .statistic__name {
        font-size: 1rem;
        margin-bottom: .25rem;
        color: var(--main-color-black); }
      .wrapper .section__statistic .statistic__number {
        font-size: 3.2rem;
        color: var(--main-color-black); }
  .wrapper .section__certificate {
    background-color: var(--main-color-white);
    padding: 5rem 0; }
    .wrapper .section__certificate .certificate {
      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;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .wrapper .section__certificate .certificate__item {
        width: 32%;
        position: relative; }
        .wrapper .section__certificate .certificate__item img {
          display: block;
          width: 100%;
          max-width: 100%;
          height: auto;
          border-radius: 1rem;
          -o-object-fit: cover;
             object-fit: cover; }
        .wrapper .section__certificate .certificate__item .downloading {
          position: absolute;
          z-index: 1;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          bottom: 1.6rem;
          padding: .8rem 1.6rem;
          border-radius: 1.4rem;
          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: var(--main-color-white);
          -webkit-transition: .3s all;
          transition: .3s all; }
          .wrapper .section__certificate .certificate__item .downloading span {
            color: var(--main-color-black);
            font-size: .8rem;
            -webkit-transition: .3s all;
            transition: .3s all; }
          .wrapper .section__certificate .certificate__item .downloading svg {
            display: block;
            width: 1.4rem;
            height: auto;
            margin-left: .8rem; }
            .wrapper .section__certificate .certificate__item .downloading svg path {
              -webkit-transition: .3s all;
              transition: .3s all; }
          .wrapper .section__certificate .certificate__item .downloading:hover {
            background-color: var(--main-color-black); }
            .wrapper .section__certificate .certificate__item .downloading:hover span {
              color: var(--main-color-white); }
            .wrapper .section__certificate .certificate__item .downloading:hover svg path {
              fill: var(--main-color-white); }
  .wrapper .section__produce {
    padding: 6rem 0; }
    .wrapper .section__produce .produce {
      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; }
      .wrapper .section__produce .produce .content {
        width: 55%; }
        .wrapper .section__produce .produce .content .title {
          font-size: 2rem;
          color: var(--main-color-black);
          margin-bottom: .8rem; }
        .wrapper .section__produce .produce .content .subtitle {
          font-size: 1rem;
          line-height: 150%;
          color: var(--main-color-black); }
      .wrapper .section__produce .produce__container {
        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;
        width: 40%; }
        .wrapper .section__produce .produce__container .box {
          position: relative;
          background-color: var(--main-color-white);
          border-radius: 1rem;
          width: 48%;
          height: 10.45rem;
          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; }
          .wrapper .section__produce .produce__container .box img {
            display: block;
            height: 6.85rem;
            width: auto; }
  .wrapper .section__feedback {
    background-color: var(--main-color-white);
    padding: 6.2rem 0; }
    .wrapper .section__feedback .feedback {
      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; }
      .wrapper .section__feedback .feedback__form {
        width: 60%; }
        .wrapper .section__feedback .feedback__form .title {
          color: var(--main-color-black);
          font-size: 3.2rem;
          line-height: 150%;
          margin-bottom: 2.1rem; }
      .wrapper .section__feedback .feedback__container {
        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; }
      .wrapper .section__feedback .feedback__label {
        position: relative;
        width: 33%;
        margin-right: 1.2rem; }
        .wrapper .section__feedback .feedback__label input {
          display: block;
          width: 100%;
          background-color: var(--main-color-grey3);
          border-radius: 1.4rem;
          font-size: .7rem;
          padding: .9rem 1.2rem;
          border: none; }
      .wrapper .section__feedback .feedback__button {
        display: block;
        padding: 1rem 1.6rem;
        color: var(--main-color-black);
        background-color: rgba(7, 7, 7, 0.05);
        border-radius: 1.4rem;
        font-size: .8rem;
        border: none;
        white-space: nowrap;
        -webkit-transition: .3s all;
        transition: .3s all; }
        .wrapper .section__feedback .feedback__button:hover {
          background-color: var(--main-color-black);
          color: var(--main-color-white); }
      .wrapper .section__feedback .feedback__img {
        display: block;
        width: 37%;
        height: 14.5rem;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 1rem; }
  .wrapper .section__map {
    position: relative; }
    .wrapper .section__map .map {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .wrapper .section__map .map__container {
        position: relative;
        z-index: 1;
        padding: 15rem 0;
        pointer-events: none;
        background: -webkit-gradient(linear, left top, right top, color-stop(12.29%, rgba(255, 255, 255, 0.95)), color-stop(47.44%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 12.29%, rgba(255, 255, 255, 0) 47.44%, rgba(255, 255, 255, 0) 100%); }
        .wrapper .section__map .map__container .title {
          font-size: 3.2rem;
          color: var(--main-color-black); }
  .wrapper .section__contacts {
    position: relative;
    padding: 6rem 0; }
    .wrapper .section__contacts .general__container {
      padding: 0 26.9rem; }
    .wrapper .section__contacts .contacts {
      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; }
      .wrapper .section__contacts .contacts__columns {
        width: 48%; }
        .wrapper .section__contacts .contacts__columns .title {
          font-size: 1.2rem;
          margin-bottom: .8rem; }
      .wrapper .section__contacts .contacts__form input, .wrapper .section__contacts .contacts__form textarea {
        display: block;
        width: 100%;
        border-radius: 1rem;
        color: var(--main-color-black);
        font-size: .7rem;
        padding: 1rem 1.2rem;
        margin-bottom: .6rem;
        border: none;
        background-color: var(--main-color-white); }
      .wrapper .section__contacts .contacts__form button {
        color: var(--main-color-black);
        font-size: .8rem;
        border-radius: 1.4rem;
        background-color: rgba(7, 7, 7, 0.05);
        -webkit-transition: .3s all;
        transition: .3s all;
        padding: .8rem 1.6rem;
        border: none;
        margin-top: 1.2rem; }
        .wrapper .section__contacts .contacts__form button:hover {
          background-color: var(--main-color-black);
          color: var(--main-color-white); }
      .wrapper .section__contacts .contacts__content {
        position: relative;
        z-index: 2;
        border-radius: 1rem;
        background-color: var(--main-color-white);
        padding: 1.2rem;
        padding-top: 1.6rem; }
        .wrapper .section__contacts .contacts__content .box {
          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;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin-bottom: 1.6rem; }
          .wrapper .section__contacts .contacts__content .box svg {
            display: block;
            min-width: 1rem;
            height: auto;
            margin-right: .6rem; }
          .wrapper .section__contacts .contacts__content .box__text {
            color: var(--main-color-black);
            font-size: 1rem;
            line-height: 150%;
            max-width: 80%; }
          .wrapper .section__contacts .contacts__content .box__mail {
            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;
            border-radius: 1.4rem;
            background-color: rgba(7, 7, 7, 0.05);
            -webkit-transition: .3s all;
            transition: .3s all;
            padding: .8rem 1.6rem; }
            .wrapper .section__contacts .contacts__content .box__mail span {
              color: var(--main-color-black);
              font-size: .8rem; }
            .wrapper .section__contacts .contacts__content .box__mail svg {
              display: block;
              max-width: .85rem;
              height: auto; }
  .wrapper .section__description {
    background-color: var(--main-color-white);
    padding: 6rem 0;
    margin-bottom: 4.5rem; }
    .wrapper .section__description .description {
      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;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .wrapper .section__description .description__content {
        width: 65%; }
        .wrapper .section__description .description__content h1, .wrapper .section__description .description__content h2, .wrapper .section__description .description__content h3, .wrapper .section__description .description__content h4, .wrapper .section__description .description__content h5, .wrapper .section__description .description__content h6 {
          font-size: 2rem;
          color: var(--main-color-black);
          margin-bottom: .8rem;
          font-family: "GTWalsheimPro-M"; }
        .wrapper .section__description .description__content p, .wrapper .section__description .description__content span, .wrapper .section__description .description__content strong, .wrapper .section__description .description__content a {
          font-size: 1rem;
          color: var(--main-color-black);
          margin-bottom: 1rem;
          font-family: "GTWalsheimPro-R"; }
      .wrapper .section__description .description__docs {
        width: 28%;
        background-color: var(--main-color-grey3);
        border-radius: 1.5rem;
        padding: 2.4rem 1.6rem; }
        .wrapper .section__description .description__docs .title {
          font-size: 1.6rem;
          color: var(--main-color-black);
          margin-bottom: 1.6rem; }
        .wrapper .section__description .description__docs .docs__box {
          display: block;
          width: 100%;
          margin-bottom: 1.2rem; }
          .wrapper .section__description .description__docs .docs__box span {
            color: var(--main-color-grey4);
            font-size: .7rem;
            display: block;
            margin-bottom: .65rem; }
        .wrapper .section__description .description__docs .docs__file {
          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;
          font-size: .7rem;
          color: var(--main-color-black);
          background-color: var(--main-color-white);
          padding: .8rem 1.2rem;
          border-radius: 1.4rem;
          -webkit-transition: .3s all;
          transition: .3s all; }
          .wrapper .section__description .description__docs .docs__file svg {
            display: block;
            width: 1.2rem;
            height: auto;
            margin-left: .8rem; }
            .wrapper .section__description .description__docs .docs__file svg path {
              -webkit-transition: .3s all;
              transition: .3s all; }
          .wrapper .section__description .description__docs .docs__file:hover {
            color: var(--main-color-white);
            background-color: var(--main-color-black); }
            .wrapper .section__description .description__docs .docs__file:hover svg path {
              stroke: var(--main-color-white); }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0; } }

@keyframes pulse2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 0; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 1; } }
@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
    opacity: 1; } }
.footer__map {
  position: relative;
  padding: 2.4rem 0; }
  .footer__map .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .footer__map-container {
    position: relative;
    z-index: 2;
    border-radius: 1rem;
    background-color: var(--main-color-white);
    max-width: 19.5rem;
    padding: 1rem;
    padding-top: 1.8rem; }
    .footer__map-container .box {
      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;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 1.6rem; }
      .footer__map-container .box svg {
        display: block;
        min-width: 1rem;
        height: auto;
        margin-right: .6rem; }
      .footer__map-container .box__text {
        color: var(--main-color-black);
        font-size: 1rem;
        line-height: 150%;
        max-width: 80%; }
      .footer__map-container .box__mail {
        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;
        border-radius: 1.4rem;
        background-color: rgba(7, 7, 7, 0.05);
        -webkit-transition: .3s all;
        transition: .3s all;
        padding: .8rem 1.6rem; }
        .footer__map-container .box__mail span {
          color: var(--main-color-black);
          font-size: .8rem; }
        .footer__map-container .box__mail svg {
          display: block;
          max-width: .85rem;
          height: auto; }
.footer__container {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  background-color: var(--main-color-white); }
  .footer__container-flex {
    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; }
.footer__bottom {
  background-color: var(--main-color-grey3); }
  .footer__bottom-flex {
    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;
    padding: 1.2rem 0; }
    .footer__bottom-flex .info {
      color: var(--main-color-grey4);
      font-size: .7rem; }
.footer__columns:first-child {
  width: 20%; }
.footer__columns .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.footer__columns .text {
  color: var(--main-color-black);
  font-size: .8rem;
  line-height: 150%; }
.footer__columns .links a {
  position: relative;
  color: var(--main-color-black);
  margin-right: 1.6rem;
  font-size: 1rem; }
  .footer__columns .links a:last-child {
    margin-right: 0; }
  .footer__columns .links a:before {
    opacity: 0;
    position: absolute;
    content: '';
    width: 3.7rem;
    height: 4px;
    bottom: -4px;
    -webkit-transition: .3s all;
    transition: .3s all;
    background-image: url(../img/icons/line.svg);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .footer__columns .links a:hover:before {
    opacity: 1; }
  .footer__columns .links a.active:before {
    opacity: 1; }
.footer__columns .links__contact {
  color: var(--main-color-black);
  font-size: .8rem;
  padding: .8rem 1.6rem;
  border-radius: 1.4rem;
  background-color: rgba(7, 7, 7, 0.05);
  -webkit-transition: .3s all;
  transition: .3s all;
  margin-left: 1.6rem; }
  .footer__columns .links__contact:hover {
    background-color: var(--main-color-black);
    color: var(--main-color-white); }
.footer__columns .messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .footer__columns .messengers a {
    position: relative;
    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: rgba(7, 7, 7, 0.05);
    -webkit-transition: .3s all;
    transition: .3s all;
    border-radius: 50%;
    margin-left: .65rem;
    width: 2.4rem;
    height: 2.4rem; }
    .footer__columns .messengers a:first-child {
      margin-left: 0; }
    .footer__columns .messengers a svg {
      display: block;
      max-width: 1.2rem;
      height: auto; }
      .footer__columns .messengers a svg path {
        -webkit-transition: .3s all;
        transition: .3s all; }
    .footer__columns .messengers a:hover {
      background-color: var(--main-color-black); }
      .footer__columns .messengers a:hover svg path {
        stroke: var(--main-color-white); }

@media (max-width: 900.98px) {
  .footer__map {
    padding-top: 49rem;
    padding-bottom: 2.6rem; }
    .footer__map-container {
      max-width: 100%;
      padding: 2.7rem;
      padding-top: 3.2rem;
      padding-bottom: 2rem; }
      .footer__map-container .box {
        margin-bottom: 3.2rem; }
        .footer__map-container .box__text {
          font-size: 2rem; }
          .footer__map-container .box__text svg {
            min-width: 2rem;
            margin-right: 1.2rem; }
        .footer__map-container .box__mail {
          padding: 1.6rem 3.2rem; }
          .footer__map-container .box__mail span {
            font-size: 1.6rem; }
  .footer__container {
    background-color: var(--main-color-white);
    padding-top: 6rem;
    padding-bottom: 7.3rem; }
    .footer__container-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .footer__columns {
    width: 100%; }
    .footer__columns:first-child {
      width: 60%; }
    .footer__columns .text {
      text-align: center;
      font-size: 1.6rem;
      margin-bottom: 3.2rem; }
    .footer__columns .columns {
      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-top: 6rem; }
    .footer__columns .links a {
      text-align: center;
      font-size: 1.6rem;
      display: block;
      margin-bottom: 2.5rem;
      margin-right: 0; }
      .footer__columns .links a:last-child {
        margin-bottom: 0; }
      .footer__columns .links a:before {
        width: 7.4rem; }
    .footer__columns .links__contact {
      padding: 1.6rem 3.2rem;
      border-radius: 2.8rem;
      font-size: 1.6rem; }
    .footer__columns .messengers a {
      width: 4.8rem;
      height: 4.8rem;
      margin-right: 1.3rem; }
      .footer__columns .messengers a svg {
        max-width: 2.1rem; }
  .footer__bottom-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.2rem; }
    .footer__bottom-flex .info {
      font-size: 1.4rem;
      margin-bottom: 2.4rem; }
      .footer__bottom-flex .info:last-child {
        margin-bottom: 0; } }
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 24.6rem;
  background-color: var(--main-color-grey3);
  z-index: 100;
  padding: 3rem 2.1rem;
  display: none;
  border-radius: 1rem; }
  .popup__btn {
    position: fixed;
    bottom: 6rem;
    right: 7em;
    display: block;
    width: 3rem;
    border-radius: 50%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.27);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px); }
    .popup__btn svg {
      display: block;
      max-width: 100%;
      height: auto; }
      .popup__btn svg rect {
        fill: transparent; }
      .popup__btn svg rect, .popup__btn svg path {
        -webkit-transition: .3s all;
        transition: .3s all; }
    .popup__btn:before, .popup__btn:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      border: inherit;
      top: 0;
      left: 0;
      z-index: 0;
      border: 1px solid var(--main-color-birch);
      border-radius: 50%;
      background: transparent;
      -webkit-animation: pulsing 2.5s linear infinite;
              animation: pulsing 2.5s linear infinite; }
    .popup__btn:after {
      -webkit-animation: pulsing1 2.5s linear infinite;
              animation: pulsing1 2.5s linear infinite; }
    .popup__btn:hover {
      background-color: var(--main-color-birch);
      -webkit-backdrop-filter: unset;
              backdrop-filter: unset; }
  .popup__back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
    display: none; }
  .popup .close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    display: block;
    cursor: pointer; }
    .popup .close svg {
      display: block;
      max-width: 100%;
      height: auto; }
      .popup .close svg path, .popup .close svg circle {
        -webkit-transition: .3s all;
        transition: .3s all; }
    .popup .close:hover svg circle {
      fill: var(--main-color-black); }
    .popup .close:hover svg path {
      stroke: var(--main-color-white); }
  .popup__container .title {
    font-size: 1.2rem;
    color: var(--main-color-black);
    margin-bottom: .8rem;
    text-align: center; }
  .popup__container .subtitle {
    font-size: .8rem;
    color: var(--main-color-black);
    margin-bottom: 1.6rem; }
  .popup__container .text {
    color: var(--main-color-black);
    font-size: .8rem;
    line-height: 200%;
    text-align: center;
    margin-bottom: 0; }
  .popup__success {
    text-align: center; }
    .popup__success svg {
      display: block;
      width: 100%;
      max-width: 4rem;
      margin: 0 auto;
      height: auto;
      margin-bottom: 1.8rem; }
    .popup__success .title {
      color: var(--main-color-black);
      font-size: 1.8rem;
      line-height: 110%;
      margin-bottom: 1rem; }
    .popup__success .subtitle {
      color: var(--main-color-black);
      line-height: 100%;
      font-size: .8rem;
      padding: 0 2rem;
      margin-bottom: 1.5rem; }
    .popup__success button {
      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;
      width: 80%;
      margin: 0 auto;
      background-color: var(--main-color-black-blue);
      color: var(--main-color-white);
      padding: 1.1rem;
      border: none;
      border-radius: .8rem; }
  .popup__form .form__box {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 1.2rem; }
    .popup__form .form__box span {
      font-size: .55rem;
      color: var(--main-color-black);
      position: absolute;
      top: .9rem;
      left: 1.1rem; }
    .popup__form .form__box input {
      display: block;
      width: 100%;
      border: none;
      background-color: var(--main-color-white);
      font-size: .7rem;
      border-radius: 1rem;
      padding: 1rem 1.2rem; }
  .popup__form .form__btn {
    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;
    width: 100%;
    background-color: rgba(7, 7, 7, 0.05);
    border: none;
    color: var(--main-color-black);
    padding: .8rem;
    font-size: .8rem;
    margin-bottom: 1.3rem;
    border-radius: 1.4rem;
    -webkit-transition: .3s all;
    transition: .3s all; }
    .popup__form .form__btn:hover {
      background-color: var(--main-color-black);
      color: var(--main-color-white); }

*, ::after, ::before {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

.general__container {
  padding: 0 12.3rem; }
.general__top {
  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; }
  .general__top h2 {
    color: var(--main-color-black);
    font-size: 2.4rem; }
  .general__top a {
    font-size: .8rem;
    border-radius: 1.4rem;
    padding: .8rem 1.6rem;
    background-color: rgba(7, 7, 7, 0.05);
    -webkit-transition: .3s all;
    transition: .3s all;
    color: var(--main-color-black); }
    .general__top a:hover {
      background-color: var(--main-color-black);
      color: var(--main-color-white); }
.general-R {
  font-family: "GTWalsheimPro-R"; }
.general-M {
  font-family: "GTWalsheimPro-M"; }
.general-B {
  font-family: "GTWalsheimPro-B"; }

@media (max-width: 900.98px) {
  .general__container {
    padding: 0 2rem; }
  .general__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .general__top h2 {
      position: relative;
      font-size: 3.6rem;
      margin-bottom: 2rem; }
      .general__top h2:before {
        position: absolute;
        content: '';
        background-image: url(../img/icons/line.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        left: 0;
        bottom: -4px;
        width: 9rem;
        height: 8px; }
    .general__top a {
      padding: 1.6rem 3.2rem;
      font-size: 1.6rem;
      border-radius: 2.8rem; } }
@media (min-width: 2000.98px) {
  :root {
    font-size: 24px; } }
@media (min-width: 1930.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 10px; } }
@media (min-width: 901px) {
  .d__none {
    display: none; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 11px; }

  body.on {
    overflow: hidden; }

  .preloader__logo {
    max-width: 25rem; }

  .wrapper {
    padding-top: 11rem; }
    .wrapper .section__main .main {
      padding-top: 52.1rem;
      padding-bottom: 2.4rem; }
      .wrapper .section__main .main__container {
        width: 100%;
        margin-bottom: 2.8rem; }
        .wrapper .section__main .main__container .title {
          font-size: 4rem;
          margin-bottom: 1.2rem; }
      .wrapper .section__main .main__carousel-photo:before {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(15.25%, rgba(255, 255, 255, 0.95)), color-stop(65.37%, rgba(255, 255, 255, 0)), color-stop(97.09%, rgba(255, 255, 255, 0)));
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 15.25%, rgba(255, 255, 255, 0) 65.37%, rgba(255, 255, 255, 0) 97.09%); }
      .wrapper .section__main .main__buttons-btn {
        font-size: 1.5rem;
        padding: 1.6rem 3.2rem;
        border-radius: 2.8rem; }
        .wrapper .section__main .main__buttons-btn:last-child {
          margin-right: 0; }
      .wrapper .section__main .main__bottom button {
        width: 5rem;
        height: 5rem; }
        .wrapper .section__main .main__bottom button svg {
          max-width: 2.4rem; }
      .wrapper .section__main .main__pagination span {
        width: 4px;
        height: 4px;
        background-color: var(--main-color-black); }
        .wrapper .section__main .main__pagination span.swiper-pagination-bullet-active {
          width: 19px; }
    .wrapper .section__about .about {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .wrapper .section__about .about__bg {
        width: 100%;
        margin-bottom: 4.2rem; }
        .wrapper .section__about .about__bg-box {
          border-radius: 2rem; }
          .wrapper .section__about .about__bg-box .bg {
            height: 24rem; }
          .wrapper .section__about .about__bg-box .decore {
            max-width: 9rem; }
      .wrapper .section__about .about__content {
        width: 100%; }
        .wrapper .section__about .about__content .title {
          font-size: 4.8rem;
          position: relative; }
          .wrapper .section__about .about__content .title:before {
            position: absolute;
            content: '';
            background-image: url(../img/icons/line.svg);
            background-position: left;
            background-repeat: no-repeat;
            background-size: cover;
            left: 0;
            bottom: -4px;
            width: 20rem;
            height: 8px; }
        .wrapper .section__about .about__content .subtitle {
          font-size: 1.6rem;
          line-height: 150%; }
    .wrapper .section__about.page .about:last-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .wrapper .section__product .product__item {
      width: 100%;
      margin-right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-bottom: 2.4rem;
      padding: 3.2rem;
      border-radius: 3.6rem; }
      .wrapper .section__product .product__item-pic {
        width: 100%;
        border-radius: 2rem;
        height: 22rem;
        margin-bottom: 2.4rem; }
        .wrapper .section__product .product__item-pic img {
          height: 15.8rem;
          width: 15.6rem;
          -o-object-fit: contain;
             object-fit: contain; }
    .wrapper .section__product .product__content {
      width: 100%; }
    .wrapper .section__product .product__name {
      font-size: 3.2rem;
      margin-bottom: 1.2rem; }
    .wrapper .section__product .product__subtitle {
      font-size: 1.6rem;
      margin-bottom: 1.6rem; }
    .wrapper .section__product .product__link {
      border-radius: 2.8rem;
      font-size: 1.6rem;
      padding: 1.6rem 3.2rem; }
    .wrapper .section__product.page .product {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 5.4rem; }
      .wrapper .section__product.page .product__list {
        width: 100%;
        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;
        max-width: 100%;
        overflow-x: auto; }
        .wrapper .section__product.page .product__list li {
          margin-right: 1.6rem; }
      .wrapper .section__product.page .product__cat {
        white-space: nowrap;
        font-size: 1.6rem;
        padding: 1.6rem 3.2rem;
        border-radius: 3.4rem; }
      .wrapper .section__product.page .product__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 1.6rem; }
      .wrapper .section__product.page .product__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; }
        .wrapper .section__product.page .product__flex .left {
          margin-bottom: 3.2rem; }
          .wrapper .section__product.page .product__flex .left__box svg {
            width: 2.4rem;
            margin-right: 1.2rem; }
          .wrapper .section__product.page .product__flex .left__box span {
            font-size: 1.6rem; }
      .wrapper .section__product.page .product__container {
        width: 100%;
        margin-top: 8rem; }
    .wrapper .section__product-single .single {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .wrapper .section__product-single .single__pic {
        width: 100%;
        margin-bottom: 4.2rem; }
        .wrapper .section__product-single .single__pic img {
          width: 26.6rem;
          height: 31.7rem; }
        .wrapper .section__product-single .single__pic svg {
          max-width: 25rem; }
      .wrapper .section__product-single .single__content {
        width: 100%; }
      .wrapper .section__product-single .single__cat {
        font-size: 1.4rem;
        margin-bottom: 1.2rem; }
      .wrapper .section__product-single .single__name {
        font-size: 3.2rem;
        margin-bottom: 2rem; }
      .wrapper .section__product-single .single__subtitle {
        font-size: 1.6rem;
        margin-bottom: 2.4rem; }
      .wrapper .section__product-single .single__link {
        padding: 1.6rem 3.2rem;
        border-radius: 2.8rem;
        font-size: 1.6rem; }
      .wrapper .section__product-single .single__container {
        margin-top: 4.2rem; }
        .wrapper .section__product-single .single__container .box {
          width: 46%;
          padding: 1.6rem;
          font-size: 1.4rem;
          line-height: 150%;
          border-radius: 1rem;
          margin-right: 2rem;
          margin-bottom: 1.6rem; }
          .wrapper .section__product-single .single__container .box:nth-child(2) {
            margin-right: 0; }
    .wrapper .section__calculation {
      padding: 6rem 0; }
      .wrapper .section__calculation .calculation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        .wrapper .section__calculation .calculation__dropdown-btn span {
          font-size: 2rem; }
        .wrapper .section__calculation .calculation__dropdown-btn svg {
          height: 5rem; }
        .wrapper .section__calculation .calculation__main {
          width: 100%;
          border-radius: 2rem; }
          .wrapper .section__calculation .calculation__main-bg {
            height: 50rem; }
          .wrapper .section__calculation .calculation__main .product {
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: 11rem;
            height: 12.5rem; }
            .wrapper .section__calculation .calculation__main .product img {
              width: 9rem;
              height: 9.5rem; }
        .wrapper .section__calculation .calculation__container {
          width: 100%; }
        .wrapper .section__calculation .calculation__rows-container {
          border-radius: 2rem;
          padding: .9rem 2.4rem; }
        .wrapper .section__calculation .calculation__rows-name {
          font-size: 2rem;
          margin-bottom: 1.6rem; }
        .wrapper .section__calculation .calculation__box {
          width: 47.5%; }
          .wrapper .section__calculation .calculation__box:nth-child(2n) {
            margin-right: 0; }
        .wrapper .section__calculation .calculation__surface-front {
          font-size: 1.4rem; }
        .wrapper .section__calculation .calculation__surface-box img {
          height: 18.2rem; }
        .wrapper .section__calculation .calculation__product-box {
          width: 45%;
          border-radius: 2rem; }
        .wrapper .section__calculation .calculation__product-pic img {
          height: 12.4rem; }
        .wrapper .section__calculation .calculation__product-front {
          font-size: 1.4rem; }
        .wrapper .section__calculation .calculation__range .box-minmax span {
          font-size: 1.4rem; }
        .wrapper .section__calculation .calculation__range .range-slider .rs-label {
          font-size: 2.4rem; }
        .wrapper .section__calculation .calculation__result-container {
          -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;
          padding: 4.5rem 0; }
        .wrapper .section__calculation .calculation__result-column {
          width: 100%; }
        .wrapper .section__calculation .calculation__subname {
          font-size: 2rem;
          margin-bottom: 3.5rem; }
        .wrapper .section__calculation .calculation__number span {
          font-size: 4.8rem; }
        .wrapper .section__calculation .calculation__number small {
          font-size: 2rem; }
    .wrapper .section__news .news {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .wrapper .section__news .news__main {
        width: 100%;
        border-radius: 3.6rem;
        padding: 1.6rem;
        padding-bottom: 3.2rem;
        margin-bottom: 2.4rem;
        background-color: var(--main-color-white); }
        .wrapper .section__news .news__main img {
          height: 21rem;
          border-radius: 2rem; }
        .wrapper .section__news .news__main .news__item-content .content__title {
          font-size: 2rem; }
        .wrapper .section__news .news__main .news__item-content .content__subtitle {
          display: block;
          font-size: 1.6rem; }
      .wrapper .section__news .news__list {
        width: 100%; }
        .wrapper .section__news .news__list-item {
          background-color: var(--main-color-white);
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 1.6rem;
          padding-bottom: 3.2rem;
          margin-bottom: 2.4rem; }
          .wrapper .section__news .news__list-item img {
            width: 100%;
            margin-right: 0;
            border-radius: 2rem;
            height: 21rem;
            margin-bottom: 2.4rem; }
      .wrapper .section__news .news__item-content .content__title {
        font-size: 2rem; }
      .wrapper .section__news .news__item-content .content__subtitle {
        display: block;
        font-size: 1.6rem; }
      .wrapper .section__news .news__item-content .content__box {
        display: none; }
    .wrapper .section__news.page .news__item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 3.2rem;
      padding: 1.6rem;
      padding-bottom: 4.2rem;
      border-radius: 4.6rem; }
      .wrapper .section__news.page .news__item img {
        width: 100%;
        border-radius: 3rem;
        height: 26.2rem;
        margin-bottom: 3.6rem; }
      .wrapper .section__news.page .news__item-content .content__title {
        font-size: 2.4rem;
        line-height: 150%;
        margin-bottom: 1.6rem; }
      .wrapper .section__news.page .news__item-content .content__subtitle {
        font-size: 1.6rem;
        margin-bottom: 2.4rem; }
    .wrapper .section__news.single .news {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .wrapper .section__news.single .news__desc {
        width: 100%;
        font-size: 2.2rem;
        line-height: 170%;
        margin-bottom: 12rem; }
        .wrapper .section__news.single .news__desc img {
          width: 100%;
          height: 28.2rem;
          border-radius: 3rem;
          margin-bottom: 4.2rem; }
      .wrapper .section__news.single .news__list {
        width: 100%; }
        .wrapper .section__news.single .news__list-item {
          border-radius: 4.6rem; }
          .wrapper .section__news.single .news__list-item img {
            border-radius: 3rem; }
        .wrapper .section__news.single .news__list-title {
          font-size: 3.6rem;
          margin-bottom: 6rem; }
      .wrapper .section__news.single .news__item-content .content__subtitle {
        margin-bottom: 2.4rem; }
      .wrapper .section__news.single .news__item-content .content__box {
        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; }
        .wrapper .section__news.single .news__item-content .content__box .more {
          font-size: 1.6rem; }
          .wrapper .section__news.single .news__item-content .content__box .more svg {
            width: 3.2rem;
            margin-right: .8rem; }
        .wrapper .section__news.single .news__item-content .content__box .date span {
          font-size: 1.6rem; }
    .wrapper .section__news.flex .news__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .wrapper .section__news.flex .news__list-item {
        width: 100%;
        margin-bottom: 2.4rem; }
    .wrapper .section__partners {
      padding-bottom: 10rem; }
      .wrapper .section__partners .partners__slider {
        margin-top: 6rem;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
      .wrapper .section__partners .partners__item {
        height: 10rem;
        border-radius: 1.5rem;
        margin-bottom: 1.7rem; }
    .wrapper .section__banner {
      position: relative;
      padding-top: 2.4rem;
      padding-bottom: 16.6rem; }
      .wrapper .section__banner:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(255, 255, 255, 0.8); }
      .wrapper .section__banner .banner__history {
        margin-bottom: 8rem; }
        .wrapper .section__banner .banner__history a {
          font-size: 1.6rem; }
      .wrapper .section__banner .banner__container {
        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;
        -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; }
      .wrapper .section__banner .banner__title {
        font-size: 4.8rem;
        margin-bottom: 1.6rem; }
      .wrapper .section__banner .banner__subtitle {
        font-size: 1.6rem;
        width: 100%; }
      .wrapper .section__banner-single {
        padding-top: 2.4rem;
        padding-bottom: 6rem; }
        .wrapper .section__banner-single .banner__history {
          margin-bottom: 6rem; }
          .wrapper .section__banner-single .banner__history a {
            font-size: 1.6rem; }
        .wrapper .section__banner-single .banner__container-content {
          max-width: 100%;
          margin-bottom: 2.4rem; }
          .wrapper .section__banner-single .banner__container-content h1 {
            font-size: 4rem;
            margin-bottom: 2.4rem; }
          .wrapper .section__banner-single .banner__container-content .date svg {
            width: 2.4rem;
            margin-right: 1.2rem; }
          .wrapper .section__banner-single .banner__container-content .date span {
            font-size: 1.6rem; }
        .wrapper .section__banner-single .banner__img {
          width: 100%;
          border-radius: 3rem;
          height: 31rem; }
    .wrapper .section__question .question {
      padding: 6rem 4.2rem;
      margin-top: 6rem;
      border-radius: 2rem; }
      .wrapper .section__question .question__step {
        margin-top: 6.6rem;
        width: 100%; }
        .wrapper .section__question .question__step .step {
          width: 4.4rem;
          height: 4.4rem; }
          .wrapper .section__question .question__step .step svg {
            max-width: 1.5rem; }
          .wrapper .section__question .question__step .step span {
            font-size: 1.6rem; }
      .wrapper .section__question .question__container .content {
        -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; }
        .wrapper .section__question .question__container .content__container {
          -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;
          width: 100%; }
        .wrapper .section__question .question__container .content__vote {
          margin-bottom: 4.2rem; }
          .wrapper .section__question .question__container .content__vote .circle {
            width: 3rem;
            height: 3rem;
            margin-right: 3rem; }
            .wrapper .section__question .question__container .content__vote .circle:before {
              width: 2rem;
              height: 2rem; }
          .wrapper .section__question .question__container .content__vote label {
            font-size: 2rem; }
        .wrapper .section__question .question__container .content .next {
          border-radius: 2.8rem;
          font-size: 1.6rem;
          padding: 1.6rem 3.2rem; }
    .wrapper .section__statistic {
      padding-bottom: 12rem; }
      .wrapper .section__statistic .statistic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 6rem 3.2rem;
        border-radius: 2rem;
        margin-top: 6rem; }
        .wrapper .section__statistic .statistic__box {
          width: 100%;
          margin-bottom: 4.2rem; }
          .wrapper .section__statistic .statistic__box:last-child {
            margin-bottom: 0; }
        .wrapper .section__statistic .statistic__name {
          font-size: 2rem;
          margin-bottom: 5px; }
        .wrapper .section__statistic .statistic__number {
          font-size: 6.4rem; }
    .wrapper .section__certificate {
      padding: 10rem 0; }
      .wrapper .section__certificate .certificate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .wrapper .section__certificate .certificate__item {
          width: 100%;
          margin-bottom: 2.1rem; }
          .wrapper .section__certificate .certificate__item .downloading {
            padding: 1.6rem 3.2rem;
            border-radius: 2.8rem; }
            .wrapper .section__certificate .certificate__item .downloading span {
              font-size: 1.6rem; }
            .wrapper .section__certificate .certificate__item .downloading svg {
              width: 2.8rem;
              margin-left: 1.6rem; }
    .wrapper .section__produce {
      padding: 10rem 0; }
      .wrapper .section__produce .produce {
        -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; }
        .wrapper .section__produce .produce .content {
          width: 100%;
          margin-bottom: 5.1rem; }
          .wrapper .section__produce .produce .content .title {
            font-size: 4.8rem;
            margin-bottom: 2.4rem;
            font-weight: normal; }
          .wrapper .section__produce .produce .content .subtitle {
            font-size: 1.6rem;
            line-height: 150%; }
        .wrapper .section__produce .produce__container {
          -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;
          width: 100%; }
          .wrapper .section__produce .produce__container .box {
            width: 100%;
            height: 20.9rem;
            border-radius: 2rem;
            margin-bottom: 1.6rem; }
            .wrapper .section__produce .produce__container .box:last-child {
              margin-bottom: 0; }
            .wrapper .section__produce .produce__container .box img {
              height: 13.7rem; }
    .wrapper .section__feedback {
      padding: 10rem 0; }
      .wrapper .section__feedback .feedback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .wrapper .section__feedback .feedback__img {
          width: 100%;
          border-radius: 2rem;
          height: 29rem;
          margin-bottom: 4.2rem; }
        .wrapper .section__feedback .feedback__form {
          width: 100%; }
          .wrapper .section__feedback .feedback__form .title {
            font-size: 4.8rem; }
        .wrapper .section__feedback .feedback__button {
          width: 100%;
          font-size: 1.6rem;
          border-radius: 2.8rem;
          padding: 2rem; }
        .wrapper .section__feedback .feedback__label {
          width: 100%;
          margin-bottom: 1.6rem;
          margin-right: 0; }
          .wrapper .section__feedback .feedback__label input {
            border-radius: 2.8rem;
            padding: 1.7rem 2.4rem;
            font-size: 1.4rem; }
        .wrapper .section__feedback .feedback__container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
    .wrapper .section__map {
      height: 100vh; }
      .wrapper .section__map .map__container {
        padding: 6rem 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -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;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(15.25%, rgba(255, 255, 255, 0.95)), color-stop(65.37%, rgba(255, 255, 255, 0)), color-stop(97.09%, rgba(255, 255, 255, 0)));
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 15.25%, rgba(255, 255, 255, 0) 65.37%, rgba(255, 255, 255, 0) 97.09%); }
        .wrapper .section__map .map__container .title {
          font-size: 4.8rem; }
    .wrapper .section__contacts .general__container {
      padding: 0 2rem; }
    .wrapper .section__contacts .contacts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .wrapper .section__contacts .contacts__columns {
        width: 100%; }
        .wrapper .section__contacts .contacts__columns .title {
          font-size: 2.4rem;
          margin-bottom: 1.6rem; }
      .wrapper .section__contacts .contacts__form {
        margin-bottom: 6rem; }
        .wrapper .section__contacts .contacts__form input, .wrapper .section__contacts .contacts__form textarea {
          padding: 2.1rem 2.4rem;
          font-size: 1.4rem;
          border-radius: 2rem;
          margin-bottom: 1.2rem; }
        .wrapper .section__contacts .contacts__form button {
          padding: 1.6rem;
          font-size: 1.6rem;
          width: 100%;
          border-radius: 2.8rem; }
      .wrapper .section__contacts .contacts__content {
        max-width: 100%;
        padding: 2.7rem;
        padding-top: 3.2rem;
        padding-bottom: 2rem; }
        .wrapper .section__contacts .contacts__content .box {
          margin-bottom: 3.2rem; }
          .wrapper .section__contacts .contacts__content .box__text {
            font-size: 2rem; }
            .wrapper .section__contacts .contacts__content .box__text svg {
              min-width: 2rem;
              margin-right: 1.2rem; }
          .wrapper .section__contacts .contacts__content .box__mail {
            padding: 1.6rem 3.2rem; }
            .wrapper .section__contacts .contacts__content .box__mail span {
              font-size: 1.6rem; }
    .wrapper .section__description {
      margin-bottom: 10rem; }
      .wrapper .section__description .description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .wrapper .section__description .description__content {
          width: 100%;
          margin-bottom: 6rem; }
          .wrapper .section__description .description__content h1, .wrapper .section__description .description__content h2, .wrapper .section__description .description__content h3, .wrapper .section__description .description__content h4, .wrapper .section__description .description__content h5, .wrapper .section__description .description__content h6 {
            font-size: 4rem;
            margin-bottom: 1.6rem; }
          .wrapper .section__description .description__content p, .wrapper .section__description .description__content span, .wrapper .section__description .description__content strong, .wrapper .section__description .description__content a {
            font-size: 2rem; }
        .wrapper .section__description .description__docs {
          width: 100%;
          border-radius: 3rem;
          padding: 4.8rem 2.4rem; }
          .wrapper .section__description .description__docs .title {
            font-size: 3.2rem;
            margin-bottom: 3.2rem; }
          .wrapper .section__description .description__docs .docs__box {
            margin-bottom: 2.4rem; }
            .wrapper .section__description .description__docs .docs__box span {
              font-size: 1.4rem;
              margin-bottom: 1.3rem; }
          .wrapper .section__description .description__docs .docs__file {
            padding: 1.6rem 2.4rem;
            border-radius: 2.8rem;
            font-size: 1.4rem; }
            .wrapper .section__description .description__docs .docs__file svg {
              width: 2.4rem; } }
@media (min-width: 500.98px) {
  .desc-off {
    display: none; } }
@media (max-width: 500.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 325.98px) {
  :root {
    font-size: 9px; } }

/*# sourceMappingURL=main.css.map */