﻿/*html, body {
  padding: 15px;
  background-color: #00324f;
}*/


.margin-head{margin-top:7%;margin-bottom: 10%;}

.slide-image{width:80px}

.btn-pluss {
  overflow: hidden;
  position: relative;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 22px;
  width: 30px;
  background-color: white;
  -webkit-transition: width .3s .5s ease, border-radius 1.1s ease;
  transition: width .3s .5s ease, border-radius 1.1s ease;
}
.btn-pluss a {
  display: block;
  position: relative;
  color: #FA434B;
  text-decoration: none;
  overflow: hidden;
  padding: 5px;
  border-radius: 5px;
}
.btn-pluss a:hover {
  text-decoration: inherit;
  color: white;
  background-color: #FA434B;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
.btn-pluss:after {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  font-size: 1.1rem;
  background-color: #FA434B;
  color: white;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all .3s .5s ease;
  transition: all .3s .5s ease;
  cursor: pointer;
  cursor: hand;
}
.btn-pluss ul {
  opacity: 0;
}
.btn-pluss ul {
  margin-top: 15px;
  opacity: 0;
  width: 100%;
  margin-left: 0px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
  font-size: 0.9rem;
}
.btn-pluss ul li {
  background-color: #e4e4e4;
  margin-top: 5px;
  border-radius: 5px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
}

.tooltip {
  position: relative;
  padding: 5px;
  border-radius: 5px;
  width: 70px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: jump;
          animation-name: jump;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-color: #fff;
  color: #FA434B;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  pointer-events: none;
}
.tooltip::after {
  content: '';
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  height: 10px;
  width: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: inherit;
}
.tooltip::before {
  content: '';
  color: white;
}

.btn-pluss-wrapper:hover .tooltip {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  color: white;
  width: 90px;
}
.btn-pluss-wrapper:hover .tooltip::before {
  content: 'Choose!';
  display: block;
  color: #FA434B;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 1s .3s ease;
  transition: all 1s .3s ease;
}
.btn-pluss-wrapper:hover .btn-pluss {
  width: 150px;
  border-radius: 15px;
  padding-bottom: 5px;
  -webkit-transition: width .3s ease, border-radius .3s ease, padding-bottom .3s ease;
  transition: width .3s ease, border-radius .3s ease, padding-bottom .3s ease;
}
.btn-pluss-wrapper:hover .btn-pluss::after {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  left: 50%;
  top: 10px;
  -webkit-transform: translateY(-5px) translateX(-50%);
          transform: translateY(-5px) translateX(-50%);
}
.btn-pluss-wrapper:hover .btn-pluss ul {
  opacity: 1;
  margin-top: 30px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.btn-pluss-wrapper:hover .btn-pluss li {
  height: 25px;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
}
.btn-pluss-wrapper:hover .btn-pluss li:hover {
  border-bottom: 1px solid #d2c9c9;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}



.controls{margin-top:28%;}

.vist{
	background: url(../img/planet.png) center center no-repeat;
	background-size: contain;
}


 @font-face {
    font-family: Proxima Nova; /* Гарнитура шрифта */
    src: url(fonts/Proxima Nova Black.otf); /* Путь к файлу со шрифтом */
   }
.buttona {
  margin: 40px auto;
  font-size: 72px;
  font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
  text-decoration: none;
  text-shadow: 1px 1px 0px #fff;
  font-weight: 400;
  color: #666;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 20px 70px 30px;
  position: relative;
  top: 50px;
  background: #eee;
  width: 300px;
  display: block;
  text-align: center;
  box-shadow: 1px 1px 1px #fff;
  -moz-box-shadow: 1px 1px 1px #fff;
  -webkit-box-shadow: 1px 1px 1px #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.buttona:hover {
  color: #333;
  background: #eeffff;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modalbg {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99999;
  -moz-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
  display: block;
  pointer-events: none;
}
.modalbg .dialog {
  width: 290px;
  position: relative;
  top: -1000px;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  -moz-border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #ccc);
  background: -webkit-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
}
.modalbg .dialog .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
}
.modalbg:target {
  display: block;
  pointer-events: auto;
  background: rgba(4, 10, 30, 0.8);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modalbg:target .dialog {
  top: -20px;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -transition-delay: 0.4s;
}
.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
}
.close .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
}
.close:hover {
  background: #4f5679;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fineprint {
  font-style: italic;
  font-size: 10px;
  color: #646;
}




/*modal call back*/

#circle {
  width: 400px;
  height: 400px;
  border-radius: 200px;
  border: 2px solid #fff;
  position: absolute;
  left: 350px;
}
.lang{
	position: absolute;
    left: 58px;
    top: 20%;
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang > li > a {
	font-size: 16px;
    font-weight: bold;
    color: #fff;
    color: rgb(255, 255, 255);
    border-bottom: 2px solid transparent;
	    text-decoration: none;
}
.lang > li > a:hover, .lang > li > a:focus {
    background-color: transparent;
    border-bottom-color: rgba(255,255,255,.25);
}
.main-wrapper {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background: url(../img/ellips2.png) 100% no-repeat;
    background-size: 78%;
}



.dot-menu {
  list-style-type: none;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.05;
  text-align: left;
  padding-right: 14em;
  width: 10em;


}
.dot-menu li {
  letter-spacing: 0.01em;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 75s;
  margin: 75px;
  -webkit-transform-style: preserve-3d;
}
.dot-menu li a {
  position: relative;
  text-decoration: none;
  color: #bfccd1;
}
.dot-menu li a:hover {
  color: #ffffff;
      font-weight: 600;
}
.dot-menu li a:after {
  content: "подробнее→";
  font-size:9px;
  width: 1px;
  height: 1px;
  background-color: #7f8c8d;
  border-radius: 50%;
  position: fixed;
  top: 107%;
  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}

.dot-menu li:hover {
  letter-spacing: 0.5em;
  color: rgba(255, 255, 255, 0);
}
.dot-menu li:hover a:after {
  width: 5px;
  left: -15%;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}



.d:hover:before {

  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}
.d:before {
    content: '';
    position: absolute;
    right: -260px;
    top: -25px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #bbb;
    box-shadow: 0 0 0 4px #bbb;
  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}

.d1:hover:before {

  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}
.d1:before {
    content: '';
    position: absolute;
	right: -259px;
    top: -25px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #bbb;
    box-shadow: 0 0 0 4px #bbb;
  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}




.dd:before {
    content: '';
    position: absolute;
    right: -308px;
    top: 34px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #bbb;
    box-shadow: 0 0 0 4px #bbb;
	  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}


.dd:hover:before {

  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}


.d4:before {
    content: '';
    position: absolute;
    right: -260px;
    top: 0px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #bbb;
    box-shadow: 0 0 0 4px #bbb;
	  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}


.d4:hover:before {

  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.dd4:before {
    content: '';
    position: absolute;
    right: -308px;
    top: 60px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #bbb;
    box-shadow: 0 0 0 4px #bbb;
	  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}


.dd4:hover:before {

  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.dd2:before {
    content: '';
    position: absolute;
    right: -308px;
    top: 34px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #bbb;
    box-shadow: 0 0 0 4px #bbb;
	  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}


.dd2:hover:before {

  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}


.ddd2:before {
    content: '';
    position: absolute;
	right: -304px;
    top: 78px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #bbb;
    box-shadow: 0 0 0 4px #bbb;
	  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}

.ddd2:hover:before {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.ddd:before {
    content: '';
    position: absolute;
    right: -305px;
    top: 78px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #bbb;
    box-shadow: 0 0 0 4px #bbb;
	  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}

.ddd:hover:before {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.ddd1:before {
    content: '';
    position: absolute;
	right: -305px;
    top: 78px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #bbb;
    box-shadow: 0 0 0 4px #bbb;
	  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}

.ddd1:hover:before {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}


.dddd:before {
    content: '';
    position: absolute;
    right: -245px;
    top: 108px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #bbb;
    box-shadow: 0 0 0 4px #bbb;
	  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}

.dddd:hover:before {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}


.dddd1:before {
    content: '';
    position: absolute;
    right: -245px;
    top: 81px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #bbb;
    box-shadow: 0 0 0 4px #bbb;
	  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}

.dddd1:hover:before {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.dddd2:before {
    content: '';
    position: absolute;
    right: -249px;
    top: 70px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #bbb;
    box-shadow: 0 0 0 4px #bbb;
	  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}

.dddd2:hover:before {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}
.dddd3:before {
    content: '';
    position: absolute;
    right: -245px;
    top: 108px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #bbb;
    box-shadow: 0 0 0 4px #bbb;
	  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}

.dddd3:hover:before {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.dot-menu-en {
  list-style-type: none;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.05;
  text-align: right;
  /*border-right: solid 2px #bfccd1;*/
  padding-right: 14em;
  width: 10em;
  border-radius: 50%;

}
.dot-menu-en li {
  letter-spacing: 0.01em;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 75s;
  margin: 75px;
  -webkit-transform-style: preserve-3d;

}
.dot-menu-en li a {
  position: relative;
  text-decoration: none;
  color: #bfccd1;
}
.dot-menu-en li a:hover {
  color: #ffffff;
      font-weight: 600;
}
.dot-menu-en li a:after {
  content: "Readmore→";
  font-size:9px;
  width: 1px;
  height: 1px;
  background-color: #7f8c8d;
  border-radius: 50%;
  position: fixed;
  top: 107%;
  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}
.dot-menu-en li:hover {
  letter-spacing: 0.5em;
  color: rgba(255, 255, 255, 0);
}
.dot-menu-en li:hover a:after {
  width: 5px;
  left: -15%;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}



.dot-menu-uk {
  list-style-type: none;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.05;
  text-align: right;
  /*border-right: solid 2px #bfccd1;*/
   padding-right: 14em;
  width: 10em;
  border-radius: 50%;

}
.dot-menu-uk li {
  letter-spacing: 0.01em;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 75s;
  margin: 75px;
  -webkit-transform-style: preserve-3d;
}
.dot-menu-uk li a {
  position: relative;
  text-decoration: none;
  color: #bfccd1;
}
.dot-menu-uk li a:hover {
  color: #ffffff;
      font-weight: 600;
}
.dot-menu-uk li a:after {
  content: "Детальніше→";
  font-size:9px;
  width: 1px;
  height: 1px;
  background-color: #7f8c8d;
  border-radius: 50%;
  position: fixed;
  top: 107%;
  -webkit-transform: translate-y(-50%);
          transform: translate-y(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;
}
.dot-menu-uk li:hover {
  letter-spacing: 0.5em;
  color: rgba(255, 255, 255, 0);
}
.dot-menu-uk li:hover a:after {
  width: 5px;
  left: -15%;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}


.line {
  position: relative;
  left: 300px;
}

span{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
}

.rt{
    background: blue;
    clip: rect(auto, auto, 350px, 175px);
}

.block{
    position: absolute;
    width: 300px;
    height: 300px;
    margin: 20px;
    border-radius: 70%;

    display: flex;
    flex-direction: column;
   justify-content: center;
}

.ar {
  display: inline-block;
  width: 200px;
  margin: 20px 0;
  color: #bbc7cd;
  text-decoration: none;
}

.first:after {
  content:"";
  display: inline-block;
  position: absolute;
  right: 60px;
  padding: 15px;
  width: 10px;
  height: 10px;
  border: 1px solid blue;
  z-index: 100;
  border-radius: 50%;
  top: 40px;
}

.carousel-inners {

  overflow:visible;
}
.thumbnails{
border:0px solid #ddd;
 background-color: transparent;
}
.carousel-control.left{
background-image:none;
left:5%;
top:30%;
   
}

.carousel-control.right{
background-image:none;
right:6%;
top:30%;
}

.carousel-controls.lefts{
background-image:none;
left:0;
top:20%;
   
}

.carousel-controls.rights{
background-image:none;
right:0;
top:20%;
}
.carouselright{
background-image:none;
left:-15%;
top:50%;
   
}

.carouselleft{
background-image:none;
right:-15%;
top:50%;
}

.demo {

  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo__label {
  width: 100%;
  display: block;
  margin-top: 1rem;
}
.pseudo-button {
  width: 200px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  border: 1px solid #075dd8;
  cursor: pointer;
  padding: 10px 0;
  font-weight: 700;
  color: #075dd8;
}
.pseudo-button:hover,
.pseudo-button:focus {
  background-color: #075dd8;
  color: #fff;
}
.melnik909 {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
}
.melnik909:hover,
.melnik909:focus {
  text-decoration: underline;
}
/*
 * Core CSS modal window
 */
.css-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
}
.css-popup__inner {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9999;
}
.state-css-popup {
  display: none;
}
.state-css-popup:checked ~ .css-popup {
  display: block;
}
.state-css-popup:checked ~ .css-popup .css-popup__layer {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block;
}
.css-popup__close {
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}
/*
 * Demo Skin for CSS modal window
 */
.css-popup {
  background-color: rgba(0, 0, 0, 0.7);
}
.css-popup__inner {
  width: 80%;
  max-width: 1200px;
  padding: 5% 0;
}
.state-css-popup:checked ~ .css-popup .css-popup__inner {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.state-css-popup:checked ~ .css-popup .css-popup__label {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.state-css-popup:checked ~ .css-popup .css-popup__paragraph {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.state-css-popup:checked ~ .css-popup .css-popup__paragraph:first-child {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.state-css-popup:checked ~ .css-popup .css-popup__paragraph:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.css-popup__header {
  position: relative;
}
.css-popup__header:after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.css-popup__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 3.5rem;
  text-transform: capitalize;
  color: #fff;
}
.css-popup__layout {
  background-color: #fff;
}
.css-popup__content {
  padding: 20px;
}
.css-popup__img {
  max-width: 100%;
  height: auto;
}
.css-popup__close {
  background: none;
  border: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  width: 3.5vw;
  height: 3.5vw;
}
.css-popup__close:before,
.css-popup__close:after {
  content: "";
  display: block;
  width: 100%;
  height: .3vw;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  position: absolute;
  top: 1.75vw;
  right: 0;
}
.css-popup__close:before {
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
}
.css-popup__close:after {
  -webkit-transform: rotate(45deg) scale(0.8);
          transform: rotate(45deg) scale(0.8);
}
.css-popup__close:hover:before,
.css-popup__close:focus:before {
  -webkit-transform: rotate(-45deg) scale(1.2);
          transform: rotate(-45deg) scale(1.2);
}
.css-popup__close:hover:after,
.css-popup__close:focus:after {
  -webkit-transform: rotate(45deg) scale(1.2);
          transform: rotate(45deg) scale(1.2);
}
.css-popup__close:focus:focus {
  outline: 2px solid #fff;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0) scale(0.3);
            transform: translate3d(-50%, 0, 0) scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0) scale(1);
            transform: translate3d(-50%, 0, 0) scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0) scale(0.3);
            transform: translate3d(-50%, 0, 0) scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0) scale(1);
            transform: translate3d(-50%, 0, 0) scale(1);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}


.vertical-navigation {
  position: absolute;
  top: 0;
  left: 0%;
  margin: 0 0 0 -1px;
  height: 0%;
  width: 2px;
  background: #fff;
  transition: height 1s ease-in-out;
}
.vertical-navigation.entrance {
  height: 100%;
}
.vertical-navigation .vertical-menu {
  position: absolute;
  list-style-type: none;
  padding: 0;
  width: 150px;
  height: calc(100% - 70px);
  top: 70px;
  margin: 0 0 0 -7px;
  -webkit-transition: "opacity" 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  -moz-transition: "opacity" 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  -o-transition: "opacity" 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: "opacity" 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  /* easeOutExpo */
  opacity: 0;
  overflow: hidden;
}
.vertical-navigation .vertical-menu.entrance {
  opacity: 1;
}
.vertical-navigation .vertical-menu .link {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin: 0 0 80px 0;
}
.vertical-navigation .vertical-menu .link:nth-child(1) .dot {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  /* easeOutExpo */
}
.vertical-navigation .vertical-menu .link:nth-child(1) .dot.in {
  background: #007BA6;
}
.vertical-navigation .vertical-menu .link:nth-child(1) a {
  -webkit-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  -moz-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  -o-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  /* easeOutExpo */
}
.vertical-navigation .vertical-menu .link:nth-child(1).in a {
  color: #007BA6;
}
.vertical-navigation .vertical-menu .link:nth-child(2) .dot {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  /* easeOutExpo */
}
.vertical-navigation .vertical-menu .link:nth-child(2) .dot.in {
  background: #56AF31;
}
.vertical-navigation .vertical-menu .link:nth-child(2) a {
  -webkit-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -moz-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -o-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  /* easeOutExpo */
}
.vertical-navigation .vertical-menu .link:nth-child(2).in a {
  color: #56AF31;
}
.vertical-navigation .vertical-menu .link:nth-child(3) .dot {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  /* easeOutExpo */
}
.vertical-navigation .vertical-menu .link:nth-child(3) .dot.in {
  background: #E3B505;
}
.vertical-navigation .vertical-menu .link:nth-child(3) a {
  -webkit-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  -moz-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  -o-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  /* easeOutExpo */
}
.vertical-navigation .vertical-menu .link:nth-child(3).in a {
  color: #E3B505;
}
.vertical-navigation .vertical-menu .link:nth-child(4) .dot {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
  /* easeOutExpo */
}
.vertical-navigation .vertical-menu .link:nth-child(4) .dot.in {
  background: #95190C;
}
.vertical-navigation .vertical-menu .link:nth-child(4) a {
  -webkit-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  -moz-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  -o-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
  /* easeOutExpo */
}
.vertical-navigation .vertical-menu .link:nth-child(4).in a {
  color: #95190C;
}
.vertical-navigation .vertical-menu .link.last {
  margin-bottom: 0;
}
.vertical-navigation .vertical-menu .link.track {
  position: absolute;
  z-index: 1;
  background: white;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  display: none;
}
.vertical-navigation .vertical-menu .link.track.top {
  top: 5px;
}
.vertical-navigation .vertical-menu .link a {
  text-decoration: none;
  opacity: 0;
  float: left;
  cursor: pointer;
  transform: translate3d(-20px, 0, 0);
  margin: 3px 0 0 0;
  font-size: 14px;
  color: white;
  -webkit-transition: color 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -moz-transition: color 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -o-transition: color 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: color 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  /* easeOutExpo */
}
.vertical-navigation .vertical-menu .link a.animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.vertical-navigation .vertical-menu .link .dot {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 25px;
  display: block;
  float: left;
  margin: 5px 12px 0 0;
  transform: scale(0);
}
.vertical-navigation .vertical-menu .link .dot.animate {
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  /* easeOutExpo */
}
.vertical-navigation .vertical-menu .link .dot.in {
  background: #2A8A93;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  /* easeOutExpo */
}
.off {
    padding: 31px;
    margin-top: -30px;
}

.black{
	background-color:#6b6a6a;
	border-radius:2px;
	height:30px;
}

.img-slidera-top1{
	    margin-left: 3%;
}
.img-slidera-top2{
	text-align:right;
}
.slidera ul {
  list-style: none;
  padding: 0;
}

.slidera .mainn {
  position: relative;
    width: 300px;
    height: 330px;
    margin: -10px auto 99px;
    left: 0;
}
.slidera .mainn li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background-color: #fff;
  text-align: center;
  line-height: 240px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .9s ease-in-out;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.slidera .mainn .s1 {
  -webkit-transform: translateX(-120%) scale(0.6);
          transform: translateX(-120%) scale(0.6);
  z-index: 1;
      margin: -25%;
    top: 25%;
}
.slidera .mainn .s2 {
  -webkit-transform: translateX(-60%) scale(0.8);
          transform: translateX(-60%) scale(0.8);
  opacity: 0.8;
  z-index: 2;
        margin: -25%;
    top: 25%;
}
.slidera .mainn .s3 {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 3;
  
}
.slidera .mainn .s4 {
  -webkit-transform: translateX(60%) scale(0.8);
          transform: translateX(60%) scale(0.8);
  opacity: 0.8;
  z-index: 4;
        margin: 25%;
    top: -20%;
}
.slidera .mainn .s5 {
  -webkit-transform: translateX(120%) scale(0.6);
          transform: translateX(120%) scale(0.6);
  z-index: 5;
}

.slidera .mainn .s6 {
  -webkit-transform: translateX(-60%) scale(0.8);
          transform: translateX(-60%) scale(0.8);
  opacity: 0.8;
  z-index: 6;
        margin: -25%;
    top: 25%;
}
.slidera .mainn .s7 {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 7;
  
}
.slidera .mainn .s8 {
  -webkit-transform: translateX(60%) scale(0.8);
          transform: translateX(60%) scale(0.8);
  opacity: 0.8;
  z-index: 8;
        margin: 25%;
    top: -20%;
}
.slidera .mainn .s9 {
  -webkit-transform: translateX(120%) scale(0.6);
          transform: translateX(120%) scale(0.6);
  z-index: 9;
}

.slidera .tabb {
  text-align: center;
}
.slidera .tabb a {
  display: inline-block;
  padding: 2px 4px;
  margin: 2px;
  text-decoration: none;
  color: #05070c;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}



.slidera .mainn li a:after {
  content: "Посмотреть на журнал";
  font-size:13px;
  width: 100%;
 height: 170%;
  background-color: rgba(153, 153, 153, 0.68);
  position: fixed;
  top: 0;
  left:0;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;

}

.slidera .mainn li:hover a:after {

  opacity: 1;

}


.slidera-en .mainn li a:after {
  content: "Look at the magazine";
  font-size:13px;
  width: 100%;
 height: 170%;
  background-color: rgba(153, 153, 153, 0.68);
  position: fixed;
  top: 0;
  left:0;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;

}

.slidera-en .mainn li:hover a:after {

  opacity: 1;

}


.slidera-uk .mainn li a:after {
  content: "Подивитися журнал";
  font-size:13px;
  width: 100%;
 height: 170%;
  background-color: rgba(153, 153, 153, 0.68);
  position: fixed;
  top: 0;
  left:0;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, left 1s ease, width 1s ease;
  transition: opacity 0.6s ease, right 1s ease, width 1s ease;

}

.slidera-uk .mainn li:hover a:after {

  opacity: 1;

}

.sivak{margin-top:70px; }
.line {
  position: relative;
  left: 200px;
}

span{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
}

.rt{
    background: blue;
    clip: rect(auto, auto, 350px, 175px);
}

.block{
    position: absolute;
    width: 300px;
    height: 300px;
    margin: 20px;
    border-radius: 70%;

    display: flex;
    flex-direction: column;
   justify-content: center;
}

.aa {
  display: inline-block;
  width: 200px;
  margin: 20px 0;
  color: white;
  text-decoration: none;
}

.first:after {
  content:"";
  display: inline-block;
  position: absolute;
  right: 30px;
  padding: 5px;
  width: 10px;
  height: 10px;
  border: 1px solid blue;
  z-index: 100;
  border-radius: 50%;
  top: 40px;
}


@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip1353 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  color: #000000;
  text-align: center;
}
figure.snip1353 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1353 img {
  opacity: 1;
  width: 153px;
}
figure.snip1353:after,
figure.snip1353:before {
  background: #ffffff;
  width: 200%;
  height: 200%;
  position: absolute;
  content: '';
  opacity: 0.5;
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  z-index: 1;
}
figure.snip1353:after {
  top: 0;
  left: 0;
  -webkit-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
}
figure.snip1353:before {
  right: 0;
  bottom: 0;
  -webkit-transform: skew(-45deg) translateX(150%);
  transform: skew(-45deg) translateX(150%);
}
figure.snip1353 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
figure.snip1353 h2,
figure.snip1353 p {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.snip1353 h2 {
  padding: 0 30px;
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1353 p {
  font-size: 0.8em;
  font-weight: 600;
}
figure.snip1353 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
figure.snip1353:hover img,
figure.snip1353.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1353:hover:after,
figure.snip1353.hover:after {
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}
figure.snip1353:hover:before,
figure.snip1353.hover:before {
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
}
figure.snip1353:hover figcaption h2,
figure.snip1353.hover figcaption h2,
figure.snip1353:hover figcaption p,
figure.snip1353.hover figcaption p {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1353:hover figcaption h2,
figure.snip1353.hover figcaption h2 {
  opacity: 1;
}
figure.snip1353:hover figcaption p,
figure.snip1353.hover figcaption p {
  opacity: 0.7;
}
/* Demo purposes only */
body {
  background-color: #fff;
}



.heading2:after{
content: " ";
    display: block;
    width: 30px;
    height: 3px;
    margin: 1px 0px 20px;
    background: #fff;}




/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */



/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 0px;
    margin-top: 26px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
  
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgb(255, 255, 255);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 450px;
  }
}



@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

.uli {
  display:block;
  width:150px;
  margin:-140px  auto 0;
  list-style-type: none;
}
.lii{
list-style-type: none;
  padding:21px 0;
  cursor:pointer;
  text-indent:-7px;
  border-left:2px solid white;
}
  .lii:before {
  content:"\25CF";
  font-size:20px;
  vertical-align:middle;
  color:white;
}
  .lii:hover:before {
  color:white;
}
  .lii a {
	  list-style-type: none;
    overflow:hidden;
    display:inline-block;
    color:white;
    text-indent:-100px;
    width:80px;
    text-decoration:none;
    text-transform:uppercase;
    padding:5px;
    transition:0.2s ease;
    margin:2px 0 0 -7px;
  }
.lii:hover a {
  background-color:white;
  color:#fff;
  text-align:center;
  text-indent:0;
}
.der{    height: 36%;}

section{position:relative;width:100%; /*height: 100%;*/
    overflow: hidden;    box-shadow: 0 0 10px rgba(0,0,0,0.5);}

@media (max-width: 500px){
	.menu1{display:none;}}
@media (max-width: 500px){
	.compass{margin-top:0px;}
	.main-wrapper{display:none;}}

.podpiska{margin-top:40px;
margin-left: 10px;}
.kompas{width:280px;}
.compass{
	background: url(../img/planet2.png) center center no-repeat;
    background-size: contain;
    margin-top: 140px;
    padding: 105px 0;
}
.comp{
	width:200px;
}
.imgg{top: 45%;
    left: 32%;}
@media (max-width: 400px){.imgg{top: 17%;
    left: 43%;}}
@media (min-width:700px){.imgg{    top: 46%;
    left: 39%;}}
/* Carousel */
@media (max-width:900px){.imgg{top: 51%;
    left: 36%;}}
	@media (min-width:1024px){.imgg{top: 46%;left: 41%;}}
/* Carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 150px;
}
#quote-carousel .carousel-control.left {
    left: -40px;
}
#quote-carousel .carousel-control.right {
    right: -40px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 25px;
    height: 25px;
   
    cursor: pointer;


    opacity: 0.4;

    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 70px;
    height: 100px;

    opacity: 1;

}
.carousel-inner {
   
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}




.team-sec{float: left;width: 100%;}
.team .photo {width: 250px; height: 250px; display: inline-block; overflow: hidden; position: relative; }
.photo-shadow {position: absolute; z-index: -1; top: 12px; left: 16px; bottom: -10px; border: 1px solid #E3E3E3; height: 250px; width: 246px; background: #fff; }
.col-item{position: relative;}
.team{margin-top: 30px;}
.team .photo img{width: 100%;    vertical-align: middle;position: relative;}
.social-connect{margin-top: 13px;}
.info{margin-top: 22px;}
.info .name{font-size: 18px;font-weight: 600;margin-bottom: 2px;}
.info .degination{font-size: 16px;font-weight: 300;font-style: italic;color: #8B8B8B;}
.social-connect a{ display: inline-block; border: 1px solid #E3E3E3; font-size: 14px; color: #919191; width: 24px; height: 24px; text-align: center; line-height: 24px;margin-right: 4px;}
.social-connect a .fa{margin: 0;}
.social-connect a:hover{background-color: #4EBEE9;color: #fff;} .carousel-line{    height: 320px; position: absolute; bottom: -90px; width: 110%; left: -5.5%;}
.carousel-line > .controls{position: absolute; bottom: -16px; left: 50%; margin-left: -50px; background: #fff; padding: 0px 20px; color: #000;}
.carousel-line > .controls > a{    color: #868686; font-size: 24px; font-weight: 300;}





body {
    font-family: 'Proxima Nova Black', sans-serif;
    line-height: 1.5;
    color: #323232;
    font-size: 17px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.heading-title {
    margin-bottom: 100px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
	border-radius: 50%;
}

.team-circle{
	border: solid 1px #999;
    border-radius: 100%;
    padding: 6px;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
	padding:7%;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
   /* border: 20px solid rgba(0, 0, 0, 0.1);*/
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 30px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
	text-align: center;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
	padding: 5px;
	left:42%;
	top:10%;
}
.team-title p {
	font-size:14px;
}

.btn-primarys {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.03);
    border-color: #ffffff;
}

.btn-primaryss {
    color: #002c48;
    background-color: rgba(255, 255, 255, 0.03);
    border-color: #326f96;;
}
.btns {
    font-weight: normal;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 20px;
}

.but{width:55%;
text-align:center;}
.btn-blocks {
   
    width: 100%;
}
.btn-blockss {
   
    width: 60%;
}
.btn-primarys:hover, .btn-primarys:focus, .btn-primarys:active, .btn-primarys.active {
    background: #4fbfa8;
    color: #fff;
	text-decoration: none;
}
.btn-primarys:hover, .btn-primarys:focus, .btn-primarys:active, .btn-primarys.active, .open .dropdown-toggle.btn-primarys {
    color: rgb(0, 5, 16);
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0);
	text-decoration: none;
}


.btn-primaryss:hover, .btn-primaryss:focus, .btn-primaryss:active, .btn-primaryss.active {
    background: #000;
    color: #fff;
	text-decoration: none;
}
.btn-primaryss:hover, .btn-primaryss:focus, .btn-primaryss:active, .btn-primaryss.active, .open .dropdown-toggle.btn-primaryss {
    color: #fff;
    background-color: #002c48;
    border-color: rgba(255, 255, 255, 0);

}


.sliders{
  text-align:center;
}
.mainim{
  width:300px;
  height:400px;
  display:inline-block;
  
}
.mainim:hover, .mainim:focus, .mainim:active, .mainim.active {
    background: #4fbfa8;
    color: #fff;
}
.mainim:hover, .mainim:focus, .mainim:active, .mainim.active, .open .dropdown-toggle.mainim {
    color: rgb(0, 5, 16);
    background-color: #fff;
    border-color: rgba(152, 195, 234, 0.53);
}
div.leftim{padding-right:10px;}
div.rightim{padding-left:10px;}
.leftim,.rightim{
  margin-top:-x;
  width:200px;
  height:300px;
  opacity:.6;
  display:inline-block;
}





.bs-slider{
    overflow: hidden;
    max-height: 100%;
    position: relative;

}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100%;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}








	.bolinha {
		width: 50px;
		height: 50px;
		margin: 20px;
		background-color: #43275c;
		list-style: none;
		border-radius: 100%;
		-webkit-box-shadow: 0 0 0 20px rgba(103, 103, 103, 0);
		box-shadow: 0 0 0 20px rgba(103, 103, 103, 0);
		-webkit-transition-property: box-shadow, margin-left;
		-o-transition-property: box-shadow, margin-left;
		transition-property: box-shadow, margin-left;
		-webkit-transition-duration: .5s, 1s;
		-o-transition-duration: .5s, 1s;
		transition-duration: .5s, 1s;
		opacity: 1;
	}
	
	.bolinha:hover {
		-webkit-box-shadow: 0 0 0 0 rgba(103, 103, 103, 0.6);
		box-shadow: 0 0 0 0 rgba(103, 103, 103, 0.6);
		opacity: .5;
	}
	
	.item1 {
		background-color: rgba(255, 255, 255, 0);;
	}
	
	.item2 {
		background-color: rgba(255, 255, 255, 0);;
	}
	
	.item3 {
		background-color: rgba(255, 255, 255, 0);;
	}
	
	.item4 {
		background-color: rgba(255, 255, 255, 0);;
	}
	
	.item5 {
		background-color: rgba(255, 255, 255, 0);;
	}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 38%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 15%;
}
.control-round .carousel-control.right {
    right: 15%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}







/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 47%;
    bottom: 23%;
    left: auto;
    width: 90%;
    height: 21px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 10px;
    height: 10px;
    border: 2px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
   
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;

    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 320px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
    line-height: 35px;
    margin-bottom: 16px;
	margin-bottom: 16px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 3px 30px;
    top:0;
	}
    .slide-text h1 {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 5px;
    }
	
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

.avatar {
  height: auto;
  position: relative;
  width: auto;
}

.avatar img {
  border-radius: 9999px;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

@keyframes cycle-colors {
  0% { border-color: hsl(0, 100%, 50%); }
  25% { border-color: hsl(90, 100%, 50%); }
  50% { border-color: hsl(180, 100%, 50%); }
  75% { border-color: hsl(270, 100%, 50%); }
  100% { border-color: hsl(360, 100%, 50%); }
}

@keyframes pulse {
  to {
    opacity: 0;
    transform: scale(1);
  }
}

.avatar::before,
.avatar::after {
  animation: pulse 2s linear infinite;
  border: #fff solid 8px;
  border-radius: 9999px;
  box-sizing: border-box;
  content: ' ';
  height: 140%;
  left: -20%;
  opacity: .6;
  position: absolute;
  top: -20%;
  transform: scale(0.714);
  width: 140%;
  z-index: 1;
}




.bs-slider-team {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    
}


/*css kompas */
/* * {
  box-sizing: border-box;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: color .9s ease-out;
  transition: color .9s ease-out;
}
*/



.system {
  position: relative;
  width: 100vmin;
  height: 100vmin;
  margin: 0 auto;
}
.system .planets,.system .planet, .system .belt, .system .belts, .system .asteroids {
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
   
  }
.system .belts {
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
   
  }


.system .planeta:before, .system .planeta:after  {

  display: block;
  content: "";
  width: 10%;
  height: 10%;
  top:100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-150%, -150%);
          transform: translate(-150%, -150%);
  background-image: url('img/flag-of-turkey.jpg');
  background-size:cover;
}


.system .planet:before, .system .planet:after {

  display: block;
  content: "";
  width: 10%;
  height: 10%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url('img/flat.png');
  background-size:cover;
}
.system .flat::after,.system .planets::after,.system .planet::after, .system .moon::after {
  background-color: transparent;
  border: 2px solid #fff;
  /*-webkit-transform: translate(-50%, -50%) rotate3d(1, 0, 0, 90deg);
          transform: translate(-50%, -50%) rotate3d(1, 0, 0, 90deg);*/
}
.system :nth-child(2) {
 -webkit-animation: rotate 6.282s linear infinite;
          animation: rotate 6.282s linear infinite;
  height: 44%;
  width: 44%;
}
.system :nth-child(3) {
  -webkit-animation: rotate 9.423s linear infinite;
          animation: rotate 1.423s linear infinite;
  height: 45.5%;
  width: 45.5%;
   box-shadow: 0 0 11px 11px #00040e,0 0 4px 5px #514d77, 1px 0 3px 2px rgb(54, 65, 130);
}
.system :nth-child(4) {
  -webkit-animation: rotate 12.564s linear infinite;
          animation: rotate 3.564s linear infinite;
  height: 33%;
  width: 33%;
 box-shadow: 0 0 11px 1px #00040e,0 0 4px 5px #514d77, 1px 0 3px 2px rgb(54, 65, 130);
  }
.system :nth-child(5) {
  -webkit-animation: rotate 15.705s linear infinite;
          animation: rotate 15.705s linear infinite;
  height: 50%;
  width: 50%;
}
.system :nth-child(6) {
  -webkit-animation: rotate 18.846s linear infinite;
          animation: rotate 2.846s linear infinite;
  height: 80%;
  width: 80%;
}
.system :nth-child(7) {
  -webkit-animation: rotate 21.987s linear infinite;
          animation: rotate 21.987s linear infinite;
  height: 56%;
  width: 56%;
}
.system :nth-child(8) {
  -webkit-animation: rotate 25.128s linear infinite;
          animation: rotate 25.128s linear infinite;
  height: 80%;
  width: 80%;
}
.system :nth-child(9) {
  -webkit-animation: rotate 28.269s linear infinite;
          animation: rotate 28.269s linear infinite;
  height: 90%;
  width: 90%;
}
.system :nth-child(10) {
  -webkit-animation: rotate 31.41s linear infinite;
          animation: rotate 31.41s linear infinite;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 0deg);
            transform: translate(-50%, -50%) rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate3d(1, 0, 1, 360deg);
            transform: translate(-50%, -50%) rotate3d(1, 0, 1, 360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 0deg);
            transform: translate(-50%, -50%) rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate3d(1, 0, 1, 360deg);
            transform: translate(-50%, -50%) rotate3d(1, 0, 1, 360deg);
  }
}
.star {
 font-size: 250%;
  left: 50%;
  position: absolute;
  top: 54%;
  -webkit-transform: translate(-1em, -1em);
          transform: translate(-1em, -1em);
  width: 2em;

  }
.arrow {

  left: 44%;
  position: absolute;
  top: 47%;
 
  width: 3	em;

  }

/*.star.small {
  height: 1em;
  width: 1em;
  -webkit-transform: translate(-0.5em, -0.5em);
          transform: translate(-0.5em, -0.5em);
}*/
.star.large {
  height: 3em;
  width: 3em;
  -webkit-transform: translate(-1.5em, -1.5em);
          transform: translate(-1.5em, -1.5em);
}

.planet {
  border: 30px double currentColor;
  color: #cac6c6;
}
.planets {
  border: 5px double currentColor;
  color: #999999;
}
.planets.large::before, .planets.large::after {
  width: 20%;
  height: 20%;
}
.planet.large::before, .planet.large::after {
  width: 20%;
  height: 20%;
}
.planets.small::befor, .planets.small::after {
  width: 5%;
  height: 5%;
}
.planet.small::befor, .planet.small::after {
  width: 5%;
  height: 5%;
}
.planets .moon {
  -webkit-animation: rotate 1s linear infinite reverse;
          animation: rotate 1s linear infinite reverse;
}
.planet .moon {
  -webkit-animation: rotate 1s linear infinite reverse;
          animation: rotate 1s linear infinite reverse;
}

.moon {
  border-radius: 100%;

  color: #fff;
  height: 30%;
  width: 30%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.belt {
  border: 1px dashed currentColor;
  color: #666666;
}
.belts {
  border: 1px dashed currentColor;
  color: #666666;
}
.planetar {
    border: 71px double currentColor;
    color: #cac6c6;

/*css kompas */




/*css team */


/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.3.0
* Docs at https://davidtheclark.github.io/scut
*/













