@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
}

root {
    display: block;
}

html{
    font-size: 100%;
}

body{
    overflow-x: hidden;
    font-family: "Barlow", sans-serif;
    background: var(--bs-dark);
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

::-moz-selection {
    background: rgba(120,120,120,0.3)!important;
    text-shadow: none;
}

::selection {
    background: rgba(120,120,120,0.3)!important;
    text-shadow: none;
}

input::-webkit-input-placeholder {
    color: rgba(140,140,140,0.6)!important;
    font-weight: 300;
}
input:-moz-placeholder {
    color: rgba(140,140,140,0.6)!important;
    font-weight: 300;
}
input::-moz-placeholder {
    color: rgba(140,140,140,0.6)!important;
    font-weight: 300;
}
input:-ms-input-placeholder {
    color: rgba(140,140,140,0.6)!important;
    font-weight: 300;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.scroll-reveal .load-hidden{
    visibility: hidden;
}

a{
    text-decoration: none;
    outline-width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--bs-secondary);
}

a:hover{
    color: #d8a04e;
}

p{
}

strong{
    font-weight: 500;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Noto Serif Display", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--bs-secondary);
}

.title-main{
    color: var(--bs-secondary);
    text-align: center;
}

.title-home{
    text-align: left;
    margin: 2rem;
    font-size: 2.2rem;
    color: var(--bs-secondary);
}

.title-extend{
    font-family: "Barlow", sans-serif;
    letter-spacing: 0.2em;
    color: var(--bs-secondary);
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
}

.title-extend.te-smaller{
    font-size: 1.6rem;
    margin: 0;
    padding: 1rem 0;
}

ul{
    list-style-position: inside;
    list-style-type:  square;
}

.text-uppercase{
    text-transform: uppercase;
}

.items-h-100 > div{
    height: 100% !important;
}

.h-100{
    height: 100% !important;
}

.w-100{
    width: 100%;
}

.img-right, .img-left, .img-block, .img-custom{
    display: block;
    width: 100%;
    height: auto !important;
}


.custom-ul ul{
    list-style: none;
    list-style-position: inside;
}

.custom-ul ul > li{
    font-weight: 500;

}

.custom-ul ul > li:before{
    font-family: 'FontAwesome';
    content: "\f069";
    padding-right: 0.5rem;
    color: #50b748;
}

.main-content{
    min-height:30rem;

}

.article{
}

.article img{
    max-width: 100%;
    height: auto;
}

.article table{
    display: table;
    border-collapse: collapse;
    width: 100%;
    color: #555;
    padding: 0;
    margin: 0;
    border: none;
}

.article table thead th{
    padding: 0.5rem;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    color: #111;
    background: #fff;
}

.article table tbody td {
    padding: 0.5rem;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    color: #111;
}

.article table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.article table tbody td:first-child{
    white-space: nowrap;
}

.section-title{
    text-align: center;
    padding: 3rem 0rem;
    background: var(--bs-dark);
    color:  var(--bs-secondary);
    border-top: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255,255,255,0), rgba(196, 153, 78, 1), rgba(255,255,255,0));
    border-image-slice: 1;
    width:100%;
}

.section-title > .ws-container{
    max-width: 800px;
    margin: 0 auto;
}

.section-title h1,.section-title h2,.section-title h3,.section-title h4{
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.section-title h6{
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 1.2rem;
    color: #fff;
    font-family: "Barlow", sans-serif;
}

.section-title p{
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
}

.section{
    padding: 5rem 0rem;
}

.section-bg{
    background: var(--bs-secondary);
}

.section-bg h1,.section-bg h2,.section-bg h3,.section-bg h4, .section-bg p, .section-bg label{
    color: #fff;
}

.section-bg a{
    color: #f9e6c4;
    text-decoration: underline;
}

.section-dark{
    background: var(--bs-dark);
}

.section-info{
    background: var(--bs-primary);
}

.section-light{
    background: #fff;
    color: var(--bs-primary) !important;
}

.container-fluid.ws-container{
    max-width: 100rem;
    padding: 0 2rem;
}

.fancy {
    overflow: hidden;
    margin: 2rem 0;
    text-align: left;
    padding: 0 0 0 1em;
    font-size: 2.2rem;
    line-height: 1em;
}

.fancy span {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 1rem;
    background:var(--bs-secondary);
    border: 1px solid var(--bs-secondary);

}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 2px;
    top: 0.75em;
    width: 100rem;
}

.fancy span:before{
    border-bottom: 1px solid var(--bs-secondary);
    right: 100%;
}

.fancy span:after {
    left: 100%;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(195,152,78,1) 0%, rgba(195,152,78,0) 70%);
    border-image-slice: 1;
}



.img-small-thumb{
    width: 10rem;
    height: 10rem;
    object-fit: scale-down;
    background: #fff;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.05);
}


a.link-mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}


.section-img{
    display: block;
    width: 100%;
    height: 22rem;
    object-fit: cover;
}

.section-intro{
    position: relative;
    width: 90%;
    display: block;
    margin: -4rem auto 0 auto;
    max-width: 60rem;
    z-index: 99;
    padding: 2rem 3rem;
    background: var(--bs-dark);
}



.section-intro p{
    text-align: center;
}

.narrow-block{
    width: 90%;
    max-width: 60rem;
    margin: 0 auto;

}

.narrow-block p{
    text-align: justify;
    text-align-last: center;
}

.quote{
    display: block;
    height: 100% !important;
    position: relative;

    color: var(--bs-primary);
    padding: 0 2rem;
}

.quotes-container{
    position: relative;
    padding: 3rem 2rem;
}

.quotes-container::before{
    content: "\201C";
    font-family: Georgia, serif;
    font-weight: normal;
    color: var(--bs-light);
    position: absolute;
    font-size: 16rem;
    line-height: 1em;
    left: 1rem;
    top: 1rem;
    opacity: 0.1;
}

.ws-blockquote{
    display:block;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: justify;
    z-index: 999;
    font-style: italic;
}



.ws-blockquote-footer{
    display: block;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.popover-header{
    border-bottom: none;
    background: none;
    color: #000;
    padding-top: 1rem;
    padding-bottom: 0;
}

.popover-body{
}


.promo-text{
    padding: 5rem 3rem;
    background:var(--bs-dark);
}

.promo-text h3{
    color: var(--bs-secondary);
    line-height: 1.2em;
    font-size: 1.9rem;

}

.promo-text h3 > small{
    display: block;
    font-size: 0.9rem;
    color:var(--bs-white);
}

.promo-text p{
    color: var(--bs-white);
    font-size: 0.9rem;
    text-align: justify;
}


.main-footer{
    padding: 3rem 0;
    
    color: #fff !important;
    border-top: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255,255,255,0), rgba(196, 153, 78, 1), rgba(255,255,255,0));
    border-image-slice: 1;
    width:100%;
    background: var(--bs-dark);
    background-image: url('../layout/henry-foo-logo.svg');
    background-size: 20rem;
    background-position: center 6rem;
    background-repeat: no-repeat;
    
}

.main-footer a{
    color: var(--bs-secondary);
}

.foo-links{
    width: 100%;
    display: block;
    list-style: none;
    text-align: center;
    background: var(--bs-secondary);
    padding: 1rem;
}

.foo-links a{
    color: #efe8df;
    text-transform: uppercase;
    margin: 0.5rem;
    padding: 0.25rem 0.75rem;
}

.foo-links a:hover{
    color: #fff;
}

.foo-contacts{
    width: 20rem;
    overflow: hidden;
    margin: 1rem auto;
}

a.foo-contact{
    color: #fff;
    margin: 0.25rem 0;
    padding: 0.5rem 0;
    font-size: 1.2rem;
}

.opening-hours{
    display: block;
    width: 100%;
    color: #fff !important;
}

.social-contacts{
    display: block;
    width: 100%;

}

a.social-contact{
    text-align: center;
    display: block;

    margin: 1rem 0;

    /*border: 1px solid var(--bs-secondary);*/
}

a.social-contact > span{
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

a.social-contact:hover > span{
    padding-left: 0.25rem;
}

.sc-larger{
    font-weight: 500;
    font-size: 1.1rem;
}

hr.sc-divider{
    border: none;
    height: 2px;
    background: rgb(195,152,78);
    background: linear-gradient(90deg, rgba(195,152,78,1) 0%, rgba(195,152,78,0) 100%);
    display: block;
    margin: 1.5rem 0;
    opacity: 0.8;
}

img.foo-logo{
    height: 4rem;
    display: block;
    margin: 1rem auto;
}

.foo-data{
    padding-top: 2rem;
}

.foo-data h4{
    margin: 0;
    padding: 0;
}


.foo-data p{
    font-weight: 300;
    color: #999;
    font-size: 0.8rem;
    text-align: center !important;
}

.fc-img{
    width: 1.5rem;
    margin-right: 0.75rem;
}

.fc-data > p {
    margin: 0;
    padding: 0;
}

.fc-data > p > a{
    font-size: 1.1rem;
    color: #fff;
    text-decoration: none;
    outline-width: 0;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.fc-data > p > small{

    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.icon-img{
    width: 2rem;
    height: 2rem;
}








.lead-intro{
    max-width: 70rem;
    margin: 0 auto;
    position: relative;
}

.lead-intro h1{
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #332d2f;
    text-align: center;
}

.lead-intro h2{
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
}

.lead-intro h4{
    font-size: 1.2rem;
    font-weight: 500;
}

.lead-intro{
    text-align: justify;
    text-align-last: center;
    display: block;
    margin: 0 auto;
    padding: 1rem;
}

.lead-png{
    height: 16rem;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -4rem;
    left: 0;
    right: 0;
}


.article-info{
    text-align: center;
    padding-bottom: 3rem;
}

.youtube{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube iframe, .youtube object, .youtube embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.home-intro{
    max-width: 70rem;
    display: block;
    margin: 0 auto;
    padding: 4rem 1rem;
    text-align: center;
}

.home-intro > p{
    text-align: justify;
    text-align-last: center;
}

.home-category{
    width: 100%;
    display: block;
}

.home-category > .hc-img{
    display: block;
    width: 100%;
    background: #e7e1d9;
    height: 24rem;
    overflow: hidden;
}

.home-category > .hc-img img{
    display: block;
    width: 100%;
    height: 24rem;
    object-fit: cover;
}



.home-category > .hc-desc{
    position: relative;
}

.home-category > .hc-desc > .hc-desc-content{
    padding: 2rem;

    display: block;
}

.home-category > .hc-desc > .hc-desc-content > p{
    padding: 0 0 1rem 0;
    margin: 0;
    text-align: justify;
    font-weight: 300;
    letter-spacing: 0.1em;
}

.hc-title{
    margin: 0;
    padding: 0;
    text-align: left;
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 500;

}

.hc-title > a{
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 2rem;
    color: #362f2d;

}

.hc-title > a::after {
    content: '';
    display: block;
    width: 4rem;
    height: 0.3rem;
    position: relative;
    bottom: -0.5rem;
    background: #8dc63f;
    transition: width .3s ease-in-out;
}

.hc-title > a:hover::after{
    width: 100%;
}

.ref-list{
    text-align: center;
}

.ref-list > div{
    margin-bottom: 1rem;
}

.ref-list-element{
    display: block;
    width: 100%;
    margin: 1rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 2rem 0;
    margin: 2rem 0;
    border-bottom:  1px solid #cce0d7;
    text-align: left;
}

.ref-list-element:hover{
    z-index: 99;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.ref-short{
    background:  #ebf5e7;
    padding: 1rem 1rem 0.5rem 1rem;
}


.rle-header{
    background: #76b225;
    color: #e8e2d9;
    min-height: 7rem;
    display: block;
}

.rle-header > h2,.rle-header > h3{
    margin: 0;
    padding: 0;
}

.rle-desc > p{
    padding: 0;
    margin: 0;
}

.rle-header > h2{
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.rle-header > h3{
    font-size: 1rem;
    padding: 0 0.2rem;
    background:  #709342;
    display: inline;
}


.rle-img{
    height: 200px;
    overflow: hidden;
    background: rgba(0,0,0,0.1);
}

.rle-img > img{
    display: block;
    width: 100%;
    min-height: 200px;
    max-height: 300px;
    object-fit: cover;
    opacity: 0.9;
}

.ref-list-element:hover .rle-img > img{
    opacity: 1;
}

.rle-link{

    display: block;
}



.ref-title{
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.ref-subtitle{
    font-size: 1.2rem;
    padding: 0.2rem 0.5rem;
    background:  #709342;
    display: inline;
    color: #e8e2d9;
}

.ref-date{
    font-size: 1rem;
    margin-top: 0.8rem;
}


.gallery{
    list-style: none;
}

ul.gallery{
    padding: 0;
}

.ref-gallery-cover .gallery-thumb{
    display: block;
    width: 100%;
    height: auto;
}

.ref-gallery-item:first-child .gallery-thumb{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.2rem;
}

.ref-gallery-item:not(:first-child) .gallery-thumb{
    float: left;
    width: 50%;
    height: 16rem;
    padding: 0.2rem;
    object-fit: cover;
    border: none;
}

.pos-rel{
    position: relative;
}

.hide-logo{
    position: absolute;
    background: #fff;
    z-index: 99999;
    top: 0.2rem;
    right: 0;
    width: 100%;
    display: block;
    height: 2.3rem;
}

.promo{
    background: #fff;
}

.promo-descr{
    background: #000;
    padding: 4rem 1rem 2rem 2rem;
    line-height: 1.2em;
    color: #fff;
}

.promo-descr h2{
    line-height: 1em;
    margin-bottom: 1rem;
    font-size: 3.6rem;
    color: #ed1941;
}

.promo-descr p{
    text-align: justify;
}

.promo-img{
    display: block;
    width: 100%;
    background: #fff;
}

.promo-img > img{
    display: block;
    width: 60%;
    max-width: 30rem;
    margin: 0 auto;
}


.promo-sale-price{
    text-decoration: line-through;
    color: #ed1941;
    font-size: 1.4rem;
}

.promo-sale-percent{
    font-size: 1.6rem;
    padding: 0.2rem;
    color: #ed1941;
    font-weight: 800;
}

.promo-price-original{
    display: block;
}

.promo-price-original > span{
    font-size: 3rem;
    line-height: 0.8em;
    color:#fff;
    font-weight: 800;
}

.promo-price-original > span > small{
    display: block;
    font-size: 0.8rem;
    line-height: 1rem;
}

.blog-list{
    padding: 3rem 0;
}

.bl-item{
    padding: 1rem;
    border: 1px solid #e8e2d9;
    border: 2px solid rgba(200,178,142,0.2);
}

.bl-img{
    width: 100%;
    height: 14rem;
    object-fit: cover;
    overflow: hidden;
    background: #c7b299;
    object-fit: cover;
    margin-right: 1rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bl-title{
    line-height: 1.1em;
    font-size: 1.2rem;
    padding-top: 0.8rem;
}

.bl-short{
    font-size: 0.8rem;
}

a.lv-brand{
    display: block;
    text-align: center;
    min-height: 8rem;
    background: #fff;
    padding: 1rem;
    border: 1px solid #f3efe6;
    text-decoration: none;
    outline-width: 0;
    color: #716658;
    border-radius: 1rem;
}

a.lv-brand > img{
    width: 4rem !important;
    height: 4rem !important;
    margin: 0 auto;
    object-fit: scale-down;
    display: block;
}

.lv-brand > span{
    padding-top: 0.5rem;
    display: block;
}

.benefits > div{
    margin-bottom: 2rem;
}

.benefit{
    padding: 1rem;
    height: 100%;
}

.benefit-title{
    padding: 0.5rem 0;
}

.benefit-title > h3{
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color:  var(--bs-secondary);
}

.benefit-icon{

    display: inline-block;
    width: 2rem;
    display: inline-block;
    margin-right: 0.5rem;
}

.benefit > p{
    text-align: justify;
    padding: 0;
    margin: 0;
    color: #fff;
}


.home-article{
    position: relative;
    margin-bottom: 8rem;
    border: 1px solid var(--bs-secondary);
}



.home-article-desc, .home-article-img{
    display: block;
    width: 100%;
}

.home-article-desc{
    padding: 0 2rem 2rem 2rem;
    z-index: 999;
}

.home-article-desc h2{
    color:  var(--bs-secondary);
}

.home-article-short{
    padding-bottom: 1rem;
}

.home-article-short p{
    text-align: justify;
}

.home-article-img{
    padding: 2rem;
}

.home-article-img > img{
    position: relative;
    display: block;
    width: 100%;
}


.ws-title{
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.ws-title::after {
    content: '';
    display: block;
    width: 6rem;
    margin: 0 auto;
    height: 0.3rem;
    position: relative;
    bottom: -1rem;
    background: #d20f46;
    transition: width .3s ease-in-out;
}

.ws-title.title-left{
    text-align: left !important;
    margin-bottom: 2.4rem;
}

.ws-title.title-left::after{
    text-align: left !important;
    margin: 0;
}

.ws-title > small{
    display: block;
    line-height: 1.1em;
    text-transform: none;
    letter-spacing: 0.01em;
}

.count-data > span{
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1em;
}

.count-data > p{
    font-weight: 700;
}

.member{
    padding: 2rem;
    border: 1px solid #eee;
    border-radius: 0.5rem;
}



.member-img{
    display: block;
    width: 6rem;
    height: 8rem;
    object-fit: cover;
    border-radius: 0.25rem;
    margin-right: 1rem;
}

.member-data > h4{
    margin: 0;
    padding: 0;
}

.member-data > h5{
    font-weight: 400;
    font-size: 1rem;
}

.member-data a{
    font-weight: bold;
    color: #000;
    text-decoration: none;
    outline-width: 0;
}

.member-data a:hover{
    color:
}

.bg-flowtop{
    position: relative;
    background: rgb(255,209,77);
    background: linear-gradient(90deg, rgba(255,209,77,1) 0%, rgba(251,176,64,1) 50%);
    padding: 4rem 0;
}

.bg-flowtop > img{
    display: none;
}

.call-to-action{
    padding: 0 2rem 2rem;
}

.call-to-action > h4{
    font-size: 2.4rem;
    text-transform: uppercase;
}

.call-to-action > p{
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
}

.call-now{
    background: #000;
    padding: 1.5rem 2.5rem 1.5rem 2rem;
    border-radius: 4rem;
    position: absolute;
    z-index: 9;
    bottom: -2rem;

}

.call-now > span{
    font-size: 1.5rem;
    font-weight: 600;
}

.call-now > img{
    display: block;
    width: 2rem;
    margin-right: 1rem;
}

.documents{
    padding: 0 0 3rem 0;
}


.documents > h4{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.documents > a{
    margin-top: 0.5rem;
    margin-right: 0.25rem;
}

.service-category{
    position: relative;
    background: #000;
}

.services-info p{
    text-align: justify;
    text-align-last: center;
}

.sc-img{
    width: 100%;
    height: 20rem;
    object-fit: cover;
    opacity: 0.85;
}

.sc-data{
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    transition: all .3s ease-in-out;
    border: 2px solid var(--bs-secondary);
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(40,20,6,0.7) 0%, rgba(40,20,6,0) 30%);
}

.sc-data > span{
    position: absolute;
    bottom: 0.75rem;
    font-family: "Noto Serif Display", serif;
    font-weight: 400;
    line-height: 1em;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;

    transition: all .3s ease-in-out;
}

.sc-data:hover{
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem;
}
.sc-data:hover > span{
    bottom: 1.5rem;
}

.hotel-promo{
    position: relative;
    background-color: var(--bs-dark);
}


.hotel-promo:nth-child(even){
    background-color: var(--bs-black) !important;
}


.hp-item{

    border-top: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(0,0,0,0), rgba(196, 153, 78, 1), rgba(0,0,0,0));
    border-image-slice: 1;
    width:100%;
    padding: 10rem 0;
}

.hp-img-secondary{
    position: absolute;
    top: 8rem;
    left: 70%;
    width: 30%;
    height: 75%;
    object-fit: cover;
    opacity: 0.25;

}

.hp-img-primary{
    display: block;
    width: 90%;
    height: 20rem;
    object-fit: cover;
}

.hp-desc{
    width: 90%;
    display: block;
    padding: 2rem 1rem;
    z-index: 99;
}


.hp-title{
    padding: 1rem;
}

.hp-desc p{
    text-align: justify;
}





.video-wrapper{
    display: block;
    width: 100%;
    overflow: hidden;
}

.intro-video{
    display: block;
    width: 100%;
    height: 60vh;
    object-fit: cover;
}


.timeline{
    position: relative;
}


.timeline:before {
    content: "";
    position: absolute;
    top: 5rem;
    bottom: 5rem;
    left: 4.5rem;
    height: 80%;
    width: 2px;
    background-color: var(--bs-secondary);
    z-index: 0;
}

.timeline-item{
    padding: 2rem;
    display: flex;
    align-items: center;
}

.timeline-data{
    text-align: left;
    padding: 0.5rem;

}

.timeline-data h5, .timeline-data h6{
    margin: 0;
    padding: 0;
}

.timeline-data h5{
    font-size: 1rem;
}

.timeline-data h6{
    color: var(--bs-white);
}

.timeline-img{
    position: relative;
    z-index: 99;
}

.timeline-img > img{
    background: #fff;
    display: block;
    width: 5rem;
    height: 5rem;
    object-fit: cover;
    border-radius: 8rem;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(194,151,78,1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(194,151,78,1);
    box-shadow: 0px 0px 0px 2px rgba(194,151,78,1);
}



.pup-name{
    height: 3rem;
    overflow: hidden;
}



.pup-item{
    height: 100%;
    text-align: center;
    padding: 2rem 1rem 3rem 1rem;
    border: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255,255,255,0), rgba(196, 153, 78, 1), rgba(255,255,255,0));
    border-image-slice: 1;
}

/*.corner-border {
    --b: 1px;  
  --c: var(--bs-secondary); 
  --w: 3rem; 

  border: var(--b) solid #0000; 
  --_g: #0000 90deg,var(--c) 0;
  --_p: var(--w) var(--w) border-box no-repeat;
  background:
    conic-gradient(from 90deg  at top    var(--b) left  var(--b),var(--_g)) 0    0    / var(--_p),
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g)) 100% 0    / var(--_p),
    conic-gradient(from 0deg   at bottom var(--b) left  var(--b),var(--_g)) 0    100% / var(--_p),
    conic-gradient(from -90deg at bottom var(--b) right var(--b),var(--_g)) 100% 100% / var(--_p);
}*/


.pup-img{
    margin: 1rem 0;
    display: block;
}

.pup-img > img{
    display: block;
    width: 100%;
    height: 10rem;
    object-fit: cover;

}

.pup-short{
    text-align: justify;
    text-align-last: center;
    font-size: 0.8rem;
    height: 5rem;
    overflow: hidden;
}

.fixed-foo{

    padding: 0.5rem;
    right: 0;
    left: 0;

    bottom: 0;
    position: fixed;
    z-index: 1099;
}

.foo-res-link{
    display: block;
    width: 100%;
    text-align: center;
}
.foo-res-link a{
    border: 0.5rem solid rgba(0,0,0,0.6);
}

.ws-newsletter{
    display: block;
    margin: 0 auto;
    max-width: 60rem;
}

p.newsletter-info{
    padding: 1rem 0;
    font-size: 0.8rem;
    text-align: justify;
}

.text-justify{
    text-align: justify !important;
}

@media (max-width:440px){
    html{
        font-size: 75%;
    }

    .article img{
        display: block;
        width: 100%;
    }

}

@media (min-width:440px){
    html{
        font-size: 85%;
    }
}


@media (min-width: 576px){

    .call-now > img{
        width: 2.5rem;
    }

    .call-now > span{
        font-size: 2rem;
    }

    .img-right, .img-left{
        max-width: 50%;
        height: auto !important;
    }

    .img-left{
        float: left;
        margin: 1rem 1rem 1rem 0rem;
    }

    .img-right{
        float: right;
        margin: 1rem 0rem 1rem 2rem;
    }

    .section-relative{
        min-height: 20rem;
    }

}

@media (min-width: 768px){

    .call-to-action{
        padding: 0rem 15rem 2rem 2rem;
    }
    .bg-flowtop > img{
        display: block;
        position: absolute;
        right: 0;
        bottom: -3rem;
        width: 15rem;
        z-index: 99;
    }

    .ref-gallery-cover .gallery-thumb{
        float: left;
        width: 50%;
        height: 32rem;
        object-fit: cover;
    }

    .ref-gallery-item:first-child .gallery-thumb{
        float: left;
        width: 50%;
        height: 32rem;
        object-fit: cover;
    }

    .ref-gallery-item:not(:first-child) .gallery-thumb{
        float: left;
        width: 25%;
        height: 16rem;
        object-fit: cover;
        border: none;
    }

    .home-category > .hc-desc, .home-category > .hc-img{
        width: 50%;
        float: left;
    }
    .home-category:nth-child(even) > .hc-desc, .home-category:nth-child(even) > .hc-img{
        float: right;
    }

    .home-category > .hc-desc, .home-category > .hc-img{
        height: 24rem;
        position: relative;
    }

    .home-category > .hc-desc > .hc-desc-content{
        margin: 0;
        position: absolute;
        top: 48%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 2rem;
        text-align: justify;
    }

    .section-relative{
        min-height: 16rem;
    }


    .foo-contacts{
        width: 20rem;
        margin: 0;
    }


    .fc-data{
        text-align: left;
    }



}

@media (min-width: 992px){

    .documents{
        padding: 0 1rem 0 0;
    }

    .padding-header{
        padding-left: 18rem;
    }


    .home-category > .hc-desc > .hc-desc-content{
        padding:  4rem 10rem;
    }

    .promo{
        background: #000;
        margin-bottom: 10rem;
    }

    .promo-descr{
        padding: 3rem;
    }

    .section-relative{
        min-height: 14rem;
    }


    .home-article-desc{
        padding-top: 2rem;
    }




}

@media (min-width: 1200px){



    .hp-desc{
        width: 70%;
        padding-top: 3rem;
    }

    .timeline-item{

        max-width: 15rem;
        padding: 1rem;
        display: block;
    }

    .timeline-img > img{
        display: block;
        margin: 0 auto;
    }

    .timeline:before {
        content: "";
        position: absolute;
        top: 3.5rem;
        left: 8%;
        height: 2px;
        width: 85%;
        background-color: var(--bs-secondary);
        z-index: 0;
    }

    .timeline-data{
        text-align: center;
        padding: 0.5rem;

    }

    .timeline-data h5, .timeline-data h6{
        margin: 0;
        padding: 0;
    }

    .timeline-data h5{
        font-size: 1rem;
    }

    .home-article{
        border: none;
    }

    .home-article:before{
        content: "";
        position: absolute;
        top: 1.25rem;
        left: 1.25rem;
        width: 100%;
        height: 100%;
        border: 1px solid var(--bs-secondary);
        box-sizing: border-box;
        z-index: 99;
    }

    .home-article:nth-child(2n)::before{
        top: 1.25rem;
        left: -1.25rem;
    }


    .home-article-desc{
        display: block;
        width: 50%;
        padding: 4rem 2rem 3rem 3.5rem;
        overflow: hidden;
    }



    .home-article:nth-child(2n) .home-article-desc{
        padding: 4rem;
        padding: 4rem 3.5rem 3rem 2rem;
    }

    .home-article-short{
        display: block;
    }

    .home-article-img{
        padding: 0;
        width: 50%;
        border-radius: 0;
    }

    .home-article-img > img{
        min-height: 30rem;
        max-height: 40rem;
        object-fit: cover;
    }

    .home-article:nth-child(2n){
        flex-direction: row-reverse;
    }


    .home-article .home-article-img > img{
        margin-right: 0;
    }

    .home-article:nth-child(2n) .home-article-img > img{
        margin-left: 0;
        margin-right: 0;

    }


    .home-lead-article{
        padding: 3rem;
    }

    .bg-flowtop{
        min-height: 20rem;
        margin-top: -3rem;
        padding-top: 7rem;
    }

    .bg-flowtop > img{
        right: 0;
        top: -2rem;
        bottom: 0;
        width: 20rem;
    }

}

@media (min-width: 1440px){
    html{
        font-size: 100%;
    }
}



@media (min-width: 1920px){


    .hp-desc{
        width: 75%;
    }
}

@media (min-width: 2400px){

}



/********* THEME ********/

.info-btn{
    background: none;
    font-size: 1.2rem;
    color: var(--bs-primary);
}

.form-control{
    padding: 1.25rem 1rem;
    color: var(--bs-black);
    background-color: #a68142;
    font-weight: 500;
    background-clip: padding-box;
    border: 2px solid #a68142 !important;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: var(--bs-primary);
    background-color: var(--bs-light);
    box-shadow: 0px 0px 0px 2px #a68142;
}


.control-label{
    font-weight: 500;
}

label a{
    color: #f9e6c4;
    text-decoration: underline;
}

label a:hover{
    color: #f9e6c4;
    text-decoration: underline;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 40px var(--bs-light) inset !important;
}

.btn{
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.btn-outline-secondary{
}


.btn-rounded{
    border-radius: 0.25rem;
}

.btn-animate{
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    text-align: left;
}

.btn-animate:hover{
    padding-right: 1.75rem;
}

.btn-animate i{
    padding-left: 1.5rem;
    transition: padding-left .3s ease-in-out;
}

.btn-animate:hover > i{
    padding-left: 2rem;
}


.divider-lg{
    display: block;
    width: 100%;
    position: relative;
    margin: 3rem 0;
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255, 255, 255, 0), rgba(196, 153, 78, 1), rgba(255, 255, 255, 0));
    border-image-slice: 1;
    opacity: 1;
}