

/* Start:/local/components/custom/manual/templates/.default/style.css?175569273012016*/
.price-lists {
    position: relative;
}

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

    .price-lists__element.certificate-links__element {
        width: 100% !important;
    }
}

.price-lists__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    line-height: 0;
}

.price-lists__wrap--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
}

.price-lists__wrap:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 550px) {
    .price-lists__wrap {
        margin-right: 0;
    }
}

.price-lists__element {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 25px 0;
    padding-right: 20px;
    width: 50%;
}

.price-lists__element:nth-child(3n+3) {
    clear: left;
}

.price-lists__element--sale .price-info__title {
    font: 500 22px/120% "Open Sans", sans-serif;
}

@media only screen and (max-width: 800px) {
    .price-lists__element {
        width: 50%;
    }

    .price-lists__element:nth-child(3n+3) {
        clear: none;
    }

    .price-lists__element:nth-child(odd) {
        clear: left;
    }
}

@media only screen and (max-width: 550px) {
    .price-lists__element {
        width: 100%;
        padding-right: 0;
    }

    .price-lists__element:nth-child(odd) {
        clear: none;
    }
}

.price-lists__element.certificate-links__element {
    display: none;
    align-items: center;
    width: calc(50% - 10px);
    padding: 5px 5px;
    box-shadow: 0px 0px 6px 0px rgba(0, 90, 170, 0.3);
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
}

.price-icon {
    position: relative;
    float: left;
    vertical-align: top;
    padding: 0 15px 0 0;
    flex-shrink: 0;
}

/* legacy pdf icon */
/*.price-icon__pdf {
    width: 44px;
    height: 53px;
    position: relative;
    background-size: contain;
    background-image: url(/local/static/build/img/pdf.png);
    display: inline-block;
}*/

.price-icon__zip {
    width: 44px;
    height: 53px;
    position: relative;
    background-size: contain;
    background-image: url(/local/static/build/img/zip.png);
    display: inline-block;
}

.price-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: left;
}

.price-info__title {
    font: 500 16px/120% "Open Sans", sans-serif;
    color: #000;
    margin: 0 0 5px 0;
}

.price-info__block {
    position: relative;
    display: block;
    cursor: default;
}

.price-info__size, .price-info__data {
    font: 300 12px/120% "Open Sans", sans-serif;
    color: #515151;
    display: inline-block;
}

.price-info__data {
    margin: 0;
}

.price-info__link {
    font: 400 15px/120% "Open Sans", sans-serif;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 3px;
}

.price-picture {
    position: relative;
    margin: 0 0 15px 0;
}

.price-picture__img {
    max-width: 100px;
}



.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;
}

.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;
}

.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: flex;
}

.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%;
    }
}

.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-button__link:focus {
    outline: unset;
}

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

.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__select {
    position: relative;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 1px solid #ABCAE9;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #828282;
    margin-bottom: 25px;
    text-align: start;
    line-height: 1;
}
.certificate__select-text {
    color: #005AAA;
    font-weight: 500;
}
.certificate__select-arrow {
    transition: 0.3s ease;
}
.certificate__select-arrow-rotate {
    transform: rotate(180deg);
}

@media (max-width: 879px) {
    .certificate__select {
        display: flex;
    }

    .certificate-tags {
        display: none;
        position: absolute;
        top: 44px;
        flex-direction: column;
        border: 1px solid #ABCAE9;
        border-radius: 8px;
        overflow: hidden;
        transform-origin: 0 0;
        width: 100%;
        padding: 0;
        margin: 0;
        z-index: 1;
        background: #fff;
    }

    .certificate-tags .certificate-tag {
        padding: 6px 12px;
        margin: 0;
        justify-content: space-between;
        min-height: 44px;
        border: none;
        border-top: 1px solid #ABCAE9;
        border-radius: unset;
        width: 100%;
        text-transform: none;
    }
}
/* End */
/* /local/components/custom/manual/templates/.default/style.css?175569273012016 */
