@charset "UTF-8";

@font-face {
  font-family: 'Thin';
  src: url('../templates/shaper_helix3/fonts/Inter/Inter-Thin.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}	

@font-face {
  font-family: 'ExtraLight';
  src: url('../templates/shaper_helix3/fonts/Inter/ExtraLight.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}	

@font-face {
  font-family: 'ExtraLight';
  src: url('../templates/shaper_helix3/fonts/Inter/Light.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}	

@font-face {
  font-family: 'Regular';
  src: url('../templates/shaper_helix3/fonts/Inter/Regular.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}	

@font-face {
  font-family: 'Medium';
  src: url('../templates/shaper_helix3/fonts/Inter/Medium.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}	

@font-face {
  font-family: 'SemiBold';
  src: url('../templates/shaper_helix3/fonts/Inter/SemiBold.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}	

@font-face {
  font-family: 'Bold';
  src: url('../templates/shaper_helix3/fonts/Inter/Bold.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}	

@font-face {
  font-family: 'ExtraBold';
  src: url('../templates/shaper_helix3/fonts/Inter/ExtraBold.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}	

@font-face {
  font-family: 'Black';
  src: url('../templates/shaper_helix3/fonts/Inter/Black.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}	

@font-face {
  font-family: 'Black';
  src: url('../templates/shaper_helix3/fonts/Inter/Black.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}	

@font-face {
  font-family: 'ThinItalic';
  src: url('../templates/shaper_helix3/fonts/Inter/ThinItalic.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ExtraLightItalic';
  src: url('../templates/shaper_helix3/fonts/Inter/ExtraLightItalic.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LightItalic';
  src: url('../templates/shaper_helix3/fonts/Inter/LightItalic.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Italic';
  src: url('../templates/shaper_helix3/fonts/Inter/Italic.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MediumItalic';
  src: url('../templates/shaper_helix3/fonts/Inter/MediumItalic.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SemiBoldItalic';
  src: url('../templates/shaper_helix3/fonts/Inter/SemiBoldItalic.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BoldItalic';
  src: url('../templates/shaper_helix3/fonts/Inter/BoldItalic.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ExtraBoldItalic';
  src: url('../templates/shaper_helix3/fonts/Inter/ExtraBoldItalic.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlackItalic';
  src: url('../templates/shaper_helix3/fonts/Inter/BlackItalic.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Regular' !important;
  color: #222b32;
	/* Показываем после загрузки */
	opacity: 0;
		visibility: hidden;
		transition: opacity 0.5s ease, visibility 0.3s;
}

 /* Класс для отображения */
        body.visible {
            opacity: 1;
            visibility: visible;
        }

body a.rds_hl_nofollow {
  text-decoration: none !important;
}
body img.rds_hl_nofollow {
  outline: none !important;
}

.body-wrapper {
  height: 100%;
}

.body-innerwrapper {
  min-height: 100%;
  position: relative;
  overflow-x: visible;
}

.alert-danger {
  color: #ffffff;
}
.alert-danger a {
  color: #fff;
  font-weight: 600;
  font-style: italic;
}
.alert-danger a:hover {
  color: #fab47e;
}

.cb_template {
  font-size: 18px !important;
}
.cb_template .form-control-plaintext {
  font-size: 18px !important;
}
.cb_template .form-control {
  font-size: 16px !important;
  height: 63px;
}
.cb_template .btn-outline-light:hover {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}
.cb_template .btn-primary {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}
.cb_template .btn-primary:hover {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}
.cb_template .btn-primary:not(:disabled):not(.disabled):active {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}
.cb_template .btn-primary:not(:disabled):not(.disabled).active {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}
.cb_template .btn-primary:disabled {
  background-color: #DE7D39;
  border-color: #DE7D39;
}
.cb_template .nav.nav-tabs.tech {
  display: flex;
  justify-items: center;
  border: none;
}
.cb_template .invalid-feedback {
  color: #ffffff;
  font-size: 110%;
}
.cb_template #cbtf_11 .col-sm-3 {
  flex: auto;
  max-width: 100%;
}
.cb_template #cbtf_11 .col-sm-9 {
  flex: auto;
  max-width: 100%;
}
.cb_template #cbtf_11 .img-thumbnail {
  border: none;
}
.cb_template .btn-primary.disabled {
  background-color: #DE7D39;
  border-color: #DE7D39;
}
.cb_template .nav-link {
  display: block;
  padding: 2px 10px 2px 40px;
  box-sizing: border-box;
}
.cb_template .nav-item button[type=submit] {
  color: #738595;
  text-decoration: none;
  background-color: transparent;
  font-size: 20px;
  border: none;
}
.cb_template a {
  color: #738595;
  text-decoration: none;
  background-color: transparent;
  font-size: 20px;
}
.cb_template a:hover {
  color: #334;
  text-decoration: underline;
}
.cb_template a.btn-box__btn.btn-box__btn_solid {
  word-break: break-word;
}
.cb_template .cbPasswordUnmask .form-control {
  width: auto !important;
}
.cb_template .nav-pills .nav-link.active {
  background-color: #738595;
  padding-left: 30px;
  
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.cb_template .nav-pills .show > .nav-link {
  background-color: #738595;
  padding-left: 30px;
  
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.cb_template h2 {
  color: #334;
  color: #4D333F;
  
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0rem;
}
.cb_template .h2 {
  color: #334;
  color: #4D333F;
  
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0rem;
}
.cb_template .pl-3 {
  padding-left: 20px !important;
}
.cb_template .px-3 {
  padding-left: 20px !important;
}
.cb_template .form-group {
  margin-bottom: 20px;
}
.cb_template input {
  border-radius: 10px !important;
  font-size: 15px !important;
  padding: 15px !important;
}
.cb_template select {
  border-radius: 10px !important;
  font-size: 15px !important;
}
.cb_template input[type=submit] {
  padding: 14px 35px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 17px;
  background: #EB7923 !important;
  border-radius: 5px !important;
  border: none;
}
.cb_template input[type=submit]:hover {
  box-shadow: 0px 4px 8px #9a4c20 !important;
  background: #DB784B !important;
  border: none;
}
.cb_template .m-0 {
  margin: 0px auto !important;
}
.cb_template .product-tab .nav-link {
  color: #738595;
}
.cb_template .product-tab .nav-link.active {
  color: #738595;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 600;
}
.cb_template h1 {
  margin-bottom: 0rem;
}
.cb_template h3 {
  margin-bottom: 0rem;
}
.cb_template h4 {
  margin-bottom: 0rem;
}
.cb_template h5 {
  margin-bottom: 0rem;
}
.cb_template h6 {
  margin-bottom: 0rem;
}
.cb_template .h1 {
  margin-bottom: 0rem;
}
.cb_template .h3 {
  margin-bottom: 0rem;
}
.cb_template .h4 {
  margin-bottom: 0rem;
}
.cb_template .h5 {
  margin-bottom: 0rem;
}
.cb_template .h6 {
  margin-bottom: 0rem;
}

select:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=text]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=password]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=datetime]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=datetime-local]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=date]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=month]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=time]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=week]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=number]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=email]:focus,
input[type=password]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=url]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=search]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=tel]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

input[type=color]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

.uneditable-input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 142, 83, 0.5411764706);
}

.nav {
  gap: 20px;
}

.cbRegistration {
  text-align: center;
}
.cbRegistration .cbRegistrationHeader {
  display: none;
}

#cbtabsCBVerticalcanvas_main_middleNav {
  background: rgba(115, 133, 149, 0.15);
}
#cbtabsCBVerticalcanvas_main_middleNav .close {
  position: absolute;
  top: 10px;
  left: 290px;
}

#cbtabsCBVerticalcanvas_main_middle {
  background: rgba(115, 133, 149, 0.15);
}

#cbtabsCBVerticalcanvas_main_middleNav.nav {
  justify-content: flex-start;
}

#registrationTable .offset-sm-3 {
  margin: 0;
  flex: auto;
  max-width: none;
  padding-top: 20px;
  padding-top: 0;
}
#registrationTable #cbtf_11 {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
#registrationTable #cbtf_11 h2 {
  color: #ffffff;
}
#registrationTable .was-validated .cb_template .form-control:invalid {
  color: #ff2a3e;
}
#registrationTable .cb_template .form-control.is-invalid {
  color: #ff2a3e;
}

#modlgn-remember {
  position: relative;
}

#form-login-submit {
  padding-top: 20px;
}

#form-login-links {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 30px;
  margin-bottom: 15px;
  color: #738595;
}

#form-login-links a:hover {
  color: #f68928;
}

.cb-page-header-title {
  padding-bottom: 20px;
}

#form-login-remember {
  line-height: 19px;
  width: 300px;
  text-align: left;
  display: inline-block;
}

.btn {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}
.btn:hover {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}

#form-login-username {
  padding-top: 20px;
}

#sp-footer {
  /* position: absolute; ломает https://partners.avsw.ru/registration */ 
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  min-height: 80px;
  background-color: #464646;
}
#sp-footer a {
  color: #fff;
}
#sp-footer a:hover {
  color: #808c94;
}

#sp-header {
  background-color: #464646;
  width: 100%;
  height: auto;
}

.lfrm {
  text-align: center;
}
.lfrm h3 {
  font-weight: bold !important;
  font-size: 25px !important;
}

.cbLostPassForm .cb-page-header {
  display: none;
}
.cbLostPassForm .cb_form {
  padding: 30px;
}
.cbLostPassForm form {
  background: rgb(115, 133, 149);
  backdrop-filter: blur(11.5px);
  border-radius: 20px;
  gap: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 650px;
  padding: 30px 0px 30px;
  margin: 20vh auto !important;
}

.cbRegistrationConclusion {
  color: #FFF;
  margin-bottom: 20px;
}

.cbRegistrationTitle {
  font-weight: bold !important;
  font-size: 25px !important;
}

#login-form {
  padding-top: 20px;
}

#modlgn-username {
  margin: 0 auto;
}

#modlgn-passwd {
  margin: 0 auto;
}

#sp-top2 .sp-module {
  margin: 0;
}

.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-45s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

[class*=fas]::before {
  font-family: "FontAwesome";
  font-style: normal;
  text-align: center;
}

[class*=fab]::before {
  font-family: "FontAwesome";
  font-style: normal;
  text-align: center;
}

.sppb-addon-title a {
  color: #334;
}
.sppb-addon-title a:hover {
  color: #ee7522;
}

#octtop {
  background: url(/images/octopus/octopus.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 700px;
}

#octm {
  width: 45%;
  left: 55%;
  position: relative;
}

#octl {
  padding-top: 25%;
}

#octmi {
  padding-top: 5%;
}

#octord {
  padding-top: 10%;
}

.bluetext {
  color: #328dd6;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}

#octdescr {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  width: 493px;
  padding: 75px;
  padding-left: 0;
  padding-right: 0;
  font-style: italic;
}

#octschemebg {
  width: 800px;
  height: 720px;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px/6px;
  -khtml-border-radius: 6px/6px;
  border-radius: 8px/8px;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  padding-top: 50px;
  text-align: center;
  text-decoration: none;
  background-image: url(/images/octopus/schemebg.png);
  background-repeat: no-repeat;
}

#octschemebgw {
  width: 770px;
  height: 620px;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px/6px;
  -khtml-border-radius: 6px/6px;
  border-radius: 8px/8px;
  background-image: url(/images/octopus/schemebgw.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

#octschemech {
  height: 100%;
  margin: 0 auto;
}

#octpr {
  margin: 0 auto;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.octgal {
  margin: 0 auto;
  width: 1200px;
  padding-top: 70px;
  text-align: center;
}

.octspicon {
  height: 120px;
  transition: all 0.3s ease 0s;
  width: 120px;
  margin: 50px auto;
  margin-bottom: 30px;
}

.octadv {
  margin: 0 auto;
  width: 100%;
  margin-top: 90px;
  background-color: #646569;
  text-align: center;
  color: #fdfdff;
}

#octadv {
  margin: 0 auto;
  width: 75%;
  font-size: 17px;
}

.octadvtext {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.octspadv {
  float: left;
  width: 19%;
  margin: 0 7%;
}

#athtopbl {
  background-color: #000;
  position: relative;
  text-align: center;
  height: 940px;
}
#athtopbl img {
  margin: 0 auto;
}

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

#att {
  margin: 0 auto;
  width: 100%;
}

#attc {
  width: 970px;
  margin: 0 auto;
}

#atl {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-top: -200px;
  float: left;
  position: relative;
  z-index: 10;
  text-align: left;
  padding-top: 190px;
}

#atr {
  color: #fff;
  display: inline-block;
  margin-top: -200px;
  float: right;
  z-index: 10;
  position: relative;
}

.redtext {
  color: #ee7522;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}

.whitetext {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}

.greytext {
  color: #868887;
  font-size: 17px;
  font-weight: bold;
}

.pilotbtn {
  width: 200px;
  height: 64px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(0%, #f49419), color-stop(100%, #ec691b));
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px/6px;
  -khtml-border-radius: 6px/6px;
  border-radius: 8px/8px;
  padding: 23px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(/images/athena/button.png);
}

.custom_button {
  padding: 14px 35px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 17px;
  background: #EB7923 !important;
  border-radius: 5px !important;
  border: none;
  color: #fff !important;
  text-transform: uppercase;
}

#athdescrbg {
  width: 100%;
  height: 330px;
  background-image: url(/images/athena/system.png);
  background-repeat: no-repeat;
  background-position: center;
}

#athdescr {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  width: 460px;
  padding-top: 58px;
  font-style: italic;
}

.schemebg {
  width: 1200px;
  height: 700px;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px/6px;
  -khtml-border-radius: 6px/6px;
  border-radius: 8px/8px;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  padding-top: 50px;
  text-align: center;
  text-decoration: none;
  background-image: url(/images/athena/schemebg.png);
  background-repeat: no-repeat;
}

.schemebgw {
  height: 600px;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px/6px;
  -khtml-border-radius: 6px/6px;
  border-radius: 8px/8px;
  background-image: url(/images/athena/schemebgw.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  display: table-cell;
  left: 50px;
  position: relative;
}

.schemech {
  vertical-align: middle;
  height: 100%;
  left: 55px;
  position: relative;
}

#arfunimg {
  position: relative;
  top: -123px;
  left: -5px;
}

#schathimg {
  position: relative;
  top: -5px;
  left: -140px;
}

#arfkimg {
  position: relative;
  top: 90px;
  left: -263px;
}

#fvimg {
  position: relative;
  top: 0px;
  left: -222px;
}

#athan {
  margin: 0 auto;
  width: 1000px;
  padding-top: 100px;
  padding-left: 50px;
}

.han {
  color: #ee7522;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.andiv ul {
  font-size: 20px;
  list-style: disclosure-closed;
}
.andiv ul > li {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -15px;
}

.athgal {
  margin: 0 auto;
  text-align: center;
}

#scrgal {
  width: 603px;
  height: 500px;
  margin: 0 auto;
  padding-top: 25px;
  padding-left: 55px;
  text-align: center;
  background-image: url(/images/athena/scrmon.png);
  background-repeat: no-repeat;
  background-position-x: center;
  margin-bottom: 50px;
}

.hredtext {
  color: #ee7522;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  line-height: 50px;
}

#scrsl {
  width: 546px;
  margin-left: -26px;
}

.hblacktext {
  color: #000;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 50px;
}

#athsp {
  margin: 0 auto;
  width: 1400px;
  left: -60px;
  position: relative;
}

.hanb {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
}

.spdiv .sppb-icon {
  height: 120px;
  width: 120px;
  left: 22%;
  margin-bottom: 30px;
}
.spdiv ul {
  font-size: 20px;
  margin-left: -13px;
}
.spdiv ul > li {
  padding-bottom: 10px;
  padding-left: 20px;
  margin-left: -15px;
  list-style-type: none;
  line-height: 18px;
}
.spdiv ul > li:before {
  color: #ee7522;
  content: "Ћ";
  padding-right: 20px;
  font-size: 40px;
  vertical-align: middle;
  margin-left: -33px;
}

.spicon {
  background: #334 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  height: 120px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 120px;
  margin: 50px auto;
  font-size: 55px;
  margin-bottom: 30px;
  border: 3px solid #fff;
}
.spicon span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.downloadbtn {
  width: 539px;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(0%, #f49419), color-stop(100%, #ec691b));
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px/6px;
  -khtml-border-radius: 6px/6px;
  border-radius: 6px/6px;
  padding: 24px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(/images/athena/dbutton.png);
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: 50px;
}

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

.athadv {
  margin: 0 auto;
  width: 100%;
  margin-top: 90px;
  background-color: #646569;
  text-align: center;
  color: #fff;
}

.hwhitetext {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 50px;
}

#athadv {
  margin: 0 auto;
  width: 75%;
  font-size: 20px;
}

.spadv {
  float: left;
  width: 13%;
  margin: 0 10%;
}

.page-header {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1170px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.sp-dropdown.sp-dropdown-sub {
  visibility: hidden;
}

.athena_pr > a:after {
  content: none !important;
}

.sp-module ul > li > a:hover {
  color: #334;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #494949 none repeat scroll 0 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  clear: both;
  color: #ffffff;
  display: block;
  font-weight: normal;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  background-color: transparent;
  color: #ffffff;
  outline: 0 none;
  text-decoration: underline;
  font-weight: 700;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover {
  background-color: transparent;
  color: #ffffff;
  outline: 0 none;
  text-decoration: underline;
  font-weight: 700;
}
.sp-megamenu-parent > li > a {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1.3px;
}
.sp-megamenu-parent > li:hover > a {
  color: #FFF;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sp-megamenu-parent > li.active > a {
  color: #FFF;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sp-dropdown-items > li > a {
  clear: both;
  color: #ffffff;
  display: block;
  font-weight: normal;
}
.sp-dropdown-items > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
}
.sp-dropdown-items > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
}
.sp-dropdown-items > .active > a {
  background-color: transparent;
  color: #ffffff;
  outline: 0 none;
  text-decoration: underline;
  font-weight: 700;
}
.sp-dropdown-items > .active > a:hover {
  background-color: transparent;
  color: #ffffff;
  outline: 0 none;
  text-decoration: underline;
  font-weight: 700;
}
.sp-dropdown-items > .active > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: 0 none;
  text-decoration: underline;
  font-weight: 700;
}
.sp-dropdown-items > .disabled > a {
  color: #a8b3ba;
}
.sp-dropdown-items > .disabled > a:hover {
  color: #a8b3ba;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
  text-decoration: none;
}
.sp-dropdown-items > .disabled > a:focus {
  color: #a8b3ba;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
  text-decoration: none;
}

.tabs-products > input[type=radio] {
  display: none;
}
.tabs-products > input[type=radio]:checked + label {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.tabs-products > div {
  display: none;
}
.tabs-products > label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #f5f5f5;
  padding: 2px 8px;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.tabs-products > label:not(:first-of-type) {
  border-left: none;
}

#tab-btn-1:checked ~ #content-1 {
  display: block;
}

#tab-btn-2:checked ~ #content-2 {
  display: block;
}

#tab-btn-3:checked ~ #content-3 {
  display: block;
}

.nav.nav-tabs.tech li {
  display: flex;
}

#exTab1 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}
#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}
#exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

#cbUserTable {
  padding: 0em 1em !important;
}

.accordion-button:not(.collapsed) {
  /* box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0); */
  box-shadow: inset 0 -1px 0 #73859540;
  color: #4D333F;
  background-color: #fff;
}
.accordion-button:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(1, 1, 1, 0);
}

#os-form {
  background: linear-gradient(180deg, #856575 0%, #738595 100%);
  backdrop-filter: blur(11.5px);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 650px;
  padding: 67px 0px 36px;
  margin: 50px auto !important;
}
#os-form input {
  width: 70%;
  height: 38px;
  padding: 6px 12px;
}
#os-form select {
  width: 70%;
  height: 38px;
  padding: 6px 12px;
}

#lostpassdesc {
  color: #ffffff;
}
#lostpassdesc .cb_field {
  margin: 0 auto;
}

.cb_forgot_line {
  color: #ffffff;
}

.cbLoginForm {
  background: rgb(115, 133, 149);
  backdrop-filter: blur(11.5px);
  border-radius: 20px;
  gap: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 650px;
  padding: 30px 0px 30px;
  margin: 20vh auto !important;
}
.cbLoginForm input[type=text] {
  background: #FFF !important;
  color: #FFF !important;
  border: 1px solid #FFFFFF;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0) !important;
  color: #FFFFFF;
  height: 60px;
  width: 495px !important;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0) !important;
}
.cbLoginForm input[type=password] {
  background: #FFF !important;
  color: #FFF !important;
  border: 1px solid #FFFFFF;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0) !important;
  color: #FFFFFF;
  height: 60px;
  width: 495px !important;
  margin-bottom: 30px;
}
.cbLoginForm a {
  
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}
.cbLoginForm a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.cbLoginForm .mod-login__remember {
  color: #FFFFFF;
}
.cbLoginForm input::placeholder {
  color: #FFF !important;
}

.cb_form {
  background: rgb(115, 133, 149);
  backdrop-filter: blur(11.5px);
  border-radius: 20px;
  gap: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 650px;
  padding: 30px 0px 30px;
  margin: 20vh auto !important;
}

.cbRegistration__links {
  background: rgb(115, 133, 149);
  backdrop-filter: blur(11.5px);
  border-radius: 20px;
  gap: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 650px;
  padding: 30px 0px 30px;
  margin: 20vh auto !important;
}

.cbRegistration__links h2 {
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 20px;
}


.cb_form input[type=text] {
  background: #FFF !important;
  color: #FFF !important;
  border: 1px solid #FFFFFF;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0) !important;
  color: #FFFFFF;
  height: 60px;
  width: 495px !important;
  margin-bottom: 30px;
  margin-bottom: 0px;
}
.cb_form input[type=email],
.cb_form input[type=password] {
  background: #FFF !important;
  color: #FFF !important;
  border: 1px solid #FFFFFF;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0) !important;
  color: #FFFFFF;
  height: 60px;
  width: 495px !important;
  margin-bottom: 30px;
  margin-bottom: 0px;
}
.cb_form input::placeholder {
  color: #FFF !important;
}

:root {
  --level-1: #8dccad;
  --level-2: #f5cc7f;
  --level-3: #7b9fe0;
  --level-4: #f27c8d;
  --black: black;
}

ol {
  list-style: none;
  padding-left: 0px;
}

.rectangle {
  position: relative;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.level-1 {
  width: 50%;
  margin: 0 auto 40px;
  background: var(--level-1);
}
.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: var(--black);
}
.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: var(--black);
}
.level-2-wrapper li {
  position: relative;
}
.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-2 {
  width: 70%;
  margin: 0 auto 40px;
  background: var(--level-2);
}
.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}
.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}

.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}
.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
  background: var(--black);
}
.level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-3 {
  margin-bottom: 20px;
  background: var(--level-3);
}

.level-4-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
}
.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 2px;
  height: calc(100% + 20px);
  background: var(--black);
}
.level-4-wrapper li + li {
  margin-top: 20px;
}

.level-4 {
  font-weight: normal;
  background: var(--level-4);
}
.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}

.btn-primary {
  background-color: #e88e53;
  border-color: #ff8f00;
  background-color: #e88e53;
  border-color: #ff8f00;
}
.btn-primary:active {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}
.btn-primary:focus {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}

.sppb-btn-primary {
  background-color: #e88e53;
  border-color: #ff8f00;
}

.clients-table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
.clients-table thead th {
  font-weight: 500;
  color: #FFF;
  text-align: left;
  border: none;
  padding: 10px 15px;
  background: rgb(115, 133, 149);
  font-size: 14px;
  text-align: center;
}
.clients-table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
}
.clients-table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.clients-table tbody td {
  text-align: left;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}
.clients-table tbody tr:nth-child(even) {
  background: #F2E5DC;
}
.clients-table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.clients-table .edited {
  color: #ef7622;
}

.clients-table.not-confirmed tbody tr:nth-child(even) {
  background: rgba(255, 0, 0, 0.6);
}

.new-project {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7D7D7D;
}

#document-tabs .btn-primary,
.new-project__back {
  background: #f1000000 !important;
  border: none;
  color: #7D7D7D;
  padding: 5px 5px !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 600;
}

.edited a {
  color: #FFF;
  color: #FFF;
}

.change-client {
  background: #ffcd00;
}

.input-passwd-toggl {
  position: relative;
  top: -72px;
  left: 434px;
  padding-left: 20px;
}

.cbLoginForm__title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.form-check-input {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgb(255, 255, 255);
}
.form-check-input:checked {
  background-color: #E88E53;
  border-color: #E88E53;
}

.client-row .edit-icons {
  display: flex;
  align-content: center;
  justify-content: center;
}
.client-row .edit-icons .edit-icons__icon {
  padding: 10px;
}
.client-row select {
  margin-right: 40px;
}

.background-video {
  background: linear-gradient(to top, rgb(134, 98, 116) 0%, rgb(103, 75, 89) 100%);
}
.background-video .section-bg-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.cbTabNav.cbTabNavVertical.nav-item a[href="/clients"]::before {
  content: url("/images/svg/menu/projects.svg");
  top: 5px;
  position: relative;
  left: -18px;
}
.cbTabNav.cbTabNavVertical.nav-item a[href="/tickets"]::before {
  content: url("/images/svg/menu/tickets.svg");
  top: 5px;
  position: relative;
  left: -18px;
}
.cbTabNav.cbTabNavVertical.nav-item a.active[href="/tickets"]::before {
  content: url("/images/svg/menu/white/tickets.svg");
}

.cbTabNav1 a::before {
  content: url("/images/svg/menu/products.svg");
  top: 5px;
  position: relative;
  left: -18px;
}
.cbTabNav1 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 100px !important;
}
.cbTabNav1 .nav-link.active::before {
  left: 20px;
}

#cbtabnav11 a::before {
  content: url("/images/svg/menu/profile.svg");
  top: 1px;
  position: relative;
  left: -4px;
}
#cbtabnav11 a.active::before {
  content: url("/images/svg/menu/white/profile.svg");
}

#vertical-exit a::before {
  content: url("/images/svg/menu/exit.svg");
  top: 5px;
  position: relative;
  left: -18px;
}

.cbTabNav1.active {
  background-color: #738595;
}
.cbTabNav1.active a {
  color: #FFFFFF;
}
.cbTabNav1.active a::before {
  content: url("/images/svg/menu/white/products.svg");
}

#cbtf_11 {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px 27px;
  padding: 10px 10px;
}
#cbtf_11 .avatar {
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0px 4px 17px 0px #738595;
  padding: 20px 15px;
}
#cbtf_11 .info {
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0px 4px 17px 0px #738595;
  padding: 29px 43px;
}
#cbtf_11 .info .form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#cbtf_11 .others {
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0px 4px 17px 0px #738595;
  padding: 27px 24px;
}
#cbtf_11 .contacts {
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0px 4px 17px 0px #738595;
  padding: 29px 43px;
}
#cbtf_11 .contacts .form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#cbtf_11 h2 {
  color: #4D333F;
  
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

#cbfr_62 {
  grid-template-columns: 1fr;
}

#cbfr_63 {
  grid-template-columns: 1fr;
}

#cbfv_99 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
}

#cbfv_128 a {
  color: #ffffff;
}

.show > .cb_template .btn-primary.dropdown-toggle {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}
.show > .btn-primary.dropdown-toggle {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}

.btn-check:active + .btn-primary {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}
.btn-check:checked + .btn-primary {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}
.btn-check:focus + .btn-primary {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}

.btn-primary.active {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}

.on-edit {
  border: 2px solid #fd9900 !important;
}

.discount_tip {
  display: none;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: 1404px;
  margin-left: 0px;
  top: 425px;
}
.discount_tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.discount_tip.show {
  display: block;
}

#form6_fileupload47 .dz-message {
  border: 1px dashed #BFBBBB;
  flex-direction: column;
}
#form6_fileupload47 .dz-message .cfupload-browse {
  background: #ce6e26;
}

.discount_form__frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
  background: rgba(0, 0, 0, 0.7019607843);
}

.discount_form__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  background: #494949;
  z-index: 9999;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.discount_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #738595;
  color: #FFF;
  padding: 20px;
  border-radius: 10px;
}
.discount_form .close {
  cursor: pointer;
  text-align: end;
}

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

.donwload-tip {
  display: none;
}

.donwload-tip.show {
  display: block;
}

.filesend_form .close {
  cursor: pointer;
  text-align: end;
}

.popup-notifications {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
  background: rgba(73, 73, 73, 0.5215686275);
}

.popup-notifications__content_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  background: #738595;
  z-index: 9999;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  color: #FFF;
  padding: 39px 74px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-content: center;
}

.products__wrap.documents .accordion #form-login-links a {
  color: #2B2B2B;
}
.products__wrap.documents .accordion #form-login-links a:hover {
  font-weight: 600;
}

.products__wrap .document-tabs__wrap {
  display: flex;
  justify-content: space-between;
}

.allDocuments {
  padding: 0px 200px;
}
.allDocuments .available-products {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 12px;
  font-size: 18px;
}
.allDocuments .available-products select {
  width: 160px;
  border: none;
  border-bottom: 1px #C8C8C8 solid;
  box-shadow: none;
  border-radius: 0px;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
}
.allDocuments .nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.allDocuments .nav li {
  width: 100%;
  display: flex;
  justify-content: center;
}
.allDocuments .nav li a {
  width: 100%;
  text-align: center;
  background: #f7f0eb;
  border-radius: 18px;
}
.allDocuments .accordion-item {
  box-shadow: none;
  border-bottom: 1px #C8C8C8 solid;
  border-radius: 0px !important;
}
.allDocuments .accordion-item .document {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.allDocuments .accordion-item .document .title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.allDocuments ul li a {
  display: flex;
  gap: 10px;
  color: #909090;
  border-radius: 18px;
  padding: 5px 20px;
}
.allDocuments ul li.active a {
  border-radius: 18px;
  background: rgb(115, 133, 149);
  color: #FFFFFF;
}

.documents-tabs .documents__wrap {
  display: none;
}
.documents-tabs .documents__wrap.active {
  display: block;
}

.notification__count {
  width: min-content;
  height: 0px;
  position: relative;
  top: -52px;
  left: 229px;
  font-weight: 500;
  color: #ff2121;
}

.total-notifications .new {
  padding: 5px 30px;
  border-bottom: 1px solid #eeeded;
}

#cf6:required {
  border: solid 1px #eb7923;
}

video.tutorial-video {
  width: 100%;
  height: 340px;
  border-radius: 10px;
  object-fit: cover;
}

.convertforms .cfupload .dz-message .cfupload-browse {
  color: #FFF !important;
}
.convertforms .cf-content-wrap {
  padding: 18px 0;
}
.convertforms .cf-form-wrap {
  padding: 18px 0;
}
.convertforms .cf-fields {
  margin: 0;
}
.convertforms .cf-control-input {
  position: relative;
}

#cf_20 {
  display: none;
  width: 100%;
  height: 100%;
}
#cf_20 form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  background: #738595;
  z-index: 9999;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
#cf_20 .cf-label {
  color: #FFF;
}

.cyber-elite-video__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.cyber-elite-video__wrap video {
  width: 100%;
  height: 240px;
  box-shadow: 4px 5px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  cursor: pointer;
  object-fit: cover;
}
.cyber-elite-video__wrap .video .title {
  font-size: 20px;
  margin-top: 15px;
}

.cyber-elite-presenters__wrap .new-video video {
  width: 100%;
  height: 240px;
  box-shadow: 4px 5px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  cursor: pointer;
  object-fit: cover;
}
.cyber-elite-presenters__wrap .new-video .title {
  font-size: 20px;
  margin-top: 15px;
}

.accordion-body .wrap .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

#adoc1 .accordion-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#adoc1 .accordion-body a {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  align-items: center;
}

.pdf-reader {
  width: 100%;
  height: 460px;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
[data-tooltip]:before {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.nav-tabs {
  border: none;
}

.view-saveregisters .cb_template {
  background: rgba(255, 255, 255, 0.6705882353);
  padding: 10px;
  border-radius: 10px;
}

.employees {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #FFF;
  position: relative;
  left: -70px;
  padding: 10px 10px;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 0px 4px 17px #738595;
  justify-content: center;
  align-items: center;
  width: 300px;
}
.employees .employe {
  display: flex;
  justify-items: start;
  align-items: flex-start;
  gap: 20px;
}

.employe .icon {
  display: flex;
  width: 50px;
  justify-content: flex-end;
}

.employe .text {
  width: 100%;
	word-break: break-all;
}

.cbPosUnderAll {
  display: none;
}

.page-footer {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  padding: 5px;
}
.page-footer a {
  margin-left: 4px;
}

.graphic-content .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

#offcanvas-toggler > i {
  color: #ffffff;
}
#offcanvas-toggler > i:hover {
  color: #334;
}

.sp-glamour-layout h1.sp-title {
  background: rgba(220, 98, 38, 0.85) none repeat scroll 0 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px;
  font-size: 25px;
}
.sp-glamour-layout h1.sp-title::before {
  background: none;
  bottom: 0;
}
.sp-glamour-layout .sp-slider-item .container .sp-slider-content .sp-vertical-middle {
  bottom: 0;
  color: #ffffff;
  height: 108px;
  left: 0;
  margin: 0 auto;
  max-width: 696px;
  position: absolute;
  right: 0;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 3;
}
.sp-glamour-layout .sp-slider-item .container .sp-slider-content .sp-vertical-middle a {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.sp-glamour-layout .controller-prev i {
  margin-left: 0;
  margin-right: 0;
}
.sp-glamour-layout .controller-next i {
  margin-left: 0;
  margin-right: 0;
}

.sp-animation-1 {
  animation-name: fadeIn;
  animation-delay: 0.5s;
}

ul.social-icons > li a {
  color: #999999;
}
ul.social-icons > li a:hover {
  color: #334;
}

.sp-contact-info a {
  color: #999999;
}
.sp-contact-info a:hover {
  color: #334;
}

#sp-main-body {
  padding: 0;
  padding-bottom: 150px;
  padding-top: 50px;
  min-height: calc(100vh - 178px);
  padding: 0 !important;
}
#sp-main-body .background-video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.sppb-icon {
  background: #334 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 62px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 62px;
}
.sppb-icon span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sppb-addon-container:hover .sppb-addon-feature .sppb-addon-content .sppb-icon {
  background: #404b52 none repeat scroll 0 0;
}

.sppb-addon-text {
  padding-top: 10px;
}

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

.sppb-btn-default {
  background-color: transparent;
  border-color: #949494;
  color: #404b52;
  font-weight: 700;
  padding: 10px 14px;
}
.sppb-btn-default:hover {
  background-color: transparent;
  border-color: #334;
  color: #334;
  font-weight: 700;
  padding: 10px 14px;
}

#sp-page-builder .page-content .sppb-section {
  margin-top: 0;
}

* + .marked-list {
  margin-top: 25px;
  list-style: none;
}

.marked-list ul {
  margin-top: 15px;
  list-style: none;
}
.marked-list li {
  padding-left: 31px;
  position: relative;
  text-align: justify;
  color: #222b32;
  font-size: 16px;
}
.marked-list li a {
  color: #222b32;
}
.marked-list li a:hover {
  color: #334;
}
.marked-list li::before {
  color: #222b32;
  content: "?";
  font-family: "FontAwesome";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 14px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: 400;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 1px;
  transition: all 0.5s ease 0s;
}
.marked-list li + li {
  margin-top: 8px;
}
.marked-list li:hover::before {
  transform: rotate(90deg);
  color: #334;
}

.marked-list__mod {
  margin-bottom: -9px;
}
.marked-list__mod li {
  color: #222b32;
}
.marked-list__mod li::before {
  color: #ffffff;
}

.item-page p {
  text-align: justify;
  text-indent: 45px;
}
.item-page p a:hover {
  color: #334;
}
.item-page > .icons {
  display: none;
}
.item-page > .entry-header h2 {
  text-align: center;
  margin: 35px 0;
  font-size: 35px;
}

h1 {
  color: #404b52;
  margin: 0;
}

h2 {
  color: #404b52;
  margin: 0;
}

h3 {
  color: #404b52;
  margin: 0;
}

h4 {
  color: #404b52;
  margin: 0;
}

h5 {
  color: #404b52;
  margin: 0;
}

h6 {
  color: #404b52;
  margin: 0;
}

.h1 {
  color: #404b52;
  margin: 0;
}

.h2 {
  color: #404b52;
  margin: 0;
}

.h3 {
  color: #404b52;
  margin: 0;
}

.h4 {
  color: #404b52;
  margin: 0;
}

.h5 {
  color: #404b52;
  margin: 0;
}

.h6 {
  color: #404b52;
  margin: 0;
}

[class*=fi]::before {
  font-family: "FontAwesome";
  font-size: 30px;
  text-align: center;
}

[class*=fo]::before {
  font-family: "FontAwesome";
  font-size: 40px;
  text-align: center;
}

.contact {
  text-align: center;
}
.contact span {
  background: #334 none repeat scroll 0 0;
  border: 8px solid #6d717c;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 36px;
  height: 86px;
  line-height: 70px;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
  width: 86px;
}
.contact address {
  color: #ffffff;
  display: inline-block;
  font: 700 18px/18px "Archivo Narrow", sans-serif;
  max-width: 100%;
  padding-left: 12px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-bottom: 0;
}
.contact a {
  color: #ffffff;
  display: inline-block;
  font: 700 18px/18px "Archivo Narrow", sans-serif;
  max-width: 100%;
  padding-left: 12px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 24px;
}
.contact a:hover {
  color: #334;
}

.fadeIn {
  animation-name: fadeIn;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.sp-comingsoon body {
  background-attachment: scroll;
  background-image: url("/images/logo/pattern-light-gray.jpg");
  background-repeat: repeat;
}
.sp-comingsoon .sp-comingsoon-title {
  color: #334;
}
.sp-comingsoon .social-icons li a:hover {
  color: #334;
}

.sp-comingsoon-content a {
  color: rgba(255, 255, 255, 0.92);
}
.sp-comingsoon-content a:hover {
  color: #334;
}

.project-main .cbFieldsContentsTab {
  display: flex;
  flex-wrap: wrap;
}
.project-main .form-group {
  width: 50%;
  padding: 10px 20px;
  margin-bottom: 0;
  border: 1px solid #e8e8e8;
  border-top: 0;
  width: calc(50% + 0px);
  font-size: 16px;
  margin-bottom: 0 !important;
}
.project-main .form-group:first-child {
  width: 100% !important;
  padding: 0;
  border: none;
}

#cbtf_2 .form-group:nth-child(even) {
  border-left: none;
}

#cbtf_26 .form-group {
  width: 20%;
}

.table-project {
  width: 100%;
}
.table-project tr {
  display: flex;
  flex-direction: row !important;
  background-color: #d7d7d7;
  border-bottom: 1px solid #000;
}
.table-project tr:first-child {
  border-radius: 10px 10px 0px 0;
  border-bottom: 1px solid;
  background-color: #334 !important;
  text-align: center;
  color: #fff;
}
.table-project tr:nth-child(odd) {
  background-color: #e7e7e7;
}
.table-project tr:nth-child(even) {
  background-color: #dedede;
}
.table-project td {
  padding: 10px 20px;
  border-right: 1px solid;
  width: 50%;
  font-size: 18px !important;
}
.table-project td:last-child {
  border-right: none !important;
}

.table-deal {
  width: 100%;
}
.table-deal tr {
  display: flex;
  flex-direction: row !important;
  background-color: #d7d7d7;
  border-bottom: 1px solid #000;
}
.table-deal tr:first-child {
  border-radius: 10px 10px 0px 0;
  border-bottom: 1px solid;
  background-color: #334 !important;
  text-align: center;
  color: #fff;
}
.table-deal tr:nth-child(odd) {
  background-color: #e7e7e7;
}
.table-deal tr:nth-child(even) {
  background-color: #dedede;
}
.table-deal td {
  padding: 10px 20px;
  border: none !important;
  border-right: 1px solid !important;
  width: 20%;
  font-size: 16px;
}
.table-deal td:last-child {
  border-right: none !important;
}

.moduletable {
  min-height: calc(100vh - 90px - 42px - 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cbTabsNavVertical {
  padding: 20px 0 20px 0px !important;
  background: #fff;
  justify-content: center;
}

.nav-pills > li > a {
  border-radius: 4px 0 0 4px;
}

/* ломает /cb-profile-edit */
/* .cbTabsContent {
  height: 100vh;
} */


.cbTabsContentVertical {
  padding-bottom: 50px !important;
  max-height: 100vh;
  background: #FFF;
  overflow-y: scroll;
}
.cbTabsContentVertical .col-form-label {
  
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #777777;
}
.cbTabsContentVertical .form-control-plaintext {
  
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #f3f1f2;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #F07630;
}

#sp-component {
  padding: 0 !important;
}

.tabs {
  margin-top: 95px;
}

.tab-nav {
  display: grid;
  grid-template-rows: 1fr;
  text-align: center;
}
.tab-nav .tab-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.tab-nav .tab-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  background: #464646;
  border: 1px solid #464646;
  text-decoration: none;
  color: #fff;
  
  transition: 0.4s;
  box-sizing: border-box;
}
.tab-nav .tab-nav__btn:hover {
  background: #ce6e26;
  border: 1px solid #464646;
}
.tab-nav .active-tab {
  background: #f68928;
  border: 1px solid #464646;
}
.tab-nav .active-tab:hover {
  background: #f68928;
  border: 1px solid #464646;
}

.tab-content__column {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
}
.tab-content__column .custom {
  width: 100%;
}

.active-tab-content {
  display: flex;
}

.accordion {
  width: 100%;
}

.accordion-regulations {
  width: 100%;
}

.accordion-analytics {
  width: 100%;
}

.accordion__btn {
  display: block;
  position: relative;
  padding: 20px;
  background: #ce6e26;
  text-decoration: none;
  
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
.accordion__btn:hover {
  background: #f68928;
  color: #fff;
}
.accordion__btn:after {
  content: "+";
  position: absolute;
  right: 20px;
  font-weight: bold;
}
.accordion__btn:focus {
  color: #fff;
}

.accordion__btn_active {
  background: #f68928;
  color: #fff;
}
.accordion__btn_active:after {
  content: "−";
  position: absolute;
  right: 20px;
  font-weight: bold;
}

.accordion__content {
  padding: 0;
  background: rgb(70, 70, 70);
  background: linear-gradient(135deg, rgb(70, 70, 70) 0%, rgb(206, 110, 38) 100%);
  max-height: 0;
  color: #fff;
  overflow: hidden;
  transition: max-height 0.4s;
  box-sizing: border-box;
}
.accordion__content p {
  margin: 20px 0;
}
.accordion__content #form-login-links {
  margin: 10px 0;
  padding: 0 20px;
}
.accordion__content #form-login-links a {
  color: #fff;
}
.accordion__content #form-login-links a:hover {
  color: #fff;
}
.accordion__content #form-login-links img {
  padding: 0;
}

.analitics-table {
  display: grid;
  grid-template-rows: auto auto repeat(3, 1fr);
  grid-template-columns: 1fr 5fr 4fr 3fr 5fr;
  width: 100%;
  padding: 15px;
  background: rgb(70, 70, 70);
  background: linear-gradient(135deg, rgb(70, 70, 70) 0%, rgb(206, 110, 38) 100%);
  color: #464646;
}

.analitics-table__row {
  grid-column: 1/6;
}
.analitics-table__row h3 {
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 5px 0 15px;
}

.analitics-table__row_head {
  text-align: center;
}

.analitics-table__column {
  padding: 10px;
  margin: 5px;
  background: #fff;
}
.analitics-table__column p {
  margin: 0;
  text-indent: 0;
  text-align: left;
}

.title__faq {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 70px;
}
.title__faq .title {
  color: #4D333F;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
}

.accordion.accordion__faq {
  margin: 0 auto;
  font-size: 18px;
  margin: 0px 15vw;
  width: auto;
  box-shadow: 4.1px 3.28px 20.18px 0px rgba(0, 0, 0, 0.11);
}

.accordion__faq .accordion__btn {
  display: block;
  position: relative;
  padding: 23px 70px 23px 23px;
  margin: 0px;
  border-radius: 0px;
  background: #ffffff;
  text-decoration: none;
  
  color: #4D333F;
  transition: 0.4s;
  cursor: pointer;
  border-bottom: 1px #C8C8C8 solid;
  font-weight: 600;
}
.accordion__faq .accordion__btn:after {
  position: absolute;
  border: 10px solid transparent;
  transform: rotate(0deg) translateY(-25%);
  transition: 0.1s;
  padding: 6px 10px;
  border-radius: 50% 50%;
}
.accordion__faq .accordion__btn:focus {
  color: #fff;
}
.accordion__faq .accordion__btn_active {
  background: #f8f8fa;
  color: #4D333F;
  border-top: 1px #C8C8C8 solid;
  border-bottom: 0px #C8C8C8 solid;
  border-left: 4px #4D333F solid;
}
.accordion__faq .accordion__btn_active + .accordion__content {
  border-bottom: 1px #C8C8C8 solid;
  padding-bottom: 22px;
  border-left: 4px #4D333F solid;
}
.accordion__faq .accordion__btn_active:after {
  transform: rotate(180deg) translateY(25%);
}
.accordion__faq .accordion__content {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0px;
  max-height: 0;
  background: transparent;
  color: #fff;
  overflow: hidden;
  transition: max-height 0.4s;
  box-sizing: border-box;
}
.accordion__faq .accordion__par {
  display: grid;
  align-items: flex-start;
  border-radius: 10px;
  grid-template-columns: 1fr;
  background: #FFF;
  padding: 0px 30px;
  color: #000;
  height: 100%;
}
.accordion__faq .accordion__par p {
  margin: 0;
  text-align: left;
  text-indent: 0px;
}
.accordion__faq .accordion__img {
  display: none;
  height: 80px;
  width: 80px;
  margin-right: 30px;
  background: url("https://avsw.ru/images/stories/iconfinder-4-avatar-2754580_120522.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cbMenuList .cbMenuULlist {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 15px 30px;
}

.wrapper-btn .pilotbtn {
  height: auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  background-image: none;
  transition: 0.4s;
  cursor: pointer;
  line-height: 1.25;
  padding: 12px 22px !important;
  background: #ce6e26;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.4s;
  outline: none !important;
  color: #fff;
  font-weight: 400;
}
.wrapper-btn a.pilotbtn:hover {
  background: #ef7622;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.55);
  color: #fff;
  text-decoration: none;
}

.logo-btn-wrappper .pilotbtn {
  height: auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  background-image: none;
  transition: 0.4s;
  cursor: pointer;
  line-height: 1.25;
  padding: 12px 22px !important;
  background: #ce6e26;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.4s;
  outline: none !important;
  color: #fff;
  font-weight: 400;
}
.logo-btn-wrappper .pilotbtn:first-child {
  margin-bottom: 15px;
  background: #E9EBEF;
  color: #000;
}
.logo-btn-wrappper a.pilotbtn:hover {
  background: #ef7622;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.55);
  color: #fff;
  text-decoration: none;
}

.mypopup {
  display: none;
  position: fixed !important;
  z-index: 9999 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.overlay-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 8990;
  background: rgba(0, 0, 0, 0.5);
}

.content-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60%;
  top: 0%;
  bottom: 10%;
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 26px 23px;
  position: relative;
  z-index: 9000;
  border-radius: 0 0 15px 15px;
}
.content-popup .tabs {
  width: 100%;
  margin-top: 25px;
  transition: 0.4s;
}
.content-popup .tab-nav {
  grid-template-columns: repeat(1, 1fr);
}

.dropdown-trigger {
  width: 100%;
  color: #fff;
}
.dropdown-trigger:hover {
  color: #fff;
}
.dropdown-trigger:focus {
  color: #fff;
}

.tab-content {
  transition: 0.4s;
}

.dropdown-content {
  display: none;
}

.logo img {
  width: 200px;
}

.cbPosCanvasMenu {
  display: none;
}

.cbProfileEditButtons .btn {
  height: auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  background-image: none;
  transition: 0.4s;
  cursor: pointer;
  line-height: 1.25 !important;
  padding: 12px 22px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  text-transform: uppercase;
  transition: 0.4s;
  outline: none !important;
  color: #fff !important;
  font-weight: 400 !important;
}
/* .cbProfileEditButtons .cbProfileEditSubmit {
  margin-right: 30px;
} */

.cbFieldsContentsTab .btn {
  height: auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  background-image: none;
  transition: 0.4s;
  cursor: pointer;
  line-height: 1.25 !important;
  padding: 12px 22px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  text-transform: uppercase;
  transition: 0.4s;
  outline: none !important;
  color: #fff !important;
  font-weight: 400 !important;
  display: block;
  margin-left: 20px !important;
}

.cb-page-header .cb-page-header-title {
  padding: 30px !important;
  color: #334;
  margin-bottom: 0 !important;
}

#sp-position8 {
  min-height: 0;
  padding-right: 0;
  padding-left: 0;
}
#sp-position8 .sp-module-title {
  display: none;
}

.reg-project-form .heading-form {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 17px;
  padding: 23px 32px;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.reg-project-form .heading-form h3 {
  color: #738595 !important;
  
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
}
.reg-project-form .cf-control-group {
  padding-right: 32px;
  padding-left: 32px;
}
.reg-project-form .cf-control-group:not(.heading-form) {
  display: grid;
  grid-template-columns: 4fr 7fr 2fr;
  align-items: center;
  background: #fff;
}
.reg-project-form .cf-control-group .cf-label {
  color: #000;
  
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reg-project-form .cf-control-group[data-key="19"]:not(.heading-form) {
  align-items: start;
}
.reg-project-form .cf-control-group[data-key="19"]:not(.heading-form) .cf-label {
  margin-top: 5px;
}
.reg-project-form .cf-control-group[data-type=checkbox] {
  grid-template-columns: 11fr 2fr;
}
.reg-project-form .cf-control-group.project-form-btn {
  display: flex !important;
  justify-content: center !important;
  background: transparent !important;
}
.reg-project-form .cf-control-group.project-form-btn .pilotbtn {
  padding: 14px 16px !important;
  font-size: 16px !important;
  
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background: #EB7923 !important;
  border-radius: 5px !important;
}
.reg-project-form .bottom-field {
  margin-bottom: 30px;
  border-radius: 0 0 5px 5px;
  padding: 0 32px 23px;
}
.reg-project-form .full-field {
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 23px 32px;
}
.reg-project-form .cf-input {
  border-radius: 5px !important;
  font-size: 14px !important;
  padding: 10px !important;
}
.reg-project-form .textarea {
  display: block !important;
}

#cbtf_32 {
  padding: 23px 32px;
  background: #fff;
  border-radius: 5px;
}

.material-tooltip {
  display: none;
}

.cbTabNav .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 100px !important;
}
.cbTabNav .nav-link.active::before {
  left: 20px;
}

.contact-icon .nav-link::before {
  content: url("/images/svg/identificationBlack.svg");
  transform: translateX(-10px);
}
.contact-icon .nav-link:hover:before {
  content: url("/images/svg/identificationOrange.svg");
}
.contact-icon .nav-link.active::before {
  content: url("/images/svg/identificationOrange.svg");
  transform: translateX(-10px);
}

.project-icon .nav-link::before {
  content: url("/images/svg/projBlack.svg");
  transform: translateX(-10px);
}
.project-icon .nav-link:hover:before {
  content: url("/images/svg/projOrang.svg");
}
.project-icon .nav-link.active::before {
  content: url("/images/svg/projOrang.svg");
  transform: translateX(-10px);
}

.deal-icon .nav-link::before {
  content: url("/images/svg/dealBlack.svg");
  transform: translateX(-10px);
}
.deal-icon .nav-link:hover:before {
  content: url("/images/svg/dealOranj.svg");
}
.deal-icon .nav-link.active::before {
  content: url("/images/svg/dealOranj.svg");
  transform: translateX(-10px);
}

.reg-project-icon .nav-link::before {
  content: url("/images/svg/pojectRegBlack.svg");
  transform: translateX(-10px);
}
.reg-project-icon .nav-link:hover:before {
  content: url("/images/svg/pojectRegOrang.svg");
}
.reg-project-icon .nav-link.active::before {
  content: url("/images/svg/pojectRegOrang.svg");
  transform: translateX(-10px);
}

.reg-deal-icon .nav-link::before {
  content: url("/images/svg/regDealBlack.svg");
  transform: translateX(-10px);
}
.reg-deal-icon .nav-link:hover:before {
  content: url("/images/svg/regDealOrang.svg");
}
.reg-deal-icon .nav-link.active::before {
  content: url("/images/svg/regDealOrang.svg");
  transform: translateX(-10px);
}

.paper-icon .nav-link::before {
  content: "";
  width: 25px;
  height: 30px;
  background: url("/images/svg/paperBlack.svg") no-repeat;
  background-size: contain;
  transform: translateX(-10px);
}
.paper-icon .nav-link:hover:before {
  background: url("/images/svg/paperOrange.svg") no-repeat;
  background-size: contain;
}
.paper-icon .nav-link.active::before {
  background: url("/images/svg/paperOrange.svg") no-repeat;
  background-size: contain;
  transform: translateX(-10px);
}

.alert {
  background: rgba(255, 34, 34, 0.9019607843);
    z-index: 2;
}

.alert-success {
  color: #ffffff;
}

.client-row.on-delete {
  background: #EA9C9C !important;
  pointer-events: none;
}
.client-row.on-delete .edited {
  text-decoration: auto;
}

.extradata {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0px;
  height: 0px;
}

.cbLogoutForm {
  background: rgb(115, 133, 149);
  backdrop-filter: blur(11.5px);
  border-radius: 20px;
  gap: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 650px;
  padding: 30px 0px 30px;
  margin: 20vh auto !important;
}

.cbLostPassForm.cb_template .m-0.cb_form {
  margin: 15vh auto 2vh !important;
}
.cbLostPassForm.cb_template .offset-sm-3 {
  margin-left: 0%;
}

.cbRegistration.cb_template .m-0 {
  margin: 1vh auto !important;
  z-index: 1;
  position: relative;
}

.lostPass_button__wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.login-greeting {
  
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

.mod-login__submit {
  display: flex;
  justify-content: center;
  margin-top: -20px;
  margin-bottom: 10px;
}
.mod-login__submit .btn {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  background-image: none;
  transition: 0.4s;
  cursor: pointer;
  line-height: 1.25;
  white-space: nowrap;
  width: 100%;
  text-transform: uppercase;
}

.mod-login__options.list-unstyled {
  
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF !important;
    display: flex;
    flex-direction: column;
    text-decoration: underline;
    margin: 0px;
    gap: 18px;
    text-underline-offset: 6px;
    /* line-height: 0.5; */
    text-decoration-skip-ink: none;
}

.products__wrap .tab-content {
  margin-top: 27px;
}
.products__wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-radius: 30px;
}
.products__wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-radius: 30px;
}
.products__wrap .accordion-body {
  padding: 0px 50px 30px !important;
}
.products__wrap .accordion-body li::marker {
  margin-right: 100px;
}
.products__wrap .accordion-collapse {
  margin-bottom: 20px;
}
.products__wrap .accordion-button {
  
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  border-radius: 30px;
  color: #333333;
  padding: 30px 50px !important;
  border-radius: 30px;
}

.products__wrap .image img {
  border-radius: 32px; 
}

.available-products {
  
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ef7622;
  margin: 26px 0px 37px;
}

.accordion-collapse ul {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  padding-top: 10px;
  margin-bottom: 10px;
  color: #2B2B2B;
  padding-left: 0px;
  flex-direction: column;
}
.accordion-collapse ul li {
  margin-left: 20px;
}
.accordion-collapse ul ul {
  margin-left: 20px;
}
.accordion-collapse ul ul li:last-child {
  padding-bottom: 10px;
}

.accordion-collapse__title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}

ul.tech li a {
  display: flex;
  gap: 10px;
  color: #909090;
  border-radius: 18px;
  padding: 5px 20px;
}
ul.tech li.active a {
  border-radius: 18px;
  background: rgb(115, 133, 149);
  color: #FFFFFF;
}

#document-tabs ul.tech li a {
  background: rgba(115, 133, 149, 0.15);
  padding: 5px 40px;
}
#document-tabs ul.tech li.active a {
  background: rgb(115, 133, 149);
}

.product-tab {
  padding-left: 30px;
  background-color: transparent;
}

.accordion-item {
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 17px #73859540; 
  border-radius: 15px !important;
  margin-bottom: 1rem;
}

.manager-card {
  display: grid;
  flex-direction: row;
  grid-template-columns: 0.4fr 1fr;
  justify-content: space-evenly;
  justify-items: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
  border-radius: 0px 10px 10px 0px;
  margin: 0px 40px 49px 0px;
  padding: 21px 10px;
}
.manager-card .title {
  color: #2B2B2B;
  font-size: 20px;
  
  font-weight: 600;
}
.manager-card .full-name {
  color: #363636;
  font-size: 20px;
  
}
.manager-card .tel {
  color: #363636;
  font-size: 20px;
  
}

.client-card {
  color: #363636;
  font-size: 20px;
  
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px;
}

.client-card .status {
  color: #ef7622;
  font-weight: 600;
  margin-bottom: 16px;
}

.client-card .job-title {
  color: #2B2B2B;
  font-size: 20px;
  
  font-weight: 600;
}
.client-card .employees .name {
  cursor: pointer;
}
.client-card .employees .name::after {
  display: inline-flex;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.client-card .employees .name.collapsed::after {
  transform: rotate(-180deg);
}
.client-card .name {
  font-size: 20px;
  
  margin-bottom: 16px;
}
.client-card .tel {
  font-size: 20px;
  
  margin-top: 16px;
}
.client-card .email {
  font-size: 20px;
  
  margin-top: 16px;
}
.client-card .telegram {
  font-size: 20px;
  
  margin-top: 16px;
}
.client-card .image img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

.mod-login__submit.form-group svg {
  width: 30px;
  fill: rgb(255, 255, 255);
}

.mod-login__userdata .form-group:nth-of-type(3) {
  grid-area: webauth;
}
.mod-login__userdata .form-group:nth-of-type(3) button.btn {
  padding: 10px 32px !important;
  gap: 10px;
}
.mod-login__userdata .form-group:nth-of-type(4) {
  grid-area: login;
  width: 100%;
}

.mod-login__userdata.userdata {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mod-login__username.form-group {
  grid-area: email;
}

.mod-login__password.form-group {
  grid-area: pass;
}

.mod-login__remember.form-group {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  grid-area: remember;
}

.info-error {
  color: #eb6723;
  position: absolute;
  transform: translateY(10px);
  right: 15px;
}

div.body_controller {
  width: 760px;
  height: 260px;
  padding: 100px;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  gap: 40px;
}

.controller {
  width: 40px;
    height: 20px;
    border: 1px solid white;
    border-radius: 50px;
    padding: 5px;
}

.toggle {
  border-radius: 50px;
  background: white;
  height: 100%;
  width: 8px;
  transition: 0.4s;
  cursor: pointer;
  transform: translateX(0px);
}

.toggle.active {
  transform: translateX(19px);
}

.body_controller .text_info {
  font-size: 16px;
  color: white;
}

.product-tab .nav {
  gap: 10px;
}

.product-tab li:nth-child(1) a::before {
  content: url("/images/ico/releases_grey.png"); 
}

.product-tab li.active:nth-child(1) a::before {
  content: url("/images/ico/releases_white.png"); 
}

.product-tab li:nth-child(2) a::before {
  content: url("/images/ico/doc_grey.png"); 
}

.product-tab li.active:nth-child(2) a::before {
  content: url("/images/ico/doc_white.png"); 
}

.product-tab li:nth-child(3) a::before {
  content: url("/images/ico/video_grey.png"); 
}

.product-tab li.active:nth-child(3) a::before {
  content: url("/images/ico/video_white.png"); 
}

.product-tab li:nth-child(4) a::before {
  content: url("/images/ico/graphic_grey.png"); 
  top: 3px;
  position: relative;
}

.product-tab li.active:nth-child(4) a::before {
  content: url("/images/ico/graphic_white.png");
  top: 3px;
  position: relative;
}

#finder-search span {
	display: none;
}

#cbfr_154 {
	display: none;
}

#search-result-list .result-url {
	display: none;
}

#finder-search .btn-secondary {
	display: none;
}

#finder-search .fas {
	display: none;
}

#finder-search input {
  height: 60px;
}

.add-new-user, .add-new-user form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.add-new-user h3 {
  color: #ffffff;
  
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

article.item {
  margin-bottom: 150px; 
}

#adminForm .cb_forgot_line {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

#adminForm .col-form-label {
  max-width: 100%;
  text-align: center;
}

#adminForm .cb_forgot_line .cb_form input[type=text] {
  width: 440px !important;
}

#sp-menu {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

.add-new-user__wrap.cb_form {
  margin: 7vh auto !important;
}

#cbfr_147 {
  justify-content: center;
}

form#cf21 {
  background: rgb(115, 133, 149);
  backdrop-filter: blur(11.5px);
  border-radius: 20px;
  gap: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 650px;
  margin: 20vh auto !important;
}

form#cf21 .cf-label {
  color: #ffffff;
}

form#cf21 button {
  background: #ef7622 !important;
  border-radius: 5px !important;
  cursor: pointer;
  padding: 16px 32px !important;
}

#cf_21 .cf-control-group[data-key="2"] {
  display: flex;
  justify-content: center;
}

#cf_21 .cf-control-group[data-key="5"] .cf-control-label {
  display: flex;
  justify-content: center;
}

#cf_21 [class*=cf-list-] {
  flex-wrap: nowrap;
  justify-content: center;
}

#cf_21 [class*=cf-list-].cf-list-3-columns>div {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.tab__no-icon {
  padding-left: 16px;
}

@media screen and (max-width: 700px) {
  .rectangle {
    padding: 20px 10px;
  }
  .level-1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .level-1::before {
    display: none;
  }
  .level-2 {
    width: 100%;
  }
  .level-2::after {
    display: block;
  }
  .level-2-wrapper {
    display: block;
    width: 90%;
    margin-left: 10%;
  }
  .level-2-wrapper > li::before {
    display: none;
  }
  .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
  .level-2-wrapper::after {
    display: block;
  }
  .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px);
  }
}
@media (min-width: 768px) {
  .sp-megamenu-parent > li > a {
    font-size: 10px;
    padding: 0 9px;
  }
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    padding: 5px;
  }
  .sp-dropdown-items > li > a {
    font-size: 10px;
  }
  .container.full-width {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .sp-megamenu-parent > li > a {
    font-size: 13px;
    padding: 0 13px;
  }
  .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    padding: 7px;
  }
  .sp-dropdown-items > li > a {
    font-size: 13px;
  }
  .d-lg-block {
    display: flex !important;
    align-items: center;
  }
  .container.full-width {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .employees {
    left: -20px;
  }
}
@media (max-width: 1200px) {
  .employees .employe {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .employe .icon {
    justify-content: flex-start;
  }
  .cb_template .nav.nav-tabs.tech {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
  }
  .cb_template .pl-3 {
    padding-left: 0px !important;
  }
  .cb_template .px-3 {
    padding-left: 0px !important;
  }
  .nav.nav-tabs.tech li {
    margin: 5px 0px;
  }
  .manager-card {
    flex-direction: column;
    margin: 0px 10px 49px 0px;
  }
  .products__wrap .accordion-body {
    padding: 60px !important;
  }
  .cbTabNav .nav-link {
    padding-left: 30px !important;
  }
  .cbTabNav1 .nav-link {
    padding-left: 30px !important;
  }
  .accordion.accordion__faq {
    margin: 0px 10vw;
  }
  .cyber-elite-video__wrap {
    grid-template-columns: 1fr;
  }
  .cyber-elite-video__wrap video {
    height: 340px;
  }
  .cyber-elite-presenters__wrap .new-video video {
    height: 340px;
  }
  #adoc1 .accordion-body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1000px) {
  .employees {
    left: -20px;
    padding: 10px;
  }
  .cbTabNav .nav-link {
    padding-left: 100px !important;
  }
  .cbTabNav1 .nav-link {
    padding-left: 100px !important;
  }
}
@media (max-width: 1199px) {
  .contact address {
    max-width: 66%;
  }
  .contact a {
    max-width: 66%;
  }
}
@media (max-width: 991px) {
  #offcanvas-toggler {
    display: none !important;
  }
  .sp-megamenu-parent {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 979px) {
  .contact span {
    margin-bottom: 5px;
  }
}
@media (max-width: 978px) {
  .contact {
    text-align: center;
  }
  .contact address {
    display: block;
    max-width: 100%;
    padding: 0;
  }
  .contact a {
    display: block;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 100px) {
  .sp-glamour-layout h1.sp-title {
    font-size: 15px;
    padding: 35px;
  }
}
@media (min-width: 320px) {
  #sp-top2 .sp-module {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  body {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 767px) {
  #sp-top2 .sp-module {
    float: right;
    margin: 0 0 0 20px;
    width: auto;
  }
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 500px) {
  .sp-glamour-layout h1.sp-title {
    font-size: 18px;
    padding: 35px;
  }
}
@media (min-width: 600px) {
  .sp-glamour-layout h1.sp-title {
    font-size: 20px;
    padding: 30px;
  }
}
@media (min-width: 800px) {
  .sp-glamour-layout h1.sp-title {
    font-size: 25px;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  #chronoform-container-19 {
    width: 100%;
  }
  #chronoform-container-20 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container.full-width {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .faq-wrapper h1 {
    text-align: center;
    margin: 40px 10px;
    font-size: 30px;
  }
  .accordion.accordion__faq {
    padding: 0px;
  }
  .accordion__faq .accordion__content {
    width: auto;
    margin: 0px 10px;
  }
  .accordion__faq .accordion__par {
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }
  .accordion__faq .accordion__img {
    display: none;
  }
  .accordion__faq .accordion__btn {
    padding: 20px 60px 20px 20px;
    margin: 0px 10px;
  }
  .accordion__faq .accordion__btn:after {
    right: 5px;
  }
  .input-passwd-toggl {
    left: 134px;
  }
  .employees {
    left: 10px;
    border-radius: 10px 10px 10px 10px;
  }
  .client-card {
    padding: 0px 20px;
  }
  .reg-project-form .cf-control-group {
    padding: 0 15px 12px;
  }
  .reg-project-form .cf-control-group:not(.heading-form) {
    grid-template-columns: 1fr;
  }
  .reg-project-form .bottom-field {
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
    padding: 0 15px 12px;
  }
  .reg-project-form .heading-form {
    padding: 12px 15px;
  }
  .reg-project-form .full-field {
    padding: 12px 15px;
  }
  .content-popup {
    margin: 0 15px 15px;
    padding: 26px 8px;
  }
  .accordion {
    min-height: auto;
  }
  .accordion-regulations {
    min-height: auto;
  }
  .accordion-analytics {
    min-height: auto;
  }
}
@media (min-width: 576px) {
  .cbProfileEditButtons > .offset-sm-3 {
    margin-left: 30px;
    padding-bottom: 30px;
    display: flex;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cbTabsNavVertical {
    height: auto;
  }
  #sp-page-title {
    display: none;
  }
  #cbtf_11 {
    grid-template-columns: 1fr;
  }
  .cb_template .nav.nav-tabs.tech {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  #document-tabs .tab-content .tab-pane {
    overflow-x: auto;
  }
  #cbtabsCBVerticalcanvas_main_middleNav {
    background: rgb(234, 237, 239);
    overflow: auto;
    height: auto;
    right: -100%;
  }

  .product-tab .mobile-wrap {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
  }
  #sp-header .row {
    flex-direction: column;
    padding: 0px 0px 10px;
  }
  #sp-header .logo {
    height: 60px;
  }
  .logo img {
    width: 100%;
    height: 35px;
  }
  .sp-megamenu-parent > li > a {
    line-height: 0px;
  }
  .sp-megamenu-parent > li > span {
    line-height: 0px;
  }
  .cbTabNav .nav-link {
    padding-left: 40px;
  }
  .cbTabNav1 .nav-link {
    padding-left: 40px;
  }
  .cbLoginForm {
    width: 100%;
  }
  .cbLoginForm input[type=text] {
    width: 100% !important;
  }
  .cbLoginForm input[type=password] {
    width: 100% !important;
  }
  .cbLogoutForm {
    width: 100%;
  }
  .cb_form {
    width: 100%;
  }
  .cb_form input[type=text] {
    width: 100% !important;
  }
  .cb_form input[type=email],
  .cb_form input[type=password] {
    width: 100% !important;
  }
  .tabs {
    margin-top: 30px;
  }
  .products__wrap .accordion-body {
    padding: 30px !important;
  }
  .title__faq {
    margin: 30px 10px;
  }
  .title__faq .title {
    font-size: 21px;
  }
  .accordion.accordion__faq {
    margin: 0px 0vw;
  }
  article.item {
    padding: 0px 10px;
  }
  cb_form {
    width: 100%;
  }
  .cbLostPassForm form {
    width: 100%;
  }
  .cbTabsNav.nav.nav-pills.flex-column.cbTabsNavVertical.col-md-4 {
    position: fixed;
    z-index: 9999;
    max-width: 330px;
    right: 0;
  }

  #sp-logo .sp-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #sp-menu {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .mod-login__userdata.userdata {
    grid-template-areas: "email email" "pass pass" "webauth webauth" "login login" "remember remember";
  }
  .mod-login__userdata .form-group:nth-of-type(3) {
    margin-bottom: 30px;
  }
}
@media (max-width: 1600px) {
  .background-video .section-bg-video {
    height: 100%;
  }
}
@media (max-width: 420px) {
  .product-tab {
    padding-left: 0px;
  }
  .cb_template .pl-3 {
    padding-right: 0px !important;
  }
  .cb_template .px-3 {
    padding-right: 0px !important;
  }
  .tab-nav {
    grid-template-columns: repeat(1, 1fr);
  }
  .tabs {
    margin-top: 0px;
  }
  #cbtf_11 .info .form-group {
    grid-template-columns: 1fr;
  }
  #cbtf_11 .contacts .form-group {
    grid-template-columns: 1fr;
  }
  .new-project {
    flex-direction: column-reverse;
    gap: 10px;
  }
}

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