

/* Start:/perehod-osno//style.css?16723857603183*/
html {
    scroll-behavior: smooth;
    /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */
}

.section-red {
    background: rgba(187, 47, 44, 1);
    padding: 40px 0;
    color: #fff;
}

.top-section {
    margin: 70px 0;
}

.top-section p {
    margin-bottom: 14px;
}

.top-section img {
    max-width: 100%;
}

.section-red--dark {
    background: #9b221f;
}

.section-light-red {
    background: #f7dfdf;
    color: #000;
    letter-spacing: 0.01em;
    padding: 20px 0;
}

.special-link-item {
    color: #000 !important;
    text-decoration: none !important;
}

.special-link-item:hover {
    text-decoration: underline !important;
}

.section-light-red+.section-light-red {
    padding-top: 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.section-red h1 {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.flex-list {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 0 0;
}

.flex-list li {
    margin: 0 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}

.picture {
    text-align: center;
}

.top-section p {
    font-size: 18px;
    text-transform: initial;
}

.picture img {
    max-width: 100%;
}

p {
    font-size: 21px;
    font-weight: 400;
}

.section-red a {
    color: #fff;
    text-decoration: underline;
}

.ul-list {
    list-style: none;
    padding: 0;
    font-size: 20px;
    font-weight: 400;

}

.ul-list--red {

    color: #bb2f2c;
}

.ul-list--double {

    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.ul-list--double li {
    width: 45%;
    margin: 40px 0;

}

.ul-list--double li:nth-child(even) {
    margin-left: 10%;
}

.section {
    padding: 20px 0;
}

.section h2 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.section a {
    /* font-weight: 400; */
    color: #000;
    text-decoration: underline;
}

.section p>a {
    /* font-size: inherit; */
    font-size: 18px;
}

.big-red-text {
    font-size: 24px;
    font-weight: 400;
    color: #bb2f2c;
}


@media (max-width: 1600px) {
    .flex-list li{
        font-size: 15px;
        margin: 10px 0;

    }
    p {
        font-size: 18px;
    }

    .big-red-text,
    .ul-list {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    p {
        font-size: 16px;
    }

    .big-red-text,
    .ul-list {
        font-size: 16px;
    }

    .ul-list--double li {
        width: 100%;
        margin: 20px 0;
    }

    .ul-list--double li:nth-child(even) {
        margin: 20px 0;

    }

    .flex-list {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .section-light-red+.section-light-red{
        position: static;
    }
}


@media (max-width: 767px) {
    
    .flex-list li {
        width: 100%;
    }
}
/* End */
/* /perehod-osno//style.css?16723857603183 */
