/* Сброс базовых стилей */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
font-family: Lato\:Bold, sans-serif;
    color: #fff;
    font-size: 16px;
    background: url(/inc/fon2.jpg) no-repeat center;
    background-size: cover;
}

body a {
    color:#fff;
}

p {
    margin:25px 0;
}

.container0 {
    max-width: 500px;
        margin: auto;
}
.headimg {
    width: 100%;
    max-width: 300px;
    padding: 30px 20px 10px;
    margin: auto;
    display: block;
}

.button {
display: flex;
    justify-content: center;
    align-items: center;
    min-width: 219px;
    min-height: 59px;
    margin-bottom: 11px;
    text-decoration: none;
    background: linear-gradient(0deg, #000000 27.94%, #001f2e 122.05%, #715544 122.06%), linear-gradient(180deg, rgba(0, 0, 0, 0) -38.58%, rgba(0, 0, 0, 0.2) 118.78%);
    border-radius: 50px;
    color: #ffffff;

}

.section0 .button,.section4 .button,.section4f .button {
clip-path: polygon(
    10% 0%, 90% 0%, 
    100% 10%, 100% 90%, 
    90% 100%, 10% 100%, 
    0% 90%, 0% 10%
); 
}

.section1 .button {
    border: 2px solid #00d3f3;
    border-radius: 50px;
    color: #ffffff;
    width: 100%;
    box-shadow: 0px 0px 12px 6px rgba(60, 229, 255, 0.2);
    font-size: 18px;
    font-weight: 600;
    font-family: ui-sans-serif, sans-serif;
    background: #004eb3;
    background: linear-gradient(90deg, rgb(0 23 36 / 52%) 0%, rgb(0 38 65 / 21%) 50%, rgb(11 0 61 / 16%) 100%);
}
.section1 img {
    position: relative;
    top: -2px;
    left: -10px;
}
.section4 .button {
width: 187px;
}


/* Меню */
.menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.menu ul li {
    margin: 0 15px;
    max-width: 230px;
    width: 100%;
    text-align: center;
    color:#fff;
    height:132px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(351.85deg, rgba(40, 35, 33, 0.07) 5.48%, rgba(61, 51, 48, 0.07) 93.14%),
radial-gradient(101.85% 101.85% at -1.85% 56.9%, rgba(255, 255, 255, 0) 0%, rgba(185, 185, 185, 0.0084) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.menu ul li a {
    text-decoration: none;
    padding: 15px 0;
    display: block;
    color:#fff;
}

.menu ul li a:hover {
    color: #ffcc00;
}

/* Контейнер для отступов текста */
.container {
    max-width: 1709px;
    margin: 0 auto;
    padding: 0px 20px;
}

/* Секции */

.section0 {
    padding:174px 0;
    background: url(/index_files/f0.png) no-repeat;
    
}
.section0 .container {
 max-width:1213px;
 background: #2A221E;
 border: 2px solid;
 border-color: #cdb896;
 border-radius: 5px;
 text-align: center;
 display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.section23 .container {
 background: #2A221E;
 border: 2px solid;
 border-color: #cdb896;
 border-radius: 5px;
 text-align: center;
 display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section4f .container {
background: #01111e91;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
    border: solid 1px #4691ad;
}

.section1 {
background: url(/index_files/s1.png) no-repeat right;
padding: 0 0 15px 0;
}
  

.section2 {
background: url(/index_files/s2.png) no-repeat right;
padding:100px 0;
}
.section2 .container {
border-bottom: 1px solid;
} 

.section3 {
    background: url(/index_files/s3.png) no-repeat right;
padding:100px 0;
}
.section3 .container {
border-bottom: 1px solid;
} 

.section4 {
    background: url(/index_files/s4.png) no-repeat right;
padding:100px 0;
}
.section4 .container {
border-bottom: 1px solid;
} 

.num {
font-weight: 400;
font-style: Regular;
font-size: 128px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 0;
}
.pmini {
max-width:860px;
}

/* Футер */
footer {
    text-align: center;
    padding: 10px 0 20px 0;
    font-size: 12px;
}
