

/* Start:/local/css/main/splide.css?177660138910134*/
.splide__container { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative }  .splide__list { -webkit-backface-visibility: hidden; backface-visibility: hidden; display: -ms-flexbox; display: -webkit-box; display: flex; height: 100%; margin: 0 !important; padding: 0 !important; -webkit-transform-style: preserve-3d; transform-style: preserve-3d }  .splide.is-initialized:not(.is-active) .splide__list { display: block }  .splide__pagination { -ms-flex-align: center; -webkit-box-align: center; align-items: center; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; margin: 0; pointer-events: none }  .splide__pagination li { display: inline-block; line-height: 1; list-style-type: none; margin: 0; pointer-events: auto }  .splide__progress__bar { width: 0 }  .splide { outline: 0; position: relative; visibility: hidden }  .splide.is-initialized, .splide.is-rendered { visibility: visible }  .splide__slide { -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; -ms-flex-negative: 0; flex-shrink: 0; list-style-type: none !important; margin: 0; outline: 0; position: relative }  .splide__slide img { vertical-align: bottom }  .splide__slider { position: relative }  .splide__spinner { -webkit-animation: splide-loading 1s linear infinite; animation: splide-loading 1s linear infinite; border: 2px solid #999; border-left-color: transparent; border-radius: 50%; bottom: 0; contain: strict; display: inline-block; height: 20px; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 20px }  .splide__track { overflow: hidden; position: relative; z-index: 0 }  @-webkit-keyframes splide-loading { 0% { -webkit-transform: rotate(0); transform: rotate(0) }  to { -webkit-transform: rotate(1turn); transform: rotate(1turn) } }  @keyframes splide-loading { 0% { -webkit-transform: rotate(0); transform: rotate(0) }  to { -webkit-transform: rotate(1turn); transform: rotate(1turn) } }  .splide--draggable>.splide__slider>.splide__track, .splide--draggable>.splide__track { -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none }  .splide--fade>.splide__slider>.splide__track>.splide__list, .splide--fade>.splide__track>.splide__list { display: block }  .splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide, .splide--fade>.splide__track>.splide__list>.splide__slide { left: 0; opacity: 0; position: absolute; top: 0; z-index: 0 }  .splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active, .splide--fade>.splide__track>.splide__list>.splide__slide.is-active { opacity: 1; position: relative; z-index: 1 }  .splide--rtl { direction: rtl }  .splide--ttb.is-active>.splide__slider>.splide__track>.splide__list, .splide--ttb.is-active>.splide__track>.splide__list { display: block }  .splide__arrow { -ms-flex-align: center; -webkit-box-align: center; align-items: center; border: 0; cursor: pointer; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; z-index: 1 }  .splide__arrow:focus { outline: 0 }  .splide__pagination__page { background: 0 0; border: 1px solid #fff; height: 14px; min-height: 14px; max-width: 14px; margin: 3px; -webkit-transition: -webkit-transform .2s linear; transition: -webkit-transform .2s linear; transition: transform .2s linear; transition: transform .2s linear, -webkit-transform .2s linear; width: 12px }  .splide__pagination__page.is-active { background: #fff }  .splide__pagination__page:hover { cursor: pointer; opacity: .9 }  .splide__pagination__page:focus { outline: 0 }  .splide__progress__bar { background: #ccc; height: 3px }  .splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide, .splide--nav>.splide__track>.splide__list>.splide__slide { border: 3px solid transparent; cursor: pointer }  .splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active, .splide--nav>.splide__track>.splide__list>.splide__slide.is-active { border: 3px solid #000 }  .splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus, .splide--nav>.splide__track>.splide__list>.splide__slide:focus { outline: 0 }  .splide--rtl>.splide__arrows .splide__arrow--prev, .splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev, .splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev { left: auto; right: 1em }  .splide--rtl>.splide__arrows .splide__arrow--prev svg, .splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg, .splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg { -webkit-transform: scaleX(1); transform: scaleX(1) }  .splide--rtl>.splide__arrows .splide__arrow--next, .splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next, .splide--rtl>.splide__track>.splide__arrows .splide__arrow--next { left: 1em; right: auto }  .splide--rtl>.splide__arrows .splide__arrow--next svg, .splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg, .splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg { -webkit-transform: scaleX(-1); transform: scaleX(-1) }  .splide--ttb>.splide__arrows .splide__arrow, .splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow, .splide--ttb>.splide__track>.splide__arrows .splide__arrow { left: 50%; -webkit-transform: translate(-50%); transform: translate(-50%) }  .splide--ttb>.splide__arrows .splide__arrow--prev, .splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev, .splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev { top: 1em }  .splide--ttb>.splide__arrows .splide__arrow--prev svg, .splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg, .splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg { -webkit-transform: rotate(-90deg); transform: rotate(-90deg) }  .splide--ttb>.splide__arrows .splide__arrow--next, .splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next, .splide--ttb>.splide__track>.splide__arrows .splide__arrow--next { bottom: 1em; top: auto }  .splide--ttb>.splide__arrows .splide__arrow--next svg, .splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg, .splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg { -webkit-transform: rotate(90deg); transform: rotate(90deg) }  .splide--ttb>.splide__pagination, .splide--ttb>.splide__slider>.splide__pagination { bottom: 0; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; left: auto; padding: 1em 0; right: .5em; top: 0 }  .splide { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; z-index: 5 }    .splide__slide { padding-bottom: 10px }  .splide__pagination { padding-bottom: 3em; padding-left: 30px; padding-right: 20px; position: relative; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start }  .splide__arrows { padding-bottom: 3.2em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5 }  .splide__arrow { background-color: transparent; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.51317 0L7.62231 1.05572L11.5866 5.75351H0.998047L0.998405 7.24654H11.5866L7.62231 11.9443L8.51317 13L13.9984 6.49998L8.51317 0Z' fill='%23ffffff'/%3E%3C/svg%3E"); width: 14px; height: 13px; background-repeat: no-repeat; background-position: center }  .splide__arrow--prev { -webkit-transform: rotate(180deg); transform: rotate(180deg); position: absolute; left: 0 }  .splide--events .splide__arrows { bottom: 50%; position: absolute; width: 100% }  .splide--events .splide__arrows .splide__arrow { background-color: transparent; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.51317 0L7.62231 1.05572L11.5866 5.75351H0.998047L0.998405 7.24654H11.5866L7.62231 11.9443L8.51317 13L13.9984 6.49998L8.51317 0Z' fill='%2392278F'/%3E%3C/svg%3E"); width: 14px; height: 13px; background-repeat: no-repeat; background-position: center }  .splide--events .splide__arrows .splide__arrow--prev { position: absolute; left: -2rem }  .splide--events .splide__arrows .splide__arrow--next { position: absolute; right: -1rem }  .splide--events .splide__pagination { display:none; margin-top: 30px; padding-bottom: 0; padding-left: 30px; padding-right: 30px; width: 100%; position: relative; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center }  .splide--events .splide__pagination li { margin: 0 3px }  .splide--events .splide__pagination__page.is-active { background: #92278f }  .splide--events .splide__pagination__page { border: 1px solid #92278f }  .splide--news .splide__slide { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 100vw }  .splide--news .splide__pagination, .splide--news .splide__arrows { padding-top: 30px }  .splide--news .splide__pagination__page.is-active { background: #92278f }  .splide--news .splide__pagination__page { border: 1px solid #92278f }  .splide--news .splide__arrow { background-color: transparent; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.51317 0L7.62231 1.05572L11.5866 5.75351H0.998047L0.998405 7.24654H11.5866L7.62231 11.9443L8.51317 13L13.9984 6.49998L8.51317 0Z' fill='%2392278F'/%3E%3C/svg%3E"); width: 14px; height: 13px; background-repeat: no-repeat; background-position: center }
/* End */


/* Start:/local/css/person/person.css?177660138938627*/
.person__header{
    position:relative;
}
.person__header:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    left:0;
    height:290px;
    background: linear-gradient(90.58deg, rgba(146, 39, 143, 0.2) 0.5%, rgba(127, 166, 216, 0.2) 99.76%), #FFFFFF;
transform: matrix(1, 0, 0, -1, 0, 0);
}
@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%!important;
        max-width: 25%!important;
        padding-left: 8px;
        padding-right: 8px;
    }
}
.person-sitebar__img {
    max-width:265px;
    height:265px;
    margin-bottom:16px;
    background-color:#ffffff;
}
.person-sitebar p {
    margin-bottom:12px;
    margin-top:16px;
}
.tag-btn {
    padding:4px 8px;
    background: rgba(146, 39, 143, 0.1);
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    white-space: nowrap;
    transition:all 0,3s linear;
}
.tag-btn span{
white-space: pre-wrap;
}
.tag-btn:hover {
    background: #92278F;
    color:#fff;
}
.tag-btn:focus, .tag-btn:active {
    background: #6D0F6B;
    color:#fff;
}
.person-sitebar .tag-btn, .person-sitebar .icon-btn{
    margin-bottom:8px;
    display:inline-block;
}
.icon-btn {
    padding-left:26px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    background-position:0 0;
    background-repeat:no-repeat;
    
}
.icon-btn--liflet {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19566 0.862081C4.32066 0.737048 4.49021 0.666786 4.66702 0.666748H10.0006C10.5311 0.666748 11.0398 0.877462 11.4149 1.25253C11.79 1.62761 12.0007 2.13632 12.0007 2.66675V13.3334C12.0007 13.8638 11.79 14.3726 11.4149 14.7476C11.0398 15.1227 10.5311 15.3334 10.0006 15.3334H2.00022C1.46976 15.3334 0.961029 15.1227 0.585938 14.7476C0.210846 14.3726 0.00012207 13.8638 0.00012207 13.3334V5.33342C0.00015983 5.15662 0.070426 4.98708 0.195465 4.86208L4.19566 0.862081ZM10.0006 2.00008H5.33372V5.33342C5.33372 5.51023 5.26348 5.67979 5.13845 5.80482C5.01342 5.92984 4.84384 6.00008 4.66702 6.00008H1.33352V13.3334C1.33352 13.5102 1.40376 13.6798 1.52879 13.8048C1.65382 13.9298 1.8234 14.0001 2.00022 14.0001H10.0006C10.1774 14.0001 10.347 13.9298 10.472 13.8048C10.5971 13.6798 10.6673 13.5102 10.6673 13.3334V2.66675C10.6673 2.48994 10.5971 2.32037 10.472 2.19534C10.347 2.07032 10.1774 2.00008 10.0006 2.00008ZM2.27623 4.66675H4.00032V2.94275L2.27623 4.66675ZM2.66692 8.66675C2.66692 8.48994 2.73716 8.32037 2.86219 8.19534C2.98722 8.07032 3.1568 8.00008 3.33362 8.00008H8.66722C8.84404 8.00008 9.01362 8.07032 9.13865 8.19534C9.26368 8.32037 9.33392 8.48994 9.33392 8.66675C9.33392 8.84356 9.26368 9.01313 9.13865 9.13815C9.01362 9.26318 8.84404 9.33342 8.66722 9.33342H3.33362C3.1568 9.33342 2.98722 9.26318 2.86219 9.13815C2.73716 9.01313 2.66692 8.84356 2.66692 8.66675ZM2.66692 11.3334C2.66692 11.1566 2.73716 10.987 2.86219 10.862C2.98722 10.737 3.1568 10.6667 3.33362 10.6667H8.66722C8.84404 10.6667 9.01362 10.737 9.13865 10.862C9.26368 10.987 9.33392 11.1566 9.33392 11.3334C9.33392 11.5102 9.26368 11.6798 9.13865 11.8048C9.01362 11.9298 8.84404 12.0001 8.66722 12.0001H3.33362C3.1568 12.0001 2.98722 11.9298 2.86219 11.8048C2.73716 11.6798 2.66692 11.5102 2.66692 11.3334Z' fill='%2392278F'/%3E%3C/svg%3E");
   
}
.icon-btn--liflet:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19566 0.862081C4.32066 0.737048 4.49021 0.666786 4.66702 0.666748H10.0006C10.5311 0.666748 11.0398 0.877462 11.4149 1.25253C11.79 1.62761 12.0007 2.13632 12.0007 2.66675V13.3334C12.0007 13.8638 11.79 14.3726 11.4149 14.7476C11.0398 15.1227 10.5311 15.3334 10.0006 15.3334H2.00022C1.46976 15.3334 0.961029 15.1227 0.585938 14.7476C0.210846 14.3726 0.00012207 13.8638 0.00012207 13.3334V5.33342C0.00015983 5.15662 0.070426 4.98708 0.195465 4.86208L4.19566 0.862081ZM10.0006 2.00008H5.33372V5.33342C5.33372 5.51023 5.26348 5.67979 5.13845 5.80482C5.01342 5.92984 4.84384 6.00008 4.66702 6.00008H1.33352V13.3334C1.33352 13.5102 1.40376 13.6798 1.52879 13.8048C1.65382 13.9298 1.8234 14.0001 2.00022 14.0001H10.0006C10.1774 14.0001 10.347 13.9298 10.472 13.8048C10.5971 13.6798 10.6673 13.5102 10.6673 13.3334V2.66675C10.6673 2.48994 10.5971 2.32037 10.472 2.19534C10.347 2.07032 10.1774 2.00008 10.0006 2.00008ZM2.27623 4.66675H4.00032V2.94275L2.27623 4.66675ZM2.66692 8.66675C2.66692 8.48994 2.73716 8.32037 2.86219 8.19534C2.98722 8.07032 3.1568 8.00008 3.33362 8.00008H8.66722C8.84404 8.00008 9.01362 8.07032 9.13865 8.19534C9.26368 8.32037 9.33392 8.48994 9.33392 8.66675C9.33392 8.84356 9.26368 9.01313 9.13865 9.13815C9.01362 9.26318 8.84404 9.33342 8.66722 9.33342H3.33362C3.1568 9.33342 2.98722 9.26318 2.86219 9.13815C2.73716 9.01313 2.66692 8.84356 2.66692 8.66675ZM2.66692 11.3334C2.66692 11.1566 2.73716 10.987 2.86219 10.862C2.98722 10.737 3.1568 10.6667 3.33362 10.6667H8.66722C8.84404 10.6667 9.01362 10.737 9.13865 10.862C9.26368 10.987 9.33392 11.1566 9.33392 11.3334C9.33392 11.5102 9.26368 11.6798 9.13865 11.8048C9.01362 11.9298 8.84404 12.0001 8.66722 12.0001H3.33362C3.1568 12.0001 2.98722 11.9298 2.86219 11.8048C2.73716 11.6798 2.66692 11.5102 2.66692 11.3334Z' fill='%236f196c'/%3E%3C/svg%3E");
   
}
.person-deckription{
    display:flex;
    justify-content: space-between;
    margin-bottom:83px;
}
.person-qrcode{
    background-color:#ffffff;
    padding:8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #838B98;
    text-align:center;
    position: relative;
}
.person-qrcode:after {
    content: 'Считайте этот код камерой телефона для добавления контакта в справочник';
    top: 0;
    border-radius: 10px;
    left: 50%;
    width:150px;
    display: none;
	padding: 10px 15px;
	position: absolute;
	text-align: center;
	z-index: 999;
    transform: translate(-50%, calc(-100% - 10px));
    background-color: #ffffffb5;
    color: #838B98;
}
.person-qrcode::before {
	background-color:#ffffffb5;
	content: ' ';
	display: none;
	position: absolute;
	width: 15px;
	height: 15px;
	z-index: 999;
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
}
.person-qrcode:hover::after {
	display: block;
}

.person-qrcode:hover::before {
	display: block;
}
.person-deckription h1 {
    margin-top:0;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    text-transform:uppercase;
    margin-bottom:8px;
}
.person-deckription .person__position{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}
.person-deckription .person__skills {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #838B98;
    min-height: 20px;
}
.person-deckription__links{
    color:#92278F;
}
.person-deckription__links a {
    display:inline-block;
    color:#92278F;
    padding-left:24px;
    margin-right:18px;
    background-repeat:no-repeat;
    background-position:0 60%;
}
.person-mail{
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.333374 1.49996C0.333374 0.76358 0.930327 0.166626 1.66671 0.166626H12.3334C13.0698 0.166626 13.6667 0.76358 13.6667 1.49996V9.49996C13.6667 10.2363 13.0698 10.8333 12.3334 10.8333H1.66671C0.930328 10.8333 0.333374 10.2363 0.333374 9.49996V1.49996ZM2.6791 1.49996L7.00004 5.28078L11.321 1.49996H2.6791ZM12.3334 2.3858L7.43904 6.66834C7.18769 6.88828 6.81239 6.88828 6.56104 6.66834L1.66671 2.3858V9.49996H12.3334V2.3858Z' fill='%23838B98'/%3E%3C/svg%3E");
}
.person-mail:hover{
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.333374 1.49996C0.333374 0.76358 0.930327 0.166626 1.66671 0.166626H12.3334C13.0698 0.166626 13.6667 0.76358 13.6667 1.49996V9.49996C13.6667 10.2363 13.0698 10.8333 12.3334 10.8333H1.66671C0.930328 10.8333 0.333374 10.2363 0.333374 9.49996V1.49996ZM2.6791 1.49996L7.00004 5.28078L11.321 1.49996H2.6791ZM12.3334 2.3858L7.43904 6.66834C7.18769 6.88828 6.81239 6.88828 6.56104 6.66834L1.66671 2.3858V9.49996H12.3334V2.3858Z' fill='%2392278F'/%3E%3C/svg%3E");
}
.person-mail:active, .person-mail:focus{
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.333374 1.49996C0.333374 0.76358 0.930327 0.166626 1.66671 0.166626H12.3334C13.0698 0.166626 13.6667 0.76358 13.6667 1.49996V9.49996C13.6667 10.2363 13.0698 10.8333 12.3334 10.8333H1.66671C0.930328 10.8333 0.333374 10.2363 0.333374 9.49996V1.49996ZM2.6791 1.49996L7.00004 5.28078L11.321 1.49996H2.6791ZM12.3334 2.3858L7.43904 6.66834C7.18769 6.88828 6.81239 6.88828 6.56104 6.66834L1.66671 2.3858V9.49996H12.3334V2.3858Z' fill='%236D0F6B'/%3E%3C/svg%3E");
}
.person-phone{
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.55538 2.16671H4.54867L5.51348 4.57873L3.96356 5.61201C3.7781 5.73565 3.6667 5.94381 3.6667 6.16671C3.66839 6.22913 3.6667 6.16737 3.6667 6.16737L3.6667 6.16807L3.6667 6.16957L3.66672 6.17293L3.66682 6.18115C3.66692 6.1873 3.66709 6.19476 3.66737 6.2035C3.66793 6.22098 3.66895 6.24357 3.67078 6.27095C3.67442 6.32568 3.6813 6.39967 3.69423 6.49016C3.72007 6.67102 3.77021 6.91878 3.86757 7.21086C4.06306 7.79733 4.44718 8.55667 5.19529 9.30478C5.9434 10.0529 6.70274 10.437 7.28921 10.6325C7.58129 10.7299 7.82905 10.78 8.00991 10.8058C8.1004 10.8188 8.17439 10.8256 8.22912 10.8293C8.2565 10.8311 8.27909 10.8321 8.29657 10.8327C8.30531 10.833 8.31277 10.8332 8.31891 10.8333L8.32714 10.8333L8.3305 10.8334L8.332 10.8334L8.33269 10.8334C8.33269 10.8334 8.40712 10.8293 8.33336 10.8334C8.58588 10.8334 8.81672 10.6907 8.92965 10.4648L9.37611 9.57192L12.3334 10.0648V12.9447C10.926 13.1482 7.12497 13.3488 4.1381 10.362C1.15123 7.3751 1.35184 3.57411 1.55538 2.16671ZM5.04913 6.49076L6.25308 5.68813C6.7777 5.33838 6.98562 4.66896 6.75145 4.08354L5.78664 1.67152C5.58416 1.16531 5.09388 0.833374 4.54867 0.833374H1.52055C0.914873 0.833374 0.344753 1.25415 0.245324 1.91131C0.019117 3.40638 -0.288781 7.82071 3.19529 11.3048C6.67936 14.7889 11.0937 14.481 12.5888 14.2547C13.2459 14.1553 13.6667 13.5852 13.6667 12.9795V10.0648C13.6667 9.41301 13.1955 8.85675 12.5526 8.7496L9.59531 8.25673C9.01793 8.1605 8.44531 8.45209 8.18354 8.97563L7.95255 9.43762C7.87994 9.41981 7.79889 9.39693 7.71085 9.36759C7.29732 9.22974 6.72332 8.9472 6.1381 8.36197C5.55288 7.77674 5.27033 7.20275 5.13248 6.78922C5.09524 6.67748 5.06842 6.57701 5.04913 6.49076Z' fill='%23838B98'/%3E%3C/svg%3E");
}
.person-phone:hover{
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.55538 2.16671H4.54867L5.51348 4.57873L3.96356 5.61201C3.7781 5.73565 3.6667 5.94381 3.6667 6.16671C3.66839 6.22913 3.6667 6.16737 3.6667 6.16737L3.6667 6.16807L3.6667 6.16957L3.66672 6.17293L3.66682 6.18115C3.66692 6.1873 3.66709 6.19476 3.66737 6.2035C3.66793 6.22098 3.66895 6.24357 3.67078 6.27095C3.67442 6.32568 3.6813 6.39967 3.69423 6.49016C3.72007 6.67102 3.77021 6.91878 3.86757 7.21086C4.06306 7.79733 4.44718 8.55667 5.19529 9.30478C5.9434 10.0529 6.70274 10.437 7.28921 10.6325C7.58129 10.7299 7.82905 10.78 8.00991 10.8058C8.1004 10.8188 8.17439 10.8256 8.22912 10.8293C8.2565 10.8311 8.27909 10.8321 8.29657 10.8327C8.30531 10.833 8.31277 10.8332 8.31891 10.8333L8.32714 10.8333L8.3305 10.8334L8.332 10.8334L8.33269 10.8334C8.33269 10.8334 8.40712 10.8293 8.33336 10.8334C8.58588 10.8334 8.81672 10.6907 8.92965 10.4648L9.37611 9.57192L12.3334 10.0648V12.9447C10.926 13.1482 7.12497 13.3488 4.1381 10.362C1.15123 7.3751 1.35184 3.57411 1.55538 2.16671ZM5.04913 6.49076L6.25308 5.68813C6.7777 5.33838 6.98562 4.66896 6.75145 4.08354L5.78664 1.67152C5.58416 1.16531 5.09388 0.833374 4.54867 0.833374H1.52055C0.914873 0.833374 0.344753 1.25415 0.245324 1.91131C0.019117 3.40638 -0.288781 7.82071 3.19529 11.3048C6.67936 14.7889 11.0937 14.481 12.5888 14.2547C13.2459 14.1553 13.6667 13.5852 13.6667 12.9795V10.0648C13.6667 9.41301 13.1955 8.85675 12.5526 8.7496L9.59531 8.25673C9.01793 8.1605 8.44531 8.45209 8.18354 8.97563L7.95255 9.43762C7.87994 9.41981 7.79889 9.39693 7.71085 9.36759C7.29732 9.22974 6.72332 8.9472 6.1381 8.36197C5.55288 7.77674 5.27033 7.20275 5.13248 6.78922C5.09524 6.67748 5.06842 6.57701 5.04913 6.49076Z' fill='%2392278F'/%3E%3C/svg%3E");
}
.person-phone:active, .person-phone:focus{
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.55538 2.16671H4.54867L5.51348 4.57873L3.96356 5.61201C3.7781 5.73565 3.6667 5.94381 3.6667 6.16671C3.66839 6.22913 3.6667 6.16737 3.6667 6.16737L3.6667 6.16807L3.6667 6.16957L3.66672 6.17293L3.66682 6.18115C3.66692 6.1873 3.66709 6.19476 3.66737 6.2035C3.66793 6.22098 3.66895 6.24357 3.67078 6.27095C3.67442 6.32568 3.6813 6.39967 3.69423 6.49016C3.72007 6.67102 3.77021 6.91878 3.86757 7.21086C4.06306 7.79733 4.44718 8.55667 5.19529 9.30478C5.9434 10.0529 6.70274 10.437 7.28921 10.6325C7.58129 10.7299 7.82905 10.78 8.00991 10.8058C8.1004 10.8188 8.17439 10.8256 8.22912 10.8293C8.2565 10.8311 8.27909 10.8321 8.29657 10.8327C8.30531 10.833 8.31277 10.8332 8.31891 10.8333L8.32714 10.8333L8.3305 10.8334L8.332 10.8334L8.33269 10.8334C8.33269 10.8334 8.40712 10.8293 8.33336 10.8334C8.58588 10.8334 8.81672 10.6907 8.92965 10.4648L9.37611 9.57192L12.3334 10.0648V12.9447C10.926 13.1482 7.12497 13.3488 4.1381 10.362C1.15123 7.3751 1.35184 3.57411 1.55538 2.16671ZM5.04913 6.49076L6.25308 5.68813C6.7777 5.33838 6.98562 4.66896 6.75145 4.08354L5.78664 1.67152C5.58416 1.16531 5.09388 0.833374 4.54867 0.833374H1.52055C0.914873 0.833374 0.344753 1.25415 0.245324 1.91131C0.019117 3.40638 -0.288781 7.82071 3.19529 11.3048C6.67936 14.7889 11.0937 14.481 12.5888 14.2547C13.2459 14.1553 13.6667 13.5852 13.6667 12.9795V10.0648C13.6667 9.41301 13.1955 8.85675 12.5526 8.7496L9.59531 8.25673C9.01793 8.1605 8.44531 8.45209 8.18354 8.97563L7.95255 9.43762C7.87994 9.41981 7.79889 9.39693 7.71085 9.36759C7.29732 9.22974 6.72332 8.9472 6.1381 8.36197C5.55288 7.77674 5.27033 7.20275 5.13248 6.78922C5.09524 6.67748 5.06842 6.57701 5.04913 6.49076Z' fill='%236D0F6B'/%3E%3C/svg%3E");
}
.person-telegram {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.333374 1.49996C0.333374 0.76358 0.930328 0.166626 1.66671 0.166626H12.3334C13.0698 0.166626 13.6667 0.763579 13.6667 1.49996V8.83329C13.6667 9.56967 13.0698 10.1666 12.3334 10.1666H9.27618L7.47145 11.9714C7.2111 12.2317 6.78899 12.2317 6.52864 11.9714L4.7239 10.1666H1.66671C0.930328 10.1666 0.333374 9.56967 0.333374 8.83329V1.49996ZM12.3334 1.49996H1.66671V8.83329H5.00004C5.17685 8.83329 5.34642 8.90353 5.47145 9.02855L7.00004 10.5572L8.52864 9.02855C8.65366 8.90353 8.82323 8.83329 9.00004 8.83329H12.3334V1.49996ZM3.00004 3.83329C3.00004 3.4651 3.29852 3.16663 3.66671 3.16663H10.3334C10.7016 3.16663 11 3.4651 11 3.83329C11 4.20148 10.7016 4.49996 10.3334 4.49996H3.66671C3.29852 4.49996 3.00004 4.20148 3.00004 3.83329ZM3.00004 6.49996C3.00004 6.13177 3.29852 5.83329 3.66671 5.83329H7.66671C8.0349 5.83329 8.33337 6.13177 8.33337 6.49996C8.33337 6.86815 8.0349 7.16663 7.66671 7.16663H3.66671C3.29852 7.16663 3.00004 6.86815 3.00004 6.49996Z' fill='%23838B98'/%3E%3C/svg%3E");
}
.person-telegram:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.333374 1.49996C0.333374 0.76358 0.930328 0.166626 1.66671 0.166626H12.3334C13.0698 0.166626 13.6667 0.763579 13.6667 1.49996V8.83329C13.6667 9.56967 13.0698 10.1666 12.3334 10.1666H9.27618L7.47145 11.9714C7.2111 12.2317 6.78899 12.2317 6.52864 11.9714L4.7239 10.1666H1.66671C0.930328 10.1666 0.333374 9.56967 0.333374 8.83329V1.49996ZM12.3334 1.49996H1.66671V8.83329H5.00004C5.17685 8.83329 5.34642 8.90353 5.47145 9.02855L7.00004 10.5572L8.52864 9.02855C8.65366 8.90353 8.82323 8.83329 9.00004 8.83329H12.3334V1.49996ZM3.00004 3.83329C3.00004 3.4651 3.29852 3.16663 3.66671 3.16663H10.3334C10.7016 3.16663 11 3.4651 11 3.83329C11 4.20148 10.7016 4.49996 10.3334 4.49996H3.66671C3.29852 4.49996 3.00004 4.20148 3.00004 3.83329ZM3.00004 6.49996C3.00004 6.13177 3.29852 5.83329 3.66671 5.83329H7.66671C8.0349 5.83329 8.33337 6.13177 8.33337 6.49996C8.33337 6.86815 8.0349 7.16663 7.66671 7.16663H3.66671C3.29852 7.16663 3.00004 6.86815 3.00004 6.49996Z' fill='%2392278F'/%3E%3C/svg%3E");
}
.person-telegram:active, .person-telegram:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.333374 1.49996C0.333374 0.76358 0.930328 0.166626 1.66671 0.166626H12.3334C13.0698 0.166626 13.6667 0.763579 13.6667 1.49996V8.83329C13.6667 9.56967 13.0698 10.1666 12.3334 10.1666H9.27618L7.47145 11.9714C7.2111 12.2317 6.78899 12.2317 6.52864 11.9714L4.7239 10.1666H1.66671C0.930328 10.1666 0.333374 9.56967 0.333374 8.83329V1.49996ZM12.3334 1.49996H1.66671V8.83329H5.00004C5.17685 8.83329 5.34642 8.90353 5.47145 9.02855L7.00004 10.5572L8.52864 9.02855C8.65366 8.90353 8.82323 8.83329 9.00004 8.83329H12.3334V1.49996ZM3.00004 3.83329C3.00004 3.4651 3.29852 3.16663 3.66671 3.16663H10.3334C10.7016 3.16663 11 3.4651 11 3.83329C11 4.20148 10.7016 4.49996 10.3334 4.49996H3.66671C3.29852 4.49996 3.00004 4.20148 3.00004 3.83329ZM3.00004 6.49996C3.00004 6.13177 3.29852 5.83329 3.66671 5.83329H7.66671C8.0349 5.83329 8.33337 6.13177 8.33337 6.49996C8.33337 6.86815 8.0349 7.16663 7.66671 7.16663H3.66671C3.29852 7.16663 3.00004 6.86815 3.00004 6.49996Z' fill='%236D0F6B'/%3E%3C/svg%3E");
}
.person-location{
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00008 0.833374C3.06675 0.833374 0.666748 3.23337 0.666748 6.16671C0.666748 9.76671 5.33341 13.8334 5.53341 14.0334C5.66675 14.1 5.86675 14.1667 6.00008 14.1667C6.13341 14.1667 6.33341 14.1 6.46675 14.0334C6.66675 13.8334 11.3334 9.76671 11.3334 6.16671C11.3334 3.23337 8.93341 0.833374 6.00008 0.833374ZM6.00008 12.6334C4.60008 11.3 2.00008 8.43337 2.00008 6.16671C2.00008 3.96671 3.80008 2.16671 6.00008 2.16671C8.20008 2.16671 10.0001 3.96671 10.0001 6.16671C10.0001 8.36671 7.40008 11.3 6.00008 12.6334ZM6.00008 3.50004C4.53341 3.50004 3.33341 4.70004 3.33341 6.16671C3.33341 7.63337 4.53341 8.83337 6.00008 8.83337C7.46675 8.83337 8.66675 7.63337 8.66675 6.16671C8.66675 4.70004 7.46675 3.50004 6.00008 3.50004ZM6.00008 7.50004C5.26675 7.50004 4.66675 6.90004 4.66675 6.16671C4.66675 5.43337 5.26675 4.83337 6.00008 4.83337C6.73341 4.83337 7.33341 5.43337 7.33341 6.16671C7.33341 6.90004 6.73341 7.50004 6.00008 7.50004Z' fill='%23838B98'/%3E%3C/svg%3E");
}
.person-location:hover{
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00008 0.833374C3.06675 0.833374 0.666748 3.23337 0.666748 6.16671C0.666748 9.76671 5.33341 13.8334 5.53341 14.0334C5.66675 14.1 5.86675 14.1667 6.00008 14.1667C6.13341 14.1667 6.33341 14.1 6.46675 14.0334C6.66675 13.8334 11.3334 9.76671 11.3334 6.16671C11.3334 3.23337 8.93341 0.833374 6.00008 0.833374ZM6.00008 12.6334C4.60008 11.3 2.00008 8.43337 2.00008 6.16671C2.00008 3.96671 3.80008 2.16671 6.00008 2.16671C8.20008 2.16671 10.0001 3.96671 10.0001 6.16671C10.0001 8.36671 7.40008 11.3 6.00008 12.6334ZM6.00008 3.50004C4.53341 3.50004 3.33341 4.70004 3.33341 6.16671C3.33341 7.63337 4.53341 8.83337 6.00008 8.83337C7.46675 8.83337 8.66675 7.63337 8.66675 6.16671C8.66675 4.70004 7.46675 3.50004 6.00008 3.50004ZM6.00008 7.50004C5.26675 7.50004 4.66675 6.90004 4.66675 6.16671C4.66675 5.43337 5.26675 4.83337 6.00008 4.83337C6.73341 4.83337 7.33341 5.43337 7.33341 6.16671C7.33341 6.90004 6.73341 7.50004 6.00008 7.50004Z' fill='%2392278F'/%3E%3C/svg%3E");
}
.person-location:active, .person-location:focus{
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00008 0.833374C3.06675 0.833374 0.666748 3.23337 0.666748 6.16671C0.666748 9.76671 5.33341 13.8334 5.53341 14.0334C5.66675 14.1 5.86675 14.1667 6.00008 14.1667C6.13341 14.1667 6.33341 14.1 6.46675 14.0334C6.66675 13.8334 11.3334 9.76671 11.3334 6.16671C11.3334 3.23337 8.93341 0.833374 6.00008 0.833374ZM6.00008 12.6334C4.60008 11.3 2.00008 8.43337 2.00008 6.16671C2.00008 3.96671 3.80008 2.16671 6.00008 2.16671C8.20008 2.16671 10.0001 3.96671 10.0001 6.16671C10.0001 8.36671 7.40008 11.3 6.00008 12.6334ZM6.00008 3.50004C4.53341 3.50004 3.33341 4.70004 3.33341 6.16671C3.33341 7.63337 4.53341 8.83337 6.00008 8.83337C7.46675 8.83337 8.66675 7.63337 8.66675 6.16671C8.66675 4.70004 7.46675 3.50004 6.00008 3.50004ZM6.00008 7.50004C5.26675 7.50004 4.66675 6.90004 4.66675 6.16671C4.66675 5.43337 5.26675 4.83337 6.00008 4.83337C6.73341 4.83337 7.33341 5.43337 7.33341 6.16671C7.33341 6.90004 6.73341 7.50004 6.00008 7.50004Z' fill='%236D0F6B'/%3E%3C/svg%3E");
}
.person-qr{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='15' version='1.1' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.993.8775c1.0408.006363 2.3503 1.2298 2.3461 2.2536l-.03666 8.8281c-.0042 1.0238-1.1037 2.4056-2.1445 2.4158l-9.1399.09014c-1.0408.01027-2.41-1.5508-2.4091-2.5746l.007531-8.6332c.0008932-1.0238 1.489-2.4402 2.5299-2.4339zm-.036658-.73317h-8.81c-1.7375 0-3.1464 1.3859-3.1464 3.0949v8.6658c0 1.709 1.409 3.0949 3.1464 3.0949h8.81c1.7381 0 3.1464-1.3859 3.1464-3.0949v-8.6658c0-1.709-1.4083-3.0949-3.1464-3.0949zm-5.0343 4.9519h-.62928v-1.238h.62928v.61899h1.2586v.61899h-.62928v.61899h-.62928zm1.2586 7.4278v-.61899h-.62928v.61899zm-.62928-9.2848v-.61899h-1.2586v.61899h.62928v.61899h.62928zm5.0343-.61899v3.7139h-.62928v-.61899h-2.5171v-3.0949zm-.62928 2.4759v-1.857h-1.8879v1.857zm-8.81 1.238h-.62928v.61899h1.2586v-.61899zm0 1.857h.62928v.61899h.62928v-1.857h-.62928v.61899h-1.2586v1.238h.62928zm3.1464.61899v1.238h.62928v-1.238zm2.5171-6.1899h-.62928v1.857h.62928zm0 3.0949v-.61899h-.62928v.61899zm1.8879-1.238h.62928v-.61899h-.62928zm-6.2928-.61899h-.62928v.61899h.62928zm1.2586-1.238v3.0949h-3.1464v-3.0949zm-.62928.61899h-1.8879v1.857h1.8879zm5.6636 3.0949v.61899h-.62928v-.61899h-1.2586v.61899h-.62928v-.61899h-1.8879v-.61899h-.62928v.61899h-.62928v.61899h.62928v1.238h.62928v-.61899h.62928v1.238h.62928v-1.238h1.8879v.61899h-1.2586v.61899h1.2586v.61899h.62928v-1.857h.62928v.61899h.62928v1.238h.62928v-.61899h.62928v-.61899h-.62928v-.61899h-.62928v-.61899h.62928v-.61899zm-6.9221 4.9519h.62928v-.61899h-.62928zm-1.2586-1.857h3.1464v3.0949h-3.1464zm.62928 2.4759h1.8879v-1.857h-1.8879zm7.5514-1.857v-.61899h-.62928v.61899zm0 .61899h-.62928v.61899h-.62928v-.61899h-.62928v-.61899h.62928v-.61899h-1.2586v-.61899h-.62928v1.238h-.62928v.61899h-.62928v1.857h.62928v-.61899h.62928v-.61899h1.2586v1.238h.62928v-.61899h.62928v.61899h1.2586v-.61899h.62928v-.61899h-1.2586zm-5.6636-1.857h.62928v-.61899h-.62928zm6.2928 1.238v.61899h.62928v.61899h.62928v-1.857h-.62928v.61899zm1.2586 2.4759v-.61899h-.62928v.61899zm0-4.9519v-.61899h-.62928v.61899z' style='fill:%23838b98'/%3E%3C/svg%3E");

}
.person-content {
}
.person-content__img img{
    margin-right:10px;
    margin-bottom:16px;
    width:155px;
}
.person-content__quote{
background-color: #F5F7FA;
padding:16px 24px 16px 74px;
margin:50px 0 12px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='34' height='24' viewBox='0 0 34 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34 0L22.6351 24H14.4902L28.2228 0H34ZM19.5097 0L8.14485 24H0L13.7326 0H19.5097Z' fill='%23C9D0D9'/%3E%3C/svg%3E");
background-repeat:no-repeat;
background-position:16px 16px;

}
.person-content_more{
font-weight: 500;
font-size: 12px;
line-height: 130%;    
}
.section-skill{
background-color: #F5F7FA;
margin:96px 0;
}
.section-skill__row{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.section-skill ul li {
    padding: 0.5rem 0;
    position:relative;
    list-style:none;
        width:48%;
}
.section-skill ul li:before {
    content: "";
    height: 6px;
    width: 6px;
    display: block;
    position: absolute;
    left: -15px;
    top: 9px;
    background-color: #92278f;
    top: 1rem;
}
section h3 {
    font-weight: 700;
font-size: 25px;
line-height: 130%;
text-transform: uppercase;
text-align:center;
}
.overflow-img h4 {
    margin-bottom:30px;
}

.person-video__card{
    background: #F5F7FA;
    padding:16px;
    margin:0 8px;
    max-width: 487px;
    min-height:100%;
}
.person-video__card:hover {
    background: #EDE9F7;
}
.person-video__card:active, .person-video__card:focus {
   background:#CEAEE2;  
}
.person-video__data {
    font-weight: 400;
font-size: 10px;
line-height: 130%;
color: #838B98;
margin:16px 0 4px;
}
.person-video__title {
font-weight: 500;
font-size: 16px;
line-height: 130%;
color:#010101;
}
.person-video__content {
    font-weight: 400;
font-size: 12px;
line-height: 130%;
    color: #838B98;
    margin-top:8px;
}
.section-video .splide__track {
    margin-bottom:50px;
}
.person-video__link {
font-weight: 500;
font-size: 10px;
line-height: 130%;
}
.person-publication {
   margin-top:60px;
    position:relative;
    margin-bottom:50px;
}
.width-gradient{
    position:absolute;
    width:300px;
    height:300px;
    left:0;
    right:0;
    top: -50px;
    margin:0 auto;
    background:url('/local/img/gradient.png');
   background-size: 100%;
   background-repeat:no-repeat;
       flex-shrink: 1;
    overflow: hidden;
}
.team .maincols ul.tabs__links, .tabs__links {
    display:flex;
    justify-content:center;
    margin:0 auto;
    padding:0;
    margin-bottom:60px;
    
}
.tabs__links li {
    list-style:none;
    margin-right:24px;
}
.tabs__links li a {
    font-weight: 500;
font-size: 16px;
line-height: 130%;
padding-bottom:4px;
color: #838B98;
white-space: nowrap;
}
.tabs__links li.tabs__link-wrap--active a{
    border-bottom:2px solid #92278F;
    color: #92278F;
}
.news-card {
    padding:16px;
    margin-bottom:16px;
    display:block;
    background: #F5F7FA;
    height: calc(100% - 1rem);
   width: calc(100% - 1rem);
}
.news-card:hover {
    background: #EDE9F7;
}
.news-card:active, .news-card:focus {
    background: #CEAEE2;
}
.news-card__header {
 display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:8px;
}
.news-card__label {
    background-color: #fff;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin: 0 10px 10px 0;
    vertical-align: baseline;
    padding: 6px;
    line-height: 140%;
    border-radius: 0;
    color: #838b98;
    font-size: 12px;
}
.news-card__data{
    font-weight: 400;
font-size: 12px;
line-height: 130%;
color: #010101;
}
.news-card__content {
 font-weight: 500;
font-size: 20px;
line-height: 130%;   
color: #010101;
}
.tabs__content-item{
    height: 0;
    overflow: hidden;
}
.tabs__content-item .row {
    margin-left:0;
    margin-right:0;
}
.tabs__content-item--active {
    height: auto;
}
.person-publication .btn, .section-video .btn {
    padding:15px 94px;
} 
.tabs__content-wrapper .btn {
    margin-top:50px;
}
/*product*/
.product-card {
    background: #F5F7FA;
    display:flex;
    flex-direction:column;
    padding:16px;
    margin-bottom:16px;
    height: calc(100% - 16px);
    width: calc(100% - 16px);
}
.product-card:hover {
 background: #EDE9F7;   
}
.product-card:focus,.product-card:active {
   background: #CEAEE2;  
}
.product-card__img {
    min-width:100%;
    background-color:#fff;
    text-align:center;
    padding:16px;
    margin-bottom:16px;
}
.product-card__title {
    font-weight: 500;
font-size: 14px;
line-height: 130%;
margin-bottom:12px;
}
.product-card__content {
    font-weight: 400;
font-size: 12px;
line-height: 130%;
color: #838B98;
padding-bottom:30px;
}
.product-card__content p {
    margin-bottom:0;
}
.product-card__content a {
font-weight: 500;
font-size: 10px;
line-height: 130%;
}
.product-card__footer {
    display:flex;
    justify-content:space-between;
    margin-top:auto;
    
}
.product-card__price {
    flex-grow:3;
}
.product-card__price p {
  font-weight: 700;
font-size: 18px;
line-height: 130%;  
margin-bottom:0px;
}
.product-card__price span {
    font-weight: 400;
font-size: 12px;
line-height: 130%;
color: #6BDCA6;
}
.product-card button {
    width:52px;
   height:52px;
   background-color: #A833A8;
   border:1px solid #A833A8;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25 18.125C7.94036 18.125 8.5 17.5654 8.5 16.875C8.5 16.1846 7.94036 15.625 7.25 15.625C6.55964 15.625 6 16.1846 6 16.875C6 17.5654 6.55964 18.125 7.25 18.125Z' fill='white'/%3E%3Cpath d='M15.375 18.125C16.0654 18.125 16.625 17.5654 16.625 16.875C16.625 16.1846 16.0654 15.625 15.375 15.625C14.6846 15.625 14.125 16.1846 14.125 16.875C14.125 17.5654 14.6846 18.125 15.375 18.125Z' fill='white'/%3E%3Cpath d='M4.30469 5.625H18.3203L16.2578 12.8437C16.1842 13.1057 16.0266 13.3363 15.8093 13.5C15.5919 13.6638 15.3268 13.7516 15.0547 13.75H7.57031C7.29819 13.7516 7.03308 13.6638 6.81572 13.5C6.59836 13.3363 6.44078 13.1057 6.36719 12.8437L3.53906 2.95313C3.50169 2.82246 3.42275 2.70754 3.3142 2.62578C3.20565 2.54401 3.0734 2.49986 2.9375 2.5H1.625' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
 background-position:center;
 background-repeat:no-repeat;
}
.person__deckription--mobile, .person-deckription__links--mobile {
    display:none;
}
.overflow-tab, .overflow-img {
    max-width:100%;
    overflow:hidden;
}

@media (max-width:769px){
    .person-sitebar {
        display:flex;
    }
    .person-sitebar__img {
        margin-right:16px;
    }
    .person-deckription__right-part {
        min-width:117px;
    }
    .person-deckription__links a {
        padding-left: 20px;
        margin-right: 10px;
        font-size: 14px;
    }
}
@media (max-width:600px){
    .person__header:before{
     height:380px;
    }
    .person-content {
        margin-top:2rem;
    }
    .section-skill ul li{
    width:100%;
}
    .person-sitebar__img  {
        width:150px;
        height:150px;
    }
    .person-sitebar {
    display: flex;
    flex-wrap: wrap;
}
.person-deckription {
    display:none;
}
.person__deckription--mobile {
    display:block;
    margin-bottom:40px;
}
.person-deckription__links--mobile  {
    display:flex;
    flex-direction:column;
}
.person__deckription--mobile h1 {
font-weight: 500;
font-size: 16px;
line-height: 130%;
margin-top: 0;
}
.person-sitebar p {
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 12px;
}
.person-deckription__links--mobile a {
    margin-bottom:16px;
}
.tag-btn {
    font-size:10px;
}
.person-content__quote {
    padding:52px 12px 12px 12px;
    background-position: 16px 14px;
}
section h3 {
    font-weight: 500;
    font-size: 20px;
}
.person-publication .btn, .section-video .btn {
    padding: 15px 54px;
    line-height:24px;
}
.text-center {
    width:100%;
}
.tabs__links, .person-content__img {
    display:flex;
    padding-bottom:15px;
    margin-bottom:30px;
    overflow-x: scroll;
    width:auto;
    justify-content: flex-start;
        align-items: flex-start;
}
.news-card__content {
    font-size:16px;
}
}
   @media(max-width:368px){
         .person__deckription--mobile{
        max-width:100%;
         margin-left:15px;
         }  
      }
         @media(max-width:600px)and (min-width:368px){
           .person__deckription--mobile{
   max-width: 48%;

          }  
          .person-sitebar__img {
           margin-left:15px;
           margin-right:10px;
           max-width: 50%;
       }
         }
   @media(max-width:600px){
       .person__header:before{
           background:none;
       }
       .person-sitebar {
           width:100%;
           padding-top:2rem;
           background: linear-gradient(90.58deg, rgba(146, 39, 143, 0.2) 0.5%, rgba(127, 166, 216, 0.2) 99.76%), #FFFFFF;
       }
       .person-sitebar__img {
           margin-left:15px;
       }
       .person__deckription--mobile{
    display: block;
    margin-bottom: 20px;
    
       }
       
       .person-deckription__links--mobile {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background: #ffffff;
    padding: 1rem 0 0 0;
}
.person-deckription__links--mobile a {
    min-width:40%;
}
.person-deckription__links--mobile a:nth-child(odd) {
  margin-right:15px;  
}
.person__links {
    width:100%;
     background: #ffffff;
}
   } 
@media(max-width:600px){
    .section-skill {
        margin: 10px 0;
    }
    .person-content__quote{
        margin:0 0 12px;
    }
    .section-video .splide__track {
    margin-bottom: 0px; 
}
.team .maincols ul.tabs__links, .tabs__links{
    justify-content:flex-start;
        padding-bottom: 20px;
}
}
.splide__arrow svg {
    display:none;
}
.splide--events .splide__arrows .splide__arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 13.7071C-0.0976311 13.3166 -0.0976312 12.6834 0.292893 12.2929L5.58579 7L0.292893 1.70711C-0.0976317 1.31658 -0.0976317 0.683417 0.292893 0.292893C0.683417 -0.0976315 1.31658 -0.0976315 1.70711 0.292893L7.70711 6.29289C8.09763 6.68342 8.09763 7.31658 7.70711 7.70711L1.70711 13.7071C1.31658 14.0976 0.683418 14.0976 0.292893 13.7071Z' fill='%2392278F'/%3E%3C/svg%3E");
}
section h3.text-left {
    text-align:left;
}
section.section-video h4.text-left {
    margin-left: 8px;
    font-size: 18px;
    }
#events-alt.splide--events .splide__arrows {
    top:0;
    bottom:0;
    left:50%;
}
    #events-alt.splide--events .splide__arrows .splide__arrow--prev {
     left:0;
     top: -1.5rem;
    transform: rotate(-90deg);
    }
    #events-small.splide--events .splide__arrows .splide__arrow--next {
    right: -0.5rem;
}
    #events-alt.splide--events .splide__arrows .splide__arrow--next {
     left:0;
     bottom: 2rem;
    transform: rotate(90deg);
    z-index:10;
    }
.alt-bg{
background: #EDE9F7;    
} 
.alt-bg h4 {
    padding:0 16px;
}
.alt-bg.ml-1 {
    margin-left:1rem;
    border:1px solid #EDE9F7; 
}
@media(max-width:600px){
 .alt-bg.ml-1 {
    margin-left: 0;
} 
.section-video .col-lg-8.col-md-6, .section-video .col-lg-4.col-md-6 {
    width:100%;
    background: #F5F7FA;
    margin-bottom: 1rem;

}
}
.splide--events .splide__arrows .splide__arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 13.7071C-0.0976311 13.3166 -0.0976312 12.6834 0.292893 12.2929L5.58579 7L0.292893 1.70711C-0.0976317 1.31658 -0.0976317 0.683417 0.292893 0.292893C0.683417 -0.0976315 1.31658 -0.0976315 1.70711 0.292893L7.70711 6.29289C8.09763 6.68342 8.09763 7.31658 7.70711 7.70711L1.70711 13.7071C1.31658 14.0976 0.683418 14.0976 0.292893 13.7071Z' fill='%2392278F'/%3E%3C/svg%3E");
}
section h3.text-left {
    text-align:left;
}
section.section-video h4.text-left {
    margin-left: 8px;
    font-size: 18px;
    }
#events-alt.splide--events .splide__arrows {
    top:0;
    bottom:0;
    left:50%;
}
    #events-alt.splide--events .splide__arrows .splide__arrow--prev {
     left:0;
     top: -0.5rem;
    transform: rotate(-90deg);
    }
    #events-small.splide--events .splide__arrows .splide__arrow--next {
    right: -0.5rem;
}
    #events-alt.splide--events .splide__arrows .splide__arrow--next {
     left:0;
     bottom: 2rem;
    transform: rotate(90deg);
    z-index:10;
    }
.alt-bg{
background: #EDE9F7;    
} 
.alt-bg h4 {
    padding:0 16px;
}
ul.fast-menu {
    padding:0!important;
    margin:0; 
    margin-bottom:2rem!important;
    list-style:none; 
    display:flex; 
    justify-content: flex-start;
    
    margin-bottom: 2rem;
}
ul.fast-menu.fast-menu--alt {
 justify-content:space-between;   
}
ul.fast-menu li {
    margin-right:2rem;
}
ul.fast-menu.fast-menu--alt li {
    margin:0;
}
ul.fast-menu li a {
    display:block;
    padding:4px 8px;
    border-radius:4px;
    background-color:#92278f1a;
    font-size:10px;
    font-weight:600;
    text-transform:uppercase;
    transition:all 0.3s linear;
}
ul.fast-menu li a:hover {
    background-color:#92278f;
    color:#ffffff;
}
ul.fast-menu li a.active {
    background-color:#92278f;
    color:#ffffff;
}
ul.fast-menu li a.active:hover {
    background-color:#6f196c; 
     color:#ffffff;
}
.alt-bg.ml-1 {
    margin-left:1rem;
    border:1px solid #EDE9F7; 
}
    .person-qrcode--alt {
        display:none;
    }
    .person-qr {
        display:none;
    }
@media(max-width:600px){
        .person-qr {
        display:block;
    }
    .person-qrcode--alt {
        display:none;
        text-align: center;
    }
    .person-qrcode--alt.open {
        display:block;
    }
    ul.fast-menu {
        flex-direction:column;
    }
     ul.fast-menu li, ul.fast-menu.fast-menu--alt li {
         margin-bottom:0.5rem;
         margin-right:0;
     }
 .alt-bg.ml-1 {
    margin-left: 0;
} 
.section-video .col-lg-8.col-md-6, .section-video .col-lg-4.col-md-6 {
    width:100%;
    background: #F5F7FA;
    margin-bottom: 1rem;

}
}
.person-sitebar__play {
    display: flex;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #92278F;
    margin-left: 12px;
cursor:pointer
}
 .video-business-card .modal__dialog{
width:580px;}
/* End */
/* /local/css/main/splide.css?177660138910134 */
/* /local/css/person/person.css?177660138938627 */
