/*
! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;

  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;

}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
  text-decoration: none;
}

li,
ol {
  list-style-type: none;
  /* Убираем маркеры */
}

ul {
  margin-left: 0;
  /* Отступ слева в браузере IE и Opera */
  padding-left: 0;
  /* Отступ слева в браузере Firefox, Safari, Chrome */
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  width: 100%;
  height: 100%;
  border-style: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;

}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/simstar/assets/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
}
/* Основные стили */
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", Arial, sans-serif;
  scroll-behavior: smooth;

}

button {
  cursor: pointer;
  font-size: 18px;
  border: none;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}

a{
color:#FF4E02;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 16px 0px 16px;
  box-sizing: border-box;
}


.parallax-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('../img/4.webp');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -1;
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity:0.5;
}
.parallax-scene{
overflow:hidden;
}
.swiper-container {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}

.swiper-wrapper {
  height: auto !important;
  padding: 22px 0px 22px 0px;
  z-index: 5;
  position: relative;
}
.main-content__carousel .swiper-slide {
  padding: 0;
}
.main-content__carousel img{
border-radius:30px;
}
.swiper-pagination-bullet-active {
  background-color: #ff4e0228 !important;
}

.main-content__carousel .swiper-pagination-bullet {
  width: 50px !important;
}

.section1__carousel .swiper-pagination {
  bottom: 25px !important;
}
.swiper-pagination-bullet {
  width: 30% !important;
  border-radius: 5px !important;
  position: relative;
  height: 20px;
  background: #ccc;
  overflow: hidden;
}
.swiper-slide a {
display:block;
width:100%;
height:100%;
}
.swiper-pagination-bullet .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #FF4E02;
}

@keyframes fillProgress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}


.main-content__carousel .swiper-pagination {
  bottom: 35px !important;
}

.main-content .swiper-pagination-bullet {
  background: #ffff;
}

.swiper-slide {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  cursor: pointer;
  /* width: 26% !important; */
}

/* .main-content .swiper-slide {
  width: 29% !important;
} */

.tariffs--domofon .swiper-slide {
  display: flex !important;
  align-items: normal;
}

.tariff__card--domofon {
  box-sizing: border-box;
  width: 49% !important;
}

.tariff__card-features {
  height: 50%;
}

.content-list__description-text {
  word-wrap: break-word;
  min-height: 56px;
}

.content-list__link {
  color: #000;
}

.content-list__description-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}

.content-list__description-date {
  color: #000;
}

.section {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;

  transform: translateZ(1px);
}



#section1 {
 top: 0;
}

#section2 {
  top: 100vh;
}

#section3 {
  top:200vh;
}

.h1-title {
  font-size: 4rem;
  font-weight: bold;
  z-index: 5;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 24px;
}

.h2-title {
  font-size: 3.75rem;
  font-weight: 700;

  margin-bottom: 24px;
}

.h3-title {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 115%;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 24px;
}


.h4-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  margin-top: 80px;
  margin-bottom: 24px;

}

.h5-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.h6-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}

.li-with-disc {
  list-style-position: inside;
  list-style-type: disc;
}

.li-with-decimal {
  list-style-position: inside;
  list-style-type: decimal;
}

.title--orange,
.link--orange {
  color: #FF4E02;
}

ul {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}

.section__title--orange {
  display: inline-block;
  padding: 4px;
  color: white;
  font-weight: bold;
  background-color: #FF4E02;
}


.parallax-element {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  contain: layout;
}

.parallax-element.left {
  top: 0%;
  left: -6%;
  z-index: 2;
    filter: drop-shadow(black 0px 4px 6px);
}

.parallax-element.right {
    filter: drop-shadow(2px 4px 6px black);
  top: 17%;
  right: -5%;
}

.parallax-element.top {
  top: 0%;
  right: 0%;
  transform: translateX(0%);
  z-index: 2;
}

.section2__title a {
  color: #000;
}
.section3__container{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.main-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  background: white;
  margin-top: 300vh;
  z-index: 3;
}

.section1__carousel {
  position: relative;
  left: 50%;
  display: flex;
  flex-direction: column;
  width: 500px;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  z-index: 5;
transform: translateX(-50%);
}
.swiper1__title {
margin-top:0;}
.section1__container{
height:100%;
margin-top:150px;
}

.section1__title.section1__title{
font-size:2rem;
    position: relative;
    top: -80px;
    left: 0;
    margin-bottom:11px;
}
.section2__title{
display: flex;
align-items: center;
justify-content: center;
}
.swiper3{
right:0%;
width:300px;
left:-20%;
position: fixed;
top:26%;
transition:1s;
opacity:0;
z-index:4;
}
.swiper3 .swiper-slide{
background:transparent;}
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.slide {
  min-width: 100%;
  position: relative;
  box-sizing: border-box;
}

.slide-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.carusel-title {
  font-size: 3rem;
  background-color: darkblue;
  color: white;
  padding: 25px 0px 10px 0px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.carusel-info {
  display: flex;
  width: 100%;
}
.carusel-info a {
flex:1;}

.carusel-left {
  flex: 1;
  padding: 16px 30px;
  font-size: 1.4rem;
  color: #000;
  background-color: white;
  text-align: center;
}
.carusel-left--padding {
padding:30px 30px;
}
.carusel-rigth{
display:flex;
flex:1;}
.carusel-rigth a {
display:flex;
align-items: center;
justify-content: center;
flex:1;
  font-size: 1.4rem;
  color: white;
  background-color: #ff4e02;
  text-align: center;
transition:0.3s;
}
.carusel-rigth a:hover{
background-color:#FF6216;
}
.related-posts {
    margin-top: 50px;
    margin-bottom:50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.related-posts h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-item {
    transition: transform 0.3s ease;
}

.related-item:hover {
    transform: translateY(-5px);
}

.related-thumbnail {
    height: 250px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
}

.related-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .related-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.section1__carousel .swiper-slide {
  padding: 0;
}

.progress-bars {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.progress-bar {
  width: 160px;
  height: 4px;
  background-color: #cccccc70;
  margin: 0 5px;
  overflow: hidden;
  border-radius: 25px;
  cursor: pointer;
}

.progress-bar::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 4s linear;
}

.progress-bar.active::after {
  width: 100%;
}

.main-content__carousel {
  position: relative;
  width: 100%;
  height: 380px;
  margin: 0 auto;
  padding: 40px 0px;
  overflow: hidden;
  margin-bottom: 80px;
}



.main-content__carousel .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.main-content__carousel .slide {
  min-width: 100%;
  box-sizing: border-box;
}

.main-content__carousel .banner img {
  width: 100%;
  height: auto;
  display: block;
}

.main-content__carousel .progress-bars {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -10px;
  z-index: 3;
}

.main-content__carousel .progress-bar {
  width: 70px;
  height: 6px;
  background-color: #cccccc70;
  margin: 0 5px;
  overflow: hidden;
  border-radius: 25px;
  cursor: pointer;
}

.main-content__carousel .progress-bar::after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 4s linear;
}

.main-content__carousel .progress-bar.active::after {
  width: 100%;
}

.element-0 {
  width: 163px;
  height: 85px;
  position: absolute;
  top: 20%;
  left: 0%;
  z-index: 3;
}

.element-1 {
  width: 240px;
  height: 80px;
  top: 48px;
  right: 30%;
  z-index: 2;
}

.element-2 {
  width: 160px;
  height: 160px;
  top: 0;
  left: 35%;
  z-index: 2;
}

.element-3 {
  width: 160px;
  height: 160px;
  top: 10%;
  right: 15%;
  z-index: 1;
}

.element-4 {
  width: 160px;
  height: 250px;
  top: 25%;
  right: 9%;
  z-index: 2;
}

.element-5 {
  width: 322px;
  height: 320px;
  bottom: -16%;
  left: 8%;
  z-index: 3;
}

.element-6 {
  position: absolute;
  width: 322px;
  height: 320px;
  bottom: 0%;
  right: 12%;
  z-index: 3;
}

.element-7 {
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 12.5%;
  left: -100px;
  background: url('../img/dawn.webp') no-repeat;
  z-index: 3;
}

.element-8 {
  position: absolute;
  width: 240px;
  height: 160px;
  bottom: 0%;
  left: 20%;
  background: url('../img/t4.webp') no-repeat;
  z-index: 3;
}

.element-9 {
  position: absolute;
  width: 320px;
  height: 270px;
  bottom: 10%;
  right: 29%;
  background: url('../img/t5.webp') no-repeat;
  z-index: 1;
}

.element-10 {
  position: absolute;
  width: 320px;
  height: 270px;
  bottom: -35%;
  right: 50%;
  background: url('../img/t6.webp') no-repeat;
  z-index: 1;
}

.section3__title {
  position: relative;
}

.section3__title::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  top: -15px;
  right: -80px;
  background: url(../img/asteriks.webp);
}

.content-list_theme_main {
  background: #f5f5f5;
}

.content-list__title-container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 100px;
}



.content-list__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  gap: 10px;
}

.content-list__items::after {
  content: "";
  background: url(../img/zigzag.webp) no-repeat;
  position: absolute;
  width: 160px;
  height: 111px;
  right: -69px;
  top: 70px;
}

.content-list__items::before {
  content: "";
  background: url(../img/recttrans.webp) no-repeat;
  position: absolute;
  width: 160px;
  height: 161px;
  left: -170px;
  bottom: 150px;
}

.content-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31%;
  height: 440px;
  padding: 10px;
  background: #ffffff;
  border-radius: 16px;
  margin-top: 10px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}


.content-list__image {
  background-size: contain;
  height: 250px;
}

.content-list__img {
  border-radius: 8px;
}

.content-list__description-title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 10px;
  min-height: 58px;
}

.wpcf7-not-valid-tip {
  margin-top: 3px;
  font-size: 13px !important;
}

.form {
  padding: 80px 0px 80px 0px;
  background-color: #FFFFFF;
}

.form__main {
  padding: 80px 0px 215px 0px;
}

.form__background {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/formback.webp);
  border-radius: 32px;
  gap: 20px;
  background-position-y: -50px;
  background-position-x: -340px;
  padding: 69px 20px 30px 20px;
  height: 354px;
}

.form__container form {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-direction: column;
}

.form__title {
  padding: 0px 0px 44px 80px;
  max-width: 795px;
  flex: 1 1 50%;
  color: #ffffff;
}

.form__title .h2-title {
  margin-top: 0;
}

.form__title p {
  font-weight: 400;
  font-size: 22px;
}

.form__group input {
  background: #FFFFFF;
  border-radius: 8px;
  align-self: stretch;
  font-size: 18px;
  line-height: 160%;
  padding: 15px 190px 15px 20px;
  border: none;
  width: 100%;
  box-sizing: border-box;
}

.popup-form .form__group input {
  color: #B5B6BA;
  border: 1px solid #B5B6BA;
}

.popup-form__content {
  height: 323px;
  width: 415px;
  flex-direction: column;
  justify-content: center;
}

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

.error-message-title,
.success-message-title {
  text-align: center;
  margin-bottom: 24px;
}
.popup__links {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin: 30px 0px;
}

.popup__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: 0.3s ease-in-out;
  font-size: 18px;
}

.popup__link:hover {
  color: #FF4E02;
}

input:focus {
  outline: none;
  border: none;
}

input {

  caret-color: #FF4E02;
}

.cookie{ display:none; min-width: 700px; position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); bottom: 40px; z-index:10; box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1); border-radius:24px; background:#fff; } 
.cookie__container{ display: flex; flex-direction: row; justify-content:space-between; align-items: center; padding: 22px; }
 .cookie__img{ width:100px; }
 .cookie__container p { display: flex; flex-direction: column; padding: 0; margin: 0; }
 .cookie__container span{ color:#B5B6BA; } 
.cookie__button{ background: #FF4E02; padding: 14px 48px; color: white; border: none; }

.form__button {
  cursor: pointer;
  font-size: 18px;
  border: none;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  background-color: #FF4E02;
  padding: 15.5px 154px;
}

.form__title p {
  width: 90%;
}

.form__button:hover {
  background-color: #FF6216;
}

.form-2__form .form__button {
  padding: 10px 10px;
}

.form__policy {
  color: #B5B6BA;
  max-width: 415px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
}
.form__policy a {
color:#FF4E02;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;

}

.page-numbers {
  padding: 10px 14px;
  color: #000;
}

.current {
  background-color: #ff4e02;
  color: #fff;
}

.features {
  position: relative;
background:#fff;
}

.features__block {
  display: flex;
  align-items: center;
  margin-bottom: 200px;
}

.features__block::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  top: -160px;
  left: 40%;
  background: url(../img/rector.webp) no-repeat;
  z-index: 3;
}



.features__about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 700px;
  color: #070D18;
  padding: 0px 100px 0px 0px;
}

.features__about p {
  font-size: 18px;
  line-height: 28.8px;

}

.features__img {
  position: relative;
}

.features__img::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  top: -60px;
  right: 0px;
  background: url(../img/dawnblue.webp) no-repeat;

}

.features__img::before {
  content: "";
  position: absolute;
  width: 321px;
  height: 163px;
  bottom: -80px;
  right: 0px;
  background: url(../img/spiralbig.webp) no-repeat;
}

.features__img img {
  background: #f5f5f5;
}

.features__list {
  position: relative;
  color: #FFFFFF;
  padding: 36px 41px;
  background: #FF4E02;
  max-width: 450px;
}

.features__list::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: -80px;
  right: -80px;
  background: url(../img/Asteriskblue.webp) no-repeat;
}


.features__list span {
  display: block;
  margin-bottom: 15px;
}

.features__item {
  list-style-type: disc;
  margin-bottom: 10px;
}

.features__item:last-child {
  margin-bottom: 0;
}

.features__about--2 {
  padding: 0px 0px 0px 100px;
}

.features__block-2 {
  position: relative;
  display: flex;
}

.features__block-2::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 163px;
  bottom: 27%;
  left: -8%;
  background: url(../img/half.webp) no-repeat;
  z-index: 4;
}

.features__img-2 {
  background: #f5f5f5;
  flex: 1 1 80%;
  width: 717px;
  height: 450px;
  z-index: 2;
  margin-right: 10px;
  padding-top: 160px;
}

.features__img-2::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 115px;
  top: -5%;
  left: -10%;
  background: url(../img/zigzag.webp) no-repeat;
  z-index: 3;

}

.features__img-2::before {
  content: '';
  position: absolute;
  width: 162px;
  height: 320px;
  bottom: 7%;
  left: 30%;
  background: url(../img/spiralvertical.webp) no-repeat;
  z-index: 4;

}

.features__img-2 img {
  width: 100%;
}

.features__about-2 {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 141px;
  align-items: end;
  overflow:hidden;
}

.features__text-2 {
  position: relative;
  color: #fff;
  z-index: 3;
}

.features__text-2::after {
  content: '';
  position: absolute;
  width: 900px;
  height: 160px;
  background-color: #FF4E02;
  left: -100px;
  top: -25%;
  z-index: -1;
}

.features__item-2 {
  margin-bottom: 10px;
  list-style-type: decimal;
  margin-left: 18px;
}

.features__reactangle {
  position: relative;
  color: #ffffff;
  width: 45%;
  padding: 38px 80px;
  background-color: #24358D;
  margin-bottom: 136px;
  box-sizing: border-box;
}

.features__reactangle::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #FF4E02;
  right: -80px;
  bottom: 0;
}

.features__reactangle::before {
  content: '';
  position: absolute;
  width: 164px;
  height: 30px;
  bottom: 21%;
  right: -45%;
  background: url(../img/zigblue.webp) no-repeat;
}

.features__block-3 {
  position: relative;
}

.features__block-3::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: 11%;
  right: -40%;
  background: url(../img/recttorang.webp) no-repeat;
}

.features__block-3::before {
  content: '';
  position: absolute;
  width: 163px;
  height: 30px;
  top: 12%;
  right: 0px;
  background: url(../img/zigorange.webp) no-repeat;
}

.features__tv {
  height: 350px;
  display: flex;
}

.features__title-3 {
  position: relative;
  width: 50%;
  margin: 0;
}

.features__block-3::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 114px;
  bottom: 3%;
  left: 31%;
  background: url(../img/zigzag.webp) no-repeat;
}

.features__about-3 {
  width: 50%;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #070D18;
}

.footer {
  padding: 80px 0px 60px 0px;
  background-color: #070D18;
  font-size: 14px;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 84px;
}

.footer__container a {
  transition: 0.2s ease-in-out;
  color: #ffffff;
}

.footer__container a:hover {
  transition: 0.2s ease-in-out;
  color: #FF4E02
}

.footer__columns {
  width: 220px;
  color: #ffffff;
}
.footer__btn{
    background: #FF4E02;
    padding: 6px 8px;
    margin-bottom: 8px;
}
.footer__columns ul li a {
  margin-bottom: 8px;
  display: block;
}

.footer__policy {
  color: #ffffff4a;
}

.copyright {
  color: #ffffff4a;
  width: 40%;
}

.footer hr {
  border-color: #ffffff4a;
  margin: 24px 0px 24px 0px;
}

.footer__contacts div {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.footer__contacts a,
.footer__columns p {
  font-size: 18px;

}

.footer__contacts a {
  margin-top: 5px;
  font-size: 20px;
}

.footer__socials:hover path {

  fill: #FF4E02;
}

.footer__socials {
  margin-top: 35px;
}

.footer__logo {
  width: 125px;
}

.footer__socials {
  width: 32px;
  height: 32px;
}

.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FF4E02;
opacity:95%;
  height: 57px;
  width: 100%;
  z-index: 6;
  box-shadow: #00000038 0px 0px 12px;
align-items: center;
}
.header__item--column .header__link{
flex-direction:column;
width:140px;
}
.header__span {
color:#fff;
  margin-right: 5px;
}

.mobile-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  height: 65px;
  z-index: 5;
  position: fixed;
  left: 0px;
  width: 100%;
  top:57px;
}

.burger-menu {
  cursor: pointer;
  padding-right: 60px;
}

.burger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #FF4E02;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.burger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.wpcf7-spinner {
  display: none;
}

.mobile-nav {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}

.mobile-nav.active {
  transform: translateY(0);
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  padding-top: 60px;
}

.navbar__item--mobile {
  padding-left: 12px;
}

.mobile-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2em;
}

.header ul {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 16px;
}
.header__logo{
margin-left:40px;}
.header ul li a {
  display: flex;
  color: #fff;
}

.header__link {
  display: flex;
  transition: 0.2s ease-in-out;
  flex-direction: row;
}

.header__item svg {
  margin-right: 5px;

}

.header__item svg path {
  transition: 0.2s ease-in-out;
}

.header__item:hover svg path {
  stroke: #FFF;
  transition: 0.2s ease-in-out;
}

.header__item:hover a {
  color: #FFF;
  transition: 0.2s ease-in-out;
}

.header ul li:last-child {
  margin-right: 100px;
}

.navbar{
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    position: fixed;
    right: -203px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    transition: right 0.3s ease-in-out;
    width: 254px;
}

.navbar:hover {
    right: 0 !important;
    transition-duration: 0.2s;
}

.navbar__list {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px 0px 0px 8px;
}

.navbar__item {
  display: flex;
  border-bottom: 1px solid #F5F5F5;
  align-items: center;
  padding: 13px;
}

.navbar__item--mobile {
  border-bottom: none;
}

.navbar__item--mobile:nth-child(1) {
  margin-top: 65px;
}

.navbar__item--mobile:nth-child(1) a {
  color: #24358D;
}

.navbar__item--mobile:nth-child(2) a {
  color:#FF4E02;
  margin-bottom: 20px;
}

.navbar__item:last-child {
  border-bottom: none;
}

.navbar__item a,span{
  color: #000;
  align-items: center;
}

.navbar__item svg,
.navbar__pay svg {
  margin-right: 12px;
}

.navbar__pay a {
  display: flex;
  align-items: center;
  color: #fff;
}

.navbar__logo {
  display: flex;
  align-items: center;
  padding: 26px 133px 20px 16px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px 0px 0px 8px;
}

.navbar__pay {
display:flex;
  padding: 20px 133px 20px 20px;
  background: #FF4E02;
  color: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px 0px 0px 8px;
}
.navbar__item {
  position: relative;
 // border-radius: 8px;
  overflow: hidden;
  transition: transform 0.1s cubic-bezier(0.1, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar__item--desktop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF4E02;
  z-index:0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.navbar__item--desktop:hover {
  color: #fff !important;
}
.navbar__item--desktop:hover span{
color:#fff;}
.navbar__active{color: rgb(255, 78, 2); display: block; cursor: default;z-index:2;}
.navbar__item--desktop:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.navbar__item a {
  position: relative;
  transition: color 0.1s 0.1s;
  color: inherit;
  text-decoration: none;
    display: flex;
    align-items: stretch;
}

.navbar__item--desktop:hover .navbar__svg path,
.navbar__item--desktop:hover .navbar__svg {
  stroke: #fff;
  transition: stroke 0.1s 0.1s;
z-index:1;
}

.navbar__svg {
  transition: stroke 0.1s;
  flex-shrink: 0;
}

.services__card {
  position:relative;
  overflow:hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 430px;
  border: 2px solid #FF4E02;
  border-radius: 32px;
  background: #fff;
  color: #FF4E02;
  transition: 0.2s ease-in-out;
}

.services__card:nth-child(3) .services__title,
.services__card:nth-child(4) .services__title,
.services__card:nth-child(7) .services__title
 {
  padding-bottom: 150px;
}

.services__container {
  margin-bottom: 80px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.services__card a {
  color: #FF4E02;
}

.services__card:hover {
  color: #fff;
  transition: 0.3s ease-in-out;
  background: #FF4E02;
}

.services__card:hover .dawn-svg path {
  stroke: #fff;
  transition: 0.3s ease-in-out;
}

.services__card:hover .dawn-svg rect {
  stroke: #fff;
  transition: 0.3s ease-in-out;
}

.services__card:hover .dawn-svg circle {
  stroke: #fff;
  transition: 0.3s ease-in-out;
}

.services__card:hover a {
  color: #fff;
}

.services__card:hover .services__more svg path {
  stroke: #fff;
}

.services__card .services__title {
  padding: 24px 0px 100px 23px;
  margin: 0;
}

.services__title {
  font-size: 42px;
}

.services__title-container {
  margin: 0;
  padding: 24px 0px 40px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.services__more {
  display: flex;
  align-items: center;
  padding: 0 24px 19px 0;
}

.services__more svg {
  margin-left: 10px;
}

.services__about {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: baseline;
  margin-bottom:20px;
}

.dawn-svg {
  transition: 0.3s ease-in-out;
  padding: 0px 0px 0px 24px;
  width: 80px;
  height: 80px;
}
.services__btn{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    border-radius:0;
    background-color: #FF6216;
border-top:1px solid #fff;

}
.services__btn:hover{
    background-color: #fff;
    color:#000;
}
.services__background--1 {
  position: absolute;
  width: 320px;
  height: 160px;
  bottom: 0;
  right: 0px;
  background: url(../img/rectandtranc.webp)no-repeat;
  z-index: -1;
}

.services__background--2 {
  position: absolute;
  width: 160px;
  height: 240px;
  bottom: 35%;
  left: -110px;
  z-index: -1;
  background: url(../img/12ellipse.webp) no-repeat;
}

.services__background--3 {
  position: absolute;
  width: 160px;
  height: 240px;
  top: -179px;
  left: 30%;
  z-index: -1;
  background: url(../img/3zigblue.webp) no-repeat;
}



 .services__region-element {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 40px;
}

.services__region {
  display: flex;
  font-size: 16px;
  background: #F5F5F5;
  border-radius: 50px;
  margin-right: 30px;
}



.services__region-element:hover {
  background: #dddddd;
  border-radius: 32px;
}

.services__region-element.active:hover {
  transition: 0.3s ease-in-out;
  background: #070d18d5;
}

.services__region-element.active {
  transition: 0.3s ease-in-out;
  border-radius: 50px;
  background: #000000;
  color: #ffffff;
}


.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #fff;
  height: 440px;
  padding: 0px 0px 0px 16px;
  background: url(../img/backround.webp);
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__title {
  margin-bottom: 24px;
}

.chastnyj {
  background: url(../img/banner-internet-chastnij.webp) center/cover no-repeat;
}

.startv {
  background: url(../img/banner-startv.webp) center/cover no-repeat;
}

.cctv {
  background: url(../img/banner-cctv.webp) center/cover no-repeat;
}

.cloud_cctv {
  background: url(../img/banner-cloud-cctv.webp) center/cover no-repeat;
}

.iptv-content {
  background: url(../img/banner-iptv-content.webp) center/cover no-repeat;
}

.cabel-tv {
  background: url(../img/banner-cabel-tv.webp) center/cover no-repeat;
}

.company {
  background: url(../img/banner-company.webp) center/cover no-repeat;
}

.wpcf7-response-output {
  display: none;
}

.breadcrumbs {
  margin-top: 65px;
  margin-bottom: 20px;
  display:flex;
  align-items:center;
}

.container-with-hero .breadcrumbs {
  margin-top: 0px;
}

.breadcrumbs span {
  margin-right: 10px;
  margin-left: 10px;
}
.breadcrumbs span:first-child{
margin-left:0;
}
.hero__region {
  display: block;
  font-size: 16px;
  line-height: 160%;
  border: 1px solid #ff4e02;
  width: max-content;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
  margin-top:60px;
}

.hero__about {
  width: 80%;
}

.hero__content {
  font-size: 22px;
  line-height: 160%;
}
.region-select {
    position: relative;
    cursor: pointer;
}

.region-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    display: none;
    z-index: 1000;
}

.region-option {
    color:#000;
    padding: 10px;
    transition: background 0.3s;
}

.region-option:hover {
    background: #f5f5f5;
}

.region-dropdown.active {
    display: block;
}

.tariffs {
  background-color: white;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}



.tariffs__container {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tariff__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 420px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  padding: 30px;
  box-sizing: border-box;
}


.tariff__card-info {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  background-color: #fff;
  color: #24358D;
  padding: 4px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  height: 17px;
}

.tariff__card--wanted {
  background: #24358D;
  color: #fff;
}

.tariff__card--most-wanted {
  background: #FF4E02;

}

.tariff__card--most-wanted .tariff__card-title {
  color: #fff;
}

.tariff__card--most-wanted,

.tariff__card--most-wanted .tariff__card-speed,
.tariff__card--most-wanted .tariff__card-tv,
.tariff__card--most-wanted .tariff__card-pricemonth,
.tariff__card--most-wanted .tariff__card-price,
.tariff__card--most-wanted .tariff__card-price--period,
.tariff__card--most-wanted .tariff__card-month,
.tariff__card--most-wanted .tariff__card-rub,
.tariff__card--most-wanted .tariff__card-mes,
.tariff__card--most-wanted .tariff__card-price--with-tv,
.tariff__card--most-wanted svg path,
.tariff__card--most-wanted .tariff__card-feature {
  stroke: #fff;
  color: #fff;
}


.tariff__card--most-wanted button {
  background: #fff;
  color: #000000;
}

.tariff__card--wanted button {
  background: #fff;
  color: #000000;
}

.tariff__card--wanted,
.tariff__card--wanted .tariff__card-title,
.tariff__card--wanted .tariff__card-speed,
.tariff__card--wanted .tariff__card-tv,
.tariff__card--wanted .tariff__card-pricemonth,
.tariff__card--wanted .tariff__card-price,
.tariff__card--wanted .tariff__card-price--period,
.tariff__card--wanted .tariff__card-month,
.tariff__card--wanted .tariff__card-rub,
.tariff__card--wanted .tariff__card-mes,
.tariff__card--wanted .tariff__card-price--with-tv,
.tariff__card--wanted svg path {
  stroke: #fff;
  color: #fff;
}

.tariff__card--most-wanted a {
  color: #fff
}

.tariff__card-title {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.tariff__card-feature {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

.tariff__card-speed {
  display: flex;
  align-items: center;
  margin-right: 35px;
}

.tariff__card-speed svg {
  margin-right: 10px;
}

.tariff__card-tv svg {
  margin-right: 10px;
}

.tariff__card-tv {
  display: flex;
  align-items: center;
}
.tariff__card-quote{
position:relative;
}
.tariff__card-pricemonth{
position:absolute;
top:16px;
}

.tariff__card-price--period {
  display: flex;
  align-items: center;
}

.tariff__card-price {
  margin: 0;
  margin-right: 10px;


}

.tariff__card-feature {
  color: #070D18;
  line-height: 160%;
  gap: 16px;
  font-size: 16px;
  margin-bottom: 16px;
  position:relative;
}

.tariff__card--domofon {
  min-height: 462px;
}

.tariff__card-month {
  font-size: 16px;
  line-height: 160%;
}

.tariff__card-price--with-tv,
.tariff__card-pricemonth {
  color: #070d186b;
  font-size: 12px;

}

.tariff__card-button {
  padding: 10px 0px 10px 0px;
  background: #24358D;
  margin-top: 20px;
}

.tariff__card-button:hover {
  background: #3849A1;
}

.tariff__card--wanted .tariff__card-button:hover,
.tariff__card--most-wanted .tariff__card-button:hover {
  background-color: #ffffffe0;
}

.apartment-tariffs::after {
  content: '';
  position: absolute;
  top: 350px;
  right: -16px;
  width: 320px;
  height: 320px;
  background: url(../img/translightblue.webp);
  z-index: -1;
}

.features-1__content {
  gap: 70px;
  display: flex;
  margin-bottom: 164px;
  position: relative;
}


.features-1__about,
.features-1__title {
position:relative;
z-index:2;
  flex: 1
}

.features-1__title span {
  color: #FF4E02;
}

.features-1__list {
  background: #E0EFF6;
  color: #070D18;
  padding: 30px;
  border-radius: 32px;

}

.features-1__list div {
  margin-bottom: 15px;
}

.features-1__item {
  list-style-position: inside;
  padding: 0px 0px 5px 10px;
  list-style-type: disc;
}

.features-1__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/tariffs-features.webp) no-repeat;
  width: 477px;
  height: 143px;
}

.features-2__content {
  position: relative;

  display: flex;
  align-items: center;
}

.features-2__text {
  width: 70%;
  font-size: 18px;
  line-height: 160%;
  color: #070D18;
  margin-right: 30px
}


.features-3__content {
  display: flex;
  flex-direction: column;
}

.features-3__number {
  margin: 0;
}

.features-3__list {
  display: flex;
  gap: 21px;
  margin-bottom: 100px;
}

.features-3__list--margin {
  margin-bottom: 48px;
}

.features-3__item {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F5F5F5;
  border-radius: 32px;
}

.features-3__item--small {
  display: flex;
  padding: 8px 8px;
  justify-content: center;
  align-items: center;
}

.features-3__item--vk {
  background: none;
  flex: 1;
}

.features__best-choise {
  gap: 88px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

.features__best-choise--domofon {
  margin-top: 80px;
}

.features__best-choise-img img {
  border-radius: 32px;
}

.features__best-choise-title {
  margin-top: 0;
}

.features__best-choise-title span {
  color: #FF4E02;
}

.features__best-choise-item {
  margin-bottom: 10px;
}

.features__best-choise-text,
.features__best-choise-img {
  flex: 1
}

.features-4 {
  position: relative;
  display: flex;
  align-items: center;
}

.features-4__-title {
  margin-top: 0;
}

.features-4__list,
.features-4__text {
  font-size: 18px;
}

.features-4__text:first-child {
  margin-bottom: 24px;
}

.features-4__img-block {
  flex-shrink: 0
}

.startv-tariffs {
  position: relative;
}

.startv-tariffs::after {
  content: '';
  position: absolute;
  top: 413px;
  right: 56px;
  width: 320px;
  height: 320px;
  background: url(../img/dawnlightblue.webp) no-repeat;
  z-index: -1;
}

.features__iptv {
  margin-bottom: 100px;
}

.iptv__content {
  display: flex;
  align-items: center;

}

.iptv__text {
  position: relative;
  margin-right: 50px;
margin-bottom:50px;
}

.iptv__title {
  margin-top: 0;
}

.iptv__text::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 316px;
  height: 30px;
  background: url(../img/union.webp) no-repeat;
}

.iptv__text,
.iptv__img {
  flex: 1
}

.iptv__img {

  top: -40px;
  border-radius: 32px;
}

.iptv__img-block {
  position: relative;
 z-index:3;
    margin-bottom: 40px;
}

.iptv__img-block::after {
  content: '';
  position: absolute;
  top: -80px;
  left: 20%;
  width: 160px;
  height: 160px;
  background: url(../img/frameblue2.webp) no-repeat;
}

.iptv__img-block::before {
  content: '';
  position: absolute;
  bottom: -79px;
  right: 10%;
  width: 320px;
  height: 163px;
  background: url(../img/spiralbig.webp) no-repeat;
}

.features__benefits {
  position: relative;
  margin-bottom: 100px;
}


.features__benefits-title {
  width: 60%;

}

.features__benefits-title--startv::after {
  content: '';
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 160px;
  height: 160px;
  background: url(../img/recttrans.webp) no-repeat;
  z-index: -1;
}

.features__benefits--startv::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -332px;
  width: 320px;
  height: 320px;
  background: url(../img/bigorangedawn.webp) no-repeat;

}

.features__benefits--startv::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  width: 160px;
  height: 150px;
  background: url(../img/zigzag.webp) no-repeat;
  transform: rotate(90deg);
  z-index: 1;

}

.features__benefits-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  max-width: 1280px;
}

.features__benefits-list--background::after {
  content: '';
  position: absolute;
  top: 35%;
  left: -7%;
  width: 160px;
  height: 150px;
  background: url(../img/half.webp) no-repeat;
  z-index: -1;
}

.features__benefits-list--background::before {
  content: '';
  position: absolute;
  top: 90%;
  right: -7%;
  width: 160px;
  height: 150px;
  background: url(../img/recttrans.webp) no-repeat;
  z-index: -1;
}


.features__benefits-item {
  background: #f5f5f5;
  border-radius: 32px;
  padding: 32px;
}

.features__benefits-number {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}


.features__benefits-item:nth-child(1) {
  flex: 1 1 55%;
}

.features__benefits-item:nth-child(2) {
  flex: 1 1 25%;
}

.features__benefits-item:nth-child(3) {
  flex: 1 1 25%;
}

.features__benefits-item:nth-child(4) {
  flex: 1 1 55%;
}

.features__benefits-item:nth-child(5) {
  flex: 1 1 55%;
}

.features__benefits-item:nth-child(6) {
  flex: 1 1 25%;
}

.features__benefits-item--reverse:nth-child(1) {
  flex: 1 1 25%;
}

.features__benefits-item--reverse:nth-child(2) {
  flex: 1 1 55%;
}

.features__benefits-item--reverse:nth-child(3) {
  flex: 1 1 55%;
}

.features__benefits-item--reverse:nth-child(4) {
  flex: 1 1 25%;
}

.features__benefits-item--reverse:nth-child(5) {
  flex: 1 1 25%;
}

.features__benefits-item--reverse:nth-child(6) {
  flex: 1 1 55%;
}

.features__benefits-list--with-img-item:nth-child(1) {
  flex: 0;
}

.features__benefits-list--with-img-tem:nth-child(2) {
  flex: 0;
}

.features__differents {
  display: flex;
  margin-bottom: 40px;
}

.features__differents-title {
  margin-top: 0;
}

.features__differents-title,
.features__differents-text {
  flex: 1;
}

.features__benefits-list--with-img-list {
  display: flex;
  flex-direction: column;
}

.features__benefits-list--with-img-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.features__benefits-list--with-img-container-img {
  flex: 1 0 34.5%;
}

.cc-tv__video-container {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
}

.cc-tv__video-container video {
  margin-right: 50px;
}

.cc-tv__video-title {
  margin-top: 20px;
}

.cc-tv__video-container video,
.cc-tv__video-text {
  flex: 1
}

.cc-tv__video-item {
  margin-bottom: 10px;
}

.cctv__about {
  display: flex;
  flex-direction: column;
  background: #070D18;
  border-radius: 32px;
  color: #ffffff;
  padding: 100px 80px;
  margin-bottom: 100px;
}

.cctv_about-title {
  width: 50%;
  color: #ffffff;
  margin-top: 0;
  position: relative;
}

.cctv_img {
  position: absolute;
  width: 25px;
  height: 25px;
  top: -18px;
  left: 315px;
}

.cctv__contains-img {
  border-radius: 24px;
}

.cctv__about-text {
  width: 50%;
  margin-bottom: 40px;
}

.cctv_about-title span {
  background: #FF4E02;
}

.cctv__contains-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cctv__contains-img {
  margin-bottom: 8px;
}

.cctv__contains-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(29% - 24px);
  border: 1px solid #f5f5f5;
  padding: 24px;
  border-radius: 32px;
}

.cctv__contains-item p {
  margin: 0;
}

.cctv__contains-item--background {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.cctv__contains-item--background::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: url('../img/dawn80x80.webp');
}

.cctv__services {
  margin-bottom: 40px;
}

.cctv__services-title {
  width: 60%;
}

.cctv__services-list {
  counter-reset: item;
  /* Инициализация счетчика */
  position: relative;
  padding-left: 0;
}

.cctv__services-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 56px;
  font-size: 16px;
  max-width: 50%;
}

.cctv__services-item:last-child {
  margin-bottom: 0;
}

.cctv__services-item::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  z-index: 2;
}


.cctv__services-item:last-child::after {
  display: none;
}

.cctv__services--block .cctv__services-list {
  display: flex;
}

.cctv__services--block .cctv__services-item {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-left: 0;
}

.cctv__services--block .cctv__services-item:nth-child(2) {
  margin-left: 70px;
}

.cctv__services--block .cctv__services-item::after {
  display: none;
}

.cctv__services--block .cctv__services-item::before {
  display: none;
}

.cctv__services-text--number {
  padding-left: 75px;
  position: relative;
  margin-top: 30px;
}

.cctv__services-text--number::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  z-index: 2;
}

.cctv__services-text--blue {
  color: #fff;
  background-color: #24358D;
  display: flex;
  width: max-content;
  padding: 8px 8px;
}

.cctv__services-text--blue svg {
  margin-left: 10px;
}

.feature-7 {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}

.features-7__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px
}

.features-7__title--domofon {
  margin-top: 0;
}

.features-7--domofon {
  margin-bottom: 80px;
}

.features-7--domofon .features-7__item {
  min-height: 339px;
  height: 100%;
  color: #24358D
}

.features-7__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  border: 1px solid #f5f5f5;
  border-radius: 32px;
  height: 150px;
  padding: 32px;
  gap: 10px;

}

.features-7__item--svg:nth-child(1)::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 32px;
  left: 32px;
  background: url(../img/halfellipse40x40.webp) no-repeat;
}

.features-7__item--svg:nth-child(2)::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 32px;
  left: 32px;
  background: url(../img/Depth40x40.webp) no-repeat;
}

.features-7__item--svg:nth-child(3)::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 32px;
  left: 32px;
  background: url(../img/Asterisk40x40.webp) no-repeat;
}

.features-7--company {
  margin-bottom: 80px;
}

.features-7__item--gray {
  background: #f5f5f5;
}

.features-8__container {
  position: relative;
  display: flex;
  flex-direction: row;
  background: #f5f5f5;
  padding: 60px;
  border-radius: 32px;
  gap: 100px;
  justify-content: start;
  width: 74%;
  margin-bottom: 100px;
}

.features-8__container::after {
  content: '';
  width: 320px;
  height: 320px;
  position: absolute;
  top: 0px;
  right: -370px;
  background: url(../img/company--bg.webp) no-repeat;

}

.features-8__title {
  margin: 0;
}

.features-8__text {
  flex: 1 1 40%;
}

.ps {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 160%;
}

.features-5 {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.features-5__container {
  margin-right: 20px;
}

.features__link {
  color: #FF4E02;
  transition: 0.3s ease-in-out;
}

.features__link:hover {
  color: #FF6216;
}


.features-5__container,
.features-5__img-container {
  flex: 1;
}

.features-5__img-container {
  position: relative;

}

.features-5__img-container::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  top: 40px;
  left: 40px;
  background: url('../img/elipse80x80.webp') no-repeat;
}

.features-5__img-container::before {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: 60px;
  right: -80px;
  background: url('../img/dawn.webp') no-repeat;
  background-size: contain;
}

.feature-5__img {
  border-radius: 32px;
}

.features-5__content {
  position: relative;
}

.features-5__content::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 0px;
  right: -110px;
  background: url('../img/asteriks80x80.webp') no-repeat;
}

.features-5__content::before {
  content: '';
  position: absolute;
  width: 163px;
  height: 30px;
  bottom: 0px;
  right: -750px;
  background: url(../img/zigorange.webp) no-repeat;
}

.features-5__list {
  padding: 0;
}

.features-6 {
  display: flex;
  align-items: center;

  margin-bottom: 100px;
}

.features-6_img-container {
  margin-right: 50px;
}

.features-6__title {
  margin-top: 0;
}

.features-6__container {
  flex: 1;
}

.features-6__container--bg {
  position: relative;
}

.features-6__container--bg::after {
  content: '';
  position: absolute;
  width: 240px;
  height: 326px;
  top: -60px;
  right: -176px;
  background: url('../img/contacts-bg.webp') no-repeat;
}

.features-6_img-container {
  flex: 1;
  position: relative;
}

.features-6_img-container--cctv::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  top: -60px;
  right: -39px;
  background: url('../img/depth_orange.webp') no-repeat;
}

.features-6_img-container--cctv::before {
  content: '';
  position: absolute;
  width: 163px;
  height: 30px;
  bottom: 40px;
  left: -80px;
  background: url('../img/zigblue.webp') no-repeat;
}

.features-6_img-container--contacts::after {
  content: '';
  position: absolute;
  width: 319px;
  height: 163px;
  bottom: -69px;
  left: -88px;
  background: url(../img/spiralbig.webp) no-repeat;
}

.features-6__img {
  border-radius: 32px;
}

.feautres-6__content {
  position: relative;
}

.feautres-6__content::after {
  content: '';
  position: absolute;
  width: 320px;
  height: 30px;
  bottom: 30px;
  left: -843px;
  background: url(../img/union.webp) no-repeat;
}

.cctv__aboutservice-item--cloud {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  border: 1px solid #24358D;
  border-radius: 32px;
  height: 150px;
  padding: 18px;
  flex: 1 1 calc(15% - 16px);

}

.features__benefits-item--sort1:nth-child(1) {
  flex: 1 1 40%;
}

.features__benefits-item--sort1:nth-child(2) {
  flex: 1 1 40%;
}

.features__benefits-item--sort1:nth-child(3) {
  flex: 1 1 20%;
}

.features__benefits-item--sort1:nth-child(4) {
  flex: 1 1 20%;
}

.features__benefits-item--sort1:nth-child(5) {
  flex: 1 1 20%;
}

.cameras__list {
  display: flex;
  flex-direction: row;
  counter-reset: item;
  /* Инициализация счетчика */
  position: relative;
  padding-left: 0;
  gap: 20px;
}

.cameras__item {
  position: relative;
  flex: 1;
  border: 1px solid gray;
  padding: 38px 0px 38px 60px;
  border-radius: 32px;
}

.cameras__item:nth-child(1) {
  border: none;
  color: #fff;
  background: #FF4E02;
}

.cameras__item::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}

.cameras__item:nth-child(2):before {
  color: #000
}

.feature__content {
  display: flex;
  gap: 50px;
  align-items: center;

}

.feature__container {
  flex: 1;
}

.feature__img {
  flex: 1;
}

.content-section {
  overflow: hidden;
}

.content-section__lead {
  width: 60%;
}

.content-section__block {
  padding: 36px 48px;
  background: #f5f5f5;
  font-size: 18px;
  width: 60%;
}

.content-section__subtitle {
  padding: 5px 7px;
}

.content-section__subtitle--orange {
  background-color: #FF4E02;
  color: #fff;
  width: 180px
}

.content-section__text {
  width: 60%;
}

.content-section__gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}

.content-section__image {
  background-size: cover;
  flex: 1;
  border-radius: 32px;
}

.news-p,
.news__promo,
.news__features,
.content-section__block,
.content-section__gallery {
  margin-bottom: 40px;
}



.content-section__block--background-2::after {
  content: '';
  position: absolute;
  top: -255px;
  right: -23px;
  width: 323px;
  height: 162px;
  background: url(../img/singenewsback2.webp) no-repeat;
}

.content-section__block--background-2::before {
  content: '';
  position: absolute;
  top: 380px;
  left: -170px;
  width: 160px;
  height: 160px;
  background: url(../img/depth160x160blue.webp) no-repeat;
}

.content-section__block--background-2,
.content-section__block--background-1 {
  position: relative;
}

.content-section__block--background-2 {
  margin-bottom: 80px;
}

.content-section__block--background-1 ::after {
  content: '';
  position: absolute;
  top: 80px;
  left: -177px;
  width: 160px;
  height: 241px;
  background: url(../img/singenewsback1.webp) no-repeat;
}

.anchor__menu--tariffs__page,
.anchor__menu--legal__page .table__content,
.tariffs__promo,
.tariffs__table .table__title {
  width: 75%;
}

.table__content {
  width: 60%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.table__th {
  padding: 10px;
  background: #FF4E02;
  color: #fff;
}

.table__td {
  padding: 25px 12px;
  border: 1px solid #E7C3B4;

}

.table__quote {
  color: #000;
  font-size: 12px;
}



.tariffs__page-title {
  position: relative;
}

.tariffs__page--background-1::after {
  content: '';
  position: absolute;
  width: 831px;
  height: 761px;
  top: 80%;
  right: -290px;
  background: url(../img/ImgGirl.webp) no-repeat;
}

.tariffs__page--background-2::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 761px;
  top: 80%;
  right: -185px;
  background: url(../img/robohand.webp) no-repeat;
}

.tariffs__page .features-4__text {
  margin-right: 50px;
}

.tariffs__page .features-4__img-block {
  width: 50%
}

.tariffs__page .features-4 {
  margin-bottom: 80px;
}

.promo__text--bold {
  font-weight: bold;
}

.anchor__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  margin-top: 24px;

}
.content-block {
font-size:18px;
line-height:160%;
}
.anchor__menu--main__page{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
width: 80%;
}
.anchor__menu--main__page .anchor__link{
    background: #24358D;
    color:#fff;
    border: 1px solid #3F51B5;
}
.anchor__link {
  padding: 8px 20px;
  color: #FF4E02;
  border: 1px solid #FF4E02;
  border-radius: 32px;
  z-index:3;
}

.anchor__link--gray {
  color: #070D18;
  border: 1px solid #070D18;
}

.footnote {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.policy__title {
  width: 70%;
}

.policy__link {
  color: #FF4E02;
}


.vacancies__container {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  padding: 0px 24px 24px 24px;
}


.vacancies {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}

.vacancy__text--bold {
  font-weight: bold;
}

.vacancy__text--data {
  text-align: end;
}
.vacancy__title a {
color:#FF4E02;
}
.button--orange {
  display: inline-block;
  padding: 11px 75px;
  background: #FF4E02;
  border-radius: 8px;
  color: #fff;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.form-2__form {
  max-width: 600px;
}

.form-2__title {
  margin: 0;
  margin-bottom: 25px;
  text-align: center;
}

.form-2__form__row {
  margin-bottom: 20px;
}

.form-2__form__input,
.form-2__form__textarea {
  width: 100%;
  font-size: 18px;
  padding: 20px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
}

.form-2__form__textarea {
  height: 100px;
  resize: vertical;
}

.form-2__form__agreement {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  text-align: center;
}

.form-2__form__agreement-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.4;
  flex: 1;
}

.form-2__link {
  color: #ff4e02;
  text-decoration: none;
}

.form-2__link:hover {
  text-decoration: underline;
}

.form-2__form__submit {
  flex: 1;
}

.licenses__list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.licenses__list::after {
  content: '';
  width: 240px;
  height: 400px;
  position: absolute;
  top: 50%;
  right: -10%;
  background: url(../img/licencebh.webp) no-repeat;
  z-index: -1;
}

.licenses__list::before {
  content: '';
  width: 160px;
  height: 240px;
  position: absolute;
  top: 30%;
  left: -12%;
  background: url(../img/12ellipse.webp) no-repeat;
  z-index: -1;
}

.licenses__item {
  width: 25%;
  padding: 33px 23px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.table__content--fullwidth {
  position: relative;
  width: 100%;
  background: #fff;
}

.requisites__title {
  position: relative;
}

.requisites__title::after {
  content: '';
  width: 163px;
  height: 163px;
  position: absolute;
  top: 30%;
  left: -180px;
  background: url(../img/recttorang.webp) no-repeat;
  z-index: -1;
}

.table__content--fullwidth::after {
  content: '';
  width: 163px;
  height: 163px;
  position: absolute;
  top: 30%;
  left: -100px;
  background: url(../img/dawnblue.webp) no-repeat;
  z-index: -1;
}

.table__content--fullwidth::before {
  content: '';
  width: 323px;
  height: 163px;
  position: absolute;
  top: 10%;
  right: -140px;
  background: url(../img/spiralbig.webp) no-repeat;
  z-index: -1;
}

.faq__container {
  margin-bottom: 140px;
}

.faq__inner {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
}

.form-2__form {
  padding: 24px;
  flex: 1;
  background: #f5f5f5;
  border-radius: 32px;
  position: relative;
}

.form-2__form--faq::after {
  content: '';
  width: 316px;
  height: 164px;
  position: absolute;
  top: -160px;
  right: 0;
  z-index: -1;
  background: url(../img/3zigblue.webp) no-repeat;
}

.form-2__form--faq::before {
  content: '';
  width: 200px;
  height: 103px;
  position: absolute;
  bottom: -211px;
  right: 80%;
  background: url(../img/dawn.webp) no-repeat;
}

.form-2__quote {
  text-align: end;
}

.accordion {
  margin: 20px auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.accordion__title {
  position: relative;
  width: 70%;
}

.accordion__title::after {
  content: '';
  width: 316px;
  height: 164px;
  position: absolute;
  bottom: -642px;
  left: -130px;
  background: url(../img/spiralblue.webp) no-repeat;
  z-index: -1;
}

.accordion__header {
  padding: 17px 32px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
  border-radius: 16px;
  transition: background-color 0.3s;
}

.accordion__text {
  margin: 0;
}

.accordion__icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 15px;
  background-color: #24358D;
  border-radius: 50%;
  transition: transform 0.3s;
}

.accordion__icon::before,
.accordion__icon::after {
  content: '';
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.accordion__icon::before {
  width: 12px;

  height: 2px;
}

.accordion__icon::after {
  width: 2px;
  height: 12px;
}

.accordion__content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s;
position:relative;
z-index:5;
background:white;
}

.accordion__item.active .accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.accordion__item.active .accordion__icon {
  transform: rotate(180deg);
}

.accordion__item.active .accordion__content {
  padding: 15px;
  max-height: 500px;
}

.contacts__content {
  flex: 1;
}

.contacts__inner {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.contacts__title {
  width: 60%;
}

.features-3__number--bold {
  font-weight: bold;
}

.contacts__info--gray {
  color: #B5B6BA;
}

.form-2__form--contacts {
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.dop {
  display: flex;
}

.dop__content {
  padding: 8px 32px;
  background: #f5f5f5;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 25px;
}

.coverage {
  margin-bottom: 80px;
  margin-top: 110px;
}

.button-404 {
  display: block;
}

.img-404 img {
  display: flex;
  height: auto;
}

.pay__title {
  position: relative;
}

.pay__title::after {
  content: '';
  width: 390px;
  height: 795px;
  position: absolute;
  top: -230px;
  right: -140px;
  background: url(../img/pay_background.png) no-repeat;
}

.pay__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}

.pay__item {
  background: #f5f5f5;
  border-radius: 32px;
  padding: 20px 120px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  min-height: 404px;
}

.pay__img {
  background: #fff;
  border-radius: 32px;
  flex: 1;
  margin-right: 30px;
}

.pay__list--inner {
  flex: 1;
}

.callback {
  width: 80%;
}

.form__inputs {
  gap: 18px;
  display: flex;
  flex-direction: column;
}

.wpcf7-response-output {
  color: #fff;
  margin: 0 !important;
}

.info-circle:hover+.notify,
.info-circle:hover .notify {
  display: block;

}

.notify {
  display: none;

  position: absolute;
  font-size: 15px;
  background: #fff;
  color: #000;
  border-radius: 32px;
  padding: 6px 15px;
  right: -145px;
  top: -58px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);

}

.popup-form {
  display: none;
  /* Изначально скрыт */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.popup-form.active {
  display: flex;
  opacity: 1;
}

.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  width: 100%;
  max-width: 500px;
  position: relative;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}

.popup-form.active .popup-content {
  transform: translateY(0%);
}

.popup-form__content input,
.popup-form__content button {
  display: block;
  width: calc(100% - 20px);
  margin: 10px auto;
  padding: 10px;
  border-radius: 5px;
}

.popup-form__content input {
  border: 1px solid #ddd;
}


.popup-form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form__group:nth-child(3) {
  margin-bottom: 20px;
}

.popup-form .form__inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform-origin: center;
}

.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.dop-tariffs__page .tariff__card-button{
margin:0;
}

@media (min-width: 768px) {
  .popup-content {
    border-radius: 10px;
    transform: none;
    max-height: 90vh;
    padding: 10px;
  }
}
/* Мобильная версия */
@media (max-width: 767px) {
.header__logo{
display:none;
}
.popup-form {
align-items: flex-end;
}

  .popup-content {
    height: 70vh;
    width: 95%;
    overflow-y: auto;
    position: absolute;
    bottom: 0;
  }

  .popup-form.active .popup-content {
    transform: translateY(0);
  }
.cookie{
min-width:80%;
}
.cookie__container{
display:flex;
flex-direction:column;
gap:15px;
}
.cookie__container p, .cookie__container span {
text-align: center;
}
}
@media (min-width: 320px) and (max-width: 1102px) {
.features-5__content::after, .features-5__content::before,.apartment-tariffs::after{
display:none;	}

.features-6_img-container--cctv::after{
top:80% !important;
}

.related-grid{
grid-template-columns:repeat(2,1fr)
}
.swiper3 {
        display: none;
    }
.anchor__menu--main__page{
    width: 100%;
display: flex;
justify-content: center;
}
.features__about{
padding:0;
}

.section1__container {
height:unset;
margin-top:0;
}

.header__item--form {
display:none;
}

  .h4-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .navbar {
    display: none;
  }

  .header__item:nth-child(1),
  .header__item:nth-child(2) {
    display: none;
  }



  .pay__title::after {
    display: none;
  }

  .pay {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pay_title {
    font-size: 1.8em;
    text-align: center;
  }

  .text18 {
    font-size: 18px;
    line-height: 1.4;
  }

  .pay__list {
    width: 100%;
    padding-left: 0;
  }

  .hero__region {
    margin-top: 110px;
  }

  .h2-title {
    font-size: 2.75rem;
  }

  .content-list_theme_main {
    margin-bottom: 40px;
  }

  .pay__item {
    background: #f5f5f5;
    border-radius: 32px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    min-height: auto;
    width: 90%;

  }

  .pay__img {
    background: #fff;
    border-radius: 32px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .pay__list--inner {
    flex: none;
    width: 100%;
  }

  .pay__item--inner {
    margin-bottom: 5px;
  }

  .callback {
    margin-top: 20px;
  }

  .pay__img {
    margin-right: 0;
  }

  .link--orange {
    color: orange;
  }

  .mobile-header {
    display: flex;
    padding-left: 20px;
  }

  .element-0,
  .element-1,
  .element-2,
  .element-3,
  .element-4,
  .element-5,
  .element-6,
  .element-7,
  .element-8,
  .element-9,
  .element-10 {
    display: none;
  }

  .main-content {
    overflow: hidden;
    height: auto;
  }

  .main-content__carousel {
    height: auto;
  }

  .form__title p {
    width: 100%;
  }

  .form__background {
    height: 447px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 0px 10px;

  }

  .form__policy {
    width: 80%;
    margin-bottom: 10px;
  }
  .form__inputs {
    display: flex;
    flex-direction: row;

  }

  .footnote {
    margin-bottom: 40px;
  }

  .form__title {
    margin-top: 22px;
    padding: 0px 0px 0px 30px;
    max-width: none;
  }

  .form__container form {
    padding: 0px 30px;
  }


  .content-list__items::after {
    right: 30px;
  }


  .features__block {
    flex-direction: column;
  }

  .features__list {
    max-width: 100%;
  }

  .features__list::after {
    display: none;
  }

  .features__img::after {
    right: 0;
  }

  .features__img::before {
    right: 0;
  }

  .features__about-2 {
    flex-direction: column;
  }


  .features__img-2 {
    width: auto;
    height: auto;
    padding: 0;
  }

  .features__img-2::before {
    bottom: 100px;
    left: 80%;
    right: 0;
  }

  .features__block-2::after {
    bottom: 100px;
    left: -15px;
  }

  .features__reactangle::after {

    display: none;
  }

  .features__block-3::after {
    display: none;
  }

  .features__reactangle {
    width: 100%;
    margin-bottom: 0px;
  }

  .features__tv {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .features__block-3::before {
    top: 100%;
    right: 0%;
  }

  .features__reactangle::before {
    bottom: -292%;
    right: 85%;
  }

  .features__block::after {
    display: none;
  }

  .form {
    padding: 0px 0px 40px 0px;
  }

  .services {
    margin-top: 5px;
  }

  .features-1__title::after {
    bottom: -154px;
  }

  .features-1__content {
    flex-direction: column;
    margin-bottom: 0;
  }

  .features-2__content {
    margin-bottom: 0;
    flex-direction: column;
  }

  .features-2__text {
    margin-right: 0;
  }

  .features-2__content::after {
    display: none;
  }

  .features__block {
    margin-bottom: 50px;
  }

  .features__about-2 {
    margin-bottom: 80px;
  }

  .features-3__list {
    flex-wrap: wrap;
  }

  .features-3__item:nth-child(1) {
    flex: 1 1 25%
  }

  .features-3__item:nth-child(2) {
    flex: 1 1 25%
  }

  .features-3__item:nth-child(3) {
    flex: 1 1 100%
  }

  .features__best-choise {
    flex-direction: column-reverse;
    gap: 32px;
  }

  .features-3__list {
    margin-bottom: 0;
  }

  .content-list__item {
    width: 47%;
  }

  .features .features-4 {
    margin-bottom: 0px;
    flex-direction: column;
  }

  .tariffs__page .features-4__img-block {
    width: 100%;
  }

  .hero__about {
    width: 70%;
  }

  .hero__content {
    font-size: 16px;
  }

  .iptv__content {
    flex-direction: column;
  }

  .iptv__text::after {
display:none;
  }

  .iptv__img-block::after {
    transform: scale(0.8);
  }

  .features__benefits-item {
    padding: 16px;
  }

  .features__benefits-list {
    flex-direction: column;
  }

  .features__differents {
    flex-direction: column;
  }

  .cctv__services-item::after {
    top: 85px
  }


  .cc-tv__video-container {
    flex-direction: column;


  }

  .cctv__about {
    padding: 34px 26px;
  }

  .cctv__about-text {
    width: 70%;

  }



  .features-5 {
    flex-direction: column;
    gap: 0;
  }

  .features-6 {
    flex-direction: column-reverse;

  }


  .cameras__list,
  .feature__content {
    flex-direction: column;
  }

  .feature__img {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
  }



  .content-section__gallery {
    flex-wrap: nowrap;
    width: 45%;
  }

  .tariffs__page--background-1::after {
    display: none;
  }

  .anchor__menu--tariffs__page,
  .anchor__menu--legal__page .table__content,
  .tariffs__promo,
  .tariffs__table .table__title,
  .table__content,
  .content-section__lead,
  .content-section__block,
  .content-section__text,
  .cctv_about-title,
  .features-4__list,
  .features-4__text,
  .features-2__text,
  .features__about-3,
  .features__title-3,
  .form__button,
  .features__about,
  .callback,
  .copyright .contacts__title,
  .hero__billing,
  .features__benefits-title {
    width: 100%;
  }


  .tariffs__page--background-2::after {
    display: none;
  }

  .breadcrumbs {
margin-top:120px;
  }

  .form-2__form {
    max-width: 100%;
  }

  .form-2__form__agreement {
    flex-direction: column-reverse;
  }

  .licenses__item {
    width: 40%;
  }

  .faq__inner {
    flex-direction: column;
  }

  .form-2__form--faq::before {
    bottom: -175px;
    right: 300px;
  }

  .accordion__title::after,
  .form-2__form--faq::after {
    display: none;
  }

  .contacts__inner {
    flex-direction: column-reverse;
  }


  .contacts {
    overflow: hidden;
  }

  .services__container {
    margin-top: 0;
  }

  .features__benefits-list--with-img-container-img {
    flex: 1 2 3%;
  }


  .features-7__list {
    flex-direction: column;
  }

  .ps {
    font-size: 28px;
  }

  .navbar__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vh;
    border-radius: 0;
  }

  .mobile-nav a {
    font-size: 16px;
  }
  .section1__title.section1__title{
  left:0;
  font-size:2rem;
  }
}

/* Мобильные устройства (360px - 768px) */

@media (min-width: 320px) and (max-width: 767px) {
.section1__title.section1__title{
left:0;
top:0;
margin-top:0;
}
  .container {
    overflow: hidden;
  }

  .h1-title {
    font-size: 2.2rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .h2-title {
    font-size: 1.5rem;
    margin-bottom: 20px;

  }

  .h4-title {
    font-size: 1.4rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .h5-title {
    font-size: 1.2rem;
  }

  .section1__title {
    margin-top: 160px;
  }

  .element-0 {
    display: none;
  }

  .carusel-title {
    font-size: 2rem;
  }

  .carusel-left,
  .carusel-rigth {
    font-size: 1.1rem;
  }

  .features__reactangle {
    padding: 38px 16px;
  }

  #landing-video {
    width: 100%;
  }

  .features__about-3,
  .features__content-2,
  .features__item-2,
  .features__list,
  .features__about p,
  .features-1__list,
  .features-2__text,
  .features-3__text,
  .features__best-choise-list,
  .features-4__text-content .features-4__list,
  .features-4__text,
  .features__benefits-text,
  .cc-tv__video-list,
  .cctv__about-text,
  .cctv__contains-mark,
  .features-7__item,
  .features-5__list,
  .features-5__text,
  .text18,
  .mobile-nav a,
  .pay__list--inner {
    font-size: 16px;
  }



  .services__title {
    font-size: 25px;
  }

  .services__card:nth-child(3) .services__title,
  .services__card:nth-child(4) .services__title,
  .services__card:nth-child(7) .services__title,
.services__card:nth-child(9) .services__title {
    padding: 16px 0px 28px 16px;
  }

  .services__card .services__title {
    padding: 16px 0px 28px 16px;
  }

  .features-7__item-title {
    margin: 0;
  }

  .cctv__aboutservice-item--cloud {
    justify-content: center;
  }

  .features-7--domofon .features-7__item {
    min-height: auto;
  }

  .features-4 {
    flex-direction: column;
  }

  .iptv__text {
    margin-right: 0;
    margin-bottom: 20px;

  }

  .dawn-svg {
    width: 40px;
    height: 40px;
  }

  .navbar__item {
    padding: 11px;
  }

  .features__best-choise,
  .cc-tv__video-container {
    margin-bottom: 0;
  }

  .features__best-choise {
    gap: 0;
  }

  .section1__carousel {
    right: 0;
    width: 100%;

  }

  .hero__about {
    width: 95%;
  }

  .header__link {
    display: flex;
    flex-direction: column;
  }

  .header__span {
    font-size: 12px;
  }

  .header ul li:last-child {
    margin-right: 0;
  }

  .header {
    justify-content: center;
  }

  .header__item:nth-child(3) {
    margin-left: 16px;
  }

  .features__text-2 {
    width: auto;
  }

  .features__text-2::after {
    width: 480px;
    height: 363px;
  }

  .features__list-2 {
    padding: 0;
    margin: 0;
  }

  .form__title {
    padding: 0px 0px 0px 17px;
    margin-bottom: 0px;
  }

  .footnote {
    margin-bottom: 40px;
  }

  .form__title .h2-title {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .form__title p {
    font-size: 16px;
  }

  .form__inputs {
    flex-direction: column;
    align-items: center;
  }


  .form__button {
    padding: 16.5px 103px;
    width: auto;
  }

  .form__background {
    height: 580px;
    background-position-y: -250px;
    background-position-x: -1018px;
  }

  .main-content__carousel .slide {
    min-height: 500px;
  }



  .features__text-2::after {
    height: 300px;
  }

  .features__block-2 .features__about-2 {
    flex-direction: column;
    margin-top: 0;
  }

  .features__tv {
    height: auto;
  }

  .section1__carousel .swiper-pagination {
    bottom: 0px !important;
  }

  .main-content__carousel .swiper-pagination {
    bottom: 45px !important;
  }

  .features__img-2::after {
    display: none;
  }

  .features__text-2 {
    margin-top: 0;
  }

  .features__img::after {
    right: 271px;
    top: -25px;
    transform: scale(0.5);
  }

  .features__text-2::after {
    top: -13%;
    height: 95px;
  }

  .features__img::before {
    right: -88px;
    transform: scale(0.5);
  }

  .features__block-2::after {
    bottom: 40px;
    left: -41px;
    transform: scale(0.5);
  }

  .features__img-2::before {
    bottom: 60px;
    left: 80%;
    right: 0;
    transform: scale(0.5);
  }

  .features__reactangle::before {
    bottom: -317%;
    right: 56%;
  }

  .footer__columns {
    width: 100%;
  }

  .footer__columns:nth-child(1n) {
    position: relative;
  }

  .copyright {
    width: 100%;
  }

  .footer__columns:nth-child(1n)::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ffffff4a;
    bottom: 0px;
    left: 0;
    position: absolute;
  }

  .footer {
    padding-top: 30px;
  }

  .services__container {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .services__card {
    width: auto;
  }


  .services__card:nth-child(1) {
    margin-top: 30px;
  }

  .services__title-container {
    padding: 35px 0px 33px 0px;
    font-size: 36px;
    display: flex;
    flex-direction: column;
  }

  .services__background--1 {
    display: none;
  }

  .services__background--3 {
    position: fixed;
    top: 426px;
    left: 78%;
  }

  .services__background--2 {
    position: fixed;
    bottom: 35%;
    left: -110px;
  }

  .tariff__card {
    width: 100%;
    padding: 13px;
  }

  .tariff__card-speed {
    margin-right: 13px;
  }

  .tariff__card-title {
    margin-bottom: 8px;
    font-size: 18px;

  }

  .tariff__card-price {
    font-size: 23px;
  }

  .tariffs {
    margin-bottom: 0;
  }

  .features-1__content {
    gap: 0px
  }

  .features-1__list {
    padding: 16px;
  }

  .features-3__list {
    flex-direction: column;
  }

  .features__best-choise {
    margin-top: 40px;
    flex-direction: column;
  }

  .iptv__img-block::before {
    bottom: -79px;
    right: -100px;
    transform: scale(0.4);
  }

  .iptv__img-block::after {
    top: -80px;
    left: -25px;
    transform: scale(0.4);
  }

  .iptv__text::after {
    bottom: -42px;
    left: 139px;
    transform: scale(0.4);
  }

  .features__benefits--startv::after {
    left: -177px;
  }

  .cctv__about {
    padding: 16px;
  }

  .cctv__about-text {
    width: 100%;
    margin-bottom: 0;
  }

  .cctv__contains-list {
    flex-direction: column;
  }

  .cctv__services-item {
    padding-left: 57px;
    max-width: 100%;
  }

  .cctv__services-item::after {
    top: 132px;
    height: 132px;
  }

  .ps {
    font-size: 23px;
    margin-bottom: 32px;
  }

  .features-7__list {
    flex-direction: column;
  }

  .content-section__block {
    padding: 16px 5px;
  }

  .content-section__gallery {
    width: 100%;
    flex-direction: column;
  }


  .tariffs__table {
    font-size: 16px;
  }

  .table__th {
    padding: 5px;
  }

  .licenses__item {
    width: 80%;
  }

  .features-5__img-container::before,
  .features-5__img-container::after,
  .features-6_img-container--contacts::after,
  .features-6__container--bg::after {
    transform: scale(0.5);
  }

  .content-section__block--background-2::after {
    display: none;
  }

  .features-8__container {
    flex-direction: column;
    gap: 0;
    padding: 16px 16px 0px 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .features-8__title {
    margin: 0;
  }

  .features-8__container::after {
    width: 320px;
    height: 80px;
    position: absolute;
    top: 102%;
    right: 13px;
    background: url(../img/backgroud-mobile.png) no-repeat;
  }

  .features-7__item {
    height: 200px;
  }



  .img-404 {
    margin-top: 110px;
  }

  .text-404 {
    width: 100%;
  }

  /* .main-content .swiper-slide {
    width: 90% !important;
  } */

  .swiper-wrapper {
    padding: 0;
  }

  .form-2__form--contacts .form-2__form__row {
    margin-bottom: 20px;
  }

  .form-2__quote {
    text-align: center;
  }

  .form-2__link {
    margin: 50px;
  }

  .content-list__item {
    width: 100%;
  }

  .container--domofon .cctv__services {
    display: none;
  }

  .features-7--domofon .features-7__item {
    font-size: 16px;
  }

  .features-7--domofon .features-7__list {
    align-items: center;
  }

  .services__region-element {
    padding: 10px 15px;
  }

  .form__group input {
    padding: 15px 0px 15px 20px;
  }

  .tariff__card--domofon {
    width: 100% !important;
  }

  .popup-form__content {
    width: 340px;
  }
.features__about{
padding:0;}
.section2__title, .section3__title {
    margin-left: 0;
}
.anchor__menu--main__page{
display:none;}
.swiper3{
display:none;
}
.carusel-left{
padding: 25px 30px;
}
.dop-tariffs__page .table__td{
padding:10px 1px;
}
.iptv__img-block{
margin-bottom:0;
}
}


@media (max-width: 410px){
.tariff__card-pricemonth{
top:43px;
}
}
