/*

    0-600px PHONE
    600-900 TABLET
    900-1200 TABLET LANDSCAPE
    [1200-1800] normal style
    1800+    DESKTOP

    breakpoint argument choices:
    -phone
    -tab-port
    -tab-land
    -big-desktop

    1em

*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}
@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

body {
  padding: 3rem;
  font-family: Helvetica Neue, Arial, sans-serif;
  box-sizing: border-box;
  line-height: 1.7;
}
@media (max-width: 56.25em) {
  body {
    padding: 0;
  }
}

.u-center-text {
  text-align: center;
}

.u-margin-bottom-big {
  margin-bottom: 8rem !important;
}
@media (max-width: 56.25em) {
  .u-margin-bottom-big {
    margin-bottom: 5rem !important;
  }
}

u-margin-bottom-medium {
  margin-bottom: 5rem !important;
}
@media (max-width: 56.25em) {
  u-margin-bottom-medium {
    margin-bottom: 3rem !important;
  }
}

u-margin-bottom-small {
  margin-bottom: 2rem;
}

.row {
  max-width: 114rem;
  margin: 0 auto;
}
.row:not(:last-child) {
  margin-bottom: 8rem;
}
@media (max-width: 56.25em) {
  .row:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media (max-width: 56.25em) {
  .row {
    max-width: 50rem;
    padding: 0 2rem;
  }
}
@media (max-width: 37.5em) {
  .row {
    max-width: 40rem;
    padding: 0 2rem;
  }
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.row [class^=col-] {
  float: left;
}
.row [class^=col-]:not(:last-child) {
  margin-right: 6rem;
}
@media (max-width: 56.25em) {
  .row [class^=col-]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6rem;
  }
}
@media (max-width: 56.25em) {
  .row [class^=col-] {
    width: 100% !important;
  }
}
.row .col-1-of-2 {
  width: calc((100% - 6rem) / 2);
}
.row .col-1-of-3 {
  width: calc((100% - 2 * 6rem) / 3);
}
.row .col-1-of-4 {
  width: calc((100% - 3 * 6rem) / 4);
}
.row .col-2-of-3 {
  width: calc((100% - 2 * 6rem) / 3 * 2 + 6rem);
}
.row .col-2-of-4 {
  width: calc((100% - 3 * 6rem) / 4 * 2 + 6rem);
}
.row .col-3-of-4 {
  width: calc((100% - 3 * 6rem) / 4 * 3 + 2 * 6rem);
}

.header {
  background-image: linear-gradient(to right bottom, rgba(255, 138, 64, 0.2), rgba(219, 86, 93, 0.2)), url(../img/solar.jpg);
  height: 95vh;
  background-size: cover;
  position: relative;
  background-position: top;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
}
@media (max-width: 56.25em) {
  .header {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 84vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 84vh, 0 100%);
  }
}
@media (max-width: 37.5em) {
  .header {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 87vh, 0 100%);
  }
}
.header__logo-box {
  position: absolute;
  top: 30px;
  left: 30px;
}
.header__logo {
  height: 80px;
}
@media (max-width: 75em) {
  .header__logo {
    height: 60px;
  }
}
@media (max-width: 37.5em) {
  .header__logo {
    height: 45px;
  }
}
.header__text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.header-subpage {
  background-image: linear-gradient(to right bottom, rgba(255, 138, 64, 0.5), rgba(219, 86, 93, 0.5)), url(../img/blured_1.jpg);
  height: 25vh;
  background-size: cover;
  position: relative;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #777;
}
.header-subpage__logo-box {
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-block;
}
@media (max-width: 75em) {
  .header-subpage__logo-box {
    top: 25px;
    left: 25px;
  }
}
@media (max-width: 37.5em) {
  .header-subpage__logo-box {
    top: 20px;
    left: 20px;
  }
}
.header-subpage__logo {
  height: 60px;
}
@media (max-width: 75em) {
  .header-subpage__logo {
    height: 50px;
  }
}
@media (max-width: 37.5em) {
  .header-subpage__logo {
    height: 45px;
  }
}
.header-subpage__title {
  font-size: 3rem;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  letter-spacing: 3px;
}
@media (max-width: 37.5em) {
  .header-subpage__title {
    font-size: 2.7rem;
    padding-top: 5rem;
  }
}

.footer {
  background-color: #555;
  padding-top: 3rem;
  padding-bottom: 5rem;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 56.25em) {
  .footer {
    padding: 8rem 0;
  }
}
.footer__row {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
@media (max-width: 37.5em) {
  .footer__row {
    flex-direction: column;
  }
}
.footer__logo-box {
  text-align: center;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #777;
}
@media (max-width: 56.25em) {
  .footer__logo-box {
    margin-bottom: 3.5rem;
  }
}
.footer__logo {
  width: 35rem;
  height: auto;
}
.footer__navigation {
  height: 100%;
}
@media (max-width: 56.25em) {
  .footer__navigation {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 37.5em) {
  .footer__navigation {
    flex: 0 0 100%;
  }
}
.footer__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 37.5em) {
  .footer__item {
    width: 100%;
    font-size: 1.7rem;
  }
  .footer__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.footer__links {
  transition: all 0.2s;
}
.footer__links:link, .footer__links:visited {
  color: #f7f7f7;
  background-color: #555;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.footer__links:hover, .footer__links:active {
  color: #db565d;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}
.footer__contact {
  width: 100%;
  display: flex;
  align-items: stretch;
}
@media (max-width: 37.5em) {
  .footer__contact {
    justify-content: center;
    margin-top: 4rem;
  }
}
.footer__contact-title {
  color: #f7f7f7;
  text-transform: uppercase;
  font-size: 2rem;
}
.footer__contact-li {
  list-style: none;
  text-transform: uppercase;
  font-size: 1.9rem;
  color: #f7f7f7;
}
.footer__contact-li:not(:last-child) {
  margin-bottom: 2rem;
}
.footer__contact-li-desc {
  list-style: none;
  text-transform: uppercase;
  font-size: 1.9rem;
  color: #f7f7f7;
  line-height: 1.8;
}
.footer__contact-description {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer__contact-link {
  transition: all 0.2s;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-left: 5rem;
  padding: 0.5rem 1rem;
  background-image: linear-gradient(to right bottom, rgba(255, 138, 64, 0.85), rgba(219, 86, 93, 0.85));
  display: inline-block;
  font-size: 1.6rem;
}
.footer__contact-link:hover, .footer__contact-link:active {
  color: #db565d;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}
.footer__contact-link a, .footer__contact-link p {
  text-decoration: none;
  color: #fff;
}
.footer__margin-top {
  margin-top: 1rem;
}

.navigation__checkbox {
  display: none;
}
.navigation__button {
  background-color: #fff;
  height: 7rem;
  width: 7rem;
  position: fixed;
  top: 6rem;
  right: 6rem;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}
@media (max-width: 56.25em) {
  .navigation__button {
    top: 4rem;
    right: 4rem;
  }
}
@media (max-width: 37.5em) {
  .navigation__button {
    top: 3rem;
    right: 3rem;
  }
}
.navigation__background {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  background-image: radial-gradient(#db565d, #ff8a40);
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (max-width: 56.25em) {
  .navigation__background {
    top: 4.2rem;
    right: 4.2rem;
  }
}
@media (max-width: 37.5em) {
  .navigation__background {
    top: 3.2rem;
    right: 3.2rem;
  }
}
.navigation__nav {
  height: 100vh;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1500;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
}
.navigation__item {
  margin: 1rem;
}
.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(120deg, transparent 0, transparent 50%, #fff 50%);
  background-size: 240%;
  transition: all 0.4s;
}
.navigation__link:hover, .navigation__link:active {
  background-position: 100%;
  color: #db565d;
  transform: translateX(1rem);
}
.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(100);
}
.navigation__checkbox:checked ~ .navigation__nav {
  opacity: 1;
  width: 100%;
}
.navigation__icon {
  position: relative;
  margin-top: 3.5rem;
}
.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 3rem;
  height: 2px;
  background-color: #666;
  display: inline-block;
}
.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.navigation__icon::before {
  top: -0.8rem;
}
.navigation__icon::after {
  top: 0.8rem;
}
.navigation__button:hover .navigation__icon::before {
  top: -1rem;
}
.navigation__button:hover .navigation__icon::after {
  top: 1rem;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}

.sidenav {
  border-right: 1px solid #777;
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  flex: 0 0 25%;
  min-height: 60vh;
  background-color: #f7f7f7;
}
@media (max-width: 37.5em) {
  .sidenav {
    width: 0 0 100%;
    border-right: none;
    border-bottom: 1px solid #777;
    padding-bottom: 3rem;
    text-align: center;
    min-height: 0 !important;
  }
}
.sidenav a:hover {
  color: black;
}
.sidenav__opened-site {
  background-image: linear-gradient(to right, #ff8a40, #db565d);
  -webkit-background-clip: text;
  color: transparent !important;
}
.sidenav__section {
  padding: 2rem 2rem 1rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  width: 100%;
  display: inline-block;
  font-weight: 400;
}
.sidenav__section:first-child {
  padding: 6rem 2rem 1rem;
}
@media (max-width: 37.5em) {
  .sidenav__section:first-child {
    padding: 3rem 2rem 1rem;
  }
}
.sidenav__subsection {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  color: #777;
}
@media (max-width: 37.5em) {
  .sidenav__subsection {
    padding-bottom: 1rem;
  }
}

.main-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 0 0 75%;
}
@media (max-width: 37.5em) {
  .main-content {
    width: 100%;
  }
}
.main-content__padding-top {
  padding-top: 5rem;
}
.main-content__padding-top-big {
  padding-top: 8rem !important;
}
.main-content__padding-top-small {
  padding-top: 1.5rem !important;
}
@media (max-width: 37.5em) {
  .main-content__padding-top {
    padding-top: 2rem !important;
  }
}
.main-content__padding-bottom {
  padding-bottom: 3rem;
}
.main-content__padding-bottom-big {
  padding-bottom: 6rem !important;
}
.main-content__bolder-text {
  font-weight: 400;
}
.main-content__paragraph-first {
  text-align: justify;
  padding: 8rem 3rem 3rem 3rem;
}
.main-content__paragraph-first p {
  font-size: 1.8rem;
  font-weight: 300;
}
.main-content__paragraph-normal {
  padding: 3rem;
  text-align: justify;
}
.main-content__paragraph-normal p {
  font-size: 1.8rem;
  font-weight: 300;
}
.main-content__paragraph-second {
  text-align: justify;
  padding: 2rem 3rem 3rem 3rem;
}
.main-content__paragraph-second p {
  font-size: 1.8rem;
  font-weight: 300;
}
.main-content__bullets-list {
  padding: 0 3rem;
}
.main-content__bullets-list p {
  font-size: 1.8rem;
  font-weight: 300;
}
.main-content__bullets-list ul {
  padding-left: 2rem;
}
.main-content__bullets-list ul li {
  font-weight: 300;
  font-size: 1.8rem;
}
.main-content__bullets-list-second-p {
  padding-top: 3rem;
  font-size: 1.8rem !important;
}
.main-content__sub-title {
  padding-left: 3rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 400;
}
.main-content__photo-full-width {
  padding: 3rem;
  position: relative;
  height: 50rem;
}
.main-content__photo-1 {
  height: 35rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-content__two-photos-row {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}
.main-content__two-photos-row img {
  height: 27rem;
  border: 1px solid #777;
}
@media (max-width: 37.5em) {
  .main-content__two-photos-row {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100rem;
  }
  .main-content__two-photos-row img {
    width: 40rem;
    height: auto;
  }
}
.main-content__photo-with-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content__photo-with-desc:nth-child(odd) {
  margin-bottom: 2rem;
}
.main-content__photo-with-desc p {
  color: #666;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-top: 1rem;
}

.main-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  height: 100%;
}
@media (max-width: 37.5em) {
  .main-container {
    padding-bottom: 10rem;
    flex-direction: column;
  }
}

.section-about {
  background-color: #f7f7f7;
  padding: 20rem 0;
  margin-top: -17rem;
}
@media (max-width: 56.25em) {
  .section-about {
    padding: 18rem 0;
  }
}

.section-fotowoltaika {
  background-color: #f7f7f7;
  padding-top: 17rem;
  padding-bottom: 18rem;
  margin-top: -17rem;
}
@media (max-width: 56.25em) {
  .section-fotowoltaika {
    padding: 18rem 0;
  }
}

.section-elektrotechnika {
  background-color: #f7f7f7;
  padding-top: 25rem;
  padding-bottom: 20rem;
  margin-top: -17rem;
}
@media (max-width: 56.25em) {
  .section-elektrotechnika {
    padding: 26rem 0;
  }
}

.section-feature {
  padding: 20rem 0;
  background-image: linear-gradient(to right bottom, rgba(255, 138, 64, 0.3), rgba(219, 86, 93, 0.3)), url(../img/blured_1.jpg);
  background-size: cover;
  -webkit-clip-path: polygon(0 14vh, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 14vh, 100% 0, 100% 100%, 0 100%);
  margin-top: -17rem;
  background-position: center;
}
@media (max-width: 56.25em) {
  .section-feature {
    padding: 10rem 0;
    -webkit-clip-path: polygon(0 10vh, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 10vh, 100% 0, 100% 100%, 0 100%);
    padding-top: 18rem;
  }
}

.section-feature-fotowoltaika {
  padding: 20rem 0;
  background-image: linear-gradient(to right bottom, rgba(255, 138, 64, 0.2), rgba(219, 86, 93, 0.2)), url(../img/blured_2.jpg);
  background-size: cover;
  transform: skewY(-7deg);
  margin-top: -10rem;
}
.section-feature-fotowoltaika > * {
  transform: skewY(7deg);
}
@media (max-width: 56.25em) {
  .section-feature-fotowoltaika {
    padding: 10rem 0;
  }
}

.section-tours {
  background-color: #f7f7f7;
  padding-top: 23rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15rem;
  margin-top: -10rem;
}
@media (max-width: 56.25em) {
  .section-tours {
    padding: 16rem 0;
  }
}

.section-book {
  padding: 10rem 0;
  background-image: linear-gradient(to right bottom, rgba(255, 138, 64, 0.5), rgba(219, 86, 93, 0.5));
}

.book {
  background-image: url(../../img/nat-2-large.jpg);
  background-size: cover;
  height: 50rem;
}

.section-stories {
  padding: 15rem 0;
  background-color: #f7f7f7;
}

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
  margin-bottom: 6rem;
}
.heading-primary-main {
  display: block;
  font-size: 4.5rem;
  font-weight: 300;
  letter-spacing: 1.2rem;
}
@media (max-width: 37.5em) {
  .heading-primary-main {
    letter-spacing: 1rem;
    font-size: 4rem;
  }
}
.heading-primary-sub {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.6rem;
}
@media (max-width: 37.5em) {
  .heading-primary-sub {
    letter-spacing: 0.4rem;
  }
}

.heading-secondary {
  font-size: 2.9rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #ff8a40, #db565d);
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 56.25em) {
  .heading-secondary {
    font-size: 2.7rem;
  }
}
@media (max-width: 37.5em) {
  .heading-secondary {
    font-size: 2.5rem;
  }
}

.heading-tertiary {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}

.paragraph {
  font-size: 1.6rem;
  text-align: justify;
}
.paragraph:not(:last-child) {
  margin-bottom: 2.5rem;
}

.btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 100px;
  transition: all 0.2s;
  position: relative;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 8px 11px rgba(0, 0, 0, 0.2);
}
.btn-white {
  background-color: #fff;
  color: #777;
  letter-spacing: 3px;
}

.btn-text:link, .btn-text:visited {
  color: #db565d;
  font-size: 1.6rem;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #db565d;
  padding: 3px;
  font-weight: 500;
  transition: all 0.2s;
}
.btn-text:hover {
  color: white;
  background-color: #db565d;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}
.btn-text:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(0px);
}

.composition {
  position: relative;
}
.composition__photo {
  width: 55%;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  transition: all 0.2s;
}
@media (max-width: 56.25em) {
  .composition__photo {
    float: left;
    position: relative;
    width: 33.333%;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
  }
}
.composition__photo--p1 {
  left: 0;
  top: 6rem;
}
@media (max-width: 56.25em) {
  .composition__photo--p1 {
    top: 0;
    transform: scale(1.4);
  }
}
.composition__photo--p2 {
  right: 0;
  top: -2rem;
  z-index: 22;
}
@media (max-width: 56.25em) {
  .composition__photo--p2 {
    top: -1rem;
    transform: scale(1.5);
    z-index: 19;
  }
}
.composition__photo--p3 {
  left: 20%;
  top: 2rem;
}
@media (max-width: 56.25em) {
  .composition__photo--p3 {
    top: 0;
    left: 0;
    transform: scale(1.4);
  }
}
.composition__photo:hover {
  transform: scale(1.05);
  box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
  z-index: 25;
}

.feature-box {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  padding: 2.5rem 1.5rem 0;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
  height: 24rem;
  position: relative;
  margin: 0 1rem;
}
@media (max-width: 56.25em) {
  .feature-box {
    padding: 2rem 1.5rem;
    margin: 0 0.5rem;
  }
}
.feature-box__icon {
  font-size: 6rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  background-image: linear-gradient(to right, #ff8a40, #db565d);
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 56.25em) {
  .feature-box__icon {
    margin-bottom: 0;
  }
}
.feature-box__icon-svg {
  height: 8rem;
  width: 8rem;
  fill: url(#grad1);
  padding-bottom: 1.5rem;
}
.feature-box:hover {
  transform: translateY(-1.5rem) scale(1.03);
}
.feature-box__button {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  background-image: linear-gradient(to right, #ff8a40, #db565d);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 2rem;
  padding: 0;
  border-top: 1px solid #f7f7f7;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: 1rem;
  right: 1rem;
}
.feature-box__button:hover {
  background-image: linear-gradient(to right, #ff8a40, #db565d);
  -webkit-background-clip: border-box;
  color: white;
}

.card {
  perspective: 290rem;
  -moz-perspective: 290rem;
  position: relative;
  height: 50rem;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 56.25em) {
  .card {
    height: 55rem;
    background-color: white;
  }
}
.card__side {
  background-color: orangered;
  height: 50rem;
  transition: all 0.6s ease;
  color: white;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  backface-visibility: hidden;
}
.card__side-front {
  background-color: white;
  border-radius: 3px;
}
.card__picture {
  background-size: cover;
  height: 23rem;
  background-blend-mode: screen;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.card__picture-1 {
  background-image: linear-gradient(to right bottom, rgba(255, 138, 64, 0.3), rgba(219, 86, 93, 0.3)), url(../img/panels.jpg);
}
.card__heading {
  font-size: 2.8rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  position: absolute;
  top: 14rem;
  right: 5rem;
  width: 30%;
}
@media (max-width: 56.25em) {
  .card__heading {
    font-size: 2.3rem;
    width: 60%;
  }
}
.card__heading-span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 1rem 1.5rem;
  background-image: linear-gradient(to right bottom, rgba(255, 138, 64, 0.85), rgba(219, 86, 93, 0.85)), url(../img/panels.jpg);
}
.card__details {
  padding: 3rem;
}
.card__details ul {
  list-style: none;
  margin: 0 auto;
  width: 80%;
}
.card__details ul li {
  text-align: left;
  font-size: 1.85rem;
  padding: 1rem;
  color: #777;
  text-transform: uppercase;
}
.card__details ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.card__heading-button {
  position: absolute;
  right: 5rem;
  bottom: 3rem;
}
@media (max-width: 56.25em) {
  .card__heading-button {
    right: 5rem;
    bottom: -3.5rem;
  }
}

.story {
  width: 75%;
  margin: 0 auto;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 3px;
  padding: 6rem;
  font-size: 1.6rem;
}
.story__shape {
  width: 15rem;
  height: 15rem;
  float: left;
  background-color: orangered;
  -webkit-shape-outside: circle(50% at 50% 50%);
  shape-outside: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}
