@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;600&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
html {
  -webkit-font-smoothing: antialiased;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

a:active,
a:focus {
  outline: none;
}

input,
textarea,
select,
button,
label {
  font-family: inherit;
}

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-ExtraBold.woff2") format("woff2"), url("../fonts/ZonaPro-ExtraBold.woff") format("woff"), url("../fonts/ZonaPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Bold.woff2") format("woff2"), url("../fonts/ZonaPro-Bold.woff") format("woff"), url("../fonts/ZonaPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-SemiBold.woff2") format("woff2"), url("../fonts/ZonaPro-SemiBold.woff") format("woff"), url("../fonts/ZonaPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Regular.woff2") format("woff2"), url("../fonts/ZonaPro-Regular.woff") format("woff"), url("../fonts/ZonaPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Light.woff2") format("woff2"), url("../fonts/ZonaPro-Light.woff") format("woff"), url("../fonts/ZonaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
body,
html {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 0.5208333333vw;
  font-family: "Zona Pro";
  font-weight: normal;
  background-color: #FFF;
  background-image: url("../images/bg_new.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: min-width 1920px) {
  html {
    font-size: 10px;
  }
}

a:active,
a:focus {
  outline: none;
}

input,
textarea,
select,
button,
label {
  font-family: "Zona Pro";
}

.mopen {
  height: 100%;
  overflow: hidden;
}

.page-wrapper {
  overflow: hidden;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.75rem);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading lottie-player {
  width: 60vw;
  height: auto;
}

.header {
  max-width: 166rem;
  margin: 0 auto;
  padding: 4rem 0 4.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.header__logo img {
  width: 29.4rem;
  display: block;
}

.contacts {
  margin-top: 8.6rem;
  background: #75BB00;
  border-radius: 0 6rem 0 0;
  display: flex;
  gap: 7.3rem;
  padding-bottom: 3.5rem;
  align-items: flex-start;
}
.contacts__item {
  width: calc(50% - 4.15rem);
  display: flex;
  align-items: center;
  gap: 3.4rem;
  color: #FFF;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}
.contacts__item span {
  max-width: 42.6rem;
}
.contacts__item img {
  width: 9.1rem;
}
.contacts__list {
  padding-top: 3.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.7rem 8.3rem;
}
.contacts__title {
  border-radius: 0 8rem 8rem 0;
  background: #FFF;
  box-shadow: 0 0.8rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  padding: 3.4rem 3rem 3.4rem 15.9rem;
  width: 54.8rem;
  box-sizing: border-box;
  color: #75BB00;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.footer {
  padding: 4.8rem 0;
  background: linear-gradient(to left, #001457 16.77%, #002280 100%);
}
.footer__logo img {
  width: 29.4rem;
  display: block;
}
.footer__wrap {
  max-width: 165.7rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5.8rem;
}

.hero {
  max-width: 182.1rem;
  margin: 0 auto;
  background: url("../images/hero_bg.png") no-repeat;
  background-size: cover;
  min-height: 96.5rem;
  padding: 9.5rem 0 0 11.9rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero__line {
  position: absolute;
  top: 0;
  left: -4.95rem;
  z-index: 1;
  width: 106.3rem;
}
.hero__title {
  color: #FFF;
  text-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.25);
  font-family: "Zona Pro";
  font-size: 6.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.39;
  text-transform: uppercase;
}
.hero__title > span {
  line-height: 1;
  position: relative;
  z-index: 1;
  display: inline-flex;
  background: #002798;
  box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.25);
  width: 60.4rem;
  border-radius: 0 8rem 8rem 0;
  justify-content: flex-end;
  padding: 2.1rem 9.6rem 1.8rem 0;
  left: -16.9rem;
  box-sizing: border-box;
  top: 0.25rem;
}
.hero__title > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16.9rem;
  background: #002798;
  box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.25);
  width: 60.4rem;
  height: 10rem;
  border-radius: 0 8rem 8rem 0;
  z-index: -1;
  display: none;
}
.hero__block {
  margin-top: auto;
  margin-left: auto;
  width: 59.7rem;
  height: 23.9rem;
  padding: 2rem 4rem 1.6rem;
  box-sizing: border-box;
  background: url("../images/hero_bot.png") no-repeat;
  background-size: cover;
  text-align: right;
  color: #FFF;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.services {
  max-width: 182.1rem;
  margin: 0 auto;
  padding-left: 16.3rem;
  margin-top: -13.9rem;
  position: relative;
}
.services__pictures {
  position: absolute;
  top: -59.6rem;
  left: 0;
  z-index: -1;
  width: 192rem;
  height: 123.3rem;
}
.services__item--2 {
  margin: 0 29.2rem 0 24.5rem;
}
.services__item--5 {
  margin: 0 16.1rem 0 9.3rem;
}
.services__item--8 {
  margin: 0 15rem 0 10.1rem;
}
.services__item-text {
  color: #000;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}
.services__item--1 .services__item-text {
  max-width: 29.4rem;
}
.services__item--2 .services__item-text {
  max-width: 39.2rem;
}
.services__item--3 .services__item-text {
  max-width: 45.6rem;
}
.services__item--4 .services__item-text {
  max-width: 32.8rem;
}
.services__item--5 .services__item-text {
  max-width: 66.3rem;
}
.services__item--6 .services__item-text {
  max-width: 40.2rem;
}
.services__item--7 .services__item-text {
  max-width: 47.1rem;
}
.services__item--8 .services__item-text {
  max-width: 45.3rem;
}
.services__item--9 .services__item-text {
  max-width: 48.5rem;
}
.services__item-name {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
  margin-bottom: 2.7rem;
  display: inline-block;
  position: relative;
}
.services__item-name::before, .services__item-name::after {
  content: "";
  position: absolute;
  background: #75BB00;
  height: 0.6rem;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 1rem;
}
.services__item--2 .services__item-name::after {
  right: 100%;
  margin-right: 3.2rem;
  width: 29rem;
}
.services__item--2 .services__item-name::before {
  left: 100%;
  margin-left: 3.2rem;
  width: 35.5rem;
}
.services__item--5 .services__item-name::after {
  right: 100%;
  margin-right: 2.9rem;
  width: 13.9rem;
}
.services__item--5 .services__item-name::before {
  left: 100%;
  margin-left: 2.9rem;
  width: 18rem;
}
.services__item--8 .services__item-name::after {
  right: 100%;
  margin-right: 2.7rem;
  width: 16.9rem;
}
.services__item--8 .services__item-name::before {
  left: 100%;
  margin-left: 2.7rem;
  width: 10rem;
}
.services__list {
  display: flex;
}
.services__list:not(:last-child) {
  margin-bottom: 8rem;
}
.services__lists {
  margin-top: 9.1rem;
  max-width: 167.3rem;
}
.services__info {
  position: relative;
  padding: 4.35rem 3.3rem 4.35rem 0;
  width: max-content;
  z-index: 1;
}
.services__info-bg {
  background: #75BB00;
  box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: -3.5rem;
  width: 94rem;
  height: 32.7rem;
  border-radius: 0 6rem 6rem 0;
}
.services__info-text {
  color: #000;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.33;
  max-width: 71rem;
  position: relative;
  z-index: 1;
}
.services__info-check {
  position: absolute;
  width: 28.9rem;
  right: -28.7rem;
  z-index: -1;
  top: 11.6rem;
}
@media screen and (max-width: 550px) {
  .safari .services__info-check {
    top: 11.1rem;
  }
}
.services__title {
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 6rem;
  background: #002798;
  box-shadow: 0 0.8rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  padding: 3.15rem 1rem;
  width: 40rem;
  box-sizing: border-box;
  margin-bottom: 3.6rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 9rem;
}
.nav__link {
  color: #01011B;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .nav__link {
  color: #FFF;
}

.values {
  max-width: 182.1rem;
  margin: 0 auto;
  padding-left: 13.1rem;
  padding-top: 8.8rem;
  display: flex;
  gap: 9.8rem;
  box-sizing: border-box;
}
.values__title {
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 6rem;
  background: rgba(75, 148, 0, 0.8);
  box-shadow: 0 0.8rem 0.8rem 0 rgba(0, 0, 0, 0.25);
  width: 38.4rem;
  height: 15.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 7rem;
  box-sizing: border-box;
}
.values-list {
  display: flex;
  gap: 8rem;
  padding-top: 2.7rem;
}
.values-item__text {
  color: #000;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}
.values-item__name {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
  margin-bottom: 2.7rem;
  display: inline-block;
}
.values-items {
  max-width: 47.1rem;
  display: flex;
  flex-direction: column;
  gap: 9.2rem;
}
.values-item--1 {
  max-width: 27.3rem;
}
.values-item--2 {
  max-width: 28.2rem;
}

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