/* Общие стили */

body {
  margin: 0;
  padding: 0;
  font-family: 'IBM Plex Sans', sans-serif;
  position: relative;
}

body.body--noscroll {
  overflow: hidden;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: inherit;
}


h1 {
  font-size: 48px;
  line-height: 120%;
}

h4 {
  font-size: 16px;
  line-height: 140%;
}


.animateme{
  transition: 0.1s;
}


.visibly-hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}


.main-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  text-align: center;
  width: max-content;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #FFBA33;

  background-color: #FFBA33;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #00002B;
  padding: 16px 24px;
}

.main-btn--small {
  padding: 12px 20px;
  border-width: 1px;
}

.main-btn:hover {
  background-color: #F5A200;
}

.main-btn.main-btn--transparent {
  background-color: transparent;
  border: 1px solid #FFBA33;
  color: #fff;
}

.main-btn.main-btn--transparent:hover {
  color: #00002b;
}
.main-btn.main-btn--hover-orange:hover{
  color:#FFBA33;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 767px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 991px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}


@media (max-width: 767px) {}


/* Общие стили конец*/





/* Общая шапка */

.header {
  padding: 12px 0;
  z-index: 1;
  position: relative;
}

.header__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.logo
{
  width: 128px;
  height: 128px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: -20px;
}

@media (max-width: 767px) {
  .logo
  {
    width: 96px;
    height: 96px;
  }
}

.logo-text
{
  width: 96px;
  height: 96px;
  margin-right: 20px;
  margin-bottom: 0;
}

.header__phone
{
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  margin-right: 32px;
}

.list-login {
  display: -webkit-box;
  display: flex;
}

.cabinet-nav__item
{
  margin-left: 20px;
}

.cabinet-nav__list-login {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cabinet-nav__link--position {
  margin-right: -3px;
}

.gamburger-menu {
  display: none;
  fill: #fff;
}

.atlas-normal__gamburger-menu {
  fill: #58637e;
}

.heading-classification__gamburger-menu {
  fill: #58637E;
}


@media (max-width: 991px) {}

/* Общая шапка конец*/






/* Страница index */

.landing-heading {
  background-color: #58637E;
  min-height: 100vh;
  background-size: 580 auto;
  background-position: calc(50vw + 30px) bottom;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.cabinet-demo-picture {
  position: absolute;
  right: 10px;
  bottom: -140px;
  width: 540px;
}
.container-relative{
  position: relative;
}
#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0px;
  z-index: 0;
}

.body--noscroll #particles-js {
  display: none;
}


.landing-heading__presentation {
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.heading-presentation {
  color: #FFFFFF;
  padding: 32px 0 100px;
}

.heading-presentation__title {
  margin: 0;
  margin-bottom: 32px;
  width: 730px;
  max-width: 100%;
}


.heading-presentation__features-list.features-list {
  width: 880px;
  max-width: 100%;
  margin-bottom: 32px;
}


.features-list {
  padding: 0;
  margin: 0 -1%;
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.features-list__item {
  width: 31%;
  margin: 0 1% 32px;
}

.features-list__title {
  margin: 0;
  margin-bottom: 4px;
  color: #FFBA33;
}

.features-list__text {
  font-size: 14px;
  line-height: 150%;
}

.heading-presentation__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}


.heading-presentation__btn {
  margin-right: 16px;
}

.heading-presentation__instruction-link {
  margin-bottom: 6px;
}

.instruction-link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF64;
}


.instruction-link svg {
  width: 24px;
  height: 24px;
  fill: #B2B7C4;
}

.heading-presentation__mouse-anchor {
  position: absolute;
  bottom: -10px;
  left: calc(50vw - 550px);
  z-index: 2;
}

/* Вторая секция начало */
.separation-block {
  position: relative;
  overflow: hidden;
}

.heading-classification {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left top, right top, from(#fdfdfd), color-stop(50%, #fdfdfd), color-stop(50%, #58637e), to(#58637e));
  background: linear-gradient(to right, #fdfdfd 0%, #fdfdfd 50%, #58637e 50%, #58637e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#58637e', GradientType=1);
  padding-top: 30px;
  position: relative;
}

.heading-classification__logo {
  color: #58637E;
}

.box-classification {
  display: -webkit-box;
  display: flex;
  min-height: 90vh;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
}

.second-title {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 57px;
  color: #00002B;
  margin: 0px;
  margin-bottom: 12px;
}

.desc-list {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
}

.item-classif-left__list-suitable {
  padding-left: 0px;
  margin-bottom: 0px;
}

.list-suitable {
  max-width: 420px;
}

.list-suitable__item {
  display: block;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #00002B;
  margin-bottom: 24px;
}

.list-suitable__item svg {
  min-width: 24px;
  margin-right: 4px;
  margin-left: 10px;
}

.details {

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;

  color: #00002B;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.details.details-mobule {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}

.item-classif-left__details,
.item-classif-right__details {
  margin-left: 35px;
  border: 2px solid #FFBA33;
  cursor: pointer;
}

.item-classif-right__details{ 
  margin-top: 35px;
  border: 2px solid #fff;
}
.details svg {
  margin-left: 7px;
}

.item-classif-right__details svg {
  fill: #fff;
  stroke: #fff;
}

.title-and-mark {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.text-pro {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #00002B;
  background: #FFBA33;
  border-radius: 4px;
  padding: 2px 8px;
  margin-left: 8px;
  margin-top: 15px;
}

.box-classification__item-classif-right {
  margin-top: -20px;
}

.big-yellow-arrow {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.item-classif-right__details,
.item-classif-left__details {
  display: inline-flex;
  padding: 12px 24px 12px 24px;
  border-radius: 4px;
}

.item-classif-left__details svg{
  transform: rotate(180deg);
  margin-right:6px;
}

.item-classif-left__details:hover {
  background: #FFBA33;
  padding: 12px 24px 12px 24px;
  border-radius: 4px;
  transition: .3s;
}

.item-classif-right__details:hover{
  background: #FFBA33;
  padding: 12px 24px 12px 24px;
  border-radius: 4px;
  transition: .3s;
  border: 2px solid #FFBA33;
}

.item-classif-right__details:hover {
  color: #00002B;
}

.item-classif-right__details:hover svg {
  stroke: none;
  fill: #00002B;
  transition: .3s;
}





/* atlas-normal начало */

.atlas-normal.active,
.atlas.active {
  -webkit-transform: none;
  transform: none;
  z-index: 2;
  opacity: 1;
  position: static;
}

.atlas-normal {
  background-color: #fdfdfd;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  /* overflow: auto;
  height: 100%; */
}

.atlas-normal.translated {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


/* atlas-normal конец */


/* atlas начало */

.atlas {
  position: fixed;
  background-color: #58637e;
  width: 100%;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  
}

.atlas.translated {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.landing__box-classification {
  background: url('../img/back-second-section.svg') no-repeat, url('../img/cart-gray.svg') no-repeat;
  background-size: 50% 62%,
  89% 96%;
  background-position: -9px 186px,
  480% 10px;
}


/* atlas начало */
/* Вторая секция конец */
/* Секция atlas-normal начало */

.header__phone--atlas-normal {
  margin-top: 35px;
}

/* Секция atlas-normal конец */
/* Секция atlas-pro начало */
.thorough-wrapper {
  margin-top: 10px;
}

.thorough {
  padding-bottom: 109px;
  position: relative;
  background: url('../img/cart-white.svg') no-repeat;
}
.thorough--background{
  background: url('../img/cart-gray.svg') no-repeat;
}
.header__cabinet-nav--atlas,
.header__phone--atlas {
  margin-top: 33px;
  color: #fff;
}

.thorough-atlas {
  display: -webkit-box;
  display: flex;
}

.thorough-atlas__item-classif-right {
  margin-top: 30px;
  width: 40%;
}

.text-payment {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.54;
}

.atlas__schemecloud-atlas {
  margin-top: 50px;
  width: 60%;
}


.img-sheme {
  margin-top: 50px;
  cursor: pointer;
}


.thorough {
  margin-top: -10px;
}



/* Кнопка-треугольник начало */
.box-polygon-atlas-normal {
  position: fixed;
  overflow: hidden;
  opacity: 0;
  z-index: 4;
  top: 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* -webkit-transform: translateY(-50%);
  transform: translateY(-50%); */
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 200px;
  height: 100vh;
}



/* Атлас про кнопка */
.third-title--polygon .polygon__arrow-btn--atlasPro {
  fill:#fff;
  margin-left: 10px;
}

.box-polygon-atlas-normal__polygon{
  display: flex;
  transform: rotate(-90deg) translate(0px, 0px);
  width: 461px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  transition: .3s;
  position: absolute;
  left: -210px;
}

.third-title--polygonNormal{
  display: flex;
  align-items: center;
}
.box-polygon-atlas-normal:hover .box-polygon-atlas-normal__polygon {
  background-color: #fff;
}
.box-polygon-atlas-normal:hover .third-title--polygonPro{
  color:#58637E ;
}
.box-polygon-atlas-normal:hover .polygon__arrow-btn--atlasPro {
  fill: #58637E;
}

.atlas.active .box-polygon-atlas-normal {
  overflow: visible;
  opacity: 1;
}
.box-polygon-atlas-normal:hover .box-polygon-atlas-normal__polygon .title--hover {
  color:#58637E;
}
.box-polygon-atlas-normal__polygon {
  margin-left: 0;
}

.box-polygon-atlas-pro {
  position: fixed;
  opacity: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 4;
  right: 0px;
  top: 0%;
  display: flex;
  align-items:center;
  justify-content: flex-end;
  width: 200px;
  height: 100vh;
}

.atlas-normal.active .box-polygon-atlas-pro {
  overflow: visible;
  opacity: 1;
}

.box-polygon-atlas-pro:hover .box-polygon-atlas-pro__polygon{
  background-color:#58637E;
}

.box-polygon-atlas-pro__polygon {
  display: flex;
  transform: rotate(-90deg) translate(0px, 50px);
  width: 461px;
  align-items:center;
  justify-content: center;
  background-color:transparent;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  transition: .3s;
  position: absolute;
  right: -150px;
}
.box-polygon-atlas-normal__polygon--backgroundNormal {
  background-color: #58637E;
}
.box-polygon-atlas-normal__polygon--backgroundPro {
  background-color: #ffffff;
}

.box-polygon-atlas-normal .third-title--polygonPro {
  color: #58637E;
}
.box-polygon-atlas-pro:hover .box-polygon-atlas-pro__polygon svg{
  fill: #fff;
}
.box-polygon-atlas-pro:hover .third-title--polygon{
  color: #fff;
}


.text-pro--polygon{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #00002B;
  background: #FFBA33;
  border-radius: 4px;
  padding: 1px 8px;
  margin-left: 8px;
  margin-top: 0px;
} 

.box-polygon-atlas-normal svg {
  fill: #fff;
  margin-left: 10px;
}
.third-title--polygonPro svg {
  fill: #58637E;
}
.box-polygon-atlas-pro__polygon svg {
  fill: #58637e;
  margin-right: 10px;
  transform: rotate(0deg);
}

/* Кнопка-треугольник конец */

/* Секция новый уровень Atlas СКУД начало */
.newlevel-atlas {
  padding-bottom: 97px;
}

.newlevel-atlas__second-title {
  text-align: center;
}

.third-title {

  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #FFBA33;
}

.paragraph-atlas {

  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
}

.levels-atlas {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.levels-atlas__levels-atlas {
  width: 23%;
}

.itemlevels-atlas__paragraph-atlas--margin {
  margin-top: 0px;
}

.itemlevels-atlas__third-title--margin {
  margin-bottom: 8px;
}

/* Секция новый уровень Atlas СКУД конец */

/* Секция возможности AtlasPro начало */
.opportunities-atlas {
  padding-bottom: 80px;
  background-image: url('../img/anim-svg1.svg');
  background-size: 130% auto;
  background-repeat: no-repeat;
  background-position: center 200px;
}

.opportunities-atlas.opportunities-atlas--normal {
  background-image: url('../img/anim-svg1--white.svg');
}

.opportunities-atlas__title-and-mark {
  -webkit-box-pack: center;
  justify-content: center;
}

.opportunities-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
}

.opportunities-list__item {
  display: -webkit-box;
  display: flex;
  width: 58%;
  margin-top: 50px;
}

.components__dropdown-component {
  flex-wrap: wrap;
}

.opportunities-list__icon {
  margin-right: 20px;
}

.opportunities-list__third-title {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 23px;
}


.opportunities-list__text-pro {
  padding: 0px 6px;
  margin-left: 8px;
  margin-top: -5px;
  height: 33px;
}

.opportunities-list__text-pro--size {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #00002B;
  padding: 2px 8px;
  height: 25px;
  margin-top: -1px;
}

.opportunities-list--show .opportunities-list__paragraph-atlas,
.opportunities-list--show .opportunities-list__icon {
  opacity: 0.32 !important;
}

.opportunities-list--show .opportunities-list-wrapper h3>.opacity-title {
  opacity: .32;
}

/* Секция возможности AtlasPro конец */
/* Секция с саморегистрацией AtlasPro начало */
.self-registration {
  padding-bottom: 90px;
}

.wrapper-self-registration {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.self-registration__register-picture {
  width: 50%;
}

.self-registration__atlas-info {
  width: 56%;
}

.img-register {
  margin-left: 70px;
}

/* tooltip start */
.self-registration__register-picture {
  position: relative;
}

.wrapper-tooltip-reader {
  position: absolute;
  bottom: 31px;
  right: 158px;
  z-index: 2;
}

.tooltip-icon {
  cursor: pointer;
}

.tooltip {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #00002B;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  border-radius: 2px;
  padding: 12px;
}

.register-picture__tooltip--reader {
  visibility: hidden;
}

.tooltip-icon--reader:hover+.register-picture__tooltip--reader {
  visibility: visible;
}

.register-picture__tooltip--reader {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

/* Tooltip end */


/* tooltip start expansion*/
.wrapper-tooltip-expansion {
  position: absolute;
  top: 44px;
  right: 226px;
  z-index: 2;
}

.register-picture__tooltip--expansion {
  visibility: hidden;
}

.tooltip-icon--expansion:hover+.register-picture__tooltip--expansion {
  visibility: visible;
}

.register-picture__tooltip--expansion {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: 130px;
}

/* Tooltip end expansion*/


/* tooltip start photo*/
.wrapper-tooltip-photo {
  position: absolute;
  top: 14px;
  right: 283px;
  z-index: 2;
  min-width: 150px;
}

.register-picture__tooltip--photo {
  visibility: hidden;
}

.tooltip-icon--photo:hover+.register-picture__tooltip--photo {
  visibility: visible;
}

.register-picture__tooltip--photo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  padding: 0px;
}

.wrapper-tooltip-photo--text {
  padding: 12px 13px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 0;
  margin-top: 0;
}

/* Tooltip end photo*/


/* ethernet start */
.controller__controller-scheme--normal {
  height: 698px;
}

.controller__controller-scheme {
  position: relative;
}

.wrapper-ethernet {
  position: absolute;
  top: 90px;
  right: 320px;
  z-index: 1;
  cursor: pointer;
}

.wrapper-ethernet--text {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  border-radius: 2px;
  color: #000;
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
  margin-top: -10px;
  margin-left: 10px;
  z-index: -1;
  visibility: hidden;
  width: 110px;
  max-width: 110px;
}

.wrapper-ethernet:hover {
  z-index: 2;
}

.tooltip-icon--ethernet:hover+.wrapper-ethernet--text {
  visibility: visible;
  z-index: -1;
}

/* ethernet end */


/* sensor start */
.wrapper-sensor {
  position: absolute;
  top: 90px;
  right: 210px;
  z-index: 1;
  cursor: pointer;
}

.wrapper-sensor--text {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  border-radius: 2px;
  color: #000;
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
  margin-top: -10px;
  margin-left: 10px;
  z-index: -1;
  visibility: hidden;
}

.wrapper-sensor:hover {
  z-index: 2;
}

.tooltip-icon--sensor:hover+.wrapper-sensor--text {
  visibility: visible;
  z-index: -1;
}

/* sensor end */

/* rele start */
.wrapper-rele {
  position: absolute;
  top: 90px;
  right: 80px;
  z-index: 1;
  cursor: pointer;
}

.wrapper-rele--text {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  border-radius: 2px;
  color: #000;
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
  margin-top: -10px;
  margin-left: 10px;
  z-index: -1;
  visibility: hidden;
  width: 100px;
}

.tooltip-icon--rele:hover+.wrapper-rele--text {
  visibility: visible;
}

/* rele end */

/* external start */
.wrapper-external {
  position: absolute;
  top: 310px;
  right: 260px;
  z-index: 1;
  cursor: pointer;
}

.wrapper-external--text {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  border-radius: 2px;
  color: #000;
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
  margin-top: -10px;
  margin-left: 10px;
  z-index: -1;
  visibility: hidden;
  width: 130px;
}

.wrapper-external:hover {
  z-index: 2;
}

.tooltip-icon--external:hover+.wrapper-external--text {
  visibility: visible;
  z-index: -1;
}

/* external end */

/* reads start */
.wrapper-reads {
  position: absolute;
  bottom: 170px;
  right: 391px;
  z-index: 1;
  cursor: pointer;
}

.wrapper-reads--text {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  border-radius: 2px;
  color: #000;
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
  margin-top: -10px;
  margin-left: 10px;
  z-index: -1;
  visibility: hidden;
  width: 150px;
}

.wrapper-reads {
  z-index: 1;
}

.tooltip-icon--reads:hover+.wrapper-reads--text {
  visibility: visible;
  z-index: -1;
}

/* reads end */

/* emergency start */
.wrapper-emergency {
  position: absolute;
  bottom: 100px;
  right: 190px;
  z-index: 1;
  cursor: pointer;
}

.wrapper-emergency--text {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  border-radius: 2px;
  color: #000;
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
  margin-top: -10px;
  margin-left: 10px;
  z-index: -1;
  visibility: hidden;
  width: 170px;
  max-width: 170px;
}

.wrapper-emergency:hover {
  z-index: 2;
}

.tooltip-icon--emergency:hover+.wrapper-emergency--text {
  visibility: visible;
  z-index: -1;
}

/* emergency end */

/* additional-battery start */
.wrapper-additional-battery {
  position: absolute;
  bottom: 100px;
  right: 90px;
  z-index: 1;
  cursor: pointer;
}

.wrapper-additional-battery--text {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  border-radius: 2px;
  color: #000;
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
  margin-top: -10px;
  margin-left: 10px;
  z-index: -1;
  visibility: hidden;
}

.wrapper-additional-battery:hover {
  z-index: 2;
}

.tooltip-icon--additional-battery:hover+.wrapper-additional-battery--text {
  visibility: visible;
  z-index: -1;

}

/* additional-battery end */

/* source start */
.wrapper-source {
  position: absolute;
  bottom: 100px;
  right: 50px;
  z-index: 1;
  cursor: pointer;
}

.wrapper-source--text {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  border-radius: 2px;
  color: #000;
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
  margin-top: -10px;
  margin-left: 10px;
  z-index: -1;
  visibility: hidden;
}

.tooltip-icon--source:hover+.wrapper-source--text {
  visibility: visible;
}

/* source end */










/* Секция с саморегистрацией AtlasPro конец */
/* Atlas умеет управлять начало */
.management {
  padding-bottom: 96px;
}

.management-box {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.management-text {
  width: 40%;
}

.management-able {
  width: 60%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.row-icon {
  width: 100%;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}

.row-icon__item-icon {
  width: 20%;
}

.paragraph-atlas--align-center {
  text-align: center;
}

.item-icon__text-pro {
  position: absolute;
  right: 40px;
  top: 10px;
}

.item-icon--relative {
  position: relative;
}

.opportunities-list__text-pro--pro-position {
  right: 50px;
}

/* Atlas умеет управлять конец */
/* Способы идентификации начало */
.identification {
  padding-bottom: 70px;
}

.identification__second-title {
  text-align: center;
}

.identification__second-title {
  font-size: 33px;
}

.identification__row-icon {
  margin-top: 24px;
}

/* Способы идентификации конец */

/* Как работает Атлас про начало */
.work-atlas {
  padding-bottom: 190px;
}

.work-atlas__second-title {
  text-align: center;
}

.scheme-work {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.subtitle-alasPro{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
}





/* tooltip start rack*/
.work-atlas__scheme-work {
  position: relative;
}

.wrapper-tooltip-rack {
  position: absolute;
  z-index: 2;
  bottom: 55px;
  right: 495px;
}

.register-picture__tooltip--rack {
  visibility: hidden;
}

.tooltip-icon--rack:hover+.register-picture__tooltip--rack {
  visibility: visible;
}

.register-picture__tooltip--rack {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  padding: 12px;
  width: 240px;
}

.wrapper-tooltip-rack--text {
  margin: -60px 0px -5px 7px;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  color: #000000;
}

/* Tooltip end rack*/



/* tooltip start allows*/

.wrapper-tooltip-allows {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  right: 203px;
}

.register-picture__tooltip--allows {
  visibility: hidden;
}

.tooltip-icon--allows:hover+.register-picture__tooltip--allows {
  visibility: visible;
}

.register-picture__tooltip--allows {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  padding: 12px;
  width: 240px;
}

.wrapper-tooltip-allows--text {
  margin: -60px 0px -5px 7px;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  color: #000000;
}

/* Tooltip end allows*/




/* Range start */
.range-box {
  position: relative;
  width: 724px;
  margin: 0px auto;
  max-width: 100%;
  z-index: 5;
}

.range-box__progress-bar,
.range-box__progress-bar2 {
  position: absolute;
  height: 4px;
  background: #ffba33;
  left: 0;
  top: 28.5px;
  z-index: 1;
  width: 0%;
  pointer-events: none;
  border-radius: 4px;
}

.progressbar-serif-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: -13px;
}

.progressbar-serif-item,
.progressbar-serif-item2 {
  width: 4px;
  height: 6px;
  background: #ffffff;
}
.progressbar-serif-item--atlas-normal,
.progressbar-serif-item2--atlas-normal {
  width: 4px;
  height: 6px;
  background: #58637e;
}

.range-paragraph-box,
.range-paragraph-box2 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
}

.range-paragraph-item1 {
  margin-left: 61px;
  color: #ffba33;
}

.range-paragraph-item3 {
  margin-right: 61px;
}
.range-paragraph-item--color{
  color:#58637e;
}



input[type=range].range,
input[type=range].range2 {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 4px;
}

input[type=range].range:focus,
input[type=range].range2:focus {
  outline: none;
}

/* полоса */
input[type=range].range::-webkit-slider-runnable-track,
input[type=range].range2::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-radius: 4px;
  z-index: 0;

}




input[type=range].range::-webkit-slider-thumb,
input[type=range].range2::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #ffba33, 0px 0px 0px #ffc34d;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #ffba33;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
  z-index: 3;
}

input[type=range].range:focus::-webkit-slider-runnable-track,
input[type=range].range2:focus::-webkit-slider-runnable-track {
  background: transparent;
}

input[type=range].range::-moz-range-track,
input[type=range].range2::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-radius: 3.9px;
}

input[type=range].range::-moz-range-thumb,
input[type=range].range2::-moz-range-thumb {
  box-shadow: 0px 0px 0px #ffba33, 0px 0px 0px #ffc34d;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #ffba33;
  cursor: pointer;
}

input[type=range].range::-ms-track,
input[type=range].range2::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range].range::-ms-fill-lower,
input[type=range].range2::-ms-fill-lower {
  background: #f2f2f2;
  border: 0px solid #000000;
  border-radius: 7.8px;
  box-shadow: 0px 0px 2px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range].range::-ms-fill-upper
input[type=range].range2::-ms-fill-upper {
  background: #ffffff;
  border: 0px solid #000000;
  border-radius: 7.8px;
  box-shadow: 0px 0px 2px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range].range::-ms-thumb,
.input[type=range].range2::-ms-thumb {
  box-shadow: 0px 0px 0px #ffba33, 0px 0px 0px #ffc34d;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #ffba33;
  cursor: pointer;
  height: 4px;
}

input[type=range].range:focus::-ms-fill-lower,
input[type=range].range2:focus::-ms-fill-lower {
  background: #ffffff;
}

input[type=range].range:focus::-ms-fill-upper,
input[type=range].range2:focus::-ms-fill-upper {
  background: #ffffff;
}

.range--normal{
  background: #58637e;
}
.progressbar-serif-item2--normal,
.progressbar-serif-item--normal{
  background: #58637e;
}

.range-paragraph-item2--normal,
.range-paragraph-item3--normal{
  color: #58637e;
}



.range-paragraph-yellow {
  color: #ffba33;
}
.range-paragraph-default{
  color:#fff;
}
.range-paragraph-default--normal {
  color: #58637e;
}
.progress-bar-serif-yellow {
  background: #ffba33;
}

/* Range end */






/* Slick start */




.choice__sl-cards {
  max-width: 100%;
  margin: 32px auto;
  width: 761px;
}

.atlas-cards-wrapper .atlas-cards__atlas-card:nth-child(3) {
  margin-right: 0px;
}

.sl-cards .slick-slide:focus {
  outline: none;
}

/*Slick end */


/* Как работает Атлас про конец */

/* Секция выбери свой атлас начало */
.choice {
  padding-top: 22px;
  padding-bottom: 230px;
  position: relative;
  overflow: hidden;
  background-image: url('../img/waves.svg');
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}


.choice.choice--light {
  background-image: url('../img/waves--white.svg');
}

.choice__waved-canvas {
  position: absolute;
  width: 100%;
  top: -10%;
  height: auto;
}

.choice__second-title {
  text-align: center;
  margin-bottom: 32px;
}


.atlas-cards--flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.atlas-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: start;
  align-items: flex-start;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.atlas-card {
  background: #384460;
  box-shadow: 8px 4px 9px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 20px;
  margin-right: 20px;
  cursor: pointer;
  overflow-x: auto;
  width: 235px;
}

.atlas-card--normal {
  background:#fff;
}
.atlas-card--title-normal {
  color: #58637E;
  border-radius: 4px;
}
.atlas-card__third-title {
  margin-top: 0px;
  border-radius: 4px;
  display: inline-block;
  padding: 0px 4px;
  margin-bottom: 12px;
}

.atlas-cards__second-title {
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 0px;
}

.atlas-card__paragraph-atlas {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  margin-top: 0;
}

.atlas-card__demo-link.main-btn--padd {
  padding: 8px 24px;
  color: #FFBA33;
  margin-top: 20px;
}

.list-suitable__item svg {
  fill: #FFBA33;
  margin-top: 5px;
}


.atlas-card:hover .atlas-card__demo-link {
  background: #FFBA33;
  border: 1px solid #FFBA33;
  color: #00002b;
}

.atlas-cards__second-title span {
  font-size: 18px;
}

.atlas-card__list-suitable {
  padding-left: 0px;
}

.atlas-card__list-suitable .list-suitable__item {
  font-size: 12px;
  margin-bottom: 12px;
  margin-right: 2px;
  margin-left: -6px;
}

.envelope-position {
  position: relative;
}

.atlas-cards__envelope {
  position: absolute;
  bottom: -140px;
  left: 130px;
}

.atlas-cards__envelope--normal {
  bottom: -120px;
  left: 150px;
}

.envelope__text-SKYD {
  width: 180px;
  position: absolute;
  top: 130px;
  left: 190px;
}

.text-SKYD {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #00002B;
}

.text-SKYD--color {
  color: #bbb;
}

.atlas-cards-slide {
  display: -webkit-box;
  display: flex;
}

.text-pro--card {
  font-size: 18px;
  margin-left: 0px;
}

.atlas-cards__envelope .choice__second-title {
  margin-bottom: 50px;
}

.choice__second-title.choice__second-title--indent {
  margin-bottom: 12px;
}

.choice__second-title.choice__second-title--indentPro {
  margin-bottom: 32px;
}

.main-btn.atlas-card__demo-link--normal {
  border: 1px solid #000;
  color:#000;
}
/* Секция выбери свой Атлас конец */

/* Секция контроллёр атлас начало */
.atlas__controller {
  margin-top: 70px;
}

.controller {
  padding-bottom: 150px;
}

.wrapper-controller {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.controller-text {
  width: 50%;
}

.controller-scheme {
  width: 50%;
}

.controller-text__list-suitable {
  padding-left: 0px;
}

.options {
  display: block;
}

.price {

  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 57px;
  color: #FFBA33;
}

.controller-text__priсe {
  margin-top: 24px;
}

.main-link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #00002B;
  background: transparent;
  border: 0;
  outline: none;
  text-align: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
}

.main-link:hover {
  border-bottom: 1px dashed #FFBA33;
  margin-bottom: -1px;
}

.controller-scheme--bottom {
  bottom: 170px;
}
/* .list-suitable__item--certificate{
  font-size: 14px;
} */
/* Секция контроллёр атлас конец */

/* Секция мобильный доступ начало */
.mobile-access {
  padding-bottom: 140px;
}


.wrapper-mobile-access {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}



.mobile-access__torus {
  position: absolute;
  right: -110px;
  top: -80px;
  display: none;
}

.mobile-access__torus--light .circle-1,
.mobile-access__torus--light .circle-2:nth-child(n) {
  border-color: #00002B24;
}


.atlas-normal.active .mobile-access__torus,
.atlas.active .mobile-access__torus{
  display: block;
}


.mobile-access__apple-icon {
  width: 50%;
}

.mobile-access__desc-mobile-access {
  width: 50%;
  margin-left: 50px;
}

/* Секция мобильный доступ конец */

/* Партнёрская программа начало */
.affiliate-program {
  padding-top: 140px;
  padding-bottom: 160px;
  margin-bottom: 160px;
  text-align: center;
  background-image: url('../img/anim-svg2.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.affiliate-program--light {
  background-image: url('../img/anim-svg2--white.svg');
}

.affiliate-program__demo-link.main-btn.yellow {
  color: #FFBA33;
}

.main-btn.affiliate-program__demo-link--pro:hover {
  color: #fff;
}

.affiliate-program__demo-link {
  margin: 40px auto 40px auto;
}

.affiliate-program--paragrapf-size {
  width: 77%;
  margin: 0 auto;
}

/* Партнёрская программа конец */

/* Свяжитесь с нами начало */
.contact-us {
  padding-bottom: 88px;
}

.wrapper-contact-us {
  display: -webkit-box;
  display: flex;
  width: 100%;
}


.paragraph-contact {

  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 52px;
  color: #FFFFFF;
}

.contact-us__paragraph-contact {
  display: block;
  margin-top: 32px;
}

.contacts-subfooter {
  width: 60%;
}


/* Свяжитесь с нами конец */

/* Footer начало */
.footer {
  background: #00002B;
  padding: 47px 0px 40px 0px;
}

.footer-box {
  display: flex;
  justify-content: space-between;
}

.footer__footer-logo {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}

.footer-logo__foot-logo-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #FFFFFF;
  opacity: 0.54;
}

.footer__guide-footer {
  display: flex;
  justify-content: center;
}

.guide-present {
  margin-right: 10px;
}

.guide-present,
.guide-instr {
  display: flex;
  height: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.32);
  border-radius: 12px;
  padding: 8px 0px 8px 12px;
  width: 40%;
}

.guide-present-svg,
.guide-instr-svg {
  margin-right: 10px;
}

.confidentiality,
.politics-confidentiality-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #FFFFFF;
  opacity: 0.54;
}

.politics-confidentiality-text:hover {
  text-decoration: underline;
}

.year-atlas {
  color: #FFFFFF;
  opacity: 0.54;
  margin-top: 0px;
}

.xseven-logo {
  display: flex;
  align-items: center;
  width: 230px;
  margin: 0 auto;
}

.xseven-logo-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.54;
}

.xseven-svg {
  width: 80px;
}













/* Footer конец */

/* Секция atlas-pro конец */

/* Cекция atlas-normal начало */
.main-btn.main-color {
  color: #00002B;
}

.atlas-card__demo-link.main-btn--card-normal {
  padding: 8px 24px;
  color: #00002B;
  border: 1px solid #00002B;
}

/* Cекция atlas-normal конец */

/* Страница index конец*/









.main-color {
  color: #00002B;
}

.text-ghoest {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #F8F8F9;
  opacity: 0.56;
}

.back-white {
  background: #FFF;
}

.white {
  color: #fff;
}

.yellow {
  color: #FFBA33;
}

.anchor {
  height: 100vh;
}

#radio{
  list-style: none;
}

/* footer */



@media (max-width: 767px) {}

/* footer  конец*/


/* Popup начало */

.box-modal {
  padding: 91px 72px 91px 71px;
  border-radius: 0px;
  background: #58637e;
  width: 98.5%;
  box-shadow: none;
}

.box-modal img {
  width: 954px;
  margin-top: 0px;
  height: auto;
}

.arcticmodal-close {
  fill: #fff;
}

.arcticmodal-close:hover {
  fill: #c9d3ec;
}

.box-modal--atlas-normal {
  background: #fff;
  padding: 91px 120px 91px 125px;
}

.box-modal--atlas-normal img {
  width: 850px;
  margin-top: 0px;
  height: auto;
}

.box-modal_close--atlas-normal {
  fill: #58637e;
}

.box-modal_close--atlas-normal:hover {
  fill: #98a1b7;
}

.wrapper-rotation {
  display: none;
}

/* Popup конец */

/* dropdown начало */
.dropdown-component__title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.dropdown-btn {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #00002B;
  background: transparent;
  border: 0;
  outline: none;
  text-align: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  margin: 0 auto;
}

.dropdown-btn:hover {
  border-bottom: 1px dashed #00002B;
  margin-bottom: -1px;
}

.dropdown-btn__text {
  margin-top: 24px;
  margin-bottom: 0px;
}

.icon__dropdown-arrow {
  fill: #00002B;
  margin-top: 30px;
}

.description {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.description__item {
  width: 100%;
}

.components__dropdown-component {
  margin-top: 0px;
}

.dropdown-btn.active {
  display: none;
}

/* dropdown конец */

/* mobile menu start */
.mobile-menu {
  width: 100vw;
  height: 100vh;
  background: #58637e;
  position: fixed;
  z-index: 7;
  padding: 20px 32px 20px 32px;
  transform: translate(100%);
  display: flex;
  flex-wrap: wrap;
  top:0;
  align-content: space-between;
}

.mobile-menu-track {
  transform: translate(0%);
  transition: .3s;
}

.mobile-menu-untrack {
  transform: translate(100%);
  transition: .3s;
}

.wrapper-menu-mobile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.close-mobile-menu {
  margin-top: 10px;
  cursor: pointer;
}

.list-nav {
  padding-left: 0px;
}

.list-nav-item {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  margin-top: 24px;
}

.list-nav-item>a {
  color: #fff;
  margin-bottom: 5px;
}

.list-nav-item:after {
  display: block;
  position: absolute;
  left: 0;
  right: 10%;
  content: '';
  height: 2px;
  background: #fff;
  margin-top: 10px;
}

.mobile-menu__contacts-subfooter p,
.mobile-menu__contacts-subfooter a {
  color: #FFFFFF;
  opacity: 0.54;
}

.mobile-menu__demo-link {
  width: 100%;
  margin-top: 32px;
}

.main-btn.mobile-btn--color {
  color: #FFBA33;
}

.mobile-menu-box {
  width: 100%;
}
/* mobile menu end */
.hide{
  display: none;
}
.media-br-phone,
.media-br-pro,
.br-media-script,
.br-opport-atlas {
  display: none;
}



/* Вход в личный кабинет */

/* login-error начало */
h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 160%;
  color: #00002B;
}

@media (max-width: 767px) {
  h2
  {
    font-size: 1.2em;
  }
}

.main-btn.main-btn--color{
  color: #00002B;
}
.header--top-padding{
  padding-top: 0;
}
.header--height{
  height: 100vh;
  padding-top: 32px;
}

.header__phone--color{
  color: #00002B;
}

.gamburger-menu--fill{
  fill: #58637E;
}

.header__phone--margin,
.header__cabinet-nav--margin {
  /* margin-top: 33px; */
  margin-bottom: 73px;
}

.header__login-atlas{
  max-width: 380px;
  /* max-height: 491px; */
}

.login-atlas{
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 8px 8px;
  margin: 0 auto;
  padding: 30px 30px 30px 30px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
}
.header__login-atlas{
  margin-bottom: 32px;
}

.login-atlas__title {
  margin-top: 0px;
  text-align: center;
  margin-bottom: 20px;
}

.label{
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #58637E;
  display: inline-block;
  position: relative;
}
.label__input{
  width:395px;
  max-width: 100%;
  margin-bottom: 16px;
}
.input{
  padding-left: 8px;
  padding-bottom: 12px;
  padding-top: 12px;
  border: 1px solid #DADDE3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 18px;
}
*:focus{
  outline-color: #FFBA33;
}

.label__input--margin-bottom {
  margin-bottom: 32px;
}

.label__input--margin-top{
  margin-top: 4px;
}

.forgot-pass
{
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  float: right;
  color: #FFBA33;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
}

.forgot-pass:hover{
  text-decoration: underline;
}

.main-btn--full{
  width: 100%;
}

.btn-ghoest{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #58637E;
  border: 2px solid #58637E;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 0;
  text-align: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.btn-ghoest:hover{
  background:#58637E;
  color: #fff;
}
.header__btn-ghoest{
  display: block;
  margin: 0px auto 32px auto;
  max-width: 629px;
}
.notification{
  display: flex;
  justify-content: space-between;
  padding: 16px 32px;
  background:  #FDEDEC;
  border-radius: 8px 8px 0px 0px;
  box-shadow: 11px -8px 20px 0px rgba(0, 0, 0, 0.05);
}
.header__notification{
  max-width: 631px;
  margin: 0px auto 0px auto;
}
.notif-icon{
  fill:#EB6D61;
}
.notif-paragraph{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #EB6D61;
}
.notification__notif-paragraph{
  margin: 0;
}
.paragraph-error{
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #EB6D61;
}
.label__paragraph-error{
  margin-top: -16px;
  margin-left: 8px;
}

.input--back-red{
  background: rgba(235, 109, 97, 0.12);
  border: 1px solid #EB6D61;
  border-radius: 4px;
}
.third-title--color{
  color:#000;
}
.header__third-title{
  position: fixed;
  right: -166px;
  top:50%;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
::-webkit-input-placeholder {
  color: #A0A1B1;
  font-family: 'IBM Plex Sans';
}

::-moz-placeholder {
  color: #A0A1B1;
  font-family: 'IBM Plex Sans';
}

:-ms-input-placeholder {
  color: #A0A1B1;
  font-family: 'IBM Plex Sans';
}

:-moz-placeholder {
  color: #A0A1B1;
  font-family: 'IBM Plex Sans';
}
.form__label--marginLeft{
  margin-left: 8px;
}
.box-polygon--loginNormal{
  height: 100vh;
  width: 15%;
  background: transparent;
  position: fixed;
  right: 0;
  top: 0;
}
.third-title--polygonNormal-hover{
  background:transparent;
  padding: 15px 130px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.box-polygon--loginNormal:hover .third-title--polygonNormal-hover{
  background:#58637E;
  color:#fff;
  fill:#fff;
}


/* Login-error кнец */

/* restore-pass начало */
.login-atlas--padding{
  padding: 40px 80px 40px 80px;
}
.login-atlas__form{
  width: 395px;
  max-width: 100%;
  margin:0 auto;
}
.label__input--margin-bottom{
  margin-bottom: 40px;
}
/* restore-pass конец */

/* register-atlas начало */
.form__input--margin-bottom{
  margin-bottom: 32px;
}
/* register-aеlas конец */

/* notification-registr начало */
.login-atlas__paragraph {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #58637E;
  margin-top: 0;
}
.login-atlas__title--marginBottom{
  margin-bottom: 12px;
}
.login-atlas__paragraph--margin-bottom{
  margin-bottom: 32px;
}

/* notification-registr конец */

/* Двухфакторная аунтефикация начало */
.header__btn-ghoest--marginBottom{
  margin-bottom: 16px;
}
.btn-ghoest--flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-ghoest--flex svg{
  fill:#58637E;
}
.btn-ghoest:hover.btn-ghoest svg{
  fill:#fff
}
.confirmation-code{
  background: #FFFFFF;
  border: 1px solid #DADDE3;
  box-sizing: border-box;
  border-radius: 4px;
  max-width: 59px;
  height: 53px;
  padding-left: 23px;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #00002B;
}
.label-code__confirmation-code{
  margin-bottom: 32px;
}
.form__label-code{
  position: relative;
  margin-right: 15px;
}
.label-code span:after{
  content:'';
  display: block;
  width: 10px;
  position: absolute;
  height: 10px;
  background: #58637E;
  border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
  top: 21px;
  left: 25px;
}
.confirmation-code:focus+span{
  visibility: hidden;
}

.confirmation-code:not(:placeholder-shown).confirmation-code {
  border: 1px solid #FFBA33;
  background: rgba(255, 186, 51, 0.24);
}
.confirmation-code:focus.confirmation-code {
  border: 1px solid #FFBA33;
  background: transparent;
}
.confirmation-code:not(:placeholder-shown)+span{
  display: none;
}
.login-atlas__form--flex .form__label-code:nth-child(5) {
  margin-right: 0;
}
.login-atlas__form--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.btn-ghoest--width {
  width: 100%;
}
/* Двухфакторная аунтефикация конец */

/* Новый пароль начало */
.header__login-atlas--padding{
  padding: 40px 70px 40px 70px;
}
/* Новый пароль конец */





/* Атлас-Pro начало*/
/* login-error pro начало */
.header--pro{
  background: #58637E;
}

.white--pro{
  color:#fff;
}
.title.title--colorFFF{
  color:#fff;
}
.login-atlas--background{
  background: #384460;
}
.notification--background{
  background: rgba(235, 109, 97, 0.12);
}
.label--color{
  color:#fff;
}
.input--back-darkred{
  background: linear-gradient(0deg, rgba(235, 109, 97, 0.12), rgba(235, 109, 97, 0.12)),
  #FFFFFF;
  border: 1px solid #EB6D61;
}
.btn-ghoest--color-pro{
  border: 2px solid #FDFDFD;
  box-sizing: border-box;
  border-radius: 4px;
  color:#FDFDFD;
}
.btn-ghoest--color-pro:hover {
  border: 2px solid #FDFDFD;
  background: #fff;
  border-radius: 4px;
  color:#58637E;
}
.box-polygon--loginPro{
  height: 100vh;
  width: 15%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  

}
.header__third-title--left{
  width: max-content;
  left: -143px;
  right: 0;
  transform: rotate(90deg);
  color:#fff;
  fill:#fff;
}

.third-title--polygonPro-hover {
  background: transparent;
  padding: 15px 130px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.box-polygon--loginPro:hover .third-title--polygonPro-hover{
  background:#fff;
  color:#58637E;
  fill:#58637E;
}
.arrow-btn--rotate{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* login-error Pro конец */

/* two-factor-auteth начало */
.btn-ghoest--pro{
  border: 2px solid #FDFDFD;
  border-radius: 4px;
}
.btn-ghoest--pro svg {
  fill:#fff;
}
.confirmation-code:not(:placeholder-shown).confirmation-code {
  border: 1px solid #FFBA33;
  background: linear-gradient(0deg, rgba(255, 186, 51, 0.24), rgba(255, 186, 51, 0.24)),
  #FFFFFF;
}

.confirmation-code--back:focus.confirmation-code {
  border: 1px solid #FFBA33;
  background: #fff;
}

.confirmation-code--back:not(:placeholder-shown)+span {
  display: none;
}
/* two-factor-auteth конец */

/* restore-pass начало */




/* restore-pass конец */



/* register-atlas-pro начало */
.header--height2{
  height: max-content;
  padding-bottom: 90px;
}

/* register-atlas-pro конец */

.login-atlas--border{
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
}
/* Атлас Pro конец */
.box-modal--admin {
  width:100%;
  padding: 0;
  margin-right:0;
  background: transparent;
}
.arcticmodal-container_i2 .box-modal--admin{
  width: 60vw;

}
.box-classification--height{
  min-height: 60vh;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.box-modal_close--admin {
  position: absolute;
  right: -240px;
  top: -110px;
}
.box-modal_close--admin svg{
  fill:#fff;
}
.landing__heading-classification--admin{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.box-classification--background{
  background: initial;
}
.yellow{
  color: #FFBA33;
}
.box-classification--flex{
  display: flex;
  align-items: stretch;
  margin-top: 100px;
}

.details--border{
  color: #FFBA33;
  border-color:#FFBA33;
}

.autorize-item
{
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #404040;
  margin-bottom: 10px;
  display: flex;
}

@media (max-width: 767px) {
  .autorize-item
  {
    font-size: 14px;
  }
}
