.uc-geologica {
      font-family: "Geologica", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-variation-settings:
        "slnt" 0,
        "CRSV" 0,
        "SHRP" 0;
    }
    .uc-geologica .t-title {
    font-family: 'Geologica', sans-serif;
}
.uc-geologica .t-descr {
    font-family: 'Geologica', sans-serif;
}
.uc-geologica .t-text {
    font-family: 'Geologica', sans-serif;
}
.uc-news .t-title {
    font-family: 'Geologica', sans-serif;
    font-size: 3.7vw !important;
}
.uc-news .t-descr {
    font-family: 'Geologica', sans-serif;
    font-size: 2vw !important;
}
.text-shadow .t-descr{
    text-shadow: 2PX 2PX 2PX RGBA(0,0,0,.5);
}
.video-text {
    display: flex;
    align-items: center;
    font-family: "Geologica", Sans-Serif;
}
    .video-text__video {
    /* height: 400px; */
    overflow: hidden;
    width: 50vw;
    padding-top: 50vw;
    max-width: 100%;
    position: relative;
    /* box-sizing: border-box; */
    /* display: block; */
}
.video-text__text {
    width: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vw;
    flex-grow: 0;
    box-sizing: border-box;
}
.video-text h3{
        font-size: 2vw;
    margin-bottom: 1.5vw;
}
.video-text p{
        font-size: 1vw;
    line-height: 1.5;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 400;
    color: #000000;
}
.video-text__video video {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
    box-sizing: border-box;
}
.video-text--right{
    flex-direction: row-reverse;
}
a.readmore{
    color: #001c3c !important;
    text-decoration: underline !important;
    display: inline-block;
    margin-top: 12px;
}
[class*="__blocktable"] {
    height: 50vw !important;
}
.t-popup__block-close {
    right: 20px;
    background: #fff;
}
@media screen and (max-width: 980px) {
    [class*="__blocktable"] {
        height: auto !important;
    }
        .t740__wrapper {
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
       -ms-flex-direction: column-reverse;
       flex-direction: column-reverse;
    }
        .t740__blocktable {
        height: 100vw !important;
    }
}
@media screen and (max-width: 560px){
    .video-text{
        flex-direction: column;
    }
    .video-text__video{
        width: 100%;
        padding-top: 100%;
    }
    .video-text__text{
        width: 100%;
    }
    .video-text h3{
         font-size: 24px;
    }
    .video-text p{
        font-size: 16px;
    }
    .uc-news .t-title {
    font-family: 'Geologica', sans-serif;
    font-size: 22px !important;
}
.uc-news .t-descr {
    font-family: 'Geologica', sans-serif;
    font-size: 16px !important;
}
}