.bim {
    background-color: #f5f6fa;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.bim-enum {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}
.bim-col {
    width: calc(100% / 3);
    margin-bottom: 30px;
    padding: 0 15px;
}
.bim-item {
    background: #fff;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}
.bim-item-picture-main {
    border-radius: 10px;
    display: block;
    object-fit: cover;
    height: 200px;
    width: 100%;
}
.bim-item-picture {
    position: relative;
}
.bim-item-picture {
    position: relative;
}
.bim-item-picture-logo {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 75px;
}
.bim-item-description {
    padding: 15px 20px;
}
a.bim-item-title {
    color: #1d1d1b;
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 11px;
    font-weight: 700;
}
a.bim-item-title:hover {
    color: #1d1d1b;
    text-decoration: underline;
}
.bim-item-text {
    font-size: 14px;
}
.bim-item-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}
a.bim-item-download {
    border: 1px solid;
    border-radius: 4px;
    color: #003376;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 26px;
    text-transform: uppercase;
    transition: ease 300ms;
}
a.bim-item-download:hover {
    background: #003376;
    color: #fff;
}
a.bim-item-more {
    color: #003376;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
}
a.bim-item-more:hover {
    color: #003376;
}
a.bim-item-more svg path {
    fill: #003376;
}
a.bim-item-more svg {
    margin-left: 8px;
}
.bim-ttl {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 23px;
}
@media screen and (max-width: 991.98px) {
    .bim-col {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 649.98px) {
    .bim-col {
        width: 100%;
    }
}

.bim-page {
    background-color: #fff;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.bim-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.bim-content {
    width: calc(100% - 350px);
}
.bim-side {
    margin-left: 30px;
    width: 320px;
}
.bim-download {
    background-color: #f5f6fa;
    border-radius: 10px;
    max-width: 320px;
    padding: 25px 30px 25px;
    width: 100%;
}
.bim-download-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.bim-download-dsc {
    margin-left: 17px;
}
.bim-download-title {
    font-weight: 700;
}
.bim-download-size {
    font-size: 13px;
}
a.bim-download-load {
    background: #1c3673;
    border: 1px solid #1c3673;
    border-radius: 7px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 48px;
    transition: ease 300ms;
}
a.bim-download-load:hover {
    background: transparent;
    color: #1c3673;
}
a.bim-download-load svg {
    margin-right: 10px;
    fill: #fff;
    transition: ease 300ms;
}
a.bim-download-load:hover svg {
    fill: #1c3673;
}
.bim-download-wrapper svg {
    min-width: 33px;
}
.bim-error {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}
.bim-error-button {
    border: none;
    background: none;
    outline: none;
}
.bim-error-button {
    color: #1c3673;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.bim-error-button svg {
    fill: #1c3673;
    margin-right: 10px;
}
@media screen and (max-width: 991.98px) {
    .bim-wrapper {
        display: block;
    }
    .bim-content {
        width: 100%;
    }
    .bim-side {
        display: flex;
        justify-content: center;
        margin-left: 0;
        margin-top: 40px;
        width: 100%;
    }
    .bim-wrapper {
        margin-bottom: 0;
    }
}

/* modal */

.bim-popup {
    border-radius: 10px;
    width: 900px;
}
.bim-popup-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.bim-popup-description {
    font-size: 15px;
    margin-bottom: 30px;
}
.bim-form-item {
    margin-bottom: 15px;
}
.bim-flex {
    display: flex;
    justify-content: space-between;
}
.bim-flex .input {
    width: calc(50% - 8px);
}
.bim-form-button {
    background: #344981;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    border: none;
    outline: none;
    padding: 15px 55px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.bim-form-action {
    display: flex;
    align-items: center;
}
.bim-form-politic {
    font-size: 13px;
    line-height: 1.2;
    padding-left: 30px;
}
.bim-form-politic a {
    color: #344981;
    text-decoration: underline;
}
.bim-form-politic a:hover {
    color: #344981;
    text-decoration: none;
}
.input input[type="text"] {
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    color: #333;
    padding: 0 23px;
    height: 60px;
    width: 100%;
}
.textarea textarea {
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    color: #333;
    padding: 18px 23px;
    outline: none;
    height: 160px;
    width: 100%;
}
@media screen and (max-width: 991.98px) {
    .bim-flex {
        display: block;
    }
    .bim-form-item .input + .input {
        margin-top: 15px;
    }
    .bim-flex .input {
        width: 100%;
    }
}
@media screen and (max-width: 767.98px) {
    .bim-form-action {
        display: block;
    }
    .bim-form-politic {
        margin-top: 15px;
        padding-left: 0;
    }
    .bim-form-politic br {
        display: none;
    }
}

