.header_location_text,
.header_number_text a {
  line-height: 17px;
  text-align: center;
  color: #383838;
  font-size: 14px;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Inter"),
    url("/netcat_template/template/3/fonts/Inter-Regular.woff2") format("woff2"),
    url("/netcat_template/template/3/fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("Inter"),
    url("/netcat_template/template/3/fonts/Inter-Medium.woff2") format("woff2"),
    url("/netcat_template/template/3/fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Inter"),
    url("/netcat_template/template/3/fonts/Inter-Bold.woff2") format("woff2"),
    url("/netcat_template/template/3/fonts/Inter-Bold.woff") format("woff");
}
* {
  outline-width: 0 !important;
  font-family: Inter, sans-serif;
}
::-webkit-scrollbar-button {
  width: 10px;
  height: 0;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0;
  background-color: #695cd4;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #695cd48c;
}
::-webkit-resizer {
  width: 8px;
  height: 0;
}
::-webkit-scrollbar {
  width: 8px;
}
body {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
  overflow-x: hidden;
}
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  z-index: 100;
}
.location_icon,
.networks_link,
.number_icon {
  margin-right: 10px;
}
@media (max-width: 450px) {
  .container {
    max-width: 425px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
a {
  transition: 0.4s;
}
.header_mobile,
.licences_wrapper-mobile-link,
.mobile_photogallery_wrapper,
.questions_item-text-bottom {
  display: none;
}
.header-top {
  display: grid;
  grid-template-columns: 35% 30% 30%;
  align-items: center;
  padding: 20px 0;
  grid-gap: 25px;
}
.logo img {
  height: 50px;
}
.location,
.networks,
.number,
.stages_item {
  display: flex;
  align-items: center;
}
.header-top-center,
.header-top-right,
.order_wrapper_items,
.popular_services_items,
.popular_services_titles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.header_location_text {
  font-weight: 400;
}
.header_number_text a,
.menu-list_item,
.menu-list_item a {
  font-weight: 500;
  text-decoration: none;
}
.header_networks {
  margin-left: 20px;
}
.networks_link {
  width: 20px;
  height: 20px;
  border: 1px solid #695cd4;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.networks_link img {
  background: #fff;
}
.header_number_text a:hover {
  color: #695cd4;
}
.header-bottom_background {
  background: #695cd4;
}
.header_desktop.fixed .header-bottom_background,
.header_mobile.fixed .header-bottom_mobile_background {
  position: fixed;
  top: 0;
  z-index: 2000;
  left: 0;
  right: 0;
}
.header_desktop.fixed {
  padding-bottom: 47px;
}
.header_desktop.fixed .submenu-list {
  top: 47px;
}
.header_mobile.fixed {
  padding-bottom: 67px;
}
.menu-list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.menu-list_item {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #30354b;
  transition: 0.4s;
}
.menu-list .menu-list_item a:first-child {
  padding-left: 0;
}
.menu-list .menu-list_item a:last-child {
  padding-right: 0;
}
.menu-list_item a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 0;
}
.bright_button:hover a,
.menu-list_item:hover,
.menu-list_item:hover a {
  color: #fff;
  transition: 0.4s;
}
.menu-list_item img {
  margin-left: 10px;
  margin-bottom: 0;
  transition: al 0.3s;
}
.submenu-list {
  position: absolute;
  left: 20%;
  top: 137px;
  max-width: 1140px;
  width: 100%;
  padding: 25px 10px;
  display: none;
  color: #000;
  z-index: 2000;
  font-size: 15px;
  background: #fff;
  list-style: none;
  height: 400px;
  box-shadow: 0 11px 40px rgba(105, 92, 212, 0.23);
}
.menu-list li:hover img {
  transform: rotate(-180deg);
  transition: 0.3s;
}
.menu-list li:hover > .submenu-list,
.mfp-content .order_modal {
  display: block;
}
.submenu-list_wrapper {
  max-width: 98%;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px;
  padding: 0;
}
.submenu_item_title {
  font-size: 14px;
  color: #1544ef;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  cursor: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
.banner_subtitle,
.banner_title h1 {
  color: #1e1e1e;
  text-align: center;
  font-style: normal;
}
.submenu_item_title a:hover {
  color: #1544ef91;
}
.dark_button:hover,
.dark_button:hover a {
  color: #695cd4;
  transition: 0.4s;
}
.submenu_item_block {
  display: block;
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
.dark_button,
.dark_button a {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
}
.submenu_item_block li {
  margin: 10px 0;
}
.submenu_item_block li a {
  font-size: 14px;
  padding: 15px 0;
  color: #000 !important;
  font-weight: 400;
  text-transform: none;
}
.submenu_item_block li a:hover {
  color: #695cd4 !important;
}
.banner_background {
  background: #ecebf4;
  position: relative;
  padding: 45px 0 180px;
  overflow: hidden;
}
.banner_background-image {
  position: absolute;
  bottom: 0;
}
.banner_background-left_image {
  left: -1%;
}
.inner-banner_background-left_image {
  left: 0;
}
.banner_background-right_image,
.inner-banner_background-right_image {
  right: -5%;
}
.banner_text {
  text-align: center;
  margin: 0 auto;
}
.banner_title h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
}
.inner-banner_title h1 {
  max-width: 800px;
  margin: 20px auto;
  font-size: 46px;
  line-height: 50px;
}
.banner_subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}
.banner_order {
  max-width: 730px;
  width: 100%;
  margin: 40px auto 0;
}
.banner_order form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  z-index: 1000;
}
input {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  color: #5e5e5e;
  padding: 15px 20px;
  width: 100%;
}
.banner_button .dark_button,
.banner_order input,
.licences_left_block-link {
  max-width: 230px;
}
.dark_button {
  background: #695cd4;
  border: none;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  border: 1px solid #695cd400;
}
.dark_button:hover {
  background: #fff;
  border: 1px solid #695cd4;
  cursor: pointer;
}
.dark_button a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  justify-content: center;
}
.bright_button,
.bright_button a {
  color: #695cd4;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
}
.bright_button {
  background: #fff;
  border: 1px solid #695cd4;
  font-size: 14px;
  justify-content: center;
}
.bright_button a {
  text-align: center;
  text-decoration: none;
  justify-content: center;
}
.bright_button:hover {
  color: #fff;
  background: #695cd4;
  border: 1px solid #695cd400;
  transition: 0.4s;
  cursor: pointer;
}
.advantages_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: -40px;
}
.advantages_item,
.warranty_item {
  position: relative;
  border: 1px solid #695cd4;
  text-align: center;
  padding: 60px 20px 30px;
  background-color: #fff;
}
.advantages_item-icon_background {
  position: absolute;
  left: 30%;
  top: -40%;
  padding: 10px;
  border: 1px solid #695cd4;
  border-radius: 50%;
}
.advantages_item-icon,
.warranty_item_icon {
  background-color: #695cd4;
  border-radius: 50px;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantages_item-text,
.warranty_item_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1e1e1e;
}
.middle_block_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 75px;
  text-align: center;
  color: #1e1e1e;
}
.popular_services_wrapper,
.price_table_wrapper {
  padding: 70px 0 90px;
}
.popular_services_items,
.price_table_items {
  grid-gap: 25px;
  margin-top: 35px;
}
.popular_services_titles,
.price_table_titles,
.reviews_item-quotes {
  margin-top: 35px;
}
.popular_services_item-line,
.popular_services_item-title,
.price_table_item-line,
.price_table_item-title {
  padding: 20px;
}
.popular_services_item-title,
.price_table_item-title {
  background: #695cd4;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.popular_services_item-line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #f8f8ff;
}
.popular_services_item-line_unit_service,
.stages_item_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1e;
}
.popular_services_item-line_unit_cost {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #695cd4;
  margin-top: 10px;
}
.stages_background {
  background: #f8f8ff;
  padding: 80px 0 0;
}
.questions_wrapper,
.stages_wrapper {
  display: grid;
  grid-template-columns: 40% 60%;
}
.small_block_title,
h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  color: #1e1e1e;
}
.stages_items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
}
.stages_item_icon-background {
  padding: 10px;
  border: 1px solid #695cd4;
  border-radius: 50%;
  margin-right: 15px;
}
.stages_item_icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #695cd4;
}
.licences_background {
  padding: 100px 0 15px;
}
.licences_blocks {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
}
.licences_left_block-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  color: #1e1e1e;
  margin-bottom: 25px;
}
.licences_right_block-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.text_block_background {
  padding: 50px 0 100px;
}
.text_block-wrapper a,
.text_block-wrapper ol li,
.text_block-wrapper p,
.text_block-wrapper ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1e1e1e;
  margin-bottom: 15px;
}
.text_block-wrapper ol,
.text_block-wrapper ul {
  list-style: none;
  display: flow-root;
}
.text_block-wrapper ol {
  counter-reset: list;
}
.map_wrapper,
.personal_page-biography,
.text_block-wrapper ol li,
.text_block-wrapper ul li {
  position: relative;
}
.articles_preview-items .articles_preview-item:last-child,
.questions_items .questions_item:last-child,
.text_block-wrapper ol li:last-child,
.text_block-wrapper ul li:last-child {
  margin-bottom: 0;
}
.text_block-wrapper ol li:before,
.text_block-wrapper ul li:before {
  content: "";
  background: #695cd4;
  border-radius: 50%;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
}
.text_block-wrapper ul li {
  margin-left: -15px;
}
.text_block-wrapper ol li {
  margin-left: -10px;
}
.text_block-wrapper ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 9px;
  left: -20px;
}
.text_block-wrapper ol li:before {
  counter-increment: list;
  content: counter(list);
  width: 20px;
  height: 20px;
  top: 3px;
  left: -30px;
  color: #fff;
  text-align: center;
}
.order_modal,
.order_wrapper_background {
  background: #ebe9fb;
  padding-top: 55px;
}
.order_wrapper_items-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1e1e1e;
  margin: 25px 0 30px;
}
.order_wrapper_items-form input {
  padding: 10px 15px;
  max-width: 360px;
  margin-bottom: 15px;
}
.order_wrapper_items-form_button {
  max-width: 360px;
}
.order_wrapper_items-form_caption {
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: #1e1e1e;
  margin-top: 25px;
  max-width: 360px;
  width: 100%;
}
.order_wrapper_items-image img {
  margin-top: -125px;
}
.photogallery_background {
  padding: 80px 0 70px;
}
.photogallery_item-first {
  grid-area: first;
}
.photogallery_item-second {
  grid-area: second;
}
.photogallery_item-third {
  grid-area: third;
}
.photogallery_item-fourth {
  grid-area: fourth;
}
.photogallery_item-fifth {
  grid-area: fifth;
}
.photogallery_item-sixth {
  grid-area: sixth;
}
.photogallery_item-seventh {
  grid-area: seventh;
}
.photogallery_items {
  margin-top: 50px;
  display: grid;
  grid-gap: 20px;
  grid-template-areas: "first second third" "first fourth fifth" "sixth seventh fifth";
}
.photogallery_item a {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  height: auto;
  text-align: center;
  background: #695cd4c9;
}
.photogallery_item a img {
  opacity: 1;
  transition: opacity 0.5s;
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
}
.photogallery_item a:hover img {
  opacity: 0.5;
}
.photogallery_item a .photogallery_zoon-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photogallery_item a .photogallery_zoon-icon::after,
.photogallery_item a .photogallery_zoon-icon::before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: "";
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  pointer-events: none;
}
.photogallery_item a .photogallery_zoon-icon::before {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: scale(0, 1);
}
.photogallery_item a .photogallery_zoon-icon::after {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: scale(1, 0);
}
.photogallery_item a:hover .photogallery_zoon-icon,
.photogallery_item a:hover .photogallery_zoon-icon img,
.photogallery_item a:hover .photogallery_zoon-icon::after,
.photogallery_item a:hover .photogallery_zoon-icon::before {
  transform: scale(1);
  opacity: 1;
}
.photogallery_item .photogallery_zoon-icon i,
.photogallery_item .photogallery_zoon-icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  transition: transform 0.5s;
  transform: scale(0);
  font-size: 48px;
  color: #fff;
}
.warranty_background {
  padding-bottom: 90px;
}
.licences_page-item,
.second-text_block-title,
.warranty_title {
  text-align: center;
}
.warranty_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 115px;
}
.warranty_item_icon-background {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 35%;
  top: -40%;
  z-index: 10;
}
.warranty_item_icon-background:before {
  content: "";
  position: absolute;
  left: -20%;
  top: -25%;
  width: 100px;
  height: 105px;
  padding: 10px;
  background: #fff;
  border: 1px solid #695cd4;
  border-radius: 50%;
  z-index: -10;
}
.second-text_block_background {
  background: #ebe9fb;
  padding: 50px 0 70px;
}
.text_block-wrapper img {
  float: left;
  padding: 0 20px 10px 0;
}
.text_block_unit {
  margin-top: 20px;
  background: #e5e3f2;
  padding: 5px 25px;
  border-radius: 5px;
  display: flow-root;
}
.text_block_unit img {
  float: left;
  padding: 20px 20px 10px 0;
}
.main_first-text_block_unit {
  margin-top: 25px;
}
.personal_background {
  padding: 80px 0;
}
.personal_subtitle,
.personal_title {
  text-align: left;
}
.personal_subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1e1e1e;
}
.personal_items {
  margin-top: 50px;
  height: fit-content;
}
.personal_item-text {
  padding: 30px;
  text-align: center;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 3px solid #695cd4;
  border-left: 1px solid #d1d1d1;
  max-width: 305px;
  width: 100%;
}
.personal_item-text_name {
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  color: #1e1e1e;
}
.personal_item-text_position {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #1e1e1e;
  margin: 15px 0 25px;
}
.personal_button,
.personal_item-text_button {
  max-width: 190px;
  margin: 0 auto;
}
.personal_button {
  margin-top: 40px;
}
.advantages_block-background {
  background: #ebe9fb;
  padding: 40px 0 70px;
}
.advantages_block-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
}
.advantages_block-item {
  margin: 50px auto;
  padding-left: 100px;
  position: relative;
}
.advantages_block-item_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #1e1e1e;
}
.advantages_block-item_icons_background {
  position: absolute;
  left: 0;
  top: -25px;
  padding: 5px;
  border: 1px solid #695cd4;
  border-radius: 50%;
}
.advantages_block-item_icons {
  background-color: #695cd4;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews_background {
  padding: 75px 0 80px;
}
.reviews_items {
  margin-top: 60px;
  height: fit-content;
}
.reviews_item {
  padding: 50px 40px;
  text-align: center;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 3px solid #695cd4;
  border-left: 1px solid #d1d1d1;
  margin-right: 20px;
}
.reviews_item-photo {
  margin-bottom: 50px;
}
.reviews_item-photo img {
  margin: 0 auto;
  border: 2px solid #695cd4;
  border-radius: 50%;
  max-width: 150px;
}
.reviews_item-text_name {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #1e1e1e;
  margin-top: 30px;
}
.reviews_item-text_date {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #695cd4;
  margin: 10px 0 20px;
}
.reviews_item-text_message {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #1e1e1e;
}
.reviews_item-quotes img {
  margin: 0 auto;
}
.reviews_button {
  max-width: 230px;
  margin: 45px auto 0;
}
.autor_block {
  max-width: 367px;
  width: 100%;
  float: left;
  padding: 0 20px 10px 0;
}
.inner-licences_background,
.inner-reviews_background {
  padding: 0 0 150px;
}
.inner-second_text_block_background {
  padding: 30px 0 60px;
}
.inner-third_text_block_background {
  background: #ebe9fb;
  padding: 25px 0 50px;
}
.inner-fourth_text_block_background {
  padding: 0 0 100px;
}
.questions_background {
  background: #ebe9fb;
  padding-top: 70px;
}
.questions_text-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 75px;
  color: #1e1e1e;
}
.questions_item {
  position: relative;
  margin: 0 0 15px 50px;
  background-color: #fff;
  padding: 30px 50px;
}
.questions_item-icon_background {
  position: absolute;
  left: -45px;
  top: 5px;
  padding: 10px;
  border: 1px solid #695cd4;
  border-radius: 50%;
  background: #ebe9fb;
}
.questions_item-icon {
  background-color: #695cd4;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.questions_items {
  margin-top: 20px;
}
.questions_item-text_top .active {
  padding: 10px 0 20px;
  visibility: visible;
  height: auto;
  overflow: none;
  opacity: 1;
}
.popupalar_services_item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #1e1e1e;
}
.price_table_item-line {
  background: #f8f8ff;
  border-bottom: 1px solid #d4cef2;
}
.price_table_item-line_unit {
  display: grid;
  grid-template-columns: 60% 20% 20%;
  align-items: center;
}
.price_table_item-line_unit_service {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #1e1e1e;
}
.price_table_item-line_unit_cost {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #695cd4;
  margin-top: 10px;
}
.map_wrapper-image img {
  max-width: 1920px;
  width: 100%;
  height: 700px;
}
#map_wrapper-image {
  height: 655px;
  overflow: hidden;
}
.map_information {
  padding: 30px;
  background: #fff;
  width: max-content;
  position: absolute;
  top: 185px;
  z-index: 10;
}
.map_information-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #30354b;
  margin-bottom: 5px;
}
.map_information-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.map_information-item_icon {
  margin-right: 15px;
  background: #f0effc;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_information-item_text {
  color: #383838;
}
.map_information-item_text a {
  color: #383838;
  text-decoration: none;
}
.map_information-item_text a:hover {
  color: #695cd4;
  text-decoration: none;
}
.map_information-button {
  margin-top: 25px;
  max-width: 240px;
}
.footer_top {
  padding: 25px 0 35px;
}
.footer_top-items {
  display: grid;
  grid-template-columns: 15% 40% 45%;
}
.footer_top-items_info-logo,
.footer_top-items_order-title {
  margin-bottom: 20px;
}
.footer_top-items_info-number {
  margin-bottom: 15px;
}
.footer_top-items_links-list ul {
  list-style: none;
  padding: 0;
  column-count: 2;
}
.footer_top-items_links-list ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #1e1e1e;
  text-decoration: none;
}
.footer_top-items_links-title,
.footer_top-items_order-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #30354b;
}
.footer_top-items_order-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.footer_button .dark_button {
  height: 49px;
}
.footer_bottom_side {
  background: #ebe8ff;
  padding: 20px 0;
}
.footer_bottom-caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1e1e1e;
}
.footer_bottom-networks,
.footer_bottom_side-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_bottom-networks_item {
  margin-left: 10px;
}
.order_modal {
  //display: none;
  position: relative;
}
.slick-next,
.slick-prev {
  top: -85px !important;
  width: auto !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.slick-prev {
  right: 105px !important;
  left: auto !important;
}
.slick-next {
  right: 10px !important;
}
.slick-next:before,
.slick-prev:before {
  font-size: 50px !important;
  color: #695cd4 !important;
  width: 70px !important;
  height: 65px !important;
  border: 1px solid #ecebf4 !important;
  background: #fff !important;
  transition: 0.4s !important;
}
.slick-next:hover:before,
.slick-prev:hover:before {
  color: #fff !important;
  border: 1px solid #695cd4 !important;
  background: #695cd4 !important;
  transition: 0.4s !important;
}
.info_page-bakcground {
  padding: 5px 0 50px;
  position: unset;
}
.info_page-wrapper {
  padding: 0 0 50px;
}
.contacts_page-map_information {
  padding: 30px;
  background: #fff;
  width: max-content;
  position: absolute;
  top: 105px;
  left: 50px;
  z-index: 10;
}
.price_page-table .price_table_item {
  margin: 0 0 25px;
}
.reviews_page-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}
.licences_page-items,
.personal_page-tems,
.photogallery-page_items {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.reviews_page-item {
  margin-right: 0;
}
.personal_page-tems,
.photogallery-page_items {
  grid-gap: 25px;
}
.personal_page-links {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.personal_page-link.bright_button,
.personal_page-link.dark_button {
  max-width: 250px;
  margin: 0 auto;
}
.articles_preview-item {
  border-top: 1px solid #d1d1d1;
  border-right: 3px solid #695cd4;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  display: flex;
  margin-bottom: 25px;
}
.articles_previews-item_text {
  padding: 0 25px 25px;
  position: relative;
}
.articles_previews-item_text-title {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}
.articles_previews-item-link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  max-width: 250px;
}
.policy_banner-title h1 {
  font-size: 46px;
}
.title-sitemap {
  max-width: 100%;
}
.sitemap-list-item_sub,
.sitemap-subitem_block,
.sitemap_list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sitemap-list-item {
  margin-bottom: 25px;
}
.sitemap-list-item a {
  text-decoration: none;
  color: #1544ef;
  font-size: 18px;
}
.sitemap-subitem_title {
  margin: 25px 0;
  color: #1544ef;
  font-size: 18px;
}
.sitemap-subitem_block li {
  margin: 15px 0;
}
.sitemap-subitem_block li a {
  color: #383838;
  font-size: 16px;
}
.menu_burger-block {
  display: block;
  text-align: right;
  border: 2px solid #695cd4;
  border-radius: 5px;
  padding: 10px;
}
.menu_burger-block span {
  background: #695cd4;
  height: 2px;
  display: block;
  margin: 0 0 10px auto;
}
.menu_burger-block span:first-child {
  width: 35px;
}
.menu_burger-block span:nth-child(2) {
  width: 31px;
}
.menu_burger-block span:nth-child(3) {
  width: 27px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .submenu-list {
    left: 10%;
    height: 385px;
  }
  .banner_background-left_image {
    left: -55px;
  }
  .banner_background-image,
  .banner_background-right_image.main,
  .inner-banner_background-right_image {
    display: none;
  }
}
@media (max-width: 1400px) {
  .banner_background {
    padding: 30px 0 150px;
  }
  .banner_background-left_image.main {
    left: unset;
    right: 0;
    transform: rotateY(180deg);
  }
  .banner_warpper {
    position: relative;
    z-index: 10;
  }
  .banner_text {
    max-width: 900px;
  }
}
@media (max-width: 1200px) {
  .banner_text,
  .submenu-list {
    max-width: 100%;
  }
  .header-top {
    grid-template-columns: 25% 35% 35%;
  }
  .submenu-list {
    left: 0;
    height: 325px;
  }
  .banner_background {
    padding: 30px 0 150px;
  }
  .banner_background-image.banner_background-left_image,
  .licences_left_block-link,
  .stages_image,
  .text_block-wrapper img {
    display: none;
  }
  .banner_warpper {
    position: relative;
    z-index: 10;
  }
  .licences_background,
  .stages_background {
    padding: 50px 0;
  }
  .licences_left_block-title,
  .licences_right_block-item,
  .stages_title {
    text-align: center;
  }
  .licences_blocks,
  .stages_wrapper {
    display: block;
  }
  .licences_wrapper-mobile-link {
    display: block;
    max-width: 230px;
    margin: 50px auto 0;
  }
  .text_block_background {
    padding: 0 0 100px;
  }
  .order_wrapper_items {
    grid-template-columns: 60% 40%;
  }
  .personal_item {
    max-width: 367px;
    width: 100%;
    margin: 0 55px;
  }
  .footer_top-items {
    grid-template-columns: 20% 40% 40%;
  }
}
@media (max-width: 992px) {
  .advantages_items,
  .warranty_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .header_desktop,
  .header_number_icon,
  .mobile-submenu-list,
  .order_wrapper_items-image,
  .popupalar_services_item-title {
    display: none;
  }
  .footer_top-items,
  .header-top-center,
  .header-top-right,
  .header_mobile,
  .menu-list,
  .menu-list_item-mobile,
  .mobile-submenu-list.open,
  .popular_services_items {
    display: block;
  }
  .header-top_mobile {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    align-items: center;
  }
  .header-bottom_mobile_background {
    background: #695cd4;
    padding: 25px 0;
  }
  .header_number_text a {
    color: #fff;
    font-size: 18px;
  }
  .overflow_hidden {
    overflow-y: hidden !important;
  }
  .mobile_menu_wrapper {
    position: absolute;
    left: -100%;
    top: 168px;
    width: 95%;
    background-color: #fff;
    height: 100%;
    display: block;
    transition: 0.4s;
    z-index: 100;
  }
  .mobile_menu_wrapper.active {
    left: 2.5%;
    transition: 0.4s;
    overflow-y: scroll !important;
    box-shadow: 0 22px 41px rgb(105 92 218 / 100%);
  }
  .menu {
    padding: 15px 20px;
  }
  .menu-list_item-mobile {
    margin: 35px 0;
  }
  .menu-list .menu-list_item-mobile:first-child {
    margin-top: 0;
  }
  .menu-list_item-mobile a {
    color: #383838;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
  }
  .mobile_submenu-activator.click a {
    color: #695cd4;
  }
  .submenu-list_wrapper {
    display: block;
    max-width: 100%;
    margin-top: 25px;
  }
  .submenu_item {
    width: fit-content;
  }
  .submenu_item_title {
    margin-top: 25px;
  }
  .submenu_item_block li a,
  .submenu_item_title a {
    font-size: 16px;
  }
  .advantages_items {
    grid-gap: 80px;
  }
  .advantages_item-icon_background {
    left: 35%;
  }
  .order_wrapper_background {
    padding: 50px 0;
  }
  .order_wrapper_items {
    display: block;
    text-align: center;
  }
  .order_wrapper_items-form_button,
  .order_wrapper_items-form_caption {
    margin: 0 auto;
  }
  .warranty_items {
    grid-gap: 100px;
  }
  .personal_subtitle,
  .personal_title,
  .reviews_title {
    text-align: center;
  }
  .personal_items {
    margin-top: 150px;
    height: fit-content;
  }
  .slick-prev {
    right: 55% !important;
  }
  .slick-next {
    right: 35% !important;
  }
  .personal_item {
    margin: 0 175px;
    height: auto;
  }
  .reviews_items {
    margin-top: 150px;
  }
  .reviews_item {
    height: auto !important;
  }
  .footer_top-items_info {
    margin-bottom: 25px;
  }
  .footer_number a {
    color: #383838;
  }
}
@media (max-width: 768px) {
  .licences_right_block-items,
  .personal_items {
    height: fit-content;
  }
  .menu_burger-block span:first-child {
    width: 30px;
  }
  .menu_burger-block span:nth-child(2) {
    width: 26px;
  }
  .menu_burger-block span:nth-child(3) {
    width: 22px;
    margin-bottom: 0;
  }
  .advantages_items {
    grid-gap: 80px 25px;
  }
  .advantages_item-icon_background {
    left: 30%;
  }
  .advantages_block-items,
  .mobile_photogallery_wrapper,
  .stages_items {
    display: block;
  }
  .stages_item {
    margin-bottom: 25px;
  }
  .licences_right_block-item img {
    margin: 0 auto;
  }
  .warranty_items {
    grid-gap: 105px 15px;
  }
  .slick-dots {
    bottom: -35px !important;
  }
  .slick-dots li button:before {
    font-size: 40px !important;
    color: #695cd4 !important;
  }
  .personal_items {
    max-width: 367px;
    width: 100%;
    margin: 0 auto;
  }
  .personal_item {
    max-width: 100%;
    width: 100%;
    margin: 50px auto 0;
  }
  .personal_item-image img {
    width: 100%;
  }
  .personal_button {
    margin-top: 55px;
  }
  .advantages_block-item {
    margin: 65px 0;
  }
  .desktop_photogallery_wrapper {
    display: none;
  }
  .photogallery_title {
    text-align: center;
  }
  .photogallery-page_items {
    margin: 25px auto;
    height: fit-content;
    max-width: 367px;
    width: 100%;
  }
  .map_information {
    top: 105px;
    left: 10%;
  }
  .autor_block {
    float: unset;
  }
}
@media (max-width: 450px) {
  .header-top-left {
    display: none;
  }
  .menu_burger-block span {
    margin: 0 0 5px auto;
  }
  .banner_background {
    padding: 25px 0 115px;
  }
  .banner_title h1 {
    font-size: 22px;
    line-height: 35px;
  }
  .banner_subtitle {
    font-size: 13px;
    line-height: 20px;
  }
  .banner_order form,
  .price_table_item-line_unit {
    display: block;
  }
  .banner_order input {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .advantages_items {
    grid-gap: 95px 25px;
  }
  .advantages_item-icon_background {
    left: 30%;
    top: -30%;
  }
  .advantages_item-text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
  }
  .middle_block_title {
    font-size: 24px;
    line-height: 70px;
  }
  .popular_services_wrapper {
    padding: 25px 0 50px;
  }
  .popular_services_titles {
    display: none;
    margin-top: 15px;
  }
  .popular_services_item-title {
    font-size: 18px;
  }
  .popular_services_item-line_unit_cost,
  .popular_services_item-line_unit_service {
    font-size: 16px;
  }
  .licences_left_block-title,
  .small_block_title,
  .text_block-title,
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .advantages_block-item_icons,
  .stages_item_icon {
    width: 50px;
    height: 50px;
  }
  .stages_item_text {
    font-size: 14px;
  }
  .inner-fourth_text_block_background,
  .inner-licences_background,
  .inner-reviews_background,
  .text_block_background {
    padding: 0 0 50px;
  }
  .text_block-wrapper a,
  .text_block-wrapper ol li,
  .text_block-wrapper p,
  .text_block-wrapper ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .text_block-wrapper h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .photogallery_background {
    padding: 50px 0 35px;
  }
  .warranty_background {
    padding-bottom: 50px;
  }
  .warranty_items {
    margin-top: 65px;
  }
  .warranty_item_icon-background {
    width: 65px;
    height: 65px;
    left: 35%;
    top: -20%;
  }
  .warranty_item_icon-background:before {
    width: 65px;
    height: 70px;
  }
  .warranty_item_icon {
    width: 60px;
    height: 60px;
  }
  .warranty_item_text {
    font-size: 16px;
    line-height: 24px;
  }
  .second-text_block_background {
    padding: 5px 0 70px;
  }
  .personal_background {
    padding: 40px 0;
  }
  .advantages_block-item_title {
    font-size: 16px;
    line-height: 26px;
  }
  .advantages_block-item_icons_background {
    top: -15px;
  }
  .advantages_block-item {
    margin: 45px 0;
    padding-left: 85px;
  }
  .reviews_background {
    padding: 45px 0 80px;
  }
  .reviews_items {
    max-width: 405px;
    margin: 45px auto;
  }
  .reviews_item {
    max-width: 405px;
    margin: 0 auto;
  }
  .map_information {
    top: 45px;
    left: 75px;
  }
  .personal_item-image img {
    margin-left: auto;
  }
}
@media (max-width: 425px) {
  .container {
    width: auto;
  }
  .header_networks {
    margin-left: 0;
  }
  .menu_burger-block span:first-child {
    width: 25px;
  }
  .menu_burger-block span:nth-child(2) {
    width: 21px;
  }
  .menu_burger-block span:nth-child(3) {
    width: 17px;
    margin-bottom: 0;
  }
  .banner_background {
    padding: 25px 0 100px;
  }
  .banner_button .dark_button {
    max-width: 100%;
  }
  .advantages_items {
    grid-gap: 65px 25px;
  }
  .advantages_item-icon_background {
    left: 25%;
    top: -30%;
  }
  .advantages_item-icon {
    width: 65px;
    height: 65px;
  }
  .advantages_item {
    padding: 50px 10px 30px;
  }
  .licences_right_block-items {
    max-width: 220px;
    margin: 0 auto;
  }
  .reviews_page-items,
  .warranty_items {
    display: block;
  }
  .warranty_item {
    margin-bottom: 60px;
  }
  .warranty_item_icon-background {
    left: 43%;
  }
  .price_table_wrapper {
    padding: 35px 0 65px;
  }
  .reviews_item {
    margin-bottom: 25px;
  }
}
@media (max-width: 375px) {
  .personal_item-text {
    width: auto;
  }
  .map_information {
    left: 45px;
  }
  .contacts_page-map_information {
    top: 5px;
    left: 5px;
  }
}
.Catalogue-regions_list {
  list-style-type: none;
  columns: 7;
}
.Catalogue-regions_list a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

.articles__items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.articles__item {
  flex-basis: calc(50% - 14px);
  max-width: calc(50% - 14px);
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #d1d1d1;
  border-bottom: 3px solid #695cd4;
  text-decoration: none;
  height: auto;
}

.articles__picture {
  width: 100%;
  max-height: 250px;
  display: block;
}

.articles__picture img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}

.articles__wrap {
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.articles__name {
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  color: #1e1e1e;
  margin-top: 0;
}

.articles__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #1e1e1e;
  margin: 15px 0 25px;
  margin-top: 0;
  flex-grow: 1;
}

.articles__text p {
  margin: 0;
}

.articles__btn {
  display: flex;
  text-align: center;
  text-decoration: none;
  color: #fff;
  justify-content: center;
  background: #695cd4;
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  max-height: 45px;
  padding: 10px 20px;
  transition: border 0.3s linear, color 0.3s linear, background 0.3s linear;
}

.articles__btn:hover {
  color: #695cd4;
  background: #fff;
  border-color: #695cd4;
}

.articles {
  margin-bottom: 160px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.container-2 {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.page__top {
    display: flex;
    justify-content: center;
    text-align: center;
}

.page-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
}

.articles-detail__picture {
    width: 100%;
    display: flex;
}

.articles-detail__img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 20px;
}


@media (max-width: 1024px) {
  .articles__wrap {
    padding: 15px;
  }
}

@media (max-width: 550px) {
  .articles__item {
    flex-basis: 100%;
    max-width: 100%;
  }

  .container-2 {
    padding: 10px;
  }

  .page-title {
    font-size: 38px;
    margin: 15px 0;
    line-height: 42px;
  }

  .articles__picture img {
    max-height: 150px;
  }

  .articles__name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
  }

  .articles__text {
    margin-bottom: 15px;
  }

  .articles__text p {
    line-height: 1.3;
  }
}

.submenu-list-2 {
    max-width: 250px;
    width: 100%;
    max-height: fit-content;
    position: absolute;
    left: 20%;
    top: 137px;
    padding: 25px 10px;
    display: none;
    color: #000;
    z-index: 500;
    font-size: 15px;
    background: #fff;
    list-style: none;
    box-shadow: 0 11px 40px rgba(105, 92, 212, 0.23);
}

.menu-list li:hover > .submenu-list-2 {
    display: block;
}

.submenu-list-2 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}
.submenu_item_title-2 {
    color: #000 !important;
    transition: color 0.3s linear;
}

.submenu_item_title-2:hover {
    color: #695cd4 !important;
}

.header_desktop.fixed .submenu-list-2 {
    top: 47px;
}

.submenu_item-link {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s linear;
    cursor: pointer;
}

.submenu_item-link:hover {
    color: #000 !important;
}

html.lock {
    overflow: hidden;
}
body.lock {
    overflow: hidden;
}
.popup {
    background: rgba(0, 0, 0, .4);
    height: 100%;
    left: 50%;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 10000;
    display: none;
}
.popup.active  {
    display: block;
}
.popup.open {
    opacity: 1;
    pointer-events: all;
}
.popup__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    width: 100%;
}
.popup__body .result-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.popup__content {
    position: relative;
    min-height: auto;
    scale: .4;
    -webkit-transition: scale .4s ease;
    -o-transition: scale .4s ease;
    transition: scale .4s ease;
    margin-left: auto;
    margin-right: auto;
}
.popup.open .popup__content {
    scale: 1;
    opacity: 1;
    transform: none;
}
.close-popup {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: scale .2s ease, -webkit-transform .2s ease;
  transition: scale .2s ease, -webkit-transform .2s ease;
  -o-transition: transform .2s ease, scale .2s ease;
  transition: transform .2s ease, scale .2s ease;
  transition: transform .2s ease, scale .2s ease, -webkit-transform .2s ease;
  z-index: 10000;
  box-shadow: none;
}
.close-popup:hover{
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  scale: 1.2;
}
.close-popup::after{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #695cd4;
}
.close-popup::before{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  border-radius: 2px;
  background: #695cd4;
}
.popup-btn:hover{
    cursor: pointer;
}