@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant&family=Lato:wght@300;400;700&family=Raleway:wght@300&display=swap");
@font-face {
  font-family: "Neutral-Normal";
  src: url(/fonts/NeutralFace.otf);
}
@font-face {
  font-family: "Neutral-Bold";
  src: url(/fonts/NeutralFace-Bold.otf);
}
.wrapper-art {
  background-color: white;
}

.article {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.project__nav {
  background-image: url(/article/article-images/179590d3044631bec071e2cbba632fb0.png);
  background-position: center 20%;
}

.content__atricle {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
.content__atricle .cart__data {
  display: flex;
  justify-content: center !important;
}
.content__atricle .cart__data .data__svg {
  margin-right: 10px;
}
.content__atricle .cart__data .data {
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
}
.content__atricle .article__header {
  text-align: center;
  margin-top: 30px;
  font-size: 57px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.content__atricle .article__author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.content__atricle .article__author .author__word {
  background-color: #F2F4F6;
  text-align: center;
  padding: 30px 0;
  margin: 30px 0;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
}
.content__atricle .article__author .author {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__atricle .article__author .author .author__photo {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.content__atricle .article__author .author .author__photo img {
  display: flex;
  align-items: center;
  justify-self: center;
}
.content__atricle .article__author .author .author__name {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content__atricle .article__author .author .author__name .name {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.content__atricle .article__author .author .author__name .who {
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  opacity: 0.6;
}
.content__atricle .article__flex {
  display: flex;
  justify-content: space-between;
}
.content__atricle .article__flex .article__left {
  max-width: 850px;
  width: 100%;
}
.content__atricle .article__flex .article__left .article__img {
  background-image: url(/article/article-images/img1.png);
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 31.25rem;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 80px auto;
}
.content__atricle .article__flex .article__left .atricle__word {
  display: flex;
  align-items: center;
  margin: 80px 0 40px 0;
  padding: 40px 0;
  justify-content: center;
}
.content__atricle .article__flex .article__left .atricle__word .svg {
  margin-right: 40px;
}
.content__atricle .article__flex .article__left .atricle__word .word__text {
  max-width: 670px;
  width: 100%;
  font-family: Raleway;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 155%;
}
.content__atricle .article__flex .article__left .article__logo {
  padding: 20px;
  margin: 80px 0;
  height: 500px;
  background: rgba(61, 66, 70, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__atricle .article__flex .article__left .article__logo .logo1 svg {
  height: 60px;
}
.content__atricle .article__flex .article__left .article__logo .logo2 {
  margin: 0 30px;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90px;
  max-height: 90px;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #2D388A 0%, #00AEEF 100%);
}
.content__atricle .article__flex .article__left .article__logo .logo2 svg {
  width: 54.38px;
  height: 50px;
  width: 100%; /* Ширина элемента .logo2 */
  height: 100%; /* Высота элемента .logo2 */
  -o-object-fit: contain;
     object-fit: contain;
}
.content__atricle .article__flex .article__right {
  margin-left: 40px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}
.content__atricle .article__flex .article__right .article__navigation .navigation__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.content__atricle .article__flex .article__right .article__navigation .navigation__list {
  border-top: 1px solid rgba(43, 63, 70, 0.2);
  max-width: 330px;
  width: 100%;
  border-bottom: 1px solid rgba(43, 63, 70, 0.2);
  margin: 30px 0;
  padding: 20px 0;
}
.content__atricle .article__flex .article__right .article__navigation .navigation__list .nav__list {
  cursor: pointer;
  display: flex;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
	color:#000;
	text-decoration:none;
}
.content__atricle .article__flex .article__right .article__navigation .navigation__list .nav__list .number {
  margin: 0 10px;
}
.content__atricle .cart.padding {
  color: #2A2C2E;
}
.content__atricle .info__attr {
  margin-top: 74px !important;
}
.content__atricle .attr__text.caps {
  color: #2A2C2E;
}
.content__atricle .cart__data {
  justify-content: flex-start;
}
.content__atricle .project__cart {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.nav__links {
  display: flex;
}
.nav__links .nav__link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #478ACD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article__title {
  padding-top: 40px;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

.list:nth-child(1) {
  margin-top: 10px;
}

.article__img.second {
  background-image: url(/article/article-images/img2.png) !important;
}

.articles__header {
  margin-bottom: 60px;
  margin-top: 100px;
}

@media only screen and (max-width: 860px) {
  .article__logo {
    height: 400px !important;
  }
  .content__atricle .article__header {
    font-size: 38px !important;
  }
  .article__img {
    height: 400px !important;
  }
  .article__right {
    margin-bottom: 60px;
  }
  .article__flex {
    flex-direction: column-reverse;
  }
  .article__right {
    margin-left: 0 !important;
  }
  .word__text {
    font-size: 17px !important;
  }
  .content__atricle .project__cart-grid .project__cart {
    display: block !important;
  }
  .content__atricle .project__cart-grid .project__cart .cart.padding .project__text.left {
    display: none !important;
  }
  .content__atricle .project__cart-grid .project__cart .cart.padding:nth-child(2) {
    display: none !important;
  }
  .articles__header.header {
    font-size: 42px !important;
  }
  .article__title {
    font-size: 42px !important;
  }
  .logo2 {
    max-width: 73.292px !important;
    max-height: 73.292px !important;
  }
  .logo2 svg {
    max-width: 44.28px;
    max-height: 40.72px;
  }
  .article__title.small {
    font-size: 16px !important;
  }
  .articles__header.header::before {
    height: 55px !important;
  }
}
@media only screen and (max-width: 680px) {
  .article__img {
    margin-bottom: 40 !important;
  }
  .article__img {
    height: 200px !important;
  }
  .logo2 {
    max-width: 60.73px !important;
    max-height: 60.73px !important;
  }
  .logo2 svg {
    width: 36.7px !important;
    height: 33.74px !important;
  }
  .nav {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    height: auto;
    flex-wrap: wrap;
  }
  .article__title {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 500px) {
  .article__logo {
    height: 300px !important;
  }
  .articles__header.header {
    font-size: 26px !important;
  }
  .articles__header.header::before {
    height: 36px !important;
  }
  .logo2 {
    max-width: 42.51px !important;
    max-height: 42.51px !important;
  }
  .logo2 svg {
    width: 25.69px !important;
    height: 25.69px !important;
  }
}
.content__atricle .cart__data {
  justify-content: flex-start !important;
}

.article__list {
  margin-bottom: 40px;
}

.article__block {
  margin-bottom: 80px;
}
.article__block .article__subtitle {
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
}

.small {
  margin-top: 10px !important;
  font-size: 20px !important;
}

.list {
  margin-bottom: 10px;
  display: flex;
}
.list .svg {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.list .list__text {
  display: flex;
  align-items: center;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
}


.content__atricle .about-us__flex {
  padding-top: 40px;
  display: flex;
}
.content__atricle .about-us__flex .about-us__video {
  margin-right: 50px;
  flex-shrink: 0;
  max-width: 400px;
}
.content__atricle .about-us__flex .about-us__video video {
  max-width: 100%;
  object-fit: cover;
  border-radius: 25px;
  border: 6px solid black;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.content__atricle .about-us__flex .about-us__text {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.content__atricle .about-us__flex .about-us__text .about-us__header {
  margin-top: 15px;
  margin-bottom: 60px;
}
.content__atricle .about-us__flex .about-us__text .about-us__mission {
	margin-bottom: 60px;
}
.content__atricle .about-us__flex .about-us__text .about-us__decr {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.content__atricle .about-us__flex .about-us__text .about-us__mission .mission__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.content__atricle .about-us__flex .about-us__text .about-us__mission .mission__subtitle {
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
}
.content__atricle .about-us__flex .about-us__text .about-us__links {
  display: flex;
  justify-content: space-between;
}
.content__atricle .about-us__flex .about-us__text .about-us__links .about-us__inst .inst__title {
  margin-bottom: 15px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.content__atricle .about-us__flex .about-us__text .about-us__links .about-us__inst .inst__subtitle {
  display: inline-flex;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  border-bottom: 2px solid #478ACD;
}
.content__atricle .about-us__flex .about-us__text .about-us__links .about-us__inst .inst__subtitle .svg {
  margin-right: 15px;
}

.about-us__slogan {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 45px 0 0 0;
}
.about-us__slogan .slogan__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.about-us__img {
  background-image: url("/wp-content/themes/prorab/about-us/about-us-image/video.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: none;
  width: 100%;
  height: 610px;
  margin-bottom: 120px;
}

.slogan__logo {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slogan__logo .svg-3 {
  margin: 0 15px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2D388A 0%, #00AEEF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1170px) {
  .about-us__flex {
    flex-direction: column-reverse;
  }
  .about-us__decr {
    margin: 25px 0;
  }
  .about-us__links {
    margin: 25px 0 60px 0;
  }
  .slogan__title {
    font-size: 44px !important;
  }
}
@media only screen and (max-width: 680px) {
  .mission__subtitle {
    font-size: 14px !important;
  }
  .about-us__decr {
    font-size: 16px !important;
  }
  .about-us__header {
    font-size: 38px !important;
  }
  .slogan__title {
    font-size: 28px !important;
  }
  .about-us__links {
    flex-direction: column;
  }
  .about-us__inst:nth-child(1) {
    margin-bottom: 70px;
  }
  .services__header.header {
    margin-top: 0 !important;
  }
  .about-us__header.header::before {
    height: 50px;
  }
}
.about-us__links a {
    color: #478ACD;
}