/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  scroll-behavior: smooth;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: Gilroy;
  src: url(../assets/fonts/Gilroy-Semibold.ttf);
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Gilroy;
  src: url(../assets/fonts/Gilroy-Bold.ttf);
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Nunito;
  src: url(../assets/fonts/Nunito-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}
h1, h2, h3, h4, h5, p, a, ul, li, button {
  margin: 0;
  padding: 0;
}

.btn {
  position: relative;
  border: none;
  background-color: #ffa800;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.06em;
  color: #101010;
  text-transform: uppercase;
}
.btn .btn-text {
  position: relative;
  z-index: 2;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.06em;
  color: #101010;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #ffca60;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1160px;
  padding: 0px 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section:not(.numbers, .adv) {
  position: relative;
  z-index: 2;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
}

.blackout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(16, 16, 16, 0.75);
}

.about, .types, .acreate, .create, .adv, .contacts {
  background-color: #ffffff;
}

.header {
  background: #101010;
  width: 100%;
  height: 70px;
}
.header .header-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .header-block .header-menu-bg {
  width: 100%;
  background: #101010;
}
.header .header-block .container {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .header .header-block .container {
    padding: 0 30px;
  }
}
.header .header-block .lang-container {
  background: transparent;
}
.header .header-block .lang-block {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .header .header-block .lang-block {
    margin-top: 10px;
  }
}
.header .header-block .lang-block .lang-item {
  background: none;
  border: none;
  width: 28px;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
  cursor: pointer;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.header .header-block .lang-block .lang-item .lang-img {
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .header .header-block .lang-block .lang-item:hover {
    -webkit-filter: grayscale(0.6);
            filter: grayscale(0.6);
  }
}
.header .header-block .lang-block .active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.header .header-contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .header-contacts-block {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #bcbcbc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .nav {
    padding: 0;
  }
}
.nav .logo-link {
  text-decoration: none;
  display: block;
}
.nav .logo-link .logo-block {
  cursor: pointer;
}
.nav .logo-link .logo-block .logo-circle {
  fill: #ffa800;
  -webkit-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
}
.nav .logo-link .logo-block .logo-letter {
  fill: #ffffff;
  -webkit-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
}
.nav .logo-link .logo-block:hover .logo-circle {
  fill: #ff0000;
}
.nav .logo-link .logo-block:hover .logo-letter {
  fill: #ffca60;
}
.nav .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 730px;
  gap: 44px;
  list-style-type: none;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 1130px) {
  .nav .menu-list .nav .menu-list {
    gap: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .nav .menu-list {
    height: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    background-color: #101010;
    top: 70px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.nav .menu-list .menu-item .menu-item-link {
  text-decoration: none;
  display: block;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
@media screen and (max-width: 1024px) {
  .nav .menu-list .menu-item .menu-item-link {
    font-size: 20px;
    line-height: 25px;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
  }
}
.nav .menu-list .menu-item:hover .menu-item-link {
  text-decoration: underline;
  color: #ffca60;
}
.nav .menu-list .menu-item .active {
  text-decoration: underline;
  color: #ffca60;
}
.nav .menu-list .menu-item:nth-child(5) .menu-item-link {
  color: #ffa800;
  -webkit-animation: call-btn 2.5s infinite ease-in-out;
          animation: call-btn 2.5s infinite ease-in-out;
}
.nav .menu-list .menu-item:nth-child(5):hover .menu-item-link {
  color: #ff0000;
  text-decoration: none;
}
.nav .menu-list .menu-item .menu-item-btn {
  background: transparent;
  border: none;
}
@media screen and (max-width: 1024px) {
  .nav .menu-list .menu-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-height: 569px) and (max-width: 320px) {
  .nav .menu-list .menu-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.nav .menu-mob-call {
  height: 46px;
  border: none;
  border-radius: 25px;
  background: #ffa800;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  cursor: pointer;
  max-width: 335px;
  width: 100%;
  margin-bottom: 40px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav .menu-mob-call {
    display: block;
  }
}
.nav .menu-mob-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 335px;
  width: 100%;
  display: none;
}
@media screen and (max-width: 350px) {
  .nav .menu-mob-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .nav .menu-mob-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav .menu-mob-items .menu-mob-item {
  text-align: center;
  margin-bottom: 10px;
}
.nav .menu-mob-items .menu-mob-item .menu-mob-item-text {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #bcbcbc;
  margin-bottom: 10px;
}
.nav .menu-mob-items .menu-mob-item .menu-mob-item-title {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.nav .call-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 168px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .nav .call-block {
    width: 140px;
  }
}
.nav .call-block .call-icon {
  fill: #ffa800;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.nav .call-block .call-number,
.nav .call-block .call-number:visited {
  text-decoration: none;
  display: block;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffa800;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
@media screen and (max-width: 1024px) {
  .nav .call-block .call-number,
  .nav .call-block .call-number:visited {
    font-size: 15px;
    line-height: 18px;
  }
}
.nav .call-block:hover .call-icon {
  fill: #ffca60;
}
.nav .call-block:hover .call-number {
  color: #ffca60;
}

.menu-mob-btn {
  display: none;
  padding: 0;
  width: 25px;
  height: 25px;
  background: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  .menu-mob-btn {
    display: block;
    margin-left: 42px;
  }
}
@media screen and (max-width: 370px) {
  .menu-mob-btn {
    display: block;
    margin-left: 12px;
  }
}
.menu-mob-btn .menu-mob-btn-line {
  cursor: pointer;
}
.menu-mob-btn .menu-mob-btn-line .line {
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: block;
  margin: 6px auto;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

@-webkit-keyframes call-btn {
  0% {
    color: #ffa800;
  }
  50% {
    color: #ff0000;
  }
  100% {
    color: #ffa800;
  }
}

@keyframes call-btn {
  0% {
    color: #ffa800;
  }
  50% {
    color: #ff0000;
  }
  100% {
    color: #ffa800;
  }
}
.policy-text-block {
  margin-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.policy-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-family: Gilroy;
  color: #101010;
  margin-bottom: 30px;
}

.policy-subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  font-family: Gilroy;
  color: #101010;
  margin-bottom: 20px;
}

.policy-subtitle-2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: Gilroy;
  color: #101010;
  margin-bottom: 20px;
}

.policy-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #101010;
  margin-bottom: 10px;
}

.hero {
  background-color: #101010;
  width: 100%;
  height: calc(100vh - 70px);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  .hero {
    padding-top: 30px;
  }
}
.hero .parallax__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero .parallax__wrapper .container {
  height: 100%;
}
.hero .parallax__wrapper:nth-child(1) {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.hero .parallax__wrapper:nth-child(1) .hero-text-block {
  padding-top: 200px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero .parallax__wrapper:nth-child(2) {
  right: -20%;
  bottom: 20%;
  z-index: 4;
}
@media screen and (max-width: 820px) {
  .hero .parallax__wrapper:nth-child(2) {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 820px) {
  .hero .parallax__wrapper:nth-child(2) {
    opacity: 0.2;
  }
}
.hero .parallax__wrapper:nth-child(2) .parallax-section .parallax-layer {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .hero .parallax__wrapper:nth-child(2) .parallax-section .parallax-layer {
    bottom: auto;
    top: 0;
    background-size: 150%;
    background-position: 29% -50%;
    background-repeat: repeat;
  }
}
.hero .parallax__wrapper:nth-child(3) {
  right: -20%;
  bottom: 0;
  z-index: 4;
}
@media screen and (max-width: 820px) {
  .hero .parallax__wrapper:nth-child(3) {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 820px) {
  .hero .parallax__wrapper:nth-child(3) {
    display: none;
  }
}
.hero .parallax__wrapper:nth-child(3) .parallax-section .parallax-layer {
  width: 100%;
  height: 90%;
}
.hero .parallax__wrapper .parallax-section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero .parallax__wrapper .parallax-section .parallax-layer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero .parallax__wrapper .parallax-section .layer1 {
  background-image: url("../assets/img/1.svg"); /* Replace with your image */
}
.hero .parallax__wrapper .parallax-section .layer2 {
  background-image: url("../assets/img/2.svg"); /* Replace with your image */
}

.hero-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 580px;
  position: relative;
  z-index: 3;
}
.hero-text-block .hero-title {
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  font-family: Gilroy;
  color: #ffffff;
}
@media screen and (max-width: 650px) {
  .hero-text-block .hero-title {
    font-size: 36px;
    line-height: 111%;
  }
}
.hero-text-block .hero-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #bcbcbc;
  margin-top: 45px;
}
@media screen and (max-width: 650px) {
  .hero-text-block .hero-subtitle {
    margin-top: 30px;
    font-size: 14px;
    line-height: 19px;
  }
}
.hero-text-block .hero-btn {
  width: 230px;
  height: 46px;
  border-radius: 25px;
  margin-top: 45px;
  cursor: pointer;
}
@media screen and (max-width: 425px) {
  .hero-text-block .hero-btn {
    width: 100%;
  }
}

.about {
  width: 100%;
  padding: 130px 0 150px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  .about {
    padding: 60px 0 70px;
  }
}
.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-text-block {
  width: 500px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 850px) {
  .about-text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.about-text-block .about-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-family: Gilroy;
  color: #101010;
  margin-bottom: 53px;
  max-width: 400px;
}
@media screen and (max-width: 850px) {
  .about-text-block .about-title {
    max-width: unset;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .about-text-block .about-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.about-text-block .about-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}
.about-text-block .about-text:nth-child(2) {
  margin-bottom: 25px;
}

.about-items-block {
  width: 575px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 620px) {
  .about-items-block {
    width: 100%;
  }
}
.about-items-block .about-items-link {
  display: block;
  text-decoration: none;
}
.about-items-block .about-items-link .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 24px 75px 21px 36px;
  border: 1px dashed transparent;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .about-items-block .about-items-link .about-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 24px 36px 21px 36px;
  }
}
.about-items-block .about-items-link .about-item .about-item-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px dashed #777777;
  border-radius: 30px;
}
.about-items-block .about-items-link .about-item .about-item-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  width: 320px;
}
@media screen and (max-width: 520px) {
  .about-items-block .about-items-link .about-item .about-item-text-block {
    width: auto;
    gap: 9px;
  }
}
.about-items-block .about-items-link .about-item .about-item-text-block .about-item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  font-family: Gilroy;
  color: #101010;
}
@media screen and (max-width: 520px) {
  .about-items-block .about-items-link .about-item .about-item-text-block .about-item-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.about-items-block .about-items-link .about-item .about-item-text-block .about-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}
@media screen and (max-width: 520px) {
  .about-items-block .about-items-link .about-item .about-item-text-block .about-item-text {
    font-size: 14px;
    line-height: 19px;
  }
}
.about-items-block .about-items-link .about-item:hover {
  border: 1px solid #777777;
  -webkit-box-shadow: 0px 0px 5px #ffa800;
          box-shadow: 0px 0px 5px #ffa800;
}
.about-items-block .about-items-link .about-item:hover .about-item-img {
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 520px) {
  .about-items-block .about-items-link .about-item:hover .about-item-img {
    margin-bottom: 20px;
    width: 88px;
  }
}
.about-items-block .about-items-link .about-item-img {
  margin-right: 10px;
}

.numbers {
  position: relative;
  background-color: #101010;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 150px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .numbers {
    padding: 60px 0 70px;
  }
}
.numbers .parallax-background {
  background-image: url("../assets/img/1.svg");
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: right;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}
@media screen and (max-width: 820px) {
  .numbers .parallax-background {
    bottom: auto;
    top: 0;
    background-size: 150%;
    background-position: 29% -50%;
  }
}
.numbers .container {
  position: relative;
  z-index: 2;
}
.numbers .numbers-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-family: Gilroy;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .numbers .numbers-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 700px) {
  .numbers-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.numbers-items-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .numbers-items-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    row-gap: 20px;
  }
}
.numbers-items-block .numbers-items-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .numbers-items-block .numbers-items-line {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .numbers-items-block .numbers-items-line2 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .numbers-items-block .numbers-items-line3 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .numbers-items-block .numbers-items-line4 {
    display: none;
  }
}
.numbers-items-block .numbers-item {
  position: relative;
  z-index: 1;
  width: 180px;
  height: 180px;
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #101010;
}
@media screen and (max-width: 820px) {
  .numbers-items-block .numbers-item {
    height: 156px;
    width: 156px;
  }
}
@media screen and (max-width: 385px) {
  .numbers-items-block .numbers-item {
    height: 136px;
    width: 133px;
  }
}
.numbers-items-block .numbers-item .numbers-item-inner {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  border: 1px dashed #bcbcbc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numbers-items-block .numbers-item .numbers-item-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-family: Gilroy;
  color: #ffa800;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
@media screen and (max-width: 820px) {
  .numbers-items-block .numbers-item .numbers-item-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 385px) {
  .numbers-items-block .numbers-item .numbers-item-title {
    line-height: 38px;
  }
}
.numbers-items-block .numbers-item .numbers-item-text {
  font-family: Nunito;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 820px) {
  .numbers-items-block .numbers-item .numbers-item-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 385px) {
  .numbers-items-block .numbers-item .numbers-item-text {
    font-size: 14px;
  }
}
.numbers-items-block .visible {
  opacity: 1;
}

.types {
  width: 100%;
  padding: 130px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  .types {
    padding-top: 60px;
  }
}
.types .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .types .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.types-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 499px;
  gap: 55px;
  margin-right: 20px;
}
@media screen and (max-width: 980px) {
  .types-text-block {
    margin-right: 0;
    width: auto;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.types-text-block .types-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-family: Gilroy;
  color: #101010;
}
@media screen and (max-width: 650px) {
  .types-text-block .types-title {
    font-size: 32px;
    line-height: 125%;
  }
}
.types-text-block .types-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}
@media screen and (max-width: 650px) {
  .types-text-block .types-text {
    font-size: 14px;
    line-height: 19px;
  }
}
.types-text-block .types-btn {
  width: 210px;
  height: 46px;
  border-radius: 25px;
  cursor: pointer;
}
.types-text-block .types-btn .btn-text {
  color: #101010;
}
@media screen and (max-width: 980px) {
  .types-text-block .types-btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 425px) {
  .types-text-block .types-btn {
    width: 100%;
  }
}

.types-items-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 580px;
  padding: 44px 50px 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #777777;
  border-radius: 30px;
}
@media screen and (max-width: 980px) {
  .types-items-block {
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .types-items-block {
    width: 100%;
    padding: 20px 10px 20px;
  }
}
.types-items-block .types-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #777777;
}
.types-items-block .types-item .types-item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: Gilroy;
  color: #101010;
}
@media screen and (max-width: 470px) {
  .types-items-block .types-item .types-item-title {
    font-size: 18px;
    line-height: 20px;
  }
}
.types-items-block .types-item .types-item-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 7px;
  width: 139px;
}
.types-items-block .types-item .types-item-text-block .types-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}
.types-items-block .types-item .types-item-text-block .types-item-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: Gilroy;
  color: #ffa800;
}
@media screen and (max-width: 470px) {
  .types-items-block .types-item .types-item-text-block .types-item-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
}
.types-items-block .types-item:first-child {
  padding: 0 0 15px 0;
}
.types-items-block .types-item:last-child {
  border: none;
  padding: 15px 0 0 0;
}

.acreate {
  width: 100%;
  padding: 130px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  .acreate {
    padding-top: 60px;
  }
}
.acreate .container .acreate-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-family: Gilroy;
  color: #101010;
  width: 480px;
}
@media screen and (max-width: 650px) {
  .acreate .container .acreate-title {
    font-size: 32px;
    line-height: 125%;
    width: 100%;
  }
}

.acreate-items-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 60px;
  margin-top: 63px;
}
@media screen and (max-width: 650px) {
  .acreate-items-block {
    margin-top: 40px;
  }
}
.acreate-items-block .acreate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
}
@media screen and (max-width: 650px) {
  .acreate-items-block .acreate-item {
    width: 100%;
  }
}
.acreate-items-block .acreate-item .acreate-item-img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  height: 100px;
  margin-bottom: 25px;
}
@media screen and (max-width: 650px) {
  .acreate-items-block .acreate-item .acreate-item-img-block {
    height: auto;
  }
}
.acreate-items-block .acreate-item .acreate-item-img-block .acreate-item-img {
  width: 100px;
  height: 100px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 650px) {
  .acreate-items-block .acreate-item .acreate-item-img-block .acreate-item-img {
    display: none;
  }
}
.acreate-items-block .acreate-item .acreate-item-img-block .acreate-item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  font-family: Gilroy;
  color: #101010;
}
.acreate-items-block .acreate-item .acreate-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}

.create {
  width: 100%;
  padding: 155px 0 150px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 750px 90px;
}
@media screen and (max-width: 700px) {
  .create {
    padding: 57px 0 65px 0;
  }
}
.create .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../assets/svg/create_back2.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 55%;
}
@media screen and (max-width: 1100px) {
  .create .container {
    background: none;
  }
}

.create-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 51px;
  width: 500px;
}
@media screen and (max-width: 1100px) {
  .create-text-block {
    width: auto;
    max-width: 715px;
  }
}
.create-text-block .create-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-family: Gilroy;
  color: #101010;
}
@media screen and (max-width: 650px) {
  .create-text-block .create-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.create-text-block .create-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}
@media screen and (max-width: 650px) {
  .create-text-block .create-text {
    font-size: 14px;
    line-height: 19px;
  }
}

.create-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 123px;
  width: 100%;
  background-image: url(../assets/svg/create_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 20px 0;
  padding-top: 42px;
  padding-bottom: 30px;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 423px;
}
@media screen and (max-width: 1100px) {
  .create-items-container {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 20px;
    background-image: url(../assets/svg/line_up.svg);
    background-size: 1% 95%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-position: 17px;
  }
}
@media screen and (max-width: 650px) {
  .create-items-container {
    background-position: 12px;
  }
}
.create-items-container .create-items-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  width: 278px;
}
@media screen and (max-width: 1100px) {
  .create-items-container .create-items-block {
    gap: 20px;
    width: auto;
  }
}
.create-items-container .create-items-block .create-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 26px;
  align-items: center;
  height: 66px;
}
@media screen and (max-width: 1100px) {
  .create-items-container .create-items-block .create-item {
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.create-items-container .create-items-block .create-item .create-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33px;
  font-family: Gilroy;
  font-size: 10px;
  line-height: 40px;
  background-color: #ffffff;
  color: #ffa800;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1100px) {
  .create-items-container .create-items-block .create-item .create-item-title {
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .create-items-container .create-items-block .create-item .create-item-title {
    line-height: 29px;
    width: 29px;
    height: 29px;
    min-width: 28px;
  }
}
.create-items-container .create-items-block .create-item .create-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
  width: 225px;
}
@media screen and (max-width: 650px) {
  .create-items-container .create-items-block .create-item .create-item-text {
    font-size: 14px;
    line-height: 19px;
  }
}
.create-items-container .create-items-block:nth-child(3) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .create-items-container .create-items-block:nth-child(3) {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-bottom: 0;
  }
}

.principles {
  background-color: #101010;
  width: 100%;
  padding-top: 130px;
  margin-bottom: -1px;
}
@media screen and (max-width: 850px) {
  .principles {
    padding-top: 60px;
  }
}
.principles .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .principles .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.principles-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 580px;
  margin-right: 20px;
}
@media screen and (max-width: 980px) {
  .principles-text-block {
    margin-right: 0;
    width: auto;
    margin-bottom: 50px;
  }
}
.principles-text-block .principles-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-family: Gilroy;
  color: #ffffff;
  width: 480px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .principles-text-block .principles-title {
    width: auto;
  }
}
@media screen and (max-width: 650px) {
  .principles-text-block .principles-title {
    font-size: 32px;
    line-height: 125%;
  }
}
.principles-text-block .principles-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #bcbcbc;
}
@media screen and (max-width: 650px) {
  .principles-text-block .principles-text {
    font-size: 14px;
    line-height: 19px;
  }
}
.principles-text-block .principles-btn {
  width: 230px;
  height: 46px;
  border-radius: 25px;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .principles-text-block .principles-btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 425px) {
  .principles-text-block .principles-btn {
    width: 100%;
  }
}

.principles-items-main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 580px;
}

.principles-items-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 580px;
  padding: 44px 50px 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #bcbcbc;
  border-radius: 30px;
}
@media screen and (max-width: 980px) {
  .principles-items-block {
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .principles-items-block {
    width: 100%;
    padding: 20px 10px 20px;
  }
}
.principles-items-block .principles-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  min-height: 45px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #bcbcbc;
}
.principles-items-block .principles-item .principles-item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: Gilroy;
  color: #ffffff;
  width: 285px;
}
@media screen and (max-width: 470px) {
  .principles-items-block .principles-item .principles-item-title {
    font-size: 18px;
    line-height: 20px;
    width: 50%;
  }
}
.principles-items-block .principles-item .principles-item-title span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 470px) {
  .principles-items-block .principles-item .principles-item-title span {
    font-size: 10px;
    line-height: 12px;
  }
}
.principles-items-block .principles-item .principles-item-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 7px;
  width: 165px;
}
@media screen and (max-width: 470px) {
  .principles-items-block .principles-item .principles-item-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 47%;
  }
}
.principles-items-block .principles-item .principles-item-text-block .principles-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #bcbcbc;
}
.principles-items-block .principles-item .principles-item-text-block .principles-item-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: Gilroy;
  color: #ffa800;
}
@media screen and (max-width: 470px) {
  .principles-items-block .principles-item .principles-item-text-block .principles-item-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
}
.principles-items-block .principles-item .principles-item-text-block .principles-item-subtitle span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 470px) {
  .principles-items-block .principles-item .principles-item-text-block .principles-item-subtitle span {
    font-size: 10px;
    line-height: 12px;
  }
}
.principles-items-block .principles-item:first-child {
  padding: 0 0 18px 0;
}
.principles-items-block .principles-item:last-child {
  border: none;
  padding: 15px 0 0 0;
}

.princiles-action {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #bcbcbc;
  text-align: center;
}
.princiles-action span {
  color: #ffa800;
}

.apromote {
  width: 100%;
  padding: 130px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #101010;
}
@media screen and (max-width: 850px) {
  .apromote {
    padding-top: 60px;
  }
}
.apromote .container .apromote-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-family: Gilroy;
  color: #ffffff;
  width: 480px;
}
@media screen and (max-width: 650px) {
  .apromote .container .apromote-title {
    font-size: 32px;
    line-height: 125%;
    width: 100%;
  }
}

.apromote-items-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 60px;
  margin-top: 63px;
}
@media screen and (max-width: 650px) {
  .apromote-items-block {
    margin-top: 40px;
  }
}
.apromote-items-block .apromote-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
}
@media screen and (max-width: 650px) {
  .apromote-items-block .apromote-item {
    width: 100%;
  }
}
.apromote-items-block .apromote-item .apromote-item-img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  height: 100px;
  margin-bottom: 25px;
}
@media screen and (max-width: 650px) {
  .apromote-items-block .apromote-item .apromote-item-img-block {
    height: auto;
  }
}
.apromote-items-block .apromote-item .apromote-item-img-block .apromote-item-img {
  width: 100px;
  height: 100px;
  display: block;
}
@media screen and (max-width: 650px) {
  .apromote-items-block .apromote-item .apromote-item-img-block .apromote-item-img {
    display: none;
  }
}
.apromote-items-block .apromote-item .apromote-item-img-block .apromote-item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  font-family: Gilroy;
  color: #ffffff;
}
.apromote-items-block .apromote-item .apromote-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #bcbcbc;
}

.work {
  background-color: #101010;
  width: 100%;
  padding-top: 154px;
  padding-bottom: 150px;
}
@media screen and (max-width: 850px) {
  .work {
    padding: 60px 0 65px 0;
  }
}
.work .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.work .container .work-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-family: Gilroy;
  color: #ffffff;
}
@media screen and (max-width: 1100px) {
  .work .container .work-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 650px) {
  .work .container .work-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.work-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 120px;
  width: 100%;
  background-image: url(../assets/svg/work_back.svg);
  background-repeat: no-repeat;
  background-position: 20px 0;
  padding-top: 36px;
  padding-bottom: 57px;
  margin-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 260px;
}
@media screen and (max-width: 1100px) {
  .work-items-container {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 20px;
    background-image: url(../assets/svg/line_up.svg);
    background-size: 1% 95%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-position: 17px;
    margin-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .work-items-container {
    background-size: 1% 92%;
    background-position: 12px;
  }
}
.work-items-container .work-items-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 180px;
}
@media screen and (max-width: 1100px) {
  .work-items-container .work-items-block {
    gap: 20px;
    width: auto;
  }
}
.work-items-container .work-items-block .work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  align-items: center;
  height: 66px;
}
@media screen and (max-width: 1100px) {
  .work-items-container .work-items-block .work-item {
    height: auto;
  }
}
.work-items-container .work-items-block .work-item .work-item-title {
  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;
  min-width: 33px;
  font-family: Gilroy;
  background-color: #101010;
  font-size: 10px;
  line-height: 40px;
  color: #ffa800;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 650px) {
  .work-items-container .work-items-block .work-item .work-item-title {
    width: 29px;
    height: 29px;
    line-height: 29px;
  }
}
.work-items-container .work-items-block .work-item .work-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #bcbcbc;
  min-width: 205px;
}

.adv {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 130px 0 150px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  .adv {
    padding: 60px 0 70px 0;
  }
}
.adv .parallax-background {
  background-image: url("../assets/img/clouds-black.svg");
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: right;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}
@media screen and (max-width: 820px) {
  .adv .parallax-background {
    bottom: auto;
    top: 0;
    background-size: 150%;
    background-position: 29% -50%;
  }
}
.adv .container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.adv .adv-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-family: Gilroy;
  color: #101010;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .adv .adv-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.adv-items-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .adv-items-block {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.adv-items-block .adv-items-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
}
@media screen and (max-width: 850px) {
  .adv-items-block .adv-items-line {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.adv-items-block .adv-item {
  position: relative;
  z-index: 1;
  width: 300px;
  height: 300px;
  border: 1px solid #101010;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  padding: 9px;
  background: #ffffff;
}
@media screen and (max-width: 970px) {
  .adv-items-block .adv-item {
    width: 244px;
    height: 244px;
  }
}
.adv-items-block .adv-item .adv-item-inner {
  width: 280px;
  height: 280px;
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border: 1px dashed #bcbcbc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 970px) {
  .adv-items-block .adv-item .adv-item-inner {
    width: 223px;
    height: 226px;
    gap: 0;
  }
}
.adv-items-block .adv-item .adv-item-inner .adv-item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  font-family: Gilroy;
  color: #101010;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 970px) {
  .adv-items-block .adv-item .adv-item-inner .adv-item-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.adv-items-block .adv-item .adv-item-inner .adv-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
  text-align: center;
}
@media screen and (max-width: 970px) {
  .adv-items-block .adv-item .adv-item-inner .adv-item-text {
    font-size: 14px;
    line-height: 19px;
  }
}

.projects {
  background-color: #101010;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 150px;
}
@media screen and (max-width: 850px) {
  .projects {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.projects .projects-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-family: Gilroy;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .projects .projects-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.projects-items-block {
  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;
  row-gap: 20px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: 61px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .projects-items-block {
    margin-top: 40px;
  }
}
.projects-items-block .project-item-wrapper {
  width: 28%;
  height: 238px;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .projects-items-block .project-item-wrapper {
    width: 370px;
  }
}
@media screen and (max-width: 425px) {
  .projects-items-block .project-item-wrapper {
    height: 208px;
  }
}
@media screen and (max-width: 375px) {
  .projects-items-block .project-item-wrapper {
    height: 180px;
  }
}
.projects-items-block .projects-item {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  border-radius: 15px;
  width: 0;
  height: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.projects-items-block .projects-item .project-item-link {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.projects-items-block .projects-item .project-item-link .project-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 16, 16, 0.75)), to(rgba(16, 16, 16, 0.75)));
  background: linear-gradient(0deg, rgba(16, 16, 16, 0.75), rgba(16, 16, 16, 0.75));
  border: 2px solid #ffa800;
  border-radius: 15px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 425px) {
  .projects-items-block .projects-item .project-item-link .project-item-inner {
    padding: 20px;
  }
}
.projects-items-block .projects-item .project-item-link .project-item-inner .project-item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  font-family: Gilroy;
  color: #ffffff;
  margin-bottom: 9px;
  opacity: 0;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
@media screen and (max-width: 425px) {
  .projects-items-block .projects-item .project-item-link .project-item-inner .project-item-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.projects-items-block .projects-item .project-item-link .project-item-inner .project-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
@media screen and (max-width: 425px) {
  .projects-items-block .projects-item .project-item-link .project-item-inner .project-item-text {
    font-size: 14px;
    line-height: 19px;
  }
}
.projects-items-block .projects-item:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.projects-items-block .projects-item:hover .project-item-inner {
  opacity: 1;
}
.projects-items-block .projects-item:hover .project-item-inner .project-item-title,
.projects-items-block .projects-item:hover .project-item-inner .project-item-text {
  opacity: 1;
}

.item-1 {
  background-image: url(../assets/img/projects/1.webp);
}

.item-2 {
  background-image: url(../assets/img/projects/2.webp);
}

.item-3 {
  background-image: url(../assets/img/projects/3.webp);
}

.item-4 {
  background-image: url(../assets/img/projects/4.webp);
}

.item-5 {
  background-image: url(../assets/img/projects/5.webp);
}

.item-6 {
  background-image: url(../assets/img/projects/6.webp);
}

.item-7 {
  background-image: url(../assets/img/projects/7.webp);
}

.item-8 {
  background-image: url(../assets/img/projects/8.webp);
}

.item-9 {
  background-image: url(../assets/img/projects/9.webp);
}

.item-10 {
  background-image: url(../assets/img/projects/10.webp);
}

.item-11 {
  background-image: url(../assets/img/projects/11.webp);
}

.item-12 {
  background-image: url(../assets/img/projects/12.webp);
}

.item-13 {
  background-image: url(../assets/img/projects/13.webp);
}

.item-14 {
  background-image: url(../assets/img/projects/14.webp);
}
.item-15 {
  background-image: url(../assets/img/projects/15.webp);
}

.contacts {
  width: 100%;
  padding: 130px 0 91px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .contacts {
    padding: 60px 0 65px 0;
  }
}
.contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 100px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .contacts .container {
    gap: 35px;
  }
}
@media screen and (max-width: 850px) {
  .contacts .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contacts .container .contacts-background {
  position: absolute;
  right: 0;
  bottom: -93px;
  width: 415px;
  height: 356px;
}
@media screen and (max-width: 1024px) {
  .contacts .container .contacts-background {
    display: none;
  }
}

.contacts-form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts-form-block .contacts-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  font-family: Gilroy;
  color: #101010;
}
@media screen and (max-width: 650px) {
  .contacts-form-block .contacts-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.contacts-form-block .contacts-form {
  width: 580px;
  margin-top: 78px;
}
@media screen and (max-width: 850px) {
  .contacts-form-block .contacts-form {
    margin-top: 43px;
  }
}
@media screen and (max-width: 620px) {
  .contacts-form-block .contacts-form {
    width: 100%;
  }
}
.contacts-form-block .contacts-form .contacts-input-block {
  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;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacts-form-block .contacts-form .contacts-input-block input {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
  border: none;
  background: transparent;
  padding-bottom: 10px;
  border-bottom: 1px solid #101010;
  width: 280px;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: transparent;
}
@media screen and (max-width: 620px) {
  .contacts-form-block .contacts-form .contacts-input-block input {
    width: 100%;
    height: 29px;
    font-size: 14px;
    line-height: 19px;
  }
}
.contacts-form-block .contacts-form .contacts-input-block .error {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #ff0000;
}
.contacts-form-block .contacts-form ::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}
.contacts-form-block .contacts-form ::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}
.contacts-form-block .contacts-form :-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}
.contacts-form-block .contacts-form ::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}
.contacts-form-block .contacts-form ::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}
@media screen and (max-width: 620px) {
  .contacts-form-block .contacts-form ::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 19px;
  }
  .contacts-form-block .contacts-form ::-moz-placeholder {
    font-size: 14px;
    line-height: 19px;
  }
  .contacts-form-block .contacts-form :-ms-input-placeholder {
    font-size: 14px;
    line-height: 19px;
  }
  .contacts-form-block .contacts-form ::-ms-input-placeholder {
    font-size: 14px;
    line-height: 19px;
  }
  .contacts-form-block .contacts-form ::placeholder {
    font-size: 14px;
    line-height: 19px;
  }
}
.contacts-form-block .contacts-form textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
  width: 580px;
  height: 42px;
  border: none;
  border: none;
  margin-top: 30px;
  resize: none;
  outline: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #101010;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.contacts-form-block .contacts-form textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media screen and (max-width: 850px) {
  .contacts-form-block .contacts-form textarea {
    margin-top: 30px;
  }
}
@media screen and (max-width: 620px) {
  .contacts-form-block .contacts-form textarea {
    width: 100%;
  }
}
.contacts-form-block .contacts-form .contacts-form-send-block {
  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;
  align-items: center;
  margin-top: 44px;
}
@media screen and (max-width: 620px) {
  .contacts-form-block .contacts-form .contacts-form-send-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.contacts-form-block .contacts-form .contacts-form-send-block .form-btn {
  width: 171px;
  height: 46px;
  border-radius: 25px;
  padding: 13px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 40px;
  cursor: pointer;
}
.contacts-form-block .contacts-form .contacts-form-send-block .form-btn .btn-text {
  color: #101010;
}
@media screen and (max-width: 620px) {
  .contacts-form-block .contacts-form .contacts-form-send-block .form-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  .contacts-form-block .contacts-form .contacts-form-send-block .form-btn {
    width: 100%;
  }
}
.contacts-form-block .contacts-form .contacts-form-send-block .form-policy {
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #777777;
  width: 347px;
}
@media screen and (max-width: 620px) {
  .contacts-form-block .contacts-form .contacts-form-send-block .form-policy {
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .contacts-form-block .contacts-form .contacts-form-send-block .form-policy {
    width: 100%;
    max-width: 332px;
    font-size: 12px;
    line-height: 16px;
  }
}

.contacts-items-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  .contacts-items-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
  }
}
.contacts-items-block .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .contacts-items-block .contact-item:last-child {
    width: 100%;
  }
}
.contacts-items-block .contact-item .contacts-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}
.contacts-items-block .contact-item .contacts-item-title {
  text-decoration: none;
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  font-family: Gilroy;
  color: #101010;
}
@media screen and (max-width: 425px) {
  .contacts-items-block .contact-item .contacts-item-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.contacts-items-block :last-child .contacts-item-title {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #101010;
}
@media screen and (max-width: 425px) {
  .contacts-items-block :last-child .contacts-item-title {
    font-size: 16px;
    line-height: 19px;
  }
}

.popup {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(16, 16, 16, 0.75);
  top: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  overflow: auto;
}
.popup .contacts-form {
  width: auto;
  margin-top: 57px;
}
.popup .form-btn {
  width: 310px !important;
}
.popup input[type=radio],
.popup input[type=file] {
  display: none;
}
.popup label {
  position: relative;
  font-family: "Nunito";
  font-size: 16px;
  line-height: 22px;
  color: #101010;
}
.popup input[type=radio] + label:before {
  height: 15px;
  width: 15px;
  margin-right: 9px;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #ffa800;
  border-radius: 50%;
  cursor: pointer;
}
.popup input[type=radio]:checked + label:after {
  height: 9px;
  width: 9px;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  background: #ffa800;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 17%;
  cursor: pointer;
}

.popup-content {
  display: none;
  background: #ffffff;
  border-radius: 30px;
  max-width: 780px;
  width: 100%;
  padding: 70px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 780px;
  overflow: auto;
  z-index: 120;
  position: relative;
  -webkit-animation-name: modal;
          animation-name: modal;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
          animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.form-popup-content {
  display: none;
  background: #ffffff;
  border-radius: 30px;
  max-width: 780px;
  width: 100%;
  padding: 70px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 780px;
  overflow: auto;
  z-index: 120;
  position: relative;
  -webkit-animation-name: modal;
          animation-name: modal;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
          animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.popup-close {
  position: absolute;
  right: 30px;
  cursor: pointer;
  top: 30px;
}

.form-popup-close {
  position: absolute;
  right: 30px;
  cursor: pointer;
  top: 30px;
}

.form-popup-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  font-family: Gilroy;
  color: #777777;
}

.popup-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.popup-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 305px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.popup-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-file label:before {
  height: 14px;
  width: 16px;
  margin-right: 9px;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  background: url(../assets/svg/icon-file.svg) center/contain no-repeat;
  cursor: pointer;
}

.popup-contacts-input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup-contacts-input-block input {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
  border: none;
  background: transparent;
  padding-bottom: 10px;
  border-bottom: 1px solid #101010;
  width: 100%;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: transparent;
}
@media screen and (max-width: 620px) {
  .popup-contacts-input-block input {
    width: 100%;
    height: 29px;
    font-size: 14px;
    line-height: 19px;
  }
}
.popup-contacts-input-block .error {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #ff0000;
}

::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}

::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}

:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}

::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}

::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: Nunito;
  color: #777777;
}
@media screen and (max-width: 620px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 19px;
  }
  ::-moz-placeholder {
    font-size: 14px;
    line-height: 19px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
    line-height: 19px;
  }
  ::-ms-input-placeholder {
    font-size: 14px;
    line-height: 19px;
  }
  ::placeholder {
    font-size: 14px;
    line-height: 19px;
  }
}

@media screen and (max-width: 780px) {
  .popup {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .popup .contacts-input-block input {
    width: 100% !important;
  }
  .popup .contacts-form textarea {
    width: 100% !important;
  }
  .popup-content {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 620px) {
  .popup-check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-radio {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 425px) {
  .popup {
    padding: 0;
  }
  .popup-content {
    height: 100%;
    border-radius: 0;
    padding: 70px 20px 30px;
  }
}
@media screen and (max-width: 350px) {
  .popup-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-radio label:first-of-type {
    margin-bottom: 5px;
  }
}
@-webkit-keyframes modal {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
}
@keyframes modal {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
}
@-webkit-keyframes modal-close {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1);
  }
}
@keyframes modal-close {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.footer {
    position: relative;
    z-index: 2;
  background: #101010;
  padding: 54px 0 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 35px 0 24px 0;
  }
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  position: relative;
}

.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 39px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-block .footer-nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  width: 100%;
}
.footer-block .footer-nav-block .footer-logo {
  width: 138px;
}
.footer-block .footer-nav-block .rights-text-link {
  text-decoration: none;
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #bcbcbc;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-block .footer-nav-block .footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 730px;
  height: 54px;
  gap: 44px;
  padding-top: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
}
@media screen and (max-width: 1130px) {
  .footer-block .footer-nav-block .footer-menu-list {
    gap: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-block .footer-nav-block .footer-menu-list {
    display: none;
  }
}
.footer-block .footer-nav-block .footer-menu-list .footer-menu-item .footer-menu-item-link {
  text-decoration: none;
  display: block;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.footer-block .footer-nav-block .footer-menu-list .footer-menu-item:hover .footer-menu-item-link {
  text-decoration: underline;
  color: #ffca60;
}
.footer-block .footer-nav-block .footer-menu-list .footer-menu-item:last-child .footer-menu-item-link {
  color: #ffa800;
}
.footer-block .footer-nav-block .footer-menu-list .footer-menu-item:last-child:hover .footer-menu-item-link {
  color: #ff0000;
  text-decoration: none;
}
.footer-block .footer-socials-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.footer-block .footer-socials-block .footer-social {
  cursor: pointer;
}

.rights-block {
  padding-top: 15px;
}
@media screen and (max-width: 425px) {
  .rights-block {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rights-block .rights-text {
  text-align: center;
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #bcbcbc;
}
@media screen and (max-width: 425px) {
  .rights-block .rights-text {
    font-size: 12px;
    line-height: 16px;
    max-width: 200px;
  }
}

.footer-btn {
  width: 210px;
  height: 46px;
  border: none;
  border-radius: 25px;
  background: #ffa800;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 425px) {
  .footer-btn {
    width: 100%;
  }
}

.footer__btn-div {
  width: 100%;
  display: none;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__btn-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__decore {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer__decore {
    display: block;
    position: absolute;
    right: 20px;
    top: -130px;
  }
}

.header .projects-header {
  background: #ffffff;
}
.header .projects-header .nav .logo-link .logo-block .logo-letter {
  fill: #101010;
}
.header .projects-header .nav .menu-list .menu-item .menu-item-link {
  color: #101010;
}

.projects-nav {
  border-bottom: none;
}

.main-projects .project-hero {
  background: #3C3699;
  height: 100vh;
  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;
}
.main-projects .project-hero .hero-title {
  color: var(#ffffff);
}

.main-projects section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1130px) {
  .main-projects section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-projects section .text-block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-left: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1130px) {
  .main-projects section .text-block {
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.main-projects section .text-block .section-title {
  font-family: Gilroy;
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  width: 80%;
}
@media screen and (max-width: 1130px) {
  .main-projects section .text-block .section-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .main-projects section .text-block .section-title {
    width: 96%;
  }
}
.main-projects section .text-block .section-list {
  list-style-type: none;
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  width: 80%;
}
@media screen and (max-width: 640px) {
  .main-projects section .text-block .section-list {
    width: 96%;
  }
}
.main-projects section .text-block .section-list .list-item {
  position: relative;
  padding: 0 0 14px 25px;
}
.main-projects section .text-block .section-list .list-item::before {
  padding: 0;
  content: "";
  width: 6px;
  height: 6px;
  background: #101010;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 5px;
}
.main-projects section .text-block .section-link {
  text-decoration: none;
  font-family: Nunito;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #101010;
}
@media screen and (max-width: 1130px) {
  .main-projects section .text-block .section-link {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .main-projects section .text-block .section-link {
    width: 96%;
  }
}
.main-projects section .text-block .section-link:hover {
  color: #ffa800;
}
.main-projects section .img-block {
  width: 50%;
}
@media screen and (max-width: 1130px) {
  .main-projects section .img-block {
    width: 100%;
  }
}
.main-projects section .img-block .project-img {
  display: block;
  width: 100%;
}
.main-projects section:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1130px) {
  .main-projects section:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-projects section:nth-child(odd) .text-block {
  padding-left: 15%;
}
@media screen and (max-width: 1130px) {
  .main-projects section:nth-child(odd) .text-block {
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.main-projects .project-main {
  width: 100%;
}
.main-projects .project-main img {
  width: 100%;
}

.projects-footer {
  background: #ffffff;
}

.projects-footer-block {
  border-bottom: 1px solid #101010;
}
.projects-footer-block .footer-nav-block .logo-block .logo-circle {
  fill: #ffa800;
}
.projects-footer-block .footer-nav-block .logo-block .logo-letter {
  fill: #101010;
}
.projects-footer-block .footer-nav-block .rights-text-link {
  color: #101010;
}

.projects-rights-block .rights-text {
  color: #101010;
}