@font-face {
  font-family: "Proxima Nova"; 
  src: url("../font/proximanova_black.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
} 

@font-face {
  font-family: "Proxima Nova Regular"; 
  src: url("../font/proximanova_regular.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
} 

@font-face {
  font-family: "Proxima Nova Bold"; 
  src: url("../font/proximanova_bold.otf") format("opentype"); 
  font-style: normal; 
  font-weight: normal; 
} 

@font-face {
  font-family: "Raydis"; 
  src: url("../font/ofont.ru_Raydis.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
} 

body {
  font-family: 'Proxima Nova Regular';
  font-size: 14px;
  font-weight: normal;
  background: linear-gradient(rgb(221, 221, 221) 50%, rgb(207, 207, 207) 50%);
}

.wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 800px;
}

.content {
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* header */

.header {
  position: relative;
  margin-bottom: 51px;
  max-width: 360px;
}

.header__list {
  display: flex;
  color: rgb(2, 90, 110);
  font-family: 'Proxima Nova Regular';
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2px;
}

.header__item {
  padding: 0 10px;
  border-right: 1px solid rgb(2, 90, 110);
}

.header__item:first-child {
  padding: 0 10px 0 0;
}

.header__item:last-child {
  border-right: none;
}

.header__bottom {
  display: flex;
  align-items: center;
  grid-gap: 18px;
  position: absolute;
  bottom: -30px;
  right: -40px;
}

.header__bottom-line {
  border: 1px solid rgb(2, 90, 110);
  width: 780px;
}

.header__bottom-icon {
  width: 54px;
  height: 18px;
}

.title {
  color: rgb(0, 0, 0);
  font-family: 'Raydis';
  font-size: 96px;
  font-weight: 700;
  line-height: 94px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 40px;
}

.about {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  max-width: 560px;
  position: relative;
}

.about::after {
  content: '';
  width: 12px;
  height: 48px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -44px;
}

/* portfolio */

.portfolio {
  display: flex;
  justify-content: space-between;
  grid-gap: 33px;
}

.slider__title {
  color: rgb(0, 0, 0);
  font-family: RAYDIS;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 15px;
}

.slider__block {
  position: relative;
}

.slider__container {
  width: 360px;
  height: 202px;
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper__next, .swiper__prev {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgb(207, 207, 207);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;;
}

.swiper__next {
  right: -15px;
}

.swiper__prev {
  left: -15px;
}

/* footer */

.footer {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.footer__title {
  color: rgb(2, 90, 110);
  font-family: RAYDIS;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0;
  text-align: left;
  flex: 1 0 auto;
}

.footer__contacts {
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
  margin-right: 70px;
}

.contact__item {
  display: flex;
  align-items: center;
  margin-right: 27px;
}

.contact__item:last-child {
  margin-right: 0;
}

.contact__item-icon {
  margin-right: 12px;
}

.contact__item-icon:first-child {
  width: 30px;
  height: 24px;
}

.contact__item-icon:last-child {
  width: 28px;
  height: 25px;
}

/* picture */

.picture {
  position: relative;
  width: 39%;
  max-width: 780px;
  height: 100%;
  background-image: url('../img/mentorship_bg.jpeg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: flex-end;
}

.picture::after {
  content: '';
  width: 24.5px;
  height: 24.5px;
  background-image: url('../img/plus.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 23px;
  top: 27px;
}

.picture::before {
  content: '';
  width: 15px;
  height: 15px; 
  background-image: url('../img/plus.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  position: absolute;
  left: 50%;
  bottom: 25px;
}

.picture__icon {
  background-image: url('../img/portu.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 373px;
  height: 409px;
  position: absolute;
  left: 18%;
  top: -48px;
}

.picture__content {
  margin-bottom: 21%;
  padding-left: 58px;
}

.picture__title {
  font-family: RAYDIS;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 31px;
}

.picture__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  max-width: 280px;
}

@media screen and (max-width: 1440px) {
  .content {
    padding: 0 40px 0 10px;
  }

  .about::after {
    left: 0;
  }

  .about__text {
    padding-left: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .slider__container {
    width: 288px;
    height: 160px;
  }

  .footer__title {
    font-size: 28px;
  }

  .picture::after {
    left: 23px;
    top: 27px;
  }
  
  .picture::before {
    left: auto;
    right: 25px;
    bottom: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    height: 674px;
  }

  .content {
    padding: 0 20px 0 10px;
  }

  .title {
    font-size: 75px;
    line-height: 84px;
    margin-bottom: 15px;
} 

  .portfolio {
    display: flex;
  }

  .slider__container {
    width: 266px;
    height: 150px;
  }

  .footer {
    justify-content: space-between;
  }

  .footer__contacts {
    margin-right: 0;
  }

  .footer__plus {
    position: absolute;
    right: 0;
    top: -36px;
  }
}

@media screen and (max-width: 960px) {
  .picture {
    position: relative;
    width: 30%;
  }

  .picture__content {
    margin-bottom: 21%;
    padding-left: 26px;
  }

  .picture__title {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 25px;
  }
}

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

  .wrapper {
    background: rgb(221, 221, 221);
  }

  .container {
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-bottom: 100px;
  }

  .content {
    width: 100%;
    padding: 15px 50px 30px 50px;
  }

  .head{
    margin-bottom: 30px;
  }

  .picture {
    width: 100%;
    height: 430px;
    overflow: hidden;
  }

  .picture__icon {
    left: 62%;
    top: 53px;
  }

  .footer {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 15px;
  }

  .footer__plus {
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .portfolio {
    flex-direction: column;
    align-items: center;
  }

  .slider:first-child {
    margin-bottom: 30px;
  }

  .slider__container {
    width: 374px;
    height: 210px;
  }
}

@media screen and (max-width: 525px) {
  .content {
    width: 100%;
    padding: 15px 15px 30px 15px;
  }

  .title {
    font-size: 48px;
    line-height: 53px;
  }

  .footer__title {
    position: absolute;
    left: 15px;
    top: -36px;
    line-height: 30px;
  }

  .footer__contacts {
    margin-right: 0;
    width: 100%;
    justify-content: space-between;
  }

  .picture {
    background-image: url('../img/mentorship_bg_mobile.jpeg');
    background-position: left;

    align-items: flex-start;
  }

  .picture__content {
    padding-top: 105px;
    padding-left: 29px;
  }

  .picture__icon {
    left: auto;
    top: 76px;
    right: -148px;
  }

  .picture__text {
    max-width: 166px;
  }

  .picture::before {
    content: none;
  }
}

@media screen and (max-width: 425px) {
  .header__list {
    font-size: 14px;
  }

  .header__bottom {
    right: -25px;
  }

  .slider__container {
    width: 344px;
    height: 200px;
  }

  .about__text {
    padding-left: 20px;
  }

  .about::after {
    left: -16px;
  }

  .picture {
    background-image: url('../img/mentorship_bg_mobile.jpeg');
    background-position: left;

    align-items: flex-start;
  }
}

@media screen and (max-width: 375px) {
  .header__list {
    font-size: 14px;
  }

  .slider__container {
    width: 310px;
    height: 180px;
  }

  .about__text {
    padding-left: 20px;
  }

  .about::after {
    left: -16px;
  }

  .picture__content {
    padding-top: 70px;
    padding-left: 29px;
  }
}

@media screen and (min-width: 2000px) {
  .wrapper {
    width: 2000px;
    margin: 0 auto;
    overflow: hidden;
  }
}