@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url('https://nidin.ru/fonts/Montserrat-SemiBold.ttf') format('truetype');
}
.site-header h1 {
    margin-bottom: 29.5px;
}
body {
    background: #1c1c1e;
    color: white;
    font-family: 'Montserrat', sans-serif;
}
.h2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background: black;
    border: 3px solid #009c0c;
    border-radius: 8px;
    padding: 10px 20px;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: fit-content
}
h3 {
    font-size: 30px;
}
.container {
    max-width: 1280px;
    width: 100%
}
.column{
    text-align: left;
}
p {
    margin-top: 0;
    margin-bottom: 16px
}
.column ul li {
    padding-bottom: 5px;
}
.column ul {
    padding-left: 20px;
}
.instruction-font-small {
    font-size: 14px
}
.img-instruction {
    max-width: 100%;
    height: auto
}
.container {
    width: 100%;
    margin: 0 auto;
}
.row {
    display: flex;
    justify-content: center;
}
.column-info {
    flex: 0 0 auto;
    width: 24%
}
.row.info-style .column-info {
    width: 28%;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #e0ddce;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid #fff;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    padding: 16px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    z-index: 10;
    line-height: 1;
    box-shadow: none
}
.button:hover {
    color: black;
    background-color: #f78c03;
}
.small-2 {
    padding: 8px 10px;
    font-size: 18px;
    margin: 0;
    color: black;
    background-color: #00cece
}
.small-2:hover {
    color: black;
    background-color: #ff4922
}
.big {
    width: 100%
}
.row > * {
    padding-right: 12px;
    padding-left: 12px;
    box-sizing: border-box;
}
.price {
    padding: 0 20px;
}
footer {
    color: rgb(150, 150, 150);
    font-family: Arial, Helvetica, sans-serif;
}