div:not(.slick-track):not(.accordeon-item-content):not(.personCardWrap):not(.vue-recycle-scroller):not(.vue-recycle-scroller__item-wrapper),
p,
a:not(.eventsWrap) {
    /*transition: all 0.2s;*/
}

.slicky-admin-edit-menu {
    position: fixed;
    background-color: rgba(255,255,255,.4);
    backdrop-filter: blur(10px);
    top: 150px;
    z-index: 1000;
    left: 15px;
    padding: 10px;
    border: solid 1px black;
    border-radius: 10px;
    max-width: 500px;
    max-height: 500px;
    overflow-y: auto;
}
.slicky-admin-edit-menu-item {
    color: #6345DC;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 1024px) {
    .events-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .events-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

body {
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    overflow-y: auto !important;
}

.leftMenu {
    list-style: none;
    padding-left: 0 !important;
    line-height: 40px;
}

.leftMenu .menuItem {
    font-weight: 600;
}

.row {
    margin-right: -20px !important;
    margin-left: -20px !important;
}

.col,
[class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.compensate-for-scrollbar {
    margin: 0 !important;
}

a {
    text-decoration: none;
}

.bottom-col {
    text-align: center;
    padding: 0 20px 0 0;
}

.bottom-col button {
    padding: 10px;
    border: 1px solid #CCCCCC;
    background: none;
    color: #CCCCCC;
    border-radius: 5px;
}

.bottom-line {
    padding: 0 0 40px 0;
}

.container {
    padding: 0 0px;
}

p {
    margin: 0;
}

.hidden {
    display: none;
}

.spaceBetween {
    display: flex;
    justify-content: space-between;
}

.noWrap {
    flex-wrap: nowrap;
}

.justifyStart {
    display: flex;
    justify-content: flex-start;
}

.justifyEnd {
    display: flex;
    justify-content: flex-end;
}

.justifyCenter {
    display: flex;
    justify-content: center;
}

.alignCenter {
    display: flex;
    align-items: center;
}

.accordeon-item.interest .interest-title:after {
    content: '';
    display: block;
    background-image: url(../../images/CaretDownDarkGrey.svg);
    height: 24px;
    width: 24px;
    right: 18px;
    top: calc(50% - 12px);
    position: absolute;
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.accordeon-item-content .btn-primary {
    margin-bottom: 30px;
}

.accordeon-item.interest.show .interest-title:after {
    transform: rotate(
            180deg
    );
}

.interest-title {
    margin-bottom: 30px;
    font-weight: 600;
    width: 200px;
    position: relative;
}

.interest-title:after {

}

.alignEnd {
    display: flex;
    align-items: flex-end;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.popups {
    display: none;
}

.fancybox-is-open .fancybox-bg {
    background: rgba(45, 44, 75, 0.6);
    backdrop-filter: blur(10px);
    opacity: 1;
}

.fancybox-container {
    backdrop-filter: blur(10px);
}

.accordeon-item-header {
    cursor: pointer;
}

.accordeon-item-content {
    display: none;
}

.menuWrapper {
    width: 100%;
    z-index: 4;
    top: 0;
}

.headerScroll {
    position: fixed;
    background-color: white;
    border-bottom: 1px solid #D3DCE2;
}

.header1 li {
    display: inline-block;
}

.header1 .headerImg {
    width: 260px;
    height: 60px;
    background-image: url(../../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}

.header1 .menu {
    height: 104px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.menuAdaptiveBlock {
    display: none;
}

.menuAdaptive {
    position: absolute;
    right: -100vw;
    max-width: 100vw;
    top: 0;
    display: none;
}

.blur {
    position: absolute;
    top: 0;
    width: calc(50vw - 20px);
    left: -100vw;
    height: 100vh;
    background: rgba(45, 44, 75, 0.6);
    backdrop-filter: blur(10px);
    z-index: 1;
}

.h5MenuAdaptive {
    position: absolute;
    right: 0;
    width: 100vw;
    max-height: 100vh;
    top: -100vh;
}

.h5Blur {
    position: fixed;
    bottom: -100vh;
    width: 100vw;
    left: 0;
    height: calc(100vh - 753px);
    background: rgba(45, 44, 75, 0.6);
    backdrop-filter: blur(10px);
    z-index: 1;
}

.onlyMobNotEvenTabSerious {
    display: none;
}

body .pt0 {
    padding-top: 0;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}

.violetWrap:hover {
    filter: drop-shadow(0px 7px 25px rgba(109, 14, 232, 0.6));
}

.redWrap:hover {
    filter: drop-shadow(0px 7px 40px rgba(217, 39, 82, 0.6));
}

.header1 li a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-right: 30px;
}

.headerScroll .header1 li a {
    color: #39394B;
}

.headerScroll .header1 .headerImg {
    background-image: url(../../images/logo1Scroll.png);
}

.header1 li a:hover {
    color: #D92752;
}

.header1 li.activeMenu a {
    color: #D92752;
}

.header1 .personImg {
    background-image: url(../../images/User.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
}

.Intro1 {
    width: 100%;
    height: 1127px;
    background-image: url(../../images/bg1.png);
    background-size: cover;
    background-color: rgba(24, 15, 57, 0.7);
    backdrop-filter: blur(2px);
}

.Intro1 {
    padding-top: 337px;
}

.Intro1 .dedication {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FD4B75;
}

.Intro1 h1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 55px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 16px 0 40px 0;
}

.Intro1 h1 span {
    color: #FD4B75;
}

.Intro1 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 43px;
}

.Intro1 .infodesc {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.Intro1 .infoVal {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-right: 145px;
}

.Intro1 .btn {
    margin-top: 52px;
    margin-right: 40px;
}

.Intro1 .btn p {
    display: inline;
}

.Intro1 .btnTicket {
    padding: 19px 34px;
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(217, 39, 82, 0.17) 100%);
}

.Intro1 .btnTicket:hover {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(255, 37, 89, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.Intro1 .btnTicket:active {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #FF003D 0%, rgba(255, 16, 73, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.Intro1 .btnTicket p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 0;
    padding-left: 26px;
    background-image: url(../../images/btnTicket.svg);
    background-repeat: no-repeat;
    background-position-y: center;
}

.Intro1 .btnParticipate {
    padding: 19px 34px;
    border: 2px solid #6345DC;
    box-sizing: border-box;
    border-radius: 6px;
}

.Intro1 .btnParticipate:hover {
    background: #6345DC;
}

.Intro1 .btnParticipate:active {
    background: #9278FC;
    border: 2px solid #9278FC;
}

.Intro1 .btnParticipate p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 0;
    padding-left: 26px;
    background-image: url(../../images/btnUser.svg);
    background-repeat: no-repeat;
    background-position-y: center;
}

.about1 .aboutTexts {
    margin-bottom: 130px;
}

.about1 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-top: 147px;
    margin-bottom: 40px;
}

.about1 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.about1 .number {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D92752;
    margin-bottom: 8px;
}

.about1 .numberDesc {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: lowercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    width: 100%;
    text-align: center;
}

.about1 .numbersWrap {
    top: -71px;
    width: calc(100% - 40px);
}

.about1 .numberWrap {
    width: 16%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 6px;
    filter: drop-shadow(0px 4px 60px rgba(21, 23, 85, 0.05));
    padding: 30px 0px;
}

.about1 .aboutImg {
    width: 680px;
    height: 809px;
    background-size: cover;
    background-image: url(../../images/about1.png);
    border-radius: 6px;
    position: absolute;
    margin-top: -117px;
    filter: drop-shadow(0px 4px 60px rgba(21, 23, 85, 0.05));
    border-radius: 6px;
}

.translation1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.translation1 .navtabsWrap {
    margin-bottom: 34px;
    padding-bottom: 10px;
}

.translation1 .tabs {
    position: relative;
    z-index: 1;
}

.translation1 .tab {
    padding: 14px 25px;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    background: #FFFFFF;
    margin-right: 10px;
}

.translation1 .tab:last-child {
    margin-right: 0px;
}

.translation1 .tab:hover {
    color: #FFFFFF;
    background: #9278FC;
}

.translation1 .tabContent {
    display: none;
}

.translation1 .tabContentActive {
    display: block;
}

.translation1 .tab.tabActive {
    color: #FFFFFF;
    background: #6345DC;
}

.translation1 .translationPlug {
    width: 100%;
    height: 653px;
    background-size: cover;
    background-image: url(../../images/TransPlug.png);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 6px;
}

.translation1 .playBtn {
    height: 81px;
    width: 81px;
    background: radial-gradient(50% 50% at 50% 50%, #D92752 0%, rgba(217, 39, 82, 0.23) 100%);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
}

.translation1 .playBtn:hover {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(255, 37, 89, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.translation1 .playBtn:active {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #FF003D 0%, rgba(255, 16, 73, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.translation1 .playImg {
    background-image: url(../../images/Play.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 20px;
    background-size: cover;
}

.translation1 p {
    width: 100%;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    text-align: center;
}

.toParticipants1 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.toParticipants1 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.toParticipants1 .navtabsWrap {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.toParticipants1 .tab {
    padding: 13px 40px;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    background: #F5F5F5;
    margin-right: 10px;
}

.toParticipants1 .tab:hover {
    color: #FFFFFF;
    background: #9278FC;
}

.toParticipants1 .tabContent {
    display: none;
}

.toParticipants1 .tabContentActive {
    display: block;
}

.toParticipants1 .tab.tabActive {
    color: #FFFFFF;
    background: #6345DC;
}

.toParticipants1 .desc1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 23px;
}

.toParticipants1 .desc2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-bottom: 100px;
}

.toParticipants1 .btnReg {
    padding: 19px 40px;
    background: #D92752;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toParticipants1 .btnReg:hover {
    background: #D92752;
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.toParticipants1 .btnReg:active {
    background: #EE0D44;
}

.toParticipants1 .btnReg div {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding-left: 26px;
    background-image: url(../../images/btnUser.svg);
    background-position-y: center;
    background-repeat: no-repeat;
}

.toParticipants1 h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 30px;
}

.toParticipants1 .desc3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
    margin-bottom: 20px;
}

.toParticipants1 ul {
    padding: 0;
    list-style-type: none;
}

.toParticipants1 li {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    padding-left: 30px;
    background-image: url(../../images/CheckSquareOffset.svg);
    background-position-y: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.toParticipants1 .desc5 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
    margin-bottom: 10px;
}

.toParticipants1 .priceBlock {
    background: #F5F5F5;
    border-radius: 6px;
    padding: 14px 0 19px 23px;
    margin-bottom: 33px;
}

.toParticipants1 .priceDesc {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    padding-right: 33px;
    background-image: url(../../images/Question.svg);
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    display: inline-block;
}

.toParticipants1 .priceVal {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.toParticipants1 a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #6345DC;
    text-decoration: none;
}

.toParticipants1 .priceBlockLarge a {
    margin-top: 9px;
    display: block;
}

.toParticipants1 .desc4 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
}

.program1 {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(../../images/bgDark1.png);
    background-size: cover;
}

.program1 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 29px;
}

.program1 .navtabsWrap {
    margin-bottom: 43px;
    padding-bottom: 10px;
}

.program1 .tab {
    padding: 13px 40px;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    background: rgba(245, 245, 245, 0.2);
    margin-right: 10px;
}

.program1 .tab:hover {
    color: #FFFFFF;
    background: #9278FC;
}

.program1 .tabContent {
    display: none;
}

.program1 .tabContentActive {
    display: block;
}

.program1 .tab.tabActive {
    color: #FFFFFF;
    background: #6345DC;
}

.program1 ul {
    padding: 0;
    list-style-type: none;
}

.program1 li {
    padding-left: 31px;
    background-position-y: center;
    background-repeat: no-repeat;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;
}

.program1 li::before {
    content: ' ';
    width: 16px;
    height: 2px;
    background: #D92752;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

.program1 .slide1Img {
    background-image: url(../../images/slide1Img.png);
    background-size: cover;
    height: 423px;
    filter: drop-shadow(0px 4px 60px rgba(21, 23, 85, 0.05));
}

.commitee1 {
    padding-top: 111px;
    padding-bottom: 75px;
}

.commitee1 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.commitee1 .personCardWrap {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.commitee1 .personCard {
    position: absolute;
    z-index: 2;
    padding: 48px 25px 20px 34px;
    top: 0;
}

.commitee1 .name {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 4px;
    margin-top: 264px;
}

.commitee1 .job {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D3DCE2;
}

.commitee1 .detail {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D3DCE2;
    display: none;
}

.commitee1 .personImg {
    height: 450px;
    background-size: cover;
}

.commitee1 .personImgFilter {
    height: 450px;
    position: absolute;
    background: linear-gradient(360deg, #39394B 0%, rgba(0, 0, 0, 0) 63.33%);
    width: 100%;
}

.commitee1 .personCardWrap:hover .name {
    margin-top: 0;
}

.commitee1 .personCardWrap:hover .detail {
    display: block;
}

.commitee1 .personCardWrap:hover .personImgFilter {
    background: rgba(28, 20, 58, 0.8);
    backdrop-filter: blur(20px);
}

.commitee1 .personCardWrap:hover {
    filter: drop-shadow(0px 4px 60px rgba(99, 69, 220, 0.56));
}

.commitee1 .btnWatchAll {
    border: 2px solid #6345DC;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 19px 40px;
    margin-top: 10px;
}

.commitee1 .btnWatchAll p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    padding-left: 24px;
    position: relative;
}

.commitee1 .btnWatchAll p::before {
    background-image: url(../../images/CaretDownBlack.svg);
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
}

.commitee1 .btnWatchAll:hover p {
    color: #6345DC;
}

.commitee1 .btnWatchAll:hover p::before {
    background-image: url(../../images/CaretDownViolet.svg);
}

.commitee1 .btnWatchAll:active {
    color: #9278FC;
}

.commitee1 .btnWatchAll:active p {
    color: #9278FC;
}

.commitee1 .btnWatchAll:active p::before {
    background-image: url(../../images/CaretDownLightViolet.svg);
}

.news1 {
    padding-top: 75px;
    padding-bottom: 150px;
}

.news1NotSlider {
    display: none;
}

.news1 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.news1 .slider-arrows {
    display: flex;
}

.news1 .slick-next {
    position: inherit;
    width: 32px;
    height: 32px;
    transform: translate(0, 0);
}

.news1 .slick-prev {
    position: inherit;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    transform: translate(0, 0);
}

.news1 .slick-next:before {
    content: '';
    background-image: url(../../images/CaretCircleRightDarkGrey.svg);
    width: 32px;
    height: 32px;
    display: block;
}

.news1 .slick-prev:before {
    content: '';
    background-image: url(../../images/CaretCircleLeftDarkGrey.svg);
    width: 32px;
    height: 32px;
    display: block;
}

.news1Slider {
    width: calc(1400px + 50vw - 1400px * 0.5) !important;
    position: relative;
}

.news1Slide {
    width: 600px !important;
    padding-right: 40px;
}

.news1 .newsWrap {
    background-size: cover;
    height: 390px;
    background-size: cover;
    border-radius: 6px;
}

.news1 .newsFilter {
    padding: 245px 37px 32px 37px;
    background: linear-gradient(0deg, #1D1D21 0%, rgba(29, 29, 33, 0) 106.54%);
    border-radius: 6px;
    height: 100%;
    overflow: hidden;
}

.news1 .date {
    padding: 5px 13px;
    background: #D92752;
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 13px;
}

.news1 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.partners1 {
    padding-top: 103px;
    padding-bottom: 110px;
    background: #F5F5F5;
    backdrop-filter: blur(10px);
}

.partners1 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 52px;
}

.partners1 .partnerWrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    height: 160px;
}

.partners1 .partnerWrap img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.gallery1 {
    padding-top: 146px;
    padding-bottom: 110px;
}

.gallery1 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.gallery1 .smallImg {
    margin-bottom: 40px;
    height: 330px;
    background-size: cover;
    width: 100%;
    position: relative;
}

.gallery1 .bigImg {
    margin-bottom: 40px;
    height: 440px;
    background-size: cover;
    width: 100%;
    position: relative;
}

.gallery1 .galBlur {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(28, 20, 58, 0.1);
    backdrop-filter: blur(20px);
    display: none;
    align-items: center;
    justify-content: center;
}

.gallery1 .galBlur .glass {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-image: url(../../images/MagnifyingGlassPlus.svg);
}

.gallery1 .smallImg:hover .galBlur {
    display: flex;
}

.gallery1 .bigImg:hover .galBlur {
    display: flex;
}

.place1 {
    background-color: #3b3b4e;
    padding: 150px 0;
}

.place1 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.place1 .alignCenter {
    flex-wrap: wrap;
}

.place1 .placeDesc1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.place1 .navtabsWrap {
    margin-bottom: 16px;
    padding-bottom: 10px;
}

.place1 .tabs {
    position: relative;
    z-index: 1;
}

.place1 .tab {
    padding: 13px 40px;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    background: #F5F5F5;
    margin-right: 10px;
}

.place1 .tab:hover {
    color: #FFFFFF;
    background: #9278FC;
}

.place1 .tabContent {
    display: none;
}

.place1 .tabContentActive {
    display: block;
}

.place1 .tab.tabActive {
    color: #FFFFFF;
    background: #6345DC;
}

.place1 .station {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.place1 .stationDesc {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.place1 .stationDesc:first-child {
    margin-bottom: 40px;
}

.place1 .mapImg {
    background-image: url(../../images/map.png);
    background-size: cover;
    height: 691px;
    width: 100%;
    border-radius: 6px;
}

.place1 .placeWrap {
    max-width: 100%;
}

.place1 .placeWrap .tabContent {
    height: 196px;
}

.place1 .maps .tabsContent {
    width: 100%;
}

.place1 #yMap {
    height: 691px;
}

.footer1 {
    padding: 46px 0 70px 0;
    background: #39394B;
}

.footer1 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #F5F5F5;
    margin-bottom: 20px;
}

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

.footer1 li {
    margin-bottom: 8px;
    line-height: 120%;
    font-size: 14px;
}

.footer1 li a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #C3C3C9;
    display: inline-block;
}

.footer1 li a:hover {
    color: #D92752;
}

.footer1 .accordeon-item-content {
    display: block;
}


/*v2*/

.header2 li {
    display: inline-block;
}

.header2 .headerImg {
    width: 350px;
    height: 55px;
    background-image: url(../../images/logo2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}

.header2 .menu {
    height: 89px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.header2 li a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-right: 30px;
}

.headerScroll .header2 li a {
    color: #39394B;
}

.headerScroll .header2 .headerImg {
    background-image: url(../../images/logo2Scroll.png);
}

.header2 li a:hover {
    color: #D92752;
}

.header2 li.activeMenu a {
    color: #D92752;
}

.header2 .personImg {
    background-image: url(../../images/User.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
}

.Intro2 {
    width: 100%;
    height: 1127px;
    background-image: url(../../images/bg2.png);
    background-size: cover;
    background-color: rgba(24, 15, 57, 0.7);
    backdrop-filter: blur(2px);
}

.Intro2 {
    padding-top: 337px;
}

.Intro2 .dedication {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FD4B75;
}

.Intro2 h1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 16px 0 40px 0;
}

.Intro2 h1 span {
    color: #FD4B75;
}

.Intro2 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 43px;
}

.Intro2 .infodesc {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.Intro2 .infoVal {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-right: 40px;
}

.Intro2 .btn {
    margin-top: 52px;
    margin-right: 40px;
}

.Intro2 .btn p {
    display: inline;
}

.Intro2 .btnTicket {
    padding: 19px 34px;
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(217, 39, 82, 0.17) 100%);
}

.Intro2 .btnTicket:hover {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(255, 37, 89, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.Intro2 .btnTicket:active {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #FF003D 0%, rgba(255, 16, 73, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.Intro2 .btnTicket p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 0;
    padding-left: 26px;
    background-image: url(../../images/btnTicket.svg);
    background-repeat: no-repeat;
    background-position-y: center;
}

.Intro2 .btnParticipate {
    padding: 19px 34px;
    border: 2px solid #6345DC;
    box-sizing: border-box;
    border-radius: 6px;
}

.Intro2 .btnParticipate:hover {
    background: #6345DC;
}

.Intro2 .btnParticipate:active {
    background: #9278FC;
    border: 2px solid #9278FC;
}

.Intro2 .btnParticipate p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 0;
    padding-left: 26px;
    background-image: url(../../images/btnUser.svg);
    background-repeat: no-repeat;
    background-position-y: center;
}

.Intro2 .btnTezis p {
    background-image: url(../../images/Briefcase.svg);
    /*nosvg*/
}

.about2 {
    padding: 150px 0;
}

.about2 .aboutTexts {
    margin-bottom: 53px;
}

.about2 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.about2 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.about2 .number {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #6345DC;
    margin-bottom: 8px;
}

.about2 .numberDesc {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: lowercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    width: 100%;
    text-align: center;
}

.about2 .numbersWrap {
    width: 100%;
    margin-left: -2px;
    margin-right: -2px;
    flex-wrap: wrap;
}

.about2 .numberGrid {
    padding: 0 2px 4px 2px;
    width: 33%;
}

.about2 .numberWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 6px;
    filter: drop-shadow(0px 4px 60px rgba(21, 23, 85, 0.05));
    padding: 30px 0px;
}

.about2 .aboutImg {
    width: 680px;
    height: 872px;
    background-size: cover;
    background-image: url(../../images/about1.png);
    border-radius: 6px;
    filter: drop-shadow(0px 4px 60px rgba(21, 23, 85, 0.05));
    border-radius: 6px;
}

.toParticipants2 {
    //padding-top: 150px;
    //padding-bottom: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.toParticipants2 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.toParticipants2 .navtabsWrap {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.toParticipants2 .tab {
    padding: 13px 40px;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    background: #F5F5F5;
    margin-right: 10px;
}

.toParticipants2 .tab:hover {
    color: #FFFFFF;
    background: #9278FC;
}

.toParticipants2 .tabContent {
    display: none;
}

.toParticipants2 .tabContentActive {
    display: block;
}

.toParticipants2 .tab.tabActive {
    color: #FFFFFF;
    background: #6345DC;
}

.toParticipants2 .desc1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 23px;
}

.toParticipants2 .desc2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-bottom: 100px;
}

.toParticipants2 .btnReg {
    padding: 19px 40px;
    background: #D92752;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toParticipants2 .btnReg:hover {
    background: #D92752;
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.toParticipants2 .btnReg:active {
    background: #EE0D44;
}

.toParticipants2 .btnReg p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding-left: 26px;
    background-image: url(../../images/btnUser.svg);
    background-position-y: center;
    background-repeat: no-repeat;
}

.toParticipants2 h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 30px;
}

.toParticipants2 .desc3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
    margin-bottom: 20px;
}

.toParticipants2 ul {
    padding: 0;
    list-style-type: none;
}

.toParticipants2 li {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    padding-left: 30px;
    background-image: url(../../images/CheckSquareOffset.svg);
    background-position-y: center;
    background-repeat: no-repeat;
    margin-bottom: 17px;
}

.toParticipants2 .buyWrap {
    background: #F5F5F5;
    border-radius: 6px;
    padding: 30px 40px 47px 40px;
}

.toParticipants2 h4 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 22px;
}

.toParticipants2 select {
    width: 100%;
}

.toParticipants2 .select2-container {
    margin-bottom: 20px;
    max-width: 100%;
}

.toParticipants2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #697378 !important;
}

.toParticipants2 .select2-selection {
    padding-left: 12px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    height: 60px;
    display: flex;
    align-items: center;
    border: 2px solid #D3DCE2;
    box-sizing: border-box;
    border-radius: 6px;
    transition: none;
}

.toParticipants2 .select2-selection:hover {
    border: 2px solid #9278FC;
}

.toParticipants2 .select2-container--open .select2-selection {
    border: 2px solid #6345DC;
    border-bottom: none;
}

.toParticipants2 .select2-container--above.select2-container--open .select2-selection {
    border: 2px solid #6345DC;
    border-top: none;
}

.toParticipants2 .select2-container--open .select2-selection::after {
    background: rgba(180, 164, 243, 0.56);
    height: 1px;
    content: '';
    display: block;
    width: calc(100% - 25px);
    position: absolute;
    bottom: 0;
}

.toParticipants2 .select2-container--above.select2-container--open .select2-selection::after {
    top: 0;
}

.toParticipants2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 16px;
    height: 16px;
    right: 20px;
    top: 22px;
    background-size: cover;
    background-image: url(../../images/CaretDownDarkGrey.svg);
}

.toParticipants2 .select2-selection:hover .select2-selection__arrow {
    background-image: url(../../images/CaretDownViolet.svg);
}

.toParticipants2 .select2-container--open .select2-selection .select2-selection__arrow {
    background-image: url(../../images/CaretDownViolet.svg);
}

.select2-dropdown {
    border: 2px solid #6345DC;
    border-top: none;
}

.select2-dropdown--above {
    border: 2px solid #6345DC;
    border-bottom: none;
}

.select2-results {
    padding-top: 13px;
}

.select2-dropdown--above .select2-results {
    padding-top: 0px;
    padding-bottom: 13px;
}

.select2-results__option {
    padding-left: 20px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.toParticipants2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.toParticipants2 .priceDesc {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.toParticipants2 .priceVal {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    min-width: 140px;
}

.toParticipants2 .memberInfo {
    margin-left: 44px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
}

.toParticipants2 .buyWrap .btnReg {
    margin-top: 36px;
    display: inline-block;
}

.news2 {
    padding-top: 75px;
    padding-bottom: 150px;
}

.news2 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.news2 .newsWrap {
    background-size: cover;
    height: 390px;
    background-size: cover;
    border-radius: 6px;
    display: block;
}

.news2 .newsWrap:hover p {
    color: #FD4B75;
}

.news2 .newsFilter {
    height: 390px;
    padding: 245px 37px 32px 37px;
    background: linear-gradient(0deg, #1D1D21 0%, rgba(29, 29, 33, 0) 106.54%);
    border-radius: 6px;
    overflow: hidden;
}

.news2 .date {
    padding: 5px 13px;
    background: #D92752;
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 13px;
}

.news2 .spaceBetween a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #6345DC;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-size: 16px 16px;
}

.news2 .spaceBetween a:hover {
    background-image: url(../../images/ArrowRightViolet.svg);
    padding-right: 26px;
}

.news2 .date {
    padding: 5px 13px;
    background: #D92752;
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 13px;
}

.news2 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}


/*v3*/

.Intro3 {
    width: 100%;
    height: 1127px;
    background-image: url(../../images/bg3.png);
    background-size: cover;
    background-color: rgba(24, 15, 57, 0.7);
    backdrop-filter: blur(2px);
}

.Intro3 {
    padding-top: 281px;
}

.Intro3 .dedication {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FD4B75;
}

.Intro3 h1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 55px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 16px 0 40px 0;
}

.Intro3 h1 span {
    color: #FD4B75;
}

.Intro3 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 43px;
}

.Intro3 .infodesc {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.Intro3 .infoVal {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-right: 40px;
}

.Intro3 .btn {
    margin-top: 30px;
    margin-right: 40px;
}

.Intro3 .btn p {
    display: inline;
}

.Intro3 .btnTicket {
    padding: 19px 34px;
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(217, 39, 82, 0.17) 100%);
}

.Intro3 .btnTicket:hover {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(255, 37, 89, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.Intro3 .btnTicket:active {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #FF003D 0%, rgba(255, 16, 73, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.Intro3 .btnTicket p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 0;
    padding-left: 26px;
    background-image: url(../../images/btnTicket.svg);
    background-repeat: no-repeat;
    background-position-y: center;
}

.Intro3 .btnParticipate {
    padding: 19px 34px;
    border: 2px solid #6345DC;
    box-sizing: border-box;
    border-radius: 6px;
}

.Intro3 .btnParticipate:hover {
    background: #6345DC;
}

.Intro3 .btnParticipate:active {
    background: #9278FC;
    border: 2px solid #9278FC;
}

.Intro3 .btnParticipate p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 0;
    padding-left: 26px;
    background-image: url(../../images/btnUser.svg);
    background-repeat: no-repeat;
    background-position-y: center;
}

.Intro3 .btnTezis p {
    background-image: url(../../images/Briefcase.svg);
}

.about3 {
    padding: 150px 0;
}

.about3 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.about3 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.about3 .aboutImg {
    width: 680px;
    height: 790px;
    background-size: cover;
    background-image: url(../../images/about1.png);
    border-radius: 6px;
    filter: drop-shadow(0px 4px 60px rgba(21, 23, 85, 0.05));
    border-radius: 6px;
}

.about3 ul {
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
}

.about3 li {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    padding-left: 30px;
    background-image: url(../../images/CheckSquareOffset.svg);
    background-position-y: top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.about3 h4 {
    margin-top: 50px;
    margin-bottom: 0;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
}

.about3 .aboutTexts li {
    padding-left: 31px;
    background-image: url(../../images/listStyle.png);
    background-position-y: center;
    background-repeat: no-repeat;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-bottom: 15px;
}

.about3 .docWrap {
    background-image: url(../../images/docBg.png);
    background-size: cover;
    padding: 40px 40px 46px 40px;
    border-radius: 6px;
    margin-top: 90px;
}

.about3 .docWrap h4 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 14px;
    margin-top: 0;
}

.about3 .docWrap p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.about3 .docWrap .btnAbout {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding: 19px 34px;
    margin-top: 170px;
}

.organizers3 {
    padding-top: 44px;
    padding-bottom: 63px;
}

.organizers3 .container {
    z-index: 1;
    position: relative;
}

.organizers3 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
    margin-top: 60px;
}

.organizers3 .organizerWrap {
    padding: 5px 10px;
    background-color: #FFFFFF;
    border-radius: 6px;
    height: 120px;
    margin-bottom: 40px;
    display: block;
}

.organizers3 .organizerWrap:hover {
    filter: drop-shadow(0px 4px 60px rgba(21, 23, 85, 0.15));
}

.organizers3 .organizerImg {
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 100%;
}

.commitee3 .navtabsWrap {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.commitee3 .tab {
    padding: 13px 40px;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    background: #F5F5F5;
    margin-right: 10px;
}

.commitee3 .tab:last-child {
    margin-right: 0px;
}

.commitee3 .tab:hover {
    color: #FFFFFF;
    background: #9278FC;
}

.commitee3 .tabContent {
    display: none;
}

.commitee3 .tabContentActive {
    display: block;
}

.commitee3 .tab.tabActive {
    color: #FFFFFF;
    background: #6345DC;
}

.commitee3 {
    padding-top: 150px;
    padding-bottom: 75px;
}

.commitee3 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.commitee3 .personCardWrap {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.commitee3 .personCardWrap:not(.showDesktop) {
    display: none;
}

.commitee3 .personCard {
    position: absolute;
    z-index: 2;
    padding: 48px 25px 20px 34px;
    top: 0;
}

.commitee3 .name {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 4px;
    margin-top: 264px;
}

.commitee3 .job {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D3DCE2;
}

.commitee3 .detail {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D3DCE2;
    display: none;
}

.commitee3 .personImg {
    height: 450px;
    background-size: cover;
}

.commitee3 .personImgFilter {
    height: 450px;
    position: absolute;
    background: linear-gradient(360deg, #39394B 0%, rgba(0, 0, 0, 0) 63.33%);
    width: 100%;
}

.commitee3 .personCardWrap:hover .name {
    margin-top: 0;
}

.commitee3 .personCardWrap:hover .detail {
    display: block;
}

.commitee3 .personCardWrap:hover .personImgFilter {
    background: rgba(28, 20, 58, 0.8);
    backdrop-filter: blur(20px);
}

.commitee3 .personCardWrap:hover {
    filter: drop-shadow(0px 4px 60px rgba(99, 69, 220, 0.56));
}

.commitee3 .btnWatchAll {
    border: 2px solid #6345DC;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 19px 40px;
    margin-top: 10px;
}

.commitee3 .btnWatchAll p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    padding-left: 24px;
    position: relative;
}

.commitee3 .btnWatchAll p::before {
    background-image: url(../../images/CaretDownBlack.svg);
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    transition: all 0.2s;
}

.commitee3 .btnWatchAll.openedCommitee p::before {
    transform: rotate(180deg);
}

.commitee3 .btnWatchAll:hover p {
    color: #6345DC;
}

.commitee3 .btnWatchAll:hover p::before {
    background-image: url(../../images/CaretDownViolet.svg);
}

.commitee3 .btnWatchAll:active {
    color: #9278FC;
}

.commitee3 .btnWatchAll:active p {
    color: #9278FC;
}

.commitee3 .btnWatchAll:active p::before {
    background-image: url(../../images/CaretDownLightViolet.svg);
}

.program3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.program3 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 29px;
}

.program3 .navtabsWrap {
    margin-bottom: 43px;
    padding-bottom: 10px;
}

.program3 .tabs {
    position: relative;
    z-index: 1;
}

.program3 .tab {
    padding: 14px 25px;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    background: #2E2E44;
    margin-right: 10px;
}

.program3 .tab:last-child {
    margin-right: 0px;
}

.program3 .tab:hover {
    color: #FFFFFF;
    background: #9278FC;
}

.program3 .tabContent {
    display: none;
}

.program3 .tabContentActive {
    display: block;
}

.program3 .tab.tabActive {
    color: #FFFFFF;
    background: #6345DC;
}

.program3 .event .eventInfoWrap {
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.program3 .eventInfoWrap {
    position: relative;
}

.program3 .accordeon-item {
    margin-bottom: 10px;
    background: #2E2E44;
    border-radius: 6px;
}

.program3 .accordeon-item-content {
    color: white;
    padding: 5px 20px;
}

.program3 .eventInfoWrap::after {
    content: '';
    display: block;
    background-image: url(../../images/CaretDownGrey.svg);
    height: 24px;
    width: 24px;
    right: 36px;
    top: calc(50% - 12px);
    position: absolute;
    background-size: contain;
    transition: all 0.3s;
}

.program3 .show .eventInfoWrap::after {
    background-image: url(../../images/CaretDownRed.svg);
    transform: rotate(180deg);
}

.program3 .event .time {
    min-width: 160px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FD4B75;
    justify-content: center;
}

.program3 .event .eventInfoWrap > div {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 0 5px 40px;
}

.program3 .event .type {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: rgba(255, 255, 255, 0.4);
}

.program3 .event .name {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.program3 .event .info {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #90989C;
}

.program3 .btnDetail {
    padding: 19px 34px;
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(217, 39, 82, 0.17) 100%);
    margin-top: 25px;
}

.program3 .btnDetail:hover {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(255, 37, 89, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.program3 .btnDetail:active {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #FF003D 0%, rgba(255, 16, 73, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.program3 .btnDetail p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 0;
    padding-left: 26px;
    background-image: url(../../images/Paperclip.svg);
    background-repeat: no-repeat;
    background-position-y: center;
}

.exposition3 {
    text-align: center;
    padding: 150px 0;
}

.exposition3 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-bottom: 40px;
}

.exposition3 p {
    margin-bottom: 20px;
    padding: 24px 94px;
    background: #6345DC;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    display: inline-block;
}

.exposition3 img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.header3 li {
    display: inline-block;
}

.header3 .headerTop {
    height: 44px;
    overflow: hidden;
}

.headerScroll .header3 .headerTop {
    height: 0;
}

.header3 .headerTop::after {
    background: rgba(180, 164, 243, 0.56);
    height: 1px;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.soc > a {
    background: #6345DC;
    border-radius: 5px;
    height: 24px;
    width: 24px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.soc > a:hover {
    background: #9278FC;
    border-color: #9278FC;
}

.soc > a:last-child {
    margin-right: 30px;
}

.soc .inst > div {
    background-size: cover;
    width: 16px;
    height: 16px;
    background-image: url(../../images/Instagram.svg);
}

.soc .you > div {
    background-size: cover;
    width: 16px;
    height: 16px;
    background-image: url(../../images/Youtube.svg);
}

.soc .rutube > div {
    background-size: cover;
    width: 16px;
    height: 16px;
    background-image: url(../../images/Rutube_icon.svg);
}

.soc .vk > div {
    background-size: cover;
    width: 16px;
    height: 16px;
    background-image: url(../../images/Vk.svg);
}

.soc .fb > div {
    background-size: cover;
    width: 16px;
    height: 16px;
    background-image: url(../../images/Facebook.svg);
}

.header3 .links a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding-left: 21px;
    margin-right: 20px;
    background-image: url(../../images/Facebook.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: left;
}

.header3 .links a:hover {
    text-decoration: underline;
}

.header3 .mail a {
    background-image: url(../../images/EnvelopeSimpleOpen.svg);
}

.header3 .phone a {
    background-image: url(../../images/Phone.svg);
}

.header3 .support a {
    background-image: url(../../images/ChatCircle.svg);
}

.header3 .headerImg {
    width: 400px;
    height: 40px;
    background-image: url(../../images/logo3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}

.header3 .extLinks ul {
    padding: 0;
    margin: 0;
}

.header3 .extLinks li a {
    margin-right: 20px;
}

.header3 .extLinks li:last-child a {
    margin-right: 0px;
}

.header3 .menu {
    height: 63px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.header3 li a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-right: 30px;
}

.headerScroll .header3 a {
    color: #39394B;
}

.headerScroll .header3 .headerImg {
    background-image: url(../../images/logo3Scroll.png);
}

.header3 li a:hover {
    color: #D92752;
}

.header3 li.activeMenu a {
    color: #D92752;
}

.header3 .personImg {
    background-image: url(../../images/User.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
}

.header3 .btnLogin {
    margin: 0;
    padding: 5px;
}

.header3 .btnLogin:hover .personImg {
    background-image: url(../../images/UserLightRed.svg);
}

.btnNeedHelp {
    position: fixed;
    bottom: 70px;
    right: 47px;
    z-index: 2;
    background: #6345DC;
    border-radius: 6px;
    padding: 18px;
}

.btnNeedHelp:hover {
    box-shadow: 0px 7px 40px rgba(109, 14, 232, 0.6);
}

.btnNeedHelp:active {
    background: #9278FC;
    box-shadow: 0px 15px 40px rgba(109, 14, 232, 0.3);
}

.btnNeedHelp p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: left;
    background-image: url(../../images/ChatCircleWhite.svg);
}

.btnUp {
    position: fixed;
    bottom: 70px;
    left: 56px;
    z-index: 2;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.15);
    border-radius: 10px;
    padding: 20px;
}

.btnUp:hover {
    box-shadow: 0px 7px 40px rgba(109, 14, 232, 0.15);
}

.btnUp p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    background-image: url(../../images/CaretDoubleUp.svg);
}

.btnUp:hover p {
    background-image: url(../../images/CaretDoubleUpHover.svg);
}


/*v4*/

.attachments4 {
    padding-bottom: 75px;
}

.attachments4 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-bottom: 40px;
}

.attachments4 .attachWrap {
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    text-align: left;
}

.attachments4 .attachWrap:hover .header {
    color: #6345DC;
}

.attachments4 .attachFilter {
    height: 160px;
    padding: 28px 31px 28px 31px;
    border-radius: 6px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 140px;
}

.attachments4 .spaceBetween a {
    width: 163px;
    text-align: right;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #6345DC;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-size: 16px 16px;
}

.attachments4 .spaceBetween a:hover {
    background-image: url(../../images/ArrowRightViolet.svg);
    padding-right: 26px;
}

.attachments4 .header {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 15px;
}

.attachments4 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
}

.videos4 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.videos4 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.videos4 .slider-arrows {
    display: flex;
}

.videos4 .slick-next {
    position: inherit;
    width: 32px;
    height: 32px;
    transform: translate(0, 0);
}

.videos4 .slick-prev {
    position: inherit;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    transform: translate(0, 0);
}

.videos4 .slick-next:before {
    content: '';
    background-image: url(../../images/CaretCircleRightDarkGrey.svg);
    width: 32px;
    height: 32px;
    display: block;
    background-size: cover;
}

.videos4 .slick-prev:before {
    content: '';
    background-image: url(../../images/CaretCircleLeftDarkGrey.svg);
    width: 32px;
    height: 32px;
    display: block;
    background-size: cover;
}

.videos4 .slick-prev:hover::before {
    background-image: url(../../images/CaretCircleLeftRose.svg);
}

.videos4 .slick-next:hover::before {
    background-image: url(../../images/CaretCircleRightRose.svg);
}

.videos4 .slick-dots {
    margin-top: 30px;
    position: unset;
}

.videos4 .slick-dots li {
    width: 61px;
    height: 6px;
    margin: 0 10px;
}

.videos4 .slick-dots li button {
    width: 61px;
    height: 6px;
    background: #D3DCE2;
    border-radius: 4px;
    padding: 0;
}

.videos4 .slick-dots .slick-active button {
    background: #6345DC;
}

.videos4 .slick-dots li button:before {
    display: none;
}

.videos4 .videos4Slider {
    margin-left: -20px;
    margin-right: -20px;
}

.videos4 .videos4Slide {
    margin: 0px 20px;
}

.videos4 .videos4Wrap {
    background-size: cover;
    background-size: cover;
    border-radius: 6px;
}

.videos4 .videos4Filter {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 36, 61, 0.6);
    border-radius: 6px;
    flex-direction: column;
}

.videos4 .videos4Filter:hover {
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.15);
}

.videos4 .videos4Filter:hover .playBtn {
    filter: drop-shadow(0px 5px 22px rgba(232, 14, 65, 0.78));
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(255, 37, 89, 0.56) 100%);
}

.videos4 .playBtn {
    height: 81px;
    width: 81px;
    background: radial-gradient(50% 50% at 50% 50%, #D92752 0%, rgba(217, 39, 82, 0.23) 100%);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}

.videos4 .playBtn:hover {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(255, 37, 89, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.videos4 .playBtn:active {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #FF003D 0%, rgba(255, 16, 73, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.videos4 .playImg {
    background-image: url(../../images/Play.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    background-size: cover;
}

.videos4 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.events4 {
    padding: 75px 0;
}

.events4 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
    margin-bottom: 30px;
}

.events4 .navtabsWrap,
.events4 #filters {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.events4 .tab,
#filters button {
    padding: 14px 25px;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    background: #F5F5F5;
    margin-right: 10px;
    border: none;
}

.events4 .tab:hover,
#filters button:hover {
    color: #FFFFFF;
    background: #9278FC;
}

.events4 .tabContent {
    display: none;
}

.events4 .tabContentActive {
    display: block;
}

.events4 .tab.tabActive,
#filters button.is-checked {
    color: #FFFFFF;
    background: #6345DC;
}

.events4 .eventsWrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    transition: box-shadow .3s;
}

.events4 .eventsWrap:hover {
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.15);
}

.events4 .eventsWrap:hover .name {
    color: #6345DC;
}

.events4 .eventsWrap:not(.bigEventsWrap) {
    height: 305px;
    margin-bottom: 40px;
    display: block;
}

.events4 .bigEventsWrap {
    display: flex;
    flex-direction: column;
}

.events4 .eventsFilter {
    height: 180px;
    background-size: cover;
    padding: 20px;
    border-radius: 6px 6px 0 0;
}

.events4 .bigEventsWrap .eventsFilter {
    height: 367px;
}

.events4 .date {
    padding: 5px 13px;
    background: #D92752;
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    display: inline-block;
}

.events4 .eventInfo {
    padding: 14px 27px 34px 27px;
}

.events4 .bigEventsWrap .eventInfo {
    min-height: 285px;
}

.events4 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    margin-bottom: 11px;
}

.events4 .bigEventsWrap p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
}

.events4 .bigEventsWrap .name {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 15px;
}

.events4 .name {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
   // font-size: 16px;
      font-size: 14px;
   // line-height: 140%;
      line-height: 120%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
}

.events4 .grid {
    margin-left: -20px;
    margin-right: -20px;
}

.events4 .grid a {
    width: 25%;
    padding: 20px;
}

.eventsPage.events4 {
    padding-top: 0;
    padding-bottom: 100px;
}

.eventsPage.events4 .tab,
.eventsPage.events4 #filters button {
    font-weight: 600;
}

.eventsPage.events4 .registration {
    margin: 0;
}

.eventsPage.events4 h1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 30px;
}

.searchInput::after {
    content: '';
    display: block;
    background-image: url(../../images/MagnifyingGlassDG.svg);
    height: 16px;
    width: 16px;
    right: 27px;
    top: calc(50% - 8px);
    position: absolute;
    background-size: contain;
    transition: all 0.3s;
}

.searchInput:hover::after,
.searchInput:active::after,
.searchInput.active::after {
    background-image: url(../../images/MagnifyingGlassLV.svg);
}

.searchInput.active input {
    border: 2px solid #9278FC;
}

.recomendations,
.journals,
.libMaterials,
.libMinzdrav,
.ePublish {
    padding-top: 0;
    padding-bottom: 40px;
}

.recomendations .recommendationWrap {
    padding: 26px 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    margin-bottom: 20px;
    background-image: url(../../images/ClipboardText.svg);
    background-size: 140px 140px;
    background-repeat: no-repeat;
    background-position: top right;
}

.recomendations .row .col-12:last-child .recommendationWrap {
    margin-bottom: 0;
}

.recomendations .fileType {
    padding: 7px 10px;
    background: #9278FC;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 15px;
    display: inline-block;
}

.recomendations .name {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
}

.recomendations .name:hover {
    color: #D92752;
}

.recomendations p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    margin-top: 10px;
}

.recomendations .recommendationWrap.video {
    background-image: url(../../images/PlayCircle.svg);
}

.recomendations .recommendationWrap.video .fileType {
    background: #FD4B75;
}

.libMinzdrav > p {
    margin-bottom: 50px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.libMinzdrav .docWrap .docImg {
    width: 100%;
    height: 450px;
    background-image: url(../../images/docEmpty.png);
    margin-bottom: 8px;
    border-radius: 5px;
    border: 1px solid #D3DCE2;
    display: block;
}

.libMinzdrav .docWrap p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.libMaterials .registration {
    margin-top: 40px;
}

.libMaterials .registration .select2-container {
    width: 100% !important;
}

.libMaterials .registration form {
    margin-bottom: 0px;
}

.journals .journal {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 30px;
}

.journals .docWrap .docImg {
    width: 100%;
    height: 450px;
    background-image: url(../../images/docEmpty.png);
    margin-bottom: 8px;
    border-radius: 5px;
    border: 1px solid #D3DCE2;
    display: block;
}

.journals .tabs {
    margin-top: 30px;
}

.journals.socPrizes .navtabsWrap {
    box-shadow: none;
    margin-bottom: 22px;
}

.socPrizes.journals .tab {
    padding: 10px 20px;
    font-size: 14px;
}

.journals .header {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-bottom: 20px;
}

.journals p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.ePublish .accordeon-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    margin-bottom: 20px;
}

.ePublish .ePublishWrap {
    padding: 25px 30px;
    position: relative;
}

.ePublish .show .ePublishWrap {
    border-radius: 6px 6px 0 0;
}

.ePublish .ePublishWrap::after {
    content: '';
    display: block;
    background-image: url(../../images/CaretDownDarkGrey.svg);
    height: 24px;
    width: 24px;
    right: 40px;
    top: calc(50% - 12px);
    position: absolute;
    background-size: contain;
    transition: all 0.3s;
}

.ePublish .show .ePublishWrap::after {
    transform: rotate(180deg);
}

.ePublish .show .ePublishWrap::before {
    content: '';
    display: block;
    width: calc(100% - 60px);
    right: 30px;
    top: 100%;
    position: absolute;
    background: #F5F5F5;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    height: 1px;
}

.ePublish .type {
    background: #D92752;
    border-radius: 4px;
    padding: 6px 13px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: inline-block;
}

.ePublish .name {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
}

.ePublish .chapterWrap {
    padding: 16px 0;
    position: relative;
}

.ePublish .chapterImg {
    border-radius: 5px;
    width: 150px;
    height: 110px;
    background-size: cover;
    margin-right: 40px;
    margin-left: 50px;
}

.ePublish .chapterWrap a.name {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 10px;
    display: block;
}

.ePublish .textPreview {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    margin-bottom: 20px;
}

.ePublish a.linkRead {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    padding-right: 21px;
    background-image: url(../../images/ArrowRightGrey.svg);
    background-size: 16px 16px;
    background-position: center right;
    background-repeat: no-repeat;
}

.ePublish a.linkRead:hover {
    text-decoration: underline;
}

.ePublish .info {
    width: calc(100% - 240px);
}

.ePublish .chapterWrap::before {
    content: '';
    display: block;
    width: calc(100% - 60px);
    right: 30px;
    top: 100%;
    position: absolute;
    background: #F5F5F5;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    height: 1px;
}

.ePublish .bottomBlocks {
    padding: 20px 30px 25px 30px;
}

.ePublish .bottomBlock {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    padding: 20px 30px;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    min-height: 150px;
}

.ePublish .spaceBetween .bottomBlock:last-child {
    margin-right: 0;
}

.ePublish .bottomBlock.aboutUs {
    background: #6345DC;
    background-image: url(../../images/Megaphone.svg);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position-x: calc(100% - 10px);
    background-position-y: bottom;
}

.ePublish .bottomBlock.mail {
    background: #6345DC;
    background-image: url(../../images/EnvelopeOpen.svg);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position-x: calc(100% - 10px);
    background-position-y: bottom;
}

.ePublish .bottomBlock.membership {
    background: #D92752;
    background-image: url(../../images/logo-img1.svg);
    background-repeat: no-repeat;
    background-size: 90px 90px;
    background-position-x: calc(100% - 16px);
    background-position-y: bottom;
}

.ePublish .bottomBlock .bbName {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 3px;
}

.ePublish .bottomBlock .bbDesc {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.ePublish .bottomBlock .bbBtn {
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px 25px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.ePublish .bottomBlock .bbBtn:hover {
    text-decoration: underline;
}

.ad4 {
    padding-top: 75px;
    padding-bottom: 150px;
}

.ad4 .toAdvertBlock {
    background: #D3DCE2;
    border: 1px solid #697378;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    flex-direction: column;
}

.ad4 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.ad4 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
}

.projects4 {
    padding-top: 150px;
    padding-bottom: 75px;
}

.projects4 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.projects4 .slider-arrows {
    display: flex;
}

.projects4 .slick-next {
    position: inherit;
    width: 32px;
    height: 32px;
    transform: translate(0, 0);
}

.projects4 .slick-prev {
    position: inherit;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    transform: translate(0, 0);
}

.projects4 .slick-next:before {
    content: '';
    background-image: url(../../images/CaretCircleRightDarkGrey.svg);
    width: 32px;
    height: 32px;
    display: block;
}

.projects4 .slick-prev:before {
    content: '';
    background-image: url(../../images/CaretCircleLeftDarkGrey.svg);
    width: 32px;
    height: 32px;
    display: block;
}

.projects4 .slick-prev:hover::before {
    background-image: url(../../images/CaretCircleLeftRose.svg);
}

.projects4 .slick-next:hover::before {
    background-image: url(../../images/CaretCircleRightRose.svg);
}

.projects4 .slick-dots {
    margin-top: 30px;
    position: unset;
}

.projects4 .slick-dots li {
    width: 61px;
    height: 6px;
    margin: 0 10px;
}

.projects4 .slick-dots li button {
    width: 61px;
    height: 6px;
    background: #D3DCE2;
    border-radius: 4px;
    padding: 0;
}

.projects4 .slick-dots .slick-active button {
    background: #6345DC;
}

.projects4 .slick-dots li button:before {
    display: none;
}

.projects4 .projects4Slider {
    margin-left: -20px;
    margin-right: -20px;
}

.projects4 .projects4Slide {
    margin: 0px 20px;
}

.projects4 .projects4Wrap {
    background-size: cover;
    background-size: cover;
    border-radius: 6px;
    display: block;
}

.projects4 a:hover {
    color: #FD4B75;
}

.projects4 .projects4Filter {
    height: 390px;
    padding: 245px 37px 32px 37px;
    background: linear-gradient(0deg, #1D1D21 0%, rgba(29, 29, 33, 0) 106.54%);
    border-radius: 6px;
}

.projects4 .date {
    padding: 5px 13px;
    background: #D92752;
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 13px;
}

.projects4 a {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
//    font-size: 25px;
//    line-height: 35px;
    font-size: 20px;
    line-height: 25px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    display: block;
}

.base4 {
    padding-top: 75px;
    padding-bottom: 70px;
}

.base4 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.base4 .slider-arrows {
    display: flex;
}

.base4 .slick-next {
    position: inherit;
    width: 32px;
    height: 32px;
    transform: translate(0, 0);
}

.base4 .slick-prev {
    position: inherit;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    transform: translate(0, 0);
}

.base4 .slick-next:before {
    content: '';
    background-image: url(../../images/CaretCircleRight.png);
    width: 32px;
    height: 32px;
    display: block;
}

.base4 .slick-prev:before {
    content: '';
    background-image: url(../../images/CaretCircleLeft.png);
    width: 32px;
    height: 32px;
    display: block;
}

.base4 .slick-dots {
    margin-top: 30px;
    position: unset;
}

.base4 .slick-dots li {
    width: 61px;
    height: 6px;
    margin: 0 10px;
}

.base4 .slick-dots li button {
    width: 61px;
    height: 6px;
    background: #D3DCE2;
    border-radius: 4px;
    padding: 0;
}

.base4 .slick-dots .slick-active button {
    background: #6345DC;
}

.base4 .slick-dots li button:before {
    display: none;
}

.base4 .base4Slider {
    margin-left: -20px;
    margin-right: -20px;
}

.base4 .base4Slide {
    margin: 40px 20px;
    border-radius: 6px;
}

.base4 .base4Wrap {
    border-radius: 6px;
    position: relative;
    z-index: 1;
    display: block;
}

.base4 .base4Slide:hover {
    background: #391DA8;
}

.base4 .base4Filter {
    height: 500px;
    padding: 332px 41px 60px 41px;
    border-radius: 6px;
}

.base4 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.footer4 {
    padding: 45px 0 65px 0;
    background: #39394B;
}

.footer4 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D3DCE2;
    margin-bottom: 5px;
}

.footer4 .compInfo p {
    margin-bottom: 7px;
}

.footer4 h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 9px;
}

.footer4 .detInf {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D3DCE2;
    margin-bottom: 0;
}

.footer4 .adress {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.footer4 a {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.footer4 .phone {
    margin-right: 135px;
}

.footer4 .phone a:hover {
    color: #FD4B75;
}

.footer4 .mail {
    color: #FD4B75;
    position: relative;
}

.footer4 .mail:hover::after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    background: #FD4B75;
    display: block;
}

.alertBlock {
    width: 100%;
    height: 50px;
    background: #D92752;
}

.alertBlock p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding-left: 34px;
    background-image: url(../../images/WarningCircle.svg);
    background-position-y: center;
    background-repeat: no-repeat;
}

.alertCloseBtn {
    width: 24px;
    height: 24px;
    background-image: url(../../images/X.svg);
    background-size: cover;
}

.header5 {
    background-color: white;
    /*position: fixed;*/
}

.header5 li {
    display: inline-block;
}

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

.header5 .headerTop .row {
    height: 90px;
    align-items: center;
    overflow: hidden;
}

.mainMenuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainMenuWrap.bordered {
    border-bottom: 1px solid #D3DCE2;
}

.header5 .logoScroll {
    width: 0;
    overflow: hidden;
}

.header5 .buttonsScroll {
    width: 0;
    overflow: hidden;
}

.header5.headerScroll .headerTop .row {
    display: none;
}

.header5.headerScroll .logoScroll {
    width: 50px;
    height: 50px;
    margin-right: 70px;
    overflow: hidden;
    background-image: url(../../images/scrollLogo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.header5.headerScroll .buttonsScroll {
    width: auto;
}

.header5.headerScroll .buttonsScroll .btn p {
    font-size: 15px;
}

.header5.headerScroll .buttonsScroll .btnReg {
    margin-right: 20px;
}

.header5.headerScroll ul {
    padding: 0;
}

.header5.headerScroll li a {
    font-size: 15px;
    margin-right: 20px;
}

.header5 .headerLogo {
    width: 100%;
    height: 50px;
    background-image: url(../../images/header5Logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.header5 .links > div {
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: left;
    background-size: 24px 24px;
}

.header5 .links a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    margin-right: 40px;
    padding-left: 34px;
}

.header5 .links a:hover {
    color: #D92752;
    text-decoration: underline;
}

.header5 .links > div:last-child > a {
    margin-right: 0;
}

.header5 .mail {
    background-image: url(../../images/EnvelopeSimpleRed.svg);
}

.header5 .phone {
    background-image: url(../../images/PhoneRed.svg);
}

.header5 .adress {
    background-image: url(../../images/MapPinRed.svg);
}

.header5 .portalhome {
    background-image: url(../../images/NMOnews3.svg);
	background-size: 32px auto;
}

.header5 .headerImg {
    width: 400px;
    height: 40px;
    background-image: url(../../images/logo3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}

.header5 .links {
    display: flex;
}

.header5 .btn {
    padding: 14px 26px;
}

.header5 .btn p {
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: left;
    background-size: 16px 16px;
    padding-left: 26px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.header5 .btnReg {
    border: 2px solid #6345DC;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 300% 100%;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: linear-gradient(49deg, rgba(255, 255, 255, 1) 40%, rgba(99, 69, 220, 1) 60%);
}

.header5 .btnReg p {
    background-image: url(../../images/User4Violet.svg);
    color: #6345DC;
}

.header5 .btnReg:hover {
    background-position: 99% 0;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header5 .btnReg:hover p {
    color: white;
    background-image: url(../../images/UserWhite.svg);
}

.header5 .btnReg:active {
    border: 2px solid #9278FC;
    background-position: 99% 0;
    background-image: linear-gradient(49deg, rgba(255, 255, 255, 1) 40%, rgba(146, 120, 252, 1) 60%);
}

.header5 .btnReg:active p {
    color: white;
    background-image: url(../../images/UserWhite.svg);
}

.header5 .btnReg:focus {
    outline: none;
}

.header5 .btnLogin {
    border: 2px solid #D92752;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 300% 100%;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: linear-gradient(49deg, rgba(255, 255, 255, 1) 40%, rgba(217, 39, 82, 1) 60%);
}

.header5 .btnLogin p {
    background-image: url(../../images/User.svg);
    color: #D92752;
}

.header5 .btnLogin:hover {
    background-position: 99% 0;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header5 .btnLogin:hover p {
    color: white;
    background-image: url(../../images/UserWhite.svg);
}

.header5 .btnLogin:active {
    border: 2px solid #EE0D44;
    background-position: 99% 0;
    background-image: linear-gradient(49deg, rgba(255, 255, 255, 1) 40%, rgba(238, 13, 68, 1) 60%);
}

.header5 .btnLogin:active p {
    color: white;
}

.header5 .btnLogin:focus {
    outline: none;
}

.header5 .headerTop {
    border-bottom: 1px solid #D3DCE2;
}

.header5 .menu {
    padding: 0 20px;
    margin: 0;
    display: flex;
    align-items: center;
}

.header5 li a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-right: 70px;
}

.header5 li a:hover {
    color: #D92752;
}

.header5 .with2Lvl a {
    padding-right: 18px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-size: 13px 13px;
    background-image: url(../../images/CaretDownDarkGrey.svg);
}

.header5 .with2Lvl.current a {
    color: #D92752;
}

.header5 .with2Lvl:hover a {
    background-image: url(../../images/CaretDownRed.svg);
}

.header5 .menu li:last-child a {
    margin-right: 0;
}

.header5 .lvl2 {
    display: none;
    position: absolute;
    bottom: -117px;
    background: #6345DC;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
}

.header5 .with2Lvl:hover .lvl2 {
    display: block;
}

.header5 .lvl2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header5 .lvl2 li {
    display: block;
}

.header5 .lvl2 li a {
    display: block;
    padding: 13px 30px;
    margin: 0;
}

.header5 .lvl2 li a {
    color: white !important;
}

.header5 .lvl2 li:last-child {
    margin-bottom: 0;
}

.header5 .with2Lvl:hover li a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    background-image: none;
}

.header5 .lvl2 li:hover {
    background: #9278FC;
}

.header5 .lvl2 li:first-child {
    border-radius: 6px 6px 0 0;
}

.header5 .lvl2 li:last-child {
    border-radius: 0 0 6px 6px;
}

.Intro5 {
    margin-top: 170px;
    margin-bottom: 70px;
}

.Intro7 {
    margin-bottom: 25px;
}

.intro5Slide {
    height: 700px;
    background: rgba(24, 15, 57, 0.7);
    backdrop-filter: blur(2px);
    border-radius: 10px;
    background-image: url(../../images/bg5.png);
    background-size: cover;
    width: 1400px !important;
    margin: 0 10px;
}

.Intro7 .intro5Slide {
    opacity: 0.8;
}

.Intro7 .intro5Slide.slick-active {
    opacity: 1;
}

.Intro5 h1 {
    margin-top: 175px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 55px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: white;
    margin-bottom: 20px;
}

.Intro5 h1 span {
    color: #D92752;
}

.Intro5 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.Intro5 .btnAbout {
    padding: 19px 34px;
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(217, 39, 82, 0.17) 100%);
}

.Intro5 .btnAbout:hover {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(255, 37, 89, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.Intro5 .btnAbout:active {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #FF003D 0%, rgba(255, 16, 73, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.Intro5 .btnAbout p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 0;
}

.Intro5 .slick-dots {
    margin-top: 15px;
    position: unset;
}

.Intro5 .slick-dots li {
    margin: 0 12.5px;
}

.Intro5 .slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #9278FC;
    box-sizing: border-box;
    padding: 3px;
    transition: all 0.5s;
}

.Intro5 .slick-dots .slick-active button {
    border: 3px solid #6345DC;
}

.Intro5 .slick-dots .slick-active button {
    border-bottom: 3px solid #6345DC;
    border-right: 3px solid white;
    border-top: 3px solid white;
    border-left: 3px solid white;
}

.Intro5 .slick-dots .slick-active button.third {
    border-left: 3px solid #6345DC;
}

.Intro5 .slick-dots .slick-active button.twoThird {
    border-top: 3px solid #6345DC;
}

.Intro5 .slick-dots .slick-active button.threeThird {
    border-right: 3px solid #6345DC;
}

.Intro5 .slick-dots li button:before {
    display: none;
}

.news5 {
    padding-top: 25px;
    padding-bottom: 100px;
}

.news5 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.news5 .newsWrap {
    background-size: cover;
    border-radius: 6px;
    display: block;
}

.news5 .newsWrap:hover .newsFilter {
    background: rgba(24, 15, 57, 0.9);
}

.news5 .newsFilter {
    height: 300px;
    padding: 133px 42px 40px 42px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.news5 .date {
    padding: 5px 13px;
    background: #D92752;
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 13px;
}

.news5 .spaceBetween a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #6345DC;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-size: 16px 16px;
}

.news5 .spaceBetween a:hover {
    background-image: url(../../images/ArrowRightViolet.svg);
    padding-right: 26px;
}

.news5 .date {
    padding: 5px 13px;
    background: #D92752;
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 13px;
}

.news5 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.famousMembers5 {
    padding-bottom: 100px;
    padding-top: 25px;
}

.famousMembers5 .redWrap {
    width: 100%;
    height: 250px;
    border-radius: 6px;
    padding: 46px 40px 0 40px;
    display: block;
}

.famousMembers5 .violetWrap {
    width: 100%;
    height: 250px;
    border-radius: 6px;
    padding: 46px 40px 0 40px;
    display: block;
}

.famousMembers5 .bigRed {
    height: 300px;
}

.famousMembers5 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.famousMembers7 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.famousMembers5 .bigRed p {
    font-size: 25px;
    line-height: 35px;
    margin-top: 15px;
}

.famousMembers5 p.info {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.famousMembers5 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.famousMembers7 h2 {
    max-width: 84%;
}

.famousMembers5 .bigRed h2 {
    font-size: 50px;
    line-height: 60px;
}

.membership5 {
    margin-bottom: 25px;
}

.membership5 .membWrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 10px;
    padding: 30px 0;
}

.membership5 .logoBlock {
    width: 92px;
    height: 92px;
    background-size: cover;
    background-image: url(../../images/membLogo.png);
    margin: 0 50px;
}

.membership5 .membInfo {
    max-width: 727px;
}

.membership5 h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 10px;
}

.membership5 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.membership5 .btnAbout {
    padding: 19px 40px;
    background: #D92752;
    border-radius: 6px;
}

.membership5 .btnAbout:hover {
    background: #D92752;
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.membership5 .btnAbout:active {
    background: #EE0D44;
}

.membership5 .btnAbout p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding-left: 26px;
    background-image: url(../../images/Info.svg);
    background-position-y: center;
    background-repeat: no-repeat;
}

.fancybox-slide--html #loginForm .fancybox-close-small {
    padding: 0;
    right: 42px;
    top: 49px;
    height: 24px;
    width: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/XDarkGrey.svg);
}

.fancybox-slide--html #membershipPopup .fancybox-close-small svg {
    display: none;
}

.fancybox-slide--html #membershipPopup .fancybox-close-small {
    padding: 0;
    right: 30px;
    top: 23px;
    height: 24px;
    width: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/X.svg);
}

.fancybox-slide--html #paymentPopup .fancybox-close-small svg {
    display: none;
}

.fancybox-slide--html #paymentPopup .fancybox-close-small {
    padding: 0;
    right: 30px;
    top: 23px;
    height: 24px;
    width: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/X.svg);
}

.fancybox-slide--html #loginForm .fancybox-close-small svg {
    display: none;
}

#loginForm {
    padding: 40px;
    width: 520px;
    border-radius: 6px;
}

#loginForm h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
    margin-bottom: 34px;
}

#loginForm input {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 60px;
    outline: none;
    background: #FFFFFF;
    border: 2px solid #D3DCE2;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
}

#loginForm .inputWrap {
    position: relative;
}

#loginForm .inputWrap .inputName {
    position: absolute;
    left: 20px;
    top: -12px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #6345DC;
    border: 4px solid #FFFFFF;
    background-color: white;
    display: none;
}

#loginForm .inputWrap input:not(:placeholder-shown) + .inputName {
    display: block;
}

#loginForm input:hover {
    border: 2px solid #9278FC;
}

#loginForm #mail {
    margin-bottom: 40px;
}

#loginForm #password {
    margin-bottom: 8px;
}

#loginForm .pwBlock {
    position: relative;
}

#loginForm .pwBlock a {
    width: 24px;
    height: 24px;
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 22px;
    background-image: url(../../images/Eye.svg);
}

#loginForm .forgotPW {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D92752;
    text-align: right;
    margin-bottom: 40px;
}

#loginForm .btn {
    width: 100%;
    padding: 19px;
    height: 60px;
    border-radius: 6px;
}

#loginForm .btnEnter {
    background: #D92752;
    color: white;
    margin-bottom: 26px;
}

#loginForm .btnRegistration {
    color: #D92752;
    background: white;
    border: 2px solid #D92752;
}

#loginForm .btnSwitch {
    color: #D92752;
    background: white;
    border: 2px solid #D92752;
    margin-bottom: 26px;
}

.about6 {
    padding: 25px 0;
}

.about7 {
    padding-top: 0;
    padding-bottom: 100px;
}

.about6 h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.about6 p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.about6 h4 {
    margin-top: 50px;
    margin-bottom: 0;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
}

.about6 .docWrap {
    padding: 50px;
    border-radius: 6px;
}

.about6 .docWrap h4 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.about6 .docWrap > div {
    position: relative;
    z-index: 1;
}

.about6 .docWrap p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.about6 .docWrap .btnAbout {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding: 19px 34px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.about6 .docWrap .btnAbout:hover {
    background: #EE0D44;
    border: 2px solid #EE0D44;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
}

.about6 .docWrap .btnAbout:active {
    background: #FD1C53;
    border: 2px solid #FD1C53;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
}

.about6 .docWrap .btnAbout p {
    padding-left: 34px;
    background-image: url(../../images/Info.svg);
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.about6 .alignCenter {
    height: 100%;
}

.registration .mobPopups {
    display: none;
}

.registration .mobPopups a {
    background: #6345DC;
    border-radius: 6px;
    padding: 28px 22px;
    width: 100%;
}

.registration .mobPopups a:hover {
    box-shadow: 0px 7px 40px rgba(109, 14, 232, 0.6);
}

.registration .mobPopups a:active {
    background: #9278FC;
    box-shadow: 0px 15px 40px rgba(109, 14, 232, 0.3);
}

.registration .mobPopups a p {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding-right: 32px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-image: url(../../images/QuestionWhite.svg);
    text-align: left;
}

.registration .regHeader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    margin-top: 50px;
//    margin-top: 150px;
//    margin-bottom: 90px;
    margin-bottom: 40px;
    border-radius: 6px;
}

.registration .regHeader.background-red {
    height: auto;
}

.registration .regHeader.background-red h1 {
    margin: 40px 0;
}

.registration h1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height:40px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.registration .info {
    padding: 30px 47px;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    margin-bottom: 48px;
}

.registration h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
    margin-bottom: 20px;
}

.registration .info h3:first-child {
    margin-bottom: 40px;
}

.registration ol {
    padding: 0;
    margin: 0;
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #6345DC;
    margin-left: 15px;
}

.registration li {
    padding-left: 11px;
    margin-bottom: 12px;
}

.registration li p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    text-align: left;
}

.registration .info p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.registration .payment {
    padding: 30px 47px;
    box-shadow: 0px 4px 60px rgb(21 23 85 / 5%);
    border-radius: 6px;
}

.registration .payment p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.registration select {
    width: 100%;
}

.registration .select2-container {
    margin-bottom: 30px;
    max-width: 100%;
}

.registration .select2-container--default .select2-selection--single .select2-selection__rendered,
.registration .select2-selection__placeholder {
    color: #697378 !important;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.registration .select2-selection {
    padding-left: 12px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    min-height: 60px;
    display: flex;
    align-items: center;
    border: 2px solid #D3DCE2;
    box-sizing: border-box;
    border-radius: 6px;
    transition: none;
    outline: none;
}

.registration .errorInput .select2-selection {
    border: 2px solid #FD4B75;
}

.registration {
    margin-top: 50px;
}

.registration .select2-selection:hover {
    border: 2px solid #9278FC;
}

.registration .select2-container--open .select2-selection {
    border: 2px solid #6345DC;
    border-bottom: none;
}

.registration .select2-container--above.select2-container--open .select2-selection {
    border: 2px solid #6345DC;
    border-top: none;
}

.registration .select2-container--open .select2-selection::after {
    background: rgba(180, 164, 243, 0.56);
    height: 1px;
    content: '';
    display: block;
    width: calc(100% - 25px);
    position: absolute;
    bottom: 0;
}

.registration .select2-container--above.select2-container--open .select2-selection::after {
    top: 0;
}

.registration .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 16px;
    height: 16px;
    right: 20px;
    top: 22px;
    background-size: cover;
    background-image: url(../../images/CaretDownDarkGrey.svg);
}

.registration .select2-selection:hover .select2-selection__arrow {
    background-image: url(../../images/CaretDownViolet.svg);
}

.registration .select2-container--open .select2-selection .select2-selection__arrow {
    background-image: url(../../images/CaretDownViolet.svg);
}

.select2-dropdown {
    border: 2px solid #6345DC;
    border-top: none;
}

.select2-dropdown--above {
    border: 2px solid #6345DC;
    border-bottom: none;
}

.select2-container--default .select2-results__option--selected {
    background-color: white;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: white;
    color: #6345DC;
}

.select2-results {
    padding-top: 13px;
}

.select2-search--dropdown {
    padding: 6px 20px;
    position: relative;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border: 2px solid #D3DCE2;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    padding: 0;
    padding-left: 20px;
    height: 40px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:hover {
    border: 2px solid #9278FC;
}

.select2-dropdown--above .select2-results {
    padding-top: 0px;
    padding-bottom: 13px;
}

.select2-results__option {
    padding-left: 20px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.registration .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.registration input {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 60px;
    outline: none;
    background: #FFFFFF;
    border: 2px solid #D3DCE2;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 30px;
}

.registration .errorText {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    background: rgba(217, 39, 82, 0.1);
    border-radius: 6px;
}

.registration .errorText p,.registration .errorText span {
    padding-left: 26px;
    background-image: url(../../images/Warning.svg);
    background-position-y: center;
    background-repeat: no-repeat;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D92752;
}

.registration .errorText a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D92752;
    text-decoration: underline;
}

.registration .inputWrap.errorInput {
    height: 100px;
}

.registration .inputWrap.errorInput.half {
    height: 120px;
}

.registration .errorInput input {
    border: 2px solid #FD4B75;
}

.registration .errorInput .errorText {
    display: block;
}

.registration .withStar {
    height: 60px;
    margin-bottom: 30px;
}

.registration .withStar input::placeholder {
    color: white;
    font-size: 0px;
}

.registration .withStar input {
    background: none;
    position: absolute;
    z-index: 2;
}

.registration .withStar label {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 1;
}

.registration .withStar input:focus + div + label {
    display: none;
}

.registration .withStar input:focus + div + div + label {
    display: none;
}

.registration .withStar input:focus + img + div + label {
    display: none;
}

.registration .withStar label span {
    color: #D92752;
    font-size: 25px;
}

.redstar {
    color: #D92752;
}

.registration .select2-selection:not(.notNecessary) .select2-selection__placeholder::after {
    color: #D92752;
    font-size: 25px;
    content: '*';
    display: inline-block;
}

.registration .withStar input:not(:placeholder-shown) + div + label {
    display: none;
}

.registration .withStar input:not(:placeholder-shown) + div + div + label {
    display: none;
}

.registration .withStar input:not(:placeholder-shown) + img + div + label {
    display: none;
}

.registration .withQuestion {
    position: relative;
}

.registration .withQuestion .prompt {
    position: absolute;
    right: 19px;
    top: 18px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    background-size: cover;
    background-image: url(../../images/Question.svg);
    z-index: 2;
}

.registration .withQuestion .prompt:hover {
    background-image: url(../../images/QuestionViolet.svg);
}

.registration .withQuestion .promptText {
    display: none;
    position: absolute;
    right: -165px;
    top: 44px;
    z-index: 3;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    padding: 15px;
    width: 210px;
}

.registration .withQuestion .prompt:hover + .promptText {
    display: block;
}

.registration .date {
    position: relative;
}

.registration .date .ui-datepicker-trigger {
    position: absolute;
    right: 19px;
    top: 18px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    background-size: cover;
    background-image: url(../../images/Calendar.svg);
}

body #ui-datepicker-div {
    z-index: 2;
}

.registration .half {
    width: calc(50% - 20px);
}

.registration input.password {
    margin-right: 40px;
}

.registration input:hover {
    border: 2px solid #9278FC;
}

.registration .inputWrap {
    position: relative;
}

.registration .inputWrap .inputName {
    position: absolute;
    left: 20px;
    top: -12px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #6345DC;
    border: 4px solid #FFFFFF;
    background-color: white;
    display: none;
}

.registration .inputWrap input:not(:placeholder-shown) + .inputName {
    display: block;
    z-index: 2;
}

.registration .inputWrap input:not(:placeholder-shown) + div + .inputName {
    display: block;
    z-index: 2;
}

.registration .inputWrap input:not(:placeholder-shown) + img + .inputName {
    display: block;
    z-index: 2;
}

.registration .inputWrap input:focus + div + .inputName {
    display: block;
    z-index: 2;
}

.registration .inputWrap input:focus + .inputName {
    display: block;
    z-index: 2;
}

.registration .inputWrap input:focus + img + .inputName {
    display: block;
    z-index: 2;
}

.registration .btnSend {
    margin-top: 20px;
    padding: 19px 40px;
    background: #D92752;
    border-radius: 6px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.registration .btnSend:hover {
    background: #D92752;
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.registration .btnSend:active {
    background: #EE0D44;
}

.registration .btnPurp {
    margin-top: 20px;
    color: #fff;
    padding: 19px 40px;
    background: #6345DC;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration .btnPurp:hover {
    background: #6345DC;
    box-shadow: 0px 7px 40px rgba(99, 69, 220, 0.6);
}

.registration .btnPurp:active {
    background: #543ae8;
}

.registration .btnSend p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding-left: 26px;
    background-image: url(../../images/btnUser.svg);
    background-position-y: center;
    background-repeat: no-repeat;
}

.registration form {
    margin-bottom: 100px;
}

.inputwrap.checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.inputwrap.checkbox label {
    margin-bottom: 0;
    padding-left: 36px;
    position: relative;
    cursor: pointer;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-bottom: 30px;
}

.inputwrap.checkbox input:checked + label:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 7px;
    top: 8px;
    background: #6345DC;
    box-shadow: 0px 2px 10px rgba(109, 14, 232, 0.3);
    border-radius: 1px;
}

.inputwrap.checkbox label:after {
    content: '';
    border: 1px solid #D3DCE2;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 3px;
}

.inputwrap.checkbox.errorInput label:after {
    border: 1px solid #FD4B75;
}

.inputwrap.checkbox label:hover::after {
    border: 1px solid #9278FC;
}

.inputwrap.checkbox input:checked + label:after {
    border: 1px solid #9278FC;
}

.Intro10 {
    width: 100%;
    height: 800px;
    background-image: url(../../images/bgNewsDet.png);
}

.Intro10 .breadcrumbs a,
.Intro10 .breadcrumbs span {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D3DCE2;
    margin-right: 10px;
}

.Intro10 .breadcrumbs a:hover {
    color: #D92752;
}

.Intro10 .breadcrumbs span {
    color: #FD4B75;
}

.Intro10 .date {
    padding: 5px 13px;
    background: #D92752;
    border-radius: 4px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 6px;
    margin-top: 24px;
}

.Intro10 h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.Intro11.Intro10 {
    margin-top: 0px;
    padding-top: 0;
    background-image: url(../../images/intro11.png);
    height: 360px;
    display: flex;
    align-items: center;
    backdrop-filter: none;
    border-radius: 6px;
}

.detailNews {
    padding-top: 100px;
    padding-bottom: 150px;
}

.detailNews .newsContent p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.detailNews .newsContent .inroduction {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
}

.detailNews .note {
    border-radius: 4px;
    border-left: 8px solid #6345DC;
    padding: 30px 40px;
    background: #F5F5F5;
    margin-bottom: 50px;
}

.detailNews img {
    border-radius: 4px;
    max-width: 100%;
}

.detailNews h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-top: 50px;
    margin-bottom: 20px;
}

.detailNews h4 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin: 20px 0;
}

.detailNews ul {
    padding: 0;
    list-style-type: none;
}

.detailNews ul:not(.slick-dots) li {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    padding-left: 32px;
    margin-bottom: 22px;
    position: relative;
}

.detailNews ul:not(.slick-dots) li::before {
    content: ' ';
    width: 16px;
    height: 2px;
    background: #D92752;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

.detailNews .newsDetSlider {
    margin-top: 50px;
}

.detailNews .newsDetSlider .newsDetSlide {
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    height: 610px;
}

.detailNews .newsDetSliderController .newsDetSlideController {
    background-size: cover;
    height: 80px;
    margin: 0 5px;
    opacity: 0.5;
}

.detailNews .newsDetSliderController {
    margin-bottom: 50px;
    margin-top: 8px;
}

.detailNews .newsDetSliderController .newsDetSlideController:hover {
    opacity: 0.8;
}

.detailNews .newsDetSliderController .newsDetSlideController.slick-current {
    opacity: 1;
}

.detailNews .newsDetSlider .slick-prev {
    left: 28px;
    height: 32px;
    width: 32px;
    z-index: 1;
}

.detailNews .newsDetSlider .slick-prev:before {
    content: '';
    height: 32px;
    width: 32px;
    background-size: cover;
    background-image: url(../../images/CaretCircleNewsLeft.svg);
    display: block;
}

.detailNews .newsDetSlider .slick-prev:hover::before {
    background-image: url(../../images/HCaretCircleLeftRed.svg);
}

.detailNews .newsDetSlider .slick-next {
    right: 28px;
    height: 32px;
    width: 32px;
    z-index: 1;
}

.detailNews .newsDetSlider .slick-next:before {
    content: '';
    height: 32px;
    width: 32px;
    background-size: cover;
    background-image: url(../../images/CaretCircleNewsRight.svg);
    display: block;
}

.detailNews .newsDetSlider .slick-next:hover::before {
    background-image: url(../../images/HCaretCircleRightRed.svg);
}

.detailNews .rewiew {
    background: #6345DC;
    border-radius: 4px;
    padding: 30px 40px;
    margin-bottom: 100px;
}

.eventDetail.detailNews .rewiew {
    margin-bottom: 0px;
}

.detailNews .rewiew p {
    color: #FFFFFF;
}

.detailNews .rewiew img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-top: 20px;
}

.detailNews .rewiew .name {
    margin-left: 11px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-top: 20px;
}

.detailNews .rewiew .job {
    margin-left: 11px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.detailNews .news5 {
    padding-top: 0;
    padding-bottom: 0;
}

.detailNews.eventDetail .news5 {
    padding-top: 0;
}

.detailNews .news5 h3 {
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    margin-top: 0;
}

.detailNews .newsWrap {
    margin-bottom: 20px;
}

.detailNews .newsFilter {
    height: 400px;
    padding: 184px 40px 33px 40px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    background: rgba(24, 15, 57, 0.7);
    overflow: hidden;
}

.detailNews.eventDetail .newsFilter {
    height: 250px;
    margin-bottom: 20px;
    padding: 77px 40px 33px 40px;
}

.detailNews.eventDetail p {
    font-size: 18px;
}

.detailNews p {
   // font-size: 20px;
    font-size: 16px;
}

.detailNews .news5 {
    padding-top: 100px;
    position: relative;
}

.detailNews .news5 h3 {
    margin-bottom: 40px;
}

.detailNews .news5 .newsWrap {
    margin-bottom: 0px;
}

.detailNews .news5::before {
    content: ' ';
    width: 100%;
    height: 1px;
    background: #D3DCE2;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
}

.detailNews.eventDetail .news5::before {
    display: none;
}

.newsDetailOtherNewsSlider .newsDetSlide {
    padding: 0px 20px;
}

.newsDetailOtherNewsSlider {
    margin-right: -20px;
    margin-left: -20px;
}

.newsDetailOtherNewsSlider .slick-dots {
    margin-top: 30px;
    position: unset;
}

.newsDetailOtherNewsSlider .slick-dots li {
    width: 61px;
    height: 6px;
    margin: 0 10px;
}

.newsDetailOtherNewsSlider .slick-dots li button {
    width: 61px;
    height: 6px;
    background: #D3DCE2;
    border-radius: 4px;
    padding: 0;
}

.newsDetailOtherNewsSlider .slick-dots .slick-active button {
    background: #6345DC;
}

.newsDetailOtherNewsSlider .slick-dots li button:before {
    display: none;
}

.detailNews .slider-arrows {
    display: flex;
}

.detailNews div:not(.newsDetSlider) > .slick-next {
    position: inherit;
    width: 32px;
    height: 32px;
    transform: translate(0, 0);
}

.detailNews div:not(.newsDetSlider) > .slick-prev {
    position: inherit;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    transform: translate(0, 0);
}

.detailNews .slick-next:before {
    content: '';
    background-image: url(../../images/CaretCircleRightDarkGrey.svg);
    width: 32px;
    height: 32px;
    display: block;
}

.detailNews .slick-prev:before {
    content: '';
    background-image: url(../../images/CaretCircleLeftDarkGrey.svg);
    width: 32px;
    height: 32px;
    display: block;
}

.detailNews .slick-prev:hover::before {
    background-image: url(../../images/CaretCircleLeftRose.svg);
}

.detailNews .slick-next:hover::before {
    background-image: url(../../images/CaretCircleRightRose.svg);
}

.detailNewsPage.membership5 {
    margin-bottom: 150px;
}

.aloneBreadCrumbs {
    /*margin-top: 30px;*/
    margin-bottom: 30px;
}

.aloneBreadCrumbs a,
.aloneBreadCrumbs span {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-right: 10px;
}

.aloneBreadCrumbs a:hover {
    color: #D92752;
}

.aloneBreadCrumbs span {
    color: #FD4B75;
}

.news5.newsCatalog h1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 32px;
}

.news5.newsCatalog .newsFilter {
    height: 300px;
    padding: 144px 40px 40px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    background: rgba(24, 15, 57, 0.7);
    overflow: hidden;
}

.news5.newsCatalog .newsWrap {
    margin-bottom: 40px;
}

h1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
    margin-bottom: 40px;
}

.navtabsWrap {
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 378px;
    overflow: hidden;
}

.navtabsWrap .btn {
    display: block;
    margin-bottom: 27px;
    text-align: left;
    padding: 0;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
}

.navtabsWrap .btn.tabActive {
/ / color: #6345DC;
}

.navtabsWrap .btn:hover {
    color: #9278FC;
}

.tabContent {
    display: none;
}

.tabContentActive {
    display: block;
}

section h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 20px;
}

section {
    margin-bottom: 60px;
}

.socContacts .contactWrap {
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    background: #FFFFFF;
    margin-top: 10px;
}

.socContacts #yMapSoc {
    min-height: 400px;
    height: 100%;
    width: 557px;
}

.socContacts .info {
    padding-top: 48px;
    padding-left: 33px;
}

.socContacts .logo {
    height: 50px;
    margin-bottom: 30px;
    background-size: contain;
    background-image: url(../../images/socLogo.svg);
    background-repeat: no-repeat;
}

.program3 .tabNavs {
    display: flex;
}

.program3 .tab {
    padding: 14px 25px;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    background: #2E2E44;
    margin-right: 10px;
}

.socContacts .info p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 30px;
}

.socContacts .info p.notLast {
    margin-bottom: 10px;
}

.socContacts .info p.header {
    font-size: 12px;
    text-transform: uppercase;
    color: #697378;
    margin-bottom: 5px;
}

.socContacts .info p.mail {
    color: #D92752;
    position: relative;
    display: inline;
}

.socContacts .info p.mail:hover::after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    background: #FD4B75;
    display: block;
}

.socInfo p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.socBusiness ul {
    padding: 0;
    list-style-type: none;
}

.socBusiness li {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    list-style: none;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    padding-left: 32px;
    margin-bottom: 22px;
    position: relative;
}

.socBusiness li::before {
    content: ' ';
    width: 16px;
    height: 2px;
    background: #D92752;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

.socOnline {
    background: #9278FC;
    border-radius: 6px;
}

.socOnlineBg {
    background-image: url(../../images/onlineBG.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 31px);
    background-position-y: 14px;
}

.socOnline .infoWrap {
    padding: 70px 20px 70px 81px;
}

.socOnline .infoWrap h3 {
    color: #FFFFFF;
}

.socOnline .infoWrap p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.socOnline .btnAbout {
    padding: 19px 40px;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
    margin-top: 30px;
}

.socOnline .btnAbout p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding-left: 26px;
    background-image: url(../../images/Info.svg);
    background-position-y: center;
    background-repeat: no-repeat;
}

.socOnline .btnAbout:hover {
    background: #7352F7;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border: 2px solid #7352F7;
}

.socOnline .btnAbout:active {
    background: #9278FC;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border: 2px solid #9278FC;
}

.actuallyDocs {
    padding: 0;
}

.actuallyDocs .docWrap {
    height: 460px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 20px;
    position: relative;
}

.actuallyDocs .docWrap .galBlur {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    backdrop-filter: blur(4px);
    background: rgba(21, 23, 85, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
}

.actuallyDocs .docWrap .galBlur .glass {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-image: url(../../images/MagnifyingGlassPlus.svg);
}

.actuallyDocs .docWrap:hover .galBlur {
    display: flex;
}

.actuallyDocs .docSlider {
    margin-left: -20px;
    margin-right: -20px;
}

.socPrizes .navtabsWrap {
    margin-bottom: 42px;
    padding: 0 0 10px 0;
}

.socPrizes .tab {
    padding: 14px 25px;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    background: #F5F5F5;
    border-radius: 6px;
    margin-bottom: 0;
    margin-right: 10px;
}

.socPrizes .tab:last-child {
    margin-right: 0px;
}

.socPrizes .tab:hover {
    color: #FFFFFF;
    background: #9278FC;
}

.socPrizes .tabContent {
    display: none;
}

.socPrizes .tabContentActive {
    display: block;
}

.socPrizes .tab.tabActive {
    color: #FFFFFF;
    background: #6345DC;
}

.socPrizes .prizeWrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    padding: 30px 50px 40px 50px;
    margin-bottom: 30px;
}

.socPrizes .prizeWrap .hiddenName {
    display: none;
}

.socPrizes .prizeLogo {
    width: 150px;
    height: 148px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 40px;
}

.socPrizes .info {
    width: calc(100% - 190px);
}

.socPrizes .info h4 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-bottom: 15px;
}

.socPrizes .info p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-bottom: 23px;
}

.socPrizes .info .header {
    font-weight: bold;
    margin-bottom: 11px;
}

.socPrizes .info ul {
    padding: 0;
    list-style-type: none;
}

.socPrizes .info li {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    padding-left: 26px;
    margin-bottom: 12px;
    position: relative;
}

.socPrizes .info li:last-child {
    margin-bottom: 0;
}

.socPrizes .info li::before {
    content: ' ';
    width: 16px;
    height: 2px;
    background: #D92752;
    display: block;
    position: absolute;
    top: 11.5px;
    left: 0;
}

.socPrizes .prizeWrap {
    position: relative;
}

.socPrizes .blurWhite {
    position: absolute;
    background: linear-gradient(360deg, #FFFFFF 14.84%, rgba(255, 255, 255, 0) 55.63%);
    border-radius: 6px;
    width: 100%;
    height: 460px;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.socPrizes .blurWhite.opened {
    height: 0;
    bottom: -20px;
}

.socPrizes .blurWhite .btnShowAll {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #6345DC;
    margin-bottom: 22px;
    padding: 20px 10px;
}

.socPrizes .blurWhite .btnShowAll:hover {
    color: #9278FC;
}

.socReports .reportWrap {
    padding: 24px 30px;
    border-top: 1px solid #D3DCE2;
}

.socReports .reportWrap:last-child {
    border-bottom: 1px solid #D3DCE2;
}

.socReports p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-bottom: 20px;
}

.socReports a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #6345DC;
    padding-left: 34px;
    background-image: url(../../images/FileText.svg);
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.socReports a:hover {
    color: #9278FC;
}

.socReports .size {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    padding-left: 34px;
    margin-bottom: 0;
}

.socReports .size.notLast {
    margin-bottom: 15px;
}

.membership5.socMembership .membWrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 10px;
    padding: 36px 50px 36px 40px;
}

.membership5.socMembership .membInfo {
    max-width: 450px;
}

.membership5.socMembership .logoBlock {
    margin: 0;
    margin-right: 60px;
}

.membership5.socMembership h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 10px;
}

.membership5.socMembership .btnAbout {
    margin-left: 60px;
}

.membershipBenefits .info .advantages {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-bottom: 20px;
}

.membershipBenefits ol,
.getMembership ol {
    padding: 0;
    margin: 0;
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #6345DC;
    margin-left: 15px;
}

.membershipBenefits li,
.getMembership li {
    padding-left: 11px;
    margin-bottom: 12px;
}

.membershipBenefits li p,
.getMembership li p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    text-align: left;
}

.membershipBenefits .info p,
.getMembership .info p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.payment p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.partnerSoc h3 {
    margin-bottom: 30px;
}

.partnerSoc .partnerSocWrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    padding: 30px 32px 36px 32px;
}

.partnerSoc .partnerSocImg {
    background-size: contain;
    background-repeat: no-repeat;
    height: 80px;
    width: 100%;
    margin-bottom: 27px;
}

.partnerSoc p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.socPersonalities .persWrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.socPersonalities .persLogo {
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 50px;
    margin-left: 40px;
    border-radius: 50%;
    background-position: center;
}

.socPersonalities.socStructure .persLogo {
    height: 195px;
}

.societyWrap.regionsWrap .socPersonalities .persLogo {
    margin-top: 30px;
}

.socPersonalities .info {
    width: calc(100% - 170px);
    padding: 35px 0;
}

.socPersonalities.socStructure .info {
    padding: 25px 0;
}

.socPersonalities .info p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.societyWrap.regionsWrap .socPersonalities .info p {
    font-size: 14px;
}

.socPersonalities .info .job {
    font-size: 15px;
    color: #D92752;
}

.socPersonalities .info h4 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-bottom: 0;
}

.socPersonalities .info .fullJob {
    margin-bottom: 20px;
    font-size: 15px;
    color: #697378;
}

.socPersonalities.socStructure .info .fullJob {
    margin-bottom: 0;
    margin-top: 5px;
}

.societyWrap.regionsWrap .socPersonalities .info .fullJob {
    margin-bottom: 15px;
    margin-top: 5px;
}

.socPersonalities .info .hiddenInfo {
    display: none;
}

.socPersonalities .info .btnAbout {
    margin-top: 10px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #6345DC;
    position: relative;
    padding: 0;
    padding-right: 21px;
}

.socPersonalities .info .btnAbout:hover {
    color: #9278FC;
}

.socPersonalities .info .btnAbout.opened::after {
    background-image: url(../../images/ArrowCircleUpViolet.svg);
}

.socPersonalities .info .btnAbout::after {
    content: '';
    display: block;
    background-image: url(../../images/ArrowCircleDownViolet.svg);
    height: 16px;
    width: 16px;
    right: 0px;
    top: calc(50% - 8px);
    position: absolute;
    background-size: contain;
    transition: all 0.3s;
}

.socPersonalities .info .btnAbout:hover::after {
    background-image: url(../../images/ArrowCircleDownLightViolet.svg);
}

.socPersonalities .info .btnAbout.opened:hover::after {
    background-image: url(../../images/ArrowCircleUpLightViolet.svg);
}

.navtabsWrap {
    margin-bottom: 42px;
    padding: 0 0 10px 0;
}

.tab {
    padding: 14px 25px;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    background: #F5F5F5;
    border-radius: 6px;
    margin-bottom: 0;
    margin-right: 10px;
}

.tab:last-child {
    margin-right: 0px;
}

.tab:hover {
    color: #FFFFFF;
    background: #9278FC;
}

.tabContent {
    display: none;
}

.tabContentActive {
    display: block;
}

.tab.tabActive {
    color: #FFFFFF;
    background: #6345DC;
}

.inputWrap {
    position: relative;
}

.inputWrap .inputName {
    position: absolute;
    left: 20px;
    top: -12px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #6345DC;
    border: 4px solid #FFFFFF;
    background-color: white;
    display: none;
}

.inputWrap input:not(:placeholder-shown) + .inputName {
    display: block;
    z-index: 2;
}

.inputWrap input:not(:placeholder-shown) + img + .inputName {
    display: block;
    z-index: 2;
}

.inputWrap input:focus + .inputName {
    display: block;
    z-index: 2;
}

.inputWrap input:focus + img + .inputName {
    display: block;
    z-index: 2;
}

.withStar input:focus + div + label {
    display: none;
}

.withStar {
    height: 60px;
    margin-bottom: 30px;
}

.withStar input::placeholder {
    color: white;
    font-size: 0px;
}

.withStar input {
    background: none;
    position: absolute;
    z-index: 2;
}

.withStar label {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    position: absolute;
    top: 19px;
    left: 20px;
    z-index: 1;
}

input {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 60px;
    outline: none;
    background: #FFFFFF;
    border: 2px solid #D3DCE2;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 30px;
}

.withStar input {
    background: none;
    position: absolute;
    z-index: 2;
}

.withStar .magGlass {
    content: '';
    display: block;
    background-image: url(../../images/MagnifyingGlass.svg);
    height: 24px;
    width: 24px;
    right: 18px;
    top: calc(50% - 12px);
    position: absolute;
    background-size: contain;
    transition: all 0.3s;
}

.pagination {
    margin-top: 50px;
    margin-bottom: 20px;
}

.pagination ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.pagination li {
    margin-right: 40px;
}

.pagination ul li:last-child {
    margin-right: 0;
}

.pagination a {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.pagination a:hover {
    color: #9278FC;
}

.pagination a.pagActive {
    color: #6345DC;
}

.pagination .btn {
    padding: 0;
}

.pagination .btn p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
}

.pagination .btnPrev {
    min-width: 120px;
}

.pagination .btnPrev p {
    padding-left: 26px;
    background-image: url(../../images/ArrowLeftDarkGrey.svg);
    background-size: 16px 16px;
    background-position-y: center;
    background-repeat: no-repeat;
}

.pagination .btnPrev:hover p {
    color: #D92752;
    background-image: url(../../images/ArrowLeftRose.svg);
}

.pagination .btnNext:hover p {
    color: #D92752;
    background-image: url(../../images/ArrowRightRose.svg);
}

.pagination .btnNext {
    min-width: 120px;
}

.pagination .btnNext p {
    padding-right: 26px;
    background-image: url(../../images/ArrowRightDarkGrey.svg);
    background-size: 16px 16px;
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
}

.regionsWrap .info p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.regionsWrap .branches .accordeon-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    margin-bottom: 20px;
}

.regionsWrap .branches .branchInfoWrap {
    padding: 19px 40px;
    position: relative;
}

.regionsWrap .branches .show .branchInfoWrap {
    border-radius: 6px 6px 0 0;
}

.regionsWrap .branches .branchInfoWrap::after {
    content: '';
    display: block;
    background-image: url(../../images/CaretDownDarkGrey.svg);
    height: 24px;
    width: 24px;
    right: 40px;
    top: calc(50% - 12px);
    position: absolute;
    background-size: contain;
    transition: all 0.3s;
}

.regionsWrap .branches .show .branchInfoWrap::after {
    transform: rotate(180deg);
}

.regionsWrap .branches .show .branchInfoWrap::before {
    content: '';
    display: block;
    width: calc(100% - 80px);
    right: 40px;
    top: 100%;
    position: absolute;
    background: #F5F5F5;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 6px;
    height: 1px;
}

.regionsWrap .branches .tabs {
    padding: 27px 40px 47px 40px;
}

.regionsWrap .branches .navtabsWrap {
    margin-bottom: 0px;
    padding: 0;
    box-shadow: none;
}

.regionsWrap .branches .tabs {
    position: relative;
    z-index: 1;
}

.regionsWrap .branches .tab {
    padding: 14px 25px;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    background: #F5F5F5;
    margin-right: 10px;
    margin-bottom: 0;
}

.regionsWrap .branches .tab:last-child {
    margin-right: 0px;
}

.regionsWrap .branches .tab:hover {
    color: #FFFFFF;
    background: #9278FC;
}

.regionsWrap .branches .tabContent {
    display: none;
}

.regionsWrap .branches .tabContentActive {
    display: block;
}

.regionsWrap .branches .tab.tabActive {
    color: #FFFFFF;
    background: #6345DC;
}

.regionsWrap .branches .branchInfoWrap .logo {
    width: 50px;
    height: 70px;
    background-size: contain;
    background-position-y: center;
    margin-right: 31px;
    background-repeat: no-repeat;
}

.regionsWrap .branches .branchInfoWrap .type {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    margin-bottom: 5px;
}

.regionsWrap .branches .branchInfoWrap .name {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.regionsWrap .branches .tabs .job {
    margin-top: 25px;
    margin-bottom: 5px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D92752;
}

.regionsWrap .branches .tabs .name {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
}

.regionsWrap .branches .tabs .achievments {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-top: 5px;
}

.regionsWrap .branches .tabs .desc {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    margin-top: 25px;
    margin-bottom: 5px;
}

.regionsWrap .branches .tabs .adress,
.regionsWrap .branches .tabs .phone {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
}

.regionsWrap .branches .tabs .tabtext {
    margin-top: 25px;
}

.societyWrap.sectionsWrap .socPersonalities .info {
    padding: 25px 0;
}

.societyWrap.sectionsWrap .socPersonalities .persLogo {
    margin-top: 25px;
}

.societyWrap.sectionsWrap .socPersonalities .info .fullJob {
    margin-bottom: 0px;
}

.sectionsWrap p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.sectionsWrap .section .disclamer {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    margin-bottom: 20px;
}

.sectionsWrap.regionsWrap .socPersonalities h3 {
    margin-bottom: 40px;
}

.sectionsWrap .socPersonalities .fullJob {
    margin-top: 5px;
}

.sectionsWrap .education p b,
.sectionsWrap .socBusiness p b {
    font-weight: 600;
    font-size: 16px;
}

.sectionsWrap .education span {
    color: #D92752;
}

.sectionsWrap .socBusiness p {
    margin-bottom: 20px;
}

.sectionsWrap .forums .forumsImg {
    width: 100%;
    background-size: cover;
    height: 781px;
    margin-top: 80px;
    margin-bottom: 100px;
}

.mobTab {
    display: none;
}

.header5 .headerTop .row {
    height: 76px;
    align-items: center;
    overflow: hidden;
}

.links__NMO {
    align-items: center;
}

.soc.soc__NMO > a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 0;
}

.soc.soc__NMO > a:last-child {
    margin-right: 0;
}

.soc__NMO {
    margin-right: 46px;
}

.header5 .links .phone__NMO {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    background-repeat: no-repeat;
}

.header5 .links .mail__NMO {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    background-repeat: no-repeat;
    margin-right: 0;
}

.header5 .btnReg__NMO {
    padding: 12px 28px;
    margin-right: 20px;
}

.header5 .btnReg__NMO p {
    color: #39394B;
}

.header5 .btnLogin__NMO {
    padding: 12px 28px;
}

.header5 .btnLogin__NMO p {
    color: #39394B;
}

.header5 .logoScroll__NMO,
.header5.headerScroll .logoScroll__NMO {
    width: 186px;
    height: 40px;
    /*background-image: url(../../images/NMOnews.svg); NMOLogo.png*/
    /*background-image: url(../../images/back.svg); /*NMOLogo.png*/
    background-image: url(../../images/logo_platform.svg); /*NMOLogo.png*/
    margin-right: 0px;
	background-repeat: no-repeat;
}


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

.NMO {
    margin-top: 147px;
}

.Intro5__NMO.Intro5 {
    margin-top: 0;
}

.buttonsScroll__NMO {
    display: none;
}

.headerScroll .buttonsScroll__NMO {
    display: flex;
}

.header5 .menu__NMO a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-right: 60px;
}

.header5.headerScroll .menu__NMO li a {
    margin: 0 15px;
    font-size: 18px;
}

.container.societyWrap {
    min-height: 90vh;
}

.Intro5.Intro5__NMO h1 {
    margin-top: 147px;
    margin-bottom: 30px;
}

.Intro5.Intro5__NMO p {
    font-weight: 500;
    margin-bottom: 0px;
}

.intro5Slide__NMO .buttons {
    margin-top: 70px;
}

.intro5Slide__NMO .buttons a:first-child {
    margin-right: 10px;
}

.btnToProject {
    padding: 19px 34px;
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(217, 39, 82, 0.17) 100%);
}

.btnToProject:hover {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #D92752 0%, rgba(255, 37, 89, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.btnToProject:active {
    background: radial-gradient(80.83% 80.83% at 50% 50%, #FF003D 0%, rgba(255, 16, 73, 0.56) 100%);
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.btnToProject p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 0;
    padding-left: 30px;
    background-image: url(../../images/Cursor.svg);
    background-repeat: no-repeat;
    background-position-y: center;
}

.btnToSite {
    padding: 19px 34px;
    border: 2px solid #6345DC;
    box-sizing: border-box;
    border-radius: 6px;
}

.btnToSite:hover {
    background: #6345DC;
}

.btnToSite:active {
    background: #9278FC;
    border: 2px solid #9278FC;
}

.btnToSite p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin: 0;
    padding-left: 26px;
    background-image: url(../../images/FrameCorners.svg);
    background-repeat: no-repeat;
    background-position-y: center;
}

.intro5Slider__NMO .slick-prev {
    left: 28px;
    height: 32px;
    width: 32px;
    z-index: 1;
}

.intro5Slider__NMO .slick-prev:before {
    content: '';
    height: 32px;
    width: 32px;
    background-size: cover;
    background-image: url(../../images/CaretCircleNewsLeft.svg);
    display: block;
}

.intro5Slider__NMO .slick-prev:hover::before {
    background-image: url(../../images/HCaretCircleLeftRed.svg);
}

.intro5Slider__NMO .slick-next {
    right: 28px;
    height: 32px;
    width: 32px;
    z-index: 1;
}

.intro5Slider__NMO .slick-next:before {
    content: '';
    height: 32px;
    width: 32px;
    background-size: cover;
    background-image: url(../../images/CaretCircleNewsRight.svg);
    display: block;
}

.intro5Slider__NMO .slick-next:hover::before {
    background-image: url(../../images/HCaretCircleRightRed.svg);
}

.intro5Slide.intro5Slide__NMO {
    border-radius: 0;
}

.Intro5 .intro5Slider__NMO .slick-dots {
    margin-top: 40px;
}

.NMO section {
    margin: 0;
    padding: 0;
    margin-bottom: 120px;
}

.projects4__NMO .navtabsWrap {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.projects4__NMO .tab {
    padding: 13px 40px;
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
    background: #F5F5F5;
    margin-right: 10px;
}

.projects4__NMO .tab:hover {
    color: #FFFFFF;
    background: #9278FC;
}

.projects4__NMO .tabContent {
    display: none;
}

.projects4__NMO .tabContentActive {
    display: block;
}

.projects4__NMO .tab.tabActive {
    color: #FFFFFF;
    background: #6345DC;
}

.projects4.projects4__NMO .projects4Filter {
    padding: 205px 30px 40px 30px;
}

.projects4 .date {
    margin-bottom: 18px;
}

.projects4__NMO p:hover {
    color: #FD4B75;
}

.projects4__NMO .slider-arrows {
    margin-bottom: 30px;
}

.projects4 .projects4Slide_extLink {
    display: block;
    margin-top: 10px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding-left: 25px;
    background-image: url(../../images/LinkSimple.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.projects4.projects4__NMO .slick-dots {
    margin-top: 40px;
}

.news5 .newsFilter__NMO {
    height: 515px;
    padding: 184px 40px 0px 40px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.detailNews__NMO {
    background-image: url(../../images/photoBg.png);
    background-size: cover;
}

.detailNews__NMO h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 40px;
    padding-top: 100px;
}

.newsDetSliderController__NMO {
    padding-bottom: 120px;
}

.attachWrap__NMO {
    margin-bottom: 40px;
    display: block;
}

.subscribe .subscribe_wrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 10px;
    padding: 30px 0;
}

.subscribe .logoBlock {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-image: url(../../images/EnvelopeOpenSubs.png);
    margin-left: 33px;
    margin-right: 40px;
}

.subscribe h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 10px;
}

.subscribe p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}

.subscribe .btnAbout {
    padding: 19px 40px;
    background: #D92752;
    border-radius: 6px;
}

.subscribe .btnAbout:hover {
    background: #D92752;
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.subscribe .btnAbout:active {
    background: #EE0D44;
}

.subscribe .btnAbout p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding-left: 26px;
    background-image: url(../../images/Info.svg);
    background-position-y: center;
    background-repeat: no-repeat;
}

.registration__subscribe {
    margin-top: 0;
    padding: 0 33px;
}

.registration__subscribe input {
    margin: 0;
}

.registration__subscribe .inputWrap {
    width: calc((100% - 30px) / 8 * 5);
    margin-right: 30px;
    margin-bottom: 0;
}

.registration__subscribe button {
    width: calc((100% - 30px) / 8 * 3);
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    transition: all 0.2s;
}

.registration__subscribe button:hover {
    color: white;
}

.donate {
    margin-bottom: 25px;
}

.donate .donate_Wrap {
    background: #39394B;
    box-shadow: 0px 4px 60px rgba(21, 23, 85, 0.05);
    border-radius: 10px;
    padding: 30px 0;
}

.donate .logoBlock {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-image: url(../../images/donate.png);
    margin-left: 25px;
    margin-right: 23px;
}

.donate .donate_Info {
    max-width: 727px;
}

.donate h3 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.donate p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D3DCE2;
}

.donate .btnAbout {
    background: #D92752;
    border-radius: 6px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.donate .btnAbout:hover {
    background: #D92752;
    box-shadow: 0px 7px 40px rgba(232, 14, 65, 0.6);
}

.donate .btnAbout:active {
    background: #EE0D44;
}

.donate .btnAbout p {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    background-position-y: center;
    background-repeat: no-repeat;
}

.calendar__header {
    padding-top: 100px;
    margin-bottom: 40px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.calendarEvent {
    background: #2E2E44;
    border-radius: 6px;
    padding: 20px 0;
    margin-bottom: 10px;
}

.calendarEvent:last-child {
    margin-bottom: 130px;
}

.calendarEvent__date {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FD4B75;
    height: 100%;
}

.calendarEvent__desc {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: rgba(255, 255, 255, 0.4);
}

.calendarEvent__name {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.calendarEvent__det {
    margin-top: 1px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #90989C;
}

.calendarNMO {
    background-image: url(../../images/calendarBg.png);
    background-size: cover;
}

.calendarNMO__content {
    z-index: 1;
    position: relative;
}

.footerNMO {
    height: 60px;
    background: #39394B;
    display: flex;
    align-items: center;
}

.footerNMO_copyright {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D3DCE2;
}

.footerNMO_policy {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D3DCE2;
}

.footerNMO_policy:hover {
    color: #D3DCE2;
    text-decoration: underline;
}


/*calendar*/

.air-datepicker.-inline- {
    --adp-width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(61, 77, 94, 0.03);
    --adp-border-radius: 2px;
    border: none;
}

.air-datepicker--navigation {
    padding: 26px 30px 17px 30px;
}

.air-datepicker-nav {
    border-bottom: 1px solid #697378;
}

.air-datepicker-nav--title {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.air-datepicker-nav--action:hover {
    background: #FFFFFF;
}

.air-datepicker-nav--action:hover svg path {
    stroke: #6345DC;
}

.air-datepicker-nav--title:hover {
    background: #2E2E44;
    color: #6345DC;
}

.air-datepicker-nav--title:hover i {
    color: #6345DC;
}

.air-datepicker-body--day-names {
    margin: 3px 0 0 0;
}

.air-datepicker-cell.-focus- {
    color: #6345DC;
    background: #FFFFFF;
}

.air-datepicker-cell.-current- {
    color: #6345DC;
}

.air-datepicker-cell.-selected-,
.air-datepicker-cell.-in-range- {
    background: #6345DC;
    color: #FFFFFF;
}

.air-datepicker-body--day-name {
    text-transform: lowercase;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    padding: 10px 0;
}

.air-datepicker-cell {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    --adp-padding: 26px 0;
    height: 52px;
    border-radius: 50%;
}

.air-datepicker {
    --adp-day-cell-height: 52px;
}

.air-datepicker-cell.-in-range-:hover {
    background: #6345DC;
}

.air-datepicker-cell.-selected-.-focus- {
    background: #6345DC;
}

.air-datepicker-cell.-current-.-focus- {
    color: #6345DC;
}

.datepicker {
    height: 0px;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    position: absolute;
    top: 60px;
}

.datepickerPermanent .date {
    display: none;
}

.air-datepicker-nav--action path {
    stroke: white;
}

.air-datepicker.-inline- {
    background: #2E2E44;
    border-radius: 6px;
}

.air-datepicker-nav--action:hover {
    background: #2E2E44;
}

.air-datepicker-nav--action:hover svg path {
    stroke: #6345DC;
}

.air-datepicker-cell.-current-.-in-range- {
    color: #2E2E44;
}

.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
    color: #666666;
}

.air-datepicker-nav--title i {
    color: white;
    transition: all 0.2s;
}

.air-datepicker--content {
    --adp-padding: 41px;
}

.air-datepicker-cell.withEvent {
    border: 1px solid #6345DC;
}

.air-datepicker--content {
    padding-bottom: 100px;
    padding-top: 0;
}

.DPCalendar__info {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #697378;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.DPCalendar__border {
    width: calc(100% - 60px);
    left: 30px;
    position: absolute;
    bottom: 60px;
    height: 1px;
    background: #697378;
}

.notApproveTextWrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 30px;
}

.notApproveTextWrap .notApproveMessage {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    line-height: 20px;
}

.notApproveTextWrap .notApproveIcon {
    width: 16px;
    height: 16px;
    background-image: url("/images/x_circled.png");
    background-position: center;
    margin: auto;
}

.notApproveTextWrap .notApproveText {
    font-size: 13px;
    font-weight: lighter;
    cursor: default;
    margin: auto 5px;
}

.notApproveTextWrap .openApprovePopup {
    margin-left: 10px;
    font-weight: bold;
    color: #D92752;
    cursor: pointer;
}

.phoneApproveSuccess {
    font-weight: 600;
    color: #17a248;
    cursor: default;
    margin-bottom: 30px;
}

.fancybox-slide--html #phoneApprovePopup .fancybox-close-small {
    padding: 0;
    right: 42px;
    top: 49px;
    height: 24px;
    width: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/XDarkGrey.svg);
}


.fancybox-slide--html #phoneApprovePopup .fancybox-close-small svg {
    display: none;
}



#phoneApprovePopup {
    padding: 40px;
    border-radius: 6px;
    max-width: 520px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Raleway;
    cursor: default;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

.smsCodeForm .describeText {
    margin-top: 10px;
    font-size: 14px;
    font-weight: lighter;
}

.smsCodeForm .inputFields {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    flex-basis: auto;
    padding: 20px;
}

.smsCodeForm .smsCodeInput {
    margin: 0;
    padding: 0;
    border: 2px solid #D3DCE2;
    box-sizing: border-box;
    border-radius: 6px;
    max-height: 40px;
    text-align: center;
    cursor: text;
}

.smsCodeForm .popupCodeParticle:hover {
    border: 2px solid #9278FC;
}

.smsCodeForm .checkCode {
    background: #D92752;
    max-height: 40px;
    border-radius: 6px;
    cursor: pointer;
}

.smsCodeForm  .checkCode:hover {
    box-shadow: 0px 5px 25px rgba(232, 14, 65, 0.6);
}

.smsCodeForm .checkCodeText {
    margin: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}

.smsCodeForm .repeatSendCodeActive {
    background: #D92752;
    max-height: 40px;
    border-radius: 6px;
    cursor: pointer;
    max-width: fit-content;
    border: 0;
    margin: 0 auto 26px;
    line-height: 40px;
}

.smsCodeForm .repeatSendCodeActive .sendCodeText {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    margin: 8px;
}

.smsCodeForm .repeatSendCodeActive:hover {
    box-shadow: 0px 5px 25px rgba(232, 14, 65, 0.6);
}

.smsCodeForm .repeatSendCode {
    border: 2px solid #D3DCE2;
    max-height: 40px;
    border-radius: 6px;
    cursor: pointer;
    max-width: fit-content;
    margin: 0 auto 26px;
}

.smsCodeForm .repeatSendCode .sendCodeText {
    margin: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #D3DCE2;
}

.smsSendError {
    margin: 0 auto 10px auto;
    padding-left: 26px;
    background-image: url('../../images/Warning.svg');
    background-position-y: center;
    background-repeat: no-repeat;
    color: #D92752;
}

#phoneModalAuth .errorText {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    background: rgba(217, 39, 82, 0.1);
    border-radius: 6px;
}

#phoneModalAuth .errorText p {
    padding-left: 26px;
    background-image: url(../../images/Warning.svg);
    background-position-y: center;
    background-repeat: no-repeat;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D92752;
}

#phoneModalAuth .inputWrap.errorInput {
    height: 100px;
}

#phoneModalAuth .inputWrap.errorInput.half {
    height: 120px;
}

#phoneModalAuth .errorInput input {
    border: 2px solid #FD4B75;
}

#phoneModalAuth .errorInput .errorText {
    display: block;
}

.smsChangePasswd {
    margin-bottom: 30px;
    padding: 10px;
    border: 2px solid #D3DCE2;
    max-width: fit-content;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

#smsPasswdChangeForm {
    max-width: 400px;
    margin-bottom: 26px;
}

#smsPasswdChangeForm .errorText {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    background: rgba(217, 39, 82, 0.1);
    border-radius: 6px;
}

#smsPasswdChangeForm .errorText p {
    padding-left: 26px;
    background-image: url(../../images/Warning.svg);
    background-position-y: center;
    background-repeat: no-repeat;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D92752;
}

#smsPasswdChangeForm .inputWrap.errorInput {
    height: 100px;
}

#smsPasswdChangeForm .inputWrap.errorInput.half {
    height: 120px;
}

#smsPasswdChangeForm .errorInput input {
    border: 2px solid #FD4B75;
}

#smsPasswdChangeForm .errorInput .errorText {
    display: block;
}

#smsPasswdChangeForm .withStar input:not(:placeholder-shown) + div + label {
    display: none;
}

#smsPasswdChangeForm .withStar input:not(:placeholder-shown) + div + div + label {
    display: none;
}

#smsPasswdChangeForm .changePasswdBlock {
    display: flex;
    align-items: center;
}

#smsPasswdChangeForm .changePasswd {
    background: #D92752;
    max-height: 40px;
    border-radius: 6px;
    cursor: pointer;
    max-width: fit-content;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}


#smsPasswdChangeForm .changePasswd:hover {
    box-shadow: 0px 5px 25px rgba(232, 14, 65, 0.6);
}

.suggestions-nowrap {
    white-space: nowrap;
}
/**
 * Основной INPUT
 */
.suggestions-input {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.suggestions-input::-ms-clear {
    display: none;
}
.suggestions-wrapper {
    position: relative;
    max-width: inherit;
    padding: 0;
    vertical-align: top;
    -webkit-text-size-adjust: 100%;
}
/**
 * Выпадающий блок с найденными подсказками
 */
.suggestions-suggestions {
    margin-top: 60px;
    background: #fff;
    border: 2px solid #6345DC;
    border-radius: 6px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    left: 0;
    min-width: 100%;
    position: absolute;
    z-index: 9999;
    -webkit-text-size-adjust: 100%;
}
.suggestions-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}
.suggestions-suggestions.suggestions-mobile {
    border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
    border-bottom: 1px solid #ddd;
}
/**
 * Контейнер для одной подсказки
 */
.suggestions-suggestion {
    padding-left: 20px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #39394B;
}
.suggestions-suggestion:hover {
    background: #f7f7f7;
}
/**
 * Выбранная (активная) подсказка
 */

.suggestions-selected {
    background-color: white;
    color: #6345DC;
}
.suggestions-selected:hover {
    background-color: white;
    color: #6345DC;
}
/**
 * Информационный блок в верхней части выпадашки с подсказками
 */
.suggestions-hint {
    display: none;
}
/**
 * Дополнительный текст в подсказке, который идет второй строкой
 */
.suggestions-subtext {
    color: #777;
}
/**
 * Размещает дополнительный текст в одну строку с основным текстом подсказки
 */
.suggestions-subtext_inline {
    display: inline-block;
    min-width: 6em;
    vertical-align: bottom;
    margin: 0 0.5em 0 0;
}
/**
 * Разделитель нескольких дополнительных текстов
 */
.suggestions-subtext-delimiter {
    display: inline-block;
    width: 2px;
}
/**
 * Выделяет подсказку
 */
.suggestions-subtext_label {
    margin: 0 0 0 0.25em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3px;
    background: #f5f5f5;
    font-size: 85%;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
    position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    content: "";
}

.calendarLinks {
    display: flex;
    flex-direction: column;
}
.calendarLinks a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1D1D21;
    margin-bottom: 10px;
}

.calendarLinks a:hover {
    color: #D92752;
}

.m-showmobile { display: none; }
@media only screen and (min-device-width : 200px) and (max-device-width : 479px)
{ .m-showmobile { display: block; }}



@media screen and (max-width: 480px) {
  .m-hidemobile {
    visibility: hidden;
    display: none;
  }
}

.headerTop .header-bottom__logo>a {
    margin-right: 0;
    padding-left: 0;
    display: block;
    height: 40px;
}

