header, footer {
  position: relative;
  background: rgba(5, 12, 43, 0.8);
  padding: 20px 0;
}
.video-container {
    width: 100%;
    padding-top: 500px;
    height: 100%;
    position: absolute;
}

#video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

h2 {
 display: block;
    font-size: 2em;
    margin-top: 2.67em;
    margin-bottom: 0.17em;
    font-weight: bold;
    text-align:center;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(5, 12, 43, 0.6);
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-row .logo img {
  max-height: 65px;
}
.header-row a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.link-header {
  text-decoration: underline;
}

.header-row a:hover {
  color: #ce0085;
}
.header-row__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.header-row__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  text-align:right;
}

a {
  text-decoration: none;
  outline: none !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn {
  background: #ce0085;
  padding: 25px 60px;
  border-radius: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  font-size: 25px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #ce0085;
}
.btn:hover {
  background: rgba(206, 0, 133, 0.5);
}

img {
  max-width: 100%;
}

body {
  background-color: #050c2b;
  font-family: "RF Dewi", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

button, input, textarea {
  font-family: "RF Dewi", sans-serif;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.hero-wrapper {
  overflow: hidden;
  background-image: url("../img/hero.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
  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;
}
.hero-wrapper::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/hero-sub-bg.png");
  background-size: cover;
  background-position: center;
  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;
  color: #fff;
}
.hero-wrapper .container {
  position: relative;
  z-index: 2;
}
.hero-wrapper .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 5px 10px #00000071;
          box-shadow: 0 5px 10px #00000071;
  margin-top: 40px;
}

.title-main {
  font-size: 55px;
  line-height: 1.15;
  color: #fff;
}
.title-main strong {
  font-weight: 600;
  display: block;
}

.hero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero-row__image, .hero-row h1 {
  width: calc(50% - 15px);
}
.hero-row__image {
  position: absolute;
}
.hero-row__image::before {
  content: "";
  width: 90px;
  height: 5px;
  background: #ce0085;
  position: absolute;
  left: 0;
  bottom: 24px;
}
.hero-row__image::after {
  content: "";
  width: 100vw;
  height: 5px;
  background: #ce0085;
  position: absolute;
  left: 400px;
  bottom: 24px;
}
.hero-row .title-main {
  padding-bottom: 50px;
}

.title-big {
  font-size: 55px;
}
.title-big strong {
  font-weight: 600;
}

.product-wrapper__top {
  padding: 80px 0;
  color: #fff;
}
.product-wrapper__top .title-big {
  margin-bottom: 80px;
}
.product-wrapper__top .btn {
  font-size: 20px;
}

.btn-content {
  text-align: left;
}

.adv-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adv-row__item {
  width: 33.3333333333%;
  text-align: center;
}
.adv-row .adv-icon {
  height: 60px;
  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;
}
.adv-row .adv-icon img {
  max-width: 100px;
  max-height: 60px;
}
.adv-row .adv-content {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
}
.adv-row .adv-pattern {
  height: 50px;
  width: 3px;
  background: #8b7ca3;
  margin: 20px auto;
  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;
}
.adv-row .adv-pattern::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ce0085;
  position: absolute;
}

.product-desc {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 40px;
}
.product-desc p + p {
  margin-top: 18px;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px 30px;
}
.btn-icon img {
  max-width: 80px;
}

.product-slider {
  overflow: hidden;
}

.swiper-slide {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.list-circle {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}
.list-circle li {
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list-circle li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #ce0085;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -30px;
  top: 5px;
}
.list-circle li:last-child {
  margin-bottom: 0;
}
.list-circle__white li::before {
  background: #fff;
}

.title-small {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

.product-wrapper__bottom .title-small {
  padding-left: 20px;
  margin-bottom: 50px;
}

.product-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.product-btn.btn {
  margin-top: 30px;
  font-size: 20px;
  padding: 20px 90px;
}

.gallery-works {
  overflow: hidden;
  margin: 100px 0;
}
.gallery-works .swiper-slide {
  width: 16.6666666667%;
  margin: 0;
}
.gallery-works .swiper-slide img {
  max-height: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}

.title-middle {
  font-size: 40px;
}

.text-center {
  text-align: center;
}

.video-row {
  margin: 70px 0;
}
.video-row iframe {
  width: 100%;
  aspect-ratio: 16/9;
  -webkit-box-shadow: -10px 10px 10px #1d0f48;
          box-shadow: -10px 10px 10px #1d0f48;
}

.video-wrapper {
  padding-bottom: 100px;
}

.product-wrapper {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#30094c), color-stop(33.5%, #050c2b), color-stop(66%, #30094d), to(#050c2b));
  background: -o-linear-gradient(top, #30094c 0%, #050c2b 33.5%, #30094d 66%, #050c2b 100%);
  background: linear-gradient(180deg, #30094c 0%, #050c2b 33.5%, #30094d 66%, #050c2b 100%);
}

.product-wrapper__top {
  position: relative;
}
.product-wrapper__top::after {
  content: "";
  width: 110vw;
  background-image: url("../img/pattern.png");
  position: absolute;
  left: -8vw;
  bottom: -50%;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1647/747;
  z-index: 0;
  opacity: 0.5;
}
.product-wrapper__top .container {
  position: relative;
  z-index: 2;
}
.product-wrapper__top .title-big {
  position: relative;
  text-transform: uppercase;
}
.product-wrapper__top .title-big::before {
  content: "";
  width: 100vw;
  right: calc(100% + 30px);
  height: 5px;
  background: #ce0085;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-wrapper__top .title-big strong {
  position: relative;
}
.product-wrapper__top .title-big strong::before {
  content: "";
  width: 100vw;
  left: 5px;
  height: 5px;
  background: #ce0085;
  position: absolute;
  bottom: -20px;
  margin: auto;
}

.title-upper {
  text-transform: uppercase;
}

.contacts-wrapper {
  background: #fff;
  color: #000;
  padding: 100px 0 0;
  overflow: hidden;
  position: relative;
}
.contacts-wrapper .title-middle {
  font-size: 35px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.contacts-wrapper::after {
  content: "";
  width: 110vw;
  background-image: url("../img/pattern.png");
  position: absolute;
  left: -8vw;
  bottom: -30%;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1647/747;
  z-index: 1;
  opacity: 0.5;
}
.contacts-wrapper .container {
  position: relative;
  z-index: 3;
  padding-bottom: 300px;
}
.contacts-wrapper .container > * {
  position: relative;
  z-index: 4;
}
.contacts-wrapper .container::before {
  content: "";
  width: 700px;
  height: 600px;
  position: absolute;
  left: calc(100% - 310px);
  bottom: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.desc-block {
  font-size: 20px;
  line-height: 1.3;
}
.desc-block p + p {
  margin-top: 20px;
}

.title-border {
  position: relative;
  padding-bottom: 30px;
}
.title-border::after {
  content: "";
  width: 100vw;
  left: 0;
  height: 5px;
  background: #ce0085;
  position: absolute;
  bottom: 0;
}
.title-border__top {
  padding-bottom: 0;
  display: inline-block;
}
.title-border__top::after {
  bottom: auto;
  top: -20px;
  left: auto;
  right: 55px;
}

[data-bitrix-sub] {
  cursor: pointer;
}

.link-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.link-scroll::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/1.png");
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.about-us {
  padding: 130px 0 200px;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#330a50), to(#201b5d));
  background: -o-linear-gradient(top, #330a50 0%, #201b5d 100%);
  background: linear-gradient(180deg, #330a50 0%, #201b5d 100%);
}
.about-us::before {
  content: "";
  width: 110vw;
  background-image: url("../img/pattern.png");
  position: absolute;
  left: -8vw;
  bottom: -30%;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1647/747;
  z-index: 0;
  opacity: 0.3;
}
.about-us::after {
  content: "";
  z-index: 1;
  width: 100%;
  height: calc(100% - 100px);
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.about-us .title-big {
  margin-bottom: 50px;
}
.about-us .desc-block {
  margin-bottom: 50px;
}
.about-us .title-border__top::after {
  right: -100px;
  top: -50px;
}
.about-us hr {
  height: 5px;
  background: #ce0085;
  border: none;
  width: 100vw;
  left: 500px;
  position: relative;
  z-index: 3;
  margin: 20px 0 30px;
}
.about-us .container {
  position: relative;
  z-index: 4;
}

footer {
  position: absolute;
  bottom: 0;
  z-index: 3;
}

img {
  max-width: 100%;
}

.social__title {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 17px;
}
.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social ul li {
  max-width: 160px;
}

.table-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 50px;
}
.table-product__item {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  border-top: 1px solid #ce0085;
}
.table-product__item span {
  width: 50%;
  padding: 10px;
}
.table-product__item span:last-child {
  border-left: 1px solid #ce0085;
}

@media screen and (max-width: 1200px) {
  .title-main, .title-big {
    font-size: 45px;
  }

  .product-desc, .list-circle {
    font-size: 16px;
  }

  .title-middle {
    font-size: 30px;
  }

  .contacts-wrapper .title-middle {
    font-size: 25px;
  }

  .desc-block {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .hero-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .hero-row__image {
    width: 100%;
    text-align: center;
  }
  .hero-row__image::before, .hero-row__image::after {
    display: none;
  }
  .hero-row__image img {
    max-height: 200px;
  }
  .hero-row .title-main {
    width: 100%;
    text-align: center;
    font-size: 35px;
    padding-bottom: 0;
  }

  .header-row__links [data-bitrix-sub] {
    display: none;
  }

  .title-main, .title-big {
    font-size: 30px;
  }

  .col-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
                top: 0;
  }
 .col-16 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
                top: 0;
  }
  .product-desc {
    margin-top: 50px;
  }

  .product-wrapper__bottom .col-6 {
    margin-bottom: 30px;
  }
 .product-wrapper__bottom .col-16 {
    margin-bottom: 30px;
  }
  .gallery-works .swiper-slide {
    width: 33.3333333333%;
  }

  .table-product__item {
    width: 100%;
  }
  .table-product__item:last-child {
    border-bottom: 1px solid #ce0085;
  }

  .video-row {
    gap: 30px;
    margin: 30px 0;
  }

  .video-wrapper {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .hero-row .title-main {
    font-size: 25px;
  }

  .btn {
    padding: 20px;
    width: 100%;
    max-width: 300px;
    font-size: 16px;
  }

  .header-row {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: 10px;
  }
  .header-row .logo {
    width: 100%;
    text-align: center;
  }
  .header-row__links {
    gap: 10px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-row a {
    font-size: 13px;
    gap: 5px;
  }
  .header-row a::before {
    width: 15px;
    height: 15px;
  }

  .title-big {
    font-size: 25px;
  }

  .adv-row .adv-icon {
    height: 30px;
  }
  .adv-row .adv-icon img {
    max-width: 50px;
    max-height: 30px;
  }
  .adv-row .adv-content {
    font-size: 13px;
  }

  .product-wrapper__top .title-big {
    margin-bottom: 40px;
  }

  .product-desc, .list-circle {
    font-size: 14px;
  }

  .btn.btn-icon {
    margin: auto;
    width: 100%;
    max-width: none;
  }
  .btn.btn-icon .btn-content {
    width: 100%;
    text-align: center;
    width: 100%;
  }
  .btn.btn-icon img {
    display: none;
  }

  .product-wrapper__bottom .title-small {
    padding-left: 0;
    margin-bottom: 30px;
  }

  .list-circle {
    padding-left: 20px;
  }
  .list-circle li::before {
    width: 10px;
    height: 10px;
    left: -20px;
  }

  .gallery-works {
    margin: 30px 0;
  }
  .gallery-works .swiper-slide {
    width: 50%;
  }

  .table-product__item {
    font-size: 14px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }

  .col-8 {
    min-width: 100%;
  }

  .about-us .title-big {
    font-size: 35px;
  }

  .product-btn.btn {
    font-size: 16px;
    padding: 15px;
    max-width: none;
  }

  .contacts-wrapper {
    padding: 50px 0;
  }
  .contacts-wrapper::after {
    width: 1000px;
    left: -50vw;
    bottom: 0;
  }
  .contacts-wrapper .col-6 {
    margin-top: 30px;
  }
  .contacts-wrapper .col-16 {
    margin-top: 30px;
  }
  .product-wrapper__top::after {
    width: 1000px;
    left: -400px;
    top: 70%;
    bottom: auto;
  }

  .social {
    width: 100%;
    margin-top: 20px;
  }

  .about-us {
    padding-bottom: 250px;
  }
}