:root {
  --mobile-padding: 8px;
  --mobi-menu-height: 60px;
  --yellow-color-rgb: 255, 189, 74;
  --yellow-color: rgb(var(--yellow-color-rgb));
  --yellow-color-50: rgba(var(--yellow-color-rgb), 0.5);
  --light-gray-color: #D9D9D9;
  --dark-gray-color: #1A2334; }

*,
*::before,
*::after {
  box-sizing: border-box; }

* {
  padding: 0;
  margin: 0; }

html {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.15; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative; }

a {
  text-decoration: none; }

article ul {
  list-style: none;
  padding-left: 1rem; }
  article ul li::before {
    content: "\2022";
    color: #ffbd4a;
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
    font-size: 1.6rem;
    height: 1rem;
    line-height: 1rem;
    vertical-align: middle; }

@media (max-width: 767px) {
  article img {
    max-width: 100%; } }

@media (max-width: 767px) {
  h1, .h1, h2, .h2 {
    font-size: 24px; } }

@media (max-width: 767px) {
  .table td, .table th {
    padding: 0.5rem;
    font-size: 15px; } }

.header {
  height: 110px; }
  @media (max-width: 767px) {
    .header {
      display: none; } }
  .header .container, .header .row {
    height: 100%; }
  .header .contacts {
    height: 100%; }
    .header .contacts .address {
      margin-top: 1.25rem;
      margin-bottom: 0.25rem;
      font-size: 14px;
      line-height: 1.1; }
    .header .contacts .phone {
      font-size: 18px;
      font-weight: 700;
      color: #ffbd4a; }
      .header .contacts .phone a {
        color: inherit; }
  .header .logo {
    height: 100%; }
    .header .logo a {
      display: block;
      width: 100%;
      height: 100%;
      background: url("../sass/public/images/logo.b35900df4891.png") no-repeat center/contain; }
  .header .menu {
    height: 100%;
    line-height: 110px;
    text-align: center; }
    .header .menu a {
      display: inline-block;
      color: black;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase;
      text-decoration: none;
      margin: 0 0.5rem;
      height: 2rem;
      line-height: 2rem; }
      .header .menu a.active, .header .menu a:hover {
        color: #ffbd4a; }

.footer {
  height: 180px;
  background-color: black;
  color: #fff;
  margin-top: 2rem; }
  @media (max-width: 767px) {
    .footer {
      height: auto;
      padding-bottom: 2rem; } }
  .footer a {
    color: #fff; }
  .footer .container {
    height: 180px; }
    @media (max-width: 767px) {
      .footer .container {
        height: auto; } }
  .footer .row {
    height: 180px; }
    @media (max-width: 767px) {
      .footer .row {
        height: auto; } }
  .footer .copyrights {
    padding-top: 2rem; }
  .footer .right {
    padding-top: 2rem; }
    .footer .right .disclaimer {
      font-size: 0.75rem; }
      .footer .right .disclaimer p {
        margin-bottom: 0; }
  .footer .social {
    height: 180px;
    line-height: 180px;
    text-align: center; }
    @media (max-width: 767px) {
      .footer .social {
        height: auto;
        line-height: 1; } }
    .footer .social a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background-color: #333;
      margin-left: 4px;
      margin-right: 4px;
      font-size: 20px; }
      .footer .social a.facebook-f:hover {
        background-color: #3B5998; }
      .footer .social a.instagram:hover {
        background-color: #8a3ab9; }
      .footer .social a.vk:hover {
        background-color: #4c75a3; }

.article-block {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .article-block .main-row {
      flex-direction: column-reverse; } }
  @media (max-width: 767px) {
    .article-block .sidemenu {
      display: none; } }
  .article-block .sidemenu .list-group-item {
    font-weight: 700;
    color: black;
    background-color: #f6f6f6; }
    .article-block .sidemenu .list-group-item.active {
      background-color: #ffbd4a !important;
      border-color: #ffbd4a; }
    .article-block .sidemenu .list-group-item.service {
      background-color: rgba(255, 189, 74, 0.25);
      padding-left: 2rem; }
  .article-block .main-image {
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem; }
  .article-block .offer {
    display: block;
    margin-top: 1.5rem; }
    @media (max-width: 767px) {
      .article-block .offer {
        text-align: center; } }
    .article-block .offer img {
      max-width: 100%; }

.breadcrumbs {
  background-color: #f6f6f6;
  padding: 0.75rem 0;
  margin-bottom: 2rem; }
  .breadcrumbs a {
    color: black;
    text-decoration: none; }
  .breadcrumbs span {
    color: #ffbd4a;
    font-weight: 700; }

.carousel-item .cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.carousel {
  height: 512px;
  margin-bottom: 2rem; }

.carousel-inner {
  height: 512px; }

.carousel-item {
  position: relative;
  height: 512px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .carousel-item .cover {
    background: rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); }
  .carousel-item h1, .carousel-item p {
    text-shadow: 0px 0px 2px black; }
  .carousel-item .btn {
    background-color: #ffbd4a;
    color: black;
    text-shadow: none; }
    .carousel-item .btn:hover {
      background-color: rgba(255, 189, 74, 0.25);
      border-color: #ffbd4a; }

.carousel-fade .carousel-item {
  transform: none !important;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out; }

div.cookie-disclaimer {
  position: fixed;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 2rem;
  z-index: 333; }
  div.cookie-disclaimer:not(.shown) {
    display: none; }
  div.cookie-disclaimer div.body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1.5rem;
    border: 1px solid white;
    border-radius: 2.5rem;
    background-color: #141414;
    max-width: 1200px;
    padding: 1rem 1rem 1rem 1.5rem; }
  div.cookie-disclaimer div.disclaimer {
    font-size: 0.875rem;
    color: white; }
    div.cookie-disclaimer div.disclaimer p {
      margin-bottom: 0; }
    div.cookie-disclaimer div.disclaimer a {
      color: #ffbd4a; }
  div.cookie-disclaimer a.close {
    display: block;
    justify-content: center;
    align-items: center;
    background-color: #ffbd4a;
    border-radius: 14px;
    color: white;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    flex-shrink: 0;
    text-decoration: none;
    font-weight: 400 !important;
    opacity: 1 !important; }

.demand-form {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .demand-form .address {
    display: none; }
  .demand-form .submit {
    text-align: right; }
    @media (max-width: 767px) {
      .demand-form .submit {
        text-align: center; } }
    .demand-form .submit button {
      background-color: #ffbd4a;
      color: black; }
      .demand-form .submit button:hover {
        background-color: rgba(255, 189, 74, 0.25);
        border-color: #ffbd4a; }
  .demand-form .text textarea {
    height: 9.5rem; }

.embed-gallery {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .embed-gallery h2 {
    font-size: 1.5rem;
    text-align: center;
    color: #ffbd4a; }
  .embed-gallery .photo {
    margin-bottom: 30px; }
    .embed-gallery .photo a {
      display: block;
      height: 190px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2); }

.gallery {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .gallery h2 {
    text-align: center;
    margin-bottom: 1rem; }
  .gallery .photo {
    margin-bottom: 30px; }
    .gallery .photo a {
      display: block;
      height: 200px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2); }

.group-list {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .group-list h2 {
    text-align: center;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .group-list h2 {
        font-size: 20px; } }
  .group-list .group {
    margin-bottom: 30px; }
    .group-list .group a {
      display: block;
      position: relative;
      height: 350px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      .group-list .group a .dark {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 200px;
        height: 200px;
        line-height: 200px;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.5); }
        .group-list .group a .dark .in {
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          width: 100%;
          line-height: 1; }
          .group-list .group a .dark .in .line1 {
            display: inline-block;
            width: 100%;
            line-height: 36px;
            color: #ffbd4a;
            font-size: 24px; }
          .group-list .group a .dark .in .line2 {
            display: inline-block;
            width: 100%;
            color: #fff;
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 700;
            line-height: 30px; }
          .group-list .group a .dark .in:after {
            content: '';
            display: inline-block;
            background-color: #ffbd4a;
            width: 50%;
            height: 5px;
            margin-top: 10px; }
    .group-list .group:hover .dark {
      background-color: #ffbd4a; }
      .group-list .group:hover .dark .in .line1 {
        color: black; }
      .group-list .group:hover .dark .in .line2 {
        color: black; }
      .group-list .group:hover .dark .in:after {
        background-color: black; }

.hero .slider .slide .cover, .hero .slider .slide, .hero .slider {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.hero {
  position: relative;
  height: 512px;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .hero {
      height: 75vw; } }
  .hero .slider .slide {
    opacity: 0;
    visibility: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; }
    .hero .slider .slide.active {
      opacity: 1;
      visibility: visible; }
    .hero .slider .slide .cover {
      background: rgba(0, 0, 0, 0.3);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); }
    .hero .slider .slide .caption {
      position: absolute;
      right: 15%;
      bottom: 20px;
      left: 15%;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center; }
      @media (max-width: 767px) {
        .hero .slider .slide .caption {
          right: 15px;
          left: 15px;
          bottom: 10px; }
          .hero .slider .slide .caption h1 {
            font-size: 20px; } }
      .hero .slider .slide .caption .info {
        color: #fff;
        text-shadow: 0px 0px 2px black; }
      .hero .slider .slide .caption .btn {
        background-color: #ffbd4a;
        color: black; }
        .hero .slider .slide .caption .btn:hover {
          background-color: rgba(255, 189, 74, 0.25);
          border-color: #ffbd4a; }
  .hero .markers {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    margin-right: 15%;
    margin-left: 15%;
    text-align: center; }
    @media (max-width: 767px) {
      .hero .markers {
        right: 15px;
        left: 15px;
        bottom: 0; } }
    .hero .markers li {
      display: inline-block;
      position: relative;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 30px;
      height: 3px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.5); }
      .hero .markers li.active {
        background-color: #fff; }

.manager-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center; }
  .manager-block .question {
    font-size: 20px;
    line-height: 1.2; }
  .manager-block .send {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
    .manager-block .send a {
      background-color: #ffbd4a;
      color: black; }
      .manager-block .send a:hover {
        background-color: rgba(255, 189, 74, 0.25);
        border-color: #ffbd4a; }
  .manager-block .phone {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
    .manager-block .phone a {
      color: #ffbd4a; }
  .manager-block .email a {
    font-weight: 700;
    color: black;
    text-decoration: none; }
    .manager-block .email a:hover {
      color: #ffbd4a; }

.sidebar .manager-block {
  padding: 1rem;
  border: 2px solid #ffbd4a; }
  .sidebar .manager-block .question {
    font-size: 18px !important; }

.map-viewport {
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 400px; }

div.mobile-head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 0.5rem;
  height: var(--mobi-menu-height);
  padding-left: var(--mobile-padding);
  padding-right: var(--mobile-padding); }
  @media (min-width: 768px) {
    div.mobile-head {
      display: none; } }
  div.mobile-head a.logo {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    margin-right: auto; }
    div.mobile-head a.logo img {
      height: 40px; }
  div.mobile-head a.phone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--yellow-color);
    color: var(--yellow-color); }
  div.mobile-head a.hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: white;
    background-color: var(--yellow-color); }
  div.mobile-head a.close {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: var(--yellow-color); }

body.mobi-menu-on div.mobile-head a.hamburger {
  display: none; }

body.mobi-menu-on div.mobile-head a.close {
  display: flex; }

div.mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: var(--mobi-menu-height);
  background-color: var(--yellow-color-50);
  z-index: 5555;
  border-top: 1px solid var(--light-gray-color); }
  div.mobile-menu div.mobile-menu-items {
    padding: 1rem 1.25rem 1.5rem;
    background-color: white; }
  div.mobile-menu dl {
    margin-bottom: 0; }
    div.mobile-menu dl dt {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 51px;
      border-bottom: 1px solid var(--light-gray-color); }
      div.mobile-menu dl dt span {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 0.875rem;
        color: black; }
      div.mobile-menu dl dt svg {
        color: var(--gray1-color); }
  div.mobile-menu dl.expanded dt span {
    color: var(--gold-color); }
  div.mobile-menu dl.expanded dt svg {
    transform: rotate(180deg); }
  div.mobile-menu dd {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: none;
    border-bottom: 1px solid var(--light-gray-color); }
    div.mobile-menu dd a {
      display: block;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 0.875rem;
      line-height: 1rem;
      padding: 17px 0;
      color: var(--dark-gray-color); }
    div.mobile-menu dd.active a {
      color: var(--yellow-color);
      font-weight: bold; }
  div.mobile-menu dl.expanded dd {
    display: block; }
  div.mobile-menu .menuitem:not(:last-of-type) {
    border-bottom: 1px solid var(--light-gray-color); }
  div.mobile-menu .menuitem a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.875rem;
    color: black; }
  div.mobile-menu .menuitem.active a {
    color: var(--yellow-color);
    font-weight: bold; }

body.mobi-menu-on div.mobile-menu {
  display: block; }

.pager {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.page-link {
  color: #ffbd4a; }
  .page-link:hover {
    color: #ffbd4a; }
  .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 189, 74, 0.25); }

.page-item.active .page-link {
  background-color: #ffbd4a;
  border-color: #ffbd4a; }

.paper {
  margin-bottom: 2rem; }
  .paper > a {
    margin-right: 1rem; }
    .paper > a img {
      max-width: 290px; }

.price-table {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .price-table .kind th {
    background-color: #ffbd4a; }
  .price-table .group th {
    background-color: rgba(255, 189, 74, 0.25); }
  .price-table th, .price-table td {
    border-color: rgba(255, 189, 74, 0.25); }
    .price-table th.units, .price-table td.units {
      text-align: center; }
  .price-table th.price {
    text-align: center; }
  .price-table td.price {
    text-align: right; }

.project-gallery .bullets .photo a span, .project-gallery .slider .viewport .slide, .project-gallery .slider .viewport {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.project-gallery {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .project-gallery .slider {
    position: relative;
    height: 750px; }
    @media (max-width: 767px) {
      .project-gallery .slider {
        height: 75vw; } }
    .project-gallery .slider .viewport .slide {
      opacity: 0;
      visibility: hidden;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transition: all 2s ease-in;
      -moz-transition: all 2s ease-in;
      -o-transition: all 2s ease-in;
      -ms-transition: all 2s ease-in;
      transition: all 2s ease-in; }
      .project-gallery .slider .viewport .slide.active {
        opacity: 1;
        visibility: visible; }
    .project-gallery .slider .arrow {
      display: block;
      position: absolute;
      top: 0;
      width: 20%;
      height: 100%;
      cursor: pointer; }
      @media (max-width: 767px) {
        .project-gallery .slider .arrow {
          display: none; } }
      .project-gallery .slider .arrow span {
        display: block;
        position: absolute;
        width: 45px;
        height: 45px;
        top: 50%;
        transform: translateY(-50%);
        border: 2px solid black;
        opacity: 0.75;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-position: center;
        background-size: auto 50%;
        background-repeat: no-repeat; }
      .project-gallery .slider .arrow.left {
        left: 0;
        transform: translateX(-50%); }
        .project-gallery .slider .arrow.left span {
          left: 20%;
          background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10.6 18" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="black" stroke-linejoin="butt" stroke-linecap="butt" stroke-width="2" points="9,1 1,9 9,17" /></svg>'); }
      .project-gallery .slider .arrow.right {
        right: 0;
        transform: translateX(50%); }
        .project-gallery .slider .arrow.right span {
          right: 20%;
          background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10.6 18" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="black" stroke-linejoin="butt" stroke-linecap="butt" stroke-width="2" points="1,1 9,9 1,17" /></svg>'); }
      .project-gallery .slider .arrow:hover span {
        opacity: 0.5; }
  .project-gallery .bullets {
    margin-top: 1rem; }
    .project-gallery .bullets .photo {
      margin-bottom: 1rem; }
      .project-gallery .bullets .photo a {
        display: block;
        position: relative;
        height: 100px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
        .project-gallery .bullets .photo a span {
          background-color: rgba(0, 0, 0, 0.3); }
      .project-gallery .bullets .photo.active a, .project-gallery .bullets .photo:hover a {
        border: 2px solid #ffbd4a; }
        .project-gallery .bullets .photo.active a span, .project-gallery .bullets .photo:hover a span {
          background-color: transparent; }

.project-list .project .image span, .project-list .project .image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.project-list {
  padding-top: 2rem; }
  @media (max-width: 767px) {
    .project-list {
      padding-top: 0; } }
  .project-list.alt {
    background-color: #f6f6f6; }
  .project-list h2 {
    text-align: center;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .project-list h2 {
        font-size: 20px; } }
  .project-list .project {
    position: relative;
    margin-bottom: 2rem; }
    .project-list .project .image {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      .project-list .project .image span {
        background: rgba(0, 0, 0, 0.3);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); }
    .project-list .project .info {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 0 2rem 2rem; }
      @media (max-width: 767px) {
        .project-list .project .info {
          padding-bottom: 1rem; } }
      .project-list .project .info h3 {
        margin-bottom: 1rem; }
        @media (max-width: 767px) {
          .project-list .project .info h3 {
            font-size: 20px; } }
        .project-list .project .info h3 a {
          color: #fff;
          text-decoration: none; }
      .project-list .project .info .results {
        color: #fff; }
      .project-list .project .info .expand {
        margin-top: 1rem;
        opacity: 0;
        height: 0;
        animation-duration: 1s;
        animation-timing-function: ease-out; }
        .project-list .project .info .expand a {
          background-color: #ffbd4a;
          color: black; }
          .project-list .project .info .expand a:hover {
            background-color: rgba(255, 189, 74, 0.25);
            border-color: #ffbd4a; }
    .project-list .project:hover .info .expand {
      animation-name: fadeUp;
      opacity: 1;
      height: 48px; }
  .project-list .big .project {
    height: 624px; }
    @media (max-width: 767px) {
      .project-list .big .project {
        height: auto;
        aspect-ratio: 1; } }
    .project-list .big .project .info h3 {
      font-size: 50px; }
      @media (max-width: 767px) {
        .project-list .big .project .info h3 {
          font-size: 20px; } }
  .project-list .mini .project {
    height: 405px; }
    @media (max-width: 767px) {
      .project-list .mini .project {
        height: auto;
        aspect-ratio: 1; } }
@keyframes fadeUp {
  0% {
    opacity: 0;
    height: 0; }
  30% {
    opacity: 0;
    height: 48px; }
  100% {
    opacity: 1;
    height: 48px; } }

.scrollup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  opacity: 0;
  visibility: hidden;
  background-color: var(--yellow-color);
  border-radius: 50%;
  z-index: 9999;
  transition: visibility 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  outline: none; }
  @media (max-width: 767px) {
    .scrollup {
      right: 1.5rem;
      bottom: 1.5rem; } }
  .scrollup svg {
    width: 50%;
    max-width: 50%; }
    .scrollup svg path {
      fill: white; }

.scrolled-down .scrollup {
  visibility: visible;
  opacity: 0.5; }

.service-list {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .service-list h2 {
    margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .service-list div.media {
      flex-direction: column;
      row-gap: 16px; } }
  .service-list img {
    max-width: 160px; }
    @media (max-width: 767px) {
      .service-list img {
        max-width: 100%; } }
  .service-list .info {
    margin-bottom: 1rem; }
    .service-list .info h3 {
      margin-bottom: 0.5rem; }
      @media (max-width: 767px) {
        .service-list .info h3 {
          font-size: 22px; } }
      .service-list .info h3 a {
        color: black;
        text-decoration: none; }
        .service-list .info h3 a:hover {
          color: #ffbd4a; }
    .service-list .info .price {
      margin-bottom: 1rem; }
      .service-list .info .price span {
        font-size: 24px;
        padding: 0.25rem 0.75rem;
        background-color: #ffbd4a;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px; }

.sitemap ul {
  padding-left: 1rem; }
