body {
  background: #0D1114;
}


.burger {
  width: 21px;
  height: 11px;
  position: relative;
  cursor: pointer;
}

.burger-line {
  width: 100%;
  height: 3px;
  background-color: #777e90;
  position: absolute;
  left: 0;
  transition: transform 0.3s, top 0.3s;
}

.burger-line:first-child {
  top: 0;
}

.burger-line:last-child {
  top: 10px;
}

.burger.active .burger-line:first-child {
  transform: rotate(45deg);
  top: 10px;
}

.burger.active .burger-line:last-child {
  transform: rotate(-45deg);
  top: 10px;
}

@media (min-width: 1440px) {
  .logo {
    margin-right: 40px;
    position: relative;
  }
}

.separator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 20px);
}

@media (min-width: 1024px) {
  .separator {
    left: calc(100% - 60px);
  }
}

@media (max-width: 520px) {
  .slider-item {
    padding-left: 40px;
  }
}



footer {
  border-top: 1px solid #353945;
}

.btn-primary {
  background: linear-gradient(43.1deg, #62890D 0%, #94CF14 100%);
}
.btn-primary:hover {
  background: linear-gradient(43.1deg, #45600b 0%, #94CF14 100%);
}

.swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border: 2px solid #BCBCBC
}
.swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #94CF14
}

.main {
  position: relative;
  overflow: hidden;
}
.main::after {
  content: "";
  width: 700px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  pointer-events: none;
  z-index: -1;
  background: url(../img/el.png);
  background-repeat: no-repeat;
  background-size: contain;
}

h2::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #94CF14 0%, rgba(188, 188, 188, 0) 100%);
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
h2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #BCBCBC 0%, rgba(188, 188, 188, 0) 100%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

h2 span {
  text-shadow: 0px 2px 6px 0px #FFFFFF80;
  color: #94CF14;
}

.btn-grey {
  border: 1px solid #30383F;
  background: linear-gradient(40.11deg, #22282D 0%, #30383F 100%);
  box-shadow: 0px 3px 10px 0px #00000080;
  color: #BCBCBC;
  text-transform: unset !important;

}
.btn-primary {
  box-shadow: 0px 3px 10px 0px #94CF1480;
}
.ttb .el {
  position: absolute;
  width: 25px;
  height: 25px;
}
.ttb .el1 {
  top: 0;
  right: 0;
  border-top: 2px solid;
  border-right: 2px solid;
  border-top-right-radius: 6px;
  border-color: #94CF14;
}
.ttb .el2 {
  top: 0;
  left: 0;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 6px;
  border-color: #94CF14;
}
.ttb .el3 {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-bottom-right-radius: 6px;
  border-color: #94CF14;
}
.ttb .el4 {
  bottom: 0;
  left: 0;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-bottom-left-radius: 6px;
  border-color: #94CF14;
}
.workItem {
  position: relative;
  border: 2px solid #22282D;
  border-radius: 6px;
}
.workItem .el {
  position: absolute;
  width: 25px;
  height: 25px;
}
.workItem .el1 {
  top: -2px;
  right: -2px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-top-right-radius: 6px;
  border-color: #94CF14;
}
.workItem .el2 {
  top: -2px;
  left: -2px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 6px;
  border-color: #94CF14;
}
.workItem .el3 {
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-bottom-right-radius: 6px;
  border-color: #94CF14;
}
.workItem .el4 {
  bottom: -2px;
  left: -2px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-bottom-left-radius: 6px;
  border-color: #94CF14;
}
.block-item {
  background: #141A1E;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: #BCBCBC;
}
.block-item:not(:last-child) {
  border-bottom: 1px solid #3C4145;
}

@media (min-width: 1024px) {
  .block-item:not(:last-child) {
    border-bottom: none;
  }
  .block {
    position: relative;
  }
  /*.block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/border.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }*/
}
h2 {
  text-shadow: 0px 3.48px 10.45px 0px #FFFFFF80;

}
footer {
  background: url(../img/footer.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
footer .logo::before {
  content: "";
  position: absolute;
  top: -20px;
  width: 35px;
  height: 2px;
  background: #94CF14;
  left: 0;
}

.grid-item {
  transform: skew(-20deg);
  font-size: 18px;
  cursor: pointer;
}
.grid-item span {
  transform: skew(20deg);
}
.grid-item.active {
  box-shadow: 0px 4px 10px 0px #94CF1480;
  background: #94CF14;
}
.grid-item.active:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.grid-item.active:last-child() {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header .btn-primary {
  transform: skew(-10deg);
}
.header .btn-primary span {
  display: block;
  transform: skew(10deg);

}


.btn-white-outline {
  box-shadow: 0px 3px 10px 0px #00000080;

}

.buy-cont .el {
  position: absolute;
  width: 25px;
  height: 25px;
}
.buy-cont .el1 {
  top: -2px;
  right: -2px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #94CF14;
}
.buy-cont .el2 {
  top: -2px;
  left: -2px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: #94CF14;
}
.buy-cont .el3 {
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #94CF14;
}
.buy-cont .el4 {
  bottom: -2px;
  left: -2px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #94CF14;
}