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

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

header{
    width: 100%;
    height: 160px;
}

.header-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1f2021cc;
}

header .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;

}

.logo{
    width: 20%;
    margin-top: 20px;
}

.logo img{
    width: 100%;
}

.logo-text{
    width: 0%;
    padding-top: 10px;
    margin-top: 10px;
}

.logo-text p{
    font-family: Gotham-Light; 
    font-size: 12px;
    color: #000;
}

.one{
    width: 15%;
    margin-top: 20px;
}

.one p{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000;
    background-image: url(img/whatsapp222.png);
    background-position: left 0px top 22px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.one span{
    font-family: Gotham-Light;
    font-size: 12px;
}

.one2{
    width: 20%;
    margin-top: 20px;
}

.one2 p{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000;
    background-image: url(img/telephone.png);
    background-position: left 0px top 22px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.one2 span{
    font-family: Gotham-Light;
    font-size: 12px;
}

.one3{
    width: 20%;
    margin-top: 20px;
}

.one3 p{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000;
    background-image: url(img/email.png);
    background-position: left 0px top 22px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.one3 span{
    font-family: Gotham-Light;
    font-size: 12px;
}

.phone{
    font-family: Gotham-Bold; 
    font-size: 15px;
    color: #000;
    margin-top: 30px;
}

.phone span{
    font-family: Gotham-Light;
    font-size: 12px;
}

.header-button{
    border: solid 1px #3368c6;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #3368c6;
    width: 180px;
    height: 45px;
    font-family: Gotham-Light;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 25px;
}

.header-menu{
    width: 100%;
    color: #000;
    padding-top: 0px;
    border-bottom: solid 1px #b9b9b9;
}

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

.header-menu a:hover{
    color: #51a351;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    padding-top: 5px;  
}

.header-menu ul > li{
    width: auto;
    font-family: Gotham-Medium; 
    font-size: 12px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 0px;
}

.header-menu span{
    border-bottom: solid 1px #fff;
}

.banner{
    width: 100%;
    height: 550px;
    background: transparent;
    background-size: contain;
    background-position: center;
    position: relative;    
}

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

.banner-mob{
    display: none;
}

.banner-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-wrap{
    width: 50%;
    padding-top: 40px;
}

.banner-video{
    width: 50%;
    padding-top: 40px;
}

.banner-video iframe{
    width: 100%;
    height: 390px;
    border-radius: 8px;
}

.banner-title{
    width: 100%;
    color: #000;
    font-size: 38px;
    font-family: Gotham-Bold;
    text-transform: uppercase;
    line-height: 45px;
}

.banner-list{
    padding-left: 0rem;
    padding-top: 0px;
}

.banner-list li{
    list-style: none;
    font-size: 20px;
    font-family: Gotham-Light; 
    background: url(img/circle.png);
    background-size: 18px;
    background-repeat: no-repeat;  
    background-position: left top 15px;
    color: #000;
    padding-top: 10px;
    padding-left: 25px;
}

.banner-sm-title{
    width: 100%;
    color: #000;
    font-size: 20px;
    font-family: Gotham-Medium;
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner-sm-title span{
    color: #377af1;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
}

.banner-text{
    width: 700px;
    border-radius: 15px;
    background-color: #fff;
    color: #000;
    padding: 10px 10px;
    font-family: Gotham-Light; 
    font-size: 18px;
    margin-top: 30px;
    background-image: url(img/house.png);
    background-repeat: no-repeat;
    background-position: left 15px top 10px;
    background-size: 40px;
    padding-left: 70px;
    margin: 0 auto;
    text-align: center;
}

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

.banner-button-1{
    background: #377af1;
    border-radius: 8px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 300px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer; 
    font-size: 16px; 
    margin-top: 15px; 
}

.banner-button-2{
    border: solid 1px #fff;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 200px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer; 
    font-size: 16px; 
    margin-top: 15px; 
}

.banner-img-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;
    background-color: #fff;
    border-radius: 8px;
    padding: 22px 20px;
}

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

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

.modul-text{
    width: 50%;
    font-family: Gotham-Light; 
    font-size: 16px;  
    text-align: left;
    color: #414040;
    padding-top: 20px;  
}

.modul-text span{
    font-family: Gotham-Bold; 
    font-size: 48px; 
    text-align: left;   
}

.modul-img{
    width: 50%;
    margin: 0 auto;
    text-align: right;
    position: relative;
    top: 40px;
 
}

.modul-img iframe{
    width: 90%;
    border-radius: 8px;
    margin-top: 40px;
    margin-left: 40px;
}

.modul-img-wrap{
    width: 90%;
    height: 360px;
    position: absolute;
}

.modul-img img{
    width: 80%;
    border-radius: 15px;
    margin-top: 15px;
    z-index: 99999;
    position: relative;
}

.modul-button-wrap{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.modul-button-1{
    background: #377af1;
    border-radius: 10px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 300px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer; 
    font-size: 16px; 
    margin-top: 15px; 
}

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

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

.tech-title{
    width: 100%;
    font-family: Gotham-Bold; 
    font-size: 44px; 
    text-align: left; 
    color: #414040; 
}

.tech-item{
    width: 24%;
    height: 350px;
    border-radius: 15px;
    position: relative;
    margin-top: 40px;
    background: #fff;
    box-shadow: 0 10px 30px #0a58ca42;
    border-radius: 6px;
}

.tech-item a{
    text-decoration: none;
}

.tech-icon-1 img{
    width: 100px;
    position: relative;
    top: 20px;
    left: 40px;
}

.tech-icon-2 {
    padding-top: 30px;
}

.tech-icon-2 img{
    width: 70px;
    position: relative;
    top: 20px;
    left: 40px;
}

.tech-icon-3 {
    
}

.tech-icon-3 img{
    width: 150px;
    position: relative;
    top: 20px;
    left: 40px;
}


.tech-item p{
    width: 90%;
    height: 105px;
    margin: 0 auto;
    color: #000;
    font-family: Gotham-Bold; 
    font-size: 20px; 
    text-align: left;
    padding-left: 20px;
    padding-top: 40px;
    line-height: auto;   
}

.tech-item p > span{
    font-family: Gotham-Light; 
    font-size: 14px;
}

.tech-line{
    width: 80px;
    height: 3px;
    background: blue;
    margin-top: 10px;
    margin-left: 32px;
}

.tech-item ul{
    padding-left: 0rem;
    margin: 0 auto;
    width: 90%;
    padding-top: 80px;
}

.tech-item li{
    list-style: none;
    color: #fff;
    font-family: Gotham-Light; 
    font-size: 16px;  
    text-align: left; 
    background-image: url(img/medical-symbol.png);
    background-repeat: no-repeat;
    background-position: left 10px top 5px;
    background-size: 15px;
    padding-left: 30px;   
    margin-top: 20px;     
}

.tech-item li > span{
    font-family: Gotham-Medium;
}

.tech-button{
    border: solid 1px #fff;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
    color: #000;
    width: 200px;
    height: 45px;
    font-family: Gotham-Light;
    cursor: pointer; 
    font-size: 16px; 
    margin-top: 20px;   
    margin-left: 25px;  
}

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

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

.priem-title{
    width: 100%;
    font-family: Gotham-Bold; 
    font-size: 48px; 
    color: #414040; 
}

.priem-item{
    background: #80808014;
    width: 19%;
    height: 270px;
    border-radius: 6px;
    margin-top: 40px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    position: relative;
    top: 50px;
}

.priem-item .top{
    width: 100%;
    margin: 0 auto;
    font-family: Gotham-Bold; 
    font-size: 18px;
    padding-top: 30px;
    text-align: center;
}

.priem-item .bottom{
    width: 90%;
    margin: 0 auto;
    font-family: Gotham-Light; 
    font-size: 15px;
    padding-top: 10px;
    text-align: center;
}

.priem-bottom-text{
    padding-top: 80px;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    color: #000;
    font-size: 28px;
    font-family: Gotham-Medium; 
}

.priem-item img{
    margin: 0 auto;
    text-align: center;
    width: 70px;
}

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

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

.sxema-title{
    width: 100%;
    font-family: Gotham-Bold; 
    font-size: 44px; 
    text-align: center; 
    color: #414040; 
}

.sxema-img{
    margin-top: 20px;
}

.sxema-img img{
    width: 100%;
}

.offer{
    padding: 0px 0 60px 0;
    background: url(img/grey-texture-background-d29qkeb2b46ygint.jpg) center/cover;
}

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

.offer .left{
    width: 50%;
}

.offer-title{
    font-family: Gotham-Bold;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    padding-top: 70px;
}

.offer p{
    font-family: Gotham-Medium;
    font-size: 22px;
    line-height: 30px;
    color: #fff;   
    padding-top: 30px; 
}

.offer .right{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.offer .right iframe{
    margin-top: 20px;
    width: 90%;
}

.offer .right img{
    border-radius: 30px;
    width: 90%;
}

.offer form{
    width: 100%;
    background: #fff;
    padding: 20px 20px;
    padding-bottom: 25px;
    border-radius: 30px;
    font-family: Gotham-Light; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

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

.offer form > label > input{
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    border: solid 1px #000;
    padding-left: 20px;
    font-family: Gotham-Medium; 
    border-radius: 12px;
}

.offer-button {
    border-radius: 12px;
    width: 31%;
    height: 50px;
    color: #fff;
    font-family: Gotham-Medium;
    background: #377af1;
    font-size: 15px;
    text-align: center;
    padding: 14px 10px;
    margin-top: 10px;
    cursor: pointer;
    border: none;
}

.priem2{
    padding: 50px 0 80px 0;
    background-color: #f1f0f5a8;
}

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

.priem2-title{
    font-family: Gotham-Medium; 
    font-size: 24px;
    width: 90%;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #414040;
    text-align: center;
    margin: 0 auto;
}

.priem2-title span{
    color: #51a351;
}

.priem2-item{
    width: 24%;
    height: auto;
    border-radius: 12px;
    margin-top: 40px;
    padding-bottom: 40px;
}

.priem2-item .top{
    width: 100%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    border-radius: 12px;
}

.priem2-item .top img{
    width: 90%;
    border-radius: 12px;
}

.priem2-text{
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-family: Gotham-Bold; 
    width: 90%;
    padding-top: 20px;
}

.priem2-button-1{
    background: #51a351;
    border-radius: 10px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 300px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer; 
    font-size: 16px; 
    margin: 0 auto;
    position: relative;
    top: 20px;
}

.footer{
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #EBEBEB;
}

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

.footer h1 {
    margin-top: 10px;
    font-size: 20px !important;
    text-align: left;
    color: #585858;
    position: relative;
    left: 0px;
    top: 20px;
    height: auto;
    background: transparent;
}

.footer-text{
    color: #585858;    
    font-family: Gotham-Light;  
    position: relative;
    top: 20px;
    width: 390px; 
    text-align: left;
    margin-left: 0px;  
    vertical-align: top;    
}

.footer-text a {
    text-decoration: none;
    color: #585858;
}

.footer-text b{
    font-size: 24px;
    font-family: Gilroy-Bold;
    font-weight: 100;    
}

.footer-text p{
    color: #585858;
    font-size: 18px;
    font-family: Gotham-Light;
    text-align: left;    
    font-weight: 700;
    padding-left: 25px;
}

.about_center{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    padding: 20px 0 20px;
}

.footer-text img {
    width: 24px;
    position: relative;
    top: -5px;
    right: 10px;
}

.footer-text_2{
    color: #000;    
    font-family: Gilroy-Light;  
    position: relative;
    top: 80px;
    width: 300px; 
    height: 250px;
    text-align: left;
    margin-left: 0px;  
    vertical-align: top;    
}

.footer-text_2 img{
    margin-left: 10px;
    width: 200px;
}

.formblock_modal_ov{
    width: 350px;   
    margin: 0px 0px 0 0;
    background: #fff;
    text-align: center;
    float: right;
    font-family: Gotham-Bold;
    font-size: 20px;
    padding-top: 20px; 
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    box-shadow: 0 0 40px rgba(0,0,0,.2);
    border-radius: 7px;
    position: relative;
    top: -90px; 
}


.formblock_modal_ov input{
    width: 300px;
    height: 45px;
    margin-bottom: 20px;
    position: relative;
    top: 30px;
    border-radius: 6px;
    padding-left: 10px;
    font-family: Gotham-Light; 
    font-size: 17px;
    border: 1px solid #ced4da;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    outline: none;  
    background-color: #f8f8f8;
}

.formblock_button{
    background-color: #3368c6;    
    display: inline-block;
    font-family: Gotham-Bold; 
    font-weight: 500;
    color: #fff;
    padding: 8px;
    padding-top: 8px; 
    padding-bottom: 10px;
    width: 250px; 
    height: 45px;    
    text-align: center; 
    border-radius: 6px;  
    position: relative;
    top: 30px;    
    font-size: 16px;
    background-image: url(img/whatsapp777.png); 
    background-size: 24px;
    background-position: left 25px top 10px;
    background-repeat: no-repeat;   
    padding-left: 30px;
}

.formblock_modal_ov p{
    font-family: Gotham-Light;  
    font-size: 14px;
    margin-top: 40px;
    font-weight: 900;
    width: 100%;
    display: inline-block;
    text-align: center;    
}


.podval{
    width: 100%;
    margin-top: 40px;
    padding: 40px 0 40px 0;
    border-top: solid 1px grey;
    border-bottom: solid 1px grey;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;       
}

.podval-item{
    width: 32%;
    font-family: Gotham-Light; 
    font-size: 14px; 
    color: #fff;    
}

.vidjet{
    position: fixed;
    right: 10px;
    bottom: 24%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/whatsapp-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 0 #4caf50;
    animation: pulse 2s infinite;
}

.vidjet_2{
    position: fixed;
    right: 10px;
    bottom: 7%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/telephone-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;    
    z-index: 9999;
    cursor: pointer;
    animation: pulse 2s infinite;
}

.vidjet:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.vidjet__text{
    font-family: centurygothic; 
    font-size: 12px;
    position: relative;
    top: 32px;
}

.vidjet__text_2{
    font-family: centurygothic;  
    font-size: 12px;
    position: relative;
    top: 25px;
}

.modal-title{
    font-size: 18px !important;
}

.vidjet_2:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px #dee2e6;
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

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

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

.catalog-item{
    width: 24%;
    height: 400px;
}

.catalog-item .top{
    width: 100%;
    height: 250px;
}

.catalog-item .center{
    font-family: Gotham-Bold; 
    font-size: 15px;
    padding-top: 15px;
}

.cat-sm{
    font-family: Gotham-Light; 
    font-size: 13px;
    padding-top: 15px;
}

.cat-button{
    background: #51a351;
    border-radius: 10px;
    padding: 9px 10px 10px 10px;
    color: #fff;
    width: 170px;
    height: 37px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer; 
    font-size: 13px; 
    margin-top: 20px; 
}

.header-all{
    height: 150px !important;
}

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

.product{
    padding: 80px 0 50px 0;
}

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

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

.prod-img{
    width: 100%;
    height: 500px;
    border: solid 1px #80808038;
    border-radius: 4px;
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center;
    cursor: pointer;
}

.prod-img-small{
    width: 70px;
    height: 70px;
    border: solid 1px #80808038;
    border-radius: 4px; 
    position: relative;
    margin: 10px 10px 0px 0px;
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center;
    cursor: pointer;
}

.product .right{
    width: 45%;
}

.product .right h3 {
    font-family: Gotham-Bold; 
}

.product .right h3 > span{
    font-family: Gotham-Light; 
    font-size: 16px;
}

.prod-cat{
    color: grey;
    font-family: Gotham-Medium; 
    font-size: 14px;
    padding: 0px 0 10px 0;
}

.prod-cash{
    font-family: Gotham-Bold; 
    font-size: 24px;
    padding: 20px 0 10px 0;
}

.prod-cash del{
    color: grey;
    font-family: Gotham-Medium;
    font-size: 18px;
}

.prod-size{
    width: 250px;
    padding: 20px 0 10px 0;
    font-family: Gotham-Medium;
}

.prod-opis{
    font-family: Gotham-Light; 
    font-size: 16px;
    padding: 20px 0 10px 0; 
    font-weight: 700;   
}

.prod-opis p{
    font-family: Gotham-Light; 
    font-size: 14px;
    font-weight: 200;    
}

.prod-opis span{
    font-family: Gotham-Bold; 
    font-size: 20px;    
}

.prod-harak{
    padding: 0px 0 0 0;
}

.prod-harak p{
    font-family: Gotham-Bold; 
    font-size: 20px;        
}

.prod-opis ul{
    padding-left: 0rem;
}

.prod-opis ul > li{
    list-style: none;
    font-family: Gotham-Light; 
    font-size: 14px;
    font-weight: 200; 
}

.prod-button{
    background: #377af1;
    border-radius: 8px;
    padding: 9px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 40px;
    font-family: Gotham-Light;
    text-align: center;
    cursor: pointer; 
    font-size: 16px; 
    margin-top: 20px; 
    font-weight: 200 !important;
}

.product-detal{
width: 100%;
display: flex;
justify-content: space-between;
}

.product-detal span:first-child{
color: black;

}

.product-detal span {
text-align: left;
flex: 1;
}

.services{
    padding: 80px 0 80px 0;
    background-color: #0a58ca17;
}

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

.services-title{
    font-family: Gotham-Medium; 
    font-size: 24px;
    width: 80%;
    padding-bottom: 30px;
    color: #ee1a34;
    text-align: center;
    margin: 0 auto;
}

.services-item{
    width: 32%;
    height: auto;
    border-radius: 12px;
    margin-top: 30px;
    padding-bottom: 40px;
    background: #fff;
}

.services-item .top{
    width: 100%;
    height: 250px;
    border-radius: 12px;
}

.services-t{
    width: 100%;
    text-align: center;
    font-family: Gotham-Bold;
    font-size: 18px;
    padding: 15px 0 15px 0;
}

.services-s{
    width: 100%;
    height: 130px;
    text-align: center;
    font-family: Gotham-Medium;
    font-size: 14px;
    padding: 0px 0 15px 0;
}

.services-button{
    background-color: #377af1;
    border-radius: 8px;
    padding: 8px 10px 10px 10px;
    color: #fff;
    width: 150px;
    height: 40px;
    font-family: Gotham-Medium;
    font-size: 16px;
    text-align: center;
    cursor: pointer;  
    margin: 0 auto;    
}

.mob-menu{
    display: none;
}

.product a{
    text-decoration: none;
}