@import "https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700&display=swap";
.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-center-down {
  justify-content: center;
  align-items: flex-end;
}

.flex-column {
  flex-direction: column;
}

.invise {
  opacity: 0;
  pointer-events: none;
}

.ttu {
  text-transform: uppercase;
}

.tac {
  text-align: center;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 19px;
}

ul {
  list-style: none;
}

html {
  overflow-x: hidden;
}

body {
  background-image: url("background.401f8eb2.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: border-box;
  font-family: Roboto, sans-serif;
  overflow-x: hidden;
}

body .first-page {
  min-height: 100vh;
  color: #222629;
  position: relative;
}

body .first-page:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff94;
  position: absolute;
  top: 0;
  left: 0;
}

body .first-page a {
  font-size: inherit;
  color: inherit;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

body .first-page .container {
  height: 100%;
  width: 100%;
  min-width: 540px;
  padding: 0 100px;
}

body .first-page .slide-top .logo-container {
  margin-top: 10px;
}

body .first-page .slide-top .logo-container .logo {
  width: 40vw;
  height: 12.1951vw;
  background-image: url("Logo.11645e6d.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: border-box;
}

body .first-page .slide-center .descrition {
  margin-top: 50px;
}

body .first-page .slide-center .subdescription {
  margin-top: 20px;
}

body .first-page .slide-center .contacts {
  gap: 12px;
  margin-top: 40px;
}

body .first-page .slide-center .contacts > * {
  min-width: 250px;
  border: 1px solid #2d28283c;
  border-radius: 12px;
  padding: 12px;
  transition: all .4s;
}

body .first-page .slide-center .contacts > :hover {
  border-color: #0000;
}

body .first-page .slide-center .contacts > :hover a {
  color: #635555;
}

body .first-page .slide-center .lintex {
  color: #007245;
  font-weight: 500;
}

body .first-page .slide-bottom {
  justify-content: flex-end;
}

body .first-page .slide-bottom .partners {
  width: 100%;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
}

body .first-page .slide-bottom .partners .lintex-button a {
  color: #007245;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  background-color: #0000;
  border: 2px solid #007245;
  border-radius: 10px;
  padding: 15px 17px;
  transition: all .3s ease-in-out;
  display: inline-block;
}

body .first-page .slide-bottom .partners .lintex-button:hover a {
  color: #fff;
  background-color: #007245;
  border: 2px solid #007245;
}

body .first-page .slide-bottom .partners .ozon-button a {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  background-color: #005bff;
  border: 2px solid #005bff;
  border-radius: 10px;
  padding: 15px 17px;
  transition: all .3s ease-in-out;
  display: inline-block;
}

body .first-page .slide-bottom .partners .ozon-button:hover a {
  color: #fff;
  background-color: #f1117e;
  border: 2px solid #f1117e;
}

body .first-page .slide-bottom .partners .wb-button a {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  background-color: #ed3cca;
  border: 2px solid #ed3cca;
  border-radius: 10px;
  padding: 15px 17px;
  transition: all .3s ease-in-out;
  display: inline-block;
}

body .first-page .slide-bottom .partners .wb-button:hover a {
  color: #fff;
  background-color: #7c1af8;
  border: 2px solid #7c1af8;
}

body .first-page .slide-bottom .scroll-down {
  color: #22262937;
  transition: all .1s ease-in-out;
  display: block;
}

body .first-page .slide-bottom:hover {
  color: #222629;
}

body .benefits {
  color: #fff;
  background: linear-gradient(135deg, #1a1c1f 0%, #2a2d32 100%);
  padding: 60px 20px 80px;
  position: relative;
}

body .benefits header {
  height: 120px;
  margin-bottom: 30px;
}

body .benefits header h4 {
  font-size: 36px;
  font-weight: 400;
  position: relative;
}

body .benefits header h4:after {
  content: "";
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #0000, #fff, #0000);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

body .benefits ul {
  max-width: 1300px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

body .benefits ul li {
  width: 280px;
  min-height: 240px;
  text-align: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: default;
  background: #ffffff0d;
  border: 1px solid #ffffff0d;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 35px 25px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

body .benefits ul li:hover {
  color: #1a1c1f;
  background: #fffffff2;
  transform: translateY(-8px)scale(1.02);
  box-shadow: 0 20px 30px #0006;
}

body .benefits ul li:hover .benefit-icon {
  color: #1a1c1f;
  transform: scale(1.1);
}

body .benefits .benefit-icon {
  color: #ffffffe6;
  margin-bottom: 20px;
  font-size: 42px;
  transition: all .3s;
}

body .benefits p {
  letter-spacing: .3px;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

body footer {
  min-height: 150px;
  color: #fff;
  background-color: #1f2023;
  padding: 30px 20px 20px;
}

body footer a {
  color: inherit;
  text-decoration: none;
  transition: opacity .2s;
}

body footer a:hover {
  opacity: .7;
}

body footer .footer-info {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 40px;
  margin: 0 0 25px;
  padding: 0 0 25px;
  display: flex;
}

body footer .footer-info:not(:last-child) {
  border-bottom: 1px solid #ffffff1a;
}

body footer .info-item {
  min-width: 140px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

body footer .info-label {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #fff6;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 400;
}

body footer .info-value {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

body footer .info-value a {
  display: inline-block;
}

body footer .copyright {
  color: #fff6;
  margin: 15px 0 0;
  font-size: 13px;
}

body footer .copyright a {
  color: #fff9;
}

body footer .copyright a:hover {
  color: #fff;
}

@media (max-width: 928px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 15px;
  }

  h4 {
    font-size: 14px;
  }
}

@media (max-width: 625px) {
  body .benefits ul li {
    width: 100%;
    height: 100%;
  }

  body .partners {
    flex-direction: column;
    align-items: center;
  }

  body .partners .button {
    width: 100%;
  }

  body .contacts {
    flex-direction: column;
  }

  body .contacts > * {
    width: 100%;
  }
}

/*# sourceMappingURL=index.9752c68a.css.map */
