@font-face {
    font-family: 'Krungthepa';
    src: url('/layout/Krungthep.ttf');
    /* IE9 Compat Modes */
    src: url('/layout/Krungthep.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Novocento';
    src: url('/css/font/novocento_medium.otf');
    /* IE9 Compat Modes */
    src: url('/css/font/novocento_medium.otf') format('opentype');
    /* Safari, Android, iOS */
    font-weight: normal;
}

@font-face {
    font-family: 'Novocento';
    src: url('/css/font/novocento_bold.otf');
    /* IE9 Compat Modes */
    src: url('/css/font/novocento_bold.otf') format('opentype');
    font-weight: bold;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
}

.novo {
    font-family: 'Novocento', sans-serif;
}

.header {
    position: fixed;
    top: 0px;
    height: 50px;
    left: 0px;
    right: 0px;
    z-index: 99999999;
}

.header:after {
    position: absolute;
    top: 100%;
    height: 2px;
    background: #000;
    transition: all .5s ease;
    transform-origin: right center;
    transform: scale(0, 1);
    content: " ";
    left: 0px;
    right: 0px;
}

.ponizej .header:after,
.dark-header .header:after {
    transform: scale(1);
}

.hd .header:after {
    height: 1px;
}

.ponizej .header,
.dark-header .header {
    background: #fff;
}

.logo-maska {
    position: absolute;
    left: 30px;
    top: 10px;
    bottom: 10px;
    right: 30px;
    -webkit-mask-image: url(/layout/outreach_logo_mask.svg);
}

.ponizej .logo-maska,
.dark-header .logo-maska {
    top: 5px;
    bottom: 5px;
    left: 30px;
    right: 30px;
}

.logo-maska:after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: " ";
    right: 0px;
    background: #fff;
    bottom: 0px;
    border-radius: 100%;
    animation: logo 6s ease forwards;
}

.logo-maska-1 {
    position: absolute;
    left: 30px;
    top: 10px;
    bottom: 10px;
    right: 30px;
    -webkit-mask-image: url(/layout/outreach_logo_white.svg);
}

.ponizej .logo-maska,
.dark-header .logo-maska,
.ponizej .logo-maska-1,
.dark-header .logo-maska-1 {
    top: 5px;
    bottom: 5px;
    left: 30px;
    right: 30px;
}

.ponizej .logo-maska:after,
.dark-header .logo-maska:after,
.dark-big-header .logo-maska:after,
.ponizej .logo-maska-1:after,
.dark-header .logo-maska-1:after,
.dark-big-header .logo-maska-1:after {
    background: #000;
}

.logo-maska-1:after {
    position: absolute;
    left: 0px;
    top: 80%;
    content: " ";
    right: 0px;
    background: #fff;
    bottom: 0px;
    transform-origin: center top;
}

@keyframes logo-1 {
    0% {
        transform: scale(1, 0);
        opacity: 1;
    }
    30% {
        transform: scale(1, 0);
        opacity: 1;
    }
    70% {
        transform: scale(1, 0);
        opacity: 1;
    }
    80% {
        transform: scale(1);
        opacity: 1;
    }
    90% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes logo {
    0% {
        transform: scale(0.05);
        opacity: 1;
    }
    30% {
        transform: scale(0.05);
        opacity: 1;
    }
    80% {
        transform: scale(1);
        opacity: 1;
    }
    90% {
        transform: scale(1);
        opacity: 1;
    }
}

.navbar-brand {
    position: relative;
    padding: 10px 30px;
    transition: all .3s ease;
}

.ponizej .navbar-brand,
.dark-header .navbar-brand {
    padding: 5px 30px;
}

.navbar-brand img {
    height: 70px;
    width: auto;
    transform-origin: center top;
    transition: all .3s ease;
}

.ponizej .navbar-brand img,
.dark-header .navbar-brand img {
    height: 40px;
}

.newsroom-go {
    position: absolute;
    top: 52px;
    height: auto;
    margin-top: 0;
    z-index: 99999;
    right: 0px;
    transition: all .5s ease;
    transform-origin: center top;
}

.ponizej .newsroom-go {
    transform: scale(1, 0);
}

.dark-header a.newsroom-go-link,
.dark-big-header a.newsroom-go-link {
    border-color: #000;
    color: #000 !important;
}

a.newsroom-go-link:hover {
    background: #FFBA08;
    color: #000 !important;
    text-decoration: none;
}

a.newsroom-go-link {
    /* white-space: nowrap; */
    writing-mode: vertical-lr;
    height: auto;
    border: 2px solid #fff;
    border-top: 0px;
    border-right: 0px;
    position: absolute;
    right: 0px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    /* transform-origin: right top; */
    z-index: 999999;
    color: #fff !important;
    font-weight: 300;
    /* line-height: 50px; */
    display: block;
    padding-top: 10px;
    padding-bottom: 60px;
}

.newsroom-go-link span {}

.dark-header .newsroom-go-link i,
.dark-big-header .newsroom-go-link i {
    border-color: #000;
}

.newsroom-go-link i {
    font-size: 20px;
    width: 50px;
    height: 40px;
    border-top: 2px solid #fff;
    position: absolute;
    /* right: 0px; */
    bottom: 0px;
    text-align: center;
    line-height: 50px;
}

.menu-sociale,
.footer-sociale {
    text-align: center;
}

.menu-sociale a {
    display: inline-block;
    color: #000;
    margin: 0px 5px;
}

.top-sociale {
    position: fixed;
    right: 160px;
    top: 5px;
}

.top-sociale a,
.footer-sociale a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0px 5px;
}

.languages-wrap {
    position: fixed;
    right: 100px;
    top: 0px;
}

.languages-wrap a {
    display: block;
    text-align: center;
    border: 2px solid #fff;
    border-width: 0px 0px 2px 2px;
    width: 50px;
    height: 26px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}

.languages-wrap a.active {
    background: #fff;
    color: #000;
}

.search-toggle-wrap {
    border: 2px solid #fff;
    width: 50px;
    height: 52px;
    border-width: 0px 0px 2px 2px;
    position: fixed;
    top: 0px;
    right: 50px;
    color: #fff;
    z-index: 999999;
    transition: all .3s ease;
}

button.search-toggle:hover,
.navbar-toggle-wrap:hover {
    cursor: pointer;
    background: #FFBA08;
    color: #000 !important;
}

.ponizej .search-toggle-wrap,
.ponizej .navbar-toggle-wrap,
.ponizej button.search-toggle,
.dark-header .search-toggle-wrap,
.dark-header .navbar-toggle-wrap,
.dark-header button.search-toggle,
.dark-big-header .search-toggle-wrap,
.dark-big-header .navbar-toggle-wrap,
.dark-big-header button.search-toggle,
.ponizej .languages-wrap a,
.dark-header .languages-wrap a,
.dark-big-header .languages-wrap a,
.ponizej .top-sociale a,
.dark-header .top-sociale a,
.dark-big-header .top-sociale a {
    border-color: #000;
    color: #000;
}

button.search-toggle {
    outline: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0px;
    color: #fff;
    transition: all .3s ease;
    font-size: 26px;
    left: 0px;
    -webkit-appearance: none;
    appearance: none;
    padding: 0px;
    background: transparent;
    border: 0px;
    right: 0px;
}

.navbar-toggle-wrap {
    border: 2px solid #fff;
    width: 50px;
    height: 52px;
    border-width: 0px 0px 2px 2px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999999;
}

.hd .navbar-toggle-wrap,
.hd .search-toggle-wrap {
    border: 0px;
}

.about-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

button.navbar-toggle {
    outline: none;
    width: 42px;
    height: 40px;
    position: fixed;
    top: 5px;
    -webkit-appearance: none;
    appearance: none;
    padding: 0px;
    background: transparent;
    border: 0px;
    right: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 999999999999;
    cursor: pointer;
}

button.navbar-toggle:hover span {
    background: #000;
}

.navbar-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 70%;
    left: 10%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.ponizej .languages-wrap a.active,
.dark-header .languages-wrap a.active,
.dark-big-header .languages-wrap a.active {
    background: #000;
    color: #fff;
}

.ponizej .navbar-toggle span,
.dark-header .navbar-toggle span,
.dark-big-header .navbar-toggle span {
    background: #000;
}

.navbar-toggle span:nth-child(1) {
    top: 10px;
}

.navbar-toggle span:nth-child(2) {
    top: 20px;
}

.navbar-toggle span:nth-child(3) {
    top: 30px;
}

body.basket-active .navbar-toggle {
    display: block;
}

.navbar-toggle span:nth-child(1) {
    top: 10px;
}

.navbar-toggle span:nth-child(2) {
    top: 20px;
}

.navbar-toggle span:nth-child(3) {
    top: 30px;
}

body.basket-active .navbar-toggle {
    display: block;
}

body.basket-active .navbar-toggle span,
body.search-active .navbar-toggle span {
    background: #000;
}

.navbar-toggle.open span:nth-child(1),
body.basket-active .navbar-toggle span:nth-child(1),
body.search-active .navbar-toggle span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-toggle.open span:nth-child(2),
body.basket-active .navbar-toggle span:nth-child(2),
body.search-active .navbar-toggle span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navbar-toggle.open span:nth-child(3),
body.basket-active .navbar-toggle span:nth-child(3),
body.search-active .navbar-toggle span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.navbar-toggle.open span {
    background: #000;
}

.logo-white {
    display: black;
}

.logo-color {
    position: absolute;
    left: 30px;
    top: 10px;
    opacity: 0;
    transition: all .3s ease;
}

.ponizej .logo-color,
.dark-header .logo-color {
    top: 5px;
}

.ponizej .logo-color,
.whiteHeader .logo-color,
.dark-header .logo-color,
.dark-big-header .logo-color {
    opacity: 1 !important;
}

.ponizej .logo-white,
.whiteHeader .logo-white,
.dark-header .logo-white,
.dark-big-header .logo-white {
    visibility: hidden !important;
}

.ponizej .menu a,
.whiteHeader .menu a {
    color: #fff !important;
}

.show-up {
    transform: translateY(30px);
    opacity: 0;
}

.show-left {
    transform: translateX(-30px);
    opacity: 0;
}

.show-left.active {
    transform: translateX(0);
    opacity: 1;
    transition: all 1s ease;
}

.show-right {
    transform: translateX(30px);
    opacity: 0;
}

.show-right.active {
    transform: translateX(0);
    opacity: 1;
    transition: all .5s ease;
}

.show-down {
    transform: translateY(-50px);
    opacity: 0;
}

.show-up.active,
.show-down.active {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s ease;
}

.show-fast.show-me.active {
    transition: all .5s ease !important;
}

.delay-02 {
    transition-delay: .2s !important;
}

.delay-04 {
    transition-delay: .4s !important;
}

.delay-06 {
    transition-delay: .6s !important;
}

.delay-08 {
    transition-delay: .8s !important;
}

.delay-05 {
    transition-delay: .5s;
}

.delay-1 {
    transition-delay: 1s !important;
}

.show-opac,
.show-opacity {
    opacity: 0;
}

.show-scale {
    transform: scale(0.3);
}

.show-scale.active {
    transform: scale(1);
}

.show-opac.active,
.show-opacity.active {
    transition: all .5s linear;
    opacity: 1;
}

.showblack {
    background: #000;
}

.showblack.active {
    background: #fff;
    transition: all .5s linear;
}

.showblack-down {
    overflow: hidden;
}

.showblack-down:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    content: " ";
    transform: translateY(0);
    background: #000;
}

.showblack-down.active:after {
    transform: translateY(100%);
    transition: all 1s linear;
}

.show-scale-horizontal {
    transform: scale(0, 1);
}

.show-scale-horizontal.active {
    transform: scale(1, 1);
    transition: all 1s ease;
}

.top_bg {
    min-height: 80vh;
    background-size: cover;
    position: relative;
    background-position: top right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.top_tekst {
    position: absolute;
    left: 40px;
    width: 70%;
    top: 120px;
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    font-family: 'Novocento';
}

.hd .top_tekst {
    font-weight: 900;
    font-family: "Lato", sans-serif;
}

.top_bg svg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    height: 100%;
}

.parallax-container,
.parallax {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.content-box {
    border: 2px solid #000;
    background: #fff;
    position: relative;
    padding: 50px 30px 100px 30px;
    box-shadow: -5px 5px 0px #7AD5F3;
}

.content-box.bordo {
    border-color: #92140C;
    box-shadow: -5px 5px 0px #92140C;
    border-top: 0px;
}

.content-box.orange {
    border: 2px solid #FFBA08;
    box-shadow: -5px 5px 0px #FFBA08;
    background: #FFE0B5;
}

.content-box.light-purple {
    background: #DCD6F7;
    border: 2px solid #464D77;
    box-shadow: -5px 5px 0px #464D77;
}

.content-box.light-purple .content-header:after {
    background: #FFBA08;
}

.content-box.orange .content-header:after {
    background: #FFBA08;
}

.content-box.dark-purple {
    border-color: #161032;
    box-shadow: -5px 5px 0px #161032;
    background: #161032;
    color: #fff;
}

.hd .content-box {
    border-width: 1px;
    box-shadow: -2px 2px 15px #ABE188;
}

.content-box.pink {
    box-shadow: -5px 5px 0px #FFD9DA;
}

.hd .content-box.pink {
    box-shadow: -2px 2px 15px #FFD9DA;
}

.content-header {
    font-size: 40px;
    position: relative;
    font-family: 'Novocento';
}

.hd .content-header {
    font-weight: 900;
    font-family: "Lato", sans-serif;
}

.content-header.center {
    margin: auto;
    display: inline-block;
}

.content-header:after {
    background: #7AD5F3;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    z-index: 0;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(-20%, -50%);
    content: " ";
}

.content-header.pink:after {
    background: #FFBA08;
}

.content-header.dark:after {
    background: #89023E;
}

.content-header.yellow:after {
    background: #FFBA08;
}

.content-header span {
    position: relative;
    z-index: 1;
}

.what-after {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate(-50%, -50%);
    opacity: .1;
    z-index: 0;
    box-shadow: 0px 0px 200px #000;
    background: #fff;
}

.what-after-1 {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%, 0) scale(1);
    opacity: 1;
    z-index: -1;
    border: 10px solid #fff;
    animation: bigcircle 5s ease infinite;
}

.what-after-2 {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%, 0) scale(1);
    opacity: 1;
    z-index: -1;
    border: 10px solid #fff;
    animation: bigcircle 5s ease 2.5s infinite;
}

.what-after-1.about,
.what-after-2.about {
    border: 10px solid #f5f4f1;
}

@keyframes bigcircle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.pr-what,
.fund-what,
promo-what {
    position: relative;
    z-index: 5;
}

.what-header.pr-header {
    color: #464D77;
    border-color: #464D77;
    box-shadow: 5px 5px 0px #464D77, -5px 5px 0px #464D77;
}

.what-header.fund-header {
    color: #464D77;
    border-color: #464D77;
    box-shadow: 5px 5px 0px #464D77, -5px 5px 0px #464D77;
}

.what-header.promo-header {
    color: #464D77;
    border-color: #464D77;
    box-shadow: 5px 5px 0px #464D77, -5px 5px 0px #464D77;
}

.what-header {
    font-family: 'Novocento', sans-serif;
    position: relative;
    top: -50px;
    height: 100px;
    line-height: 100px;
    border: 2px solid #000;
    background: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    box-shadow: 5px 5px 0px #000, -5px 5px 0px #000;
    z-index: 9999;
}

.hd .what-header {
    border-width: 1px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .3), -2px 2px 15px rgba(0, 0, 0, .3);
}

.what-header i {
    position: absolute;
    font-size: 70px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.pr-what .what-content-header,
.pr-what .what-content-text {
    color: #464D77;
}

.fund-what .what-content-header,
.fund-what .what-content-text {
    color: #464D77;
}

.promo-what .what-content-header,
.promo-what .what-content-text {
    color: #464D77;
}

.what-content {
    margin: 50px auto;
    display: block;
}

.what-content:hover {
    cursor: pointer;
    text-decoration: none;
}

.what-content-header {
    font-size: 22px;
    font-family: 'Novocento', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.what-content-text {
    font-size: 16px;
}

.what-more-button {
    display: block;
    position: relative;
    width: 50%;
    text-align: right;
    height: 30px;
    line-height: 30px;
    transition: all .5s ease .2s;
}

.what-content:hover .what-more-button {
    width: 100%;
    cursor: pointer;
}

.what-more-button span {
    margin-right: 20px;
    font-size: 12px;
    top: -2px;
    font-weight: bold;
}

.what-more-button span,
.what-more-button i {
    position: relative;
    z-index: 2;
    transition: all .3s ease 0s;
}

.what-content:hover .what-more-button span,
.what-content:hover .what-more-button i,
.pr-what .what-more-button:hover span,
.pr-what .what-more-button:hover i,
.fund-what .what-more-button:hover span,
.fund-what .what-more-button:hover i,
.promo-what .what-more-button:hover span,
.promo-what .what-more-button:hover i {
    color: #FFBA05;
    margin-right: 0px;
    transition: all .3s ease .2s;
}

.what-more-button:after {
    position: absolute;
    z-index: 0;
    content: " ";
    top: 50%;
    background: #000;
    height: 1px;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
}

.what-more-button:before {
    position: absolute;
    z-index: 1;
    content: " ";
    top: 50%;
    background: #464D77;
    height: 2px;
    transform: translateY(-50%) scale(0, 1);
    transform-origin: left center;
    left: 0px;
    transition: all .5s ease;
    right: 0px;
}

.pr-what .what-more-button span,
.pr-what .what-more-button i {
    color: #464D77;
}

.pr-what .what-more-button:after {
    background: #464D77;
}

.fund-what .what-more-button span,
.fund-what .what-more-button i {
    color: #464D77;
}

.fund-what .what-more-button:after {
    background: #464D77;
}

.promo-what .what-more-button span,
.promo-what .what-more-button i {
    color: #464D77;
}

.promo-what .what-more-button:after {
    background: #464D77;
}

.what-content:hover .what-more-button:before {
    background: #FFBA05;
    transform: translateY(-50%) scale(1);
}

.para-under {
    opacity: 0;
    transition: all 2s linear;
    position: relative;
    z-index: 5;
}

.hd .para-under {
    opacity: 1;
}

.para-hide {
    position: relative;
    z-index: 1;
}

.paraa:hover .para-under {
    opacity: 1;
}

.hard-wrap {
    text-align: center;
}

.hard-icon {
    color: #FFBA08;
    line-height: 60px;
    font-size: 60px;
}

.hard-number {
    color: #FFBA08;
    font-size: 40px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.hard-text {
    color: #FFBA08;
    font-size: 14px;
}


/*
 	
 	
 	.content-header-in { 
	 	width: 60px;
	 	height: 60px;
 	 	z-index: 0;
	 	position: absolute;
	 	left:0px;
	 	top:50%;
	 	transform: translate(-20%,-50%);
	 	content:" ";
 	}
 	.chi1 { 
	 	position: absolute;
	 	left:0px;
	 	top:0px;
	 	border-radius: 0px;
	 	transform: translate(-20%,-10%);
	 	transition: all .5s ease;
	 	background: #ABE188;
	 	width: 30px;
	 	height: 30px;

 	}
 	.content-box:hover .chi1 { 
	 	transform: translate(0,0);
	 	border-radius: 100% 0px 0px 0px;
 	}
 	.chi2 { 
	 	position: absolute;
	 	right:0px;
	 	top:0px;
	 	border-radius: 0px;
	 	transform: translate(10%,5%);
	 	transition: all .5s ease;
	 	background: #ABE188;
	 	width: 30px;
	 	height: 30px;

 	}
 		.content-box:hover .chi2 { 
	 	transform: translate(0,0);
	 	border-radius: 0px 100% 0px 0;
 	}
 	.chi3 { 
	 	position: absolute;
	 	right:0px;
	 	bottom:0px;
	 	border-radius: 0px;
	 	transform: translate(-10%,-10%);
	 	transition: all .5s ease;
	 	background: #ABE188;
	 	width: 30px;
	 	height: 30px;

 	}
 		.content-box:hover .chi3 { 
	 	transform: translate(0,0);
	 	border-radius: 0% 0px 100% 0;
 	}
 	.chi4 { 
	 	position: absolute;
	 	left:0px;
	 	bottom:0px;
	 	border-radius: 0px;
	 	transform: translate(5%,5%);
	 	transition: all .5s ease;
	 	background: #ABE188;
	 	width: 30px;
	 	height: 30px;

 	}
 		.content-box:hover .chi4 { 
	 	transform: translate(0,0);
	 	border-radius: 0px 0px 0px 100%;
 	}
*/

.content-text {
    padding: 30px 50px;
    font-size: 13px;
    line-height: 16px;
}

.content-more-button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 16px;
    background: #fff;
    overflow: hidden;
    padding-right: 50px;
    border-top: 2px solid #000;
    transition: all .5s ease;
    border-right: 2px solid #000;
}

.content-more-button.relatywny {
    position: relative;
    bottom: 0px;
    left: 0px;
    height: 50px;
    line-height: 46px;
    color: #000;
    font-size: 16px;
    background: #fff;
    overflow: hidden;
    margin: auto;
    padding-right: 50px;
    border-top: 2px solid #000;
    transition: all .5s ease;
    border-right: 2px solid #000;
    border: 2px solid #000;
}

.light-purple .content-more-button {
    border-color: #464D77;
    background: #DCD6F7;
    color: #464D77;
}

.bordo .content-more-button {
    border-color: #92140C;
    color: #92140C;
}

.hd .content-more-button {
    border-width: 1px;
}

.content-more-button.big-box {
    height: 40px;
    line-height: 40px;
}

.content-more-button.big-box span {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
}

.content-more-button span {
    display: block;
    transition: all .5s ease;
    height: 50px;
    position: relative;
    z-index: 1;
    padding: 0px 20px;
    border: 2px solid #000;
    border-width: 0px 2px 0px 0px;
}

.bordo .content-more-button span {
    border-color: #92140C;
}

.light-purple .content-more-button span {
    border-color: #464D77;
}

.hd .content-more-button span {
    border-width: 0px 1px 0px 0px;
}

.content-more-button span.with-extra {
    padding-right: 0px;
}

.content-more-button-extra {
    position: relative;
    float: right;
    right: 0px;
    width: 60px;
    margin-left: 20px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #000;
    top: 0px;
    transition: all .5s ease;
}

.content-more-button span.with-extra:after {
    position: absolute;
    right: 60px;
    top: 0px;
    transition: all .5s ease;
    bottom: 0px;
    border-left: 2px solid #000;
    content: " ";
}

.hd .content-more-button span.with-extra:after {
    border-left: 1px solid #000;
}

.content-more-button:hover span.with-extra:after {
    right: -2px;
}

.content-more-button:hover .content-more-button-extra {}

.content-more-button:hover span {
    padding: 0px 45px;
}

.content-more-button:hover {
    padding-right: 0px;
    color: #000;
    text-decoration: none;
}

.content-more-button:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transform: translateX(-100%);
    background: #FFBA08;
    content: " ";
    transition: all .5s ease;
    z-index: 0;
    opacity: 0;
}

.content-more-button.big-box:after {
    background: #89023E;
}

.content-more-button.big-box:hover,
.content-more-button.big-box:hover span {
    color: #fff;
}

.content-more-button:hover:after {
    opacity: 1;
    transform: translateX(0);
}

.content-more-button i {
    position: absolute;
    z-index: 1;
    transform-origin: center;
    right: 10px;
    transition: all .5s ease;
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
}

.content-more-button:hover i {
    transform: rotate(0deg) translateY(-50%);
}

.circle-button {
    width: 110px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    background: #89033E;
    color: #fff;
    box-shadow: 0px 5px 0px #FFBA08;
    transition: all .3s ease;
}

.circle-button:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    content: " ";
    opacity: 0;
    border: 2px solid #89033E;
}

.circle-button:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    content: " ";
    opacity: 0;
    border: 2px solid #89033E;
}

.circle-button:hover:after {
    animation: bigcircle 2s ease infinite;
}

.circle-button:hover:before {
    animation: bigcircle 2s ease .5s infinite;
}

.circle-button:hover {
    color: #fff;
    cursor: pointer;
    transform: scale(1.05);
    box-shadow: 0px 10px 0px #FFBA08;
}

.circle-button span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 900;
    transform: translate(-50%, -50%);
}

.circle-button i {
    font-size: 50px;
    display: block;
}

.animating-box {
    height: 100px;
    margin: 20px 0px;
    background: #FFF275;
    position: relative;
    transform-origin: left center;
    animation: animating-box 3s ease infinite;
}

@keyframes animating-box {
    0% {
        transform: scale(0, 1);
    }
    10% {
        transform: scale(.6, 1);
    }
    14% {
        transform: scale(.2, 1);
    }
    25% {
        transform: scale(.4, 1);
    }
    40% {
        transform: scale(.1, 1);
    }
    60% {
        transform: scale(1, 1);
    }
    70% {
        transform: scale(.7, 1);
    }
    80% {
        transform: scale(.8, 1);
    }
    90% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}


/* Slider */

.slick-loading .slick-list {}


/* Icons */

.slick-track {
    display: flex !important;
    align-items: center;
}


/* Arrows */

.slick-prev,
.slick-next {
    z-index: 9999999;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    opacity: .7;
    color: #000;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 0px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 1;
    outline: 0;
    border: 0;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    line-height: 30px;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -10px;
}

[dir='rtl'] .slick-prev {
    right: -15px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -10px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -15px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.clients-img-wrap {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 99;
    padding-left: 20px;
    padding-right: 20px;
    /*
	 	white-space: nowrap;
	 	display: flex;
	 	justify-content: space-around;
	 	flex-direction: row;
	 	align-items:center; */
}

.slick-slide img { 
	display: inline-block;
}
.clients-img {
	text-align: center;
	margin: 0px 15px;
    /*
	 	width: auto;
  	 	margin: 25px auto;
  	 	max-width: 9%;*/
}

.clients-img img {
    width: auto;
    max-width: 100%;
    max-height: 90px;
    filter: grayscale(100%);
    transition: filter .3s ease;
}

.clients-img:hover img {
    filter: grayscale(0%);
}

.clients-img:nth-child(1) {
    margin-left: 0px;
}

.clients-img:nth-child(9) {
    margin-right: 0px;
}

.media-top-wrap {
    opacity: 1;
    position: relative;
}

.media-top-wrap.mtw1:afster {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #F78E69;
    opacity: .3;
    content: " ";
    z-index: 1;
}

.media-top-wrap.mtsw2:after {
    position: absolute;
    left: -80px;
    top: -30px;
    right: -80px;
    bottom: -30px;
    background: #FFD9DA;
    opacity: .5;
    content: " ";
    z-index: 1;
}

.media-top-wrap.mtw2 {}

.media-top-wrap.mtw3:asfter {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #ED254E;
    opacity: .3;
    content: " ";
    z-index: 1;
}

.media-top-wrap.mtw4:after {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #FFF275;
    opacity: .3;
    content: " ";
    z-index: 1;
}

.media-top-images {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.media-top-image {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: left top;
    bottom: 0px;
    right: 0px;
}

.media-top-image.active {
    display: block;
}

.big-subpage {
    font-size: 80px;
    font-weight: 900;
}

.sub-top-wrap {
    background-position: center;
    background-size: cover;
    min-height: 300px;
    margin-top: 0px;
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
    z-index: 999;
}

.sub-top-wrap:after {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    content: " ";
}

.sub-top {
    z-index: 1;
    position: relative;
}

.sub-top-left-small {
    color: #fff;
}

.sub-top-title {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
}

.sub-top-right-block {
    background: #fff;
    border: 2px solid #000;
    box-shadow: 5px 5px 0px #000;
    margin-bottom: 30px;
    height: auto;
    text-align: center;
    color: #000;
    font-size: 18px;
    position: relative;
    display: block;
    font-weight: 900;
}

.sub-top-right-block span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub-menu-wrap {
    padding: 0px;
    margin: 0px;
    position: sticky;
    top: 50px;
}

.sub-menu-wrap li {
    list-style: none;
    display: inline-block;
}

.sub-menu-wrap .col {
    padding: 0px;
}

a.sub-menu.nav-link {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #000;
    height: 50px;
    padding: 0px 20px;
    line-height: 50px;
    border: 2px solid #000;
    border-width: 2px 2px 2px 0px;
    background: #fff;
}

a.sub-menu:hover {
    background: #ccc;
    color: #000;
}

a.sub-menu.active.nav-link {
    background: #000;
    color: #fff;
}

.sub-menu-wrap .col:nth-child(2) a.sub-menu.nav-link {
    border-left: 2px solid #000;
}

.sub-content-box {
    border: 2px solid #000;
    padding: 0px 15px;
    background: #fff;
}

.sub-content-mini-wrap {
    border: 2px solid #000;
    border-width: 0px 2px 2px 0px;
    padding: 20px;
    background: #fff;
}

.sub-content-header-mini {
    background: #000;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding: 0px 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sub-content-header-mini.white {
    background: #fff;
    color: #000;
}

.key-features span {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.key-features span:before {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: #38AECC;
    width: 20px;
    content: " ";
}

.small-newses {
    border-top: 2px solid #92140C;
}

.small-newses .news,
.small-newses .news:last-of-type {
    height: 60px;
    line-height: 58px;
    font-size: 18px;
    padding-left: 60px;
    text-align: left;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 2px solid #92140C;
    border-color: #92140C;
    color: #92140C;
}

.news {
    display: block;
    position: relative;
    bottom: 0px;
    left: 0px;
    height: 80px;
    line-height: 78px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: #fff;
    padding-right: 50px;
    padding-left: 80px;
    border-top: 2px solid #000;
    transition: all .5s ease;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
}

#small-newses .content-more-button {
    border-top: 0px;
}

.news:last-of-type {
    border-bottom: 2px solid #000;
}

.small-newses .news span {
    height: 60px;
    padding: 0px 10px;
    border-color: #92140C;
    font-size:13px;
}

.news span {
    display: block;
    transition: all .5s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 80px;
    position: relative;
    z-index: 1;
    padding: 0px 20px;
    border: 2px solid #000;
    border-width: 0px 2px 0px 0px;
}

.news:hover span {
    padding: 0px 45px;
}

.small-newses .news:hover span {
    padding: 0px 20px;
}

.news:hover {
    padding-right: 0px;
    color: #000;
    text-decoration: none;
}

.news:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transform: translateX(-100%);
    background: #F78E69;
    content: " ";
    transition: all .5s ease;
    z-index: 0;
    opacity: 0;
}

.news:hover:after {
    opacity: 1;
    transform: translateX(0);
}

.news i {
    position: absolute;
    z-index: 1;
    transform-origin: center;
    right: 10px;
    transition: all .5s ease;
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
}

.news:hover i {
    transform: rotate(0deg) translateY(-50%);
}

.small-newses .news-date {
    line-height: 20px;
    width: 60px;
    font-size: 16px;
    border-color: #92140C;
}

.small-newses .news-date div {
    line-height: 20px;
    width: 60px;
    font-size: 16px;
    font-size: 14px;
}

.news-date {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    bottom: 0px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80px;
    font-size: 22px;
    border-right: 2px solid #000;
    font-weight: bold;
    text-align: center;
}

.news-date div {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 4px;
}

.big-game-box-wrap {
    display: flex;
}

.big-game-box {
    background: #fff;
    border: 2px solid #000;
    box-shadow: -5px 5px 0px #89023E;
    position: relative;
    margin-top: 100px;
    padding-bottom: 70px;
}

.hd .big-game-box {
    border: 1px solid #000;
    box-shadow: -2px 2px 15px rgba(138, 0, 62, 0.33);
}

.big-game-box-logos {
    height: 50px;
    z-index: 5;
    position: absolute;
    text-align: right;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.big-game-box-logo-wrap {
    display: inline-block;
    background: #fff;
    height: 42px;
    border: 2px solid #000;
    float: right;
    border-width: 0px 0px 2px 2px;
    max-width: 50%;
    padding: 5px 15px;
}

.big-game-box-logo-left {
    width: auto;
    max-height: 30px;
    max-width: 100%;
}

.big-game-box-logo-right {
    width: auto;
    max-height: 30px;
    max-width: 100%;
}


/*
 .big-game-box-logo-left { 
		 position: absolute;
		 background: #000;
		 border: 2px solid #000;
		 left:0px;
		 top:0px;
		 padding: 5px;		 box-shadow: 5px 5px 0px #89023E;

		 border-width: 2px 2px 0px 2px;
		 width: auto;
		 max-height: 50px;
		 max-width: 50%;
	 }
  .big-game-box-logo-right { 
	  background: #000;
		 position: absolute;
		 border: 2px solid #000;
		 left:90px; box-shadow: 5px 5px 0px #89023E;
		 top:0px;
		 padding: 5px;
		 border-width: 2px 2px 2px 2px;
		 width: auto;
		 max-height: 50px;
		 max-width: 50%;
	 }
*/

.big-game-box-img {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.big-game-box-img-over {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    bottom: 0px;
    display: none;
}

.big-game-box:hover .big-game-box-img-over,
.hd .big-game-box-img-over {
    display: block;
}

.big-game-box-date {
    padding: 0px 20px 0px 20px;
    font-size: 13px;
    color: #000;
}

.big-game-box-title {
    font-size: 22px;
    padding: 20px;
    color: #000;
    font-weight: 900;
}

.big-game-box-footer {
    height: 70px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.yellow-box-link-wrap {
    display: flex;
}

.yellow-box-link {
    background: #FFBA08;
    width: 100%;
    color: #89033E;
    padding: 50px;
    display: block;
    position: relative;
    text-align: center;
    border: 2px solid #89033E;
    box-shadow: -5px 5px 0px #FFBA08;
    transition: all .3s ease;
}

.yellow-box-link:hover {
    cursor: pointer;
    box-shadow: -10px 10px 0px #FFBA08;
    transform: translate(5px, -5px);
    text-decoration: none;
    color: #89033E;
}

.articleTop {
    position: relative;
    min-height: 60vh;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 80px;
}

.articleTop.mini {
    min-height: 200px;
}

.articleTop.mini .articleTopRow {
    min-height: 100px;
}

.articleTopRow {
    min-height: calc(40vh - 5px);
}

.articleTopBgs {
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.articleTopBg {
    z-index: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease;
    visibility: hidden;
    background-size: cover;
    background-position: center;
}

.articleTopTitle {
    position: absolute;
    bottom: 0px;
    left: 50%;
    bottom: 0px;
    z-index: 99999999;
}

.articleTopBg.semi {
    visibility: visible;
}

.articleTopBg.active {
    opacity: 1;
}

.articleTopTlo {
    position: absolute;
    left: 0px;
    height: 100%;
    bottom: 0px;
    z-index: 1;
    right: 0px;
    content: " ";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,2d2d2d+49,2d2d2d+100&0+0,0+49,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, .9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, .9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, .9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.big-blog-wrap {
    position: relative;
}

.big-blog-wrap-bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
    left: 15px;
    background-size: cover;
    background-position: center;
}

.sml-blog-wrap-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center;
}

.sml-blog-wrap-title {
    position: absolute;
    bottom: 10%;
    transition: all .5s ease;
    max-width: 60%;
    min-width: 40%;
    right: -30px;
    padding: 30px 50px 30px 30px;
    background: rgba(0, 0, 0, .5);
    border: 2px solid #06AED5;
    box-shadow: -5px 5px 0px #06AED5;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.sml-blog-wrap-date {
    position: absolute;
    right: -20px;
    top: 30px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.big-blog-wrap:hover .big-blog-wrap-bg:after {
    opacity: 0;
}

.big-blog-wrap:hover .big-blog-wrap-title,
.sml-blog-wrap:hover .sml-blog-wrap-title {
    background: #06AED5;
    color: #000;
    font-size: 0.8rem;
}

.big-blog-wrap:hover .big-blog-wrap-title-sml {
    color: #000;
    font-size: 0.8rem;
}

.big-blog-wrap-bg:after {
    position: absolute;
    top: 0px;
    transition: all .5s ease;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .6);
    content: " ";
}

.big-blog-wrap-title {
    transition: all .5s ease;
    position: absolute;
    top: 10%;
    max-height: 80%;
    max-width: 90%;
    left: -50px;
    z-index: 99;
    border: 2px solid #06AED5;
    padding: 30px 30px 30px 80px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    box-shadow: -5px 5px 0px #06AED5;
}

.big-blog-wrap-title-sml {
    font-size: 16px;
    transition: all .5s ease;
    color: #fff;
    font-weight: 300;
}

.big-blog-wrap-date {
    position: absolute;
    left: -20px;
    top: 50px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #000;
    font-size: 20px;
}

.socials a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.socials a i {
    margin-right: 5px;
}

.my-form-wrap {
    min-height: 70px;
    position: relative;
    padding: 0px 20px;
}

.my-form-wrap:after {
    position: absolute;
    left: 20px;
    bottom: 0px;
    right: 20px;
    content: " ";
    background: #FABC3C;
    transform-origin: left center;
    transition: all .3s ease;
    height: 3px;
    transform: scale(0, 1);
    z-index: 5;
}

.my-form-wrap.active:after {
    transform: scale(1);
}

input.form-control.my-form-input:focus,
textarea.form-control.my-form-input:focus,
select.form-control.my-form-input:focus {
    outline: 0 !important;
    outline-width: 0;
    -webkit-appearance: none !important;
    box-shadow: none;
    appearance: none !important;
}

.my-form-wrap label {
    color: #161032;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 30px;
    bottom: 10px;
    transition: all .3s ease;
}

.my-form-wrap.selectpi label {
    botttom: auto;
    top: 10px;
}

.my-form-wrap.texta label {
    bottom: auto;
    bottom: 10px;
}

.my-form-wrap.texta.active label,
.my-form-wrap.texta.done label {
    transform: none;
    bottom: 80%;
}

.my-form-wrap.active label,
.my-form-wrap.done label {
    transform: translateY(-20px);
}

.my-form-wrap.active label {
    color: #FABC3C;
}

input.form-control.my-form-input,
button.form-control.my-form-input,
textarea.form-control.my-form-input,
select.form-control.my-form-input {
    border: 2px solid #161032;
    border-width: 0px 0px 2px 0px;
    font-size: 16px;
    height: 70px;
    font-weight: 600;
    padding-top: 40px;
    background: transparent;
    border-radius: 0px;
    box-shadow: 0px;
    outline: none;
    outline: 0 !important;
    outline-width: 0;
    -webkit-appearance: none !important;
    appearance: none !important;
}

button.my-form-input.form-control {
    width: 100%;
}

.my-form-wrap.select:before {
    position: absolute;
    right: 25px;
    top: 50%;
    font-size: 12px;
    font-family: "Font Awesome 5 Pro";
    content: '\f175';
}

textarea.form-control.my-form-input {
    height: 200px;
}

@media (max-width:766px) {
    .dark-header .logo-color,
    .ponizej .logo-color {
        position: absolute;
        left: 0px;
        top: 5px;
        transition: all .3s ease;
    }
    .logo-color {
        left: 0px;
    }
    .top_tekst {
        position: relative;
        left: 15px;
        width: auto;
        right: 15px;
        top: 0px;
        padding-top: 220px;
        font-size: 30px;
        line-height: 40px;
        color: #fff;
        font-family: 'Novocento';
    }
    .navbar-brand {
        padding: 10px 0px;
    }
    .ponizej .navbar-brand,
    .dark-header .navbar-brand {
        padding: 5px 0px;
    }
    .logo-maska,
    .ponizej .logo-maska,
    .dark-header .logo-maska,
    .logo-maska-1,
    .ponizej .logo-maska-1,
    .dark-header .logo-maska-1 {
        left: 0px;
        right: 0px;
    }
    .content-box {
        padding: 30px 15px 100px 15px;
    }
    .content-text {
        font-size: 14px;
        line-height: 20px;
        padding: 30px 0px;
    }
    .content-header {
        font-size: 30px;
    }
    .content-header:after {
        width: 40px;
        height: 40px;
    }
    .what-header {
        font-size: 20px;
    }
    .hard-wrap {
        margin-bottom: 30px;
    }
    .hard-icon {
        line-height: 40px;
        font-size: 40px;
    }
    .hard-number {
        font-size: 20px;
    }
    .hard-text {
        font-size: 12px;
    }
    .big-blog-wrap {
        margin-bottom: 20px;
    }
    .big-blog-wrap-title {
        left: 0px;
        background: rgba(255, 255, 255, .2);
    }
    .sml-blog-wrap-title {
        right: auto;
        left: 0px;
    }
    .big-subpage {
        font-size: 36px;
        margin-top: 50px;
    }
}