

/* Start:/local/components/kabrita/school.mom/templates/.default/style.css?172528477913433*/
.video__container {
    width: 322px;
    height: 401px;
    border-radius: 16px;
    border: 1px solid transparent;
    background: #eef3f8;
    position: relative;
    transition: all 0.7s ease-in;
}

.video__container__top {
    background-size: contain;
}


.video__container_hover {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgb(255, 255, 255);
    border-radius: 14px;
    padding: 10px;
    border: 1px solid #CFE5F8;
}

.video__container_hover p {
    font-family: 'Cocon';
    font-size: 26px;
    color: #87C6E9;
}

.video__container_hover ol {
    color: #102D69;
    font-size: 14px;
    font-family: 'Century Gothic', 'san';
    font-weight: 500;
    counter-reset: myCounter;
    position: relative;
}

.video__container_hover li {
    list-style: none;
    line-height: 16px;
    margin: 11px 0px;
}
  
.video__container_hover li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #102D69;
    background: #CFE4F7;
    display: inline-block;
    text-align: center;
    line-height: normal;
    height: 23px;
    width: 23px;
    margin: 0 10px 0 0;
    padding: 2px 0px;
    border-radius: 14px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 3%;
    font-weight: 600;
    font-size: 13px;
}

  .section__video__row {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 401px;
    flex-wrap: wrap;
    /* margin-bottom: 37px; */
}

  .video__container__top {
    width: 100%;
    height: 200px;
    min-height: 200px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.video__container__top:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: url('/local/components/kabrita/school.mom/templates/.default/img/play.png') center rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    transition: all 0.43s ease;
    cursor: pointer;
    pointer-events: all;
}

.video__container__top:hover:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('/local/components/kabrita/school.mom/templates/.default/img/play.png') center rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    pointer-events: all;
}

.video__container__top.blured-cont-top:before {
    top: 3%;
    height: 60px;
    content: 'СКОРО НОВОЕ ВИДЕО';
    position: absolute;
    font-size: 14px;
    opacity: 0;
    z-index: 100;
    font-weight: 400;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.23s ease;
    -webkit-transition: all 0.26s 0.13s ease-in-out;
    transition: all 0.26s 0.13s ease-in-out;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    color: transparent;
    background: rgba(255, 255, 255, 0.6);
    width: 80%;
    padding: 15px;
    border-radius: 27px;
    cursor: default;
    white-space: nowrap;
}

.video__container__top.blured-cont-top:before {
    top: 0;
    height: 60px;
    content: 'СКОРО НОВОЕ ВИДЕО';
    color: #102D69;
    position: absolute;
    font-size: 14px;
    opacity: 1;
    /*z-index: 100;*/
    font-weight: 400;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.7);
    width: 80%;
    padding: 15px;
    border-radius: 27px;
    cursor: default;
    white-space: nowrap;
}

.container_img {
    overflow: hidden;
}

.video__container__top img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.video__container__top.blured-cont-top .container_img {
    overflow: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.video__container__top.blured-cont-top .container_img img{
    background: rgba(101, 101, 106, 0.76);
    background-blend-mode: multiply;
    backdrop-filter: blur(6px);
            filter: blur(6px);
    -webkit-filter: blur(6px);
       -moz-filter: blur(6px);
         -o-filter: blur(6px);
        -ms-filter: blur(6px);
}

.video__container__bottom {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 201px;
    padding: 23px;
}

.video__container__bottom__row1 {
    display: block;
    text-align: left;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    color: #102D69;
    font-family: Cocon;
    font-weight: 400;
    cursor: default;
}

.video__container__bottom__row2 {
    display: block;
    text-align: left;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #102D69;
    cursor: default;
}

.video__container__bottom__row2:before {
    background: url('/local/components/kabrita/school.mom/templates/.default/img/user.png');
    width: 32px;
    height: 32px;
    min-width: 32px;
    position: relative;
    margin-right: 10px;
    float: left;
    content: '';
    display: none;
}

.video__container__bottom__row2 span {
    font-weight: 600;
    opacity: 0.8;
}

.intro-date {
    color: #102D69;
    position: absolute;
    top: 102px;
    right: 0;
    left: 0;
    font-size: 13px;
    opacity: 0.8;
    text-align: center;
    width: 100%;
    letter-spacing: 0.2px;
    cursor: default;
    z-index: 200;
}

.lazy:not(._no-animate) {
    opacity: 0;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s
}

.lazy:not(._no-animate).loaded {
    opacity: 1
}

.btn-hide-contact:hover {
    opacity: 0.7;
}

@media (min-width: 769px) {

    .btn-hide-contact {
        position: absolute;
        padding: 0;
        -webkit-transition: all 0.13s ease;
        -o-transition: all 0.13s ease;
        -moz-transition: all 0.13s ease;
        transition: all 0.13s ease;
        background: url('/local/components/kabrita/school.mom/templates/.default/img/close.png');
        height: 48px;
        width: 48px;
        cursor: pointer;
        right: -48px;
        top: -48px;
    }

/* .author__bottom_frame .video__container__bottom__row1 {
    display: block;
    text-align: left;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    color: #102D69;
}

.author__bottom_frame .video__container__bottom__row2 {
    display: block;
    text-align: left;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #102D69;
} */
}

@media (max-width: 768px) {

    h3.h3__school {
        position: relative;
        bottom: 15px;
        padding: 0 23px;
        margin-top: 23px;
    }

    .wrap-contact100 {
        background: #fff;
        border-radius: 2px;
        position: relative;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: #F2F9FF;
        width: 432px;
        height: 307px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
        z-index: 1000005 !important;
    }

    .btn-hide-contact {
        position: absolute;
        padding: 0;
        -webkit-transition: all 0.13s ease;
        -o-transition: all 0.13s ease;
        -moz-transition: all 0.13s ease;
        transition: all 0.13s ease;
        background: url('/local/components/kabrita/school.mom/templates/.default/img/close.png');
        height: 48px;
        width: 48px;
        cursor: pointer;
        right: -48px;
        top: -48px;
    }

    .author__bottom_frame {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        height: 63px;
        padding: 5px 10px 0 10px;
        width: 100%;
    }

    .author__bottom_frame .video__container__bottom__row1 {
        display: block;
        text-align: left;
        text-align: left;
        font-size: 17px;
        font-weight: 600;
        line-height: 24px;
        color: #102D69;
    }

    .author__bottom_frame .video__container__bottom__row2 {
        display: block;
        text-align: left;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        color: #102D69;
        width: calc(100% - 177px);
    }
}

@media (max-width: 590px) {
    .wrap-contact100 {
        background: #fff;
        border-radius: 2px;
        position: relative;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: #F2F9FF;
        width: 97%;
        /* height: 79%; */
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
        z-index: 1000005 !important;
    }

    .btn-hide-contact {
        position: absolute;
        padding: 0;
        -webkit-transition: all 0.13s ease;
        -o-transition: all 0.13s ease;
        -moz-transition: all 0.13s ease;
        transition: all 0.13s ease;
        background: url('/local/components/kabrita/school.mom/templates/.default/img/close.png');
        height: 48px;
        width: 48px;
        cursor: pointer;
        top: -60px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .author__bottom_frame {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        height: auto;
        padding: 10px 10px 0 10px;
        width: 100%;
    }

    span.auth-about {
        display: none;
    }
}

@media (min-width: 993px) {

    .toggle-button {
        position: relative;
        bottom: 32px;
        cursor: pointer;
        border-bottom: 2px dashed;
        color: #102D69;
        font-size: 19px;
        display: none;
    }

    .section__video__row {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        min-height: 401px;
        flex-wrap: wrap;
        margin-bottom: 37px;
    }

    .video__container {
        width: 322px;
        height: 401px;
        border-radius: 16px;
        border: 1px solid transparent;
        background: #eef3f8;
        position: relative;
        margin: 0;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    .video__container_blured-spacer-pre {
        width: 322px;
        height: 401px;
        border-radius: 16px;
        border: 5px solid transparent;
        background: transparent;
        position: relative;
        margin: 0;
        background: url(/local/components/kabrita/school.mom/templates/.default/img/round300.png);
        background-size: 322px 401px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .video__container_blured-spacer-basic {
        width: 322px;
        height: 401px;
        border-radius: 16px;
        border: 5px solid transparent;
        background: transparent;
        position: relative;
        margin: 0;
        background: url(/local/components/kabrita/school.mom/templates/.default/img/round301.png);
        background-size: 322px 401px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .video__container_blured-spacer {
        width: 322px;
        height: 401px;
        border-radius: 16px;
        border: 5px solid transparent;
        background: transparent;
        position: relative;
        margin: 0;
    }

    .video-hidden {
        opacity: 1;
        min-height: inherit;
        height: inherit;
    }

}

@media (max-width: 992px) {

    .toggle-button {
        position: relative;
        bottom: 32px;
        cursor: pointer;
        border-bottom: 2px dashed;
        color: #102D69;
        font-size: 19px;
        margin-top: 37px;
    }

    .video-hidden {
        opacity: 0;
        min-height: 0;
        height: 0;
        margin: 0;
    }

    .video__container {
        width: 322px;
        height: 401px;
        border-radius: 16px;
        border: 1px solid transparent;
        background: #eef3f8;
        position: relative;
        margin: 23px;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }   
    
        .video__container_blured-spacer {
        width: 322px;
        height: 401px;
        border-radius: 16px;
        border: 5px solid transparent;
        background: transparent;
        position: relative;
        margin: 23px;
        display: none;
    }

    .video__container_blured-spacer-pre {
        width: 322px;
        height: 401px;
        border-radius: 16px;
        border: 5px solid transparent;
        background: transparent;
        position: relative;
        margin: 23px;
        background: url(/local/components/kabrita/school.mom/templates/.default/img/round300.png);
        background-size: 322px 401px;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .video__container_blured-spacer-basic {
        width: 322px;
        height: 401px;
        border-radius: 16px;
        border: 5px solid transparent;
        background: transparent;
        position: relative;
        margin: 23px;
        background: url(/local/components/kabrita/school.mom/templates/.default/img/round301.png);
        background-size: 322px 401px;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

}
/* End */
/* /local/components/kabrita/school.mom/templates/.default/style.css?172528477913433 */
