@font-face {
    font-family: Lato;
    src: local("Lato Regular"), local("Lato-Regular"), url(../fonts/Lato-Regular.woff2) format("woff2"), url(../fonts/Lato-Regular.woff) format("woff"), url(../fonts/Lato-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: local("Lato Semi Bold"), local("Lato-Semi-Bold"), url(../fonts/Lato-Semibold.woff2) format("woff2"), url(../fonts/Lato-Semibold.woff) format("woff"), url(../fonts/Lato-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Source Serif Pro";
    src: local("Source Serif Pro Regular"), local("Source-Serif-Pro-Regular"), url(../fonts/SourceSerifPro-Regular.woff2) format("woff2"), url(../fonts/SourceSerifPro-Regular.woff) format("woff"),
    url(../fonts/SourceSerifPro-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Source Serif Pro";
    src: local("Source Serif Pro Semibold"), local("Source-Serif-Pro-Semibold"), url(../fonts/SourceSerifPro-SemiboldIt.woff2) format("woff2"), url(../fonts/SourceSerifPro-SemiboldIt.woff) format("woff"),
    url(../fonts/SourceSerifPro-SemiboldIt.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}

html {
    font-size: calc((100vw - 360px) / (1920 - 360) * (74 - 14) + 14px);
}

.container {
    max-width: 1410px;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: none;
        padding: 0 40px;
    }
}

@media screen and (max-width: 630px) {
    .container {
        padding: 0 16px;
    }
}

.section__title {
    font-family: "Source Serif Pro";
    font-size: 38px;
    line-height: 40px;
    font-weight: 400;
    color: #1a273c;
}

@media screen and (max-width: 1025px) {
    .section__title {
        font-size: 32px;
        line-height: 34px;
    }
}

@media screen and (max-width: 575px) {
    .section__title {
        font-size: 27px;
        line-height: 29px;
    }
}

.section__title.align_center {
    text-align: center;
}

.btn {
    width: 100%;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 21px;
    line-height: 23px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 50px;
}

@media screen and (max-width: 1440px) {
    .btn {
        font-size: 18px;
        line-height: 20px;
        height: 42px;
    }
}

@media screen and (max-width: 1280px) {
    .btn {
        font-size: 15px;
        line-height: 17px;
    }
}

.btn.bg_blue {
    background: #415ffd;
    color: #fff;
}

.btn.border {
    border: 1px solid #415ffd;
    color: #415ffd;
    background: #fff;
}

.input {
    width: 100%;
    height: 45px;
    background: #fff;
    border: 1px solid #b4bacf;
    border-radius: 10px;
    padding-left: 13px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
}

.input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
}

.input::-moz-placeholder {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
}

.input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
}

.input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
}

.input::placeholder {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
}

.swiper {
    position: relative;
    overflow: hidden;
}

.swiper-pagination-bullet {
    background: #1a273c;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #415ffd;
}

.nice-select {
    width: 100%;
    height: 39px;
    padding-left: 13px;
    border-radius: 10px;
    border: 1px solid #b4bacf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.nice-select:after {
    background: url(../img/arrow-select.svg) no-repeat;
    border: none;
    width: 19px;
    height: 19px;
    -webkit-transform: none;
    transform: none;
    margin-top: 0;
    top: 10px;
}

.nice-select.open:after {
    -webkit-transform: scale(-1);
    transform: scale(-1);
    top: 0;
}

.nice-select.open .list {
    width: 100%;
}

.nice-select .option {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .nice-select .option {
        font-size: 13px;
        line-height: 15px;
    }
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background: #ebeffd;
    color: #1a273c;
    font-weight: 400;
}

.nice-select .option.disabled {
    background: 0 0;
    font-weight: 700;
    color: #1a273c;
}

.year__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 600px) {
    .year__container {
        gap: 10px;
    }
}

.year__container.margin_top {
    margin-top: 27px;
}

.year__block {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #415ffd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    width: 77px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #415ffd;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .year__block {
        height: 40px;
        width: 70px;
        font-size: 15px;
        line-height: 17px;
    }
}

.year__block.month {
    width: 109px;
}

.year__block.active {
    background: #bcd6ee;
    border: none;
    color: #1a273c;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .header__menu {
        position: fixed;
        top: 85px;
        left: -100%;
        width: 100%;
        height: 100vh;
        padding: 0 40px;
        background: #fff;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 2;
    }
}

@media screen and (max-width: 768px) {
    .header__menu {
        top: 67px;
    }
}

@media screen and (max-width: 630px) {
    .header__menu {
        padding: 28px 16px 0;
        top: 48px;
    }
}

.header__menu-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .header__menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .header__menu-list-item {
        width: 100%;
    }
}

.header__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #1a273c;
    text-decoration: none;
    color: #1a273c;
    padding: 40px 10px 34px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .header__menu-link {
        font-size: 0.31rem;
        line-height: 0.51rem;
        padding: 20px 0 15px;
    }
}

@media screen and (max-width: 1024px) {
    .header__menu-link {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 17px;
        line-height: 19px;
        padding: 12px 0;
    }
}

@media screen and (max-width: 575px) {
    .header__menu-link {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.header__menu-link img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media screen and (max-width: 1024px) {
    .header__menu-link::after {
        content: "";
        display: block;
        width: calc(100% + 64px);
        height: 1px;
        position: absolute;
        left: -32px;
        bottom: 0;
        background: rgba(0, 0, 0, 0.25);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
}

@media screen and (max-width: 630px) {
    .header__menu-link::after {
        width: calc(100% + 32px);
        left: -16px;
    }
}

.header__menu-link:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1024px) {
    .header__menu-link:hover {
        opacity: 1;
    }
}

.header__menu-link:hover + .hover-block {
    top: 68px;
    opacity: 1;
    z-index: 1;
}

@media screen and (max-width: 1440px) {
    .header__menu-link:hover + .hover-block {
        top: 47px;
    }
}

@media screen and (max-width: 1024px) {
    .header__menu-link.active {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1024px) {
    .header__menu-link.active::after {
        opacity: 0;
    }
}

@media screen and (max-width: 1024px) {
    .header__menu-link.active img {
        -webkit-transform: scale(-1);
        transform: scale(-1);
    }
}

.header__menu-info {
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    display: grid;
    gap: 7px;
}

@media screen and (max-width: 1440px) {
    .header__menu-info {
        padding: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .header__menu-info {
        padding: 7px;
    }
}

@media screen and (max-width: 1024px) {
    .header__menu-info {
        padding: 0;
        font-size: 17px;
        gap: 17px;
    }
}

.header__menu-item a {
    font-size: 16px;
    line-height: 18px;
    color: #1a273c;
    font-weight: 400;
    text-decoration: none;
}

@media screen and (max-width: 1280px) {
    .header__menu-item a {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .header__menu-item a {
        font-size: 17px;
        line-height: 19px;
    }
}

.header__menu .hover-block {
    position: absolute;
    top: -100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: top 0.2s;
    transition: top 0.2s;
}

@media screen and (max-width: 1024px) {
    .header__menu .hover-block {
        position: static;
        opacity: 1;
        z-index: 1;
        display: none;
    }
}

.header__menu .hover-block:hover {
    opacity: 1;
    z-index: 1;
    top: 68px;
}

@media screen and (max-width: 1440px) {
    .header__menu .hover-block:hover {
        top: 47px;
    }
}

@media screen and (max-width: 1024px) {
    .header__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 45px 0 2px;
    }
}

@media screen and (max-width: 768px) {
    .header__container {
        padding: 22px 0 2px;
    }
}

.header__links {
    display: none;
}

@media screen and (max-width: 1024px) {
    .header__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 21px;
    }
}

@media screen and (max-width: 630px) {
    .header__links {
        display: none;
    }
}

.header .burger {
    display: none;
}

@media screen and (max-width: 1024px) {
    .header .burger {
        display: block;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #fff;
        -webkit-filter: drop-shadow(2px 2px 7px #6b7c95);
        filter: drop-shadow(2px 2px 7px #6b7c95);
        position: relative;
    }
}

@media screen and (max-width: 630px) {
    .header .burger {
        width: 25px;
        height: 25px;
        background: 0 0;
    }
}

.header .burger__line {
    width: 24px;
    height: 3px;
    background: #1a273c;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.header .burger__line:first-child {
    top: 14px;
}

@media screen and (max-width: 630px) {
    .header .burger__line:first-child {
        top: 5px;
    }
}

.header .burger__line:nth-child(2) {
    top: 21px;
}

@media screen and (max-width: 630px) {
    .header .burger__line:nth-child(2) {
        top: 11px;
    }
}

.header .burger__line:last-child {
    bottom: 14px;
}

@media screen and (max-width: 630px) {
    .header .burger__line:last-child {
        bottom: 5px;
    }
}

.header.active {
    background: #fff;
}

.header.active .burger {
    border: 3px solid #1a273c;
    -webkit-filter: none;
    filter: none;
}

@media screen and (max-width: 630px) {
    .header.active .burger {
        border: 2px solid #1a273c;
    }
}

.header.active .burger__line:nth-child(2) {
    opacity: 0;
}

.header.active .burger__line:first-child {
    left: 8px;
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 630px) {
    .header.active .burger__line:first-child {
        width: 9px;
        top: 10px;
        left: 6px;
        border-radius: 3px;
        height: 2px;
    }
}

.header.active .burger__line:last-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 18px;
    left: 8px;
}

@media screen and (max-width: 630px) {
    .header.active .burger__line:last-child {
        width: 9px;
        bottom: 9px;
        left: 6px;
        height: 2px;
        border-radius: 3px;
    }
}

.header.active .header__menu {
    left: 0;
}

.footer {
    padding: 0 0 72px;
}

.footer__container {
    border-top: 1px dashed #1a273c;
    padding: 29px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1440px) {
    .footer__container {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .footer__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
}

@media screen and (max-width: 1440px) {
    .footer__contacts {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media screen and (max-width: 600px) {
    .footer__contacts {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

.footer__contacts-local {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #6d6d6d;
    text-decoration: none;
}

@media screen and (max-width: 1440px) {
    .footer__contacts-local {
        width: 255px;
        margin: 0 auto;
    }
}

.footer__contacts-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding-left: 9%;
}

@media screen and (max-width: 1440px) {
    .footer__contacts-networks {
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__contacts-networks a {
    text-decoration: none;
    line-height: 0;
    display: block;
}

.footer__title {
    font-size: 27px;
    line-height: 32px;
    font-weight: 600;
    color: #1a273c;
    display: block;
}

@media screen and (max-width: 1440px) {
    .footer__title {
        text-align: center;
    }
}

.footer__compilations {
    display: grid;
    grid-template-areas: "area1 area2" "area3 area2";
    -webkit-column-gap: 66px;
    -moz-column-gap: 66px;
    column-gap: 66px;
    row-gap: 23px;
}

@media screen and (max-width: 940px) {
    .footer__compilations {
        grid-template-areas: "area1" "area3" "area2";
    }
}

@media screen and (max-width: 700px) {
    .footer__compilations {
        display: none;
    }
}

.footer__compilations-item.area-1 {
    grid-area: area1;
}

.footer__compilations-item.area-2 {
    grid-area: area2;
}

.footer__compilations-item.area-3 {
    grid-area: area3;
}

.footer__compilations-links {
    display: grid;
    gap: 10px;
}

.footer__compilations-head {
    font-family: "Source Serif Pro";
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #6d6d6d;
    display: block;
    margin-bottom: 11px;
}

.footer__compilations-link {
    font-size: 16px;
    line-height: 18px;
}

.footer__pages {
    display: grid;
    gap: 10px;
}

@media screen and (max-width: 700px) {
    .footer__pages {
        display: none;
    }
}

.footer__pages-link {
    font-size: 24px;
    line-height: 26px;
}

.footer__link {
    display: block;
    font-weight: 400;
    color: #1a273c;
    text-decoration: none;
}

.main-banner {
    background-image: url(../img/main-banner.webp);
    background-size: cover;
    background-position: center;
    padding: 94px 0 110px;
    aspect-ratio: 1920/640;
}

@media screen and (max-width: 1600px) {
    .main-banner {
        padding: 70px 0 110px;
    }
}

@media screen and (max-width: 1280px) {
    .main-banner {
        padding: 60px 0 90px;
    }
}

@media screen and (max-width: 1024px) {
    .main-banner {
        aspect-ratio: 1024/545;
        padding: 158px 0;
    }
}

@media screen and (max-width: 900px) {
    .main-banner {
        padding: 110px 0;
    }
}

@media screen and (max-width: 768px) {
    .main-banner {
        aspect-ratio: 768/467;
        padding: 119px 0;
        background-image: url(../img/main-banner_tab.webp);
    }
}

@media screen and (max-width: 630px) {
    .main-banner {
        aspect-ratio: 430/317;
        background-image: url(../img/main-banner_mob.webp);
        padding: 71px 0 0;
    }
}

@media screen and (max-width: 630px) {
    .main-banner__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.main-banner__sub-title {
    font-family: "Source Serif Pro";
    font-size: 0.41rem;
    line-height: 0.61rem;
    font-weight: 600;
    color: #6d6d6d;
    display: block;
    margin-top: 6px;
}

@media screen and (max-width: 1024px) {
    .main-banner__sub-title {
        font-size: 24px;
        line-height: 26px;
        width: 439px;
    }
}

@media screen and (max-width: 630px) {
    .main-banner__sub-title {
        display: none;
    }
}

.main-banner__title {
    font-family: "Source Serif Pro";
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 600;
    color: #1a273c;
}

@media screen and (max-width: 1024px) {
    .main-banner__title {
        font-size: 42px;
        line-height: 44px;
    }
}

@media screen and (max-width: 630px) {
    .main-banner__title {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width: 630px) {
    .main-banner__title-mob {
        font-size: 25px;
        line-height: 27px;
    }
}

.main-banner__networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 21px;
    margin-bottom: 55px;
}

@media screen and (max-width: 1440px) {
    .main-banner__networks {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .main-banner__networks {
        display: none;
    }
}

@media screen and (max-width: 630px) {
    .main-banner__networks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 25px 0 0;
    }
}

.main-banner__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 0.29rem;
    line-height: 0.5rem;
    font-weight: 44;
    color: #6d6d6d;
    text-decoration: none;
    margin-top: 11px;
}

@media screen and (max-width: 1600px) {
    .main-banner__link {
        font-size: 0.33rem;
        line-height: 0.55rem;
    }
}

@media screen and (max-width: 1024px) {
    .main-banner__link {
        display: none;
    }
}

.main-banner__address {
    width: 163px;
    height: 34px;
    background: #415ffd;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}

@media screen and (max-width: 1280px) {
    .main-banner__address {
        font-size: 14px;
        line-height: 16px;
        width: 150px;
    }
}

.main-banner__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    .main-banner__btns {
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .main-banner__btns {
        margin-top: 20px;
    }
}

@media screen and (max-width: 630px) {
    .main-banner__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 12px;
        margin-top: 41px;
    }
}

.main-banner__button {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
}

@media screen and (max-width: 1024px) {
    .main-banner__button {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 220px;
    }
}

@media screen and (max-width: 450px) {
    .main-banner__button {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
    }
}

@media screen and (max-width: 1025px) {
    .main-banner.error {
        padding: 40px 0;
    }
}

@media screen and (max-width: 630px) {
    .main-banner.error {
        padding: 10px 0;
    }
}

.main-banner.error .error__head {
    display: block;
    -webkit-text-stroke: 2px #415ffd;
    font-size: 4.1rem;
    line-height: 4.6rem;
    color: #fff;
    font-style: normal;
    font-weight: 600;
}

@media screen and (max-width: 630px) {
    .main-banner.error .error__head {
        font-size: 89px;
        line-height: 91px;
    }
}

.main-banner.error .error__head-sub {
    display: block;
    font-size: 59px;
    line-height: 62px;
    color: #1a273c;
    font-weight: 600;
}

@media screen and (max-width: 1280px) {
    .main-banner.error .error__head-sub {
        font-size: 40px;
    }
}

@media screen and (max-width: 630px) {
    .main-banner.error .error__head-sub {
        font-size: 21px;
        line-height: 23px;
    }
}

.main-banner.error .error__text {
    font-size: 21px;
    line-height: 23px;
    font-style: normal;
    font-weight: 400;
    color: #6d6d6d;
    display: grid;
    gap: 20px;
    margin-top: 9px;
}

@media screen and (max-width: 1280px) {
    .main-banner.error .error__text {
        width: 55%;
    }
}

@media screen and (max-width: 1025px) {
    .main-banner.error .error__text {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 630px) {
    .main-banner.error .error__text {
        font-size: 13px;
        line-height: 15px;
        width: 100%;
        gap: 10px;
    }
}

.main-banner.error .error__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 45px;
}

@media screen and (max-width: 630px) {
    .main-banner.error .error__btns {
        margin-top: 15px;
    }
}

.main-banner.error .error__btns a {
    width: 330px;
}

@media screen and (max-width: 1280px) {
    .main-banner.error .error__btns a {
        width: 200px;
    }
}

@media screen and (max-width: 630px) {
    .main-banner.error .error__btns a {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.info {
    margin-top: -65px;
}

@media screen and (max-width: 768px) {
    .info {
        display: none;
    }
}

.info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 975px) {
    .info__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.info__item {
    padding: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    height: 148px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 13px;
}

@media screen and (max-width: 1024px) {
    .info__item {
        padding: 16px;
    }
}

@media screen and (max-width: 975px) {
    .info__item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 335px;
    }
}

.info__item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info__text {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    color: #1a273c;
    display: block;
}

@media screen and (max-width: 1440px) {
    .info__text {
        font-size: 14px;
        line-height: 16px;
    }
}

.info__text-number {
    font-family: "Source Serif Pro";
    font-size: 40px;
    line-height: 42px;
    text-decoration: none;
    color: #1a273c;
    display: block;
}

@media screen and (max-width: 1024px) {
    .info__text-number {
        font-size: 36px;
        line-height: 38px;
    }
}

.news__upper {
    padding: 50px 0 20px;
}

.news__upper.archive_padding {
    padding: 0 0 27px;
}

@media screen and (max-width: 768px) {
    .news__upper.archive_padding {
        padding: 26px 0 13px;
    }
}

.news__container {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    row-gap: 62px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media screen and (max-width: 975px) {
    .news__container {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}

@media screen and (max-width: 850px) {
    .news__container {
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .news__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 0;
    }
}

.news__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px;
}

.news__card-img {
    padding: 10px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
}

@media screen and (max-width: 575px) {
    .news__card-img {
        height: 250px;
    }
}

.news__card-date {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
    background: #cde6fd;
    display: block;
    padding: 4px 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 30px;
}

.news__card-info {
    font-size: 21px;
    line-height: 23px;
    font-weight: 400;
    color: #1a273c;
    display: block;
    text-decoration: none;
}

@media screen and (max-width: 1280px) {
    .news__card-info {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 850px) {
    .news__card-info {
        font-size: 19px;
        line-height: 21px;
    }
}

.news__img {
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 575px) {
    .news__img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.news__button {
    width: 330px;
    margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
    .news__button {
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 575px) {
    .news__button {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .news .swiper {
        padding-bottom: 87px;
    }
}

.news .swiper.margin_top {
    margin-top: 42px;
}

@media screen and (max-width: 768px) {
    .news .swiper-pagination {
        bottom: 0;
    }
}

.church-info {
    padding: 50px 0 22px;
}

.church-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 31px;
}

@media screen and (max-width: 1280px) {
    .church-info__container {
        gap: 20px;
    }
}

@media screen and (max-width: 840px) {
    .church-info__container {
        display: grid;
        grid-template-areas: "item1 item2" "item1 item3";
    }
}

@media screen and (max-width: 600px) {
    .church-info__container {
        grid-template-areas: "item1" "item2" "item3";
    }
}

.church-info__head {
    display: block;
    font-size: 27px;
    line-height: 29px;
    font-weight: 600;
    color: #1a273c;
    margin-bottom: 18px;
}

@media screen and (max-width: 1280px) {
    .church-info__head {
        font-size: 24px;
        line-height: 26px;
    }
}

@media screen and (max-width: 840px) {
    .church-info__head {
        margin-bottom: 20px;
    }
}

.church-info__prev {
    width: 210px;
}

@media screen and (max-width: 1280px) {
    .church-info__prev {
        width: 140px;
    }
}

@media screen and (max-width: 600px) {
    .church-info__prev {
        margin: 0 auto;
    }
}

.church-info__prev img {
    width: 100%;
}

.church-info__prev-text {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #6d6d6d;
    display: block;
    margin-top: 18px;
}

@media screen and (max-width: 1280px) {
    .church-info__prev-text {
        font-size: 15px;
        line-height: 17px;
    }
}

@media screen and (max-width: 600px) {
    .church-info__prev-text {
        text-align: center;
    }
}

.church-info__calendar {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #6d6d6d;
}

@media screen and (max-width: 1280px) {
    .church-info__calendar {
        font-size: 21px;
        line-height: 23px;
    }
}

.church-info__text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #6d6d6d;
    display: block;
}

@media screen and (max-width: 1280px) {
    .church-info__text {
        font-size: 15px;
        line-height: 17px;
    }
}

.church-info__text a {
    color: #1A273C !important;
    text-decoration: none;
    font-weight: 400;
}

.church-info .dark_color {
    color: #1a273c;
}

.church-info__item.flex_basis_1 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

@media screen and (max-width: 1280px) {
    .church-info__item.flex_basis_1 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

@media screen and (max-width: 840px) {
    .church-info__item.flex_basis_1 {
        grid-area: item1;
        width: 164px;
    }
}

@media screen and (max-width: 600px) {
    .church-info__item.flex_basis_1 {
        width: 100%;
    }
}

.church-info__item.flex_basis_2 {
    -ms-flex-preferred-size: 51%;
    flex-basis: 51%;
}

@media screen and (max-width: 1280px) {
    .church-info__item.flex_basis_2 {
        -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    }
}

@media screen and (max-width: 840px) {
    .church-info__item.flex_basis_2 {
        grid-area: item2;
    }
}

.church-info__item.flex_basis_3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

@media screen and (max-width: 1280px) {
    .church-info__item.flex_basis_3 {
        -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    }
}

@media screen and (max-width: 840px) {
    .church-info__item.flex_basis_3 {
        grid-area: item3;
    }
}

.church-info .text_margin_bottom {
    display: block;
    margin-bottom: 18px;
}

@media screen and (max-width: 840px) {
    .church-info .text_margin_bottom {
        margin-bottom: 20px;
    }
}

.timetable__upper {
    padding-bottom: 20px;
}

@media screen and (max-width: 740px) {
    .timetable__upper {
        padding: 26px 0 20px;
    }
}

.timetable__list {
    display: grid;
    gap: 10px;
}

.timetable__list .list_item_style {
    border-radius: 10px;
    background: #fff;
    font-size: 21px;
    line-height: 23px;
    font-weight: 400;
    color: #1a273c;
    padding: 16px;
}

@media screen and (max-width: 1280px) {
    .timetable__list .list_item_style {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .timetable__list .list_item_style {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 740px) {
    .timetable__list .list_item_style {
        border-radius: 0;
        padding: 0;
    }
}

.timetable__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

@media screen and (max-width: 740px) {
    .timetable__list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        padding: 16px;
        background: #fff;
        border-radius: 10px;
    }
}

.timetable__list-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

@media screen and (max-width: 740px) {
    .timetable__list-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

.timetable__list-block {
    display: grid;
    gap: 10px;
    -ms-flex-preferred-size: 83%;
    flex-basis: 83%;
}

@media screen and (max-width: 1025px) {
    .timetable__list-block {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    }
}

.timetable__list-text {
    -ms-flex-preferred-size: 89%;
    flex-basis: 89%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 740px) {
    .timetable__list-text {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
    }
}

.timetable__list-text.active {
    font-weight: 700;
}

.timetable__list-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    width: 120px;
}

@media screen and (max-width: 1025px) {
    .timetable__list-time {
        width: 90px;
    }
}

@media screen and (max-width: 768px) {
    .timetable__list-time {
        width: 68px;
    }
}

@media screen and (max-width: 740px) {
    .timetable__list-time {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 740px) {
    .timetable__list-time span {
        color: #767fa0;
    }
}

.timetable__list-date {
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
}

.timetable__list-date span {
    display: block;
}

@media screen and (max-width: 740px) {
    .timetable__list-date span {
        display: inline-block;
    }
}

@media screen and (max-width: 1025px) {
    .timetable__list-date {
        width: 180px;
        -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    }
}

@media screen and (max-width: 740px) {
    .timetable__list-date {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        margin-bottom: 10px;
    }
}

.timetable__list-date.active {
    color: #fd415a;
}

.timetable__list-head {
    display: block;
    font-size: 27px;
    line-height: 29px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 16px 20px;
    margin: 10px 0;
    border-radius: 10px;
    background: #767fa0;
}

@media screen and (max-width: 768px) {
    .timetable__list-head {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1025px) {
    .timetable .swiper {
        padding-bottom: 115px;
    }
}

@media screen and (max-width: 575px) {
    .timetable .swiper {
        padding-bottom: 55px;
    }
}

.timetable .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* @media screen and (max-width: 1025px) {
    .timetable .swiper-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0;
    }
} */

.contacts__upper {
    padding: 0 0 20px;
}

.contacts__container {
    display: grid;
    gap: 20px;
}

.contacts__head {
    font-size: 27px;
    line-height: 29px;
    font-weight: 600;
    color: #1a273c;
    display: block;
}

.contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.contacts__text {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #1a273c;
    text-decoration: none;
    display: block;
}

.contacts b {
    font-size: 17px;
    line-height: 19px;
    font-weight: 700;
}

.contacts b.display_block {
    display: block;
}

.contacts_text_color {
    color: #415ffd;
}

.contacts__block.path {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

@media screen and (max-width: 1025px) {
    .contacts__block.path {
        display: grid;
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .contacts__block.path {
        gap: 22px;
    }
}

@media screen and (max-width: 1025px) {
    .contacts__block.path img {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .contacts__block.path img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .contacts__block.map {
        display: none;
    }
}

.contacts__map-container {
    height: 382px;
    margin-top: 10px;
}

.help__upper {
    padding: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 600px) {
    .help__upper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px;
    }
}

.help__button {
    width: 330px;
}

@media screen and (max-width: 1025px) {
    .help__button {
        width: 200px;
    }
}

.help__container {
    display: grid;
    gap: 20px;
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
    color: #1a273c;
    margin-top: 37px;
}

.help__container span {
    display: block;
}

.help__container b {
    display: block;
    font-weight: 700;
}

.help__head {
    font-size: 27px;
    line-height: 29px;
    font-weight: 600;
    color: #1a273c;
    display: block;
}

.help__lists {
    margin-top: 20px;
}

.help__lists-container {
    display: grid;
    gap: 15px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #1a273c;
    margin-top: 10px;
}

.help__lists-container ul {
    list-style: disc;
    padding-left: 20px;
}

.help__lists-container h4 {
    font-weight: 700;
}

.help__bottom {
    display: grid;
    gap: 15px;
    font-family: "Source Serif Pro";
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
    color: #1a273c;
    text-align: center;
    margin-top: 36px;
}

@media screen and (max-width: 768px) {
    .help__bottom {
        font-size: 21px;
        line-height: 23px;
    }
}

.help__bottom span {
    display: block;
}

.help__bottom b {
    display: block;
    font-weight: 700;
}

.form {
    width: 400px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
    padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
    .form {
        width: 100%;
    }
}

.form input {
    width: 100%;
    height: 39px;
    border: 1px solid #b4bacf;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
    padding-left: 13px;
}

.form input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
}

.form input::-moz-placeholder {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
}

.form input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
}

.form input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
}

.form input::placeholder {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
}

.form__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding-left: 13px;
    position: relative;
    cursor: pointer;
}

.form__info-text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
    display: block;
    padding-left: 13px;
}

.form__info-hover {
    position: absolute;
    top: 20px;
    opacity: 0;
    z-index: -1;
    width: 220px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.form__info-hover svg {
    display: block;
    margin: 0 auto;
}

.form__info-bg {
    background: #767fa0;
    padding: 11px 9px;
    border-radius: 10px;
}

.form__info svg:hover + .form__info-hover {
    opacity: 1;
    z-index: 2;
}

.form__info-head {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #6d6d6d;
}

.form__block {
    display: grid;
    gap: 5px;
}

.form__block-list {
    margin-top: 31px;
    display: grid;
    gap: 10px;
}

.form__block-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 5px;
}

.form__block-inputs input {
    border: none;
    font-family: "Source Serif Pro";
    font-style: italic;
    font-size: 17px;
    line-height: 19px;
}

.form__block-inputs input::-webkit-input-placeholder {
    color: #6d6d6d;
}

.form__block-inputs input::-moz-placeholder {
    color: #6d6d6d;
}

.form__block-inputs input:-ms-input-placeholder {
    color: #6d6d6d;
}

.form__block-inputs input::-ms-input-placeholder {
    color: #6d6d6d;
}

.form__block-inputs input::placeholder {
    color: #6d6d6d;
}

.form__block-number {
    font-style: normal;
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    display: block;
}

.form__block-note {
    padding: 21px 16px 54px;
    margin-top: 20px;
    background: #fff;
}

.form__block-note._health {
    border: 3px solid #fd415a;
    color: #fd415a;
}

.form__block-note._health .img_health {
    display: block;
}

.form__block-note._health .img_death {
    display: none;
}

.form__block-note._health .form__block-inputs {
    border-bottom: 1px solid #fd415a;
}

.form__block-note._death {
    border: 3px solid #1a273c;
    color: #1a273c;
}

.form__block-note._death .img_health {
    display: none;
}

.form__block-note._death .img_death {
    display: block;
}

.form__block-note._death .form__block-inputs {
    border-bottom: 1px solid #1a273c;
}

.form__block-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.form__block-text b {
    font-family: "Source Serif Pro";
    font-style: normal;
    font-size: 27px;
    line-height: 37px;
    font-weight: 600;
    display: block;
}

@media screen and (max-width: 600px) {
    .form__block-text b {
        font-size: 20px;
        line-height: 22px;
    }
}

.form__block-text span {
    font-family: "Source Serif Pro";
    font-style: normal;
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .form__block-text span {
        font-size: 16px;
        line-height: 18px;
    }
}

.form select {
    width: 100%;
    height: 39px;
    border: 1px solid #b4bacf;
    border-radius: 10px;
    padding-left: 13px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
}

.form textarea {
    width: 100%;
    height: 102px;
    border: 1px solid #b4bacf;
    border-radius: 10px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a273c;
    resize: none;
    padding: 13px;
    display: block;
}

.form__method {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    gap: 12px;
    margin-top: 11px;
}

@media screen and (max-width: 600px) {
    .form__method {
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }
}

.form__method-img {
    cursor: pointer;
    opacity: 0.5;
}

.form__method-img.active {
    opacity: 1;
}

.form__method-img img {
    width: 100%;
}

.gallery__upper {
    padding: 0 0 27px;
}

.gallery__container {
    margin-top: 50px;
}

.gallery__item {
    padding: 10px 10px 30px 10px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.gallery__item:hover img {
    opacity: 0.7;
}

.gallery__info {
    display: block;
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
    color: #1a273c;
    margin-top: 19px;
}

@media screen and (max-width: 1280px) {
    .gallery__info {
        font-size: 16px;
        line-height: 20px;
    }
}

.gallery__img img {
    display: block;
    border-radius: 10px;
    width: 100%;
}

.gallery__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border-radius: 10px;
    background: #cde6fd;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #6d6d6d;
    margin-top: 14px;
}

.gallery .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    gap: 30px;
}

@media screen and (max-width: 1025px) {
    .gallery .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .gallery .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        padding-bottom: 100px;
    }
}

.gallery-detail__upper {
    padding: 0 0 63px;
}

@media screen and (max-width: 1025px) {
    .gallery-detail__upper {
        padding: 26px 0 20px;
    }
}

.gallery-detail__container {
    margin-top: 30px;
}

.gallery-detail__container .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(auto, 1fr));
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .gallery-detail__container .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        padding-bottom: 70px;
    }
}

.gallery-detail__container-item {
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    display: block;
}

.gallery-detail__container-item img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

body {
    font-family: Lato;
    background: #f1f4ff;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #1a273c;
}

body.js-body-scroll {
    overflow: hidden;
}

.quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 21px;
}

@media screen and (max-width: 1025px) {
    .quote {
        gap: 19px;
    }
}

@media screen and (max-width: 768px) {
    .quote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.quote__text {
    font-size: 32px;
    line-height: 34px;
    font-style: italic;
    font-weight: 400;
    color: #767fa0;
    display: grid;
    gap: 10px;
}

@media screen and (max-width: 1025px) {
    .quote__text {
        font-size: 27px;
        line-height: 29px;
        gap: 8px;
    }
}

.quote__text_small {
    font-size: 16px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
}

.quote__text span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .quote__text span {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.donation__upper {
    padding: 0 0 20px;
}

.gallery-detail__tags {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 25px;
    padding-bottom: 50px;
}

.gallery-detail__tag-link {
    color: #1a273c;
    text-decoration: none;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    transition: all 0.4s;
}

/*.gallery-detail__tag-link:nth-child(odd) {*/
/*    font-size: 20px;*/
/*    line-height: 22px;*/
/*}*/
/*.gallery-detail__tag-link:nth-child(even) {*/
/*    font-size: 37px;*/
/*    line-height: 39px;*/
/*}*/
/*.gallery-detail__tag-link:nth-child(4n) {*/
/*    font-size: 31px;*/
/*    line-height: 33px;*/
/*}*/
.gallery-detail__tag-link:hover {
    color: #415ffd;
}

.gallery-detail__tag-link.active {
    font-size: 62px;
    line-height: 64px;
}

@media screen and (max-width: 1024px) {
    .gallery-detail__tag-link:nth-child(even) {
        font-size: 23px;
        line-height: 25px;
    }

    .gallery-detail__tag-link:nth-child(odd) {
        font-size: 18px;
        line-height: 20px;
    }

    .gallery-detail__tag-link.active {
        font-size: 31px;
        line-height: 33px;
    }

    .gallery-detail__tags {
        display: none;
    }
}

.gallery-detail__tags {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 25px;
    padding-bottom: 50px;
}

.gallery-detail__tag-link {
    color: #1a273c;
    text-decoration: none;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    transition: all 0.4s;
}

/*.gallery-detail__tag-link:nth-child(odd) {*/
/*    font-size: 20px;*/
/*    line-height: 22px;*/
/*}*/
/*.gallery-detail__tag-link:nth-child(even) {*/
/*    font-size: 37px;*/
/*    line-height: 39px;*/
/*}*/
/*.gallery-detail__tag-link:nth-child(4n) {*/
/*    font-size: 31px;*/
/*    line-height: 33px;*/
/*}*/
.gallery-detail__tag-link:hover {
    color: #415ffd;
}

.gallery-detail__tag-link.active {
    font-size: 62px;
    line-height: 64px;
}

@media screen and (max-width: 1024px) {
    .gallery-detail__tag-link:nth-child(even) {
        font-size: 23px;
        line-height: 25px;
    }

    .gallery-detail__tag-link:nth-child(odd) {
        font-size: 18px;
        line-height: 20px;
    }

    .gallery-detail__tag-link.active {
        font-size: 31px;
        line-height: 33px;
    }

    .gallery-detail__tags {
        display: none;
    }
}

.gallery-detail__tag-link._0 {
    font-size: 18px;
    line-height: 21px;
}

.gallery-detail__tag-link._1 {
    font-size: 21px;
    line-height: 23px;
}

.gallery-detail__tag-link._2 {
    font-size: 23px;
    line-height: 25px;
}

.gallery-detail__tag-link._3 {
    font-size: 25px;
    line-height: 27px;
}

.gallery-detail__tag-link._4 {
    font-size: 27px;
    line-height: 29px;
}

.gallery-detail__tag-link._5 {
    font-size: 29px;
    line-height: 31px;
}

.gallery-detail__tag-link._6 {
    font-size: 31px;
    line-height: 33px;
}

.gallery-detail__tag-link._7 {
    font-size: 33px;
    line-height: 35px;
}

.gallery-detail__tag-link._8 {
    font-size: 35px;
    line-height: 37px;
}

.gallery-detail__tag-link._9 {
    font-size: 37px;
    line-height: 39px;
}

.gallery-detail__tag-link._10 {
    font-size: 62px;
    line-height: 64px;
}

.success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding: 50px 0;
}

.flatpages {
    color: #1A273C;
}

.flatpages a {
    color: #1A273C;
}

blockquote {
    /*display: flex;*/
    /*align-self: flex-start;*/
    /*gap: 21px;*/

    position: relative;

    font-size: 32px;
    line-height: 32px;
    font-style: italic;
    font-weight: 400;
    color: #767fa0;

    padding-left: 65px;
}

blockquote::before {
    content: "";

    display: block;

    background: url(../img/svg/b1.svg) no-repeat;
    background-size: cover;

    width: 55px;
    height: 45px;

    position: absolute;
    left: 0;
    top: 0;
}

.flatpages-flex {
    display: flex;
    align-items: flex-start;
    gap: 45px;

    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #1A273C;
}

.flatpages-flex.detail {
    display: block;
 }

.flatpages-flex figure {

}

@media screen and (max-width: 1025px) {
    blockquote {
        font-size: 27px;
        line-height: 29px;
    }
}

@media screen and (max-width: 768px) {
    blockquote {
       padding-left: 0;

        padding-top: 43px;
    }

    blockquote::before {
        width: 37px;
        height: 30px;

        left: 50%;
        transform: translate3d(-50%, 0, 0);
    }
}

.flatpages-content p {
    text-align: justify;
    text-indent: 25px;
    padding-bottom: 15px;
}

.flatpages-content figure {
    margin: 20px;
}

.flatpages-content figure.image-style-align-right {
    float: right;
}

.flatpages-content figure.image-style-align-left {
    float: left;
}

@media screen and (max-width: 768px) {
    .flatpages-content figure.image-style-align-right,
    .flatpages-content figure.image-style-align-left {
        float: none;
        margin: 20px;
    }

    .flatpages-content figure img {
        width: 100%;
    }
}

h1 {
    font-family: "Source Serif Pro";
    font-size: 38px;
    line-height: 40px;
    font-weight: 400;
    color: #1a273c;
}

h2 {
    font-family: "Source Serif Pro";
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: #1a273c;
}