@import "ui.css";

/******header******/
.header {
    padding: 20px 0;
    background: var(--bg);
}
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header__logo img {
    width: 30px;
    height: 40px;
}
.header__locate {
    display: flex;
    align-items: center;
    gap: 16px;
}
.header__locate img {
    width: 27px;
    height: 38px;
}
.header__locate > p {
    max-width: 136px;
    font-size: 15px;
}
.menu__icon {
    display: none;
}
.menu__list {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 920px;
}
.menu__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 55px;
}
.menu__item {
    font-size: 15px;
}
.header-general .header__logo-wrap img {
    width: 38px;
    height: 50px;
    background: var(--bg-light);
}
.header__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px
}
.header__contacts > * {
    text-align: center;
}
.header__contacts p {
    font-size: 12px;
}
.header__number {
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.header__number:hover {
    opacity: 0.8;
}
/***********main-section***********/
.main-section {
    padding: 62px 0 100px 0;
}
.main-section__container > *:not(:first-child) {
    margin-top: 82px;
}
.main-section__top > *:not(:first-child) {
    margin-top: 10px;
}
.main-section__bottom-title {
    display: flex;
    align-items: center;
    gap: 0.25em;
}
.main-section__title span {
    display: block;
    text-align: right;
}
.main-section__top-line {
    display: flex;
    justify-content: space-between;
}
.main-section__top-line-right {
    display: flex;
    align-items: center;
    gap: 28px;
}
.main-section__helpers-inner > img {
    width: 97px;
    height: 39px;
}
.main-section__helpers-inner {
    display: inline-block;
    padding: 10px;
    background: var(--bg);
    border-radius: 50px;
}
.main-section__helpers {
    display: flex;
    align-items: center;
    gap: 16px;
}
.main-section__helpers p {
    max-width: 230px;
    font-size: 18px;
}
.main-section__banner {
    position: relative;
    width: 100%;
}
.main-section__banner-inner {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 20px 0;
    padding-bottom: 21.35%;
}
.main-section__author {
    display: inline-block;
    position: absolute;
    padding: 20px;
    font-size: 22px;
    right: 20px;
    bottom: -23px;
    background: var(--yellow);
}

/***********who-is***********/
.who-is__top {
    padding: 61px 0;
    background: var(--bg);
}
.who-is__top-inner {
    padding-left: 93px;
}
.who-is__top-inner > *:not(:first-child) {
    margin-top: 22px;
}
.who-is__txt {
    font-size: 20px;
    line-height: 180%;
    /*text-indent: ;*/
}
.who-is__txt span {
    display: inline-block;
    height: auto;
    background: var(--yellow);
    padding: 6px;
}
.who-is__txt span._left {
    transform: rotate(-1deg);
}
.who-is__txt span._right {
    transform: rotate(1deg);
}
.who-is__txt > span:first-child {
    margin-left: 111px;
}

.who-is__top-bottom {
    min-height: 576px;
    background-image: url('../../assets/img/who-is/bottom_bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.who-is__card-img {
    border-radius: 23px;
    overflow: hidden;
    position: relative;
    width: 244px;
}
.who-is__card-inner {
    padding-bottom: 78.69%;
}
.who-is__card {
    padding: 10px 10px 15px 10px;
    border-radius: 23px;
}
.who-is__card > *:not(:first-child) {
    margin-top: 12px;
}
.who-is__bottom-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.who-is__card-txt {
    font-size: 22px;
}
.who-is__card-txt span {
    padding-right: 8px;
    font-size: 30px;
    font-family: 'Ms Madi', serif;
}
.who-is__card {
    background: #000;
    background: var(--light-green);
}
.who-is__bottom-container > .who-is__card:nth-child(2n) {
    background: var(--light-blue);
}
.who-is__bottom-container > .who-is__card:nth-child(1) {
    transform: rotate(-2deg);
}
.who-is__bottom-container > .who-is__card:nth-child(2) {
    transform: rotate(4deg);
}
.who-is__bottom-container > .who-is__card:nth-child(3) {
    transform: rotate(-5deg);
}
.who-is__bottom-container > .who-is__card:nth-child(4) {
    transform: rotate(2deg);
}

/*********history***********/
.history {
    padding: 80px 0 100px 0;
}
.history__title {
    margin-left: 98px;
}
.history__inner > *:not(:first-child) {
    margin-top: 64px;
}
.history__img {
    position: relative;
    width: 598px;
    min-width: 598px;
    border-radius: 20px;
    overflow: hidden;
}
.history__img-inner {
    padding-bottom: 74.41%;
}
.history__content {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}
.history__content-inner > *:not(:first-child) {
    margin-top: 25px;
}
.history-content__title-wrap {
    display: flex;
    align-items: flex-start;
    gap: 27px;
}
.history-content__quot {
    width: 90px;
    height: 74px;
}
.history-content__title {
    font-size: 24px;
    max-width: 385px;
    font-weight: 600;
}
.history-content__txt {
    max-width: 513px;
    font-size: 20px;
}

/***********conditions****************/
.conditions {
    padding: 90px 0 100px 0;
    background-image: url('../../assets/img/conditions/bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.conditions__inner  > *:not(:first-child) {
    margin-top: 60px;
}
.conditions__title {
    font-size: 54px;
}
.conditions__title-top {
    margin-left: 94px;
}
.conditions__title-wrap > *:not(:first-child) {
    margin-top: 25px;
}
.conditions__title span {
    display: inline-block;
    background-color: var(--yellow);
    padding: 10px 15px;
}
.conditions__title span._left {
    transform: rotate(-1.8deg);
}
.conditions__title span._right {
    transform: rotate(1.2deg);
}
.conditions__title-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.conditions__content {
    display: flex;
    gap: 20px;
    flex-grow: 1;
}
.conditions__card {
    padding: 40px 30px;
    border-radius: 20px;
    background: var(--light-green);
}
.conditions__card._blue {
    background: var(--light-blue);
}
.conditions__card > *:not(:first-child) {
    margin-top: 30px;
}
.conditions__card-title {
    font-size: 44px;
    font-weight: 600;
    padding-left: 30px;
}
.conditions__item {
    position: relative;
    padding-left: 36px;
    font-size: 24px;
}
.conditions__item:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--black);
    left: 18px;
    top: 14px;
    transform: translateY(-4px);
}
.conditions__items > *:not(:first-child) {
    margin-top: 20px;
}
/*****************events******************/
.events {
    padding: 80px 0 100px 0;
}
.events__img-small, .events__img-big {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 20px 0;
}
.events__img-small {
    width: 392px;
}
.events__img-small-inner {
    padding-bottom: 113.52%;
}
.events__img-big {
    width: 804px;
}
.events__img-big-inner {
    padding-bottom: 55.35%;
}
.events__inner > *:not(:first-child) {
    margin-top: 52px;
}
.events__slide {
    width: auto;
}
.events__slide img {
    user-select: none;
}
.events__title {
    margin-left: 94px;
}
.events__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.events__nav {
    position: static;
    color: var(--black);
    margin-top: 0 !important;
    width: 65px;
    height: 44px;
    background: var(--light-blue);
    border-radius: 15px;
}
.events__nav.swiper-button-disabled {
    background: var(--bg);
    opacity: 1;
}
.swiper-navigation-icon {
    width: 20px !important;
    height: 20px !important;
}
.events__swiper-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}
/****************steps*********************/
.steps {
    padding: 100px 0;
    background-image: url('../../assets/img/steps/bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.steps__title-top {
    margin-left: 94px;
}
.steps__title span._left {
    transform: rotate(-1deg);
}
.steps__list > *:not(:first-child) {
    margin-top: 20px;
}
.steps__inner > *:not(:first-child) {
    margin-top: 60px;
}
.steps__item {
    padding: 50px 20px;
    border-radius: 20px 20px 20px 0;
    width: 100%;
    display: flex;
    align-items: baseline;
    background: var(--light-blue);
}
.steps__item._green {
    background: var(--light-green);
}
.steps__item._yellow {
    background: var(--yellow);
}
.steps__number {
    min-width: 252px;
    font-weight: 700;
    font-size: 176px;
    color: #fff;
}
.steps__item-title {
    font-size: 34px;
    font-weight: 700;
}
/***************faq**************/
.faq {
    padding: 80px 0 100px 0;
}
.faq__img {
    width: 412px;
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
}
.faq__img-inner {
    padding-bottom: 106.8%;
}
.faq__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.faq__content {
    width: 721px;
}
.faq__number {
    position: static !important;
}
.faq__intro {
    display: flex;
    align-items: center;
    gap: 55px;
}
.faq__content > *:not(:first-child) {
    margin-top: 70px;
}
.faq__answer {
    display: none;
}
.faq__item {
    border-bottom: 1px solid #E0E4EE;
    transition: var(--transit);
}
.faq__item._active {
    padding-bottom: 10px;
}
.faq__clickable {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 10px;
    cursor: pointer;
}
.faq__accordion > *:not(:first-child) {
    margin-top: 25px;
}
.faq__question {
    user-select: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}
.faq__icon {
    transition: var(--transit);
}
.faq__item._active .faq__icon {
    transform: rotate(180deg);
}
/****************feedback*******************/
.feedback {
    padding: 98px 0;
    background-image: url('../../assets/img/feedback/bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.feedback__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
}
.feedback__content {
    width: 595px;
}
.feedback__form {
    width: 515px;
}
.feedback__title span {
    display: inline-block;
    padding: 10px;
    margin-top: 25px;
    transform: rotate(-1deg);
    background-color: var(--yellow);
}
.feedback__content > *:not(:first-child) {
    margin-top: 70px;
}
.feedback__txt {
    background: #fff;
    padding: 30px 40px;
    border-radius: 20px 20px 20px 0;
    font-size: 26px;
}
.feedback__form {
    padding: 40px 64px 30px 64px;
    border-radius: 20px;
    background: var(--light-blue);
}
.feedback__form-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.feedback__fields > *:not(:first-child) {
    margin-top: 10px;
}
.feedback__form-wrap {
    position: relative;
}
.feedback__form-item {
    outline: none;
    width: 100%;
    padding: 12px 17px;
    border-radius: 9px;
    font-size: 17px;
}
.feedback__form-wrap._with_icon .feedback__form-item {
    padding-right: 51px;
}
.feedback__form-search {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
}
.feedback__checkbox-none {
    display: none;
}
.feedback__fake {
    position: relative;
    display: inline-block;
    transition: var(--transit);
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #CDECFF;
}
.feedback__fake::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../../assets/img/mark.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transition: var(--transit);
    opacity: 0;
}
.feedback__checkbox-none:checked + .feedback__fake::before {
    opacity: 1;
}
.feedback__form > *:not(:first-child) {
    margin-top: 30px;
}
.feedback__checkbox {
    display: flex;
    gap: 12px;
    user-select: none;
    cursor: pointer;
}
.feedback__checkboxes  > *:not(:first-child) {
    margin-top: 10px;
}
.feedback__checkbox-txt {
    color: #6C707C;
    font-size: 11px;
    line-height: 110%;
}
/******************footer********************/
.footer {
    background: var(--light-blue);
    padding: 83px 68px;
}
.footer__container {
    display: flex;
    align-items: flex-start;
    gap: 70px;
}
.footer__logo img {
    width: 115px;
    height: 149px;
}
.footer__content {
    width: 1030px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__list > *:not(:first-child) {
    margin-top: 15px;
}
.footer__list > li {
    font-size: 18px;
}
.footer__title {
    font-size: 28px;
    font-weight: 700;
}
.footer__menu-group > *:not(:first-child) {
    margin-top: 20px;
}
.footer__item, .menu__item {
    transition: var(--transit);
}
.footer__item:hover, .menu__item:hover {
    color: #5c5d61;
}

/*footer-general*/
.footer-general {
    padding: 80px 0 100px 0;
    background: #EEF8FF;
}
.footer-general__logo img {
    width: 135px;
    height: auto;
}
.footer-general__content {
    width: 825px;
}
.footer-general__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-general__top, .footer-general__bottom {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.footer-general__content > * {
    padding-top: 25px;
    border-top: 1px solid var(--razdelitel);
}
.footer-general__content > *:not(:first-child) {
    margin-top: 60px;
}
.footer-general__link {
    font-size: 19px;
    line-height: 1.3;
    transition: var(--transit);
}
.footer-general__link:hover, .footer-general__contact:hover {
    opacity: 0.8;
}
.footer-general__links > *:not(:first-child) {
    margin-top: 15px;
}

.footer-general__links, .footer-general__contact-block {
    width: 48%;
}
.footer-general__contact {
    transition: var(--transit);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
}
/*hero*/
.hero__container {
    padding-top: 122px;
    padding-bottom: 86px;
}
.hero__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 413px;
    min-width: 413px;
}
.hero__img-wrap-inner {
    padding-bottom: 59.56%;
}
.hero__decor {
    position: absolute;
    top: -20px;
    right: -114px;
    width: 548px;
    height: auto;
}
.hero__title {
    font-size: 107px;
    line-height: 1.1;
    font-weight: 600;
}
.hero__content > *:not(:first-child) {
    margin-top: 20px;
}
.hero__title-wrap {
    display: flex;
    align-items: center;
    gap: 67px;
}
.hero__container > *:not(:first-child) {
    margin-top: 56px;
}
.hero__quote {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.hero__quote-content-wrap {
    position: relative;
    background: var(--bg-light);
    padding: 67px 98px 48px 112px;
    border-radius: 20px;
}
.hero__quote-content-wrap > img {
    position: absolute;
}
.hero__img-left {
    top: 24px;
    left: 24px;
}
.hero__img-right {
    bottom: 24px;
    right: 24px;
    transform: rotate(180deg);
}
.hero__quote-content > *:not(:first-child) {
    margin-top: 19px;
}
.hero__quote-txt {
    font-size: 17px;
    line-height: 1.4;
}
.hero__quote-author {
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
}
.hero__quote-content-wrap img {
    width: 61px;
    height: auto;
}

/*news*/
.news {
    padding: 60px 0 100px 0;
}
.news__container > *:not(:first-child) {
    margin-top: 70px;
}
.news__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.news__img-wrapper img {
    transition: var(--transit);
}
.news__card:hover .news__img-wrapper img {
    transform: scale(1.1);
}


.news__img-wrapper {
    position: relative;
    overflow: hidden;
    width: 392px;
    border-radius: 20px;
}
.news__img-wrapper-inner {
    padding-bottom: 76.53%;
}
.news__img-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.news__date-wrap {
    width: 186px;
    min-width: 186px;
}
.news__date {
    padding-top: 12px;
    font-size: 19px;
    color:  var(--gray-medium);
}
.news__content > *:not(:first-child) {
    margin-top: 20px;
}
.news__card-title {
    font-size: 24px;
    font-weight: 600;
}
.news__txt {
    font-size: 15px;
    line-height: 140%;
    color: var(--gray-dark);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*about*/
.about {
    padding: 60px 0 100px 0;
}
.about__circle {
    position: absolute;
    width: 157px;
    height: 157px;
    bottom: 9px;
    left: 0;
}
.about__container > *:not(:first-child) {
    margin-top: 70px;
}
.about__content > *:not(:first-child), .about__content-txt-wrap > *:not(:first-child) {
    margin-top: 50px;
}
.about__content-inner {
    display: flex;
    justify-content: flex-end;
}
.about__content-txt-wrap {
    max-width: 826px;
}
.about__txt {
    max-width: 399px;
    font-size: 14px;
    line-height: 140%;
    color: var(--gray-dark);
}
.about__content-txt {
    display: flex;
    align-items: flex-start;
    gap: 35px;
}
.about__content-txt-wrap ._long_btn {
    width: 100%;
}

/*news-page*/

.news-page {
    padding: 60px 0 100px 0;
}
.news-sidebar__img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
}
.news-sidebar__img-wrapper-inner {
    padding-bottom: 76.95%;
}
.news-sidebar__img-wrapper-inner > img {
    transition: var(--transit);
}
.news-sidebar {
    width: 321px;
}
.news-sidebar > *:not(:first-child) {
    margin-top: 50px;
}
.news-sidebar__date {
    font-size: 14px;
    color: var(--gray-medium);
}
.news-sidebar__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
}
.news-sidebar__card {
    transition: var(--transit);
    display: block;
    padding-bottom: 16px;
}
.news-sidebar__card:hover {
    opacity: 0.8;
}
.news-sidebar__card:hover .news-sidebar__img-wrapper-inner > img {
    transform: scale(1.1);
}
.news-sidebar__card > *:not(:first-child) {
    margin-top: 10px;
}
.news-sidebar__last > *:not(:first-child) {
    padding-top: 40px;
    border-top: 1px solid var(--gray-light);
}
.news-sidebar__last > *:not(:last-child) {
    margin-bottom: 40px;
}
.news-page__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}
.news-article {
    max-width: 804px;
}
.news-article > *:not(:first-child), .news-article__txt-wrap > *:not(:first-child) {
    margin-top: 30px;
}
.news-article__date {
    color: var(--gray-medium);
}
.news-article__title {
    font-size: 32px;
    line-height: 130%;
}
.news-article__txt-wrap p, .news-article__txt-wrap blockquote  {
    line-height: 140%;
}
.news-article__txt-wrap p b, .news-article__txt-wrap blockquote b {
    font-weight: 600;
}
.news-article__txt-wrap blockquote {
    padding: 10px 0 10px 30px;
    border-left: 1px solid var(--black);
}
.news-article__txt-wrap img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.news-article__list-wrap > *:not(:first-child), .news-article__list > *:not(:first-child) {
    margin-top: 15px;
}
.news-article__list > li {
    position: relative;
    padding-left: 20px;
    max-width: 769px;
}
.news-article__list > li:before {
    content: '';
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--bg-medium);
}
table, td, td {
    border-collapse: separate;
    border-spacing: 0;
}
table {
    margin: 20px 0;
}
.news-article__main-td {
    padding: 20px 15px;
    background: var(--bg-light);
    border-right: 1px solid var(--bg-medium);
}
table tr:not(:first-child) > .news-article__main-td {
    border-top: 1px solid var(--bg-medium);
}
table tr:first-child > .news-article__main-td {
    border-radius: 20px 0 0 0;
}
table tr:first-child > .news-article__td {
    border-radius: 0 20px 0 0;
}

table tr:last-child > .news-article__main-td {
    border-radius: 0 0 0 20px;
}
table tr:last-child > .news-article__td {
    border-radius: 0 0 20px 0;
}
.news-article__td {
    padding: 20px;
    border: 1px solid var(--gray-light);
    border-left: none;
}
table tr:not(:last-child) > .news-article__td {
    border-bottom: none;
}
.news-article__plush, td h6 {
    padding: 10px 15px;
    border-radius: 20px;
    display: inline-block;
}
.news-article__plush {
    background: var(--bg-light);
}
.news-article__td > *:not(:first-child) {
    margin-top: 8px;
}
td h6 {
    background: var(--brick);
    font-size: 16px;
    font-weight: 400;
}
table-list > li {
    position: relative;
    padding-left: 7px;
}
table-list > li:before {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    background-color: var(--black);
    border-radius: 50%;
}
.news-article__reference {
    padding: 30px;
    border-radius: 20px;
    background: var(--bg-light);
}
.news-article__reference > *:not(:first-child) {
    margin-top: 20px;
}
.news-article__reference ._intro {
    border-color: var(--razdelitel);
}
.news-article__reference ._section_title {
    text-transform: none;
}

/*project-news*/
.project-news {
    padding: 60px 0 100px 0;
}
.project-news__intro-wrap > *:not(:first-child) {
    margin-top: 60px;
}
.project-news__search-wrap {
    position: relative;
}
.project-news__search {
    outline: none;
    background: #F2F3F6;
    width: 1017px;
    padding: 18px 20px 18px 60px;
    border-radius: 20px;
    font-size: 19px;
}
.project-news__search::placeholder {
    color: var(--black);
}
.project-news__search-icon {
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.project-news__search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
._long_btn.project-news__search-btn {
    min-width: 189px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-news__filters > *:not(:first-child) {
    margin-top: 25px;
}
.project-news__keyword {
    transition: var(--transit);
    padding: 10px;
    border-radius: 12px;
    background: #F2F3F6;
}
.project-news__keyword:hover {
    opacity: 0.8;
}
.project-news__keywords {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.project-news__pag-btn {
    transition: var(--transit);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
    min-width: 39px;
    min-height: 39px;
}
.project-news__pag-btn._active {
    background: var(--brick);
}
.project-news__pag-btn:hover {
    opacity: 0.8;
}
.project-news__news > *:not(:last-child) {
    margin-bottom: 40px;
    border-bottom: 1px solid var(--gray-light);
}
.project-news__news > *:not(:last-child) {
    padding-bottom: 40px;
}
.project-news__content > *:not(:first-child) {
    margin-top: 40px;
}
.project-news__pagination {
    display: flex;
    gap: 15px
}
.project-news__pag-btn img {
    width: 17px;
    height: 3px;
}
.project-news__pagination-btn {
    font-size: 19px;
    display: flex;
    align-items: center;
    background: var(--brick);
    padding: 20px 25px;
    gap: 12px;
    border-radius: 20px;
    transition: var(--transit);
}
.project-news__pagination-btn:hover {
    opacity: 0.8;
}
.project-news__pagination-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.project-news__container > *:not(:first-child) {
    margin-top: 60px;
}

/*events-poster*/
.events-poster {
    padding: 60px 0;
}
.events-poster__container > *:not(:first-child), .events-poster__list > :nth-child(n + 3) {
    margin-top: 80px;
}
.events-poster__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
}
.events-poster__item._horizontal .events-poster__img-wrap-inner {
    padding-bottom: 72%;
}
.events-poster__item._vertical .events-poster__img-wrap-inner {
    padding-bottom: 115%;
}
.events-poster__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.events-poster__list > .events-poster__item:nth-child(odd) {
    width: 42.35%;
}
.events-poster__list > .events-poster__item:nth-child(even) {
    width: 50.82%;
}
.events-poster__item span {
    display: block;
}
.events-poster__global-date {
    color: var(--brick);
    font-size: 24px;
    font-weight: 600;
}
.events-poster__item > *:not(:first-child), .events-poster__txt-content > *:not(:first-child) {
    margin-top: 15px;
}
.events-poster__item .events-poster__contact-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 30px
}
.events-poster__item .events-poster__contact {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--gray-medium);
    font-size: 14px;
}
.events-poster__contact img {
    min-width: 16px;
    width: 16px;
    height: auto;
}
.events-poster__contact .events-poster__locate-icon {
    min-width: 10px;
    width: 10px;
}
.events-poster__title {
    line-height: 130%;
}
.events-poster__item .events-poster__img-wrap img {
    transition: var(--transit);
}
.events-poster__item:hover .events-poster__img-wrap img {
    transform: scale(1.05);
}

/*reviews*/
.reviews {
    padding: 60px 0;
}
.reviews__container > *:not(:first-child) {
    margin-top: 60px;
}
.reviews__list > .reviews__item:nth-child(2) {
    flex-direction: column-reverse;
}
.reviews__item._medium {
    width: 32.24%;
}
.reviews__item._big {
    width: 40.63%;
}
.reviews__item._small {
    width: 23.85%;
}
.reviews__img-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.reviews__profile-img-wrap {
    width: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.reviews__profile-img-wrap-inner {
    padding-bottom: 100%;
}
.reviews__item._medium .reviews__img-wrap-inner {
    padding-bottom: 66.84%;
}
.reviews__item._big .reviews__img-wrap-inner {
    padding-bottom: 63.36%;
}
.reviews__item._small .reviews__img-wrap-inner {
    padding-bottom: 90.34%;
}
.reviews__list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.reviews__txt-content {
    flex-grow: 1;
    padding: 20px;
    border-radius: 20px;
    background: var(--bg-light);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.reviews__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.reviews__txt {
    line-height: 140%;
}
.reviews__txt-content > *:not(:first-child) {
    margin-top: 15px;
    border-top: 1px solid var(--razdelitel);
}
.reviews__profile {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 15px;
    gap: 16px;
}
.reviews__profile-txt {
    font-size: 18px;
    font-weight: 600;
}

/*photo-gallery*/
.photo-gallery {
    padding: 60px 0 100px 0;
}
.photo-gallery__container > *:not(:first-child) {
    margin-top: 60px;
}
.photo-gallery__title._indent_title {
    text-indent: 375px;
}
.photo-gallery__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 392px;
}
.photo-gallery__img-wrap-inner {
    padding-bottom: 90.56%;
}
.photo-gallery__swiper {
    overflow: visible;
}
.photo-gallery__swiper .photo-gallery__nav-btn {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 -5px 40px -5px rgba(74, 74, 74, 0.6);
}
.photo-gallery__swiper.swiper .photo-gallery__prev.swiper-button-prev {
    left: -33px;
}
.photo-gallery__swiper.swiper .photo-gallery__next.swiper-button-next {
    right: -19px;
}
.photo-gallery__nav-btn.swiper-button-disabled {
    opacity: 1;
    pointer-events: fill;
}
.photo-gallery__nav-btn svg, .photo-gallery__nav-btn path {
    fill: var(--black);
}

/*faq-page*/
.faq-page {
    padding: 70px 0 100px 0;
}
.faq-page .about__content-txt-wrap {
    width: 100%;
}
.faq-page__answer {
    font-size: 15px;
    margin-top: 20px;
    color: #1D1C1C;
}
.faq-page__answer > *:not(:first-child) {
    margin-top: 15px;
}
.faq-page .faq__accordion > *:not(:first-child) {
    margin-top: 40px;
}
.faq-page .faq__item._active {
    padding-bottom: 20px;
}
.faq-page__container > *:not(:first-child) {
    margin-top: 60px;
}
.faq-page__content > *:not(:first-child) {
    margin-top: 60px;
}

/*form-block*/
.form-block__wrapper {
    position: relative;
    width: 100%;
}
.form-block__name {
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 20px;
    text-align: right;
    transform: translateY(-50%);
    font-size: 14px;
    white-space: nowrap;
    color: var(--gray-medium);
}
.form-block__input {
    outline: none;
    width: 100%;
    background: #F2F3F6;
    padding: 18px 20px;
    border-radius: 20px;
}
.form-block__group > *:not(:first-child) {
    margin-top: 20px;
}
.form-block__checkbox-label {
    cursor: pointer;
}
.form-block__check-txt {
    font-size: 12px;
    color: #6C707C;
}
.form-block__checkbox {
    display: none;
}
.form-block__checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    user-select: none;
}
.form-block__fake {
    position: relative;
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #F2F3F6;
}
.form-block__fake:before {
    transition: var(--transit);
    opacity: 0;
    visibility: hidden;
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../../assets/img/mark_black.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.form-block__checkbox:checked + .form-block__fake:before {
    opacity: 1;
    visibility: visible;
}
.form-block__checkboxes > *:not(:first-child) {
    margin-top: 10px;
}

/*contacts*/
.contacts {
    padding: 60px 0 100px 0;
}
.contacts__container  > *:not(:first-child) {
    margin-top: 60px;
}
.contacts .footer-general__content > * {
    border: none;
    padding-top: 0;
}
.contacts .footer-general__content > *:not(:first-child) {
    margin-top: 50px;
}
.contacts__txt {
    font-size: 14px;
    line-height: 140%;
    color: var(--gray-dark);
}
.footer-general__top > .contacts__txt:first-child {
    max-width: 385px;
}
.contacts .footer-general__top {
    justify-content: flex-start;
    gap: 20px;
}
.contacts__icon {
    width: 40px;
    height: 40px;
}
.contacts__socials {
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer-general__content > .contacts__socials {
    padding-top: 0;
}
.contacts__social {
    transition: var(--transit);
}
.contacts__social:hover {
    opacity: 0.8;
}

.form-block__input::placeholder, .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #2A2A2A;
}
.select2-search {
    display: none;
}
.select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    transition: var(--transit);
    display: block;
    right: 22.5px;
    top: 50%;
    transform: translateY(-50%);
}
.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg);
}
.select2-container--default .select2-selection--single {
    border: none;
    background: #F2F3F6;
    height: 61px;
    border-radius: 20px;
    overflow: hidden;
}

.select2-selection__arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background-image: url(../img/arrow_bottom.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
.select2-container {
    max-width: 100% !important;
}