.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1350px) {
    .container {
        max-width: 1290px;
    }
}
body {
    color: #0e0e0e;
    line-height: 1.2;
    font-size: 18px;
    font-family: var(--main-font);
    background: #f2f2f2;
}
header {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
}
.desc-block {
    font-size: 20px;
    font-weight: 500;
    max-width: 1218px;
}
.title-page {
    font-size: 74px;
    text-transform: uppercase;
    font-family: var(--font5);
    color: #000;
    font-weight: 700;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    letter-spacing: -2px;
    line-height: 120%;
}
.sub-title {
    text-transform: uppercase;
    color: var(--brand-color);
    font-size: 32px;
    font-weight: 700;
    font-family: var(--font5);
    text-align: center;
}
.text-center {
    text-align: center;
}
.btn {
    position: relative;
    z-index: 2;
}
.btn span {
    background: var(--blue-color);
    padding: 30px 65px;
    font-size: 17px;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.btn::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid var(--blue-color);
    border-radius: 4px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    width: calc(100% - 80px);
    height: calc(100% - 10px);
    border-radius: 50%;
    background: var(--blue-color);
    opacity: 0.8;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    z-index: 0;
}
.btn:hover::after {
    -webkit-transform: rotate(7.12deg);
    -ms-transform: rotate(7.12deg);
    transform: rotate(7.12deg);
    border-color: #0e0e0e;
    z-index: -1;
}
.hero-wrapper {
    padding: 126px 0 90px;
    background: #fff;
    position: relative;
}
.hero-wrapper .desc-block {
    max-width: 700px;
    margin-bottom: 60px;
}
.hero-wrapper .title-page {
    position: relative;
    margin: 15px 0 10px;
}
.hero-wrapper .title-page img {
    max-width: 250px;
    position: absolute;
    bottom: -60px;
    right: -10px;
    border-radius: 4px;
    -webkit-transform: rotate(8.5deg);
    -ms-transform: rotate(8.5deg);
    transform: rotate(8.5deg);
}
.hero-wrapper::before {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    aspect-ratio: 1920/320;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #000;
    z-index: 1;
}
.main-person {
    text-align: center;
    position: relative;
    background: #fff;
}
.main-person__image {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.main-person .image-decor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.main-person::after {
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1920/320;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    background: #000;
    z-index: 0;
}
.title-block {
    font-size: 64px;
    font-weight: 700;
    font-family: var(--font5);
    line-height: 1.2;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.title-block:last-child {
    margin-bottom: 0;
}
.section-default {
    background: #fff;
    position: relative;
    z-index: 2;
}
.last-block {
    padding: 300px 0;
    background: #fff;
}
.possibilities-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 30px;
    font-weight: 500;
}
.possibilities-list__item {
    width: calc(25% - 22.5px);
    padding: 20px;
    border: 1px solid #d8d8d8;
}
.possibilities-list .item-icon {
    margin-bottom: 15px;
}
.possibilities-wrapper {
    background: #f2f2f2;
    margin-bottom: 70px;
}
.possibilities-wrapper .white-wrapper {
    padding-top: 30px;
}
.possibilities-wrapper::after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1920/320;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #fff;
    z-index: 0;
}
.white-wrapper {
    background: #fff;
}
.get-wrapper {
    position: relative;
    z-index: 2;
}
.get-wrapper::before {
    content: "";
    display: block;
    left: 0;
    width: 100%;
    aspect-ratio: 1920/320;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    background: #fff;
    z-index: 0;
    position: absolute;
    bottom: 100%;
}
.get-wrapper .white-wrapper {
    padding-top: 120px;
}
.get-wrapper .white-wrapper .container {
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
}
.get-wrapper::after {
    content: "";
    width: 277px;
    height: 515px;
    background-image: url(../image/patterns/triangle-get.svg);
    position: absolute;
    top: 0;
    right: 0;
}
.get-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #c3c3c3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.get-list__item {
    padding: 22px 20px;
    text-align: center;
    font-weight: 550;
    max-width: 280px;
    position: relative;
}
.get-list__item:last-child::after {
    display: none;
}
.get-list__item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 60px;
    background: #c3c3c3;
}
.get-list + .get-list {
    max-width: 590px;
    margin: 40px auto 0;
}
.get-list + .get-list .get-list__item {
    max-width: 300px;
}
.tasks-wrapper {
    padding: 120px 0 60px;
    position: relative;
}
.tasks-wrapper .container {
    position: relative;
    z-index: 3;
}
.tasks-wrapper::before {
    content: "";
    width: 100%;
    aspect-ratio: 1980/467;
    background-image: url(../image/patterns/tasks.svg);
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}
.tasks-wrapper .title-block {
    position: relative;
    display: inline-block;
}
.tasks-wrapper__desc {
    max-width: 410px;
    position: absolute;
    font-size: 18px;
    text-transform: none;
    font-family: var(--main-font);
    font-weight: 400;
    bottom: 10px;
    right: 0;
}
.tasks-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 15vw;
    top: 0;
    background-size: contain;
    background-image: url(../image/patterns/tasks-circles.svg);
    background-repeat: no-repeat;
}
.tasks-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tasks-row__left {
    width: 62.5%;
}
.tasks-row__right {
    width: 37.5%;
}
.tasks-row__right img {
    min-width: calc(100% + 110px);
}
.block-head {
    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;
    margin-bottom: 60px;
}
.block-head:last-child {
    margin-bottom: 0;
}
.block-head__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.block-head__arrows .arrow-btn {
    width: 40px;
    height: 40px;
    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;
    background: var(--blue-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.block-head__arrows .arrow-btn svg {
    fill: #fff;
}
.block-head__arrows .arrow-btn.swiper-button-disabled {
    background: rgba(255, 255, 255, 0);
}
.block-head__arrows .arrow-btn.swiper-button-disabled svg {
    fill: #000;
}
.block-head__arrows .arrow-btn.btn-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.block-head .swiper-pagination-bullet {
    margin: 0 !important;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}
.block-head .swiper-pagination-bullet-active {
    background: var(--blue-color);
}
.block-head__pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.reviews-slider {
    overflow: hidden;
}
.reviews-head {
    margin-top: 50px;
}
.reviews-head .swiper-pagination-bullet {
    background: #f2f2f2;
}
.reviews-head .swiper-pagination-bullet-active {
    background: var(--blue-color);
}
.projects-wrapper {
    position: relative;
}
.projects-wrapper::after {
    content: "";
    display: block;
    left: 0;
    width: 100%;
    aspect-ratio: 1920/320;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    background: #fff;
    z-index: 0;
    bottom: 0;
}
.section-recommendation__item-text {
    font-size: 17px;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.section-recommendation__item-text::after {
    display: none !important;
}
.reviews-wrapper .white-wrapper {
    padding-top: 50px;
}
.reviews-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1920/320;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #fff;
}
.open-review .section-recommendation__item-text {
    text-overflow: inherit;
    -webkit-line-clamp: initial;
}
.prices-wrapper {
    position: relative;
    padding: 50px 0 0;
}
.prices-wrapper .title-block {
    margin-bottom: 10px;
}
.prices-wrapper .desc-block {
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 18px;
}
.prices-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1920/320;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    background: #fff;
}
.prices-list {
    display: grid;
    grid-template-columns: 500px auto;
    gap: 40px;
}
.prices-list:last-child {
    margin-bottom: 0;
}
.prices-list__item {
    /* width: calc(50% - 20px); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.prices-list .price-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    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: 50%;
    background: #fff;
    -webkit-box-shadow: -5px 4px 4px 0 rgba(0, 0, 0, 0.04);
    box-shadow: -5px 4px 4px 0 rgba(0, 0, 0, 0.04);
}
.prices-list .price-content {
    font-size: 16px;
}
.prices-list .price-content__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contacts-wrapper {
    position: relative;
    z-index: 2;
}
.contacts-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1920/320;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #fff;
    margin-top: 0;
}
.contact__wrapper {
    position: relative;
    z-index: 3;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 50px;
}
.contact__wrapper .contact__img {
    margin-top: -200px;
}
.contact__wrapper .section__header {
    margin-bottom: 30px;
}
section {
    scroll-margin-top: 100px;
}
.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}
.modal-wrapper.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-wrapper .modal-inner {
    background: #fff;
    padding: 40px;
    width: calc(100% - 20px);
    position: relative;
    max-width: 540px;
}
.modal-wrapper .close {
    top: 40px;
    right: 40px;
    width: 20px;
    height: 20px;
}
.modal-wrapper .close::after,
.modal-wrapper .close::before {
    height: 2px;
}
.modal-wrapper .modal-title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--font5);
    margin-bottom: 20px;
}
.iti--inline-dropdown .iti__country-list,
.modal-wrapper .button {
    width: 100%;
}
.modal-wrapper .iti--inline-dropdown .iti__dropdown-content {
    z-index: 10;
}
.form__wrapper {
    gap: 10px;
}
.form__wrapper .text--middle {
    margin-top: 20px;
}
textarea.form__input {
    height: 170px;
}
.target-files {
    border: 1px dashed #0e0e0e;
    padding: 25px 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
}
.target-files span {
    color: var(--blue-color);
    text-decoration: underline;
}
.target-files input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.nav-list__link:hover {
    font-weight: 400;
}
.title--middle {
    font-family: var(--font5);
    font-weight: 700;
    line-height: 1.2;
}
.section-404 {
    background-image: url(../image/404-bg.svg);
    background-position: center top;
}
.section-404__img {
    -webkit-transform: translateX(90px);
    -ms-transform: translateX(90px);
    transform: translateX(90px);
}
.page__wrapper {
    padding: 100px 0 260px;
}
.projects__list {
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-template-columns: repeat(auto-fit, minmax(346px, 1fr));
    gap: 60px 30px;
}

.nav-list__link {
    cursor: pointer;
}
.hero_nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px 20px;
    flex-wrap: wrap;
    margin-bottom: 35px;
    
}
.hero_nav .nav-list__link {
    color: var(--text-color);
font-size: 16px;
}
.hero_nav .nav-list__link:hover {
    color: var(--brand-color);
}
.price-tab-container {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.price-tab {
    padding: 5px 15px;
    font-size: 16px;
    cursor: pointer;
    color: var(--text-color);
    transition: all .3s ease;
}
.price-tab.active {
    pointer-events: none;
    background-color: var(--blue-color);
    color: #F9F9F9;
}
.price-tab:hover {
   background: #6197E52E;

}
.price-tab.active:hover {
    background-color: var(--blue-color);
}
.price-block {
    display: none;
    margin-bottom: 50px;
}

.price-block[data-tab].active {
    display: block;
}

.btn-price {
    margin-top: 10px;
}
.input-hidden {
    position: absolute;
    z-index: -99;
    opacity: 0;
}
@media screen and (max-width: 1550px) {
    .tasks-wrapper {
        overflow: hidden;
    }
}
@media screen and (max-width: 1349px) {
    .title-page {
        font-size: 70px;
    }
    .nav__list {
        gap: 10px 20px;
    }
}
@media screen and (max-width: 1200px) {
    .title-page {
        font-size: 68px;
    }
    .title-block {
        font-size: 45px;
    }
    .tasks-wrapper__desc {
        position: relative;
        bottom: 0;
        margin-top: 30px;
    }
    .desc-block {
        font-size: 18px;
    }
    .nav-list {
        gap: 10px;
    }
    .nav-list__link {
        font-size: 14px;
    }
    .possibilities-list,
    body {
        font-size: 15px;
    }
    .contact__img {
        height: auto;
    }
    .main-person__image img {
        max-height: 500px;
    }
    .prices-list .price-content__title {
        font-size: 18px;
    }
    .title--middle {
        font-size: 30px;
    }
    .modal-wrapper .modal-title {
        font-size: 28px;
    }
    .btn span {
        padding: 20px 45px;
    }
}
@media screen and (max-width: 991px) {
    .header__wrapper {
        background: #fff;
    }
    .burger__item {
        background: #0e0e0e;
    }
    .hero-wrapper {
        padding: 40px 0 50px;
    }
    .title-page {
        font-size: 55px;
    }
    .sub-title {
        font-size: 25px;
    }
    .hero-wrapper .title-page img {
        max-width: 140px;
        bottom: -40px;
    }
    .hero-wrapper .desc-block {
        max-width: 460px;
    }
    .main-person__image img {
        max-height: 400px;
    }
    .title-block {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .possibilities-list {
        gap: 20px;
    }
    .possibilities-list__item {
        width: calc(50% - 10px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
    }
    .possibilities-list__item .item-icon {
        min-width: 60px;
        margin-bottom: 0;
    }
    .get-wrapper .white-wrapper {
        padding-top: 50px;
    }
    .get-list {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        border-bottom-width: 0;
    }
    .get-list__item {
        width: 100%;
        max-width: none;
    }
    .get-list__item::after {
        display: block !important;
        position: relative;
        width: 60px;
        height: 1px;
        margin-top: 20px;
    }
    .get-list + .get-list {
        margin-top: 0;
        border-top: none;
        border-bottom-width: 1px;
        max-width: none;
    }
    .get-list + .get-list .get-list__item {
        max-width: none;
        width: 100%;
    }
    .get-list + .get-list .get-list__item:last-child::after {
        display: none !important;
    }
    .tasks-wrapper::after {
        right: -50vw;
        width: 200vw;
    }
    .contacts-wrapper {
        padding-bottom: 100px;
    }
    .contact__wrapper .contact__img {
        margin-top: 0;
        max-height: 420px;
        text-align: center;
        height: 420px;
    }
    .contact__wrapper .contact__img img {
        height: 100%;
    }
    .prices-list {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}
@media screen and (max-width: 768px) {
    .sub-title {
        font-size: 16px;
    }
    .title-page {
        font-size: 24px;
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }
    .hero-wrapper .desc-block {
        font-size: 12px;
        text-align: center;
        margin: 26px;
    }
    .hero-wrapper .title-page img {
        max-width: 80px;
        bottom: calc(100% - 10px);
        right: 0;
    }
    .btn span {
        padding: 20px;
        font-size: 14px;
    }
    .main-person__image img {
        margin-top: -63px;
    }
    .title-block {
        font-size: 24px;
    }
    .possibilities-list {
        gap: 10px;
    }
    .possibilities-list__item {
        width: 100%;
    }
    .possibilities-wrapper {
        margin-bottom: 40px;
    }
    .possibilities-wrapper .white-wrapper {
        padding-bottom: 30px;
    }
    .get-wrapper::after {
        content: "";
        width: 107px;
        height: 215px;
        top: 30%;
        right: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .tasks-row__left {
        width: 100%;
    }
    .tasks-row__right {
        position: absolute;
        text-align: right;
        width: 270px;
        right: -90px;
        top: 130px;
    }
    .tasks-row__right img {
        max-width: 100%;
        min-width: auto;
    }
    .tasks-wrapper {
        padding-bottom: 220px;
    }
    .reviews-wrapper .white-wrapper {
        padding-bottom: 50px;
    }
    .prices-wrapper .desc-block {
        font-size: 13px;
        font-weight: 500;
    }
    .prices-list__item {
        /* width: 100%; */
    }
    .prices-list .price-icon {
        min-width: 60px;
    }
    .modal-wrapper .modal-title,
    .title--middle {
        font-size: 24px;
    }
    .modal-wrapper .modal-inner {
        padding: 20px;
    }
    .modal-wrapper .close {
        top: 20px;
        right: 20px;
    }
    .modal-wrapper .modal-title {
        padding-right: 40px;
    }
    textarea.form__input {
        max-height: 100px;
    }
    .target-files {
        padding: 15px;
    }
    .section-404__img {
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    .section-recommendation__item {
        position: relative;
    }
    .section-recommendation__item-name {
        font-weight: 700;
        font-size: 18px;
    }
    .section-recommendation__item-name,
    .section-recommendation__item-post {
        padding-left: 80px;
    }
    .section-recommendation__item-post {
        padding-bottom: 20px;
    }
    .section-recommendation__item-avatar {
        position: absolute;
    }
    .nav-list__link {
        font-size: 16px;
    }
    .projects-head__arrows.block-head__arrows {
        display: none
    }
    .projects__list {
        gap: 0;
    }
    .projects-head.block-head {
        bottom: 100px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        margin: 0;
    }
    .projects__list:not(:last-child) {
        margin-bottom: 50px;
    }
    .projects-slider .case {
        min-height: auto;
    }
        .hero_nav .nav-list__link {
    color: var(--text-color);
    font-size: 14px;
}
 .prices-list {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 575px) {
    .contacts-wrapper {
        padding-bottom: 100px;
    }
    .contacts-wrapper .contact__img {
        margin-bottom: -270px;
    }
    .projects-head.block-head {
        gap: 20px;
    }
    .tasks-wrapper::after {
        right: -90vw;
        width: 350vw;
    }
    .reviews-wrapper {
        margin-top: -1px;
    }
    .get-wrapper::before {
        bottom: calc(100% - 1px);
    }
    .prices-list .price-content__title {
        font-size: 16px;
    }

}
.projects-slider .case {
    height: 100%;
}
.projects-slider .case__tag {
    font-size: 14px;
}
.projects-slider .case__tags {
    margin-bottom: 24px;
}
#files {
    position: absolute;
    left: 0;
    top: 0;
}
.hidden {
    display: none;
}
