<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/Segoe-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Segoe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Segoe-Bold.woff") format("woff"), url("../fonts/Segoe-Bold.ttf") format("truetype"), url("../fonts/Segoe-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'GraphikLCG-Regular';
  src: url("../fonts/GraphikLCG-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GraphikLCG-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GraphikLCG-Regular.woff") format("woff"), url("../fonts/GraphikLCG-Regular.ttf") format("truetype"), url("../fonts/GraphikLCG-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'GraphikLCG-Medium';
  src: url("../fonts/GraphikLCG-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GraphikLCG-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GraphikLCG-Medium.woff") format("woff"), url("../fonts/GraphikLCG-Medium.ttf") format("truetype"), url("../fonts/GraphikLCG-Medium.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

::-moz-selection {
  background-color: #54AF3B;
  color: #fff;
}

::selection {
  background-color: #54AF3B;
  color: #fff;
}

body {
  font-family: 'GraphikLCG-Regular';
}

.btn {
  height: 70px;
  width: 255px;
  max-width: 255px;
  border-radius: 5px;
  font-family: 'GraphikLCG-Medium';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #78B948;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.btn:after {
  content: '';
  background: #C4D985;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  border-radius: 4px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 10px;
  top: 10px;
  z-index: -1;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.btn:hover {
  background-color: #54AF3B;
  color: #fff;
}

.btn:hover::after {
  left: 5px;
  top: 5px;
}

.ham {
  margin-left: 25px;
  margin-right: 10px;
  width: 16px;
  position: relative;
  height: 16px;
}

.ham__item {
  background-color: #000;
  border-radius: 1px;
  margin-bottom: 2px;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0%;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.ham__item:nth-child(2), .ham__item:nth-child(3) {
  top: 6px;
}

.ham__item:nth-child(1) {
  top: 0;
}

.ham__item:nth-child(4) {
  top: 12px;
}

.open .ham__item:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

.open .ham__item:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open .ham__item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open .ham__item:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  font-family: 'SegoeUI';
}

h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  font-family: 'SegoeUI';
  line-height: 1.3;
}

.nav-bar {
  position: fixed;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 3px 3px 16px rgba(177, 192, 189, 0.5);
          box-shadow: 3px 3px 16px rgba(177, 192, 189, 0.5);
  z-index: 100;
}

.nav-bar__menu {
  height: 70px;
  background: transparent;
  border: none;
  padding-right: 25px;
  margin-right: 98px;
  width: 157px;
}

.nav-bar__text {
  font-size: 14px;
  text-transform: uppercase;
}

.nav-bar .btn {
  border-radius: 0px 0px 0px 5px;
}

.nav-bar .btn:after {
  display: none;
}

.tab-bar {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.tab-bar__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.tab-bar__item {
  color: #9D9E9E;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  line-height: 1.5em;
  text-align: center;
  display: inline-block;
  font-family: 'SegoeUI';
}

.tab-bar__item:hover {
  border-bottom: 3px solid #54AF3B;
  color: #000;
}

.tab-bar .active {
  border-bottom: 3px solid #54AF3B;
  color: #000;
}

.hide {
  bottom: -100% !important;
}

.container {
  position: relative;
}

.header {
  height: 90vh;
  padding-top: 195px;
  z-index: 1;
}

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

.header__text {
  margin-bottom: 40px;
}

.header__img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}

.header__sm-btn {
  display: none;
}

.header__select {
  display: none;
  width: 100%;
  font-size: 18px;
  font-family: 'SegoeUI';
  background-color: #fff;
  border: none;
  border-bottom: 3px solid #54AF3B;
  padding: 20px 10px;
  -webkit-box-shadow: 3px 3px 16px rgba(177, 192, 189, 0.5);
          box-shadow: 3px 3px 16px rgba(177, 192, 189, 0.5);
}

.header .side-name {
  margin-top: 50px;
}

.scroll-mouse {
  background: url("../img/scroll-mouse.png") no-repeat center;
  height: 74px;
  width: 74px;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-top: 25px;
  display: block;
}

.scroll-mouse:hover {
  background-color: #54AF3B;
  background-image: url("../img/scroll-mouse-hover.png");
}

.side-name {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  width: 10px;
  left: 40px;
  top: 40px;
  font-family: 'SegoeUI';
  color: #C3C3C3;
  font-size: 44px;
  font-weight: 700;
  white-space: nowrap;
}

.about {
  padding-top: 120px;
}

.about__text {
  margin-bottom: 60px;
}

.about__box {
  height: 278px;
  background: rgba(255, 255, 255, 0.5) url(../img/box-bg.png) no-repeat center/cover;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  text-align: right;
  -webkit-box-shadow: -9px -9px 16px rgba(177, 192, 189, 0.25), 9px 9px 16px rgba(177, 192, 189, 0.25);
          box-shadow: -9px -9px 16px rgba(177, 192, 189, 0.25), 9px 9px 16px rgba(177, 192, 189, 0.25);
}

.about__box .btn {
  margin-left: auto;
}

.about__box-content {
  margin-top: -278px;
  padding: 53px 0 50px 75px;
}

.about__box-content .title {
  text-align: right;
  margin-bottom: 40px;
}

.about__box-content .btn {
  margin-left: auto;
}

.about .side-name {
  margin-top: 80px;
}

.pros {
  padding-top: 120px;
  padding-bottom: 160px;
}

.pros__title {
  margin-bottom: 50px;
}

.pros__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pros__item {
  margin-bottom: 40px;
  width: 48%;
}

.pros__icon {
  background-color: #78B948;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

.pros__box {
  height: 340px;
}

.pros__box-content {
  margin-top: -340px;
}

.pros__box-content .title {
  max-width: 450px;
  margin-left: auto;
}

.pros .tab-bar {
  position: relative;
  margin-top: 90px;
  z-index: 0;
}

.pros .side-name {
  margin-top: 250px;
}

.data {
  padding-bottom: 120px;
}

.data__title {
  margin-bottom: 30px;
}

.data__text {
  margin-bottom: 50px;
}

.data .side-name {
  margin-top: 450px;
}

.data__img {
  margin-bottom: 60px;
}

.offer__box {
  padding: 50px 0 40px;
  background: url("../img/offer-bg.png") no-repeat center/cover;
  -webkit-box-shadow: -9px -9px 16px rgba(177, 192, 189, 0.25), 9px 9px 16px rgba(177, 192, 189, 0.25);
          box-shadow: -9px -9px 16px rgba(177, 192, 189, 0.25), 9px 9px 16px rgba(177, 192, 189, 0.25);
}

.offer__title {
  text-align: center;
  max-width: 460px;
  margin: auto;
  margin-bottom: 40px;
}

.offer .btn {
  margin: auto;
}

.company {
  padding-top: 120px;
}

.company .side-name {
  margin-top: 200px;
}

.company__img {
  margin-bottom: 30px;
}

.company .row {
  margin-bottom: 20px;
}

.vendors {
  padding-top: 60px;
}

.vendors__slider {
  margin: auto;
  margin-top: 20px;
  padding: 0 95px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vendors__logo {
  margin: auto;
  display: block;
  min-width: 30px;
}

.slick-prev, .slick-next {
  background-color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-prev:hover, .slick-next:hover {
  background-color: #54AF3B;
}

.slick-prev:hover .up-arrow-white, .slick-next:hover .up-arrow-white {
  display: inline;
}

.slick-prev:hover .why__left, .slick-prev:hover .why__right, .slick-next:hover .why__left, .slick-next:hover .why__right {
  display: none;
}

.slick-next:before, .slick-prev:before {
  display: none;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.form {
  padding-top: 100px;
}

.form__title {
  margin-bottom: 40px;
}

.form__input {
  background-color: transparent;
  border: 1px solid #9D9E9E;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 17px 10px;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: 8px;
}

.form__textarea {
  height: 150px;
  resize: none;
}

.form__btn {
  margin-top: 32px;
}

.footer {
  padding-top: 60px;
}

.footer__icons {
  margin-bottom: 30px;
}

.footer__icons img {
  margin-right: 8px;
}

.footer__text {
  margin-bottom: 16px;
}

.footer__logo {
  margin-top: 30px;
}

.footer__footer {
  text-align: left;
  color: #9D9E9E;
  margin: 45px 0 30px;
}

.footer__footer-second {
  text-align: right;
}

.footer .btn {
  width: 100%;
}

.up {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #54AF3B;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding-left: 13px;
  position: fixed;
  bottom: 130px;
  z-index: 100;
}

.up-arrow-white {
  display: none;
}

.up:hover {
  background-color: #54AF3B;
  color: #fff;
}

.up:hover .up-arrow-white {
  display: inline;
}

.up:hover .up-arrow {
  display: none;
}

.modal-body {
  padding: 60px 30px 30px;
}

.modal-dialog {
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.modal .btn-close {
  position: absolute;
  opacity: 1;
  right: 30px;
  top: 30px;
}

.modal__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.modal__form {
  max-width: 340px;
  width: 90%;
  margin: auto;
}

.side-bar {
  background-color: #fff;
  z-index: 90;
  padding-top: 60px;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: -100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.side-bar__menu {
  margin-left: 8%;
  margin-right: 12%;
}

.side-bar__item a {
  font-size: 56px;
  font-weight: 700;
  color: #383838;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  line-height: 1em;
  font-family: 'SegoeUI';
}

.side-bar__item a:before {
  background-color: transparent;
  content: '';
  height: 18px;
  width: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.side-bar__item a:hover {
  color: #9D9E9E;
}

.side-bar__item a:hover::before {
  background-color: #9D9E9E;
}

.side-bar__contacts .title {
  text-align: left;
  margin-bottom: 30px;
}

.side-bar__contacts .text {
  margin-bottom: 8px;
}

.side-bar__contacts .icons {
  margin-top: 27px;
  margin-bottom: 40px;
}

.side-bar__contacts .icons .footer__icon {
  margin-right: 10px;
}

.side-bar li {
  list-style: none;
}

.side-bar .btn {
  margin-bottom: 30px;
}

.side-bar .btn-test {
  display: none;
}

.unhide {
  left: 0;
}

.test-form {
  background-color: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0;
  right: -100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
}

.test-form .checkbox__text {
  display: inline-block;
  margin-bottom: 30px;
}

.test-form .checkbox__text a {
  margin-left: 20px;
  color: #78B948;
}

.test {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 11;
  top: 0;
  right: -100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding-top: 100px;
}

.test__question {
  font-size: 18px;
  font-family: 'SegoeUI';
  margin-bottom: 10px;
}

.test__input, .test select {
  width: 100%;
  font-style: italic;
  padding: 9px 10px;
  border: 1px solid #9D9E9E;
  border-radius: 5px;
}

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

.test__sub-row .name {
  width: 190px;
}

.test__sub-row input {
  margin: 5px;
}

.test__sub-row input:first-child {
  margin-right: 30px;
}

.test__sub-row .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.test__sub-row_seventh input {
  max-width: 255px;
}

.test__sub-row .three-col {
  max-width: 255px;
}

.test__sub-row .two-col {
  max-width: 160px;
}

.test__sub-row .five-col {
  max-width: 445px;
  margin-left: 75px;
}

.test__check {
  margin-right: 8px !important;
}

.test__check:last-child {
  margin-left: 44px;
}

.test__textarea {
  height: 200px;
  resize: none;
}

.test__btn {
  margin-top: 60px;
  margin-bottom: 180px;
}

.test select {
  margin-bottom: 10px;
  font-style: normal;
  font-family: 'SegoeUI';
  max-width: 255px;
}

.test .col-lg-7, .test .col-lg-5 {
  margin: 20px 0;
}

.unhide-right {
  right: 0;
}

.animate__animated {
  opacity: 0;
}

.animate__zoomIn {
  opacity: 1;
}

.sent-notification {
  color: #78B948;
}
/*# sourceMappingURL=main.css.map */</pre></body></html>