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

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

header{
    width: 100%;
    height: 95px;
    background: #252525;
}

header .container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 10px;
}

.logo{
    width: 90px;
    position: relative;
}

.logo img{
    width: 70px;
    margin-top: -5px;
}

.logo-text{
    width: 15%;
    font-family: Gotham-Medium; 
    font-size: 12px;
    color: #fff;
    padding-top: 20px;
}

.header-menu{
    width: 50%;
    color: #fff;
    padding-top: 30px;
}

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

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

.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: 13px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    color: #fff;
    padding-left: 0px;
    text-transform: uppercase;
}

.header-button{
    background: #dc3545;
    border-radius: 4px;
    padding: 13px 10px 10px 10px;
    color: #fff;
    width: 220px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    margin-top: 15px;
}

.banner{
    width: 100%;
    height: 700px;
    background: url(img/10925960.png) center/cover;
    padding-top: 80px;
}

.banner-image{
    padding-top: 40px;
}

.banner-image img{
    width: 80px;
}

.banner-title{
    width: 70%;
    color: #000;
    font-size: 58px;
    line-height: 64px;
    font-family: Gotham-Bold; 
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 130px;
}

.banner-title span{
    color: #f49c00;
}

.time{
    font-family: Gotham-Light; 
    width: 100%;
    font-size: 20px; 
    padding-left: 130px;  
    color: #000; 
    padding-top: 10px;
}

.time span{
    font-family: Gotham-Bold; 
}

.banner-text{
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    font-family: Gotham-Light; 
    padding-top: 40px; 
    padding-left: 130px;   
}

.banner-button{
    background: linear-gradient(90deg, rgb(244 156 0) 0%, rgb(255 202 127) 100%, rgba(237, 221, 83, 1) 100%);
    border-radius: 30px;
    padding: 13px 10px 10px 10px;
    color: #000;
    width: 250px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 13px; 
    margin-top: 25px;
    margin-left: 130px;
}

.banner-ic{
    padding: 0px 0 80px 0;
}

.banner-icon-wrap{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 60px;
    border-top: solid 1px #e9ecef;
}

.bn-icon{
    width: 31%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;  
    color: #000;
    padding-top: 20px;
}

.bn-icon .left{
    width: 20%;
}

.bn-icon .left img{
    width: 64px;
    position: relative;
    top: 15px;
}

.bn-icon .right{
    width: 78%;
    font-family: Gotham-Medium; 
    font-size: 14px;
    padding-top: 8px;
    font-weight: 700;
}

.bn-icon span{
    font-family: Gotham-Light;
}

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

.about p{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: Gotham-Light;
}

.about p > span{
    color: #eb9600;
}

.about-img{
    width: 100%;
    padding-top: 10px;
    text-align: center;
    margin: 0 auto;
}

.about-img img{
    width: 90%;
}

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

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

.priem-title{
    text-align: center;
    font-family: Gotham-Light; 
    font-weight: 900;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.priem-item{
    width: 31%;
    border-radius: 8px;
    background: #80808029;
    padding-bottom: 40px;
    margin-top: 30px;
}

.priem-img{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-top: 30px;
}

.priem-img img{
    width: 84px;
}

.priem-item p{
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-family: Gotham-Light; 
    font-weight: 900;
    padding-top: 20px;
}

.priem-item a{
    text-decoration: none;
    color: red;
}

.priem-item p > span{
    font-size: 20px;
    font-family: Gotham-Medium; 
}

.priem-bottom-text{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    font-size: 28px;
    font-family: Gotham-Medium;     
}

.priem-button {
    background: #dc3545;
    border-radius: 4px;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 280px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    margin-top: 25px;
}

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

.zayavka form{
    width: 80%;
}

.linkk{
    text-decoration: none;
}