.video-gallery-item {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: top;
    box-shadow: 0 0 5px #ddd;
    text-align: center;
    border-radius: 3px;
}
.video-gallery-item-wrap {
    position: relative;
    overflow: hidden;
}

.video-gallery-item-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.video-gallery-item-duration {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 8px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
}
.video-gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    z-index: 1;
}
.video-gallery-item-btn {
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.video-gallery-item-btn.video-show {
    opacity: 1;
}
.video-gallery-item-btn>:first-child {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.video-icon {
    box-shadow: 0 0 0 4px #3862b2;
    background: #3862b2;
    -webkit-transition: color .3s;
    transition: color .3s;
    position: relative;
    width: 60px;
    height: 46px;
    margin: 15px 3px;
    border-radius: 32%;
    text-align: center;
    font-size: 22px;
    opacity: .8;
    -webkit-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    line-height: 47px;
    color: #fff;
}
.video-icon:hover{
	background:transparent;
}
.video-gallery-item-caption {
    position: absolute;
    display: table;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    max-height: 10%;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 2;
}
.video-gallery-item-caption span {
    display: table-cell;
    padding: 5px 10px;
    text-align: left;
}
.main__select_options{
  background: url(../img/products_fon_options.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin:0;
  border-bottom: 2px solid #000;
}
.contacts{
  overflow: hidden;
}
.contacts__map {
  margin-right: 0;
}