.c-linkCard__imagewrap {
    margin-top: 0px !important;
}

@media screen and (min-width: 640.02px),
print {
    .fxb-section .c-section:nth-child(3) {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media screen and (min-width: 640.02px),
print {
    .fxb-section .c-section:last-child {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

/* modal */
.modal {
    background: #fff;
    position: fixed;
    width: 96%;
    max-width: 1200px;
    max-height: 96vh;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    cursor: initial;
    overflow: auto;
}

.modal_open>div {
    cursor: pointer;
}

#technical-photos .c-linkCard__imageInner:not(.c-linkCard__imageInner--noRatio) {
    cursor: pointer;
}

.modal a,
.modal .modal_close {
    transition: .3s;
}

.modal a:hover,
.modal .modal_close:hover {
    opacity: .7;
}

.modal_wrapper {
    transition: .3s;
    position: relative;
    z-index: 101;
    visibility: hidden;
    opacity: 0;
}

.modal_wrapper.is_active {
    visibility: visible;
    opacity: 1;
}

.modal_bg {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.modal_close {
    cursor: pointer;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background: #cf152b;
    position: absolute;
    top: 5px;
    right: 5px;
}

.modal_item {
    cursor: initial;
    padding: 0;
}

.modal_item>li {
    display: none;
    padding-top: 24px;
    padding-bottom: 37px;
    background: #fff;
}

.modal_item>li.is_active {
    display: block;
}

.modal_item>li>img {
    width: 100%;
}

.modal_item>li .links {
    margin: 16px 36px 0;
    display: grid;
    max-width: 840px;
    grid-template-columns: 49% 49%;
    gap: 2%;
    padding: 0;
}

.modal_item>li .links img {
    width: 100%;
}

#technical-photos .c-linkCard__imageInner {
    border: solid 1px #c9c9c9;
}