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

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

.linkk{
    text-decoration: none;
}

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

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

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

.logo img{
    width: 100%;
}

.logo-text{
    width: 30%;
    font-family: Gotham-Light; 
    font-size: 12px;
    line-height: 20px;
    margin-top: 28px;
    padding-left: 20px;
}

.adres{
    width: 5%;
    font-size: 15px;
    font-family: TTNorms-Medium; 
    line-height: 20px;
    background: url(img/placeholder.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 35px;
    margin-top: 25px;
}

.adres span{
    font-family: TTNorms-Medium; 
    font-size: 13px;
    color: grey;
}

.phone{
    width: 20%;
    font-size: 16px;
    font-family: Gotham-Medium; 
    line-height: 20px;
    background: url(img/telephone-call.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 55px top 18px;
    padding-left: 10px;
    margin-top: 25px;
    text-align: right;
}

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

.hd-menu{
    padding-bottom: 20px;
}

.hd-menu .container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-button{
    background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
    border-radius: 30px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 180px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 14px; 
    margin: 25px 0 0 20px;
}

.header-menu{
    width: 100%;
    height: auto;
    color: #34373b;
    padding-top: 12px;
}

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

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

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;  
}

.header-menu ul > li{
    width: auto;
    font-family: Gotham-Medium; 
    font-size: 14px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    color: #34373b;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 2px 3px #223c5026;
    border-radius: 16px;
}

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

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    border: none !important;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 100;
  }

  .dropdown-menu a {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
  }

  .dropdown-menu a:hover {
    background: #f1f5ff;
    color: #0d6efd;
  }

  /* Показываем подменю при наведении */
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

.banner{
    width: 100%;
    height: auto;
    padding-bottom: 80px;
}

.banner-wrap{
    width: 100%;
    height: 470px;
    background: url(img/banner.jpg) center/cover;
    position: relative;    
    border-radius: 16px;
}

.banner-sh{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001739de;
    border-radius: 16px;
}

.banner-title{
    color: #fff;
    font-size: 32px;
    font-family: Gotham-Bold;
    margin: 0 auto;
    text-align: left;
    width: 90%;
    padding-top: 60px;
}

.banner-title span{
    font-family: Gotham-Light;
    font-size: 30px;
}

.banner ul{
    padding-top: 20px;
    padding-left: 0rem;
    margin: 0 auto;
    text-align: left;
    width: 90%;    
}

.banner li{
    list-style: none;
    font-family: Gotham-Light; 
    font-size: 16px;
    color: #fff;
    background: url(img/check.png);
    background-repeat: no-repeat;
    background-position: left top 12px;
    padding-left: 27px;
    background-size: 16px;
    padding-top: 10px;
}

.banner-button{
    background: #fff;
    border-radius: 30px;
    padding: 12px 10px 10px 10px;
    color: #000;
    width: 180px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 14px; 
    margin: 25px 0 0 55px;
}

.banner-icon{
    width: 100%;
    padding-bottom: 80px;
}

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

.banner-bottom-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 31%;   
    border-radius: 16px; 
    margin-top: 30px;
    box-shadow: 10px 5px 10px -4px rgba(34, 60, 80, 0.2);
}

.banner-bottom-item .left{
    width: 30%;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

.banner-bottom-item .left img{
    width: 58px;
}

.banner-bottom-item .right{
    width: 65%;
    padding-top: 15px;
}

.banner-bottom-item .right p{
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000;
    width: 90%;
}

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

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

.catalog-item{
    width: 24%;
    height: auto;
    position: relative;
    border-radius: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.catalog-img{
    width: 90%;
    height: 200px;
    text-align: center;
}

.catalog-img img{
    width: 200px;
}

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

.catalog-sm-title{
    width: 90%;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 16px;
    padding-top: 10px;
    font-family: Gotham-Light; 
}

.catalog-title2{
    width: 90%;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 15px;
    line-height: 22px;
    padding-top: 20px;
    font-family: Gotham-Bold;
}

.catalog-button{
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
    border-radius: 30px;
    padding: 9px 10px 10px 10px;
    color: #fff;
    width: 145px;
    height: 35px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 12px; 
    margin: 0 auto;    
}

.about{
    padding: 80px 0 30px 0;
}

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

.about .left{
    width: 50%;
}

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

.about .right{
    width: 100%;
}

.about p{
    font-family: Gotham-Medium; 
    font-size: 20px;
    color: grey;
}

.about-title{
    font-family: Gotham-Medium; 
    font-size: 18px;   
    padding-top: 20px;
    padding-bottom: 20px;
}

.about ul{
    padding-left: 0rem;
}

.about ul > li{
    list-style: none;
    font-size: 16px;
    font-family: Gotham-Light;
    background: url(img/check.png);
    background-repeat: no-repeat;
    background-position: left top 15px;
    padding-left: 27px;
    background-size: 16px;
    padding-top: 10px;    
}

.about span{
    font-family: Gotham-Light;
    font-weight: 700;
    color: #084298;
}

.about2 span{
    font-family: Gotham-Light;
    font-weight: 700;
    color: #084298;
}

.about2{
    padding: 30px 0 80px 0;
}

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

.about2 .left{
    width: 50%;
    text-align: right;
}

.about2 ul{
    padding-left: 0rem;
}

.about2 ul > li{
    list-style: none;
    font-size: 16px;
    font-family: Gotham-Light;
    background: url(img/check.png);
    background-repeat: no-repeat;
    background-position: left top 15px;
    padding-left: 27px;
    background-size: 16px;
    padding-top: 10px;    
}

.about2 p{
    font-family: Gotham-Medium; 
    font-size: 16px;   
    padding-bottom: 20px; 
}

.about2 .right{
    width: 50%;
}

.about2 .left img{
    width: 95%;
    border-radius: 16px;
}

.partner{
    padding: 40px 0 80px 0;
}

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

.partner-item{
    width: 15%;
    height: 150px;
    border-radius: 16px;
    text-align: center;
    margin-top: 30px;
}

.partner-item img{
    width: 150px;
}

.services{
    padding: 20px 0 80px 0;
}

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

.sr-item{
    width: 31%;
    height: 500px;
    background: #e9ecef;     
    border-radius: 16px;
    position: relative;
    margin-top: 30px;
}    

.sr-item .left{
    width: 100%;
    height: 250px;
}

.sr-img{
    width: 100%;
    height: 250px;
    border-radius: 8px;
}

.sr-item .right{
    width: 100%;
    padding-top: 20px;
}

.sr-item h3{
    height: 50px;
    font-family: Gotham-Bold; 
    font-size: 16px;
    color: #212529;
    padding-left: 20px;
}

.sr-item h6{
    height: 70px;
    width: 90%;
    font-family: Gotham-Light; 
    font-size: 14px;
    color: #000;
    padding-left: 20px;
}

.sr-button{
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    width: 180px;
    height: 40px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-top: 20px; 
    margin-left: 20px; 
}

.offer{
    padding: 70px 0 70px 0;
    background: url(img/udbmi_cover.jpg);
    background-size: cover;
    background-position: right 0px top 0px;
    background-repeat: no-repeat;
}

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

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

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

.offer .right{
    width: 70%;
}

.offer-title{
    width: 80%;
    font-family: Gotham-Bold; 
    font-size: 32px;
    padding-top: 40px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
}

.offer-sm-title{
    font-family: Gotham-Light;  
    font-size: 18px; 
    padding-top: 30px;  
    color: #fff;
}

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

.calc{
    width: 80%;
    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: #ffffff66;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;        
}

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

.calc-button{
    background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
    border-radius: 8px;
    padding: 10px 10px;
    color: #fff;
    width: 48%;
    height: 65px;
    font-family: Gotham-Light;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;   
    border: none; 
}

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

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

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

.footer-item{
    width: 30%;
    margin-top: 30px;
}

.footer-item p{
    font-family: Gotham-Medium; 
    font-size: 18px;
}

.footer-item ul{
    padding-left: 0rem;
}

.footer-item li{
    list-style: none;
    font-family: Gotham-Medium; 
    font-size: 14px; 
    padding-top: 15px;   
}

.podval{
    width: 100%;
    margin-top: 40px;
    padding: 40px 0 30px 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: #000;    
}

.contact{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

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

.contact .left{
    width: 40%;
    margin-top: 20px;
}

.contact .right{
    width: 60%;
    margin-top: 20px;
}

.contact h1{
    display: block;
    text-align: left;
    margin: 0 auto;
    width: 90%;
}

.contact iframe{
    width: 90%;
    height: 450px;
    border-radius: 30px;
}

.contact span{
    font-size: 14px;
    font-family: Gotham-Light;     
}

.cont-phone{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Gotham-Bold; 
    background: url(img/phone.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 5px;
}

.cont-adress{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Gotham-Bold;
    margin-top: 18px;   
    background: url(img/location.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 5px;      
}

.cont-social{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Gotham-Bold;
    margin-top: 18px;   
    background: url(img/instagram.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 5px;        
}

.cont-mail{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-family: Gotham-Bold;
    margin-top: 18px;   
    background: url(img/paper-plane.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: left top 5px;        
}

.cont-social p{
    font-size: 18px;
    font-family: Gotham-Bold;      
}

.cont-button{
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
    border-radius: 30px;
    padding: 13px 10px;
    color: #fff;
    width: 300px;
    height: 50px;
    font-family: Gotham-Medium;
    text-align: center;
    margin-top: 40px;
    margin-left: 30px;
    cursor: pointer;
}

.page-text{
    font-family: Gotham-Medium;
    font-size: 17px;
    color: #000;
    width: 100%;
    padding-top: 40px;
}

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

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

.catt-item{
    width: 46%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    background: #e9ecef;     
    border-radius: 16px;  
    padding: 20px; 
}

.catt-item .left{
    width: 100%;
    height: 250px;
}

.catt-item .left img{
    width: 100%;
    border-radius: 16px;
}

.catt-item .right{
    width: 100%;
    padding-top: 20px;
}

.catt-title{
    font-size: 18px;
    font-family: Gotham-Medium;
    padding-bottom: 20px;
}

.catt-item p{
    font-size: 14px;
    font-family: Gotham-Light;
}

.catt-button{
    background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
    border-radius: 30px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 180px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 14px; 
    margin: 25px 0 0 0px;
}

/* Контейнер меню */
.dropdown{
position:relative;
display:inline-block;
min-width:180px;
background:#fff;
border-radius:10px;
box-shadow:0 6px 18px rgba(20,30,40,0.08);
overflow:visible;
}


.dropbtn{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
width:100%;
padding:12px 16px;
background:transparent;
border:none;
cursor:pointer;
font-size:16px;
color:#111827;
border-radius:10px;
}


.dropbtn:focus{outline:2px solid rgba(59,130,246,0.25); outline-offset:2px}


/* Стрелочка */
.caret{
width:10px; height:10px; display:inline-block; transform:rotate(45deg);
border-right:2px solid #6b7280; border-bottom:2px solid #6b7280; margin-left:6px;
}


/* Стили выпадающего списка */
.dropdown-menu{
position:absolute;
top:calc(100% + 10px);
left:0;
min-width:220px;
background:#ffffff;
border-radius:10px;
box-shadow:0 12px 30px rgba(15,23,42,0.12);
padding:8px 8px;
transform-origin:top left;
opacity:0;
visibility:hidden;
transform:translateY(-6px) scale(0.98);
transition:opacity .18s ease, transform .18s ease, visibility .18s;
z-index:20;
}


/* Показываем меню при наведении и при фокусе- внутри — доступность клавиатуры */
.dropdown:hover .dropdown-menu,
.demo-row{display:flex;gap:18px;align-items:flex-start}

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


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

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

.news-item{
    width: 32%;
    height: 400px;
}

.news-item .top{
    width: 100%;
    height: 200px;
    border-radius: 4px;
}

.news-title{
    font-family: Gotham-Bold; 
    padding-top: 20px;
    height: 90px;
}

    .news-button{
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
    border-radius: 30px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 180px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin: 25px 0 0 0px;
    }

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

.news-page{
    padding: 80px 0 80px 0;
}

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

.news-page .left{
    width: 50%;
}

.news-page .left img{
    width: 90%;
    border-radius: 4px;
    margin-top: 20px;
}

.news-page .right{
    width: 50%;
}

.news-title2{
    font-family: Gotham-Bold; 
    padding-top: 20px;
    padding-bottom: 10px;
}

.news-page p{
    padding-top: 10px;
    font-family: Gotham-Light; 
}
