.section-offer-description .offer-text:nth-child(odd) .text{
    order: 2;
}
.section-offer-description .offer-text:nth-child(odd) .media{
    order: 1;
}
.section-offer-description {
    overflow: hidden;
}
.section-offer-description img {
    width: 100%;
    max-width: none;
}
.section-offer-description .video-full video {
    width: 100%;
}
.section-offer-description .main-title-container {
    margin-bottom: 40px;
}

.section-offer-description .h5 {
    margin: 14px 0 20px 0;
}

@media all and (max-width: 992px) {
    .section-offer-description .offer-text:nth-child(odd) .text {
        order: 1;
    }
    .section-offer-description .offer-text:nth-child(odd) .media {
        order: 2;
    }
    .section-offer-description .offer-text .media {
        width: auto;
        margin-left: -30px;
        margin-right: -30px;
    }
    .section-offer-description .main-title-container {
        margin-bottom: 0;
    }
    .section-offer-description video::-webkit-media-controls {
        display: none !important;
        opacity: 0; 
      }
    .section-offer-description video::-webkit-media-controls-start-playback-button {
          display: none !important;
      }
}

.top__right {
    position: relative;
}
.top__right .top__lang  {
    position: absolute;
    bottom: calc(100% + 35px);
    right: 0;
    padding: 10px;
    border: none;
}