

/* Start:/css/news-sub.css?16462914492282*/
.news-sub {
    background-color: #0868C2;
    padding-top: 16px;
    padding-bottom: 24px;
}
.news-sub h2,
.news-sub .h2 {
    color: #fff;
}
.news-sub h2 + .text-tiny,
.news-sub .h2 + .text-tiny {
    margin-bottom: 12px;
}
.news-sub__form {
    position: relative;
}
.news-sub input {
    background-color: #1B7CD7;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 126px 12px 16px;
    color: #fff;
    height: 44px;
}
.news-sub input[type="email"]::placeholder {
    color: #fff;
    opacity: 1;
}
.news-sub input[type="email"]::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.news-sub input[type="email"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.news-sub input[type="email"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.news-sub input[type="email"]:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.news-sub input[type="email"]:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.news-sub button {
    position: absolute;
    right: 0;
    top: 0;
}
@media (min-width: 768px) {
    .news-sub__grid {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr 344px;
        -ms-grid-columns: 1fr 344px;
        align-items: center;
    }
    .news-sub h2,
    .news-sub .h2 {
        margin-bottom: 0;
    }
    .news-sub {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .news-sub h2 + .text-tiny,
    .news-sub .h2 + .text-tiny {
        margin-bottom: 0;
    }
}
@media (min-width: 996px) {
    .news-sub__grid {
        grid-template-columns: 1fr 456px;
        -ms-grid-columns: 1fr 456px;
        align-items: center;
    }
    .news-sub__grid > * {
        display: block;
        -ms-grid-row-align: center;
    }
    .news-sub__grid > *:nth-child(1) {
        -ms-grid-column: 1;
    }
    .news-sub__grid > *:nth-child(2) {
        -ms-grid-column: 2;
    }
}
@media (min-width: 1260px) {
    .news-sub__grid {
        grid-template-columns: 1fr 647px;
        -ms-grid-columns: 1fr 647px;
    }
}

.news_section {text-align:center; color:black; padding:10px 0px;}
/* End */


/* Start:/css/library.css?16462914499986*/
.library-btns{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 212px 212px 1fr 212px 44px 44px 173px;
    -ms-grid-columns: 212px 16px 212px 16px 1fr 16px 212px 16px 44px 16px 44px 16px 173px;
    grid-gap: 16px;
    margin-top: -44px;
}
.library-btns > * {
    display: block;
    -ms-grid-row-align: start;
}
.library-btns > *:nth-child(1) {
    -ms-grid-column: 1;
}
.library-btns > *:nth-child(2) {
    -ms-grid-column: 3;
}
.library-btns > *:nth-child(3) {
    -ms-grid-column: 5;
}
.library-btns > *:nth-child(4) {
    -ms-grid-column: 7;
}
.library-btns > *:nth-child(5) {
    -ms-grid-column: 9;
}
.library-btns > *:nth-child(6) {
    -ms-grid-column: 11;
}
.library-btns > *:nth-child(7) {
    -ms-grid-column: 13;
}
.library-top{
    background-color: #fff;
    border: solid 1px #E8EAEC;
    border-radius: 4px;
    display: flex;
    margin-top: 24px;
}
.library-top--target{
    background: transparent;
    border: none;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
}
.library-top--target .library-left{
    width: 60%;
    border: 0;
}
.library-top--target .library-right{
    width: 40%;
}
.library-right,
.library-left{
    display: inline-block;
    vertical-align: top;
    padding: 24px 24px;
    width: 50.8%;
}
.library-left{
    width: 49.2%;
    border-right: solid 1px #E8EAEC;
}
.library-right.block{
    margin: 0;
}
.library-right form{

}
.library-right__item{
    padding-left: 223px;
    position: relative;
    margin-bottom: 22px;
    max-width: 536px;
}
.library-right__item-title{
    width: calc(100% - 248px);
    max-width: 168px;
    position: absolute;
    left: 0;
    top: 0;
}
.library-right__item label span{
    display: inline-block;
    vertical-align: top;
}
.library-right__item .label-block{
    display: block;
    margin: 0 0 16px;
}
.library-right__item .label-block span {
    width: calc(100% - 26px);
}
.library-right__item .label-block span span{
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #788290;
}
.library-right__btn{
    width: 100%;
}
.library-right label + label{
    margin-left: 16px;
}
.library-right__bot{
    background: rgba(8, 104, 194, 0.05);
    border-radius: 4px;
    padding: 24px;
    color: #1E2F46;
}
.library-right__bot .library-right__item{
    padding-left: 200px;
}
.library-right__bot .library-right__item .btn{
    width: 100%;
}
.library-right__bot .library-right__item span{
    display: block;
    margin-bottom: 4px;
}
.library-right__bot .price{
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #1E2F46;
}
.library-right .write-btn{
    width: 116px;
}
.library-descr{
    background-color: #fff;
    border: solid 1px #E8EAEC;
    border-radius: 4px;
    padding: 15px 24px 15px;
    margin: 24px 0;
}
.library-descr__items{
    margin-top: 14px;
   /* padding-top: 20px;*/
    border-top: solid 1px #E8EAEC;
}
.library-descr__info{
    max-width: 842px;
}
.library-descr__info h3{
    margin-top: 13px;
}
.library-descr__info h3:first-child{
    margin-top: 0;
}
.library-descr__info p{
    margin: 11px 0;
}
.library-descr__info h3 + p{
    margin-top: 8px;
}
.library-descr__show-more{
    margin-top: -11px;
    display: inline-block;
    vertical-align: top;
}
.library-img{
    position: relative;
    padding-top: 55.037%;
    margin-bottom: 16px;
}
.library-img img{
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.library-img__preview{
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    margin-right: 12px;
    padding: 4px;
    border: 1px solid #DADADA;
    margin-bottom: 12px;
    position: relative;
}
.library-img__preview span{
    display: block;
    background: no-repeat center;
    background-size: cover;
    height: 100%;
}
.library-img__preview img{
    display: block;
    max-width: 42px;
    max-height: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.body--library .container *{
    box-sizing: border-box;
}
.body--library .breadcrumbs{
    margin-top: 40px;
}
.popup-contactUs{
    background-color: #ffffff;
    max-width: 647px;
    border: 1px solid #E8EAEC;
    border-radius: 4px;
    padding: 24px;
}
.popup-contactUs .btn{
    margin-top: 24px;
}
.library-right__item-radio {
    margin-bottom: 16px;
}
.library-right__item-radio:last-child {
    margin-bottom: 0;
}
.library-right__quantity {
    margin-bottom: 16px;
}
.library-right__bot--light{
    background: #FFFFFF;
    border: 1px solid #E8EAEC;
}
.library-right__bot .library-right__item {
    margin-bottom: 16px;
}
.library-right__bot .library-right__item:last-child {
    margin-bottom: 0;
}
.span-with-icon svg {
    margin: 3px 5px 0 0;
    display: inline-block;
    vertical-align: top;
}
.library-right__bot--to-cart {
    padding: 24px 88px 24px 24px;
}
.library-descr--chars table {
    margin-top: 16px;
    margin-bottom: 10px;
}
.library-descr--chars table tr td {
    padding-bottom: 12px;
}
.library-descr--chars table tr:last-child td {
    padding-bottom: 0;
}
.library-descr--chars table tr td:first-child {
    padding-right: 24px;
}
.library-descr--chars table tr td:last-child {
    color: #1E2F46;
}
.library-left {
    position: relative;
}
.library-left > img {
    position: absolute;
    max-width: calc(100% - 48px);
    max-height: calc(100% - 48px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.library-img a:not(.active) {
    display: none;
}
.library-img__preview {
    transition: all .3s;
}
.library-img__preview.active {
    border-color: #0E5AA0;
}

.library-descr:not(.library-descr--chars) table p {
    margin: 0;
}
.library-descr:not(.library-descr--chars) table td {
    vertical-align: top;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
}
.library-descr:not(.library-descr--chars) table td:last-child {
    padding-right: 0;
}
.table-wrapper-outer {
    position: relative;
    overflow: hidden;
}
.table-wrapper {
    overflow-x: auto;
}
.table-wrapper-outer--with-fade:before,
.table-wrapper-outer--with-fade:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 20px 20px #eeeeee;
    z-index: 1;
}
.table-wrapper-outer--with-fade:after {
    left: auto;
    right: 0;
}
.table-wrapper-outer--with-fade:not(.table-wrapper-outer--in-scroll):before {
    display: none;
}
.table-wrapper-outer--with-fade.table-wrapper-outer--in-scroll:after {
    display: none;
}

.library-descr ul li:before {
    top: 10px;
}
.library-descr__info img {
    margin: 20px;
}

@media (max-width: 1260px){
    .library-right__item{
        padding: 0;
    }
    .library-right__bot .library-right__item {
        padding-left: 0;
    }
    .library-right__bot--to-cart {
        padding-right: 24px;
    }
    .library-right__item-title{
        width: 100%;
        position: static;
        margin-bottom: 16px;
    }
    .library-right__item .file{
        max-width: 280px;
    }
    .library-btns{
        /*margin: 0 0 24px;*/
        margin: 0 0 30px;
        /*grid-template-columns: 212px 1fr 1fr 212px 44px 44px 173px;*/
        grid-template-columns: 44px 44px 167px;
        -ms-grid-columns: 44px 16px 44px 16px 167px;
    }
    .library-btns > div:nth-child(1),
    .library-btns > div:nth-child(2),
    .library-btns > div:nth-child(3),
    .library-btns > div:nth-child(4) {
        display: none;
    }
    .library-btns > *:nth-child(5) {
        -ms-grid-column: 1;
    }
    .library-btns > *:nth-child(6) {
        -ms-grid-column: 3;
    }
    .library-btns > *:nth-child(7) {
        -ms-grid-column: 5;
    }
}
@media (max-width: 996px){
    .library-btns{
        /*grid-template-columns: 1fr 1fr 1fr 212px 44px 44px 173px;*/
        margin-bottom: 12px;
    }
    .library-top{
        display: block;
    }
    .library-right, .library-left{
        display: block;
        width: 95%;
        border: 0;
        padding: 16px;
    }
    .library-right__btn{
        width: 100%;
        margin: 0;
    }
    .library-left > img {
        position: static;
        transform: none;
    }
    .library-left--center-before-ipad {
        text-align: center;
    }
    .library-left--border-before-desktop {
        border-bottom: solid 1px #E8EAEC;
    }
    .library-right__bot .library-right__item {
        max-width: none;
    }
}
@media (max-width: 768px){
    .library-left{
        border-bottom: 1px solid #E8EAEC;
    }
    .library-right__item .btn-group .btn{
        padding: 12px;
    }
    .library-btns {
        /*grid-template-columns: 1fr 1fr 1fr 1fr 42px 42px 160px;*/
        /*grid-gap: 10px;*/
    }
    .body--library .breadcrumbs{
        margin-top: 16px;
    }
    .library-right__bot {
        padding: 16px;
    }
    .library-right__bot .price {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .library-right__bot .library-right__item-title {
        margin-bottom: 8px;
    }
    .span-with-icon svg {
        margin-top: 2px;
    }
    .library-right__bot .library-right__item span {
        margin-bottom: 8px;
    }
    .library-descr--chars table tr td:first-child {
        padding-right: 16px;
    }
    .library-descr--chars table,
    .library-descr--chars table tbody,
    .library-descr--chars table tr,
    .library-descr--chars table td {
        display: block;
    }
    .library-descr--chars table tr td:first-child {
        padding-right: 0;
        padding-bottom: 2px;
    }
    .library-descr__items {
        margin-top: 0;
    }
    .popup-contactUs {
        padding: 16px;
    }
    .popup-contactUs .fancybox-close-small {
        right: 14px;
    }
    .library-descr__info img {
        margin: 15px 0;
        width: 100%;
    }
}

/* End */


/* Start:/css/anchor.css?1646291449441*/
.anchor-list a{
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #0868C2;
    padding-bottom: 3px;
    border-bottom: 1px dashed #0868C2;
    margin-right: 24px;
}
@media (max-width: 768px){

    .anchor-list a{
        font-size: 14px;
        line-height: 20px;
        margin-right: 16px;
        margin-bottom: 16px;
    }
}
.nodotted a{ border-bottom:0px;}
/* End */


/* Start:/css/file.css?1646291449232*/
.file{
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 40px;
    margin-bottom: 14px;
    color: #1E2F46;
    min-height: 36px;
}
.file img{
    position: absolute;
    top: 0;
    left: -4px;
}
/* End */


/* Start:/css/about.css?16462914491435*/
.body--about{
    background: #FAFBFD;
}
.about *{
    box-sizing: border-box;
}
.body--about h1{
    max-width: 872px;
}
.body--about .media {
    overflow: hidden;
}
.about{
    background: #FFFFFF;
    border: 1px solid #E8EAEC;
    border-radius: 4px;
    margin: 24px 0 80px;
}
.about-top{
    margin-bottom: 24px;
}
.about-top img{
    display: block;
    max-width: 100%;
}
.about .team,
.about-content{
    max-width: 905px;
    padding: 24px;
}
.about .anchor-list{
    padding: 0 24px;
}
.about .tab-list{
    margin: 8px 0 -30px;
    padding-bottom: 54px;
}
.about ol{
    padding-left: 20px;
    color: #1E2F46;
    font-weight: 600;
}
.about ol p{
    color: #536072;
    font-weight: normal;
}
.about ol li{
    padding-left: 0;
    margin-bottom: 24px;
}
.about ol li:last-child{
    margin-bottom: 0;
}
.about ol li:before{
    display: none;
}
.about ol li img{
    display: block;
    margin-top: 16px;
    max-width: 397px;
    width: 100%;
}
.about-content .tab-list.tab-list--small [data-js-block-list-link]{
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 1260px) {
    .body--about .media .owl-nav.disabled {
        display: block;
    }
}
@media (max-width: 768px){
    .about{
        margin-bottom: 40px;
    }
    .about-top{
        margin-bottom: 0;
    }
    .about-content{
        padding: 16px;
    }
    .about .anchor-list{
        margin: 16px 0 0;
        padding: 0 16px;
    }
}
/* End */


/* Start:/css/team.css?16462914491260*/
.team{
    margin: 12px 0 0;
    padding: 24px 0;
    border-top: 1px solid #E8EAEC;
    border-bottom: 1px solid #E8EAEC;
}
.team-title{
    margin-bottom: 24px;
}
.team-item{
    margin-bottom: 24px;
}
.team-item:last-child{
    margin-bottom: 0;
}
.team-item__img{
    display: inline-block;
    vertical-align: top;
    width: 176px;
    height: 176px;
    position: relative;
}
.team-item__img img{
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.team-item__info{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 176px);
    padding-left: 24px;
}
.team-item__name{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1E2F46;
    margin-bottom: 4px;
}
.team-item__position{
    color: #1E2F46;
    margin-bottom: 8px;
}
.team-item__text{
    display: block;
}
.team-item__link{
    display: inline-block;
    vertical-align: top;
    color: #0868C2;
}

@media (max-width: 768px){
    .team-item__img{
        width: 90px;
        height: 90px;
        margin-bottom: 16px;
    }
    .team-item__info{
        display: block;
        width: 100%;
        padding-left: 0;
    }
}
/* End */
/* /css/news-sub.css?16462914492282 */
/* /css/library.css?16462914499986 */
/* /css/anchor.css?1646291449441 */
/* /css/file.css?1646291449232 */
/* /css/about.css?16462914491435 */
/* /css/team.css?16462914491260 */
