@font-face {
	font-family: 'Acrom';
	src: url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Regular.eot);
	src: local('Acrom Regular'), local('Acrom-Regular'),
	url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Regular.eot?#iefix) format('embedded-opentype'),
url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Acrom';
	src: url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Bold.eot);
	src: local('Acrom Bold'), local('Acrom-Bold'),
	url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Bold.eot?#iefix) format('embedded-opentype'),
url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Bold.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Acrom';
	src: url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Thin.eot);
	src: local('Acrom Thin'), local('Acrom-Thin'),
	url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Thin.eot?#iefix) format('embedded-opentype'),
url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Thin.ttf) format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Acrom';
	src: url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Light.eot);
	src: local('Acrom Light'), local('Acrom-Light'),
	url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Light.eot?#iefix) format('embedded-opentype'),
url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Light.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Acrom';
	src: url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-ExtraBold.eot);
	src: local('Acrom ExtraBold'), local('Acrom-ExtraBold'),
	url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-ExtraBold.eot?#iefix) format('embedded-opentype'),
url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-ExtraBold.ttf) format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Acrom';
	src: url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Medium.eot);
	src: local('Acrom Medium'), local('Acrom-Medium'),
	url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Medium.eot?#iefix) format('embedded-opentype'),
url(/wp-content/themes/bootscore-child/fonts/Acrom/Acrom-Medium.ttf) format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url(/wp-content/themes/bootscore-child/fonts/centurygothic.ttf);
}

@font-face {
	font-family: 'Century Gothic';
	src: url(/wp-content/themes/bootscore-child/fonts/centurygothic_bold.ttf);
    font-weight: bold;
}

html, body {
    width: 100%;
    max-width: 100vw; 
    overflow-x: hidden; 
    position: relative; 
}
.container {
    max-width: 1490px; !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
	
}

@media (min-width: 1024px) {
    .container, .container-md, .container-sm {
        max-width: 720px!important;
    }

.spoiler-bold {
		max-width:200px;
		
	}

	
 .popup-content h3 { font-size:35px;
margin-bottom:17px;}

.scope__text h2 {

    white-space: nowrap;
}

.scope__list {
	position:relative;
	overflow:hidden;
	min-height:100%;
}

.kiwi .efficient-helper-text-style, .kiwi .main-list li{
	font-size:20px;
	line-height: 100%;
}	
.kiwi .kwp {
font-size:20px;
line-height:100%;
}

	
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px!important;
    }
}

#nav-main {
    z-index: 1000!important;
}

body {
	background-color: #F7F7F7!important;
	overflow-x: hidden!important;
	font-family: Acrom!important;
	font-size: 16px!important;
	z-index:100;
}

.nav-main {
z-index:100;
}

.toggler-icon-animated span,
.toggler-icon span {
	background-color: #101010 !important;
}

.nav-link {
	color: #101010 !important;
}

.navbar-social {
	color: #101010 !important;
}

#header-phone {
	color: #101010 !important;
}

#contact-footer {
	color: #6f6f6f !important;
}

#social-footer a {
	color: #6f6f6f !important;
}

.panel {
	height: 100%;
	width: 100%;
}

.panel.green {
	margin-bottom: 400px
}

#iris-o-form-p {
	display: none;
}

#iris-o-form {
	height: 100%;
	width: 100%;
	padding-top: 40px;
}

@media (max-width: 1024px) {
#iris-o-form {
    background: none!important;
    box-shadow: none;
}

#iris-o-form input {
    background: #ffffff!important;
}	

}

#iris-o-form .col-md-4 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
#iris-o-form-submit {
	background-color: #93df1c;
	border-color: #93df1c;
	border-radius: 20px;
	text-align: center;
	font: normal normal normal 24px/40px Acrom;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: lowercase;
	margin-top: 20px;
	width: 100%;
	transition: all .3s ease;
}
#iris-o-form-submit:hover {
	background-color: #80b647;
	border-color: #80b647;
}

.reestr a:hover { 
color:#80b647!important;
}
.alert {
	position: absolute !important;
	top: 100%;
	left: 10px;
	right: 10px;
	transform: translateY(-40px);
	width: calc(100% - 20px) !important;
}

.container {
	max-width: 1400px !important;
}

#nav-main {
    z-index: 10;
}

.swiper-button-prev::before {
display:none;
}

.popup {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: flex;
}

.popup-content {
    background: white;
    padding: 20px;
    border-radius: 20px;
    z-index: 10000000!important;
    position: relative;
    overflow: hidden;
    max-width: 1100px;
    flex-wrap:wrap;
}
.popup-header {
	width:100%;
	position: relative;
}

 
@media (max-width: 1080px) {
	  	.popup-content {
max-width:800px!important;
	}
}


@media (max-width: 1280px) and (max-height: 720px) {

.popup-content {
max-width:1000px!important;
	}

}
@media (max-width: 1520px) and (max-height: 703px) {

.popup-content {
max-width:1000px!important;
	}

}



@media (max-width: 1440px) and (max-height: 750px) {

.popup-content {
        max-width: 850px!important;
    
    }

}

.popup-content  .swiper-pagination-bullet { 
min-height:18px;
min-width:18px;
}

.swiper-pagination-bullet-active {
min-height:24px!important;	
min-width:24px!important;	
}

.second-slider {
	width:100%;
}
 

 
 

.popup-content h3 {
	text-align:center;
	font-weight:300;
	text-transform: uppercase;
}
.close-btn {
    font-size: 40px;
    font-weight: 200;
    color: #BCBFCC;
    height: 40px;
    position: absolute;
    right: 10px;
    top: -10px;
    line-height: 40px;
}

@media (max-width: 1024px) {
	.container {
		overflow: hidden;
	}
	.dashboard {
		margin-top:80px;
	}
}

.containers {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
}

.container.form__body {
	position: relative;
	display: flex !important;
	padding-bottom: 50px;
	justify-content: flex-start;
	align-items: center;
}
.form__body > div {
	margin-right: 50px;
}
@media (min-width: 1300px) {
 .dashboard .main-list li {
	 font-size:18px;
 }
	
}
@media (max-width: 1024px) {
	.container.form__body {
		padding-bottom: 50px;
		flex-direction: column;
	}
	.form__body > div {
		margin-bottom: 50px;
		margin-right: 0;
	}
}

.scheme-section{
	font-family: Acrom, sans-serif;
	margin: 120px 0;
}

.scheme-section .swiper-slide svg {
	padding:0 50px;
}

.animated-bg {
  width: 1000%;
  height: 140px;
  background: url(../img/pages/altei/livebg.png) repeat-x;
  background-size: auto 100%; 
  animation: moveBackground 280s linear infinite;
  margin-bottom: 70px;
}

        .dashboard {
        margin-bottom: 120px;
        }

        .dashboard__title {
            font-size: 24px;
            margin-bottom: 20px;

            text-align: center;
        }

        .dashboard__content {
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            margin: 0 auto;
            justify-content: center;
            max-width: 1200px;
        }

        .dsh-block {
          border-radius: 8px;
        }

        .dsh-block:nth-child(1) {
            flex: 1;
            min-width: calc(40% - 30px);
        }

        .dsh-block:nth-child(2) {
            flex: 2;
            min-width: calc(60% - 30px);
            font-family: Acrom;
            font-weight: 400;
            font-size: 20px;
            line-height: 120%;
        }
        @media (max-width: 1200px) {

.dashboard__content .background {
  width: 400px!important;
  height: 400px!important;
}

.dashboard__content {gap:20px;justify-content: left;}

.dashboard__content .main-list li {
  margin-bottom: 6px;
}

            .dsh-block:nth-child(1),
            .dsh-block:nth-child(2) {
                flex: 1 1 100%;
                min-width: 100%;
                justify-items: center;
                font-family: Acrom;
                font-weight: 400;
                font-size: 16px;
                line-height: 120%;
                letter-spacing: 0%;
                text-align: left;
            }

			.dsh-block p {
				margin:6px;
				width: 100%;
			}

			.power-analysis-details {
				font-family: Acrom;
font-weight: 300;
font-size: 20px!important;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-transform: uppercase;

			}

        }

@keyframes moveBackground {
  from { background-position: 0 0; }
  to { background-position: -100% 0; } 
}

.kiwi {
	margin-top:60px;
}
        .kwblock-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 20px; 
        }

        .kwblock {
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 32px;
    background: white;
    border-radius: 20px;
    }
        @media (max-width: 1024px) {
            .kwblock {
                flex: 1 1 100%; 
            }


        }


.inf-footer {
 display:flex;
 text-align: left;
 justify-content: space-between;
 align-items: center;
 font-size:20px;
 line-height:120%;
}

.inf-footer img {
	max-height: 72px;
}
.inf-text {font-weight: 700;font-size: 36px;line-height: 100%;text-align: right;color:#E6E6E6;}

.acrom-heading {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    font: 500 24px Acrom;
    color: #121212;
    text-align: left;
    margin-bottom: 8px;
}

.acrom-heading1 {
    font: 700 40px Acrom;
    text-align: left;
}

.kwblock .main-list li {
    line-height: 20px;
    display: flex;
    flex: 1 0 100%;
    align-items: center;
    margin: 5px 0;
    position:relative;
    flex-wrap: nowrap;
}

.efficient-helper-container1 {
    box-sizing: border-box;
    display: inline-block;
}
.efficient-helper-container {
	display: block;
	width: calc(100% - 96px);
	padding-left: 10px;
	float: right;
}

.equipment-thumbnail {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    width: 96px;
    max-width: initial;
    height: 95px;
    overflow: hidden;
    margin-top: -5px;
    float: left;
}


.primary-button-style {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    align-self: stretch;
    width: 100%;
    height: 50px;
    font: 400 18px Acrom;
    color: #121212;
    cursor: pointer;
    background: transparent;
    border: 1px solid #121212;
    border-radius: 100px;
}

.kwblock .primary-button-style {
	margin-top: 40px;
}
.primary-button-style:hover{
	background:black;
	color:white;
}
.logical-elements-info p  {
	margin: 0;
	
}

.logical-element-description {
	font-family: Acrom;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color:#6B6B6B;
}

.logical-elements-info {
	margin-top:70px;
}

.dsh-block .background {
  position: relative;
  width: 460px;
  height: 460px;
  background-image: url('../img/pages/altei/animbg.svg');
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
}

.strip-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  height: 85%;
}

.strip {
  flex-shrink: 0;
  background-image: url('../img/pages/altei/polosa.svg');
  background-size: contain;
  width: 10000000000000000000%;
  background-repeat: repeat-x;
  animation: moveStrip 400000s linear infinite;
  background-position-x: right;
}

@keyframes moveStrip {
  0% {
    transform: translateX(0); 
  }
  100% {
    transform: translateX(-100%); 
  }
}

.altei-info {
	margin-bottom:50px;
}

.inflogo {
	max-height: 150px;
}

@media (max-width: 1024px) {
 .altei-info {
	text-align:center;
}
}

.swiper-button-next::before {
display: none;
}

.scope__body {
    display: flex;
    align-items: flex-start;
  }
  .scope__col {
    width: 50%;
  }

 .scope .scope__body {
	position:relative;
}

 .scope .scope__text {
	 height:100%;
	 right:0;
	}





 @media screen and (min-width: 1400px) {
	 
 

	 .item-block {
   max-width: 92%;
}
.scope__body {
	height:840px;

}
	 .scope__body {
		 height: 890px;
		}

 .scope__card  {
	 background:white;
	 border-radius:20px;
	 height: 890px;
	 width: 640px;
	 position: absolute;
	}

.scope__text {
padding-left:70px	
}

	 .scope__col {
		 height:100%;
	 }

.scope__card__img   {position: absolute;width: 116%;}

.scope-footer {
	position:absolute;
	bottom:0;
}

 }

  .scope__block.active {
    display: block;
  }

  .scope__card__head {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 1090px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: black;
    transform: rotate(-90deg);
    transform-origin: left top;
  }
  .scope__card__head p {
    font-size: 40px !important;
    line-height: 1.2em;
    font-family: "Acrom";
    font-weight: bold;
    color: white;
    white-space: nowrap;
  }
  .scope__card__head p span {
    font-size: 18px !important;
    line-height: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
  }
  .scope__card__head p i {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 1px;
    background-color: white;
  }

  .scope__card__text {
    padding-top: 50px;
    padding-left: 30px;
  }
  .scope__card__text h2 {
    padding: 0 0 60px 0;
    margin: 0;
    font-size: 60px !important;
    line-height: 80px;
    font-family: "Acrom";
    font-weight: 500;
    max-width: 470px;
    color: white;
  }
  .scope__card__text ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .scope__card__text li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 18px !important;
    line-height: 1.2em;
    font-family: "Acrom";
    color: white;
  }
  .scope__card__text li::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid white;
    border-radius: 50%;
  }
  .scope__card__text li:nth-child(4n) {
    max-width: 200px;
  }

  .scope__text h2 {
    margin: 0;
    font-size: 47px !important;
    line-height: 1.2em;
    font-family: "Acrom";
    font-weight: 400;
    color: #121212;
    text-transform: uppercase;
  }

  .scope__control {
    display: flex;
    !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .scope__control__dots {
    display: flex;
    align-items: center;
    width: calc(100% + -114px);
  }
  .scope__control__arrow {
    font-size: 30px !important;
    line-height: 38px;
    font-family: "Acrom";
    font-weight: 100;
    color: #646464;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease;
    border: 1px #121212 solid;
    text-align: center;
    vertical-align: middle;
  }

 .scope__control__arrow:hover { 
	border: 1px #232323 solid;
	color: #f8f8f8;
	background:#232323;
}

  scope__control__arrow:hover {
    text-decoration: none;
  }
  .scope__control__arrow--left {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .scope__control__arrow--right {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .scope__control__li {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
    justify-content: space-between;
    transition: color 0.3s ease;
    height: 30px;
  }

  .scope__control__li:hover {
    color: #005a6e;
    text-decoration: none;
  }
  .scope__control__li p {
    position: relative;
    width: 0;
    transition: width 0.3s ease;
    overflow: hidden;
    z-index: 1;
    background: #f7f7f7;
  }
  .scope__control__li span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #646464;
    border-radius: 50%;
    transition: all 0.3s ease;
    pointer-events: none;
  }

  .scope__control__li:hover span {
	  background:#646464;
  }

  .scope__control__li.active {
    position: relative;
    flex-grow: 1;
    overflow: hidden;
  }
  .scope__control__li.active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #646464;
    width: 1200px;
  }
  .scope__control__li.active p {
    padding-right: 10px;
    margin-bottom: 0;
    font-size: 18px !important;
    line-height: 120%;
    font-family: "Acrom";
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: black;
  }
  .scope__control__li.active span {
    min-height: 20px;
    min-width: 20px;
    background-color: #646464;
    border-width: 7px;
  }

  .scope__li {
    display: flex;
    align-items: start;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 12px;
  }

.li-margin {
	margin-bottom:20px;
}
 .slider-item .scope__li {

 margin-bottom: 6px;

 }

.third-slider .scope__li { font-size:16px; }

 .slider-item .big_li .scope__li__name {
	 min-width:190px!important;
	 width:190px!important;
	}
 .slider-item .big_li .scope__li__name.li_min {
 min-width:unset!important;
 width:unset!important;
 white-space: nowrap;
 margin-right: 8px;
}

  .scope__li__name {
    line-height: 1.2em;
    font-family: "Acrom";
    font-weight: bold;
    width: 100px;
    min-width: 100px;
  }

 .spoiler3  .scope__li__name{
	color:#e6e6e6;
	 min-width:60px;
	 width:60px; }
}

  .scope__li__text {
    font-size: 16px !important;
    font-family: "Acrom";
    line-height: 20px;
  }
.gray {color:	#CFCFCF;}

.second-slider .swiper-button-next,
.second-slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    color: #000;
}

.second-slider .swiper-button-next {
    right: 10px;
}

.second-slider .swiper-button-prev {
    left: 10px;
}

  @media (max-width: 1400px) {
    .scope__list {
 min-height: 450px;
 }

	  
    .scope__body {
      flex-direction: column;
    }
    .scope__col {
      width: 100%;
    }
    .scope__card {
      margin-top: 0;
      transform: translateY(0);
    }
    .scope__card__img {
    }
    .scope__card__text h2 {
      font-size: 32px !important;
      line-height: 1.2em;
    }
    .scope__card__head {
      height: 80px;
    }
    .scope__card__head p {
      font-size: 32px !important;
    }

    .scope__text {
      padding-top: 20px;
    }
    .scope__text h2 {
      margin: 0 0 0 20px;
      font-size: 32px !important;
      line-height: 1.2em;
    }
    .scope__list {
      margin-top: 30px;
      margin-left: 20px;
    }
    .scope__li.fade {
      display: none;
    }
  }

  .list-btn {
	  max-width: 385px;
	  align-self: auto;
	  font-size: 18px;
	 }

  @media (max-width: 1024px) {
    .scope__card {

    }
    .scope__card__head {
      height: 48px;
      width: 620px;
    }
    .scope__card__head p {
      font-size: 24px !important;
    }
    .scope__card__head p span {
      font-size: 12px !important;
      line-height: 1.2em;
    }
    .scope__card__head p i {
      width: 50px;
    }

    .scope__card__text {
      padding-top: 40px;
      padding-left: 20px;
      padding-right: 10px;
    }
    .scope__card__text h2 {
      padding-bottom: 20px;
      font-size: 21px !important;
      line-height: 1.2em;
    }
    .scope__card__text li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 10px;
      font-size: 14px !important;
      line-height: 1.2em;
    }
    .scope__card__text li::after {
      top: 6px;
      width: 6px;
      height: 6px;
    }
    .scope__col:first-child {
      padding-right: 0;
    }
	.scope__card__body {
		 align-items: center;
		display:flex;
		justify-content: center; 
	}

    .scope__card__img {
      margin-right: 0;
    }

    .scope__text h2 {
      font-size: 28px !important;
      padding: 0;
      max-width:360px;
      margin: 0;

    }

    .scope__list {
      margin-left: 5px;
      margin-top: 10px!important;
      margin-bottom: 30px;
      position: relative;
    }

    .scope__control__li.active p {
      font-size: 14px !important;
      line-height: 1.2em;
    }
    .scope__control__li {
      margin-left: 5px;
      margin-right: 5px;
    }
    .scope__control__li span {
      border: 1px solid #646464;
    }

    .scope__li__name {
      font-size: 14px !important;
      line-height: 1.2em;
      width: 100px;
      min-width: 100px;
    }
    .scope__li__text {
      font-size: 14px !important;
      line-height: 1.2em;
    }

    .scope__control__arrow--left {
      margin-right: 10px;
	position:absolute;
	 right:80px
    }
    .scope__control__arrow--right {
      margin-left: 10px;
		position:absolute;
	 right:20px
    }
    .scope__control__arrow {
      font-size: 40px !important;
      line-height:40px;
      font-family: "Acrom";
      font-weight: normal;
      color: #646464;
      display:flex;

      text-decoration: none;
      width: 50px;
      height: 50px;
      min-width: 50px;
      font-weight: 200;

    }
	 .scope__control__dots {
		 width: calc(100% + -20px);
		} 
	.scope__control__arrow--right {
		order:3;
		margin-top: -110px;
		justify-content: center;
		align-items: center;
	}

.scope__control__arrow--left {
	order:2;
	margin-top: -110px;
	justify-content: center;
	align-items: center;
	}

	  .scope__control {
		  margin-top:10px
	  }

	  .tip-box {
    height: 170px!important;
    max-width: 250px!important;
   }

	  .tip-bg {
    position: absolute;
    width: 360px!important;
    background: #f7f7f7;

}

  }

  @media (max-width: 576px) {
    .scope__control__li span {
      width: 10px;
      height: 10px;
    }
    .scope__control__li.active span {
      width: 10px;
      height: 10px;
      min-width: 10px;
      min-height: 10px;
    }
  }

.scheme-description{
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
	max-width: 524px;
	margin: 0 auto 60px auto;
}

.scheme-slide-mobile{
	display: none;
}

.scheme-slider-prewrap{
	position: relative;
}

.scheme-slider .scheme-slide-desktop{
	width: 100%;
	display: block;
	margin-bottom: 70px;
}

.scheme-slider__paginator-btn{
	padding: 0;
	display: block;
	max-width: 28px;
	height: 28px;
	line-height: 41px;
	border-radius: 22px;
	background-color: #333838;
	margin: 0 6px;
	white-space: nowrap;
	overflow: hidden;
	transition: max-width 400ms linear, height 400ms linear, background-color 400ms linear, padding 400ms linear;
	color: #333838;
}

.scheme-slider__paginator-btn--active{
	padding: 0 32px;
	height: 46px;
	line-height: 46px;
	background-color: #FFF;
	text-align: center;
	font-size: 20px;
	border-radius: 56px;
	width: auto;
	max-width: 300px;
	transition: max-width 400ms linear, height 400ms linear, background-color 400ms linear, padding 400ms linear;
}

.swiper-pagination{
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.swiper-pagination {
    bottom: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #000000!important;
    margin: 4px;
}

.swiper-button-next, .swiper-button-prev,
.scheme-slider-prewrap .swiper-button-next,
.scheme-slider-prewrap .swiper-button-prev{
	border-radius: 25px;
	border: 1px #646464 solid;
	color: #646464!important;
	width: 40px!important;
	height: 40px!important;
	font-family: "Acrom";
	font-weight: 100;
	font-size: 25px;
}

.swiper-button-next:hover, .swiper-button-prev:hover,
.scheme-slider-prewrap .swiper-button-next:hover,
.scheme-slider-prewrap .swiper-button-prev:hover{
	 border: 1px #232323 solid;
	 color: #f8f8f8!important;!importan;
	 background:#232323;
}

.scheme-slider-prewrap .swiper-button-next:after,
.scheme-slider-prewrap .swiper-button-next:before,
.scheme-slider-prewrap .swiper-button-prev:after,
.scheme-slider-prewrap .swiper-button-prev:before{
	display: none;
}

.scheme-slider-prewrap .swiper-button-next{
	transform: rotate(180deg);
}

.swiper-button-next svg,
.swiper-button-prev svg {
    height: 12px;
    color: #121212; /* обычный цвет */
    transition: color 0.2s;
}

.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
    color: white; /* цвет при наведении */
}


.third-slider-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  margin-bottom: 90px;
}

.slider-item {
  flex: 1 1 calc(50% - 20px);
  min-width: 0;
}

.slider-title {
	position: absolute;
	font-family: Acrom;
	font-weight: 300;
	font-size: 50px;
	line-height: 110.00000000000001%;
	vertical-align: middle;
	text-transform: uppercase;
}

.slider-img {
	display:flex;
	align-items: center;
	height: 600px;
}

.slider-img img {margin-top: 250px;width:90%;}

.item-block {
	background: white;
	border-radius: 20px;
	height:600px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #E6E6E6 transparent;
	padding: 28px 32px;
}

.item-block::-webkit-scrollbar {
  width: 6px;
  height: 6px; 
}

.item-block::-webkit-scrollbar-track {
  background: transparent;  
}

.item-block::-webkit-scrollbar-thumb {
  background: #E6E6E6;
  border-radius: 3px;
}
.item-block::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}
.item-block::-webkit-scrollbar-thumb:hover {
  background: #D1D1D1;
}

.swiper-slide-active .item-block {
display:block;

}

.scope-box {
	border:1px solid;
	padding: 20px 36px;
	display: block;
	position:relative;
	bottom:0;
	height: 155px;
	margin-bottom:30px;
	max-width: 440px;
}

  @media (max-width: 576px) {

.scope-box {
	display:none;
}

  .slider-item  .scope__li__name {
        min-width: 65px!important;
        width: 65px!important;
       }


 .item-block {
   
        padding: 28px 16px;
    }
 .item-block .block-title  {
	 margin-top:0;
 }

  }

.scope-box .scope-box-bg {position:absolute;background:#ffffff;width: 105%;max-width: 460px;font-family: Acrom;font-weight: 400;font-size: 16px;line-height: 120%;letter-spacing: 0%;}

.slider-one .scope__li__name {
	min-width: 180px;
}

.block-title {color: #cfcfcf;margin-bottom: 10px;font-family: Acrom;font-weight: 700;font-size: 32px;line-height: 100%;text-transform: uppercase;}

.item-block .scope__li__name {
	color:#cfcfcf;
}

.scope__block {
	margin-bottom:20px;
	margin-top: 10px;
	font-family: Acrom;
	font-weight: 400;
	font-size: 18px;
	line-height: 110%;
}

.scope-title {
    font: 700 18px Acrom;
    margin-bottom: 8px;
    display: block;
}

.tip-box {
	height: 150px;
	border: 1px black solid;
	margin-bottom: 20px;
	position: relative;
	max-width: 400px;
	width: 385px;
	left: 0;
	z-index: 1;
}

.scope-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 16px;
  z-index: 1;
  background: #f7f7f7;
  width: 100%;
}

.tip-bg {
	position:absolute;
	width: 480px;
	background:#f7f7f7;
	top: 30px;
	left: 30px;
	font-family: Acrom;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
}
.tip-bg {
	text-align:left;
}

.horizontal-flex {
	width: 100%;
	display: flex;
	background: #f7f7f7;
	margin-top:5px;

}

.horizontal-flex-container {
	display:flex;
	margin-right:15px;
	 flex-direction: row;
  align-items: flex-end;
    }

.highlighted-text {font: 800 40px Century Gothic;margin: 0;margin-right: 10px;}

.futuristic-text {font: 400 28px Century Gothic;color:#cfcfcf;margin: 0;line-height: 39px;}

@media (max-width: 568px) {
.scope-box {
	display:none;
}

}

@media (max-width: 1300px) {
  .slider-item {
    flex: 1 1 100%;
  }

.itemlogo {
    padding: 0!important;
}

.slider-img img {
    max-height: 400px;
    margin-top: 0;
    width: auto;
    display: flex;
}

.third-slider-box {
    margin-bottom: 0;
}

.logobox {
	text-align:center;
	margin-bottom:20px;
}

.slider-img {height: auto;}

.slider-title {
    position: relative;
    text-align: center;
}

	.slider-img {
    display: flex;
    width: 100%;
    justify-content: center; 
    align-items: center;
    height: 400px;
}
.item-block {
    height: auto;
    display: none;
}

}

.slide-img {
	width:50%;
	background: url(../img/pages/altei/altei.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.itemlogo {
	height: 46px;
}

 @media (min-width: 1300px) {

.itemlogo {height: 72px;margin-bottom: 50px;}

 }



.third-slider-prewrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.third-slider__paginator-btn {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
}
.third-slider__paginator-btn {
    display: inline-block;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    border-radius: 56px;
    width: auto;
    max-width: 200px;
    margin: 0 4px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 400ms linear;
}
.third-slider__paginator-btn--active {
    padding: 0 32px!important;
    height: 46px!important;
    line-height: 46px!important;
    background-color: #FFF!important;
    color: #000;
    text-align: center;
    font-size: 20px;
    border-radius: 56px;
    width: auto;
    max-width: 300px!important;
    margin: 0 4px;
    transition: max-width 400ms linear, 
                height 400ms linear, 
                background-color 400ms linear, 
                padding 400ms linear,
                color 400ms linear;
}

.third-slider__paginator-btn {
	    padding: 0;
	    display: block;
	    max-width: 28px;
	    height: 28px;
	    line-height: 46px;
	    border-radius: 22px;
	    background-color: #333838;
	    margin: 0 6px;
	    white-space: nowrap;
	    overflow: hidden;
	    transition: max-width 400ms linear, height 400ms linear, background-color 400ms linear, padding 400ms linear;
	    color: #333838;
}
.third-slider .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    width: 100%;
    position: absolute;
}

.third-slider-prewrap .swiper-button-next {
    right: 20px;
}

.third-slider-prewrap .swiper-button-prev {
    left: 20px;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display:none;
}

@media (max-width: 1024px) {
    .third-slider__paginator-btn {
        padding: 0 12px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        max-width: 28px;
    }

	.slider-title {
    position: relative!important;
font-family: Acrom;
font-weight: 300;
font-size: 24px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;

}

    .third-slider__paginator-btn--active {
        padding: 0 24px;
        height: 36px;
        line-height: 36px;
        max-width: 240px;
    }

	.third-slider__paginator-btn--active {
		max-width:158px;
	}

}

	@media (max-width: 1300px) {
.third-slider-prewrap .swiper-button-next,
    .third-slider-prewrap .swiper-button-prev {
        width: 60px;
        height: 60px;
        font-size: 20px;
        position: absolute;
        z-index: 2;
        top: 449px;
    }

 .third-slider-prewrap {

    padding-bottom: 100px;
}

	}

.altei-from{
	font-family: Acrom, sans-serif;
	padding: 60px 0 100px 0;
	position: relative;
	overflow: hidden;
}

 

.altei-from__row{
	display: flex;
	align-items: stretch!important;
}

.altei-from__links{
	width: 600px;
	margin-right: 20px;
	border-radius: 20px;
	background: #FFfF;
	padding: 48px 60px 55px 60px;
	background: rgba(255, 255, 255, 0.6);
	max-width: 600px;
}

.altei-from__include{
	width: 100%;
	height: unset;
}

.altei-from__include form,
.altei-from__include > div{
	position: relative;
	height: 100%;
}

.altei-from__include form > div{
	max-width: unset !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.altei-from__include .row{
	max-width: 452px;
	margin: 0 auto;
}

.altei-from__include button{
	max-width: 452px;
}

.altei-from__title{
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	color: #050505;
	white-space: nowrap;
}

.altei-from__subtitle {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500;
}

.altei-from__links-list{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.altei-from__link{
	min-height: 80px;
	backdrop-filter: blur(40px);
	background: rgba(66, 66, 66, 0.05);
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #050505;
	align-items: center;
	padding: 18px 32px;
	border-radius: 8px;
	width: 100%;
	margin-bottom: 16px;
	display: flex;
	transition: all  ease;
}
.altei-from__link:hover {
	background-color: #94d055;
	color: white;
}
.altei-from__link:last-child{
	margin-bottom: 0;
}
.altei-from__link:before{
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 14px;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
	background-size: contain;
	image-rendering: auto;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

.altei-from__link:last-of-type::before  {
width: 32px;
	height: 26px;	
}

.altei-from__link:first-of-type::before  {
width: 32px;
	height: 26px;
	
}
@media (max-width: 1024px) {

	.altei-from__row {
		flex-direction: column;
	}
	.altei-from__links {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		width: 100%;
	}
.spoiler3 .spoiler_item_left p {
    display: none;
}
}

.altei-from__blink{
	position: absolute;
	left: 0;
	top: -100px;
	pointer-events: none;
}

.c-altei-front{
	position: relative;
}

.lytik-d-front-panel{
	width: 96px;
	height: 96px;
	position: absolute;
	left: 0;
	top: 86px;
	z-index: 10;
	border-radius: 47px;
	overflow: hidden;
}

.c-altei-front .scheme-slide-desktop{

}

.device__dot {
	display: none;
}

@media (max-width: 1400px) {
	.purpose-cards__card-item {
		height: 590px;
	}


	.altei-second-slider .swiper-slide:nth-child(2) .altei-second-slider__title {
		font-size: 79px;
	}
	.altei-second-slider .swiper-slide:nth-child(2) img {
		margin-right: auto;
        max-width: 506px;
        margin-bottom: 60px;
		margin-left: 518px;
	}

	.altei-second-slider .swiper-slide:nth-child(2) .altei-second-slider__title div:nth-child(2) {
		margin-left: 0;
	}

	.altei-last-slider .swiper-slide:nth-child(1) .altei-second-slider__picture {
		max-width: 650px;
		margin-left: 270px;
		margin-top: 50px;
	}
	
}

}

@media screen and (max-width: 767px) {

	.altei-cards {
		margin-bottom: 32px;
	}
	.altei-cards__item {
		padding: 24px;

		border-radius: 12px;
		width: 100%;
		height: 660px;
	}
	.altei-cards__item:first-child {
		margin-bottom: 8px;
	}
	.altei-cards__row {
		flex-direction: column;
	}

	.altei-in-station {
		margin-bottom: 70px;
	}
	.altei-in-station__image {
		margin-top: 12px;
		margin-left: -16px;
		margin-right: -16px;
		max-width: calc(100% + 32px);
		background-color: black;
	}

	.altei-second-slider__inner, .altei-last-slider__inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 70px !important;
	}

	.altei-second-slider-section .swiper-button-next,
	.altei-second-slider-section .swiper-button-prev {
		top: 24px;
	}

	.altei-second-slider__list-item {
		padding-left: 26px;
		margin-bottom: 12px;

		font-size: 14px;
		line-height: 17px;

		background-size: 18px;
	}

	.altei-last-slider .swiper-slide:nth-child(1) .altei-second-slider__picture {
		max-width: 380px;
	}
	.altei-second-slide-2 .altei-second-slider__content {
		position: static;
	}
	.altei-second-slider .swiper-slide:nth-child(2) img {
		margin-right: auto !important;
		margin-bottom: 20px;
		margin-left: auto;

		max-width: 270px;

		transform: translateX(18%);
	}

	.altei-second-slider .swiper-slide:nth-child(2) .altei-second-slider__title {
		font-size: 24px;
		height: auto;
	}
	.altei-second-slider .swiper-slide:nth-child(2) .altei-second-slider__title > div {
		font-size: inherit;
	}

	.altei-second-slider .swiper-slide:nth-child(3) .altei-second-slider__video-column:nth-child(1) {
		width: 100%;
	}
	.altei-second-slider .swiper-slide:nth-child(3) .altei-second-slider__video-column:nth-child(2) {
		width: 100%;
		height: 100px;
	}

	.altei-second-slider__video-row {
		flex-direction: column-reverse;
	}
	.altei-second-slider__video-ti {
		margin-left: 0px;
		width: 100px;
		transform: rotate(-90deg);
		position: absolute;
		top: 112px;
		right: 275px;
		transform-origin: 0 0;
	}
	.altei-second-slider__video-line {
		display: none;
	}
	.altei-second-slider__video-text-wrapper {
		margin: -46px 10px 0 10px;
	}
	.altei-second-slider__video-text-text-text-text-text-text-text {
		max-width: none;
		margin-right: 0;
	}
	.altei-second-slider__video-text {
		border: 1px solid white;
		border-radius: 16px;
	}

	.altei-second-slide-1,
	.altei-second-slide-2 {
		display: flex;
		flex-direction: column;
	}
	.altei-second-slide-1 .altei-second-slider__title {
	    margin-bottom: 8px;	
	}
	.altei-second-slide-1 .altei-second-slider__content {
		position: static;
		margin-top: 0;
	}
	.altei-second-slide-1 .altei-second-slider__text {
		margin-bottom: 24px;
	}
	.altei-second-slider .swiper-slide:nth-child(1) img {
		margin-top: 0;
	}

	.altei-last-slider .swiper-slide:nth-child(2) .altei-second-slider__picture {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	.complectation-section {
		padding-top: 0;
		margin-bottom: 50px;
	}
	.complectation-section__content {
		display: flex;
		flex-direction: column;
	}
	.complectation-section__top-content {
		order: 0;
	}
	.complectation-section__bottom-content {
		order: 2;
	}
	.complectation-section__image {
		margin: 24px auto 40px auto;
	}
	.complectation-section__top-content, .complectation-section__bottom-content {
		position: static;
	}
	.complectation-section__item,
	.complectation-section__bottom-content .complectation-section__item {
		padding-left: 26px;
		margin-bottom: 10px;

		background-size: 18px;

		font-size: 16px;
		line-height: 21px;
	}
	.complectation-section__title {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 12px;
	}
	.complectation-section__list {
		flex-direction: column;
	}
	.complectation-section__list-l, .complectation-section__list-r {
		width: 100%;
	}

	.altei-from__links {
		padding: 35px 20px;
		margin-bottom: 16px;
		width: 100%;
		z-index: 1;
	}
	.altei-from__include {

	}
	.altei-from__link {
		margin-bottom: 8px;
	}

	[data-aos] {
		pointer-events: auto !important;
		opacity: 1 !important;
		transform: none !important;
	}

	
}

@media (max-width: 1024px) {
	.container {
		padding: 0 16px;
	}

	.run-line-wrapper{
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 10px 0;
	}

	.scheme-section{
		margin-top: 0;
		margin-bottom: 0;
	}
	.scheme-description {
		margin-bottom: 28px;

		font-size: 16px;
		line-height: 21px;
	}

	.scheme-slider .scheme-slide-desktop{
		display: none;
	}

	.scheme-slider .scheme-slide-mobile{
		display: block;
		width: 100%;
	}

	.scheme-slider .scheme-slide-mobile img{
		width: 100%;
	}

	.scheme-slide-mobile .main-list li {
    font-size:12px;
    margin-bottom: 0px;

}

		.scheme-slide-mobile .main-list li::before {
    content: "";
    margin-right: 5px;
    height: 8px;
    width: 8px;
    min-width: 8px;

}

		.scheme-slider .img-box {
		text-align:center;
		margin-top:70px;
	}

    .scheme-slider .section  .img-box {
        text-align: center;
        margin-top: 20px;
        background: white;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 5px;
    }	

}
.scheme-slide-mobile  {
	font-size:12px;
	padding-bottom: 80px;
}

.scheme-slide-one {
	padding:0 60px ;
}
.scheme-slide-mobile p {
	margin:0;
}

	.scheme-slide-mobile .section {
		padding:0 20px;
		display:none;
	}

.swiper-slide-active .section {
	display:block;
	font-family: Acrom;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
}

.circle {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            display: inline-block;
        }

        .circle-orange {
            background-color: #FF9800;
        }

        .circle-red {
            background-color: #E30613;
        }
	.scheme-slide-mobile .section-title {
		margin-top:5px;
	}

  .mobile-row {
	  display: flex;
      justify-content: space-between; 
    gap: 10px; }

	.mob-box {
		width:50%;
		padding: 15px;
	}
 .mob-box .section-title {color:#8E8E8E;margin: 0;margin-bottom: 5px;font-weight: 600;}

.gray-box {
background:#F2F2F2;

}
.scheme-slide-mobile .main-list {
	margin-top:5px;
}
.scheme-slide-mobile .main-list li {
	line-height:120%;
}

	.dark-box {
		background:#EAEAEA;

	}

	.altei-cards__item {
		height: 490px;
	}
	.altei-cards__item:nth-child(2) {
		background-position: bottom center;
		background-size: 460px;
	}
	.altei-cards__item:nth-child(2):hover {
		background-size: 490px;
	}
	.altei-cards__title {
		font-size: 20px;
		line-height: 22px;

		margin-bottom: 12px;
	}
	.altei-cards__description {
		font-size: 16px;
		line-height: 21px;
	}
	.altei-cards__description .altei-cards__item-value {
		font-size: 20px;
		line-height: 22px;
	}

	.altei-in-station__text {
		padding: 9px 20px;
		border-radius: 12px;
		font-size: 16px;
		line-height: 20px;
	}
	.altei-second-slider__title {
		font-size: 24px;
		line-height: 27px;
	}
	.altei-second-slider__text {
		font-size: 16px;
		line-height: 21px;
	}

.main {
    margin-top: 100px;
}

.main__body {
    display: flex;
    padding-top: 50px;
    background: url(../img/pages/altei/main_1.png);
    background-repeat: no-repeat;
    background-size: 57%;
    background-position-x: right;
    background-position-y: 10px;
	max-width:1490px;
}

@media screen and (max-width: 1200px) {

    .main__body {
        background-size: 50%;
        background-position-y: 60px;

    }
    

}

@media screen and (min-width: 1500px) {

    .main__body {
        background-size: 52%;
        background-position-y: 20px;

    }
    

}


.main__text {
    max-width: 505px;
}

.main__description {
    line-height: 120%;
    font-family: Acrom;
    font-size: 18px;
}
.power-analysis-details {
    box-sizing: border-box;
    flex: 0 0 auto;
    color: #121212;
    text-align: left;
    text-transform: uppercase;
    font-family: Acrom;
    font-weight: 300;
    font-size: 48px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

@media screen and (max-width: 580px) {
.power-analysis-details {
font-size:24px;
line-height:28px;
}

}

.main-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    font-family: Acrom;
}

.main-list li::before {
    content: "";
    margin-right: 8px;
    background: black;
    height: 16px;
    width: 16px;
    min-width: 10px;
    display: block;
    min-width: 16px;
}

.main-list li {
    line-height: 20px;
    display: flex;
    flex: 1 0 100%;
    align-items: center;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
}

.li-title:before {
display:none!important;
}

.li-title {font-weight:bold;font-size: 18px;min-height:32px;text-align: left;}

.main__text h1 {
    margin: 0;
    font: normal normal normal 115px / 110px Bicubik !important;
    color: #121212;
    margin-bottom: 10px;
}

.list__title_m {
    display: none;
}

.main__text .list__title::after {
    bottom: 28px;
}

.main__text .list__title::before {
    height: calc(50% + 14px);
}

.main__text .list {
    max-width: 390px;
}

.main__text .btn-1 {
    margin-bottom: 12px;

}

.reestr {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    font-family: Acrom;
    font-size: 28px;
}

.reestr-title {
    color: #B3B3B3;
    flex: 1 0 100%;
    font-size: 20px;
    font-family: Acrom;
}

.reestr a {
    color: #000000;
    text-decoration: underline;
    margin-left: 5px;
}

.list__li {
    position: relative;
    padding-left: 45px;
    padding-bottom: 24px;
    font: normal normal normal 20px / 20px Acrom !important;
    color: #121212;
}

.list__li::after {
    content: '';
    position: absolute;
    top: -3px;
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #A9A9A9;
}

.list__title {
    position: relative;
    border-bottom: 2px #BEBEBE solid;
    padding-bottom:10px;
    margin-bottom:10px;
    width: 100%;
    max-width: 504px;
}

.btn-1 {
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    text-align: left;
    height: 50px;
    border: none;
    border-radius: 25px;
    background-color: #121212;
    color: white;
    font: normal normal normal 18px / 20px Acrom !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-1:hover {
    background-color: #91CF4F;
    color: white !important;
    text-decoration: none !important;
}

.btn-1:active {
    background-color: #86C344;
    color: white !important;
    text-decoration: none !important;
}

.btn-1--white {
    background-color: white;
    color: #121212;
    border: 1px solid #121212;
}

.btn-1--white:hover {
    background-color: #252423;
    border-color: #252423;
    color: white !important;
    text-decoration: none !important;
}

.btn-1--white:active {
    background-color: #1F1E1D;
    border-color: #1F1E1D;
    color: white;
    text-decoration: none !important;
}

.main__img {
    width: 65%;
}

.main__img_m {
    display: none;
}

@media (max-width: 1024px) {
	.main__body {
		background-size:0px;
		padding-top: 20px;
	}

    .main__img {
        display: none;
    }

    .main__img_m {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        height: 300px;
    }

    .main__img_m img {
        height: 100%;
        width: auto;
    }

    .main__text {
        position: static;
        width: auto;
    }

    .main__text .btn-1 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 574px) {
    .main {
        margin-bottom: 60px;
    }
    .main__img_m {
        margin-left: -15px;
        margin-right: -15px;
        height: auto;
    }
    .main__img_m img {
        height: auto;
        width: 100%;
    }
    .main__text h1 {
        display: none;
    }
    .list__title_m {
        margin-bottom: 18px;
        display: block;
        width: 90%;
    }

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

    .list__title::after {
        left: -5px;
    }
    .list__title::before {
        left: -14px;
        width: 8px;
    }
    .list__li {
        padding-left: 28px;
        padding-bottom: 13px;
        font: normal normal normal 20px / 20px Acrom !important;
    }
    .list__li::after {
        content: '';
        position: absolute;
        top: 2px;
        left: 4px;
        width: 16px;
        height: 16px;
    }
    .list__select::after {
        top: -2px;
        left: 1px;
        bottom: -23px;
        width: 22px;
    }
    .list__select::before {
        left: -14px;
        width: 14px;
    }

    .main__text .list__title,
    .main__text .list {
        margin-left: 0;
    }

    .main__text .btn-1 {
        width: 100%;
        max-width: 100%;
    }
}

    #iris-o-form {
        background: white;
        box-shadow:none;

    }

     #iris-o-form input {
		 background:#f7f7f7;
		 height:60px;
		 margin-bottom:10px;
		 font-family: Acrom;
		 font-weight: 300;
		 font-size: 18px;
		 line-height: 100%;
		}

     .spoiler_box {
        display: flex;
        flex-wrap: wrap;
        padding: 55px 50px;
        background: white;
        border-radius: 20px;
      }

    




.spoiler-title {
	color:#e6e6e6;
	font-weight:600;
	font-size:20px;
}
 @media (min-width: 1300px) {
.spoiler-title {
    font-size:26px;
}
	 .spoiler-column p {
    font-size:24px
} }
.spoiler-bold {font-weight:bold;line-height: 120%;font-size: 18px;margin-bottom: 10px;}

.spoiler_item_left p {
	text-align:left;
	font-family: Acrom;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
}
.spoiler_item_left{
    display: flex;
    flex-wrap: wrap;
}

.spoiler-list {position:relative;padding-bottom: 40px;padding-left: 50px;!;text-align: left;}

.spoiler_logo {
	display: flex;
	align-items: center;
	max-height: 660px;
	width: 100%;
	padding-bottom: 130px;
	padding-top: 110px;
}
.spoiler3 .spoiler_logo  {
	padding-bottom: 0;
	padding-top: 0;
}
.spoiler2 .spoiler_logo {
	
	padding-bottom: 0;
	padding-top: 20px;
}

.spoiler_footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: -30px;
}

.spoiler_footer {
    margin-bottom: 0;
    margin-top: 30px;
}

.footer_text {
	font-family: Acrom;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	text-align: right;
}

.spoiler_logo img {
	width: 100%;
}
.close-spoiler {width: 253px;}

.spoiler-list .main-list {position:relative;margin-bottom: 5px;z-index: 1;}
.footer_number {
	color:#E6E6E6;
	position: absolute;
	bottom: -30px;
	letter-spacing: -15px;
	right: 0;
	z-index: 0;
	font-family: Acrom;
	font-weight: 700;
	font-size: 237.59px;
	line-height: 100%;
}

@media (min-width: 800px) and (max-width: 1200px) {
    .footer_number {
        font-size: 200px;
        line-height: 100%;
    }
	
}

.spoiler3  .number-top {
	display:none;
}

.elements {
font-size:67px;
line-height:48px;
text-align:right;
letter-spacing:0;
bottom: 0px;
}

.mob-spoiler {
	display:none;
}

.spoiler_item li {
	margin-bottom: 7px;
	font-family: Acrom;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
}

.spoiler_item .li-title {font-family: Acrom;font-weight: 700;font-size: 20px;line-height: 120%;}
.spoilerlogo {
	height: 80px;
	margin-bottom:20px;
	margin-top:5px;
}
      @media (max-width: 1024px) {
        .spoiler_box {
          flex-direction: column;
          padding: 30px;
        }

        .spoiler_box .spoiler_item {
          flex: none;
        }

		  



		  

		   .scheme-section .swiper-button-next,  .scheme-section .swiper-button-prev {

    top: 50px!important;

}
      }

.spoiler_box {
    display: none;
}

.kwblock_hidden {
    display: none;
}

.spoiler_box_active {
    display: flex;
    margin-bottom: 50px;
}


/* Общие стили для элементов */
.spoiler_item_left,
.spoiler-list {
  flex-shrink: 1;
  flex-grow: 0;
  box-sizing: border-box;
}

/* Левая часть — 40% с учётом gap */
.spoiler_item_left {
  flex-basis: calc(40% - 10px);
}

/* Правая часть — 60% с учётом gap */
.spoiler-list {
  flex-basis: calc(60% - 10px);
}


.spoiler-container {
  display: flex;
  gap: 0; 
}

.spoiler-column--main {
  flex: 60%;
}

.spoiler-column--aside {
  flex: 40%;
}

.spoiler-column p {
	margin-bottom:10px;
}

@media (max-width: 1200px) {
.spoiler3  .footer_number {
    font-size: 200px!important;
    line-height: 100%;
}
 
}

@media (max-width: 1024px) {
  .spoiler-container {
    flex-direction: column;
  }
	

  .spoiler-column--main,
  .spoiler-column--aside {
    flex: 0 0 100%;
  }
}

  .ideal-cabinet-solution1 {
      display: flex;
      gap: 20px;
      margin-top: 36px;
      flex-wrap: nowrap;
      position: relative;
    }

    .hierarchical-container {
      box-sizing: border-box;
      display: flex;
      flex: 0 0 auto;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      height: 213px;
      border: 1.25px solid #767676;
    }

    .flex-column-container {
      box-sizing: border-box;
      display: flex;
      flex: 0 0 auto;
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start;
      width: 75px;
      padding: 17px 21px 128px 20.5px;
      background: #767676;
    }
    .image-container {
      display: block;
      flex: 0 0 auto;
      max-width: initial;
      height: 67px;
    }
    .flex-container-with-padding {
      box-sizing: border-box;
      flex: 1 0 auto;
      padding-top: 17px;
      padding-right: 21px;
      padding-bottom: 86px;
    }
    .inner-content-wrapper {
      padding-left: 20px;
    }
    .image-container1 {
      box-sizing: border-box;
      display: block;
      width: 34px;
      max-width: initial;
      height: 67px;
    }
    .vertical-spacer {
      margin-top: 10px;
    }
    .svg-container {
      display: flex;
      width: 32px;
      height: 32px;
      margin-right: -16px;
      margin-left: -16px;
      color: #767676;
    }
    .ideal-cabinet-solution {
      position: relative;
    }
    .main-protection-system-description {
      box-sizing: border-box;
      display: flex;
      align-items: flex-start;
      word-wrap: break-word;
      flex-wrap: wrap;
      min-height: 200px;
    }
    .primary-heading-text-style {
      flex: 0 0 auto;
      padding: 0;
      margin: 0;
      font: 700 20px Acrom;
      color: #121212;
      text-align: left;
    }
    .primary-protection-description {
      padding: 0;
      color: #121212;
      text-align: left;
      max-width: 370px;
      word-wrap: break-word;
      white-space: normal;
      overflow-wrap: break-word;
      font-size: 16px;
      line-height: 120%;
    }
    .ideal-solution-text {
      flex: 0 0 auto;
      align-self: stretch;
      padding: 0;
      margin: 0;
      font: 400 16px Acrom;
      color: #121212;
      text-align: left;
      opacity: 0.5;
      /* margin-top: -9px; */
    }

.mob-text {
	display:none;
}

@media (max-width: 1300px) {
.ideal-cabinet-solution1 {
    flex-wrap: wrap !important;
	position:relative;

}

.ideal-solution-text {
    display: none;
}

.mob-text {
	display:block;
	width:100px;
}

.primary-heading-text-style {
	max-width:100%;
	display:flex;
}

.primary-protection-description {
	max-width:100%;
	display:flex;
	margin-top: 10px;
}
.main-protection-system-description {
    min-height: 0;
}

    .spoiler2 .mob-spoiler {
        margin-top: 5px!important;
    }

}
   @media (max-width: 1024px) {

.spoiler-list {
    padding-bottom: 0px;
    padding-left: 0;
}

.footer_number {
    font-size: 50px;
    font-weight: 700;
    position: relative;
    top: -300px;
    letter-spacing: 0;
    z-index: 0;
    max-height: 40px;
    text-align: right;
}

.spoiler4  .elements {
	font-size:30px;
	line-height:30px;
	margin-top: -38px;
	position: absolute;
}
.footer_number {

}

.block-title {
	line-height: 120%;
	margin-top: 15px;
	margin-bottom: 7px;
	text-align: left;
}

.spoilerlogo {
	height:50px;
}

	   
.spoiler3 .footer_number {
display:none;
}
	.number-top {
		display:flex;
	} 

	.spoiler1 .footer_number {
	 margin-top: -333px;
	 margin-bottom: 333px;
	 font-size: 58px;
	 position: static;
	}

    .spoiler_logo {
    align-items: center;
    padding-bottom: 0;
    max-height: 160px;
    position: relative;
    padding: 0;
    }

    .spoiler_footer {
    margin-bottom: 0;
}

   .spoiler_logo img {
	 height:170px;
}

	   .spoiler3  .number-top {
	      display: block;
	      width:100%;
	      text-align:center;
	      font-size: 53px;
	      color: #e6e6e6;
	      font-weight: 700;
}

.close-spoiler {width: 100%;}

.spoiler_footer .list-btn {
	 display:none;
	 }

 .spoiler_footer .footer_text{
	margin-bottom:30px;
	 }
.spoiler2 .spoiler_footer .footer_text{
	margin-bottom:0;
	 }
 
.mob-spoiler {
	display: block;
	margin: 60px 0 10px  0;
	max-width: none;
}

.footer_text {
    text-align: right;
    line-height: 22px;
    font-size: 16px;
    text-align: left;
}

.spoilerlogo {
    margin-bottom: 15px;

}
.spoiler_item  {
	margin-bottom: -40px!important;
	text-align: left;
}

 .spoiler2 .spoiler_item  {
	margin-bottom: 0!important;

}
.spoiler2  .mob-spoiler {	
margin: 20px 0 10px  0;	
}

      }

 .spoiler_item  table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
    }

  .spoiler_item  th, td {
      padding: 5px 16px;
      text-align: left;
      background: #D3D3D3;
    }

  .spoiler_item  th {
      background-color: #000;
      color: #fff;
      font-weight: 400;!imoprtant;!imoprtan;!imoprta;!imoprt;!imopr;!imop;!imo;!im;!i;!;
      font-size: 16px;
      text-align: center;
    }

   .spoiler_item td {
      background-color: #F4F4F4;
      font-size: 16px;
    }

  .spoiler_item  table, th, td {
      border: 1px solid #b6b2b2;
    }

.spoiler-column table {
	max-width: 400px;
	margin-bottom:20px
}

.slide-container {
  display: none;
  gap: 20px;
  width: 100%;
  overflow-x: hidden;
  justify-content: center;
  padding: 0 50px;
}

.swiper-slide-active .slide-container {
	display:flex;
	padding-bottom: 50px;
	width: 100%;
	gap: 20px;
}

 


.slide-one {
  flex: 0 0 70%;
}

.slide-two {
  flex: 0 0 30%; 
}

@media (max-width: 767px) {
  .slide-container {
    flex-direction: column;
    padding: 25px;
  }



  .slide-one,
  .slide-two {
    flex: 0 0 100%;
    width: 100%;
  }
}

.altei {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  margin-bottom: 16px;
}

.altei  .altei-from__link {
    font-size: 16px;
    line-height: 120%;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.altei .altei-from__link {
  flex: 1 1 calc(33.333% - 20px);
  flex-wrap:wrap;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
.altei  .altei-from__link {
    flex: 1 1 calc(50% - 20px); 
    justify-content: center;

  }
	.slider-item .big_li .scope__li__name {
    min-width: 100px !important;
    width: 100px !important;
}
}

.altei .altei-from__link:before {
    content: '';
    display: block;
    width: 42px;
    height: 34px;
    margin: 0 0 10px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: filter 0s ease;
}

.altei-from__link--book:before {
    background-image: url("../img/pages/altei/book.png");
}

.altei-from__link--assignment:before {
    background-image: url("../img/pages/altei/assignment.svg");
}

.altei-from__link--model:before {
    background-image: url("../img/pages/altei/model.svg");
}

.altei-from__link--presentation:before {
    background-image: url("../img/pages/altei/presentation.svg");
}

.altei-from__link:hover:before {
    filter: invert(1) brightness(1.5);
}



 
.run-line-wrapper{
	width: 100%;
	overflow: hidden;
	margin: 60px 0;
}

.run-line{
	display: flex;
	overflow: hidden;
	width: calc(100% + 100px);
	margin-left: -50px;
	font-family: Acrom, sans-serif;
}

@keyframes lineAnimate {
	0%{
		transform: translateX(0%)
	}
	100%{
		transform: translateX(-200%)
	}
}

.run-line__item{
	display: flex;
	align-items: center;
	flex-shrink: 0;
	animation: lineAnimate 20s infinite linear;
}

@keyframes circleRotate {
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

.run-line__circle{
	width: 70px;
	height: 70px;
	background: url("../img/pages/altei/circle.svg");
	margin: 0 20px;
	background-size: cover;
	animation: circleRotate 6s linear infinite;
}

.run-line__text{
	font-size: 70px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3em;
	color: #E1E1E1;
	text-transform: uppercase;
}

.run-line__text b{
	font-size: 28px;
	font-weight: 600;
}

.run-line__text span{
	font-size: 30px;
	font-weight: 300;
}

.run-line-support .run-line__text{
	position: relative;
	min-width: 225px;
	text-align: left;
}

.run-line-support .run-line__text img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.run-line-support .run-line__text b{
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
}

.run-line-support .run-line__item:nth-child(even) .run-line__text b{
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
}

@media (max-width: 1024px) {
	.run-line__text{
	font-size: 30px!important;}
.run-line__circle{
	width: 30px;
	height: 30px;

}

}



@media (max-width: 468px) {
	.dashboard__content .background {
        width: 330px!important;
        height: 330px!important;
    }

.acrom-heading {
    font: 500 18px Acrom;;
}

.efficient-helper-text-style {
	font-size:16px;
	line-height:120%
}

	
    .scope__control {margin-bottom: 20px;}
	
.kwblock {
	padding:16px;
}
.kwblock .primary-button-style {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 35px;
	font-size: 16px;
}

.inf-footer img {
    max-height: 49px;
}
.inf-block {
	font-family: Acrom;
font-weight: 400;
font-size: 16px;
line-height: 100%;
width:100%;
}
.inf-text {
	text-align:left;
	font-family: Acrom;
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;


}
.inf-footer {
	flex-direction:column;
	gap:12px;
	font-size: 16px;
}
.inf-footer .inf-block:first-child {
  order: 2; /* ÃÂ¡Ã‘â€šÃÂ°ÃÂ²ÃÂ¸ÃÂ¼ ÃÂ¿ÃÂµÃ‘â‚¬ÃÂ²Ã‘â€¹ÃÂ¹ ÃÂ±ÃÂ»ÃÂ¾ÃÂº ÃÂ²Ã‘â€šÃÂ¾Ã‘â‚¬Ã‘â€¹ÃÂ¼ */
}

.inf-footer .inf-block:last-child {
  order: 1; /* ÃÂ¡Ã‘â€šÃÂ°ÃÂ²ÃÂ¸ÃÂ¼ ÃÂ²Ã‘â€šÃÂ¾Ã‘â‚¬ÃÂ¾ÃÂ¹ ÃÂ±ÃÂ»ÃÂ¾ÃÂº ÃÂ¿ÃÂµÃ‘â‚¬ÃÂ²Ã‘â€¹ÃÂ¼ */
}
	

.efficient-helper-container { 
    width: 100%;  
}
.main-list li {;
    font-size: 16px;
}

.main-list li::before  {
	margin-right:10px;
}

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


.scope-title {
    font: 700 16px Acrom;
    
}
	

.spoiler_item .li-title {
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 120%;
}
.spoiler3 .scope__block__2 {
	margin-bottom:20px;
}

.spoiler_item table {
	max-width:unset;
}

 .spoiler_item  th {
      font-size: 12px;
    }

   .spoiler_item td {
      font-size: 12px;
	  
    }

	.spoiler-column--aside table th, td {
		text-align:center;
	}

		 
	.spoiler-column--main table td:first-child {
  text-align: left;
}
.spoiler_box .spoiler_item {

    margin: 0;
}

.spoiler-bold {
    font-size: 16px;

}

	
     .spoiler1 .footer_number {
        margin-top: -303px;
        margin-bottom: 290px;
    }
.spoiler_item li {font-size:14px;}

.spoiler_item_left p {
font-size:14px;	
}

.spoiler4 .elements {
        font-size: 30px;
        margin-top: 0;
        position: absolute;
        line-height: 100%;
    }


	
.equipment-thumbnail {
    width: 46px;
    height: auto;
    margin: 0 0 10px 10px;
}

    .spoiler_box {
        padding: 16px;
        margin-left: -20px;
        margin-right: -20px;
    }

.logical-elements-info {
margin-top: 10px;
}


.close-spoiler {
      height:35px;
    }
.acrom-heading1 {
    font: 700 18px Acrom;
    text-align: left;
}

.logical-elements-info p {line-height: 100%;font-size: 16px;}

.altei-from__title {
	font-family: Acrom;
font-weight: 700;
font-size: 20px;
line-height: 120%;
text-align:center;
margin-bottom:10px
}
	
	
	
.altei-from__subtitle {font-family: Acrom;font-weight: 500;font-size: 15px;line-height: 120%;text-align: center;}

.altei-from__links {
   padding: 28px 20px;
}


.popup-content {
	padding: 16px;
}

	.second-slider .swiper-button-next, .second-slider .swiper-button-prev {
   
    width: 24px!important;
    height: 24px!important;;
    margin-top: -20px;
    font-size:14px;
}

.second-slider  .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
}

.second-slider .swiper-pagination-bullet-active {
  height: 18px;
  width: 18px;



}


}

	.spoiler-mob-text {
  font-family: 'Acrom', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  display: block; /* По умолчанию показывать */
		margin-bottom:20px;
}

@media (min-width: 1025px) {
  .spoiler-mob-text {
    display: none;
  }