html, body {
  position: relative;
  color: #113D6A;
  font-family: 'Open Sans', sans-serif;
  background-color: #EEEEEE;
  overflow-x: hidden;
  z-index: 1;
}

.no-scroll {
  overflow: hidden;
}

.photo {
  width: 100%;
}

.photo img {
  display: block;
  width: 100%;
}

.page-center h1 {
  margin: 20px 0;
  font-size: 2em;
  font-weight: bolder;
}

.page-center h2 {
  margin: 20px 0;
  font-size: 1.5em;
  font-weight: bolder;
}

.page-center h3 {
  margin: 20px 0;
  font-size: 1.17em;
  font-weight: bolder;
}

.page-center h4 {
  margin: 20px 0;
  font-size: 1em;
  font-weight: bolder;
}

.page-center h5 {
  margin: 20px 0;
  font-size: .83em;
  font-weight: bolder;
}

.page-center h6 {
  margin: 20px 0;
  font-size: .67em;
  font-weight: bolder;
}

.page-center p {
  margin: 10px 0;
}

.job-search {
  overflow: hidden;
  padding-top: 300px;
}

.job-search .container {
  position: relative;
}

.job-search__bg-photo {
  position: absolute;
  top: -80%;
  right: -64%;
  width: 2020px;
  height: 1520px;
  background-image: url("/wp-content/uploads/2020/08/job-seaarch-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  z-index: 3;
}

.job-search__position {
  position: relative;
  z-index: 4;
}

.job-search-block {
  margin-bottom: 90px;
}

.job-search-block__next {
  font-size: 45px;
}

.job-search-block__next-orange {
  color: #FFAA00;
  font-size: 49px;
  font-weight: bold;
}

.job-search__title {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 32px;
}

.job-search__photo {
  -webkit-transform: translate(20px, 0px);
          transform: translate(20px, 0px);
}

.job-search-form {
  position: relative;
}

.job-search-form__input {
  float: left;
  display: block;
  width: 34.63%;
  height: 60px;
  padding: 0 20px;
  border-radius: 10px 0 0 10px;
  border: none;
  border-right: 1px solid #CCCCCC;
  color: #919191;
  font-family: 'Arial Narrow';
  font-size: 20px;
  background-color: #ffffff;
}

.job-search-form__select {
  float: left;
  display: block;
  width: 34.63%;
  height: 60px;
  padding: 0 10px 0 20px;
  border: none;
  border-right: 1px solid #CCCCCC;
  color: #919191;
  font-family: 'Arial Narrow';
  font-size: 20px;
  background-color: #ffffff;
}

.job-search-form__select_small {
  width: 27.28%;
  border: none;
}

.job-search-form__button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 70px;
  height: 60px;
  border-radius: 5px 10px 10px 5px;
  border: none;
  background-color: #13B1BC;
}

.job-search-form__button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/uploads/2020/08/button-search.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.job {
  position: relative;
  padding-top: 250px;
}

.job:before {
  content: '';
  position: absolute;
  top: -260px;
  right: 0;
  width: 50%;
  height: 1420px;
  background-image: url("/wp-content/uploads/2020/08/dotted-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.job .container {
  position: relative;
}

.job .container:before {
  content: '';
  position: absolute;
  top: -360px;
  left: -1000px;
  width: 2420px;
  height: 1930px;
  background-image: url("/wp-content/uploads/2020/08/elips-blu-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.07;
}

.job-box {
  position: relative;
  z-index: 3;
}

.job-block {
  position: relative;
  width: 100%;
  max-width: 425px;
  height: 425px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 10px;
  border: 1px solid #A4A1A1;
  border-radius: 35%;
  background-color: #ffffff;
}

.job-block-padding {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  border-radius: 35%;
  background-color: #ffffff;
}

.job-block__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 124px;
  min-height: 124px;
}

.job-block__logo img {
  height: 100%;
}

.job-block__description {
  width: 100%;
  max-width: 210px;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
}

.job-block__hot {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 140px;
  border-radius: 0 0 0 70%;
  background-color: #E10008;
}

.job-block__hot:before {
  content: 'Hot';
  position: absolute;
  top: 50%;
  left: 45%;
  color: #FCFCFC;
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.job-block__more {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 125px;
  line-height: 125px;
  text-align: center;
  color: #FCFCFC;
  font-family: 'Segoe UI', sans-serif;
  font-size: 20px;
  background-color: #13B1BC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.job-block__more:hover {
  text-decoration: none;
  color: #FCFCFC;
  background-color: #108b94;
}

.job__all {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 75px;
  margin: 160px  auto 0;
  border-radius: 50px;
  line-height: 75px;
  text-align: center;
  color: #F7FAFB;
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  background-color: #113D6A;
}

.job__all:hover {
    text-decoration: none;
    color: #F7FAFB;
}

.find-job {
  position: relative;
  padding-top: 225px;
}

.find-job:before {
  content: '';
  position: absolute;
  top: 225px;
  left: 0;
  width: 50%;
  height: 1220px;
  background-image: url("/wp-content/uploads/2020/08/dotted-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.find-job .container {
  position: relative;
  z-index: 2;
}

.find-job__photo {
  float: left;
  max-width: 250px;
  margin-right: 5px;
}

.find-job-block {
  display: table;
  line-height: 1.2;
  font-family: 'Segoe UI', sans-serif;
  font-size: 40px;
}

.find-job-block__question {
  color: #FFAA00;
  font-weight: bold;
}

.find-job-block__ansver {
  font-weight: bold;
}

.find-job-block__text {
  color: #707070;
}

.find-job-block__button {
  display: block;
  width: 100%;
  max-width: 350px;
  min-height: 70px;
  margin-top: 80px;
  border-radius: 50px;
  line-height: 70px;
  text-align: center;
  color: #F7FAFB;
  font-family: 'Calibri', sans-serif;
  font-size: 42px;
  background-color: #13B1BC;
}

.find-job-block__button:hover {
    text-decoration: none;
    color: #F7FAFB;
}

.people {
  position: relative;
  padding-top: 290px;
  z-index: 1;
}

.people .container {
  position: relative;
}

.people .container:before {
  content: '';
  position: absolute;
  top: -85%;
  right: -115%;
  width: 2420px;
  height: 1930px;
  background-image: url("/wp-content/uploads/2020/08/elips-blu-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
}

.people__title {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  font-weight: bold;
}

.people__text {
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
}

.people-photo {
  padding-top: 50px;
}

.people-box {
  
}

.people-photo-slide {
    position: relative;
}

.people-photo-slide .slick-arrow,
.jobs-slide .slick-arrow {
    position: absolute;
    bottom: -85px;
    width: 45px;
    height: 45px;
    margin-top: 40px;
    border: none;
    border-radius: 10px;
    outline: none;
    color: transparent;
    font-size: 1px;
    background-color: #113D6A;
    background-image: url(/wp-content/uploads/2020/08/icon-arrow.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    cursor: pointer;
    z-index: 1;
}

.people-photo-slide .slick-next {
    right: 50%;
    -webkit-transform: rotate(180deg) translateX(-135%);
    transform: rotate(180deg) translateX(-135%);
}

.people-photo-slide .slick-prev {
    left: 50%;
    -webkit-transform: translateX(-135%);
    transform: translateX(-135%);
}

.people-photo-slide .slide-content {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jobs-slide {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}

.jobs-slide .slick-arrow {
  bottom: -50px !important;
}

.jobs-slide .slick-disabled {
  opacity: 0.5;
  cursor: default !important;
}

.jobs-slide .slick-next {
  right: 50%;
  -webkit-transform: rotate(180deg) translateX(-135%);
  transform: rotate(180deg) translateX(-135%);
}

.jobs-slide .slick-prev {
  left: 50%;
  -webkit-transform: translateX(-135%);
  transform: translateX(-135%);
}

.jobs-slide .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.people-block {
  overflow: hidden;
  position: relative;
  max-width: 154px;
  margin: 0 15px 15px;
  border-radius: 65px 65px 85px 85px;
}

.people-block:hover .people-block-hover {
  opacity: 1;
}

.people-block img {
  height: 100%;
}

.people-block-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 35px 0 20px;
  text-align: center;
  color: #FCFCFC;
  font-family: 'Open Sans', sans-serif;
  background-color: rgba(16, 207, 220, 0.89);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.people-block-hover__name {
  font-size: 20px;
}

.people-block-hover__position {
  font-size: 15px;
}

.people__arrow {
  width: 45px;
  height: 45px;
  margin-top: 40px;
  /*border-radius: 10px;
  background-color: #113D6A;
  background-image: url("/wp-content/uploads/2020/08/icon-arrow.png");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  cursor: pointer;*/
}

/*.people__arrow_right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}*/

.work {
  position: relative;
  padding: 50px 0;
  background-color: #113D6A;
}

.work:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -1600px;
  width: 2030px;
  height: 1520px;
  background-image: url("/wp-content/uploads/2020/08/job-seaarch-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}

.work:after {
  content: '';
  position: absolute;
  top: -30%;
  right: 0;
  width: 18%;
  height: 1220px;
  background-image: url("/wp-content/uploads/2020/08/dotted-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.work .container {
  position: relative;
  z-index: 1;
}

.work__title {
  margin-top: 250px;
  margin-bottom: 70px;
  text-align: center;
  color: #FFAA00;
  font-size: 48px;
}

.work-block__photo {
  position: relative;
  overflow: hidden;
}

.work-block__photo img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.work-block__photo:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*.work-block__photo:hover .work-block__hover {
  background-color: rgba(255, 170, 0, 0.3);
} */

.work-block__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
  background-color: transpatent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.work-block__hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 90%;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.work-block__hover-text.white {
    color: #FCFCFC;
}
.work-block__hover-text.blue {
    color: #113D6A;
}
.work-block__hover-text.orange {
    color: #FFAA00;
}
.work-block__hover-text.green {
    color: #13B1BC;
}

.sign-up {
  overflow: hidden;
  margin-top: 360px;
  padding-top: 50px;
}

.sign-up_job {
  margin-top: 0;
  padding-top: 90px;
  background-color: #E7E9EB;
}

.sign-up_job.sign-up .container:before {
  top: 140px;
  left: -93%;
}

.sign-up .container {
  position: relative;
}

.sign-up .container:before {
  content: '';
  position: absolute;
  top: 182px;
  display: inline-block;
  left: -88%;
  width: 3000px;
  height: 2200px;
  border-radius: 100% 50% 0px 0px;
  background-color: #FFAA00;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.sign-up__partner {
  color: #13B1BC;
  font-size: 40px;
}

.sign-up__next {
  font-size: 40px;
}

.sign-up__next-orange {
  color: #FFAA00;
  font-size: 49px;
  font-weight: bold;
}

.sign-up__title {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
  color: #F7FAFB;
  font-family: 'Calibri', sans-serif;
  font-size: 45px;
}

.sign-up-form {
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 75px;
}

.sign-up-form-block {
  margin-bottom: 30px;
}

.sign-up-form-block_double .sign-up-form__item_small {
  float: left;
  width: 40%;
}

.sign-up-form-block_double .sign-up-form__item_big {
  float: left;
  width: calc(60% - 30px);
  margin-left: 30px;
}

.sign-up-form-block_double .sign-up-form__item_extra-big {
  float: left;
  width: calc(72% - 30px);
  margin-right: 30px;
}

.sign-up-form-block_double-revert .sign-up-form__item_big {
  margin-left: 0;
  margin-right: 30px;
}

.sign-up-form__item {
  width: 100%;
  height: 80px;
  padding: 0 30px;
  border: none;
  color: #919191;
  font-family: 'Arial', sans-serif;
  font-size: 24px;
  background-color: #fff;
}

.sign-up-form__item_popup {
  height: 50px;
  padding: 0 15px;
  font-size: 20px;
}

.sign-up-form__label {
  position: relative;
  line-height: 80px;
}

.sign-up-form__label:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 26px;
  height: 30px;
  background-image: url("/wp-content/uploads/2020/08/attachment-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sign-up-form__terms {
  color: #FCFCFC;
  font-family: 'Arial', sans-serif;
  font-size: 26px;
}

.sign-up-form__terms-link {
  color: #288FF5;
}

.sign-up-form__button {
  position: relative;
  float: right;
  display: block;
  width: 170px;
  height: 85px;
  border: none;
  border-radius: 10px;
  color: #F7FAFB;
  font-family: 'Calibri', sans-serif;
  font-size: 40px;
  background-color: #13B1BC;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.sign-up-form__button:before {
  content: '';
  position: absolute;
  top: -34px;
  left: -243px;
  width: 251px;
  height: 260px;
  background-image: url("/wp-content/uploads/2020/08/submit-men.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.sign-up-form__button_popup {
  float: none;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 0 !important;
  font-size: 30px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sign-up-form__button_popup:before {
display: none;
}

.sign-up-form_popup .sign-up-form-block {
margin-bottom: 15px;
padding-left: 7px;
padding-right: 7px;
}

.sign-up-form_popup .sign-up-form-block_double .sign-up-form__item_small {
float: left;
width: 40%;
}

.sign-up-form_popup .sign-up-form-block_double .sign-up-form__item_big {
float: left;
width: calc(60% - 15px);
margin-left: 15px;
}

.sign-up-form_popup .sign-up-form-block_double .sign-up-form__item_extra-big {
float: left;
width: calc(72% - 15px);
margin-right: 15px;
}

.sign-up-form_popup .sign-up-form-block_double-revert .sign-up-form__item_big {
margin-left: 0;
margin-right: 15px;
}

.sign-up-form_popup .sign-up-form__item {
height: 60px;
}

.sign-up-form_popup .sign-up-form__label {
line-height: 60px;
}

.sign-up-form_popup .sign-up-form__button {
height: 65px;
}

.sign-up-form_popup .sign-up-form__button:before {
left: -195px;
width: 210px;
height: 215px;
}

.sign-up-form_popup .sign-up-form__terms {
font-size: 20px;
}

.sign-up_friend.sign-up {
margin-top: 100px;
margin-bottom: 140px;
}

.sign-up_friend .container {
padding: 0 50px;
border-radius: 180px;
background-color: #13B1BC;
}

.sign-up_friend .container:before {
display: none;
}

.sign-up_friend .sign-up__title {
margin-bottom: 30px;
color: #3656A7;
}

.sign-up_friend .sign-up-form__button {
/*width: 26%;*/
  height: 80px;
  background-color: #FFAA00;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}

.sign-up_friend .sign-up-form__button input {
  height: 80px;
}

.sign-up_friend .sign-up-form__button:before {
  display: none;
}

.page-title {
  padding: 125px 0 160px;
  background-image: url("/wp-content/uploads/2020/08/discovery-bg-photo.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title_job {
  padding-bottom: 55px;
  background-image: url("/wp-content/uploads/2020/08/job-describtion-bg.png");
}

.page-title_job .page-title__text {
  color: #FCFCFC;
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
}

.page-title_friend {
  background-image: url("/wp-content/uploads/2020/09/friend-referal-bg.png");
  background-position: center;
}

.page-title__text {
  text-align: center;
  color: #13B1BC;
  font-family: 'Segoe UI', sans-serif;
  font-size: 96px;
}

.page-title__description {
  margin-top: 15px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  font-size: 30px;
}

.page-title__description .inline {
  display: inline;
}

.page-title__description_orange, .page-title__description .orange {
  color: #FFAA00;
}

.page-title__button {
  display: table;
  margin-top: 50px;
  padding: 15px;
  color: #F7FAFB;
  border-radius: 26px;
  font-family: 'Calibri', sans-serif;
  font-size: 40px;
  background-color: #FFAA00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-title__button:hover {
  text-decoration: none;
  color: #13B1BC;
}

.page-job {
  padding: 25px 0;
  background-color: #E7E9EB;
}

.page-job .container {
  padding: 0 60px;
}

.page-job__back {
  display: table;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 50px;
  color: #919191;
  font-size: 23px;
}

.page-job__back:hover {
  text-decoration: none;
  color: #919191;
}

.page-job h2 {
  margin-top: 30px;
  margin-bottom: 60px;
  color: #113D6A;
  font-family: 'Roboto', sans-serif;
  font-size: 37px;
  font-weight: bold;
}

.page-job p {
  margin-bottom: 70px;
  color: #6D6C6C;
  font-family: 'Roboto', sans-serif;
  font-size: 37px;
}

.page-job ul {
  margin-bottom: 70px;
}

.page-job ul li {
  position: relative;
  margin: 15px 0;
  margin-left: -20px;
  padding: 0 20px;
  color: #6D6C6C;
  font-family: 'Roboto', sans-serif;
  font-size: 37px;
}

.page-job ul li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -35px;
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url("/wp-content/uploads/2020/08/list-circle.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.page-category-list {
  display: inline-block;
}

.page-category-list__item {
    overflow: hidden;
  float: left;
  margin: 5px 7px;
  border: 1px solid #113D6A;
  border-radius: 8px;
}

.page-category-list__item.active, .page-category-list__item:hover {
  //border-color: #FFAA00;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.page-category-list__item.active .page-category-list__link, .page-category-list__item:hover .page-category-list__link {
  text-decoration: none;
 	color: #FCFCFC;
    background-color: #10CFDC;
}

.page-category-list__link {
  display: block;
  padding: 5px 6px;
  text-align: center;
  color: #113D6A;
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
}

.discovery {
  padding: 70px 0;
  background-color: #EEEEEE;
}

.discovery-list {
  padding-top: 60px;
}

.discovery-list-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 30px 55px;
  border-radius: 85px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.47);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.47);
  background-color: #ffffff;
}

.discovery-list-item {
  margin-bottom: 30px;
  padding: 0 15px;
}

.discovery-list-item__photo {
  position: relative;
  border-radius: 56px;
  border: 1px solid #707070;
  overflow: hidden;
}

.discovery-list-item__photo_bg {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.discovery-list-item__photo_bg img {
  display: none;
}

.discovery-list-item__photo img {
  height: 100%;
}

.discovery-list-item__text {
  margin-top: 10px;
  padding: 0 20px;
  text-align: center;
  color: #113D6A;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.discovery-list-item__button {
  position: absolute;
  left: 50%;
  bottom: 15px;
  display: block;
  width: 100%;
  max-width: 100px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  text-align: center;
  color: #FCFCFC;
  font-family: 'Segoe UI', sans-serif;
  font-size: 12px;
  background-color: #10CFDC;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-article {
  padding: 75px 0;
  background-color: #EEEEEE;
}

.page-article__title {
  margin-bottom: 45px;
  text-align: center;
  color: #FFAA00;
  font-size: 22px;
  font-weight: bold;
}

.page-article__photo {
  position: relative;
  margin-bottom: 25px;
  border-radius: 35px;
  overflow: hidden;
}

.page-article__photo img {
  height: 100%;
}

.page-article-content p {
  color: #6D6C6C;
  font-size: 27px;
}

.page-article-content h4, .page-article-content h5 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #113D6A;
  font-size: 17px;
  font-weight: bold;
}

.page-article-content .bold {
  color: #113D6A;
  font-weight: bold;
}

.page-article-content .button a {
  display: table;
  margin-bottom: 15px;
  padding: 10px 5px;
  border: 1px solid #707070;
  border-radius: 15px;
  color: #FFAA00;
  font-size: 17px;
  font-weight: bold;
}

.more-article__title {
  margin-bottom: 70px;
  color: #113D6A;
  font-size: 28px;
  font-weight: bold;
}

.article-nav {
  padding-top: 70px;
  padding-bottom: 20px;
}

/*.article-nav-list__item {*/
/*  float: left;*/
/*  width: 120px;*/
/*  height: 48px;*/
/*  margin: 5px;*/
/*  line-height: 48px;*/
/*  border: 1px solid #707070;*/
/*  border-radius: 50px;*/
/*  -webkit-transition: all 0.4s;*/
/*  transition: all 0.4s;*/
/*}*/

.article-nav-list__item {
  float: left;
}

/*.article-nav-list__item_big {*/
/*  width: 140px;*/
/*}*/

/*.article-nav-list__item a {*/
/*  display: block;*/
/*  text-align: center;*/
/*  color: #113D6A;*/
/*  font-size: 24px;*/
/*}*/

/*.article-nav-list__item:hover {*/
/*  border-color: #FFAA00;*/
/*  -webkit-transition: all 0.4s;*/
/*  transition: all 0.4s;*/
/*}*/

/*.article-nav-list__item:hover a {*/
/*  text-decoration: none;*/
/*  color: #13B1BC;*/
/*}*/

.article-nav-list__item a{
  /*width: 120px;*/
  min-width: 120px;
  /*height: 48px;*/
  /*margin: 5px;*/
  padding: 11px 15px;
  /*line-height: 48px;*/
  border: 1px solid #707070;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;

  display: table;
  text-align: center;
  color: #113D6A;
  font-size: 24px;
}

.article-nav-list__item a:hover {
  border-color: #FFAA00;
  text-decoration: none;
  color: #13B1BC;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.com-header {
  position: relative;
  padding-top: 400px;
}

.com-header .com-header-container {
  position: relative;
}

.com-header .com-header-container:before {
  content: '';
  position: absolute;
  top: -750px;
  right: -525px;
  width: 1921px;
  height: 1398px;
  background-image: url("/wp-content/uploads/2020/09/community-header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.com-header__text {
  margin-bottom: 30px;
  color: #FCFCFC;
  font-size: 38px;
  line-height: 55px;
}

.com-header__text_big {
  margin-right: 20px;
  color: #113D6A;
  font-size: 65px;
  font-weight: bold;
}

.com-header__text_orange {
  color: #FFAA00;
}

.com-header__button {
  float: right;
  display: block;
  width: 100%;
  max-width: 240px;
  height: 64px;
  margin-right: 330px;
  line-height: 64px;
  border-radius: 50px;
  text-align: center;
  color: #FFAA00;
  font-family: 'Calibri', sans-serif;
  font-size: 32px;
  background-color: #FCFCFC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.com-header__button:hover {
  text-decoration: none;
  color: #FCFCFC;
  background-color: #FFAA00;
}

.com-header-nav {
  padding-top: 225px;
}

.com-header-nav_fixed {
    position: fixed;
    top: 60px;
    left: 50%;
     -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
    z-index: 98;
}

.com-header-nav_fixed .com-header-nav {
    padding-top: 0;
}

.com-header-nav__item {
  min-height: 153px;
}

.com-header-nav__item_mentors {
  border-radius: 0 0 0 50px;
  background-color: #13B1BC;
}

.com-header-nav__item_horizons {
    padding: 0 5px;
}

.com-header-nav__item_horizons .com-header-nav__item-link {
  	background-color: #FFAA00;
}

.com-header-nav__item_impact {
  border-radius: 0 0 50px 0;
  background-color: #113D6A;
}

.com-header-nav__item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.com-header-nav__item:hover.com-header-nav__item_mentors {
  background-color: #0b757c;
}

.com-header-nav__item:hover.com-header-nav__item_horizons .com-header-nav__item-link  {
  background-color: #ac7200;
}

.com-header-nav__item:hover.com-header-nav__item_impact {
  background-color: #09223b;
}

.com-header-nav__item-link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 153px;
  color: #FCFCFC;
  font-size: 36px;
}

.com-header-nav_fixed .com-header-nav__item {
	min-height: 80px;
}

.com-header-nav_fixed .com-header-nav__item-link {
	line-height: 80px;
}

.com-header-nav__item-link:hover {
  color: #FCFCFC;
  text-decoration: none;
}

.com-mentors {
  padding-top: 160px;
}

.com-mentors__title {
  margin-bottom: 20px;
  text-align: center;
  color: #13B1BC;
  font-size: 40px;
  font-weight: bold;
}

.com-mentors__description {
  margin-bottom: 30px;
  text-align: center;
  color: #113D6A;
  font-size: 40px;
}

.com-mentors-box {
  /*position: relative;*/
}

.com-mentors-block {
  position: static;
  margin-bottom: 40px;
}

.com-mentors-block__photo {
  position: relative;
  overflow: hidden;
  border-radius: 130px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.com-mentors-block__photo img {
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.com-mentors-block__photo-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.com-mentors-block__photo-hover.orange {
  background-color: rgba(255, 170, 0, 0.7);
}
.com-mentors-block__photo-hover.blue {
  background-color: rgba(20, 65, 105, 0.7);
}
.com-mentors-block__photo-hover.purple {
  background-color: rgba(183, 46, 190, 0.7);
}
.com-mentors-block__photo-hover.green {
  background-color: rgba(36, 177, 187, 0.7);
}

.com-mentors-block__photo-hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.3;
  text-align: center;
  color: #FCFCFC;
  font-size: 16px;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.com-mentors-block__name {
  margin-top: 15px;
  text-align: center;
  color: #113D6A;
  font-size: 16px;
  font-weight: bold;
}

.mentor-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  z-index: 100;
}

.com-mentors-block__hover {
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden;
  display: none;
  width: 75%;
  max-width: 1000px;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45);
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  z-index: 101;
}

.com-mentors-block__hover-title {
  padding: 50px 0 20px;
  text-align: center;
  color: #fcfcfc;
  font-size: 20px;
  font-weight: bold;
}

.com-mentors-block__hover-title.orange {
  background-color: rgb(255, 170, 0);
}
.com-mentors-block__hover-title.blue {
  background-color: rgb(20, 65, 105);
}
.com-mentors-block__hover-title.purple {
  background-color: rgb(183, 46, 190);
}
.com-mentors-block__hover-title.green {
  background-color: rgb(36, 177, 187);
}

.com-mentors-block__hover-content {
  /*display: table;*/
  /*height: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  padding: 20px 70px 30px 20px;
}

.com-mentors-block__hover-content-photo {
  position: relative;
  overflow: hidden;
  /*float: left;*/
  /*max-width: 310px;*/
  width: 32%;
  height: 100%;
  border-radius: 130px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.com-mentors-block__hover-content-photo img {
  height: 100%;
}

.com-mentors-block__hover-content-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*height: 100%;*/
  width: 68%;
  padding-bottom: 25px;
  padding-left: 30px;
  /*padding-right: 50px;*/
  color: #707070;
}

.com-mentors-block__hover-content-text span,
.com-mentors-block__hover-content-text p {
  line-height: 1.3;
  color: #707070;
  font-size: 18px;
}

.com-mentors-block__hover-content-text a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-top: 20px;
  padding: 1px 10px;
  border-radius: 20px;
  color: #fcfcfc;
  font-size: 14px;
  text-decoration: none;
}

.com-mentors-block__hover-content-text-block.orange a {
  background-color: rgb(255, 170, 0);
}
.com-mentors-block__hover-content-text-block.blue a {
  background-color: rgb(20, 65, 105);
}
.com-mentors-block__hover-content-text-block.purple a {
  background-color: rgb(183, 46, 190);
}
.com-mentors-block__hover-content-text-block.green a {
  background-color: rgb(36, 177, 187);
}

.com-mentors-block:hover {
  text-decoration: none;
}

.com-mentors-block:hover .com-mentors-block__photo-hover {
  display: block;
}

.com-horizons {
  position: relative;
  padding-top: 290px;
}

.com-horizons:before {
  content: '';
  position: absolute;
  top: 500px;
  right: 0;
  width: 45%;
  height: 1200px;
  background-image: url("/wp-content/uploads/2020/08/dotted-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.com-horizons .container {
  position: relative;
}

.com-horizons .container:before {
  content: '';
  position: absolute;
  top: -30%;
  right: -60%;
  width: 2000px;
  height: 1515px;
  background-image: url("/wp-content/uploads/2020/08/elips-blu-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}

.com-horizons__title {
  margin-bottom: 15px;
  color: #FFAA00;
  font-size: 40px;
}

.com-horizons__description {
  font-size: 40px;
}

.com-horizons-block {
  padding-top: 195px;
}

.com-horizons-block__photo {
  position: relative;
  max-width: 693px;
}

.com-horizons-block__photo-item {
  position: absolute;
  font-size: 33px;
  font-weight: bold;
}

.com-horizons-block__photo-item:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  opacity: 0;
}

.com-horizons-block__photo-item:hover:before {
  opacity: 1;
}

.com-horizons-block__photo-item_people {
  top: 80px;
  left: -177px;
  color: #B923C0;
}

.com-horizons-block__photo-item_people:before {
  /*right: -42px;*/
  right: -47px;
  bottom: -23px;
  background-color: #B923C0;
}

.com-horizons-block__photo-item_corporate {
  top: 0;
  right: -180px;
}

.com-horizons-block__photo-item_corporate:before {
  /*left: -45px;*/
  left: -52px;
  bottom: -6px;
  background-color: #113D6A;
}

.com-horizons-block__photo-item_mind {
  right: -220px;
  bottom: -10px;
  color: #13B1BC;
}

.com-horizons-block__photo-item_mind:before {
  top: -43px;
  /*left: -12px;*/
  left: -27px;
  background-color: #13B1BC;
}

.com-horizons-block__photo-item_tech {
  left: -150px;
  bottom: 55px;
  color: #FFAA00;
}

.com-horizons-block__photo-item_tech:before {
  top: -42px;
  /*right: -32px;*/
  right: -35px;
  background-color: #FFAA00;
}

.com-horizons-block__photo-box {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  -webkit-transform: translate(-44%, -47%);
          transform: translate(-44%, -47%);
}

.com-horizons-block__photo-box-text {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.com-horizons-block__photo-box-text p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  /*color: #FCFCFC;*/
  font-family: 'Segoe UI', sans-serif;
  font-size: 23px;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.com-horizons-block__photo-box-text_people {
  display: none;
  color: #B923C0;
  background-image: url("/wp-content/uploads/2020/09/community-horizont-bg-mind.png");
}

.com-horizons-block__photo-box-text_corporate {
  display: none;
  background-image: url("/wp-content/uploads/2020/09/community-horizont-bg-mind.png");
}

.com-horizons-block__photo-box-text_mind {
  display: block;
  color: #13B1BC;
  background-image: url("/wp-content/uploads/2020/09/community-horizont-bg-mind.png");
}

.com-horizons-block__photo-box-text_tech {
  display: none;
  color: #FFAA00;
  background-image: url("/wp-content/uploads/2020/09/community-horizont-bg-mind.png");
}

.com-horizons-block-sm {
  padding-top: 100px;
}

.com-horizons-block-sm__item {
  margin-bottom: 40px;
}

.com-horizons-block-sm__item-title {
  margin-bottom: 20px;
  text-align: center;
  color: #13B1BC;
  font-size: 26px;
  font-weight: bold;
}

.com-horizons-block-sm__item-description {
  position: relative;
  min-height: 200px;
  padding: 30px 50px;
}

.com-horizons-block-sm__item-description:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 105vw;
  height: 100%;
  border-radius: 95px;
  z-index: 1;
}

.com-horizons-block-sm__item-description p {
  position: relative;
  line-height: 1.4;
  color: #FCFCFC;
  font-size: 16px;
  z-index: 2;
}

.com-horizons-block-sm__item_people .com-horizons-block-sm__item-title {
  color: #B923C0;
}

.com-horizons-block-sm__item_people .com-horizons-block-sm__item-description:before {
  background-color: #B923C0;
}

.com-horizons-block-sm__item_corporate .com-horizons-block-sm__item-title {
  color: #113D6A;
}

.com-horizons-block-sm__item_corporate .com-horizons-block-sm__item-description:before {
  background-color: #113D6A;
}

.com-horizons-block-sm__item_mind .com-horizons-block-sm__item-title {
  color: #13B1BC;
}

.com-horizons-block-sm__item_mind .com-horizons-block-sm__item-description:before {
  background-color: #13B1BC;
}

.com-horizons-block-sm__item_tech .com-horizons-block-sm__item-title {
  color: #FFAA00;
}

.com-horizons-block-sm__item_tech .com-horizons-block-sm__item-description:before {
  background-color: #FFAA00;
}

.com-horizons-block-sm__item_right .com-horizons-block-sm__item-description:before {
  left: auto;
  right: 0;
}

.com-impact {
  padding-top: 400px;
}

.com-impact__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
}

.com-impact__description {
  line-height: 50px;
  color: #919191;
  font-size: 40px;
}

.com-impact-block {
  padding-top: 80px;
}

.com-impact-block__item {
  padding: 100px 30px 30px;
  border-radius: 140px 0 140px 140px;
  background-color: #13B1BC;
}

.com-impact-block__item-text {
  color: #FCFCFC;
  font-size: 33px;
}

.com-impact-block__item-text p {
  margin: 30px 0;
}

.com-impact-block__item-text_orange {
  color: #FFAA00;
  font-weight: bold;
}

.com-impact-block__item-button {
  display: inline-block;
  width: 100%;
  max-width: 192px;
  min-height: 96px;
  margin-top: 20px;
  line-height: 96px;
  border-radius: 30px;
  text-align: center;
  color: #FCFCFC;
  font-family: 'Calibri', sans-serif;
  font-size: 36px;
  background-color: #FFAA00;
}

.com-impact-block__item-button:hover {
  text-decoration: none;
  color: #FCFCFC;
}

.com-impact-block__photo {
  overflow: hidden;
  padding: 0;
  border-radius: 0 140px 140px 140px;
}

.com-sign-up {
  margin-top: 150px;
}

.com-sign-up .container:before {
  top: 200px;
  left: -80%;
  border-radius: 100% 75% 0px 0px;
}

.com-sign-up .sign-up__title {
  padding-top: 120px;
}

.com-sign-up .sign-up-form {
    padding-bottom: 0;
}

.friend {
  padding-top: 350px;
  background-color: #EEEEEE;
}

.friend .container {
  position: relative;
}

.friend .container:before {
  content: '';
  position: absolute;
  top: 40px;
  right: -25%;
  width: 3000px;
  height: 2250px;
  background-image: url("/wp-content/uploads/2020/08/job-seaarch-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.friend__title {
  text-align: center;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  font-size: 94px;
  font-weight: bold;
}

.friend-block__item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.friend-block__item-text {
  position: absolute;
  line-height: 1.2;
  font-family: 'Segoe UI', sans-serif;
  font-size: 45px;
}

.friend-block__item_look {
  width: 850px;
  height: 540px;
  margin-bottom: 50px;
  background-image: url("/wp-content/uploads/2020/09/look-bg.png");
}

.friend-block__item_look .friend-block__item-text {
  bottom: 120px;
  left: 0;
  padding: 0 30px 0 280px;
  color: #13B1BC;
}

.friend-block__item_contact {
  float: right;
  width: 900px;
  height: 340px;
  background-image: url("/wp-content/uploads/2020/09/person-contect-bg.png");
}

.friend-block__item_contact .friend-block__item-text {
  top: 0;
  left: 0;
  padding: 85px 225px 0 60px;
  color: #586FCC;
}

.friend-block__item_update {
  width: 800px;
  height: 390px;
  	margin-top: -60px;
  margin-bottom: 30px;
  background-image: url("/wp-content/uploads/2020/09/update-bg.png");
}

.friend-block__item_update .friend-block__item-text {
  left: 0;
  bottom: 55px;
  padding: 0 95px 0 130px;
  color: #F44CD0;
}

.friend-block__item_reason {
  float: right;
  width: 740px;
  height: 300px;
  background-image: url("/wp-content/uploads/2020/09/reason-bg.png");
}

.friend-block__item_reason .friend-block__item-text {
  top: 0;
  left: 0;
  padding: 90px 225px 0 80px;
  color: #AA63EC;
}

.friend__photo {
  max-width: 940px;
  margin-top: 20px;
  margin-left: 40px;
}

.someone .container {
  position: relative;
}

.someone .container:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -41%;
  width: 3000px;
  height: 1600px;
  background-image: url("/wp-content/uploads/2020/09/sign-up-friend-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.someone__text {
  padding-top: 200px;
  line-height: 1.2;
  font-size: 36px;
}

.someone__text_orange {
  display: block;
  color: #FFAA00;
  font-weight: bold;
}

.someone__photo {
  float: right;
  max-width: 400px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 101;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  cursor: pointer;
  z-index: 2;
}

.popup__close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-block {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 90%;
  max-width: 1300px;
  padding: 0 100px;
  border-radius: 300px;
  background-color: #FFAA00;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

.popup-blue {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 101;
}

.popup-blue__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  cursor: pointer;
  z-index: 2;
}

.popup-blue__close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-blue__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-blue-block {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 90%;
  max-width: 800px;
  padding: 0 70px;
  border-radius: 140px 0 140px 140px;
  background-color: #13B1BC;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.popup-blue .popup-blue__title {
  margin-top: 40px;
  color: #FFAA00;
}

.popup-blue .sign-up-form__terms {
  text-align: center;
}

.popup-blue .sign-up-form.sign-up-form_popup {
  padding-top: 0;
}

.popup-blue__button {
  width: 170px;
  height: 60px;
  margin-left: 25px;
  border: none;
  border-radius: 25px;
  background-color: #FFAA00;
  -webkit-transform: none;
  transform: none;
}

.popup-blue__button:before {
  display: none;
}

.popup-blue__button input {
  border: none;
  background-color: transparent;
  color: #F7FAFB;
  font-family: 'Calibri', sans-serif;
  font-size: 40px;
}


.footer-copyright p {
	margin-bottom: 10px;
}

.footer-copyright a {
    text-decoration: none;
	color: #fcfcfc;
}

.footer-copyright .footer-copyright-cv {
	color: #FFAA00;
}

.footer-menu li {
	margin-bottom: 10px;
}

.footer-menu li a {
    text-decoration: none;
	color: #fcfcfc;
}

.footer-menu a {
  text-decoration: none;
  color: #FFAA00;
}

.footer-social-link {
    margin-bottom: 10px;
}

.footer-social-link a {
    text-decoration: none;
    color: #fcfcfc;
}

.footer-social-link a:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-social-link_facebook a:before {
    width: 7px;
    height: 14px;
    margin-right: 23px;
    background-image: url('/wp-content/uploads/2020/09/footer-social-facebook.png');
}

.footer-social-link_youtube a:before {
    width: 16px;
    height: 11px;
    margin-right: 14px;
    background-image: url('/wp-content/uploads/2020/09/footer-social-youtube.png');
}

.footer-social-link_linkedin a:before {
    width: 12px;
    height: 12px;
    margin-right: 18px;
    background-image: url('/wp-content/uploads/2020/09/footer-social-linkedin.png');
}

.footer-social-link_instagram a:before {
  width: 12px;
  height: 12px;
  margin-right: 18px;
  background-image: url('/wp-content/uploads/2020/10/instagram-1.png');
}

.page-job ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.page-job ul.page-numbers li:before {
  display: none;
}

.page-job ul.page-numbers li .page-numbers {
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid #113D6A;
  border-radius: 10px;
  text-decoration: none;
  line-height: 42px;
  text-align: center;
  color: #E7E9EB;
  font-size: 30px;
  background-color: #113D6A;
  transition: all 0.3s;
}

.page-job ul.page-numbers li .page-numbers:hover,
.page-job ul.page-numbers li .page-numbers.current {
  color: #113D6A;
  background-color: #E7E9EB;
}

.page-job ul.page-numbers li .page-numbers.prev {
  /*background-image: url(/wp-content/uploads/2020/08/icon-arrow.png);*/
  /*background-repeat: no-repeat;*/
  /*background-size: 17px;*/
  /*background-position: center;*/
}

.page-job ul.page-numbers li .page-numbers.next {
  /*background-image: url(/wp-content/uploads/2020/08/icon-arrow.png);*/
  /*background-repeat: no-repeat;*/
  /*background-size: 17px;*/
  /*background-position: center;*/
  /*-webkit-transform: rotate(180deg);*/
  /*transform: rotate(180deg);*/
}

.page-job ul.page-numbers li a.next,
.page-job ul.page-numbers li a.prev {
  /*color: transparent;*/
  /*font-size: 1px;*/
}

/* ---------- */

#main-job-search-result {
  display: none;
}

/* ---------- */

#arrow-up {
  position: absolute;
  top: -41px;
  right: 30px;
  display: none;
  width: auto;
}

/* Custom css for Ninja form */
.nf-form-wrap.ninja-forms-form-wrap {
  width: 100%;
}

.label-above .field-wrap,
.label-below .field-wrap {
  position: relative;
}

.nf-field-label {
  position: absolute;
  top: 50%;
  left: 30px;
  color: #919191;
  font-family: 'Arial', sans-serif;
  font-size: 24px;
  transform: translateY(-50%);
  z-index: 1;
}

.sign-up-form-block_popup .nf-field-label {
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.listselect-container .nf-field-label {
  left: 24px;
}

.ninja-forms-req-symbol {
  float: left;
  margin-right: 2px;
}

.field-wrap>div input.sign-up-form__item,
.field-wrap select.sign-up-form__item,
.field-wrap textarea.sign-up-form__item {
  width: 100%;
  height: 80px;
  padding: 0 30px;
  border: none;
  outline: none;
  color: #919191;
  font-family: 'Arial', sans-serif;
  font-size: 24px;
  background-color: #fff;
}

.pum-content.popmake-content .wp-video {
  height: 300px;
}

.field-wrap>div input.sign-up-form__item_popup,
.field-wrap select.sign-up-form__item_popup,
.field-wrap textarea.sign-up-form__item_popup {
  width: calc(100% - 2px);
  height: 50px;
  margin: 0 2px;
  padding: 0 15px;
  font-size: 20px;
}

.nf-error .ninja-forms-field {
  border: 1px solid #e80000 !important;
  outline: none !important;
}

.field-wrap.nf-error input.sign-up-form__item,
.field-wrap.nf-error select.sign-up-form__item,
.field-wrap.nf-error textarea.sign-up-form__item{
  outline: 1px solid #e80000;
}

.nf-form-fields-required,
.nf-error-required-error,
.nf-error-field-errors {
  display: none;
}

.ninja-form__upload-file .nf-fu-fileinput-button {
  /*float: right;*/
  width: 100%;
  height: 80px;
  padding: 0 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  color: #919191;
  font-family: 'Arial', sans-serif;
  font-size: 24px;
  background-color: #fff;
}

.ninja-form__upload-file .nf-fu-fileinput-button span{
  display: block;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ninja-form__upload-file .nf-fu-fileinput-button:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 26px;
  height: 30px;
  background-image: url('/wp-content/uploads/2020/08/attachment-icon.png');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ninja-form__upload-file .nf-fu-progress,
.ninja-form__upload-file .files_uploaded {
  display: none;
}

.ninja-form__upload-file .nf-fu-button-cancel {
  display: none !important;
}

.ninja-form__upload-file .nf-field-label {
  top: 45%;
  left: 20px;
}

.ninja-form__upload-file_popup .nf-fu-fileinput-button {
  height: 50px;
  padding: 0 15px;
  font-size: 20px;
}

.ninja-form__upload-file_popup .nf-fu-fileinput-button span {
  padding-right: 15px;
}

.ninja-form__upload-file_popup .nf-fu-fileinput-button:before {
  right: 15px;
}

.ninja-form__upload-file_popup .nf-field-label {
  left: 5px;
}

.sign-up-form__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sign-up-form__button input {
  border: none;
  border-radius: 0;
  background-color: transparent;

  color: #F7FAFB;
  font-family: 'Calibri', sans-serif;
  font-size: 40px;
}

.nf-field-label label {
  font-weight: normal !important;
}

.list-container .nf-field-label label {

}

.pum-container,
.pum-content+.pum-close,
.pum-content+.pum-close:active,
.pum-content+.pum-close:focus,
.pum-content+.pum-close:hover,
.pum-overlay,
.pum-title {
  overflow: hidden !important;
}

/*.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field*/
/* End of custom css */

@media (max-width: 1770px) {
  .work:before {
    top: -55%;
    left: -1750px;
  }
}

@media (max-width: 1500px) {
  .job .container:before {
    left: -100px;
    width: 1400px;
    background-position: right;
  }
  .com-header .com-header-container:before {
    top: -635px;
    right: -440px;
    width: 1770px;
    height: 1290px;
  }
  .people-block {
    max-width: 149px;
  }
}

@media (max-width: 1330px) {
  .job-search {
    padding-top: 100px;
  }
  .job-search:before {
    top: -50px;
  }
  .job-search__bg-photo {
    top: -91%;
  }
  .job-search-block__next {
    display: block;
    text-align: center;
  }
  .job-search-block__next-orange {
    padding-right: 10px;
    color: #FCFCFC;
  }
  .job-search-br {
    display: none;
  }
  .com-sign-up .container:before {
    top: 250px;
    left: -1300px;
  }
    
  .people-block {
    /*max-width: 130px;*/
    zoom: 0.87;
  }

  .sign-up_job.sign-up .container:before {
    left: -99%;
  }

  .com-mentors-block__photo {
    border-radius: 100px;
  }

  .com-mentors-block__hover-content-photo {
    border-radius: 100px;
  }
}

@media (max-width: 1270px) {
  .sign-up_job.sign-up .container:before {
    left: -107%;
  }
}

@media (max-width: 1199px) {
  .job-search {
    position: relative;
  }
  .job-search:before {
    content: '';
    position: absolute;
    left: -8%;
    width: 110%;
    height: 85%;
    border-radius: 0px 0px 50% 50%;
    background-color: #FFAA00;
    z-index: 3;
  }
  .job-search__title {
    text-align: center;
  }
  .job-search__photo {
    max-width: 250px;
    margin: 30px auto 0;
    -webkit-transform: none;
            transform: none;
  }
  .job:before {
    top: auto;
    bottom: 75px;
    width: 40%;
    height: 1000px;
  }
  .job .container:before {
    top: -50px;
    left: -535px;
    width: 1000px;
    height: 700px;
    background-position: right;
  }
  .find-job-block__text {
    line-height: 1.3;
  }
  .people {
    position: relative;
    padding-top: 100px;
  }
  .people:before {
    content: '';
    position: absolute;
    top: -200px;
    right: -320px;
    width: 700px;
    height: 540px;
    background-image: url("/wp-content/uploads/2020/08/elips-blu-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
  }
  .people .container:before {
    display: none;
  }
  .people__text {
    line-height: 1.3;
  }
    .people-block {
        zoom: 0.84;
      /*max-width: 120px;*/
    }
  .discovery-list-item__photo_bg {
    height: 140px;
  }
  .sign-up-form__item {
    padding: 0 15px;
  }
  .sign-up-form__label:before {
    right: 15px;
  }
  .sign-up_friend.sign-up {
    margin-bottom: 190px;
  }
  .sign-up_friend .sign-up-form__button input {
    /*font-size: 30px;*/
    font-size: 26px;
  }
  .com-header {
    padding-top: 200px;
  }
  .com-header .com-header-container:before {
    /*top: -400px;*/
    /*right: -475px;*/
    /*width: 1500px;*/
    /*height: 1100px;*/
    top: -400px;
    right: -200px;
    width: 1200px;
    height: 970px;
  }
  .com-header__text {
    font-size: 34px;
  }
  .com-header__text_big {
    font-size: 34px;
  }
  .com-header-nav__item {
    min-height: 100px;
  }
  .com-header-nav__item-link {
    line-height: 100px;
      font-size: 30px;
  }
  .com-header__button {
    float: none;
    display: table;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 35px;
  }
  .com-horizons {
    padding-top: 100px;
  }
  .com-horizons-block__photo {
    zoom: 0.8;
  }
  .com-impact-block__item {
    padding-top: 50px;
    padding-left: 50px;
  }
  .com-impact-block__item-text {
    font-size: 26px;
  }
  .com-impact-block__item-text:first-child {
    margin-top: 0;
  }
  .friend .container:before {
    width: 2050px;
    height: 1540px;
  }
  .friend__title {
    font-size: 56px;
  }
  .friend-block {
    zoom: 0.7;
  }
  .someone .container:before {
    left: -70%;
  }
  .someone-block {
    zoom: 0.9;
  }

  .com-mentors-block__photo {
    border-radius: 70px;
  }

  .com-mentors-block__hover-content-photo {
    width: 28%;
    border-radius: 70px;
  }

  .com-mentors-block__hover-title {
    padding: 30px 0 15px;
  }

  .com-mentors-block__hover-content {
    padding-right: 50px;
  }

  .com-mentors-block__hover-content-text {
    width: 72%;
    padding-left: 30px;
  }

  .com-mentors-block__hover-content-text span,
  .com-mentors-block__hover-content-text p {
    font-size: 16px;
  }

  .elementor-23 .elementor-element.elementor-element-32de51f > .elementor-widget-container {
    padding-left: 0;
  }

  .sign-up_job.sign-up .container:before {
    left: -150%;
  }

  .sign-up .container:before {
    left: -125%;
  }
}

@media (max-width: 1080px) {
  .popup .sign-up-form__button:before {
    display: none;
  }

  .popup .sign-up-form__button {
    height: 60px;
    -webkit-transform: translateY(calc(-100% - 14px));
    transform: translateY(calc(-100% - 14px));
  }
}

@media (max-width: 991px) {
  .sign-up_job.sign-up .container:before {
    left: -230%;
    top: 12%;
  }
  body {
    padding-top: 60px;
  }

  #arrow-up {
    display: block;
  }

  .job-block {
    width: 330px;
    height: 330px;
  }
  .job-block__hot {
    width: 90px;
    height: 120px;
  }
  .job-block__hot:before {
    font-size: 30px;
  }
  .job-block__description {
    font-size: 20px;
  }
  .job-block__more {
    height: 80px;
    line-height: 80px;
  }
  .job__all {
    margin-top: 80px;
  }
  .find-job:after {
    content: '';
    position: absolute;
    top: 40px;
    right: -320px;
    width: 500px;
    height: 380px;
    background-image: url("/wp-content/uploads/2020/08/elips-blu-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.25;
  }
  .people-block {
    zoom: 0.62;
    /*max-width: 80px;*/
  }
  .discovery-list-item__photo_bg {
    height: 160px;
  }
  .sign-up {
    margin-top: 0;
    padding-top: 100px;
  }
  .sign-up__title {
    margin-top: 30px;
    color: #113D6A;
    font-size: 36px;
  }
  .sign-up-form-block_double .sign-up-form__item_small,
  .sign-up-form-block_double .sign-up-form__item_big {
    width: 100%;
    margin: 0;
  }
  .sign-up-form-block_double .sign-up-form__item_small {
    margin-bottom: 30px;
  }
  .sign-up-form-block_double-revert .sign-up-form__item_small {
    margin-bottom: 0;
  }
  .sign-up-form-block_double-revert .sign-up-form__item_big {
    margin-bottom: 30px;
  }
  .sign-up-form__button {
    margin-top: 30px;
    -webkit-transform: none;
            transform: none;
  }
  .sign-up_friend.sign-up {
    margin-bottom: 140px;
    padding-top: 0;
  }
  .sign-up_friend .sign-up__title {
    /*margin-bottom: 0;*/
    font-size: 35px;
  }
  .sign-up_friend .sign-up-form__button {
    margin-top: 0;
    -webkit-transform: none;
    transform: none;
  }
  .sign-up_friend .sign-up-form__button .nf-field {
    width: 100%;
  }
  .sign-up_friend .sign-up-form__button input {
    width: 100% !important;
    text-align: center;
  }
  .page-title__text {
    font-size: 70px;
  }
  .page-title__description {
    font-size: 26px;
  }
  .page-job .container {
    padding: 0 30px;
  }
  .page-job h2 {
    font-size: 24px;
  }
  .page-job p {
    font-size: 24px;
  }
  .page-job ul li {
    margin-left: 0px;
    padding: 0;
    font-size: 24px;
  }
  .page-job ul li:before {
    top: 7px;
    left: -20px;
    width: 13px;
    height: 13px;
  }
  .com-header {
    padding-top: 100px;
  }
  .com-header .com-header-container:before {
    top: -360px;
    right: -255px;
    width: 1000px;
    height: 730px;
  }
  .com-header__button {
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    font-size: 20px;
  }
  .com-header-nav {
    padding-top: 90px;
  }
  .com-header-nav__item {
    min-height: 70px;
  }
  .com-header-nav__item-link {
    line-height: 70px;
      font-size: 20px;
  }
  .com-mentors {
    padding-top: 90px;
  }
  .com-mentors__title {
    font-size: 30px;
  }
  .com-mentors__description {
    font-size: 24px;
  }
  .com-mentors-block {
    margin-bottom: 30px;
  }
  .com-mentors-block__photo-hover-text {
    text-align: center;
  }
  .com-horizons-block__photo {
    zoom: 0.63;
  }
  .com-impact {
    padding-top: 200px;
  }
  .com-impact__title {
    font-size: 32px;
  }
  .com-impact__description {
    line-height: 30px;
    font-size: 26px;
  }
  .com-impact-block__item {
    border-radius: 100px 0 100px 100px;
  }
  .com-impact-block__item-text {
    font-size: 20px;
  }
  .com-impact-block__item-button {
    width: auto;
    min-height: auto;
    padding: 5px 15px;
    line-height: 1;
    font-size: 26px;
  }
  .com-impact-block__photo {
    border-radius: 0 100px 100px 100px;
  }
  .friend {
    padding-top: 250px;
  }
  .friend .container:before {
    right: -20%;
    width: 1500px;
    height: 1125px;
  }
  .friend__title {
    font-size: 46px;
  }
  .friend-block {
    zoom: 0.5;
  }
  .someone .container:before {
    top: -100%;
    left: -90%;
    height: 1800px;
  }
  .someone-block {
    zoom: 0.7;
  }

  .com-mentors-block__hover {
    width: 90%;
  }

  .popup .sign-up-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sign-up-form_popup .sign-up-form__item {
    height: 50px;
    font-size: 20px;
  }

  .sign-up-form_popup .sign-up-form__label {
    line-height: 50px;
  }

  .popup .sign-up-form-block_double .sign-up-form__item_small {
    margin-bottom: 0;
  }

  .popup .sign-up-form__button {
    margin: 15px auto 0;
    transform: none;
  }

  .popup-block {
    padding: 0 50px;
    border-radius: 150px;
  }

  .elementor-23 .elementor-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .elementor-23 .elementor-row .elementor-element-bec4071 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .elementor-23 .elementor-row .elementor-element-bec4071 .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .elementor-23 .elementor-row .elementor-element-13a3842 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }
  .elementor-23 .elementor-row .elementor-element-f9880ca {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .elementor-23 .elementor-element.elementor-element-59c30f4 {
    padding-left: 0;
  }

  .elementor-23 .elementor-row .elementor-element-f9880ca .elementor-column-wrap {
    padding-bottom: 0;
  }

  .elementor-23 .elementor-row .elementor-element-f9880ca .elementor-column-wrap .footer-menu li:last-child {
    margin-bottom: 0;
  }

  .elementor-23 .elementor-row .elementor-element-0a92f5c {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: auto;
  }

  .elementor-23 .elementor-row .elementor-element .footer-menu {
    margin-bottom: 0;
  }

  .elementor-23 .elementor-text-editor {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
  }

  .elementor-23 .elementor-text-editor p:nth-child(1) {
    float: right;
  }

  .elementor-23 .elementor-text-editor p:nth-child(2) {
    float: left;
  }

  .elementor-23 .elementor-text-editor p:last-child {
    display: none;
  }

  .page-numbers li {
    padding: 0 5px !important;
  }

  .menu-item a {
    padding-left: 10px !important;
  }

  .com-header__text {
    line-height: 1.7;
    font-size: 24px;
  }

  /*.people-block-hover {*/
  /*  padding-top: 10px;*/
  /*}*/

  /*.people-block-hover__name {*/
  /*  font-size: 16px;*/
  /*}*/

  /*.people-block-hover__position {*/
  /*  font-size: 12px;*/
  /*}*/

  .nf-cell {
    width: 100% !important;
  }

  .sign-up-form__button {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .sign-up .container:before {
    top: 245px;
    left: -190%;
  }
}

@media (max-width: 767px) {
  .page-title__text {
    font-size: 46px !important;
  }

  .job-search:before {
    top: -50px;
    left: -25%;
    width: 150%;
  }
  .job-search-form {
    zoom: 0.7;
  }
  .job-search-form__input {
    width: calc(37.5% - 25px);
    height: 50px;
    padding: 0 10px;
    font-size: 14px;
    text-overflow: ellipsis;
  }
  .job-search-form__select {
    width: calc(37.5% - 25px);
    height: 50px;
    padding: 0 10px;
    font-size: 14px;
  }
  .job-search-form__select_small {
    width: 25%;
  }
  .job-search-form__button {
    position: relative;
    width: 50px;
    height: 50px;
  }
  .job-search-form__button:before {
    width: 25px;
    height: 25px;
  }

  .job {
    padding-top: 150px;
  }
  .job-block {
    width: 240px;
    height: 240px;
  }
  .job-block-padding {
    padding: 0 15px;
  }
  .job-block__logo {
    max-width: 80px;
    min-height: 80px;
  }
  .job-block__description {
    font-size: 18px;
  }
  .job-block__hot {
    width: 60px;
    height: 80px;
  }
  .job-block__hot:before {
    left: 42%;
    font-size: 18px;
  }
  .job-block__more {
    height: 60px;
    line-height: 60px;
  }
  .find-job {
    padding-top: 150px;
  }
  .find-job:before {
    top: 520px;
    width: 20%;
    height: 350px;
  }
  .find-job:after {
    top: 320px;
    right: -410px;
  }
  .find-job__photo {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .find-job-block {
    font-size: 32px;
  }
  .find-job-block__button {
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
  }
  .people:before {
    right: -450px;
  }
  .people-block {
    margin-left: 5px;
    margin-right: 5px;
    zoom: 0.51;
    /*max-width: 75px;*/
  }
  .work:before {
    top: -350px;
    left: 60%;
    width: 500px;
    height: 380px;
  }
  .work:after {
    display: none;
  }
  .work__title {
    margin-top: 100px;
  }
  .work__text {
    font-size: 32px;
  }
  .sign-up .container:before {
    top: -500px;
    left: -110%;
    -webkit-transform: none;
            transform: none;
  }
  .sign-up-form {
    padding-bottom: 60px;
  }
  .sign-up-form__item {
    height: 50px;
    padding: 0 10px;
  }
  .sign-up-form__label {
    line-height: 50px;
  }
  .sign-up-form__label:before {
    right: 10px;
  }
  .sign-up-form__button {
    height: 65px;
    margin-left: auto;
    margin-right: auto;
  }
  .sign-up-form__button:before {
    top: -15px;
    left: -160px;
    width: 170px;
    height: 175px;
  }
  .sign-up_friend.sign-up {
    margin-bottom: 100px;
  }
  .sign-up_friend .container {
    padding: 0 30px;
    border-radius: 90px;
  }
  .sign-up_friend .sign-up-form__button {
    height: 50px;
  }

  .sign-up_friend .sign-up-form__button input {
    height: 50px;
  }
  .discovery-list-box {
    padding: 20px 20px 40px;
  }
  .discovery-list-item__photo_bg {
    height: 120px;
  }
  .discovery-list-item__text {
    padding: 0 10px;
    font-size: 9px;
  }
  .discovery-list-item__button {
    max-width: 72px;
    height: 14px;
    line-height: 14px;
    font-size: 9px;
  }
  .page-title__text {
    font-size: 50px;
  }
  .page-title__description {
    font-size: 20px;
  }
  .com-header .com-header-container:before {
    top: -195px;
    right: -150px;
    width: 700px;
    height: 510px;
  }
  .com-header__text {
    line-height: 30px;
    font-size: 20px;
  }
  .com-header__text_big {
    font-size: 20px;
  }
  .com-header__button {
    height: auto;
    padding: 10px 20px;
    line-height: 1;
    font-size: 16px;
  }
    .com-header-nav__item-link {
        font-size: 16px;
    }
  .com-mentors {
    padding-top: 60px;
  }
  .com-mentors__title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .com-mentors__description {
    font-size: 13px;
  }
  .com-mentors-block {
    margin-bottom: 20px;
  }
  .com-mentors-block__photo-hover-text {
    text-align: center;
  }
  .com-mentors-block__name {
    font-size: 9px;
  }
  .com-horizons .container:before {
    top: 0;
    left: 0;
    right: auto;
    width: 100vw;
    height: 100%;
  }
  .com-impact-block__item {
    border-radius: 100px;
  }
  .com-sign-up .container:before {
    top: 100px;
    left: -600px;
    width: 2000px;
    height: 1200px;
  }
  .com-sign-up .sign-up__partner {
    margin-bottom: 15px;
    text-align: center;
    font-size: 26px;
  }
  .com-sign-up .sign-up__next {
    text-align: center;
    font-size: 26px;
  }
  .friend {
    padding-top: 200px;
  }
  .friend .container:before {
    top: 20px;
    right: -25%;
    width: 1200px;
    height: 900px;
  }
  .friend__title {
    font-size: 36px;
  }
  .friend-block {
    zoom: 0.4;
  }
  .someone .container:before {
    top: -55%;
    left: -105%;
    width: 2000px;
    height: 1250px;
  }
  .someone-block {
    zoom: 0.5;
  }

  .com-mentors-block__photo {
    border-radius: 50px;
  }

  .com-mentors-block__hover {
    top: 90px;
    height: calc(95vh - 90px);
    max-height: 500px;
    transform: translate(-50%, 0);
  }


  .com-mentors-block__hover-content {
    display: inline-block;
    height: calc(95vh - 155px);
    max-height: 435px;
    padding: 20px;
    overflow-y: auto;
  }

  .com-mentors-block__hover-content-photo {
    float: none;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto 25px;
    border-radius: 50px;
  }

  .com-mentors-block__hover-content-text {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .com-mentors-block__hover-content-text a {
    position: relative;
    display: table;
    margin: 20px auto 0;
  }

  .sign-up-form_popup .sign-up-form-block_double .sign-up-form__item_small {
    width: 100%;
    margin-bottom: 15px;
  }

  .sign-up-form_popup .sign-up-form-block_double .sign-up-form__item_big {
    width: 100%;
    margin: 0;
  }

  .sign-up-form_popup .sign-up-form-block_double-revert .sign-up-form__item_big {
    margin-bottom: 15px;
  }

  .popup .sign-up__title {
    padding-bottom: 20px;
  }

  .popup .sign-up-form {
    /*height: 350px;*/
    height: calc(100vh - 186px);
    padding-top: 10px;
    overflow: hidden;
    overflow-y: auto;
  }

  .popup .sign-up-form__button {
    height: 50px;
    font-size: 25px;
  }

  .popup-block {
    padding: 0 20px;
    border-radius: 50px;
    overflow: hidden;
  }

  .popup-blue-block {
    overflow: hidden;
  }

  .popup-blue .sign-up-form {
    /*height: 350px;*/
    height: calc(90vh - 150px);
    padding-top: 20px;
    overflow: hidden;
    overflow-y: auto;
  }

  .popup-blue .popup-blue__title {
    max-width: 300px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
  }

  .popup-blue-block {
    padding: 0 25px;
    border-radius: 70px 0 70px 70px;
  }

  .popup-blue__button {
    display: block;
    height: 50px;
    margin: 0 auto;
    font-size: 25px;
  }

  .elementor-23 .elementor-row .elementor-element-f9880ca {
    width: 200px;
  }

  .elementor-23 .elementor-row .elementor-element-0a92f5c {
    width: auto;
  }

  .sign-up_job.sign-up .container:before {
    left: -120%;
    top: 0%;
    width: 1500px;
    height: 1100px;
  }

  .nf-form-cont {
    padding-bottom: 50px !important;
  }

  .popup-blue__button input {
    height: 65px !important;
  }
}

@media (max-width: 575px) {
  .job-block {
    width: 130px;
    height: 130px;
    margin-bottom: 30px;
    padding: 5px;
  }
  .job-block-padding {
    padding: 0 5px;
  }
  .job-block__logo {
    max-width: 45px;
    min-height: 45px;
  }
  .job-block__description {
    font-size: 12px;
  }
  .job-block__hot {
    width: 35px;
    height: 40px;
  }
  .job-block__hot:before {
    font-size: 13px;
  }
  .job-block__more {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .people-block {
    zoom: 0.35;
    /*max-width: 45px;*/
  }
  .sign-up-form__item {
    font-size: 20px;
  }
  .sign-up-form__button:before {
    display: none;
  }
  .sign-up_friend .sign-up-form__button {
    font-size: 20px;
  }
  .discovery {
    padding: 40px 0;
  }
  .discovery-list-item__photo_bg {
    height: auto;
    background-image: none !important;
  }
  .discovery-list-item__photo_bg img {
    display: block;
  }
  .page-title {
    padding: 50px 0;
  }
  .page-category-list__item {
    float: none;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    border: none;
    border-top: 1px solid #9EA1A4;
    border-radius: 0;
  }
  .page-category-list__item.active, .page-category-list__item:hover {
    display: table;
    width: auto;
  }
  .page-category-list__link {
    font-size: 16px;
  }
  .article-nav-list {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .article-nav-list__item {
    margin-bottom: 20px;
  }
  .com-header {
    padding-top: 60px;
  }
  .com-header .com-header-container:before {
    top: -150px;
    right: 0px;
    width: 98%;
    height: 390px;
  }
  .com-header__text {
    margin-bottom: 20px;
    padding-left: 40px;
    line-height: 20px;
    font-size: 16px;
  }
  .com-header__text_big {
    display: block;
    font-size: 16px;
  }
  .com-header-nav {
    padding-top: 40px;
  }
  .com-header-nav__item {
    min-height: 37px;
  }
  .com-header-nav__item-link {
    line-height: 37px;
    font-size: 8px;
  }
  .com-header-nav_fixed {
    top: 83px;
  }
  .com-header-nav_fixed .com-header-nav__item {
    min-height: 37px;
  }
  .com-header-nav_fixed .com-header-nav__item-link {
    line-height: 37px;
    font-size: 8px;
  }
  .com-header__button {
    padding: 5px 10px;
    font-size: 9px;
  }
  .friend .container:before {
    top: -50px;
    width: 900px;
    height: 675px;
  }
  .friend-block {
    zoom: 0.25;
  }
  .someone {
    margin-top: 50px;
  }
  .someone .container:before {
    top: -100%;
    left: -600px;
  }
  .someone-block {
    zoom: 0.4;
  }
  .someone__text {
    padding-top: 100px;
  }

  .com-mentors-block__photo {
    border-radius: 30px;
  }

  .com-sign-up .container:before {
    left: -700px;
  }

  .footer-copyright p {
    font-size: 10px;
  }

  .elementor-23 .elementor-row .elementor-element-f9880ca {
    width: 150px;
  }

  .sign-up_job.sign-up .container:before {
    left: -135%;
    top: -5%;
  }
}
@media(max-width: 374px) {
  .people-box .w-100{
      display: none;
  }

  .sign-up_job.sign-up .container:before {
    left: -175%;
  }
}


/*# sourceMappingURL=style.css.map */