/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style/templates/single-case.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
header #mainMenu > ul > li > a {
  color: rgba(255, 255, 255, 0.5);
}
header #mainMenu > ul > li:hover > a, header #mainMenu > ul > li.current-menu-item > a, header #mainMenu > ul > li.current-menu-parent > a {
  color: #fff;
}
header .logo svg path, header .logo svg rect {
  fill: #fff;
}
header .logo .small-logo svg path, header .logo .small-logo svg rect {
  stroke: #fff;
}
header #langBox:before, header #langBox:after {
  color: #fff;
}
header #langBox a {
  color: #fff;
}
header #langBox .sub-menu a {
  color: #5a5a5a;
}
header.shad #mainMenu > ul > li > a {
  color: rgba(0, 0, 0, 0.5);
}
header.shad #mainMenu > ul > li:hover > a, header.shad #mainMenu > ul > li.current-menu-item > a, header.shad #mainMenu > ul > li.current-menu-parent > a {
  color: #000;
}
header.shad .logo svg path, header.shad .logo svg rect {
  fill: #000;
}
header.shad #langBox:before, header.shad #langBox:after {
  color: #000;
}
header.shad #langBox a {
  color: #000;
}

.topSection {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
}
.topSection .thumbnail, .topSection video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.topSection video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.topSection .container {
  padding-bottom: 130px;
}
.topSection .text {
  padding-bottom: 28px;
}
.topSection .text.white {
  color: #fff;
}
.topSection .text.white h1, .topSection .text.white h2, .topSection .text.white h3 {
  color: #fff;
}
.topSection .text.white .letter svg path {
  fill: #fff;
}
.topSection .text.white .letter svg rect {
  stroke: #fff;
}
.topSection .text.black .letter svg path {
  fill: #101828;
}
.topSection .text.black .letter svg rect {
  stroke: #101828;
}
.topSection .letter {
  display: inline-block;
  width: 56px;
  margin-bottom: 40px;
}
.topSection .letter svg {
  width: 100%;
  height: 100%;
}
.topSection .buttons {
  margin-bottom: 40px;
  font-size: 0;
}
.topSection .buttons .button {
  margin: 0 2px 4px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
@media screen and (min-width: 768px) {
  .topSection .buttons .button {
    margin: 0 4px 8px;
  }
}
.topSection .logos {
  gap: 28px;
  align-items: center;
}
.topSection .logos .item img {
  max-height: 48px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .topSection h1 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .topSection .container {
    padding-bottom: 100px;
  }
  .topSection .text {
    padding-bottom: 48px;
  }
  .topSection .buttons {
    margin-bottom: 56px;
  }
}

.post-item {
  text-decoration: none;
  display: block;
  transition: all 0.4s ease;
}
.post-item figure {
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
.post-item figure img {
  margin: 0 auto;
}
.post-item figure .project-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
}
.post-item figure .project-logo img {
  margin: 0 0 0 auto;
}
.post-item figure .award {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFD95E;
  padding: 16px;
  line-height: 1;
  width: 106px;
}
.post-item figure .award svg {
  margin: 0 auto;
}
.post-item figure .rewards {
  position: absolute;
  left: 20px;
  top: 20px;
}
.post-item figure .rewards .project-reward {
  display: block;
  width: 70px;
  margin-bottom: 8px;
}
.post-item figure .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}
.post-item .info time {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  display: block;
  padding-bottom: 8px;
}
.post-item .info h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 6px;
}
.post-item .info p {
  color: rgba(0, 0, 0, 0.8);
}
.post-item .info .cats {
  color: #808080;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-item .info .external {
  color: #808080;
  font-size: 15px;
  position: relative;
  display: block;
}
.post-item .info .external:before {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  font-size: 24px;
}
.post-item.publication-item figure {
  border: 1px solid #D4D2D0;
}
.post-item.has-gallery {
  cursor: pointer;
}
@media screen and (min-width: 1081px) {
  .post-item figure > img {
    transform: scale(1);
    transition: all 0.4s ease;
  }
  .post-item:hover figure > img {
    transform: scale(1.05);
  }
}

.shrBox {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 24px;
  margin-top: 16px;
}
.shrBox .clipboard {
  padding: 7px 16px;
}
.shrBox .clipboard:before {
  font-size: 24px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.shrBox .clipboard span {
  display: inline-block;
  vertical-align: middle;
}
.shrBox > div {
  font-size: 0;
}
.shrBox > div a {
  color: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  margin-left: 12px;
}
.shrBox > div a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.relatedPosts {
  padding-top: 34px;
  padding-bottom: 34px;
  background: #fff;
  position: relative;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .relatedPosts {
    padding-bottom: 48px;
  }
}

.title-button {
  margin-bottom: 24px;
}
.title-button h2 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.title-button .button {
  padding: 10px;
}
@media screen and (min-width: 1081px) {
  .title-button .button {
    padding: 10px 16px;
  }
}

.topBox {
  padding: 56px 0;
}
.topBox .container {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
}
.topBox .title {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1081px) {
  .topBox {
    padding: 88px 0;
  }
  .topBox .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .topBox .title {
    margin-bottom: 0;
  }
  .topBox .description {
    margin-top: 12px;
  }
  .topBox h1 {
    font-size: 56px;
    line-height: 1.1;
    padding-bottom: 32px;
  }
}

.photosBox .photos {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
}
.photosBox .info {
  padding: 56px 0;
}
@media screen and (min-width: 768px) {
  .photosBox .photos {
    grid-template-columns: repeat(2, 1fr);
  }
  .photosBox .fullwidth {
    grid-column: 1/-1;
  }
  .photosBox .info {
    padding: 144px 0;
    width: calc(50% - 4px);
  }
  .photosBox .info.rightside {
    margin-left: auto;
  }
}

/*# sourceMappingURL=single-case_style.css.map*/