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

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

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

.phone a:hover{
    color: #fff;
}

.header-all{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background: url(img/banner.png);
    background-size: cover;
    background-position: center;    
}

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

header{
    width: 100%;
    height: 700px;
    background: url(img/banner.png);
    background-size: cover;
    background-position: center;
}

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

.header-menu{
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

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

.header-menu a:hover{
    color: orange;
}

.header-menu ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
    padding-left: 0rem;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: Gotham-Medium; 
    font-size: 16px;
    cursor: pointer;
}

.header-menu li{
    width: auto;
    list-style: none;
}

.shapka{
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0 0 0; 
    margin: 0 auto;        
}

.header-social{
    width: 40%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; 
}

.social-wrap{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;        
}

.header-social span{
    font-family: Gotham-Light;
    font-size: 12px;
    color: #fff;
}

.social-wrap .soc-text{
    width: 100%;
    color: #fff;
    font-family: Gotham-Medium; 
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.soc-img{
    width: 35%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    margin-top: -30px;      
}

.soc-img img{
    width: 32px;
    height: 32px;
}

.logo{
    width: 20%;
    margin: 0 auto;
    text-align: center;    
}

.logo img{
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.phone{
    width: 40%;
    color: #fff;
    font-family: Gotham-Bold; 
    font-size: 18px;
    text-align: right;
}

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

.header-button{
    width: 20%;
}

.banner{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0 0 0;
}

.banner-title{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: Gotham-Bold; 
    font-size: 54px;
}

.banner-title span{
    color: #ffb027;
    font-size: 24px;
    font-family: Gotham-Medium; 
}

.banner-text{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: Gotham-Medium; 
    font-size: 28px;
}

.banner-text span{
    background: #ffb027c7;
    border-radius: 16px;
    padding: 5px;
}

.banner-button{
    margin: 0 auto;
    text-align: center;
    width: 250px;
    height: 45px;
    border: solid 2px #fff;
    color: #fff;
    padding: 10px 10px;
    font-family: Gotham-Medium; 
    position: relative;
    top: 40px;
    border-radius: 16px;
    cursor: pointer;
}

.about{
    padding: 150px 0 80px 0;
    background: #14261b;
    position: relative;
}

.red-flag{
    position: absolute;
    top: 30px;
    right: 80px;
    font-family: Gotham-Bold; 
    font-size: 42px;
    color: #fff;
    opacity: 0.7;
    background: red;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 16px;
}

.about h1 {
    font-size: 72px !important;
    color: #fff;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 100px !important;
    padding: 0;
    opacity: 0.7;
}

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

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

.about .left img{
    width: 90%;
    border-radius: 16px;
}

.about .right{
    width: 50%;
}

.about .right p{
    font-family: Gotham-Light; 
    color: #fff;
    opacity: 0.7;
}

.about2{
    padding: 80px 0 80px 0;
    background: #14261b;
    position: relative;
}

.about2 h1 {
    font-size: 64px !important;
    color: #fff;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 150px !important;
    padding: 0;
    opacity: 0.7;
}

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

.about2 .left{
    width: 50%;
    opacity: 0.7;
    color: #fff;
}

.about2 .left ul{
    width: 90%;
    padding-left: 0rem;
    padding-top: 30px;
}

.about2 .left li{
    list-style: none;
    font-family: Gotham-Medium; 
    font-size: 18px;
    padding-top: 20px;
    background: url(img/round-shape.png);
    background-position: left top 25px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 25px;
}

.about2 .right{
    width: 50%;
}

iframe{
    border-radius: 16px;
}

.about2-button {
    background: linear-gradient(94.31deg, #b87508 -18.36%, #b99208 107.44%);
    width: 250px;
    height: 40px;
    padding: 8px 10px;
    text-align: center;
    font-family: Gotham-Light;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    margin-top: 40px;
    margin-left: 20px;
}

.red-flag-2{
    position: absolute;
    top: 0px;
    right: 80px;
}

.red-flag-2 img{
    width: 150px;
}

.catalog{
    width: 100%;
    padding: 80px 0 80px 0;
}

.catalog h1 {
    font-size: 64px !important;
    color: #000;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 150px !important;
    padding: 0;
    opacity: 0.7;
}

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

.catalog a{
    text-decoration: none;
}

.catalog-item{
    width: 24%;
    height: 520px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #80808047;
    border-radius: 8px;
}

.catalog-item-title{
    font-family: Gotham-Bold; 
    color: #000;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.catalog-item-title span{
    font-family: Gotham-Light; 
    font-size: 13px;
    color: grey;
}

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

.razdel h1 {
    font-size: 64px !important;
    color: #000;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 150px !important;
    padding: 0;
    opacity: 0.7;
}

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

.razdel-item{
    width: 31%;
    height: 550px;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 12px;
    margin-top: 40px;
    text-decoration: none;
    color: #212529;
}

.razdel-item:hover{
color: #212529;
}

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

.razdel-item .top{
    width: 100%;
    height: 250px;
    position: relative;
    margin-top: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.razdel-sale{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 30px;
    background: red;
    color: #fff;
    text-align: center;
    font-family: Gotham-Medium;
    font-size: 14px;
    border-radius: 12px;
    padding-top: 5px;
}

.razdel-item .center{
    width: 80%;
    height: 150px;
    margin: 0 auto;
}

.razdel-title{
    font-family: Gotham-Bold;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}

.razdel-cat{
    font-family: Gotham-Light;
    font-size: 12px;
    padding-top: 10px;
    color: grey;
    text-align: center;
}

.razdel-artikul{
    font-family: Gotham-Light;
    font-size: 12px;
    padding-top: 10px;
    color: grey;    
}

.razdel-cash{
    font-family: Gotham-Bold;
    font-size: 20px;
    padding-top: 20px; 
    padding-bottom: 10px; 
    text-align: center; 
    font-weight: 700; 
}

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

.razdel-button{
    color: #000;
    font-family: Gotham-Light; 
    padding-top: 11px;
    text-align: center;
    cursor: pointer;
}

.catalog-button{
    color: #000;
    font-family: Gotham-Light; 
    padding-top: 11px;
    text-align: center;
    cursor: pointer;
}

.news{
    padding: 150px 0 80px 0;
    background: #14261b;
    position: relative;
}

.news h1 {
    font-size: 72px !important;
    color: #fff;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 100px !important;
    padding: 0;
    opacity: 0.7;
}

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

.catalog-page{
    padding: 80px 0 80px 0;
    background: #e9ecef47;
}

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

.catalog-page h1 {
    font-size: 64px !important;
    color: #000;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 150px !important;
    padding: 0;
    opacity: 0.7;
}

.catalog-page .left{
    width: 20%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;     
}

.filtr{
    width: 100%;
    border-radius: 12px;
    background: #fff;    
}

.filtr-item{
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
}

.filtr-item p{
    font-family: Gotham-Bold;  
    font-size: 18px;
}

.form-check{
    border-bottom: solid 1px #e7e7e7;
    font-family: Gotham-Light; 
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 10px 0 10px 0;
}

.filtr-item select{
    margin-top: 20px;
}

.filtr-item option{
    font-family: Gotham-Light; 
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 10px 0 10px 0;    
}

.catalog-page .right{
    width: 78%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;     
}

.catalog-page-item{
    width: 24%;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 12px;
    margin-top: 40px;
    color: black;
    text-decoration: none;
    position: relative;
}

.catalog-page-item:hover{
color: black;
}

.catalog-page-item a{
    text-decoration: none;
}

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

.catalog-page-sale{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 30px;
    background: red;
    color: #fff;
    text-align: center;
    font-family: Montserrat-Medium;
    font-size: 14px;
    border-radius: 12px;
    padding-top: 5px;
}

.catalog-page-item .center{
    width: 80%;
    margin: 0 auto;
}

.catalog-page-title{
    font-family: Montserrat-Bold;
    font-size: 20px;
    padding-top: 20px;
}

.catalog-page-cat{
    font-family: Montserrat-Medium;
    font-size: 14px;
    padding-top: 10px;
    color: grey;
}

.catalog-page-artikul{
    font-family: Montserrat-Light;
    font-size: 12px;
    padding-top: 10px;
    color: grey;    
}

.catalog-page-cash{
    font-family: Montserrat-Bold;
    font-size: 20px;
    padding-top: 20px; 
    padding-bottom: 30px;   
}

.catalog-page-cash del{
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: grey;    
}

.catalog-page-button{
    background-color: #000;
    color: #fff;
    font-family: Montserrat-Bold; 
    font-size: 14px;
    width: 130px;
    height: 40px;
    padding-top: 11px;
    text-align: center;
    border-radius: 4px; 
    background-image: url(img/shopping-bag-2.png);
    background-repeat: no-repeat;   
    background-position: left 10px top 9px;
    background-size: 22px;
    padding-left: 20px;
    cursor: pointer;
}

.filtr{
    width: 100%;
    border-radius: 12px;
    background: #fff;    
}

.filtr-item{
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
}

.filtr-item p{
    font-family: Gotham-Bold;  
    font-size: 18px;
}

.form-check{
    border-bottom: solid 1px #e7e7e7;
    font-family: Gotham-Light; 
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 10px 0 10px 0;
}

.filtr-item select{
    margin-top: 20px;
}

.filtr-item option{
    font-family: Gotham-Light; 
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 10px 0 10px 0;    
}

.catalog-page .right{
    width: 78%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;     
}

.catalog_filter_new {
width: 100%;
  border-radius: 12px;
  background: #fff;
box-sizing: border-box;
padding: 30px 10px 10px 10px;  
}

.catalog_filter_new label {
font-family: Gotham-Bold; 
  font-size: 18px;
  color: #212529;
  margin-top: 0;
  margin-bottom: 1rem;
}

.catalog_filter_new select {
display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.catalog_filter_new input[type="submit"] {
background: #000;
  color: #fff;
  font-family: Gotham-Light; 
  font-size: 14px;
  width: 100%;
  padding: 9px 9px 9px 9px;
  text-align: center;
  border: solid 1px #000;
  border-radius: 4px;
  box-sizing: border-box;
}

.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; 
}

.prod-cat{
    color: grey;
    font-family: Gotham-Light; 
    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: 40px 0 10px 0; 
    font-weight: 700;   
}

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

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

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

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

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

.prod-harak li{
    list-style: none;
    font-family: Gotham-Light; 
    font-size: 14px;
    padding: 10px 0 0px 0; 
    font-weight: 700;     
}

.prod-harak li > span{
    color: grey;
}

.prod-button{
    background-color: #006938;
    color: #fff;
    font-family: Gotham-Bold; 
    font-size: 14px;
    width: 220px;
    height: 40px;
    padding-top: 11px;
    text-align: center;
    border-radius: 4px; 
    background-image: url(img/send.png);
    background-repeat: no-repeat;   
    background-position: left 10px top 9px;
    background-size: 22px;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}

.prod-button span {
position: absolute;
top: 10px;
left: 50%;
color: black;
font-size:  20px;
font-family: Montserrat-Bold;
animation: flyUp 2s ease-out forwards;
}

@keyframes flyUp {
    0% {
        top: 10; /* Начальная позиция (внизу) */
    }
    100% {
        top: -200px; /* Конечная позиция (на 200px выше) */
    }
}

.offer{
    padding: 150px 0 110px 0;
    background: url(img/what_we_offer.jpg);
    background-size: 130%;
    background-position: right 0px 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: Gotham-Medium; 
    font-size: 32px;
    font-weight: 700;
    padding-top: 40px;
    line-height: 30px;
    color: #000;
}

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

.offer form{
    width: 80%;
    font-family: Gotham-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: Gotham-Light; 
    border-radius: 12px;
}

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

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

footer{
    width: 100%;
    padding: 50px 0 50px 0;
}

footer .left{
    width: 100%;
}

footer .container h1 {
    font-size: 64px !important;
    color: #000;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 150px !important;
    padding: 0;
    opacity: 0.7;
}

.footer-left-wrapper {
    width: 100%;
    padding: 0px 0 30px 0px;
    background: white;
    display: flex;  
    justify-content: space-between;
    align-items: center;
    align-content: center;    
}

.footer-top-title{
    width: 100%;
    text-align: left;
    font-size: 26px;
    font-family: Gotham-Light; 
}

footer .right{
    width: 100%;
}

footer .right iframe{
    width: 100%;
    height: 400px;
    border-radius: 30px;
}

.footer-content-phone{
    width: 24%;
    height: 80px;
    background: url(img/phone-call.png) no-repeat;
    background-size: 22px;
    background-position: left top 20px;
    padding-left: 40px;
}

.footer-content-mail{
    width: 32%;
    height: 80px;
    background: url(img/gps.png) no-repeat;
    background-size: 22px;
    background-position: left top 20px;
    padding-left: 40px;    
}

.footer-content-wp{
    width: 24%;
    height: 80px;
    background: url(img/instagram-2.png) no-repeat;
    background-size: 22px;
    background-position: left top 20px;
    padding-left: 40px;     
}

.footer-title{
    font-family: Gotham-Light; 
    font-size: 15px; 
    text-align: left;     
}

.footer-text{
    font-family: Gotham-Medium; 
    font-size: 17px; 
    text-align: left;     
}

.footer-button{
    background: #ee1a34;
    color: #fff;
    font-size: 14px;
    font-family: Gotham-Medium; 
    padding: 10px 10px;
    width: 180px;
    text-align: center;
    border-radius: 30px;  
    margin-top: -20px; 
    cursor: pointer; 
}

.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-2.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/phone-call-2.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);
  }
}

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

.calc form{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    text-align: center;
    background: #34383dc7;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;        
}

.calc form > input{
    width: 30%;
    border-radius: 8px;
    outline: none;
    border: none;
    padding: 20px 20px;
    margin-top: 20px;
    font-family: Gotham-Light;
}

.calc-button{
    background-color: #ffc235;
    border-radius: 8px;
    padding: 10px 10px;
    color: #000;
    width: 30%;
    height: 65px;
    font-family: Gotham-Medium;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;   
    border: none; 
}

.mob-menu{
    display: none;
}

footer .container a{
    text-decoration: none;
}