/*!
Theme Name: Help theme
Theme URI: 
Author: Help people
Description: Description
Version: 1.0.0
*/

.vol_form_checkbox a{
	text-underline-offset: 4px;
}

.vol_form_checkbox a:hover{
	text-decoration: none;
}

.wpcf7 form .wpcf7-response-output{
	margin: 15px 0 0;
	padding: 0;
	border: 0;
}

input[type=checkbox]+span {
    position: relative;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}

.vol .wpcf7-not-valid-tip{
	color: #fff;
}

label.vol_form_input.__icon-yellow {
    max-width: 66%;
}

label.vol_form_input.__icon-yellow .wpcf7-not-valid-tip {
    color: #fff;
    position: absolute;
    bottom: -19px;
}


@media only screen and (max-width: 768px){
	label.vol_form_input.__icon-yellow {
    max-width: 100%;
}
}

.search-sec{
    padding: 50px 0
}

.search-sec h2{
    margin-bottom: 15px;
}


.search-sec .search-list{
    margin-bottom: 40px;
}

.search-sec .not-found{
    margin-bottom: 40px;
}

.page-numbers.current{
    color: #002C57;
}

.case-item{
       background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
    transition: box-shadow .43s;
    display: block;
    min-height: 100%;
    width: 100%; 
}

.case-item:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,.3);
}

.case-swiper {
    padding: 20px;
    margin: 0 -20px;
}

.case-swiper .swiper-slide{
    height: 100%;
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}


.case-swiper .swiper-slide {
   margin-top: 0 !important;
    margin-bottom: 35px;
}

.dots_net li{
    cursor: pointer;
}

.swiper-button-disabled{
    opacity: .5;
}

.info_li_lines {
    text-align: center;
}

.info_li_line:not(.__grid-twoo) span {
    color: #fff;
}



.info_li_line {
    align-items: center;
}

.blog_post .blog_btn {
    --btn_w: 42%;
    --btn_height: 100px;
}




.mfp-zoom-in .mfp-with-anim{
    opacity:0;
    -webkit-transition:all .3s linear;
    -o-transition:all .3s linear;
    transition:all .3s linear;
    -webkit-transform:scale(.8);
    -ms-transform:scale(.8);
    transform:scale(.8)
}

.mfp-zoom-in.mfp-bg{
    opacity:0;
    -webkit-transition:all .4s linear;
    -o-transition:all .4s linear;
    transition:all .4s linear
}

.mfp-zoom-in.mfp-ready .mfp-with-anim{
    opacity:1;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg{
    opacity:.8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim{
    -webkit-transform:scale(.8);
    -ms-transform:scale(.8);
    transform:scale(.8);
    opacity:0
}

.mfp-zoom-in.mfp-removing.mfp-bg{
    opacity:0
}

.mfp-bg{
    background:rgba(0,0,0,.9)
}

.popup-block{
    max-width: 840px;
background: #FFFFFF;
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
margin: 0 auto;
padding: 110px 89px;
}


.popup-block .popup-inner p{
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
line-height: 30px;
}

.popup-block .popup-inner .links{
    display: flex;
    flex-direction: column;
}

.popup-block .popup-inner .links a{
    background: #F4DF3C;
border: 3px solid #F4DF3C;
width: 100%;
height: 90px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
font-size: 24px;
line-height: 30px;
text-align: center;
text-transform: uppercase;
color: #002C57;
 transition: all .3s cubic-bezier(.25,1,.5,1.25)
}

.popup-block .popup-inner .links a:not(:last-child){
    margin-bottom: 20px;
}

.popup-block .popup-inner .links a:hover{
    border: 3px solid #002C57;
}

.close-popup{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.close-popup img{
    height: 20px;
    width: 20px;
}

.mfp-close-btn-in .mfp-close{
    display: none;
}

.jobs-info{
    margin-top: 10px;
}

.jobs-info li{
    display: flex;
    align-items: center;
    font-weight: 400;
font-size: 20px;
line-height: 30px;
color: #002C57;
margin-bottom: 5px;
}

.jobs-info li img{
    height: 20px;
}

.jobs-info li .icon{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.jobs-info li:nth-child(2) img{
    height: 24px;
}

.work .case_bottom{
    margin-top: 40px;
}

.work .case_date{
  color: #002C57; 
  font-size: 16px; 
}

.post-work .blog_time {
    border-bottom: 2px solid #B7B7B7;
    padding-bottom: 24px;
    margin-top: 0;
}

.info_li_name {
    text-align: center;
}

@media only screen and (max-width: 1880px){
	
	.info .info_li {
		padding: 72px 30px 60px;
	}
	.info .info_li_line span {
    font-size: 32px;
}
}

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

.info .info_list_wrapper .info_list {
    grid-template-columns: repeat(3,40%);
}

.info .info_list_wrapper {
    overflow-x: scroll;
    margin-top: 100px;
    background-color: var(--white);
    padding-bottom: 20px;
}	
}

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

.info .info_list_wrapper .info_list {
    grid-template-columns: repeat(3,60%);
}

}

@media only screen and (max-width: 770px){
.info_list_wrapper .info_list {
    grid-template-columns: repeat(3,90%);
}

.header_top_hrefs .header_top_href:last-child{
    display: none;
}

.header_top_hrefs .header_top_href span{
    display: none;
}

.header_top .header_top_hrefs {
    font-size: 14px;
}

.site .header_top {
    padding: 20px 0;
}

.popup-block {
    padding: 80px 20px 50px;
}
	
.info .info_list_wrapper .info_list {
    grid-template-columns: repeat(3,90%);
}

}

@media only screen and (max-width: 600px){
   .blog_post   .blog_btn {
    --btn_w: 224px;
    --btn_height: 56px;
    --btn_font: 14px;
    --btn_icon: 10px;
}
.popup-block .popup-inner p {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
}
.popup-block .popup-inner .links a {
    border: 2px solid #F4DF3C;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
}
.popup-block {
    padding: 60px 20px 50px;
}
}



.help-sec {
  padding: 60px 0 50px
}
.help-sec .bottom-text {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #002c57;
  text-align: center;
  margin-top: 70px
}
@media screen and (max-width:991.98px) {
  .help-sec .bottom-text {
    font-size: 40px;
    line-height: 120%
  }
}
@media screen and (max-width:575.98px) {
  .help-sec .bottom-text {
    font-size: 30px
  }
}
.help-sec .tab-content {
  display: none;
  max-width: 614px;
  margin: 0 auto
}
.help-sec .tab-content h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #002c57;
  text-align: center;
  margin-bottom: 24px
}
.help-sec .tab-content .tab-menu {
  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;
  margin-bottom: 20px
}
@media screen and (max-width:767.98px) {
  .help-sec .tab-content .tab-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.help-sec .tab-content .tab-menu li {
  background: #e1e8ef;
  border: 2px solid #002c57;
  min-width: 196px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  margin-bottom: 20px;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px
}
@media screen and (max-width:767.98px) {
  .help-sec .tab-content .tab-menu li {
    width: 100%
  }
}
@media screen and (max-width:575.98px) {
  .help-sec .tab-content .tab-menu li {
    font-size: 18px
  }
}
.help-sec .tab-content .tab-menu li:hover {
  background: #002c57;
  color: #fff
}
.help-sec .tab-content .tab-menu li.active {
  background: #002c57;
  color: #fff
}
.help-sec .tab-content .tab-menu li:not(:last-child) {
  margin-right: 14px
}
@media screen and (max-width:767.98px) {
  .help-sec .tab-content .tab-menu li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px
  }
}
.help-sec .tab-content.active {
  display: block
}
.help-sec .tab-inner {
  border: 2px solid #002c57;
  padding: 30px 30px 10px;
  margin-bottom: 40px
}
@media screen and (max-width:575.98px) {
  .help-sec .tab-inner {
    padding: 20px 20px 10px
  }
}
.help-sec .tab-inner h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #002c57;
  text-align: center;
  margin-bottom: 22px
}
@media screen and (max-width:575.98px) {
  .help-sec .tab-inner h2 {
    font-size: 24px;
    line-height: 30px
  }
}
.help-sec .tab-inner .tab-menu {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width:767.98px) {
  .help-sec .tab-inner .tab-menu li {
    width: 100%
  }
}
.help-sec .tab-inner .tab-menu li a,
.help-sec .tab-inner .tab-menu li span {
  background: #e1e8ef;
  border: 2px solid #002c57;
  height: 60px;
  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;
  padding: 0 36px;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  margin-bottom: 20px;
  cursor: pointer;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #002c57
}
@media screen and (max-width:767.98px) {
  .help-sec .tab-inner .tab-menu li a,
  .help-sec .tab-inner .tab-menu li span {
    width: 100%
  }

  .tab-menu li span {
    padding: 0 !important;
  }
}
.help-sec .tab-inner .tab-menu li a:hover,
.help-sec .tab-inner .tab-menu li span:hover {
  background: #002c57;
  color: #fff
}
.help-sec .tab-inner .tab-menu li.active span {
  background: #002c57;
  color: #fff
}
.help-sec .tab-inner .tab-menu li:not(:last-child) {
  margin-right: 20px
}
@media screen and (max-width:767.98px) {
  .help-sec .tab-inner .tab-menu li:not(:last-child) {
    margin-right: 0
  }
}
.help-sec .code-items .content {
  margin-bottom: 30px
}
.help-sec .code-items .content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #002c57
}
@media screen and (max-width:575.98px) {
  .help-sec .code-items .content h3 {
    font-size: 20px
  }
}
.help-sec .code-items .content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #002c57
}
@media screen and (max-width:575.98px) {
  .help-sec .code-items .content p {
    font-size: 18px
  }
}
.help-sec .code-items .content p strong {
  font-weight: 600
}
.help-sec .code-block {
  background: #e1e8ef;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 40px;
  cursor: pointer
}
@media screen and (max-width:575.98px) {
  .help-sec .code-block {
    padding: 10px
  }
}
.help-sec .code-block .title {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #002c57
}
@media screen and (max-width:575.98px) {
  .help-sec .code-block .title {
    font-size: 16px
  }
}
.help-sec .code-block .code {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #002c57
}
@media screen and (max-width:575.98px) {
  .help-sec .code-block .code {
    font-size: 16px;
    width: 83%;
    word-wrap: break-word;
    line-height: 20px
  }
}
.help-sec .code-block .copy {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #002c57;
  position: absolute;
  right: 20px;
  bottom: 11px;
  cursor: pointer
}
@media screen and (max-width:575.98px) {
  .help-sec .code-block .copy {
    font-size: 14px;
    bottom: 6px
  }
}

.content-text ul > li {
    list-style-type: disc;
}

.content-text ol >  li {
    list-style-type: decimal;
}

.content-text ul, ol, p{
	margin-bottom: 20px;
	/* list-style-position: inside; */
}





/* Start Custom styles for Uniting page */
.wwrapper {
  min-width: 290px;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}
.fpbanner {
  position: relative;
}
.fpbanner__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.fpbanner__bg:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
	background: rgba(0,0,0,0.3)
}
.fpbanner__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.fpbanner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
	padding-top: 150px;
  max-height: 800px;
}
.fpbanner__wrap {
  width: 50%;
	position: relative;
}
.fpbanner__title {
  font-size: 60px;
	line-height: 1;
  color: var(--text-invert);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.fpbanner__subtitle {
  font-size: 20px;
  color: var(--text-invert);
  margin-bottom: 20px;
}
.fpbanner__text {
  font-size: 16px;
  color: var(--text-invert);
  margin-bottom: 30px;
  padding-right: 50px;
}

.fpbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 40px;
  background: var(--main-color);
  border: 0;
	
}
.fpbanner .fpbtn{
	position: absolute;
	left: 100%;
	min-width: 220px;
	bottom: 40px;
}
.fpbtn span {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  text-transform: uppercase;
}
.fpbtn img {
  display: block;
  width: 16px;
  margin-left: 12px;
}

.fpidea {
  padding: 100px 0;
}
.fpidea__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fpidea__left {
  width: 45%;
  position: sticky;
  top: 40px;
}
.fpidea__image img {
  display: block;
  width: 100%;
}
.fpidea__right {
  width: 50%;
}
.fpidea__title {
  font-size: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.fpidea__text p {
  font-size: 18px;
  margin-bottom: 30px;
}

.fpauthor {
  position: relative;
  overflow: hidden;
}
.fpauthor__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  /*&:before{
      content: "";
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.3));
  }*/
}
.fpauthor__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.fpauthor__box {
  position: relative;
  padding: 80px 0;
}
.fpauthor__title {
  font-size: 50px;
  font-weight: 700;
  color: var(--text-invert);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.fpauthor__info {
  width: 57%;
}
.fpauthor__text p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-invert);
  margin-bottom: 30px;
}
.fpauthor__text p:last-child {
  margin-bottom: 0;
}
.fpauthor__man {
  width: 460px;
  position: absolute;
  bottom: 0;
  right: -50px;
}
.fpauthor__man img {
  display: block;
  width: 100%;
}
.fpauthor__maninfo {
  position: absolute;
  left: 0;
  top: 270px;
  width: 240px;
  text-align: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: var(--main-color);
  border-radius: 10px;
  padding: 16px 20px;
}
.fpauthor__maninfo span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.fpauthor__maninfo p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 0;
}

.fpleadform {
  padding: 60px 0;
}
.fpleadform__box {
  background: var(--main-color-second);
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fpleadform__info {
  width: 35%;
}
.fpleadform__title {
  font-size: 35px;
  font-weight: 700;
  color: var(--text-invert);
  margin-bottom: 15px;
}
.fpleadform__line {
  display: block;
  width: 100px;
  height: 2px;
  background: var(--main-color);
  margin-bottom: 20px;
}
.fpleadform__text {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-invert);
}
.fpleadform__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fpleadform__formbox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fpleadform__form .wpcf7{
	width: 100%;
}
.fpleadform__input {
  width: 49%;
  margin-bottom: 15px;
}
.fpleadform__input label {
  display: block;
  width: 100%;
  color: var(--text-invert);
  font-size: 14px;
  margin-bottom: 6px;
  display: none;
}
.fpleadform__input input {
  display: block;
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
	text-transform: none !important;
  border: 0 !important;
	background: #fff !important;
}
.fpleadform__input input::placeholder{
	color: rgba(0,0,0,0.5) !important;
}

.fpreasons {
  padding: 80px 0;
}
.fpreasons__title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.fpreasons__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fpreasons__item {
  width: 24%;
  padding: 25px;
  position: relative;
  background: var(--main-color-second);
}
.fpreasons__item.yellow {
  background: var(--main-color);
}
.fpreasons__number {
  font-size: 15px;
  padding: 8px 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: var(--text);
  background: var(--main-color);
}
.fpreasons__number.yellow {
  color: var(--text-invert);
  background: var(--main-color-second);
}
.fpreasons__subtitle {
  padding-right: 50px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-invert);
}
.fpreasons__subtitle.dark {
  color: var(--text);
}
.fpreasons__text {
  font-size: 14px;
  color: var(--text-invert);
}
.fpreasons__text.dark {
  color: var(--text);
}

.fppidt {
  padding: 70px 0;
}
.fppidt__title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.fppidt__subtitle p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.fppidt__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fppidt__left {
  width: 30%;
  position: sticky;
  top: 40px;
}
.fppidt__right {
  width: 65%;
}
.fppidt__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
	
}
.fppidt__image {
  width: 32%;
	margin-right: 3%;
  position: relative;
  height: 180px;
}
.fppidt__image:last-child{
	margin-right: 0;
}
.fppidt__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fppidt__play{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fppidt__play img{
	width: 40px;
	height: 40px;
}
.fppidt__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
.fppidt__descr p {
  font-size: 16px;
  margin-bottom: 15px;
}
.fppidt__case {
  padding: 30px;
  margin-bottom: 30px;
  background: var(--main-color-second);
}
.fppidt__case.yellow {
  background: var(--main-color);
}
.fppidt__case.blue .fppidt__name, .fppidt__case.blue .fppidt__name *, .fppidt__case.blue .fppidt__descr * {
  color: var(--text-invert);
}

.fpfeed {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}
.fpfeed__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  /*&:before{
      content: "";
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.3));
  }*/
}
.fpfeed__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.fpfeed__title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--text-invert);
	text-align: center;
}
.fpfeed__subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
  width: 90%;
  color: var(--text-invert);
	text-align: center;
}
.fpfeed__slider {
  width: 100%;
}
.fpfeed__slider .slick-list {
  margin: 0 -15px;
}
.fpfeed__slider .slick-slide {
  margin: 0 15px;
}
.fpfeed__slider .slick-prev, .fpfeed__slider .slick-next {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  background-position: center;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  top: -130px;
  text-indent: 9999px;
  border: 0;
}
.fpfeed__slider .slick-prev {
  right: 80px;
  background-image: url(https://helppeople.org.ua/wp-content/uploads/2024/11/arrow-prev.svg);
}
.fpfeed__slider .slick-next {
  right: 0;
  background-image: url(https://helppeople.org.ua/wp-content/uploads/2024/11/arrow-next.svg);
}
.fpfeed__item {
  /*        width: 100%;*/
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 30px;
}
.fpfeed__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.fpfeed__usericon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fpfeed__usericon img {
  width: 50%;
  display: block;
  opacity: 0.5;
}
.fpfeed__userinfo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
.fpfeed__userinfo span {
  display: block;
  color: var(--text-invert);
  font-size: 16px;
  font-weight: 600;
}
.fpfeed__text {
  font-size: 15px;
  color: var(--text-invert);
  margin-bottom: 15px;
}
.fpfeed__text p, .fpfeed__text p *{
	color: #fff;
}
.fpfeed__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fpfeed__image {
  width: 31%;
  height: 120px;
  margin-right: 2%;
	position: relative;
}
.fpfeed__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fpfeed__play{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fpfeed__play img{
	width: 30px;
	height: 30px;
}

.fpaboutproj {
  padding: 70px 0 70px;
  overflow: hidden;
}
.fpaboutproj__title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.fpaboutproj__subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
  width: 90%;
}
.fpaboutproj__slider .slick-slide {
  margin: 0 10px;
}
.fpaboutproj__slider .slick-list {
  margin: 0 -10px;
}
.fpaboutproj__slide {
  /*        height: 300px;*/
  position: relative;
  /*&_1{
      width: 540px;
  }
  &_2{
      width: 290px;
  }
  &_3{
      width: 250px;
  }
  &_4{
      width: 220px;
  }
  &_5{
      width: 270px;
  }
  &_6{
      width: 230px;
  }
  &_7{
      width: 210px;
  }
  &_8{
      width: 730px;
  }
  &_9{
      width: 470px;
  }
  &_10{
      width: 460px;
  }*/
}
.fpaboutproj__slide img {
  height: 300px;
  width: auto;
}

.fpsponsor {
  padding: 70px 0;
}
.fpsponsor__title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.fpsponsor__descr {
  margin-bottom: 20px;
  width: 100%;
}
.fpsponsor__descr p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.fpsponsor__box {
  margin-top: 40px;
}
.fpsponsor__box.spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fpsponsor__item {
  width: 25%;
}
.fpsponsor__item.medium {
  width: 47%;
}
.fpsponsor__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fpsponsor__image {
  width: 49%;
  height: 350px;
  position: relative;
}
.fpsponsor__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fpsponsor__image.tall {
  width: 100%;
}
.fpsponsor__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: var(--main-color-second);
}
.fpsponsor__info.top {
	height: initial;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fpsponsor__infobox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fpsponsor__infobox.big {
  min-height: 69px;
}
.fpsponsor__subtitle {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-invert);
}
.fpsponsor__text, .fpsponsor__text b {
  font-size: 14px;
  color: var(--text-invert);
	margin-bottom: 0;
}
.fpsponsor__socbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
.fpsponsor__socbox.small {
  margin-left: 0;
}
.fpsponsor__soc {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  background: var(--main-color);
}
.fpsponsor__soc img {
  width: 50%;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.fpsponsor__soc.small {
  width: 30px;
  height: 30px;
}

.fpfacts {
  padding: 70px 0;
}
.fpfacts__title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.fpfacts__subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  width: 70%;
}
.fpfacts__text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}
.fpfacts__text a {
  text-decoration: underline;
  color: blue;
}
.fpfacts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fpfacts__item {
  width: 23%;
  border: 1px solid var(--main-color-second);
  text-align: center;
  padding: 20px;
  margin-bottom: 2%;
}
.fpfacts__icon {
  width: 50px;
  margin: 0 auto 10px;
}
.fpfacts__icon img {
  display: block;
  width: 100%;
}
.fpfacts__number {
  font-weight: 700;
  font-size: 40px;
  display: block;
}
.fpfacts__text2 {
  font-size: 16px;
  font-weight: 400;
	margin-bottom: 0;
}

.fpcontact {
  padding: 70px 0;
}
.fpcontact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fpcontact__left {
  width: 40%;
}
.fpcontact__map {
  width: 57%;
}
.fpcontact__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.fpcontact__text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.fpcontact__text2 {
  font-size: 15px;
}
.fpcontact__text2.big{
	font-size: 20px;
	text-decoration: none;
	color: var(--color);
}
.fpcontact__text2 a {
  text-decoration: underline;
  color: blue;
}
.fpcontact__text2 p{
	margin-bottom: 0;
}
.fpcontact__row {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.fpcontact__row:last-child {
  border-bottom: 0;
}
.fpcontact__socbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fpcontact__soc {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--main-color-second);
}
.fpcontact__soc img {
  display: block;
  width: 50%;
}

.fpteam {
  padding: 70px 0;
}
.fpteam__title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.fpteam__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fpteam__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
	gap: 20px;
}
.fpteam__item {
  width: calc(20% - 20px);
  margin-bottom: 20px;
}
.fpteam__item.big {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fpteam__image {
  width: 100%;
  height: 230px;
  position: relative;
  margin-bottom: 12px;
}
.fpteam__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fpteam__image.big {
  width: 48%;
}
.fpteam__info {
  width: 100%;
}
.fpteam__info.big {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4%;
}
.fpteam__info span {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}
.fpteam__info p {
  font-size: 14px;
	margin-bottom: 0;
}
.fpteam__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.fpteam__poster {
  width: 49%;
  height: 300px;
  position: relative;
  margin-top: 20px;
}
.fpteam__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fpteam__descr {
  width: 100%;
  font-size: 18px;
  margin-bottom: 0px;
}
.fpteam__subtitle {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.fpform2 {
  padding: 50px 0;
}
.fpform2__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fpform2__image {
  width: 50%;
	height: 430px;
  position: relative;
}
.fpform2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fpform2__info {
  width: 50%;
  background: var(--main-color-second);
  padding: 50px;
}
.fpform2__inside {
  width: 540px;
}
.fpform2__title {
  font-size: 35px;
  font-weight: 700;
  color: var(--text-invert);
  margin-bottom: 15px;
}
.fpform2__line {
  display: block;
  width: 100px;
  height: 2px;
  background: var(--main-color);
  margin-bottom: 20px;
}
.fpform2__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-invert);
}
.fpform2__form {
  margin-top: 30px;
}
.fpform2__form .wpcf7{
	width: 100%;
}
.fpform2__formbox{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fpform2__input {
  width: 49%;
  margin-bottom: 15px;
}
.fpform2__input label {
  display: block;
  width: 100%;
  color: var(--text-invert);
  font-size: 14px;
  margin-bottom: 6px;
  display: none;
}
.fpform2__input input {
  display: block;
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
  border: 0;
	text-transform: none !important;
  border: 0 !important;
	background: #fff !important;
}

.fpform2__input input::placeholder{
	color: rgba(0,0,0,0.5) !important;
}




@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
            transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
            transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

.fpform2 .wpcf7-response-output, .fpleadform .wpcf7-response-output{
	color: #fff;
}
@media screen and (max-width: 1200px) {
  .wwrapper {
    max-width: 900px;
  }
  .fpbanner__wrap {
    width: 70%;
  }
  .fpreasons {
    padding: 50px 0;
  }
  .fpreasons__item {
    width: 49%;
    margin-bottom: 2%;
  }
  .fpidea {
    padding: 60px 0;
  }
  .fpidea__title {
    font-size: 40px;
  }
  .fpidea__text p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .fppidt {
    padding: 50px 0;
  }
  .fppidt__left {
    width: 100%;
    position: static;
  }
  .fppidt__right {
    width: 100%;
  }
  .fpfeed {
    padding: 60px 0;
  }
  .fpfeed__title {
    font-size: 50px;
  }
  .fpsponsor__item {
    width: 49%;
    margin-bottom: 2%;
  }
  .fpsponsor__item.medium {
    width: 100%;
  }
  .fpsponsor__infobox.big {
    min-height: initial;
  }
  .fpauthor__maninfo {
    left: 120px;
  }
  .fpleadform__box {
    padding: 40px;
  }
  .fpleadform__text {
    font-size: 14px;
  }
  .fpaboutproj {
    padding: 50px 0;
  }
  .fpaboutproj__title {
    font-size: 50px;
  }
  .fpaboutproj__subtitle {
    font-size: 16px;
  }
  .fpteam {
    padding: 50px 0;
  }
  .fpteam__title {
    font-size: 50px;
  }
  .fpteam__poster {
    height: 240px;
  }
  .fpfacts {
    padding: 50px 0;
  }
  .fpfacts__title {
    font-size: 50px;
  }
  .fpfacts__subtitle {
    font-size: 16px;
    width: 80%;
  }
  .fpfacts__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fpfacts__item {
    width: 31%;
    margin: 0 1% 2%;
  }
  .fpform2__inside {
    width: 480px;
  }
}
@media screen and (max-width: 991px) {
  .wwrapper {
    max-width: 700px;
  }
  .fpbanner__wrap {
    width: 100%;
  }
  .fpreasons {
    padding: 40px 0;
  }
  .fpreasons__title {
    font-size: 40px;
  }
  .fpfeed {
    padding: 40px 0;
  }
  .fpfeed__title {
    font-size: 45px;
    padding-right: 100px;
  }
  .fpfeed__slider .slick-prev {
    right: 50px;
  }
  .fpsponsor {
    padding: 40px 0;
  }
  .fpsponsor__title {
    font-size: 45px;
  }
  .fpsponsor__descr p {
    font-size: 16px;
  }
  .fpsponsor__image {
    height: 220px;
  }
  .fpsponsor__image.tall {
    height: 300px;
  }
  .fpsponsor__soc {
    width: 35px;
    height: 35px;
  }
  .fpaboutproj {
    padding: 40px 0;
  }
  .fpaboutproj__title {
    font-size: 40px;
  }
  .fpaboutproj__subtitle {
    font-size: 15px;
  }
  .fpleadform {
    padding: 40px 0;
  }
  .fpteam {
    padding: 40px 0;
  }
  .fpteam__left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fpteam__item {
    width: calc(33% - 20px);
  }
  
  .fpfacts {
    padding: 40px 0;
  }
  .fpfacts__subtitle {
    width: 100%;
  }
  .fpform2__inside {
    width: 350px;
  }
  .fpcontact__left {
    width: 100%;
  }
  .fpcontact__map {
    width: 100%;
    margin-top: 20px;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .wwrapper {
    max-width: calc(100% - 32px);
  }
	.fpbanner{
		background: var(--main-color-second);
	}
	.fpbanner__bg{
		position: relative;
		height: 260px;
	}
	.fpbanner__box{
		height: initial;
		padding-top: 40px;
		padding-bottom: 40px;
	}
  .fpbanner__title {
    margin-bottom: 22px;
    font-size: 36px;
  }
  .fpbanner__title br {
    display: none;
  }
  .fpbanner__subtitle {
    font-size: 18px;
    line-height: 1.2;
  }
  .fpbanner__text {
    padding-right: 0;
    font-size: 14px;
  }
    .fpbanner .fpbtn{
		position: static;
		min-width: 220px;
	}
  .fpidea {
    padding: 40px 0 30px;
  }
  .fpidea__left {
    position: static;
    width: 100%;
  }
  .fpidea__right {
    width: 100%;
    margin-top: 25px;
  }
  .fpidea__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .fpidea__text p {
    font-size: 14px;
  }
  .fpauthor__box {
    padding: 40px 0 440px;
  }
  .fpauthor__info {
    width: 100%;
  }
  .fpauthor__man {
    width: 350px;
    right: 0;
    max-width: 100%;
  }
  .fpauthor__maninfo {
    left: 40px;
  }
  .fpauthor__title {
    font-size: 36px;
  }
  .fpauthor__text p {
    font-size: 14px;
  }
  .fpleadform__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fpleadform__info {
    width: 100%;
    margin-bottom: 22px;
  }
  .fpleadform__form {
    width: 100%;
  }
  .fpleadform__input {
    width: 100%;
  }
  .fpleadform__btn {
    width: 100%;
  }
  .fpreasons {
    padding: 30px 0;
  }
  .fpreasons__item {
    width: 100%;
    margin-bottom: 4%;
  }
  .fpreasons__title {
    font-size: 36px;
  }
  .fppidt__title {
    font-size: 36px;
  }
  .fppidt__subtitle p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .fppidt__image {
    height: 80px;
  }
  .fppidt__descr p {
    font-size: 14px;
  }
	.fppidt__play img{
		width: 30px;
		height: 30px;
	}
  .fpfeed__title {
    font-size: 36px;
    padding-right: 0px;
  }
  .fpfeed__subtitle {
    font-size: 16px;
	  margin-left: auto;
	  margin-right: auto;
  }
  .fpfeed__slider {
    padding-bottom: 60px;
  }
  .fpfeed__slider .slick-prev {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-140%);
        -ms-transform: translateX(-140%);
            transform: translateX(-140%);
  }
  .fpfeed__slider .slick-next {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(140%);
        -ms-transform: translateX(140%);
            transform: translateX(140%);
  }
  .fpfeed__image {
    height: 90px;
  }
  .fpsponsor__title {
    font-size: 36px;
  }
  .fpsponsor__descr p {
    font-size: 14px;
  }
  .fpsponsor__image {
    height: 140px;
  }
  .fpsponsor__image.tall {
    height: 260px;
  }
  .fpsponsor__item {
    width: 100%;
  }
  .fpsponsor__box.spec {
    margin-top: 10px;
  }
  .fpsponsor__info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .fpsponsor__subtitle.mob {
    padding-right: 100px;
  }
  .fpsponsor__socbox.mob {
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .fpaboutproj {
    /*&__slide{
    	height: 200px;
    	&_1{
                  width: 340px;
              }
              &_2{
                  width: 190px;
              }
              &_3{
                  width: 160px;
              }
              &_4{
                  width: 150px;
              }
              &_5{
                  width: 180px;
              }
              &_6{
                  width: 150px;
              }
              &_7{
                  width: 110px;
              }
              &_8{
                  width: 130px;
              }
              &_9{
                  width: 270px;
              }
              &_10{
                  width: 260px;
              }
    }*/
  }
  .fpaboutproj__title {
    font-size: 36px;
  }
  .fpaboutproj__slide img {
    height: 150px;
    width: auto;
  }
  .fpteam__left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fpteam__item {
    width: 48%;
	  width: calc(50% - 10px);
    margin: 0 0 4%;
  }
  .fpteam__descr {
    font-size: 16px;
  }
  .fpteam__poster {
    width: 100%;
    height: auto;
  }
  .fpfacts__title {
    font-size: 32px;
  }
  .fpfacts__subtitle {
    font-size: 15px;
  }
  .fpfacts__text {
    font-size: 16px;
  }
  .fpfacts__item {
    width: 100%;
    margin: 0 0 4%;
  }
  .fpfacts__text2 br {
    display: none;
  }
  .fpform2 {
    padding: 30px 0;
  }
  .fpform2__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fpform2__image {
    width: 100%;
    height: 250px;
  }
  .fpform2__info {
    width: 100%;
    padding: 30px;
  }
  .fpform2__inside {
    width: 100%;
  }
  .fpform2__subtitle {
    font-size: 15px;
  }
  .fpform2__form {
    margin-top: 20px;
  }
  .fpform2__input {
    width: 100%;
  }
  .fpform2 .fpbtn {
    width: 100%;
  }
  .fpcontact {
    padding: 40px 0;
  }
	.fpteam__image{
		height: 180px;
	}
}
/* End Custom styles for Uniting page */