/*charset UTF-8*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Roboto+Condensed&display=swap");
*:not(svg) {
  box-sizing: border-box; }

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  left: 0;
  right: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  display: flex;
  height: 100vh;
  counter-reset: index-section; }

input:focus, input:active, textarea:focus, textarea:active, button:focus, button:active {
  outline: none !important; }

p {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-top: 20px; }

ul:not([class]) {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  margin-top: 20px; }
  ul:not([class]) li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 6px; }
    ul:not([class]) li:after {
      content: "";
      position: absolute;
      left: 12px;
      top: 7px;
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background-color: #000; }

.body-site section {
  min-width: 100vw; }

/*classes*/
.line-hover {
  position: relative; }
  .line-hover:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50);
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: .3s; }
  .line-hover:hover:before, .line-hover.link-active:before {
    width: 15px; }

.bottom-btn__callback {
  position: absolute;
  bottom: 25px;
  right: 35px;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  background-color: #23CE85;
  border-radius: 50%;
  transition: all 0.9s ease; }
  .bottom-btn__callback img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    animation-name: rotateCallback;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    animation-direction: alternate; }
  .bottom-btn__callback:before {
    content: "";
    width: 86px;
    height: 86px;
    background-color: transparent;
    border: 2px solid #23CE85;
    border-radius: 50%;
    position: absolute;
    animation-name: circleCallback;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    animation-direction: alternate; }

.section-number__wrapper {
  display: flex;
  align-items: baseline;
  color: #000000; }
  .section-number__wrapper .section-number__this-sec {
    font-weight: 600;
    font-size: 96px;
    line-height: 110%; }
  .section-number__wrapper .section-number__all-sec {
    font-weight: 500;
    font-size: 48px;
    line-height: 110%; }

.section__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  text-transform: uppercase; }

.btn__black {
  background: #000000;
  border-radius: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #FFFFFF;
  padding: 18px 43px;
  cursor: pointer;
  border: 2px solid #000;
  transition: .3s; }
  .btn__black:hover {
    background-color: #fff;
    color: #000; }

.btn__white {
  background: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000;
  padding: 18px 43px;
  cursor: pointer;
  border: 2px solid #000;
  transition: .3s; }
  .btn__white:hover {
    background-color: #000;
    color: #fff; }

.site-scroll.mousewheel {
  transition-duration: 1.2s !important; }

.swiper-pagination-bullet {
  transition-duration: 1.2s !important; }

.swiper-slide {
  transition-duration: 1.2s !important; }

.menu__list {
  transition-duration: 1.2s !important; }

.__upper {
  text-transform: uppercase; }

/*classes*/
/*animation*/
@keyframes circle {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
@keyframes circleCallback {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@keyframes rotateCallback {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(30deg); }
  100% {
    transform: rotate(0); } }
/*animation*/
/* modal */
.open-modal {
  cursor: pointer; }

.overlay {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto; }
  .overlay.open {
    opacity: 1;
    pointer-events: inherit; }
  .overlay .modal {
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    height: auto;
    box-shadow: 0 8px 13px 0 rgba(69, 69, 69, 0.24);
    background: #fff;
    width: 500px;
    box-sizing: border-box;
    max-width: 100%;
    padding: 60px 30px;
    top: 50%;
    left: 50%; }
    .overlay .modal.open {
      opacity: 1;
      pointer-events: inherit; }
      .overlay .modal.open .content {
        transform: translate(0, 0px);
        opacity: 1; }
    .overlay .modal .content {
      transform: translate(0, -10px);
      opacity: 0;
      transition: .35s ease-in-out;
      width: 100%; }
    .overlay .modal .modal-footer {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 30px;
      position: relative; }
    .overlay .modal .form-title {
      font-size: 36px;
      text-transform: uppercase;
      text-align: center; }
    .overlay .modal .form-subtitle {
      font-size: 16px;
      line-height: 110%;
      text-align: center;
      margin-top: 20px;
      color: #707070;
      padding: 0 20px; }
    .overlay .modal .modal-form {
      margin-top: 20px; }
    .overlay .modal .close-modal {
      cursor: pointer;
      position: absolute;
      top: -60px;
      right: -30px;
      align-items: center;
      width: 50px;
      height: 50px;
      background-color: #d7d7d7; }
      .overlay .modal .close-modal:after, .overlay .modal .close-modal:before {
        content: "";
        width: 2px;
        height: 25px;
        background-color: #000;
        border-radius: 84px;
        position: absolute;
        top: 50%;
        left: 50%; }
      .overlay .modal .close-modal:after {
        transform: translate(-50%, -50%) rotateZ(45deg); }
      .overlay .modal .close-modal:before {
        transform: translate(-50%, -50%) rotateZ(-45deg); }

/*input ?*/
.input-wrapper {
  width: 100%;
  margin-top: 30px; }
  .input-wrapper input {
    width: 100%;
    height: 100%;
    border: none;
    border-bottom: 2px solid #000;
    padding: 15px 15px 5px 0;
    border-radius: 0 !important; }
    .input-wrapper input.wpcf7-not-valid {
      border-color: #dc3232; }
  .input-wrapper textarea {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 2px solid #000;
    padding: 15px 15px 5px 0;
    border-radius: 0 !important;
    resize: none; }

.go__start {
  position: fixed;
  top: 37px;
  right: 0;
  z-index: 1000;
  width: 65px;
  height: 65px;
  background-color: #fff;
  display: block;
  cursor: pointer;
  transition: .4s all; }
  .go__start img {
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .4s all; }
  .go__start:hover img {
    transform: translate(-60%, -50%) rotate(-90deg); }

.wpcf7-not-valid-tip {
  font-size: 15px; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232; }

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 0;
  text-align: center; }

.wpcf7-spinner {
  position: absolute;
  bottom: -30px; }

/*input ?*/
/* modal */
/*navigation*/
.body-site {
  transition: 450ms; }
  .body-site.show-navigation__section {
    transform: translateX(215px); }

.swiper-slide {
  width: auto; }

.navigation {
  background-color: #fff;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  transition: 3s width; }

.logo {
  display: inline-block; }

/*menu*/
.main__menu-inner {
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 215px;
  transform: translate(-101vw, 0);
  -ms-transform: translateX(101vw);
  background-color: #ffffff;
  top: 0;
  padding-top: 0;
  transition: width 875ms ease-out, transform 450ms ease; }
  .main__menu-inner .main__menu-wrapper-bg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    padding: 24px 15px; }
  .main__menu-inner .menu__list {
    margin-top: 40px;
    height: auto;
    width: 100%;
    padding: 0;
    overflow: hidden;
    pointer-events: auto;
    display: flex;
    flex-direction: column; }
    .main__menu-inner .menu__list .swiper-pagination-bullet {
      width: auto;
      height: auto;
      border-radius: 0;
      background: transparent;
      opacity: 1;
      list-style: none;
      pointer-events: auto;
      box-sizing: border-box;
      padding: 12px 0 12px 21px;
      color: #000000;
      text-align: left;
      display: block;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      transition: all 0.3s; }
      .main__menu-inner .menu__list .swiper-pagination-bullet:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 1px;
        background-color: #000000;
        transition: 0.3s; }
      .main__menu-inner .menu__list .swiper-pagination-bullet:hover:before, .main__menu-inner .menu__list .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        width: 14px; }
    .main__menu-inner .menu__list .menu__item span {
      color: #000000;
      text-align: left;
      display: block;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      transition: all 0.3s; }

label.hamburger {
  position: fixed;
  top: 37px;
  left: 0;
  z-index: 1000;
  width: 65px;
  height: 65px;
  background-color: #fff;
  display: block;
  transition: transform 550ms ease; }
  label.hamburger:hover {
    cursor: pointer; }
  label.hamburger text close,
  label.hamburger text open {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    transform: translateY(46px);
    text-align: center;
    overflow: hidden;
    transition: width 0.4s 0.4s, color 0.45s 0.35s; }
  label.hamburger text close {
    color: #000;
    right: 0;
    width: 0; }
  label.hamburger text open {
    color: #000;
    width: 100%; }
  label.hamburger > i {
    position: absolute;
    width: 70%;
    left: 13%;
    height: 5px;
    border-radius: 15px;
    top: 34%;
    background-color: #000;
    pointer-events: auto;
    transition-duration: 0.35s;
    transition-delay: 0.45s; }
    label.hamburger > i:before, label.hamburger > i:after {
      position: absolute;
      display: block;
      width: 100%;
      margin: 0 auto;
      height: 5px;
      border-radius: 15px;
      left: 50%;
      background-color: #000;
      content: "";
      transition: transform 0.35s;
      transform-origin: 50% 50%; }
    label.hamburger > i:before {
      transform: translate(-50%, -12px); }
    label.hamburger > i:after {
      transform: translate(-50%, 12px); }

input.hamburger {
  display: none; }
  input.hamburger:checked {
    position: fixed; }
    input.hamburger:checked ~ .main__menu-inner {
      transform: translateX(0); }
      input.hamburger:checked ~ .main__menu-inner li {
        transform: translateX(0); }
    input.hamburger:checked ~ label {
      transform: translateX(215px); }
      input.hamburger:checked ~ label > i {
        background-color: transparent;
        transform: rotate(90deg); }
        input.hamburger:checked ~ label > i:before {
          transform: translate(-50%, -50%) rotate(315deg); }
        input.hamburger:checked ~ label > i:after {
          transform: translate(-50%, -50%) rotate(-315deg); }
      input.hamburger:checked ~ label close {
        width: 100%; }
      input.hamburger:checked ~ label open {
        width: 0; }

/*menu*/
.navigation__footer {
  display: flex;
  flex-direction: column;
  align-items: center; }

.download-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  position: relative;
  transition: all 0.9s ease; }
  .download-price.__white {
    background-color: #fff;
    position: absolute;
    bottom: 30px;
    left: 35px; }
    .download-price.__white .download-price__icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .download-price.__white .download-price__text {
      color: #000; }
    .download-price.__white:before {
      border: 2px solid #fff; }
  .download-price .download-price__text {
    width: 120px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    line-height: 110%;
    font-size: 14px;
    text-align: center;
    padding-top: 6px; }
  .download-price:before {
    content: "";
    width: 162px;
    height: 162px;
    position: absolute;
    top: -11px;
    left: -11px;
    transform: scale(1);
    border-radius: 50%;
    border: 2px solid #000; }
  .download-price:hover:before {
    animation-name: circle;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    animation-direction: alternate; }

.social-list {
  margin-top: 55px; }
  .social-list .social-itm {
    margin-bottom: 10px; }

.copyright__wrapper {
  text-align: center; }
  .copyright__wrapper .copyright {
    font-size: 14px;
    line-height: 110%;
    color: #000000; }
  .copyright__wrapper .politic__link {
    padding-top: 8px;
    display: inline-block;
    font-weight: 500;
    font-size: 10px;
    line-height: 110%;
    color: #000000; }

/*navigation*/
/*first-screen*/
.fs__title {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 55px;
  width: 100%;
  text-align: center;
  font-weight: 900;
  color: #252422;
  position: absolute;
  bottom: 51px; }

.first-screen {
  width: 100vw;
  min-width: auto !important;
  margin-left: 0;
  background-color: #000;
  background-image: url("../img/fs-image-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: 3; }
  .first-screen:after {
    content: "";
    background-image: url("../img/fs-after.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: absolute;
    width: 1250px;
    height: 800px;
    right: -43px;
    bottom: 10px; }
  .first-screen .first-screen__logo-wrapper {
    position: absolute;
    top: 45%;
    left: 400px;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    background: rgba(255, 250, 250, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .first-screen .first-screen__logo-wrapper:before {
      content: "";
      width: 550px;
      height: 550px;
      position: absolute;
      left: -25px;
      top: -25px;
      background-color: transparent;
      border: 2px solid #ffffff;
      border-radius: 50%; }

.first-screen__top-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 150px 0 150px; }

.first-screen-address__wrapper {
  color: #ffffff;
  display: flex;
  align-items: center; }
  .first-screen-address__wrapper .first-screen-address__icon {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative; }
    .first-screen-address__wrapper .first-screen-address__icon:before {
      content: "";
      width: 71px;
      height: 71px;
      position: absolute;
      left: -8px;
      top: -8px;
      background-color: transparent;
      border-radius: 50%;
      border: 2px solid #ffffff; }
  .first-screen-address__wrapper .first-screen-address__content {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 130%; }
    .first-screen-address__wrapper .first-screen-address__content .first-screen-address__title {
      font-weight: 700;
      text-transform: uppercase; }
    .first-screen-address__wrapper .first-screen-address__content .first-screen-address__subtitle {
      font-weight: 500; }

.first-screen-contacts__wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: row; }
  .first-screen-contacts__wrapper .first-screen-contacts__btn {
    padding: 10px 20px;
    border: 2px solid #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 110%;
    color: #000000;
    cursor: pointer;
    transition: 0.5s; }
    .first-screen-contacts__wrapper .first-screen-contacts__btn:hover {
      background-color: #000000;
      color: #ffffff; }
    .first-screen-contacts__wrapper .first-screen-contacts__btn.first-screen-contacts__btn-callback {
      position: relative; }
      .first-screen-contacts__wrapper .first-screen-contacts__btn.first-screen-contacts__btn-callback:before {
        content: "";
        width: 18px;
        height: 2px;
        position: absolute;
        right: 0;
        top: 50%;
        background-color: #000;
        transform: translateY(-50%);
        transition: 0.5s; }
      .first-screen-contacts__wrapper .first-screen-contacts__btn.first-screen-contacts__btn-callback:after {
        content: "";
        width: 28px;
        height: 2px;
        position: absolute;
        right: -28px;
        top: 50%;
        background-color: #fff;
        transform: translateY(-50%); }
      .first-screen-contacts__wrapper .first-screen-contacts__btn.first-screen-contacts__btn-callback:hover:before {
        transition: 0.5s;
        background-color: #fff; }
      .first-screen-contacts__wrapper .first-screen-contacts__btn.first-screen-contacts__btn-callback:hover:after {
        transition: 0.5s;
        background-color: #000; }

/*first-screen*/
/*history*/
.history {
  position: relative;
  height: 100vh;
  display: flex; }
  .history .section__title {
    width: 570px;
    text-align: right;
    margin-left: 20px;
    margin-top: -20px; }
  .history .section-number__wrapper {
    padding: 60px 0 0 70px; }
  .history .history-section__img {
    position: absolute;
    left: -170px;
    bottom: 0; }
    .history .history-section__img img {
      opacity: 0.4; }
  .history .history-section__logo__img {
    position: absolute;
    z-index: 3;
    left: 300px; }

.history-block__01 {
  position: relative;
  width: 940px;
  margin-left: 180px; }

.history-block-img {
  position: absolute;
  display: flex;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25); }
  .history-block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.history-block-img__01 {
  top: 60px;
  z-index: 1; }

.history-block-img__02 {
  bottom: 120px;
  left: -60px;
  z-index: 2; }
  .history-block-img__02:after {
    content: "";
    width: 390px;
    height: 130px;
    background-color: #000000;
    position: absolute;
    z-index: -1;
    top: -25px;
    right: -25px; }

.history-block-text-main__wrapper {
  position: absolute;
  color: #000000; }
  .history-block-text-main__wrapper b {
    font-weight: 600; }
  .history-block-text-main__wrapper .history-block-text__title {
    width: 430px;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase; }
  .history-block-text-main__wrapper .history-block-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    margin-top: 5px; }

.history-block-text__01 {
  width: 485px;
  top: 430px;
  left: 375px; }

.history-block-img__03 {
  left: 0;
  top: 0;
  width: 581px;
  height: 379px; }

.history-block-img__04 {
  bottom: 0;
  left: 160px;
  width: 711px;
  height: 396px; }

.history-block-text-sub__wrapper {
  font-size: 18px;
  line-height: 110%;
  color: #000000; }
  .history-block-text-sub__wrapper b {
    font-weight: 600; }

.history-block-text__02 {
  width: 390px;
  text-align: center;
  position: absolute;
  bottom: 64px;
  left: -60px; }

.history-block__02 {
  position: relative;
  width: 1120px;
  margin-right: 30px; }

.history-block-text__03 {
  width: 455px;
  position: absolute;
  top: 30px;
  right: 0; }

.history-block-text__04 {
  width: 855px;
  position: absolute;
  top: 423px;
  left: 60px; }

/*history*/
/*product*/
.product {
  position: relative;
  background-color: #000000;
  min-width: auto !important;
  width: auto;
  color: #ffffff;
  z-index: 333; }
  .product .section-number__wrapper {
    color: #ffffff;
    padding: 60px 0 0 70px; }
  .product .section__title-wrapper {
    position: absolute;
    z-index: 2; }
  .product .section__title {
    width: 470px;
    text-align: right; }

.product-slider {
  width: auto;
  height: 100vh; }
  .product-slider .product-slide {
    width: 100vw;
    height: 100vh !important;
    display: flex; }
    .product-slider .product-slide.product-slide__1 .product-slide__info {
      background-position: 100% 100%; }
    .product-slider .product-slide .product-slide__info {
      width: 80%;
      height: 100vh;
      flex: 0 0 80%;
      background-position: 100% 100%;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
    .product-slider .product-slide .product-slide__video {
      width: 20%;
      flex: 0 0 20%;
      position: relative; }
      .product-slider .product-slide .product-slide__video .slide__video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: center; }
  .product-slider .product-slide-description__wrapper {
    width: 415px;
    top: 40%;
    left: 150px;
    position: absolute;
    text-align: right; }
    .product-slider .product-slide-description__wrapper .product-slide-description__btn {
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      right: -230px;
      top: -60px; }
      .product-slider .product-slide-description__wrapper .product-slide-description__btn img {
        width: 24px;
        height: 24px;
        object-position: center;
        object-fit: cover; }
      .product-slider .product-slide-description__wrapper .product-slide-description__btn:before {
        content: "";
        width: 36px;
        height: 36px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        animation-name: circleCallback;
        animation-iteration-count: infinite;
        animation-duration: 1s;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        transition: all 0.9s ease;
        animation-direction: alternate; }
    .product-slider .product-slide-description__wrapper .product-slide-description__content {
      display: block;
      position: relative;
      padding-right: 30px; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__inner:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 80%;
        top: 7px;
        right: 0;
        background-color: #fff;
        transition: 0.3s; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-title {
        font-weight: 600;
        font-size: 38px;
        line-height: 110%;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 15px;
        position: relative;
        display: inline-block; }
        .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-title:before {
          content: "";
          position: absolute;
          top: 50%;
          left: -100px;
          width: 80px;
          height: 2px;
          background-color: #fff; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-text {
        font-size: 18px;
        line-height: 130%;
        color: #ffffff; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide__btn-wrapper {
        display: flex;
        justify-content: flex-end; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-link {
        padding: 6px 10px;
        background-color: #fff;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        border-radius: 10px;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        color: #000000;
        margin-top: 15px; }
        .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-link .icon {
          width: 43px;
          height: 43px; }
          .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-link .icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }

.slider-navigation__wrapper {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 3; }

.swiper-btn {
  z-index: 333;
  cursor: pointer;
  position: relative; }
  .swiper-btn img {
    width: 24px; }
  .swiper-btn:before {
    content: "";
    width: 2px;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    bottom: 130%;
    left: 10px; }
  .swiper-btn:after {
    content: "";
    width: 2px;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    top: 130%;
    left: 10px; }

.swiper-btn__text {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 110%;
  display: flex;
  color: #ffffff;
  transform: rotate(-90deg);
  position: absolute; }
  .swiper-btn__text.swiper-btn__text-prev {
    top: 37px;
    left: 11px; }
  .swiper-btn__text.swiper-btn__text-next {
    top: 14px;
    right: 11px; }

.swiper-btn__prev {
  left: 40px; }

.swiper-btn__next {
  right: -75vw; }

/*product*/
/*technology*/
.technology {
  position: relative; }
  .technology .section__title-wrapper {
    padding: 60px 0 0 70px;
    position: absolute; }
    .technology .section__title-wrapper .section-number__wrapper {
      position: relative;
      top: -40px; }
    .technology .section__title-wrapper .section__title {
      width: 570px;
      text-align: right;
      margin-left: 80px; }
      .technology .section__title-wrapper .section__title .__big-text {
        font-size: 72px;
        line-height: 110%; }

.technology-image__wrapper {
  padding: 0 50px; }

.technology-section__img {
  position: absolute;
  left: -170px;
  bottom: -100px; }

.technology__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 275px;
  height: 100vh; }
  .technology__wrapper .technology-card__column {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .technology__wrapper .technology-card__column .technology-card-icon {
      width: 100px;
      height: 100px;
      display: flex;
      flex: 0 0 100px; }
    .technology__wrapper .technology-card__column.technology-card__column-left {
      align-items: flex-end;
      margin-right: 30px;
      width: 720px;
      max-height: 940px; }
      .technology__wrapper .technology-card__column.technology-card__column-left .technology-card-icon {
        order: 2; }
      .technology__wrapper .technology-card__column.technology-card__column-left .technology-card-text {
        order: 1;
        text-align: right;
        margin-right: 15px; }
    .technology__wrapper .technology-card__column.technology-card__column-right {
      align-items: flex-end;
      margin-left: 50px;
      width: 885px;
      max-height: 940px; }
      .technology__wrapper .technology-card__column.technology-card__column-right .technology-card-text {
        text-align: left;
        margin-left: 15px; }
    .technology__wrapper .technology-card__column .technology-card {
      display: flex;
      align-items: center;
      position: relative; }
      .technology__wrapper .technology-card__column .technology-card:hover:before {
        background-color: #ad9783; }
      .technology__wrapper .technology-card__column .technology-card:after {
        content: "";
        position: absolute; }
      .technology__wrapper .technology-card__column .technology-card:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid #ffffff;
        background-color: transparent;
        transition: 0.4s background-color; }
      .technology__wrapper .technology-card__column .technology-card .technology-card-text {
        font-size: 24px; }
      .technology__wrapper .technology-card__column .technology-card.technology-card__01 {
        margin-top: 240px; }
        .technology__wrapper .technology-card__column .technology-card.technology-card__01:after {
          border-bottom: 2px solid #000000;
          border-right: 2px solid #000000;
          width: 260px;
          height: 61px;
          right: -260px;
          top: -13px; }
        .technology__wrapper .technology-card__column .technology-card.technology-card__01:before {
          top: -52px;
          right: -272px; }
      .technology__wrapper .technology-card__column .technology-card.technology-card__02 {
        margin-top: 140px; }
        .technology__wrapper .technology-card__column .technology-card.technology-card__02:after {
          border-top: 2px solid #000000;
          border-right: 2px solid #000000;
          width: 322px;
          height: 108px;
          right: -322px;
          top: 50px; }
        .technology__wrapper .technology-card__column .technology-card.technology-card__02:before {
          bottom: -88px;
          right: -335px; }
      .technology__wrapper .technology-card__column .technology-card.technology-card__03 {
        margin-top: 160px; }
        .technology__wrapper .technology-card__column .technology-card.technology-card__03:after {
          border-bottom: 2px solid #000000;
          width: 247px;
          height: 2px;
          right: -247px;
          top: 47px; }
        .technology__wrapper .technology-card__column .technology-card.technology-card__03:before {
          bottom: 36px;
          right: -275px; }
      .technology__wrapper .technology-card__column .technology-card.technology-card__04 {
        margin-top: 74px; }
        .technology__wrapper .technology-card__column .technology-card.technology-card__04:after {
          border-top: 2px solid #000000;
          border-left: 2px solid #000000;
          width: 243px;
          height: 50px;
          left: -243px;
          top: 50px; }
        .technology__wrapper .technology-card__column .technology-card.technology-card__04:before {
          bottom: -30px;
          left: -256px; }
      .technology__wrapper .technology-card__column .technology-card.technology-card__05 {
        margin-top: 170px; }
        .technology__wrapper .technology-card__column .technology-card.technology-card__05:after {
          border-bottom: 2px solid #000000;
          border-left: 2px solid #000000;
          width: 168px;
          height: 122px;
          left: -168px;
          top: -72px; }
        .technology__wrapper .technology-card__column .technology-card.technology-card__05:before {
          top: -100px;
          left: -181px; }
      .technology__wrapper .technology-card__column .technology-card.technology-card__06 {
        margin-top: 205px; }
        .technology__wrapper .technology-card__column .technology-card.technology-card__06:after {
          border-bottom: 2px solid #000000;
          border-left: 2px solid #000000;
          width: 400px;
          height: 135px;
          left: -400px;
          top: -84px; }
        .technology__wrapper .technology-card__column .technology-card.technology-card__06:before {
          top: -112px;
          left: -413px; }

.glove-360__wrapper {
  width: 760px;
  height: auto;
  margin: 0 0 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 3px solid #000; }
  .glove-360__wrapper .glove-360__video {
    width: 100%;
    height: 100%; }
  .glove-360__wrapper .glove-360__img-wrapper {
    max-width: 340px;
    height: auto; }
    .glove-360__wrapper .glove-360__img-wrapper img {
      width: 100%;
      height: 100%; }
  .glove-360__wrapper .glove-360-arrow__wrapper {
    position: relative; }
    .glove-360__wrapper .glove-360-arrow__wrapper .glove-360__text {
      font-weight: 500;
      font-size: 36px;
      line-height: 110%;
      color: #000000;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

/*technology*/
/*partnership*/
.partnership {
  border-left: 3px solid #000;
  position: relative; }
  .partnership .partnership-section__img {
    position: absolute;
    left: -2px;
    top: -75px; }
  .partnership .section__title-wrapper {
    position: absolute;
    bottom: 150px;
    left: 100px; }
  .partnership .section__title {
    font-size: 96px; }

.partnership__wrapper {
  display: flex;
  margin-left: 430px;
  margin-right: 120px;
  margin-top: 60px; }
  .partnership__wrapper .partnership-image__wrapper {
    width: 550px;
    height: auto; }
    .partnership__wrapper .partnership-image__wrapper img {
      width: 100%;
      height: 100%; }
  .partnership__wrapper .partnership-content__column {
    width: 600px;
    margin-left: 120px;
    color: #000000; }
    .partnership__wrapper .partnership-content__column .partnership-content__title {
      font-weight: 500;
      font-size: 36px;
      line-height: 110%;
      text-transform: uppercase; }
  .partnership__wrapper .partnership-content-btn__wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px; }

/*partnership*/
/*contacts*/
.contacts {
  background-color: #000000;
  color: #ffffff; }
  .contacts .section__title-wrapper {
    padding: 80px 0 0 120px;
    position: absolute; }
  .contacts .section-number__wrapper {
    color: #ffffff; }
  .contacts .section__title {
    font-size: 64px; }
  .contacts .contacts-section__img01 {
    position: absolute;
    top: 300px;
    left: 120px; }
  .contacts .contacts-section__img02 {
    position: absolute;
    bottom: 40px;
    right: 805px; }

.contacts-container {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  align-items: flex-end;
  margin-top: 80px;
  padding-right: 225px; }

.contacts-info__wrapper {
  text-align: right;
  width: 720px; }
  .contacts-info__wrapper .contacts-info {
    margin-bottom: 20px; }
    .contacts-info__wrapper .contacts-info .contacts-info__row {
      font-weight: 500;
      font-size: 18px;
      line-height: 110%;
      color: #ffffff; }
      .contacts-info__wrapper .contacts-info .contacts-info__row.contacts-info__title {
        font-weight: 600;
        font-size: 24px; }
      .contacts-info__wrapper .contacts-info .contacts-info__row a {
        font-weight: 600;
        font-size: 18px;
        line-height: 110%;
        text-decoration: underline;
        color: #ffffff; }
    .contacts-info__wrapper .contacts-info .contacts-links {
      margin-top: 4px; }
      .contacts-info__wrapper .contacts-info .contacts-links .contacts-info__row {
        margin-bottom: 0; }
        .contacts-info__wrapper .contacts-info .contacts-links .contacts-info__row a {
          text-decoration: none; }

.contacts__map {
  width: 800px;
  height: 460px;
  border-radius: 10px;
  overflow: hidden; }

/*contacts*/
/*catalog page*/
.catalog-page {
  display: flex;
  align-items: center;
  width: 100vw; }

.links-pages__wrapper {
  position: absolute;
  left: 50%;
  z-index: 9;
  bottom: 130px;
  display: flex;
  transform: translateX(-50%); }
  .links-pages__wrapper a {
    display: flex;
    padding: 12px 22px;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 18px;
    margin: 0 15px;
    transition: 0.4s;
    background-color: #000000;
    color: #ffffff; }
    .links-pages__wrapper a:hover {
      color: #000;
      background-color: #fff; }

.body-site2 {
  width: 100%; }

.body-site2 .swiper-slide {
  height: 600px;
  width: 60%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.catalog-card__wrapper.swiper-slide-active .catalog-card__title-wrapper {
  transform: translateX(0);
  opacity: 1; }
.catalog-card__wrapper.swiper-slide-active .catalog-card__bg {
  -webkit-filter: grayscale(100%) opacity(25%) brightness(120%);
  filter: grayscale(100%) opacity(25%) brightness(120%);
  transition: 0.4s; }
.catalog-card__wrapper.swiper-slide-active .catalog-card__img {
  transform: translate(-41%, -50%); }
.catalog-card__wrapper.swiper-slide-active .catalog-card__Link {
  transform: translateX(0); }

.catalog-card {
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  align-items: flex-end; }
  .catalog-card .catalog-card__title-wrapper {
    width: 360px;
    text-align: left;
    color: #000;
    z-index: 11;
    padding-bottom: 15px;
    padding-left: 15px;
    transform: translateX(-1000px);
    transition-delay: 0.4s;
    transition-duration: 0.6s;
    opacity: 0;
    position: relative;
    bottom: 25%; }
    .catalog-card .catalog-card__title-wrapper .catalog-card__title {
      font-size: 18px;
      font-weight: 600;
      display: flex;
      min-height: 40px;
      align-items: center; }
    .catalog-card .catalog-card__title-wrapper .catalog-card__subtitle {
      font-size: 14px;
      font-weight: 400;
      margin-top: 10px; }
  .catalog-card .catalog-card__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(100vw, -50%);
    width: 760px;
    object-fit: cover;
    object-position: center;
    transition: 1s; }
  .catalog-card .catalog-card__bg {
    width: 100%;
    height: 75%;
    background-size: cover;
    background-position: 50% 100%;
    -webkit-filter: none;
    filter: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .catalog-card .catalog-card__Link {
    position: absolute;
    bottom: 25%;
    margin-bottom: 15px;
    margin-right: 15px;
    right: 0;
    transform: translateX(100vw);
    transition-delay: 0.4s;
    transition-duration: 0.4s;
    font-size: 22px;
    border-radius: 10px;
    color: #000;
    z-index: 10;
    padding: 12px 30px;
    border: 2px solid #000;
    opacity: 1; }
    .catalog-card .catalog-card__Link:hover {
      transition-delay: 0.1s;
      transition-duration: 0.1s;
      background-color: #000000;
      color: #ffffff; }

/*catalog page*/
/*product page*/
.product-page {
  min-width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  padding: 40px 60px;
  display: flex;
  align-items: center; }

.product__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .product__wrapper .product__column {
    padding: 0 20px; }
  .product__wrapper .product-slider__wrapper {
    width: 50%;
    flex: 0 0 50%; }
    .product__wrapper .product-slider__wrapper .swiper-product {
      height: 560px; }
      .product__wrapper .product-slider__wrapper .swiper-product img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center; }
    .product__wrapper .product-slider__wrapper .swiper-button-next:after,
    .product__wrapper .product-slider__wrapper .swiper-button-prev:after {
      color: #000; }
    .product__wrapper .product-slider__wrapper .swiper-product-thumbs {
      margin-top: 10px; }
      .product__wrapper .product-slider__wrapper .swiper-product-thumbs .swiper-slide {
        height: auto;
        cursor: pointer; }
        .product__wrapper .product-slider__wrapper .swiper-product-thumbs .swiper-slide.swiper-slide-thumb-active {
          opacity: 1; }
        .product__wrapper .product-slider__wrapper .swiper-product-thumbs .swiper-slide img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
  .product__wrapper .product-content {
    width: 50%;
    flex: 0 0 50%;
    display: flex;
    color: #000;
    flex-direction: column; }
    .product__wrapper .product-content .product-title {
      font-weight: 700;
      font-size: 48px; }
    .product__wrapper .product-content .product-description {
      font-weight: 400;
      font-size: 20px;
      line-height: 120%;
      margin-top: 40px; }
  .product__wrapper .product__link-wrapper {
    display: flex;
    margin-top: 30px; }
    .product__wrapper .product__link-wrapper .btn__white {
      margin-left: 30px; }

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #ffffff; }

.swiper-btn.swiper-button-disabled {
  opacity: 0.4; }

/*product page*/
.product-slider .product-slide[data-swiper-slide-index="2"] .product-slide-description__btn {
  right: -375px;
  top: -135px; }

.color__tab--wrapper .color__tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  flex-wrap: wrap; }
  .color__tab--wrapper .color__tab .color-btn {
    width: 25px;
    height: 25px;
    margin: 10px 10px;
    position: relative;
    cursor: pointer; }
    .color__tab--wrapper .color__tab .color-btn:after {
      content: "";
      width: 27px;
      height: 27px;
      background-color: transparent;
      border: 2px solid #d1d1d1;
      position: absolute;
      left: -3px;
      top: -3px; }
    .color__tab--wrapper .color__tab .color-btn.active:after {
      border: 2px solid #000; }
    .color__tab--wrapper .color__tab .color-btn[data-btn-color="black"] {
      background-color: #000000; }
    .color__tab--wrapper .color__tab .color-btn[data-btn-color="white"] {
      background-color: #ffffff; }
    .color__tab--wrapper .color__tab .color-btn[data-btn-color="red"] {
      background-color: #d91919; }
    .color__tab--wrapper .color__tab .color-btn[data-btn-color="blue"] {
      background-color: #1a70ff; }
    .color__tab--wrapper .color__tab .color-btn[data-btn-color="pink"] {
      background-color: #fa80ff; }
    .color__tab--wrapper .color__tab .color-btn[data-btn-color="bright-bluue"] {
      background-color: #0eb6ff; }
    .color__tab--wrapper .color__tab .color-btn[data-btn-color="b-white"] {
      background-color: black;
      background: linear-gradient(to right, black 0%, black 50%, white 50%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 ); }
    .color__tab--wrapper .color__tab .color-btn[data-btn-color="gray"] {
      background-color: #949494; }
    .color__tab--wrapper .color__tab .color-btn[data-btn-color="blaack-g"] {
      background-color: black;
      background: linear-gradient(to right, black 0%, black 50%, #c7aa36 50%, #c7aa36 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c7aa36', GradientType=1 ); }

.fade-out {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  opacity: 0; }

/*mobail phone*/
.mobail__phone {
  display: none; }

/*mobail phone*/
/*thumbs catalog*/
.catalog-page {
  flex-direction: column;
  justify-content: center; }

.swiper-catalog-thumbs {
  position: relative;
  width: 100%;
  bottom: 20px; }
  .swiper-catalog-thumbs .swiper-wrapper {
    justify-content: center; }
  .swiper-catalog-thumbs .swiper-slide {
    width: auto;
    opacity: 0.3;
    cursor: pointer; }
    .swiper-catalog-thumbs .swiper-slide.swiper-slide-thumb-active {
      opacity: 1; }
    .swiper-catalog-thumbs .swiper-slide:hover {
      opacity: 1; }
  .swiper-catalog-thumbs .catalog-card__img {
    width: 80px;
    height: 80px; }

/*thumbs catalog*/
@media screen and (max-width: 1600px) {
  .first-screen:after {
    width: 1050px;
    height: 800px;
    right: -35px;
    bottom: -60px; }

  .download-price {
    width: 125px;
    height: 125px; }
    .download-price:before {
      width: 142px;
      height: 142px;
      top: -10px;
      left: -10px; }
    .download-price .download-price__icon {
      width: 50px; }
      .download-price .download-price__icon img {
        width: 100%;
        height: auto; }

  .main__menu-inner .menu__list {
    margin-top: 0; }

  .social-list {
    margin-top: 25px; }

  .section__title {
    font-size: 38px; }

  .section-number__wrapper .section-number__this-sec {
    font-size: 72px; }
  .section-number__wrapper .section-number__all-sec {
    font-size: 38px; }

  .history .section__title {
    width: 430px;
    margin-top: 30px;
    margin-left: 65px; }
  .history .history-section__logo__img {
    left: 180px; }

  .history-block-text-main__wrapper .history-block-text__title {
    width: 320px;
    font-size: 28px; }
  .history-block-text-main__wrapper .history-block-text {
    font-size: 18px; }

  .history-block__02 {
    width: 930px; }

  .history-block-img__03 {
    width: 525px;
    height: auto; }

  .history-block-text__03 {
    width: 340px; }

  .history-block-text__04 {
    top: 360px; }

  .history-block-img__04 {
    width: 660px;
    height: auto; }

  .product .section__title {
    width: 430px; }

  .product-slider .product-slide.product-slide__1 .product-slide__info {
    background-size: 1400px; }
  .product-slider .product-slide-description__wrapper {
    width: 360px; }
    .product-slider .product-slide-description__wrapper .product-slide-description__btn {
      top: 0; }
    .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-title {
      font-size: 28px; }
    .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-text {
      font-size: 16px; }
    .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-link {
      font-size: 18px;
      line-height: 1; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-link .icon {
        width: 36px;
        height: 36px; }

  .technology .section__title-wrapper .section__title {
    width: 470px; }
    .technology .section__title-wrapper .section__title .__big-text {
      font-size: 62px; }

  .technology__wrapper .technology-card__column.technology-card__column-left {
    width: 615px; }
  .technology__wrapper .technology-card__column.technology-card__column-right {
    width: 755px;
    margin-left: 0; }
  .technology__wrapper .technology-card__column .technology-card .technology-card-text {
    font-size: 20px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__01 {
    margin-top: 220px; }
    .technology__wrapper .technology-card__column .technology-card.technology-card__01:after {
      height: 75px;
      top: -26px; }
    .technology__wrapper .technology-card__column .technology-card.technology-card__01:before {
      top: -55px;
      right: -273px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__04 {
    margin-top: 50px; }
    .technology__wrapper .technology-card__column .technology-card.technology-card__04:after {
      width: 207px;
      left: -207px; }
    .technology__wrapper .technology-card__column .technology-card.technology-card__04:before {
      bottom: -27px;
      left: -220px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__05:after {
    width: 120px;
    height: 123px;
    left: -122px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__05:before {
    top: -100px;
    left: -135px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__06:after {
    width: 352px;
    left: -354px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__06:before {
    top: -112px;
    left: -367px; }

  .glove-360__wrapper {
    margin: 0 20px; }

  .partnership .section__title-wrapper {
    bottom: 100px;
    left: 80px; }
  .partnership .section__title {
    font-size: 68px; }
  .partnership .partnership-section__img {
    width: 260px;
    height: auto;
    top: -50px; }
    .partnership .partnership-section__img img {
      width: 100%;
      height: 100%; }

  .partnership__wrapper {
    margin-left: 330px;
    margin-right: 80px;
    margin-top: 80px; }
    .partnership__wrapper .partnership-image__wrapper {
      width: 450px; }
    .partnership__wrapper .partnership-content__column {
      width: 600px;
      margin-left: 60px;
      color: #000000; }
      .partnership__wrapper .partnership-content__column .partnership-content__title {
        font-size: 32px; }

  p {
    font-size: 16px;
    line-height: 130%;
    margin-top: 15px; }

  ul:not([class]) {
    font-size: 16px;
    line-height: 130%;
    margin-top: 15px; }

  .contacts .section__title-wrapper {
    padding: 80px 0 0 220px; }
  .contacts .section__title {
    font-size: 48px; }
  .contacts .contacts-section__img01 {
    top: 270px;
    left: 160px; }
  .contacts .contacts-section__img02 {
    bottom: 0;
    right: 735px;
    width: 420px;
    height: auto; }
    .contacts .contacts-section__img02 img {
      width: 100%;
      height: auto; }

  .contacts-info__wrapper {
    width: 670px; }
    .contacts-info__wrapper .contacts-info .contacts-info__row {
      font-size: 16px; }
      .contacts-info__wrapper .contacts-info .contacts-info__row a {
        font-size: 16px; }
      .contacts-info__wrapper .contacts-info .contacts-info__row.contacts-info__title {
        font-weight: 600;
        font-size: 22px; }

  .contacts__map {
    width: 700px; } }
@media screen and (max-width: 1370px) {
  .body-site {
    transform: translateX(0); }

  .go__start {
    top: 37px;
    width: 45px;
    height: 45px; }
    .go__start img {
      width: 70%; }

  label.hamburger {
    top: 37px;
    width: 45px;
    height: 45px; }
    label.hamburger text close,
    label.hamburger text open {
      font-size: 0.7em;
      font-weight: 700;
      position: absolute;
      transform: translateY(33px); }
    label.hamburger > i {
      height: 3px; }
      label.hamburger > i:before, label.hamburger > i:after {
        height: 3px; }
      label.hamburger > i:before {
        transform: translate(-50%, -10px); }
      label.hamburger > i:after {
        transform: translate(-50%, 10px); }

  .main__menu-inner {
    transform: translate(-101vw, 0);
    -ms-transform: translateX(101vw); }

  .first-screen {
    width: 100vw;
    min-width: 100vw;
    margin-left: 0; }

  .main__menu-inner .main__menu-wrapper-bg {
    padding: 15px; }

  .main__menu-inner .menu__list {
    margin-top: 0; }
    .main__menu-inner .menu__list .menu__item {
      padding: 8px 0 8px 28px; }

  .download-price .download-price__text {
    font-size: 12px; }

  .first-screen-address__wrapper .first-screen-address__content {
    font-size: 16px; }
  .first-screen-address__wrapper .first-screen-address__icon {
    width: 40px;
    height: 40px; }
    .first-screen-address__wrapper .first-screen-address__icon img {
      width: 100%;
      height: auto; }
    .first-screen-address__wrapper .first-screen-address__icon:before {
      width: 52px;
      height: 52px; }

  .fs__title {
    font-size: 32px;
    bottom: 43px; }

  .first-screen-contacts__wrapper .first-screen-contacts__btn {
    font-size: 18px;
    padding: 8px 15px;
    line-height: 1; }
    .first-screen-contacts__wrapper .first-screen-contacts__btn.first-screen-contacts__btn-callback:before {
      width: 14px; }

  .first-screen {
    padding-right: 0; }
    .first-screen:after {
      width: 900px;
      height: 600px;
      right: -32px;
      bottom: 26px; }
    .first-screen .first-screen__logo-wrapper {
      width: 350px;
      height: 350px;
      left: 330px; }
      .first-screen .first-screen__logo-wrapper img {
        width: 280px;
        height: auto; }
      .first-screen .first-screen__logo-wrapper:before {
        width: 380px;
        height: 380px;
        left: -17px;
        top: -17px; }

  .first-screen__top-info {
    margin: 30px 90px 0 90px; }

  .bottom-btn__callback {
    width: 70px;
    height: 70px; }
    .bottom-btn__callback:before {
      width: 70px;
      height: 70px; }
    .bottom-btn__callback img {
      width: 35px;
      height: 35px; }

  .history .section__title {
    margin-top: -30px; }
  .history .history-section__logo__img {
    left: 280px;
    width: 240px;
    height: auto; }
    .history .history-section__logo__img img {
      width: 100%;
      height: auto; }
  .history .history-section__img {
    left: -120px;
    width: 500px;
    height: auto; }
    .history .history-section__img img {
      width: 100%;
      height: auto; }

  .history-block__01 {
    width: 740px; }

  .history-block-img__01 {
    width: 600px;
    top: 40px;
    height: auto; }
    .history-block-img__01 img {
      width: 100%;
      height: auto; }

  .history-block-img__02 {
    width: 330px;
    bottom: 80px; }
    .history-block-img__02 img {
      width: 100%;
      height: auto; }
    .history-block-img__02::after {
      width: 330px;
      top: -15px;
      right: -15px; }

  .history-block-text-sub__wrapper {
    font-size: 16px; }

  .history-block-text__02 {
    bottom: 35px;
    left: -90px; }

  .history-block-text__01 {
    width: 350px;
    top: 360px;
    left: 320px; }

  .history-block-img__03 {
    width: 425px; }

  .history-block__02 {
    width: 820px; }

  .history-block-img__04 {
    width: 560px; }

  .history-block-text__04 {
    width: 655px;
    top: 325px; }

  .product .section__title {
    margin-top: -30px; }

  .product-slider .product-slide {
    width: 100vw; }
  .product-slider .product-slide-description__wrapper {
    width: 310px; }
    .product-slider .product-slide-description__wrapper .product-slide-description__btn {
      top: 40px;
      right: -170px; }
    .product-slider .product-slide-description__wrapper .product-slide-description__content {
      padding-right: 15px; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-title {
        font-size: 24px; }
        .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-title:before {
          left: -80px;
          width: 60px; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-text {
        font-size: 14px; }
  .product-slider .product-slide.product-slide__1 .product-slide__info {
    background-size: 1100px; }

  .swiper-btn__text {
    font-size: 12px; }
    .swiper-btn__text.swiper-btn__text-prev {
      top: 43px;
      left: 5px; }
    .swiper-btn__text.swiper-btn__text-next {
      top: 12px;
      right: 5px; }

  .swiper-btn__next {
    right: calc(-80vw - -80px); }

  .technology .section__title-wrapper .section__title {
    font-size: 32px;
    width: 370px; }
    .technology .section__title-wrapper .section__title .__big-text {
      font-size: 48px; }

  .technology__wrapper .technology-card__column.technology-card__column-left {
    width: 480px; }
  .technology__wrapper .technology-card__column.technology-card__column-right {
    width: 570px; }
  .technology__wrapper .technology-card__column .technology-card:before {
    width: 18px;
    height: 18px; }
  .technology__wrapper .technology-card__column .technology-card .technology-card-text {
    font-size: 16px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__01:after {
    width: 200px;
    height: 65px;
    right: -200px;
    top: -30px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__01:before {
    top: -52px;
    right: -210px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__02:before {
    bottom: -33px;
    right: -257px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__02:after {
    width: 247px;
    height: 45px;
    right: -247px;
    top: 34px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__03 {
    margin-top: 80px; }
    .technology__wrapper .technology-card__column .technology-card.technology-card__03:after {
      width: 189px;
      height: 2px;
      right: -189px;
      top: 32px; }
    .technology__wrapper .technology-card__column .technology-card.technology-card__03:before {
      bottom: 24px;
      right: -211px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__04 {
    margin-top: 90px; }
    .technology__wrapper .technology-card__column .technology-card.technology-card__04:after {
      width: 157px;
      left: -157px;
      top: 35px; }
    .technology__wrapper .technology-card__column .technology-card.technology-card__04:before {
      bottom: -39px;
      left: -167px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__05 {
    margin-top: 115px; }
    .technology__wrapper .technology-card__column .technology-card.technology-card__05:after {
      width: 100px;
      height: 63px;
      left: -100px;
      top: -28px; }
    .technology__wrapper .technology-card__column .technology-card.technology-card__05:before {
      top: -50px;
      left: -110px; }
  .technology__wrapper .technology-card__column .technology-card.technology-card__06 {
    margin-top: 155px; }
    .technology__wrapper .technology-card__column .technology-card.technology-card__06:after {
      width: 262px;
      left: -263px;
      top: -39px;
      height: 73px; }
    .technology__wrapper .technology-card__column .technology-card.technology-card__06:before {
      top: -62px;
      left: -273px; }
  .technology__wrapper .technology-card__column .technology-card-icon {
    width: 70px;
    flex: 0 0 70px;
    height: 70px; }
    .technology__wrapper .technology-card__column .technology-card-icon img {
      width: 100%;
      height: 100%; }

  .technology-image__wrapper {
    width: 560px;
    height: auto; }
    .technology-image__wrapper img {
      width: 100%;
      height: auto; }

  .glove-360__wrapper {
    width: 560px; }
    .glove-360__wrapper .glove-360__img-wrapper {
      max-width: 245px; }
    .glove-360__wrapper .glove-360-arrow__wrapper .glove-360__text {
      font-size: 24px; }
    .glove-360__wrapper .glove-360-arrow__wrapper .glove-360__arrow {
      width: 360px;
      height: auto; }
      .glove-360__wrapper .glove-360-arrow__wrapper .glove-360__arrow img {
        width: 100%;
        height: auto; }

  p {
    margin-top: 10px;
    font-size: 14px; }

  ul:not([class]) {
    font-size: 14px; }

  .partnership .section__title-wrapper {
    bottom: 60px;
    left: 60px; }
  .partnership .section__title {
    font-size: 48px; }

  .partnership__wrapper .partnership-content__column {
    width: 700px;
    margin-left: 40px; }
    .partnership__wrapper .partnership-content__column .partnership-content__title {
      font-size: 28px; }

  .product__wrapper .product__link-wrapper {
    flex-direction: column;
    max-width: 320px;
    margin: 30px auto 0 auto;
    width: 100%; }
    .product__wrapper .product__link-wrapper .btn__white {
      margin-left: 0;
      margin-top: 15px;
      text-align: center; }
    .product__wrapper .product__link-wrapper .btn__black {
      text-align: center; }

  .btn__black {
    font-size: 18px;
    line-height: 1;
    padding: 15px 26px; }

  .btn__white {
    font-size: 18px;
    line-height: 1;
    padding: 15px 26px; }

  .contacts .section__title-wrapper {
    padding: 60px 0 0 160px; }
  .contacts .contacts-section__img01 {
    top: 220px;
    left: 166px;
    width: 260px;
    height: auto; }
    .contacts .contacts-section__img01 img {
      width: 100%;
      height: auto; }
  .contacts .contacts-section__img02 {
    bottom: 38px;
    right: 590px;
    width: 320px;
    height: auto; }

  .contacts-container {
    padding-right: 230px;
    margin-top: 60px; }

  .contacts__map {
    width: 650px;
    height: 360px; }

  .body-site2 .swiper-slide {
    height: 400px;
    width: 70%; }

  .catalog-card .catalog-card__img {
    width: 520px; }
  .catalog-card .catalog-card__Link {
    padding: 12px 22px;
    font-size: 18px; }
  .catalog-card .catalog-card__title-wrapper {
    width: 260px; }

  .product-page {
    padding: 40px;
    --swiper-navigation-size: 36px; }
    .product-page .swiper-button-next, .product-page .swiper-rtl .swiper-button-prev {
      right: 0;
      left: auto; }
    .product-page .swiper-button-prev, .product-page .swiper-rtl .swiper-button-next {
      left: 0;
      right: auto; }

  .product__wrapper .product-slider__wrapper .swiper-product {
    height: 440px; }
  .product__wrapper .product-content .product-title {
    font-size: 28px; }
  .product__wrapper .product-content .product-description {
    font-size: 16px; }

  .product-slider .product-slide[data-swiper-slide-index='2'] .product-slide-description__btn {
    right: -225px;
    top: 0; }

  /*thumbs catalog*/
  .swiper-catalog-thumbs .catalog-card__img {
    width: 40px;
    height: 40px; }

  /*thumbs catalog*/ }
@media screen and (max-width: 800px) {
  .download-price {
    width: 105px;
    height: 105px; }
    .download-price:before {
      width: 122px;
      height: 122px; }

  .first-screen {
    background-size: cover; }
    .first-screen:after {
      width: 600px;
      height: 400px;
      right: -10px;
      bottom: 0; }
    .first-screen .first-screen__logo-wrapper {
      left: 180px;
      width: 300px;
      height: 300px; }
      .first-screen .first-screen__logo-wrapper img {
        width: 200px; }
      .first-screen .first-screen__logo-wrapper:before {
        width: 330px;
        height: 330px; }

  .go__start {
    display: none; }

  .bottom-btn__callback {
    bottom: 15px; }

  .body-site.show-navigation__section {
    transform: translateX(0px); }

  label.hamburger {
    left: auto;
    right: 0;
    display: block; }

  input.hamburger:checked ~ label {
    transform: translateX(-40vw); }

  .navigation__header {
    align-items: center; }

  .main__menu-inner {
    position: fixed;
    z-index: 999;
    left: revert;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    transform: translate(101vw, 0);
    -ms-transform: translateX(-101vw);
    top: 0;
    padding-top: 0;
    background-color: rgba(255, 255, 255, 0.7) !important; }
    .main__menu-inner .main__menu-wrapper-bg {
      width: 40vw;
      background-color: #fff;
      right: 0;
      position: absolute;
      padding: 15px; }
    .main__menu-inner .menu__list {
      transform: none; }
      .main__menu-inner .menu__list .swiper-pagination-bullet {
        padding: 6px 0 6px 28px; }
      .main__menu-inner .menu__list .menu__item {
        transform: translate(-120vw, 0);
        -ms-transform: translateX(120vw); }

  .overlay-menu {
    width: 60vw;
    height: 100vh;
    position: absolute; }

  .first-screen {
    min-height: 100vh;
    background-size: cover;
    background-position: center; }

  .first-screen-address__wrapper .first-screen-address__icon {
    display: none; }

  .download-price.__white {
    bottom: 30px; }

  .first-screen__top-info {
    display: none; }

  .body-site section {
    padding: 60px 15px 80px 15px; }

  .section__title-wrapper {
    display: flex; }

  .section__title {
    margin-top: 0;
    text-align: left;
    font-size: 28px;
    margin-left: 20px;
    width: auto; }

  .section-number__wrapper .section-number__this-sec {
    font-size: 54px; }
  .section-number__wrapper .section-number__all-sec {
    font-size: 24px; }

  .history {
    height: auto;
    min-height: 100vh;
    flex-direction: column; }

  .history-block-img {
    position: static;
    box-shadow: none; }

  .history-block-text-main__wrapper {
    position: static;
    margin-top: 30px; }
    .history-block-text-main__wrapper .history-block-text__title {
      width: auto;
      font-size: 20px; }
    .history-block-text-main__wrapper .history-block-text {
      font-size: 16px; }

  .history .section-number__wrapper {
    padding: 0 0 0 30px; }
  .history .history-section__logo__img {
    display: none; }
  .history .section__title {
    margin-top: 0;
    width: auto;
    text-align: left;
    margin-left: 20px; }
  .history .history-section__img {
    display: none; }

  .history-block__01 {
    width: auto;
    margin-left: 0;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .history-block__01 img {
      width: auto;
      max-width: 100%;
      box-shadow: 5px 5px 4px black; }

  .history-block-img__01 {
    width: auto; }

  .history-block-text__01 {
    width: 100%; }

  .history-block-img__02 {
    width: auto;
    margin-top: 30px;
    position: relative;
    top: 0;
    left: 0; }

  .history-block-text__02 {
    position: static;
    margin-top: 20px; }

  .history-block__02 {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px; }

  .history-block-text__03 {
    position: static;
    width: 100%; }

  .history-block-img__03 {
    width: auto; }

  .history-block-img img {
    max-width: 100%;
    width: auto;
    box-shadow: 5px 5px 4px black; }

  .history-block-img__04 {
    width: auto;
    margin-top: 30px; }

  .history-block-text__04 {
    position: static;
    width: auto;
    margin-top: 30px; }

  .body-site section.product {
    padding: 0; }

  .product-slider {
    width: 100vw;
    height: 100%; }
    .product-slider .product-slide {
      height: auto !important; }
      .product-slider .product-slide .product-slide__info {
        width: 100%;
        height: auto;
        flex: 0 0 100%; }
      .product-slider .product-slide .product-slide__video {
        display: none; }
      .product-slider .product-slide .product-slide__info {
        background-size: contain;
        height: 600px; }
      .product-slider .product-slide.product-slide__1 .product-slide__info {
        background-size: contain; }
    .product-slider .product-slide-description__wrapper {
      width: 280px;
      display: block;
      top: 180px;
      left: 110px; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content {
        display: block; }
      .product-slider .product-slide-description__wrapper .product-slide-description__btn {
        display: none; }

  .swiper-btn__next {
    right: 40px; }

  .product {
    height: auto; }
    .product .section__title {
      width: auto;
      padding-top: 60px; }
    .product .section__title-wrapper {
      position: absolute;
      z-index: 2;
      display: flex;
      align-items: center; }

  .slider-navigation__wrapper {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    display: flex;
    flex: 0 0 auto;
    width: 210px;
    justify-content: space-between;
    z-index: 3; }

  .swiper-btn:after, .swiper-btn:before {
    content: none; }
  .swiper-btn img {
    width: 24px;
    transform: rotate(-90deg); }
  .swiper-btn:focus, .swiper-btn:active {
    border: none;
    outline: none !important; }

  .swiper-btn__text {
    display: none; }

  .bottom-btn__callback {
    right: 35px; }

  .technology {
    height: auto; }
    .technology .section__title-wrapper {
      position: static;
      padding: 0; }
      .technology .section__title-wrapper .section-number__wrapper {
        position: static;
        top: 0;
        order: 1; }
      .technology .section__title-wrapper .section__title {
        width: auto;
        text-align: left;
        margin-left: 20px;
        font-size: 28px;
        order: 2; }
        .technology .section__title-wrapper .section__title .__big-text {
          font-size: 28px; }

  .technology-image__wrapper {
    width: auto;
    height: auto;
    order: 1;
    margin-top: 60px; }
    .technology-image__wrapper img {
      max-width: 300px; }

  .technology__wrapper {
    flex-direction: column;
    margin-left: 0;
    height: auto; }
    .technology__wrapper .technology-card__column.technology-card__column-left {
      max-width: 480px;
      width: auto;
      margin-right: 0;
      margin-top: 20px;
      order: 2; }
      .technology__wrapper .technology-card__column.technology-card__column-left .technology-card-icon {
        order: 1; }
      .technology__wrapper .technology-card__column.technology-card__column-left .technology-card-text {
        order: 2;
        text-align: left;
        margin-left: 15px;
        margin-right: 0; }
    .technology__wrapper .technology-card__column.technology-card__column-right {
      max-width: 480px;
      width: auto;
      margin-right: 0;
      margin-left: 0;
      margin-top: 0;
      order: 3; }
    .technology__wrapper .technology-card__column .technology-card {
      margin-top: 15px !important; }
      .technology__wrapper .technology-card__column .technology-card.technology-card__01 {
        margin-top: 0; }
      .technology__wrapper .technology-card__column .technology-card.technology-card__02 {
        margin-top: 0; }
      .technology__wrapper .technology-card__column .technology-card.technology-card__03 {
        margin-top: 0; }
      .technology__wrapper .technology-card__column .technology-card:after {
        content: none; }

  .glove-360__wrapper {
    border-left: none;
    width: auto;
    order: 4;
    margin-top: 40px; }
    .glove-360__wrapper .glove-360__img-wrapper {
      max-width: 185px; }
    .glove-360__wrapper .glove-360-arrow__wrapper {
      transform: translateX(-6px);
      margin-top: 15px; }
      .glove-360__wrapper .glove-360-arrow__wrapper .glove-360__text {
        font-size: 24px;
        text-align: center;
        position: static;
        transform: translate(0, 0); }
      .glove-360__wrapper .glove-360-arrow__wrapper .glove-360__arrow {
        max-width: 160px;
        width: auto;
        height: auto; }

  .technology-section__img {
    left: -90px;
    bottom: -70px;
    width: 300px;
    height: auto;
    display: none; }
    .technology-section__img img {
      width: 100%;
      height: auto; }

  .swiper-wrapper.mousewheel {
    transition-duration: .8s !important; }

  .partnership__wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    flex-direction: column; }
    .partnership__wrapper .partnership-image__wrapper {
      width: auto;
      max-width: 450px;
      margin: 30px auto; }
    .partnership__wrapper .partnership-content__column {
      width: 100%;
      margin-left: 0;
      padding: 0 40px; }

  .partnership {
    border: none;
    height: auto;
    padding: 20px 15px 80px 15px !important; }
    .partnership .section__title {
      font-size: 28px; }
    .partnership .section__title-wrapper {
      position: static; }
    .partnership .partnership-section__img {
      display: none; }

  .contacts {
    height: auto; }
    .contacts .section__title-wrapper {
      padding: 0;
      position: static; }
    .contacts .section__title {
      font-size: 28px; }
    .contacts .contacts-section__img01 {
      display: none; }
    .contacts .contacts-section__img02 {
      display: none; }

  .contacts-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding-right: 0; }

  .contacts__map {
    width: 100%; }

  .body-site2 .swiper-slide {
    height: 400px;
    width: 100vw; }

  .catalog-card__title-wrapper {
    bottom: 15px; }

  .catalog-card .catalog-card__Link {
    bottom: 15px; }

  .catalog-card__wrapper .catalog-card__bg {
    -webkit-filter: grayscale(100%) opacity(25%) brightness(120%);
    filter: grayscale(100%) opacity(25%) brightness(120%); }
  .catalog-card__wrapper .catalog-card__Link {
    transform: translateX(0); }

  .catalog-card {
    position: relative; }
    .catalog-card .catalog-card__title-wrapper {
      width: 220px;
      bottom: 15px; }
    .catalog-card .catalog-card__bg-hover {
      opacity: .6; }
    .catalog-card .catalog-card__img {
      top: 50%;
      transform: translate(-41%, -50%); }
    .catalog-card .catalog-card__bg {
      height: 100%; }
    .catalog-card .catalog-card__Link {
      opacity: 1;
      font-size: 18px;
      bottom: 15px; }
    .catalog-card .catalog-card__title-wrapper {
      transform: translateX(0);
      opacity: 1; }
      .catalog-card .catalog-card__title-wrapper .catalog-card__title {
        font-size: 16px; }
      .catalog-card .catalog-card__title-wrapper .catalog-card__subtitle {
        font-size: 12px;
        margin-top: 10px; }

  .links-pages__wrapper {
    position: fixed;
    bottom: 20px; }

  .product-body {
    height: auto !important; }

  .product-page {
    min-height: 100%;
    height: 100%; }

  .product__wrapper {
    flex-direction: column; }
    .product__wrapper .product-content {
      width: 100%;
      flex: 0 0 100%;
      margin-top: 40px; }

  .catalog-page {
    align-items: unset; }

  .mobail__phone {
    display: block;
    position: fixed;
    top: 37px;
    width: 45px;
    height: 45px;
    left: 0;
    background-color: #fff;
    z-index: 9; }
    .mobail__phone .mobail__phone-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }

  .swiper-catalog-thumbs {
    display: none; }

  .catalog-card .catalog-card__img {
    width: 460px; }

  .body-site2 .swiper-slide:last-child .catalog-card .catalog-card__title-wrapper {
    bottom: 60px; }
  .body-site2 .swiper-slide:last-child .catalog-card .catalog-card__Link {
    bottom: 60px; } }
@media screen and (max-width: 640px) {
  .first-screen {
    background-image: none;
    background-position: bottom;
    background-size: contain; }

  .main__menu-inner .main__menu-wrapper-bg {
    width: calc(100vw - 45px); }

  input.hamburger:checked ~ label {
    transform: translateX(calc(-100vw - -45px)); }

  .main__menu-inner .main__menu-wrapper-bg {
    padding: 0 15px 80px 15px; }

  .main__menu-inner .logo {
    width: 140px;
    height: auto;
    margin: 0 auto; }
    .main__menu-inner .logo img {
      width: 100%;
      height: auto; }

  .social-list {
    display: flex;
    flex-direction: row;
    margin-top: 20px; }
    .social-list li {
      margin: 0 15px; }

  .download-price {
    width: 80px;
    height: 80px; }
    .download-price:before {
      width: 90px;
      height: 90px;
      top: -7px;
      left: -7px; }
    .download-price .download-price__icon {
      width: 30px; }
    .download-price .download-price__text {
      font-size: 10px;
      width: 80px; }

  .copyright__wrapper .copyright {
    font-size: 12px; }

  .first-screen:after {
    width: 100%;
    height: 320px;
    right: 0;
    bottom: 70px; }
  .first-screen .first-screen__logo-wrapper {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    left: 50%;
    top: 35%; }
    .first-screen .first-screen__logo-wrapper img {
      width: 220px;
      height: auto; }
    .first-screen .first-screen__logo-wrapper:before {
      width: 300px;
      height: 300px;
      left: -12px;
      top: -12px; }

  .bottom-btn__callback {
    width: 50px;
    height: 50px; }
    .bottom-btn__callback img {
      width: 30px;
      height: 30px; }
    .bottom-btn__callback:before {
      width: 50px;
      height: 50px; }

  .body-site section {
    padding: 40px 15px 60px 15px; }

  .history .section-number__wrapper {
    padding: 0; }

  .section__title {
    font-size: 22px;
    margin-left: 10px; }

  .section-number__wrapper .section-number__this-sec {
    font-size: 38px; }
  .section-number__wrapper .section-number__all-sec {
    font-size: 18px; }

  .history-block__01 {
    margin-top: 30px; }

  .history-block-img__02::after {
    display: none; }

  .product .section__title-wrapper {
    padding: 40px 15px 0 15px;
    position: static; }

  .product .section-number__wrapper {
    padding: 0; }

  .product .section__title {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
    text-align: left; }

  .product-slider {
    height: auto; }
    .product-slider .product-slide .product-slide__info {
      height: auto;
      background-size: cover;
      padding: 130px 15px 80px 15px;
      background-position: 50% 50%; }
    .product-slider .product-slide.product-slide__1 .product-slide__info {
      background-size: cover;
      background-position: 50% 50%; }
    .product-slider .product-slide-description__wrapper {
      width: auto;
      max-width: 320px;
      margin: 0 auto;
      top: 0;
      left: 0;
      position: static;
      text-align: left; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-title:before {
        left: auto;
        right: -80px; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-text {
        display: none; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__inner:after {
        display: none; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide__btn-wrapper {
        justify-content: flex-start; }
      .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-link {
        font-size: 16px;
        margin-top: 15px; }
        .product-slider .product-slide-description__wrapper .product-slide-description__content .product-slide-description__content-link .icon {
          width: 28px;
          height: 28px; }

  .slider-navigation__wrapper {
    position: static;
    height: 50px;
    bottom: 0;
    margin-right: 0;
    margin-left: auto; }

  .technology .section__title-wrapper .section__title {
    margin-left: 10px;
    font-size: 22px; }
    .technology .section__title-wrapper .section__title .__big-text {
      font-size: 22px; }

  .technology__wrapper .technology-card__column .technology-card {
    margin-top: 30px !important; }
    .technology__wrapper .technology-card__column .technology-card .technology-card-text {
      font-size: 14px; }
  .technology__wrapper .technology-card__column.technology-card__column-left {
    margin-top: 0; }

  .partnership .section__title {
    font-size: 22px; }

  .partnership__wrapper .partnership-content__column {
    padding: 0; }

  .contacts-info__wrapper {
    width: 100%; }
    .contacts-info__wrapper .contacts-info .contacts-info__row {
      font-size: 14px; }
      .contacts-info__wrapper .contacts-info .contacts-info__row a {
        font-size: 14px; }
      .contacts-info__wrapper .contacts-info .contacts-info__row.contacts-info__title {
        font-weight: 600;
        font-size: 18px; }

  .contacts-container {
    margin-top: 60px; }

  .overlay {
    padding: 20px; }
    .overlay .modal {
      padding: 60px 15px; }
      .overlay .modal .form-title {
        font-size: 22px; }
      .overlay .modal .form-subtitle {
        font-size: 14px;
        line-height: 110%;
        text-align: center;
        margin-top: 20px;
        color: #707070;
        padding: 0 20px; }
      .overlay .modal .close-modal {
        right: -15px; }

  .product-page {
    padding: 15px 15px 60px 15px;
    --swiper-navigation-size: 28px; }

  .product__wrapper .product-slider__wrapper {
    width: 100%;
    max-width: 320px; }
    .product__wrapper .product-slider__wrapper .swiper-product {
      max-height: 320px;
      height: auto; }

  .catalog-card .catalog-card__Link {
    padding: 8px 16px;
    border: 2px solid #000;
    font-size: 18px; }

  .body-site2 .swiper-slide {
    height: 500px;
    width: 100vw; }

  .catalog-card .catalog-card__title-wrapper {
    width: 205px;
    bottom: 15px;
    padding-left: 10px; }

  .catalog-card .catalog-card__title-wrapper .catalog-card__subtitle {
    font-size: 12px;
    margin-top: 10px; }

  .links-pages__wrapper a {
    padding: 8px 14px;
    font-size: 16px;
    margin: 0 10px; }

  .catalog-card .catalog-card__title-wrapper .catalog-card__title {
    font-size: 16px; }

  .catalog-card .catalog-card__img {
    width: 380px; } }
@media screen and (max-width: 410px) {
  .fs__title {
    font-size: 27px;
    bottom: 35px; }

  .catalog-card .catalog-card__Link {
    padding: 8px 16px;
    border: 1px solid #000;
    font-size: 16px; }

  .catalog-card .catalog-card__title-wrapper {
    width: 185px;
    bottom: 15px;
    padding-left: 10px; }

  .catalog-card .catalog-card__title-wrapper .catalog-card__subtitle {
    font-size: 10px;
    margin-top: 10px; }

  .links-pages__wrapper a {
    padding: 8px 14px;
    font-size: 14px;
    margin: 0 8px; }

  .catalog-card .catalog-card__title-wrapper .catalog-card__title {
    font-size: 14px; } }
@media screen and (min-height: 1300px) {
  .fs__title {
    font-size: 75px;
    bottom: 90px; }

  .first-screen {
    background-size: cover; }
    .first-screen:after {
      width: 2600px;
      height: 1000px;
      right: -515px;
      bottom: 82px; }
    .first-screen .first-screen__logo-wrapper {
      left: 600px;
      width: 700px;
      height: 700px; }
      .first-screen .first-screen__logo-wrapper img {
        width: 500px; }
      .first-screen .first-screen__logo-wrapper:before {
        width: 750px;
        height: 750px; }

  .product-slider .product-slide-description__wrapper .product-slide-description__btn {
    right: -380px;
    top: -80px; }

  .contacts__map {
    width: 1200px;
    height: 860px; }

  .contacts .contacts-section__img02 {
    bottom: 140px;
    right: 1175px; }

  .body-site2 .swiper-slide {
    height: 1000px;
    width: 60%; }

  .catalog-card .catalog-card__img {
    width: 1200px; }
  .catalog-card .catalog-card__title-wrapper .catalog-card__title {
    font-size: 28px; }
  .catalog-card .catalog-card__title-wrapper .catalog-card__subtitle {
    font-size: 20px;
    margin-top: 15px; }
  .catalog-card .catalog-card__Link {
    padding: 18px 35px;
    border: 2px solid #000;
    font-size: 28px; }

  .links-pages__wrapper {
    bottom: 180px; }
    .links-pages__wrapper a {
      padding: 18px 35px;
      border: 2px solid #000;
      font-size: 28px; }

  .product-slider .product-slide[data-swiper-slide-index='2'] .product-slide-description__btn {
    right: -575px;
    top: -200px; }

  /*thumbs catalog*/
  .swiper-catalog-thumbs .catalog-card__img {
    width: 100px;
    height: 100px; }

  /*thumbs catalog*/ }
.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s; }
  .popup.popup_active {
    pointer-events: all;
    opacity: 1; }

.popup__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55); }

.popup__close {
  width: 35px;
  height: 35px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center; }
  .popup__close::before, .popup__close::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: black; }
  .popup__close::before {
    transform: rotateZ(45deg); }
  .popup__close::after {
    transform: rotateZ(-45deg); }

.popup__window {
	margin: 10px 15px;
  position: relative;
  z-index: 10; }
  .popup__window.product-link-variants {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 400px;
    width: auto;
    background: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch; }
@media (max-width:650px){
	 .popup__window.product-link-variants {
		 min-width:initial;
	}
}
    .popup__window.product-link-variants .product-link-variants__title-block {
      padding-top: 15px;
      padding-bottom: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .popup__window.product-link-variants .product-link-variants__title {
      font-weight: 700;
      font-size: 19px; }
    .popup__window.product-link-variants .product-link-variants__wrap {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 1fr;
      column-gap: 30px; }
@media (max-width:650px){
	.popup__window.product-link-variants .product-link-variants__wrap {
		display:flex;
		flex-direction:column;
	}
}
    .popup__window.product-link-variants .product-link-variants__item {
      position: relative;
      max-width: 250px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center; }
@media (max-width:650px){
	.popup__window.product-link-variants .product-link-variants__item {
		width:100%;
		margin-bottom:30px;
		max-width: none;
	}
	.popup__window.product-link-variants .product-link-variants__item:last-of-type{
		margin-bottom:0;
	}
}

      .popup__window.product-link-variants .product-link-variants__item:last-of-type {
        margin-right: 0; }
      .popup__window.product-link-variants .product-link-variants__item::after {
        content: "";
        position: absolute;
        right: -15px;
        bottom: 15%;
        top: 15%;
        width: 1px;
        background: #00000026; }
@media(max-width:650px){
	.popup__window.product-link-variants .product-link-variants__item::after {
		display:none;
	}
}

    .popup__window.product-link-variants .product-link-variants__item__name {
      text-align: center;
      margin-bottom: 10px;
      font-size: 15px; }
    .popup__window.product-link-variants .product-link-variants__item__button {
      padding: 10px 15px;
      width: 100%;
      text-align: center; }

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