.bgroad {
	background: url(../images/about/bg/bg.jpg) top center fixed;
	padding-bottom: 5px;
}


.containerr {
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 20px;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

:root {
  --blue: #4e73df;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e74a3b;
  --orange: #fd7e14;
  --yellow: #f6c23e;
  --green: #1cc88a;
  --teal: #20c9a6;
  --cyan: #36b9cc;
  --white: #fff;
  --gray: #858796;
  --gray-dark: #5a5c69;
  --primary: #4e73df;
  --secondary: #858796;
  --success: #1cc88a;
  --info: #36b9cc;
  --warning: #f6c23e;
  --danger: #e74a3b;
  --light: #f8f9fc;
  --dark: #5a5c69;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  min-height: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
    background: #08080a url(../images/about/bg.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* font-family: Open Sans, sans-serif; */
    color: #00040d;
    font-weight: 100;
}

a {
    text-decoration: none;
    background-color: transparent;
}

li {
    list-style-type: none; /* ÃÂ£ÃÂ±ÃÂ¸Ã‘â‚¬ÃÂ°ÃÂµÃÂ¼ ÃÂ¼ÃÂ°Ã‘â‚¬ÃÂºÃÂµÃ‘â‚¬Ã‘â€¹ */
}

ul {
    margin-left: 0; /* ÃÅ¾Ã‘â€šÃ‘ÂÃ‘â€šÃ‘Æ’ÃÂ¿ Ã‘ÂÃÂ»ÃÂµÃÂ²ÃÂ° ÃÂ² ÃÂ±Ã‘â‚¬ÃÂ°Ã‘Æ’ÃÂ·ÃÂµÃ‘â‚¬ÃÂµ IE ÃÂ¸ Opera */
    padding-left: 0; /* ÃÅ¾Ã‘â€šÃ‘ÂÃ‘â€šÃ‘Æ’ÃÂ¿ Ã‘ÂÃÂ»ÃÂµÃÂ²ÃÂ° ÃÂ² ÃÂ±Ã‘â‚¬ÃÂ°Ã‘Æ’ÃÂ·ÃÂµÃ‘â‚¬ÃÂµ Firefox, Safari, Chrome */
}


[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top: 1px solid rgb(0 0 0 / 0%);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 54%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #fac223;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

tbody tr {
	border-top: 1px solid;
}

.table-white th {
	color: #fff!important;
}

.table-white a {
	font-family: "Calibri", Arial, serif;
	color: #fac223!important;
	font-weight:600;
}

.table-white a:hover {
	color: #fff!important;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #858796;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.right-0 {
	padding-right: 0!important;
}




.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #5a5c69;
}

.scroll-to-top i {
  font-weight: 800;
}

@-webkit-keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animated--grow-in, .sidebar .nav-item .collapse {
  -webkit-animation-name: growIn;
  animation-name: growIn;
  -webkit-animation-duration: 320ms;
  animation-duration: 320ms;
  -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animated--fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

.img-logo_main:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1200ms;
    animation-duration: 1200ms;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */


.timeline::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 99px;
  background-color: #272d39;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border: 1px solid #0f0f12;
  border-radius: 16px;
}

.active::before {
  background: #10E35D url(../images/about/imageonline-gifspeed-4522801.gif) center right 248px!important; /*60%*/
            /*fullSpeed*/
            /*#10e35d url(../images/about/imageonline-gifspeed-4520000.gif) center right 248px!important;*/
            /*40%*/
            /*#10e35d url(../images/about/imageonline-gifspeed-4520000.gif) center right 248px!important; */
  transform: rotate(180deg);
}



/* container-timeline around content */
.container-timeline {
  padding: .625rem 2.5rem;
  position: relative;
  background-color: inherit;
  width: 50%;
}





.active-timeline_check::after {
  background-color: #3acb26;
}

.container-timeline_check2::after {
  font-family: 'icomoon' !important;
  content: "\e98e";
  line-height: 1;
  text-align: center;
  vertical-align: 0;
  color: white;
  background: #cc2f28 url(../images/about/crest-default.png) center center;
  padding: 2px;
  border-radius: 50%;
  font-size: 13px;
  z-index: 1;
}

.active-timeline_check2::after {
  font-family: 'icomoon' !important;
  content: "\ebce";
  background-color: #3acb26;
}



/* Place the container-timeline to the left */
.left {
  left: 0;
}

/* Place the container-timeline to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container-timeline (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  z-index: 1;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container-timeline (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  z-index: 1;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for container-timelines on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.content {
  padding: 20px 50px;
  background: #282d39 url(../images/about/bg-content.png) no-repeat bottom center;
  position: relative;
  border-radius: 16px;
  min-height: 163px;
  max-width: 340px;
}

.content-img {
  padding: 0;
  background: transparent;
  position: relative;
  min-height: 209px;
  max-width: 340px;
}

.content-badge {
  padding: 15px 15px;
  padding-bottom: 0px;
  background: transparent url(../images/about/badge.png) no-repeat top center;
  position: relative;
  min-height:64px;
  min-width: 64px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.media h4 {
  font-size: 19px;
  font-weight: 600;
  color: #f8b700;
}

.media-body h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.jumbotron-timeline {
  padding: 0;
  margin: .5rem;
  background: transparent;
}

.jumbotron-timeline h1 {
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}

.jumbotron-timeline h4 {
  font-size: 21px;
  font-weight: 400;
  color: #f8b700;
}

.badge-secondary {
  background-color: #272d39;
  border-radius: 50%;
  font-size: 37%;
  color: #272d39;
}

.badge-light {
  background-color: #cc2f28;
  border-radius: 50%;
  font-size: 62%;
  color: #fff;
}

.badge-height {
  background-color: #272d39;
  font-size: 30%;
  color: #272d39;
  height: 115px;
  border-radius: 16px;
  width: 14px;
  border: 1px solid #0f0f12;
}

.badge-active {
  background: #10E35D url(../images/about/imageonline-gifspeed-4522801.gif) bottom 146px right 221px!important; /*60%*/
            /*fullSpeed*/
            /*#10e35d url(../images/about/imageonline-gifspeed-4520000.gif) bottom 146px right 221px!important;*/
            /*40%*/
            /*#10e35d url(../images/about/imageonline-gifspeed-4520000.gif) bottom 146px right 221px!important; */
  transform: rotate(180deg);
}

.a {
  height: 109px;
  width: 0px;
}

.s {
  position: relative;
  border-image-source: url(../images/about/frame.png);
  border-image-repeat: round;
  border-image-slice: 59 fill;
  border-image-width: 59px;
  border-image-outset: 24px 279px 49px 81px;
  margin-left: 0;
}

.y2 {
  border-image-outset: 21px 279px 49px 80px;
}

.y3 {
  border-image-outset: 24px 273px 49px 87px;
}
.y4 {
  border-image-outset: 21px 307px 49px 52px;
}
.y5 {
  border-image-outset: 21px 245px 49px 114px;
}
.y6 {
  border-image-outset: 21px 245px 49px 114px;
}
.y7 {
  border-image-outset: 21px 278px 49px 82px;
}
.y8 {
  border-image-outset: 21px 307px 49px 53px;
}
.y9 {
  border-image-outset: 21px 266px 49px 96px;
}



.s2 {
  position: relative;
  border-image-source: url(../images/about/frame_2.png);
  border-image-repeat: round;
  border-image-slice: 59 fill;
  border-image-width: 59px;
  border-image-outset: 24px 244px 49px 115px;
  margin-left: 0;
}

.x2 {
  border-image-outset: 24px 290px 49px 69px;
}

.x3 {
  border-image-outset: 24px 273px 49px 84px;
}

.x4 {
  border-image-outset: 24px 244px 49px 116px;
}

.x5 {
  border-image-outset: 24px 291px 49px 70px;
}
.x6 {
  border-image-outset: 24px 265px 49px 94px;
}
.x7 {
  border-image-outset: 24px 295px 49px 69px;
}
.x8 {
  border-image-outset: 23px 257px 49px 103px;
}
.x9 {
  border-image-outset: 23px 278px 49px 83px;
}
footer p {
  color: #7684a6;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 500px) {
    .jumbotron-top {
       /* padding: 180px; */
    }
}

@media screen and (max-width: 1280px) {
  body {
    background: #08080a url(../images/about/bg-1280px.jpg) no-repeat top center;
  }
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 35px;
  }

  .timeline::before {
    left: 35px;
  }
  
  /* Full-width container-timelines */
  .container-timeline {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container-timeline::before {
  left: 60px;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 21px;
  }
  
  /* Make all right container-timelines behave like the left ones */
  .right {
  left: 0%;
  }

  .m_jumbotron-14 {
    margin-bottom: 14rem;
  }

  .m_jumbotron-timeline {
    left: 3px;
    float: left;
    top: 12rem;
    position: absolute;
    -ms-flex-pack: left!important;
    justify-content: left!important;
  }

  .m_jumbotron-timeline2 {
    -ms-flex-pack: left!important;
    justify-content: left!important;
  }

  .s {
    border-image-outset: 24px 240px 49px 48px;
  }

  .m_container {
    padding-right: 0;
    padding-left: 0;
  }

  .m_jumbotron-timeline2 {
    margin: .1rem;
  }

  .m_badge-height {
    margin-left: 2px;
  }

  .content {
    border: 2px solid #0f0f12;
  }

  .s {
    display: none;
  }

  .s1 {
    display: none;
  }

  .s2 {
    display: none;
  }

  .m_text-left {
    text-align: left!important;
  }

  .m_ustify-content-left {
    -ms-flex-pack: left!important;
    justify-content: left!important;
  }

  .m_p-2px {
    padding: 15px 2px!important;
  }

  .m_ml-24 {
    margin-left: 24px!important;
  }

  .m_d-none {
    display: none;
  }

}





        .cardrd {
            background-color: rgba(0, 0, 0, 0.7);
            border-radius: 8px;
            margin-bottom: 10px;
            overflow: hidden;
            position: relative;
			width: 55%;
        }
        .cardrd-header {
            display: flex;
            align-items: center;
            padding: 15px;
            background-color: #28313b;
            cursor: pointer;
            position: relative;
			background: url(../images/bg_servers.jpg) no-repeat center center;
        }
        .cardrd-header img {
            border-radius: 50%;
        }
        .cardrd-header h3 {
            margin: 0;
            flex-grow: 1;
			padding: 10px;
			font-weight: 600;
			color: #0097cd;
        }
        .status {
            background-color: green;
            border-radius: 4px;
            padding: 4px 8px;
            margin-left: 10px;
            font-size: 12px;
        }
		.statuss {
            background-color: red;
            border-radius: 4px;
            padding: 4px 8px;
            margin-left: 10px;
            font-size: 12px;
        }
        .icon {
            transition: transform 0.3s ease;
			color: #0088b8;
        }
        input[type="checkbox"] {
            display: none;
        }
        .cardrd-content {
            height: 0;
            overflow: hidden;
            transition: height 0.3s ease;
			color: #fff;
			font-size: 20px;
        }
        input[type="checkbox"]:checked + .cardrd-header .icon {
            transform: rotate(180deg);
			color: #0088b8;	
        }
        input[type="checkbox"]:checked + .cardrd-header + .cardrd-content {
            height: auto;
            padding: 15px;
			font-weight: 600;
        }
        ul {
            padding-left: 20px;
            margin: 0;
        }
		
		
		
		.mb-333 {
			margin-bottom: -8.5rem !important;
		}
		
.steper {
    padding: 10px;
}


	
.step {
    margin: 0;
    flex-grow: 0.1;
    font-weight: 600;
    color: #0088b3;
	font-size: 28px;
}

.stepdone {
    margin: 0;
    flex-grow: 0.1;
    font-weight: 600;
    color: #007300;
	font-size: 28px;
}

.stepprogress {
    margin: 0;
    flex-grow: 0.1;
    font-weight: 600;
    color: #ffa501;
	font-size: 28px;
}

.stepfuture {
    margin: 0;
    flex-grow: 0.1;
    font-weight: 600;
    color: #cf1515;
	font-size: 28px;
}

.ach-phase__item--ok .ach-phase__check {
    border-color: rgb(76, 175, 80);
    background: rgb(76, 175, 80);
}

.ach-phase__check {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(42, 58, 74);
    border-image: initial;
    transition: 0.3s;
}

