body,
#__next {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #fff;
}
* {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body {
    position: relative;
}


.PDFDocumentWrapper {
    overflow: hidden;
}
.PDFDocumentWrapper-width canvas {
    width: 100% !important;
    height: auto !important;
}
.PDFDocumentWrapper-height canvas {
    width: auto !important;
    height: 100vh !important;
    margin: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    

}
.container-fluid {
    max-width: 100%;
}
.presentationBlock {
    width: 602px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /* height: 0; */
    width: 100%;
}

.vjs-subs-caps-button {
    display: none;
  }

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.swal2-lg {
    width: 56em!important;
    padding: 0!important;
}
.swal2-lg .swal2-content {
    padding: 0;
}

.flexBlock {
    display: flex;
    justify-content: space-between;
}
.flexBlock__col {
    flex: 1;
}
.flexBlock__col-2 {
    flex: 2;
}
.flexBlock__col-3 {
    flex: 3;
}
.flexBlock__col-4 {
    flex: 4;
}
.flexBlock__col-5 {
    flex: 5;
}
.flexBlock__col:not(:last-child) {
    margin-right: 20px;
}

.bodyPage {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background: #FAFAFA;
    overflow: hidden;
}
.BodyHeader {
    width: 100%;
    background-color: #1c437e;
    display: none;
    align-items: center;
    padding: 10px 0px;
}
.BodyHeader .logoWrap .logo{
    max-height: 80px;
}
.BodyHeader .logoWrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.BodyHeader .logoWrap span{
    color: white;
    margin-left: 20px;
    font-size: clamp(16px, 2.7vw, 32px);
    display: none;
}

.bodyContent {
    flex: 1;
    margin: 0px;
}

.mainContent__rightSide {
    display: flex;
    flex-direction: column;
    justify-self: space-between;
    height: 100vh;
    width: 100%;
}

.bodyFooter {
    width: auto;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #353535;
    color: #828080;
    font-size: 12px;
    display: none;
}
.bodyFooter h3 {
    color: #b3b6ba;
    font-size: 150%;
}
.bodyFooter a {
    color: #828080;
    text-decoration: underline;
    font-size: 125%;
}
.bodyFooter a:hover {
    text-decoration: none;
    color: #fff;
}

.videoBlock__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-size: 0px;
}
.videoBlock {
    flex: 7;
}
.videoBlock__h2 {
    padding-top: 0px;
    color: #1c437e;
    font-size: 20px;
    font-weight: 700;
}
.videoBlock__h3 {
    padding-top: 0px;
    color: #1c437e;
    font-size: 16px;
    font-weight: 700;
}


.headerBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerBlock__logo img {
    max-width: 100%;
}
.headerBlock__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.headerBlock__item span {
    color: #fff;
    padding-top: 5px;
    font-size: clamp(14px, 1.5vw, 18px);
}
.headerBlock__menu {
    margin-left: 10px;
}

.languageBar > button {
    background-color: #fff;
    padding: 5px clamp(5px, 1vw, 10px);
    font-size: clamp(12px, 1vw, 16px)!important;
}
.body__h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px solid #3898ec;
    font-family: 'Open Sans', sans-serif;
    color: #1c437e;
    font-size: clamp(28px, 8vw, 55px);
    line-height: 150%;
    font-weight: 300;
    text-transform: none;
}
.body__h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px solid #3898ec;
    font-family: 'Open Sans', sans-serif;
    color: #1c437e;
    font-size: 36px;
    line-height: 60px;
    font-weight: 300;
    text-transform: none;
}
.body__h3 {
    font-family: 'Open Sans', sans-serif;
    color: #1c437e;
    font-size: clamp(16px, 2.5vw, 24px);
    line-height: 100%;
    font-weight: 500;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 0px;
}
.body__h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px solid #3898ec;
    font-family: 'Open Sans', sans-serif;
    color: #1c437e;
    font-size: 18px;
    line-height: 100%;
    font-weight: 300;
    text-transform: none;
}
.body__p {
    font-size: 16px;
    font-weight: 400;
}
.partnersRow__text p a,
.body__link,
.body__p a {
    cursor: pointer;
    color: #3898ec;
    text-decoration: underline;
}
.partnersRow__text p a:hover,
.body__link:hover,
.body__p a:hover {
    text-decoration: none;
}

.presentationBttn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #1c437e;
    transition: 200ms all;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 20px;
    margin: 10px;
}
.presentationBttn {
    background-color: #2640bb;
}
.presentationBttn-leftArrow:before {
    clear: both;
    content: '<';
    display: block;
    padding-right: 10px;
}
.presentationBttn-rightArrow:after {
    clear: both;
    content: '>';
    display: block;
    padding-left: 10px;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    /* margin-top: 10px; */
    flex: 1;
}
.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    font-size: 1rem;
    color: #2640bb;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}
.form__field::placeholder {
    color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
}
.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #9b9b9b;
}

.form__label.red{
    color: #ff3f3f;
}

.form__field:focus {
    font-weight: 400;
    border-width: 2px;
    border-color: #1c437e;
    color: #1c437e;
}
.form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #1c437e;
    font-weight: 400;
}

.sliderBlock {
    margin: 30px auto;
}
.sliderBlock__item {
    max-width: calc(100% - 20px);
    margin: 0px 10px;
}
.sliderBlock .slick-slide {
    text-align: center;
}
.sliderBlock__img {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.sliderBlock__img img {
    max-width: 100%;
}
.sliderBlock__textBlock {
    text-align: left;
}
.sliderBlock__bttn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #1c437e;
    transition: 200ms all;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 20px;
}
.sliderBlock__bttn-active {
    background-color: #2c64b9;
}
.sliderBlock__bttn:hover {
    background-color: #2640bb;
}

.questionBlock {
    padding: clamp(10px, 1.7vw, 20px);
    margin: 10px 0px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    background: #FFFFFF;
}

.questionBlock .questionTitle{
    font-weight: bold;
    color: #1c437e;
}




.questionBlock__ttl {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #1c437e;
}
.questionBlock__answer {
    width: 100%;
    height: 80px;
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid rgba(28, 67, 126, 0.3);
    transition: 200ms all;
}
.questionBlock__answer:hover,
.questionBlock__answer:focus {
    outline: none;
    border: 1px solid rgba(28, 67, 126, 1)
}
.questionBlock__answer_big {

    height: 180px;
}
.questionBlock__answer-error{
    border: 1px solid red;
}

.speakerBlock {
    display: flex;
    align-items: flex-start;
}

.speakerBlock__list {
    list-style-type: disc;
    margin-left: 30px;
}
.speakerBlock__list li {
    padding-bottom: 15px;
}

.fullscreenBtn{
    z-index: 11;
    position: absolute;
    right: 0;
}
/* 
.fullscreenBtn{
    z-index: 11;
    position: absolute;
    right: 0;
}


.fullscreen{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}

.fullscreen iframe{
    position: fixed !important;
    z-index: 10;
}

.fullscreen .fullscreenBtn{
    position: fixed !important;
} */



.gridView {
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    grid-auto-flow: column;
    grid-gap: 5px;
    justify-content: end;
}
.gridViewScenes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    grid-gap: 5px;
}

.directorBttn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #1c437e;
    transition: 200ms all;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 20px;
    max-width: 180px;
}
.directorBttn-active {
    background-color: #2764c0;
}

.obsBlock {
    margin: 10px 0px;
}
.obsBlock__currentScena {
    border: 1px solid #000;
    padding: 2px 5px;
    margin-top: 10px;
}
.obsBlock__st {
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 5px;
}
.obsBlock__st-connected {
    background-color: #13c513;
    border: 2px solid #02a102;
}
.obsBlock__st-disconnected {
    background-color: #c51313;
    border: 2px solid #940000;
}
.streamGrid {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3px;
}
.directorBttn-sp {
    padding: 5px;
}

.countdownTimer {
    font-size: 24px;
}
.countdownTimer-large {
    font-size: 64px;
}

.countdownTimer-finishing {
    color: red;
    font-weight: bold;
}

.scheduleWrap{
    display: flex;
}

.schedule{
    /* border: 1px solid #E3E3E3; */
    /* border-radius: 10px; */
    padding: 15px;
    margin-bottom: 15px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(240,240,240,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(240,240,240,1);
    box-shadow: 0px 0px 12px 0px rgba(240,240,240,1);
    flex: 1;
    position: relative;
    margin: 0 5px;
}

.schedule .scheduleDay{
    background: #1c437e;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
}

.schedule .timeBlock{
    padding-left: 20px;
    position: relative;
    margin-bottom: 25px;
}

.schedule .timeBlock::before{
    content: "\A";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #1c437e;
    position: absolute;
    top: 5px;
    left: 0;
    margin: auto;
    z-index: 1000;
    background: #fff;
}

.schedule .timeBlock.active::before{   
    border-color: green;
}

.timeBlock .time{
    color: #8B88B1;
    font-size: 14px;
}
.timeBlock .speaker{
    color: #454360;
    font-size: 20px;
}
/* .timeBlock.active .time{
    color: green;
    font-size: 14px;
} */
.timeBlock.active .speaker{
    color: green;
    font-size: 20px;
}

.timeBlock .rightNow{
    color: #8B88B1;
    font-size: 15px;
}


.schedule .line{
    position: absolute;
    width: 2px;
    background-color: #1c437e;
    top: 30px;
    bottom: 30px;
    left: 21px;
}

input.fromError{
    border: 1px solid red;
}

.loadingPage {
    background: url(/images/background.jpg) no-repeat top center #13063c;
    background-size: 100% auto;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: flex-end;
}
.loadingPage__textBlock {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    margin-top: clamp(10px, 6.7vw,130px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(5px, 1.3vw, 20px);
    flex-direction: column;
    background: rgb(19 6 60 / 50%);
    max-width: 1200px;
    height: 100%;
    border: 1px solid #5ba5e3;
}

.loadingPage__h1 {
    font-size: clamp(16px, 2.5vw, 48px);
    font-weight: bold;
    color: #fff;;
    text-shadow: 0px clamp(1px, 0.4vw, 3px) 0px rgb(0 0 0 / 50%);
}

.loadingPage__h2 {
    font-size: clamp(12px, 1.7vw, 32px);
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 50%);
    text-align: center;
    padding: clamp(5px, 1.1vw, 20px) 0px;
    line-height: 110%;
}
.loadingPage__link {
    color: #fff;
    font-weight: 900;
    font-size: clamp(12px, 2.5vw, 24px);
}

.testVideo_wrap{
    max-width: 100%;
    width: 800px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.centerText{
    text-align: center;
}

.testText{
    /* font-weight: normal; */
    margin: 0 auto;
    max-width: 700px;
 /*    text-align: left;
    padding-left: 20px; */
}
.testText p {
    line-height: 150%;
}
.testText .testNote {
    
    font-size:small;
    color: rgb(126, 126, 126);

}

.partnersBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.partnersBlock img {
    max-width: 140px;
    width: 100%;
    min-width: 80px;
}
.partnersBlock a:not(:last-child) {
    margin-right: 10px;
}
.mainContent {
    display: flex;
    /* justify-content: space-between; */
}


.partnersRow {
    display: flex;
    align-items: center;
}
.partnersRow:not(:last-child) {
    border-bottom: 1px solid #d8e2f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.partnersRow__logo {
    display: none;
}
.partnersRow__logo-big {
    max-width: 300px;
}
.partnersRow__logo img {
    max-width: 100%;
}

.partnersRow__descr {flex-grow: 1;}
.partnersRow__ttl {
    color: #1c437e;
    font-weight: bold;
    font-size: 18px;
}
.partnersRow__ttl2 {
    color: #1c437e;
    font-weight: 500;
    font-size: 16px;
}
a.partnersRow__ttl {
    cursor: pointer;
    text-decoration: none;
}
a.partnersRow__ttl:hover {
    text-decoration: underline;
}

.partnersRow__text li {
    margin: 0.5rem 4rem;

}
.partnersRow__text h4 {
    font-size: large;
    font-weight: 700;
}
.partnersRow__text-logo {
    margin-right: 2rem;
}

.partnersRow__text a.banner {
    margin-top: 2rem;
}

.partnersRow__text a.banner img {
    width: 400px;
}

.partnersRow__text ul {
    list-style: circle;
}
.partnersRow__text ol,
.partnersRow__text p {
    margin: 10px 0px;
    text-align: left;
    line-height: 130%;
    font-size: 14px;
}
.partnersRow__text p b {
    color: #1c437e;
    font-weight: 500;
}


.partnersRow__bttns {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
}
.partnersRow__bttn:not(:first-child) {
    margin-left: 20px;
}
.partnersRow__bttn {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0102ea;
    padding: 0 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: .5s all;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: 0;
}
.partnersRow__bttn:hover {
    background-color: #00009e;
}

.partnersRow__text-logo {
    max-width: 300px;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.tabs {
    height: calc(100vh - 100vw * 0.5625);
    overflow: hidden;
}

.tabs__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}
.tabs1__item {
    padding: 7px;
}
.tabs__icon {
    height: 24px;
}
.tabs__label {
    padding-left: 10px;
    font-size: clamp(12px, 1.29vw, 16px);
    display: none;
}



.tabs1__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tabs1__label {
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.tabs-content {
    padding: clamp(5px, 1.3vw, 15px);
    height: calc(100% - 38px);
    overflow-y: auto;
}

.contactInfo {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}
.contactInfo__icon {
    width: 24px;
    margin-right: 10px;
}
.contactInfo__icon svg path {
    fill: #1c437e;
}

.profileBlock {
    margin-bottom: 20px;
    padding: clamp(5px, 2vw, 20px);
    border: 1px solid rgb(208 208 208 / 50%);
    border-radius: 5px;
}
.profileBlock-locked {
    background-color: rgb(208 208 208 / 50%);
}

.partnersRow__bttn-survey {
    padding: 0px;
    border-radius: 50%;
    width: clamp(20px, 3.3vw, 40px);
    min-width: clamp(20px, 3.3vw, 40px);height: clamp(20px, 3.3vw, 40px);
    min-height: clamp(20px, 3.3vw, 40px);display: inline-flex;
    font-size: clamp(12px, 1.8vw, 20px);
    font-weight: 200;
}

.surveyList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(208 208 208 / 50%);
}
.surveyList-active {
    transition: 500ms all;
    cursor: pointer;
    background-color: #fff;
}
.surveyList-active:hover .surveyList__label {
    text-decoration: underline;
}
.surveyList-active:hover .partnersRow__bttn-survey {
    background-color: #00009e;
}
.surveyList__label {
    font-size: clamp(12px, 1.5vw, 18px);
    color: #1c437e;
    font-weight: 500;
}
.surveyRow {
    display: flex;
    justify-content: space-between;
    border: 1px solid #E3E3E3;
}
.surveyRow-noBorder {
    border: none;
}
.surveyRow__span {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    flex-direction: column-reverse;
    text-align: center;
    flex: 1;
}
.surveyRow__span:not(:last-child) {
    border-right: 1px solid #E3E3E3;
}
.surveyRow__label {margin-bottom: 13px;color: #1c437e;font-weight: 500;}
.surveyRow__scaleLabel {color: #1c437e;}

[aria-labelledby='tabbordion-1-13'].tabs-content,
[aria-labelledby='tabbordion-1-14'].tabs-content,
[aria-labelledby='tabbordion-1-15'].tabs-content,
[aria-labelledby='tabbordion-1-16'].tabs-content {
    padding: 0;
}

.participants {
    padding: 5px 10px;
    cursor: pointer;
    transition: 300ms all;
    border-bottom: 1px dashed #bdbdbd;
}
.participants:hover {
    background-color: #c7c7c7;
}
.participants:last-child {
    border-bottom: none;
}

.participantsTable {
    width: 100%;
    margin-top: 10px;

}
.participantsTable tr:nth-child(odd) {
    background: #ebebeb;
}
.participantsTable th {
    text-align: left;
    font-weight: bold;
    padding: 2px;
}
.participantsTable td {
    text-align: left;
    padding: 2px;
}
.profileSelect > button {
    padding: 5px clamp(5px, 1vw, 10px);
}

.profileSelect span.ReactFlagsSelect-module_label__27pw9 {
    font-size: clamp(12px, 1.5vw, 16px);
}

.tabs__item-blinking {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
    transition: 500ms all;
}
.tabs__item-blinking .tabs1__icon,
.tabs__item-blinking .tabs__icon {
    animation: blinkIcon 1s step-start 0s infinite;
    -webkit-animation: blinkIcon 1s step-start 0s infinite;
    transition: 500ms all;
}


@keyframes blink {
    0% {
        background-color: #EBEBEB;
        color: #363636;
    }
    50% {
        BACKGROUND-COLOR: #275aa9;
        color: #fff;
        
    }
  }
@-webkit-keyframes blink {
    0% {
        background-color: #EBEBEB;
        color: #363636;
    }
    50% {
        BACKGROUND-COLOR: #275aa9;
        color: #fff;
    }
}

@keyframes blinkIcon {
    50% {
        filter: invert(1);
    }
  }
@-webkit-keyframes blinkIcon {
    50% {
        filter: invert(1);
    }
}

.mobContainer {
    padding: 10px;
}

.streamLangBlock {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.streamLangBlock__title {
    font-size: 12px;
    font-weight: bold;
    color: #363636;
    margin-right: 10px;
}
.streamLangBlock__items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.streamLangBlock__item {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
    color: #33393a;
    font-weight: 500;
    text-decoration: none;
    transition: .5s all;
    font-size: 12px;
    border: 1px solid #33393a;
    cursor: pointer;
    outline: 0;
    border-top: 0;
}
.streamLangBlock__item:hover,
.streamLangBlock__item-active {background-color: #33393a;color: #fff;}

@media(min-width: 430px) {
    .container {
        padding: 0px clamp(5px, 3vw, 15px);
    }
    .BodyHeader {
        display: flex;
    }
    .bodyFooter {
        display: block;
    }
    .bodyContent {
        margin: 50px 0px;
    }
    .tabs-content {
        height: auto;
    }
    .mainContent__rightSide {
        display: block;
        height: auto;
    }
    .tabs {
        height: auto;
        overflow: initial;
    }
    .tabs1__item,
    .tabs__item {
        padding: 10px;
    }

    .overflowScroll {
        max-height: 462px;
        overflow-y: auto;
    }

    .partnersRow__logo {
        max-width: 123px;
        padding-right: 20px;
        width: 100%;
        min-width: 123px;
        display: block;
    }
    .mobContainer {
        padding: 0px;
    }
    .tabs-content {
        overflow: initial
    }
}

@media(min-width: 575px) {
    .BodyHeader .logoWrap span {
        display: block;
    }

}

@media(min-width: 768px) {
    .mainContent__rightSide {
        max-width: 320px;
        flex: 1;
        min-width: 280px;
    }
    .tabs1__label {
        display: block;
    }
    .tabs1__item,
    .tabs__item {
        padding: clamp(5px, 1vw, 15px);
    }

    .mainContent__leftSide {
        flex: 2;
        margin-right: 10px;
    }
    .tabs1 .tabs-title {
        width: 25%;
    }
}

@media(min-width: 896px) {
    .videoBlock__wrapper {
        flex-direction: row;
    }
}

@media(min-width: 1024px) {
    .tabs__label {
        display: block;
    }

}

.hidden-pip{
    display: none;
}


.react-pdf__Page__canvas {
    width: 1920px !important;
    height:1080px !important;
}
