@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

button {
  cursor: pointer;
  background-color: transparent
}

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

a {
  display: inline-block
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Inter-Light"), url(../fonts/Inter-Light.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Inter-Regular"), url(../fonts/Inter-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Inter-Medium"), url(../fonts/Inter-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Inter-SemiBold"), url(../fonts/Inter-SemiBold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Inter-Bold"), url(../fonts/Inter-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Inter-Black"), url(../fonts/Inter-Black.woff2) format("woff2")
}

:root {
  --white: #ffffff;
  --hover: rgba(255, 255, 255, 0.1);
  --active: rgba(255, 255, 255, 0.1);
  --background-site: #070F12
}

.container {
  max-width: 1595px;
  padding: 0 40px;
  margin: 0 auto
}

@media (max-width:1220px) {
  .container {
    padding: 0 20px
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 10px
  }
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Inter, Arial, Helvetica, sans-serif;
  min-height: 100vh;
  overflow: hidden;
  background-color: var(--background-site)
}
  
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

main:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  main:not(:last-child) {
    margin-bottom: 40px
  }
}

.main-2:not(:last-child) {
  margin-bottom: 0 !important;
}

.title-v1 {
  font-weight: 600;
  font-size: 178px;
  line-height: 178px;
  text-align: center;
  letter-spacing: -.05em;
  color: var(--white)
}

@media (max-width:600px) {
  .title-v1 span {
    display: block
  }
}

@media (max-width:1600px) {
  .title-v1 {
    font-size: 150px;
    line-height: 150px
  }
}

@media (max-width:1440px) {
  .title-v1 {
    font-size: 125px;
    line-height: 125px
  }
}

@media (max-width:1220px) {
  .title-v1 {
    font-size: 110px;
    line-height: 110px
  }
}

@media (max-width:1023px) {
  .title-v1 {
    font-size: 90px;
    line-height: 90px
  }
}

@media (max-width:850px) {
  .title-v1 {
    font-size: 60px;
    line-height: 60px
  }
}

.title-v2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -.05em;
  color: var(--white)
}

@media (max-width:1220px) {
  .title-v2 {
    font-size: 30px;
    line-height: 60px
  }
}

@media (max-width:600px) {
  .title-v2 {
    font-size: 20px;
    line-height: 22px
  }
}

.title-v3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: var(--white)
}

@media (max-width:1220px) {
  .title-v3 {
    font-size: 30px;
    line-height: 40px
  }
}

@media (max-width:600px) {
  .title-v3 {
    font-size: 20px;
    line-height: 28px
  }
}

.title-v4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--white)
}

@media (max-width:1220px) {
  .title-v4 {
    font-size: 12px;
    line-height: 16px
  }
}

.title-v5 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: var(--white)
}

@media (max-width:1220px) {
  .title-v5 {
    font-size: 24px;
    line-height: 32px
  }
}

@media (max-width:600px) {
  .title-v5 {
    font-size: 18px;
    line-height: 32px
  }
}

.text-v1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: var(--white)
}

@media (max-width:1220px) {
  .text-v1 {
    font-size: 30px;
    line-height: 40px
  }
}

@media (max-width:600px) {
  .text-v1 {
    font-size: 20px;
    line-height: 28px
  }
}

.text-v2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--white)
}

@media (max-width:1220px) {
  .text-v2 {
    font-size: 15px;
    line-height: 22px
  }
}

@media (max-width:600px) {
  .text-v2 {
    font-size: 12px;
    line-height: 18px
  }
}

.text-v3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: var(--white)
}

@media (max-width:1220px) {
  .text-v3 {
    font-size: 20px;
    line-height: 25px
  }
}

.text-v4 {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: var(--white)
}

@media (max-width:1220px) {
  .text-v4 {
    font-size: 12px;
    line-height: 16px
  }
}

@media (max-width:600px) {
  .text-v4 {
    font-size: 8px;
    line-height: 12px;
    text-align: left
  }
}

.text-v5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #fff
}

@media (max-width:600px) {
  .text-v5 {
    font-size: 14px;
    line-height: 24px
  }
}

.text-v6 {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #fff
}

@media (max-width:1220px) {
  .text-v6 {
    font-size: 12px;
    line-height: 16px
  }
}

@media (max-width:600px) {
  .text-v6 {
    font-size: 8px;
    line-height: 12px
  }
}

.link-v1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear
}

@media (any-hover:hover) {
  .link-v1:hover {
    color: var(--hover)
  }
}

.link-v1:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.link-v2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear
}

@media (max-width:600px) {
  .link-v2 {
    font-size: 12px;
    line-height: 16px
  }
}

@media (any-hover:hover) {
  .link-v2:hover {
    color: var(--hover)
  }
}

.link-v2:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.button-v1 {
  position: relative;
  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;
  padding: 5px 20px;
  min-width: 202px;
  min-height: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, .24);
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear
}

@media (max-width:1220px) {
  .button-v1 {
    min-width: 216px
  }
}

@media (any-hover:hover) {
  .button-v1:hover {
    background-color: var(--hover)
  }
}

.button-v1:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.button-v2 {
  position: relative;
  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;
  padding: 5px 20px;
  min-width: 157px;
  min-height: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, .24);
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
  z-index: 1;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear
}

@media (any-hover:hover) {
  .button-v2:hover {
    background-color: var(--hover)
  }
}

.button-v2:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.decor {
  position: absolute;
  width: 4px;
  height: 4px
}

.decor_1 {
  top: 0;
  left: 0;
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white)
}

.decor_2 {
  top: 0;
  right: 0;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white)
}

.decor_3 {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white)
}

.decor_4 {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid var(--white);
  border-right: 1px solid var(--white)
}

.decor_5 {
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white)
}

.decor_6 {
  width: 8px;
  height: 8px;
  top: 0;
  right: 0;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white)
}

.decor_7 {
  width: 8px;
  height: 8px;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white)
}

.decor_8 {
  width: 8px;
  height: 8px;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid var(--white);
  border-right: 1px solid var(--white)
}

.line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000%;
  height: 1px;
  z-index: 1;
  background-color: rgba(255, 255, 255, .4)
}

.line-1 {
  -webkit-transform: translate(-50%, -50%) rotate(12.8deg);
  -ms-transform: translate(-50%, -50%) rotate(12.8deg);
  transform: translate(-50%, -50%) rotate(12.8deg)
}

@media (max-width:1440px) {
  .line-1 {
    -webkit-transform: translate(-50%, -50%) rotate(18.5deg);
    -ms-transform: translate(-50%, -50%) rotate(18.5deg);
    transform: translate(-50%, -50%) rotate(18.5deg)
  }
}

@media (max-width:1220px) {
  .line-1 {
    -webkit-transform: translate(-50%, -50%) rotate(13.2deg);
    -ms-transform: translate(-50%, -50%) rotate(13.2deg);
    transform: translate(-50%, -50%) rotate(13.2deg)
  }
}

.line-2 {
  -webkit-transform: translate(-50%, -50%) rotate(-11deg);
  -ms-transform: translate(-50%, -50%) rotate(-11deg);
  transform: translate(-50%, -50%) rotate(-11deg)
}

@media (max-width:1440px) {
  .line-2 {
    -webkit-transform: translate(-50%, -50%) rotate(-15.4deg);
    -ms-transform: translate(-50%, -50%) rotate(-15.4deg);
    transform: translate(-50%, -50%) rotate(-15.4deg)
  }
}

@media (max-width:1220px) {
  .line-2 {
    -webkit-transform: translate(-50%, -50%) rotate(-11deg);
    -ms-transform: translate(-50%, -50%) rotate(-11deg);
    transform: translate(-50%, -50%) rotate(-11deg)
  }
}

.line-3 {
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
  -ms-transform: translate(-50%, -50%) rotate(-20deg);
  transform: translate(-50%, -50%) rotate(-20deg)
}

@media (max-width:1600px) {
  .line-3 {
    -webkit-transform: translate(-50%, -50%) rotate(-27deg);
    -ms-transform: translate(-50%, -50%) rotate(-27deg);
    transform: translate(-50%, -50%) rotate(-27deg)
  }
}

@media (max-width:1400px) {
  .line-3 {
    -webkit-transform: translate(-50%, -50%) rotate(-36deg);
    -ms-transform: translate(-50%, -50%) rotate(-36deg);
    transform: translate(-50%, -50%) rotate(-36deg)
  }
}

@media (max-width:1220px) {
  .line-3 {
    -webkit-transform: translate(-50%, -50%) rotate(-24deg);
    -ms-transform: translate(-50%, -50%) rotate(-24deg);
    transform: translate(-50%, -50%) rotate(-24deg)
  }
}

.line-4 {
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
  -ms-transform: translate(-50%, -50%) rotate(-25deg);
  transform: translate(-50%, -50%) rotate(-25deg)
}

.line-5 {
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
  -ms-transform: translate(-50%, -50%) rotate(25deg);
  transform: translate(-50%, -50%) rotate(25deg)
}

@media (max-width:1220px) {
  .line-5 {
    -webkit-transform: translate(-50%, -50%) rotate(29deg);
    -ms-transform: translate(-50%, -50%) rotate(29deg);
    transform: translate(-50%, -50%) rotate(29deg)
  }
}

.line-6 {
  -webkit-transform: translate(-50%, -50%) rotate(-71.4deg);
  -ms-transform: translate(-50%, -50%) rotate(-71.4deg);
  transform: translate(-50%, -50%) rotate(-71.4deg)
}

@media (max-width:1593px) {
  .line-6 {
    -webkit-transform: translate(-50%, -50%) rotate(-71.3deg);
    -ms-transform: translate(-50%, -50%) rotate(-71.3deg);
    transform: translate(-50%, -50%) rotate(-71.3deg)
  }
}

@media (max-width:1431px) {
  .line-6 {
    -webkit-transform: translate(-50%, -50%) rotate(-73.3deg);
    -ms-transform: translate(-50%, -50%) rotate(-73.3deg);
    transform: translate(-50%, -50%) rotate(-73.3deg)
  }
}

@media (max-width:1220px) {
  .line-6 {
    -webkit-transform: translate(-50%, -50%) rotate(-77deg);
    -ms-transform: translate(-50%, -50%) rotate(-77deg);
    transform: translate(-50%, -50%) rotate(-77deg)
  }
}

.line-7 {
  -webkit-transform: translate(-50%, -50%) rotate(43.5deg);
  -ms-transform: translate(-50%, -50%) rotate(43.5deg);
  transform: translate(-50%, -50%) rotate(43.5deg)
}

@media (max-width:1593px) {
  .line-7 {
    -webkit-transform: translate(-50%, -50%) rotate(43.5deg);
    -ms-transform: translate(-50%, -50%) rotate(43.5deg);
    transform: translate(-50%, -50%) rotate(43.5deg)
  }
}

@media (max-width:1445px) {
  .line-7 {
    -webkit-transform: translate(-50%, -50%) rotate(47deg);
    -ms-transform: translate(-50%, -50%) rotate(47deg);
    transform: translate(-50%, -50%) rotate(47deg)
  }
}

@media (max-width:1253px) {
  .line-7 {
    -webkit-transform: translate(-50%, -50%) rotate(53deg);
    -ms-transform: translate(-50%, -50%) rotate(53deg);
    transform: translate(-50%, -50%) rotate(53deg)
  }
}

@media (max-width:1220px) {
  .line-7 {
    -webkit-transform: translate(-50%, -50%) rotate(42deg);
    -ms-transform: translate(-50%, -50%) rotate(42deg);
    transform: translate(-50%, -50%) rotate(42deg)
  }
}

@media (max-width:1125px) {
  .line-7 {
    -webkit-transform: translate(-50%, -50%) rotate(47.5deg);
    -ms-transform: translate(-50%, -50%) rotate(47.5deg);
    transform: translate(-50%, -50%) rotate(47.5deg)
  }
}

.line-8 {
  -webkit-transform: translate(-50%, -50%) rotate(13.8deg);
  -ms-transform: translate(-50%, -50%) rotate(13.8deg);
  transform: translate(-50%, -50%) rotate(13.8deg)
}

@media (max-width:1600px) {
  .line-8 {
    -webkit-transform: translate(-50%, -50%) rotate(24.5deg);
    -ms-transform: translate(-50%, -50%) rotate(24.5deg);
    transform: translate(-50%, -50%) rotate(24.5deg)
  }
}

@media (max-width:1220px) {
  .line-8 {
    -webkit-transform: translate(-50%, -50%) rotate(28.8deg);
    -ms-transform: translate(-50%, -50%) rotate(28.8deg);
    transform: translate(-50%, -50%) rotate(28.8deg)
  }
}

.line-9 {
  -webkit-transform: translate(-50%, -50%) rotate(56deg);
  -ms-transform: translate(-50%, -50%) rotate(56deg);
  transform: translate(-50%, -50%) rotate(56deg)
}

@media (max-width:1220px) {
  .line-9 {
    -webkit-transform: translate(-50%, -50%) rotate(46deg);
    -ms-transform: translate(-50%, -50%) rotate(46deg);
    transform: translate(-50%, -50%) rotate(46deg)
  }
}

.line-10 {
  -webkit-transform: translate(-50%, -50%) rotate(-73deg);
  -ms-transform: translate(-50%, -50%) rotate(-73deg);
  transform: translate(-50%, -50%) rotate(-73deg)
}

@media (max-width:1220px) {
  .line-10 {
    -webkit-transform: translate(-50%, -50%) rotate(-69.5deg);
    -ms-transform: translate(-50%, -50%) rotate(-69.5deg);
    transform: translate(-50%, -50%) rotate(-69.5deg)
  }
}

.line-11 {
  -webkit-transform: translate(-50%, -50%) rotate(-20.3deg);
  -ms-transform: translate(-50%, -50%) rotate(-20.3deg);
  transform: translate(-50%, -50%) rotate(-20.3deg)
}

@media (max-width:1600px) {
  .line-11 {
    -webkit-transform: translate(-50%, -50%) rotate(-34.5deg);
    -ms-transform: translate(-50%, -50%) rotate(-34.5deg);
    transform: translate(-50%, -50%) rotate(-34.5deg)
  }
}

@media (max-width:1220px) {
  .line-11 {
    -webkit-transform: translate(-50%, -50%) rotate(-29deg);
    -ms-transform: translate(-50%, -50%) rotate(-29deg);
    transform: translate(-50%, -50%) rotate(-29deg)
  }
}

.line-12 {
  -webkit-transform: translate(-50%, -50%) rotate(19.5deg);
  -ms-transform: translate(-50%, -50%) rotate(19.5deg);
  transform: translate(-50%, -50%) rotate(19.5deg)
}

@media (max-width:1298px) {
  .line-12 {
    -webkit-transform: translate(-50%, -50%) rotate(27deg);
    -ms-transform: translate(-50%, -50%) rotate(27deg);
    transform: translate(-50%, -50%) rotate(27deg)
  }
}

@media (max-width:1220px) {
  .line-12 {
    -webkit-transform: translate(-50%, -50%) rotate(28.8deg);
    -ms-transform: translate(-50%, -50%) rotate(28.8deg);
    transform: translate(-50%, -50%) rotate(28.8deg)
  }
}

.line-13 {
  -webkit-transform: translate(-50%, -50%) rotate(19.5deg);
  -ms-transform: translate(-50%, -50%) rotate(19.5deg);
  transform: translate(-50%, -50%) rotate(19.5deg)
}

@media (max-width:1220px) {
  .line-13 {
    -webkit-transform: translate(-50%, -50%) rotate(28.8deg);
    -ms-transform: translate(-50%, -50%) rotate(28.8deg);
    transform: translate(-50%, -50%) rotate(28.8deg)
  }
}

.line-14 {
  -webkit-transform: translate(-50%, -50%) rotate(19.5deg);
  -ms-transform: translate(-50%, -50%) rotate(19.5deg);
  transform: translate(-50%, -50%) rotate(19.5deg)
}

@media (max-width:1330px) {
  .line-14_2 {
    -webkit-transform: translate(-50%, -50%) rotate(27deg);
    -ms-transform: translate(-50%, -50%) rotate(27deg);
    transform: translate(-50%, -50%) rotate(27deg)
  }
}

@media (max-width:1220px) {
  .line-14 {
    -webkit-transform: translate(-50%, -50%) rotate(28.8deg);
    -ms-transform: translate(-50%, -50%) rotate(28.8deg);
    transform: translate(-50%, -50%) rotate(28.8deg)
  }
}

.line-15 {
  -webkit-transform: translate(-50%, -50%) rotate(19.5deg);
  -ms-transform: translate(-50%, -50%) rotate(19.5deg);
  transform: translate(-50%, -50%) rotate(19.5deg)
}

@media (max-width:1284px) {
  .line-15 {
    -webkit-transform: translate(-50%, -50%) rotate(27deg);
    -ms-transform: translate(-50%, -50%) rotate(27deg);
    transform: translate(-50%, -50%) rotate(27deg)
  }
}

@media (max-width:1220px) {
  .line-15 {
    -webkit-transform: translate(-50%, -50%) rotate(28.8deg);
    -ms-transform: translate(-50%, -50%) rotate(28.8deg);
    transform: translate(-50%, -50%) rotate(28.8deg)
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: transparent;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear
}

.header.active {
  background-color: #070f12
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 62px
}

@media (max-width:600px) {
  .header__container {
    gap: 15px
  }
}

.header__top {
  position: relative;
  padding-top: 13px
}

@media (max-width:1220px) {
  .header__top {
    padding-top: 13px
  }
}

.header__top-item {
  position: relative
}

.header__top-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1000%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4)
}

.header__bottom {
  padding-bottom: 30px;
  -webkit-transition: padding .3s linear;
  -o-transition: padding .3s linear;
  transition: padding .3s linear
}

@media (max-width:600px) {
  .header__bottom {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.header__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1070px;
  flex: 0 1 1070px
}

@media (max-width:600px) {
  .header__bottom-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.header__button {
  min-height: 40px
}

@media (max-width:600px) {
  .header__button_none {
    display: none
  }
}

.logo {
  display: block
}

.logo_1 {
  width: 200px;
  height: 27px
}

@media (max-width:1220px) {
  .logo_1 {
    width: 120px;
    height: 20px
  }
}

@media (max-width:600px) {
  .logo_1 {
    width: 106px;
    height: 15px
  }
}

.logo_2 {
  width: 286px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 12px
}

@media (max-width:1220px) {
  .logo_2 {
    width: 193px;
    margin-top: 9px
  }
}

@media (max-width:600px) {
  .logo_2 {
    width: 157px;
    height: 22px;
    margin-top: 0
  }
}

.logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #070f12;
  padding-top: 40px;
  padding-bottom: 23px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s linear, visibility .3s linear;
  -o-transition: opacity .3s linear, visibility .3s linear;
  transition: opacity .3s linear, visibility .3s linear
}

.header-menu__addreses {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template: auto / repeat(2, 1fr);
  gap: 16px;
}

.header-menu.active {
  opacity: 1;
  visibility: visible
}

.header-menu.active .header-menu__title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.header-menu.active .header-menu__list-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.header-menu.active .header-menu__subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

@media (max-width:1220px) {
  .header-menu {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media (max-width:600px) {
  .header-menu__addreses {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .header-menu {
    padding-bottom: 10px
  }
}

.header-menu .container {
  width: 100%
}

.header-menu__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 213px 62px minmax(0, 1070px);
  grid-template: auto/213px minmax(0, 1070px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 62px
}

@media (max-width:1490px) {
  .header-menu__top {
    -ms-grid-columns: 286px 62px minmax(0, 75.5%);
    grid-template: auto/286px minmax(0, 75.5%);
  }
}

@media (max-width:1220px) {
  .header-menu__top {
    -ms-grid-rows: auto;
    -ms-grid-columns: 193px 1fr;
    grid-template: auto/193px 1fr
  }
}

@media (max-width:600px) {
  .header-menu__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 15px
  }
}

.header-menu__top:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:1220px) {
  .header-menu__top:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .header-menu__top:not(:last-child) {
    margin-bottom: 20px
  }
}

.header-menu__top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:600px) {
  .header-menu__top-item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

/*  */

.header-menu.active .header-menu__exit-menu span:nth-child(1) {
  transform: translate(0px, 4px) rotate(40deg);
}

.header-menu.active .header-menu__exit-menu span:nth-child(2) {
  transform: scale(0);
}

.header-menu.active .header-menu__exit-menu span:nth-child(3) {
  transform: translate(0px, -10px) rotate(-40deg);
}

@media (max-width: 1440px) {
  .header-menu.active .header-menu__exit-menu span:nth-child(1) {
    transform: translate(0px, 8px) rotate(40deg);
  }

  .header-menu.active .header-menu__exit-menu span:nth-child(3) {
    transform: translate(0px, -6px) rotate(-40deg);
  }
}

@media (max-width: 600px) {
  .header-menu.active .header-menu__exit-menu span:nth-child(1) {
    transform: translate(0px, 8px) rotate(40deg);
  }

  .header-menu.active .header-menu__exit-menu span:nth-child(3) {
    transform: translate(0px, -2px) rotate(-40deg);
  }
}

.header-menu__exit-menu {
  position: relative;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 50px;
  height: 19px;
  background-color: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 10px;
}

@media (max-width:1220px) {
  .header-menu__exit-menu {
    margin-top: 12px
  }
}

@media (max-width:600px) {
  .header-menu__exit-menu {
    margin-top: 0;
    z-index: 1
  }
}

@media (any-hover:hover) {
  .header-menu__exit-menu:hover span {
    background-color: var(--hover)
  }
}

.header-menu__exit-menu:active span {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.header-menu__exit-menu span {
  display: block;
  width:  50px;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 3px;
  -webkit-transition: background-color .3s linear, transform .3s ease-in-out;
  -o-transition: background-color .3s linear, transform .3s ease-in-out;
  transition: background-color .3s linear, transform .3s ease-in-out
}

.header-menu__exit-menu span:not(:last-child) {
  margin-bottom: 3px
}

/* .header-menu__exit-menu {
  margin-top: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  height: 28px;
  margin-left: 13px
} */

@media (max-width:1440px) {
  .header-menu__exit-menu {
    margin-top: 0
  }
}

@media (max-width:600px) {
  .header-menu__exit-menu {
    display: block
  }
}

@media (any-hover:hover) {
  .header-menu__exit-menu:hover svg {
    fill: var(--hover)
  }
}

.header-menu__exit-menu:active svg {
  fill: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.header-menu__exit-menu svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--white);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: fill .3s linear;
  -o-transition: fill .3s linear;
  transition: fill .3s linear
}

.header-menu__body {
  max-width: 1365px;
  width: 100%;
  margin-left: auto
}

.header-menu__head {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 0
}

.header-menu__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  z-index: 1
}

.header-menu__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header-menu__row:not(:last-child) {
  min-height: 170px
}

@media (max-width:1220px) {
  .header-menu__row:not(:last-child) {
    min-height: 120px
  }
}

@media (max-width:600px) {
  .header-menu__row:not(:last-child) {
    min-height: 60px
  }
}

.header-menu__row:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  z-index: 1
}

.header-menu__item {
  position: relative;
  padding: 40px
}

@media (max-width:1220px) {
  .header-menu__item {
    padding: 20px
  }
}

@media (max-width:600px) {
  .header-menu__item {
    padding: 20px 10px
  }
}

.header-menu__item_2 {
  overflow: hidden
}

@media (max-width:1023px) {
  .header-menu__item_2 {
    display: none
  }
}

.header-menu__item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%
}

.header-menu__item:last-child {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 735px;
  flex: 0 0 735px
}

@media (max-width:1440px) {
  .header-menu__item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px
  }
}

.header-menu__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
  z-index: 1
}

@media (max-width:991px) {
  .header-menu__item:not(:last-child)::after {
    display: none
  }
}

.header-menu__title {
  opacity: .7;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.header-menu__list {
  display: -ms-grid;
  display: grid
}

.header-menu__list_1 {
  grid-template: auto/repeat(auto-fill, minmax(130px, 1fr));
  gap: 32px
}

@media (max-width:1440px) {
  .header-menu__list_1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px
  }
}

@media (max-width:1023px) {
  .header-menu__list_1 {
    grid-template: auto/repeat(auto-fill, minmax(150px, 1fr))
  }
}

@media (max-width:600px) {
  .header-menu__list_1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.header-menu__list_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 54px 32px;
  align-items: flex-start;
}

@media (max-width:1220px) {
  .header-menu__list_2 {
    gap: 44px 26px
  }
}

@media (max-width:600px) {
  .header-menu__list_2 {
    gap: 20px
  }
}

.header-menu__list-item {
  opacity: .7;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.header-menu__list-item_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px
}

@media (max-width:600px) {
  .header-menu__list-item_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
  }
}

.header-menu__list-item_address {
  flex: 0 1 600px;
}

.header-menu__bottom {
  border: 1px solid rgba(255, 255, 255, .3);
  border-top: 0;
  padding: 80px 40px;
  position: relative
}

@media (max-width:1440px) {
  .header-menu__bottom {
    padding: 60px 40px
  }
}

@media (max-width:1220px) {
  .header-menu__bottom {
    padding: 60px 20px
  }
}

@media (max-width:600px) {
  .header-menu__list-item_address {
    flex: none;
    width: 100%;
  }

  .header-menu__bottom {
    padding: 20px 10px
  }
}

.header-menu__subtitle {
  font-weight: 500;
  opacity: .7;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.header-menu__subtitle:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:1220px) {
  .header-menu__subtitle:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .header-menu__subtitle:not(:last-child) {
    margin-bottom: 20px
  }
}

.header-menu__minititle {
  opacity: .6
}

.header-menu__minititle:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:1220px) {
  .header-menu__minititle:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .header-menu__minititle:not(:last-child) {
    margin-bottom: 10px
  }
}

.header-menu__address {
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px
}

@media (max-width:1220px) {
  .header-menu__address {
    font-size: 22px;
    line-height: 30px
  }
}

@media (max-width:600px) {
  .header-menu__address {
    font-size: 20px;
    line-height: 28px
  }
}

.header-menu__address span {
  display: block
}

.header-menu__phone {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear
}

@media (max-width:1220px) {
  .header-menu__phone {
    font-size: 22px;
    line-height: 30px
  }
}

@media (max-width:600px) {
  .header-menu__phone {
    font-size: 20px;
    line-height: 28px
  }
}

@media (any-hover:hover) {
  .header-menu__phone:hover {
    color: var(--hover)
  }
}

.header-menu__phone:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.header-menu__button {
  min-height: 40px
}

.header-menu__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px
}

.header-menu__text span {
  display: block;
  font-size: 24px;
  line-height: 40px;
  margin-top: 16px
}

@media (max-width:1220px) {
  .header-menu__text span {
    margin-top: 10px
  }
}

@media (max-width:600px) {
  .header-menu__text span {
    margin-top: 5px
  }
}

@media (max-width:600px) {
  .null-el {
    display: none
  }
}

.burger {
  position: relative;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 50px;
  height: 19px;
  background-color: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 15px
}


.burger.active span:nth-child(1) {
  transform: translate(0px, 4px) rotate(40deg);
}

.burger.active span:nth-child(2) {
  transform: scale(0);
}

.burger.active span:nth-child(3) {
  transform: translate(0px, -10px) rotate(-40deg);
}


@media (max-width:1220px) {
  .burger {
    margin-top: 12px
  }
}

@media (max-width:600px) {
  .burger {
    margin-top: 0;
    z-index: 1
  }
}

@media (any-hover:hover) {
  .burger:hover span {
    background-color: var(--hover)
  }
}

.burger:active span {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, .6);
  margin-bottom: 3px;
  -webkit-transition: background-color .3s linear, transform .3s ease-in-out;
  -o-transition: background-color .3s linear, transform .3s ease-in-out;
  transition: background-color .3s linear, transform .3s ease-in-out
}

.burger span:not(:last-child) {
  margin-bottom: 3px
}

.burger_2 {
  position: fixed;
  bottom: 50px;
  left: 50px;
  width: 50px;
  height: 50px;
  z-index: 10;
  background-color: #070f12;
  padding: 15px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.burger_2.active {
  opacity: 1;
  visibility: visible
}

.hero {
  position: relative;
  z-index: 1
}

.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.hero:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .hero:not(:last-child) {
    margin-bottom: 40px
  }
}

.hero__container {
  position: relative;
  z-index: 2
}

.hero__top {
  position: relative;
  min-height: 960px;
  padding: 189px 0 450px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:1220px) {
  .hero__top {
    padding: 119px 0 320px 0;
    min-height: 600px;
  }
}

@media (max-width:600px) {
  .hero__top {
    padding: 107px 0 220px 0;
    min-height: 700px;
    border: 0
  }
}

.hero__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(#070f12), color-stop(29.11%, rgba(7, 15, 18, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(7, 15, 18, .6)), to(rgba(7, 15, 18, .6)));
  background: -o-linear-gradient(bottom, #070f12 0, rgba(7, 15, 18, 0) 29.11%), -o-linear-gradient(bottom, rgba(7, 15, 18, .6), rgba(7, 15, 18, .6));
  background: linear-gradient(360deg, #070f12 0, rgba(7, 15, 18, 0) 29.11%), linear-gradient(0deg, rgba(7, 15, 18, .6), rgba(7, 15, 18, .6))
}

.hero__strong {
  display: block;
  max-width: 350px
}

@media (max-width:600px) {
  .hero__strong {
    max-width: 160px
  }
}

.hero__strong:not(:last-child) {
  margin-bottom: 29px
}

.hero-bottom {
  position: relative;
  z-index: 2;
  margin-top: -490px
}

@media (max-width:1220px) {
  .hero-bottom {
    margin-top: -300px
  }
}

@media (max-width:600px) {
  .hero-bottom {
    margin-top: -200px
  }
}

.hero-bottom__content {
  border: 1px solid rgba(255, 255, 255, .2)
}

@media (max-width:600px) {
  .hero-bottom__content {
    border: none
  }
}

.hero-bottom__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, .3)
}

@media (max-width:600px) {
  .hero-bottom__top {
    display: none
  }
}

.hero-bottom__top:not(:last-child) {
  margin-bottom: 48px
}

@media (max-width:1220px) {
  .hero-bottom__top:not(:last-child) {
    margin-bottom: 20px
  }
}

.hero-bottom__item-top_1 {
  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;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 197px;
  flex: 0 0 197px;
  padding: 48px 11px
}

@media (max-width:1220px) {
  .hero-bottom__item-top_1 {
    padding: 35px 11px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px
  }
}

@media (max-width:1023px) {
  .hero-bottom__item-top_1 {
    display: none
  }
}

.hero-bottom__item-top_1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
  z-index: 1
}

@media (max-width:600px) {
  .hero-bottom__item-top_1::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px
  }
}

.hero-bottom__item-top_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  overflow: hidden;
  position: relative
}

@media (max-width:1600px) {
  .hero-bottom__item-top_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 512px;
    flex: 0 0 512px
  }
}

@media (max-width:1400px) {
  .hero-bottom__item-top_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px
  }
}

@media (max-width:1023px) {
  .hero-bottom__item-top_2 {
    display: none
  }
}

.hero-bottom__title:not(:last-child) {
  margin-bottom: 49px
}

@media (max-width:1220px) {
  .hero-bottom__title:not(:last-child) {
    margin-bottom: 27px
  }
}

@media (max-width:600px) {
  .hero-bottom__title:not(:last-child) {
    margin-bottom: 20px
  }
}

.hero-bottom__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, .3)
}

@media (max-width:1220px) {
  .hero-bottom__bottom {
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.hero-bottom__wrapper-texts {
  max-width: 545px;
  height: 157px;
  overflow: auto;
  padding: 0 20px 0 0;
}

@media (max-width:1220px) {
  .hero-bottom__wrapper-texts {
    overflow: visible;
    height: auto;
    max-width: none
  }
}

.hero-bottom__wrapper-texts::-webkit-scrollbar {
  width: 1px;
  height: 6px;
  background-color: rgba(255, 255, 255, .5)
}

.hero-bottom__wrapper-texts::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
}

.hero-bottom__bottom-item {
  position: relative;
  padding: 48px 32px
}

@media (max-width:1220px) {
  .hero-bottom__bottom-item {
    padding: 20px
  }
}

.hero-bottom__bottom-item_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 779px;
  flex: 0 1 779px
}

@media (max-width:1220px) {
  .hero-bottom__bottom-item_1 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.hero-bottom__bottom-item_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 740px;
  flex: 0 1 740px
}

@media (max-width:1220px) {
  .hero-bottom__bottom-item_2 {
    width: 100%;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.hero-bottom__bottom-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
  z-index: 1
}

@media (max-width:1220px) {
  .hero-bottom__bottom-item:not(:last-child)::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px
  }
}

.hero-bottom__text {
  width: 100%
}

.hero-bottom__text:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .hero-bottom__text:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .hero-bottom__text:not(:last-child) {
    margin-bottom: 15px
  }
}

.hero-bottom-slider {
  height: 265px;
  position: relative;
  z-index: 2
}

@media (max-width:1220px) {
  .hero-bottom-slider {
    height: 160px
  }
}

@media (max-width:1023px) {
  .hero-bottom-slider {
    height: auto
  }
}

.hero-bottom-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto
}

.hero-bottom-slider__slide.swiper-slide-active .hero-bottom-slider__text {
  opacity: 1;
  top: 0
}

.hero-bottom-slider__slide.swiper-slide-active .hero-bottom-slider__num-slide {
  opacity: 1;
  bottom: 0
}

.hero-bottom-slider__item {
  padding: 48px 11px;
  position: relative;
  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
}

@media (max-width:1220px) {
  .hero-bottom-slider__item {
    padding: 35px 11px
  }
}

@media (max-width:600px) {
  .hero-bottom-slider__item {
    padding: 20px 11px
  }
}

.hero-bottom-slider__item_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 106px;
  flex: 0 0 106px
}

@media (max-width:400px) {
  .hero-bottom-slider__item_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

.hero-bottom-slider__item_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 48px 21px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (max-width:1220px) {
  .hero-bottom-slider__item_2 {
    padding: 35px 15px
  }
}

@media (max-width:600px) {
  .hero-bottom-slider__item_2 {
    padding: 20px 11px
  }
}

@media (max-width:400px) {
  .hero-bottom-slider__item_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

.hero-bottom-slider__num-slide {
  position: relative;
  display: block;
  font-weight: 900;
  font-size: 128px;
  line-height: 128px;
  -webkit-text-fill-color: transparent;
  bottom: -60px;
  opacity: 0;
  -webkit-transition: opacity .8s ease-in-out .2s, bottom .6s ease-in-out .1s;
  -o-transition: opacity .8s ease-in-out .2s, bottom .6s ease-in-out .1s;
  transition: opacity .8s ease-in-out .2s, bottom .6s ease-in-out .1s; 
  -webkit-text-stroke: 1px rgba(255, 255, 255, .6);
  will-change: bottom, opacity;
}

.hero-bottom-slider__text {
  position: relative;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  color: var(--white);
  opacity: 0;
  top: -30px;
  max-height: 100%;
  overflow: hidden;
  -webkit-transition: opacity .8s ease-in-out .4s, top .4s ease-in-out .3s;
  -o-transition: opacity .8s ease-in-out .4s, top .4s ease-in-out .3s;
  transition: opacity .8s ease-in-out .4s, top .4s ease-in-out .3s;
  will-change: top, opacity;
}

@media (max-width:1220px) {
  .hero-bottom-slider__text {
    font-size: 30px;
    line-height: 30px
  }
}

@media (max-width:1023px) {
  .hero-bottom-slider__text {
    overflow: visible
  }
}

@media (max-width:600px) {
  .hero-bottom-slider__text {
    font-size: 16px;
    line-height: 18px
  }
}

.hero-bottom-slider__text span {
  display: none
}

@media (max-width:400px) {
  .hero-bottom-slider__text span {
    display: block
  }
}

.hero-bottom-slider__text::-webkit-scrollbar {
  width: 1px;
  height: 6px;
  background-color: transparent;
  opacity: .1 !important
}

.hero-bottom-slider__text::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
  opacity: .1 !important
}

.hero .hero-bottom-slider-pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px
}

.hero .hero-bottom-slider-pagination .swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: 1px;
  border-radius: 0;
  margin: 0 !important;
  padding-bottom: 8px;
  background-color: transparent;
  opacity: .2
}

.hero .hero-bottom-slider-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, .8)
}

.hero .hero-bottom-slider-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4px;
  height: 1px;
  background-color: rgba(255, 255, 255, .8)
}

.hero .hero-bottom-slider-pagination .swiper-pagination-bullet-active {
  opacity: 1
}

.hero .hero-bottom-slider-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
  -webkit-animation-name: anim;
  animation-name: anim;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@-webkit-keyframes anim {
  0% {
    width: 100%
  }

  100% {
    width: 10%
  }
}

@keyframes anim {
  0% {
    width: 100%
  }

  100% {
    width: 10%
  }
}

.mask-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%
}

.mask-slider__item-1 {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 106px;
  flex: 0 0 106px;
  height: 100%
}

@media (max-width:400px) {
  .mask-slider__item-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.mask-slider__item-1::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .4)
}

@media (max-width:600px) {
  .mask-slider__item-1::after {
    display: block
  }
}

.mask-slider__item-1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .4)
}

.mask-slider__item-2 {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  height: 100%
}

@media (max-width:400px) {
  .mask-slider__item-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.mask-slider__item-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .4)
}

.hero-wrapper-slider {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 587px;
  flex: 0 0 587px
}

@media (max-width:1600px) {
  .hero-wrapper-slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
  }
}

@media (max-width:1023px) {
  .hero-wrapper-slider {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
  }
}

@media (max-width:600px) {
  .hero-wrapper-slider {
    border: 1px solid rgba(255, 255, 255, .5);
    border-left: 0;
    border-right: 0
  }
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: rgba(7, 15, 18, .64);
  -webkit-filter: blur(91px);
  filter: blur(91px);
  z-index: 2
}
 
.services {
  position: relative
}

.services:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .services:not(:last-child) {
    margin-bottom: 40px
  }
}

.services__container {
  position: relative;
  z-index: 2
}

.services__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 350px 40px 1fr 40px 96px;
  grid-template: auto/350px 1fr 96px;
  gap: 40px;
  padding: 0 32px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .4);
  cursor: pointer;
}



.services__item.active .services__wrapper-text {
  display: block;
}

@media (max-width:1220px) {
  .services__item {
    -ms-grid-rows: auto;
    -ms-grid-columns: 216px 80px 1fr;
    grid-template: auto/216px 1fr;
    padding: 0;
    gap: 20px
  }
}
  
@media (max-width:700px) {
  .services__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-color: rgba(255, 255, 255, .04); 
    padding: 0 0 31px 10px
  } 
}

.services__item.active .services__button::after {
  opacity: 0
}

.services__item.active .services__num {
  top: 86px
}

@media (max-width:1220px) {
  .services__item.active .services__num {
    top: 30px
  }
}

@media (max-width:600px) {
  .services__item.active .services__num {
    top: 10px
  }
}

@media (max-width:700px) {
  .services__item.active .services__descr {
    padding-top: 0;
  }
}

.services__item.active .services__init-image {
  height: auto;
}

@media (any-hover:hover) {
  .services__item:hover .services__button {
    background-color: transparent
  }
}

.services__item:active .services__button {
  background-color: transparent;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.services__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.services__init-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  overflow: hidden
}

.services__wrapper-image {
  position: relative;
  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-height: 350px;
  width: 100%;
  opacity: 1;
  background-color: rgba(255, 255, 255, .04)
}

@media (max-width:700px) {
  .services__wrapper-image {
    background-color: transparent;
    min-height: 145px;
  }

  .services__wrapper-image .decor {
    display: none
  }
}
  
.services__image {
  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;
  width: 301px;
  height: 231px
}

@media (max-width:1220px) {

  .services__wrapper-image {
    min-height: 250px;
    width: 100%;
  }

  .services__image {
    width: 165px;
    height: 105px
  }
}

.services__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.services__num {
  position: absolute;
  left: 20px;
  top: 48px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--white)
}

@media (max-width:1220px) {
  .services__num {
    font-size: 15px;
    line-height: 22px;
    left: 22px
  }
}

@media (max-width:700px) {
  .services__num {
    top: 10px;
    left: 10px
  }
  .services__wrapper-image {
    padding: 20px 10px;
  }
  .services__image  {
    width: 100%;
    height: 100%;
  }
}

.services__descr {
  padding: 48px 0;
}

@media (max-width:1220px) {
  .services__descr {
    padding-right: 95px
  }
}
  
@media (max-width:700px) {
  .services__descr {
    padding: 61px 55px 0 0
  }
}

.services__strong {
  display: block
}

.services__wrapper-text {
  display: none;
}

.services__text {
  padding-top: 60px
}

@media (max-width:991px) {
  .services__text {
    padding-top: 40px
  }
}

@media (max-width:600px) {
  .services__text {
    padding-top: 20px
  }

  .services__wrapper-image {
    min-height: 200px;
  }
}

.services__button {
  position: relative;
  width: 100%;
  height: 96px;
  background-color: rgba(255, 255, 255, .08);
  margin: 48px 0;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear
}

@media (max-width:1220px) {
  .services__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px;
    margin: 0
  }
}

@media (max-width:600px) {
  .services__button {
    width: 40px;
    height: 40px
  }
}

@media (any-hover:hover) {
  .services__button:hover {
    background-color: transparent
  }
}

.services__button:active {
  background-color: transparent;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.services__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67%;
  height: 1px;
  background-color: var(--white);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width:1220px) {
  .services__button::before {
    width: 78%
  }
}

@media (max-width:700px) {
  .services__button::before {
    width: 60%
  }
}

.services__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 67%;
  background-color: var(--white);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width:1220px) {
  .services__button::after {
    height: 78%
  }
}

@media (max-width:700px) {
  .services__button::after {
    height: 60%
  }
}

.elipse {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 55, 61, .4);
  -webkit-filter: blur(187px);
  filter: blur(187px);
  z-index: 1
}

@media (max-width:1220px) {
  .elipse {
    display: none
  }
}

.elipse_2 {
  top: 0;
  background-color: rgba(40, 55, 61, .6)
}

.contacts__content {
  border: 1px solid rgba(255, 255, 255, .4)
}

.contacts_none {
  display: none
}

.contacts-top {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 390px 390px;
  grid-template: auto/1fr 390px 390px;
  min-height: 186px
}

@media (max-width:1600px) {
  .contacts-top {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 390px;
    grid-template: auto/1fr 390px
  }
}

@media (max-width:1220px) {
  .contacts-top {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 250px;
    grid-template: auto/1fr 250px;
    min-height: 140px
  }
}

@media (max-width:1023px) {
  .contacts-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (max-width:600px) {
  .contacts-top {
    min-height: auto
  }
}

.contacts-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

.contacts-top__item {
  overflow: hidden;
  position: relative;
  padding: 48px 20px
}

@media (max-width:1220px) {
  .contacts-top__item {
    padding: 30px 20px
  }
}

@media (max-width:600px) {
  .contacts-top__item {
    padding: 20px
  }
}

@media (max-width:1600px) {
  .contacts-top__item_2 {
    display: none
  }
}

@media (max-width:1023px) {
  .contacts-top__item_3 {
    display: none
  }
}

.contacts-top__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

@media (max-width:1023px) {
  .contacts-top__item:not(:last-child)::before {
    display: none
  }
}

.contacts-middle {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 390px;
  grid-template: auto/1fr 390px
}

.contacts-middle__addreses {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template: auto / repeat(2, 1fr);
  gap: 16px;
}

@media (max-width:600px) {
  .contacts-middle__addreses {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width:1220px) {
  .contacts-middle {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 250px;
    grid-template: auto/1fr 250px
  }
}

@media (max-width:1023px) {
  .contacts-middle {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.contacts-middle::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

.contacts-middle__bottom-item {
  position: relative
}

@media (max-width:1023px) {
  .contacts-middle__bottom-item_2 {
    display: none
  }
}

.contacts-middle__bottom-item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

@media (max-width:1023px) {
  .contacts-middle__bottom-item:not(:last-child)::before {
    display: none
  }
}

.contacts-middle__top {
  position: relative
}

/* .contacts-middle__top::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
} */

.contacts-middle__top-head {
  position: relative;
  padding: 80px 20px 0 20px
}

@media (max-width:1220px) {
  .contacts-middle__top-head {
    padding: 30px 20px 0 20px
  }
}

@media (max-width:600px) {
  .contacts-middle__top-head {
    padding: 30px 20px
  }
}

.contacts-middle__top-head::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

@media (max-width:600px) {
  .contacts-middle__top-head::before {
    display: block
  }
}

.contacts-middle__top-head:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:1220px) {
  .contacts-middle__top-head:not(:last-child) {
    margin-bottom: 40px
  }
}

@media (max-width:600px) {
  .contacts-middle__top-head:not(:last-child) {
    margin-bottom: 0
  }
}

.contacts-middle__top-head .decor {
  display: none
}

@media (max-width:600px) {
  .contacts-middle__top-head .decor {
    display: block
  }
}

.contacts-middle__title {
  font-weight: 500
}

.contacts-middle__bottom-item_2 {
  overflow: hidden
}

.contacts-middle__top-bottom {
  position: relative;
  padding: 0 20px 36px 20px
}

@media (max-width:1220px) {
  .contacts-middle__top-bottom {
    padding: 0 20px 36px 20px
  }
}

@media (max-width:991px) {
  .contacts-middle__top-bottom {
    padding: 0 20px 20px 20px
  }
}

@media (max-width:600px) {
  .contacts-middle__top-bottom {
    padding: 20px
  }
}

.contacts-middle__top-bottom .decor {
  display: none
}

@media (max-width:600px) {
  .contacts-middle__top-bottom .decor {
    display: block
  }
}

.contacts-middle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px 40px
}

@media (max-width:600px) {
  .contacts-middle__list {
    gap: 20px
  }
}

.contacts-middle__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px
}

/* @media (max-width:1220px) {
  .contacts-middle__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
  }
} */

.contacts-middle__item_address {
  flex: 0 1 600px;
}

.contacts-middle__subtitle {
  opacity: .5
}

.contacts-middle__subtitle:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:1220px) {
  .contacts-middle__subtitle:not(:last-child) {
    margin-bottom: 10px
  }
}

@media (max-width:600px) {
  .contacts-middle__subtitle:not(:last-child) {
    margin-bottom: 5px
  }

  .contacts-middle__item {
    flex: 0 1 100%;
  }
}

.contacts-middle__address {
  font-weight: 500;
  font-style: normal
}

.contacts-middle__address span {
  display: block;
  margin-top: 5px
}

@media (max-width:1220px) {
  .contacts-middle__address span {
    margin-top: 3px
  }
}

@media (max-width:600px) {
  .contacts-middle__address span {
    margin-top: 0
  }
}

.contacts-middle__phone {
  font-weight: 500;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear
}

@media (any-hover:hover) {
  .contacts-middle__phone:hover {
    color: var(--hover)
  }
}

.contacts-middle__phone:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.contacts-middle__text {
  font-weight: 500
}

.contacts-middle__text span {
  display: block
}

.contacts-middle__text_1 {
  font-size: 16px;
  line-height: 16px
}

.contacts-middle__text_1 span {
  margin-top: 10px;
  font-size: 24px;
  line-height: 40px
}

@media (max-width:1220px) {
  .contacts-middle__text_1 span {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px
  }
}

@media (max-width:600px) {
  .contacts-middle__text_1 span {
    margin-top: 2px
  }
}

.contacts-middle__buttons {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 500px) {
  .contacts-middle__buttons {
    flex-direction: column;
  }
}

.contacts-middle__buttons-item {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.contacts-middle__buttons-item:nth-child(1) {
  border-left: 0;
}

.contacts-middle__buttons-item:not(:last-child) {
  border-right: 0;
}

.contacts-middle__buttons-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  ;
  min-width: 349px;
  min-height: 67px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

@media (any-hover: hover) {
  .contacts-middle__buttons-button:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }
}

.contacts-middle__buttons-button:active {
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.contacts-middle__buttons-button.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}

.contacts-middle__maps {
  position: relative;
  height: 529px;
  overflow: hidden
}

@media (max-width: 1220px) {
  .contacts-middle__buttons-button {
    min-width: 280px;
    min-height: 55px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .contacts-middle__maps {
    height: 400px;
  }

  .contacts-middle__buttons-button {
    min-width: 220px;
    min-height: 45px;
    font-size: 18px;
  }
}

.contacts-middle__maps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  display: none;
  background-color: transparent
}

@media (max-width: 600px) {
  .contacts-middle__maps {
    height: 300px;
  }

  .contacts-middle__buttons-button {
    min-width: 180px;
    min-height: 45px;
    font-size: 16px;
  }

  .contacts-middle__maps::before {
    display: block;
  }
}

@media (max-width: 500px) {
  .contacts-middle__buttons-item {
    width: 100%;
  }

  .contacts-middle__buttons-button {
    width: 100%;
  }

  .contacts-middle__buttons-item:nth-child(1) {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .contacts-middle__buttons-item:not(:last-child) {
    border-right: 0;
    border-left: 0;
  }

  .contacts-middle__buttons-item {
    border-right: 0;
    border-left: 0;
  }
}

.contacts-middle__button {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s linear, visibility .3s linear;
  -o-transition: opacity .3s linear, visibility .3s linear;
  transition: opacity .3s linear, visibility .3s linear
}

@media (any-hover:hover) {
  .contacts-middle__button:hover span:first-child {
    color: var(--hover)
  }
}

.contacts-middle__button:active span:first-child {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.contacts-middle__button span:first-child {
  position: relative;
  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: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 50%;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: var(--white);
  background-color: #070f12;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.contacts-middle__button span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(7, 15, 18, .6);
  z-index: -1;
  -webkit-animation-name: buttonMap;
  animation-name: buttonMap;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.contacts-middle__wrapper-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 360px;
  padding: 24px;
  width: 100%;
  -webkit-transition: top .6s ease-in-out;
  -o-transition: top .6s ease-in-out;
  transition: top .6s ease-in-out
}

@media (max-width:1220px) {
  .contacts-middle__wrapper-info {
    max-width: 320px;
    padding: 24px 16px 16px 6px
  }
}

@media (max-width:600px) {
  .contacts-middle__wrapper-info {
    max-width: 200px;
    padding: 24px 10px 10px 10px
  }
}

.contacts-middle__info {
  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: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%
}

@media (max-width:1220px) {
  .contacts-middle__info {
    gap: 10px
  }
}

@media (max-width:600px) {
  .contacts-middle__info {
    gap: 5px
  }
}

.contacts-middle__icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  height: 65px
}

.contacts-middle__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.contacts-middle__exit {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px
}

@media (any-hover:hover) {
  .contacts-middle__exit:hover svg {
    fill: var(--hover)
  }
}

.contacts-middle__exit:active svg {
  fill: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.contacts-middle__exit svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  fill: var(--white);
  -webkit-transition: fill .3s linear;
  -o-transition: fill .3s linear;
  transition: fill .3s linear
}

.contacts-middle__map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s ease-in-out, visibility .6s ease-in-out;
  -o-transition: opacity .6s ease-in-out, visibility .6s ease-in-out;
  transition: opacity .6s ease-in-out, visibility .6s ease-in-out;
}

.contacts-middle__map.active {
  opacity: 1;
  visibility: visible;
}

.image-map {
  display: block;
  width: 100%;
  height: 100%;
}

.image-map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .contacts-middle__map .ymaps-2-1-79-map {
  position: relative
}

.contacts-middle__map .ymaps-2-1-79-map-copyrights-promo {
  display: none
}

.contacts-middle__map .ymaps-2-1-79-copyright_logo_no {
  display: none
} */

.contacts-middle__map [class*=ground-pane] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

.contacts-middle__map .ymaps-2-1-79-places-pane {
  position: relative;
  z-index: 50;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear
}

.contacts-middle__top-footer:not(:last-child) {
  margin-bottom: 36px;
}

.contacts-footer {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 390px 390px;
  grid-template: auto/1fr 390px 390px
}

@media (max-width:1220px) {
  .contacts-footer {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 250px 250px;
    grid-template: auto/1fr 250px 250px
  }
}

@media (max-width:1023px) {
  .contacts-footer {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 250px;
    grid-template: auto/1fr 250px
  }
}

@media (max-width:991px) {
  .contacts-middle__top-footer:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width:600px) {
  .contacts-footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

}

.contacts-footer__item {
  position: relative
}

@media (max-width:600px) {
  .contacts-footer__item_1 .decor {
    display: none
  }
}

.contacts-footer__item_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 20px 87px 20px
}

@media (max-width:1220px) {
  .contacts-footer__item_2 {
    padding: 30px 20px
  }
}

@media (max-width:600px) {
  .contacts-footer__item_2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 40px 20px
  }
}

.contacts-footer__item_3 {
  overflow: hidden
}

@media (max-width:1023px) {
  .contacts-footer__item_3 {
    display: none
  }
}

.contacts-footer__item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

@media (max-width:600px) {
  .contacts-footer__item:not(:last-child)::before {
    display: none
  }
}

@media (max-width:1023px) {
  .contacts-footer__item:nth-child(2)::before {
    display: none
  }
}

.contacts-footer__item-top {
  position: relative;
  padding: 48px 20px 0 20px
}

@media (max-width:1220px) {
  .contacts-footer__item-top {
    padding: 30px 20px 0 20px
  }
}

@media (max-width:600px) {
  .contacts-footer__item-top {
    padding: 20px
  }
}

.contacts-footer__item-top::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

@media (max-width:600px) {
  .contacts-footer__item-top::before {
    display: block
  }
}

.contacts-footer__item-top .decor {
  display: none
}

@media (max-width:600px) {
  .contacts-footer__item-top .decor {
    display: block
  }
}

.contacts-footer__item-top:not(:last-child) {
  margin-bottom: 94px
}

@media (max-width:1220px) {
  .contacts-footer__item-top:not(:last-child) {
    margin-bottom: 40px
  }
}

@media (max-width:600px) {
  .contacts-footer__item-top:not(:last-child) {
    margin-bottom: 0
  }
}

.contacts-footer__item-bottom {
  position: relative;
  padding: 0 20px 102px 20px
}

@media (max-width:1220px) {
  .contacts-footer__item-bottom {
    padding: 0 20px 30px 20px
  }
}

@media (max-width:600px) {
  .contacts-footer__item-bottom {
    padding: 60px 20px
  }
}

.contacts-footer__item-bottom::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

@media (max-width:600px) {
  .contacts-footer__item-bottom::before {
    display: block
  }
}

.contacts-footer__item-bottom .decor {
  display: none
}

@media (max-width:600px) {
  .contacts-footer__item-bottom .decor {
    display: block
  }
}

.contacts-footer__list {
  display: -ms-grid;
  display: grid;
  grid-template: auto/repeat(auto-fill, minmax(160px, 1fr));
  gap: 32px;
  max-width: 550px
}

@media (max-width:1600px) {
  .contacts-footer__list {
    max-width: none
  }
}

@media (max-width:600px) {
  .contacts-footer__list {
    gap: 30px
  }
}

.contacts-footer__text {
  font-size: 14px;
  line-height: 20px
}

.contacts-footer__text span {
  display: block
}

.contacts-footer__text a {
  color: inherit
}

@-webkit-keyframes buttonMap {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes buttonMap {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}

.head {
  position: relative;
  z-index: 2;
  padding: 151px 0 0 0
}
 
.head:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .head:not(:last-child) {
    margin-bottom: 40px
  }
}

.head_2:not(:last-child) {
  margin-bottom: 96px
}

@media (max-width:600px) {
  .head_2:not(:last-child) {
    margin-bottom: 40px
  }
}

.head_3:not(:last-child) {
  margin-bottom: 120px
}

@media (max-width:1220px) {
  .head_3:not(:last-child) {
    margin-bottom: 80px
  }
}

@media (max-width:600px) {
  .head_3:not(:last-child) {
    margin-bottom: 40px
  }
}

.head__image {
  height: 269px
}

.head__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.head__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 740px;
  grid-template: auto/1fr 740px;
  border: 1px solid rgba(255, 255, 255, .4)
}

@media (max-width:1600px) {
  .head__bottom {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 400px;
    grid-template: auto/1fr 400px
  }
}

@media (max-width:1220px) {
  .head__bottom {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 250px;
    grid-template: auto/1fr 250px
  }
}

@media (max-width:1023px) {
  .head__bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.head__bottom_1 {
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 390px;
  grid-template: auto/1fr 390px
}

.head__bottom_1 .head__bottom-item {
  min-height: 140px
}

@media (max-width:600px) {
  .head__bottom_1 .head__bottom-item {
    min-height: auto
  }
}

@media (max-width:1220px) {
  .head__bottom_1 {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 250px;
    grid-template: auto/1fr 250px
  }
}

@media (max-width:1023px) {
  .head__bottom_1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.head__bottom-item {
  position: relative;
  padding: 40px 20px;
  min-height: 186px;
  overflow: hidden
}

@media (max-width:1220px) {
  .head__bottom-item {
    padding: 30px 20px;
    min-height: 140px
  }
}

@media (max-width:600px) {
  .head__bottom-item {
    padding: 20px;
    min-height: auto
  }
}

@media (max-width:1023px) {
  .head__bottom-item_2 {
    display: none
  }
}

.head__bottom-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, .4)
}

@media (max-width:1023px) {
  .head__bottom-item:not(:last-child)::before {
    display: none
  }
}

.projects {
  position: relative;
  z-index: 2
}

.projects:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .projects:not(:last-child) {
    margin-bottom: 40px
  }
}

.projects__container {
  position: relative;
  z-index: 2
}

.projects__title {
  max-width: 732px
}

.projects__title:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:1220px) {
  .projects__title:not(:last-child) {
    margin-bottom: 60px
  }
}

@media (max-width:600px) {
  .projects__title:not(:last-child) {
    margin-bottom: 40px
  }
}

.projects__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px
}

@media (max-width:1220px) {
  .projects__list {
    gap: 30px
  }
}

@media (max-width:991px) {
  .projects__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (max-width:600px) {
  .projects__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.projects-item {
  border: 1px solid rgba(255, 255, 255, .3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.projects-item__data {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
  opacity: .3;
  padding: 24px 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:1220px) {
  .projects-item__data {
    font-size: 16px;
    line-height: 22px;
    padding: 15px
  }
}

@media (max-width:600px) {
  .projects-item__data {
    font-size: 14px;
    line-height: 18px;
    padding: 10px
  }
}

.projects-item__image {
  height: 192px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.projects-item__image a {
  display: block;
  width: 100%;
  height: 100%
}

.projects-item__image a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.projects-item__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 40px 16px 24px 16px
}

@media (max-width:1220px) {
  .projects-item__descr {
    padding: 25px 16px
  }
}

@media (max-width:600px) {
  .projects-item__descr {
    padding: 20px 10px
  }
}

.projects-item__title {
  display: block;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  color: var(--white);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 100%
}

@media (max-width:1220px) {
  .projects-item__title {
    font-size: 26px;
    line-height: 26px
  }
}

@media (max-width:600px) {
  .projects-item__title {
    font-size: 20px;
    line-height: 20px
  }
}

@media (any-hover:hover) {
  .projects-item__title:hover {
    color: var(--hover)
  }
}

.projects-item__title:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.projects-item__title:not(:last-child) {
  margin-bottom: 32px
}

@media (max-width:1220px) {
  .projects-item__title:not(:last-child) {
    margin-bottom: 24px
  }
}

@media (max-width:600px) {
  .projects-item__title:not(:last-child) {
    margin-bottom: 14px
  }
}

.projects-item__see {
  gap: 16px
}

.projects-item__see img {
  display: block;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.projects-item__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--white)
}

@media (max-width:1220px) {
  .projects-item__text {
    font-size: 16px;
    line-height: 20px
  }
}

@media (max-width:600px) {
  .projects-item__text {
    font-size: 14px;
    line-height: 18px
  }
}

.projects-item__text:not(:last-child) {
  margin-bottom: 30px
}
 
.vacancy {
  position: relative;
  z-index: 2
}

.vacancy__container {
  position: relative;
  z-index: 2
}

.vacancy:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .vacancy:not(:last-child) {
    margin-bottom: 40px
  }
}

.vacancy__title {
  max-width: 732px
}

.vacancy__title:not(:last-child) {
  margin-bottom: 96px
}

@media (max-width:1220px) {
  .vacancy__title:not(:last-child) {
    margin-bottom: 60px
  }
}

@media (max-width:600px) {
  .vacancy__title:not(:last-child) {
    margin-bottom: 30px
  }
}

.vacancy__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media (max-width:1220px) {
  .vacancy__list {
    gap: 30px
  }
}

@media (max-width:991px) {
  .vacancy__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (max-width:600px) {
  .vacancy__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.vacancy__item.fikser .vacancy-item__bottom {
  height: auto
}

.vacancy__item.fikser-none {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: collapse
}

.vacancy-podlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.vacancy-podlist__item::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--white);
  margin-top: 7px
}

.vacancy-podlist__item:first-child::before {
  display: none
}

.vacancy-podlist__item:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:1220px) {
  .vacancy-podlist__item:not(:last-child) {
    margin-bottom: 16px
  }
}

@media (max-width:600px) {
  .vacancy-podlist__item:not(:last-child) {
    margin-bottom: 10px
  }
}

.vacancy-podlist__title {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: var(--white);
  position: relative
}

.vacancy-podlist__title::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--white);
  z-index: 1
}

@media (max-width:1220px) {
  .vacancy-podlist__title {
    font-size: 20px;
    line-height: 22px
  }
}

@media (max-width:600px) {
  .vacancy-podlist__title {
    font-size: 18px;
    line-height: 20px
  }
}

.vacancy-podlist__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--white)
}

@media (max-width:1220px) {
  .vacancy-podlist__text {
    font-size: 16px;
    line-height: 22px
  }
}

@media (max-width:600px) {
  .vacancy-podlist__text {
    font-size: 14px;
    line-height: 20px
  }
}

.vacancy-item {
  border: 1px solid rgba(255, 255, 255, .3);
  padding: 0 0 40px 0
}

@media (max-width:1220px) {
  .vacancy-item {
    padding: 0 0 30px 0
  }
}

@media (max-width:600px) {
  .vacancy-item {
    padding: 0 0 20px 0
  }
}

.vacancy-item.accordion-open .vacancy-item__top {
  padding-bottom: 40px
}

@media (max-width:1220px) {
  .vacancy-item.accordion-open .vacancy-item__top {
    padding-bottom: 30px
  }
}

@media (max-width:600px) {
  .vacancy-item.accordion-open .vacancy-item__top {
    padding-bottom: 20px
  }
}

.vacancy-item.accordion-open .vacancy-item__top::before {
  opacity: 1
}

.vacancy-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 40px 16px 0 16px;
  -webkit-transition: padding .3s ease-in-out;
  -o-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out
}

@media (max-width:1220px) {
  .vacancy-item__top {
    padding: 30px 16px 0 16px
  }
}

@media (max-width:600px) {
  .vacancy-item__top {
    padding: 20px 10px 0 10px
  }
}

.vacancy-item__top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.vacancy-item__title {
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  color: #fff
}

@media (max-width:1220px) {
  .vacancy-item__title {
    font-size: 26px;
    line-height: 26px
  }
}

@media (max-width:600px) {
  .vacancy-item__title {
    font-size: 20px;
    line-height: 20px
  }
}

.vacancy-item__title:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:1220px) {
  .vacancy-item__title:not(:last-child) {
    margin-bottom: 16px
  }
}

@media (max-width:600px) {
  .vacancy-item__title:not(:last-child) {
    margin-bottom: 10px
  }
}

.vacancy-item__price {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #fff
}

@media (max-width:1220px) {
  .vacancy-item__price {
    font-size: 16px;
    line-height: 22px
  }
}

@media (max-width:600px) {
  .vacancy-item__price {
    font-size: 14px;
    line-height: 20px
  }
}

.vacancy-item__price:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:1220px) {
  .vacancy-item__price:not(:last-child) {
    margin-bottom: 16px
  }
}

@media (max-width:600px) {
  .vacancy-item__price:not(:last-child) {
    margin-bottom: 10px
  }
}

.vacancy-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:1220px) {
  .vacancy-item__list {
    gap: 16px 24px
  }
}

@media (max-width:600px) {
  .vacancy-item__list {
    gap: 10px 16px
  }
}

.vacancy-item__button {
  gap: 13px
}

@media (max-width:1220px) {
  .vacancy-item__button {
    font-size: 14px;
    line-height: 14px
  }
}

@media (max-width:600px) {
  .vacancy-item__button {
    font-size: 12px;
    line-height: 12px
  }
}

.vacancy-item__button .arrow {
  top: 3px;
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px
}

@media (max-width:600px) {
  .vacancy-item__button .arrow {
    top: 2px
  }
}

.vacancy-item__button .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 1px;
  background-color: var(--white);
  z-index: 1
}

.vacancy-item__button .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 80%;
  background-color: var(--white);
  z-index: 1
}

.vacancy-item__button .arrow span {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg) translate(-4.5px, 6.3px);
  -ms-transform: rotate(-45deg) translate(-4.5px, 6.3px);
  transform: rotate(-45deg) translate(-4.5px, 6.3px);
  z-index: 1
}

.vacancy-item__bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out
}

.vacancy-item__bottom-content {
  padding: 40px 16px 0 16px
}

@media (max-width:1220px) {
  .vacancy-item__bottom-content {
    padding: 30px 16px 0 16px
  }
}

@media (max-width:600px) {
  .vacancy-item__bottom-content {
    padding: 20px 10px 0 10px
  }
}

.vacancy-item__subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 26px;
  color: var(--white)
}

@media (max-width:1220px) {
  .vacancy-item__subtitle {
    font-size: 20px;
    line-height: 22px
  }
}

@media (max-width:600px) {
  .vacancy-item__subtitle {
    font-size: 18px;
    line-height: 20px
  }
}

.vacancy-item__subtitle:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:1220px) {
  .vacancy-item__subtitle:not(:last-child) {
    margin-bottom: 16px
  }
}

@media (max-width:600px) {
  .vacancy-item__subtitle:not(:last-child) {
    margin-bottom: 10px
  }
}

.vacancy-item__subitem:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:1220px) {
  .vacancy-item__subitem:not(:last-child) {
    margin-bottom: 16px
  }
}

@media (max-width:600px) {
  .vacancy-item__subitem:not(:last-child) {
    margin-bottom: 10px
  }
}

.vacancy-item__text {
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
  text-decoration: underline
}

@media (max-width:1220px) {
  .vacancy-item__text {
    font-size: 16px;
    line-height: 22px
  }
}

@media (max-width:600px) {
  .vacancy-item__text {
    font-size: 14px;
    line-height: 20px
  }
}

.wrapper-form {
  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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 150;
  overflow-y: auto;
  background-color: #070f12;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.wrapper-form.interactive .okay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wrapper-form.active {
  opacity: 1;
  visibility: visible
}

.wrapper-form__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden
}

.wrapper-form__exit {
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width:1220px) {
  .wrapper-form__exit {
    width: 22px;
    height: 22px
  }

  .wrapper-form__elements {
    width: 100%;
  }
}

@media (max-width:600px) {
  .wrapper-form__exit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    height: 18px
  }
}

@media (any-hover:hover) {
  .wrapper-form__exit:hover svg {
    fill: var(--hover)
  }
}

.wrapper-form__exit:active svg {
  fill: var(--hover);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.wrapper-form__exit svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--white);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: fill .3s ease-in-out;
  -o-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out
}

.wrapper-form__circle {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1380px;
  height: 414px;
  background-color: rgba(40, 55, 61, .6);
  -webkit-filter: blur(187px);
  filter: blur(187px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.wrapper-form__body {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 790px
}

@media (max-width:1220px) {
  .wrapper-form__body {
    gap: 14px
  }
}

@media (max-width:991px) {
  .wrapper-form__body {
    width: 95%
  }
}

@media (max-width:600px) {
  .wrapper-form__body {
    gap: 5px
  }
}

.wrapper-form__body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  min-height: 593px
}

@media (max-width:1220px) {
  .wrapper-form__body-content {
    min-height: 481px
  }
}

@media (max-width:600px) {
  .wrapper-form__body-content {
    min-height: 350px
  }
}

.wrapper-form__body-top {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 115px;
  grid-template: auto/1fr 115px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-bottom: 0
}

@media (max-width:1023px) {
  .wrapper-form__body-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.wrapper-form__body-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

.wrapper-form__item {
  position: relative;
  min-height: 170px;
  padding: 40px;
  overflow: hidden
}

@media (max-width:1220px) {
  .wrapper-form__item {
    padding: 30px;
    min-height: auto
  }
}

@media (max-width:600px) {
  .wrapper-form__item {
    padding: 20px
  }
}

.wrapper-form__item_2 {
  padding: 0
}

@media (max-width:1023px) {
  .wrapper-form__item_2 {
    display: none
  }
}

.wrapper-form__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

@media (max-width:1023px) {
  .wrapper-form__item:not(:last-child)::before {
    display: none
  }
}

.spinner {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .4);
}

.spinner.interactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spinner__wrapper {
  position: relative;
  width: 50px;
  height: 50px;
}

.spinner__spin {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(0, 183, 229, 0.9);
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
}

.spinner__spin_1 {
  -webkit-box-shadow: 0 0 35px #2187e7;
  box-shadow: 0 0 35px #2187e7;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  -moz-animation: spin .5s infinite linear;
  -webkit-animation: spin .5s infinite linear;
}

.spinner__spin_2 {
  -webkit-box-shadow: 0 0 15px #2187e7;
  box-shadow: 0 0 15px #2187e7;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 10px;
  -moz-animation: spinoff .5s infinite linear;
  -webkit-animation: spinoff .5s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

.wrapper-form__elements.interactive {
  display: none;
}

.error {
  width: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .4);
  padding: 30px;
}

.error.interactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.error__title {
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  color: var(--white);
  margin-bottom: 40px;
}

.error__text {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: var(--white)
}

@media (max-width:1220px) {
  .error {
    padding: 20px;
  }

  .error__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .error__text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width:600px) {
  .error {
    padding: 10px;
  }

  .error__title {
    font-size: 20px;
    line-height: 28px
  }

  .error__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.okay {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, .4)
}

.okay.interactive {
  display: flex;
}

@media (max-width:1220px) {
  .okay {
    padding: 30px
  }
}

@media (max-width:600px) {
  .okay {
    padding: 20px
  }
}

.okay__title {
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  color: var(--white)
}

@media (max-width:1220px) {
  .okay__title {
    font-size: 30px;
    line-height: 38px
  }
}

@media (max-width:600px) {
  .okay__title {
    font-size: 20px;
    line-height: 28px
  }
}

.okay__title span {
  display: block
}

.form__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -.04em;
  color: #fff;
  padding-top: 8px
}

@media (max-width:1220px) {
  .form__text {
    font-size: 12px;
    line-height: 14px
  }
}

@media (max-width:600px) {
  .form__text {
    padding-top: 0;
    font-size: 10px;
    line-height: 12px
  }
}

.form__text a {
  display: inline;
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .form__text a:hover {
    color: var(--hover)
  }
}

.form__text a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.form__top {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 115px;
  grid-template: auto/1fr 115px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-top: 0;
  border-bottom: 0
}

@media (max-width:1023px) {
  .form__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.form__top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

.form__item {
  position: relative;
  overflow: hidden
}

@media (max-width:1023px) {
  .form__item_2 {
    display: none
  }
}

.form__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

@media (max-width:1023px) {
  .form__item:not(:last-child)::before {
    display: none
  }
}

.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative
}

.form__label .just-validate-error-label {
  font-size: 14px;
  line-height: 18px;
  color: red;
  font-weight: 300;
  position: absolute;
  top: 5px;
  left: 40px;
  z-index: 1
}

@media (max-width:1220px) {
  .form__label .just-validate-error-label {
    left: 20px;
    font-size: 12px;
    line-height: 16px
  }
}

@media (max-width:1023px) {
  .form__label .just-validate-error-label {
    position: static;
    padding-left: 20px;
    padding-top: 5px;
    margin-bottom: 5px
  }
}

@media (max-width:600px) {
  .form__label .just-validate-error-label {
    padding-left: 10px;
    font-size: 8px;
    line-height: 12px
  }
}

.form__label:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

.form__input {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: var(--white);
  padding: 0 40px;
  height: 73px;
  background-color: transparent;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.form__input.just-validate-error-field {
  background-color: rgba(255, 0, 0, .2);
  border: 0 !important;
}

@media (max-width:1220px) {
  .form__input {
    font-size: 16px;
    line-height: 16px;
    height: 65px;
    padding: 0 20px
  }
}

@media (max-width:600px) {
  .form__input {
    font-size: 14px;
    line-height: 14px;
    height: 40px;
    padding: 0 10px
  }
}

.form__input::-webkit-input-placeholder {
  color: var(--white)
}

.form__input::-moz-placeholder {
  color: var(--white)
}

.form__input:-ms-input-placeholder {
  color: var(--white)
}

.form__input::-ms-input-placeholder {
  color: var(--white)
}

.form__input::placeholder {
  color: var(--white)
}

@media (any-hover:hover) {
  .form__input:hover {
    background-color: var(--hover)
  }
}

.form__input:focus-visible {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.form__wrapper-textarea {
  position: relative
}

.form__textarea {
  display: block;
  height: 155px;
  width: 100%;
  padding: 40px;
  background-color: transparent;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: var(--white);
  background-color: transparent;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

@media (max-width:1220px) {
  .form__textarea {
    padding: 20px;
    font-size: 16px;
    line-height: 16px;
    height: 125px
  }
}

@media (max-width:600px) {
  .form__textarea {
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    height: 100px
  }
}

.form__textarea::-webkit-input-placeholder {
  color: var(--white)
}

.form__textarea::-moz-placeholder {
  color: var(--white)
}

.form__textarea:-ms-input-placeholder {
  color: var(--white)
}

.form__textarea::-ms-input-placeholder {
  color: var(--white)
}

.form__textarea::placeholder {
  color: var(--white)
}

@media (any-hover:hover) {
  .form__textarea:hover {
    background-color: var(--hover)
  }
}

.form__textarea:focus-visible {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px
}

@media (max-width:1220px) {
  .form__bottom {
    gap: 14px
  }
}

@media (max-width:600px) {
  .form__bottom {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
  }
}

.form__button {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .24);
  border-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 202px;
  flex: 0 0 202px;
  min-height: 48px;
  -webkit-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear
}

@media (max-width:1220px) {
  .form__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    min-height: 40px
  }
}

@media (max-width:600px) {
  .form__button {
    font-size: 14px;
    line-height: 14px;
    min-height: 35px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    min-width: 160px
  }
}

@media (any-hover:hover) {
  .form__button:hover {
    background-color: var(--hover)
  }
}

.form__button:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.history {
  position: relative;
  z-index: 2
}

.history__container {
  position: relative;
  z-index: 2
}

.history:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .history:not(:last-child) {
    margin-bottom: 40px
  }
}

.history-top {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px
}

@media (max-width:1220px) {
  .history-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
  }
}

@media (max-width:600px) {
  .history-top {
    gap: 14px
  }
}

.history-top__item_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 740px;
  flex: 0 1 740px
}

@media (max-width:1220px) {
  .history-top__item_1 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.history-top__item_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 545px;
  flex: 0 1 545px
}

@media (max-width:1220px) {
  .history-top__item_2 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.history-top__strong {
  display: block
}

.history-top__text:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:1220px) {
  .history-top__text:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .history-top__text:not(:last-child) {
    margin-bottom: 10px
  }
}

.history:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .history:not(:last-child) {
    margin-bottom: 40px
  }
}

.history-middle {
  position: relative;
  z-index: 1;
  margin-top: -50px
}

@media (max-width:1220px) {
  .history-middle {
    margin-top: -100px
  }
}

@media (max-width:850px) {
  .history-middle {
    min-height: 715px
  }
}

.history-middle__wrapper-text {
  position: absolute;
  top: 27%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1435px;
  width: 100%;
  z-index: 2;
  padding: 0 40px
}

@media (max-width:1600px) {
  .history-middle__wrapper-text {
    max-width: 1225px;
    top: 35% !important
  }
}

@media (max-width:1440px) {
  .history-middle__wrapper-text {
    max-width: 1040px;
    top: 38% !important
  }
}

@media (max-width:1220px) {
  .history-middle__wrapper-text {
    padding: 0 20px;
    max-width: 888px
  }
}

@media (max-width:1023px) {
  .history-middle__wrapper-text {
    max-width: 730px
  }
}

@media (max-width:850px) {
  .history-middle__wrapper-text {
    max-width: 505px;
    top: 50%
  }
}

@media (max-width:600px) {
  .history-middle__wrapper-text {
    padding: 0 10px;
    top: 55%
  }
}

.history-middle__title {
  margin: 0 auto
}

.history-middle__title span {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-align: left;
  letter-spacing: 0
}

@media (max-width:991px) {
  .history-middle__title span {
    font-size: 20px;
    line-height: 20px
  }
}

@media (max-width:600px) {
  .history-middle__title span {
    text-align: center;
    font-size: 18px;
    line-height: 18px
  }
}

.history-middle__image {
  position: absolute
}

.history-middle__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.history-middle__image_1 {
  top: 0;
  left: -100px;
  right: auto;
  bottom: auto;
  width: 110%;
  height: 875px;
  z-index: 1
}

@media (max-width:850px) {
  .history-middle__image_1 {
    height: 515px
  }
}

.history-middle__image_2 {
  top: auto;
  right: auto;
  bottom: 0;
  left: -100px;
  width: 110%;
  height: 688px;
  z-index: 5
}

@media (max-width:850px) {
  .history-middle__image_2 {
    height: 445px
  }
}

.history-middle__image_3 {
  bottom: 30%;
  left: 30%;
  width: 641px;
  height: 257px;
  z-index: 5
}

@media (max-width:1220px) {
  .history-middle__image_3 {
    width: 500px;
    height: 200px
  }
}

@media (max-width:850px) {
  .history-middle__image_3 {
    width: 360px;
    height: 160px
  }
}

@media (max-width:600px) {
  .history-middle__image_3 {
    width: 260px;
    height: 120px
  }
}

.history-middle__image_4 {
  bottom: 10%;
  right: -200px;
  width: 740px;
  height: 350px;
  z-index: 5;
  opacity: .4
}

@media (max-width:1220px) {
  .history-middle__image_4 {
    width: 600px;
    height: 250px
  }
}

@media (max-width:850px) {
  .history-middle__image_4 {
    width: 400px;
    height: 200px
  }
}

@media (max-width:600px) {
  .history-middle__image_4 {
    width: 355px;
    height: 135px
  }
}

.parallax-init {
  position: relative;
  min-height: 1020px
}

@media (max-width:850px) {
  .parallax-init {
    min-height: 715px
  }
}

.parallax-init::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: rgba(40, 55, 61, .9);
  -webkit-filter: blur(90px);
  filter: blur(90px);
  z-index: 3
}

.mob .history {
  overflow: hidden
}

@media (max-width:1023px) {
  .mob .parallax-init {
    min-height: 895px
  }
}

@media (max-width:850px) {
  .mob .parallax-init {
    min-height: 620px
  }
}

@media (max-width:850px) {
  .mob .parallax-init::after {
    height: 200px
  }
}

.mob .history-middle {
  min-height: auto
}

@media (max-width:1023px) {
  .mob .history-middle__wrapper-text {
    top: 34% !important
  }
}

@media (max-width:850px) {
  .mob .history-middle__wrapper-text {
    top: 38% !important
  }
}

@media (max-width:1023px) {
  .mob .history-middle__image_1 {
    left: 0 !important
  }
}

@media (max-width:1023px) {
  .mob .history-middle__image_2 {
    left: 0 !important
  }
}

@media (max-width:475px) {
  .mob .history-middle__image_2 {
    height: 528px
  }
}

@media (max-width:1023px) {
  .mob .history-middle__image_3 {
    width: 345px;
    height: 140px
  }
}

@media (max-width:850px) {
  .mob .history-middle__image_3 {
    display: none
  }
}

@media (max-width:1023px) {
  .mob .history-middle__image_4 {
    width: 460px;
    height: 200px
  }
}

@media (max-width:850px) {
  .mob .history-middle__image_4 {
    display: none
  }
}

.history-bottom {
  margin-top: -200px
}

.history-bottom:not(:last-child) {
  margin-bottom: 120px
}

@media (max-width:600px) {
  .history-bottom:not(:last-child) {
    margin-bottom: 40px
  }
}

.history-bottom__strong {
  display: block;
  max-width: 812px
}

.history-footer__list {
  display: -ms-grid;
  display: grid;
  grid-template: auto/repeat(auto-fill, minmax(300px, 1fr));
  gap: 36px
}

@media (max-width:1220px) {
  .history-footer__list {
    gap: 25px
  }
}

@media (max-width:600px) {
  .history-footer__list {
    gap: 20px
  }
}

@media (max-width:400px) {
  .history-footer__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.history-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  padding: 50px 18px 50px 22px;
  border: 1px solid rgba(255, 255, 255, .3);
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

@media (max-width:1220px) {
  .history-footer__item {
    padding: 30px 5px
  }
}

@media (max-width:600px) {
  .history-footer__item {
    padding: 20px 10px
  }
}

@media (any-hover:hover) {
  .history-footer__item:hover {
    background-color: rgba(255, 255, 255, .1)
  }
}

.history-footer__num {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:600px) {
  .history-footer__num {
    font-size: 16px;
    line-height: 20px
  }
}

.history-footer__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%
}

.history-footer__text {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #fff
}

@media (max-width:1220px) {
  .history-footer__text {
    font-size: 26px;
    line-height: 36px
  }
}

@media (max-width:600px) {
  .history-footer__text {
    font-size: 22px;
    line-height: 32px
  }
}

.history-footer__text-span_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -.04em;
  color: #fff
}

@media (max-width:1220px) {
  .history-footer__text-span_1 {
    font-size: 62px;
    line-height: 62px
  }
}

@media (max-width:600px) {
  .history-footer__text-span_1 {
    font-size: 42px;
    line-height: 42px
  }
}

.history-footer__text-span_1 span {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -.04em;
  color: #fff
}

@media (max-width:1220px) {
  .history-footer__text-span_1 span {
    font-size: 26px;
    line-height: 26px
  }
}

@media (max-width:600px) {
  .history-footer__text-span_1 span {
    font-size: 18px;
    line-height: 18px
  }
}

.history-footer__text-span_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -.04em;
  color: #fff
}

@media (max-width:1220px) {
  .history-footer__text-span_2 {
    font-size: 62px;
    line-height: 62px
  }
}

@media (max-width:600px) {
  .history-footer__text-span_2 {
    font-size: 42px;
    line-height: 42px
  }
}

.history-footer__text-span_2 span {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -.04em;
  color: #fff
}

@media (max-width:1220px) {
  .history-footer__text-span_2 span {
    font-size: 26px;
    line-height: 26px
  }
}

@media (max-width:600px) {
  .history-footer__text-span_2 span {
    font-size: 18px;
    line-height: 18px
  }
}

.history-footer__text-span_3 {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -.04em;
  color: #fff
}

@media (max-width:1220px) {
  .history-footer__text-span_3 {
    font-size: 26px;
    line-height: 26px
  }
}

@media (max-width:600px) {
  .history-footer__text-span_3 {
    font-size: 22px;
    line-height: 22px
  }
}

.rewievs:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .rewievs:not(:last-child) {
    margin-bottom: 40px
  }
}

.rewievs__list {
  border: 1px solid rgba(255, 255, 255, .3);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[2];
  grid-template: auto/repeat(2, 1fr)
}

@media (max-width:991px) {
  .rewievs__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.rewievs__list:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .rewievs__list:not(:last-child) {
    margin-bottom: 40px
  }
}

.rewievs__item {
  position: relative;
  padding: 44px 16px
}

@media (max-width:1220px) {
  .rewievs__item {
    padding: 30px 16px
  }
}

@media (max-width:600px) {
  .rewievs__item {
    padding: 20px 10px
  }
}

.rewievs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
  z-index: 1
}

@media (max-width:991px) {
  .rewievs__item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0
  }
}

@media (max-width:1440px) {
  .rewievs__text_1 {
    font-size: 26px;
    line-height: 32px
  }
}

@media (max-width:1220px) {
  .rewievs__text_1 {
    font-size: 22px;
    line-height: 28px
  }
}

@media (max-width:600px) {
  .rewievs__text_1 {
    font-size: 18px;
    line-height: 24px
  }
}

.rewievs__text span {
  display: block
}

.rewievs__text:not(:last-child) {
  margin-bottom: 48px
}

@media (max-width:1220px) {
  .rewievs__text:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .rewievs__text:not(:last-child) {
    margin-bottom: 15px
  }
}

.rewievs__wrapper-slider {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .4);
}

@media (max-width:1220px) {
  .rewievs__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 10px
  }
}

.rewievs__button {
  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;
  position: absolute;
  z-index: 10;
  width: 96px;
  height: 96px;
  background-color: rgba(255, 255, 255, .04);
  padding: 10px;
  -webkit-transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
  transition: opacity .3s ease-in-out, background-color .3s ease-in-out
}

.rewievs__button.swiper-button-disabled {
  opacity: .4;
  pointer-events: none
}

@media (max-width:1220px) {
  .rewievs__button {
    position: relative;
    width: 60px;
    height: 60px
  }
}

@media (max-width:600px) {
  .rewievs__button {
    width: 40px;
    height: 40px
  }
}

@media (any-hover:hover) {
  .rewievs__button:hover {
    background-color: var(--hover)
  }
}

.rewievs__button:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.rewievs-slider__slide {
  position: relative;
  min-height: 640px; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media (max-width:1220px) {
  .rewievs-slider__slide {
    min-height: 520px
  }
}

@media (max-width:600px) {
  .rewievs-slider__slide {
    min-height: 420px
  }
}

.rewievs-slider__slide.swiper-slide-active .rewievs-slider__text {
  top: 0;
  opacity: 1
}

.rewievs-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.rewievs-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.rewievs-slider__descr {
  width: 100%;
  position: relative;
  min-height: 128px;
  background: rgba(7, 15, 18, .8);
  z-index: 2;
  padding: 18px 194px
}

@media (max-width:1220px) {
  .rewievs-slider__descr {
    min-height: 115px;
    padding: 15px 20px
  }
}

@media (max-width:600px) {
  .rewievs-slider__descr {
    min-height: 100px;
    padding: 15px 10px
  }
}

.rewievs-slider__descr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
  z-index: 1
}

.rewievs-slider__text {
  position: relative;
  top: 30px;
  opacity: 0;
  max-width: 545px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
  -webkit-transition: top .3s ease-in-out .3s, opacity .3s ease-in-out .3s;
  -o-transition: top .3s ease-in-out .3s, opacity .3s ease-in-out .3s;
  transition: top .3s ease-in-out .3s, opacity .3s ease-in-out .3s
}

@media (max-width:1220px) {
  .rewievs-slider__text {
    font-size: 16px;
    line-height: 22px
  }
}

@media (max-width:600px) {
  .rewievs-slider__text {
    font-size: 14px;
    line-height: 20px
  }
}

.button-arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--white)
}

@media (max-width:600px) {
  .button-arrow {
    height: 2px;
    width: 80%
  }
}

.button-arrow::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 1px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
  z-index: 1
}

@media (max-width:1220px) {
  .button-arrow::before {
    width: 12px;
    height: 12px
  }
}

@media (max-width:600px) {
  .button-arrow::before {
    top: -5px;
    left: 0;
    border-top: 2px solid var(--white);
    border-left: 2px solid var(--white)
  }
}

.rewievs-button-prev {
  bottom: 16px;
  left: 15px
}

@media (max-width:1220px) {
  .rewievs-button-prev {
    bottom: 0;
    left: 0
  }
}

.rewievs-button-next {
  bottom: 16px;
  right: 15px
}

@media (max-width:1220px) {
  .rewievs-button-next {
    bottom: 0;
    right: 0
  }
}

.rewievs-button-next .button-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.documents:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .documents:not(:last-child) {
    margin-bottom: 40px
  }
}

.documents__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 741px;
  grid-template: auto/1fr 741px;
  border: 1px solid rgba(255, 255, 255, .4)
}

@media (max-width:1600px) {
  .documents__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 400px;
    grid-template: auto/1fr 400px
  }
}

@media (max-width:1220px) {
  .documents__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 250px;
    grid-template: auto/1fr 250px
  }
}

@media (max-width:1023px) {
  .documents__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.documents__list:not(:last-child) {
  margin-bottom: 96px
}

@media (max-width:600px) {
  .documents__list:not(:last-child) {
    margin-bottom: 40px
  }
}

.documents__item {
  position: relative;
  padding: 48px 16px;
  min-height: 276px;
  overflow: hidden
}

@media (max-width:1023px) {
  .documents__item_2 {
    display: none
  }
}

@media (max-width:1220px) {
  .documents__item {
    padding: 30px 16px;
    min-height: 140px
  }
}

@media (max-width:600px) {
  .documents__item {
    padding: 20px 10px;
    min-height: auto
  }
}

.documents__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, .4)
}

@media (max-width:1023px) {
  .documents__item:not(:last-child)::after {
    display: none
  }
}

.documents__wrapper-slider:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .documents__wrapper-slider:not(:last-child) {
    margin-bottom: 40px
  }
}

.documents__controls {
  display: none;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px
}

@media (max-width:991px) {
  .documents__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.documents__link {
  position: relative;
  min-width: 224px;
  min-height: 40px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

@media (any-hover:hover) {
  .documents__link:hover {
    background-color: var(--hover)
  }
}

.documents__link:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.documents__button {
  position: relative;
  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;
  z-index: 10;
  width: 96px;
  height: 96px;
  background-color: rgba(255, 255, 255, .04);
  padding: 10px;
  -webkit-transition: opacity .3s ease-in-out, background-color .3s linear;
  -o-transition: opacity .3s ease-in-out, background-color .3s linear;
  transition: opacity .3s ease-in-out, background-color .3s linear
}

.documents__button.swiper-button-disabled {
  opacity: .4;
  pointer-events: none
}

@media (max-width:1220px) {
  .documents__button {
    position: relative;
    width: 60px;
    height: 60px
  }
}

@media (max-width:600px) {
  .documents__button {
    width: 40px;
    height: 40px
  }
}

@media (any-hover:hover) {
  .documents__button:hover {
    background-color: var(--hover)
  }
}

.documents__button:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.documents-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px
}

@media (max-width:1440px) {
  .documents-slider__wrapper {
    gap: 30px
  }
}

@media (max-width:1220px) {
  .documents-slider__wrapper {
    gap: 20px
  }
}

@media (max-width:991px) {
  .documents-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0
  }
}

.documents-slider__slide {
  width: 238px;
  height: 333px
}

@media (max-width:600px) {
  .documents-slider__slide {
    width: 155px;
    height: 218px
  }
}

.documents-slider__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

@media (any-hover:hover) {
  .documents-slider__image:hover::before {
    opacity: 1;
    visibility: visible
  }
}

@media (any-hover:hover) {
  .documents-slider__image:hover::after {
    opacity: 1;
    visibility: visible
  }
}

.documents-slider__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url(../img/loop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.documents-slider__image::after {
  content: "";
  position: absolute; 
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
  background-color: rgba(255,255,255,1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.documents-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

.documents-slider-button-next .button-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fslightbox-source {
  width: 700px !important;
  height: 80vh !important;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

@media (max-width:750px) {
  .fslightbox-source {
    width: 100% !important
  }
}

.project {
  position: relative;
  z-index: 2
}

.project__container {
  position: relative;
  z-index: 2
}

.project__top {
  max-width: 732px
}

.project__top:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .project__top:not(:last-child) {
    margin-bottom: 40px
  }
  .documents-slider__image::before {
    width: 60px;
    height: 60px;
  }

  .documents-slider__image::after { 
    width: 100px;
    height: 100px;
  }
}

.project__wrapper-texts:not(:last-child) {
  margin-bottom: 40px
}

.project__data {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  opacity: .3
}

@media (max-width:1220px) {
  .project__data {
    font-size: 16px;
    line-height: 20px
  }
}

@media (max-width:600px) {
  .project__data {
    font-size: 14px;
    line-height: 18px
  }
}

.project__data:not(:last-child) {
  margin-bottom: 16px
}

.project__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px
}

.project__content_2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr
}

@media (max-width:1220px) {
  .project__content_2 {
    gap: 20px
  }
}

@media (max-width:991px) {
  .project__content_2 {
    display: block
  }
}

@media (max-width:600px) {
  .project__content_2 {
    gap: 80px
  }
}

@media (max-width:1220px) {
  .project__content {
    gap: 20px
  }
}

@media (max-width:991px) {
  .project__content {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (max-width:600px) {
  .project__content {
    gap: 80px
  }
}

.project__text_2 {
  font-size: 20px;
  line-height: 26px;
  text-decoration: underline
}

@media (max-width:1220px) {
  .project__text_2 {
    font-size: 18px;
    line-height: 22px
  }
}

@media (max-width:600px) {
  .project__text_2 {
    font-size: 16px;
    line-height: 20px
  }
}

.project__text:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:600px) {
  .project__text:not(:last-child) {
    margin-bottom: 20px
  }
}

.project__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(7, 15, 18, .8);
  z-index: 2
}

@media (max-width:991px) {
  .project__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.project__button {
  position: relative;
  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;
  z-index: 10;
  width: 96px;
  height: 96px;
  background-color: rgba(255, 255, 255, .04);
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  padding: 10px;
  -webkit-transition: opacity .3s ease-in-out, background-color .3s linear;
  -o-transition: opacity .3s ease-in-out, background-color .3s linear;
  transition: opacity .3s ease-in-out, background-color .3s linear
}

.project__button.swiper-button-disabled {
  opacity: .4;
  pointer-events: none
}

@media (max-width:1220px) {
  .project__button {
    position: relative;
    width: 60px;
    height: 60px
  }
}

@media (max-width:600px) {
  .project__button {
    width: 40px;
    height: 40px
  }
}

@media (any-hover:hover) {
  .project__button:hover {
    background-color: var(--hover)
  }
}

.project__button:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.project-wrapper-slider {
  position: relative;
  width: 100%;
  /* max-width: 737px; */
}

@media (max-width:991px) {
  .project-wrapper-slider {
    margin: 40px 0;
    /* max-width: none; */
  }
}

@media (max-width:600px) {
  .project-wrapper-slider {
    margin: 20px 0
  }
}

.project-slider-button-next .button-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.project-slider__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 47px 1fr;
  grid-template: auto/1fr 1fr;
  grid-template-areas: "image1 image1""image2 image3";
  gap: 40px 47px
}

@media (max-width:1440px) {
  .project-slider__wrapper {
    gap: 25px
  }
}

@media (max-width:1220px) {
  .project-slider__wrapper {
    gap: 10px
  }
}

@media (max-width:991px) {
  .project-slider__wrapper {
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.project-slider__slide {
  position: relative;
  width: 100%; 
}

@media (max-width:991px) {
  .project-slider__slide {
    padding-bottom: 65%
  }
}

@media (max-width:600px) {
  .project-slider__slide {
    padding-bottom: 70%
  }
}

.project-slider__slide_1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: image1;
  height: 494px;
  /* max-width: 737px; */
}

@media (max-width:991px) {
  .project-slider__slide_1 {
    grid-area: auto;
    height: auto;
    /* max-width: none; */
  }
}

.project-slider__slide_2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: image2;
  height: 440px
}

.project-slider__slide_4 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: image2;
  height: 272px;
}

@media (max-width:991px) {
  .project-slider__slide_2 {
    grid-area: auto;
    height: auto
  }

  .project-slider__slide_4 {
    grid-area: auto;
    height: auto
  }
}

.project-slider__slide_3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  height: 689px;
  grid-area: image3
}

.project-slider__slide_hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width:991px) {
  .project-slider__slide_3 {
    grid-area: auto;
    height: auto
  }
  .project-slider__slide_hidden {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    position: relative;
  }
}

.project-slider__slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.project-slider__slide a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
} 

@media (any-hover:hover) {
  .project-slider__slide a:hover::before {
    opacity: 1;
    visibility: visible
  }
  .project-slider__slide a:hover::after {
    opacity: 1;
    visibility: visible
  }
}

.project-slider__slide a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url(../img/loop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}
 
.project-slider__slide a::after {
  content: "";
  position: absolute; 
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  background-color: rgba(255,255,255,1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}
  
.project-slider__slide_4 a img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width:991px) {
  .project-slider__slide a {
    position: absolute;
    top: 0;
    left: 0
  }

  .project-slider__slide_4 a img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.upper {
  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;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 10;
  width: 100px;
  height: 100px;
  background-color: #070f12;
  border-radius: 50%;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  border: 2px solid var(--white);
  -webkit-transition: background-color .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: background-color .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out
}

.upper.active {
  opacity: 1;
  visibility: visible
}

.upper .button-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 50%;
  height: 2px
}

.upper .button-arrow::before {
  border-width: 2px
}

@media (max-width:1220px) {
  .upper .button-arrow::before {
    top: -5.5px
  }
}

@media (max-width:1220px) {
  .upper {
    width: 65px;
    height: 65px;
    bottom: 20px;
    left: 20px
  }
}

@media (max-width:600px) {
  .upper {
    width: 45px;
    height: 45px;
    bottom: 10px;
    left: 10px;
    padding: 5px
  }

  .project-slider__slide a::before {
    width: 60px;
    height: 60px;
  }

  .project-slider__slide a::after { 
    width: 100px;
    height: 100px;
  }
}

@media (any-hover:hover) {
  .upper:hover {
    background-color: var(--hover)
  }
}

.upper:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.pereliv {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.pereliv_1 {
  -webkit-transform: skew(77.1deg) translate(-368px, 0);
  -ms-transform: skew(77.1deg) translate(-368px, 0);
  transform: skew(77.1deg) translate(-368px, 0);
  bottom: 0;
  left: 0
}

@media (max-width:1440px) {
  .pereliv_1 {
    -webkit-transform: skew(71.5deg) translate(-251px, 0);
    -ms-transform: skew(71.5deg) translate(-251px, 0);
    transform: skew(71.5deg) translate(-251px, 0)
  }
}

@media (max-width:1220px) {
  .pereliv_1 {
    -webkit-transform: skew(76.8deg) translate(-251px, 0);
    -ms-transform: skew(76.8deg) translate(-251px, 0);
    transform: skew(76.8deg) translate(-251px, 0)
  }
}

@media (any-hover:hover) {
  .pereliv_1:hover {
    background-color: var(--hover)
  }
}

.pereliv_2 {
  top: 0;
  right: 0;
  -webkit-transform: skew(77.1deg) translate(368px, 0);
  -ms-transform: skew(77.1deg) translate(368px, 0);
  transform: skew(77.1deg) translate(368px, 0)
}

@media (max-width:1440px) {
  .pereliv_2 {
    -webkit-transform: skew(71.5deg) translate(251px, 0);
    -ms-transform: skew(71.5deg) translate(251px, 0);
    transform: skew(71.5deg) translate(251px, 0)
  }
}

@media (max-width:1220px) {
  .pereliv_2 {
    -webkit-transform: skew(76.8deg) translate(251px, 0);
    -ms-transform: skew(76.8deg) translate(251px, 0);
    transform: skew(76.8deg) translate(251px, 0)
  }
}

@media (any-hover:hover) {
  .pereliv_2:hover {
    background-color: var(--hover)
  }
}

.pereliv_3 {
  -webkit-transform: skew(-79deg) translate(-368px, 0);
  -ms-transform: skew(-79deg) translate(-368px, 0);
  transform: skew(-79deg) translate(-368px, 0);
  bottom: 0;
  left: 0
}

@media (max-width:1440px) {
  .pereliv_3 {
    -webkit-transform: skew(-74deg) translate(-251px, 0);
    -ms-transform: skew(-74deg) translate(-251px, 0);
    transform: skew(-74deg) translate(-251px, 0)
  }
}

@media (max-width:1220px) {
  .pereliv_3 {
    -webkit-transform: skew(-79deg) translate(-251px, 0);
    -ms-transform: skew(-79deg) translate(-251px, 0);
    transform: skew(-79deg) translate(-251px, 0)
  }
}

@media (any-hover:hover) {
  .pereliv_3:hover {
    background-color: var(--hover)
  }
}

.pereliv_4 {
  top: 0;
  right: 0;
  -webkit-transform: skew(-79deg) translate(368px, 0);
  -ms-transform: skew(-79deg) translate(368px, 0);
  transform: skew(-79deg) translate(368px, 0)
}

@media (max-width:1440px) {
  .pereliv_4 {
    -webkit-transform: skew(-74deg) translate(251px, 0);
    -ms-transform: skew(-74deg) translate(251px, 0);
    transform: skew(-74deg) translate(251px, 0)
  }
}

@media (max-width:1220px) {
  .pereliv_4 {
    -webkit-transform: skew(-79deg) translate(251px, 0);
    -ms-transform: skew(-79deg) translate(251px, 0);
    transform: skew(-79deg) translate(251px, 0)
  }
}

@media (any-hover:hover) {
  .pereliv_4:hover {
    background-color: var(--hover)
  }
}

.terms {
  position: relative;
  z-index: 2
}

.terms__container {
  position: relative;
  z-index: 2
}

.terms h2 {
  font-size: 30px;
  line-height: 40px;
  color: var(--white);
  font-weight: 500
}

@media (max-width:1220px) {
  .terms h2 {
    font-size: 26px;
    line-height: 32px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 20px;
    line-height: 26px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:1220px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h3 {
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
  font-weight: 500
}

@media (max-width:1220px) {
  .terms h3 {
    font-size: 20px;
    line-height: 28px
  }
}

@media (max-width:600px) {
  .terms h3 {
    font-size: 18px;
    line-height: 24px
  }
}

.terms h3:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:1220px) {
  .terms h3:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h3:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h4 {
  font-size: 20px;
  line-height: 28px;
  color: var(--white);
  font-weight: 500
}

@media (max-width:1220px) {
  .terms h4 {
    font-size: 18px;
    line-height: 24px
  }
}

@media (max-width:600px) {
  .terms h4 {
    font-size: 16px;
    line-height: 20px
  }
}

.terms h4:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:1220px) {
  .terms h4:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h4:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
  font-weight: 300
}

@media (max-width:1220px) {
  .terms p {
    font-size: 16px;
    line-height: 22px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 14px;
    line-height: 20px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:1220px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:1220px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:1220px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms a {
  text-decoration: underline;
  color: inherit;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .terms a:hover {
    color: var(--hover)
  }
}

.terms a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.no-found {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative
}

.no-found::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background-color: rgba(7, 15, 18, .64);
  -webkit-filter: blur(91px);
  filter: blur(91px);
  z-index: 2
}

.no-found__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  padding-top: 105px;
  padding-bottom: 85px;
  position: relative;
  z-index: 3
}

@media (max-width:1220px) {
  .no-found__container {
    padding-bottom: 55px
  }
}

@media (max-width:1023px) {
  .no-found__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (max-width:600px) {
  .no-found__container {
    min-height: 846px;
    padding-top: 90px;
    padding-bottom: 35px
  }
}

.no-found__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px
}

.no-found__item_1 {
  padding-bottom: 65px
}

@media (max-width:1023px) {
  .no-found__item_1 {
    display: none
  }
}

.no-found__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
  max-width: 344px
}

@media (max-width:1220px) {
  .no-found__text {
    font-size: 16px;
    line-height: 20px
  }
}

@media (max-width:600px) {
  .no-found__text {
    font-size: 14px;
    line-height: 18px
  }
}

.no-found__text span {
  display: block
}

.no-found__text:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:600px) {
  .no-found__text:not(:last-child) {
    margin-bottom: 20px
  }
}

.no-found__text_big {
  font-weight: 600;
  font-size: 180px;
  line-height: 140px;
  letter-spacing: -.05em;
  color: var(--white)
}

.no-found__text_big:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:600px) {
  .no-found__text_big:not(:last-child) {
    margin-bottom: 20px
  }
}

.no-found__text_opacity {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, .6)
}

.no-found__text_opacity:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:1220px) {
  .no-found__text_opacity:not(:last-child) {
    margin-bottom: 40px
  }
}

@media (max-width:600px) {
  .no-found__text_opacity:not(:last-child) {
    margin-bottom: 20px
  }
}

.no-found__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #fff
}

@media (max-width:1220px) {
  .no-found__title {
    font-size: 26px;
    line-height: 26px
  }
}

@media (max-width:600px) {
  .no-found__title {
    font-size: 22px;
    line-height: 22px
  }
}

.no-found__title:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:600px) {
  .no-found__title:not(:last-child) {
    margin-bottom: 20px
  }
}

.no-found__link {
  position: relative;
  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;
  padding: 10px 20px;
  min-width: 280px;
  min-height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .24);
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

@media (max-width:1220px) {
  .no-found__link {
    min-width: 220px
  }
}

@media (max-width:600px) {
  .no-found__link {
    min-width: 180px;
    font-size: 14px;
    line-height: 14px
  }
}

@media (any-hover:hover) {
  .no-found__link:hover {
    background-color: var(--hover)
  }
}

.no-found__link:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.no-found__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.no-found__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
} 

.wrapper-developer {
  padding: 45px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.developer {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: var(--white);
  gap: 7px;
  transition: opacity .3s ease-in-out;
}

@media (any-hover:hover) {
  .developer:hover {
    opacity: .6;
  }
}

.developer:active {
  opacity: .6;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.developer img {
  display: block;
  width: 40px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

@media (max-width: 1220px) {
  .wrapper-developer {
    padding: 30px 0;
  }
}

@media (max-width: 600px) {
  .wrapper-developer {
    padding: 15px 0;
  }
}

.js-line-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000%;
  height: 1px;
  z-index: 1;
  background-color: rgba(255, 255, 255, .4);
  -webkit-transform: translate(-50%, -50%) rotate(13.8deg);
  -ms-transform: translate(-50%, -50%) rotate(13.8deg);
  transform: translate(-50%, -50%) rotate(13.8deg)
}

.js-line-1-1 {
  -webkit-transform: translate(-50%, -50%) rotate(14.9deg);
  -ms-transform: translate(-50%, -50%) rotate(14.9deg);
  transform: translate(-50%, -50%) rotate(14.9deg)
}

.js-line-1-2 {
  -webkit-transform: translate(-50%, -50%) rotate(19.2deg);
  -ms-transform: translate(-50%, -50%) rotate(19.2deg);
  transform: translate(-50%, -50%) rotate(19.2deg)
}

.js-line-1-3 {
  -webkit-transform: translate(-50%, -50%) rotate(23deg);
  -ms-transform: translate(-50%, -50%) rotate(23deg);
  transform: translate(-50%, -50%) rotate(23deg)
}

.js-line-1-4 {
  -webkit-transform: translate(-50%, -50%) rotate(27deg);
  -ms-transform: translate(-50%, -50%) rotate(27deg);
  transform: translate(-50%, -50%) rotate(27deg)
}

.js-line-1-5 {
  -webkit-transform: translate(-50%, -50%) rotate(30.7deg);
  -ms-transform: translate(-50%, -50%) rotate(30.7deg);
  transform: translate(-50%, -50%) rotate(30.7deg)
}

.js-line-1-6 {
  -webkit-transform: translate(-50%, -50%) rotate(34deg);
  -ms-transform: translate(-50%, -50%) rotate(34deg);
  transform: translate(-50%, -50%) rotate(34deg)
}

.js-line-1-7 {
  -webkit-transform: translate(-50%, -50%) rotate(37deg);
  -ms-transform: translate(-50%, -50%) rotate(37deg);
  transform: translate(-50%, -50%) rotate(37deg)
}

.js-height.js-none .head__bottom-item:not(:last-child)::before {
  display: none !important;
}

.js-height.js-none .head__bottom-item_2 {
  display: none !important;
}

.js-height.js-none {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr
}

.js-line-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000%;
  height: 1px;
  z-index: 1;
  background-color: rgba(255, 255, 255, .4);
  -webkit-transform: translate(-50%, -50%) rotate(19.4deg);
  -ms-transform: translate(-50%, -50%) rotate(19.4deg);
  transform: translate(-50%, -50%) rotate(19.4deg)
}

.js-line-2-1 {
  -webkit-transform: translate(-50%, -50%) rotate(26.8deg);
  -ms-transform: translate(-50%, -50%) rotate(26.8deg);
  transform: translate(-50%, -50%) rotate(26.8deg)
}

.js-line-2-2 {
  -webkit-transform: translate(-50%, -50%) rotate(33.6deg);
  -ms-transform: translate(-50%, -50%) rotate(33.6deg);
  transform: translate(-50%, -50%) rotate(33.6deg)
}

.js-line-2-3 {
  -webkit-transform: translate(-50%, -50%) rotate(39deg);
  -ms-transform: translate(-50%, -50%) rotate(39deg);
  transform: translate(-50%, -50%) rotate(39deg)
}

.js-line-2-4 {
  -webkit-transform: translate(-50%, -50%) rotate(44deg);
  -ms-transform: translate(-50%, -50%) rotate(44deg);
  transform: translate(-50%, -50%) rotate(44deg)
}

.js-line-2-5 {
  -webkit-transform: translate(-50%, -50%) rotate(48.3deg);
  -ms-transform: translate(-50%, -50%) rotate(48.3deg);
  transform: translate(-50%, -50%) rotate(48.3deg)
}

.js-line-2-6 {
  -webkit-transform: translate(-50%, -50%) rotate(52deg);
  -ms-transform: translate(-50%, -50%) rotate(52deg);
  transform: translate(-50%, -50%) rotate(52deg);
}

.js-line-2-7 {
  -webkit-transform: translate(-50%, -50%) rotate(55deg);
  -ms-transform: translate(-50%, -50%) rotate(55deg);
  transform: translate(-50%, -50%) rotate(55deg);
}

.js-height-2.js-none .head__bottom-item:not(:last-child)::before {
  display: none !important;
}

.js-height-2.js-none .head__bottom-item_2 {
  display: none !important;
}

.js-height-2.js-none {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr
}

@media (max-width: 1600px) {
  .js-line-1 {
    -webkit-transform: translate(-50%, -50%) rotate(24.8deg);
    -ms-transform: translate(-50%, -50%) rotate(24.8deg);
    transform: translate(-50%, -50%) rotate(24.8deg)
  }

  .js-line-1-1 {
    -webkit-transform: translate(-50%, -50%) rotate(26.4deg);
    -ms-transform: translate(-50%, -50%) rotate(26.4deg);
    transform: translate(-50%, -50%) rotate(26.4deg)
  }

  .js-line-1-2 {
    -webkit-transform: translate(-50%, -50%) rotate(33deg);
    -ms-transform: translate(-50%, -50%) rotate(33deg);
    transform: translate(-50%, -50%) rotate(33deg)
  }

  .js-line-1-3 {
    -webkit-transform: translate(-50%, -50%) rotate(38.5deg);
    -ms-transform: translate(-50%, -50%) rotate(38.5deg);
    transform: translate(-50%, -50%) rotate(38.5deg)
  }

  .js-line-1-4 {
    -webkit-transform: translate(-50%, -50%) rotate(43.3deg);
    -ms-transform: translate(-50%, -50%) rotate(43.3deg);
    transform: translate(-50%, -50%) rotate(43.3deg)
  }

  .js-line-1-5 {
    -webkit-transform: translate(-50%, -50%) rotate(47.7deg);
    -ms-transform: translate(-50%, -50%) rotate(47.7deg);
    transform: translate(-50%, -50%) rotate(47.7deg)
  }

  .js-line-1-6 {
    -webkit-transform: translate(-50%, -50%) rotate(51.4deg);
    -ms-transform: translate(-50%, -50%) rotate(51.4deg);
    transform: translate(-50%, -50%) rotate(51.4deg)
  }

  .js-line-1-7 {
    -webkit-transform: translate(-50%, -50%) rotate(54.6deg);
    -ms-transform: translate(-50%, -50%) rotate(54.6deg);
    transform: translate(-50%, -50%) rotate(54.6deg)
  }

}

@media (max-width: 1220px) {
  .js-height {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .js-height .head__bottom-item:not(:last-child)::before {
    display: none !important;
  }

  .js-height .head__bottom-item_2 {
    display: none !important;
  }

  .js-height-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .js-height-2 .head__bottom-item:not(:last-child)::before {
    display: none !important;
  }

  .js-height-2 .head__bottom-item_2 {
    display: none !important;
  }
}

.wrapper-back-link {
  position: relative;
  z-index: 10;
}

.back-link {
  color: var(--white);
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (any-hover: hover) {
  .back-link:hover {
    color: var(--hover);
}
}
 
.back-link:active {
  color: var(--active);
 transition-duration: .1s;
}

.project:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .project:not(:last-child) {
    margin-bottom: 40px
  }
}