@charset "utf-8";
/* CSS Document */

#catalog .btnPageTop {
	/* opacity: 1; */
	/* pointer-events: auto; */
}
/* content */
#content {
    background: #f2f2f2;
    padding: 79px 0 109px;
}

.boxDownload {
    width: 464px;
    height: 232px;
    background: #fff;
    float: left;
    box-sizing: border-box;
    padding: 58px 50px 58px 58px;
    margin: 0 22px 22px 0;
}
.boxDownload:nth-child(even) {
    float: right;
    margin-right: 0;
    /* margin-bottom: 4.5%; */
}
.imgThumb {
    float: left;
    margin: 0 22px 0 0;
}
.imgThumb.layBorder {
    border: solid 1px #ccc;
}
.boxCol {
    float: left;
    width: 243px;
}
.boxCol h2 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0px 0 0 2px;
    font-weight: 300;
    letter-spacing: 0.04em;
    min-height: 76px;
}
.boxCol small {
    font-size: 15px;
}
.btnDownload {
    background: #afb0b3;
    display: block;
    color: #fff;
    line-height: 40px;
    padding: 0 16px;
    font-size: 14px;
    /* width: 374px; */
    box-sizing: border-box;
    font-weight: 500;
    transition: background 240ms;
}
.btnDownload:after {
    content: "\e907";
    font-family: icon;
    float: right;
}
.btnDownload:hover {
    background: #006cb8;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #content {
        padding: 6.52% 0 19.67%;
    }
    .boxDownload {
        width: 100%;
        float: none !important;
        padding: 7.5%;
        height: auto;
        margin-bottom: 4.5%;
    }
    .imgThumb {
        width: 25.59%;
        margin-right: 7.22%;
        box-sizing: border-box;
    }
    .boxCol {
        width: 65.97%;
        float: right;
    }
    .boxCol h2 {
        font-size: 0.75em;
        margin: -2.1% 0 0;
        /* letter-spacing: -0.04em; */
        line-height: 1.27;
        min-height: 4.5em;
    }
    .boxCol small {
        font-size: 0.8em;
    }
    .btnDownload {
        font-size: 0.7em;
        line-height: 2.857;
    }
}