/* ============= GLOBAL VARS ============= */

:root {
	--mobile-menu-background-color: #000000;
	--scroll-header-background-color: #000000;
	--hero-section-default-background-color: #1C1E53;
	--default-main-color: #292D37;

	--global-container-max-width: 1338px;

	--section-padding-top: 25px;
	--section-padding-bottom: 25px;
	--section-title-margin-bottom: 50px;
	
	--default-font-family: Arial, Helvetica, sans-serif;
    --font-family: 'TTFirsNeue-Regular', Helvetica, Arial, sans-serif;
	--default-font-size: 16px;
}

/* ============= /.GLOBAL VARS =========== */

/* WordPress Admin Bar */

body.admin-bar .header {
    margin-top: 32px;
}
@media screen and (max-width: 782px) {
    body.admin-bar .header {
        margin-top: 46px;
    }
}

/* /.WordPress Admin Bar */

body {
	font-family: var(--font-family);
	font-size: var(--default-font-size);
	color: var(--default-main-color);
}

p {
	/* margin-top: 1em; */
	margin-bottom: 16px;
	line-height: 1.5;
}

ul li {
    margin-bottom: 15px;
    margin-left: 20px;
    list-style: disc;
}
@media (max-width: 991.98px) {
    ul li {
        margin-left: 32px;
    }
}
@media (max-width: 575.98px) {
    ul li {
        margin-bottom: 10px;
    }
}

ol li {
    margin-bottom: 15px;
    margin-left: 20px;
    list-style: decimal;
}
@media (max-width: 991.98px) {
    ol li {
        margin-left: 32px;
    }
}
@media (max-width: 575.98px) {
    ol li {
        margin-bottom: 10px;
    }
}

section {
	padding-top: var(--section-padding-top);
	padding-bottom: var(--section-padding-bottom);
}

/* .section-title {
	margin-bottom: var(--section-title-margin-bottom);
	font-family: 'Poppins-SemiBold', Helvetica, Arial, sans-serif;
	font-size: clamp(1rem, 1rem + 2vw, 3rem);
	text-align: center;
	color: #000000;
} */

.wrapper {
	min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: clip;
}

.wrapper > main {
    flex-grow: 1;
}

[class*="__container"] {
    box-sizing: border-box;
	max-width: var(--global-container-max-width);
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.btn {
	max-width: 294px;
}
@media (max-width: 991.98px) {
	.btn {
		max-width: 344px;
	}
}
@media (max-width: 575.98px) {
	.btn {
		max-width: 100%;
	}
}

.btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
	background-color: #232D3F;
	border: 1px solid #ffffff;
	border-radius: 5px;
	transition: all 0.3s;

    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
}

.btn:hover {
	opacity: 0.9;
    transition: all 0.3s;
}

.breadcrumbs {
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
}
@media (max-width: 575.98px) {
    .breadcrumbs {
        padding-top: 20px;
    }
}

.breadcrumbs p {
    margin: 0px;
}

/* HEADER */

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 575.98px) {
    .header__container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.header__logo {
    display: flex;
    align-items: center;
    column-gap: 14px;
}

.header__logo img {
    max-width: 35px;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
@media (max-width: 575.98px) {
    .header__logo img {
        max-width: 30px;
    }
}

.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header-logo__name {
    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
}
@media (max-width: 575.98px) {
    .header-logo__name {
        font-size: 24px;
    }
}

/* /.HEADER */

/* MAIN */

.main {
	position: relative;
}

/* /.MAIN */

/* HERO */

.hero {
	position: relative;  
    padding-top: 79px;
    padding-bottom: 79px;
}
@media (max-width: 575.98px) {
    .hero {
        padding-top: 100px;
        padding-bottom: 144px;
    }
}

.hero__body {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
	
    max-width: 553px;

    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;

    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;

    border-radius: 5px;
    box-shadow: 1px 2px 8px 0px rgba(117, 126, 149, 0.1);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 1);
    opacity: 0.8;
	z-index: 1;
}
@media (max-width: 575.98px) {
    .hero__body {
        padding-right: 24px;
        padding-left: 24px;
    }
}

.hero__title.section-title {
    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
}
@media (max-width: 575.98px) {
    .hero__title.section-title {
        font-size: 24px;
    }
}

.hero__content {
    margin-top: 30px;	
}
@media (max-width: 575.98px) {
    .hero__content {
        margin-top: 20px;	
    }
}

.hero-content__desc {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
}
@media (max-width: 575.98px) {
    .hero-content__desc {
        font-size: 18px;
    }
}

.hero__btn {
	display: flex;
	justify-content: center;
}

.hero__background {
	position: absolute;
	width: 100%;
	height: 100%;
    top: 0px;
	left: 0px;
	bottom: var(--section-padding-bottom);
	background-color: var(--hero-section-default-background-color);
}

.hero__background img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	object-fit: cover;
}

/* /.HERO */

/* ABOUT */

.about {
    padding-top: 55px;
    padding-bottom: 50px;
    background-color: #F6F6F8;
}
@media (max-width: 991.98px) {
    .about {
        padding-top: 65px;
        padding-bottom: 60px;
    }
}
@media (max-width: 575.98px) {
    .about {
        padding-top: 66px;
    }
}

.about__body {
    display: flex;
    align-items: flex-start;
    column-gap: 76px;
}
@media (max-width: 991.98px) {
    .about__body {
        flex-direction: column;
        row-gap: 34px;
    }
}
@media (max-width: 575.98px) {
    .about__body {
        row-gap: 45px;
    }
}

.about__header {
    display: flex;
    column-gap: 14px;
    flex-shrink: 0;
}

.about__icon {
    width: 35px;
    height: 35px;
}

.about__title {
    padding-top: 6px;
    max-width: 207px;
    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -2%;
}
@media (max-width: 991.98px) {
    .about__title {
        max-width: 100%;
    }
}
@media (max-width: 575.98px) {
    .about__title {
        font-size: 24px;
    }
}

.about__content {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
}
@media (max-width: 575.98px) {
    .about__content {
        font-size: 18px;
    }
}

/* /.ABOUT */

/* CONTRACTOR */

.contractor {
    padding-top: 55px;
    padding-bottom: 50px;
    background-color: #ffffff;
}
@media (max-width: 991.98px) {
    .contractor {
        padding-top: 65px;
        padding-bottom: 60px;
    }
}
@media (max-width: 575.98px) {
    .contractor {
        padding-top: 66px;
    }
}

.contractor__body {
    display: flex;
    align-items: flex-start;
    column-gap: 76px;
}
@media (max-width: 991.98px) {
    .contractor__body {
        flex-direction: column;
        row-gap: 34px;
    }
}
@media (max-width: 575.98px) {
    .contractor__body {
        row-gap: 45px;
    }
}

.contractor__header {
    display: flex;
    column-gap: 14px;
    flex-shrink: 0;
}

.contractor__icon {
    width: 35px;
    height: 35px;
}

.contractor__title {
    padding-top: 6px;
    max-width: 207px;
    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -2%;
}
@media (max-width: 991.98px) {
    .contractor__title {
        max-width: 100%;
    }
}
@media (max-width: 575.98px) {
    .contractor__title {
        font-size: 24px;
    }
}

.contractor__content {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
}
@media (max-width: 575.98px) {
    .contractor__content {
        font-size: 18px;
    }
}

/* /.CONTRACTOR */

/* OBJECT */

.object {
    padding-top: 55px;
    padding-bottom: 50px;
    background-color: #F6F6F8;
}
@media (max-width: 991.98px) {
    .object {
        padding-top: 65px;
        padding-bottom: 60px;
    }
}
@media (max-width: 575.98px) {
    .object {
        padding-top: 66px;
    }
}

.object__body {
    display: flex;
    align-items: flex-start;
    column-gap: 76px;
}
@media (max-width: 991.98px) {
    .object__body {
        flex-direction: column;
        row-gap: 34px;
    }
}
@media (max-width: 575.98px) {
    .object__body {
        row-gap: 45px;
    }
}

.object__header {
    display: flex;
    column-gap: 14px;
    flex-shrink: 0;
}

.object__icon {
    width: 35px;
    height: 35px;
}

.object__title {
    padding-top: 6px;
    max-width: 207px;
    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -2%;
}
@media (max-width: 991.98px) {
    .object__title {
        max-width: 100%;
    }
}
@media (max-width: 575.98px) {
    .object__title {
        font-size: 24px;
    }
}

.object__content {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
}
@media (max-width: 575.98px) {
    .object__content {
        font-size: 18px;
    }
}

/* /.OBJECT */

/* CONSTRUCTION DOCS */

.сonstruction-docs {
    padding-top: 51px;
    padding-bottom: 0px;
    background-color: #ffffff;
}
@media (max-width: 991.98px) {
    .сonstruction-docs {
        padding-top: 63px;
    }
}
@media (max-width: 575.98px) {
    .сonstruction-docs {
        padding-top: 55px;
    }
}

.сonstruction-docs__body {
    display: flex;
    column-gap: 76px;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .сonstruction-docs__body {
        flex-direction: column;
        row-gap: 34px;
    }
}
@media (max-width: 575.98px) {
    .сonstruction-docs__body {
        row-gap: 45px;
    }
}

.сonstruction-docs__header {
    display: flex;
    column-gap: 14px;
    flex-shrink: 0;
}

.сonstruction-docs__icon {
    width: 35px;
    height: 35px;
}

.сonstruction-docs__title {
    padding-top: 6px;
    max-width: 207px;
    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -2%;
}
@media (max-width: 991.98px) {
    .сonstruction-docs__title {
        max-width: 100%;
    }
}
@media (max-width: 575.98px) {
    .сonstruction-docs__title {
        font-size: 24px;
    }
}

.сonstruction-docs__files {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-end;
}
@media (max-width: 991.98px) {
    .сonstruction-docs__files {
        gap: 20px;
    }
}
@media (max-width: 575.98px) {
    .сonstruction-docs__files {
        gap: 10px;
    }
}

.сonstruction-docs__file {
    width: 294px;
    padding: 20px;
    border: 1px solid rgba(208, 208, 208, 1);
    border-radius: 5px;
}
@media (max-width: 991.98px) {
    .сonstruction-docs__file {
        width: 344px;
    }
}
@media (max-width: 575.98px) {
    .сonstruction-docs__file {
        width: 100%;
    }
}

.сonstruction-docs-file__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 16px;
}

.сonstruction-docs-file__icon svg {
    width: 27px;
    height: 27px;
}

.сonstruction-docs-file__icon a {
    display: block;
}

.сonstruction-docs-file__name {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
}
@media (max-width: 575.98px) {
    .сonstruction-docs-file__name {
        font-size: 18px;
    }
}

.сonstruction-docs-file__info {
    margin-top: 11px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
}
@media (max-width: 575.98px) {
    .сonstruction-docs-file__info {
        font-size: 14px;
    }
}

.сonstruction-docs__btn {
    margin-top: 30px;
    margin-left: auto;
}
@media (max-width: 991.98px) {
    .сonstruction-docs__btn {
        margin-top: 20px;
    }
}

/* /.CONSTRUCTION DOCS */

/* MON INFO */

.mon-info {
    padding-top: 54px;
    padding-bottom: 50px;
    background-color: #ffffff;
}
@media (max-width: 991.98px) {
    .mon-info {
        padding-top: 63px;
        padding-bottom: 61px;
    }
}
@media (max-width: 575.98px) {
    .mon-info {
        padding-top: 67px;
        padding-bottom: 60px;
    }
}

.mon-info__body {
    display: flex;
    column-gap: 76px;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .mon-info__body {
        flex-direction: column;
        row-gap: 34px;
    }
}
@media (max-width: 575.98px) {
    .mon-info__body {
        row-gap: 45px;
    }
}

.mon-info__header {
    display: flex;
    column-gap: 14px;
    flex-shrink: 0;
}

.mon-info__icon {
    width: 35px;
    height: 35px;
}

.mon-info__title {
    padding-top: 6px;
    max-width: 207px;
    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -2%;
}
@media (max-width: 991.98px) {
    .mon-info__title {
        max-width: 100%;
    }
}
@media (max-width: 575.98px) {
    .mon-info__title {
        font-size: 24px;
    }
}

.mon-info__files {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-end;
}
@media (max-width: 991.98px) {
    .mon-info__files {
        gap: 20px;
    }
}
@media (max-width: 575.98px) {
    .mon-info__files {
        gap: 10px;
    }
}

.mon-info__file {
    width: 294px;
    padding: 20px;
    border: 1px solid rgba(208, 208, 208, 1);
    border-radius: 5px;
}
@media (max-width: 991.98px) {
    .mon-info__file {
        width: 344px;
    }
}
@media (max-width: 575.98px) {
    .mon-info__file {
        width: 100%;
    }
}

.mon-info-file__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 16px;
}

.mon-info-file__icon svg {
    width: 27px;
    height: 27px;
}

.mon-info-file__icon a {
    display: block;
}

.mon-info-file__name {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
}
@media (max-width: 575.98px) {
    .mon-info-file__name {
        font-size: 18px;
    }
}

.mon-info-file__info {
    margin-top: 11px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
}
@media (max-width: 575.98px) {
    .mon-info-file__info {
        font-size: 14px;
    }
}

.mon-info__btn {
    margin-top: 30px;
    margin-left: auto;
}
@media (max-width: 991.98px) {
    .mon-info__btn {
        margin-top: 20px;
    }
}

/* /.MON INFO */

/* CONSTRUCTION PROGRESS */

.construction-progress {
    padding-top: 65px;
    padding-bottom: 50px;
    background-color: #F6F6F8;
}
@media (max-width: 991.98px) {
    .construction-progress {
        padding-bottom: 60px;
    }
}

.construction-progress-body__files {
    display: flex;
    column-gap: 76px;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .construction-progress-body__files {
        flex-direction: column;
        row-gap: 34px;
    }
}
@media (max-width: 575.98px) {
    .construction-progress-body__files {
        row-gap: 45px;
    }
}

.construction-progress__header {
    display: flex;
    column-gap: 14px;
    flex-shrink: 0;
}

.construction-progress__icon {
    width: 35px;
    height: 35px;
}

.construction-progress__title {
    padding-top: 6px;
    max-width: 207px;
    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -2%;
}
@media (max-width: 991.98px) {
    .construction-progress__title {
        max-width: 100%;
    }
}
@media (max-width: 575.98px) {
    .construction-progress__title {
        font-size: 24px;
    }
}

.construction-progress__files {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-end;
    margin-top: 30px;
}
@media (max-width: 991.98px) {
    .construction-progress__files {
        gap: 20px;
        margin-top: 20px;
    }
}
@media (max-width: 575.98px) {
    .construction-progress__files {
        gap: 10px;
    }
}

.construction-progress__file {
    width: 302px;
    padding: 20px;
    border: 1px solid rgba(208, 208, 208, 1);
    border-radius: 5px;
}
@media (max-width: 991.98px) {
    .construction-progress__file {
        width: 344px;
    }
}
@media (max-width: 575.98px) {
    .construction-progress__file {
        width: 100%;
    }
}

.construction-progress-file__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 16px;
}

.construction-progress-file__icon svg {
    width: 27px;
    height: 27px;
}

.construction-progress-file__icon a {
    display: block;
}

.construction-progress-file__name {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
}
@media (max-width: 575.98px) {
    .construction-progress-file__name {
        font-size: 18px;
    }
}

.construction-progress-file__info {
    margin-top: 11px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
}
@media (max-width: 575.98px) {
    .construction-progress-file__info {
        font-size: 14px;
    }
}

.construction-progress__btn {
    margin-left: auto;
}

.construction-progress-body__list .progress-list__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}
@media (max-width: 991.98px) {
    .construction-progress-body__list .progress-list__items {
        gap: 20px;
        margin-top: 30px;
    }
}
@media (max-width: 575.98px) {
    .construction-progress-body__list .progress-list__items {
        margin-top: 40px;
    }
}

.construction-progress-body__list .progress-list__item {
    position: relative;
    max-width: 302px;
    width: 100%;
    height: 302px;
    /* text-align: center; */
}
@media (max-width: 991.98px) {
    .construction-progress-body__list .progress-list__item {
        max-width: 222px;
        width: 100%;
        height: 222px;
    }
}
@media (max-width: 575.98px) {
    .construction-progress-body__list .progress-list__item {
        max-width: 100%;
        height: auto;
    }
}

.construction-progress-body__list .progress-list__item .progress-list-item__title {
    position: absolute;
    top: 50px;
    left: 0px;

    padding-top: 16px;
    padding-right: 25px;
    padding-bottom: 16px;
    padding-left: 25px;

    border-radius: 5px;
    /* 0.7 — це рівень прозорості тільки для білого фону */
    background: rgba(255, 255, 255, 0.7);

    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0%;
}
@media (max-width: 575.98px) {
   .construction-progress-body__list .progress-list__item .progress-list-item__title {
        font-size: 18px;
        line-height: 24px;
   } 
}

.construction-progress-body__list .progress-list__item .progress-list-item__img a {
    display: block;
    width: 100%;
    height: 100%;
}

.construction-progress-body__list .progress-list__btn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 575.98px) {
    .construction-progress-body__list .progress-list__btn {
        margin-top: 20px;
    }
}

/* /.CONSTRUCTION PROGRESS */

/* FOOTER */

.footer {
    padding-top: 30px;
    padding-bottom: 62px;
}
@media (max-width: 991.98px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 79px;
    }
}
@media (max-width: 575.98px) {
    .footer {
        padding-top: 20px;
        padding-bottom: 46px;
    }
}

.footer__update-info {
    padding-bottom: 30px;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -2%;
    border-bottom: 1px solid rgba(225, 224, 229, 1);
}
@media (max-width: 991.98px) {
    .footer__update-info {
        padding-bottom: 20px;
        max-width: 206px;
        font-size: 20px;
    }   
}
@media (max-width: 575.98px) {
    .footer__update-info {
        max-width: 100%;
        font-size: 18px;
    }
} 

.footer__privacy-info {
    padding-top: 31px;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -2%;
}
@media (max-width: 991.98px) {
    .footer__privacy-info {
        padding-top: 21px;
        font-size: 20px;
    }   
}
@media (max-width: 575.98px) {
    .footer__privacy-info {
        font-size: 18px;
    } 
} 

/* Scroll To Top Button */

.scrollToTopBtn {
	position: fixed;
	display: flex;
    justify-content: center;
    align-items: center;
	width: 50px;
	height: 50px;
	bottom: 25px;
	right: 25px;
	padding: 8px 4px;
	cursor: pointer;
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.5s, opacity 0.3s;
	background-color: #dddddd;
	z-index: 999;
}
.scrollToTopBtn:hover {
	background-color: #d2d2d2;
}
  
.showScrollBtn {
	transform: translateY(0);
	opacity: 1;
}

/* end___Scroll To Top Button */

/* /.FOOTER */

/* 404 Page */

.error-404 {
    padding-top: 120px;
    padding-bottom: 215px;
}
@media (max-width: 991.98px) {
    .error-404 {
        padding-top: 100px;
        padding-bottom: 130px;
    }
}
@media (max-width: 575.98px) {
    .error-404 {
        padding-top: 60px;
        padding-bottom: 61px;
    }
}

.error-404 .error-404__title {
    position: relative;
    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 200px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 575.98px) {
    .error-404 .error-404__title {
        font-size: 128px;
    }
}

.error-404 .error-404__title::after {
    content: "";
    position: absolute;
    max-width: 383px;
    width: 100%;
    height: 29px; 
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background: radial-gradient(50.00% 50.00% at 50% 50%,rgba(35, 45, 63, 0.1) 0%,rgba(255, 255, 255, 0.1) 100%);
}
@media (max-width: 575.98px) {
    .error-404 .error-404__title::after {
        max-width: 253px;
        bottom: -12px;
    }
}

.error-404 .error-404_subtitle {
    margin-top: 20px;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
}
@media (max-width: 575.98px) {
    .error-404 .error-404_subtitle {
        font-size: 18px;
    }
}

.error-404 .error-404__btn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 575.98px) {
    .error-404 .error-404__btn {
        margin-top: 40px;
    }
}

/* /.404 Page */

/* Documents Page */

.page-documents .main.site-main {
    background-color: #F6F6F8;
}

.docs-list {
    padding-top: 53px;
    padding-bottom: 98px;
    background-color: #F6F6F8;
}
@media (max-width: 991.98px) {
    .docs-list {
        padding-top: 63px;
        padding-bottom: 60px;
    }
}
@media (max-width: 575.98px) {
    .docs-list {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.docs-list__body {
    display: flex;
    column-gap: 76px;
}
@media (max-width: 991.98px) {
    .docs-list__body {
        flex-direction: column;
        row-gap: 34px;
    }
}
@media (max-width: 575.98px) {
    .docs-list__body {
        row-gap: 45px;
    }
}

.docs-list__header {
    display: flex;
    column-gap: 14px;
    flex-shrink: 0;
}

.docs-list__content {
    width: 100%;
}

.docs-list__icon {
    width: 35px;
    height: 35px;
}

.docs-list__title {
    padding-top: 6px;
    max-width: 207px;
    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -2%;
}
@media (max-width: 991.98px) {
    .docs-list__title {
        max-width: 100%;
    }
}
@media (max-width: 575.98px) {
    .docs-list__title {
        font-size: 24px;
    }
}

/* TABS */

.docs-list__tabs {
    display: flex;
    flex-wrap: wrap;
}

.docs-list__tabs input[type="radio"] {
    display: none;
}

.docs-list__tabs .tab-content {
    display: none;
}

.docs-list__tabs #tab-1:checked ~ #tab-content-1,
.docs-list__tabs #tab-2:checked ~ #tab-content-2,
.docs-list__tabs #tab-3:checked ~ #tab-content-3 {
    display: block;
}

.docs-list__tabs input[type="radio"] + label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 191px;
    height: 65px;
    border-radius: 5px;
    box-shadow: 1px 2px 8px 0px rgba(117, 126, 149, 0.1);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 1);
    opacity: 0.8;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
}
@media (max-width: 575.98px) {
    .docs-list__tabs input[type="radio"] + label {
        width: 151px;
        font-size: 18px;
    }
}

.docs-list__tabs input[type="radio"] + label:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 20px;
}
@media (max-width: 575.98px) {
    .docs-list__tabs input[type="radio"] + label:not(:last-child) {
        margin-right: 20px;
    }
}

.docs-list__tabs input[type="radio"]:checked + label {
    background: #232D3F;
    color: #ffffff;
    opacity: 1;
}

.docs-list__tabs label:hover {
  cursor: pointer;
}

.docs-list__tabs .tab-content {
    flex: 100%;
    margin-top: 32px;
}
@media (max-width: 991.98px) {
    .docs-list__tabs .tab-content {
        margin-top: 22px;
    }
}

.docs-list__tabs .tab-content__file {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 575.98px) {
    .docs-list__tabs .tab-content__file {
        flex-direction: column;
        row-gap: 16px;
    }
}

.docs-list__tabs .tab-content__file:not(:first-child) {
    padding-top: 28px;
}
@media (max-width: 575.98px) {
    .docs-list__tabs .tab-content__file:not(:first-child) {
        padding-top: 22px;
    }
}

.docs-list__tabs .tab-content__file:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(41, 45, 55, 1);
}

.docs-list__tabs .tab-content__file .tab-content-file__date {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
}

.docs-list__tabs .tab-content__file .tab-content-file__header {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 16px;
}

.docs-list__tabs .tab-content__file .tab-content-file__icon svg {
    width: 27px;
    height: 27px;
}
.docs-list__tabs .tab-content__file .tab-content-file__name {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
}

.docs-list__tabs .tab-content__file .tab-content-file__info {
    margin-top: 16px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
}

/* /.TABS */    

/* /.Documents Page */

/* Progress Archive Page */

.progress-archive .breadcrumbs {
    padding-top: 30px;
    background: #F6F6F8;
}
@media (max-width: 575.98px) {
    .progress-archive .breadcrumbs {
        padding-top: 20px;
    }
}

.progress-archive .progress-list {
    padding-bottom: 60px;
    background: #F6F6F8;
}

.progress-archive .progress-list .progress-list__title {
    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
}
@media (max-width: 991.98px) {
    .progress-archive .progress-list .progress-list__title {
        margin-top: 60px;
        font-size: 26px;
        line-height: 100%;
    }
}
@media (max-width: 575.98px) {
    .progress-archive .progress-list .progress-list__title {
        margin-top: 40px;
        font-size: 24px;
    }
}

.progress-archive .progress-list .progress-list__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}
@media (max-width: 991.98px) {
    .progress-archive .progress-list .progress-list__items {
        gap: 20px;
        margin-top: 30px;
    }
}
@media (max-width: 575.98px) {
    .progress-archive .progress-list .progress-list__items {
        margin-top: 40px;
    }
}

.progress-archive .progress-list .progress-list__item {
    position: relative;
    max-width: 302px;
    width: 100%;
    height: 302px;
    /* text-align: center; */
}
@media (max-width: 991.98px) {
    .progress-archive .progress-list .progress-list__item {
        max-width: 222px;
        width: 100%;
        height: 222px;
    }
}
@media (max-width: 575.98px) {
    .progress-archive .progress-list .progress-list__item {
        max-width: 100%;
        height: auto;
    }
}

.progress-archive .progress-list .progress-list__item .progress-list-item__title {
    position: absolute;
    top: 50px;
    left: 0px;

    padding-top: 16px;
    padding-right: 25px;
    padding-bottom: 16px;
    padding-left: 25px;

    border-radius: 5px;
    /* 0.7 — це рівень прозорості тільки для білого фону */
    background: rgba(255, 255, 255, 0.7);

    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0%;
}
@media (max-width: 575.98px) {
   .progress-archive .progress-list .progress-list__item .progress-list-item__title {
        font-size: 18px;
        line-height: 24px;
   } 
}

.progress-archive .progress-list .progress-list__item .progress-list-item__img a {
    display: block;
    width: 100%;
    height: 100%;
}

.progress-archive .progress-list .progress-list__btn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991.98px) {
    .progress-archive .progress-list .progress-list__btn {
        margin-top: 20px;
    }
}

/* /.Progress Archive Page */

/* Progress Single Page */

.progress-single .breadcrumbs {
    background: #F6F6F8;
}

.progress-single .page-content {
    padding-bottom: 50px;
    background: #F6F6F8;
}
@media (max-width: 991.98px) {
    .progress-single .page-content {
        padding-bottom: 60px;
    }
}

.progress-single .page-content__title {
    font-family: 'TTFirsNeue-Medium', Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
}
@media (max-width: 991.98px) {
    .progress-single .page-content__title {
        font-size: 26px;
        line-height: 100%;
    }
}
@media (max-width: 575.98px) {
    .progress-single .page-content__title {
        font-size: 24px;
    }
}

.progress-single .page-content__content {
    margin-top: 50px;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
}
@media (max-width: 991.98px) {
    .progress-single .page-content__content {
        margin-top: 30px;
    }
}
@media (max-width: 575.98px) {
    .progress-single .page-content__content {
        margin-top: 20px;
        font-size: 18px;
    }
}

.progress-single .page-content__content .page-content-content__date {
    margin-bottom: 30px;
}
@media (max-width: 575.98px) {
    .progress-single .page-content__content .page-content-content__date {
        margin-bottom: 20px;
    }
}

/* /.Progress Single Page */