.videoinstructions__list * {
    box-sizing: border-box;
}

.videoinstructions__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.videoinstructions__list {
    display: inline-block;
    vertical-align: top;
    /*font-size: 1rem;*/
    overflow: hidden;
    font-size: 0;
    width: 100%;
    /*padding: 0 3rem;*/
    padding: 0;
}

.videoinstructions-card {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
}

.videoinstructions-card {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    overflow: hidden;
    float: left;
    width: 60%;
    height: 375px;
    padding: 0.5rem;
}

.videoinstructions-card:not(:first-child) {
    float: right;
    height: 125px;
    padding-right: 0;
    width: 40%;
}

.videoinstructions-card:first-child {
    padding-left: 0;
}

.videoinstructions-card__box {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-width: 350px;
    background-color: #fdfdfd;
    -webkit-box-shadow: 1px 1px 4px 1px #d6d6d6;
    box-shadow: 1px 1px 4px 1px #d6d6d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.videoinstructions-card__box {
    max-width: none;
    cursor: pointer;
}

.videoinstructions-card__box:hover,
.videoinstructions-card__box:active {
    text-transform: none;
    text-decoration: none;
}

.videoinstructions-card:not(:first-child) .videoinstructions-card__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
}

.videoinstructions-card__image {
    height: 200px;
    position: relative;
}

.videoinstructions-card__image {
    width: 100%;
    height: 303px;
}

.videoinstructions-card:not(:first-child) .videoinstructions-card__image {
    width: 155px;
    min-width: 155px;
    height: 100%;
}

.videoinstructions-card__image img {
    width: 100%;
    height: 100%;
}

.videoinstructions-card:not(:first-child) .videoinstructions-card__image div {
    width: 44px;
    height: 32px;
    background-size: 44px auto;
    margin-top: -17px;
    margin-left: -22px;
}

.videoinstructions-card__image div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -42px;
    width: 84px;
    height: 60px;
    background-image: url('/img/youtube-play.png');
    background-repeat: no-repeat;
    background-size: 84px auto;
    opacity: 0.8;
}

.videoinstructions-card__box:hover .videoinstructions-card__image div {
    background-position-y: -60px;
    opacity: 1;
}

.videoinstructions-card:not(:first-child) .videoinstructions-card__box:hover .videoinstructions-card__image div {
    background-position-y: -32px;
    /*opacity: 1;*/
}

.videoinstructions-card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 54px;
    text-align: center;
    padding: 0.5rem 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.videoinstructions-card__text {
    margin: 0;
    padding: 0;
    line-height: inherit;
    text-align: center;
    color: #000;
}

#videoinstructions * {
    box-sizing: border-box;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
}


#videoinstructions {
    flex: none;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    /*margin-top: 50px;*/
    position: relative;
    /*background-color: #e6e6e6;*/
    /*padding: 15px;*/
}


#videoinstructions .videoinstructions_owl {
    width: 59%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0px 0px 4px 3px #d6d6d6;*/
    height: 384px;
    position: relative;

}

#videoinstructions .videoinstructions_prevju {
    width: calc(41% - 15px);
    position: relative;
    overflow: hidden;
    margin-left: 15px;
}

#videoinstructions .videoinstructions_owl .colorbox-load-msk {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: #000;
}

#videoinstructions .videoinstructions_owl_img {
    width: 100%;
    position: relative;
    /*height: 329px;*/
    height: calc(100% - 55px);

}

#videoinstructions .videoinstructions_owl_img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: fill;
}

#videoinstructions .videoinstructions_owl_button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -42px;
    width: 84px;
    height: 60px;
    background-image: url(/images/youtube-play.png);
    background-repeat: no-repeat;
    background-size: 84px auto;
    opacity: 0.8;
}

#videoinstructions .videoinstructions_owl:hover .videoinstructions_owl_button {
    opacity: 1;
    background-position-y: -60px;
}

#videoinstructions .videoinstructions_owl_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #dadad6;
}


#videoinstructions .videoinstructions_owl_text p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5rem;
    padding: 0;
    height: 55px;
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    margin: 0;
    padding: 0.5rem;
}

#videoinstructions .videoinstructions_owl_text p {
    text-decoration: none;
}

#videoinstructions .videoinstructions_prevju_list {
    /* top: 30px; */
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    transition: margin 0.7s ease 0s;
    background-color: rgb(0,0,0,0.1);

}

#videoinstructions .videoinstructions_prevju_list * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#videoinstructions .videoinstructions_prevju_button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 32px;
    background-size: 44px auto;
    margin-top: -16px;
    margin-left: -22px;
    background-image: url(/images/youtube-play.png);
    background-repeat: no-repeat;
    opacity: 0.8;
}

#videoinstructions .colorbox-load-msk:hover .videoinstructions_prevju_button {
    opacity: 1;
    background-position-y: -32px;
}

#videoinstructions .videoinstructions_prevju_list_cell {
    width: 100%;
    list-style: none;
    /*margin-bottom: 15px;*/
    /*box-shadow: 0px 0px 4px 3px #d6d6d6;*/
    outline: none;
    height: 100.0px;
    margin: 0;
    background-color: #f3f3f3;
    margin-bottom: 1px;
    transition: background-color 0.7s ease 0s;

}

#videoinstructions .videoinstructions_prevju_list_cell .img_pre{
    opacity: 1;
    display: block;
}

#videoinstructions .videoinstructions_prevju_list_cell .img_gif{
    opacity: 0;
    display: none;
    
}
#videoinstructions .videoinstructions_prevju_list_cell:hover .img_pre{
    opacity: 0;
    display: none;
}

#videoinstructions .videoinstructions_prevju_list_cell:hover .img_gif{
    opacity: 1;
    display: block;
    
}

#videoinstructions .videoinstructions_prevju_list_cell:hover {
    background-color: #d1d1d1;

}

#videoinstructions .videoinstructions_prevju_list_cell.activ_el {
    background-color: #dadad6;
}




#videoinstructions .videoinstructions_prevju_list_cell .colorbox-load-msk {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    text-decoration: none;
    color: #000;
    height: 100%;
}

#videoinstructions .videoinstructions_prevju_list_cell_img {
    position: relative;
    width: 28%;
    height: calc(100% - 15px);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#videoinstructions .videoinstructions_prevju_list_cell_img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

#videoinstructions .videoinstructions_prevju_list_cell_text {
    width: 72%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#videoinstructions .videoinstructions_prevju_list_cell_text p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
    width: 100%;
    text-align: center;
    height: 100%;
}

#videoinstructions .up_arrow_next {
    display: none;
    position: absolute;
    left: 50%;
    top: -2px;
    width: 15px;
    height: 35px;
    cursor: pointer;
    margin-left: -7.5px;
    transform: rotate(90deg) translateX(-7px);
    z-index: 9;
    opacity: 0.4;
}

#videoinstructions .down_arrow_next {
    display: none;
    left: 50%;
    bottom: -1px;
    width: 15px;
    height: 35px;
    cursor: pointer;
    margin-left: -7.5px;
    bottom: -1;
    transform: rotate(90deg) translateX(7px);
    position: absolute;
    z-index: 9;
    opacity: 0.4;
}

#videoinstructions .down_arrow_next:hover {
  opacity: 0.7;
}

#videoinstructions .up_arrow_next:hover {
  opacity: 0.7;
}

#videoinstructions .down_arrow_next:before {
    right: 30%;
    top: 0;
    transform: skew(30deg,0deg);
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #000;
}

#videoinstructions .down_arrow_next:after {
    right: 30%;
    top: 50%;
    transform: skew(-30deg,0deg);
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #000;
}


#videoinstructions .up_arrow_next:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(150deg,0deg);
    -ms-transform: skew(150deg,0deg);
    transform: skew(150deg,0deg);
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #000;
}

#videoinstructions .up_arrow_next:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-150deg,0deg);
    -ms-transform: skew(-150deg,0deg);
    transform: skew(-150deg,0deg);
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #000;
}

.videoinstructions_iframe {
    width: 100%;
    height: 100%;
}

#videoinstructions .videoinstructions_prevju .up_arrow_next {
	display: none;
}

#videoinstructions .videoinstructions_download {
    position: absolute;
    bottom: 65px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    background-color: rgb(0,0,0,0.6);
    padding-right: 10px;
    color: rgb(255,255,255,0.6);
    box-sizing: border-box;
    font-size: 0.9rem;
    text-decoration: none;
    transition: margin 0.7s ease 0s;
}

#videoinstructions .videoinstructions_download:before {
    content: "\f019";
    color: rgb(255,255,255,0.6);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    transition: margin 0.7s ease 0s;
}

#videoinstructions .videoinstructions_download:hover {
    background-color: rgb(0,0,0,0.9);
    color: rgb(255,255,255,0.9);
}

#videoinstructions .videoinstructions_download:hover:before {
    color: rgb(255,255,255,0.9);
}


@media (max-width: 924px) {
#videoinstructions{display: none}
}

