

/* Start:/local/templates/.default/components/bitrix/news/certificates_main/style.css?175267038611989*/
.downloads{
    padding: 0;
}
.download-certificate {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.download-certificate__wrapper {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.download-certificate:hover .download-certificate__icon:after {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
    opacity: 1;
}

.download-certificate:hover .download-certificate__text {
    color: #fff;
}

.download-certificate__icon {
    position: relative;
    display: inline-block;
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.download-certificate__icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-image: url(/local/static/build/img/download-certif.png);
    width: 24px;
    height: 24px;
}

.download-certificate__icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-image: url(/local/static/build/img/download-min.png);
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    opacity: 0;
}

.download-certificate__block-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    position: relative;
}

.download-certificate__block-wrapper:nth-child(2) {
    padding: 0 0 0 10px;
}

.download-certificate__text {
    font: 500 14px/110% "Open Sans", sans-serif;
    color: #264179;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.certificate {
    position: relative;
    margin: 0 0 40px 0;
}

.certificate__wrap {
    position: relative;
    text-align: center;
}

.certificate__button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -93px 0 70px auto;
}

@media only screen and (max-width: 750px) {
    .certificate__button-wrapper {
        margin-top: 0;
        margin-bottom: 25px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 640px) {
    .certificate__button-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 450px) {
    .certificate__button-wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.certificate-button {
    position: relative;
    margin: 0 0 25px 0;
    text-align: left;
}

@media only screen and (max-width: 640px) {
    .certificate-button {
        display: none;
        width: 316px;
        border: 2px solid #bebebe;
        border-top: 0 none;
        padding: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .certificate-button {
        width: 100%;
    }
}

@media only screen and (min-width: 640px) {
    .certificate-button {
        display: block !important;
    }
}

.certificate-button__link {
    position: relative;
    border: 0 none;
    display: inline-block;
    text-align: left;
    background-color: transparent;
    margin: 0 20px 8px 0;
}

.certificate-button__link:focus {
    outline: unset;
}

.certificate-button__link.active {
    cursor: default;
    background-color: #014ea2;
    color: #ffffff;
}

.certificate-button__link.active .certificate-button__title {
    color: #595959;
    border-bottom: 1px dotted #595959;
}

.certificate-button__link.active:hover .certificate-button__title {
    color: #595959;
    border-bottom: 1px dotted #595959;
}

@media only screen and (max-width: 640px) {
    .certificate-button__link.active:hover .certificate-button__title {
        margin: 0 0 15px 0;
    }
}

.certificate-button__link:hover .certificate-button__title {
    color: #9dcbff;
    border-bottom: 1px dotted #9dcbff;
}

.certificate-button__title {
    font: 300 16px/120% "Open Sans", sans-serif;
    border-bottom: 1px dotted #0060aa;
    color: #0060aa;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.certificate-button__count {
    color: #595959;
}

.certificate-links {
    position: relative;
    font-size: 0;
    line-height: 0;
    text-align: left;
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 640px) {
    .certificate-links {
        margin-top: 20px;
    }
}

.certificate-links__element {
    position: relative;
    width: 25%;
    display: inline-block;
    display: none;
    vertical-align: top;
    text-align: center;
    padding: 0 15px;
    margin: 0 0 25px 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #495057;
}

.certificate-links__element:nth-child(4n+4) {
    clear: left;
}

@media only screen and (max-width: 750px) {
    .certificate-links__element {
        width: 33.333%;
        clear: left;
    }

    .certificate-links__element:nth-child(4n+4) {
        clear: none;
    }
}

@media only screen and (max-width: 600px) {
    .certificate-links__element {
        width: 50%;
    }

    .certificate-links__element:nth-child(3n+3) {
        clear: none;
    }

    .certificate-links__element:nth-child(2n) {
        clear: left;
    }
}

@media only screen and (max-width: 450px) {
    .certificate-links__element {
        width: 100%;
    }

    .certificate-links__element:nth-child(2n) {
        clear: none;
    }
}

.certificate-links__element.-show-sertificate {
    display: inline-block;
}

.certificate-links__image {
    position: relative;
    display: inline-block;
    margin: 0 0 5px 0;
    overflow: hidden;
}

.certificate-links__title {
    position: relative;
    font: 500 15px/120% "Open Sans", sans-serif;
}

.certificate-links__element:hover .effect-apollo img {
    opacity: 1;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 20px);
    transform: perspective(1000px) translate3d(0, 0, 20px);
}

.certificate-links .effect-apollo img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
    margin: 0 auto;
    display: block;
}

.certificate-links .effect-apollo img img {
    width: 100%;
}

.certificate-btn {
    display: none;
}

@media only screen and (max-width: 640px) {
    .certificate-btn {
        display: inline-block;
        border: 2px solid #bebebe;
        padding: 0 60px 0 15px;
        text-decoration: none;
        position: relative;
        height: 50px;
        background-color: #fff;
        text-align: left;
    }
}

@media only screen and (max-width: 640px) and (max-width: 450px) {
    .certificate-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .certificate-btn:after {
        content: '';
        background-size: contain;
        background-image: url(/local/static/assets/img/filter.png);
        width: 8px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: 16px;
    }

    .certificate-btn span {
        font: bold 20px/46px "Open Sans", sans-serif;
        color: #424242;
        text-transform: uppercase;
        white-space: nowrap;
    }
}

.certificate-inner {
    position: relative;
}

.certificate-inner__wrap {
    position: relative;
    text-align: center;
}

.certificate-inner__link {
    position: relative;
    display: block;
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 800px) {
    .certificate-inner__link img {
        width: 100%;
    }
}

.button-isi--city {
    border: 3px solid #264179;
}

.button-isi--city:before {
    background: #264179;
}

.button-isi {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
    background-color: transparent;
    border: 3px solid #264179;
    position: relative;
    height: 50px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-isi:before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #264179;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.button-isi:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn-border {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    height: 50px;
    border: 5px solid #264179;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 20px 0;
}

.btn-border__text {
    font: 500 14px/40px "Open Sans", sans-serif;
    color: #264179;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-border:hover .btn-border__text {
    color: #fff;
}

.print {
    position: relative;
    display: inline-block;
    min-height: 24px;
    min-width: 24px;
}

.print:before {
    content: '';
    background-size: contain;
    background-image: url(/local/static/build/img/print.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
}

.print:after {
    content: '';
    background-size: contain;
    background-image: url(/local/static/build/img/print-hover.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.print:hover:after {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
    opacity: 1;
}

.print span,
.download span {
    position: relative;
    margin: 0 0 0 35px;
    font: 300 16px/120% "Open Sans", sans-serif;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.certificate-tags{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 25px 0;
}
.certificate-tag{
    border: 1px solid #014ea2;
    border-radius: 8px;
    font-size: 14px;
    margin: 6px 20px 6px 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 16px;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
    background-color: #ffffff;
    color: #014ea2;
}
.certificate__current{
    background-color: #014ea2;
    color: #ffffff;
}


.shine {
    overflow: hidden;
}
.shine:after {
    content: "";
    height: 200%;
    left: -230%;
    opacity: 0;
    position: absolute;
    top: -20%;
    transform: rotate(-30deg);
    width: 200%;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}
.shine:hover:after {
    left: -50%;
    opacity: 1;
    top: -50%;
    transition-duration: 0.4s, 0.4s, 0.10s;
    transition-property: left, top, opacity;
    transition-timing-function: ease;
}
.shine:active:after {
    opacity: 0;
}

.certificate-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 15px;
    column-gap: 20px;
}

.certificate-actions .download .download-certificate__icon {
    position: absolute;
}
/* End */
/* /local/templates/.default/components/bitrix/news/certificates_main/style.css?175267038611989 */
