body {
    font-family: 'Titillium Web', sans-serif;
    background: #BFD7EA;
    letter-spacing: 1.5px;
}

.text-blue {
    color: #003049;
}

.text-orange {
    color: #F77F00;
}
.testowa-header { 
	position: absolute;
	left:0px;
	top:0px;
	font-size: 9px;
	font-weight: 500;
	background: #00FFC5;
	color:#000;
	padding: 2px 3px;
}
.text-green {
    color: #00FFC5;
}
.testowa { 
color: #00FFC5;
font-size: 20px;
line-height: 20px;
display: block;
}
.text-red {
    color: #D62828;
}

.box-orange {
    box-shadow: 5px 5px 0px #F77F00;
}

.box-green {
    box-shadow: 5px 5px 0px #00FFC5;
}

.box-red {
    box-shadow: 5px 5px 0px #D62828;
} 
.navbar-brand {
    padding: 15px 15px;
    background: #fff;
    box-shadow: 5px 5px 0px #003049;
    border: 2px solid #003049;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 999;
}
.navbar-brand:after { 
  position: absolute;
  right:100%;
  width: 15px;
  margin-right: 2px;
  background: #bfd7ea;
  top:0px;
  bottom:0px;content:" ";
}
.ponizej .navbar-brand:after { 

  background: #fff;
}
.navbar-brand-desc { 
  position: absolute;
  bottom:0px;
  transform: translate(10%,70%);
  right:0px;
  background: #fff;
  background: #fff;
  box-shadow: 2px 2px 0px #003049;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: bold;
  color:#003049;
  border: 1px solid #003049;
  
}

.bld:after {
    position: absolute;
    top: 0px;
    height: 17px;
    border-right: 2px solid #000;
    content: " ";
    right: 0px;
}

.bld {
    position: absolute;
    top: 100%;
    right: -2px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.bld-in {
    width: 20px;
    height: 30px;
    transform: rotate(-45deg);
    border-left: 2px solid #003049;
    background: #fff;
    position: absolute;
    transform-origin: right top;
    box-shadow: -5px 0px 0px #003049;
    top: 0px;
    right: 0px;
}


.navbar-brand-top {
    position: absolute;
    left: 50.03%;
    top: 28.5%;
    background: #fff;
    width: 9px;
    height: 9px;
    transform: scale(1);
    transform-origin: center;
    border-radius: 100%;
    opacity: 1;
    /*
animation:nbt 2s linear infinite;
 position: absolute;
left: 74.99%;
top: 32%;
background: #fff;
width: 4px;
height: 4px;
transform: scale(1);
transform-origin: center;
border-radius: 100%;
opacity: 1;
*/
}

.navbar-brand-top:after {
    position: absolute;
    border-radius: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #00FFC5;
    transform: scale(.6, .6);
    animation: scaleInt 1.5s infinite linear;
    content: " ";
}

.navbar-brand-top:before {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    background: #D62828;
    width: 2px;
    height: 2px;
    content: " ";
    animation: nbt1 1.5s infinite .75s;
    z-index: 999;
    transform: translate(-50%, -50%);
}

@keyframes nbt1 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.navbar-brand-top:befsore {
    position: absolute;
    border-radius: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: transparent;
    border: 2px solid #00FFC5;
    transform: scale(0.4, 0.4);
    animation: scaleIn1t 1.5s infinite .2s cubic-bezier(.36, .11, .89, .32);
    content: " ";
}

@keyframes scaleInt {
    0% {
        transform: scale(0.6, 0.6);
        opacity: .5;
    }
    50% {
        transform: scale(.9, .9);
        opacity: 1;
    }
    100% {
        transform: scale(0.6, 0.6);
        opacity: .5;
    }
}

@keyframes scaleIn1t {
    0% {
        transform: scale(.4, .4);
        opacity: .9;
    }
    100% {
        transform: scale(3, 3);
        opacity: 0;
    }
}

@keyframes nbt {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bl:after {
    position: absolute;
    top: 0px;
    height: 17px;
    border-left: 2px solid #000;
    content: " ";
    left: 0px;
}

.bl {
    position: absolute;
    top: 100%;
    left: -2px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.bl-in {
    width: 20px;
    height: 30px;
    transform: rotate(45deg);
    border-right: 2px solid #003049;
    background: #fff;
    position: absolute;
    transform-origin: right top;
    box-shadow: 5px 0px 0px #003049;
    top: 0px;
    left: 0px;
}

.navbar-expand-md .navbar-nav a.nav-link {
    color: #003049;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0px 15px;
    display: inline-block;
}
.header { 
  position: fixed;
left:0px;
width: 100%;
top:0px;
 z-index: 999;
}
.ponizej .header { 
  transition: width 1s ease 2s;
   width: 250px;
}
nav.navbar.top-nav {
   
    padding: 0px;
    z-index: 9;
    margin: 15px; 

    padding-left: 220px;
}
.navbar-in-wrap { 
  margin-left: 0px;
  position: fixed;
  left:305px;
  right:0px;
  top:15px;
   height: 60px;  transition:transform 1s ease;

  padding-right: 15px;
   overflow: hidden; 
}
.search-active .header { 
	z-index: 9999999999;
}
.search-active .navbar-in-wrap { 
	left:0px;
	top:0px;
	height: auto;
	overflow: visible;
	z-index: 999999999999;
}
.navbar-in-wrap.big { 
	height: 120px;
}
.ponizej .navbar-in-wrap { 
  transform: translateX(-100%);
}
.navbar-in { 
  margin: 0px;
  border: 2px solid #003049;
  background: #fff;
  box-shadow: 5px 5px 0px #003049;
}
.expandnavbar { 
  position: fixed; 
  left:310px;
  margin-left: 8px;
  transform: translateX(-100%);
  opacity: 1;
  cursor: pointer;
  z-index: -1;
  top:15px;
  height: 50px;
   padding: 0px 15px;
  display: flex;
  align-items:center;
  font-size: 20px;
  border: 2px solid #003049;
  background: #fff;
  opacity: 0;
  box-shadow: 3px 3px 0px #003049;
}
.expandnavbar:hover { 
  background: #00FFC5;
  cursor: pointer;
}
.ponizej .expandnavbar { 
  transition: opacity .5s ease 1s,transform .5s ease 1s;
  transform: translate(0,0);
  opacity: 1;  z-index: 995;
  
}
.expandnavbar.sticky { 
  opacity: 0;
  transform: translateX(-100%);
  transition:all .3s ease;
}

.ponizej .navbar-in-wrap { 
  transform: translateX(-100%);
}
.ponizej .navbar-in-wrap.sticky { 
  transform: translate(0,0);
}
body.search-active nav.navbar.top-nav,
body.menu-active nav.navbar.top-nav {
    z-index: 9999999;
}
.top-form .input-group-prepend { 
	margin-bottom: 0px;
}

.top-form .input-group-prepend .input-group-text {
    border-width: 0px 0px 0px 2px;
    border-radius: 0px;
    color: #003049;
    border-color: #003049;
    line-height: 31px;
    background: transparent;
    box-shadow: none;
}

.top-form .input-group-append .btn {
    border-width: 0px 2px 0px 0px;
    border-radius: 0px;
    color: #003049;
    border-color: #003049;
}

.top-form .input-group-append .btn:hover {
    background: #00E9B4;
}

.top-form input.form-control {
    border: 2px solid #003049;
    border-width: 0px 2px 0px 0px;
    color: #003049;
    background: rgba(255, 255, 255, .4);
    font-weight: 300;
    border-radius: 0px;
    
    padding-left: 0px;
}

@media (min-width:1200px) {
    .top-form input.form-control {
        max-width: 400px;
    }
}

.top-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #003049;
    font-weight: 300;
}

.top-form input::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 300;
    color: #003049;
}

.top-form input:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 300;
    color: #003049;
}

.top-form input:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 300;
    color: #003049;
}

.login-tu {
    position: relative;
}

.login-tu a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #003049;
    padding: 0px 10px;
}

.login-tu a i {
    font-size: 20px;
}

.home-top {
 }

.bg-pre-light {
    background: #BFD7EA;
}

.home-left-wrap {
    padding: 150px 00px 150px 0px;
    position: relative;
     z-index: 10;
     height: 80vh;
     min-height: 500px;
}

.home-title {
    font-size: 44px;
    font-weight: 900;
    line-height: 50px;
    color: #000;
}

.home-title span.podkressl {
    background: #F49958;
    display: inline-block;
    padding: 0px 5px;
}

.home-title-top {
    font-size: 14px;
    display: none;
    font-weight: 600;
    color: #EF476F;
}

.hto {
    text-transform: uppercase;
    letter-spacing: 5px;
    /* text-shadow: 1px 1px #D62828, 2px 2px #D62828, 3px 3px #D62828, 4px 4px #D62828, 5px 5px #D62828, 6px 6px #D62828, 7px 7px #D62828, 8px 8px #D62828; */
    color: #002D44;
}

.hto span {
    position: relative;
    opacity: 0;
    display: inline-block;
    transform: translateY(-100%);
}

.hto.active span {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s ease;
}

.hto.active span.hto2 {
    transition: all .5s ease .3s;
}

.hto.active span.hto3 {
    transition: all .5s ease .8s;
}

.home-title-desc {
    overflow: hidden;
    text-transform: none;
    color: #fcbf49;
    line-height: 13px;
    line-height: 20px;
    font-size: 20px;
    text-align: left;
    font-weight: 300;
    position: relative;
    padding-bottom: 5px;
    margin-left:-15px;
    margin-top: 30px;
}


/*
	.home-title-desc:before { 
		position: absolute;
		left:30px;
		top:100%;
		margin-top:-30px;
		width: 1px;
		height: 170px;
		content:" ";
		z-index: 5;
		background: #F49958;
	}
*/

.box {
    left: 30px;
    position: absolute;
    right: 45.5%;
    bottom: 20px;
    top: 45%;
    transform: scale(1);
    transform-origin: right top;
}

.box:after {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 2px;
    background: #003049;
    content: " ";
    transform: scale(0, 1);
}

.box.active:after {
    transform: scale(1);
    transition: all .5s ease;
    transform-origin: left center;
}

.box:before {
    position: absolute;
    left: 100%;
    top: 0px;
    bottom: 0px;
    width: 2px;
    background: #003049;
    transform-origin: center top;
    content: " ";
    transform: scale(1, 0);
}

.box.active:before {
    transform: scale(1);
    transition: all .5s ease .5s;
}

.box i {
    position: absolute;
    left: 100%;
    bottom: 100%;
    color: #003049;
    font-size: 30px;
    margin-left: 2px;
    transform: translateX(-50%) scale(1, 0);
    transform-origin: center top;
}

.box.active i {
    bottom: -5px;
    transform: translateX(-50%) scale(1, 1);
    transition: all .5s ease .5s;
}

.home-title-desc span {
    z-index: 10;
    color: #003049;
    font-weight: 300;
    position: relative;
    background: #00FFC5;
    line-height: 40px;
    box-shadow: 5px 5px 0px #003049;
    display: inline-block;
    padding: 0px 10px;
    font-size: 16px;
    margin-top: 5px;
    transform: translateX(-100%);
    opacity: 0;
    /*
border:2px solid #fff;

		box-shadow: 5px 5px 0px #fff;
*/
}

.home-title-desc.active span {
    transform: translateX(0);
    opacity: 1;
    transition: all .5s ease .5s;
}

.home-title-desc.active span:nth-child(1) {
    transition: all .5s ease 0s;
}

.home-title-desc span:nth-child(2) {
    margin-left: 100px;
    margin-top: 5px;
}


/*
	.home-title-desc:after { 
		left: 0px;
position: absolute;
right: 0px;
top: 0px;
 bottom: 0px;
content: " ";
z-index: 0;
background: #fff;
border:2px solid #000;
box-shadow: 5px 5px 0px #F49958;

	}
*/


/*

	.home-title-desc:before { 
		left: 50%;
right: -20%;
top: 50%;
height: 2px;
background: #FFD166;
content: " ";
transform: translateY(-50%);
position: absolute;
z-index: 1;
	}
*/

.home-title-desc-right {
    position: absolute;
    display: none;
    left: 110%;
    width: 15%;
    z-index: 3;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 2px solid #FFD166;
    border-width: 2px 2px 0px 0px;
}

.home-title-desc-circle {
    width: 50%;
    position: absolute;
    left: 120%;
    top: 50%;
    z-index: 0;
    border: 2px solid #FFD166;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.home-steps {
    margin: auto;
    margin-top: 0px;
    text-align: center;
    position: relative;
    z-index: 999999;
    
    /*

		margin-left: 50px;
		margin-right: -50px;
*/
}


/*
	.home-steps:after { 
		position: absolute;
		top:80px;
		left:-20px;
		background: #F49958;
		height: 1px;
		content:" ";
		z-index: 0;
		right:-50px;
	}
*/

.home-step {
    padding: 20px;
    /* 		border:2px solid #000; */
    z-index: 99999;
    position: relative;
    z-index: 5;
    color: #011936;
    height: 100%;
    background: transparent;
    /* border: 2px solid #000;
    border-width: 0px 0px 2px 2px; */
    transform: translateY(-100%);
    /* box-shadow: 5px 5px 0px #F49958; */
}
.home-step.hs3 { 
  /* border-right:2px solid #000; */
}
#home-step-bg { 
  position: absolute;
  top:50%;
  left:50%;
  max-width: 50%;
  max-height: 50%;
  width: auto;
  z-index: 0;
  transform: translate(-50%,-50%);
}
.home-steps.active .home-step.hs3 {
    transition: all .5s ease 1s;
    transform: translateY(0);
}

.home-steps.active .home-step.hs2 {
    transition: all .5s ease 1s;
    transform: translateY(0);
}

.home-steps.active .home-step.hs1 {
    transition: all .5s ease 1s;
    transform: translateY(0);
}


/*
	.home-step:after { 
		position: absolute;
		left:-2px;
		top:-2px;
		width: 10px;
		height: 10px;
		background: #F2EFE9;
		content:" ";
		border:2px solid #000;
		border-width: 0px 2px 2px 0px;
		
	}
		.home-step:before { 
		position: absolute;
		right:0px;
		bottom:0px;
		width: 10px;
		height: 10px;
		background: #000;
		content:" ";
		border:2px solid #000;
		border-width: 0px 2px 2px 0px;
		
	}
*/

.home-step-top {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    position: relative;
}

.hstopbg {
    position: absolute;
    left: 50%;
    display: none;
    top: -10px;
    bottom: 0px;
    width: 20px;
    transform: translateX(-50%);
    background: #F49958;
    z-index: -1;
    content: " ";
}

.hstopbg.hstop1 {
    top: auto;
    height: 60%;
}

.hstopbg.hstop2 {
    height: 90%;
    top: auto;
    width: 50px;
}

.hstopbg.hstop2:after {
    position: absolute;
    background: #fff;
    left: 20px;
    top: 0px;
    bottom: 0px;
    width: 10px;
    content: " ";
}

.hstopbg.hstop3 {
    height: 110%;
    top: auto;
    width: 80px;
}

.hstopbg.hstop3:after {
    position: absolute;
    background: transparent;
    border: 10px solid #fff;
    border-width: 0px 10px 0px 10px;
    left: 20px;
    top: 0px;
    bottom: 0px;
    width: 40px;
    content: " ";
}

.home-step-title {
    font-size: 17px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.more-one-thumbs {
    position: absolute;
    left: 50%;
    bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    color: #000;
    transform: translateX(-50%);
}

.more-one-thumbs span {
    font-size: 30px;
    font-weight: 900;
}

.main-mentors {
    position: absolute;
    left: 0px;
    top: 0px;
     right: 0px;
    bottom: 0px;
}

.main-mentor-wrap {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    opacity: 0;
    display: none;
    transform: translateY(20%);
    transition: all 1s ease;
}

.main-mentor-wrap.active.pre {
    opacity: 1;
    display: block;
    transform: translateY(0);
}

.main-mentor-wrap.pre {
    display: block;
}

.main-mentor-wrap.hide {
    opacity: 0;
    transform: translateY(20%);
}

.main-mentor {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.main-mentor-in {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-size: cover;
    background-position: center top;
}

.main-mentor-in:after {
    background: linear-gradient(90deg, rgba(192, 216, 235, 1) 0%, rgba(192, 216, 235, 0) 40%, rgba(192, 216, 235, 0) 100%), linear-gradient(180deg, rgba(192, 216, 235, 1) 0%, rgba(192, 216, 235, 0) 40%, rgba(192, 216, 235, 0) 100%), linear-gradient(135deg, rgba(192, 216, 235, 1) 0%, rgba(192, 216, 235, 0) 40%, rgba(192, 216, 235, 0) 100%), linear-gradient(225deg, rgba(192, 216, 235, 1) 0%, rgba(192, 216, 235, 0) 40%, rgba(192, 216, 235, 0) 100%), radial-gradient(ellipse 76% 96% at 69% 88%, rgba(192, 216, 235, 0) 44%, rgba(192, 216, 235, 1) 92%);
    z-index: 99999;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    content: " ";
}

.main-mentor-wrap.podstrona .main-mentor-in:after {
    background: linear-gradient(90deg, rgba(192, 216, 235, 1) 0%, rgba(192, 216, 235, 0) 40%, rgba(192, 216, 235, 0) 100%), linear-gradient(180deg, rgba(192, 216, 235, 1) 0%, rgba(192, 216, 235, 0) 40%, rgba(192, 216, 235, 0) 100%), linear-gradient(135deg, rgba(192, 216, 235, 1) 0%, rgba(192, 216, 235, 0) 40%, rgba(192, 216, 235, 0) 100%), linear-gradient(225deg, rgba(192, 216, 235, 1) 0%, rgba(192, 216, 235, 0) 40%, rgba(192, 216, 235, 0) 100%), linear-gradient(270deg, rgba(192, 216, 235, 1) 0%, rgba(192, 216, 235, 0) 40%, rgba(192, 216, 235, 0) 100%), radial-gradient(ellipse 66% 99% at 52% 80%, rgba(192, 216, 235, 0) 44%, rgba(192, 216, 235, 1) 92%);
}

.main-mentor-in-bg {
    position: absolute;
    left: 0px;
    /* -webkit-mask-image: radial-gradient(ellipse 60% 90% at 58% 88%, black 70%, transparent 90%); */
    /*   mask-image: radial-gradient(ellipse 90% 80% at 48% 78%, black 40%, transparent 50%); */
    filter: grayscale(100%);
    /*

 -webkit-mask-image: url("/layout/maseczkatmp.png");
  mask-image: url("/layout/maseczkatmp.png");
  -webkit-mask-size: cover;
  mask-size:   cover;
mask-position: bottom center;
-webkit-mask-position: bottom center;
*/
    right: 0px;
    bottom: 0px;
    top: 5%;
    background-size: cover;
    background-position: center top;
    opacity: .6;
    animation: mm 6s linear infinite;
}

@keyframes mm {
    0% {
        filter: grayscale(100%);
    }
    30% {
        filter: grayscale(40%);
    }
    50% {
        filter: grayscale(80%);
    }
    70% {
        filter: grayscale(3%);
    }
    100% {
        filter: grayscale(100%);
    }
}

.main-mentor-name-wrap {
    position: absolute;
    bottom: 16px;
    right: 15px;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.main-mentor-name {
    position: absolute;
    right: 0px;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    z-index: 9999999;
    bottom: 0px;
    writing-mode: vertical-lr;
    transform: scale(1, 0);
    transform-origin: left bottom;
    color: #000;
    border: 2px solid #000;
    padding: 10px 0px 0px 0px;
    line-height: 27px;
    width: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    transition: all 1s ease .3s;
}

.main-mentor-wrap.active .main-mentor-name {
    transform: scale(1, 1);
}

.main-mentor-name span {
    position: relative;
    top: 0px;
    height: 30px;
    left: 0px;
    text-align: center;
    width: 28px;
    padding-top: 4px;
    line-height: 26px;
    display: inline-block;
    border-bottom: 2px solid #000;
    margin: 10px 0px;
    border-top: 2px solid #000;
}

.main-mentor-cat {
    position: absolute;
    right: 65px;
    font-weight: 600;
    border: 2px solid #000;
    border-width: 2px 0px 2px 2px;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    z-index: 9999999;
    letter-spacing: 5px;
    bottom: 15px;
    height: 50px;
    line-height: 46px;
    padding: 0px 10px 0px 10px;
    background: #fff;
}

.one-thumbs {
    z-index: 99999;
    position: relative;
    margin-bottom: 100px;
    box-shadow: 5px 5px 0px #F49958;
}

.one-thumb {
    max-height: 22vh;
    position: relative;
    padding: 20px;
}

.one-thumb-in {
    filter: grayscale(100%);
    transition: all .5s ease;
    transform-origin: center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center;
    border: 2px solid #000;
}

.one-thumb:hover {
    opacity: 1;
}

.one-thumb.active .one-thumb-in {
    filter: grayscale(0%);
    transform: scale(1.1);
    opacity: 1;
    z-index: 10;
}

@keyframes blob1 {
    0% {
        border-radius: 81% 96% 57% 86% / 79% 83% 85% 88%;
    }
    33% {
        border-radius: 61% 86% 97% 46% / 69% 33% 65% 28%;
    }
    66% {
        border-radius: 100% 96% 77% 96% / 49% 93% 95% 58%;
    }
    100% {
        border-radius: 81% 96% 57% 86% / 79% 83% 85% 88%;
    }
}


/*

.one-thumb:after { 
	z-index: 1;
	position: absolute;
	left:0px;
	top:0px;
	width: 160px;
	transition: all .5s ease;
	height: 60px;
	transform: rotate(-40deg) translateY(-80%) translateX(-30%);
	background: #fff;
	content:" ";
}
.one-thumb:before { 
	position: absolute;
	right:0px;
	bottom:0px;
	width: 160px;	transition: all .5s ease;

	height: 60px;
	z-index: 2;
	transform: rotate(-40deg) translateY(80%) translateX(30%);
	background: #fff;
	content:" ";
}
.one-thumb.active:before { 
	transform-origin: right bottom;
	transform: rotate(-40deg) translateY(100%) translateX(100%);
}
*/

.one-thumb.active:after {
    transform-origin: left top;
    transform: rotate(-40deg) translateY(-100%) translateX(-100%);
}

.one-thumb-name {
    z-index: 3;
    position: absolute;
    left: 10px;
    font-size: 13px;
    bottom: 10px;
    text-transform: uppercase;
    color: #000;
}

.one-thumb-name:after {
    position: absolute;
    left: -10px;
    bottom: -5px;
    top: -5px;
    border: 2px solid #000;
    border-width: 2px 2px 2px 0px;
    right: -10px;
    background: #fff;
    content: " ";
    z-index: 0;
}

.one-thumb-name span {
    position: relative;
    z-index: 1;
}


/*
		
		.one-thumb { 
			max-height: 25vh;
	border:3px solid #fff;
	position: relative;
	padding: 0px;
	background-size: cover;
	background-position: center;
	opacity: .7;
	overflow: hidden;
	transition: all .5s ease;
}
.one-thumb:hover { 
	opacity: 1;
}
.one-thumb.active { 
	transform: scale(1.1);
	box-shadow: 0px 5px 30px rgba(0,0,0,.3);
	opacity: 1;
	z-index: 10;
}
.one-thumb:after { 
	z-index: 1;
	position: absolute;
	left:0px;
	top:0px;
	width: 160px;
	transition: all .5s ease;
	height: 60px;
	transform: rotate(-40deg) translateY(-80%) translateX(-30%);
	background: #fff;
	content:" ";
}
.one-thumb:before { 
	position: absolute;
	right:0px;
	bottom:0px;
	width: 160px;	transition: all .5s ease;

	height: 60px;
	z-index: 2;
	transform: rotate(-40deg) translateY(80%) translateX(30%);
	background: #fff;
	content:" ";
}
.one-thumb.active:before { 
	transform-origin: right bottom;
	transform: rotate(-40deg) translateY(100%) translateX(100%);
}
.one-thumb.active:after { 
	transform-origin: left top;
	transform: rotate(-40deg) translateY(-100%) translateX(-100%);
}
.one-thumb-name { 
	z-index: 3;
	position: absolute;
	left:10px;
	bottom:10px;
	text-transform: uppercase;
	color:#000;
}
.one-thumb-name:after { 
	position: absolute;
	left:-10px;
	bottom:0px;
	height: 100%;
right:-10px;	transform: rotate(-2deg);
	background: #fff376;
	content:" ";
	z-index: 0;
}
.one-thumb-name span { 
	position: relative;
	z-index: 1;
	
}
*/

.glitche {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 0;
}

.video-glitch-in {
    position: absolute;
    top: -5px;
    left: -10px;
    width: calc(100% + 10px * 2);
    height: calc(100% + 5px * 2);
    background-position: center;
    background-color: transparent;
    background-size: cover;
    transform: translate3d(0, 0, 0);
    background-blend-mode: none;
}

.video-glitch-in {
    background: #000;
}

.thumbnail-img:nth-child(n+2),
.video-glitch-in:nth-child(n+2) {
    opacity: 0;
}

.imgloaded .thumbnail-img:nth-child(n+2),
.video-glitch.active .video-glitch-in:nth-child(n+2),
.imgloaded .video-glitch-in:nth-child(n+2),
.person-desc:hover .video-glitch-in:nth-child(n+2) {
    animation-duration: 4s;
    animation-delay: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.imgloaded .video-glitch-in:nth-child(n+2) {
    animation-delay: 0;
}

.imgloaded .thumbnail-img:nth-child(2),
.video-glitch.active .video-glitch-in:nth-child(2),
.imgloaded .video-glitch-in:nth-child(2),
.person-desc:hover .video-glitch-in:nth-child(2) {
    background-color: #7d948e;
    background-blend-mode: overlay;
    animation-name: glitch-1;
}

.imgloaded .thumbnail-img:nth-child(3),
.video-glitch.active .video-glitch-in:nth-child(3),
.imgloaded .video-glitch-in:nth-child(3),
.person-desc:hover .video-glitch-in:nth-child(3) {
    background-color: transparent;
    background-blend-mode: none;
    animation-name: glitch-2;
}

.imgloaded .thumbnail-img:nth-child(4),
.video-glitch.active .video-glitch-in:nth-child(4),
.imgloaded .video-glitch-in:nth-child(4),
.person-desc:hover .video-glitch-in:nth-child(4) {
    background-color: transparent;
    background-blend-mode: none;
    animation-name: glitch-3;
}

.imgloaded .thumbnail-img:nth-child(5),
.video-glitch.active .video-glitch-in:nth-child(5),
.imgloaded .video-glitch-in:nth-child(5),
.person-desc:hover .video-glitch-in:nth-child(5) {
    background-color: #af4949;
    background-blend-mode: overlay;
    animation-name: glitch-flash;
}

@keyframes glitch-1 {
    0% {
        opacity: 1;
        transform: translate3d(10px, 0, 0);
        clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
        -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    }
    2% {
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    }
    4% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
        clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    }
    6% {
        clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    }
    8% {
        clip-path: polygon(0 33%, 100% 33%, 1 0% 33%, 0 33%);
    }
    10% {
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    }
    12% {
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    }
    14% {
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }
    16% {
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }
    18% {
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }
    20% {
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    }
    21.9% {
        opacity: 1;
        transform: translate3d(10px, 0, 0);
    }
    22%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
}

@-webkit-keyframes glitch-1 {
    0% {
        opacity: 1;
        transform: translate3d(10px, 0, 0);
        -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
        -webkit--webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    }
    2% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        -webkit--webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    }
    4% {
        -webkit--webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    }
    6% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
        -webkit--webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    }
    8% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 1 0% 33%, 0 33%);
    }
    10% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    }
    12% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    }
    14% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }
    16% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }
    18% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }
    20% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    }
    21.9% {
        opacity: 1;
        transform: translate3d(10px, 0, 0);
    }
    22%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
}

@keyframes glitch-flash {
    0%,
    5% {
        opacity: 0.2;
        transform: translate3d(10px, 5px, 0);
    }
    5.5%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
}

.happy {
    font-family: "happyKiller";
}

.squareo {
    font-family: "squareo";
}

.square {
    font-family: "square";
}

.furore {
    font-family: "furore";
}

.feisar {
    font-family: "feisar";
}

.video-glitch {
    position: absolute;
    left: 0px;
    top: 1%;
    right: 0px;
    overflow: hidden;
    bottom: 0px;
    color: #fff;
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease;
    z-index: 9999999;
    text-transform: uppercase;
    font: 35px "Roboto", helvetica, sans-serif;
    font-weight: 100;
    letter-spacing: 0.3em;
    background-image: url(/layout/noise1a.png);
    text-shadow: 2px 0 1px #f6050a, -2px 0 1px #1cf2f2;
}

.video-glitch:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.video-glitch:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: url(/layout/noise2a.png);
}

.video-glitch span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    animation: glitch 3s infinite alternate;
}

.video-glitch.active {
    opacity: 0.6;
    animation: noise 0.3s infinite;
}

.video-glitch.active:after {
    animation: bar 0.5s infinite;
}

.imgloaded .video-glitch,
.person-desc:hover .video-glitch {
    opacity: 0.6;
    animation: noise 0.3s infinite;
}

.imgloaded .video-glitch:after,
.person-desc:hover .video-glitch:after {
    animation: bar 0.5s infinite;
}

.glitch {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 35px "Roboto", helvetica, sans-serif;
    font-weight: 100;
    letter-spacing: 0.3em;
    background-image: url(/layout/noise2a.png);
    text-shadow: 2px 0 1px #f6050a, -2px 0 1px #1cf2f2;
    animation: noise 0.3s infinite;
}

.glitch:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.glitch:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: url(/layout/noise1a.png);
    animation: bar 0.5s infinite;
}

.glitch span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    animation: glitch 3s infinite alternate;
}

.cats-wrap {
    text-align: center;
    padding: 0px 0px 50px 0px;
    margin-top: 50px;
}

.cats-wrap .cat {
    display: inline-block;
    height: 40px;
    position: relative;
    line-height: 38px;
    border: 2px solid #003049;
    color: #003049;
    background: #fff;
    box-shadow: 5px 5px 0px #003049;
    padding: 0px 10px;
    margin: 0px 10px;
    font-size: 13px;
    transition: all .3s ease;
    font-weight: 600;
    margin-bottom: 20px;
}

.cats-wrap .cat span {
    position: relative;
    z-index: 2;
}

.cats-wrap .cat:hover,
.cats-wrap .cat.active {
    transform: translate(-2px, -5px);
    background: #00FCC3;
    box-shadow: 10px 10px 0px #00FCC3;
    text-decoration: none;
}

.cats-wrap .cat.active-sub {
    transform: translate(-2px, 10px);
    background: #00FCC3;
    box-shadow: 10px 10px 0px #00FCC3;
    text-decoration: none;
}


/*

 .cats-wrap .cat:after {
	 position: absolute;
	 width: 50px;
	 height: 30px;
	 left:50%;
	 top:50%;
	 background: #fff376;
	 content:" ";
	 z-index: 0;
	 opacity: 0;
transform: translate(-50%,-50%); }
 .cats-wrap .cat:hover:after { 
	 opacity: 1;
	 animation: catafter 2.5s infinite;
 }
*/

@keyframes catafter {
    0% {
        transform: translate(-50%, -50%);
    }
    10% {
        transform: translate(0%, -30%);
    }
    20% {
        transform: translate(-30%, -70%) scale(1.2);
    }
    30% {
        transform: translate(-70%, 20%);
    }
    40% {
        transform: translate(0%, 0%);
    }
    50% {
        transform: translate(-30%, -70%);
    }
    60% {
        transform: translate(-60%, 0%) scale(0.8);
    }
    70% {
        transform: translate(-20%, -10%);
    }
    80% {
        transform: translate(10%, 10%);
    }
    90% {
        transform: translate(0%, -20%);
    }
}

.cats-wrap .cat.active:after {
    opacity: 1;
    transform: scale(1, 1.3) translate(-50%, -60%) rotate(-5deg);
}

.cats-mentors .cat {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 1px solid #2c4975;
    color: #2c4975;
    padding: 0px 10px;
    margin: 5px 0px;
    font-size: 13px;
    font-weight: 300;
    border-radius: 5px;
}

a.two-thumb {
    display: flex;
    /*  	box-shadow: 0px 5px 20px rgba(44, 74, 118, 0.36); */
    position: relative;
    margin-bottom: 30px;
    color: #000;
    border: 2px solid #003049;
    box-shadow: 5px 5px 0px #003049;
    background: #fff;
}

a.two-thumb:hover {
    cursor: pointer;
    text-decoration: none;
}

.two-thumb-img {
    background-position: center top;
    overflow: hidden;
    background-size: cover;
    position: relative;
    border-right: 2px solid #000;
}

.two-thumb-charity {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #fff;
    border: 2px solid #003049;
    padding: 10px;
    max-width: 50%;
    border-width: 2px 2px 0px 0px;
    max-height: 30%;
    width: auto;
}

.two-thumb-right {
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.two-thumb-details {
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
    opacity: .8;
}

.two-thumb-details .col {
    border: 2px solid #003049;
    border-width: 1px 1px 0px 0px;
    text-align: center;
    padding: 0px 5px;
}

.two-thumb-details .col:last-of-type {
    border-right: 0px;
}

.two-thumb-details span {
    display: block;
}

.two-thumb-title {
    font-size: 20px;
    color: #003049;
    display: inline-block;
    margin-top: 0px;
    font-weight: bold;
    background-image: linear-gradient(130deg, #bfd7ea 7.14%, rgba(255, 255, 255, 0) 7.14%, rgba(255, 255, 255, 0) 50%, #bfd7ea 50%, #bfd7ea 57.14%, rgba(255, 255, 255, 0) 57.14%, rgba(255, 255, 255, 0) 100%);
    background-size: 7.00px 8.34px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    text-transform: uppercase;
    margin-left: -15px;
}

.two-thumb-title span {
    font-weight: 900;
}

.two-thumb-big-title {
    font-size: 30px;
    display: inline-block;
    margin-top: 0px;
    font-weight: bold;
    backgrsound: url(/layout/akg.svg);
    background-size: auto 40%;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 900;
}

.two-thumb-small-title {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 900;
    height: 20px;
    line-height: 19px;
    text-transform: uppercase;
}

.two-thumb-cats {
    font-size: 11px;
    color: #BFD7EA;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 5px;
}

.two-thumb-cats span {
    color: #003049;
    text-transform: uppercase;
}

.two-thumb-details {
    color: #999;
    line-height: 24px;
    font-size: 10px;
}

.two-thumb-details span {
    /*
	background: #fff376;
	display: inline-block;
*/
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    border-radius: 3px;
    color: #003049;
}

.two-thumb-details i {
    font-size: 10px;
    margin-right: 0px;
    color: #003049;
}

.two-thumb-subjects {
    margin-top: 10px;
    max-height: 60px;
    overflow: hidden;
}

.two-thumb-go {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 25px;
    line-height: 24px;
    font-size: 20px;
    color: #003049;
    border-bottom: 2px solid #003049;
    text-align: center;
    width: 40px;
}

.two-thumb-go span {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px 10px;
    line-height: 24px;
    z-index: 5;
    transition: all .5s ease;
    background: #fff;
    border-left: 2px solid #003049;
}

.two-thumb-go-txt {
    position: absolute;
    right: 100%;
    top: 0px;
    transition: all .5s ease;
    bottom: -2px;
    transform: translateX(100%);
    z-index: 0;
    font-size: 11px;
    font-weight: 600;
    border: 2px solid #003049;
    border-width: 0px 0px 2px 2px;
    background: #fff;
    padding: 0px 5px;
}

.two-thumb:hover .two-thumb-go-txt,
.two-thumb:hover .two-thumb-go span {
    background: #00F2BB;
    transform: translateX(0);
}

.two-thumb-go:hidden {}

.two-thumb-go i {
    transition: all .3s ease;
    transform: rotate(-45deg);
}

.two-thumb:hover .two-thumb-go i {
    transform: rotate(0deg);
}

.two-thumb-price {
    color: #FEA3A8;
    font-weight: 300;
    font-size: 13px;
    color: #003049;
    display: none;
}

.two-thumb-indicator {
    padding-left: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 22px;
    height: 20px;
    color: #fff;
    background: #00FFC5;
    font-size: 10px;
    padding-right: 5px;
}

.two-thumb-indicator:after {
    position: absolute;
    left: 0px;
    top: 50%;
    border-radius: 100%;
    background: #fff;
    width: 20px;
    height: 20px;
    content: " ";
    opacity: 0;
    margin-top: -10px;
    transform: scale(0, 0);
    animation: scaleIn 1.5s infinite cubic-bezier(.36, .11, .89, .32);
}

.two-thumb-indicator:before {
    position: absolute;
    left: 0px;
    content: " ";
    top: 50%;
    border-radius: 100%;
    background: #fff;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin-top: -10px;
    transform: scale(.5, .5);
    animation: scaleIn1 1.5s infinite cubic-bezier(.36, .11, .89, .32);
    animation-delay: 0s;
}

.two-thumb-indicator-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(10px);
    color: #fff;
    font-size: 12px;
    animation-delay: .5s;
    animation: indiopacity 1.5s infinite linear;
}

.subjects-main a {
    display: inline-block;
    min-height: 30px;
    padding: 0px 15px;
    line-height: 30px;
    color: #000;
}

.btn.btn-zarezerwuj {
    position: relative;
    background: #00FFC5;
    border: 2px solid #003049;
    border-radius: 0px;
    transition: all .3s ease;
    box-shadow: 5px 5px 0px #003049;
    margin-top: 20px;
    color: #003049;
}

.btn.btn-zarezerwuj:hover {
    text-decoration: none;
    box-shadow: 10px 10px 0px #00FFC5;
    transform: translate(-3px, -3px);
}

.btn.btn-zarezerwuj i {
    margin-left: 10px;
}

.my-content-box-header {
    margin: -20px -20px 20px -20px;
    border-bottom: 2px solid #003049;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #003049;
    text-transform: uppercase;
}

.my-content-box {
    padding: 20px;
    background: #fff;
    box-shadow: 5px 5px 0px #003049;
    margin-bottom: 100px;
    border: 2px solid #003049;
}

.mentor-charity {
    background: #003049;
    border: 2px solid #003049;
    border-width: 2px 2px 0px 2px;
    height: auto;
    align-items: center;
    justify-content: space-between;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding-left: 20px;
}

.mentor-charity-img {
    max-height: 60px;
    max-width: 120px;
    align-self: center;
    object-fit: contain;
    padding: 10px;
    width: auto;
    margin-left: 20px;
    border-left: 2px solid #fff;
}

.mentor-in {
    padding: 50px 20px;
    border: 1px dashed #000;
    border-width: 0px 0px 1px 0px;
}


/*
.btn.btn-zarezerwuj i:nth-child(1) { 
 	position: absolute;
	left:100%;
	top:50%;
	border:2px solid #2C4975;
	transform: translate(-50%,-50%);
	background: #fff;
	color:#2C4975;
	padding: 5px;
	font-size: 20px;
	border-radius: 3px;
	
}
.btn.btn-zarezerwuj i:nth-child(2) { 
 margin-left:30px;
	position: absolute;
	left:100%;
	top:50%;
		transform: translate(-50%,-50%);
	background: #fff;
	color:#2C4975;	border:2px solid #2C4975;

	padding: 5px;
	font-size: 20px;
	border-radius: 3px;}
.btn.btn-zarezerwuj i:nth-child(3) { 
 	position: absolute;
	left:100%; margin-left:60px;

	top:50%;
	transform: translate(-50%,-50%);
	background: #fff;
	color:#2C4975;	border:2px solid #2C4975;

	padding: 5px;
	font-size: 20px;
	border-radius: 3px;
}
*/

.mentor-header {
    position: relative;
    font-weight: 900;
    display: inline-block;
    line-height: 20px;
}

.mentor-header:afster {
    position: absolute;
    left: -25px;
    top: -5px;
    background-image: linear-gradient(147deg, #fcbf49 12.50%, rgba(255, 255, 255, 0) 12.50%, rgba(255, 255, 255, 0) 50%, #fcbf49 50%, #fcbf49 62.50%, rgba(255, 255, 255, 0) 62.50%, rgba(255, 255, 255, 0) 100%);
    background-size: 4.00px 2.60px;
    right: 5px;
    bottom: 10px;
    content: " ";
}

.mentor-header span {
    z-index: 5;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.mentor-socials span {
    background: #0C3148;
    color: #fff;
    font-size: 12px;
    margin: 0px 10px 0px 0px;
    padding: 2px 5px;
}

.mentor-cats {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.mentor-cats span {
    color: #0C3148;
    text-transform: uppercase;
}

.mentor-subject {
    color: #666;
    padding-bottom: 2px;
    border-bottom: 1px dotted #999;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    margin-right: 5px;
    display: inline-block;
    font-style: italic;
}

.mentor-social {
    height: 30px;
    line-height: 28px;
    display: inline-block;
    margin: 5px 10px 5px 0px;
    border: 1px solid #666;
    color: #666;
    padding: 0px 5px;
}

.mentor-right-header {}

.mentor-right-header span {
    background: #000;
    font-size: 16px;
    color: #FDF9ED;
    margin-bottom: 10px;
    padding: 0px 5px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
}

.mentor-name {
    text-transform: uppercase;
    font-weight: 900;
    color: #0C3148;
}

.mentor-calendar-day {
    font-size: 14px;
    font-weight: bold;
    justify-content: space-between;
    text-transform: uppercase;
    padding-left: 15px;
    height: 30px;
    line-height: 28px;
}

.mentor-calendar-day.no-border-top {}

.mentor-calendar-day span {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    color: #999;
}

.mentor-calendar-hours {
    margin: 0px -5px;
}

.mentor-calendar-time {
    padding: 0px 5px;
    margin: 5px;
    text-align: center;
    border: 2px solid #003049;
    background: #fff;
    border-width: 2px 2px 2px 2px;
    color: #003049;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    display: inline-block;
    transition: all .3s ease;
}

.mentor-calendar-time.disabled {
    color: #ccc;
    border-color: #ccc;
}

.mentor-calendar-time.disabled:hover {
    color: #ccc;
    border-color: #ccc;
    background: #fff;
    text-transform: none;
    cursor: not-allowed;
}

.mentor-calendar-time:last-of-type {}

.mentor-right .mentor-calendar-time {
    margin: 5px 5px 5px 0px;
}

.mentor-calendar-time:hover {
    cursor: pointer;
    background: #003049;
    color: #fff;
}

.mentor-calendar-time.active {
    background: #FCBF49;
    border: 2px solid #003049;
    color: #003049;
    box-shadow: 5px 5px 0px #FCBF49;
    transform: translate(-2px, -2px);
}

.mentor-oferta-wrap {
    margin-bottom: 20px;
}

.mentor-oferta {
    min-height: 60px;
    line-height: 58px;
    border: 2px solid #003049;
    background: #fff;
    color: #003049;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    padding-left: 100px;
    padding-right: 100px;
}

.mentor-oferta-btm {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    padding: 15px;
    background: #efefef;
}

.mentor-oferta-price {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    border: 2px solid #003049;
    border-width: 0px 2px 2px 0px;
    color: #fff;
    width: 80px;
    line-height: 20px;
    padding-top: 10px;
    background: #003049;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.mentor-oferta-price-btm {
    display: block;
    height: 20px;
    color: #003049;
    margin-top: 8px;
    background: #efefef;
    font-size: 9px;
}

.mentor-oferta-go {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    border: 2px solid #003049;
    border-width: 0px 0px 2px 2px;
    color: #003049;
    width: 60px;
    font-size: 20px;
    z-index: 5;
    line-height: 58px;
    background: #fff;
    transition: all .5s ease;
    text-align: center;
}

.mentor-oferta-go i {
    height: 60px;
    display: block;
    width: 60px;
    background: #fff;
    position: relative;
    z-index: 10;
    line-height: 60px;
    transition: all .5s ease;
}

.mentor-oferta-wrap:hover .mentor-oferta-go,
.mentor-oferta-go:hover {
    background: #00F7BF;
    color: #003049;
    text-decoration: none;
    border-left: 2px solid transparent;
}

.mentor-oferta-go:hover {
    box-shadow: 5px 5px 0px #00F7BF;
}

.mentor-oferta-wrap:hover .mentor-oferta-go-text,
.mentor-oferta-wrap:hover .mentor-oferta-go i {
    background: #00F7BF;
    transform: translateX(0);
}

.mentor-oferta-wrap:hover .mentor-oferta-read-more {
    transform: translateX(-90px);
}

.mentor-oferta-go-text {
    position: absolute;
    right: 50px;
    height: 60px;
    top: 0px;
    bottom: 0px;
    border-left: 2px solid #003049;
    font-size: 14px;
    background: #fff;
    z-index: -1;
    padding: 0px 10px;
    transform: translateX(100%);
    transition: all .5s ease;
}

.mentor-oferta-read-more {
    position: absolute;
    right: 60px;
    transition: all .5s ease;
    top: 0px;
    height: 60px;
    border: 2px solid #003049;
    border-width: 0px 0px 2px 2px;
    color: #003049;
    width: 50px;
    font-size: 20px;
    line-height: 58px;
    text-align: center;
}

.mentor-oferta-read-more:hover {
    background: #efefef;
    cursor: pointer;
}

.mentor-oferta-calendar {
    position: sticky;
    top: 0px;
    background: #fff;
    background-image: linear-gradient(130deg, #bfd7ea 7.14%, rgba(255, 255, 255, 0) 7.14%, rgba(255, 255, 255, 0) 50%, #bfd7ea 50%, #bfd7ea 57.14%, rgba(255, 255, 255, 0) 57.14%, rgba(255, 255, 255, 0) 100%);
    background-size: 7.00px 8.34px;
    border-left: 1px dashed #0C3148;
    right: 0px;
    padding: 50px 20px;
    border-right: 2px solid #0C3148;
    border-bottom: 2px solid #0C3148;
    box-shadow: 5px 5px 0px #0C3148;
}

@keyframes indiopacity {
    0% {
        opacity: .3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .3;
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0.4, 0.4);
        opacity: .7;
    }
    50% {
        transform: scale(.6, .6);
        opacity: 1;
    }
    100% {
        transform: scale(0.4, 0.4);
        opacity: .7;
    }
}

@keyframes scaleIn1 {
    from {
        transform: scale(.4, .4);
        opacity: .9;
    }
    to {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.modal-content {
    border-radius: 0px;
    background: #fff;
    border: 2px solid #000;
    box-shadow: 5px 5px 0px #000;
    color: #000;
}

.modal-backdrop.show {
    opacity: .7;
}

#login_modal .modal-body,
#res_login_modal .modal-body {
    padding: 20px 0px 0px 0px;
}

#login_modal input,
#res_login_modal input {
    background: transparent;
    height: 40px;
    color: #000;
    line-height: 30px;
    border-bottom: 1px solid #000;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    padding: 5px 15px 5px 15px;
}

#login_modal form,
#res_login_modal form {
    padding: 0px 15px;
}

#login_modal input::-webkit-input-placeholder,
#res_login_modal input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    font-weight: 300;
}

#login_modal input::-moz-placeholder,
#res_login_modal input::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 300;
    color: #000;
}

#login_modal input:-ms-input-placeholder,
#res_login_modal input:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 300;
    color: #000;
}

#login_modal input:-moz-placeholder,
#res_login_modal input:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 300;
    color: #000;
}

.form-status {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.login-bottom-wrap {
    margin-top: 30px;
    border-top: 2px solid #003049;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    position: relative;
}

.login-bottom {
    height: 70px;
    margin: 0px;
    position: relative;
    line-height: 70px;
    display: none;
}

.login-bottom .col-6 {
    height: 70px;
    display: flex;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.login-bottom .col-6:first-of-type {
    border-right: 2px solid #003049;
}

.login-bottom.pre-active {
    display: flex;
    position: absolute;
    width: 100%;
    top: 0px;
}

.login-bottom.active {
    display: flex;
    position: relative;
}

.login-bottom .btn-back {
    transform: translateX(50px);
    opacity: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-radius: 0px;
    color: #000;
    background: #f9f9f9;
    transition: all .5s ease;
    display: none;
    padding: 0px;
}

.login-bottom .btn-back:hover {
    background: #f9f9f9;
}

.login-bottom .btn-next,
.login-bottom .btn-payment {
    transform: translateX(-50px);
    opacity: 0;
    transition: all .5s ease;
    display: none;
    border: 0px;
    color: #003049;
    padding: 0px;
    line-height: 70px;
    background: #00FFC5;
    border-radius: 0px;
    height: 70px;
    width: 100%;
}

.login-bottom.pre-active .btn-back {
    display: block;
}

.login-bottom .btn-next.pre-showed,
.login-bottom .btn-payment.pre-showed {
    display: block;
}

.login-bottom.active .btn-next.showed,
.login-bottom.active .btn-back,
.login-bottom.active .btn-payment.showed {
    transform: translateX(0);
    opacity: 1;
    display: block;
}

.top-form-desc {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 50px;
    font-size: 12px;
    border: 2px solid #000;
    padding: 15px;
    color: #000;
    background: #fff;
    box-shadow: 5px 5px 0px #000;
}

.top-form.active .top-form-desc {
    display: block;
}

.input-loader {
    display: none;
}

.top-form {
    position: relative;
}

.top-form.loading .input-loader {
    position: absolute;
    display: block;
    right: 130px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 14px;
    z-index: 99999;
}

#search-res-wrap {
    position: fixed;
    top: 64px;
    right: 15px;
    width: 300px;
    z-index: 999999999999;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    border: 2px solid #000;
    box-shadow: 5px 5px 0px #000;
}

#search-res {
    position: relative;
    background: #fff;
}

#search-res a {
    min-height: 50px;
    line-height: 19px;
    display: block;
    color: #000;
    border-bottom: 1px solid #ccc;
}

#search-res a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

#search-res a img {
    float: left;
    width: auto;
    height: 50px;
}

#search-res a span.top-span {
    display: inline-block;
    font-weight: 700;
}

.search-res-text {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width:1200px) {
    #search-res-wrap {
        width: 492px;
    }
   
}
@media (max-width:1240px) { 
	 .navbar-expand-md .navbar-nav a.nav-link { 
	    font-size: 12px;
	    padding: 0px 10px;
    }
    
}

@media (max-width:991px) {
  .navbar-expand-md .navbar-nav a.nav-link { 
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  .top-form .input-group-prepend { 
	  display: none;
  }
  
.top-form input.form-control {
    border: 2px solid #003049;
    border-width: 0px 2px 0px 2px; 
    padding-left: 10px;
}
  .top-form-desc { 
	  right:0px;
  }
  .search-active .navbar-brand { 
	  z-index: 0;
  }
    nav.navbar.top-nav {
        height: 40px;
        padding-left: 150px;
    }
    .navbar-brand {
        padding: 10px 10px;
        z-index: 9999999;
    }
    .navbar-brand-top {
        top: 34.5%;
        left: 48%;
    }
    .navbar-brand img {
        height: 20px !important;
    }
    .navbar-in-wrap { 
      left:15px;
      top:10px;
    }
    .navbar-in { 
      position: absolute;
      left:0px;
      height: 40px;
      top:0px;
       padding-left: 150px;
    }
    #nav-menu { 
      max-width: 80%;
    }
    body.menu-active .menu-toggle {
        z-index: 9999999999;
        border: none;
    }
    .top-form.active {
        display: block !important;
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 99999999;
    }
    .menu-toggle {
        position: absolute;
        right: 0px;
        text-align: center;
        top: 0px;
        bottom: 0px;
        line-height: 38px;
        color: #000;
        z-index: 9999999;
        border-left: 2px solid #000;
        width: 40px;
    }
    .search-toggle {
        position: absolute;
        right: 80px;
        text-align: center;
        top: 0px;
        bottom: 0px;
        line-height: 38px;
        color: #000;
        z-index: 9999999;
        border-left: 2px solid #000;
        width: 40px;
    }
   
    .login-tu {
        position: absolute;
        right: 40px;
        top: 0px;
        text-align: center;
        bottom: 0px;
        line-height: 38px;
        color: #000;
        border-left: 2px solid #000;
        width: 40px;
    }
    .login-tu a {
        height: 38px;
        line-height: 38px;
    }
    .form-inline .input-group {
        border-bottom: 2px solid #000;
        border-top: 2px solid #000;
    }
    .top-form-desc,
    #search-res-wrap {
        top: 50px;
    }
    .top-form {
        display: none;
    }
    .hto {
        letter-spacing: 2px;
    }
    .home-left-wrap {
        padding-bottom: 100px;
    }
    .home-title {
        font-size: 24px;
        font-weight: 900;
        line-height: 30px;
        color: #000;
    }
    .home-title-desc {
        width: 80%;
    }
    .home-title-desc span {
        z-index: 10;
        color: #003049;
        font-weight: 300;
        position: relative;
        background: transparent;
        /* background: #00FFC5; */
        line-height: 20px;
        box-shadow: none;
        padding: 0px;
        /* box-shadow: 5px 5px 0px #003049; */
        display: inline-block;
        /* padding: 0px 10px 10px 10px; */
        font-size: 11px;
        margin-top: 5px;
    }
    .main-mentor {
	    overflow: visible;
    }
    .main-mentor-name-wrap {
        position: absolute;
        bottom: 20px;
        right: 15px;
        left: 0px;
        top: 0px;
        overflow: visible;
    }
    .main-mentor-name {
        position: absolute;
        right: 0px;
        background: #fff;
        font-size: 9px;
        font-weight: 400;
        z-index: 9999999;
        bottom: 0px;
        writing-mode: vertical-lr;
        transform: scale(1, 0);
        transform-origin: left bottom;
        color: #000;
        border: 2px solid #000;
        padding: 5px 0px 5px 0px;
        line-height: 16px;
        width: 20px;
        white-space: nowrap;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .main-mentor-name span {
        position: relative;
        top: 0px;
        height: 20px;
        left: 0px;
        text-align: center;
        width: 18px;
        padding-top: 4px;
        line-height: 16px;
        display: inline-block;
        border-bottom: 1px solid #000;
        margin: 5px 0px;
        border-top: 1px solid #000;
    }
    .home-steps {
        margin-top: 00px;
        width: 100%;
        margin-bottom: 50px;
        overflow: hidden;
    }
    .home-step {
        background: #fff;
        padding: 10px;
        height: 100%;
    }
    
    .home-step-title {
        font-size: 10px;
    }
    .cats-wrap {
        margin-left: -5px;
        margin-right: -5px;
    }
    .cats-wrap .cat {
        display: inline-block;
        height: 30px;
        position: relative;
        line-height: 28px;
        border: 2px solid #003049;
        color: #003049;
        background: #fff;
        box-shadow: 5px 5px 0px #003049;
        padding: 0px 5px;
        margin: 0px 5px;
        margin-bottom: 10px;
        font-size: 10px;
        transition: all .3s ease;
        font-weight: 600;
    }
    .mentor-cats {
        font-size: 11px;
    }
    .mentor-socials span {
        margin-right: 5px;
        display: inline-block;
        font-size: 10px;
    }
    .mentor-oferta {
        min-height: 60px;
        line-height: 28px;
        padding: 10px 10px 60px 10px;
        border: 2px solid #003049;
        background: #fff;
        color: #003049;
        font-size: 14px;
        position: relative;
        overflow: hidden;
    }
    .mentor-oferta:after {
        position: absolute;
        left: 0px;
        bottom: 50px;
        height: 2px;
        background: #000;
        right: 0px;
        content: " ";
    }
    .mentor-oferta-price {
        height: 50px;
        top: auto;
        line-height: 19px;
        padding-top: 5px;
        font-size: 22px;
        bottom: 0px;
        border-bottom: 0px;
    }
    .mentor-oferta-read-more {
        top: auto;
        bottom: 0px;
        height: 50px;
        line-height: 50px;
        border-bottom: 0px;
    }
    .mentor-oferta-go {
        top: auto;
        bottom: 0px;
        height: 50px;
        line-height: 50px;
    }
    .mentor-oferta-calendar {
        position: sticky;
        top: 0px;
        background: transparent;
        border: none;
        box-shadow: none;
        right: 0px;
        padding: 50px 20px;
        ;
    }
}
@media(max-width:766px) { 
	.navbar-brand-top { 
		    top: 31.5%;
    left: 48.6%; 
		width: 10px;
		height: 10px;
    
	}
	.navbar-brand-top:before {
	}
	.navbar-brand-desc-image { 
		margin-left: 10px !important;
	}
  .ponizej .navbar-in-wrap { 
    transform: none;
  }
 
  .expandnavbar { 
    display: none;
  }
  .ponizej .navbar-in { 
    transform: none;
  }
  #nav-menu {
      position: fixed;
      left: 0px;
      top: 0px;
      right: 0px;
       bottom: 0px;
       max-width: none;
      z-index: 99999999999;
      background: #fff;
  }
  #nav-menu.active {
      display: flex !important;
      justify-content: center;
      align-items: center;
      text-align: center;
  }
  .home-left-wrap { 
    padding: 100px 0px 100px 0px;
    min-height: 0;
    height: auto;
  }
  .home-title-desc { 
    padding-left: 15px;
  }
}