.navbar-brand img{
     width:100px;
}

.header-contacts{
     padding:7px 25px;
     border-radius:5px;
     background-color: var(--skin-light);
}

.header-contacts a{
     font-size:0.7em;
     text-decoration:unset;
     color:var(--color2);
     font-weight:bold;
}

.header-contacts a:nth-child(2){
     border-left:2px solid #FFB788;
     padding-left:5px;
}

.navbar-light .navbar-toggler {
     color: var(--skin-dark);
     border:0;
 }

.intro{
     margin-top:80px;
}

.intro .text{
     margin-top:10px;
     padding: 0 100px;
}

.sh-well-first{
     border-top-left-radius: 30px;
     border-bottom-left-radius: 30px;
     position:relative;
}

.sh-well-first img:nth-child(1){
     width:90% !important;
}

.sh-well-first .text{
     padding:50px;
     margin-top:80px;
}

.linking-svg{
     position:absolute;
     top:80%;
     left:15%;
     width:60% !important;
}

.sh-well-second{
     border-top-right-radius: 30px;
     border-bottom-right-radius: 30px;
     margin-top:130px;
}

.sh-well-second img:nth-child(1){
     width:90% !important;
}

.sh-well-second .text{
     padding:50px;
     margin-top:80px;
     margin-bottom:50px;
}

.insta{
     margin-top:100px;
}

.insta .card-img-top{
     width:100%;
     height:200px;
     object-fit: cover;
}

.insta .card .card-body .card-text{
     font-size:0.7em;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
}

.insta .card .card-body a{
     font-size: 0.7em;
}

.owl-carousel .item img{
     width:200px;
     height:200px;
     object-fit: contain;
     border-radius:10px;
}

footer{
     margin-top:40px;
}

footer p{
     font-size:0.75em;
     margin-top:10px;
     color: var(--skin-dark) !important;
}

footer .sh-well-first img:nth-child(1){
     width:30% !important;
}

footer a{
     color: var(--skin-dark) !important;
     text-decoration:none;
}

footer i{
     font-size:1.3em !important;
}

.order-section{
     display:none;
     width:100%;
     top:0;
     height:100vh;
     background-color:white;
     z-index:5000;
}

.order-section .close-btn{
     position:absolute;
     right: 23px;
     top: -34px;
     font-size: 1.2em;
     color:rgb(151, 151, 151);
     cursor:pointer;
}

.order-section .close-btn:hover{
     color:var(--skin-orange);
}