.list-angle li::before {
  content: "\f105";
  margin-right: 0.8rem;
  font-family: "Font Awesome 5 Pro";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.tooltip {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.125));
}

.wow {
  visibility: hidden;
}

.plain-link {
  font-weight: 500;
  color: #252525;
}
.plain-link:hover {
  color: #D22743;
}
.plain-link:hover .fa-caret-right {
  transform: translateX(3px);
}
.plain-link .fas {
  color: #D22743;
}
.plain-link .fa-caret-right {
  transition: all 0.3s ease;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

.list-dotted li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1rem;
}
.list-dotted li::before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #D22743;
  left: 0;
  top: 10px;
}

.btn, .row-machine .col-machine-text a {
  font-size: 20px;
  font-weight: 500;
  border-radius: 0;
  box-shadow: none !important;
}
.btn.btn-primary, .row-machine .col-machine-text a {
  padding: 0.6rem 1.1rem;
}
.btn:hover .fa-caret-right, .row-machine .col-machine-text a:hover .fa-caret-right {
  transform: translateX(3px);
}
.btn .fa-caret-right, .row-machine .col-machine-text a .fa-caret-right {
  transition: all 0.3s ease;
}
.btn.btn-secondary, .row-machine .col-machine-text a.btn-secondary {
  background-color: #252525;
  color: #fff;
  padding: 0.6rem 1.1rem;
  border: 0;
}
.btn.btn-secondary .fas, .row-machine .col-machine-text a.btn-secondary .fas {
  color: #D22743;
}

.container-main {
  display: flex;
}

.col-menu {
  flex: 0 0 255px;
  max-width: 255px;
  min-height: 100vh;
}

.col-content {
  flex: 0 1 100%;
  max-width: calc(100% - 255px);
  padding: 0;
}

.navbar-menu {
  background-color: #000;
  min-height: 100%;
  color: #fff;
  overflow: visible;
  padding-bottom: 0;
}
.navbar-menu .navbar-collapse {
  flex-direction: row;
  width: 100%;
  padding-right: 10px;
  align-items: center;
  justify-content: center;
}
.navbar-menu .navbar-nav {
  flex-direction: row;
  text-align: left;
}
.navbar-menu .navbar-nav .nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: lowercase;
  padding: 1rem;
}
.navbar-menu .navbar-nav .nav-link:hover {
  color: #D22743;
  transform: translateX(5px);
}
.navbar-menu .navbar-nav .nav-item.active .nav-link {
  color: #D22743;
}
.navbar-menu .navbar-brand {
  margin-right: 0;
}
.navbar-menu .navbar-brand img {
  max-height: 95px;
}
.navbar-menu .navbar-contact {
  margin-left: auto;
  white-space: nowrap;
  background: #333333;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
}
.navbar-menu .navbar-contact a {
  color: #fff;
  font-size: 18px;
}
.navbar-menu .navbar-contact h5 {
  margin: 0;
}
.navbar-menu .dropdown.show .dropdown-toggle {
  color: #D22743;
}
.navbar-menu .dropdown .dropdown-toggle::after {
  border-top-color: #D22743;
}
.navbar-menu .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0 15px 15px 0;
  box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.3);
  background-color: #252525;
  padding: 25px 10px;
  margin-top: -1rem;
}
.navbar-menu .dropdown .dropdown-item {
  font-size: 20px;
  color: #fff;
  position: relative;
  padding: 0.15rem 30px;
}
.navbar-menu .dropdown .dropdown-item::before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #D22743;
  border-radius: 0%;
  position: absolute;
  left: 15px;
  top: 14px;
}
.navbar-menu .navbar-toggler {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 0;
  z-index: 4;
  padding-right: 0;
  padding-left: 15px;
  background-color: transparent;
  transition: all 0.3s ease;
  height: 40px;
  position: relative;
  margin-left: 1rem;
}
.navbar-menu .navbar-toggler:focus {
  outline: none;
}
.navbar-menu .navbar-toggler .navbar-line {
  height: 4px;
  background-color: #fff;
  width: 30px;
  margin: 3px 0;
  display: block;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 2px;
}
.navbar-menu .navbar-toggler .navbar-line:nth-child(2) {
  width: 22px;
  position: relative;
}
.navbar-menu .navbar-toggler .navbar-line:nth-child(2)::before {
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  width: 4px;
  height: 4px;
  background-color: #D22743;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.navbar-menu .navbar-toggler.menu-show {
  background-color: transparent;
}
.navbar-menu .navbar-toggler.menu-show .navbar-line:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 1px;
}
.navbar-menu .navbar-toggler.menu-show .navbar-line:nth-child(2) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
  width: 30px;
}
.navbar-menu .navbar-toggler.menu-show .navbar-line:nth-child(2)::before {
  opacity: 0;
}
.navbar-menu .navbar-toggler.menu-show .navbar-line:nth-child(3) {
  opacity: 0;
  margin-bottom: -2px;
  transform: rotate(90deg);
}
.navbar-menu .navbar-toggler:hover .navbar-line {
  background-color: #D22743;
}
.navbar-menu .navbar-toggler:hover .navbar-line:nth-child(2)::before {
  width: 10px;
}

.navbar-menu .dropdown .dropdown-item:hover,
.navbar-menu .dropdown .dropdown-item.active {
  color: #D22743;
  background: none;
}

.container-header {
  display: flex;
  background-color: #fff;
  padding: 1rem 15px 0 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.125);
}
.container-header .top-contact {
  font-size: 0.75rem;
  color: #bdbdbd;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}
.container-header .bottom-contact {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.container-header .bottom-contact a {
  color: #252525;
}
.container-header .bottom-contact a:hover {
  color: #D22743;
}
.container-header .bottom-contact a .fas {
  color: #D22743;
}
.container-header .header-contact {
  padding-right: 45px;
}
.container-header .header-contact:last-child {
  margin-left: auto;
  padding-right: 0;
}

.container-hero {
  background: #181616;
  background-image: url("../../images/bg-logo.png");
  background-repeat: no-repeat;
  background-size: auto 130%;
  background-position-x: center;
  color: #fff;
  padding: 7rem 0;
  margin-bottom: 14rem;
  background-position-y: 70%;
  margin-bottom: 14rem;
  padding-bottom: 0;
}
.container-hero .right {
  font-size: 20px;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.container-hero .hero-img {
  margin-top: 0rem;
  margin-bottom: -5rem;
  transform: translateY(7rem);
}
.container-hero .hero-img img {
  width: 100%;
}
.container-hero h1 {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
}
.container-hero h1 span {
  color: #D22743;
  font-family: "Kaushan Script";
}
.container-hero p {
  font-size: 20px;
  font-weight: 300;
}

.section-title {
  font-size: 53px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
}
.section-title span {
  color: #D22743;
  font-family: "Kaushan Script";
}
.section-title .section-title-img {
  height: 35px;
  position: absolute;
  left: 0;
  top: 4px;
}

.container-offer {
  margin-top: 16rem !important;
  padding-right: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 5rem;
}
.container-offer p {
  max-width: 1150px;
  margin: 0 auto;
}
.container-offer .section-title {
  margin-left: 0;
  margin-bottom: 2rem !important;
}
.container-offer .btn, .container-offer .row-machine .col-machine-text a, .row-machine .col-machine-text .container-offer a {
  margin-top: 1rem;
}
.container-offer .box-features {
  margin-top: 3rem;
  background-color: #fff;
  border-radius: 25px 0 0 25px;
  padding: 35px;
  padding-right: 110px;
}
.container-offer .title-features {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.container-offer .icon-feature {
  max-height: 71px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.container-offer .col-feature {
  text-align: center;
}
.container-offer .col-feature:hover .icon-feature {
  animation: jump 1s ease 1;
}
.container-offer .name-feature {
  font-weight: 600;
  font-size: 1.125rem;
}

.container-main-offer {
  background: #181616;
  padding: 5rem 15px;
}
.container-main-offer .swiper-main-offer {
  overflow: hidden;
}
.container-main-offer .col-12 {
  padding-left: calc((100vw - 1440px) / 2);
}
.container-main-offer .section-title {
  color: #fff;
  margin-bottom: 4.5rem;
}
.container-main-offer .blocks-wrapper {
  display: flex;
}
.container-main-offer .blocks-wrapper .blocks-item {
  width: 20%;
  position: relative;
  overflow: hidden;
  display: block;
  background: #000;
}
.container-main-offer .blocks-wrapper .blocks-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  opacity: 0.6;
}
.container-main-offer .blocks-wrapper .blocks-item::before {
  content: "";
  display: block;
  padding-top: 180%;
}
.container-main-offer .blocks-wrapper .blocks-item .content {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  background: transparent;
  opacity: 1;
  transition: all 0.2s linear;
  flex-direction: column;
  justify-content: flex-end;
}
.container-main-offer .blocks-wrapper .blocks-item .content p {
  display: none;
  transition: all 0.2s linear;
  line-height: 1.4;
  font-weight: 300;
}
.container-main-offer .blocks-wrapper .blocks-item .content h3 {
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 600;
  transition: all 0.2s linear;
}
.container-main-offer .blocks-wrapper .blocks-item:hover .content {
  opacity: 0.85;
  background: #d22743;
  opacity: 1;
}
.container-main-offer .blocks-wrapper .blocks-item:hover .content p {
  display: block;
}

.container-block {
  padding-left: 30px;
  margin-top: 32px;
  padding-right: 0;
  max-width: 1185px;
}
.container-block .blocks-wrapper {
  padding-right: 379px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.container-block .blocks-wrapper .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.container-block .blocks-wrapper .blocks-item {
  max-width: calc(25% - 1.13rem);
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 2rem;
  text-align: center;
  color: #000;
  background: #000;
  flex: 0 0 25%;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  transition: all 0.2s linear;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.container-block .blocks-wrapper .blocks-item:nth-child(4n+1) {
  border-radius: 15px 0 0 15px;
}
.container-block .blocks-wrapper .blocks-item:nth-child(4n) {
  border-radius: 0 15px 0 0;
  margin-right: 0;
}
.container-block .blocks-wrapper .blocks-item::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.container-block .blocks-wrapper .blocks-item h3 {
  position: absolute;
  background-color: #D22743;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 3px 0.8rem 2px;
  border-radius: 3px;
  z-index: 1;
  top: 10px;
  left: 10px;
  font-size: 0.75rem;
  text-align: left;
}
.container-block .blocks-wrapper .blocks-item img {
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
}
.container-block .blocks-wrapper .blocks-item:hover {
  color: #D22743;
}
.container-block .blocks-wrapper .blocks-item:hover img {
  transform: scale(1.05);
}

.container-projects {
  padding: 5rem 0;
  overflow: hidden;
}
.container-projects .section-title {
  margin-bottom: 3rem;
}
.container-projects .img-project {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.container-projects .img-project img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.container-projects .img-project:hover img {
  transform: scale(1.05);
}
.container-projects .slider-projects {
  overflow: hidden;
  position: relative;
}
.container-projects .swiper-slide {
  color: #252525;
}
.container-projects .swiper-slide:first-child .img-project {
  border-radius: 15px 0 0 15px;
}
.container-projects .swiper-slide:last-child .img-project {
  border-radius: 0 15px 0 0;
}
.container-projects .swiper-slide:hover {
  color: #D22743;
}
.container-projects .swiper-slide:hover .img-project img {
  transform: scale(1.05);
}
.container-projects .badge-project {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #D22743;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 3px 0.8rem 2px;
  border-radius: 3px;
  z-index: 1;
}
.container-projects .title-project {
  font-size: 25px;
  font-weight: 600;
}
.container-projects .loc-project {
  font-size: 15px;
  font-weight: 300;
}
.container-projects .loc-project .fas {
  color: #D22743;
}
.container-projects .slider-nav {
  position: absolute;
  right: 30px;
  bottom: 12px;
  width: 70px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.container-projects .slider-nav span {
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
.container-projects .slider-nav span:hover {
  color: #D22743;
}
.container-projects .row-img-text {
  align-items: flex-start;
  margin-bottom: 3rem;
}
.container-projects .row-img-text img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-projects .row-img-text .col-text {
  font-size: 20px;
  font-weight: 300;
}
.container-projects .title-1-project {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.container-projects .col-gallery {
  margin-bottom: 30px;
}
.container-projects .col-gallery:nth-child(3n+1) .box-gallery {
  border-radius: 25px 0 0 25px;
}
.container-projects .col-gallery:nth-child(3n) .box-gallery {
  border-radius: 0 25px 0 0;
}
.container-projects .box-gallery {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.container-projects .box-gallery:hover img {
  transform: scale(1.05);
}
.container-projects .box-gallery img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.container-projects .box-price {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  padding-right: 80px;
  border-radius: 0 0 0 40px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-image: linear-gradient(to bottom, #D22743, #bb181b);
  position: relative;
  flex-wrap: wrap;
}
.container-projects .box-price .btn, .container-projects .box-price .row-machine .col-machine-text a, .row-machine .col-machine-text .container-projects .box-price a {
  z-index: 1;
}
.container-projects .img-price {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.container-projects .price-title-1 {
  font-size: 2.125rem;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.container-projects .price-title-2 {
  font-size: 1.5625rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.container-projects .place-project {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.container-projects .place-project .fas {
  color: #D22743;
}

.container-content {
  padding: 5rem 30px;
}
.container-content.realizations {
  padding-top: 7rem;
}
.container-content.contact {
  padding-top: 3rem;
}
.container-content h4 {
  font-size: 30px;
  font-weight: bold;
}
.container-content .section-title {
  margin-bottom: 3rem;
}
.container-content p strong {
  font-weight: 700;
}
.container-content .table-pricelist {
  margin-bottom: 2rem;
}
.container-content .table-pricelist tr:first-child td {
  border-top: 0;
}
.container-content .table-pricelist td {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 20px;
  font-weight: 300;
}
.container-content .table-pricelist td:last-child {
  text-align: right;
  padding-right: 0;
  color: #D22743;
  font-weight: 400;
  min-width: 80px;
}
.container-content .table-pricelist td:first-child {
  padding-left: 0;
}
.container-content .info-table {
  font-size: 0.75rem;
}
.container-content .info-table p {
  margin-bottom: 0.5rem;
}
.container-content .machine-img {
  position: relative;
  padding-top: 85%;
  background-color: #fff;
  border-radius: 25px;
}
.container-content .machine-img img {
  position: absolute;
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  -o-object-fit: contain;
     object-fit: contain;
}
.container-content .machine-img-sm {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  margin-bottom: 1rem;
}
.container-content .machine-img-sm img {
  position: absolute;
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  -o-object-fit: contain;
     object-fit: contain;
}
.container-content .row-machine {
  align-items: center;
  margin-bottom: 35px;
}
.container-content .row-machine:nth-child(2n) .col-machine-text {
  order: 1;
  text-align: right;
}
.container-content .row-machine:nth-child(2n) .col-machine-img {
  order: 2;
}
.container-content .col-machine-text {
  padding-left: 40px;
  padding-right: 40px;
}
.container-content .wrapper-machine {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.container-content .title-machine {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.container-content .col-machine-sm {
  margin-bottom: 30px;
}
.container-content .col-machine-sm:first-child .machine-img-sm {
  border-radius: 25px 0 0 25px;
}
.container-content .col-machine-sm:last-child .machine-img-sm {
  border-radius: 0 25px 0 0;
}
.container-content .title-machine-sm {
  font-size: 1rem;
  font-weight: 500;
}
.container-content .col-project {
  color: #252525;
  margin-bottom: 30px;
}
.container-content .col-project:hover {
  color: #D22743;
}
.container-content .col-project:hover .img-project img {
  transform: scale(1.05);
}
.container-content .img-project {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  margin-bottom: 0.5rem;
  display: block;
}
.container-content .img-project img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.container-content .badge-project {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #D22743;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 3px 0.8rem 2px;
  border-radius: 3px;
  z-index: 1;
}
.container-content .title-project {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
.container-content #map {
  margin-top: 2rem;
  height: 430px;
  border-radius: 25px 0 0 25px;
}
.container-content #map iframe {
  width: 100%;
  height: 100%;
}
.container-content .row-contact hr {
  margin-left: 0;
  max-width: 80%;
  border-color: rgba(0, 0, 0, 0.05);
}
.container-content .row-contact a {
  color: #252525;
}
.container-content .row-contact a:hover {
  color: #D22743;
}
.container-content .row-contact .btn, .container-content .row-contact .row-machine .col-machine-text a, .row-machine .col-machine-text .container-content .row-contact a {
  margin-top: 2rem;
}
.container-content .row-contact .col-12 {
  margin-bottom: 4rem;
}
.container-content .evaluation-form {
  max-width: 520px;
  margin-bottom: 50px;
}
.container-content .evaluation-form .custom-select {
  max-width: 350px;
  margin-bottom: 20px;
}
.container-content .evaluation-form textarea {
  margin-bottom: 20px;
  height: 230px;
}
.container-content #step-2 .evaluation-form {
  max-width: 350px;
}
.container-content .btns-evaluation {
  display: flex;
  justify-content: space-between;
}
.container-content .box-step {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #959595;
  padding: 5px 10px 5px;
  transition: all 0.3s ease;
}
.container-content .step-name {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.container-content .step-num {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  color: #959595;
  font-weight: 500;
  font-size: 1.125rem;
  margin-right: 2rem;
}
.container-content .evaluation-header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.container-content .evaluation-step:nth-child(3n+1) .box-step {
  border-radius: 10px 0 0 10px;
}
.container-content .evaluation-step:nth-child(3n) .box-step {
  border-radius: 0 10px 0 0;
}
.container-content .evaluation-step.active .box-step {
  background-color: #D22743;
  color: #fff;
}
.container-content .evaluation-step.active .step-num {
  background-color: #fff;
  color: #D22743;
}
.container-content .evaluation-back {
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
.container-content .evaluation-back:hover {
  color: #D22743;
}
.container-content .evaluation-back .fas {
  color: #D22743;
}
.container-content .evaluation-info {
  background-color: #fff;
  margin-right: -110px;
  padding: 30px 40px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 25px 0 0 25px;
  margin-bottom: 70px;
}
.container-content .evaluation-info p {
  margin-bottom: 0.5rem;
}
.container-content .place-project {
  font-size: 15px;
  font-weight: 300;
}
.container-content .place-project .fas {
  color: #D22743;
}

form {
  width: 100%;
}
form label {
  font-size: 1rem;
  margin-bottom: 0;
}
form .form-row {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 1rem;
  margin: 0 !important;
}
form .form-text {
  font-size: 0.6rem;
  color: #D22743;
  display: none;
}
form .form-group {
  margin-bottom: 0.3rem;
}
form .form-group.has-error input {
  border-color: #d22743;
}
form .form-group.has-error .form-text {
  display: block;
}
form .custom-select {
  color: #252525;
  font-size: 0.875rem;
}
form textarea.form-control {
  height: 120px !important;
  resize: none;
}
form .custom-checkbox {
  margin-top: 1rem;
}
form .custom-checkbox .custom-control-label {
  font-size: 0.75rem;
  line-height: 1rem;
}
form .custom-file {
  height: 100px;
}
form .custom-file-label {
  background: none;
  border: 3px dashed #959595;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #959595;
  font-weight: 600;
}
form .custom-file-label:after {
  content: none;
}
form #file-to-send * {
  color: #000 !important;
  font-size: 0.75rem;
  line-height: 1rem;
}

form .form-control,
form .custom-select {
  height: auto;
  padding: 0.7rem 1rem;
  border-color: #252525;
}

form .form-control:focus,
form .custom-select:focus {
  border-color: #252525;
  box-shadow: none;
}

form .form-control::-moz-placeholder, form .custom-select::-moz-placeholder {
  color: #252525;
  font-size: 0.875rem;
}

form .form-control::placeholder,
form .custom-select::placeholder {
  color: #252525;
  font-size: 0.875rem;
}

.pagination {
  justify-content: center;
  margin-top: 4rem;
}
.pagination .page-link {
  background: none;
  border: 0;
  color: #252525;
  font-weight: 500;
  border-radius: 4px;
}
.pagination .page-link:hover {
  background-color: rgba(187, 24, 27, 0.125);
  color: #252525;
}

footer {
  position: relative;
  background-color: #D22743;
  color: #fff;
  padding: 5rem 0;
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
}
footer .box-footer {
  font-size: 18px;
  font-weight: 300;
}
footer .box-footer a {
  color: #fff;
}
footer .box-footer h4 {
  font-weight: bold;
  font-size: 24px;
}
footer .box-footer p {
  margin: 0;
}
footer .box-left {
  display: block;
  max-width: 300px;
  font-size: 12px;
  font-weight: 300;
}

.container-footer-bottom {
  background: #000;
  color: #fff;
  padding: 1rem 0;
  font-size: 20px;
}
.container-footer-bottom p {
  margin: 0;
}
.container-footer-bottom .right {
  text-align: right;
  font-size: 12px;
  margin: 0;
}
.container-footer-bottom .row {
  align-items: center;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-5px);
  }
  80% {
    transform: translateY(0);
  }
}
.cookie-message {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  max-width: 430px;
  z-index: 100;
  color: #000;
  padding: 2rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  display: none;
  font-size: 0.6875rem;
  font-weight: 300;
  margin-left: 10px;
}

.cookie-message .btn-primary, .cookie-message .row-machine .col-machine-text a, .row-machine .col-machine-text .cookie-message a {
  font-size: 1rem;
  margin-top: 1rem;
  padding: 0.6rem 1.5rem;
}

.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.gallery-wrapper .gallery-wrapper-item {
  flex: 0 0 calc(25% - 2rem);
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  margin-right: 2rem;
  border-radius: 30px;
  border-bottom-right-radius: 0;
}
.gallery-wrapper .gallery-wrapper-item::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.gallery-wrapper .gallery-wrapper-item::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 8px;
  background: #D22743;
}
.gallery-wrapper .gallery-wrapper-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

.container-subpage-header {
  padding: 3rem;
  background: #181616;
  background-image: url("../../images/bg-logo.png");
  background-repeat: no-repeat;
  background-size: auto 130%;
  background-position-x: center;
  background-position-y: 70%;
  color: #fff;
}
.container-subpage-header.offer {
  padding-bottom: 15rem;
  margin-bottom: -17rem;
  padding-top: 5rem;
}
.container-subpage-header h1 {
  font-weight: 600;
}
.container-subpage-header h1 span {
  color: #D22743;
  font-family: "Kaushan Script";
}
.container-subpage-header h2 span {
  color: #D22743;
  font-family: "Kaushan Script";
}

.contact-header-claim {
  margin-top: 3rem;
  margin-bottom: -2rem;
}
.contact-header-claim p {
  font-size: 18px;
  font-weight: 300;
}

.container-project {
  padding: 5rem 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
.container-project.blocks {
  padding: 0 15px;
}
.container-project.blocks > .container br {
  display: none;
}

.blocks-wrapper {
  display: grid;
  grid-template: 1fr/1fr 1fr 1fr;
  gap: 2rem;
}
.blocks-wrapper.swiper-wrapper {
  gap: 0;
  display: flex;
}
.blocks-wrapper .block-item {
  width: 100%;
  display: block;
  height: 100%;
}
.blocks-wrapper .blocks-item {
  width: 100%;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.blocks-wrapper .blocks-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blocks-wrapper .blocks-item::before {
  content: "";
  padding-top: 75%;
  display: block;
}
.blocks-wrapper .blocks-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4588235294);
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  transition: all 0.2s linear;
}
.blocks-wrapper .blocks-item .content p {
  display: none;
}
.blocks-wrapper .blocks-item .content h3 {
  font-size: 28px;
  font-weight: bold;
}
.blocks-wrapper .blocks-item:hover .content {
  background: rgba(210, 39, 67, 0.768627451);
}

.contact-wrapper {
  display: grid;
  grid-template: auto/1fr 1fr;
  margin-left: 4rem;
  gap: 3rem;
}
.contact-wrapper .contact-block p {
  font-size: 20px;
  margin: 0;
  font-weight: 300;
}

.row-gallery {
  display: flex;
}
.row-gallery .col-gallery {
  margin-bottom: 2rem;
}
.row-gallery .col-gallery a {
  display: block;
  position: relative;
  overflow: hidden;
}
.row-gallery .col-gallery a::before {
  content: "";
  padding-top: 75%;
  display: block;
}
.row-gallery .col-gallery a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.row-img-text img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.row-img-text .col-text {
  font-size: 20px;
  font-weight: 300;
}

.row-machine:nth-child(2n) .col-machine-text {
  padding-right: 0;
  padding-left: 7rem;
  order: 2;
  padding-right: calc((100% - 1420px) / 2);
}
.row-machine .col-machine-img {
  padding: 0;
}
.row-machine .col-machine-img .machine-img {
  height: 100%;
}
.row-machine .col-machine-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.row-machine .col-machine-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 7rem;
  font-size: 20px;
  font-weight: 300;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: calc((100% - 1420px) / 2);
}
.row-machine .col-machine-text ul li {
  margin-bottom: 1rem;
  list-style: square;
}
.row-machine .col-machine-text h3 {
  font-weight: bold;
  font-size: 30px;
}
.row-machine .col-machine-text h3 span {
  color: #D22743;
  font-family: "Kaushan Script";
}
.row-machine .col-machine-text a {
  background: #d22743;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.row-machine .col-machine-text p {
  margin-top: 2rem;
}

.footer-social-media {
  margin-top: 1rem;
  font-size: 2rem;
  margin-bottom: -2rem;
}

@media only screen and (max-width: 1719.98px) {
  .container-main-offer .col-12 {
    padding-left: calc((100vw - 1320px) / 2);
  }
  .row-machine .col-machine-text {
    padding-right: 4rem;
    padding-left: calc((100% - 1300px) / 2);
  }
  .row-machine:nth-child(2n) .col-machine-text {
    padding-left: 5rem;
    padding-right: calc((100% - 1300px) / 2);
  }
}
@media only screen and (max-width: 1319.98px) {
  .container-main-offer .col-12 {
    padding-left: calc((100vw - 1100px) / 2);
  }
  .container-main-offer .blocks-wrapper .blocks-item .content {
    padding: 1rem;
  }
  .container-main-offer .blocks-wrapper .blocks-item .content h3 {
    font-size: clamp(20px, 2vw, 30px);
  }
  .section-title {
    font-size: 43px;
  }
  .container-hero h1 {
    font-size: 60px;
  }
  .container-subpage-header h1 {
    font-size: 50px;
  }
  .blocks-wrapper {
    gap: 1.5rem;
  }
  .blocks-wrapper .blocks-item .content {
    padding: 1rem;
  }
  .blocks-wrapper .blocks-item .content h3 {
    font-size: 25px;
    font-weight: 600;
  }
  .contact-wrapper .contact-block p {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .row-machine .col-machine-text {
    padding-right: 2rem;
    padding-left: calc((100% - 1080px) / 2);
  }
  .row-machine:nth-child(2n) .col-machine-text {
    padding-left: 2rem;
    padding-right: calc((100% - 1070px) / 2);
  }
}
@media only screen and (max-width: 1199.98px) {
  .container-hero {
    padding: 5rem 0;
    margin-bottom: 11rem;
  }
  .container-hero h1 {
    font-size: 50px;
  }
  .container-hero p {
    font-size: 18px;
    line-height: 1.4;
  }
  .container-hero .hero-img {
    margin-bottom: -10rem;
    transform: translateY(3rem);
  }
  .container-main-offer {
    padding: 3rem 15px;
  }
  .container-main-offer .col-12 {
    padding-left: calc((100vw - 920px) / 2);
  }
  .container-main-offer .blocks-wrapper .blocks-item::before {
    padding-top: 250%;
  }
  .container-main-offer .section-title {
    margin-bottom: 3rem;
  }
  .container-projects {
    padding: 3rem 0;
  }
  .container-projects .title-project {
    font-size: 20px;
  }
  footer {
    padding: 3rem 0;
  }
  footer .box-left {
    max-width: 230px;
  }
  footer .box-left img {
    width: 100%;
  }
  footer .box-footer {
    font-size: 16px;
    font-weight: 300;
  }
  footer .box-footer h4 {
    font-weight: 600;
    font-size: 20px;
  }
  .container-offer {
    padding-bottom: 3rem;
    margin-top: 10rem !important;
  }
  .navbar-menu .navbar-brand img {
    max-height: 75px;
  }
  .navbar-menu .navbar-nav .nav-link {
    font-size: 18px;
    padding: 1rem 12px;
  }
  .claim {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 1rem !important;
  }
  .container-subpage-header h1 {
    font-size: 40px;
  }
  .container-subpage-header.offer {
    padding-bottom: 12rem;
    margin-bottom: -13rem;
  }
  .blocks-wrapper .blocks-item .content h3 {
    font-size: 22px;
  }
  .container-project {
    padding: 3rem 15px;
    padding: 3rem 15px;
  }
  .container.container-content.realizations > .row {
    display: grid !important;
    grid-template: auto/1fr 1fr 1fr;
    gap: 1.5rem;
  }
  .container.container-content.realizations .col-project {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .container-content {
    padding: 5rem 50px;
  }
  .container-content.realizations {
    padding-top: 5rem;
  }
  .container-content.contact {
    padding-top: 2rem;
  }
  .row-gallery {
    display: grid;
    grid-template: auto/1fr 1fr 1fr;
    gap: 1.5rem;
  }
  .row-gallery .col-gallery {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .contact-wrapper {
    grid-template: auto/1fr;
  }
  .contact-header-claim h2 {
    font-size: 35px;
  }
  .row-machine .col-machine-text {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-machine .col-machine-text p {
    margin-top: 0rem;
    font-size: 18px;
    line-height: 1.4;
  }
  .row-machine .col-machine-text h3 {
    font-size: 24px;
  }
  .row-machine .col-machine-text ul li {
    margin-bottom: 0.5rem;
    font-size: 18px;
    line-height: 1.4;
  }
  .row-machine:nth-child(2n) .col-machine-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .navbar-menu {
    min-height: 100px;
    flex-direction: row;
    padding-bottom: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
  }
  .navbar-menu.sps--blw {
    position: fixed;
    min-height: 62px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.125);
  }
  .navbar-menu .navbar-text {
    display: none;
  }
  .navbar-menu .navbar-brand {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-menu .navbar-brand img {
    max-height: 35px;
  }
  .navbar-menu .navbar-toggler {
    display: flex;
  }
  .navbar-menu .navbar-collapse {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #252525;
    min-height: 100vh;
    opacity: 0;
    transition: all 0.5s ease;
    display: none;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 3;
    overflow: scroll;
    padding-top: 5rem;
  }
  .navbar-menu .navbar-nav {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    margin-left: 0;
    width: 190px;
  }
  .navbar-menu .navbar-nav .nav-item {
    margin: 0.5rem 0 0;
    padding-left: 15px;
    position: relative;
  }
  .navbar-menu .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.5rem;
    text-align: left;
  }
  .navbar-menu .dropdown .dropdown-menu {
    box-shadow: none;
    left: 0;
    top: 0;
    padding: 0;
  }
  .navbar-menu.sps--blw .navbar-toggler,
  .navbar-menu.sps--blw .navbar-brand {
    animation-name: fadeInDown;
    animation-duration: 0.5s;
  }
  .navbar-menu {
    min-height: 70px;
    z-index: 9;
  }
  .navbar-menu .navbar-toggler {
    order: 2;
  }
  .container-hero {
    padding-top: 7rem;
  }
  .container-hero h1 {
    font-size: 40px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .container-hero p {
    max-width: 400px;
  }
  .container-hero .right {
    align-items: center;
    text-align: center;
  }
  .container-main-offer .col-12 {
    padding-left: 55px;
  }
  footer .box-left {
    max-width: 180px;
  }
  .section-title {
    font-size: 30px;
  }
  .container-footer-bottom .right {
    text-align: left;
  }
  .navbar-menu .navbar-nav {
    margin-top: -2rem;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    padding-bottom: 100px;
  }
  .navbar-menu .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid #333;
  }
  .navbar-menu .dropdown .dropdown-menu {
    margin-top: 0rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
  }
  .navbar-menu .dropdown .dropdown-item {
    border-bottom: 1px solid #333;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .navbar-menu .dropdown .dropdown-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .container-subpage-header {
    padding-top: 7rem;
  }
  .container-subpage-header.offer {
    padding-top: 8rem;
  }
  .container-subpage-header h1 {
    font-size: 30px;
  }
  .blocks-wrapper {
    grid-template: 1fr/1fr 1fr;
  }
  .container.container-content.realizations > .row {
    grid-template: auto/1fr 1fr;
  }
  .row-gallery {
    grid-template: auto/1fr 1fr;
    gap: 1rem;
  }
  .container-content {
    padding: 3rem 15px;
  }
  .container-content h4 {
    font-size: 26px;
  }
  .contact-header-claim p {
    font-weight: 300;
  }
  form .form-row {
    grid-template: auto/1fr;
  }
  .contact-wrapper {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .container-offer .section-title {
    margin-bottom: 1rem !important;
  }
  .container-offer p {
    font-size: 16px;
    font-weight: 300;
  }
  .btn, .row-machine .col-machine-text a {
    font-size: 17px;
  }
  .container-main-offer .section-title {
    margin-bottom: 1rem;
  }
  .container-main-offer .col-12 {
    padding-left: 30px;
  }
  .container-projects .section-title {
    margin-bottom: 1rem;
  }
  footer .footer-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  .container-footer-bottom p {
    font-size: 16px;
  }
  .navbar-menu .dropdown .dropdown-item {
    white-space: normal;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 575.98px) {
  .container-main-offer {
    padding: 2rem 15px;
  }
  .container-main-offer .blocks-wrapper .blocks-item::before {
    padding-top: 110%;
  }
  footer {
    padding: 2rem 0;
  }
  .container-projects {
    padding: 2rem 0;
  }
  .container-offer {
    padding-bottom: 2rem;
    margin-top: 8rem !important;
    padding-right: 15px;
  }
  .container-hero {
    margin-bottom: 9rem;
  }
  .container-hero h1 {
    font-size: 30px;
  }
  .section-title {
    font-size: 26px;
  }
  .navbar-menu .navbar-brand img {
    max-height: 25px;
  }
  .navbar-menu .navbar-toggler {
    margin-left: 0rem;
  }
  .navbar-menu .navbar-contact {
    padding: 0.3rem 0.3rem;
  }
  .navbar-menu .navbar-contact a {
    font-size: 15px;
  }
  .container-subpage-header {
    padding: 3rem 15px;
  }
  .container-subpage-header.offer {
    padding-top: 6rem;
  }
  .container-subpage-header h1 {
    font-size: 26px;
  }
  .blocks-wrapper {
    grid-template: 1fr/1fr;
  }
  .container-project {
    padding-top: 1rem;
  }
  .container-offer-blocks {
    padding: 0;
  }
  .container-subpage-header {
    padding-top: 7rem;
  }
  .container-content {
    padding: 1.5rem 15px;
  }
  .container-content.realizations {
    padding-top: 2rem;
  }
  .container-content .table-pricelist td {
    font-size: 16px;
    line-height: 1.2;
  }
  .container-content .row-contact .col-12 {
    margin-bottom: 2rem;
  }
  .container-content.contact {
    padding-bottom: 0;
  }
  .container.container-content.realizations > .row {
    grid-template: auto/1fr;
    padding: 0 30px;
  }
  .col-12.col-md-5.col-img {
    display: none;
  }
  .row-gallery {
    grid-template: auto/1fr;
    padding: 0 15px;
  }
  .contact-header-claim {
    padding: 0;
  }
  .contact-wrapper {
    margin-left: 0rem;
  }
  footer .box-footer {
    font-weight: 300;
  }
  footer .box-left {
    max-width: 100%;
  }
  .row-machine .col-machine-text {
    padding: 30px;
  }
  .row-machine .col-machine-text p {
    font-size: 14px;
  }
  .row-machine .col-machine-text h3 {
    font-size: 20px;
  }
  .row-machine .col-machine-text ul li {
    font-size: 14px;
  }
  .row-machine:nth-child(2n) .col-machine-text {
    order: 0;
  }
}/*# sourceMappingURL=style.css.map */