/* Общие стили для SPA */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
  --yellow-color: #fcee09; 
  --red-color: #ff003c;
  --black-color: #050a0e;
  --blue-color: #00f0ff;
  --white-color: #fafafa;
}

:active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0;
}
::before,
::after {
  position: absolute;
  content: "";
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #0f1114;
    color: #333;
    line-height: 1.6;
}

hr {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 5%, black 95%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, black 5%, black 95%, transparent 100%);
    box-shadow: 0px 0px 4px 1px #b1edf9, 0 2px 4px -2px;
    border-bottom: solid 0.1px #b1edf9;
    border-right: 0;
    border-left: 0;
    border-top: 0;
}

.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: radial-gradient(ellipse at bottom, #1b283a 0%, #090a0f 100%);
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.preloader__row {
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 100vh;
    display: flex;
    width: 100%;
}

#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    box-shadow: 0 2px 10px 0px rgb(0 0 0);
    background: #060f10e8;
    padding: 1rem 2rem;
    position: fixed;
    width: 100%;
    z-index: 5;
}

nav {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0056b3;
    text-decoration: none;
}

.auth-links a {
    margin-left: 1rem;
    text-decoration: none;
    color: #0056b3;
    font-weight: 500;
}

.auth-links a:hover {
    text-decoration: underline;
}

main {
    flex: 1;
    padding: 2rem;
    text-align: center;
/*    background: url('/templates/MWLabs/img/bg.jpg') no-repeat center center fixed; */
    background-size: cover;
    color: white;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.2rem;
}

footer {
    text-align: center;
    padding: 1rem;
    background: #333;
    color: #fff;
    margin-top: auto;
}



.lcontent {
    width: 260px;
    z-index: 2;
}

.ccontent {
    margin: 0px 15px;
    padding: 20px;
    z-index: 2;
}

.rcontent {
    width: 260px;
    z-index: 2;
}





.center {
    justify-content: center;
    flex-direction: row;
    align-items: center;
    display: flex;
}

.aboutblock {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.infoblock {
    width: 500px;
}


.imgaboutbg {
    background: url('/templates/MWLabs/img/imginfobg.png');
    background-size: cover;
    height: 360px;
    width: 500px;
}










.infoblockbutton {
    border: solid 1px #84ebff;
    background: #59def4;
    border-radius: 5px;
    padding: 10px 20px;
    color: #2a2727;
    margin: 5px;
}

.infoblockbutton:hover {
    border: solid 1px #23d1f3;
    background: #2acce7;
    border-radius: 5px;
    padding: 10px 20px;
    color: #142828;
    margin: 5px;
}


.htext { color: #e3e3e3; }
.ptext { color: #99c7cf; }





.cont-infoup {
    -webkit-mask-image: linear-gradient(0deg, transparent 0%, black 5%, black 95%, transparent 100%);
    mask-image: linear-gradient(0deg, transparent 0%, black 5%, black 95%, transparent 100%);
    background: radial-gradient(ellipse at bottom, #1b283a 0%, #090a0f 100%);
}

.cont-informup {
    background-image: linear-gradient(rgba(0, 255, 213, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 213, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
}

.effectglitch {
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 255, 213, 0.05) 50%);
    animation: scanlines 0.5s linear infinite;
    background-size: 100% 4px;
    position: absolute;
    height: 99vh;
    width: 100%;
}

@keyframes scanlines {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(4px);
  }
}

.content-center {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100vh;
}




.discblock {
    animation: glitch2 10s linear infinite;
    background: #a0f3fa0f;
    cursor: default;
    padding: 15px;
    display: flex;
}



.discblock-1::before,
.discblock-1::after {
  width: 7%; height: 25%;
  transition: 0.35s;
}
.discblock-1::before {
  top: 0; left: 0;
  border-left: 1px solid rgb(160 243 250);
  border-top: 1px solid rgb(160 243 250);
}
.discblock-1::after {
  bottom: 0; right: 0;
  border-right: 1px solid rgb(160 243 250);
  border-bottom: 1px solid rgb(160 243 250);
}




.glitch {
    position: relative;
    height: 360px;
    width: 500px;
    background: url(/templates/MWLabs/img/imginfobg.png);
    background-size: cover;
}

.glitch:before
  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 360px;
    width: 500px;
    background: url(/templates/MWLabs/img/imginfobg.png);
    background-size: cover; /* contain for split effect */
    opacity: .5;
    mix-blend-mode: hard-light;
    animation: glitch2 10s linear infinite;
  }

@keyframes glitch2
{
	0%
	{
		background-position: 0 0;
		filter: hue-rotate(0deg);
	}
	10%
	{
		background-position: 5px 0;
	}
	15%
	{
		background-position: -5px 0;
	}
	20%
	{
		filter: hue-rotate(360deg);
	}
  25%
	{
		background-position: 0 0;
		filter: hue-rotate(0deg);
	}
  100%
	{
		background-position: 0 0;
		filter: hue-rotate(0deg);
	}
}






.btn {
    position: relative;
    display: inline-block;
    width: auto; height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-width: 150px;
}


.btn:after{
    content: '';
    position: absolute;
    opacity: .5;
    mix-blend-mode: hard-light;
    animation: glitch2 10s linear infinite;
}

.btn:before{
    content: '';
    position: absolute;
    opacity: .5;
    mix-blend-mode: hard-light;
    animation: glitch2 10s linear infinite;
}

.btn span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
}

/*--- btn-3 ---*/
.btn-3 {
  padding: 5px;
}
.btn-3 span {
    color: rgb(255, 255, 255);
    background-color: rgb(166 243 251 / 5%);
    animation: glitch2 10s linear infinite;
}
.btn-3::before,
.btn-3::after {
  background: transparent;
  z-index: 2;
}
/* 11. hover-border-1 */
.btn.hover-border-1::before,
.btn.hover-border-1::after {
  width: 10%; height: 25%;
  transition: 0.35s;
}
.btn.hover-border-1::before {
  top: 0; left: 0;
  border-left: 1px solid rgb(160 243 250);
  border-top: 1px solid rgb(160 243 250);
}
.btn.hover-border-1::after {
  bottom: 0; right: 0;
  border-right: 1px solid rgb(160 243 250);
  border-bottom: 1px solid rgb(160 243 250);
}
.btn.hover-border-1:hover::before,
.btn.hover-border-1:hover::after {
  width: 99%;
  height: 98%;
}

/* 12. hover-border-2 */
.btn.hover-border-2::before,
.btn.hover-border-2::after {
  width: 10%; height: 25%;
  transition: 0.35s;
}
.btn.hover-border-2::before {
  bottom: 0; left: 0;
  border-left: 1px solid rgb(160 243 250);
  border-bottom: 1px solid rgb(160 243 250);
}
.btn.hover-border-2::after {
  top: 0; right: 0;
  border-right: 1px solid rgb(160 243 250);
  border-top: 1px solid rgb(160 243 250);
}
.btn.hover-border-2:hover::before,
.btn.hover-border-2:hover::after {
  width: 99%;
  height: 99%;
}