body {
    background-color: rgb(243, 243, 243);
    font-family: "Golos Text", sans-serif;
}

.navbar-brand {
    color: rgb(1, 82, 205);
    font-family: "Golos Text", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
}

.left-container-margin {
    margin-left: max(0px, (100vw - 1320px) / 2);
    padding: 12px;
}

#banners {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-rows: minmax(350px, auto);
}

#banners .grid-item {
    /*border: 1px solid black;*/
}

#banners .main-title {
    display: flex;
    align-items: center;
}

#banners .main-title h1 {
    margin-bottom: 0;
    font-size: 90px;
    font-weight: 600;
}

.map-russia {
    background-image: url("../img/map.svg");
    background-repeat: no-repeat;
    background-color: rgb(1, 82, 205);
    color: #fff;

    justify-content: center;
    align-items: end;
    display: flex;
    height: 100%; 
    background-position: center;
    background-size: cover;
    padding-bottom: 10%;
}

.rule {
    background-color: rgb(1, 82, 205);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.rule-wrapper {
    max-width: 400px;
    padding: 10px;
}

.rule button {
    background-color: #f2f2f2;
    color: rgb(1, 82, 205);
    font-weight: bold;
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 12px;
}

#banners .nature {
    background-image: url("../img/photo.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 3;
    background-size: cover;
}

#banners .percents {
    background: rgb(25, 27, 39);
    color: #f2f2f2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

#banners .percents .percent {
    font-size: 50px;
}

.about h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.about .description {
    align-self: center;
    font-weight: bold;
    font-size: 20px;
}

.statistics {
    font-family: Golos Text, var(--default-font-family);
    color: #f2f2f2;
}

.bg-blue {
    background: #0152cd;
    color: #f2f2f2;
}

.bg-black {
    background: #000;
    color: #f2f2f2;
}

.bg-white {
    background: #fff;
}

.statistics-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 50px 60px 50px 60px;
}

.statistics .title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.statistics h2 {}

.statistics .title .header-description {
    height: 22px;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.statistics .numbers {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 80px;
}

.statistics .numbers-element {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.statistics .numbers-element .digits-line {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.statistics .numbers-element .digits-line .digit {
    font-size: 64px;
    font-weight: 500;
    line-height: 67px;
}

.statistics .numbers-element .digits-line .nomination {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
}

.statistics .numbers-element .digits-line .digit-description {
    line-height: 22.4px;
}

.line {
    border-bottom: 2px solid #f2f2f2;
}

.statistics .small-claims {
    width: 50%;
}

.statistics .section-b {
    background-color: #fff;
    color: #191b27;
}

.statistics .rounds {
    display: flex;
}

.statistics .ellipse {
    width: 25px;
    height: 25px;
    border: 1px solid #0152cd;
    background-color: #0152cd;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 100px;
}

.statistics .element-round {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.statistics img {
    width: 200px;
    height: 200px;
}

.statistics span.element {
    color: #0152cd;
    font-size: 24px;
    font-family: Golos Text, var(--default-font-family);
    line-height: 31.2px;
    font-weight: 600;
    margin-top: 10px;
}

.responsibility-elements {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.responsibility-element {
    padding: 60px 40px;
}

.responsibility-element img {
    margin-bottom: 20px;
}

.line-more-details {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 20px;
}

.line-more-details .line {
    flex-grow: 1;
    background-size: cover;
    border: 1px solid #0152cd;
}

.line-more-details a {
    text-decoration: none;
    color: #0152cd;
    cursor: pointer;
}

.line-more-details span.arrow {
    color: #0152cd;
    font-size: 20px;
    font-weight: bold;
    line-height: 0;
}

.how-it-works .point-element {
    display: flex;
}

.point-element .point {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.point-element .point-digit {
    width: 50px;
    background-color: #E7E7E7;
    border-radius: 50%;
    color: #0152cd;
    font-weight: bold;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
}

.point-element .point-line {
    width: 2px;
    height: 100%;
    background-color: #E7E7E7;
}

.point-element .description {
    width: 100%;
}

.point-element .description .line {
    margin: 20px 0;
    border-bottom: 2px solid #E7E7E7;
}

.point-element .description .header {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.point-element .description .descr-title {
    font-size: 24px;
    font-weight: 500;
}

.portfolio .slide {
    background: #272a3c;
}

.portfolio .slide img {
    width: 250px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.contacts .form-control {
    border-radius: 0;
}

.contacts button {
    border: 1px solid #f2f2f2;
    width: 100%;
    background-color: #0152cd;
    color: #f2f2f2;
    padding: 5px;
}

footer .menu {
    justify-content: space-between;
    align-items: center;
}

footer .menu ul {
    list-style: none;
    margin-bottom: 0;
    flex-wrap: wrap;
}

footer .menu ul li {
    margin-left: 10px;
}

footer a {
    text-decoration: none;
    color: #f2f2f2;
}

.partners blockquote {
    margin-bottom: 0;
    padding: 0 20px;
}

.partners figure figcaption{
    color: #f2f2f2;
}

.partners figure img {
    width: 40px;
    margin-right: 10px;
}

.blockquote-footer::before {
    content: ''
}