/*
	Theme Name: Fundacja "Koalicja dla Mołodych"
	Theme URI:  
	Author: MS-M.pl (Scorise)
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	transition:1s ease-in-out;
}

body {
	font:400 11px/1.4 'Montserrat', Arial, sans-serif;
	color:#2d2c2c;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.bg_heart{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.bg_logo{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.bg_heart img,
.bg_logo img{
    width: 100%;
    height: auto;
    position: relative;
}
/* wrapper */
.wrapper {
	max-width:1500px;
	margin:0 auto;
	position: relative;
}
.wrapper-none-realtive {
	max-width:1500px;
	margin:0 auto;
}
.relative{
	position: relative;

}
/* header */
.header {
	position: relative;
    z-index: 2;
    width: 100%;
}
.logo-social{
	margin: 30px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
.logo-social .facebook a{
	width: 36px;
	height: 36px;
	display: block;
}
.logo-social .instagram a{
	width: 36px;
	height: 36px;
	display: block;
}
.logo-social .youtube a{
	width: 36px;
	height: 36px;
	display: block;
}
.logo-social .facebook a:before,
.logo-social .instagram a:before,
.logo-social .youtube a:before{
	display: block;
	position: relative;
}
.logo-social .facebook a:before{
	content: url('img/facebook.png');
}
.logo-social .instagram a:before{
	content: url('img/instagram.png');
}
.logo-social .youtube a:before{
	content: url('img/youtube.png');
}
/* logo */
.socialmedia{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.socialmedia>*{
	margin: 0 7px;
}
.logo {

}
.logo-img {

}
/* nav */
.nav {
	background-color: #292929;
}
.nav-container ul{
	padding-left: 0;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.nav-container li{
    padding: 10px 0;
    transition: 0.3s all;
}
.nav-container li:hover{
	background: #6182b6;
}
.nav-container .current_page_item {
	background: #6182b6;
}
.nav-container .current_page_item.li-home{
	background: transparent;
}
.nav-container .li-home:hover{
	background: transparent;
}
.nav-container a{
	font-size: 15px;
	color: #ffffff;
	padding:5px 12px;
	text-transform: uppercase;
}
.nav-container .li-home {
    height: 5px;
    line-height: 1;
    padding: 7px 0;
}
.nav-container .sub-menu{
    position: absolute;
    left: 0;
    right: 0;
    background: #292929;
    height: 240px;
    display: none;
    margin-top: 10px;
    padding: 0 5vw;
}
.nav-container .menu-item-has-children:hover .sub-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.nav-container .sub-menu li{
	width: 240px;
}
.nav-container .sub-menu li:hover{
	background: #ffffff;

}
.nav-container .sub-menu li:hover a{
	color: #292929;	
}
.nav-container .sub-menu a{
	text-align: center;
	display: flex;
	flex-direction: column;
}
.nav-container .sub-menu a:before{
	display: block;
	content: '';
	width: 100%;
	height: 160px;

}
.nav-container .sub-menu .menu-fio a:before{
	background: url('img/menu-fio.png');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
}
.nav-container .sub-menu .menu-dzialaj a:before{
	background: url('img/menu-dzialaj-kolanie.png');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
}
.nav-container .sub-menu .menu-youth a:before{
	background: url('img/menu-youthbank.png');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
}
.nav-container .sub-menu .menu-agrafka a:before{
	background: url('img/menu-agrafka.png');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
}
.nav-container .sub-menu .menu-koniczyna a:before{
	background: url('img/menu-stypendium-koniczyna.png');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
}


.nav-container .sub-menu .menu-szesc a:before{
	background: url('../../uploads/2021/07/pomaranczowy-wolontariat.png')!important;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
}


.li-home a{
	font-size: 0;
	padding: 0;
	display: block;
}
.li-home a:before{
	width: 220px;
	height: 220px;
	display: block;
	position: relative;
	content: '';
	background: url('../../uploads/2019/10/logo-head.png') center center no-repeat;
	background-size:contain;
	top:-90px;
}

.logo-mobile {	
	width: 220px;
	height: 220px;
	display: block;
	position: absolute;
	background: url('../../uploads/2019/10/logo-head.png') center center no-repeat;
	background-size:contain;
	top:0px;
	display:none;
}

.hamburger {
    display: none;
}


.page-banner{
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
}
.banner{
	height: 536px;
    z-index: 2;
    display: flex;
    align-items: center;
}
.banner-wrapper{
	width: 1500px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding-top: 100px;

}
.news-category-link{
	display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 27px;
    margin-top: 60px;
}
.news-category-link a {
	transition: 0.3s all;

}
.news-category-link a:hover{
	color: #6182b6;
}
.news-category-link>span:after{
	content: '|';
	margin: 0 10px;
	display: inline-block;
}
.news-category-link>span:last-of-type:after{
	content: unset;
}
.banner-container{
/*	padding-bottom: 60px;*/
	width: 900px;
}
.banner-container h2,
.banner-container h1{
	font-size: 45px;
	font-weight: 400;
	margin: 0;
    line-height: 0.9;
    text-transform: uppercase;
    text-align: left;
}
.banner-container h2 .big,
.banner-container h1 .big{
	font-size: 65px;
	display: block;
	font-weight: 600;
}
.banner-container .banner_heading_project{
	font-size: 45px;
	font-weight: 400;
	margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: left;
}
.banner-container .banner_heading_project .big{
	font-size: 65px;
	display: block;
	font-weight: 600;
}
.banner-container h3{
	font-size: 30px;
	font-weight: 700;
	margin: 20px 0 0;
}
.banner-container p{
	font-size: 16px;
}

.js .banner-container h2.animated{
	
}

.js .banner-container div.animated{
	
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    HOME
\*------------------------------------*/

h3.animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;

  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}

div.animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;

  -webkit-animation-delay : 700ms  ;
  animation-delay : 700ms  ;
}

.animate-out {
  -webkit-animation-delay : 0ms  ;
  animation-delay : 0ms  ;
}

.slider-home{
	position: absolute;
	top: 0;
}
.slide-home{
	height: 100vh;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 740px;
}
.slide-wrapper{
	width: 1500px;
	margin: 80px auto 0;
	position: relative;
	overflow: hidden;

}
.slide-container{
	width: 900px;
	background: rgba(255,255,255,0.5);
    padding: 20px 0;
}
.slide-container h2{
	font-weight: 900;
	font-size: 50px;
	margin: 0;
    line-height: 1.1;
}
.slide-container h2 .big{
	font-size: 100px;
	display: block;
	text-transform: uppercase;
}
.slide-container h3{
	font-size: 30px;
	font-weight: 700;
	margin: 20px 0 0;
	text-transform: uppercase;
}
.slide-container p{
	font-size: 16px;
	margin-top: 0;
	line-height: 1.4;
}
.slider-home.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 120px;
    width: 1500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
}
.home .after-slider{
	position: relative;
    height: 83vh;
}
.after-slider{
	position: relative;
    height: 400px;
}
.slider-home.owl-theme .owl-dots .owl-dot.active span,
.slider-home.owl-theme .owl-dots .owl-dot:hover span{
	background: #5682c3;
}
.scroll-down{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    height: 75px;
    text-align: center;
    margin-top: -90px;
    z-index: 5;
    cursor: pointer;
}
.scroll-down span{
	display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    margin: 0 auto;
}
.scroll-down span:after{
	content: '>';
	display: block;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	font-size: 40px;
    -webkit-animation: topToBottm 1s alternate linear infinite;
    animation: topToBottm 1s alternate linear infinite;
}
@-webkit-keyframes topToBottm {
	from { top: 40%; }
	to { top: 60% }
}
@-o-keyframes topToBottm {
	from { top: 40%; }
	to { top: 60% }
}
@-moz-keyframes topToBottm {
	from { top: 40%; }
	to { top: 60% }
}
@keyframes topToBottm {
	from { top: 40%; }
	to { top: 60% }
}

/* projects section */
.projects{
/*	background: url('img/bg-projects.jpg');
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;*/
	padding: 100px 0;
}
.project-container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.single-projects{
    width: 230px;
    position: relative;
    height: 400px;
    text-align: center;
}
body.single-projects{
	width: 100%;
	text-align: left;
}
.single-projects .project-title{
	font-weight: 600;
	font-size: 16px;
}
.single-projects .show{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc( 100% - 50px );
    justify-content: space-around;
}
.single-projects .hover{
	display: none;
}
.read-projects{
	display: block;
	border: 1px solid #f1e8d7;
	text-transform: uppercase;
	color: #838182;
	font-size: 18px;
	padding: 10px 0;
	transition: 0.3s all;
}
.read-projects:hover{
	background: #f1e8d7;
    color: #000;
}
.projects-img-container{
	height: 200px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.single-projects .hover{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.9);

    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: 0.3s bottom;
}
.single-projects .hover>div{
	padding: 20px;
}
.single-projects:hover .hover{
	bottom: 51px;
}
.project-title-hover{
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}
.container-hover{
	font-size: 14px;
	color: #bfbbbb;
}
.title-section,
.home-title-section{
	text-align: center;	
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.title-section h1,
.title-section h2,
.home-title-section h2{
	font-size: 55px;
	margin: 0;
	font-weight: 600;
	width: 1300px;
	text-transform: uppercase;
}
.title-section h2 span,
.home-title-section h2 span{
	font-weight: 600;
	color: #3b9655;
}
.subtitle-section,
.home-subtitle-section{
	font-size: 20px;
	line-height: 1.5;
	color: #5b5b5c;
	margin: 40px auto;
	text-align: center;
	max-width: 1200px;

}
.title-section:before,
.title-section:after,
.home-title-section:before,
.home-title-section:after{
	content: '';
	width: calc(50% - 180px);
	height: 1px;
	background: #d2ddd5;
}
.description{
	font-size: 20px;
}

/* about section */
.about{
	background: url('img/bg-timeline.jpg');
	-webkit-background-size: 100% 100%;
	background-size: cover;
	background-attachment: fixed;
	padding: 120px 0 100px;
}

.about .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.about .wrapper>div{
	height: 580px;
	width: calc(33% - 30px);
}
.about .wrapper>.dates{
	height: 100%;
	box-sizing: content-box;
    padding: 0 20px;
    overflow: hidden;
}

.about-container{
	background: rgba(0,0,0,0.7);
	padding: 55px 20px 80px ;
}
.about-heading{
	font-size: 55px;
	color: #fdb813;
	margin: 0;
	margin-bottom: 30px;
	font-weight: 600;
}
.about-container p{
	margin: 0;
	color: #fff;
	font-size: 20px;
}
.container-description-date{
	background: #6182b6;
	padding: 55px 20px 20px;
}
.description-date .data{
	font-size: 53px;
	color: #fff;
	position: relative;
	margin: 0;

}

.description-date .data span{
	background: #6182b6;
    position: relative;
    padding-right: 30px;
}
.description-date .data:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	transform: translateY(-50%);
	background: #fff;
}
.description-date h4{
	font-size: 28px;
	font-weight: 600;
	color: #fff;
}
.description-date p{
	font-size: 20px;
	color: #fff
}
.dates_content_content{
	position: absolute;
    top: 30px;
}
.dates>.dates_content{
    background: #fdb813;
    width: 140px;
    position: relative;
    height: 580px;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.dates>.dates_content:before{
	content: '';
	position: absolute;
	top: 30px;
	left: 1px;
	bottom: 30px;
	width: 2px;
	background-color: #fff;
}
.dates_arrow {
    position: absolute;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    transform: translateX(65px);
    cursor: pointer;
}
.dates_arrow.dates_arrow_top{
	margin-top: -30px;
	transform: translateX(65px) rotate(-90deg);
}
.dates_arrow.dates_arrow_bottom{
	margin-bottom: -30px;
	transform: translateX(65px) rotate(90deg);
}
.cotnainer_dowload{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.cotnainer_dowload .download{
	margin: 0 20px;
	width: 270px;
}
.dates .date{
	cursor: pointer;
    margin: 3px 0;
    padding: 5px 0;
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    padding-right: 0;
    z-index: 2;
    width: 110px;
    text-align: center;
}
.dates .date.active:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -10px;
    background-color: #6484b6;
    box-shadow: 2px 2px 0 #fff;
    z-index: -1;
}
.dates .date.active:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #6484b6;
    left: -38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.description-date{
	display: none !important;
}
.description-date.active,
.date.active{
	display: block !important;
}

/* news section */
.home .news{
	padding: 200px 0 0;
}
.news{
/*	background: url('img/bg-news.jpg');
	-webkit-background-size: 100% 100%;
	background-size: cover;*/
	padding: 0px 0 0;
}
.news-first{
	margin-top: 70px;
	margin-bottom: 40px;
}
.home .news-first{
	margin-top: 130px;
	margin-bottom: 110px;
}
.home .news-first .wrapper>div{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: 560px;
	margin: 0px 0;
}
.news-first .wrapper>div{
    margin: 70px 0 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: 560px;
}
.news-first .wrapper>div:last-of-type{
	margin-bottom: 0;
}
.news-first .wrapper>div>div{
	width: calc(50% - 80px);
}
.pagination .wrapper{
    max-width: 500px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #6182b6;
    margin: 90px auto;
}
.pagination .wrapper>*{
	margin: 0 5px;
}
.news-first .post-thumbnail a{
	display: block;
	width: 100%;
	height: 100%;
}
.post-header{
	margin-bottom: 60px ;	
}
.post-data{
	margin: 0 0 5px;
}
.post-data span{
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: #5d5d5d;
	padding-top: 3px;
}
.post-data span:before{
	content: '';
	height: 1px;
	top: 0;
	right: -50px;
	left: 0;
	position: absolute;
	display: block;
	background: #d1ddd4;
}
.post-data strong{
	color: #373737;
}
.post-category{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 8px;
    line-height: 1;
    margin-top: -2px;
}
.post-category span{
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: #5d5d5d;
	margin-right: 5px;
}
.post-category strong{
	font-size: 14px;
	font-weight: 600;
	color: #373737;
	list-style: none;
	text-transform: uppercase;
}
.post-category a{
	transition: 0.3s all;
}
.post-category a:hover{
	color: #6182b6;
}
.post-category strong:after{
    content: '|';
    margin: 0 5px 0;
    display: inline-block;
}
.post-category strong:last-of-type:after{
	content: unset;
}
.post-title{
	font-size: 31px;
	color: #373737;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}
.post-subtitle{
	margin: 5px 0 0;
	font-size: 18px;
	color: #373737;
	font-weight: 600;
	text-transform: uppercase;
}
.desctiprion p{
	margin: 0;
	font-size: 20px;
	color: #5d5d5d;
	line-height: 1.5;
}
.post-readmore{
	margin-top: 60px;
}
.post-readmore a{
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #6182b6;
	color: #fff;
	padding: 8px 60px;
	transition: 0.3s all;
	border: 2px solid transparent;
}
.post-readmore a:hover{
    background: #fff;
    border: 2px solid #6182b6;
    color: #000;
}
.news-next{
	background: url('img/bg-news-more.png');
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 90px;
}
.sub-title{
	color: #373737;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 35px;
	margin: 0;
	margin-bottom: 40px;
}
.news-next .news-next-container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
/*	justify-content: space-between;*/
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news-next .news-next-container>div{
	width: calc(33% - 40px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	margin:0 20px 40px;
}
.news-next-post-header{
	margin-bottom: 20px;
}
.news-next-post-header .post-data{
	margin: 0 0 10px;
}
.news-next-post-header .post-data span{
	margin-bottom: 30px;
}
.news-next-post-header .post-data span:before{
    background: #fff;
}
.news-next-post-title{
	font-size: 25px;
	line-height: 1.2;
	color: #4f4d4c;
	margin: 0;
	font-weight: 400;
}
.news-next-post-subtitle{
	margin: 0;
	font-size: 21px;
	color: #4f4d4c;
	margin: 0;
	font-weight: 600;
}
.news-next-post-content p{
	margin: 0;
	font-size: 14px;
	color: #5c5c5c;
	line-height: 1.2;
}
.news-next-post-readmore{
	margin-top: auto;
	padding-top: 20px;
}
.news-next-post-readmore a{
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 50px;
	transition: 0.3s all;
	background: #fff;
	border: 2px solid #f1e8d7;
	color: #838182;

}
.news-next-post-readmore a:hover{
	color: #000;
	background: #f1e8d7;
	border: 2px solid transparent;
}
/* about information help */
.information-help{
/*	background: url('img/bg-inforamto-help.jpg');
	-webkit-background-size: cover;
	background-size: cover;*/
	padding: 150px 0px 0px;
}

.information{
/*	background: url('img/bg-informator.png');
	-webkit-background-size: cover;
	background-size: cover;*/
	padding-bottom: 120px;
}

.box-container .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.box-single{
	width: calc(33% - 20px);
}
.box-link{
	display: block;
	width: 100%;
	padding: 100px 0;
	background: #6182b6;
	text-align: center;
}
.box-single:nth-of-type(1) .box-link{
	background: #30ad56;
}
.box-single:nth-of-type(2) .box-link{
	background: #6182b6;
}
.box-single:nth-of-type(3) .box-link{
	background: #e33d27;
}
.box-heading{
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
.box-p{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color: #373737;
	margin: 0;
}
.help{
	background: url('img/bg-news-more.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 20px;
}
.help-container .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.help-container .wrapper>*{
	width: calc(50% - 20px);
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.map-container{
	min-height: 560px;
	 z-index: 99;
}
.help-container .wrapper>.help-footer-img{
	width: 100%;
	margin-top: 60px;
	justify-content:flex-start;
}
.help-container{
	padding-top: 60px;
	padding-bottom: 30px;
}
.help-container .wrapper>img{
	display: block;
	margin: 0 auto;
}
.help-content h3{
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
}
.help-content p{
	font-size: 20px;
	color: #5d5d5d;
	margin: 0;
	line-height: 1.5;
}
.home_help_slider.owl-carousel .owl-item img{
	width: auto;
	margin: 0 auto;
}
.home_help_slider.owl-theme .owl-nav{
    top: 0;
}

.home_help_slider.owl-theme .owl-nav button{
	font-size: 140px;
    font-weight: 100;
    color: #d2ddd5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.home_help_slider.owl-theme .owl-nav button:hover{
	background: transparent;
	color: #000;
}
.home_help_slider .owl-prev{
	left: 5vw;
}

.home_help_slider .owl-next{
	right: 5vw;
}
.home_help_slider .post-readmore{
    margin-bottom: 20px;
}

/* section write*/
.write{
/*	background: url('img/bg-form.png');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    padding-top: 40px;
    padding-bottom: 120px;
}
.home .write{
    padding-top: 150px;
    padding-bottom: 120px;	
}
.write-container .wrapper{
	max-width: 680px;
}
.write-container label{
	width: 100%;
}
.write-container textarea{
	font-size: 16px;
	width: 100%;
	border: 1px solid #a1a2a9;
	padding: 20px;
	color: #a1a2a9;
	height: 180px;
	margin-bottom: 30px;
}
.write-container .wpcf7-email,
.write-container .wpcf7-tel{
	border: 0;
	width: 100%;
	font-size: 16px;
	color: #5b5d5e;
	margin-bottom: 30px;
	border-bottom: 1px solid #a1a2a9;
	padding: 8px;
	text-align: center;
}
.wpcf7-recaptcha>div{
    margin: 25px auto;
}
.form-form-accept input {
    display: none;
}

.form-form-accept .wpcf7-list-item-label:before {
	content: '\00a0';
    height: 23px;
    width: 23px;
    border: 3px solid #cccbc9;
    display: inline-block;
    line-height: 1;
    left: 0px;
    padding: 1px 0 0 2px;
    position: absolute;
}
.form-form-accept .wpcf7-list-item-label:after{
	content: unset;
}
.form-form-accept input:checked~.wpcf7-list-item-label:before {
	content: '\002714';
    color: #6182b6;
    font-size: 19px;
}
.form-form-accept .wpcf7-list-item-label{
	margin-left: 30px;
    display: block;
}
.form-form-send{
	text-align: center;
}
.form-form-send input{
	font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #6182b6;
    color: #fff;
    padding: 8px 60px;
    transition: 0.3s all;
    border: 2px solid #6182b6;
}
.form-form-send input:hover{
	background: #fff;
    border: 2px solid #6182b6;
    color: #838182;
}
.form-form-send input:disabled{
    border: 2px solid #807f7f;
	cursor: no-drop;
	background: #807f7f;
}



.ngo-box {
	margin: 110px 0;
}
.ngo-box .box-single{
    margin: 0 auto;
}
.box-description{
	font-size: 20px;
    line-height: 1.5;
    color: #5b5b5c;
    margin: 40px auto;
    text-align: center;
    max-width: 1200px;
}
.ngo-box:nth-of-type(1) .box-link{
	background: #30ad56;
}
.ngo-box:nth-of-type(2) .box-link{
	background: #6182b6;
}
.ngo-box:nth-of-type(3) .box-link{
	background: #e33d27;
}



.about_about,
.about_team,
.about_status,
.about_report{
	padding: 50px 0 190px;
}
.about-timeline{
	margin: 50px 0;
}
.movie-container iframe,
.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe{
	width: 100% !important;
	height: 500px;
}

.team-container .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
/*	justify-content: space-between;;*/
	align-items: center;
}
.single-employment {
    width: 230px;
    position: relative;
    height: 350px;
    text-align: center;
    margin: 0 10px;
}

.single-employment .show {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100% ;
    justify-content: space-around;
    position: relative;
}

.employment-img-container {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.show .employment-title {
	font-weight: 600;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    color: #fff;
}
.single-employment .hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: 0.3s bottom;

}
.single-employment .hover>div{
	padding: 12px;
}
.single-employment:hover .hover {
    bottom: 0;

}
.single-employment .container-hover{
    font-size: 12px;
    color: #bfbbbb;
    font-weight: 400;
}

.about_report .title-section h2{
	width: 1420px;
}

.download a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	transition: 0.3s all;
}
.download a:hover{
	color: #5178BA;
}
.download img{
	margin-bottom: 20px;
}
.contact{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.contact>div{
	width: calc(50% - 20px);
}
.contact-form .contact-title h2{
	font-size: 50px;
	font-weight: 600;
	color: #373737;
	margin: 0 0 20px;
	line-height: 1;
}
.contact-form .contact-subtitle p{
	font-size: 20px;
	color: #5b5c5d;
    margin: 0 0 50px;

} 
.contact-form .write-container .wrapper{
	max-width: 100%;
}
.contact-form .form-form-send input{
	width: 100%;
}
.contact-container h2{
	color: #373737;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 50px;
	line-height: 1;
}
.contact-container h3{
	font-size: 16px;
	margin-top: 40px;
	font-weight: 600;
}
.contact-container h4{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0;
}
.contact-container h4 strong{
	color: #6182b6;
}
.contact-container div:last-of-type p{
	margin-top: 30px;
	margin-bottom: 0;
}
.contact-container div:last-of-type h3{
	margin-top: 0;
	font-size: 30px;
	color: #5d5d5d;
	font-weight: 600;
}
.contact-container p{
	font-size: 16px; 
	color: #5d5d5d;
	margin-top: 0;
	margin-bottom: 7px;
}
.contact-container a,
.contact-container strong{
	font-weight: 600;
}

.post-single{
	padding-top: 40px;
	padding-bottom: 40px;
}
/*.post-single  article{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;

}*/
.post-single  article>div:first-of-type{
	float: left;
	padding: 0px 50px 50px 0;
}
.post-single .post-title{
	padding-bottom: 10px;
}
.post-single .desctiprion p{
	font-size: 18px;
	margin-bottom: 10px;
}
.post-single .desctiprion a{
	font-weight: 600;
	border-bottom: 1px solid transparent;
	transition: 0.3s all;
}
.post-single .desctiprion a:hover{
	 border-bottom: 1px solid;
}
.post-single .final-tiles-gallery{
    margin: 60px 0;
}
.final-tiles-gallery>div{
	margin: 20px auto;
}
.document{
	padding: 60px 0;
}
.document-single{
    padding: 20px 0;
    border-bottom: 2px solid #5682c3;
    margin-bottom: 20px;
}
.document-container .document-heading,
.document-container-no .document-heading{
	font-size: 20px;
	font-weight: 600;
	color: #5b5b5c;
	margin: 0;
	padding-bottom: 20px;
}
.document-single p{
	font-size: 16px;
	color: #5b5b5c;
	margin: 0;
}
.book .document-single img{
	max-width: 240px;
	height: auto;
}
.book .document-single .document-container{
	width: 80%;
}
.documnet-button a{
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #6182b6;
    color: #fff;
    padding: 8px 0;
    transition: 0.3s all;
    border: 2px solid transparent;
    display: block;
    text-align: center;
}
.documnet-button a:hover{
	background: #fff;
    border: 2px solid #6182b6;
    color: #000;
}
.document-single{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.document-single>a{
	width: 57px;
}
.document-single .document-container{
	padding: 0 20px;
	width: 70%;
}
.document-container-no{
	width: 100%;
}
.documnet-button{
    width: 317px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/




















/*------------------------------------*\
    footer
\*------------------------------------*/
.footer-info{
	background-color: #292929;
	background-image: url('img/bg-footer-newsletter.png');
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right ;
	padding: 3vw 0 ;
}
.footer-info .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.footer-info .wrapper>*{
	width: calc(50% - 20px);
	display: flex;
    flex-wrap: wrap;
}
.footer-info .row{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.footer-info .row:first-of-type{
	margin-bottom: 30px;
}
.footer-info .footer-column{
	width: calc(33% - 20px);
}
.footer-header{
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 15px;
}
.footer-content{
	font-size: 12px;
	color: #8b8b8b;
	margin: 8px 0;
}
.footer-content a{
	color: #8b8b8b; 
	transition: 0.3s all;
}
.footer-content a:hover{
	color: #fff;
}
.newsletter>div{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    margin-left: auto;
    max-width: 720px;
    padding: 40px 80px;
    border: 1px solid #958f8f;
}
.newsletter-heading{
    width: 100%;
    color: #f6861f;
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
}
.newsletter-heading strong{
	text-transform: uppercase;
	letter-spacing: 5px;
}
.newsletter-heading span{
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	display: block;
}
.newsletter-consent{
	margin-top: 17px;
    max-width: 440px;
    display: block;
}
.form-input-email{
	position: relative;	
}
.form-input-email input{
	width: 100%;
	padding: 8px 12px ;
	font-size: 12px;
	color: #ababab;
}
.tnp-field-button {
    position: absolute;
    right: 34px;
    top: 4px;
}

.tnp-field-button button{
    height: 35px;
    width: 101px;
    border: 0;
/*     background: transparent; */
    line-height: 0;
    overflow: hidden;
    font-size: 13px;
    position: absolute;
    padding: 0;
    right: -34px;
    top: -4px;
    background: #f6861f;
    font-weight: 600;
    padding: 0 10px;
    text-transform: uppercase;
    transition: 0.3s all;
}
.tnp-field-button button:hover{
	opacity: 0.6;
}
.grecaptcha-badge{
	display: none;
}
/* .tnp-field-button button:after{
	content: '';
	background:url('img/chaeck.png');
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 26px;
	height: 26px;
} */
.newsletter-consent-text{
	font-size: 12px;
    color: #8b8b8b;
}
.newsletter-consent-text a{
	color: #8b8b8b;
	transition: 0.3s all;
}
.newsletter-consent-text a:hover{
	color: #ffffff;
}
.newsletter-consent input{
	margin-right: 10px;
}
.newsletter-consent-text{
	position: relative;
}
.newsletter-consent span:after{
    content: '\00a0';
    height: 19px;
    width: 19px;
    border: 2px solid #cccbc9;
    display: inline-block;
    line-height: 1;
    left: -25px;
    padding: 1px 0 0 2px;
    position: absolute;
    top: -5px;
    background: #fff;
}

.newsletter-consent input:checked~span:after{
    content: '\002714';
    color: #6182b6;
    font-size: 17px;
}
.footer_fio{
	background: #efefea;
}
.footer_fio .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_fio_description{
	padding: 50px 0;
	width: calc(100% - 250px);
}
.wrapper-footer-scorise{
	background: #131317;
	padding: 15px 0;
}
.wrapper-footer-scorise .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.wrapper-footer-scorise p{
	color: #606161;
	font-size: 10px;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
/*------------------------------------*\
    sidebar
\*------------------------------------*/


.sidebar-help{
	position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 00px;
    z-index: 999;
	width: 140px;
	height: 140px;
	display: block;
}
.sidebar-help img{
	width: 140px;
	height: 140px;
	display: block;
}


/*------------------------------------*\
    help
\*------------------------------------*/
.bg_methods{
}
.methods{
	margin: 20px 0 70px;
}
.methods-container{
	margin-top: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
/* 	justify-content: space-between; */
}
.methods-single{
	width: calc(100% / 4);
	padding: 0 10px 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.methods-title{
	padding-top: 50px;
	font-size: 16px;
	text-transform: uppercase;
	margin: 10px 0 30px;
	text-align: center;
}
.methods-read{
	display: block;
    border: 1px solid #f1e8d7;
    text-transform: uppercase;
    color: #838182;
    font-size: 18px;
    padding: 10px 0;
    transition: 0.3s all;
    text-align: center;
    margin-top: auto;
}
.methods-readmore{
	text-align: center;
	margin: 50px 0 100px;
}
.methods-readmore a{
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #6182b6;
    color: #fff;
    padding: 8px 60px;
    transition: 0.3s all;
    border: 2px solid transparent;
}
.methods-readmore a:hover{
	background: #fff;
    border: 2px solid #6182b6;
    color: #000;
}
.methods-big{
    background: url(img/bg-news-more.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
.methods-read:hover {
    background: #f1e8d7;
    color: #000;
}
.methods-title h2{
	font-size: 35px;
	width: 1000px;
}
.methods-img{
	text-align: center;
}
.methods-description{
	max-width: 1030px;
	margin: 40px auto 50px;
}
.methods-description h3,
.methods-description h2{
	font-size: 33px;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 20px;
	margin: 0px;
}
.methods-description p{
	font-size: 25px;
	color: color: #5d5d5d;
	text-align: center;
}
/* .what_post{
	padding-bottom: 110px;
	background: url(img/bg-news-more.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
} */
.what_post .sub-title_more{
	text-align: right;
}
.what-header{
	padding-top: 100px;
	padding-bottom: 20px;
}
.what-logo{
	text-align: center;
	margin: 0;
	padding-bottom: 30px;
}
.what-subtitle-section{
	font-size: 20px;
    line-height: 1.5;
    color: #5b5b5c;
    margin: 40px auto;
    text-align: center;
    max-width: 1200px;
}
.accordion_headign{
    color: #373737;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 50px 0 0;
}
.accordion_hidden{
	height: 100%;
	overflow: hidden;
}
/* .accordion_hidden{
	overflow: hidden;
    height: 0;
} */
.accordion_show-hide.hide .accordion_toogle:after{
		transform: translate(-50%, -50%) rotate(90deg);
}
.accordion_desctiprio{
	padding-top: 40px;
}
.accordion_desctiprio h3{
	color: #5d5d5d;
	font-size: 18px;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.accordion_desctiprio h4{
	color: #5d5d5d;
	font-size: 18px;
}
.accordion_desctiprio p{
	font-size: 20px;
	line-height: 31px;
	color: #5d5d5d; 
	margin: 0 0 10px
}
.accordion_desctiprio ol{
	font-size: 20px;
	line-height: 31px;
	color: #5d5d5d; 
	margin: 0 0 10px
}
.accordion_desctiprio ul{
	font-size: 20px;
	line-height: 31px;
	color: #5d5d5d; 
	margin: 0 0 10px
}
.accordion_toogle{
	text-align: center;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background: #5682c3;
	position: relative;
	display: block;
	margin: 20px auto 0;
	cursor: pointer;
}
.accordion_toogle:before{
	content: '';
	position: absolute;
	width: 22px ;
	height: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s all;
	background: #fff;

}
.accordion_toogle:after{
	content: '';
	position: absolute;
	width: 22px ;
	height: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s all;
	background: #fff;

}
.accordion_toogle_text{
	text-align: center;
	cursor: pointer;
	margin: 0 auto 0;
	font-weight: 600;
	font-size: 20px;
	width: 110px;
}

#payu-payment-form button[type=submit] {
    border: 0px;
    height: 35px;
    width: 140px;
    background: url('../../../../static.payu.com/pl/standard/partners/buttons/payu_account_button_long_03.html');
    background-repeat: no-repeat;
    cursor: pointer;
}







#floating-panel{
	position: absolute;
	top:60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 870px;
    box-shadow: 10px 10px rgba(210, 221, 213, 0.7);
    background-color: rgba(255, 255, 255, 0.95);
    margin: 30px 0;
}
.label-search-map{
	height: 78px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.label-search-map input{
	width: 423px;
	max-width: 80%;
	border:1px solid #c2c2c2;
	color: #bcbcbc;
	font-size: 12px;
	padding: 12px 17px;
}
.button-search-map{
	cursor: pointer;
    width: 185px;
    max-width: 70%;
    background-color: #6182b6;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    transition: 0.3s all;
    border: 1px solid #6182b6;
}
.button-search-map:hover{
	background-color: transparent;
	color: #6182b6;
}
.label-search-map p{
	color: #5b5c5d;
    text-transform: uppercase;
    font-size: 18px;
   	padding: 0;
   	font-weight: 600;
}

.inforoad {
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 20px;

    display: flex; 
	justify-content: space-between;
	align-items: flex-end;
	opacity: 0;
    height: 0;
}
.inforoad p{
	margin: 0;
	padding: 0;
}
.inforoad span{
    color: #6182b6;
    
}
.method-single{
	padding: 60px 0;
}
form.payU{
	max-width: 1000px;
    margin: 60px auto;
}
.payU{
}
.payU input{
	border: 0;
    width: 100%;
    font-size: 16px;
    color: #5b5d5e;
    margin-bottom: 30px;
    border-bottom: 1px solid #a1a2a9;
    padding: 8px;
    text-align: center;
}
.payU .form-half{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.payU .form-half>*{
	width: calc(50% - 20px);
}
.payU .PayU-option{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.price_different_hide{
	display: none;
	position: absolute;
    left: 0;
    top: 40px;
}
.PayU-headline{
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	margin: 20px 0;
	padding: 0 0 15px 0;
}
.PayU-option label{
	width: calc(20% - 10px);
    text-align: center;
    font-size: 22px;
    position: relative;
}
.consent{
    position: relative;
    margin-top: 20px;
    display: block;
}
.consent .consent-text:before{
	content: '\00a0';
    height: 23px;
    width: 23px;
    border: 3px solid #cccbc9;
    display: inline-block;
    line-height: 1;
    padding: 1px 0 0 2px;
    position: absolute;
    top: 7px;
    left: 4px;
    background: #fff;
}
.payU .consent input{
	display: inline;
    width: auto;
    margin: 10px;
    padding: 0;
}
.payU .consent input:checked~span:before {
    content: '\002714';
    color: #6182b6;
    font-size: 19px;
}

.PayU-option label span:before{
	content: '\00a0';
    height: 23px;
    width: 23px;
    border: 3px solid #cccbc9;
    display: inline-block;
    line-height: 1;
    left: 0px;
    padding: 1px 0 0 2px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}
.PayU-option input:checked~span:before {
    content: '\002714';
    color: #6182b6;
    font-size: 19px;
}
.PayU-option input[type="radio"]{
    margin-top: 15px;
    margin-bottom: 15px;
}

.payU button{
	background: #a6c307;
    border: 0;
    border-radius: 25px;
    padding: 15px 60px;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    margin: 45px 0 0 auto;
    display: block;
    transition: 0.3s all;
}
.payU button:hover{
	background: #98b016;
}
.partners-single{
	margin-bottom: 20px;
}
.partners-single--width3{
	width: 460px;
	position: relative;
    height: 400px;
    text-align: center;
}
.partners-single--width2{
	width: 230px;
    position: relative;
    height: 400px;
    text-align: center;
}
.partners-single-show{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc( 100% - 50px );
    justify-content: space-around;
}
.partners-single-show-img{
	height: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.partners-single-show-img img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.partners-single-title{
    font-weight: 600;
    font-size: 16px;
}
.partners-single-title-big{
	text-align: center;
	font-size: 40px;
    font-weight: 600;
}
.partners-single-hide{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: 0.3s bottom;
}
.partners-single-hide .partners-single-title{
	color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}
.partners-single:hover .partners-single-hide {
    bottom: 51px;
}
.partners-single-hide>div {
    padding: 20px;
}
.partners-single-hide p{
	font-size: 14px;
    color: #bfbbbb;
}
.partners-single-link{
	margin: 0;
}
.partners-single-link a{
	display: block;
    border: 1px solid #f1e8d7;
    text-transform: uppercase;
    color: #838182;
    font-size: 18px;
    padding: 10px 0;
    transition: 0.3s all;
}
.partners-single-link a:hover {
    background: #f1e8d7;
    color: #000;
}










.preson{
	margin: 0 0 100px 0;
}

.person-container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}
.person-single{
	margin-bottom: 20px;
	width: 330px;
    position: relative;
    height: 500px;
    text-align: center;
    margin: 0 20px ;
}
.person-single-show{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc( 100% - 50px );
    justify-content: space-around;
}
.person-single-show-img{
	height: 350px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.person-single-show-img img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.person-single-title{
    font-weight: 600;
    font-size: 16px;
   	margin: 5px 0;
}
.person-single-a{
	margin: 5px 0;
    font-size: 16px;
}
.person-single-hide{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: 0.3s bottom;
}
.person-single-hide .person-single-a{
    font-weight: 600;
    font-size: 16px;
}
.person-single-hide .person-single-a a{
	color: #ffffff;
}
.person-single-hide .person-single-title{
	color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}
.person-single:hover .person-single-hide {
    bottom: 51px;
}
.person-single-hide>div {
    padding: 20px;
}
.person-single-hide p{
	font-size: 14px;
    color: #bfbbbb;
}
.person-single-link{
	margin: 0;
}
.person-single-link a{
	display: block;
    border: 1px solid #f1e8d7;
    text-transform: uppercase;
    color: #838182;
    font-size: 18px;
    padding: 10px 0;
    transition: 0.3s all;
}
.person-single-link a:hover {
    background: #f1e8d7;
    color: #000;
}
.person-data span{
	position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #5d5d5d;
    padding-top: 3px;
}
.person-data span:before{
	content: '';
    height: 1px;
    top: 0;
    right: -50px;
    left: 0;
    position: absolute;
    display: block;
    background: #d1ddd4;
}
.person-data strong{
	font-size: 14px;
    font-weight: 600;
    color: #373737;
    list-style: none;
    text-transform: uppercase;
}
.person-data a{
	transition: 0.3s all;
}
.person-data a:hover {
    color: #6182b6;
}







.organization-data p{
	font-size: 18px;
	margin: 5px;
}
.organization-data a{
	font-weight: 600;
	transition: 0.3s all;
}
.organization-data a:hover{
    color: #6182b6;	
}
.organization-address{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.arrow-bottom,
.arrow-top{
	display: none;
}

.comments{
	position: relative;
}
.comments h2{
	font-size: 25px;
    color: #373737;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}
.comments ul, ol{
	list-style: none;
}

.commet-post-date{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.commet-post-date .fn{
	position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #5d5d5d;

    font-weight: 600;
}
.commet-post-date .says{
	position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #5d5d5d;

}
.commet-post-date .comment-meta{
	position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #5d5d5d;
    margin-left: 5px;
    overflow: hidden;
}
.commet-post-content p{
	margin: 5px 0;
    font-size: 16px;
    color: #5d5d5d;
    line-height: 1.2;
}
.comments .depth-1{
	padding: 20px;
	position: relative;
}
.post-template-default {
	overflow-x: hidden;
}
.comments .depth-1:nth-of-type(odd):after{
    content: '';
    background: #efefea;
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    display: block;
    animation: -1;
    z-index: -1;
    overflow: hidden;
}
.comment-form .submit{
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #6182b6;
    color: #fff;
    padding: 8px 60px;
    transition: 0.3s all;
    border: 2px solid transparent;
    display: inline-block;
    color: #fff;
}

.reply a{
	color: #6182b6;
	font-size: 11px;
	transition: 0.3s all;
}
.reply a:hover{
	color: #2d2c2c;

}
.comment-body{
	padding: 5px 0;
}
.comment-form .submit:hover{
    background: #fff;
    border: 2px solid #6182b6;
    color: #000;
}
.reply:empty{
    padding: 0;
    display: none;
}
.comment-form{
	max-width: 810px
}

.comment-respond p{
	font-size: 16px;
}
.comment-respond h3{
	font-size: 20px;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
	width: 600px;
	max-width: 100%;
}
@media screen and (max-width: 920px){
	#floating-panel{
		max-width: 90%;
		width: 570px;
		top: 80%;
	}
	.label-search-map{
		justify-content: space-around;
		flex-direction: column;
		height: 158px;
	}
	#map{
		min-height: 560px;
	}
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1650px) {
	.slider-home.owl-theme .owl-nav.disabled+.owl-dots,
	.wrapper,
	.slide-wrapper,
	.banner-wrapper{
		max-width: 1300px;
	}
	.wrapper-none-realtive{
		max-width: 1350px;
	}
	.title-section h1, .title-section h2, .home-title-section h2{
		font-size: 50px;
	}
	.slide-container h2{
		font-size: 45px;
	}
	.slide-container h2 .big {
    	font-size: 80px;
	}
	.single-projects {
    	width: 200px
	}
	.container-hover {
    	font-size: 12px;
	}
	.description-date .data {
    	font-size: 50px;
	}
	.description-date h4 {
    	font-size: 26px;
	}
	.help-container .wrapper>*{
		width: calc(60% - 20px);
	}
	.help-container .wrapper>*:first-of-type{
		width: calc(40% - 20px);
	}
	.help-container .wrapper>.help-footer-img{
		width: 100%;
	}
	.help-content h3 {
    	font-size: 35px;
	}
	.post-single article img{
		max-width: 500px;
	}
	.book .document-single img{
		max-width: 225px;
	}
	.book .document-container{
		width:  calc(100% - 250px);
	}
	.partners-single--width2 {
    	width: 240px;
	}
	.partners-single--width3 {
	    width: 470px;
	}
	.team-container .wrapper{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.single-employment{
		width: calc(25% - 20px);
		margin-bottom: 20px;
	}

}
@media only screen and (max-width:1560px) {
	.footer-info{
   		padding: 2vw 0;
	}
}
@media only screen and (max-width:1380px) {
	.footer-info{
   		padding: 1vw 0;
	}
}
@media only screen and (max-width:1350px) {
	
	.mobile-center {justify-content:center !important;}
	.slider-home.owl-theme .owl-nav.disabled+.owl-dots,
	.wrapper,
	.slide-wrapper,
	.banner-wrapper{
		max-width: 1100px;
	}
	.wrapper-none-realtive{
		max-width: 1150px;
	}
	.nav-container a {
    	font-size: 13px;
	}
	.li-home a{
		font-size: 0;
	}
	.nav-container .sub-menu{
		padding-right: 0 10px;
	}
	.slide-container h2 .big {
    	font-size: 70px;
	}
	.slide-container h2 {
    	font-size: 40px;
	}
	.title-section h1, .title-section h2, .home-title-section h2 {
    	font-size: 45px;
	}
	.project-container{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.single-projects {
	    width: 280px;
	    margin-bottom: 30px;
	}
	.about .wrapper>div {
	    width: calc(50% - 120px);
	}
	.about .wrapper>.dates{
		width: 180px;
	}
	.news-next .news-next-container>div {
    	width: calc(33% - 20px);
    	margin: 0 10px 30px;
	}
	.banner-container h2 .big, .banner-container h1 .big{
		font-size: 55px;
	}
	.banner-container h2, .banner-container h1{
		font-size: 37px;
	}
	.help-container .wrapper>*:first-of-type{
		width: calc(30% - 10px);
	}
	.help-container .wrapper>* {
	    width: calc(70% - 10px);
	}
	.help-container .wrapper>.help-footer-img{
		width: 100%;
	}
	.footer-info{
		-webkit-background-size: cover;
		background-size: cover;
	}
	.footer-info .wrapper{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-info .wrapper>*{
		width: 100%;
    	padding: 20px 0px;
	}
	.footer-info form{
		width: 100%;
	}
	.newsletter-heading {
    	font-size: 25px;
	}
	.newsletter-heading span {
    	font-size: 14px;
	}
	.newsletter-consent {
    	max-width: 100%;
	}
	.newsletter>div{
		justify-content: center;
    	margin: 0 auto;
	}
	.person-single{
		width: calc(33% - 40px);
	}
	.news-category-link{
		font-size: 20px;
	}
	.news-first .wrapper>div>div {
	    width: calc(50% - 30px);
	}
	.methods-container{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.methods-single{
		width: calc(100% / 3);
	}
	.partners-single--width3 {
	    width: 400px;
	}
	.partners-single--width2 {
	    width: 200px;
	}
	.contact{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact>div {
    	width: 100%;
	}
	.sidebar-help,
	.sidebar-help img {
	    width: 110px;
	    height: 110px;	
	}
	.post-title {
    	font-size: 26px;
	}
	.news-next-post-title {
    	font-size: 21px;
	}
	.home_help_slider.owl-theme .owl-nav .owl-next{
		right: 0;
	}
	.home_help_slider.owl-theme .owl-nav .owl-prev{
		left: 0;
	}
	.home .news {
    	padding: 100px 0 0;
	}
	.home .news-first {
    	margin-top: 80px;
   		margin-bottom: 80px;
	}
	.information-help {
	    padding: 100px 0px 0px;
	}
	.help{
		padding-top: 50px;
	}
	.home .after-slider {
	    height: 75vh;
	}


}
@media only screen and (max-width:1150px) {
	.logo-mobile {display:block;}
	.slider-home.owl-theme .owl-nav.disabled+.owl-dots,
	.wrapper,
	.slide-wrapper,
	.banner-wrapper,
	.wrapper-none-realtive{
		max-width: 900px;
	}
	.nav-container ul{
		position: fixed;
	    flex-direction: column;
	    right: -100vw;
	    background: #292929;
	    top: 0;
	    height: 100vh;
	    z-index: 99999;
	    padding: 20px 0;
	    overflow: auto;
	    transition: 0.5s all;
	}
	.nav-container ul.open{
		right: 0;
	}
	.li-home a:before{
		content: unset;
	}
	.nav-container a {
	    font-size: 13px;
	}
	.nav-container .li-home {
    	height:auto;
    	padding: 10px 0;
	}
	.nav-container .li-home a{
	    color: #ffffff;
    	padding: 5px 12px;
    	text-transform: uppercase;
	}
	.nav-container .sub-menu{
		position: relative;
		height: auto;
		padding: 0;
		margin-top: 0;
		display: block;
	}
	.nav-container .sub-menu li {
    	width: 100%;
	}
	.nav-container .sub-menu a{
	    text-align: left;
	}
	.nav-container .sub-menu a:before{
		content: unset !important;
	}
	.nav-container li:hover{
		background: #292929;
	}
	.menu-item-has-children li{
    	padding: 5px 0;
	}
	.nav-container .sub-menu li:hover {
	    background: #292929;
	    color: #fff
	}
	.nav-container .sub-menu li:hover a {
	    color: #fff
	}
	.header {
		position: relative;
	    z-index: 9999;
	}
	.menu-item-object-custom.menu-item-has-children>a{
		font-size: 0;
		padding: 0;
		display: none;
	}
	.wrapper-none-realtive{
		overflow: hidden;
	}
	.hamburger {
	    display: block;
	    width: 30px;
	    position: relative;
	    height: 30px;
	    margin: 10px 20px 1px auto;
	    padding: 5px;
	    cursor: pointer;
	    transition: 0.5s all;
	}
	.hamburger.open{
		margin-right: 210px;
	}
	.hamburger span {
	    width: 100%;
	    height: 3px;
	    position: absolute;
	    background-color: #ef9d23;
	   transition: 0.5s;
	}
	.hamburger span:nth-of-type(1) {
	    top: 0;
	    left: 0;
	    right: 0;
	}
	.hamburger span:nth-of-type(2) {
	    top: 8px;
	    left: 0;
	    right: 0;
	}
	.hamburger span:nth-of-type(3) {
	    top: 16px;
	    left: 0;
	    right: 0;
	}
	.hamburger.open span:nth-of-type(2){
		left: 10px;
		opacity: 0;
	}
	.hamburger.open span:nth-of-type(1) {
	    transform: rotate(45deg);
	    top: 9px;
	}
	.hamburger.open span:nth-of-type(3) {
	    transform: rotate(-45deg);
	    top: 10px;
	}
	.about .wrapper{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about .wrapper>.about-container{
		width: 100%;
		margin-bottom: 40px;
	}
	.about .wrapper>.container-description-date{
    	width: calc(100% - 230px);
	}
	.box-container .wrapper{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.information {
	    padding-bottom: 30px;
	}
	.box-single{
		width: 70%;
		margin-bottom: 40px;
	}
	.about_about, .about_team, .about_status, .about_report {
    	padding: 50px 0 50px;
	}
	.single-employment {
	    width: calc(33% - 20px);
	    margin-bottom: 20px;
	}
	.title-section h1, .title-section h2, .home-title-section h2 {
	    font-size: 40px;
	}
	.nav-container .current-menu-item {
		background: #6182b6;
	}
	.banner-container h2, .banner-container h1 {
    	font-size: 32px;
	}
	.banner-container h2 .big, .banner-container h1 .big {
    	font-size: 50px;
	}
	.page-banner>div{
		background-size: cover !important;
	}
	.banner-container{
		padding: 40px 0 40px;
		background-color: rgba(255,255,255,0.7);
	}
	.news-category-link {
	    justify-content: space-between;
	}
	.news-category-link span{
		width: 190px;
    	text-align: center;
	}
	.news-category-link>span:after{
		content: unset;
	}
	.post-single article img {
	    max-width: 350px;
	}
	.slide-home{
		-webkit-background-size: cover !important;
		background-size: cover !important;
	}
	.home .after-slider {
	    height: 92vh;
	}

}
@media only screen and (max-width:1075px) {
	.hamburger.open {
	    margin-right: 250px;
	}
}
@media only screen and (max-width:1000px) {
	.hamburger.open {
	    margin-right: 300px;
	}
}
@media only screen and (max-width:950px) {
	.logo-mobile {width:160px;}
	.slider-home.owl-theme .owl-nav.disabled+.owl-dots,
	.wrapper,
	.slide-wrapper,
	.banner-wrapper,
	.wrapper-none-realtive,
	.banner-container{
		max-width: 700px;
	}
	.slide-container {
    	width: 700px;
	}
	.hamburger.open {
	    margin-right: 220px;
	}
	.slider-home.owl-theme .owl-nav.disabled+.owl-dots{
		bottom: 90px;
	}.owl-theme .owl-dots .owl-dot span {
    	width: 15px;
    	height: 15px;
	}
	.news-next .news-next-container{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.news-next .news-next-container>div {
    	width: 700px;
    	max-width: 100%;
	}
	.title-section h1, .title-section h2, .home-title-section h2{
		font-size: 35px;
	}
	.help-container .wrapper{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.help-container .wrapper>*:first-of-type {
    	width: 600px;
    	max-width: 100%
	}
	.help-container .wrapper>* {
    	width: 100%;
	}
	.help-container .wrapper>.help-footer-img {
	  	display: none;
	}
	.help-content h3 {
	    font-size: 30px;
	}
	.wrapper-footer-scorise .wrapper{
		justify-content: center;
    	flex-direction: column;
	}
	.wrapper-footer-scorise p{
		justify-content: center;
		padding-bottom: 10px;
	}
	.footer_fio_description {
	    width: calc(100% - 200px);
	}
	.single-employment {
	    width: calc(50% - 20px);
	}
	.documnet-button {
	    width: 160px;
	}
	.documnet-button a {
    	font-size: 14px;
	}
	.person-single {
	    width: calc(50% - 20px);
	}
	.post-header {
    	margin-bottom: 30px;
	}
	.post-readmore {
	    margin-top: 30px;
	}
	.post-title {
	    font-size: 24px;
	}
	.post-single article>div:first-of-type {
	    float: inherit;
	    padding: 0 0 40px;
	    margin: 0 auto;
	    text-align: center;
	}
	.methods-description h3, .methods-description h2 {
    	font-size: 27px;
	}
	.methods-description p {
    	font-size: 20px;
	}
	.methods-readmore a {
    	font-size: 20px;
	}
	.news-first .wrapper>div>div {
	    width: 100%;
	}
	.post-thumbnail{
		height: 400px;
	}
	.news-first .wrapper>div{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.post-content{
		margin-top: 50px;
	}
	.news-first .wrapper>div{
		margin: 50px 0 50px;
	}
	.partners-single--width2 {
	    width: 100%;
	}
	.partners-single--width3 {
	    width: 100%;
	}
	#floating-panel{
		width: 790px;
	}
	.comment-form-comment,
	.comment-form-author,
	.comment-form-email,
	.comment-form-url{
		flex-direction: column;
	}
}
@media only screen and (max-width:880px) {
	.hamburger.open {
	    margin-right: 250px;
	}
}
@media only screen and (max-width:800px) {
	.hamburger.open {
	    margin-right: 300px;
	}
}
@media only screen and (max-width:760px) {
	.inforoad{
		font-size: 17px;
	}
	.button-search-map{
		font-size: 17px;
	}
	.button-search-map{
	    margin-top: 5px;
	}
}
@media only screen and (max-width:750px) {
	.slider-home.owl-theme .owl-nav.disabled+.owl-dots,
	.wrapper,
	.banner-wrapper,
	.wrapper-none-realtive,
	.banner-container{
		max-width: 500px;
	}
	.slide-container{
		width: 100%;
	}
	.slide-container
	.hamburger.open {
	    margin-right: 220px;
	}
	.logo-social a:before{
		 transform: scale(0.7);
	}
	.logo-social .header-social a {
	    width: 34px;
	    height: 34px;
	}
	.socialmedia>*{
		margin: 0;
		width: 32px;
		display: flex;
		align-items: flex-end;
	}
	.slide-container h2 .big {
    	font-size: 50px;
	}
	.slide-container h2 {
	    font-size: 35px;
	}
	.description {
    	font-size: 18px;
	}
	.single-projects{
		width: 100%;
	}
	.about .wrapper>.container-description-date{
		width: 100%;
	}
	.about .wrapper>.dates{
		width: 100%;
	}
	.about .wrapper>.container-description-date{
		height: auto;
	}
	.dates{
		flex-direction: row;
		display: none;
	}
	.arrow-bottom,
	.arrow-top{
		display: block;
		text-align: center;
	}
	.arrow-top span:before{
		content: '';
		color: #fff;
		cursor: pointer;
		display: block;
		border: solid #fff;
    	border-width: 0 10px 10px 0;
    	display: inline-block;
    	padding: 10px;
    	transform: rotate(-135deg);
    	-webkit-transform: rotate(-135deg);
	}
	.arrow-bottom span:before{
		content: '';
		color: #fff;
		cursor: pointer;
		display: block;
		border: solid #fff;
    	border-width: 0 10px 10px 0;
    	display: inline-block;
    	padding: 10px;
    	transform: rotate(45deg);
    	-webkit-transform: rotate(45deg);
	}
	.box-single{
		width: 90%;
	}
	.subtitle-section,
	.home-subtitle-section,
	.help-content p,
	.inforoa,
	.what-subtitle-section{
		font-size: 18px;
	}
	.newsletter>div{
		width: 100%;
    	flex-wrap: wrap;
    	padding: 20px 20px;
	}
	.footer-info form {
    	width: 100%;
	}
	.newsletter-heading{
		text-align: center;
	}
	.footer-info .row{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-info .footer-column{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-info{
		background: #292929;
	}
	.sidebar-help{
		bottom: 10px;
		top: inherit;
		transform: inherit;
		-webkit-transform: inherit;
	}
	.footer_fio .wrapper{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer_fio img{
		margin-top: 40px;
	}
	.footer_fio_description {
	    width: 100%;
	    padding: 20px 0;
	}
	.hamburger.open {
	    margin-right: 220px;
	}
	.movie-container iframe, .fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
		height: 380px;
	}
	.single-employment {
	    width: 100%;
	}
	.title-section h1, .title-section h2, .home-title-section h2{
		font-size: 30px;
	}
	.document-single{
		flex-direction: column;
	}
	.document-container .document-heading, .document-container-no .document-heading{
		font-size: 18px;
		padding-bottom: 5px;
	}
	.documnet-button{
		width: 100%;
		margin-top: 20px;
	}
	.document-single .document-container{
		width: 100%;
		padding: 10px 0;
	}
	.person-single{
		width: 100%;
	}
	.methods-single{
		width: 100%;
	}
	.methods-big .wrapper:nth-of-type(2)>img{
		display: none;
	} 
	.news-category-link {
	    font-size: 14px;
	}
	.partners{
		margin-top: 60px;
	}
	.inforoad{
		flex-direction: column;
		align-items: center;
	}
	.scroll-down{
		display: none;
	}

}
@media only screen and (max-width:660px) {
	.hamburger.open {
	    margin-right: 260px;
	}
}
@media only screen and (max-width:590px) {
	.hamburger.open {
	    margin-right: 290px;
	}
	.comments ul, ol{
		padding-left: 10px;
	}
}
@media only screen and (max-width:550px) {
	.slider-home.owl-theme .owl-nav.disabled+.owl-dots,
	.wrapper,
	.banner-wrapper,
	.wrapper-none-realtive,
	.banner-container{
		max-width: 100%;
		padding: 0 10px;
	}
	.slide-container{
		background: rgba(255,255,255,0.7);
	}
	.slide-container h2,
	.banner-container h2,
	.banner-container h1{
		font-size: 30px;
	}
	.slide-container h2 .big,
	.banner-container h2 .big, 
	.banner-container h1 .big {
	    font-size: 40px;
	}
	.slide-container h3{
		font-size: 25px;
	}
	.description-date h4 {
	    font-size: 22px;
	    margin: 10px 0;
	}
	.description-date p {
    	font-size: 18px;
	}
	.nav-container a {
	    font-size: 11px;
	}
	.hamburger.open {
    	margin-right: 260px;
	}
	.news-category-link{
		flex-wrap: wrap;
    	justify-content: center;
    	font-size: 16px;
	}
	.news-category-link span {
	    margin-bottom: 13px;
	}
	.post-single article{
		margin-bottom: 60px;
	}
	.logo-social{
    	flex-direction: column;
	}
	.socialmedia{
		justify-content: flex-end;
	}
	.help-content h3 {
	    font-size: 17px;
	    width: 100%;
	}
	.post-single article img {
	    max-width: 300px;
	}
	#floating-panel {
    	max-width: 100%;
    	height: 240px;
	}
	.inforoad{
		padding: 0 10px;
	}
	.inforoad p{
		text-align: center;
	}
	.label-search-map p{
		margin: 40px 0 0 ;
	}
	.swp_social_panel{
		flex-direction: column;
		height: 210px;
	}
	div.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt){
		margin: 5px 0;
	}
}

@media only screen and (max-width: 450px){
	.slide-container h2 .big, .banner-container h2 .big, .banner-container h1 .big, .partners-single-title-big, .contact-container h2, .contact-form .contact-title h2 {
	    font-size: 30px;
	}
	.slide-container h2, .banner-container h2, .banner-container h1 {
	    font-size: 25px;
	}
	.comment-form .submit{
		padding: 8px 10px;
	}
	.comments ul, ol{
		padding-left: 5px;
	}

}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
@media only screen and (min-width: 600px){
	#typ{padding: 50px 40% 50px 20%;background: url('../../uploads/2022/03/1hd.png') center right no-repeat !important;background-size: contain !important;}
}
h3{font-size:18px !important;}