@charset "UTF-8";
/*
    Inline Styles
    Inputs Placehoolder
    Carousel
    Wicket Classes

    ** Parts **
    #Header
    #StickyHeader
    #Info Block (Slider)
    #Experience
    #Levels
    #Geography Carousel
    #Accreditation
    #News

    ** Pages **
    Page: Projects
*/
@font-face {
  font-family: 'Roboto';
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto/Robotolight.woff2") format("woff2"), url("../fonts/Roboto/Robotolight.woff") format("woff"), url("../fonts/Roboto/Robotolight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../fonts/Roboto/Robotolightitalic.woff2") format("woff2"), url("../fonts/Roboto/Robotolightitalic.woff") format("woff"), url("../fonts/Roboto/Robotolightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto/Roboto.woff2") format("woff2"), url("../fonts/Roboto/Roboto.woff") format("woff"), url("../fonts/Roboto/Roboto.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/Roboto/Robotoitalic.woff2") format("woff2"), url("../fonts/Roboto/Robotoitalic.woff") format("woff"), url("../fonts/Roboto/Robotoitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto/Robotomedium.woff2") format("woff2"), url("../fonts/Roboto/Robotomedium.woff") format("woff"), url("../fonts/Roboto/Robotomedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../fonts/Roboto/Robotomediumitalic.woff2") format("woff2"), url("../fonts/Roboto/Robotomediumitalic.woff") format("woff"), url("../fonts/Roboto/Robotomediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto/Robotobold.woff2") format("woff2"), url("../fonts/Roboto/Robotobold.woff") format("woff"), url("../fonts/Roboto/Robotobold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/Roboto/Robotobolditalic.woff2") format("woff2"), url("../fonts/Roboto/Robotobolditalic.woff") format("woff"), url("../fonts/Roboto/Robotobolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("../fonts/Ubuntu/ubuntulight.woff2") format("woff2"), url("../fonts/Ubuntu/ubuntulight.woff") format("woff"), url("../fonts/Ubuntu/ubuntulight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu Light Italic"), local("Ubuntu-LightItalic"), url("../fonts/Ubuntu/ubuntulightitalic.woff2") format("woff2"), url("../fonts/Ubuntu/ubuntulightitalic.woff") format("woff"), url("../fonts/Ubuntu/ubuntulightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  font-size: 1rem;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #f4f4f4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none; }

body {
  min-height: 100vh; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

h1 {
  font-size: 4.1875rem;
  color: #242738;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 36px; }

h2 {
  font-size: 3.2rem;
  color: #242738;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding: 0px 8px; }

p {
  margin: 0.625rem 0; }

a {
  color: #1a153f;
  text-decoration: underline;
  cursor: pointer; }

.feedback-list ul {
  list-style-type: none; }

/* Inline Styles */
.h-700 {
  height: 700px !important; }

.h-753 {
  height: 753px !important; }

.h-full {
  min-height: 100vh; }

.h-sticky-header {
  height: 60px; }

.h-section {
  min-height: calc(100vh - 60px); }

.m0 {
  margin: 0 !important; }

.m-0-3 {
  margin: 0 3px; }

.m-10-0 {
  margin: 10px 0 !important; }

.mb2r {
  margin-bottom: 2rem; }

.red {
  color: #c50304 !important;
  display: inline !important; }

.center {
  text-align: center !important; }

.uppercase {
  text-transform: uppercase !important; }

.bold {
  font-weight: bold; }

.mb0 {
  margin-bottom: 0 !important; }

.flex_horizontal-align_center,
.fc {
  display: flex;
  justify-content: center; }

.d-none {
  display: none !important; }

.v-hidden {
  visibility: hidden !important; }

.lsp-inside {
  list-style-position: inside; }

.gc {
  display: grid;
  place-items: center; }

/* END - Inline Styles */
.noactive-header-nav-item {
  opacity: .5 !important;
  cursor: no-drop !important; }
  .noactive-header-nav-item a {
    pointer-events: none !important; }

.top-menu__btn__noactive {
  opacity: .5 !important;
  cursor: no-drop !important;
  pointer-events: none !important; }

.checkbox-wrap {
  display: inline-block; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }

.checkbox-text {
  display: flex;
  align-items: center;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.checkbox-text::before {
  content: '';
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid #8b8b8b;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block; }

input[type="checkbox"]:checked + .checkbox-text::before {
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg height='417pt' viewBox='0 -46 417.81333 417' width='417pt' fill='%23c50304' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m159.988281 318.582031c-3.988281 4.011719-9.429687 6.25-15.082031 6.25s-11.09375-2.238281-15.082031-6.25l-120.449219-120.46875c-12.5-12.5-12.5-32.769531 0-45.246093l15.082031-15.085938c12.503907-12.5 32.75-12.5 45.25 0l75.199219 75.203125 203.199219-203.203125c12.503906-12.5 32.769531-12.5 45.25 0l15.082031 15.085938c12.5 12.5 12.5 32.765624 0 45.246093zm0 0'/%3E%3C/svg%3E"); }

.radio-text {
  display: inline-flex;
  align-items: center;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.radio-text::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #8b8b8b;
  background-color: #fff;
  margin-right: 8px;
  border-radius: 50%; }

input[type="radio"]:checked + .radio-text::before {
  width: 16px;
  height: 16px;
  border: 1px solid #c50304;
  background-size: 150%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 496.158 496.158' style='enable-background:new 0 0 496.158 496.158;' xml:space='preserve'%3e%3cpath style='fill:%23c50304;' d='M351.08,248.083c0-56.891-46.115-103.002-103-103.002c-56.886,0-103.002,46.111-103.002,103.002 c0,56.881,46.116,102.996,103.002,102.996C304.965,351.079,351.08,304.964,351.08,248.083z'/%3e%3c/svg%3e"); }

.select {
  width: 100%;
  max-width: 100%;
  padding: .5em 1.5em;
  margin: 0;
  line-height: 1.2em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='284.929px' height='284.929px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'%3e%3cpath fill='rgb(139, 139, 139)' d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3e%3c/svg%3e");
  background-repeat: no-repeat, repeat;
  background-position: right 1em top 50%, 0 0;
  background-size: .65em auto, 100%; }

.select option {
  padding: 5px 0; }

/* Подключение тем тултипов */
/* Tooltip Theme Light by PAA */
.tippy-box[data-theme~='milk'] {
  background-color: white;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 12px;
  font-family: "Roboto";
  color: #6b6b6b;
  line-height: 1.2;
  text-align: center; }

::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Roboto";
  color: #8b8b8b;
  line-height: 1.2;
  text-align: left; }

::-moz-placeholder {
  font-size: 14px;
  font-family: "Roboto";
  color: #8b8b8b;
  line-height: 1.2;
  text-align: left; }

:-moz-placeholder {
  font-size: 14px;
  font-family: "Roboto";
  color: #8b8b8b;
  line-height: 1.2;
  text-align: left; }

::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto";
  color: #8b8b8b;
  line-height: 1.2;
  text-align: left; }

:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto";
  color: #8b8b8b;
  line-height: 1.2;
  text-align: left; }

#animation {
  width: 100%;
  height: 100vh;
  background-color: #1a153f;
  position: fixed;
  z-index: 1002; }

#animation svg {
  min-width: 100%;
  height: 100% !important;
  position: fixed;
  top: 0;
  z-index: 9999;
  transform: translateX(-50%); }

.btn-white,
.btn-white-green,
.btn-red {
  height: fit-content;
  padding: 0.75625rem 3.1rem;
  background-color: white;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  display: inline-block; }

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

.btn-red:hover {
  opacity: 0.6; }

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

.btn-white:hover {
  color: white;
  background-color: #c50304; }

.btn-white-green {
  border: 1px solid #12b24e;
  color: #12b24e; }

.btn-white-green:hover {
  color: white;
  background-color: #12b24e; }

.disabled {
  cursor: no-drop !important;
  opacity: .3 !important; }
  .disabled span, .disabled div, .disabled img, .disabled a {
    pointer-events: none; }

.disabled:hover {
  color: inherit !important;
  background-color: inherit !important; }

.btn-fit {
  margin: 20px auto 0 !important; }

input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="number"],
textarea,
select {
  height: 43px;
  max-height: 43px;
  font-size: 14px;
  color: #242738;
  outline: none;
  border: 1px solid #dddddd;
  border-radius: 30px;
  background-color: white;
  padding: 0.88rem 1.5rem; }

select {
  padding-right: 6px; }

select option {
  color: #8b8b8b;
  color: #242738; }

/* for Firefox */
input[type="text"]:required:valid,
input[type="email"]:required:valid,
input[type="password"]:required:valid,
input[type="email"]:required:valid {
  box-shadow: 0 0 1px 1px green;
  border: none; }

input[type="text"]:required:-moz-ui-invalid,
input[type="email"]:required:-moz-ui-invalid,
input[type="password"]:required:-moz-ui-invalid,
input[type="email"]:required:-moz-ui-invalid {
  box-shadow: 0 0 1px 1px red;
  border: none; }

select:required:valid {
  box-shadow: 0 0 1px 1px green;
  border: none; }

select:required:-moz-ui-invalid {
  box-shadow: 0 0 1px 1px red;
  border: none; }

.fsz12 {
  font-size: 12px; }

.map-link {
  opacity: 1;
  transition: all .2s linear; }

.map-link:hover {
  opacity: 0.5; }

.regfeedback ul {
  margin: 10px 0;
  list-style-type: none; }

.custom-date {
  width: 148px;
  height: 43px;
  position: relative; }
  .custom-date input[type="text"] {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    font-size: 16px;
    font-family: "Roboto";
    color: #242738;
    line-height: 1.2; }
  .custom-date .ui-datepicker-trigger {
    width: 1.625rem;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

#header {
  width: 100%;
  height: 88px;
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center; }
  #header #top-menu {
    width: 100%;
    max-width: 1198px;
    margin: 0 0.875rem; }
    #header #top-menu .burger {
      width: 30px;
      top: 50%;
      right: 0;
      transform: translate(-50%, -50%);
      position: absolute;
      display: none; }
      #header #top-menu .burger:before, #header #top-menu .burger:after,
      #header #top-menu .burger div {
        content: "";
        background: #fff;
        display: block;
        height: 3px;
        border-radius: 3px;
        margin: 5px 0;
        transition: 0.5s; }
      #header #top-menu .burger:before {
        margin-top: 0; }
      #header #top-menu .burger:after {
        margin-bottom: 0; }
    #header #top-menu .menu-box {
      min-width: 900px;
      display: flex;
      justify-content: center; }
    #header #top-menu .logo-wrap,
    #header #top-menu .nav-wrap {
      display: inline-block; }
    #header #top-menu .logo-wrap {
      width: 95px;
      min-width: 95px;
      height: 88px;
      background-color: white;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
      margin-right: 0.875rem;
      transition: 0.5s;
      z-index: 999; }
      #header #top-menu .logo-wrap a {
        width: 100%;
        height: 100%;
        display: inline-block; }
        #header #top-menu .logo-wrap a .logo-img {
          width: 100%;
          height: 83.5px;
          background-image: url("../img/logo.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          transition: 0.5s; }
    #header #top-menu .nav-wrap {
      width: 100%;
      min-width: 777px;
      height: 77px; }
      #header #top-menu .nav-wrap .nav-box {
        height: 75px;
        border-bottom: 2px solid #c50304;
        display: flex;
        justify-content: flex-end;
        transition: 0.5s; }
        #header #top-menu .nav-wrap .nav-box .menus-box {
          width: 88%;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
        #header #top-menu .nav-wrap .nav-box .top-menu__nav {
          width: 65%;
          height: inherit; }
        #header #top-menu .nav-wrap .nav-box ul.nav-menu {
          list-style-type: none;
          display: flex;
          align-items: center;
          justify-content: space-between;
          justify-content: space-evenly;
          padding: 0 5px;
          transition: all 0.3s ease-out; }
          #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item {
            margin: 0 .2rem;
            line-height: 75px;
            display: inline-block;
            position: relative; }
            #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item a {
              text-decoration: none;
              font-size: 0.875rem;
              font-family: "Roboto";
              color: #f4f4f4;
              text-transform: uppercase;
              line-height: 1.2;
              text-align: center;
              transition: all 0.3s ease-out; }
            #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item a:hover {
              opacity: .7; }
            #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item::after {
              content: "";
              width: 100%;
              min-height: 5px;
              position: absolute;
              top: 100%;
              left: 0; }
            #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item .nav-submenu {
              min-width: 200px;
              width: auto;
              max-width: 300px;
              position: absolute;
              top: 100%;
              left: 0;
              z-index: 10;
              -webkit-transform: scaleY(0);
              -ms-transform: scaleY(0);
              transform: scaleY(0);
              -webkit-transform-origin: 0 0;
              -ms-transform-origin: 0 0;
              transform-origin: 0 0;
              list-style: none;
              margin: 0;
              padding: .5em .8em;
              box-shadow: 0 0 1px white;
              border-radius: 5px; }
              #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item .nav-submenu li {
                width: 100%;
                margin-bottom: 12px;
                line-height: 1.2; }
          #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item:hover {
            cursor: pointer; }
            #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item:hover > a {
              opacity: .7; }
            #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item:hover .nav-submenu {
              min-width: 200px;
              width: auto;
              max-width: 300px;
              margin-top: 5px;
              top: 105%;
              top: 100%;
              background-color: #1a153f;
              -webkit-transition: 0.5s ease-in-out;
              -moz-transition: 0.5s ease-in-out;
              -o-transition: 0.5s ease-in-out;
              transition: 0.5s ease-in-out;
              -webkit-transform: scaleY(1);
              -ms-transform: scaleY(1);
              transform: scaleY(1); }
        #header #top-menu .nav-wrap .nav-box .top-menu__btn {
          width: 19.11%;
          height: 75px;
          padding: 0 5px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between; }
          #header #top-menu .nav-wrap .nav-box .top-menu__btn .wicket-user-panel {
            height: 20px;
            display: flex;
            align-items: center; }
            #header #top-menu .nav-wrap .nav-box .top-menu__btn .wicket-user-panel > wicket:panel {
              display: block; }
          #header #top-menu .nav-wrap .nav-box .top-menu__btn a {
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            text-decoration: none;
            text-transform: inherit;
            color: #f4f4f4;
            cursor: pointer; }
            #header #top-menu .nav-wrap .nav-box .top-menu__btn a .lang {
              font-size: 14px;
              color: rgba(244, 244, 244, 0.8);
              text-transform: uppercase;
              line-height: 1.2;
              text-align: center; }
            #header #top-menu .nav-wrap .nav-box .top-menu__btn a img {
              width: 100%;
              height: 100%;
              display: block; }
          #header #top-menu .nav-wrap .nav-box .top-menu__btn a:hover img,
          #header #top-menu .nav-wrap .nav-box .top-menu__btn a:hover .lang {
            opacity: .7; }
          #header #top-menu .nav-wrap .nav-box .top-menu__btn a.btn-dashed,
          #header #top-menu .nav-wrap .nav-box .top-menu__btn a.forgot-pass-link {
            width: 100%;
            height: auto;
            text-decoration: inherit;
            text-transform: inherit;
            color: inherit;
            display: inline; }
          #header #top-menu .nav-wrap .nav-box .top-menu__btn .icon-map-wrap img.icon-map {
            vertical-align: middle; }
          #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu-btn {
            position: relative;
            vertical-align: middle;
            display: inline-flex;
            justify-content: center; }
          #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu-btn img:hover {
            opacity: .5; }
          #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu-btn img {
            cursor: pointer;
            display: block; }
          #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu {
            width: 250px;
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
            border: 1px solid #eff1f7;
            background-color: #fff;
            border-radius: 5px;
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 30px;
            right: -15px;
            transition: all .2s ease-out; }
            #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu.visible {
              visibility: visible;
              opacity: 1; }
            #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .right-side-menu {
              display: flex;
              flex-direction: column; }
              #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .right-side-menu ul {
                padding: 0; }
                #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .right-side-menu ul li a {
                  padding: 0; }
                #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .right-side-menu ul li:not(:last-child) {
                  margin-bottom: 8px; }
            #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .personal-data {
              width: 100%;
              padding: 20px 22px 15px;
              border-bottom: 1px solid #eff1f7;
              display: grid;
              grid-template-columns: 48px 1fr;
              grid-template-columns: 48px minmax(75%, 1fr);
              cursor: default; }
              #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .personal-data .avatar-circle {
                width: 35px;
                height: 35px;
                border-radius: 50%;
                background-color: #e9e9e9;
                background-image: url("/img/icon/photo-camera.png");
                background-repeat: no-repeat;
                background-position: center;
                background-size: 19px 15px; }
            #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .user-name,
            #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .user-id,
            #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .user-email {
              width: 100%;
              font-size: 12px;
              font-family: "Roboto";
              color: #242738;
              line-height: 1.2; }
            #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .user-name {
              text-transform: capitalize;
              font-weight: bold; }
              #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .user-name span {
                overflow-wrap: break-word; }
            #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .user-email {
              text-transform: lowercase;
              overflow: hidden; }
              #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .user-email span {
                text-transform: lowercase;
                white-space: pre-wrap;
                word-break: break-word; }
            #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .service-menu {
              width: 100%;
              padding: 20px 22px 15px;
              border-bottom: 1px solid #eff1f7;
              display: grid;
              grid-template-columns: 48px 1fr; }
              #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .service-menu ul li a {
                font-size: 12px;
                font-family: "Roboto";
                color: #6b6b6b; }
            #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu .logout-menu {
              width: 100%;
              padding: 20px 22px 15px;
              display: grid;
              grid-template-columns: 48px 1fr; }
            #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu ul {
              width: 100%;
              height: auto;
              min-width: 140px;
              list-style: none;
              padding: 10px 0; }
              #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu ul li a {
                width: 100%;
                height: auto;
                padding: 5px 15px;
                font-size: 12px;
                color: #242738;
                display: block; }
              #header #top-menu .nav-wrap .nav-box .top-menu__btn .user-menu ul li a:hover {
                background-color: rgba(44, 48, 76, 0.2);
                color: white; }

.user-menu__list-item_status_noactive {
  cursor: no-drop;
  opacity: 0.5; }
  .user-menu__list-item_status_noactive a {
    pointer-events: none; }

#header.sticky-menu {
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 1001;
  background-color: #1a153f;
  animation-name: sticking;
  animation-duration: 0.1s;
  animation-timing-function: linear; }
  #header.sticky-menu #top-menu .logo-wrap {
    width: 80px;
    height: 74px;
    min-width: 80px; }
    #header.sticky-menu #top-menu .logo-wrap a .logo-img {
      height: 67.5px; }
  #header.sticky-menu #top-menu .nav-wrap .nav-box {
    height: 60px;
    border-bottom: none; }
    #header.sticky-menu #top-menu .nav-wrap .nav-box .top-menu__nav nav ul.nav-menu li.item {
      line-height: 61px; }
    #header.sticky-menu #top-menu .nav-wrap .nav-box .top-menu__btn {
      height: 100%; }

@keyframes sticking {
  0% {
    height: 60px;
    background-color: transparent; }
  100% {
    height: 60px;
    background-color: #1a153f; } }
.carousel-container {
  width: 100%;
  position: relative;
  overflow: hidden; }

.jR3DCarouselGalleryCustomeTemplate {
  width: 100% !important;
  height: 750px !important; }

#stop-carousel,
#play-carousel {
  width: 150px;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  color: blue;
  position: absolute;
  top: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

#stop-carousel {
  left: 400px; }

#play-carousel {
  left: 600px; }

.slide-content {
  padding: 260px auto 0;
  margin: auto;
  max-width: 1198px;
  padding: 0 14px; }
  .slide-content .text-box {
    width: 790px;
    padding-top: 160px;
    -webkit-transition: font-size 0.5s linear;
    -moz-transition: font-size 0.5s linear;
    -o-transition: font-size 0.5s linear;
    transition: font-size 0.5s linear; }
    .slide-content .text-box h1 {
      font-size: 4rem;
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.2;
      margin-bottom: 36px;
      -webkit-transition: font-size 0.5s linear;
      -moz-transition: font-size 0.5s linear;
      -o-transition: font-size 0.5s linear;
      transition: font-size 0.5s linear; }
    .slide-content .text-box p {
      font-size: 1.3rem;
      color: white;
      line-height: 1.35;
      letter-spacing: -0.4px; }

.wicket-aa-container {
  max-height: 220px;
  z-index: 9999 !important;
  background-color: white !important;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2); }
  .wicket-aa-container ul li {
    color: black !important; }

#info-block {
  width: 100%;
  background-color: #1a153f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; }
  #info-block .info-slider {
    width: 50%;
    max-width: 1198px;
    padding: 0 0.875rem; }
  #info-block .slides {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  #info-block .slide00 {
    background-image: url("../img/slider/slide00.jpg"); }
  #info-block .slide01 {
    background-image: url("../img/slider/slide01.jpg"); }
  #info-block .slide02 {
    background-image: url("../img/slider/slide02.jpg"); }
  #info-block .info-block {
    width: 100%;
    min-width: 900px;
    height: 427px;
    position: relative; }
  #info-block .controls {
    width: 50%;
    height: 100%;
    cursor: default !important;
    opacity: 0 !important; }
  #info-block #services {
    width: 100%;
    max-width: 1198px;
    padding: 0 0.875rem;
    margin-bottom: 84px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1; }
    #info-block #services .service-box {
      min-width: 900px;
      display: flex;
      justify-content: space-around;
      align-items: center; }
    #info-block #services .service-item {
      width: 235px; }
      #info-block #services .service-item_status-noactive {
        cursor: no-drop; }
        #info-block #services .service-item_status-noactive a {
          opacity: .5;
          pointer-events: none;
          -ms-user-select: none;
          -moz-user-select: none;
          -khtml-user-select: none;
          -webkit-user-select: none; }
      #info-block #services .service-item a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: .4s; }
        #info-block #services .service-item a .service-image {
          width: 5rem;
          margin-bottom: 22px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          #info-block #services .service-item a .service-image img {
            width: 100%;
            height: auto; }
        #info-block #services .service-item a .service-name {
          font-size: 1.55rem;
          color: white;
          line-height: 1.2; }
      #info-block #services .service-item a:hover {
        opacity: .5; }

#experience {
  width: 100%;
  padding: 8.9375rem 0 7.6875rem;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center; }
  #experience .content-box {
    width: 100%;
    max-width: 1198px;
    padding: 0 0.875rem; }
    #experience .content-box .content {
      max-width: 1169px;
      min-width: 900px;
      min-height: 298px;
      outline: 1px solid #ce2c2c;
      position: relative;
      padding: 70px 5.3125rem; }
      #experience .content-box .content h2 {
        font-size: 3.09rem;
        color: #242738;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        position: absolute;
        left: -11px;
        top: -24px;
        z-index: 1;
        background-color: #fff;
        padding: 0px 8px;
        -webkit-transition: font-size 0.5s linear;
        -moz-transition: font-size 0.5s linear;
        -o-transition: font-size 0.5s linear;
        transition: font-size 0.5s linear; }
      #experience .content-box .content h6 {
        font-size: 1.375rem;
        color: #242738;
        line-height: 1.2;
        letter-spacing: 0.15px;
        margin-bottom: 19px;
        -webkit-transition: font-size 0.5s linear;
        -moz-transition: font-size 0.5s linear;
        -o-transition: font-size 0.5s linear;
        transition: font-size 0.5s linear; }
      #experience .content-box .content p {
        font-size: 1.125rem;
        color: #242738;
        line-height: 1.4;
        -webkit-transition: font-size 0.5s linear;
        -moz-transition: font-size 0.5s linear;
        -o-transition: font-size 0.5s linear;
        transition: font-size 0.5s linear; }
      #experience .content-box .content a {
        text-decoration: none;
        font-size: 1rem;
        color: white;
        line-height: 1.2;
        -webkit-transition: font-size 0.5s linear;
        -moz-transition: font-size 0.5s linear;
        -o-transition: font-size 0.5s linear;
        transition: font-size 0.5s linear; }
        #experience .content-box .content a .more-btn {
          padding: 0.78125rem 2.4492rem;
          background-color: #c50304;
          border-radius: 25px;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%) translateY(50%);
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer; }
          #experience .content-box .content a .more-btn span {
            margin-right: 0.9375rem; }
          #experience .content-box .content a .more-btn img {
            width: 1.25rem;
            transform: rotate(180deg); }

#levels {
  width: 100%;
  min-height: 600px;
  height: calc(100vh - 60px);
  background-color: #eff1f7;
  display: flex;
  justify-content: center;
  padding: 4.375rem 0 1.875rem;
  position: relative; }
  #levels .levels-box {
    width: 100%;
    max-width: 1198px;
    margin: 0 0.875rem;
    position: relative; }
    #levels .levels-box .title-levels {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      #levels .levels-box .title-levels .img-group-title {
        margin-bottom: 0.9375rem;
        display: flex; }
        #levels .levels-box .title-levels .img-group-title img {
          width: 3.3115rem;
          height: 3.3115rem; }
      #levels .levels-box .title-levels h3 {
        color: #242738;
        font-size: 1.9rem;
        text-transform: uppercase; }
  #levels .levels-wrap {
    width: 100%;
    max-width: 1198px;
    padding: 0 0.875rem; }
    #levels .levels-wrap .levels-box {
      max-width: 1169px;
      min-width: 900px; }
      #levels .levels-wrap .levels-box h2 {
        font-size: 0.1875rem;
        color: #242738;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1px;
        margin-top: 0.3125rem;
        margin-bottom: 3.75rem; }
      #levels .levels-wrap .levels-box #pyramid {
        height: 590px;
        display: flex; }
        #levels .levels-wrap .levels-box #pyramid img {
          width: 51%;
          margin-right: 15px; }
        #levels .levels-wrap .levels-box #pyramid ul.pyramid-items {
          width: 49%;
          list-style-type: none;
          margin-top: 90px; }
          #levels .levels-wrap .levels-box #pyramid ul.pyramid-items li {
            border-bottom: 1px solid black;
            font-size: 22px;
            color: #252525;
            line-height: 2; }
          #levels .levels-wrap .levels-box #pyramid ul.pyramid-items li:nth-child(2) {
            margin-top: 30px; }
          #levels .levels-wrap .levels-box #pyramid ul.pyramid-items li:nth-child(3) {
            margin-top: 40px; }
          #levels .levels-wrap .levels-box #pyramid ul.pyramid-items li:nth-child(4) {
            margin-top: 50px; }
          #levels .levels-wrap .levels-box #pyramid ul.pyramid-items li:nth-child(5) {
            margin-top: 60px; }

#piramyd,
#piramyddemo {
  width: 100%;
  height: 100%;
  background-color: #eff1f7;
  position: absolute;
  top: 57%;
  left: 0;
  transform: translateY(-50%); }

#piramyd a {
  text-decoration: none; }
#piramyd image {
  transition: all .3s ease-out; }

#map-animate {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  justify-content: center; }
  #map-animate svg {
    max-width: 100%;
    min-width: 1600px;
    height: auto !important; }
    #map-animate svg > g {
      transform: translate3d(0, -3%, 0); }

#geography-carousel {
  background-color: #0c1323;
  /* position dots in carousel */
  /* white circles */
  /* fill-in selected dot */ }
  #geography-carousel .carousel-cell {
    width: 100%;
    /* full width */
    height: calc(100vh - 60px);
    overflow: hidden; }
  #geography-carousel .carousel-content {
    width: 100%;
    height: 100%;
    margin: auto;
    color: white; }
  #geography-carousel .flickity-page-dots {
    bottom: 16px; }
  #geography-carousel .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid white; }
  #geography-carousel .flickity-page-dots .dot.is-selected {
    background: white; }
  #geography-carousel .geography-wrap {
    width: 100%;
    height: 100%;
    max-width: 1198px;
    margin: auto;
    padding: 0 0.875rem;
    position: relative;
    overflow: hidden; }
    #geography-carousel .geography-wrap .geography-box {
      width: 100%;
      height: 93%;
      padding-top: 50px;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: absolute; }
      #geography-carousel .geography-wrap .geography-box h2 {
        font-size: 3.2rem;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: -1.2px;
        margin-top: 0.3125rem;
        padding: 0;
        margin-bottom: 0.9375rem;
        z-index: 1;
        -webkit-transition: font-size 0.5s linear;
        -moz-transition: font-size 0.5s linear;
        -o-transition: font-size 0.5s linear;
        transition: font-size 0.5s linear; }
      #geography-carousel .geography-wrap .geography-box h3 {
        font-size: 1.9rem;
        text-transform: uppercase; }
      #geography-carousel .geography-wrap .geography-box img.map {
        width: 87%;
        width: 100%;
        min-width: 770px;
        margin: 0 auto;
        display: block;
        margin-bottom: 23px; }
      #geography-carousel .geography-wrap .geography-box .map-labels {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        font-size: 1rem; }
        #geography-carousel .geography-wrap .geography-box .map-labels .label {
          display: flex;
          margin: 0.625rem 0.5rem;
          align-items: center;
          justify-content: center; }
          #geography-carousel .geography-wrap .geography-box .map-labels .label .num,
          #geography-carousel .geography-wrap .geography-box .map-labels .label .desc {
            display: flex;
            align-items: center;
            -webkit-transition: font-size 0.5s linear;
            -moz-transition: font-size 0.5s linear;
            -o-transition: font-size 0.5s linear;
            transition: font-size 0.5s linear; }
          #geography-carousel .geography-wrap .geography-box .map-labels .label .num {
            font-size: 5.625rem;
            color: #c50304;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 1.2;
            margin-right: 14px; }
          #geography-carousel .geography-wrap .geography-box .map-labels .label .desc {
            font-size: 1.625rem;
            color: #f4f4f4;
            line-height: 1.154;
            display: inline-block;
            width: min-content; }
          #geography-carousel .geography-wrap .geography-box .map-labels .label .desc-text {
            text-align: center; }
  #geography-carousel .bgi-slide-wrap {
    position: relative; }
    #geography-carousel .bgi-slide-wrap img.slide-bg-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      #geography-carousel .bgi-slide-wrap img.slide-bg-image.building-auto {
        object-position: 50% 5%; }
      #geography-carousel .bgi-slide-wrap img.slide-bg-image.home-automation {
        object-position: 10% 50%; }
      #geography-carousel .bgi-slide-wrap img.slide-bg-image.eductaion {
        object-position: 50% 10%; }
      #geography-carousel .bgi-slide-wrap img.slide-bg-image.spec-projects {
        object-position: 20% 0%;
        min-height: 100%;
        max-height: 100%; }
    #geography-carousel .bgi-slide-wrap .slide-footer {
      width: 100%;
      min-height: 20.6%;
      padding-top: 3rem;
      padding-bottom: 3rem;
      background-color: rgba(26, 21, 63, 0.8);
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2; }
      #geography-carousel .bgi-slide-wrap .slide-footer .slide-footer-content {
        max-width: 100%;
        min-height: 100%;
        margin-left: 10%; }
    #geography-carousel .bgi-slide-wrap h3 {
      margin-bottom: 1rem;
      font-size: 1.875rem;
      font-family: "Roboto";
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 1.133;
      text-align: left;
      position: relative; }
      #geography-carousel .bgi-slide-wrap h3::after {
        content: "";
        width: 100%;
        border-bottom: 1px solid #c50304;
        position: absolute;
        bottom: -0.625rem;
        left: 0; }
      #geography-carousel .bgi-slide-wrap h3 a {
        font-size: 1.875rem;
        font-family: "Roboto";
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        line-height: 1.133;
        text-align: left;
        transition: opacity 0.1s ease-in; }
        #geography-carousel .bgi-slide-wrap h3 a:hover {
          opacity: 0.8; }
    #geography-carousel .bgi-slide-wrap p {
      font-size: 1.875rem;
      font-family: "Roboto";
      color: white;
      font-weight: normal;
      line-height: 1.2;
      text-align: left; }
      #geography-carousel .bgi-slide-wrap p span.object-num {
        font-size: 2.5rem;
        font-weight: bold; }

.directions-wrap {
  width: 100%;
  max-width: 1198px;
  padding: 0 0.875rem;
  display: grid;
  place-items: center;
  overflow: hidden; }
  .directions-wrap .directions-box h2 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    color: white;
    -webkit-transition: font-size 0.5s linear;
    -moz-transition: font-size 0.5s linear;
    -o-transition: font-size 0.5s linear;
    transition: font-size 0.5s linear; }
  .directions-wrap .directions-box .directions-list-wrap {
    display: flex;
    justify-content: center; }
  .directions-wrap .directions-box ul.directions-list {
    margin-left: 190px; }
    .directions-wrap .directions-box ul.directions-list li {
      font-size: 1.625rem;
      color: #242738;
      color: white;
      line-height: 2;
      font-weight: 500;
      text-transform: uppercase;
      -webkit-transition: font-size 0.5s linear;
      -moz-transition: font-size 0.5s linear;
      -o-transition: font-size 0.5s linear;
      transition: font-size 0.5s linear; }
      .directions-wrap .directions-box ul.directions-list li::marker {
        color: #242738;
        color: white; }

#accreditation {
  width: 100%;
  background-color: #eff1f7;
  display: flex;
  justify-content: center;
  padding-top: 5.875rem;
  padding-bottom: 4.75rem; }
  #accreditation .accreditation-wrap {
    width: 100%;
    max-width: 1198px;
    padding: 0 0.875rem; }
    #accreditation .accreditation-wrap .accreditation-box {
      display: grid;
      grid-template-columns: 4fr 3fr;
      grid-gap: 100px; }
      #accreditation .accreditation-wrap .accreditation-box .text h2 {
        padding: 0;
        font-size: 3.2em;
        color: #242738;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.02;
        letter-spacing: -1.2px;
        margin-top: 5.25rem;
        margin-bottom: 3.125rem;
        -webkit-transition: font-size 0.5s linear;
        -moz-transition: font-size 0.5s linear;
        -o-transition: font-size 0.5s linear;
        transition: font-size 0.5s linear; }
      #accreditation .accreditation-wrap .accreditation-box .text p {
        font-size: 1.125rem;
        color: #242738;
        line-height: 1.4;
        margin-bottom: 1.3125rem;
        -webkit-transition: font-size 0.5s linear;
        -moz-transition: font-size 0.5s linear;
        -o-transition: font-size 0.5s linear;
        transition: font-size 0.5s linear; }
      #accreditation .accreditation-wrap .accreditation-box .doc {
        width: 375px;
        height: 530px;
        background-color: #e5efff; }
        #accreditation .accreditation-wrap .accreditation-box .doc img {
          height: 100%; }

#news {
  width: 100%;
  height: auto;
  padding-top: 5.875rem;
  padding-bottom: 4.75rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  #news .news-wrap {
    width: 100%;
    max-width: 95%;
    justify-content: center;
    align-items: center; }
    #news .news-wrap .news-box {
      padding-bottom: 15px; }
      #news .news-wrap .news-box h2 {
        font-size: 3.2rem;
        color: #242738;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.02;
        letter-spacing: -1.2px;
        margin-bottom: 3.5625rem;
        -webkit-transition: font-size 0.5s linear;
        -moz-transition: font-size 0.5s linear;
        -o-transition: font-size 0.5s linear;
        transition: font-size 0.5s linear; }
      #news .news-wrap .news-box .news-title {
        margin-left: 10%; }
      #news .news-wrap .news-box .news-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 3%; }
        #news .news-wrap .news-box .news-items .item {
          width: 450px;
          min-width: 293px; }
          #news .news-wrap .news-box .news-items .item .img-news {
            width: 100%;
            height: 100%;
            background-color: #e5efff;
            margin-bottom: 27px; }
            #news .news-wrap .news-box .news-items .item .img-news img {
              width: 100%;
              height: 100%;
              transition: all .4s ease-out; }
          #news .news-wrap .news-box .news-items .item .vertical-photo {
            text-align: center; }
          #news .news-wrap .news-box .news-items .item h4 {
            font-size: 1.125rem;
            color: #242738;
            font-weight: bold;
            line-height: 1;
            margin-bottom: 11px;
            transition: all .3s ease-out; }
          #news .news-wrap .news-box .news-items .item p {
            font-size: 18px;
            color: #242738;
            line-height: 1.35;
            margin-bottom: 11px; }
          #news .news-wrap .news-box .news-items .item span.date-news {
            font-size: 0.6875rem;
            color: #8b8b8b;
            line-height: 1.2; }
          #news .news-wrap .news-box .news-items .item:hover {
            cursor: pointer; }
            #news .news-wrap .news-box .news-items .item:hover .img-news img {
              transform: scale(1.2) scaleZ(1); }
            #news .news-wrap .news-box .news-items .item:hover h4 {
              opacity: .9; }
      #news .news-wrap .news-box .btn-all-news {
        padding: 0.78125rem 2.416875rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center; }
        #news .news-wrap .news-box .btn-all-news span {
          margin-right: 10px;
          font-size: 1rem; }
        #news .news-wrap .news-box .btn-all-news img {
          width: 1.25rem;
          transform: rotate(180deg); }

.popup__mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all .8s ease; }

.popup__mask__open {
  opacity: 1;
  visibility: visible; }

.popup__mask__open .popup__body {
  transform: translate(0%, 0%) rotate(0deg);
  opacity: 1;
  -webkit-transform: translate(0%, 0%) rotate(0deg);
  -moz-transform: translate(0%, 0%) rotate(0deg);
  -ms-transform: translate(0%, 0%) rotate(0deg);
  -o-transform: translate(0%, 0%) rotate(0deg); }

.popup__wrap {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 15px 20px; }

.popup__body {
  width: 480px;
  max-width: 480px;
  padding: 2.5rem 4.6875rem;
  background-color: #1a153f;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translate(-100%, -100%) rotate(45deg); }

.popup__content {
  padding: 0.875rem 0; }

body.lock {
  overflow: hidden; }

/* стили для контента */
.popup__body h1 {
  margin: 0 0 1.5625rem 0;
  font-size: 1.875rem;
  font-family: "Roboto";
  color: #f4f4f4;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center; }
  .popup__body h1.popup-new-device_title, .popup__body h1.popup-support_title, .popup__body h1.popup-new-project_title {
    margin-left: 21px;
    text-align: left; }
.popup__body .mail-message-box > div {
  margin-left: 1.3125rem;
  font-size: 1rem;
  text-align: left; }
.popup__body ::-webkit-input-placeholder {
  font-size: 0.875rem;
  font-family: "Roboto";
  color: rgba(36, 39, 56, 0.549);
  text-align: left; }
.popup__body ::-moz-placeholder {
  font-size: 0.875rem;
  font-family: "Roboto";
  color: rgba(36, 39, 56, 0.549);
  text-align: left; }
.popup__body :-moz-placeholder {
  font-size: 0.875rem;
  font-family: "Roboto";
  color: rgba(36, 39, 56, 0.549);
  text-align: left; }
.popup__body :-ms-input-placeholder {
  font-size: 0.875rem;
  font-family: "Roboto";
  color: rgba(36, 39, 56, 0.549);
  text-align: left; }
.popup__body input[type="text"],
.popup__body input[type="number"],
.popup__body input[type="email"],
.popup__body textarea,
.popup__body .file-box {
  width: 100%;
  margin-bottom: 1.5625rem;
  padding: 0.78125rem 0.9375rem; }
.popup__body .select {
  padding: 0.78125rem 0.9375rem; }
.popup__body input[type="text"], .popup__body input[type="email"], .popup__body input[type="date"], .popup__body input[type="password"], .popup__body input[type="number"], .popup__body textarea, .popup__body select {
  height: auto;
  min-height: auto;
  font-size: 0.875rem; }
.popup__body textarea {
  height: auto;
  max-height: unset;
  min-height: 78px;
  resize: none;
  overflow-y: hidden;
  overflow-x: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
.popup__body .file-box {
  border: 1px dashed white;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .popup__body .file-box input[type="file"] {
    display: none; }
  .popup__body .file-box img {
    margin-right: 14px; }
  .popup__body .file-box span {
    font-size: 0.875rem;
    font-family: "Roboto";
    color: #f4f4f4;
    text-align: left; }
.popup__body .btn-red {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .popup__body .btn-red span {
    margin-right: 10px;
    color: white; }
  .popup__body .btn-red img {
    width: 20px;
    height: 14px;
    transform: rotate(180deg); }
.popup__body span {
  display: block;
  font-size: 0.875rem;
  font-family: "Roboto";
  color: rgba(255, 255, 255, 0.451);
  line-height: 1.2;
  text-align: center; }
.popup__body span.checkbox-text {
  text-align: left; }

.popup__body a {
  color: white;
  transition: opacity 0.2; }
  .popup__body a:hover {
    opacity: 0.3; }

#new-project .popup__body {
  width: auto;
  max-width: 600px; }

#popup-mail-message .mail-message-box span {
  font-size: 1rem;
  color: #f4f4f4; }

#popup-tech .popup__body .btn-red,
#popup-tech-feedback .popup__body .btn-red {
  margin-bottom: 0; }

.mail-message-box span {
  font-size: 1.2rem; }

#upload-success-message {
  padding-right: 17px; }

div[popupName="popup-confirm-recover-pass"] input[type="password"] {
  width: 100%;
  margin-bottom: 1.5625rem; }

#popup-recover-mail .mail-message-box ul li {
  margin: 1rem 0 0; }
  #popup-recover-mail .mail-message-box ul li span {
    font-size: 0.9rem;
    color: orangered; }

.filter-wrap, .finder, .filter {
  display: flex; }

.filter-wrap {
  justify-content: space-between; }

.finder, .filter {
  margin: 5px 0;
  align-items: center; }

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 5px; }
  .table-wrap table .btn-white,
  .table-wrap table .btn-white-green {
    width: 100%;
    margin: 0.21em;
    padding: 0.215em 0.55em;
    font-size: 1em; }
  .table-wrap table .delete {
    width: 1rem;
    vertical-align: middle; }
  .table-wrap table .edit {
    width: 1.0625rem;
    vertical-align: middle; }
.table-wrap thead th,
.table-wrap tbody td {
  text-align: start;
  vertical-align: baseline;
  padding-left: 15px;
  padding-right: 15px; }
.table-wrap thead th {
  padding-top: 1.6em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid rgba(36, 39, 56, 0.2);
  font-size: 12px;
  color: #6b6b6b; }
.table-wrap tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eff1f7;
  background-color: #fff;
  font-size: 14px;
  color: #242738; }

.total-status {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .total-status .total-stat-item {
    padding: 1rem 1.6rem 0.8rem;
    color: #242738;
    background-color: #fff; }

.lightgreen {
  background-color: lightgreen !important; }

.bronze {
  background-color: #cd7f32 !important; }

.silver {
  background-color: #c0c0c0 !important; }

.gold {
  background-color: #ffd700 !important; }

.platin {
  background-color: #e5e4e2 !important; }

.inactive {
  background-color: grey !important;
  color: lightgrey !important;
  opacity: .3; }

.status-box {
  margin-bottom: 60px;
  display: flex;
  color: #242738;
  display: grid;
  grid-template-columns: repeat(6, max-content); }
  .status-box .status-title,
  .status-box .your-status {
    display: block;
    font-weight: bold;
    font-size: 1rem; }
  .status-box .status-desc {
    font-size: 1rem; }
  .status-box .status-item:first-child {
    display: grid;
    place-items: center; }
  .status-box .status-item {
    padding: 1rem 1.6rem 0.8rem;
    background-color: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }

.filter-wrap {
  margin-bottom: 30px;
  flex-wrap: wrap; }

.finder input[type="text"] {
  width: 280px;
  margin-right: 15px; }

.filter label {
  margin-right: 15px;
  display: flex;
  align-items: center; }
  .filter label span {
    color: black;
    margin-right: 15px; }

@media screen and (max-width: 1050px) {
  #lk .lk-box .filter-wrap {
    width: 70%;
    margin: 0 auto 30px;
    flex-direction: column; } }
.ui-datepicker .ui-datepicker-title select {
  width: 85px !important;
  height: inherit;
  margin: 1px 4px !important;
  padding: .2em .4em;
  font-size: 14px !important; }

.popup-link {
  display: inline-block; }
  .popup-link img {
    display: inline-block;
    vertical-align: middle; }

/* Хлебные крошки */
.breadcrumbs {
  margin-bottom: 25px; }
  .breadcrumbs ul {
    margin-left: 0 !important;
    list-style-type: none; }
    .breadcrumbs ul li {
      padding-left: 0 !important;
      display: inline-block;
      cursor: default;
      font-size: 0.75rem;
      font-family: "Roboto";
      line-height: 2;
      position: relative; }
      .breadcrumbs ul li:not(:last-child) {
        margin-right: 1.5em; }
      .breadcrumbs ul li a {
        color: #c50304;
        text-decoration: none; }
        .breadcrumbs ul li a:hover {
          text-decoration: underline; }
        .breadcrumbs ul li a:active {
          opacity: 0.5; }
    .breadcrumbs ul li:not(:first-child)::before {
      content: '\2022';
      font-size: 1.3333em;
      font-size: 16px;
      font-weight: 700;
      color: #c50304;
      line-height: 24px;
      position: absolute;
      top: 50%;
      left: -0.8125em;
      left: -12px;
      transform: translateY(-50%); }
    .breadcrumbs ul li.active {
      color: #8b8b8b; }

/* END - Хлебные крошки */
.version {
  margin-bottom: 18px;
  font-size: 16px;
  font-family: "Roboto";
  color: #6b6b6b;
  line-height: 1.2;
  transition: all .5s ease-in-out; }

.archive {
  font-size: 14px;
  font-family: "Roboto";
  color: #6b6b6b;
  text-decoration: underline;
  line-height: 1.714;
  transition: all .5s ease-in-out; }

.archive:hover {
  opacity: .7; }

.tab-content {
  font-size: 1rem;
  font-family: "Roboto";
  color: #242738;
  line-height: 1.5; }

.pdf-doc {
  margin: 10px 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start; }
  .pdf-doc img {
    width: 2rem;
    margin-right: 10px; }
  .pdf-doc span {
    font-size: 1rem;
    font-family: "Roboto";
    color: #1a153f;
    font-weight: bold;
    line-height: 1.5; }
  .pdf-doc a {
    text-decoration: none; }

a.pdf-doc {
  text-decoration: none; }
  a.pdf-doc:not(:last-child) {
    margin-right: 10px; }

.img-informer,
.tip-informer,
.tip-informer_color_white,
.tip-reg-location-individual,
.tip-reg-location-company {
  width: 22px;
  height: 22px;
  vertical-align: middle; }

.tip-informer,
.tip-reg-location-individual,
.tip-reg-location-company {
  background-image: url(/img/icon/information.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block; }

.tip-informer_color_white {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background-image: url(/img/icon/information-white.svg); }

#soft,
#card {
  padding-top: 88px;
  display: flex;
  justify-content: center; }

.main-wrapper {
  padding-top: 88px;
  display: flex;
  justify-content: center; }

.wrap-container {
  width: 100%;
  max-width: 1198px;
  margin-top: 0;
  margin-bottom: 54px;
  padding: 0 14px; }

.list-page_title1,
.single-page_title1 {
  margin-bottom: 1.5625rem;
  font-size: 4.1875rem;
  font-family: "Roboto";
  color: #242738;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1; }

/* Блок логотипов софт (страницы: Софт, Карточка софта)  */
.soft-img-box {
  background-repeat: no-repeat;
  background-size: 1200px; }

.diadem-core-image {
  background-image: url(/img/soft/soft-image.png);
  background-position: -752px 24px; }

.diadem-logic-image {
  background-image: url(/img/soft/soft-image.png);
  background-position: -490px 24px; }

.platform-box {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .platform-box input[type="radio"] {
    display: inline-block; }
  .platform-box p {
    padding: 0; }
  .platform-box .platform-item-content {
    display: none; }
    .platform-box .platform-item-content ul {
      margin-left: 16px; }
  .platform-box #platform-item-11:checked ~ #platform-item-content-11,
  .platform-box #platform-item-12:checked ~ #platform-item-content-12,
  .platform-box #platform-item-13:checked ~ #platform-item-content-13 {
    margin-top: 1rem;
    display: block; }
  .platform-box label {
    width: 100%;
    padding: .35rem;
    cursor: pointer;
    font-size: 0.875rem;
    font-family: "Roboto";
    line-height: 1.714; }
  .platform-box input[type="radio"]:checked + label {
    font-size: 0.875rem;
    font-family: "Roboto";
    color: white;
    line-height: 1.714; }

/*End - Блок логотипов софт (страницы: Софт, Карточка софта)  */
/**************************/
/* DevLicense Page Styles */
/**************************/
#lk {
  display: flex;
  justify-content: center;
  padding-top: 88px;
  background-color: #eff1f7; }
  #lk input[type="date"] {
    width: 148px;
    height: 38px;
    padding: 0 5px 0 12px;
    font-size: 16px;
    font-family: "Roboto";
    color: #242738;
    line-height: 1.2; }
  #lk .download-doc-box {
    display: flex;
    align-items: center;
    justify-content: center; }
  #lk .download-doc,
  #lk .upload-doc {
    width: 16px;
    height: auto;
    margin: 0 2px;
    vertical-align: bottom; }
  #lk .upload-doc label {
    vertical-align: bottom; }
  #lk .upload-doc img {
    width: 16px;
    vertical-align: inherit; }
  #lk .download-docs-num {
    vertical-align: inherit; }
  #lk .upload-doc label input {
    display: none; }
  #lk .documents-download-num,
  #lk .documents-upload-num {
    margin: 0 2px;
    position: relative; }
  #lk .upload-docs-list {
    width: 200px;
    height: fit-content;
    padding: 16px;
    border: 1px solid #d9d9d9;
    background-color: white;
    border-radius: 6px;
    color: #686868;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out; }
    #lk .upload-docs-list_active {
      opacity: 1;
      visibility: visible;
      transition: opacity 0s, visibility 0s; }
    #lk .upload-docs-list .title {
      margin-bottom: 12px;
      font-size: 12px;
      font-family: "Roboto";
      color: #242738;
      line-height: 1.2;
      text-align: center; }
    #lk .upload-docs-list table.null-table {
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none; }
      #lk .upload-docs-list table.null-table tbody tr {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none; }
        #lk .upload-docs-list table.null-table tbody tr td {
          padding: 0;
          margin: 0;
          border: 0;
          -webkit-transition: none;
          -moz-transition: none;
          -o-transition: none;
          transition: none;
          font-size: 12px;
          font-family: "Roboto";
          color: #6b6b6b;
          line-height: 1.2;
          text-align: left; }
          #lk .upload-docs-list table.null-table tbody tr td > span {
            margin-right: 6px; }
          #lk .upload-docs-list table.null-table tbody tr td span {
            margin-bottom: 5px;
            display: inline-block; }
            #lk .upload-docs-list table.null-table tbody tr td span:last-child {
              margin-bottom: 0; }
          #lk .upload-docs-list table.null-table tbody tr td .btn-close-docs {
            width: 8px; }
  #lk .comment-state {
    position: relative; }
    #lk .comment-state:hover .custom-tooltip {
      opacity: 1;
      visibility: visible; }
    #lk .comment-state .custom-tooltip {
      width: 200px;
      height: fit-content;
      padding: 16px;
      border: 1px solid #d9d9d9;
      background-color: white;
      border-radius: 6px;
      color: #686868;
      line-height: 1.2;
      display: flex;
      flex-direction: column;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      transition: opacity 0.2s ease-out, visibility 0.2s ease-out; }
      #lk .comment-state .custom-tooltip_active {
        opacity: 1;
        visibility: visible;
        transition: opacity 0s, visibility 0s; }
      #lk .comment-state .custom-tooltip .title {
        margin-bottom: 12px;
        font-size: 12px;
        font-family: "Roboto";
        color: #242738;
        line-height: 1.2;
        text-align: center; }
  #lk thead th,
  #lk tbody td {
    max-width: 18px;
    padding-left: .5em;
    padding-right: .5em;
    text-align: start;
    vertical-align: baseline;
    word-break: break-word; }
  #lk thead th {
    color: #6b6b6b;
    border-bottom: 1px solid rgba(36, 39, 56, 0.2);
    padding-top: 1.6em;
    padding-bottom: 1.25em; }
  #lk tbody td {
    color: #242738;
    border-bottom: 1px solid #eff1f7;
    padding-top: 15px;
    padding-bottom: 15px; }
  #lk table tbody .parent-cell {
    padding: 0; }
  #lk tbody td:nth-child(2),
  #lk thead th:nth-child(2) {
    padding-left: 0; }
  #lk a.popup-tech-link {
    display: inline-flex; }
  #lk tbody td a {
    width: 100%;
    vertical-align: middle;
    position: relative; }
    #lk tbody td a .edit {
      width: 1.0625rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
    #lk tbody td a .tech {
      width: 1.0625rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  #lk tbody td div.delete-btn {
    width: 100%;
    width: 1.0625rem; }
    #lk tbody td div.delete-btn img {
      height: auto;
      display: inline-block;
      vertical-align: middle; }
  #lk .delete-btn {
    width: 1.0625rem;
    display: inline-block; }
    #lk .delete-btn img {
      height: auto;
      display: inline-block;
      vertical-align: middle; }
  #lk .tech {
    display: inline-block; }
    #lk .tech img {
      width: 1.0625rem;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
  #lk table.license-table thead th {
    vertical-align: middle; }
  #lk table.license-table tbody td {
    font-size: 12px;
    vertical-align: top; }
  #lk table.license-table thead th:nth-child(1),
  #lk table.license-table tbody td:nth-child(1),
  #lk table.license-table thead th:nth-child(12),
  #lk table.license-table tbody td:nth-child(13),
  #lk table.license-table thead th:nth-child(13),
  #lk table.license-table tbody td:nth-child(14),
  #lk table.license-table thead th:nth-child(14),
  #lk table.license-table tbody td:nth-child(15) {
    width: 3%; }
  #lk table.license-table thead th:nth-child(2),
  #lk table.license-table tbody td:nth-child(2) {
    width: 5%; }
  #lk table.license-table thead th:nth-child(3),
  #lk table.license-table tbody td:nth-child(3) {
    width: 13%; }
  #lk table.license-table thead th:nth-child(4),
  #lk table.license-table tbody td:nth-child(4) {
    width: 6%; }
  #lk table.license-table thead th:nth-child(5),
  #lk table.license-table tbody td:nth-child(5) {
    width: 9%; }
  #lk table.license-table thead th:nth-child(6),
  #lk table.license-table tbody td:nth-child(6) {
    width: 7%; }
  #lk table.license-table thead th:nth-child(7),
  #lk table.license-table tbody td:nth-child(7) {
    width: 12%; }
  #lk table.license-table thead th:nth-child(8) {
    width: 7%; }
  #lk table.license-table tbody td:nth-child(8) {
    width: 4%; }
  #lk table.license-table tbody td:nth-child(9) {
    width: 4%; }
  #lk table.license-table thead th:nth-child(9),
  #lk table.license-table tbody td:nth-child(10) {
    width: 9%; }
  #lk table.license-table thead th:nth-child(10),
  #lk table.license-table tbody td:nth-child(11) {
    width: 9%; }
  #lk table.license-table thead th:nth-child(11),
  #lk table.license-table tbody td:nth-child(12) {
    width: 9%; }
  #lk table.license-table .btn-white-green,
  #lk table.license-table .btn-white {
    width: 100%;
    margin: 0;
    vertical-align: top; }
  #lk table,
  #lk tr,
  #lk td {
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out; }
  #lk .lk-box {
    width: 100%;
    max-width: 1198px;
    padding: 0 14px;
    margin-bottom: 54px; }
    #lk .lk-box .lk-head {
      margin-bottom: 3.125rem;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      #lk .lk-box .lk-head h2 {
        font-size: 3rem;
        color: #242738;
        font-weight: bold;
        line-height: 1;
        padding: 0 0.5rem;
        text-transform: none; }

#new-license .popup__body {
  width: 525px;
  max-width: 525px; }
#new-license .popup__body h1 {
  margin: 30px 0 25px 21px;
  text-align: left; }
#new-license span.cost-num {
  display: inline-block; }
#new-license .input-file-key {
  margin-bottom: 50px; }
#new-license span.more-info {
  margin-bottom: 30px;
  margin-left: 21px;
  text-align: left; }
#new-license span.input-dots-label {
  margin-bottom: 5px;
  margin-left: 21px;
  text-align: left; }
#new-license .red-link {
  text-decoration: none;
  color: #ff4b4c; }
  #new-license .red-link:hover {
    opacity: 0.9; }
#new-license .input-dots-num,
#new-license .sub-head {
  margin-bottom: 20px; }
#new-license .input-dots-num {
  width: 100%; }
#new-license .sub-head {
  margin-top: 0; }
#new-license .license-status-box {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap; }
  #new-license .license-status-box .license-status-item {
    width: 118px;
    height: 98px;
    margin-bottom: 15px;
    margin: 0 5px 15px;
    padding: 10px 8px;
    background-color: #f4f4f4;
    border: 1px solid #242738;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s ease-out; }
    #new-license .license-status-box .license-status-item:hover {
      border: 1px solid #c50304; }
    #new-license .license-status-box .license-status-item.active {
      border: 3px solid #c50304; }
    #new-license .license-status-box .license-status-item .status-name {
      margin-bottom: 5px;
      font-size: 14px;
      font-family: "Roboto";
      color: #242738;
      font-weight: bold;
      line-height: 1.2;
      text-align: center; }
    #new-license .license-status-box .license-status-item .status-desc {
      margin-bottom: 8px;
      font-size: 12px;
      font-family: "Roboto";
      color: #242738;
      line-height: 1.2;
      text-align: center; }
    #new-license .license-status-box .license-status-item .status-cost {
      margin-bottom: 3px;
      font-size: 14px;
      font-family: "Roboto";
      color: #12b24e;
      font-weight: bold;
      line-height: 1.143;
      text-align: center; }

.license-status-info {
  margin-bottom: 1.5625rem;
  margin-left: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .license-status-info .license-status_label,
  .license-status-info .license-status_value {
    display: inline-block; }

.license-cost {
  margin-top: 0;
  margin-bottom: 1.875rem;
  margin-left: 1.3125rem; }

.checkbox-text {
  margin-left: 1.3125rem; }

.license-cost > span,
.license-cost span.cost-num > span {
  display: inline-block;
  font-size: 1rem;
  font-family: "Roboto";
  color: #f4f4f4;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center; }

#popup-tech-feedback .popup__body span {
  margin-bottom: 1.5625rem;
  font-size: 1rem;
  color: #f4f4f4; }

.btn-show-list {
  width: 15px;
  height: 15px;
  background-image: url(../img/icon/plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer; }

.btn-show-list.active {
  background-image: url(../img/icon/minus.png); }

.parent-cell {
  padding: 0; }
  .parent-cell ul {
    list-style: none; }

.parent-list table,
.parent-list tr,
.parent-list td,
.parent-list li {
  background-color: transparent;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out; }
.parent-list .parent-list__item:not(:first-child) {
  max-height: 0;
  overflow: hidden;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out; }
.parent-list.active .parent-list__item:not(:first-child) {
  overflow: inherit; }

.comment-state {
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  font-family: "Roboto";
  color: #6b6b6b;
  text-decoration: underline;
  line-height: 2; }

.parent-list.active table,
.parent-list.active tr,
.parent-list.active td,
.parent-list.active li {
  background-color: #f6f7f9;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out; }
.parent-list.active .parent-list__item:not(:first-child) {
  max-height: 100vh;
  transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -ms-transition: all .5s ease-in;
  -o-transition: all .5s ease-in; }

.tip-informer_color_white {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%); }

/* Media Queries */
tbody td img {
  cursor: pointer;
  display: inline-block; }

tbody td img:hover {
  opacity: .6; }

#registration h2,
#account-settings h2 {
  margin-bottom: 30px; }
#registration .reg-container,
#account-settings .reg-container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #eff1f7; }
#registration .reg-content,
#account-settings .reg-content {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 54px;
  max-width: 1198px;
  padding: 88px 14px 0; }
#registration .input-label,
#registration .input-box,
#account-settings .input-label,
#account-settings .input-box {
  display: inline-block;
  text-align: left; }
#registration .input-label,
#account-settings .input-label {
  width: 300px;
  vertical-align: middle; }
#registration .input-box,
#account-settings .input-box {
  width: 480px;
  position: relative; }
  #registration .input-box input,
  #account-settings .input-box input {
    width: 100%; }
#registration .tabs-list,
#account-settings .tabs-list {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 8px;
  color: black; }
  #registration .tabs-list .tab-content,
  #account-settings .tabs-list .tab-content {
    display: none;
    padding: 0 5px; }
  #registration .tabs-list #tab-1:checked ~ #content-1,
  #registration .tabs-list #tab-2:checked ~ #content-2,
  #registration .tabs-list #tab-3:checked ~ #content-3,
  #account-settings .tabs-list #tab-1:checked ~ #content-1,
  #account-settings .tabs-list #tab-2:checked ~ #content-2,
  #account-settings .tabs-list #tab-3:checked ~ #content-3 {
    display: block; }
  #registration .tabs-list label,
  #account-settings .tabs-list label {
    min-height: 49px;
    margin-bottom: 8px;
    text-align: left;
    color: rgba(0, 0, 11, 0.7);
    border-radius: 6px; }
  #registration .tabs-list .tabs,
  #account-settings .tabs-list .tabs {
    margin-left: 5px;
    cursor: pointer; }
  #registration .tabs-list #tab-2 + label,
  #registration .tabs-list #tab-3 + label,
  #account-settings .tabs-list #tab-2 + label,
  #account-settings .tabs-list #tab-3 + label {
    margin-left: 18px; }
  #registration .tabs-list label.checker,
  #account-settings .tabs-list label.checker {
    min-height: auto;
    margin: 25px 0;
    line-height: 13px; }
#registration .tab-content form label,
#account-settings .tab-content form label {
  display: flex;
  align-items: center;
  margin: 10px 0; }
#registration .tab-content form label.location-item,
#account-settings .tab-content form label.location-item {
  align-items: flex-start; }
#registration input[type="radio"]:checked,
#registration input[type="radio"]:active,
#account-settings input[type="radio"]:checked,
#account-settings input[type="radio"]:active {
  color: #c50304;
  background-color: #c50304; }
#registration .input-with-informer,
#account-settings .input-with-informer {
  display: flex;
  align-items: center; }
  #registration .input-with-informer .tip-informer,
  #registration .input-with-informer .tip-reg-location-individual,
  #registration .input-with-informer .tip-reg-location-company,
  #account-settings .input-with-informer .tip-informer,
  #account-settings .input-with-informer .tip-reg-location-individual,
  #account-settings .input-with-informer .tip-reg-location-company {
    margin-left: 5px; }

#account-settings .tabs-list .tab-content {
  display: block; }

@media screen and (max-width: 700px) {
  #registration .tab-content form label,
  #account-settings .tab-content form label {
    height: auto;
    display: inline-block; } }
#footer {
  width: 100%;
  background-color: #1a153f;
  display: flex;
  justify-content: center; }
  #footer .footer-wrap {
    width: 100%;
    max-width: 1198px;
    padding: 0 0.875rem; }
    #footer .footer-wrap .footer-box {
      min-width: 885px;
      padding-top: 3.875rem;
      padding-bottom: 2.5625rem; }
      #footer .footer-wrap .footer-box .top-footer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 1.25rem;
        justify-content: space-between;
        border-bottom: 1px solid #a4a4a4;
        padding-bottom: 2.9375rem;
        margin-bottom: 2.25rem; }
        #footer .footer-wrap .footer-box .top-footer h5 {
          font-size: 1rem;
          color: #f4f4f4;
          text-transform: uppercase;
          line-height: 1.5;
          margin-bottom: 1.3125rem; }
        #footer .footer-wrap .footer-box .top-footer ul.footer-list-box {
          list-style-type: none;
          font-size: 0.875rem;
          color: #a4a4a4;
          line-height: 2.1;
          letter-spacing: 0.2px;
          margin-bottom: 0.625rem; }
          #footer .footer-wrap .footer-box .top-footer ul.footer-list-box li.footer-links {
            margin: 0.625rem 0; }
            #footer .footer-wrap .footer-box .top-footer ul.footer-list-box li.footer-links a {
              line-height: 2.1;
              color: #a4a4a4;
              text-decoration: none; }
            #footer .footer-wrap .footer-box .top-footer ul.footer-list-box li.footer-links a:hover {
              color: #f4f4f4; }
          #footer .footer-wrap .footer-box .top-footer ul.footer-list-box li.footer-links {
            border-bottom: 1px solid #a4a4a4;
            padding: 0.4375rem 0;
            margin: 0.375rem 0; }
          #footer .footer-wrap .footer-box .top-footer ul.footer-list-box li.footer-links:hover a {
            filter: brightness(100%); }
          #footer .footer-wrap .footer-box .top-footer ul.footer-list-box li.footer-links:last-child {
            margin-bottom: 2.125rem; }
          #footer .footer-wrap .footer-box .top-footer ul.footer-list-box .footer-list {
            padding: 5px 0;
            margin: 5px 0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            #footer .footer-wrap .footer-box .top-footer ul.footer-list-box .footer-list .arrowdown {
              width: 14px;
              height: 8px;
              background-image: url("../img/arrow-down.png");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center;
              transition: .5s; }
          #footer .footer-wrap .footer-box .top-footer ul.footer-list-box .footer-list:hover {
            color: #f4f4f4; }
          #footer .footer-wrap .footer-box .top-footer ul.footer-list-box .footer-list:focus {
            outline: none;
            color: #f4f4f4;
            border-bottom: none; }
          #footer .footer-wrap .footer-box .top-footer ul.footer-list-box .footer-list:focus + ul {
            max-height: 1000px;
            margin-bottom: 8.5px;
            transition: max-height 1s; }
          #footer .footer-wrap .footer-box .top-footer ul.footer-list-box .footer-list:focus > .arrowdown {
            transform: rotate(180deg); }
          #footer .footer-wrap .footer-box .top-footer ul.footer-list-box ul {
            max-height: 0px;
            overflow: hidden;
            list-style-type: none;
            border-bottom: 1px solid #a4a4a4; }
            #footer .footer-wrap .footer-box .top-footer ul.footer-list-box ul li {
              margin: 10px 0; }
              #footer .footer-wrap .footer-box .top-footer ul.footer-list-box ul li a {
                color: #f4f4f4;
                text-decoration: none; }
              #footer .footer-wrap .footer-box .top-footer ul.footer-list-box ul li a:hover {
                opacity: .5; }
            #footer .footer-wrap .footer-box .top-footer ul.footer-list-box ul li:hover a {
              filter: brightness(100%); }
            #footer .footer-wrap .footer-box .top-footer ul.footer-list-box ul li:last-child {
              margin-bottom: 34px; }
      #footer .footer-wrap .footer-box .bottom-footer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px; }
        #footer .footer-wrap .footer-box .bottom-footer .info-company {
          display: flex;
          flex-direction: column;
          align-items: baseline; }
          #footer .footer-wrap .footer-box .bottom-footer .info-company .company-name {
            font-size: 1rem;
            color: #f4f4f4;
            line-height: 1.2;
            margin-top: 3px;
            margin-bottom: 10px; }
          #footer .footer-wrap .footer-box .bottom-footer .info-company .copyright {
            font-size: 0.875rem;
            color: #f4f4f4;
            line-height: 1.429; }
        #footer .footer-wrap .footer-box .bottom-footer .use-rules {
          text-align: center; }
          #footer .footer-wrap .footer-box .bottom-footer .use-rules a {
            color: #f4f4f4;
            line-height: 1.6;
            text-decoration: none; }
            #footer .footer-wrap .footer-box .bottom-footer .use-rules a:hover {
              text-decoration: underline; }
        #footer .footer-wrap .footer-box .bottom-footer .contacts .tel,
        #footer .footer-wrap .footer-box .bottom-footer .contacts .mail {
          display: flex;
          justify-content: flex-end; }
          #footer .footer-wrap .footer-box .bottom-footer .contacts .tel a,
          #footer .footer-wrap .footer-box .bottom-footer .contacts .mail a {
            cursor: pointer;
            text-align: right;
            color: #f4f4f4;
            display: inline-block;
            text-decoration: none; }
        #footer .footer-wrap .footer-box .bottom-footer .contacts .tel a {
          font-size: 1.375rem;
          font-weight: bold;
          line-height: 1.4;
          letter-spacing: 0.5px;
          margin-bottom: 10px; }
        #footer .footer-wrap .footer-box .bottom-footer .contacts .mail a {
          margin-bottom: 10px;
          font-size: 1.125rem;
          line-height: 1.2; }
        #footer .footer-wrap .footer-box .bottom-footer .contacts .tel a:hover,
        #footer .footer-wrap .footer-box .bottom-footer .contacts .mail a:hover {
          text-decoration: underline; }
        #footer .footer-wrap .footer-box .bottom-footer .contacts .tel a:active,
        #footer .footer-wrap .footer-box .bottom-footer .contacts .mail a:active {
          opacity: 0.5; }
        #footer .footer-wrap .footer-box .bottom-footer .contacts address {
          text-align: right;
          font-size: 1.125rem;
          font-style: normal;
          line-height: 1.2; }
          #footer .footer-wrap .footer-box .bottom-footer .contacts address span {
            margin-bottom: 10px;
            display: inline-block; }
          #footer .footer-wrap .footer-box .bottom-footer .contacts address img {
            width: 70%;
            height: auto;
            border-radius: 6px;
            display: inline-block;
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.auth-box {
  /* не показывать крестик "х" в поле input password для IE и Edge */
  /* не показывать "глаз" в поле input password для IE и Edge */ }
  .auth-box input[type="text"],
  .auth-box input[type="email"],
  .auth-box input[type="password"] {
    width: 100%; }
  .auth-box input[type="text"],
  .auth-box input[type="password"] {
    margin-bottom: 0;
    padding: .8em 1.5em; }
  .auth-box .auth-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .auth-box .auth-field .success-mail-auth {
      margin-bottom: 12px;
      font-weight: 700;
      color: greenyellow;
      display: none; }
    .auth-box .auth-field .wrong-mail-auth {
      margin-bottom: 12px;
      font-weight: 700;
      color: red;
      display: none; }
    .auth-box .auth-field input#auth-email {
      margin-bottom: 25px; }
    .auth-box .auth-field > div {
      width: 100%;
      text-align: center; }
      .auth-box .auth-field > div ul.feedbackPanel {
        margin-bottom: 25px;
        list-style-type: none; }
        .auth-box .auth-field > div ul.feedbackPanel li.feedbackPanelSUCCESS span {
          font-size: 24px;
          color: #f4f4f4;
          font-weight: bold; }
        .auth-box .auth-field > div ul.feedbackPanel li.feedbackPanelERROR span {
          font-size: 24px;
          color: #c50304;
          font-weight: bold; }
  .auth-box .auth-field .wrap__forgot-pass-link {
    margin-top: 5px;
    text-align: right; }
  .auth-box .forgot-pass-link,
  .auth-box .reg-link {
    width: 100%;
    margin-top: 5px;
    color: white;
    text-decoration: none; }
  .auth-box .forgot-pass-link {
    text-align: right;
    font-size: 1rem; }
  .auth-box .reg-link {
    text-align: center; }
  .auth-box .btn-dashed {
    height: fit-content;
    padding: .8rem 3.1rem;
    margin-top: 0;
    border: 1px dashed white;
    border-radius: 30px;
    cursor: pointer;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  .auth-box .btn-red {
    width: 100%;
    margin: 30px auto 10px; }
  .auth-box #auth-email::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0; }
  .auth-box .pass-field::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0; }
  .auth-box .pass-field::-ms-clear {
    width: 0;
    height: 0;
    display: none; }
  .auth-box .pass-field::-ms-reveal {
    width: 0;
    height: 0;
    display: none; }
  .auth-box .pass-field-wrap {
    position: relative;
    width: 380px;
    height: auto;
    margin-bottom: 1.5625rem;
    display: inline-block; }
    .auth-box .pass-field-wrap input[type="text"] {
      margin-bottom: 0; }
    .auth-box .pass-field-wrap .pass-field {
      width: 100%; }
    .auth-box .pass-field-wrap .pass-eye {
      width: 24px;
      position: absolute;
      top: 56%;
      right: 10px;
      transform: translateY(-60%);
      opacity: .6; }
      .auth-box .pass-field-wrap .pass-eye .pupil {
        fill: #FFFFFF;
        stroke: #FFFFFF;
        stroke-miterlimit: 10; }
    .auth-box .pass-field-wrap .pass-eye.active .pupil {
      fill: #000000;
      stroke: #000000;
      stroke-miterlimit: 10; }

#projects {
  display: flex;
  justify-content: center;
  padding-top: 88px;
  background-color: #eff1f7; }
  #projects input[type="date"] {
    width: 148px;
    height: 38px;
    padding: 0 5px 0 12px;
    font-size: 16px;
    font-family: "Roboto";
    color: #242738;
    line-height: 1.2; }
  #projects .lk-head {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #projects .lk-head h2 {
      font-size: 3rem;
      color: #242738;
      font-weight: bold;
      line-height: 1;
      padding: 0px 8px;
      text-transform: none; }
  #projects .projects-box {
    width: 100%;
    max-width: 1198px;
    padding: 0 14px;
    margin-bottom: 54px; }
  #projects thead th,
  #projects tbody td {
    max-width: 18px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: start;
    vertical-align: middle;
    word-break: break-word;
    font-size: 12px; }
  #projects thead th:nth-child(1),
  #projects tbody td:nth-child(1) {
    width: 8%; }
  #projects thead th:nth-child(2),
  #projects tbody td:nth-child(2) {
    width: 17%; }
  #projects thead th:nth-child(3),
  #projects tbody td:nth-child(3) {
    width: 17%; }
  #projects thead th:nth-child(4),
  #projects tbody td:nth-child(4) {
    width: 13%; }
  #projects thead th:nth-child(5),
  #projects tbody td:nth-child(5) {
    width: 13%; }
  #projects thead th:nth-child(6),
  #projects tbody td:nth-child(6) {
    width: 13%; }
  #projects thead th:nth-child(7),
  #projects tbody td:nth-child(7) {
    width: 13%; }
  #projects thead th:nth-child(8),
  #projects tbody td:nth-child(8) {
    width: 3%;
    position: relative; }
  #projects thead th:nth-child(9),
  #projects tbody td:nth-child(9) {
    width: 3%;
    position: relative; }
  #projects tbody td:nth-child(8) img,
  #projects tbody td:nth-child(9) img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1, 1); }

#new-project .btn-red {
  width: 100%;
  margin: 0 auto; }
#new-project textarea {
  overflow-y: auto; }

#del-project h3 {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  text-align: center; }

.box-yes-no {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap; }
  .box-yes-no .btn-red,
  .box-yes-no .btn-white {
    width: 120px;
    min-width: 50px;
    margin: 5px;
    display: flex;
    justify-content: center; }

#devices {
  display: flex;
  justify-content: center;
  padding-top: 88px;
  background-color: #eff1f7; }
  #devices .lk-box {
    width: 100%;
    max-width: 1198px;
    padding: 0 14px;
    margin-top: 60px;
    margin-bottom: 54px; }
  #devices .lk-head {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    #devices .lk-head h2 {
      font-size: 3em;
      color: #242738;
      font-weight: bold;
      line-height: 1;
      padding: 0px 8px;
      text-transform: none; }
  #devices .devices-box {
    width: 100%;
    max-width: 1198px;
    padding: 0 14px;
    margin-top: 60px;
    margin-bottom: 54px; }

.soft-content {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-gap: 20px; }

.nav-bar {
  width: 100%;
  overflow: hidden; }
  .nav-bar li.nav-item__noactive {
    opacity: .5 !important;
    cursor: no-drop !important; }
    .nav-bar li.nav-item__noactive a {
      pointer-events: none !important; }
    .nav-bar li.nav-item__noactive:hover a,
    .nav-bar li.nav-item__noactive li:hover a {
      color: #242738 !important; }
  .nav-bar ul {
    list-style-type: none; }
    .nav-bar ul li {
      border: 1px solid #1a153f;
      font-size: 18px;
      font-family: "Roboto";
      font-weight: bold;
      line-height: 1.111;
      transition: all .5s ease-in-out; }
      .nav-bar ul li .nav-item {
        width: 100%;
        padding: 16px 20px 14px;
        display: inline-block; }
      .nav-bar ul li .nav-item.active {
        margin-left: 2px;
        border-left: 2px solid #c50304; }
      .nav-bar ul li a {
        padding: 2px 0;
        color: #242738;
        display: block; }
      .nav-bar ul li ul li {
        width: 100%;
        border-left: none;
        border-right: none;
        border-bottom: none;
        font-size: 16px;
        font-family: "Roboto";
        font-weight: 300;
        color: #242738;
        line-height: 1.2;
        transition: all .5s ease-in-out; }
        .nav-bar ul li ul li .nav-item {
          padding-left: 35px; }
        .nav-bar ul li ul li ul {
          list-style-type: disc; }
          .nav-bar ul li ul li ul li a {
            text-decoration: none; }
          .nav-bar ul li ul li ul li .nav-item {
            padding-left: 60px; }
      .nav-bar ul li li:hover > a {
        color: #c50304; }
      .nav-bar ul li li:first-child {
        border-top-left-radius: unset;
        border-top-right-radius: unset; }
      .nav-bar ul li li:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .nav-bar ul li li:last-child {
        padding-bottom: 0; }
    .nav-bar ul li:first-child {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .nav-bar ul li:last-child {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
    .nav-bar ul li:last-child {
      padding-bottom: 4px; }
    .nav-bar ul li:not(:last-child) {
      border-bottom: none; }

#soft .soft-box {
  width: 100%;
  max-width: 1198px;
  margin-top: 0;
  margin-bottom: 54px;
  padding: 0 14px; }
  #soft .soft-box h1 {
    margin-bottom: 1.5625rem;
    font-family: "Roboto";
    font-size: 4.1875rem;
    color: #242738;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1; }
#soft .content-box {
  margin-bottom: 20px;
  padding: 37px 16px 28px;
  border: 1px solid black;
  border-radius: 20px;
  font-family: "Roboto";
  color: #242738;
  display: flex; }
  #soft .content-box h4 {
    margin: 0 10px;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.316;
    transition: all .5s ease-in-out; }
  #soft .content-box p {
    font-size: 18px;
    line-height: 1.333;
    transition: all .5s ease-in-out; }
  #soft .content-box img {
    width: 100%;
    height: auto;
    border-radius: 20px; }
  #soft .content-box .soft-img-box {
    width: 25%; }
  #soft .content-box .soft-desc {
    width: 75%; }
  #soft .content-box .version {
    margin-bottom: 18px;
    font-size: 16px;
    font-family: "Roboto";
    color: #6b6b6b;
    line-height: 1.2;
    transition: all .5s ease-in-out; }
  #soft .content-box .archive {
    font-size: 14px;
    font-family: "Roboto";
    color: #6b6b6b;
    text-decoration: underline;
    line-height: 1.714;
    transition: all .5s ease-in-out; }
  #soft .content-box .archive:hover {
    opacity: .7; }
  #soft .content-box .short-desc {
    display: flex; }
    #soft .content-box .short-desc .center-desc {
      width: 68%;
      margin: 0 10px; }
    #soft .content-box .short-desc .right-desc {
      width: 32%;
      margin: 0 10px;
      display: flex;
      flex-direction: column; }
  #soft .content-box .btn-red {
    width: 100%;
    min-height: 2.5rem;
    margin-bottom: 1.125rem;
    padding: 0.8rem 1rem;
    background-color: #c50304;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out; }
  #soft .content-box .more-link {
    margin-top: 12px;
    color: #c50304;
    text-decoration: none;
    display: inline-block;
    transition: all .5s ease-in-out; }
  #soft .content-box .more-link:hover {
    text-decoration: underline; }

.soft-large-desc {
  margin-bottom: 30px;
  display: flex;
  font-size: 1.125rem;
  font-family: "Roboto";
  color: #242738;
  line-height: 1.333; }
  .soft-large-desc .center-desc {
    width: 68%;
    margin: 0 10px; }
  .soft-large-desc .right-desc {
    width: 32%;
    margin: 0  0 0 10px;
    display: flex;
    flex-direction: column; }
    .soft-large-desc .right-desc .btn-red {
      margin-bottom: 20px; }

.table-grid .row {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-gap: 0.875rem; }
.table-grid .row-4 {
  display: grid;
  grid-template-columns: 25% 1fr 1fr 1fr; }
  .table-grid .row-4 .btn-white {
    width: 100%;
    max-width: 130px;
    height: 23px;
    padding: 0 1em; }
.table-grid .col-1 p {
  text-overflow: ellipsis;
  overflow-x: hidden; }
.table-grid .row:not(:last-child),
.table-grid .row-4:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eff1f7; }
.table-grid ul {
  margin: 10px 0; }
  .table-grid ul li {
    margin-left: 20px; }
.table-grid .thin-head {
  border-bottom: 1px solid rgba(36, 39, 56, 0.2);
  font-size: 12px;
  font-family: "Roboto";
  color: #6b6b6b;
  line-height: 1.2; }

#card {
  padding-top: 88px;
  display: flex;
  justify-content: center; }
  #card .soft-box {
    width: 100%;
    max-width: 1198px;
    margin-top: 0;
    margin-bottom: 54px;
    padding: 0 14px; }
    #card .soft-box h2 {
      margin-bottom: 25px;
      font-size: 3em;
      text-transform: none; }
  #card .soft-content {
    display: grid;
    grid-template-columns: 23% 1fr;
    grid-gap: 20px; }
  #card .soft-img-box {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center; }
  #card .tabs {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 8px;
    display: grid;
    grid-column-gap: 16px;
    grid-template-areas: "a b c d" "e e e e"; }
    #card .tabs input[type="radio"] {
      display: none; }
    #card .tabs .tab-content {
      border: 1px solid #1a153f;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      display: none;
      background: #F9F9F9;
      box-shadow: 0px 1px 1px rgba(0, 12, 58, 0.1);
      grid-area: e;
      padding: 16px 24px 10px; }
      #card .tabs .tab-content ul {
        margin-left: 16px; }
    #card .tabs #tab-11:checked ~ #content-11,
    #card .tabs #tab-12:checked ~ #content-12,
    #card .tabs #tab-13:checked ~ #content-13,
    #card .tabs #tab-14:checked ~ #content-14 {
      display: block; }
    #card .tabs label {
      height: 40px;
      padding: .35rem;
      background-color: #eff1f7;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      cursor: pointer;
      font-size: 0.875rem;
      font-family: "Roboto";
      color: #242738;
      line-height: 1.714;
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    #card .tabs label:nth-child(2) {
      grid-area: a; }
    #card .tabs label:nth-child(4) {
      grid-area: b; }
    #card .tabs label:nth-child(6) {
      grid-area: c; }
    #card .tabs label:nth-child(8) {
      grid-area: d; }
    #card .tabs input[type="radio"]:checked + label {
      background: #1a153f;
      font-size: 0.875rem;
      font-family: "Roboto";
      color: white;
      line-height: 1.714; }

#license-agreement {
  display: flex;
  justify-content: center;
  padding-top: 88px;
  background-color: #eff1f7;
  color: #2c304c; }
  #license-agreement .license-agreement-box {
    width: 100%;
    max-width: 1198px;
    padding: 0 14px;
    margin-top: 60px;
    margin-bottom: 54px; }
    #license-agreement .license-agreement-box h1 {
      margin-bottom: 0;
      font-size: 3.2em;
      text-transform: capitalize;
      text-align: center; }
    #license-agreement .license-agreement-box h3 {
      margin: 1.5em 0 0.75em; }
    #license-agreement .license-agreement-box .main-subtitle {
      margin-bottom: 3rem;
      font-size: 2.2em;
      text-align: center; }
    #license-agreement .license-agreement-box ul, #license-agreement .license-agreement-box ol {
      padding: 0;
      margin-left: 20px; }
    #license-agreement .license-agreement-box ol ol {
      list-style-type: lower-alpha; }
    #license-agreement .license-agreement-box li {
      padding-left: 1rem;
      margin: 10px 0; }

#license-policy {
  padding-top: 60px;
  color: #2c304c;
  display: flex;
  justify-content: center; }

.license-policy-box {
  width: 100%;
  max-width: 1198px;
  margin: 60px auto 54px;
  padding: 0 14px; }
  .license-policy-box h1 {
    margin-bottom: 18px;
    font-size: 3.2em;
    text-transform: capitalize; }
  .license-policy-box h2 {
    margin-top: 18px;
    padding: 0;
    font-size: 2.5em; }
  .license-policy-box h3 {
    margin: 18px 0 .4em;
    font-size: 2em; }
  .license-policy-box aside.nav-bar {
    overflow: visible; }

.license-policy-content-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-gap: 20px; }
  .license-policy-content-wrap .nav-bar {
    margin-top: 18px; }

.license-policy-content {
  padding: 0 20px; }
  .license-policy-content ul, .license-policy-content ol {
    padding: 0;
    margin-left: 20px; }

.table-license-mode,
.table-license-levels {
  margin: 10px 0 16px;
  border-collapse: collapse; }
  .table-license-mode ol,
  .table-license-levels ol {
    list-style-type: square; }
  .table-license-mode th,
  .table-license-levels th {
    text-align: left; }
  .table-license-mode td,
  .table-license-levels td {
    vertical-align: top; }
  .table-license-mode td, .table-license-mode th,
  .table-license-levels td,
  .table-license-levels th {
    padding: 10px;
    border: 1px solid black; }

#error-wrap {
  width: 100%;
  min-height: 100vh;
  padding: 24px 14px;
  background-color: #242738;
  text-align: center;
  display: grid;
  place-items: center; }
  #error-wrap h2 {
    color: #f4f4f4; }
  #error-wrap p {
    padding: 0px 8px; }

.news-list {
  margin: -10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .news-list__item {
    margin: 10px;
    border-radius: 3px;
    display: grid;
    flex-direction: row;
    grid-template-columns: minmax(120px, 320px) 1fr; }
    .news-list__item .news-list__item-text {
      display: flex;
      flex-direction: column; }
    .news-list__item .img-news {
      position: relative;
      background-color: #e5efff;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center; }
      .news-list__item .img-news img {
        object-fit: cover;
        height: 100%;
        width: 100%; }
    .news-list__item .vertical-photo {
      text-align: center; }
    .news-list__item h4, .news-list__item p, .news-list__item span.date-news {
      margin: 0 0.625rem; }
    .news-list__item h4 {
      font-size: 1.375rem;
      color: #242738;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 0.6875rem; }
    .news-list__item p {
      font-size: 1.125rem;
      color: #242738;
      line-height: 1.35;
      margin-bottom: 0.6875rem; }
    .news-list__item span.date-news {
      margin-bottom: 0.625rem;
      font-size: 0.6875rem;
      color: #8b8b8b;
      line-height: 1.2;
      display: inline-block; }

.news-list__item-link {
  text-decoration: none; }
  .news-list__item-link:active {
    opacity: .5; }

#services {
  padding-top: 88px;
  color: #2c304c;
  display: flex;
  justify-content: center; }
  #services .services-section {
    width: 100%;
    max-width: 1198px;
    padding: 0 14px;
    margin-bottom: 54px; }
  #services h2, #services h3 {
    padding: 0; }
  #services ul, #services ol {
    margin-left: 20px; }
    #services ul li, #services ol li {
      padding-left: 0.45rem; }
  #services p {
    margin: 1.125rem 0; }

#contacts {
  padding-top: 88px;
  color: #2c304c;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #contacts .contact-box {
    width: 100%;
    max-width: 1198px;
    padding: 0 14px;
    margin: auto;
    margin-bottom: 54px; }
    #contacts .contact-box .contacts-wrap {
      margin-bottom: 3.5rem;
      display: flex;
      justify-content: space-between;
      grid-gap: 10px; }
      #contacts .contact-box .contacts-wrap .contacts-section {
        font-size: 1.25rem; }
        #contacts .contact-box .contacts-wrap .contacts-section .address,
        #contacts .contact-box .contacts-wrap .contacts-section .phone,
        #contacts .contact-box .contacts-wrap .contacts-section .email {
          line-height: 1.7;
          text-align: left; }
      #contacts .contact-box .contacts-wrap .location-wrap {
        display: flex;
        justify-content: flex-end; }
      #contacts .contact-box .contacts-wrap .location {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end; }
        #contacts .contact-box .contacts-wrap .location .yandex-find {
          width: 100%;
          margin-bottom: .4rem;
          text-align: right; }
        #contacts .contact-box .contacts-wrap .location img {
          width: 85%;
          width: 100%;
          height: auto;
          border-radius: 6px;
          display: block;
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
    #contacts .contact-box a.contact-feedback {
      width: 320px;
      margin: 0 auto;
      display: block; }

#recovery-page {
  min-height: 71.8%;
  padding-top: 137px;
  display: flex;
  justify-content: center; }
  #recovery-page h1 {
    font-size: 2.1875rem;
    text-align: center; }
  #recovery-page p {
    margin-bottom: 2rem;
    color: #242738; }
  #recovery-page .recover-box {
    width: 100%;
    max-width: 1198px;
    margin-top: 0;
    margin-bottom: 54px;
    padding: 0 14px;
    display: grid;
    place-items: center; }
    #recovery-page .recover-box form {
      display: flex;
      flex-direction: column; }
  #recovery-page .pass-field-wrap {
    position: relative;
    width: 380px;
    height: auto;
    margin-bottom: 1.5625rem;
    display: inline-block; }
    #recovery-page .pass-field-wrap .pass-field {
      width: 100%; }
    #recovery-page .pass-field-wrap .pass-eye {
      width: 24px;
      position: absolute;
      top: 56%;
      right: 10px;
      transform: translateY(-60%);
      opacity: .6; }
      #recovery-page .pass-field-wrap .pass-eye .pupil {
        fill: #FFFFFF;
        stroke: #FFFFFF;
        stroke-miterlimit: 10; }
    #recovery-page .pass-field-wrap .pass-eye.active .pupil {
      fill: #000000;
      stroke: #000000;
      stroke-miterlimit: 10; }

#profile h2 {
  margin-bottom: 30px; }
#profile .profile-container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #eff1f7; }
#profile .profile-content {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 54px;
  max-width: 1198px;
  padding: 88px 14px 0; }
#profile .input-label,
#profile .input-box {
  display: inline-block;
  text-align: left; }
#profile .input-label {
  width: 300px;
  vertical-align: middle;
  color: rgba(0, 0, 11, 0.7); }
#profile .input-box {
  width: 480px;
  position: relative; }
  #profile .input-box input {
    width: 100%; }
#profile .input-with-informer {
  display: flex;
  align-items: center; }
  #profile .input-with-informer .tip-informer,
  #profile .input-with-informer .tip-profile-location-individual,
  #profile .input-with-informer .tip-profile-location-company {
    margin-left: 5px; }
#profile form label {
  display: flex;
  align-items: center;
  margin: 10px 0; }
#profile label.checker {
  min-height: auto;
  margin: 25px 0;
  margin-left: 0;
  line-height: 13px;
  color: rgba(0, 0, 11, 0.7); }

@media screen and (max-width: 700px) {
  #profile .tab-content form label {
    height: auto;
    display: inline-block; } }
/*
    ** Main **
    HTML
    CSS Classes
    Main Elements

    ** Parts **
    Part: Header
    Part: Info Slider
    Part: Experience
    Part: Levels
    Part: Geography Carousel
    Part: Accreditation
    Part: News
    Part: Footer

    ** Modals **
    Modal: Feedback

    ** Pages **
    Page: Projects
    Page: Device & License
    Page: Soft List
    Page: Card Soft
    Page: All News
    Page: Contacts
    Page: Recovery
    Page: Registration
*/
@media screen and (max-width: 960px) {
  html {
    font-size: 16px; } }
@media screen and (max-width: 940px) {
  html {
    font-size: 14px; } }
@media screen and (max-width: 720px) {
  html {
    font-size: 14px; } }
@media screen and (max-width: 480px) {
  html {
    font-size: 12px; } }
@media screen and (max-width: 360px) {
  html {
    font-size: 10px; } }
@media screen and (max-width: 730px) {
  .h-700 {
    height: auto !important; } }
@media screen and (max-width: 360px) {
  .btn-white, .btn-white-green, .btn-red {
    padding: 0.75625rem 2rem; } }
@media screen and (max-width: 940px) {
  #header #top-menu .menu-box,
  #header #top-menu .nav-wrap {
    min-width: auto; }

  #header #top-menu .nav-wrap .nav-box ul.nav-menu {
    flex-wrap: wrap; }
    #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item {
      line-height: 1.2; }

  #header.sticky-menu #top-menu .nav-wrap .nav-box .top-menu__nav nav ul.nav-menu li.item {
    line-height: 1.2; }

  #header #top-menu .nav-wrap .nav-box .top-menu__btn {
    width: auto; } }
@media screen and (max-width: 680px) {
  #header #top-menu .nav-wrap .nav-box {
    position: relative; }

  #header #top-menu .nav-wrap .nav-box .menus-box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    max-height: 90vh;
    margin: 0 -0.875rem;
    padding: 4rem 12px 6rem;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    background-color: #1a153f;
    flex-direction: column;
    transform: scaleY(0);
    transform-origin: top; }
  #header #top-menu .nav-wrap .nav-box.active .menus-box {
    transform: scaleY(1);
    transition: transform 0.3s ease-out; }

  #header #top-menu .nav-wrap .nav-box .top-menu__nav {
    width: 90%;
    margin: 0 auto;
    overflow: auto; }

  #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item .nav-submenu {
    position: inherit;
    right: 0;
    left: auto;
    transform: scale(1);
    transition: none;
    box-shadow: none; }
  #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item:hover .nav-submenu {
    margin-top: 0; }

  #header #top-menu .nav-wrap .nav-box ul.nav-menu {
    flex-direction: column;
    align-items: flex-start; }

  #header #top-menu .nav-wrap .nav-box .top-menu__btn {
    flex-direction: row; }

  #header #top-menu .nav-box .burger {
    display: block; }

  #header #top-menu .nav-box.active .burger:before {
    transform: translateY(8px) rotate(135deg); }
  #header #top-menu .nav-box.active .burger:after {
    transform: translateY(-8px) rotate(-135deg); }
  #header #top-menu .nav-box.active .burger div {
    transform: scale(0); }

  #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item a {
    font-size: 1rem; }

  #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item > a {
    font-weight: bold;
    margin-bottom: 4px;
    display: inline-block; }

  #header.activeDark {
    background-color: #1a153f; }

  html.lockscroll {
    overflow: hidden; } }
@media screen and (max-width: 570px) {
  #header #top-menu .nav-wrap .nav-box ul.nav-menu li.item .nav-submenu {
    width: auto; } }
@media screen and (max-width: 360px) {
  #header #top-menu .nav-wrap .nav-box .top-menu__btn {
    flex-wrap: wrap; } }
@media screen and (max-width: 940px) {
  #info-block #services {
    margin-bottom: 30px; }
    #info-block #services .service-box {
      min-width: auto;
      margin: auto;
      flex-wrap: wrap;
      justify-content: center; }

  #info-block #services .service-item a {
    margin: 10px; }

  #info-block #services {
    margin-bottom: 60px; }

  .slide-content .text-box {
    width: 100%; } }
@media screen and (max-width: 750px) {
  #info-block #services .service-box .service-item {
    width: 180px; } }
@media screen and (max-width: 600px) {
  #info-block #services .service-box .service-item {
    width: 140px; }
    #info-block #services .service-box .service-item a .service-name {
      font-size: 1.125rem; } }
@media screen and (max-width: 540px) {
  .slide-content .text-box h1 {
    font-size: 3rem; } }
@media screen and (max-width: 480px) {
  #info-block #services .service-item a .service-image {
    width: 5.5rem; }

  #info-block #services .service-box .service-item {
    width: 130px; }

  .slide-content .text-box {
    padding-top: 130px; } }
@media screen and (max-width: 450px) {
  #info-block #services .service-box .service-item {
    width: 110px; } }
@media screen and (max-width: 390px) {
  #info-block #services .service-box .service-item {
    width: fit-content; }

  #info-block #services .service-box .service-item:nth-child(5) {
    width: 100px;
    margin-left: 30px; } }
@media screen and (max-width: 360px) {
  #info-block #services .service-box .service-item a .service-name {
    font-size: 1.5rem; }

  .slide-content .text-box h1 {
    font-size: 3.15rem; }
  .slide-content .text-box p {
    font-size: 1.2em; } }
@media screen and (max-width: 940px) {
  #experience .content-box .content {
    min-width: auto; } }
@media screen and (max-width: 750px) {
  #experience .content-box .content {
    padding: 5.625rem 5.3125rem; }
    #experience .content-box .content h2 {
      display: inline-block;
      width: fit-content;
      max-width: 80%; } }
@media screen and (max-width: 490px) {
  #experience .content-box .content {
    padding: 5.375rem 4.3125rem; }
    #experience .content-box .content h2 {
      max-width: 90%;
      font-size: 3rem; } }
@media screen and (max-width: 376px) {
  #experience .content-box .content {
    padding: 5.375rem 2.3125rem; }
    #experience .content-box .content h2 {
      font-size: 2.825rem; } }
@media screen and (max-width: 750px) {
  #piramyd, #piramyddemo {
    top: 57%;
    overflow: hidden; }

  #levels.h-700 {
    height: 650px !important; } }
@media screen and (max-width: 730px) {
  #levels {
    height: 550px !important;
    min-height: 500px; } }
@media screen and (max-width: 560px) {
  #piramyd, #piramyddemo {
    top: 58%; }
    #piramyd svg, #piramyddemo svg {
      width: 112% !important;
      transform: translateX(-4%) !important; }

  #levels.h-700 {
    height: 600px !important; } }
@media screen and (max-width: 480px) {
  #piramyd, #piramyddemo {
    height: 60%; }
    #piramyd svg, #piramyddemo svg {
      width: 113% !important;
      height: 107% !important; }

  #levels.h-700 {
    height: 550px !important; } }
@media screen and (max-width: 360px) {
  #piramyd, #piramyddemo {
    top: 65%; }
    #piramyd svg, #piramyddemo svg {
      width: 114% !important;
      height: 94% !important;
      transform: translateX(-5%) !important; }

  #levels.h-700 {
    height: 450px !important; } }
@media screen and (min-width: 1198px) {
  #geography-carousel .bgi-slide-wrap .slide-footer .slide-footer-content {
    margin-left: calc((100vw - 1198px) / 2); } }
@media screen and (max-width: 1200px) {
  #geography-carousel .geography-wrap .geography-box .map-labels {
    font-size: .8rem; } }
@media screen and (max-width: 910px) {
  #levels.h-700 {
    height: 700px !important; } }
@media screen and (max-width: 860px) and (orientation: landscape) {
  #geography-carousel {
    min-height: 450px; }
    #geography-carousel .carousel-cell {
      height: 450px; }
    #geography-carousel #map-animate svg > g {
      transform: translate3d(0, 0, 0); }
    #geography-carousel #map-animate svg {
      min-width: 800px; }
    #geography-carousel .geography-wrap .geography-box .map-labels .label .num {
      font-size: 3.625rem; }
    #geography-carousel .geography-wrap .geography-box .map-labels .label .desc {
      font-size: 1.125rem; } }
@media screen and (max-width: 680px) {
  .directions-wrap .directions-box ul.directions-list {
    margin-left: 3rem;
    margin-left: 4rem;
    margin-right: 2rem; } }
@media screen and (max-width: 580px) {
  #levels.h-700 {
    height: 600px !important; } }
@media screen and (max-width: 500px) {
  #map-animate svg {
    transform: translate3d(20px, 0px, 0px) !important; }

  #geography-carousel .geography-wrap .geography-box h2,
  .directions-wrap .directions-box h2 {
    font-size: 3rem; }

  .directions-wrap .directions-box ul.directions-list {
    margin-left: 4rem;
    margin-right: 2rem; }

  #geography-carousel .geography-wrap .geography-box .map-labels .label .num {
    font-size: 5rem; }

  #geography-carousel .geography-wrap .geography-box .map-labels .label .desc,
  .directions-wrap .directions-box ul.directions-list li {
    font-size: 1.5rem; } }
@media screen and (max-width: 480px) {
  .flickity-prev-next-button {
    width: 30px !important;
    height: 30px !important; }

  #levels.h-700 {
    height: 500px !important; } }
@media screen and (max-width: 360px) {
  .directions-wrap .directions-box ul.directions-list {
    margin-left: 5rem;
    margin-right: 2rem; }

  #levels.h-700 {
    height: 400px !important; } }
@media screen and (max-width: 910px) {
  #accreditation .accreditation-wrap .accreditation-box {
    grid-gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center; }

  .h-700 {
    height: auto !important; }

  #accreditation .accreditation-wrap .accreditation-box .text h2 {
    margin-top: 50px; } }
@media screen and (max-width: 540px) {
  #accreditation .accreditation-wrap .accreditation-box .text h2 {
    font-size: 3rem; } }
@media screen and (max-width: 480px) {
  #accreditation .accreditation-wrap .accreditation-box .text h2 {
    margin-top: 0; }

  #accreditation .accreditation-wrap .accreditation-box .doc {
    width: inherit;
    height: inherit; }
    #accreditation .accreditation-wrap .accreditation-box .doc img {
      width: 100%;
      height: auto; } }
@media screen and (max-width: 990px) {
  #news .news-wrap .news-box .news-items {
    flex-wrap: wrap;
    justify-content: center; }

  #news .news-wrap .news-box .news-items .item {
    margin: 1rem 0.3125rem; } }
@media screen and (max-width: 540px) {
  #news .news-wrap .news-box h2 {
    font-size: 3rem; } }
@media screen and (max-width: 360px) {
  #news .news-wrap .news-box .news-items .item {
    width: 100%;
    min-width: 100%; } }
@media screen and (max-width: 940px) {
  #footer .footer-wrap .footer-box {
    min-width: auto; } }
@media screen and (max-width: 600px) {
  #footer .footer-wrap .footer-box .top-footer {
    display: flex;
    flex-direction: column; } }
@media screen and (max-width: 480px) {
  #footer .footer-wrap .footer-box .bottom-footer {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 3rem; }

  #footer .footer-wrap .footer-box .bottom-footer .info-company .company-name,
  #footer .footer-wrap .footer-box .bottom-footer .info-company .copyright {
    text-align: center; }

  #footer .footer-wrap .footer-box .bottom-footer .contacts .tel,
  #footer .footer-wrap .footer-box .bottom-footer .contacts .mail {
    justify-content: center; } }
@media screen and (max-width: 480px) {
  .popup__body {
    padding: 2.5rem 2.6875rem; } }
@media screen and (max-width: 1060px) {
  .status-box .status-item {
    padding: 1rem 1rem 0.8rem; } }
@media screen and (max-width: 830px) {
  .status-box .status-item {
    padding: 1rem 1rem 0.8rem; }

  .status-box .status-title,
  .status-box .your-status,
  .status-box .status-desc {
    font-size: 0.825rem; } }
@media screen and (max-width: 720px) {
  #projects .status-box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, max-content);
    grid-auto-flow: column; }
    #projects .status-box .status-title, #projects .status-box .your-status, #projects .status-box .status-desc {
      display: block;
      font-size: 1rem;
      text-align: center; }

  .status-box {
    margin-bottom: 1rem; }

  #projects .lk-head {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto); }
    #projects .lk-head .total-status {
      margin-bottom: 1.8rem;
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 1; } }
@media screen and (max-width: 590px) {
  #projects .filter-wrap, #projects .finder, #projects .filter {
    grid-gap: 1rem;
    flex-direction: column; }
  #projects .filter-wrap .btn-white {
    width: 100%;
    font-size: 1rem; }
  #projects .finder {
    margin-bottom: 1.2rem; }
    #projects .finder input[type="text"] {
      width: 100%;
      height: auto;
      margin-right: 0;
      font-size: 1rem; }
    #projects .finder input[type="text"]::-webkit-input-placeholder {
      font-size: 1rem; }
    #projects .finder input[type="text"]::-moz-placeholder {
      font-size: 1rem; }
    #projects .finder input[type="text"]:-moz-placeholder {
      font-size: 1rem; }
    #projects .finder input[type="text"]::-ms-input-placeholder {
      font-size: 1rem; }
    #projects .finder input[type="text"]:-ms-input-placeholder {
      font-size: 1rem; }
  #projects .filter label {
    width: 100%;
    margin-right: 0; }
    #projects .filter label span {
      font-size: 1.25rem; }
    #projects .filter label .custom-date {
      width: 100%;
      height: auto; }
      #projects .filter label .custom-date input[type="text"] {
        padding: 1rem 1.5rem;
        font-size: 1rem; } }
@media screen and (max-width: 480px) {
  #projects thead th, #projects tbody td {
    font-size: 8px; } }
@media screen and (max-width: 360px) {
  #projects thead th, #projects tbody td {
    font-size: 6px; } }
@media screen and (max-width: 1050px) {
  #lk .lk-box .filter-wrap {
    width: 70%;
    margin: 0 auto 30px;
    flex-direction: column; }
  #lk .lk-box .finder input[type="text"] {
    width: 100%; }
  #lk .lk-box .custom-date {
    width: 100%; } }
@media screen and (max-width: 830px) {
  #lk .lk-box .lk-head {
    flex-direction: column; }
    #lk .lk-box .lk-head h2 {
      margin-bottom: 1.25rem; }

  #lk .lk-box .filter-wrap {
    width: 100%; }
  #lk .lk-box .filter {
    justify-content: space-between; } }
@media screen and (max-width: 750px) {
  #lk .download-doc-box {
    flex-wrap: wrap; } }
@media screen and (max-width: 590px) {
  #lk .lk-box .lk-head {
    margin-bottom: 1.25rem; }
    #lk .lk-box .lk-head h2 {
      margin-bottom: 3.125rem; }
    #lk .lk-box .lk-head > div {
      width: 100%; }
      #lk .lk-box .lk-head > div a {
        width: 100%; }

  #lk .lk-box .filter .btn-white {
    width: 100%; }

  #lk .lk-box .filter {
    flex-direction: column; }
    #lk .lk-box .filter label {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0; } }
@media screen and (max-width: 480px) {
  #lk thead th, #lk tbody td,
  #lk table.license-table tbody td {
    font-size: 8px; }

  input[type="text"], input[type="email"], input[type="date"], input[type="password"], input[type="number"], textarea, select {
    height: auto;
    max-height: auto;
    font-size: 0.875rem; }

  .custom-date {
    max-height: 3rem; }
    .custom-date input[type="text"] {
      max-height: 3rem;
      font-size: 1rem;
      padding: 0 0.9375rem; }

  input[type="text"]::-webkit-input-placeholder {
    font-size: 0.875rem; }

  input[type="text"]::-moz-placeholder {
    font-size: 0.875rem; }

  input[type="text"]:-moz-placeholder {
    font-size: 0.875rem; }

  input[type="text"]::-ms-input-placeholder {
    font-size: 0.875rem; }

  input[type="text"]:-ms-input-placeholder {
    font-size: 0.875rem; } }
@media screen and (max-width: 1040px) {
  .diadem-logic-image {
    background-position: -505px 24px; } }
@media screen and (max-width: 960px) {
  #soft .content-box {
    flex-direction: column; }
    #soft .content-box .soft-img-box {
      width: 200px;
      height: 190px;
      margin: 0 auto;
      margin-bottom: 2rem; }
    #soft .content-box .soft-desc {
      width: 100%; } }
@media screen and (max-width: 820px) {
  #soft .content-box h4 {
    font-size: 24px; }

  #soft .content-box p,
  #soft .content-box .more-link,
  #soft .content-box .version {
    font-size: 14px; }

  #soft .content-box .archive,
  #soft .content-box .btn-red {
    font-size: 12px; }

  .nav-bar ul li {
    font-size: 15px; }
    .nav-bar ul li ul li {
      font-size: 12px; } }
@media screen and (max-width: 700px) {
  .nav-bar ul li {
    font-size: 14px; } }
@media screen and (max-width: 670px) {
  .nav-bar ul li {
    font-size: 12px; }
    .nav-bar ul li ul li {
      font-size: 9px; } }
@media screen and (max-width: 620px) {
  #soft .content-box h4 {
    margin-bottom: 2rem; }
  #soft .content-box .short-desc {
    flex-direction: column-reverse; }
    #soft .content-box .short-desc .right-desc, #soft .content-box .short-desc .center-desc {
      width: 100%;
      margin: 0; } }
@media screen and (max-width: 580px) {
  .nav-bar ul li {
    font-size: 10px; } }
@media screen and (max-width: 520px) {
  .nav-bar ul li {
    font-size: 8px; } }
@media screen and (max-width: 480px) {
  .soft-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; }

  .nav-bar ul li {
    font-size: 14px; }
    .nav-bar ul li ul li {
      font-size: 14px; } }
@media screen and (max-width: 360px) {
  .soft-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; }

  .nav-bar ul li {
    font-size: 12px; }
    .nav-bar ul li ul li {
      font-size: 12px; } }
@media screen and (max-width: 760px) {
  #card .soft-content {
    grid-template-columns: 1fr; }
  #card .soft-img-box {
    margin: auto; }
  #card .soft-img-box {
    width: 150px;
    height: 150px;
    background-size: 1000px;
    background-position: -414px 16px; } }
@media screen and (max-width: 620px) {
  .news-list__item {
    grid-template-columns: 1fr; }
    .news-list__item .img-news {
      margin-bottom: 1rem; } }
@media screen and (max-width: 680px) {
  #contacts .contact-box .contacts-wrap {
    flex-direction: column; }
    #contacts .contact-box .contacts-wrap .contacts-section {
      margin-bottom: 1.25rem;
      text-align: center; }
    #contacts .contact-box .contacts-wrap .location-wrap {
      justify-content: center; } }
@media screen and (max-width: 600px) {
  #recovery-page .recover-box form input[type="password"] {
    width: 100%;
    margin-bottom: 1.5625rem;
    align-self: center; }
  #recovery-page .recover-box form input[type="password"]::-webkit-input-placeholder {
    font-size: 0.875rem; }
  #recovery-page .recover-box form input[type="password"]::-moz-placeholder {
    font-size: 0.875rem; }
  #recovery-page .recover-box form input[type="password"]:-moz-placeholder {
    font-size: 0.875rem; }
  #recovery-page .recover-box form input[type="password"]::-ms-input-placeholder {
    font-size: 0.875rem; }
  #recovery-page .recover-box form input[type="password"]:-ms-input-placeholder {
    font-size: 0.875rem; } }
@media screen and (max-width: 700px) {
  #registration .input-label {
    margin-left: 24px;
    margin-bottom: 0.35rem; }
  #registration .tabs-list label:last-child {
    margin-bottom: 1.25rem; }
  #registration .input-with-informer {
    margin-bottom: 1em; }
  #registration .tabs-list label.checker {
    width: 100%;
    margin: 7px 0; }
  #registration .btn-red {
    margin-top: 1em; }
  #registration .select {
    padding: 0.88rem 1.5rem; } }
@media screen and (max-width: 535px) {
  #registration .input-box,
  #registration form label {
    width: 100%; }
  #registration .input-label {
    width: auto; }
  #registration .tabs-list .tabs {
    width: 100%; }
  #registration .tabs-list label {
    min-height: 20px; }
  #registration .tabs-list #tab-2 + label,
  #registration .tabs-list #tab-3 + label {
    margin-left: 5px; }
  #registration .tabs-list #tab-3 + label {
    margin-bottom: 20px; }
  #registration .checkbox-text {
    display: inline-block;
    line-height: 1.75rem; } }

/*# sourceMappingURL=main.css.map */
