.file-view {

}

.to-catalog a,
.file-view a {
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #90d314;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    transition: background-color 0.2s;
}

.to-catalog {
    display: flex;
    justify-content: center;
}

.to-catalog a {
    max-width: 240px;
    margin-bottom: 0;
    background-color: #3ca2d9;
    color: white;
}

.file-view a:hover {
    background-color: #81bb15;
}

.element-plan img {
    width: 100% !important;
    height: auto !important;
}

.accredited-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.accredited-block .accredited-item {
    max-width: 240px;
    padding: 20px;
    max-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accredited-block .accredited-item img {
    height: auto;
    width: 100%;
}
.banner {
    position: relative;
}

.banner a {
    position: absolute;
    width: 33%;
    height: 15%;
    bottom: 0;
    left: 25%;
}
.open-form-send-calc {
    width: 100%;
    margin-bottom: 16px;
}

.mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    backdrop-filter: blur(7px);
    transition: all 300ms ease-in-out;
}

.boxes .window {
    display: none;
    max-width: 700px;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.close {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 3;
    right: 30px;
    top: 20px;
    cursor: pointer;
    filter: alpha(Opacity = 50);
    opacity: 0.5;
    transition: 0.3s;
}

.close:before {
    display: block;
    content: "";
    width: 25px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.close:after {
    display: block;
    content: "";
    width: 25px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.m_content {
    padding: 45px 35px;
}

.send-calc-to-admin {
    margin-right: 10px;
}