

/* Start:/local/templates/men/dist/css/page/about/style.css?17483746487096*/
.about__banner {
  height: 100vh;
  max-height: 870px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/upload/about/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about__banner span {
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 20px;
  line-height: 27.54px;
  text-align: center;
  max-width: 961px;
  color: #fff;
  text-transform: uppercase;
}

.about__cooperation-select {
  padding: 80px 0;
}

.about__cooperation-select > .flex {
  gap: 30px;
}

.about__cooperation-select__item {
  flex: 0 0 calc(50% - 15px);
  padding: 59px 8px 108px 39px;
  position: relative;
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.6980392157);
}

.about__cooperation-select__item b {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 30px;
  line-height: 41.31px;
  color: #010101;
  display: block;
  margin-bottom: 29px;
  text-transform: uppercase;
}

.about__cooperation-select__item p {
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 14px;
  line-height: 19.31px;
  text-transform: uppercase;
}

.about__cooperation-select__item a {
  position: absolute;
  bottom: 35px;
  right: 30px;
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
}
.about__cooperation-select__item a:hover{
  color: #0b0b0b;
}

.about__quotation {
  position: relative;
  background-color: #fff;
  padding: 14px 0 12px;
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #010101;
  margin-bottom: 80px;
  border-radius: 10px;
}

.about__quotation::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 10px;
  background: linear-gradient(90deg, #E72350 0%, #F5941B 100%);
  z-index: -1;
}

.about__description {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 112px;
  margin-bottom: 80px;
}

.about__description p {
  margin: 0;
  flex: 0 0 calc(50% - 56px);
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

.about__cooperation {
  margin-bottom: 80px;
}

.about__cooperation__title {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 40px;
  line-height: 55.08px;
  margin-bottom: 50px;
}

.about__cooperation > .flex {
  gap: 32px 48px;
}

.about__cooperation > .flex a {
  background: rgba(255, 255, 255, 0.6980392157);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  flex: 0 0 calc(20% - 39px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__slogan {
  background: rgba(255, 255, 255, 0.6980392157);
  backdrop-filter: blur(15px);
  box-shadow: 0 0 13.85px 1.15px rgba(0, 0, 0, 0.0588235294);
  padding: 85px 50px;
  border-radius: 10px;
  display: flex;
  gap: 102px;
}

.about__slogan__title {
  font-family: var(--font-title);
  font-weight: 500;
  font-size: 40px;
  line-height: 55.08px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #010101;
}

.about__slogan__description {
  font-family: var(--font-title);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #010101;
}

.about__slogan .column-left {
  flex: 1;
}

.about__slogan .column-right {
  flex: 0 0 670px;
  display: flex;
  align-items: flex-end;
}

.project-women {
  position: relative;
  border-radius: 10px;
  background-color: #F0E8DC;
  padding: 46px 155px 46px 185px;
}

.project-women span {
  font-family: var(--font-second);
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  display: block;
  margin-bottom: 26px;
}

.project-women a {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  align-items: center;
  display: flex;
}

.project-women__women-image {
  position: absolute;
  left: -50px;
  bottom: 0;
}

.project-women__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  display: flex;
  align-items: center;
  max-width: 97px;
  max-height: 97px;
  margin: auto;
}
a.project-women__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1320px) {

  .about__slogan{
    gap: 30px;
  }
  .about__cooperation > .flex {
    gap: 10px;
  }
  .about__cooperation > .flex a{
    flex: 0 0 calc(20% - 8px);
  }
}
@media (max-width: 1250px) {
  .about__slogan{
    flex-wrap: wrap;
  }
  .about__slogan .column-right {
    flex: 0 0 100%;
    padding-top: 164px;
  }
  .about__cooperation > .flex {
    gap: 10px;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .about__description{
    gap: 30px;
  }
  .about__cooperation-select__item{
    flex: 0 0 100%;
  }
}
@media (max-width: 650px) {
  .about__banner span {
    font-size: 14px;
    line-height: 130%;
  }
  .about__slogan .column-right {
    flex: 0 0 100%;
    padding-top: 20px;
  }

  .about__cooperation-select__item{
    padding: 30px 20px 85px 30px;
  }
  .about__cooperation-select__item b{
    margin-bottom: 21px;
    font-size: 20px;
    line-height: 120%;
  }
  .about__cooperation-select__item p{
    font-size: 12px;
  }
  .about__cooperation-select__item a{
    right: auto;
    bottom: 30px;
  }
  .about__cooperation-select{
    padding: 60px 0;
  }
  .about__quotation {
    padding: 28px 19px 28px 30px;
    text-align: left;
    margin-bottom: 30px;
  }
  .about__description{
    margin-bottom: 60px;
  }
  .about__description p{
    flex: 0 0 100%;
    font-size: 14px;
  }
  .about__cooperation__title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 28px;
  }
  .about__cooperation > .flex {
    gap: 22px;
    flex-wrap: wrap;
    overflow: auto;
    padding-bottom: 0;
  }
  .about__cooperation > .flex a {
    flex: 0 0 calc(50% - 11px);
    height: 98px;
  }
  .about__cooperation > .flex a img {
    max-width: 100%;
  }
  .about__cooperation {
    margin-bottom: 60px;
  }
  .about__slogan{
    padding: 40px 20px;
  }
  .about__slogan__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 30px;
  }
  .about__slogan__description{
    font-size: 12px;
  }

  .project-women {
    padding: 112px 15px 22px 95px;
  }
  .project-women__logo{
    top: 22px;
    bottom: auto;
    right: 15px;
    max-width: 70px;
    max-height: 70px;
  }
  .project-women span {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 24px;
    text-align: right;
  }
  .project-women__women-image {
    position: absolute;
    left: -40px;
    bottom: 0;
    max-width: 200px;
  }
  .project-women a {
    font-size: 10px;
    justify-content: flex-end;
  }
  .project-women__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}


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

/* End */
/* /local/templates/men/dist/css/page/about/style.css?17483746487096 */
