/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.01.2019, 10:30:12
    Author     : nikolay
*/


/*Фильтр*/
.filter_develope {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}

/*#e12325*/


.development_video .video_wrapper:last-child {
    margin-bottom: 100px;
}

/*Обёртка для видео (для моб.версии лучше этот код) */
.video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*Галерея*/


.gallery_page {
    margin: 0 0 0;
    justify-content: space-between;
}

.gallery_item_wrap:first-child {
    width: 100%;
}

.gallery_item_wrap {
    width: 48.206%;
    margin-left: 0;
}

.gallery_item_wrap:hover {
    opacity: 1;
}
