/* open-sans-700 - latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('fonts/open-sans-v27-latin_cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v27-latin_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v27-latin_cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v27-latin_cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v27-latin_cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v27-latin_cyrillic-ext_cyrillic-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }  
.block-our-videos{
    background-color: #76D1C5;
    display: flex;
    flex-direction: column;
}
.block-our-videos-elemens{
    display: flex;
    flex-direction: row;
    width: fit-content;
    align-self: center;
}
.top-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-title img{
    padding-top: 60px;
}
.top-title p{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #3D3D3D;
    margin: 0;
    padding-top: 18px;
    padding-bottom: 12px;
}
.top-title h2{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 48px;
}
.video-elem{
    cursor: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video-elem .play{
    cursor:pointer;
}
.video-elem p{
    cursor:pointer;
}
.video-elem:nth-child(2){
    margin-right: 28px;
    margin-left: 28px;
}
.video-elem p{
    margin: 0;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 14px;
}
.video-elem iframe{
    width: 380px;
}
.video-elem{
    text-decoration: none;
    margin-bottom: 61px;
}
.video-elem img{
    
}
.video-elem .play{
    position: absolute !important;
    top: 25%;
    left: 50%;
    transform: translate(-50%,0%);
    width: 82px;
    height: 82px;
}
@media screen and (max-width:1200px){
    .block-our-videos-elemens{
        flex-direction: column;
    }
    .video-elem{
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .video-elem iframe{
        width: 480px;
        height: 295px;
    }
}
@media screen and (max-width:720px){
    .top-title h2{
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width:560px){
    .video-elem iframe{
        width: 320px;
        height: 227px;
    }
    .video-elem:nth-child(2){
        margin: 0;
    }
}
@media screen and (max-width:480px){
    .top-title h2{
        font-size: 24px;
        line-height: 36px;
    }
    .video-elem p{
        font-size: 16px;
        line-height: 24px;
    }
    .video-elem{
        width: 300px;
    }
    .video-elem img{
        width: 100%;
    }
}