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

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

:focus, :active {
  outline: none;
}

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

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

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

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

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

button {
  cursor: pointer;
}

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

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;
}

.wrapper {
  width: 100%;
  height: 100%;
  font-family: Ubuntu, "sans-serif";
  font-weight: 400;
  color: white;
  font-size: 18px;
  line-height: 30px;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.container_nav {
  padding-top: 70px;
}

.nav {
  margin: 0px 70px 130px 70px;
  border: 5px;
  border-radius: 12px;
  -webkit-box-shadow: inset -39.73px 39.73px 39.73px 0px rgba(255, 255, 255, 0.03), inset 39.73px -39.73px 39.73px 0px rgba(194, 194, 194, 0.03);
          box-shadow: inset -39.73px 39.73px 39.73px 0px rgba(255, 255, 255, 0.03), inset 39.73px -39.73px 39.73px 0px rgba(194, 194, 194, 0.03);
  -webkit-backdrop-filter: blur(56.42px);
          backdrop-filter: blur(56.42px);
  background: rgba(0, 0, 0, 0.03);
}

.ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;
}

.ul_li_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 35px;
}

.header_li_a {
  color: white;
  font-weight: 500;
  cursor: pointer;
}

.header_li_a:hover {
  color: #76C0EA;
}

.header_logo {
  margin-left: 35px;
}

.li_phone {
  margin-right: 35px;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
  margin-bottom: 35px;
}

.header_p {
  text-align: center;
}

.header_advantages_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

.header_advantages_container_bottom {
  display: none;
}

.advantages_block {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(139.36deg, rgba(255, 255, 255, 0.5) 11.717%, rgba(255, 255, 255, 0) 110.488%), rgb(97, 64, 179);
  padding: 35px 35px;
  position: relative;
  top: 105px;
}

.h6 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.advantages_p {
  text-align: center;
}

.main {
  background-color: #101010;
  background-image: url("/img/noise.png");
}

.section_about {
  padding-top: 255px;
  margin-bottom: 130px;
}

.h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 70px;
  line-height: 125%;
}

.service_grid {
  gap: 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 35px 0px 35px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.service_h6 {
  font-weight: 700;
  font-size: 24px;
}

.service {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(139.36deg, rgba(255, 255, 255, 0.5) 11.717%, rgba(255, 255, 255, 0) 110.488%), rgb(97, 64, 179);
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.service:focus {
  -webkit-box-shadow: inset -25.5px 25.5px 25.5px 0px rgba(255, 255, 255, 0.09), inset 25.5px -25.5px 25.5px 0px rgba(24, 24, 24, 0.09);
          box-shadow: inset -25.5px 25.5px 25.5px 0px rgba(255, 255, 255, 0.09), inset 25.5px -25.5px 25.5px 0px rgba(24, 24, 24, 0.09);
  -webkit-backdrop-filter: blur(24.48px);
          backdrop-filter: blur(24.48px);
  background: rgba(0, 0, 0, 0.09);
}

.service:hover {
  -webkit-box-shadow: inset -25.5px 25.5px 25.5px 0px rgba(255, 255, 255, 0.09), inset 25.5px -25.5px 25.5px 0px rgba(24, 24, 24, 0.09);
          box-shadow: inset -25.5px 25.5px 25.5px 0px rgba(255, 255, 255, 0.09), inset 25.5px -25.5px 25.5px 0px rgba(24, 24, 24, 0.09);
  -webkit-backdrop-filter: blur(24.48px);
          backdrop-filter: blur(24.48px);
  background: rgba(0, 0, 0, 0.09);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.service-text {
  display: none;
}

.section_work {
  background-image: url("/img/big_img/bg_work.png");
  margin-top: 130px;
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 135px;
}

.work_container_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}

.work_number_title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}

.number_img {
  margin-bottom: 10px;
}

.service_price {
  padding: 15px 30px;
  border-radius: 5px;
  border: solid 1px #76C0EA;
  display: inline-block;
}

.service_buy {
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
  background: #086599;
  cursor: pointer;
}

.service_buy:hover {
  background-color: #06486E;
}

.service_btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 70px;
}

.service_p {
  margin-bottom: 35px;
}

.service_content_img {
  height: 350px;
  width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}

.service_content_description_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.service_p_last {
  text-align: center;
}

.section_faq {
  margin-bottom: 130px;
}

.faq_h3 {
  display: block;
}

.accordion {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}

.accordion .accordion-item {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 18px 28px 18px 28px;
  color: white;
  background-color: #1E1E1E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 107%;
  border-radius: 5px;
  border: solid white 2px;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  padding: 18px 28px 18px 28px;
  border: solid #A08DD1 2px;
  color: white;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #A08DD1;
  border: solid #A08DD1 2px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon {
  border: none;
}

.accordion button[aria-expanded=true] {
  color: white;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  padding: 25px 30px 35px 30px;
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 138.5%;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: inset 0px -10px 14px 0px rgba(255, 255, 255, 0.09), inset 25.5px -25.5px 25.5px 0px rgba(24, 24, 24, 0.09);
          box-shadow: inset 0px -10px 14px 0px rgba(255, 255, 255, 0.09), inset 25.5px -25.5px 25.5px 0px rgba(24, 24, 24, 0.09);
  -webkit-backdrop-filter: blur(24.48px);
          backdrop-filter: blur(24.48px);
  background: rgba(0, 0, 0, 0.09);
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 30px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion-title {
  font-size: 24px;
}

.section_reviews {
  margin-bottom: 130px;
}

.reviews_container_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}

.review {
  border-radius: 12px;
  -webkit-box-shadow: inset -25.5px 25.5px 25.5px 0px rgba(255, 255, 255, 0.09), inset 25.5px -25.5px 25.5px 0px rgba(24, 24, 24, 0.09);
          box-shadow: inset -25.5px 25.5px 25.5px 0px rgba(255, 255, 255, 0.09), inset 25.5px -25.5px 25.5px 0px rgba(24, 24, 24, 0.09);
  -webkit-backdrop-filter: blur(24.48px);
          backdrop-filter: blur(24.48px);
  background: rgba(0, 0, 0, 0.09);
  padding: 35px 15px;
}

.review_title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.review_img {
  background-image: url("/img/svg/reviews_img.svg");
  position: absolute;
  width: 100%;
  height: 1508.59px;
  z-index: 0;
  background-repeat: no-repeat;
  margin-top: 100px;
}

.section_contacts {
  margin-bottom: 130px;
}

.container_nav {
  margin: 0;
  padding: 70px 0 0 0;
}

.container_nav_footer {
  padding: 0;
  margin: 0;
}

.contacts_img_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p_information {
  font-size: 16px;
  line-height: 120%;
}

.footer {
  padding-bottom: 70px;
}

.footer_nav {
  padding: 0;
  margin: 0;
}

.service_a {
  color: white;
}

.reviews_adaptive_hide_container {
  display: none;
}

@media (max-width: 1150px) {
  .container {
    padding: 0 50px;
  }
  .header_advantages_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 130px;
  }
  .header_advantages_container_top {
    display: none;
  }
  .header_advantages_container_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
  .header_p {
    padding-bottom: 130px;
  }
  .section_about {
    padding-top: 0px;
    margin-bottom: 130px;
  }
  .work_container_grid {
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .reviews_container_grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .contacts_img {
    width: 200px;
  }
  .footer {
    padding-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  .service_content_description_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service_content_img {
    margin-bottom: 70px;
  }
}
@media (max-width: 900px) {
  .work_container_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .header_li_a {
    font-size: 16px;
  }
  .service_price {
    font-size: 20px;
  }
  .accordion-title {
    font-size: 20px;
  }
  .review_title {
    font-size: 20px;
  }
  .review_description {
    font-size: 16px;
    line-height: 135%;
  }
  .contacts_img_description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: wrap-reverse;
            flex-flow: wrap-reverse;
  }
  .contacts_block_img {
    display: none;
  }
}
@media (max-width: 768px) {
  .wrapper {
    line-height: 25px;
  }
  .ul_li_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .nav {
    margin: 0;
  }
  .ul {
    width: 100%;
    line-height: 25px;
    padding: 10px;
    margin-bottom: 80px;
  }
  .h1 {
    font-size: 35px;
    line-height: 110%;
  }
  .container_nav {
    padding-top: 40px;
  }
  .header_p {
    padding-bottom: 80px;
    line-height: 25px;
  }
  .header_advantages_container {
    gap: 25px;
  }
  .header_logo {
    margin-left: 15px;
  }
  .li_phone {
    margin-right: 15px;
  }
  .header_advantages_container_bottom {
    margin-bottom: 80px;
  }
  .h6 {
    font-size: 20px;
  }
  .advantages_block {
    padding: 15px 15px;
  }
  .h6 {
    margin-bottom: 5px;
  }
  .advantages_p {
    line-height: 25px;
  }
  .h3 {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .section_about {
    margin-bottom: 80px;
  }
  .service_h6 {
    font-size: 20px;
    line-height: 25px;
  }
  .service_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px 0px 0px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .service_h6 {
    margin-bottom: 0;
  }
  .service_btn_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
  }
  .service_content_img {
    height: 350px;
    width: 100%;
    margin-bottom: 40px;
  }
  .service_p {
    margin-bottom: 25px;
  }
  .section_work {
    margin-bottom: 80px;
    margin-top: 80px;
    padding: 80px 0;
  }
  .work_number_title {
    font-size: 20px;
  }
  .accordion-title {
    font-size: 16px;
  }
  .accordion .accordion-content p {
    font-size: 16px;
  }
  .section_faq {
    margin-bottom: 80px;
  }
  .reviews_container_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section_reviews {
    margin-bottom: 80px;
  }
  .contacts_img_description {
    line-height: 25px;
  }
  .section_contacts {
    margin-bottom: 80px;
  }
  .container_nav_footer {
    padding: 0;
  }
  .footer_nav {
    padding: 0;
    margin: 0;
  }
  .ul_footer {
    margin: 0;
  }
  .footer {
    padding-bottom: 40px;
  }
  .review_img {
    background-image: url("/img/svg/reviews_img_adaptive.svg");
  }
  .reviews_adaptive_hide_container {
    z-index: 99999;
    display: block;
    margin: 15px 0 40px 0;
  }
  .reviews_adaptive_container {
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 10px 0;
    -webkit-box-shadow: inset 0px -10px 14px 0px rgba(255, 255, 255, 0.09), inset 25.5px -25.5px 25.5px 0px rgba(24, 24, 24, 0.09);
            box-shadow: inset 0px -10px 14px 0px rgba(255, 255, 255, 0.09), inset 25.5px -25.5px 25.5px 0px rgba(24, 24, 24, 0.09);
    -webkit-backdrop-filter: blur(24.48px);
    backdrop-filter: blur(24.48px);
    background: rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    margin-top: -20px;
  }
  .reviews_adaptive_container:hover {
    background-color: #6244AB;
  }
  .review_hide1 {
    display: none;
  }
  .review_hide2 {
    display: none;
  }
  .review_hide3 {
    display: none;
  }
  .advantages_block {
    top: 80px;
  }
}
@media (max-width: 480px) {
  .wrapper {
    font-size: 16px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container_nav {
    padding-top: 30px;
  }
  .ul {
    margin-bottom: 50px;
  }
  .h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .header_p {
    font-size: 18px;
    padding-bottom: 50px;
  }
  .header_advantages_container_bottom {
    margin-bottom: 50px;
  }
  .advantages_block {
    top: 50px;
  }
  .h6 {
    font-size: 18px;
  }
  .advantages_p {
    font-size: 16px;
  }
  .header_advantages_container {
    padding-bottom: 50px;
  }
  .section_about {
    margin-bottom: 50px;
  }
  .service_h6 {
    font-size: 18px;
  }
  .service_content_img {
    height: 250px;
  }
  .service_btn_flex {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 16px;
  }
  .service_price {
    font-size: 16px;
    padding: 10px 0;
  }
  .service_buy {
    padding: 10px 0;
  }
  .service_p {
    margin-bottom: 20px;
  }
  .service_content_block_img {
    margin: 0;
    padding: 0;
  }
  .service_content_img {
    margin-bottom: 30px;
  }
  .section_work {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .section_work {
    padding-top: 50px;
  }
  .work_container_grid {
    gap: 30px;
  }
  .work_number_title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .accordion .accordion-content p {
    padding: 15px 15px 30px 15px;
  }
  .accordion button .icon {
    display: none;
  }
  .section_faq {
    margin-bottom: 50px;
  }
  .review {
    padding: 30px 15px;
  }
  .review_title {
    font-size: 18px;
  }
  .section_reviews {
    margin-bottom: 50px;
  }
  .reviews_container_grid {
    gap: 15px;
  }
  .p_information {
    font-size: 15px;
    line-height: 20px;
  }
  .container_nav_footer {
    padding: 0;
    margin: 0;
  }
  .ul_footer {
    margin: 0;
    padding: 0;
  }
  .li_phone {
    display: none;
  }
  .ul_li_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .ul {
    padding: 10px;
  }
  .ul_footer {
    padding: 10px;
  }
  .header_logo {
    height: 35px;
  }
}