@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600,700");
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

h3 {
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	letter-spacing: 3px;
}
h4 {
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}


.section.content ul {
    list-style: initial;
}

.section.content ol {
    list-style: decimal;
}

.section.content {
    line-height: 27px;
}

.section.content p {
    margin: 0 0 10px;
}

.section.content {
    font-size: 14px;
    line-height: 24px;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before {
    content: "";
    content: none;
}

q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.single-page {
    padding: 100px 0;
    clear: both;
}

.realizations-content .single-realization {
    width: 50%;
    float: left;
    overflow: hidden;
}

.lang-item {
    margin-left: 10px !important;
    opacity: 0.9
}

.lang-item:hover,
.lang-item.current-lang {
    opacity: 1;
}


.lang-item a {
    font-size: 16px !important;
}

@media screen and (max-width: 768px) {
    .realizations-content .single-realization {
        width: 100%;
        margin-bottom: 15px;
    }
}

.realizations-content .single-realization .box-realizations {
    padding: 10px;
    position: relative;
}

.realizations-content .single-realization .box-realizations:hover .img img {
    opacity: 0.7;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.realizations-content .single-realization .box-realizations:hover h3.title {
    bottom: 30px;
    opacity: 1;
}

.realizations-content .single-realization .box-realizations .img {
    background: #000;
    overflow: hidden;
}

.realizations-content .single-realization .box-realizations .img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.realizations-content .single-realization .box-realizations h3.title {
    position: absolute;
    font-size: 30px;
    letter-spacing: 1px;
    left: 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    bottom: -25px;
    opacity: 0;
    color: #ffffff;
}

.modal {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.modal .content-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
    background: #ffffff;
    overflow: auto;
}

.modal .content-modal .slider-image img {
    width: 100%;
    height: auto;
}

.modal.open {
    opacity: 1;
    visibility: inherit;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9;
}

.header-article {
    height: 500px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.header-article .title-article {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
}

.head-article-text {
    padding: 50px 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.4px;
    min-height: 600px;
}

.head-article-text strong {
    font-weight: 700;
}

.head-article-text a {
    font-weight: 600;
    color: #000000;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:hover,
a:visited {
    outline: 0;
    outline: none;
}

body {
    font-family: "Lato", sans-serif;
    margin: 0;
    padding: 0;
}

body.article-template-default .top.small ul li a,
body.single-post .top.small ul li a {
    color: #414042 !important;
}

body.article-template-default .top .content .top_navigate ul li a,
body.single-post .top .content .top_navigate ul li a {
    color: #ffffff;
  
}

body.article-template-default .top .content .top_navigate ul li a:after,
body.single-post .top .content .top_navigate ul li a:after {
    background: #ffffff;
}

.padding {
    padding: 120px 0;
}

.padding:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 640px) {
    .padding {
        padding: 70px 0;
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    display: none;
    z-index: 9999999999999;
}

.load {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: none;
}

.load hr {
    border: 0;
    margin: 0;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: spin 2s ease infinite;
    animation: spin 2s ease infinite;
}

.load :first-child {
    background: #f1f1f1;
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

.load :nth-child(2) {
    background: #e0e0e0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.load :nth-child(3) {
    background: #bdbdbd;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.load :last-child {
    background: #777777;
}

@-webkit-keyframes spin {

    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(160%);
        transform: translate(160%);
    }

    50% {
        -webkit-transform: translate(160%, 160%);
        transform: translate(160%, 160%);
    }

    75% {
        -webkit-transform: translate(0, 160%);
        transform: translate(0, 160%);
    }
}

@keyframes spin {

    0%,
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(160%);
        transform: translate(160%);
    }

    50% {
        -webkit-transform: translate(160%, 160%);
        transform: translate(160%, 160%);
    }

    75% {
        -webkit-transform: translate(0, 160%);
        transform: translate(0, 160%);
    }
}

.js #loader-wrapper,
.js .load {
    display: block;
}

.content {
    max-width: 1440px;
    padding: 0 30px;
    margin: 0 auto;
}

@media (max-width: 1599px) {
    .content {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1441px) {
    .content {
        max-width: 1140px;
    }
}

@media screen and (max-width: 640px) {
    .content {
        padding: 0 20px;
    }
}



.top {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9999999;
}

.top.small {
    padding: 12px 0;
    background: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99999;
    -webkit-box-shadow: 0px 2px 154px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 154px 0px rgba(0, 0, 0, 0.2);
}

.top.small .content {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.top.small .top_logotype img {
    width: 50px !important;
}

.top .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    align-items: center;
}

.top .content .top_logotype img {
    width: 90px;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1441px) {
    .top .content .top_logotype img {
        width: 90px;
    }
}

@media screen and (max-width: 640px) {
    .top .content .top_logotype img {
        width: 50px;
    }
}

@media (max-width: 768px) {
    .top .content .top_navigate {
        position: absolute;
        top: 0;
        right: -110%;
        bottom: 0;
        height: 100vh;
        width: 100%;
        background: #414042;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}


.top .content .top_navigate.open {
    right: 0%;
}

@media (max-width: 768px) {
    .top .content .top_navigate ul {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 999999;
        padding: 0 40px;
    }
}

@media screen and (max-width: 640px) {
    .top .content .top_navigate ul {
        padding: 0 30px;
    }
}

.top .content .top_navigate ul li {
    display: inline-block;
    margin-left: 25px;
font-size: 20px;
color: white;
  list-style-type:none;
  float: none;

}



.menu-item-263-en img {
  margin: 1px!important;
}

@media (max-width: 768px) {
    .top .content .top_navigate ul li {
        margin-left: 0;
        display: block;
        margin-bottom: 20px;
    }
}

.top .content .top_navigate ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    position: relative;
  text-transform:uppercase;
}

.top.small .content .top_navigate ul li a {
    color: #000;
}

@media (max-width: 768px) {
    .top .content .top_navigate ul li a {
        color: #ffffff;
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .top .content .top_navigate ul li a {
        font-size: 20px;
    }

    .top.small .content .top_navigate ul li a {
        color: #fff;
    }

}

.top .content .top_navigate ul li a:hover:after {
    width: 100%;
}

.top .content .top_navigate ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.top .content .top_navigate ul li.wesprzyj_menu a:after {
    display: none;
}

.top.small .content .top_navigate ul li a::after {
    background: #43b85f;
}

.top .content .top_hamburger {
    padding: 4px 0 0;
}

@media (min-width: 769px) {
    .top .content .top_hamburger {
        display: none;
    }
}

.top .content .top_hamburger #nav-icon3 {
    width: 35px;
    height: 23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.top .content .top_hamburger #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgb(0, 0, 0);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.top .content .top_hamburger #nav-icon3 span:first-child {
    top: 0px;
}

.top .content .top_hamburger #nav-icon3 span:nth-child(2),
.top .content .top_hamburger #nav-icon3 span:nth-child(3) {
    top: 9px;
}

.top .content .top_hamburger #nav-icon3 span:nth-child(4) {
    top: 18px;
}

.top .content .top_hamburger #nav-icon3.open span {
    background: #fff !important;
}

.top .content .top_hamburger #nav-icon3.open span:first-child {
    top: 9px;
    width: 0%;
    left: 50%;
}

.top .content .top_hamburger #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
}

.top .content .top_hamburger #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000;
}

.top .content .top_hamburger #nav-icon3.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.top-single {
    padding: 35px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9999999;
}

.top-single.small {
    padding: 12px 0;
    background: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99999;
    -webkit-box-shadow: 0px 2px 154px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 154px 0px rgba(0, 0, 0, 0.2);
}

.top-single.small .content {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.top-single.small .top_logotype img {
    width: 50px !important;

}

.top-single .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.top-single .content .top_logotype img {
    width: 120px;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1441px) {
    .top-single .content .top_logotype img {
        width: 100px;
    }
}

@media screen and (max-width: 640px) {
    .top-single .content .top_logotype img {
        width: 50px;
    }
}

@media (max-width: 768px) {
    .top-single .content .top_navigate {
        position: absolute;
        top: 0;
        right: -110%;
        bottom: 0;
        height: 100vh;
        width: 100%;
        background: #414042;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;

    }
}

.top-single .content .top_navigate.open {
    right: 0%;
}

@media (max-width: 768px) {
    .top-single .content .top_navigate ul {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 999999;
        padding: 0 40px;
    }
}

@media screen and (max-width: 640px) {
    .top-single .content .top_navigate ul {
        padding: 0 30px;
    }
}

.top-single .content .top_navigate ul li {
    display: inline;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .top-single .content .top_navigate ul li {
        margin-left: 0;
        display: block;
        margin-bottom: 20px;
    }
}

.top-single .content .top_navigate ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

@media (max-width: 768px) {
    .top-single .content .top_navigate ul li a {
        color: #ffffff;
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .top-single .content .top_navigate ul li a {
        font-size: 20px;
    }
}

.top-single .content .top_navigate ul li a:hover:after {
    width: 100%;
}

.top-single .content .top_navigate ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.top-single .content .top_hamburger {}

@media (min-width: 769px) {
    .top-single .content .top_hamburger {
        display: none;
    }
}

.top-single .content .top_hamburger #nav-icon3 {
    width: 35px;
    height: 23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.top-single .content .top_hamburger #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.top-single .content .top_hamburger #nav-icon3 span:first-child {
    top: 0px;
}

.top-single .content .top_hamburger #nav-icon3 span:nth-child(2),
.top-single .content .top_hamburger #nav-icon3 span:nth-child(3) {
    top: 9px;
}

.top-single .content .top_hamburger #nav-icon3 span:nth-child(4) {
    top: 18px;
}

.top-single .content .top_hamburger #nav-icon3.open span {
    background: #ffffff;
}

.top-single .content .top_hamburger #nav-icon3.open span:first-child {
    top: 9px;
    width: 0%;
    left: 50%;
}

.top-single .content .top_hamburger #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-single .content .top_hamburger #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-single .content .top_hamburger #nav-icon3.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.about_me {
    height: 880px;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/head.jpg);
    background-size: cover;
    background-position: 50% 70%;
    position: relative;
}

@media(min-width: 1919px) {
    .about_me {
        height: 1000px;
        background-position: 50% 100%;
    }
}

@media screen and (max-width: 992px) {
    .about_me {
        height: 880px;
        position: relative;
    }
}

@media screen and (max-width: 640px) {
    .about_me {
        height: 730px;
    }
}

@media screen and (max-width: 992px) {
    .about_me:before {
        height: 60vh;
    }
}

.about_me:after {
    content: "";
    background-image: url(../images/path-7.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0px;
    right: 0;
}

@media screen and (max-width: 992px) {
    .about_me:after {
        height: 600px;
    }
}

@media screen and (max-width: 992px) {
    .about_me:after {
        height: 500px;
    }
}

@media screen and (max-width: 480px) {
    .about_me:after {
        background-image: url(../images/path-7m.svg);
        height: 340px;
    }
}

.about_me .content {
    height: 100vh;
    position: relative;
}

@media(min-width: 1919px) {
    .about_me .content {
        height: 1000px;
    }
}


@media(min-width: 2399px) {
    .about_me {
        height: 1290px;
    }
}

@media(min-width: 2399px) {
    .about_me .content {
        height: 1290px
    }
}

@media screen and (max-width: 992px) {
    .about_me .content {
        height: 880px;
    }
}

@media screen and (max-width: 640px) {
    .about_me .content {
        height: 730px;
    }
}

.about_me .about_me_image img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 85vh;
    z-index: 1;
}

@media screen and (max-width: 992px) {
    .about_me .about_me_image img {
        right: -10%;
        height: 800px;
    }
}

@media screen and (max-width: 480px) {
    .about_me .about_me_image img {
        height: 640px;
        right: -20%;
    }
}

.about_me .about_me_text {
    color: #ffffff;
    position: absolute;
    bottom: 8vh;
    z-index: 9;
    max-width: 600px;
}

@media screen and (max-width: 1441px) {
    .about_me .about_me_text {
        bottom: 7vh;
    }
}

@media screen and (max-width: 768px) {
    .about_me .about_me_text {
        bottom: 60px;
    }
}

@media screen and (max-width: 640px) {
    .about_me .about_me_text {
        bottom: 45px;
    }
}

@media screen and (max-width: 992px) {
    .about_me .about_me_text {
        padding-right: 20px;
    }
}

.about_me .about_me_text h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 40px;
}

.about_me .about_me_text h1:after {
    content: "";
    display: block;
    height: 5px;
    width: 20px;
    background: #ffffff;
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .about_me .about_me_text h1:after {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1441px) {
    .about_me .about_me_text h1 {
        font-size: 45px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 992px) {
    .about_me .about_me_text h1 {
        font-size: 40px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 768px) {
    .about_me .about_me_text h1 {
        font-size: 32px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 480px) {
    .about_me .about_me_text h1 {
        font-size: 24px;
        margin-bottom: 22px;
    }
}

.about_me .about_me_text .description {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

@media screen and (max-width: 1441px) {
    .about_me .about_me_text .description {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .about_me .about_me_text .description {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .about_me .about_me_text .description {
        font-size: 13px;
        line-height: 24px;
    }
}

.section.mision:after {
    content: "";
    display: table;
    clear: both;
}

.section.mision .content {
    padding: 130px 30px 100px;
}

.section.mision .content:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 640px) {
    .section.mision .content {
        padding: 40px 20px;
    }
}

.section.mision .content .content_text {}

@media screen and (max-width: 768px) {
    .section.mision .content .content_text {
        display: block;
    }
}

.section.mision .content .left {
    width: 50%;
    float: left;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .section.mision .content .left {
        width: 100%;
        padding-right: 0;
    }
}

.section.mision .content .right {
    width: 50%;
    float: left;
}

@media screen and (max-width: 768px) {
    .section.mision .content .right {
        width: 100%;
    }
}

.section.mision h3 {
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #414042;
    text-align: center;
}

.section.programs h3 {
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #414042;
    text-align: center;
}

.section.team h3 {
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #414042;
    text-align: center;
}

.section.join h3 {
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #414042;
    text-align: center;
}

.section.social h3 {
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #414042;
    text-align: center;
}

.section.social h3::after {
    content: "";
    display: block;
    height: 5px;
    width: 20px;
    background: #414042;
    margin: 20px auto;
}

.section.content h3 {
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #414042;
    text-align: center;
}

.section.content h3::after {
    content: "";
    display: block;
    height: 5px;
    width: 20px;
    background: #414042;
    margin: 20px auto;
}

.section.content {
    padding: 70px 30px;
}






.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 20px;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 20px 0 20px 20px;
    min-width: 100px;
}












@media screen and (max-width: 1441px) {
    .section.mision h3 {
        font-size: 45px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .section.mision h3 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 640px) {
    .section.mision h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

.section.mision h3::after,
.section.programs h3::after {
    content: "";
    display: block;
    height: 5px;
    width: 20px;
    background: #414042;
    margin-top: 20px;
    margin: 20px auto;
}

.section.join h3:after {
    content: "";
    display: block;
    height: 5px;
    width: 20px;
    background: #414042;
    margin: 20px auto;
}

.section.team h3:after {
    content: "";
    display: block;
    height: 5px;
    width: 20px;
    background: #414042;
    margin: 20px auto;
}

.section.mision p {
  	font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.4px;
	text-align: justify;
  text-justify: inter-word;
}



@media screen and (max-width: 1441px) {
    .section.mision p {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .section.mision p {
        font-size: 14px;
    }
}

.section.mision img {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
}

@media screen and (max-width: 640px) {
    .section.mision img {
        max-width: 100px;
        margin-top: 30px;
    }
}

.vision {
    position: relative;
    overflow: hidden;
}

.vision .content {
    position: relative;
    padding: 70px 30px;
    border-bottom: 1px solid #414042;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.vision .content:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 640px) {
    .vision .content {
        padding: 40px 20px;
    }
}

.vision .content:before {
    content: "";
    background: url(../images/image-10.png);
    width: 878px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1170px;
    position: absolute;
    left: -200px;
    bottom: 0;
    right: 0;
    display: block;
    z-index: -1;
}

@media (max-width: 1199px) {
    .vision .content:before {
        left: -80px;
        width: 772px;
        height: 1115px;
    }
}

@media screen and (max-width: 992px) {
    .vision .content:before {
        display: none;
    }
}

.vision .content_vision_text {
    width: 60%;
    float: right;
}

@media screen and (max-width: 992px) {
    .vision .content_vision_text {
        width: 100%;
    }
}

.vision .content_vision_text h3 {
    font-size: 45px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #414042;
}

@media screen and (max-width: 1441px) {
    .vision .content_vision_text h3 {
        font-size: 45px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .vision .content_vision_text h3 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 640px) {
    .vision .content_vision_text h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

.vision .content_vision_text h3:after {
    content: "";
    display: block;
    height: 5px;
    width: 20px;
    background: #414042;
    margin-top: 20px;
}

.vision .content_vision_text p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

@media screen and (max-width: 1441px) {
    .vision .content_vision_text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .vision .content_vision_text p {
        font-size: 14px;
    }
}

.video {
    min-height: 1120px;
}

@media screen and (max-width: 992px) {
    .video {
        min-height: auto;
    }
}

.video .content {
    position: relative;
    padding: 70px 30px 0;
}

.video .content:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 640px) {
    .video .content {
        padding: 40px 20px;
    }
}

.video .video-content {
    border-bottom: 1px solid #414042;
    padding: 0 30px 30px 30px;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .video .video-content {
        padding: 0px 20px;
    }
}

.video .content_title {
    width: 100%;
    margin-bottom: 100px;
    padding: 0 10px;
}

@media screen and (max-width: 992px) {
    .video .content_title {
        width: 100%;
        margin-bottom: 60px;
    }
}

.video h3 {
    font-size: 45px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #414042;
}

@media screen and (max-width: 1441px) {
    .video h3 {
        font-size: 45px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .video h3 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 640px) {
    .video h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

.video h3:after {
    content: "";
    display: block;
    height: 5px;
    width: 20px;
    background: #414042;
    margin-top: 20px;
}

.video p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

@media screen and (max-width: 1441px) {
    .video p {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .video p {
        font-size: 14px;
    }
}

.video #head_video {
    padding: 0 10px;
}

.video #head_video iframe {
    height: 500px;
}

@media screen and (max-width: 640px) {
    .video #head_video iframe {
        height: 250px;
    }
}

.video #video_carousel img {
    width: 100%;
    padding: 10px;
}

.section.last-news .content {
    position: relative;
    padding: 70px 30px;
    border-bottom: 1px solid #414042;
}

.section.last-news .content:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 640px) {
    .section.last-news .content {
        padding: 40px 20px;
    }
}

.section.last-news .content_title {
    width: 100%;
    margin-bottom: 100px;
    padding: 0 10px;
}

@media screen and (max-width: 992px) {
    .section.last-news .content_title {
        width: 100%;
        margin-bottom: 60px;
    }
}

.section.last-news .content_title h3 {
    font-size: 45px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #414042;
}

@media screen and (max-width: 1441px) {
    .section.last-news .content_title h3 {
        font-size: 45px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .section.last-news .content_title h3 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 640px) {
    .section.last-news .content_title h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

.section.last-news .content_title h3:after {
    content: "";
    display: block;
    height: 5px;
    width: 20px;
    background: #414042;
    margin-top: 20px;
}

.section.last-news .content_title p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

@media screen and (max-width: 1441px) {
    .section.last-news .content_title p {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .section.last-news .content_title p {
        font-size: 14px;
    }
}

.section.last-news .news_carousel .news_content a {
    color: #414042;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}

.section.last-news .news_carousel .news_content .image_news {
    margin: 10px;
    position: relative;
}

.section.last-news .news_carousel .news_content .image_news .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 29, 45, 0.5);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.section.last-news .news_carousel .news_content .image_news img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.section.last-news .news_carousel .news_content .title_news {
    padding: 0 10px;
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.section.last-news .news_carousel .news_content:hover .image_news .mask {
    opacity: 0;
}

.slick-arrow.slick-next,
.slick-arrow.slick-prev {
    width: 10px;
}

.slick-arrow.slick-prev {
    background: url("../images/arrow.svg");
}

.slick-arrow.slick-next {
    background: url("../images/arrow_2.svg");
}

.vegan .content {
    border-bottom: 1px solid #414042;
}

.achievements,
.vegan {
    overflow: hidden;
}

.achievements .content,
.vegan .content {
    position: relative;
    padding: 70px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.achievements .content:after,
.vegan .content:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 992px) {

    .achievements .content,
    .vegan .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {

    .achievements .content,
    .vegan .content {
        padding: 40px 20px;
    }
}

.achievements .half_content.text_vegan,
.vegan .half_content.text_vegan {
    width: 80%;
    float: left;
}

@media screen and (max-width: 992px) {

    .achievements .half_content.text_vegan,
    .vegan .half_content.text_vegan {
        width: 100%;
    }
}

.achievements .half_content.image,
.vegan .half_content.image {
    width: 20%;
    float: left;
}

.achievements .half_content.image img,
.vegan .half_content.image img {
    float: right;
}

@media screen and (max-width: 992px) {

    .achievements .half_content.image img,
    .vegan .half_content.image img {
        float: unset;
    }
}

@media screen and (max-width: 992px) {

    .achievements .half_content.image,
    .vegan .half_content.image {
        width: 100%;
    }
}

.achievements .half_content img,
.vegan .half_content img {
    width: 200px;
    height: auto;
    float: right;
}

@media screen and (max-width: 992px) {

    .achievements .half_content img,
    .vegan .half_content img {
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 80px;
        width: 150px;
    }
}

@media screen and (max-width: 640px) {

    .achievements .half_content img,
    .vegan .half_content img {
        float: none;
        margin: 0 auto;
        display: block;
        margin-top: 50px;
        max-width: 110px;
        width: 100px;
    }
}

.achievements .text_vegan h3,
.vegan .text_vegan h3 {
    font-size: 45px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #414042;
}

@media screen and (max-width: 1441px) {

    .achievements .text_vegan h3,
    .vegan .text_vegan h3 {
        font-size: 45px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {

    .achievements .text_vegan h3,
    .vegan .text_vegan h3 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 640px) {

    .achievements .text_vegan h3,
    .vegan .text_vegan h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

.achievements .text_vegan h3:after,
.vegan .text_vegan h3:after {
    content: "";
    display: block;
    height: 5px;
    width: 20px;
    background: #414042;
    margin-top: 20px;
}

.achievements .text_vegan p,
.vegan .text_vegan p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

@media screen and (max-width: 1441px) {

    .achievements .text_vegan p,
    .vegan .text_vegan p {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {

    .achievements .text_vegan p,
    .vegan .text_vegan p {
        font-size: 14px;
    }
}

.achievements .text_vegan a,
.vegan .text_vegan a {
    width: 210px;
    height: 60px;
    border: 1px solid #414042;
    border-radius: 8px;
    color: #414042;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.achievements .text_vegan a:after,
.vegan .text_vegan a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #414042;
    left: -110%;
    z-index: -1;
    top: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.achievements .text_vegan a:hover,
.vegan .text_vegan a:hover {
    color: #ffffff;
}

.achievements .text_vegan a:hover:after,
.vegan .text_vegan a:hover:after {
    left: 0;
}

.carrer {
    overflow: hidden;
}

.carrer.page .timeline:before {
    top: 110px;
}

.carrer .head_title {
    color: #2f4b61;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 40px;
    max-width: 960px;
    margin: 0 auto;
    line-height: 36px;
}

@media screen and (max-width: 1441px) {
    .carrer .head_title {
        font-size: 30px;
    }
}

@media screen and (max-width: 640px) {
    .carrer .head_title {
        font-size: 20px;
        line-height: 25px;
    }
}

.carrer .content {
    position: relative;
    padding: 70px 30px;
}

.carrer .content:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 640px) {
    .carrer .content {
        padding: 40px 20px;
    }
}

.carrer .content h3 {
    font-size: 45px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #414042;
}

@media screen and (max-width: 1441px) {
    .carrer .content h3 {
        font-size: 45px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .carrer .content h3 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 640px) {
    .carrer .content h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

.carrer .timeline {
    background: #fff;
    padding: 0px 50px;
    position: relative;
}

@media screen and (max-width: 640px) {
    .carrer .timeline {
        padding: 100px 0;
    }
}

.carrer .timeline:before {
    content: "";
    position: absolute;
    top: 5px;
    left: calc(33% + 15px);
    bottom: 0px;
    width: 4px;
    background: #42b85f;
}

.carrer .timeline:after {
    content: "";
    display: table;
    clear: both;
}

.carrer .entry {
    clear: both;
    text-align: left;
    position: relative;
}

.carrer .entry .title {
    margin-bottom: 0.5em;
    float: left;
    width: 33%;
    padding-right: 30px;
    text-align: right;
    position: relative;
}

.carrer .entry .title:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 4px solid #42b85f;
    background-color: #42b85f;
    border-radius: 100%;
    top: 15%;
    right: -8px;
    z-index: 99;
}

@media screen and (max-width: 640px) {
    .carrer .entry .title:before {
        right: -25px;
    }
}

.carrer .entry .title h3 {
    margin: 0;
    font-size: 110%;
    color: #42b85f;
}

@media screen and (max-width: 640px) {
    .carrer .entry .title h3 {
        font-size: 100%;
    }
}

.carrer .entry .title p {
    margin: 0;
    font-size: 100%;
}

.carrer .entry .body {
    margin: 0 0 3em;
    float: right;
    width: 66%;
    padding-left: 30px;
}

@media screen and (max-width: 640px) {
    .carrer .entry .body {
        font-size: 13px;
    }
}

.carrer .entry .body p {
    line-height: 1.4em;
}

.carrer .entry .body p:first-child {
    margin-top: 0;
    font-weight: 400;
}

.carrer .entry .body ul {
    color: #aaa;
    padding-left: 0;
    list-style-type: none;
}

.carrer .entry .body ul li:before {
    content: "–";
    margin-right: 0.5em;
}

.section.twitter {
    background: url("../images/image-7.jpg");
    padding: 20px 0 50px 0;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 640px) {
    .section.twitter {
        padding: 30px 0px 70px 0;
    }
}


.section.twitter .content_title h3 {
    font-size: 45px;
    margin: 50px 0 40px;
    font-weight: 600;
    color: #ffffff;
}

@media screen and (max-width: 1441px) {
    .section.twitter .content_title h3 {
        font-size: 45px;
        margin: 50px 0 40px;
    }
}

@media screen and (max-width: 768px) {
    .section.twitter .content_title h3 {
        font-size: 40px;
        margin: 50px 0 40px;
    }
}

@media screen and (max-width: 640px) {
    .section.twitter .content_title h3 {
        font-size: 28px;
        margin: 50px 0 40px;
    }
}

.section.twitter .content_title h3:after {
    content: "";
    display: block;
    height: 5px;
    width: 20px;
    background: #ffffff;
    margin-top: 20px;
}

.section.twitter .content {
    height: 100%;
}

.section.twitter #ctf {
    height: auto !important;
}

.section.twitter .ctf-tweets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 9;
}

.section.twitter .ctf-item {
    max-width: 400px;
    border: 1px solid #fff;
    margin: 10px 0;
    border-top: 1px solid #fff !important;
    padding: 20px !important;
}

.section.twitter .ctf-item p.ctf-tweet-text {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
}

.section.twitter .ctf-item p.ctf-tweet-text a {
    color: #fff;
}

.section.twitter .ctf-item p.ctf-tweet-text:before {
    content: "";
    background: url(../images/twitter.svg);
    width: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
    z-index: 2;
    left: 0;
    bottom: 0px;
    right: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 11px;
}

.section.twitter .ctf-item .ctf-tweet-actions a {
    float: left;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-decoration: none;
    background: #fff;
    color: #000 !important;
    padding: 8px !important;
}

.section.twitter .ctf-credit-link,
.section.twitter a.ctf-tweet-text-media-wrap {
    display: none !important;
}


.footer {
	  position: relative;
    background-size: cover!important;
    background-position: center center;
    padding: 150px 0 150px;
    z-index: 1000;
		background-image: url(../images/eco.jpg);
    padding: 80px 0 50px 0;
    color: #fff;
    font-weight: 300;
}

.footer:after {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
		background: rgb(58,148,54);
		background: -moz-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 50%, rgba(60,170,54,0.6087478936887255) 90%);
		background: -webkit-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 50%, rgba(60,170,54,0.6087478936887255) 90%);
		background: linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 50%, rgba(60,170,54,0.6087478936887255) 90%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a9436",endColorstr="#3caa36",GradientType=1);
		z-index:-1;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
}

.footer .content {}

@media screen and (max-width: 768px) {
    .footer .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: block;
    }
}

.kontakt {
    margin: 0 0 20px;
    display: block;
    clear: both;
}

.footer .content .kontakt img,
.footer .content .bip img {
    width: 30px;
    margin-right: 30px;
    margin-top: 5px;
}

@media screen and (max-width: 640px) {

    .footer .content .kontakt img,
    .footer .content .bip img {
        width: 25px;
        margin-right: 18px;
    }
}

@media screen and (max-width: 768px) {
    .footer .content .mail {
        width: 50%;
        float: left;
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.footer .content h5 {
    font-size: 14px;
    line-height: 22px;
}

.footer .content h5 strong {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
    .footer .content .logo_footer {
        width: 50%;
        float: left;
    }
}

.footer .content .logo_footer img {
    width: 100px;
}

@media screen and (max-width: 768px) {
    .footer .content .logo_footer img {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .footer .content .logo_footer img {
        width: 65px;
    }
}

@media screen and (max-width: 768px) {
    .footer .social_icon {
        width: 100%;
        display: block;
        clear: both;
    }
}

.footer .social_icon ul {
    display: block;
    margin: 30px 0;
}

.footer .social_icon ul li {
    float: left;
    margin: 0 6px;
}

.footer .social_icon ul li a img {
    width: 28px !important;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer .social_icon ul li a img:hover {
    opacity: 0.5;
}

.footer p {
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 12px;
}

.footer span {
    color: #ffffff;
    display: block;
    margin: 0 auto;
    font-weight: 300;
    font-size: 12px;
}

.footer span a {
    color: #ffffff;
    text-decoration: none;
}

.footer span a:hover {
    opacity: 0.6;
}

.about_me_page {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .about_me_page {
        height: 880px;
        position: relative;
    }
}

@media screen and (max-width: 640px) {
    .about_me_page {
        height: 730px;
    }
}

.about_me_page:before {
    content: "";
    background: url(../images/path-6.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 992px) {
    .about_me_page:before {
        height: 60vh;
    }
}

.about_me_page:after {
    content: "";
    background: url(../images/path-7.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0px;
    right: 0;
}

@media screen and (max-width: 992px) {
    .about_me_page:after {
        height: 600px;
    }
}

@media screen and (max-width: 992px) {
    .about_me_page:after {
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .about_me_page:after {
        height: 460px;
    }
}

.about_me_page .content {
    height: 100vh;
    position: relative;
}

@media screen and (max-width: 992px) {
    .about_me_page .content {
        height: 880px;
    }
}

@media screen and (max-width: 640px) {
    .about_me_page .content {
        height: 730px;
    }
}

.about_me_page .about_me_image img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 88vh;
    z-index: 1;
}

@media screen and (max-width: 992px) {
    .about_me_page .about_me_image img {
        right: -10%;
        height: 800px;
    }
}

@media screen and (max-width: 480px) {
    .about_me_page .about_me_image img {
        height: 660px;
        right: -30%;
    }
}

.about_me_page .about_me_text {
    color: #ffffff;
    position: absolute;
    bottom: 11vh;
    z-index: 9;
    max-width: 600px;
}

@media screen and (max-width: 1441px) {
    .about_me_page .about_me_text {
        bottom: 9vh;
    }
}

@media screen and (max-width: 992px) {
    .about_me_page .about_me_text {
        bottom: 140px;
    }
}

@media screen and (max-width: 992px) {
    .about_me_page .about_me_text {
        padding-right: 20px;
    }
}

.about_me_page .about_me_text img {
    width: 135px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1441px) {
    .about_me_page .about_me_text img {
        width: 100px;
    }
}

@media screen and (max-width: 768px) {
    .about_me_page .about_me_text img {
        width: 60px;
    }
}

.about_me_page .about_me_text h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 50px;
}

.about_me_page .about_me_text h1:after {
    content: "";
    display: block;
    height: 5px;
    width: 20px;
    background: #ffffff;
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .about_me_page .about_me_text h1:after {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1441px) {
    .about_me_page .about_me_text h1 {
        font-size: 45px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 992px) {
    .about_me_page .about_me_text h1 {
        font-size: 40px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 768px) {
    .about_me_page .about_me_text h1 {
        font-size: 32px;
        margin-bottom: 22px;
    }
}

.about_me_page .about_me_text .description {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

@media screen and (max-width: 1441px) {
    .about_me_page .about_me_text .description {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .about_me_page .about_me_text .description {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .about_me_page .about_me_text .description {
        font-size: 13px;
        line-height: 24px;
    }
}

.page_content .content {
    position: relative;
    padding: 70px 30px;
}

.page_content .content:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 640px) {
    .page_content .content {
        padding: 40px 20px;
    }
}

.page_content .content_info p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

@media screen and (max-width: 1441px) {
    .page_content .content_info p {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .page_content .content_info p {
        font-size: 13px;
    }
}

.quotation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .quotation {
        height: 400px !important;
        background-position: center center !important;
        background-attachment: unset !important;
    }
}

.quotation .quotation_content {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}

@media screen and (max-width: 992px) {
    .quotation .quotation_content {
        font-size: 25px;
        line-height: 38px;
    }
}

.quotation .author {
    width: 100%;
    text-align: right;
    font-size: 30px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 992px) {
    .quotation .author {
        font-size: 14px;
    }
}

.quotation .author:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 2px;
    background: white;
    margin-right: 15px;
}

.carrer.page .timeline {
    padding: 100px 50px;
}

@media screen and (max-width: 640px) {
    .carrer.page .timeline {
        padding: 65px 0;
    }

    .carrer.page .timeline:before {
        top: 70px;
    }
}

.carrer_page {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .carrer_page {
        height: 880px;
        position: relative;
    }
}

@media screen and (max-width: 640px) {
    .carrer_page {
        height: 730px;
    }
}

.carrer_page:before {
    content: "";
    background: url(../images/path-6.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 992px) {
    .carrer_page:before {
        height: 60vh;
    }
}

.carrer_page:after {
    content: "";
    background: url(../images/path-7.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0px;
    right: 0;
}

@media screen and (max-width: 992px) {
    .carrer_page:after {
        height: 600px;
    }
}

@media screen and (max-width: 992px) {
    .carrer_page:after {
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .carrer_page:after {
        height: 460px;
    }
}

.carrer_page .content {
    height: 100vh;
    position: relative;
}

@media screen and (max-width: 992px) {
    .carrer_page .content {
        height: 880px;
    }
}

@media screen and (max-width: 640px) {
    .carrer_page .content {
        height: 730px;
    }
}

.carrer_page .about_me_image img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 88vh;
    z-index: 1;
}

@media screen and (max-width: 992px) {
    .carrer_page .about_me_image img {
        right: -10%;
        height: 800px;
    }
}

@media screen and (max-width: 480px) {
    .carrer_page .about_me_image img {
        height: 660px;
        right: -30%;
    }
}

.carrer_page .about_me_text {
    color: #ffffff;
    position: absolute;
    bottom: 11vh;
    z-index: 9;
    max-width: 600px;
}

@media screen and (max-width: 1441px) {
    .carrer_page .about_me_text {
        bottom: 9vh;
    }
}

@media screen and (max-width: 992px) {
    .carrer_page .about_me_text {
        bottom: 140px;
    }
}

@media screen and (max-width: 992px) {
    .carrer_page .about_me_text {
        padding-right: 20px;
    }
}

.carrer_page .about_me_text img {
    width: 135px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1441px) {
    .carrer_page .about_me_text img {
        width: 100px;
    }
}

@media screen and (max-width: 768px) {
    .carrer_page .about_me_text img {
        width: 60px;
    }
}

.carrer_page .about_me_text h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 50px;
}

.carrer_page .about_me_text h1:after {
    content: "";
    display: block;
    height: 5px;
    width: 20px;
    background: #ffffff;
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .carrer_page .about_me_text h1:after {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1441px) {
    .carrer_page .about_me_text h1 {
        font-size: 45px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 992px) {
    .carrer_page .about_me_text h1 {
        font-size: 40px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 768px) {
    .carrer_page .about_me_text h1 {
        font-size: 32px;
        margin-bottom: 22px;
    }
}

.carrer_page .about_me_text .description {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

@media screen and (max-width: 1441px) {
    .carrer_page .about_me_text .description {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .carrer_page .about_me_text .description {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .carrer_page .about_me_text .description {
        font-size: 13px;
        line-height: 24px;
    }
}

.content-area {
    padding: 100px 0;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 30px;
}

.go-top {
    position: fixed;
    z-index: 9999999999;
    bottom: -100px;
    right: 20px;
    background: #4aa562;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 768px) {
    .go-top {
        display: none;
    }
}

.go-top:hover {
    opacity: 0.5;
}

.go-top.active {
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.go-top img {
    height: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.content_footer {
    max-width: 1440px;
    padding: 0 30px;
    margin: 0 auto;
    margin-top: 35px;
}

.content_footer:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1599px) {
    .content_footer {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1441px) {
    .content_footer {
        max-width: 1140px;
    }
}

@media screen and (max-width: 640px) {
    .content_footer {
        padding: 0 20px;
    }
}

.content_footer p,
.content_footer span {
    float: left;
    width: 33%;
}

@media screen and (max-width: 480px) {

    .content_footer p,
    .content_footer span {
        width: 100%;
        text-align: center;
    }
}

.content_footer span {
    text-align: right;
}

@media screen and (max-width: 480px) {
    .content_footer span {
        text-align: center;
        margin-top: 10px;
    }
}




.programy_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-justify-content: center;
    justify-content: center;
}

.program_tit {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0 20px;
    line-height: 24px;
}

.program_desc {
	margin-top:15px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 0.4px;
	
}

.program_box {
    padding: 15px;
    width: 100%;
    margin: 0 1.5% 20px;
}

.program_img {
    overflow: hidden;
    border-radius: 40px 5px 40px 40px;
    line-height: 0;
		background: rgb(58,148,54);
		background: -moz-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
		background: -webkit-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
		background: linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a9436",endColorstr="#3caa36",GradientType=1);
}

.programs {
    padding: 50px 0 50px;
}

.program_img img {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: auto;
    width: 100%;
    opacity: 1;
}

.program_img:hover img {
    opacity: 0.5;
}

strong {
    font-weight: 600;
    color: -moz-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
    color: -webkit-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
    color: linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a9436",endColorstr="#3caa36",GradientType=1);
}

.fund_foto2 img {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: auto;
    width: 100%;
    opacity: 0.6;
}

.fund_foto2:hover img {
    opacity: 1;
}

.section.credo_cont {
  	position:relative;
    background-image: url(../images/las.jpg);
    background-size: cover!important;
		background-position: center center;
    padding: 80px 0 80px;
  	z-index: -1;

}
.section.credo_cont:after {
   content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
	background: rgb(58,148,54);
	background: -moz-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
	background: -webkit-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
	background: linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a9436",endColorstr="#3caa36",GradientType=1);
  	z-index: -1;

}

.credo {
    display: inline-block;
    margin: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    line-height: 55px;
		margin: 100px 0;
		font-family: 'Anton', sans-serif!important;
}
.credo small {
	font-size: 25px;
}


.dolacz_txt {
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.4px;
}


.join {
    padding: 150px 0 150px;
}


.join .content_text {
    margin: 0px;
}

.join .blok {
    margin: 0 0 30px;
}

.dolacz_img {
    height: auto;
    width: 100%;
}

.join .fund_foto2 {
    margin: 0 10% 30px;
}

.wesprzyj_menu {
    background: #43b85f;
    padding: 8px 10px;
    border-radius: 10px 0 10px 10px;
    color: #fff !important;
}

.wesprzyj_menu a {
    color: #fff !important;
}

.wesprzyj_menu::after {
    font-family: 'Material Icons';
    content: "favorite";
    font-size: 18px;
    vertical-align: text-bottom;
    padding-left: 5px;
}


.lead {
    color: #43b85f;
    font-size: 20px;
    margin: 0;
    display: block;
    font-weight: 700;
}


.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.videoif {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.section.film {
    padding: 50px 0 0;
}

.team {
    padding: 150px 0 150px;
}


.team .content_text {
    margin: 0px;
}

.team .fund_txt {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.padding-tb {
  padding-top: 5vh!important;
  padding-bottom: 5vh!important;
}

@media (min-width: 1200px) {
.padding-100 {
  padding: 150px 25vw;
  }
.padding-tb {
  padding-top: 50px;
  padding-bottom: 50px;
}
}


.fundator {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.rada {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.fund_foto2 {
    border-radius: 20px 0px 20px 20px;
    overflow: hidden;
    line-height: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	background: rgb(58,148,54);
	background: -moz-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
	background: -webkit-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
	background: linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a9436",endColorstr="#3caa36",GradientType=1);
  	z-index: -1;
}

.fund_foto2 img {
    height: auto;
    width: 100%;
}

.fund_foto {
    border-radius: 20px 0px 20px 20px;
    overflow: hidden;
    line-height: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}


.fund_foto:hover {
    background: #fff;
}

.fund_foto img {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: auto;
 		filter: grayscale(40%);
}


.fund_foto img:hover {
    width: 100%;
    height: auto;
    filter: grayscale(0%);
}



.skos {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    display: block;
    width: 87%;
    height: 100px;
    transform: rotate(19deg);
    background-image: url(../images/path-7m.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: l bottom;
    bottom: 38px;
    left: 0;
    opacity: 1;
}

.rada .skos {
    height: 60px;
}

.fund_foto:hover .skos {
    opacity: 0;
}


.osoba {
    margin-bottom: 40px;
}

.green {
    font-size: 20px;
		
		margin-bottom: 10px;
	    text-transform: uppercase;
font-weight: 800;


}

.section.team h4 {
    font-size: 30px;
    margin: 90px 0 90px;
    font-weight: 600;
    color: #414042;
    text-align: center;
}

.cookie_but {
    background: #43b85f !important;
}

.centerit {
    text-align: center !important;
}

.html5gallery-car-left-1 {
    background: url(../images/arrow.svg) no-repeat 0px 0px !important;
    opacity: 0.7;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 16px !important;
}

.html5gallery-car-left-1:hover {
    opacity: 1;
}

.html5gallery-car-right-1 {
    background: url(../images/arrow_2.svg) no-repeat 0px 0px !important;
    opacity: 0.7;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 16px !important;
}

.html5gallery-car-right-1:hover {
    opacity: 1;
}

.html5gallery-car-list-1,
.html5gallery-car-mask-1 {
    width: 100% !important;
    left: 0 !important;
    overflow: unset !important;
}


.v_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    bottom: 0;
}

.video-bg {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%) !important;
    height: auto;
    width: 100vw;
}

#ctf .ctf-item {
    border: 1px solid #e6e6e6 !important;
    border-radius: 20px;
    padding: 20px !important;
    width: 31%;
    float: left;
    margin: 0 1% 30px;
    background: #fff !important;
}

#ctf #ctf-more {
    display: block;
    border: none;
    background: #43b85f !important;
    color: #fff;
    clear: both;
    margin: 0 auto 30px !important;
    max-width: 200px;
    padding: 15px !important;
}

#ctf .ctf-header {
    border-bottom: none !important;
    text-align: center;
}

#ctf .ctf-out-of-tweets {
    border: none !important;
    padding: 5px 0 100px !important;
}

#ctf .ctf-out-of-tweets {
    clear: both;
}


#ctf .ctf-header a {
    float: none !important;
    display: inline-block !important;
    margin: 0 auto 40px;
}


#ctf-more {
    display: none !important;
}

#ctf {
    margin-bottom: 50px;
}

.vegan {
    margin: 30px 7px;
    width: 86px !important;
}


/* 480px  */
@media(max-width: 480px) {


    .v_bg {
        display: none !important;
    }

    .rada .fund_foto {
        width: 60%;
        margin: 0 auto 30px !important;
    }

    .fund_foto {
        margin: 0 auto 30px !important;
    }

    .about_me {
        /* background-position: center !important; */
        background-image: url(../images/green-mobile.jpg);
        height: 450px !important;
        background-position: 50% 100% !important;
        background-size: cover;
    }

    .about_me .content {
        height: 480px;
    }

    .rada .fund_foto {
        margin: 0 auto 30px !important;
    }

    .top {
        padding: 15px 0;
    }

    .top.small .content .top_hamburger #nav-icon3 span {
        background: #000;
    }

    .top.small .content .top_hamburger {
        padding: 6px 0 0;
    }

    .footer .content .logo_footer {
        width: 100%;
        float: none;
    }

    .footer .social_icon ul li {
        float: none;
        margin: 0 12px 0 0;
        display: inline-block;
    }

    .footer .social_icon ul {
        display: block;
        margin: 15px 0;
    }

    #ctf .ctf-item {
        border: 1px solid #e6e6e6 !important;
        padding: 20px !important;
        width: 100% !important;
        margin: 0 0 30px !important;
        background: #fff !important;
    }


    .video-bg {
        width: auto;
        height: 100vh;
    }

    .vegan {

        width: 50px !important;
    }

    .section.content h3 {
        line-height: 40px;
    }


}


@media(max-width: 768px) {
    .top_navigate .lang-item {
        display: none !important;
    }
}


/* HIGT CONTRAST */

.pojo-a11y-high-contrast .about_me {
    /* background-image: url(https://greenrev.org/wp-content/themes/rev/images/assets1.jpg) !important; */
}

.pojo-a11y-negative-contrast .section.about_me .content,
.pojo-a11y-high-contrast .section.about_me .content {
    background: none !important;
}

.pojo-a11y-light-background .skos,
.pojo-a11y-negative-contrast .skos,
.pojo-a11y-high-contrast .skos {
    display: none;
}

/* .pojo-a11y-high-contrast .top .content .top_navigate ul li a, */
.pojo-a11y-high-contrast .footer .content h5,
.pojo-a11y-high-contrast .section h3,
.pojo-a11y-high-contrast .section h4 {
    color: yellow !important;
}


.top-lang {
    position: absolute;
    right: 80px;
}

.top-lang ul {
    display: flex;
}

.top-lang ul li a {
    color: #000;
    font-weight: 800;
}

@media(min-width: 768px) {
    .top-lang {
        display: none;
    }
}


#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #57b854 !important;
}

.loading.loading-hidden {
    display: none;
}

.loading-spinner {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    align-content: center;
    flex-direction: column;
    background-image: url(https://greenrev.org/wp-content/themes/rev/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
    z-index: 99999999999;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    color: black;
}

.loading-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .7;
    z-index: 99999999998;
}

.menu-item-263-en:before, .menu-item-262-pl:before  {
    content: "|";
    color: #fff;
    font-size: 20px;
    padding-left: 7px;
  	padding-right: 15px;
}


.menu {
    text-transform:uppercase!important;
}


.master-slider a:link {
	color: #fff!important;
}
.ms-slide-container a:hover {
	-webkit-transition: color 1.2s ease-out;
 -moz-transition: color 1.2s ease-out;
 -o-transition: color 1.2s ease-out;
 -ms-transition: color 1.2s ease-out;
 transition: color 1.2s ease-out;
  text-decoration:none!important;
  color: #ccc;
}
.btn-secondary {
	color: #fff;
	padding: 20px 30px!important;     
	-webkit-transition: all 0.4s!important;
  -o-transition: all 0.4s!important;
  transition: all 0.4s!important;
	background: rgb(58,148,54)!important;
	background: -moz-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%)!important;
	background: -webkit-linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%)!important;
	background: linear-gradient(112deg, rgba(58,148,54,0.9448823474702381) 0%, rgba(60,170,54,0.6087478936887255) 46%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a9436",endColorstr="#3caa36",GradientType=1)!important;
}
.btn-secondary:hover {
	color: #fff!important;
}

.ms-title {
	position: relative;
		font-family: 'Anton', sans-serif;
		font-size: 65px;
		line-height: 65px!important;
		width: 800px;
    padding: 0 30px;
    margin: 50px auto;
    margin-top: 35px;
		margin-bottom: 25px;
		text-transform:uppercase;
}
.ms-desc {
		font-family: "Lato", sans-serif;
		font-size: 20px;
		line-height: 35px;
    padding: 0 30px;
    margin: 50px auto;
    margin-top: 25px;

}

.ms-desc:before  {
	content: "";
    display: block;
    height: 5px;
    width: 20px;
		margin-bottom: 20px;
    background: #ffffff;
    margin: 0 auto;
}

@media (max-width: 1599px) {
    .ms-title {
		font-size: 55px;
		line-height: 55px!important;
		width: 80%!important;
    }
}

@media screen and (max-width: 1441px) {
    .ms-title {
		font-size: 45px;
		line-height: 50px!important;
		width: 80%!important;
    }
	.ms-desc {
		font-size: 14px;
		line-height: 23px!important;
		
	}
}

@media screen and (max-width: 640px) {
	.credo {
		padding: 0% 10%;
		font-size: 28px;
		line-height: 44px;
	}
	.section.credo_cont {
		padding: 0px;
	}
    .ms-title {
		font-size: 30px;
		line-height: 38px!important;
		width: 45%!important;
    }
}
.att {
	margin: 0px;
}
.att_global {
	margin-top: 50px;
}
.cpt-file-icon {
	width: 20px!important;
	height: auto!important;
}
.att_txt {
	font-size: 20px;
	line-height: 10px!important;
	margin-left: 10px;
	 overflow: hidden;
}
.content_text p {
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 1rem;
  	text-align: justify;
}

blockquote {
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}
 
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}
 
blockquote cite {
    color: #999999;
    font-size: 19px;
    display: block;
    margin-top: 5px;
}
  
blockquote cite:before {
    content: "\2014 \2009";
}
.clearfix {
		margin-bottom: 80px;
    }
@media screen and (max-width: 640px) {
    .post {
		margin-bottom: 50px;
    }
}

.video-container {
    position: relative;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
