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

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

header{
    width: 100%;
    height: 650px;
    padding: 15px 0 0 0;
    background: url(img/29834.jpg) center/cover;
}

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

.logo{
    width: 120px;
    padding-top: 32px;
}

.logo img{
    width: 110px;
    margin-top: 0px;
}

.logo-text{
    width: 20%;
    font-family: Acrom-Light; 
    font-size: 12px;
    color: #fff;
    padding-top: 40px;
}

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

.email{
    width: 20%;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #000; 
    text-align: left; 
    margin-top: 30px; 
    background: url(img/email.png);
    background-repeat: no-repeat; 
    background-position: left top 0px;
    background-size: 20px;
    padding-left: 28px;
}

.iosh{
    width: 20%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    color: #fff;   
    padding-top: 40px;
}

.iosh .left{
    width: 100%;
    font-family: Acrom-Light; 
    font-size: 12px;
}

.phone{
    width: 25%;
    font-family: Acrom-Bold; 
    font-size: 20px;
    color: #fff; 
    text-align: right; 
    margin-top: 35px;  
}

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

.social{
    width: 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}

.social-item{
    width: 32%;
}

.social-item img{
    width: 32px;
}

.header-button{
    background: linear-gradient(45deg, #ff7f8b, #ee1a34);
    border-radius: 30px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 220px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-top: 15px;
}

.header-menu{
    width: 100%;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 10px;
    border-radius: 16px;
    background: #2125294f;
}

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

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

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

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

.li-list{
    background: url(img/down.png);
    background-size: 12px;
    background-position: left top 1px;
    background-repeat: no-repeat;
    padding-left: 22px !important;
}

.header-menu ul > li:hover .ddark{
    display: block;
    font-size: 14px !important;
}

.dropdown-menu{
    width: 600px;
    border: none !important;
}

.dropdown-item{
    font-family: Acrom-Medium;
    font-size: 12px;
    padding-top: 15px !important;
    padding-left: 20px !important;
    padding-bottom: 15px !important;
}

.banner{
    width: 100%;
    color: #fff;
}

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

.banner h2{
    text-align: left;
    width: 70%;
    font-family: Acrom-Bold; 
    font-size: 34px;
    padding-top: 80px;
}

.banner h3{
    text-align: left;
    width: 70%;
    font-family: Acrom-Light; 
    font-size: 20px;
    padding-top: 20px;
}

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

.bn-pr{
    width: auto;
    font-family: Acrom-Medium; 
    color: #fff;
    font-size: 14px;
    background: url(img/star.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left 15px top 12px;
    padding-left: 40px;
    border-radius: 30px;
    border: 1px solid #505050;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-top: 20px;
}

.banner-button-wrap{
    width: 40%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; 
    padding-top: 40px;     
}

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

.banner-button1 {
    background: linear-gradient(45deg, #ffdf81, #ffc107);
    border-radius: 30px;
    padding: 14px 10px 10px 10px;
    color: #000;
    width: 150px;
    height: 50px;
    font-family: Acrom-Medium;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    font-size: 16px;
}

.banner-button2 {
    background-color: #fff;
    border-radius: 30px;
    padding: 14px 10px 10px 10px;
    color: #000;
    width: 250px;
    height: 50px;
    font-family: Acrom-Medium;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    font-size: 16px;
    margin-left: 20px;
}

.priem{
    padding: 50px 0 100px 0;
}

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

.priem p{
    font-family: Acrom-Light; 
    font-size: 28px;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #000;
    text-align: left;
}

.priem p > span{
    color: green;
    font-family: Acrom-Bold; 
}

.priem-item{
    width: 24%;
    height: auto;
    border-radius: 12px;
    margin-top: 20px;
}

.priem-item .top{
    width: 100%;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    border-radius: 12px;
    position: relative;
}

.priem-item .top img{
    width: 100%;
    border-radius: 12px;
}

.priem-item-shadow{
    width: 100%;
    height: 100%;
    background: #00000070;
    border-radius: 12px;
}

.priem-text{
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-family: Acrom-Bold; 
    width: 90%;
    padding-top: 30px;
    color: #fff;
}

.priem-text span{
    font-family: Acrom-Light; 
    font-size: 20px;
}

.priem-button{
    background: linear-gradient(45deg, #ffdf81, #ffc107);
    border-radius: 30px;
    padding: 14px 10px 12px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Acrom-Medium;
    font-size: 16px;
    text-align: center;
    cursor: pointer;  
    margin: 0 auto;  
    position: relative;  
    top: 50px;
}

.about{
    padding: 80px 0 120px 0;
    background: url(img/29834.jpg) center/cover;
    position: relative;
}

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

.listt{
    position: absolute;
    top: 50px;
    right: 0px;
}

.listt img{
    width: 150px;
}

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

.about-title{
    width: 80%;
    font-size: 28px;
    line-height: 35px;
    font-family: Acrom-Bold;
    color: #fff;
}

.about-title span{
    border-radius: 16px;
    background: green;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.about-title-2{
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: grey;
    text-align: right;
    padding-top: 30px;
    font-family: Acrom-Light;
    color: #fff;
}

.about-item{
    width: 48%;
    height: auto;
    border-radius: 16px;
    padding: 20px;
    margin-top: 40px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;        
}

.about-item .left{
    width: 20%;
    margin: 0 auto;
    text-align: center;
}

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

.about-item .right{
    width: 75%;
}

.about-item h2{
    font-size: 18px;
    font-family: Acrom-Bold;  
    width: 100%;
    padding-bottom: 10px;  
    color: #000;  
}

.about-item p{
    font-size: 13px;
    font-family: Acrom-Medium; 
    width: 100%;
    color: #000;    
}

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

.about .right img{
    width: 400px;
    text-align: center;
}

.about-button-wrap{
    width: 65%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-button{
    background: linear-gradient(45deg, #ffdf81, #ffc107);
    border-radius: 30px;
    padding: 14px 10px 12px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Acrom-Medium;
    font-size: 16px;
    text-align: center;
    cursor: pointer;  
    margin: 0 auto;  
    position: relative;  
    top: 60px;
}

.about-button-2{
    background: #fff;
    border-radius: 30px;
    padding: 14px 10px 12px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Acrom-Medium;
    font-size: 16px;
    text-align: center;
    cursor: pointer;  
    margin: 0 auto;  
    position: relative;  
    top: 60px;
}

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

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

.dom-item{
    width: 47%;
    height: 560px;
    color: #fff;
    border-radius: 16px;
    margin-top: 40px;
    position: relative;
}

.dom-item-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000b5;
    border-radius: 16px;
}

.dom-title{
    font-family: Acrom-Bold; 
    font-size: 24px;
    text-align: left;
    padding-top: 100px;
    width: 90%;
    margin: 0 auto;
}

.dom-sm-title{
    font-family: Acrom-Light; 
    font-size: 18px;
    text-align: left;
    padding-top: 20px;
    width: 60%;
    margin-left: 30px;
}

.dom-item ul{
    padding-left: 0rem;
    font-family: Acrom-Medium;
    font-size: 16px;
    padding-top: 20px;
    width: 80%;  
    margin-left: 30px; 
}

.dom-item ul > li{
    list-style: none;
    padding-top: 10px;
    background: url(img/circle.png);
    background-repeat: no-repeat;
    background-position: left top 15px;
    background-size: 12px;
    padding-left: 22px;
}

.dom-item ul > span{
    font-family: Acrom-Light; 
}

.dom-button-wrap{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dom-button{
    background: linear-gradient(45deg, #ffdf81, #ffc107);
    border-radius: 30px;
    padding: 14px 10px 12px 10px;
    color: #000;
    width: 240px;
    height: 50px;
    font-family: Acrom-Medium;
    font-size: 16px;
    text-align: center;
    cursor: pointer;  
    margin: 0 auto;  
    position: relative;  
    top: 30px;
}

.dom-button-2{
    background: #fff;
    border-radius: 30px;
    padding: 14px 10px 12px 10px;
    color: #000;
    width: 170px;
    height: 50px;
    font-family: Acrom-Medium;
    font-size: 16px;
    text-align: center;
    cursor: pointer;  
    margin: 0 auto;  
    position: relative;  
    top: 30px;
}

.about-us{
    width: 100%;
    padding: 60px 0 80px 0;
    position: relative;
}

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

.about-us iframe{
    border-radius: 16px;
}

.about-us-title{
    width: 100%;
    background: #e7e7e796;
    border-radius: 16px;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
    font-size: 18px;
    font-family: Acrom-Bold;     
}

.about-us .left{
    width: 50%;
    margin-top: 30px;
}

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

.about-us .right{
    width: 50%;
    margin-top: 30px;
    padding-top: 20px;
}

.about-us .right p{
    font-size: 18px;
    font-family: Acrom-Light;
    text-align: left;
    padding-top: 20px;
}

.about-us-button{
    background: linear-gradient(45deg, #ffdf81, #ffc107);
    border-radius: 30px;
    padding: 14px 10px 12px 10px;
    color: #000;
    width: 240px;
    height: 50px;
    font-family: Acrom-Medium;
    font-size: 16px;
    text-align: center;
    cursor: pointer;   
    position: relative;  
    top: 30px;
}

.formm{
    padding: 80px 0 80px 0;
    background: url(img/29834.jpg) center/cover;    
}

.formm form{
    width: 80%;
    margin: 0 auto;
}

.contact-form h2 {
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.contact-form p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 30px;
    text-align: center;
}

.input-group {
    position: relative;
    margin-bottom: 25px;
}

/* Стили полей ввода */
.input-group input, 
.input-group textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    border: none;
    border-bottom: 2px solid #ddd;
    outline: none;
    background: transparent;
    transition: 0.3s;
}

.input-group textarea {
    resize: none;
}

/* Анимация Label */
.input-group label {
    position: absolute;
    top: 10px;
    left: 0;
    color: #999;
    pointer-events: none;
    transition: 0.3s;
}

/* Поднимаем label при фокусе или если поле не пустое */
.input-group input:focus ~ label,
.input-group input:valid ~ label,
.input-group textarea:focus ~ label,
.input-group textarea:valid ~ label {
    top: -15px;
    font-size: 12px;
    color: #764ba2;
    font-weight: bold;
}

.input-group input:focus, 
.input-group textarea:focus {
    border-bottom: 2px solid #764ba2;
}

/* Кнопка */
.submit-btn {
    width: 100%;
    padding: 12px;
    background: #764ba2;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.submit-btn:hover {
    background: #5a3a80;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(118, 75, 162, 0.4);
}