.pr-0 {
    padding: 0 !important;
}

.pl-0 {
    padding: 0 !important;
}

.rL {
    position: relative;
}

.ajaxContainer {
    height: 100%;
}

#rcChannel {
    height: 100%;
}

.userNameBar {
    text-align: left;
    width: 100%;
    padding-left: 10px;
    padding-top: 5px;
}

.cwrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 50vh;
}

.c2 {
    width: 100%;
}

.c3 {
    flex: 1 auto;
    width: 100%;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 50vh;
}

.chat-messages {
    overflow-y: scroll;
    flex-basis: 100%;
}

.chat-message, .chat-message-question {
    margin: 5px 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}


.chat-message {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: min-content 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
    "name . time"
    "message message message";

}

.chat-message-text {
    grid-area: message;
}


.chat-message-time {
    grid-area: time;
    justify-self: end;
}


.chat-message-user {
    grid-area: name;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D1D21;
}

.chat-message-user:hover {
    cursor: pointer;
    text-decoration: underline;
}


.chat-message-text {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #39394B;
}

.chat-message-time {

}

.chat-message-support .chat-message-user {
    color: red;
}

.chat-message-question {
    border: 1px solid #ff3918;
    background: #cbcbcb;
    border-radius: 4px;
}

.chat-message-question .chat-message-text {
    text-align: center;
}


.chat-message-question .chat-message-user { /*, .chat-message-question.chat-message-time*/
    display: none;
}

.chat-message-question .chat-message-time {
    font-size: x-small;
}

.chat-message-myName {
    border-left: #0e2231 2px solid;
    padding-left: 10px;
}

.chat-message-myName .chat-message-user {
    /*display: block;
    font-weight: bold;*/
}

.chat-message-myName .chat-message-text {
    font-size: x-small;
}


.chat-message-send {
    display: flex;
    flex-basis: auto;
}

.chat-message-send a {
    padding: 20px;
    display: inline-block;
}

.chat-message-send-input-wrapper {
    flex: 1 auto;
}

.chat-message-send input.chat-message-send-btn {
    border: 0;
    margin: 0;
}

.chat-question-send {
    color: #000;
    flex-basis: auto;
}

.container-fullscreen {
    margin: auto 50px;
}

.content-container {
    background-color: #ffffff;
}

.not-authorized {
    padding: 30px;
    font-size: 120%;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.headerImg2 {
    width: 75px !important;
    height: 75px !important;
}

.participants {
    background-color: #ffffff;
    border-radius: 10px;
}

.participants__header {
    display: flex;
    align-items: center;
    padding: 19px 30px;
    box-sizing: border-box;
}

.participants__caption {
    flex-grow: 1;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
}

.participants .inputwrap {
    margin-left: 30px;
}

.participants .inputwrap.checkbox label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 19px;
}

.participants .inputwrap.checkbox label:after {
    top: -3px;
}

.participants .inputwrap.checkbox input:checked + label:before {
    top: 4.5px;
}

.participants__header .btn {
    display: block;
    width: 100%;
    max-width: 258px;
    min-height: 50px;
    border-radius: 6px;
    text-align: center;
    margin-left: 30px;
    background-color: #6345DC;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 10px;
}


.participants__list {

}

.participants-list__item {

}


.participants-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.participants-list-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #D3DCE2;
    box-sizing: border-box;
    padding: 16px 30px;
}

.participants-list-item__avatar {
    position: relative;
    border-radius: 10px;
    background-color: #D9D9D9;
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    overflow: hidden;
}

.participants-list-item__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.participants-list-item__name {
    flex-grow: 1;
    font-size: 16px;
    line-height: 22.4px;

}

.participants-list-item .participants__btn {
    display: block;
    max-width: 224px;
    border: none;
    font-weight: 600;
    border-radius: 6px;
    width: 100%;
    margin-left: 15px;
    min-height: 50px;
    text-align: center;
    background-color: #F5F5F5;
    color: #6345DC;
    font-size: 14px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
}


/***********main-menu - start***********/
.menuWrapper {
    background-color: #ffffff;
}

nav {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-menu {
    display: flex;
    padding: 0;
    margin: 0;
}

.main-menu > li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.main-menu li svg {
    margin-left: 2px;
}

.main-menu li svg path {
    stroke: #39394B;
    transition: all 200ms ease;
}

.main-menu > li:hover > a {
    color: #D92752;
}

.main-menu > li:hover svg path {
    stroke: #D92752;
}

nav .main-menu li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #39394B;
    padding: 10px 0;
    margin-right: 0;
    transition: all 200ms ease;
}

nav .main-menu li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 257px;
    padding: 20px 25px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 7px 0 #39394B;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
    transition: all 200ms ease;
}

.main-menu > li:hover ul {
    transform: translateX(-50%) scaleY(1);
}

/* nav .main-menu li:nth-child(-n+2){ */
/* left: auto; */
/* right: 0; */
/* } */
nav .main-menu li ul li {
    display: block;
}

/* ------- */
.headerBottom .menu li a {
    margin: 0;
    padding: 0;
}

.menuWrapper.eventHeader {
    position: fixed !important;
    top: 0;
    left: 0;
}
#translation .container-fullscreen .no-gutters .cwrapper{
	
}
#translation .tabsContent .ajaxContainer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100.1%;
	height: 100.1%;
	z-index: 999;
}
.vi-panel{
	flex-wrap: nowrap;
}
.vi-panel__left-col{
	position: relative;
	padding: 0;
	max-width: 1109px;
    width: 71.54%; 
    max-height: 624px;
    aspect-ratio: 1.78/1;
	overflow: hidden;
}

.vi-panal__right-col{
	display: flex;
    flex-direction: column;
	padding: 0;
	width: 28.46%; 
	padding-left: 5px;
}
.vi-panal__right-col .chat-question-send{
	display: flex;
    align-items: center;
	justify-content: center;
}
.vi-panal__right-col  input{
	color: #212529;
}
.vi-panal__right-col .chat-messages{
	padding: 5px;
}
.vi-panal__right-col  .chat-message-send{}
.vi-panal__right-col  .chat-question-send{padding-bottom: 0 !important}
.vi-panal__right-col .btn{
	margin-left: 5px;
}
/***********main-menu - end***********/

@media screen and(max-width: 1360px){
	.tabsContent .ajaxContainer{
		max-width: 1109px;
		width: 100%;
		height: 100%;
		max-height: 624px;
		aspect-ratio: 1.78/1;
	}
}
@media screen and (max-width: 999px) {
    .participants .inputwrap,
    .participants__header .btn {
        margin-left: 10px;
    }

    .participants__header {
        padding: 19px 20px;
    }
	.vi-panel{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.vi-panel__left-col{
		width: 100%;
		margin-bottom: 10px;
	}
	.vi-panal__right-col{
		width: 100%;
		padding-left: 0;
		min-height: 400px;
	}
	.vi-panal__right-col .chat-messages{
		flex-grow: 1;
	}
	.vi-panal__right-col .chat-message-send{
		box-shadow: 0px 0px 1px 0px #000000;
		margin-top: auto;
	}
	.vi-panal__right-col .chat-question-send{
		padding: 5px 0 !important;
	}
	#translation.translation1 {
		padding: 120px 0;
	}
	#translation{
		margin-bottom: 0;
	}
	#translation .container-fullscreen{
		margin: 0;
		margin-bottom: 50px;
		padding: 0 20px;
	}
	
}

@media screen and (max-width: 780px) {
    .participants__header {
        flex-direction: column;
    }

    .participants__caption {
        margin-bottom: 10px;
    }

    .participants .inputwrap {
        margin-left: 0;
        margin-bottom: 19px;
    }
}

@media screen and (max-width: 780px) {
    .header3 .headerImg, .header3 .logoTitle, .header3 nav {
        /*display: none;*/
    }

    .participants-list-item {
        flex-direction: column;
    }

    .participants-list-item__avatar {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .participants-list-item__name {
        flex-grow: 1;
        font-size: 14px;
        line-height: 18.4px;
        margin-bottom: 10px;
        text-align: center;
    }

    .participants-list-item .participants__btn {
        margin-right: 0;
    }


}

.translation1 .navtabsWrap {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    /*padding-top: 5px !important;*/
}

.aboutImg {
   /* width: auto !important;*/
width:100%;
    height: auto !important;
}

.logoTitle {
    max-width: 400px;
}

.header3 .links a {
    color: #333 !important;
}

.lang-btn {
    position: fixed;
    bottom: 50px;
    left: 27px;
    z-index: 2;
    /*background: #6345DC;
    border-radius: 6px;
    padding: 18px;*/
}

.btnUp {
    bottom: 120px !important;
}

.lang-links {
    position: absolute;
    right: 0;
}

.main-menu li {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .menuAdaptive .personInsideBtn {
        padding: 8px !important;
    }
}

.btnLoginInline {
    display: inline-block;
    text-decoration: underline;
}

.btnLoginInline:hover {
    text-decoration: none;
}
.menuWrapper {
    margin-bottom: 0px !important;
}

/* NAV */

.header-bottom__nav {
    flex: 1 1 0%;
    overflow: hidden;
    padding: 0 0px;
    position: relative;
}

.header-bottom__swiper {
    position: relative;
    text-align: -webkit-right;
}
.header-bottom__swiper .swiper-wrapper {
    width: fit-content;
}

.header-bottom__swiper::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 12px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    z-index: 1;
}

.header-bottom__link {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    color: #1D1D21;
}

.header-bottom__link_active {
    color: #D92752;
}

.header-bottom__nav-slide .header-bottom__link:hover {
    color: #D92752;
}

.swiper-slide.header-bottom__nav-slide {
    width: auto;
}

.swiper-button-next.header-bottom__next,
.swiper-button-prev.header-bottom__prev {
    margin: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 14px;
}

.swiper-button-next.header-bottom__next::after,
.swiper-button-prev.header-bottom__prev::after {
    font-size: 12px;
    color: black;
}

.swiper-button-disabled.header-bottom__next,
.swiper-button-disabled.header-bottom__prev {
    display: none;
}

.swiper-button-prev.header-bottom__prev {
    left: 0px;
}

.swiper-button-next.header-bottom__next {
    right: 0px;
}


@media screen and (max-width: 1439px) {
    .header-bottom__nav {
        display: none;
    }
    .buttonsScroll__NMO {
        display: flex !important;
    }
}

.header5 .menu.menu__NMO > li {
    padding: 22px 0;
}

.header-bottom {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    align-items: center;
    gap: 32px;
    padding: 16px 0;
}

/* LOGO */

.header-bottom__logo {
    flex: 0 0 186px;
    height: 40px;
    margin-right: 64px;
}

.header-bottom__logo img {
    /*width: 100%;*/
    height: 100%;
    object-fit: contain;
}
.header-bottom__prev {
    padding: 10px;
    background: #fff;
}
.header-bottom__next {
    padding: 10px;
    background: #fff;
}


/* ACTIONS */
.header-bottom__actions {
    display: flex;
    gap: 20px;
}
.btn-custom-v {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 34px;
    display: inline-block;
    border-radius: 6px;
    color: white;
}
.headerScroll .btn-custom-v {
    padding: 12px 12px;
}
.headerScroll .btnReg__NMO {
    padding: 12px 12px !important;
}
.headerScroll .btnLogin__NMO {
    padding: 12px 12px !important;
}

.btn-custom-v:hover,
.btn-custom-v:active {
    color: white;
}

.btn-custom-v-adhoc, .btn-custom-v_translation {
    color: white !important;
    background-color: #D92752;
    border: none!important;
    border-radius: 6px !important;
}

.btn-custom-v-adhoc {
	width: 120px;
	margin: auto;
	white-space: nowrap;
}

.btn-custom-v-adhoc:hover, .btn-custom-v_translation:hover {
    background-color: #ce264d;
}
.btn-custom-v_translation-mobile {
    margin-top: 20px;
    color: white !important;
    background-color: #D92752 !important;
    border: none!important;
    border-radius: 6px !important;
    text-align: center;
    width: 100%;
}

.btn-custom-v_translation-mobile:hover {
    background-color: #ce264d !important;
}
.header-bottom .header-bottom__logo {
    /*display: none;*/
}
@media screen and (max-width: 1439px){
    .header-bottom .header-bottom__logo {
        display: block;
    }
    .header-bottom {
        justify-content: space-between;
    }
    .header-bottom__logo {
        margin-right: 0px;
    }
    .btn-custom-v_translation {
        display: none;
    }
}


/** Выпадающее меню в слайдере */
.jsHoverMenuItem-child {
    overflow: hidden;
    position: absolute;
    height: 0px;
    z-index: 5;
    transition: all 200ms ease;
}
.jsHoverMenuItem-child.active {
    height: auto;
    overflow: visible;
    padding-top: 15px;
    transition: all 200ms ease;
}


.jsHoverMenuItem-child ul {
    width: 300px;
    padding: 20px 25px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 7px 0 #39394B;
    transform-origin: top center;
    transition: all 200ms ease;
}
.jsHoverMenuItem-child ul li {
    display: block;
    text-align: start;
}

.jsHoverMenuItem-child ul li a{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #39394B;
    padding: 10px 0;
    margin-right: 0;
    transition: all 200ms ease;
}
/** Конец выпадающего меню в слайдере */

.h5MobMenuLFvl1 .menu-2-lv {
    margin-left: 25px;
}

.swiper-button-next-loaded {
    display: none !important;
}
.swiper-button-prev-loaded {
    display: none !important;
}
.event-new-person-button {
    padding: 12px 12px !important;
}
.event-new-person-button p {
    height: 20px;
    width: 20px;
    padding-left: 0px !important;
}
.header-bottom .header-bottom__logo {
    flex: none;
    margin-right: 0;
}
@media (max-width: 1439px) {
    .btnLogin-newa {
        display:  none !important;
    }
}
@media (min-width: 1439px) {
    .header-bottom__actions .buttonsScroll__NMO .btnReg {
        display: none;
    }
    .header-bottom__actions .buttonsScroll__NMO .btnLK {
        display: none;
    }
    .header-bottom__actions .buttonsScroll__NMO .btnLogin__NMO {
        display: none;
    }
}
