/*Ссылки*/

a,
a:focus,
a:hover {
    color: #fa4141;
}

/*Header*/

.nav-masthead .nav-link {
  padding: 5px 0;
  padding-top: 35px;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border-bottom: 5px solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.897);
}
.nav-masthead .reg:hover,
.nav-masthead .reg:focus {
  border-bottom-color: #fa4141ea;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 15px;
}

@media (min-width: 1000px) {
  .brand {
  float: left;
  }
  .nav-masthead {
  float: right;
  }
}

.brand{
  width: 200px;
}

@media (max-width: 992px) {
  .brand {width: 500px};
}

/*Кастомные кнопки */

.btn-outline-secondary,

.btn-outline-secondary:focus {
    color: #ffffff;
    text-shadow: none; 
    background-color: #1f78ff;
    box-shadow: 0 0 3px 1px #1f78ff;
    border: 0px;
}
.btn-outline-secondary:hover {
  color: white;
  background-color: #0052cc;
}

/*Базовые данные*/

html,
body {
    /* height: 100%; */
    background: rgb(7, 5, 59);
    background: radial-gradient(circle, rgb(23, 31, 99) 0%, rgb(10, 10, 85) 40%, rgb(27, 38, 134) 100%);
  }

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

.logon{
  font-size: 150px; 
  font-weight: 
  bolder; color:#fff;
}

@media (max-width: 992px) {
  .logon {font-size: 90px;}
}

.cover-container {
    max-width: 1300px;
}

.cover-heading{
    padding-top: 70px;
    width: 500px;
}

.slogan{
  padding-top: 200px;
  padding-bottom: 100px;
  font-size: 56px;
  color: #fff;
  letter-spacing: 1px;
}

.cards{
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 700;
}

#a1,#a2,#b1,#b2{
  padding: 10px;
  border-right: 2px solid #fa4141;
}

#a3,#b3{
  padding: 10px;
}

.fa{
  color: #1f78ff;
  margin: 10px;
}
.fas{
  color: white!important;
}

.line{
  background-color: #fa4141;
  width: 70%;
  border: solid 3px #fa4141;
  border-radius: 5px;
  margin-top: -5px;
  margin-bottom: -5px;
  box-shadow: 0 0 9px 1px #fa4141;
}

@media (max-width: 992px) {
  .line {width: 90%};
}

.block{
  padding-top: 50px;
  padding-bottom: 30px;
}

.slimeCard{
  color: #fff;
  font-weight: 700;
  position: relative;
}

.pCard{
  margin: 30px;
  /* position: absolute;                                   
  transform: translate(0, -50%); */
  align-self: center;
  text-align: left;
  font-size: 18px;
  word-spacing: 5px;
  /* letter-spacing: 1px; */
  font-weight: 100;
}

/*Time-Traker*/

.cover {
    padding: 0 50px;
}
.cover .btn-lg {
    padding: 25px;
    font-weight: 900;
}

/*Footer*/

.mastfoot {
 color: rgba(255, 255, 255, 0.658); 
}

.header3 {
  color: white;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin: 0!important;
  align-self: center;
}

.screenshot {
  width: 100%; 
  height: 100%;
  /* border-radius: 15px; */
  cursor: zoom-in;
}
.beta-logo {
  width: 100%; 
  height: 100%;
  /* border-radius: 15px; */
}

#magnify {
  display: none;
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 1000px;
  height: auto;
  z-index: 9999;
  cursor: zoom-out;
  animation-name: Appearance;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(.1,-.6,.2,0);
}

@-webkit-keyframes Appearance {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-o-keyframes Appearance {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-moz-keyframes Appearance {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes Appearance {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#magnify img {
  width: 100%;
}

/* затемняющий фон */
#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
  background: #1f78ff;
  border: 2px solid #1f78ff;
  border-radius: 0.375rem;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  animation-name: Appearance;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(.1,-.6,.2,0);
}
#close-popup i {
  width: 27px;
  display: block;
  font-style: normal!important;
}

#close-popup:hover {
  transition: 0.3s ease;
  background: #0052cc;
  border: 2px solid #0052cc;
}

.collapsible {
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding-bottom: 20px;
  padding-top: 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.active {
  background-color: #1f78ff;
  transition: 0.2s ease-in-out;
  box-shadow: 0 0 3px 1px #1f78ff;
  border-radius: 0.375rem;
}
.active:hover {
  background-color: #0052cc;
  transition: 0.2s ease;
}
.collapsible:hover {
  transition: 0.2s ease;
  border-bottom: 3px solid #0052cc;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.collapsible::after {
  content: '⮟';
  font-size: 25px;
  color: white;
  align-self: center;
  justify-self: end;
  margin: 0px 5px;
}

.active::after {
  content: "⮝";
  font-size: 25px;
  color: white;
  align-self: center;
  justify-self: end;
  margin: 0px 5px;
}

