* {
    box-sizing: border-box;
    font-family: "Open Sans Condensed", sans-serif;

}
div[id^="wait_comp_"]{
    display: none !important;
}
body {
    margin: 0;
    color: #474653;
}
html, body { height: 100%;}

body > .footer_container {
    position: sticky;
    top: 100vh;
}
.empty_text{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    padding-top: 30px;
    padding-left: 20px;
    height: calc(54vh - 321px);
}
.articlePageCitate {
    border: 1px solid #F7F7F8;
    border-radius: 20px;
    padding: 28px 40px 26px 31px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 40px;
}

.citateText {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    width: 582px;
}

.citateIcon {
    background-image: url("/public/img/icon-mark-close.png");
    width: 67.5px;
    height: 52.5px;
    background-size: cover;
}
@media (max-width: 1081px) {
    .articlePageCitate {
        padding: 31px 46px 31px 31px;
    }
    .citateText {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 428px) {
    .articlePageCitate {
        flex-direction: column;
        align-items: center;
        padding: 24px 18px 24px;
    }
    .citateText {
        text-align: center;
        width: 328px;
    }
    .citateIcon {
        background-image: url("/public/img/icon-mark-close mobile.png");
        width: 45px;
        height: 35px;
        margin-top: 23.5px;
    }
}
* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

.projectPageHeader {
    width: 100%;
    border-radius: 0% 0% 100% 100%/0% 0% 10% 10%;
    margin-top: -115px;
    padding: 112px 0px 80px;
    margin-bottom: 80px;
}
/*todo: 1*/
.header-green {
    background-color: #27AE60;
}
.header-orange {
    background-color: #DA8A43;
}.header-blue2 {
     background-color: #007373;
 }
.header-black {
    background-color: #474747;
}.header-red {
     background-color: #C20B4A;
 }.header-yellow {
      background-color: #DAB545;
  }
.header-blue {
    background-color: #007480;
}
.headerContent {
    position: relative;
}

.headerButtonContainer {
    display: flex;
    position: absolute;
    top: 0px;
    left: 162px;
}
.proj_links{
    color: #F2994A;
    text-decoration: none;
}
.returnButton {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #FFF;
    padding: 11px 24px 11px 16px;
    display: flex;
    align-items: center;
    border: 1px solid #FFF;
    border-radius: 12px;
    text-decoration: none;
}

.returnArrow {
    margin-right: 16px;
    color: #FFF;
}

.centerContent {
    /*margin-inline: auto;*/
    margin: 0 auto;
    width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.centerImage {
    background-image: url("/public/img/prjAvatar-green.png");
    width: 72px;
    height: 72px;
    background-size: cover;
}

.centerHeader {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFF;
    width: 389px;
    margin-top: 32px;
}

.headerCenterText {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFF;
    margin-top: 28px;
}

.twoButtonContainer {
    display: flex;
    margin-top: 40px;
    align-items: center;
}

.centerButton {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    padding: 14px 20px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 12px;
    text-decoration: none;
    width: 261px;
}

.centerDivider {
    margin-inline: 11px;
    border-left: 1px solid #FFF;
    height: 24px;
}

.centerButton:hover {
    background-color: #FFF;
    color: #474653;
}

.centerButton:focus {
    background-color: transparent;
    color: #474653;
}

.returnButton:hover {
    background-color: #FFF;
    color: #474653;
}

.returnButton:hover .returnArrow {
    color: #474653;
}

.returnButton:focus {
    background-color: transparent;
    color: #474653;
}

.oneButtonContainer {
    display: flex;
    margin-top: 40px;
}

.d-none {
    display: none;
}

.projectPageSubtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

.btnInfoText {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #adadb8;
    margin-bottom: 4px;
}

.projectPageContent {
    width: 784px;
    /*margin-inline: auto;*/
    margin: 0 auto;
}

.projectPageContent > div {
    margin-top: 24px;
}

.projectPageContent > div:first-child {
    margin-top: 0;
}

.projectPageContentTab {
    width: 810px;
    /*margin-inline: auto;*/
    margin: 0 auto;
}

.projectPageContentTab > div {
    margin-top: 24px;
}

.projectPageContentTab > div:first-child {
    margin-top: 0;
}

/* .projectPageContent:last-of-type {
  padding-bottom: 80px;
} */

.projectPageList {
    /*margin-inline: auto;*/
    /*margin: 0 auto;*/
}

.projectPageList ul {
    margin: 0;
}

.projectPageList li {
    font-size: 16px;
    /*font-weight: 700;*/
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 14px;

}

.projectPageList li::marker {
    font-size: 20px;
}
.pb50{
    padding-bottom: 50px;
}
.list-green li::marker {
    color: #27AE60;
}
.list-orange li::marker {
    color: #DA8A43;
}
.list-red li::marker {
    color: #C20B4A;
}
.list-black li::marker {
    color: #474747;
}
.list-darkAqua li::marker {
    color: #008080;
}

.projectPageNumbered {
    margin-top: 80px;
}

.numberedHeader {
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

}

.nubmered {
    margin-top: 40px;
    position: relative;
}

.number {
    position: absolute;
    left: -96px;
}

.nubmered:before {
    position: absolute;
    left: -96px;
    content: '';
    height: 64px;
    width: 64px;
    border-radius: 50px;
}

.numbered-green .one:before,
.numbered-green .two:before,
.numbered-green .three:before
{
    background-color: #27AE60;
}
.numbered-orange .one:before,
.numbered-orange .two:before,
.numbered-orange .three:before
{
    background-color: #DA8A43;
}
.one:before {
    background-image: url("/public/img/icon-number-1.svg");
}

.two:before {
    background-image: url("/public/img/icon-number-2.svg");
}

.three:before {
    background-image: url("/public/img/icon-number-3.svg");
}

.numberedTitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
}

.numberedText {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

}

.textWithPhoto {

}

.projectPageText {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.photosContainer {
    display: flex;
    width: 100%;
    justify-content: center;
}
.twoPhotosGrid {
    display: grid;
    grid-template-columns: repeat(2, 380px);
    grid-gap: 24px;

}

.projectPagePhoto {
    width: 100%;
    border-radius: 24px;
}

.onePhotoGrid {
    display: grid;
    grid-template-columns: 100%;
}

.threePhotosGrid {
    display: grid;
    grid-template-columns: repeat(3, 245.33px);
    grid-gap: 24px;
}

.projectPageCitate {
    border: 1px solid #F7F7F8;
    border-radius: 20px;
    padding: 28px 40px 26px 31px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}
.projectPageCitate.with_list ul{
    padding-left: 14px;
}
.projectCitateIcon {
    width: 68px;
    height: 54px;
}

.citate-darkAqua .projectCitateIcon {
    color: #00818E;
}
.citate-yellow .projectCitateIcon {
    color: #F2C94C;
}
.projectCitate {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    width: 582px;
}

.bold-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

}

.video {
    border-radius: 24px;
    width: 100%;
}

.horizontalList ul {
    display: grid;
    grid-template-columns: repeat(3, 236px);
    grid-gap: 14px;
    margin: 0;
}

.horizontalList li {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;

}

.horizontalList li::marker {
    font-size: 20px;
}

.horizontalList li:not(:first-child) {
//margin-left: 14px;
}

.coloredBlock {
    position: relative;
    width: 100%;
    padding: 80px 0px;
}
.colored-blue2 {
    background-color: #007373;
}
.colored-pink {
    background-color: #C20B4A;
}

.coloredBlock .projectPageSubtitle {
    color: #FFF;
}

.coloredBlock .projectPageText {
    color: #FFF;
}

.heart {
    position: absolute;
    right: 0;
    bottom: 0;
}

.coloredBlockContent {
    width: 784px;
    margin: 0 auto;
}

.centerSubTitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFF;
    margin-top: 8px;
}

.projectPageInfo {
    margin-top: 80px;
    background-color: #F7F7F8;
    padding: 80px 0px;
}

.infoContent {
    width: 784px;
    /*margin-inline: auto;*/
    margin: 0 auto;
}

.infoHeader {
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.cardsGrid {
    display: grid;
    grid-template-columns: repeat(2, 380px);
    grid-gap: 24px;
    margin-top: 40px;
}

.infoCard {
    padding: 24px;
    background-color: #FFF;
    border: 1px solid #F7F7F8;
    border-radius: 24px;
}

.infoCard .btnWithText {
    margin-top: 16px;
}

.infoCardHeader {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.infoCardButton {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    border: 1px solid #ADADB8;
    border-radius: 8px;
    padding: 10px 12px;
    margin-top: 4px;
}

.infoButtonsGrid {
    margin-top: 40px;
    display: flex;
}

.infoButtonContainer {
    display: flex;
    flex-basis: 100%;
}

.infoButtonContainer:not(:first-child) {
    margin-left: 24px;
}

.infoButton {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #D70C52;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
}

.infoButton:hover {
    background-color: #F20D5C;
    color: #FFF;
}

.infoButton:focus {
    background-color: #C10B4A;
    color: #FFF;
}

.projectPageContainer {
    margin-top: 60px;
}

.projectPageContainer:first-of-type {
    margin-top: 80px;
}


@media (max-width: 1081px) {
    .headerButtonContainer {
        left: 20px;
    }
    .centerHeader {
        margin-top: 24px;
    }
    .centerSubTitle {
        font-size: 13px;
        line-height: 22px;
    }
    .headerCenterText {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0em;
    }
    .projectPageContent {
        width: 728px;
    }
    .coloredBlockContent {
        width: 728px;
    }
    .projectPageList li {
        font-size: 14px;
        line-height: 22px;
    }
    .nubmered:before {
        left: 0;
    }
    .nubmered {
        padding-left: 96px;
    }
    .numberedTitle {
        font-size: 16px;
    }
    .numberedText {
        font-size: 14px;
    }
    .twoPhotosGrid {
        grid-template-columns: repeat(2, 352px);
    }
    .threePhotosGrid {
        grid-template-columns: repeat(3, 226.67px);
    }
    .heart {
        width: 188px;
        height: 242px;
    }
    .projectCitate {
        font-size: 14px;
        line-height: 20px;
        width: 547px;
    }
    .horizontalList ul {
        grid-template-columns: repeat(3, 217.33px);
    }
    .horizontalList li {
        font-size: 14px;
        line-height: 22px;
    }
    .coloredBlock {
        padding: 60px 0px;
    }
    .projectPageText {
        font-size: 14px;
    }
    .returnButton {
        font-size: 14px;
    }
    .projectPageHeader {
        margin-bottom: 60px;
    }
    .infoContent {
        width: 728px;
    }
    .cardsGrid {
        grid-template-columns: repeat(2, 352px);
    }
}

@media (max-width: 428px) {
    .centerHeader {
        width: 328px;
        font-size: 18px;
        line-height: 24px;
    }
    .headerCenterText {
        font-size: 12px;
        line-height: 19px;
        margin-top: 16px;
    }
    .twoButtonContainer {
        margin-top: 24px;
        flex-direction: column;
    }
    .centerDivider {
        display: none;
    }
    .centerButton {
        width: 268px;
        font-size: 12px;
        line-height: 16px;
    }
    .twoButtonContainer .centerButton:last-child {
        margin-top: 12px;
    }
    .centerContent {
        width: 328px;
    }
    .projectPageContent {
        width: 328px;
    }
    .twoPhotosGrid {
        grid-template-columns: auto;
    }
    .coloredBlockContent {
        width: 328px;
    }
    .heart {
        width: 147px;
        height: 190px;
    }
    .threePhotosGrid {
        grid-template-columns: auto;
    }
    .threePhotosGrid .projectPagePhoto:last-child {
        display: none;
    }
    .horizontalList ul {
        grid-template-columns: repeat(2, 142px);
        grid-gap: 10px;
        padding-inline-start: 30px;
    }
    .projectPageCitate {
        flex-direction: column;
        align-items: center;
    }
    .projectCitate {
        width: 288px;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
    }
    .projectCitateIcon {
        width: 45px;
        height: 35px;
        margin-top: 24.5px;
    }
    .projectPageSubtitle {
        font-size: 18px;
        line-height: 22px;
    }
    .projectPageList li {
        font-size: 11px;
        line-height: 16px;
    }
    .numberedTitle {
        font-size: 14px;
        line-height: 18px;
    }
    .numberedText {
        font-size: 12px;
        line-height: 18px;
    }
    .projectPageText {
        font-size: 12px;
        line-height: 18px;
    }
    .nubmered {
        padding-left: 88px;
    }
    .horizontalList li {
        font-size: 11px;
        line-height: 16px;
    }
    .returnButton {
        font-size: 14px;
    }
    .centerImage {
        margin-top: 50px;
    }
    .horizontalList li::marker {
        font-size: 16px;
    }
    .infoContent {
        width: 328px;
    }
    .cardsGrid {
        grid-template-columns: 100%;
    }
    .infoButtonsGrid {
        flex-direction: column;
        margin-top: 24px;
    }
    .infoButtonContainer:not(:first-child) {
        margin-left: 0;
        margin-top: 24px;
    }
}

@media (max-width: 320px) {
    .headerButtonContainer {
        left: 10px;
    }
    .returnButton {
        font-size: 13px;
        line-height: 16px;
    }
    .projectPageContent {
        width: 310px;
    }
    .coloredBlockContent {
        width: 310px;
    }
    .horizontalList ul {
        padding-inline-start: 20px;
    }
    .centerContent {
        width: 310px;
    }
    .centerHeader {
        width: 310px;
    }
    .infoContent {
        width: 310px;
    }
}
