html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

.mob-menu{
    display: block;
}

.menu-btn {
    display: flex;
    align-items: center;
    position: relative;
    top: 5px;
    left: 0px;
    width: 30px;
    height: 50px;
    cursor: pointer;
    z-index: 9999999;
}
 
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition-duration: .25s;
}
.menu-btn > span::before {
  content: '';
  top: -8px;
}
.menu-btn > span::after {
  content: '';
  top: 8px;
}

.menubox{
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0px;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 100px 20px;
  list-style: none;
  background-color: #fff;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
  z-index: 99999;  
}

.menubox a{
    text-decoration: none;
    color: #000;
}

.map-header-mob{
    padding-bottom: 40px;
}

.contacto a{
    text-decoration: none;
}

.adresso a{
    text-decoration: none;
}

.contacto{
    font-family: courier;
    padding-top: 10px;
    text-transform: uppercase;
    background: url(img/headset.png);
    background-size: 15px;    
    background-position: left top 13px;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-top: 40px;
}

.adresso{
    font-family: courier;
    padding-top: 10px;
    text-transform: uppercase;
    background: url(img/marker.png);
    background-size: 15px;    
    background-position: left top 13px;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-top: 20px;    
}

.menubox li{
    font-family: courier;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.menu-item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: courier;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu-item:hover {
  background-color: #CFD8DC;
}

#menu-toggle{
  opacity: 0;
}

#menu-toggle:checked ~ .menu-btn > span{
  transform: rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
  top: 0;
  transform: rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after{
  top: 0;
  transform: rotate(90deg);
}
#menu-toggle:checked ~ .menubox {
    visibility: visible;
    right: 0;
}

.banner a{
    text-decoration: none;
}

.about a{
    text-decoration: none;
}

.jel a{
    text-decoration: none;
}

.vad a{
    text-decoration: none;
}

.offer a{
    text-decoration: none;
}

.header-button-wrap a{
    text-decoration: none;
}

.top-menu{
    width: 100%;
}

.top-menu-wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0rem;
    padding: 20px 0 10px 0;
}

.top-menu-wrap li{
    width: auto;
    padding: 0px 20px 0px 20px;
    font-size: 11px;
    font-family: HelveticaNeueCyr-Light;  
    text-align: left;
    list-style: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.top-menu-wrap a{
    text-decoration: none;
    color: #000;
}


header{
    width: 100%;
    height: 100px;
    background: #f6f1eb;
}

header .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo{
    width: 10%;
    padding: 10px 0 0 0;
}

.logo img{
    width: 100px;
}

.desc{
    width: 20%;
    padding: 30px 0 0 0;
}

.desc p{
    font-family: courier; 
    font-size: 13px;
}

header .container nav{
    width: 30%;
    height: 50px;
    padding-top: 15px;
    padding-right: 10px;
}

.menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0rem;
    padding: 20px 0 0 0;
}

.menu-li{
    width: auto;
    padding: 10px 10px;
    font-size: 15px;
    font-family: HelveticaNeueCyr-Light;  
    text-align: left;
    list-style: none;
    color: #000;
}

.menu-li a{
    text-decoration: none;
    color: #000;
}

.header-button-wrap{
    width: 20%;
    padding: 15px 0 0 0;
}

.header-button{
    width: 200px;
    height: 40px;
    background-image: url(img/phone-call.png);
    background-position: left 15px top 12px;
    background-repeat: no-repeat;
    background-size: 16px;
    color: #000;
    border: solid 1px #000;
    margin-top: 10px;
    padding: 10px 10px 8px 30px;
    font-size: 14px;
    font-family: courier; 
    text-align: center;  
    font-weight: 700; 
}

.banner{
    height: 650px;
    background: #f6f1eb;
}

.banner .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner .left{
    width: 60%;
    position: relative;
}

.banner-title{
    width: 90%;
    padding: 100px 0 0 0;
    font-family: SFUIText-Medium;
    font-size: 30px;
    font-weight: 900;
}

.banner-sm-text{
    width: 100%;
    padding: 20px 0 0 0;
    font-family: courier;
    font-size: 18px;
    line-height: 25px;    
}

.banner-sm-text span{
    font-weight: 900;
}

.banner-image-2{
    width: 40%;
}

.banner-image-2 img{
    width: 90%;
    position: relative;
    top: 50px;
    left: 30px;
    border-radius: 12px;
}

.banner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 0 0 0;
}

.banner ul > li{
    width: 24%;
    height: 45px;
    list-style: none;
    background: url(img/circle.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 28px;
    font-family: courier; 
    font-size: 18px;
    font-weight: 900;
}

.banner-button{
    width: 200px;
    height: 45px;
    border: solid 1px #000;
    background-image: url(img/shopping-bag.png);
    background-position: left 20px top 12px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #000;
    padding: 12px 10px 10px 30px;
    font-size: 14px;
    font-family: courier; 
    text-align: center;    
    margin-top: 40px;
    font-weight: 700;
}

.about{
    padding: 100px 0 100px 0;
}

.about .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.about .left{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.about-image{
    width: 90%;
    height: 500px;
    border-radius: 12px;
}

.about-image-2 {
    width: 90%;
    height: 500px;
    border-radius: 12px;
}

.about .right{
    width: 50%;
}

.about-title{
    width: 100%;
    margin: 0 auto;
    font-family: SFUIText-Medium; 
    font-size: 30px;
    line-height: 34px;
    padding: 15px 0 0 0;
    font-weight: 900;
}

.about ul{
    padding: 40px 0 0 0px;
    margin: 0 auto;
}

.about ul > li{
    width: 100%;
    height: 45px;
    list-style: none;
    background: url(img/circle2.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: left 10px top 8px;
    padding-left: 35px;
    padding-top: 5px;
    font-family: HelveticaNeueCyr-Light;     
}

.about p{
    width: 100%;
    margin: 0 auto;
    font-family: courier; 
    font-size: 18px;
    padding: 30px 0 0 0;
}

.about p > span{
    background: #212125;
    color: #fff;
    border-radius: 6px;
    padding: 2px 5px 2px 5px;
}

.about-button{
    width: 200px;
    height: 45px;
    border: solid 1px #000;
    background-image: url(img/whatsapp-footer.png);
    background-position: left 20px top 12px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #000;
    padding: 12px 10px 10px 30px;
    font-size: 14px;
    font-family: courier; 
    text-align: center;    
    margin-top: 40px;
    font-weight: 700;
}

.bag-logo-img{
    position: absolute;
    top: 130px;
    left: -180px;
}

.bag-logo-img img{
    width: 300px !important;
    transform: rotate(-90deg);
}

.jel{
    padding: 100px 0 100px 0;
}

.jel .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;     
}

.jel .left{
    width: 50%;
}

.jel-title{
    width: 100%;
    margin: 0 auto;
    font-family: SFUIText-Medium; 
    font-size: 30px;
    line-height: 34px;
    padding: 30px 0 0 0;
    font-weight: 900;
}

.jel-sm{
    width: 100%;
    margin: 0 auto;
    font-family: HelveticaNeueCyr-Light; 
    font-size: 18px;
    padding: 30px 0 0 0;
    font-weight: 900;
}


.jel .right{
    width: 50%;
    position: relative;
}

.bag-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    padding-top: 20px; 
}

.bag-icon{
    width: 32%;
    height: auto;
    border-radius: 6px;
    border: solid 1px #0003;
    margin: 0 auto;
    text-align: center;  
    padding: 20px 0 10px 0; 
    margin-top: 20px; 
}

.bag-icon img{
    width: 90%;
}

.jel-image-1{
    width: 200px;
    position: absolute;
    top: 20px;
    right: -60px;
    z-index: 99999;
}

.jel-image-1 img{
    width: 100%;
    border-radius: 12px;
}

.jel-image-2{
    width: 90%;
    position: absolute;
    top: 180px;
    right: 0px;
    z-index: 9999;
}

.jel-image-2 img{
    width: 100%;
    border-radius: 12px;
}

.jel-button-wrap-2{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 0 30px 0;
}

.jel-button-wrap{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
}

.jel-button{
    width: 200px;
    height: 45px;
    border: solid 1px #000;
    background-image: url(img/whatsapp-footer.png);
    background-position: left 20px top 12px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #000;
    padding: 12px 10px 10px 30px;
    font-size: 14px;
    font-family: courier; 
    text-align: center;    
    margin-top: 40px;
    font-weight: 700;
}

.jel-button-2{
    width: 200px;
    height: 45px;
    background-color: #e5e3db;
    background-image: url(img/communication.png);
    background-position: left 15px top 10px;
    background-repeat: no-repeat;
    background-size: 24px;
    color: #000;
    padding: 12px 10px 10px 30px;
    font-size: 14px;
    font-family: courier; 
    text-align: center;    
    margin-top: 40px;
    margin-left: 30px;
    font-weight: 700;
}

.bags{
    padding: 80px 0 80px 0;
    background: #fff;
}

.bags .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bags-top-images{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.bags-top-images-item{
    width: 24%;
}

.bags-top-images-item img{
    width: 90%;
}

.bags .left{
    width: 50%;
}

.bags-left-image{
    width: 90%;
    height: 520px;
}

.bags .right{
    width: 50%;
    padding-top: 25px;
}

.bags-title{
    font-size: 30px;
    margin-top: 15px;
    font-family: Montserrat-Bold;
    line-height: 37px;    
}

.bags-title span{
    border-bottom: solid 2px #000;
}

.bags .right ul{
    padding-left: 0rem;
    padding-top: 25px;
}

.bags .right li{
    background: url(img/diamond.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left top 18px;
    padding-left: 25px;
    padding-top: 15px;
    font-size: 15px;
    font-family: Montserrat-Light; 
    list-style: none;     
    font-weight: 700; 
}

.bags .right p{
    padding-top: 20px;
    font-size: 14px;
    font-family: Montserrat-Light;     
}

.bags-button {
    border: solid 1px #282828;
    width: 200px;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
    color: #282828;
    font-weight: 700;
    font-family: Montserrat-Medium; 
    cursor: pointer;
}

.bags-bottom-wrapp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
}

.bags-bottom-wrapp-title{
    width: 100%;
    font-size: 32px;
    color: #282828;
    font-weight: 700;
    text-align: left;
    font-family: SFUIText-Medium;     
}

.bags-wrapp-item{
    width: 22%;
    position: relative;
    padding-top: 60px;
}

.bags-bottom-wrapp-line{
    width: 5%;
    margin: 0 auto;
    text-align: center;    
}

.bags-bottom-wrapp-line img{
    width: 90%;
    position: relative;
    top: 50px;
}

.bags-wrapp-item-num{
    position: absolute;
    top: 70px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d2c2b1a1;
    font-size: 72px;  
    font-family: courier;  
}

.bags-wrapp-item .top{
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.bags-wrapp-item .top img{
    width: 50px;
}

.bags-wrapp-item .bottom{
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-family: courier; 
    padding-top: 20px;    
}

.bags-wrapp-item .bottom p{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: courier; 
}

.bags-wrapp-item .bottom p > span{
    font-size: 18px;
    font-family: SFUIText-Medium;     
}

.bag-wrappr{
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f6f1eb;
}

.bag-wrappr .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;      
}

.vad{
    width: 100%;
    padding: 100px 0 100px 0;
}

.vad .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;      
}

.vad .left{
    width: 45%;
}

.vad-title{
    font-family: SFUIText-Medium;
    font-size: 34px;
    padding-top: 40px;
    font-weight: 900;
}

.vad .left p{
    font-size: 16px;
    font-family: courier; 
    padding: 30px 0 0 0; 
    font-weight: 900;    
}

.vad .right{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    padding-top: 10px;
}

.vad .right-2{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    padding-top: 10px;
}

.vad-image{
    width: 100%;
    height: 450px;
    border-radius: 12px;
}

.preim{
    padding: 80px 0 0 0;
}

.preim .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;     
}

.preim-item{
    width: 32%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
    position: relative;     
}

.preim-item .left{
    width: 20%;
}

.preim-item .left img{
    width: 64px;
}

.preim-item .right{
    width: 75%;
    font-family: courier;
    font-weight: 700;
}

.preim-item .right p{
    position: relative;
    top: 15px;
}

.preim-item-num{
    position: absolute;
    top: 0px;
    left: 80px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d2c2b1a1;
    font-size: 72px;  
    font-family: Gotham-Bold;  
}

.offer{
    padding: 100px 0 110px 0;
    background: url(img/black-bag-with-scarf.jpg);
    background-size: 450px;
    background-position: right 100px top 110px;
    background-repeat: no-repeat;
}

.offer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
}

.offer-abs-image{
    position: absolute;
    top: 100px;
    right: 0px;
}

.offer .left{
    width: 40%;
    height: 480px;
}

.offer .right{
    width: 70%;
}

.offer-title{
    font-family: SFUIText-Medium; 
    font-size: 26px;
    font-weight: 700;
    padding-top: 20px;
    line-height: 30px;
    color: #000;
}

.offer-sm-title{
    font-family: HelveticaNeueCyr-Light;  
    font-size: 18px; 
    padding-top: 10px;  
    color: #000;
}

.offer form{
    width: 80%;
    font-family: HelveticaNeueCyr-Light; 
}

.offer form > label{
    width: 100%;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
}

.offer form > label > input{
    width: 300px;
    height: 40px;
    outline: none;
    border: none;
    border: solid 1px #000;
    padding-left: 20px;
    font-family: HelveticaNeueCyr-Light; 
}

.offer p{
    font-family: HelveticaNeueCyr-Light; 
    font-size: 12px;     
}

.offer-button {
    width: 300px;
    height: 50px;
    color: #000;
    font-family: courier;
    border: solid 1px solid #000;
    font-size: 15px;
    text-align: center;
    padding: 14px 10px;
    margin-top: 30px;
    cursor: pointer;
    border: none;
}

.bagg{
    padding: 80px 0 0px 0;
}

.bagg-image{
    width: 100%;
    height: 300px;
    border-radius: 12px;
}

.bagg p{
    font-size: 18px;
    font-family: courier;
    padding-top: 20px;
}

.bagg p > span{
    font-family: courier;
    font-weight: 900;
}

.filials{
    padding: 50px 0 50px 0;
}

.filials .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filials-item{
    width: 32%;
}

.filials-item .top{
    font-family: SFUIText-Medium; 
    font-size: 16px;
}

.filials-item .center{
    padding-top: 20px;
    font-family: HelveticaNeueCyr-Light; 
    font-size: 15px;
}

.filials-item .center span{
    font-size: 15px;
    font-family: HelveticaNeueCyr-Light;
}

.filials-item .bottom{
    margin-top: 20px;
}

.filials-item .bottom iframe{
    border-radius: 6px;
}

footer{
    padding: 50px 0 50px 0;
}

footer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .left{
    width: 30%;
}

.footer-title{
    font-size: 19px;
    font-family: courier;
    font-weight: 700;
}

.footer-title-2{
    text-align: right;
    font-size: 19px;
    font-family: courier;
    font-weight: 700;
}

.footer-cont-wrap{
    padding-top: 5px;
}

footer .left p{
    font-size: 15px;
    font-family: HelveticaNeueCyr-Light;
    padding: 0; 
    margin: 0;
    padding-top: 15px;
}

footer .left p > span{
    border-bottom: solid 1px grey;
}

footer .center{
    width: 40%;
}

.footer-logo{
    margin: 0 auto;
    text-align: center;
}

.footer-logo img{
    width: 180px;
}

footer .right{
    width: 30%;
}

.footer-soc-wrap{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footer-soc{
    width: 24%;
    padding-top: 30px;
    text-align: right;
}

.footer-soc img{
    width: 26px;
    margin: 0 auto;
    text-align: right;
}

.footer-bottom-menu{
    width: 100%;
    padding-top: 50px;
}

.footer-bottom-menu-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0rem;
    padding: 20px 0 10px 0;
}

.footer-bottom-menu li{
    width: auto;
    padding: 0px 20px 0px 20px;
    font-size: 14px;
    font-family: courier;  
    text-align: left;
    list-style: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-bottom-menu a{
    text-decoration: none;
    color: #000;
}

.copyright{
    padding: 20px 0 20px 0;
}

.copyright .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.copyright p{
    text-align: right;
    font-family: SFUIText-Medium; 
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
}

.reviews{
    padding: 80px 0 80px 0;
}

.reviews .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reviews-item{
    width: 31%;
    height: auto;
    margin-top: 30px;
}

.reviews-item iframe{
    border-radius: 30px;
}

@media only screen and (max-width: 600px) {
.top-menu-wrap {
    justify-content: space-between;
}

.top-menu-wrap li {
    padding: 10px 0px 0px 0px;
    font-size: 10px;
}

header {
        width: 100%;
        height: auto;
        display: flex;
        position: fixed;
        background: #f6f1eb;
        z-index: 99999;
        padding-bottom: 10px;
}

.logo {
    width: 50%;
    padding: 10px 0 0 0;
}

.desc {
    width: 50%;
    padding: 15px 0 0 0;
    display: none;
}

.desc p {
    font-size: 11px;
}

.mob-menu {
    display: block;
    order: 2;
}

header .container nav{
    display: none;
}

.header-button-wrap {
    width: 100%;
    order: 3;
    padding: 5px 0 0 0;
}

.header-button {
    width: 250px;
    height: 40px;
    background-image: url(img/phone-call.png);
    background-position: left 15px top 12px;
    background-repeat: no-repeat;
    background-size: 16px;
    color: #000;
    border: solid 0px #000;
    border-bottom: solid 1px #cfcfcf;
    margin-top: 10px;
    padding: 10px 10px 8px 30px;
    font-size: 15px;
    font-family: courier;
    text-align: center;
    margin: 0 auto;
}

.banner {
    height: auto;
    background: #f6f1eb;
}

.banner .left {
    width: 100%;
    position: relative;
    padding-top: 0px;
    order: 2;
    padding-bottom: 80px;
}

.banner-title {
    width: 100%;
    padding: 50px 0 0 0;
    font-size: 24px;
    text-align: center;
}

.banner ul {
    width: 100%;
}

.banner ul > li {
    width: 24%;
    height: 45px;
    list-style: none;
    background: url(img/circle.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left top 0px;
    padding-left: 25px;
    font-family: courier;
    font-size: 13px;
}

.banner-sm-text {
    width: 100%;
    padding: 0px 0 0 0;
    font-family: courier;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.banner-image-1 {
    display: none;
}

.banner-image-2 {
    width: 100%;
    order: 1;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 9999;
    padding: 100px 0 40px 0;
}

.banner-image-2 img {
    width: 100%;
    position: relative;
    top: 50px;
    left: 0px;
    border-radius: 4px;
}

.banner-button {
    width: 200px;
    height: 45px;
    border: solid 1px #000;
    background-image: url(img/shopping-bag.png);
    background-position: left 20px top 12px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #000;
    padding: 12px 10px 10px 30px;
    font-size: 14px;
    font-family: courier;
    text-align: center;
    margin-top: 40px;
    margin: 0 auto;
    position: relative;
    top: 30px;
}

.about {
    padding: 150px 0 50px 0;
    background: #e5e3db;
}

.abtmob{
    padding-top: 30px !important;
    background: #fff;
}

.about .left {
    width: 100%;
    order: 2;
}

.about .right {
    width: 100%;
    order: 2;
    padding-top: 30px;
}

.about-image {
    width: 100%;
    height: 260px;
    border-radius: 12px;
    margin-top: 30px;
}

.about-image-2 {
    width: 100%;
    height: 460px;
    border-radius: 12px;
    margin-top: 30px;
}

.about-title {
        width: 90%;
        font-size: 26px;
        line-height: 32px;
        margin: 0 auto;
        padding: 0px 0 0 0;
        text-align: center;
}

    .about ul > li {
        width: 100%;
        height: auto;
        list-style: none;
        padding-bottom: 20px;
        font-weight: 900;
    }

    .about p {
        font-size: 16px;
        order: 3;
        padding-top: 20px;
        font-weight: 900;
        width: 100%;
        text-align: center;
    }

.about-button {
        margin: 0 auto;
        order: 4;
        position: relative;
        top: 30px;
}

.jel {
    padding: 50px 0 50px 0;
}

.jel .left {
    width: 100%;
}

.jel .right {
    width: 100%;
    position: relative;
    padding: 40px 0 0px 0;
}

.jel-image-1{
    display: none;
}

.jel-image-2 {
    width: 100%;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 9999;
}

    .jel-title {
        font-size: 26px;
        line-height: 35px;
        padding: 10px 0 0 0;
        text-align: center;
    }

.jel-button-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
}    

.jel-button {
    width: 250px;
    margin-top: 10px;
    margin-left: 0px;
}

.jel-button-2 {
    width: 250px;
    margin-top: 20px;
    margin-left: 0px;
}

.bag-wrappr {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

.bags-bottom-wrapp-title {
    width: 100%;
    font-size: 24px;
    text-align: center;
}

.bags-wrapp-item {
    width: 100%;
    position: relative;
    padding-top: 50px;
}

    .bags-wrapp-item .bottom p > span {
        font-size: 18px;
        font-family: 'SFUIText-Medium';
    }

.bags-wrapp-item .bottom p {
        font-size: 16px;
        font-weight: 900;
    }

.bagg {
    padding: 180px 0 0px 0;
}

.vad {
    width: 100%;
    padding: 150px 0 50px 0;
}

.vadmob{
    padding-top: 30px !important;
}

.vad .left {
    width: 100%;
    padding-top: 20px;
    order: 2;
}

.vad-title {
    font-size: 34px;
}

.vad .left p {
    font-size: 16px;
}

.vad .right-2 {
    width: 100%;
    padding-top: 40px;
    order: 3;
}

.vad .right {
    width: 100%;
    padding-top: 40px;
    order: 1;
}

    .vad-image {
        width: 100%;
        height: 390px;
        border-radius: 12px;
    }

.preim {
    padding: 0px 0 0 0;
}

.preim-item {
    width: 100%;
    height: 120px;
}

.offer {
    padding: 50px 0 50px 0;
    background: transparent;
}

.offer .right {
    width: 100%;
}

.offer-title {
        font-family: 'SFUIText-Medium';
        font-size: 24px;
        font-weight: 700;
        padding-top: 20px;
        padding-bottom: 10px;
        line-height: 25px;
        color: #000;
        text-align: center;
    }

.offer-sm-title {
    font-family: HelveticaNeueCyr-Light;
    font-size: 18px;
    padding-top: 10px;
    color: #000;
    text-align: center;
}

.offer form {
    width: 90%;
    margin: 0 auto;
    font-family: HelveticaNeueCyr-Light;
}

.offer form > label {
    width: 100%;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
    text-align: center;
}    

.offer form > label > input {
    width: 90%;
    height: 40px;
    outline: none;
    border: none;
    border: solid 1px #000;
    padding-left: 10px;
    font-family: HelveticaNeueCyr-Light;
}  

.offer p {
    font-family: HelveticaNeueCyr-Light;
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
}  

.jel-button-wrap-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 0 30px 0;
}

.bagg p {
        font-size: 16px;
        font-family: HelveticaNeueCyr-Light;
    }

.filials-item{
    width: 100%;
    margin-top: 40px;
}

.filials {
    padding: 180px 0 50px 0;
}

.filials-item .top {
    font-family: SFUIText-Medium;
    font-size: 20px;
    font-weight: 900;
}

.filials p {
    margin-top: 0;
    margin-bottom: 0rem;
    margin-top: 10px;
    /* font-size: 18px; */
}

.filials-item .center span {
    font-size: 15px;
    font-family: HelveticaNeueCyr-Light;
    font-weight: 900;
}

footer {
    padding: 50px 0 50px 0;
    background: #f6f1eb;
}

footer .left {
    width: 100%;
    order: 2;
    padding-top: 40px;
}

footer .center {
    width: 100%;
    order: 1;
}

footer .right {
    width: 100%;
    order: 3;
    padding-top: 40px;
}

.footer-bottom-menu{
    order: 4;
}

.copyright{
    order: 5;
}

.footer-title {
    font-size: 19px;
    font-family: courier;
    font-weight: 700;
    text-align: center;
}

footer .left p {
    font-size: 15px;
    font-family: HelveticaNeueCyr-Light;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    text-align: center;
}

.footer-title-2 {
    text-align: center;
    font-size: 19px;
    font-family: courier;
    font-weight: 700;
}

.footer-soc {
    width: 24%;
    padding-top: 30px;
    text-align: center;
}

.copyright {
    padding: 80px 0 0px 0;
    margin: 0 auto;
    text-align: center;
}

.preim-item .right {
    width: 75%;
    font-family: courier;
    font-weight: bolder;
}

.jel-sm {
    width: 100%;
    margin: 0 auto;
    font-family: HelveticaNeueCyr-Light;
    font-size: 18px;
    padding: 30px 0 0 0;
    font-weight: 900;
    text-align: center;
}

.offer-button {
    width: 90%;
    /* margin: 0 auto; */
    height: 50px;
    margin-left: 15px;
    color: #000;
    font-family: courier;
    border: solid 1px solid #000;
    font-size: 15px;
    text-align: center;
    padding: 14px 10px;
    margin-top: 30px;
    cursor: pointer;
    border: none;
}

.reviews{
    padding-top: 180px;
}

.reviews-item {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

}    