

/* Start:/local/templates/is_digital/old/css/pages.css?17576476652497*/
.content_grey{
    background-color: #F5F7F9;
    padding: 31px 50px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
}
.content_grey h1{
    background: url("/local/templates/is_digital/old/css/../img/ico/line_404.svg") 0 0 no-repeat;
    font-family: 'Cormorant', serif;
    font-weight: bold;
    font-size: 3.438rem;
    line-height: 120%;
    color: #222222;
    margin: 59px 0 0 0;
    padding: 30px 0 0 0;
}
.intro_text{
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 200%;
    color: #000000;
    max-width: 580px;
}
.content_grey .note_grey{
    margin: 80px 0 69px 0;
}
.content_white{
    padding: 26px 50px 0 50px;
}


.txt_block p{
    padding-bottom: 40px;
    font-weight: 100;
    font-size: 0.875rem;
    line-height: 186%;
    color: #000000;
}
.txt_block h2, .txt_block .h2{
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 200%;
    color: #000000;
    padding-bottom: 21px;
}
.txt_block li{
    padding-bottom: 19px;
    font-weight: 100;
    font-size: 0.875rem;
    line-height: 140%;
    color: #000000;
    list-style-image: url('/local/templates/is_digital/old/css/../img/ico/txt_li.svg');
    margin-left: 15px;
    padding-left: 6px;
}
.txt_block li li:nth-of-type(1){
    padding-top: 19px;
}
.txt_block li li:nth-last-of-type(1){
    padding-bottom: 0;
}
.txt_block q, .txt_block blockquote{
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 120%;
    color: #000000;
    background-color: #F5F7F9;
    padding: 45px 30px;
    box-sizing: border-box;
    display: block;
    background-image: url("/local/templates/is_digital/old/css/../img/ico/personal_q.svg");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    margin-bottom: 43px;
}
.txt_block h3, .txt_block .h3{
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 162%;
    color: #000000;
    padding-bottom: 25px;
}
.txt_block h4, .txt_block .h4{
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 186%;
    color: #000000;
    padding-bottom: 25px;
}

@media (max-width: 1200px){

}
@media (max-width:480px) {
    .content_grey {
        padding: 31px 15px;
    }

    .content_grey h1, .content_grey .h1 {
        font-size: 2rem;
        margin: 30px 0 0 0;
        padding: 10px 0 0 0;
    }

    .doc_filter > form {
        padding: 0 0 0 15px;
    }

    .content_white {
        padding: 45px 15px 0 15px;
    }

    .main_ttl {
        font-size: 2rem;
    }
}
/* End */


/* Start:/local/templates/is_digital/old/css/video.css?17573188533656*/
.content_grey{
    background-color: #F2F3F5;
    padding: 31px 0 31px 50px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: auto;
}
.head_video h1{
    background: url("/local/templates/is_digital/old/css/../img/ico/line_404.svg") 0 0 no-repeat;
    font-family: 'Cormorant', serif;
    font-weight: bold;
    font-size: 4rem;
    line-height: 120%;
    color: #222222;
    margin: 59px 0 0 0;
    padding: 30px 0 0 0;
}
.head_video{
    background-image: url("/local/templates/is_digital/old/css/../img/ico/video_bg-min.jpg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    height: 296px;
    box-sizing: border-box;
}
.content_white{
    padding: 59px 50px 0 50px;
}


.filter{
    display: flex;
    margin: 0 -40px;
}
.filter > div{
    /*margin: 60px 80px 50px 0;*/
    flex: 0 1 calc(33.333% - 80px);
    margin: 0 40px 50px 40px;
}
.filter .name{
    font-weight: 300;
    font-size: 1rem;
    line-height: 120%;
    color: #000000;
    margin-bottom: 12px;
}


.select_box {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-image: url("/local/templates/is_digital/old/css/../img/ico/select_arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 17px) 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #F5F7F9;
}

.select_box select {
    background: transparent;
    -webkit-appearance: none;
    width: 350px;
    border: 0;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;

    padding: 15px 0 14px 17px;
}

.video_list{
    display: flex;
    margin: 0 -40px;
    flex-wrap: wrap;
}
.video_list > div{
    flex: 0 1 calc(33.333% - 80px);
    margin: 0 40px 50px 40px;

}
.video_list .video{
    position: relative;
    cursor: pointer;



    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000;

}


.video_list .video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_list .video img{
    filter: brightness(0.6);

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.video_list .video iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.video_list .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-image: url("/local/templates/is_digital/old/css/../img/ico/play_video.svg");
}
.video_list .name{
    padding: 30px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 200%;
    color: #000000;
}

@media (max-width:1500px){
    .video_list{
        margin: 0 -30px;
    }
    .video_list > div{
        flex: 0 1 calc(33.333% - 30px);
        margin: 0 15px 45px 15px;
    }
    .video_list .name {
        padding: 25px 0 0 0;
    }
}
@media (max-width:1250px){

    .video_list > div{
        flex: 0 1 calc(50% - 30px);
    }
    .filter > div {
        flex: 0 0 250px;
    }
    .filter > div:nth-last-of-type(1) {
        display: none;
    }
}
@media (max-width:980px){

    .filter > div {
        flex: 0 0 calc(50% - 80px);
    }

}
@media (max-width:600px){

    .content_white {
        padding: 47px 20px 0 20px;
    }
    .filter {
        flex-wrap: wrap;
        margin: 0;
    }
    .filter > div {
        flex: 0 0 100%;
        margin: 0 0 25px 0;
    }
    .video_list {
        margin: 15px 0 40px 0;
    }
    .video_list > div {
        flex: 0 1 100%;
    }
}
/* End */
/* /local/templates/is_digital/old/css/pages.css?17576476652497 */
/* /local/templates/is_digital/old/css/video.css?17573188533656 */
