

.wrap {
    display: block;
    max-width: 1131px;
    margin-left: auto;
    margin-right: auto;
}
.big-wrap {
    display: block;
    max-width: 1522px;
    margin-left: auto;
    margin-right: auto;

    padding-left: 20px;
    padding-right: 20px;
}

.iframe-wrap {
    width: 100%;
    height: 0;
    padding-top: 56%;

    position: relative;
}

.iframe-wrap iframe {
    height: 100%;
    width: 100%;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.search-open main {
    position: absolute;
}

#gallery-1 img {
    display: block;
    width: 100%;
    height: auto;
}