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

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

 @font-face {
    font-family: GTEestiProDisplay-Medium; 
    src: url(fonts/GTEestiProDisplay-Medium.ttf); 
   } 

 @font-face {
    font-family: GTEestiProDisplay-Regular; 
    src: url(fonts/GTEestiProDisplay-Regular.ttf); 
   } 

  @font-face {
    font-family: GTEestiProDisplay-Light; 
    src: url(fonts/GTEestiProDisplay-Light.ttf); 
   }  

  @font-face {
    font-family: GTEestiProDisplay-UltraLight; 
    src: url(fonts/GTEestiProDisplay-UltraLight.ttf); 
   }      

    
 h1, h3, h4, h5, h6{ 
    display: inline-block;
    text-align: center;
    font-size: 48px !important; 
    font-family: GTEestiProDisplay-Medium;  
    padding: 5px;
    width: 100%;
}

.burger-wrap{
    width: 40%;
    display: none;
}

.banner a{
    text-decoration: none;
}

.h1-all{
    text-align: left;
    font-size: 38px;
    height: auto;
    padding-bottom: 10px;
}

.h1-all span{
    font-family: GTEestiProDisplay-Regular; 
    text-align: left;
    font-size: 18px;
    border-bottom: dashed 2px #2196f3;
    position: relative;
    top: 10px;
}

.header-all{
    background: url(img/header.jpg);
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 0px;    
}

header{
    background: url(img/8d8bbaa.jpeg);
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 50px;
}

.header-top-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.logo{
    width: 20%;
}

.logo img{
    width: 95%;
    position: relative;
    top: -5px;
}

.description{
    width: 15%; 
    padding-top: 20px;   
}

.des-title{
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: -15px;    
    font-family: GTEestiProDisplay-UltraLight;   
}

.des-title span{
    font-family: GTEestiProDisplay-UltraLight;
}

.messenger{
    width: 10%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.messenger-image{
    width: 100%;
    padding-left: 10px;
}

.messenger-image img{
    width: 15px;
    position: relative;
    top: -5px;
}

.mail{
    width: 20%;
    background: url(img/pin.png);
    background-size: 20px;
    background-position: left top 17px;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-top: 10px;
}

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

.mail-title{
    width: 100%;
    color: #000;
    font-size: 13px;
    font-family: GTEestiProDisplay-Light;  
    text-align: left;     
}

.mail-number{
    font-size: 13px;
    font-family: GTEestiProDisplay-Medium;     
}

.phone{
    width: 15%;
    background: url(img/telephone.png);
    background-size: 20px;
    background-position: left top 25px;
    background-repeat: no-repeat;
    padding-left: 28px;  
    padding-top: 5px;  
}

.phone-2{
    width: 15%;
    background: url(img/instagram.png);
    background-size: 20px;
    background-position: left top 25px;
    background-repeat: no-repeat;
    padding-left: 28px;  
    padding-top: 5px;  
}

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

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

.phone-title{
    width: 100%;
    color: #000;
    font-size: 13px;
    font-family: GTEestiProDisplay-Light; 
    text-align: left; 
    background: url(img/circle.png);    
    background-size: 7px;
    background-position: left top 5px;
    background-repeat: no-repeat;
    padding-left: 15px;     
}

.phone-number{
    font-size: 18px;
    font-family: GTEestiProDisplay-Medium;     
}

.wp{
    width: 20%;
    background: url(img/phone-call.png);
    background-size: 20px;
    background-position: left top 5px;
    background-repeat: no-repeat;
    padding-left: 25px;    
}

.wp-title{
    width: 100%;
    color: #000;
    font-size: 13px;
    font-family: GTEestiProDisplay-Light;  
    text-align: center;     
}

.wp-number{
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 30px;
    background: linear-gradient(180deg,#ffc107 0,#ffdb6e 100%);
    box-shadow: inset 0 4px 4px rgb(0 0 0 / 15%);
    color: #000;
    font-size: 14px;
    font-family: GTEestiProDisplay-Medium;
    text-align: center; 
    margin-top: 5px;
}

.wp a{
    text-decoration: none;
}

.button-wrap{
    width: 15%;
}

.time{
    padding-bottom: 5px;
    color: #000;
    font-size: 12px;
    font-family: GTEestiProDisplay-Light;  
    background: url(img/circle.png);    
    background-size: 7px;
    background-position: left top 5px;
    background-repeat: no-repeat;
    padding-left: 15px;
}

.button-header{
    background: linear-gradient(180deg,#ffc107 0,#ffdb6e 100%);
    box-shadow: inset 0 4px 4px rgb(0 0 0 / 15%);
    color: #000;
    font-size: 14px;
    font-family: GTEestiProDisplay-Medium;
    padding: 10px 5px;
    border-radius: 4px;
    width: 160px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}

.top-menu{
    width: 100%;
    height: 45px;
    background: #f6f9ff;    
}

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

.top-menu nav{
    width: 90%;
    margin: 0 auto;
    padding-top: 5px;
}

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

.menu li{
    width: auto;
    padding: 10px 30px 0 0px;
    font-size: 12px;
    font-family: GTEestiProDisplay-Medium;  
    text-align: left;
    list-style: none;
    color: #000;
    text-transform: uppercase;
}

.menu li:hover .ddark{
    display: block;
    padding-bottom: 10px;
}

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

.cat-li{
    color: #fff !important;
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: GTEestiProDisplay-Light;
}

.cat-li:hover{
    color: #2ab500 !important;
}

.map{
    width: 25%;
    color: #fff;
    font-size: 13px;
    font-family: GTEestiProDisplay-Light; 
    background: url(img/location-pin.png);    
    background-size: 18px;
    background-position: left 35px top 10px;
    background-repeat: no-repeat;
    padding-left: 25px; 
    padding-top: 10px; 
    text-align: right; 
}

.banner{

}

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

.banner .left{
    width: 50%;
}

.banner-title{
    text-align: left;
    font-size: 36px;
    font-family: GTEestiProDisplay-Medium;  
    font-weight: 900; 
    padding-top: 50px; 
    padding-bottom: 20px;
    line-height: 45px;
}

.banner-title span{
    background: #ffc107;
    color: #000;
    padding: 0px 10px;
}

.banner-sm-title{
    text-align: left;
    font-size: 18px;
    font-family: GTEestiProDisplay-Light;  
    background: url(img/check.png);
    background-size: 16px;
    background-repeat: no-repeat;  
    background-position: left top 16px;
    padding-left: 25px;
    padding-top: 12px;
}

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

.znak{
    position: absolute;
    top: 20px;
    right: 50px;
}

.znak img{
    width: 140px;
}

.banner-image{
    width: 90%;
}

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

.banner-buuton-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.button-header {
    background: linear-gradient(180deg,#ffc107 0,#ffdb6e 100%);
    box-shadow: inset 0 4px 4px rgb(0 0 0 / 15%);
    color: #000;
    font-size: 16px;
    font-family: GTEestiProDisplay-Medium;
    padding: 10px 25px;
    border-radius: 60px;
    width: 200px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    margin-top: 35px;
}

.button-header-2{
    background: url(img/support.png);
    background-repeat: no-repeat;    
    background-position: left top 0;
    background-size: 40px;
    width: 300px;
    height: 50px;
    font-size: 18px;
    font-family: GTEestiProDisplay-Medium;
    padding-left: 50px;  
    padding-top: 0px;  
    margin-top: 35px;
    line-height: 20px;
}

.catalog{
    padding-top: 40px;
    padding-bottom: 50px;
}

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

.catalog a{
    text-decoration: none;
}

.catalog-wrap{
    width: 24%;
    height: 500px;
    margin-top: 30px;
    border: solid 1px #d9dbda;
    border-radius: 6px;    
}

.catalog-wrap-image{
    width: 90%;
    height: 230px;
    margin: 0 auto;
    border-radius: 6px;
    position: relative;
    top: 15px;
}

.catalog-wrap p {
    margin: 0 auto;
    font-size: 18px;
    font-family: GTEestiProDisplay-Medium;
    text-align: center;
    width: 90%;
    height: 120px;
    padding-top: 30px;
}

.mcash{
    text-align: center; 
    width: 90%;
    height: 40px;
    padding-top: 10px;     
    font-size: 20px;
    margin: 0 auto;
    font-family: GTEestiProDisplay-Medium;     
}

.catalog-item-1{
    width: 24%;
    height: 370px;
    border-radius: 8px;
    position: relative;
    margin-top: 30px;
    background: #fff;
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);
}

.catalog-item-1:last-child{
    width: 49%;
    height: 370px;
    border-radius: 8px;
    position: relative;
    margin-top: 30px;
    background: #fff;
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);
}

.catalog-item-1 .top{
    width: 90%;
    height: 200px;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 15px;
}

.catalog-item-2{
    width: 32%;
    height: 400px;
    border-radius: 16px;
    position: relative;
    border: solid 1px #000;
    margin-top: 30px;
}

.catalog-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0d021ead;
    border-radius: 16px;
}

.catalog-shadow-2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff9e;
    border-radius: 16px;
}

.catalog-item-1 p{
    padding-top: 40px;
    text-align: center;
    width: 90%;
    height: 80px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 23px;
    font-family: GTEestiProDisplay-Light;  
}

.catalog-item-1 p > span{
    border-bottom: dashed 2px #2196f3;
}

.catalog-item-1 ul{
    padding-left: 20px;
    height: 160px;
}

.catalog-item-1 ul > li{
    list-style: none;
    padding-top: 11px;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    font-family: GTEestiProDisplay-Light;  
    color: #fff;
    text-shadow: 1px 1px 1px #000;   
    background: url(img/check.png);
    background-size: 8px;
    background-repeat: no-repeat;  
    background-position: left top 18px;
    padding-left: 20px;     
}

.catalog-item-2 p{
    padding-top: 30px;
    text-align: left;
    width: 80%;
    height: 120px;
    margin: 0 auto;
    font-size: 18px;
    font-family: GTEestiProDisplay-Medium;  
    color: #000; 
    font-weight: 900; 
}

.catalog-item-2 p > span{
    border-bottom: dashed 2px #2196f3;
}

.catalog-item-2 ul{
    padding-left: 20px;
    height: 160px;
}

.catalog-item-2 ul > li{
    list-style: none;
    padding-top: 11px;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    font-family: GTEestiProDisplay-Light;  
    color: #000;  
    background: url(img/check.png);
    background-size: 8px;
    background-repeat: no-repeat;  
    background-position: left top 18px;
    padding-left: 20px;     
}

.catalog-button {
    color: #000;
    font-size: 17px;
    font-family: GTEestiProDisplay-Light;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 30px;
    background: linear-gradient(180deg,#ffc107 0,#ffdb6e 100%);
    box-shadow: inset 0 4px 4px rgb(0 0 0 / 15%);
    width: 150px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    top: 20px;
}

.catalog-wrap-button {
    background: linear-gradient(180deg,#00973e 0,#48f95e 100%);
    box-shadow: inset 0 4px 4px rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 14px;
    font-family: GTEestiProDisplay-Medium;
    padding: 10px 20px;
    border-radius: 60px;
    width: 170px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    top: 30px;
}

.post{
    height: 230px;
    background: url(img/offer.jpg) center;
    background-size: cover;
}

.post .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}

.post .left{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 0px;
}

.post-image{
    width: 15%;
}

.post .left .post-image img{
    width: 100px;
    position: relative;
    top: 20px;
    left: -20px;
}

.post .left .post-title{
    width: 80%;
    font-family: GTEestiProDisplay-Medium; 
    padding-top: 25px; 
    font-size: 28px;
    color: #fff;  
    text-align: left;
    line-height: 40px;
    text-shadow: 1px 1px 1px #000;
}

.post .right{
    width: 50%;
    margin: 0 auto;
}

.post-form{
    padding-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.post-input{
    width: 32%;
}

.post-form input{
    width: 100%;
    outline: none;
    border: none;
    border-radius: 20px;
    padding: 10px 5px;
    font-family: GTEestiProDisplay-UltraLight;
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
    box-shadow: 0 3px 10px 0 #3f51b554;
}

.post-button{
    background: linear-gradient(180deg,#ffc107 0,#ffdb6e 100%);
    box-shadow: inset 0 4px 4px rgb(0 0 0 / 15%);
    color: #000;
    font-size: 16px;
    height: 40px;
    font-family: GTEestiProDisplay-Medium;
    padding: 7px 5px;
    border-radius: 20px;
    width: 32%;
    text-align: center;
    cursor: pointer;
}

.post-button button{
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #000;
}

.about{
    padding: 50px 0 80px 0;
    position: relative;
    z-index: 99;
}

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

.about .left{
    width: 50%;
}

.about-title{
    width: 100%;
    text-align: left;
    font-size: 36px;
    font-family: GTEestiProDisplay-Medium;     
    padding-top: 20px;    
    line-height: 55px;   
}

.about-text{
    width: 90%;
    text-align: left;
    font-size: 16px;
    font-family: GTEestiProDisplay-Light;     
    padding-top: 10px;         
}

.about-text li{
    background: url(img/check.png);
    background-size: 16px;
    background-position: left 0px top 13px;
    background-repeat: no-repeat;
    padding-left: 25px;
    list-style: none;
    padding-top: 10px;
}

.about .right{
    width: 50%;
    margin: 0 auto;
    text-align: center;    
}

.about .right img{
    position: relative;
    top: 60px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;    
}

.about .right p{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-family: GTEestiProDisplay-UltraLight;     
    padding-top: 10px;        
    font-weight: 700; 
}

.about p > span{
    color: #fff;
    background: #1bbc4a;
    padding: 2px 5px 2px 2px;
    font-size: 18px;
}

.about-button{
    background: linear-gradient(180deg,#00973e 0,#48f95e 100%);
    box-shadow: inset 0 4px 4px rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 14px;
    font-family: GTEestiProDisplay-Medium;
    padding: 10px 25px;
    border-radius: 60px;
    width: 160px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 10px;
}

.about-gallery{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
}

.about-gallery-item{
    width: 24%;
    height: 250px;
    border-radius: 20px;
    margin-top: 20px;
}

.diler{
    width: 100%;
    height: auto;
    padding-bottom: 0px;
}

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

.diler .left{
    width: 60%;
    padding-top: 80px;
}

.diler-title{
    color: #000;
    font-size: 26px;
    font-family: GTEestiProDisplay-Medium;
}

.diler-title span{
    font-family: GTEestiProDisplay-Light; 
    font-size: 32px;
    border-bottom: dashed 2px #2196f3;
}

.diler-sm-title{
    color: #000;
    font-size: 18px;
    font-family: GTEestiProDisplay-Medium;
}

.diler .left ul{
    padding-left: 0rem;
    padding-top: 30px;
}

.diler .left li{
    text-align: left;
    font-size: 18px;
    font-family: GTEestiProDisplay-Light;  
    background: url(img/check-2.png);
    background-size: 16px;
    background-repeat: no-repeat;  
    background-position: left top 16px;
    padding-left: 25px;
    padding-top: 12px;
    list-style: none;
    color: #fff;    
}

.diler .right{
    width: 40%;
    padding-top: 80px;
    position: relative;
}

.diler .right img{
    width: 450px;
}

.diler p{
    font-family: GTEestiProDisplay-Light; 
    font-size: 17px;    
}

.diler-button{
    background: #1bbc4a;
    box-shadow: inset 0 4px 4px rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 14px;
    font-family: GTEestiProDisplay-Medium;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 300px;
}

.dilerd-button{
    background: linear-gradient(180deg,#00973e 0,#48f95e 100%);
    box-shadow: inset 0 4px 4px rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 14px;
    font-family: GTEestiProDisplay-Medium;
    padding: 10px 25px;
    border-radius: 60px;
    width: 230px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 10px;
}

.diler-button p{
    margin-top: 40px;
    font-size: 15px !important;
}

.priem{
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
}

.priem .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.priem-title{
    font-family: GTEestiProDisplay-Light; 
    text-align: center;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;    
}

.priem-title span {
    color: #fff;
    position: relative;
    background: #2196f3;
    padding: 5px 10px 2px 10px;
    border-radius: 6px;
}

.priem-item{
    width: 19%;
    height: 140px;
    border-radius: 6px;
    position: relative;
    background: #edeef0;
    margin-top: 50px;
    border: solid 1px #bdbdbd17;
    margin: 20px;
    position: relative;
    top: 30px;
}

.priem-item-num{
    position: absolute;
    right: -0px;
    top: -40px;
    font-size: 43px;
    font-family: GTEestiProDisplay-Medium;
    font-weight: 900;
    color: #00000080;
}

.priem-text{
    font-family: GTEestiProDisplay-Medium; 
    text-align: center;
    font-size: 16px;
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
}

.about{
    display: inline-block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
}

.about .container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.about h1{
    height: 100px !important;
}

.about_img{
    width: 50%;
}

.about_img img{
    width: 100%;
    position: relative;
    border-radius: 6px;
}

.about_text{
    width: 45%;
    font-size: 17px;
    font-family: GTEestiProDisplay-Light;
}

.about-button {
    background: linear-gradient(180deg,#ffc107 0,#ffdb6e 100%);
    box-shadow: inset 0 4px 4px rgb(0 0 0 / 15%);
    color: #000;
    font-size: 14px;
    font-family: GTEestiProDisplay-Medium;
    padding: 10px 5px;
    border-radius: 30px;
    width: 250px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

footer{
    padding-top: 40px;
    padding-bottom: 50px;
    background: url(img/Lidl-e1452684206723.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

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

.footer__wrap{
    width: 32%;
    margin-top: 40px;
}

.footer__wrap a{
    text-decoration: none;
    color: #fff;
}

.footer__title{
    height: 30px;
    font-family: GTEestiProDisplay-Medium;
}

.footer__item{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    padding-right: 50px;
    display: flex;
    justify-content: space-around;
}

.footer__item .left{
    width: 30px;
}

.footer__item .left img{
    width: 30px;
    position: relative;
    top: 7px;
    left: 0px;
}

.footer__item .right{
    width: 85%;
    padding-left: 15px;
}

.footer__item .right p{
    text-align: left;
    font-size: 16px;
    font-family: GTEestiProDisplay-Medium;
    padding: 0;
    margin: 0;
}

.footer__item .right p > span{
    font-family: GTEestiProDisplay-Medium;
    font-size: 13px;
}

.footer__item_cont .left{
    width: 30px;
}

.footer__item_cont .left img{
    width: 30px;
    position: relative;
    top: 7px;
    left: 0px;
}

.footer__item_cont .right{
    width: 85%;
}

.footer__item_cont .right p{
    text-align: left;
    font-size: 18px;
    font-family: Montserrat-Bold;
    padding: 0;
    margin: 0;
}

.footer__item_cont .right p > span{
    font-family: Montserrat-Medium;
    font-size: 13px;
}

.footer__wrap form{
    width: 350px;
}

.maps_card{
    text-align: left;
    list-style: none;
    width: 100%;
    padding-left: 0 !important;
}

.maps_card a{
    text-decoration: none;
    color: #fff;
}

.maps_card li{
    padding-top: 10px;
    padding-left: 20px;
    background: url(img/check-mark.png);
    background-size: 12px;
    font-family: GTEestiProDisplay-Medium;
    background-repeat: no-repeat;
    background-position: left top 17px;
}

.product{
    padding-top: 30px;
    padding-bottom: 50px;
}

.product h1{
    font-size: 32px !important;
}

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

.product .left{
    width: 40%;
    height: 450px;
    margin-top: 40px;
    border: solid 1px #d9dbda;
    border-radius: 6px;
}

.prod-image{
    width: 90%;
    height: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
    position: relative;
    top: 20px
}

.product .right{
    width: 55%;
    margin-top: 20px;
    padding-top: 30px;
}

.prod-title{
    width: 90%;
    text-align: left;
    font-size: 18px;
    font-family: GTEestiProDisplay-Light;
}

.prod-title span{
    font-family: GTEestiProDisplay-Medium;
}

.prod-title-glav{
    width: 90%;
    text-align: left;
    font-size: 18px;
    font-family: GTEestiProDisplay-Light;
    padding-bottom: 15px;
}

.prod-title-glav span{
    font-family: GTEestiProDisplay-Medium;
}

.prod-button {
    background: linear-gradient(180deg,#00973e 0,#48f95e 100%);
    box-shadow: inset 0 4px 4px rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 14px;
    font-family: GTEestiProDisplay-Medium;
    padding: 10px 20px;
    border-radius: 60px;
    width: 170px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 35px;
    margin-left: 0px;
}

.contact{
    padding: 40px 0 50px 0;
}

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

.contact h1{
    text-align: left;
    height: 50px;
    font-size: 28px !important;
}

.contact .left{
    width: 40%;
}

.contact .right{
    width: 55%;
}

.contact .right .map{
    width: 100%;
}

.cont-left-item{
    width: 100%;
}

.cont-left-item a{
    text-decoration: none;
    color: #000;
}

.cont-left-item p{
    font-size: 18px;
    text-align: left;
    font-family: GTEestiProDisplay-Light;
}

.cont-phone{
    background-image: url(img/telephone.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left top 10px;
    text-align: left;
    font-size: 22px;
    font-family: GTEestiProDisplay-Medium;
    padding-left: 33px;
}

.cont-mess{
    background-image: url(img/telephone.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left top 15px;
    text-align: left;
    font-size: 22px;
    font-family: GTEestiProDisplay-Medium;
    padding-left: 33px;
    padding-top: 10px;
}

.cont-mail{
    background-image: url(img/emaill.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left top 15px;
    text-align: left;
    font-size: 22px;
    font-family: GTEestiProDisplay-Medium;
    padding-left: 33px;
    padding-top: 10px;
}

.cont-button{
    background: linear-gradient(180deg,#00973e 0,#48f95e 100%);
    box-shadow: inset 0 4px 4px rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 16px;
    font-family: GTEestiProDisplay-Medium;
    padding: 10px 25px;
    border-radius: 60px;
    width: 200px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    margin-top: 35px;    
}