

/* === content-04-text-left-image-right === */


#content-04-text-left-image-right-2212 {
	 --content04_bg_color: #ffffff;
}

.content-04 {
    padding: 120px 0 106px;
    background-color: var(--content04_bg_color);
}
    .content-04 h4 {
        color: #031c32;
    }
.content-04 p {
    font-size:18px;
}
    .content-04.small-headings {
        padding: 66px 0 66px;
    }
         .content-04 p {
            margin-bottom:1.3rem;
        }
    .content-04-title {
        margin-bottom: 20px;
    }
.content-04.small-headings .content-04-title {
    font-family: 'Uniform 4';
    font-size: 24px;
    color: #031c32;
}
.content-04-text {
    margin-bottom: 20px;
}
.content-04 .content-04-text {
    margin-bottom: 20px;
    max-width: 580px;
}

.content-04-text img {
    width: 100%;
    height: auto;
}

.image-containerrrr {
    padding-left:20px;
    margin-bottom:6px;
}
.content-04 .content-04-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {

    .content-04 .row {
        flex-direction: column-reverse;
    }

    .content-04-image {
        margin-bottom: 20px;
    }
}

.content-04 .lg-bg {
    width:128px;
    height:128px;
    position:absolute;
    right: 50px;
    bottom:-63px;
}
.content-04 .lg-bg img {
    width: 100%;
}

@media (max-width: 991.98px) {
    
    .content-04-title {
        max-width:600px;
    }

    .content-04 .content-04-text {
        max-width: 100%;
    }

    .content-04.small-headings .content-04-text {
        max-width: 100%;
    }
    .content-04.small-headings .content-04-title br {
        display: none;
    }
    .content-04.small-headings .content-04-title {
        max-width: 100%;
    }

    .lg-bg {
        display: none;
    }
    .image-containerrrr {
       /* height: 390px;*/
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .content-04 {
        padding: 110px 0 96px;
    }
}
@media (max-width: 767.98px) {
   
    .order-2 {
        order: 1 !important;
    }
    .image-containerrrr {
        height: 296px;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .content-04 {
        padding: 56px 0 76px;
    }
}
/* === content-04-text-left-image-right === */



/* === content-05-image-left-text-right === */

.content-05 {
    padding: 50px 0;
    padding-top:20px;
}

.content-05-title {
    margin-bottom: 20px;
    font-family: 'Uniform 4';
    font-size: 24px;
    color: #031c32;
}
.content-05 ul {
    margin-top: 0;
    font-weight: 500;
    list-style-type: none;
    padding: 0;
}
    .content-05 ul li::before {
        content: "\f061";
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18px;
        color: #f0aeb2;
    }
    .content-05 ul li {
        position: relative;
        margin-bottom: 2px;
        padding-left: 25px;
    }
.content-05-text {
    margin-bottom: 20px;
    max-width: 580px;
}
.pl-20px {
    padding-left:20px;
}
.content-05 .content-05-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {


   .content-05-text {
        max-width: 100%;
    }
}

    @media (max-width: 767px) {
        .content-05-image {
            margin-bottom: 20px;
        }
    }

/* === content-05-image-left-text-right === */



/* === content-02-2-column === */

.content-02 {
    padding: 65px 0 50px;
    background: #ececec;
}
    .content-02 h4 {
        font-family: 'Uniform 4';
        font-size: 24px;
        color: #031c32;
        margin-bottom:20px;
    }
/* === content-02-2-column === */



/* === call-to-action-01 === */

.call-to-action-01 {
    background: #031c32;
    text-align: left;
    padding-top: 160px;
    padding-bottom: 140px;
    overflow-y: hidden;
}

@media (max-height: 567px) {
    .call-to-action-01 {
        height: 100vh;
    }

    .call-to-action-01-block {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 420px) {
    .call-to-action-01 {
        height: 80vh;
        padding-bottom:80px;
    }
}

.call-to-action-01 .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.call-to-action-01-block {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: start;
    margin-bottom: 150px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .call-to-action-01-block {
        margin-bottom: 50px;
    }
}

.call-to-action-01-block .call-to-action-01-block-title {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 80px;
    color: #f0aeb2;
    margin-bottom:20px;
}

.call-to-action-01-block .call-to-action-01-block-subtitle {
    font-family: 'Uniform 3';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
}



@media (max-width: 992px) {
    .call-to-action-01-block .call-to-action-01-block-title {
        font-size: 60px;
        line-height: 70px;
    }
    .call-to-action-01-block p br {
        display:none;   
    }
}
@media (max-width: 767.98px) {
    .call-to-action-01-block .call-to-action-01-block-title {
        max-width: 400px;
        line-height: 60px;
    }

    .call-to-action-01 {
        padding-top: 113px;
    }
}
.call-to-action-01-block p {
    font-family: 'Uniform 3';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
@media (max-width: 575.98px) {
    .call-to-action-01-block .call-to-action-01-block-title {
        font-size: 45px;
        line-height: 50px;
    }

    .call-to-action-01-block
    .call-to-action-01-block-subtitle {
        font-size: 24px;
        line-height: 30px;
    }
    .call-to-action-01-block p {
        font-size: 24px;
        line-height: 30px;
    }
}



.call-to-action-01-block .call-to-action-01-block-button {
    font-family: 'Uniform 4';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #031c32;
    border: 1px solid #f0aeb2;
    border-radius: 6px;
    width: 190px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 20px;
    background: #f0aeb2;
}
.call-to-action-01-block .btn:hover {
    color:#fff;
}
.call-to-action-01-bg-logo {
    width: 60vw;
    margin: 0 auto;
    margin-top: -65%;
}
@media (max-width: 1199.98px) {
    .call-to-action-01-bg-logo {
        width: 70vw;
        margin-top: -85%;
    }

}
@media (max-width: 992px) {
    .call-to-action-01-bg-logo {
        width: 70vw;
    }
}

.call-to-action-01-bg-logo img {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 420px) {
    .call-to-action-01 {
        position: relative;
    }

    .call-to-action-01-bg-logo {
        width: auto;
        height: 100%;
        margin: 0 auto;
    }

        .call-to-action-01-bg-logo img {
            width: 200%;
            margin: 0 auto;
            position: absolute;
            top: -10%;
            left: 50%;
            transform: translateX(-50%);
        }
}

/* === call-to-action-01 === */



/* === gallery-inst === */

.insta-gallery {
  padding: 50px 0 60px;
  position: relative;
  z-index: 2;
}

.insta-gallery .gallery-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.insta-gallery .gallery-container .gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  aspect-ratio: 1/1;
  object-fit: cover;
}

    .insta-gallery .gallery-container .gallery-item:nth-child(1) {
        grid-area: 1 / 1 / 3 / 3;
    }

    .insta-gallery .gallery-container .gallery-item:nth-child(2) {
        grid-area: 1 / 3 / 2 / 4;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

.insta-gallery .gallery-container .gallery-item:nth-child(3) {
  grid-area: 1 / 4 / 2 / 5;
  
}
.pink-line {
    background-color: #f0aeb2;
    height:1px;
    width:72px;
    margin:0 auto;
}
.insta-gallery .gallery-container .gallery-item:nth-child(2) h3 {
   
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 24px;
}
.insta-gallery .gallery-container .gallery-item:nth-child(2) p {
    font-size: 18px;
    color: #f0aeb2;
    margin-bottom:0;
    margin-top:20px;
}

    .insta-gallery .gallery-container .gallery-item:nth-child(4) img {
        width: calc(100% - 0px);
    }
    .insta-gallery .gallery-container .gallery-item:nth-child(4) {
        grid-area: 2 / 3 / 3 / 4;
    }
       
.insta-gallery .gallery-container .gallery-item:nth-child(5) {
  grid-area: 2 / 4 / 3 / 5;
}

.insta-gallery .gallery-container .gallery-item:nth-child(6) {
  grid-area: 3 / 2 / 4 / 3;
}

.insta-gallery .gallery-container .gallery-item:nth-child(7) {
  grid-area: 3 / 3 / 4 / 4;
}

.insta-gallery .gallery-container .gallery-item:nth-child(2)::after {
  content: none;
}

.insta-gallery .gallery-container .gallery-item:hover img {
  border-radius: 0;
}

.insta-gallery .gallery-container .gallery-item {
  position: relative;
}

    .insta-gallery .gallery-container .gallery-item::after {
        content: "";
        /*background-image: url("/images/insta/gallery-hover.png");*/
        background-color: #f6a9b5;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        z-index: 1;
        border-radius: 0;
    }

.insta-gallery .gallery-container .gallery-item:hover::after {
  opacity: 0.8;
}

.insta-gallery .gallery-container .gallery-item .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

  

    .insta-gallery .gallery-container .gallery-item a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        z-index: 2;
        text-decoration:none;
    }

.insta-gallery .gallery-container .gallery-item:hover .overlay-content {
  opacity: 1;
}

.insta-gallery .gallery-container .gallery-item .overlay-content i {
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff;
}

.insta-gallery .gallery-container .gallery-item .overlay-content p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-family-4);
}

@media (max-width: 1199.97px) {
  .insta-gallery .gallery-container .gallery-item:nth-child(2) h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .insta-gallery .gallery-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media (max-width: 991.97px) {
  .insta-gallery .gallery-container .gallery-item:nth-child(2) h3 {
    font-size: 40px;
    line-height: 46px;
  }
    .left-side {
        max-width: 450px;
        font-size: 40px;
        line-height: 46px;
        color: #093053;
        font-family: var(--h2-font);
        float:left;
    }
    .right-side {
        max-width:300px;
        float:right;
        position:relative;
    }
    .right-side .pink-line {
        position:absolute;
        right:0;
    }
    .insta-gallery .gallery-container {
        padding-top:26px;
    }
    .right-side .ppp {
        font-size: 18px;
        margin-top: 20px;
        color: #f0aeb2;
    }
    .gallery-container {
        clear:both;
    }
    .insta-gallery .gallery-container {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

  .insta-gallery {
    padding-top: 70px;
  }

  .insta-gallery .gallery-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

    .insta-gallery .gallery-container .gallery-item:nth-child(1) {
        grid-area: 1 / 1 / 3 / 3;
        /* 2x2 */
        
    }

  .insta-gallery .gallery-container .gallery-item:nth-child(2) {
    display: none;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(4) {
    grid-area: 2 / 3 / 2 / 3;
  }

    .insta-gallery .gallery-container .gallery-item:nth-child(5) {
    /*    grid-area: 3 / 2 / 4 / 3;*/
        display: none;
    }

  .insta-gallery .gallery-container .gallery-item:nth-child(6) {
    grid-area: 3 / 3 / 4 / 4;
  }

  .insta-gallery .gallery-container .gallery-item:nth-child(7) {
    display: none;
  }
}


@media screen and (max-width: 765.97px) {
    .left-side {
        max-width: 340px;
        font-size:40px;
    }
    .right-side {
        max-width: 170px;
        text-align:right;
        line-height:22px;
        top:30px;
    }
    .insta-gallery {
        padding-top: 35px;
    }
/*  */

}

@media screen and (max-width: 575.97px) {
    .insta-gallery {
        padding-top: 50px;
    }
    .left-side {
        max-width: 290px;
        font-size: 32px;
        line-height:38px;
        float:unset;
        text-align:left;
    }
    .pink-line {
        right:unset !important;
        left:0;
    }
    .right-side {
        max-width: 100%;
        text-align: right;
        line-height: 22px;
        top: 5px;
        float: unset;
    }
    .insta-gallery .gallery-container {
        grid-column-gap: unset;
        grid-row-gap: unset;
    }

    .insta-gallery .gallery-container {
        display: block;
        grid-template-columns: unset;
        grid-template-rows: unset;
    }
    .right-side .ppp {
        text-align:left;
        padding-top:25px;
    }
    .insta-gallery .mb-4 {
        margin-bottom:0;
    }
    .insta-gallery .gallery-container .gallery-item:nth-child(3) {
        display: unset;
        grid-area: unset;
    }

        .insta-gallery .gallery-container .gallery-item:nth-child(1),
        .insta-gallery .gallery-container .gallery-item:nth-child(2),
        .insta-gallery .gallery-container .gallery-item:nth-child(4),
        .insta-gallery .gallery-container .gallery-item:nth-child(5),
        .insta-gallery .gallery-container .gallery-item:nth-child(6),
        .insta-gallery .gallery-container .gallery-item:nth-child(7) {
            grid-area: unset;
        }

  .insta-gallery .gallery-container .gallery-item:nth-child(2) h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
    .gallery-item {
        padding:8px;
    }
    .insta-gallery {
        overflow: hidden;
    }
        .insta-gallery .gallery-container .slick-list {
            overflow:visible;
        }
       /* .insta-gallery .slick-slide:nth-child(2) {
            display: none !important;
        }*/
}

/* === gallery-inst === */



/* === testimonial-carousel === */

#testimonials-section {
    margin-top: 60px;
    margin-bottom: 60px;
    overflow-x: clip;
}

#testimonials-section .block-header {
  display: flex;
  flex-flow: column;
}

    #testimonials-section .author {
        display: inherit;
        font-size: 14px;
        line-height: 32px;
        text-transform: uppercase;
        font-weight: 400;
        margin-top: 28px;
        font-family: 'Uniform 4';
        letter-spacing:2px;
    }

.testimonials {
  position: relative;
  z-index: 2;

  margin-top: calc(var(--subtitle-font-size) + var(--subtitle-margin) + 10px);
}

.testimonials .read-all {
  margin-top: 4.4rem;
}

.testimonials h2 {
  text-align: center;
  color: var(--white);
}

.testimonials-carousel .slide-inner {
  overflow-y: auto;
}

.testimonials-carousel .slide-inner .testimonial-inner {
  height: 280px;
  overflow-y: auto;
}

.testimonials-carousel .carousel-indicators {
  position: relative;
  margin-top: 80px;
  margin-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.testimonials-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 1.1rem;
  border: none;
}

.testimonials-carousel .carousel-indicators .active {
  background: var(--main-theme);
  width: 10px;
  height: 10px;
}

.testimonial-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: var(--bs-green);
  font-size: 30px;
  margin-bottom: 31px;
}

.testimonial-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 31px;
}

.testimonial-text {
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
    color: #2f2f2f;
}

.testimonial-text img {
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
}

.testimonial-text.show-read-more .read-more {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-top: 1.5rem;
  color: var(--white);
  font-size: 1.5rem;
}

.testimonial-text.show-read-more .more-text {
  display: none;
}

.testimonial-author {
  font-size: 16px;
  line-height: 48px;
  font-weight: 700;
  font-style: normal;
}

.testimonials-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e5e5e5;
    color: #000;
    opacity: 1;
    width: 62px;
    height: 62px;
    border-radius: 4px;
    border: none;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.nav-button:hover,
.nav-button:focus {
  opacity: 1;
}

@media screen and (max-width: 1399.97px) {
  .testimonials-carousel .slide-inner .testimonial-inner {
    height: 370px;
  }
}

@media screen and (max-width: 991.97px) {
  #testimonials-section {
    margin-top: calc(var(--block-margin) * 1.5);
  }

  .testimonials {
    margin-top: 0;
  }

  .testimonial-text img {
    float: left;
    margin-right: 20px;
    margin-top: 2px;
    margin-bottom: 0px;
    width: 64px;
    object-fit: contain;
    height: 52px;
  }

    .testimonials-carousel .slide-inner .testimonial-inner {
        height: 275px;
    }

  .testimonial-text {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199.97px) {
    #testimonials-section .block-header {
        max-width:300px;
    }
}

@media screen and (max-width: 991.98px) {
    #testimonials-section .block-header {
        max-width: 100%;

    }
    #testimonials-section .block-header h2 {
        font-size:40px;
        margin-bottom:25px;
    }
    #testimonials-section br {
        display:none;
    }
    #testimonials-section {
        margin-top:25px;
    }
}
@media screen and (max-width: 767.97px) {
  #testimonials-section {
    margin-top: calc(var(--block-margin) + 10px);
  }
    .testimonials-carousel .slide-inner .testimonial-inner {
        height: 372px;
    }
}

@media screen and (max-width: 575.97px) {
    #testimonials-section .block-header h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    #testimonials-section br {
        display: block;
    }
/*  .testimonial-text img {
    position: absolute;
    width: 50px;
    left: calc(50% - 25px);
    top: 0px;
    z-index: -1;
  }*/
    .testimonial-text img {
        width: 52px;
        height: 42px;
    }
        .testimonial-text {
    font-size:20px;
    line-height:26px;
  }
    .testimonial-body {
        padding:0;
    }
    .testimonials-carousel .slide-inner .testimonial-inner {
        height: 450px;
    }

/*  .carousel-item .container {
    padding-inline: 15px;
  }*/

/*  #testimonials-section .author {
    margin-top: 20px;
  }

  .testimonials-navigation {
    margin-top: 10px;
  }*/

/*  .testimonials-navigation .testimonial-prev {
    margin-left: auto;
  }

  .testimonials-navigation .testimonial-next {
    margin-right: auto;
  }*/

/*  #testimonials-section {
    margin: calc(var(--block-margin) + 10px) 0;
  }*/

}
/* === testimonial-carousel === */



/* === footer-05-brochure === */

.footer-05-brochure {
    position: relative;
    padding: 140px 0 100px;
    background-color: var(--footer-background);
    color: #fff;
    overflow-x: clip;
    z-index: 1;
}

.footer-05-brochure .footer-05-top-title {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 25px;
    border-bottom: 4px dashed #fff;
    margin-bottom: 25px;
    max-width: 40%;
}

    .footer-05-brochure .footer-05-main-title h2 {
        margin-bottom: 0px;
        color: #f6a9b5
    }

.footer-05-brochure .footer-05-main-text {
    text-align: left;
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
}

.footer-05-brochure .footer-05-main-text p:last-of-type {
    margin-bottom: 0;
}

.footer-05-brochure input,
.footer-05-brochure select,
.footer-05-brochure textarea {
    background-color: #fff;
    border: none !important;
}

.footer-05-brochure .has-error input.error,
.footer-05-brochure .has-error select.error,
.footer-05-brochure .has-error textarea.error {
    background-color: #ffc8c8;
}

.footer-05-brochure .required-star {
    color: #fff;
    display: none;
}

.footer-05-brochure .footer-05-form .col-form-label {
    padding-top: 0;
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: 300;
}

.footer-05-brochure .footer-05-form .checkbox + label {
    padding-left: 34px !important;
    font-size: 15px;
    line-height: 22px;
}

.footer-05-brochure .form > .row {
    --bs-gutter-x: 40px;
}

.footer-05-brochure .footer-05-form .checkbox + label::before {
    content: "";
    background-color: #fff;
    display: block;
    width: 19px;
    height: 19px;
    top: 0;
    border: none !important;
    border-radius: 5px;
}

.footer-05-brochure .footer-05-form .tickbox.has-error label::before {
    background-color: rgb(255, 0, 0);
}

.footer-05-brochure .footer-05-form .checkbox:checked + label:before {
    content: "";
}

.footer-05-brochure .footer-05-form .checkbox:checked + label:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #000;
    position: absolute;
    left: 2px;
    top: -1px;
    font-size: 14px;
}

.footer-05-brochure .footer-05-form .required {
    display: none;
}

.footer-05-brochure .footer-05-grid {
    display: grid;
}

.footer-05-brochure .footer-05-grid .content {
    display: flex;
    align-content: center;
    column-gap: 12px;
}

.footer-05-brochure .content-wrapper:nth-child(2) {
    margin-top: 20px;
}

.footer-05-brochure .content-wrapper:nth-child(2) .icon-link a {
    color: #fff;
}

.footer-05-brochure .icon {
    font-size: 20px;
    color: var(--button-background);
}

.footer-05-brochure .icon-text {
    font-size: 13px;
    margin-bottom: 10px;
}

    .footer-05-brochure .icon-link {
        font-size: 18px;
        line-height: 1.5;
        white-space: nowrap;
        color: #f6a9b5;
    }

.footer-05-brochure .icon-link a {
    text-decoration: none;
}

.footer-05-brochure .social-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

    .footer-05-brochure .social-links a {
        display: flex;
        width: 62px;
        height: 62px;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: .3s all;
        overflow: hidden;
        border-radius: 5px;
        background-color: #f6a9b5;
        color: #151515;
    }

.footer-05-brochure .social-links a:active {
    background-color: #fff;
    color: #000;
}

.footer-05-brochure .social-links a i {
    font-size: 20px;
}

.footer-05-brochure .social-links a img,
.footer-05-brochure .social-links a svg {
    width: 24px;
    height: auto;
    fill: currentColor;
}

.footer-05-brochure .social {
    padding-left: 0;
    margin-top: 35px;
}

.footer-05-brochure .social-links a svg g > * {
    transition: 0.3s fill, 0.3s stroke;
}

.footer-05-brochure .social-links a:active svg g > * {
    fill: #000 !important;
    stroke: #000 !important;
}

.footer-05-brochure .reg-info {
    font-size: 18px;
    line-height: 26px;
}

.footer-05-brochure .reg-info .company-name {
    font-size: 18px;
    line-height: 26px;
}

.footer-05-brochure a.view-on-map-link {
    color: var(--button-background) !important;
    text-decoration: none;
}

.footer-05-brochure .reg-info > p {
    margin-bottom: 0;
}

.footer-05-brochure .reload-captcha.btn {
    color: #282828;
    border: 1px solid #282828;
}

.footer-05-brochure .reload-captcha.btn:hover,
.footer-05-brochure .reload-captcha.btn:active,
.footer-05-brochure .reload-captcha.btn:focus,
.footer-05-brochure .reload-captcha.btn:focus-within {
    color: #282828;
}

.footer-05-brochure .captcha-whatis {
    text-decoration: none;
    color: #282828;
}

.footer-05-form .row:nth-child(2) .form-group:last-child {
    margin-top: 30px;
}

.footer-05-form .form-group {
    margin-bottom: 20px;
}

.footer-05-brochure button[type="submit"] {
    margin-top: 0px;
    display: inline-block;
    align-content: center;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: currentColor;
}

.footer-05-brochure .email-contact .icon-link a,
.footer-05-brochure .call-contact .icon-link a {
    color: inherit;
    font-weight: 500;
}

.footer-05-brochure .email-contact .icon-link a::before {
    content: "E: ";
}

.footer-05-brochure .call-contact .icon-link a::before {
    content: "T: ";
}

.footer-05-brochure .email-contact,
.footer-05-brochure .call-contact {
    display: grid;
    gap: 30px;
}

.footer-05-brochure .call-contact {
    margin-top: 25px;
}

.footer-05-brochure .address {
    margin-top: 25px;
}

.footer-05-brochure .content-title {
    font-size: 24px;
    letter-spacing: -.025em;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 700;
    display: none;
}

.footer-05-brochure .icon-wrapper,
.footer-05-brochure a.view-on-map-link {
    display: none;
}

.footer-05-brochure .footer-registration-wrapper {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-05-brochure .form textarea.form-control {
    height: 228px;
}

.footer-05-form {
    margin-top: 15px;
}

.footer-05-brochure .footer-registration-img {
    object-fit: contain;
    object-position: center;
}

.footer-05-brochure.light {
  background-color: #fff;
  color: var(--footer-background);
}

.footer-05-brochure.light input,
.footer-05-brochure.light select,
.footer-05-brochure.light textarea,
.footer-05-brochure.light .footer-05-form .checkbox + label::before {
  background-color: #e2e2e2;
}

.footer-05-brochure.light .social-links a {
  background-color: #151515;
  color: #fff;
}

.footer-05-brochure.light .footer-registration-wrapper {
  filter: invert(1);
}

.footer-05-brochure.light button[type="submit"] {
  --bs-btn-bg: var(--button-background);
  --bs-btn-border-width: 0px;
}

@-moz-document url-prefix() {
    .footer-05-brochure select {
        padding-top: 19px;
    }
}

@media(min-width: 567px) {
    .footer-05-brochure .form .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media(max-width: 1399.98px) {
    .footer-05-brochure .footer-05-main-text br {
        display: none;
    }
        .footer-05-brochure .footer-05-main-text br:last-child {
            display: block;
        }
    
    .footer-05-brochure .address {
        margin-top: 24px;
    }
}

@media(max-width: 1199.98px) {
    .footer-05-brochure {
        padding: 100px 0 80px;
    }
}

@media(max-width: 991.98px) {
    .footer-05-brochure {
        padding-bottom: 45px;
    }

        .footer-05-brochure .footer-05-grid {
            grid-template-rows: auto auto auto 1fr;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 30px;
        }

    .footer-05-brochure .content:first-child {
        margin-top: 0;
    }

    .footer-05-brochure .address,
    .footer-05-brochure .email-contact {
        grid-column: 2/3;
    }

    .footer-05-brochure .address,
    .footer-05-brochure .call-contact,
    .footer-05-brochure .email-contact {
        margin-top: 0px;
    }

    .footer-05-brochure .social {
        grid-column: 1;
        margin-top: 35px;
    }

    .footer-05-brochure .footer-05-form {
        margin-top: 60px;
    }

    .footer-05-brochure button[type="submit"] {
        margin-top: 0;
    }

        .footer-05-brochure .footer-05-main-text {
            margin-top: 10px;
            grid-column: 1 / span 1;
            margin-bottom: 30px;
        }

    .footer-05-brochure .footer-registration-wrapper {
        margin-top: 45px;
        grid-row: 4/ span 2;
        grid-column: 2;
    }

        .footer-05-brochure .address, .footer-05-brochure .call-contact, .footer-05-brochure .email-contact, .footer-05-brochure .social {
            grid-column: 2;
            grid-row: span 2;
        }
        .footer-05-brochure .address {
            margin-top: 10px;
            margin-bottom: 20px;
        }

            .footer-05-brochure .reg-info .company-name {
                margin-bottom: 0px;
            }
}

@media(max-width: 767.98px) {
    .footer-05-brochure {
        padding-top: 100px;
    }

    .footer-05-brochure .footer-05-main-title h2 {
        margin-bottom: 0px;
    }

    .footer-05-brochure .footer-05-top-title {
        margin: 0 auto 25px;
    }

    .footer-05-brochure .content {
        margin-top: 0;
        padding-bottom: 0%;
        position: static;
    }

    .footer-05-brochure .address {
        padding-left: 0px;
    }

    .footer-05-brochure .call-contact,
    .footer-05-brochure .email-contact {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .footer-05-brochure .call-contact {
        margin-top: 10px;
    }

    .footer-05-brochure .social {
        margin-top: 0px;
    }

    .footer-05-brochure .reg-info {
        padding-top: 0;
    }

    .footer-05-brochure .footer-05-main-text {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
        padding-right: 100px;
        letter-spacing: -0.05em;
    }

    .footer-05-brochure .footer-registration-wrapper {
        margin-top: 25px;
    }

    .footer-05-brochure .footer-05-form {
        margin-top: 55px;
    }

    .footer-05-brochure .social {
        padding-left: 0;
        margin-top: 22px;
    }

    .footer-05-brochure .footer-05-grid {
        display: block;
    }
}

@media(max-width: 575.98px) {
    .footer-05-brochure {
        padding-bottom: 45px;
    }

    .footer-05-brochure .content {
        padding-bottom: 0%;
        width: 100%;
    }

    .footer-05-brochure .form .bottom-box {
        text-align: center;
    }

    .footer-05-brochure .social-links {
        justify-content: start;
        margin-top: 8px;
    }

    .footer-05-brochure .call-contact,
    .footer-05-brochure .email-contact {
        padding: 0;
        margin-bottom: 0px;
    }

    .footer-05-brochure .call-contact {
        margin-top: 18px;
    }

    .footer-05-brochure .footer-registration-wrapper {
        margin-top: 34px;
    }

    .footer-05-brochure .footer-05-form {
        margin-top: 45px;
    }

    .footer-05-brochure button[type="submit"] {
        width: 100%;
    }

    .footer-05-brochure .footer-05-grid {
        margin-bottom: 0px;
    }

    .footer-05-brochure .footer-05-main-text {
        padding-right: 0;
    }

    .footer-05-brochure .social {
        padding-left: 0px;
    }

    .footer-05-form .form-group {
        margin-bottom: 20px;
    }

    .footer-05-brochure .footer-registration-img {
        max-height: 75px;
    }

    .footer-05-brochure .footer-registration-wrapper {
        gap: 10px;
    }
}

/* === footer-05-brochure === */



/* === footer-01 === */

.footer-01 {
    color: var(--footer-textcolor);
    background-color: var(--footer-background);
    padding: 45px 0 60px;
}

.footer-01 a {
    color: var(--footer-textcolor);
    text-decoration: none;
}

.footer-01 img {
    height: 17px;
    width: auto;
}

.footer-01 .separator {
    font-style: normal;
    padding: 0 3px
}

    .footer-01 .footer-menu {
        display: flex;
        line-height: 1;
        grid-area: 1 / span 2;
        justify-content: space-between;
        font-size: 18px;
        text-transform: uppercase;
     
    }

.footer-01 .footer-menu > .nav-item {
    width: auto;
    z-index: 1;
    text-align: center;
}

.footer-01 .footer-menu > .nav-item .nav-link {
    color: #fff !important;
    padding: 0 !important;
}

.footer-01 .footer-menu > .nav-item .nav-link .dd-caret {
    display: none;
}

.footer-01 .container {
    display: grid;
    grid: auto auto / auto auto;
    align-items: baseline;
    justify-content: space-between;
    row-gap: 30px;
}

.footer-01 .company-name,
.footer-01 .website-design {
    line-height: 1;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.025em;
}

.footer-01 .website-design {
    text-align: end;
}

.footer-01 .dropdown-item-menu {
    display: none;
}

@media(max-width: 991.98px) {
    .footer-01 .footer-menu > .nav-item .nav-link {
        color: #f6a9b5 !important;
        padding: 0 !important;
        font-size: 16px;
        font-family: 'Uniform 3';
    }
    .footer-01 {
        padding: 30px 0 45px;
    }

    .footer-01 .container {
        grid: auto-flow / 1fr;
        row-gap: 0;
    }

    .footer-01 .footer-menu {
        display: block;
        grid-area: 1;
        width: 100%;
        font-size: 16px;
        text-align: left;
        column-count: 2;
    }

    .footer-01 .container {
        grid: auto;
    }

    .footer-01 .company-name,
    .footer-01 .website-design {
        margin-top: 8px;
    }

    .footer-01 .company-name {
        margin-top: 36px;
    }

    .footer-01 .footer-menu > .nav-item {
        padding-top: 20px;
        text-align: left;
    }

    .footer-01 .website-design {
        text-align: left;
    }
}

@media(max-width: 767.98px) {
    .footer-01 {
        padding: 30px 0 50px;
    }
}

@media(max-width: 575.98px) {
    .footer-01 {
        padding: 25px 0 45px;
    }

    .footer-01 .footer-menu {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        row-gap: 14px;
        column-count: 1;
    }

    .footer-01 .website-design {
        margin-top: 10px;
    }

    .footer-01 .separator {
        display: none;
    }

    .footer-01 .footer-menu > .nav-item {
        padding-top: 32px;
    }
}

/* === footer-01 === */

