@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNovaRegular/ProximaNovaRegular.otf');
    src: url('../fonts/ProximaNova/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova/ProximaNovaRegular/ProximaNovaRegular.woff2') format('woff2'),
        url('../fonts/ProximaNova/ProximaNovaRegular/ProximaNovaRegular.woff') format('woff'),
        url('../fonts/ProximaNova/ProximaNovaRegular/ProximaNovaRegular.ttf') format('truetype'),
        url('../fonts/ProximaNova/ProximaNovaRegular/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-FB04;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNovaSemiBold/ProximaNovaSemiBold.eot');
    src: url('../fonts/ProximaNova/ProximaNovaSemiBold/ProximaNovaSemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova/ProximaNovaSemiBold/ProximaNovaSemiBold.woff2') format('woff2'),
        url('../fonts/ProximaNova/ProximaNovaSemiBold/ProximaNovaSemiBold.woff') format('woff'),
        url('../fonts/ProximaNova/ProximaNovaSemiBold/ProximaNovaSemiBold.ttf') format('truetype'),
        url('../fonts/ProximaNova/ProximaNovaSemiBold/ProximaNovaSemiBold.svg#../fonts/ProximaNova/ProximaNovaSemiBold/ProximaNovaSemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-04E9;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNovaBold/ProximaNovaBold.eot');
    src: url('../fonts/ProximaNova/ProximaNovaBold/ProximaNovaBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova/ProximaNovaBold/ProximaNovaBold.woff2') format('woff2'),
        url('../fonts/ProximaNova/ProximaNovaBold/ProximaNovaBold.woff') format('woff'),
        url('../fonts/ProximaNova/ProximaNovaBold/ProximaNovaBold.ttf') format('truetype'),
        url('../fonts/ProximaNova/ProximaNovaBold/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-FB04;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue/BebasNeueRegular/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeue/BebasNeueRegular/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue/BebasNeueRegular/BebasNeueRegular.woff2') format('woff2'),
        url('../fonts/BebasNeue/BebasNeueRegular/BebasNeueRegular.woff') format('woff'),
        url('../fonts/BebasNeue/BebasNeueRegular/BebasNeueRegular.ttf') format('truetype'),
        url('../fonts/BebasNeue/BebasNeueRegular/BebasNeueRegular.svg#../fonts/BebasNeue/BebasNeueRegular/BebasNeueRegular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2122;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue/BebasNeueBold/BebasNeueBold.eot');
    src: url('../fonts/BebasNeue/BebasNeueBold/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue/BebasNeueBold/BebasNeueBold.woff2') format('woff2'),
        url('../fonts/BebasNeue/BebasNeueBold/BebasNeueBold.woff') format('woff'),
        url('../fonts/BebasNeue/BebasNeueBold/BebasNeueBold.ttf') format('truetype'),
        url('../fonts/BebasNeue/BebasNeueBold/BebasNeueBold.svg#../fonts/BebasNeue/BebasNeueBold/BebasNeueBold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2248;
}

body {
    font-family: 'Proxima Nova' !important;
    font-size: 16px;
}

body div,
body a,
body p,
body li,
body span {
    font-family: 'Proxima Nova';
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Bebas Neue' !important;
    font-weight: 400 !important;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 44, 154, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(204, 44, 191, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 44, 168, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 44, 154, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(204, 44, 191, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 44, 168, 0);
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(91, 187, 204, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(91, 187, 234, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(91, 187, 204, 0);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(91, 187, 204, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(91, 187, 234, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(91, 187, 204, 0);
    }
}

@keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(239, 123, 16, 0.61);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(91, 187, 234, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(91, 187, 204, 0);
    }
}

@-webkit-keyframes pulse4 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(170, 33, 115, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(170, 33, 115, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(170, 33, 115, 0);
    }
}

@keyframes pulse4 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(170, 33, 115, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(170, 33, 115, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(170, 33, 115, 0);
    }
}

@-webkit-keyframes pulse5 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(20, 174, 207, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(20, 174, 207, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(20, 174, 207, 0);
    }
}

@keyframes pulse5 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(20, 174, 207, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(20, 174, 207, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(20, 174, 207, 0);
    }
}

@-webkit-keyframes pulse6 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(29, 52, 100, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(29, 52, 100, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(29, 52, 100, 0);
    }
}

@keyframes pulse6 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(29, 52, 100, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(29, 52, 100, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(29, 52, 100, 0);
    }
}

@keyframes pulse7 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(13, 102, 79, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(13, 102, 79, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(13, 102, 79, 0);
    }
}

body .page-events .page_tx {
    font-size: 27px;
}

body .page-events .page-banner-inner {
    transform: translateY(0);
}

body .page-events .page_tx {
    margin: 0 0 25px;
}

body .page-events .page_t {
    font-size: 120px;
}

body .clock.simple-dots .countdown-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: center;
    justify-content: center;
}

body .clock.simple-dots .countdown-row .countdown-section {
    position: relative;
    width: 50px;
    text-align: center;
}

body .clock.simple-dots .countdown-row .countdown-section:not(:last-of-type) {
    margin-right: 6px;
}

body .clock.simple-dots .countdown-row .countdown-section:not(:last-of-type):before {
    position: absolute;
    content: ":";
    left: 100%;
    top: 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
}

body .clock.simple-dots .countdown-row .countdown-section span {
    display: block;
    font-weight: 600;
}

body .clock.simple-dots .countdown-row .countdown-section span.countdown-amount {
    font-size: 28px;
    line-height: 1;
}

body .clock.simple-dots .countdown-row .countdown-section span.countdown-period {
    font-size: 14px;
    line-height: 1;
    margin: 10px 0 0 0;
}

body .page-events-btns {
    margin-top: 30px;
}

body .page-events-discounts {
    text-align: center;
}

body .page-events-discounts p {
    padding: 0;
}

body .page-events-discounts .discount-text {
    margin: 0 0 15px;
}

body .page-events-discounts .discount-text .o-price {
    font-size: 20px;
    font-weight: 600;
}

body .page-events-discounts .discount-text .n-price {
    font-size: 30px;
    font-weight: 600;
}

body .page-events-discounts .discount-text .n-price span {
    font-size: 45px;
    line-height: 1;
}

body .page-events-discounts .for-clock {
    padding: 20px 10px;
    max-width: 350px;
    margin: auto;
    border-radius: 2px;
}

body .page-events-discounts .for-clock p {
    font-size: 18px;
    margin: 0 0 10px;
}

body .page-events-discounts .for-clock div,
body .page-events-discounts .for-clock p,
body .page-events-discounts .for-clock span {
    font-family: 'Bebas Neue';
    font-weight: 400 !important;
}

body footer {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

body.modal-open {
    overflow: hidden;
}

body form .inputblock label.error {
    display: none !important;

}

body form .inputblock input.error,
body form .inputblock textarea.error {
    border-color: #E76767 !important;
    box-shadow: 0 0 4px #CC0000 !important;
}

.page-events .page-banner {
    background-size: cover;
}

.main-partners-lists-carousel.owl-theme .owl-nav {
    margin-top: 0;
}

.main-partners-lists-carousel.owl-theme .owl-nav button {
    position: absolute;
    top: 43%;
    color: #000;
    cursor: pointer;
    opacity: 1;
    background: 0 0 !important;
}

.main-partners-lists-carousel.owl-theme .owl-nav button:before {
    content: "\E801";
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    font-family: fontello;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}

.main-partners-lists-carousel.owl-theme .owl-stage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
}

.main-partners-lists-carousel.owl-theme .owl-nav .owl-prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -40px;
}

.main-partners-lists-carousel.owl-theme .owl-nav .owl-next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -40px;
}

.main-partners-lists-carousel.owl-theme .owl-nav button:hover {
    opacity: 0.6;
    color: #000;
}

.main-partners-lists-carousel.owl-theme .owl-item {
    text-align: center;
}

body .main-banner-inner {
    height: auto;
    align-items: initial;
    position: relative;
    z-index: 2;
    padding: 20px;
}

body .main-banner-inner .main-banner_t {
    color: #ffffff;
}

body .main-banner-inner .main-banner-date {
    color: #ffffff;
}

.home .page-banner {
    height: auto;
}

body .main-banner-list {
    background-size: cover;
}

.h-logo img {
    width: 150px;
}

.f-logo {
    margin: 15px 0 0 0;
}

.f-logo img {
    width: 180px;
}

.for-texts {
    background-color: #181818;
    background-position: left top;
    background-repeat: no-repeat;

    color: #fff;
}

.for-texts .ft-right {
    padding: 50px 15px 30px;
}

.for-texts .ft-right .text p:first-of-type {
    margin: 30px 0 20px;
}

.for-texts .ft-right .text p:last-of-type {
    margin: 0px 0 30px;
}

.for-texts .ft-right .text {
    font-size: 20px;
    font-weight: 300;
}

.for-texts .ft-right .under-text-img img {
    max-width: 100px;
}

.for-texts .p-0 {
    padding: 0;
}

.for-texts .ft-left {
    filter: grayscale(100%);
    transition: ease-out .3s;
}

.for-texts .ft-left:hover {
    filter: grayscale(0);
}

.for-texts .title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;

}

. .for-texts .txt {
    margin: 30px 0 30px 0;
}

.for-texts .txt p {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4em;
    overflow: hidden;
    max-height: none;
    margin-bottom: 5px;
}

.for-texts .more a {
    font-size: 20px;
    line-height: 1;
    text-decoration: underline;
}

.for-texts .more a:hover {
    text-decoration: none;
}

.page-cont-team .page-cont-team-list .page-cont-team-list-img {
    overflow: hidden;
}

.page-cont-team .page-cont-team-list .page-cont-team-list-img img {
    filter: grayscale(100%);
    transition: ease-out .3s;
    width: 100%;
}
.about-team-content p{
    font-family: 'Proxima Nova';
    color: #5e5e5e;
    font-size: 18px;
}
.page-cont-team .page-cont-team-list:hover img {
    filter: grayscale(0);
    transform: scale(1.04);
}

.page-cont-team .page-cont-team-list {
    border: 1px solid #d9d9db;

}

.page-cont-team .page-cont-team-list a {
    display: block;
    text-decoration: none;
}

.page-cont-team .page-cont-team-list .for-list {
    margin: -40px 25px 0;
    padding: 20px 25px 30px;
    border-top: 3px solid #737373;
    background: #fff;
    position: relative;
    text-align: center;
}

.page-cont-team .page-cont-team-list .for-list .page-cont-team-list_t {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    color: #02050d;
}

.page-cont-team .page-cont-team-list .for-list hr {
    margin: 10px auto;
    width: 50px;
    background: #d9d9db;
}

.page-cont-team .page-cont-team-list .for-list .for-desc-team h1 {
    font-weight: 600;
    font-size: 20px;
    color: #02050d;
    line-height: 1.2em;
}

.page-cont-team .page-cont-team-list .for-list .page-cont-team-list_tx {
    font-size: 15px;
}

body .speakerss .modal-dialog {
    max-width: 1200px;
}

body .speakerss .speaker-row .sp-left .spec {
    letter-spacing: 2px;
    padding: 20px;
}

body .speakerss .speaker-row .sp-right .min-t {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1.1em;
}

body .speakerss .speaker-row .sp-right .under-t {
    font-size: 22px;
    margin-bottom: 0.5em;
}

body .speakerss .speaker-row .sp-right .text .strategy {
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
}

body .speakerss .speaker-row .sp-right .text .strategy::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 10px;
    height: 2px;
    background: #000;
}

body .speakerss .speaker-row .sp-right p {
    padding: 11px 0;
}

.page-id-1270 .forum-registartion {
    margin: 0;
    background: #5bbbcc;
}

.for-feeds {
    overflow: hidden;
    max-height: 542px;
}

.for-feeds .owl-stage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.for-feeds .owl-stage-outer {
    overflow: hidden;
}

.for-feeds {
    text-align: center;
    padding: 80px 0 80px 0;
}

.for-feeds .feed-block .f-img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.for-feeds .feed-block .f-img img {
    border-radius: 50%;
}

.for-feeds .f-text {
    margin: 15px auto 10px;
    max-width: 500px;
}

.for-feeds .f-text p {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4em;
}

.for-feeds .f-name {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
}

.for-feeds .owl-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.for-feeds .owl-nav button {
    border: none;
    background: none;
    font-size: 70px;
    line-height: 73px;
    cursor: pointer;
    transition: 0.3s;
}

.for-feeds .owl-nav button:hover {
    opacity: 0.6;
}

.for-feeds .owl-feeds {
    position: relative;
}

.for-feeds .slider {
    max-width: 900px;
    margin: auto;
}

body .modals form.active button {
    pointer-events: none;
    background: gray !important;
}

.modals {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    top: -100%;
    transition: 0.3s !important;
    overflow-y: scroll;
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1001;
}

.modals.show {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.modals .modal-dialog .message {
    display: none;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    padding: 30px;
}

modals.changes.active {
    pointer-events: none;
}

.modals.changes.active .modal-dialog .modal-inner {
    display: none !important;
}

.modals.changes.active .modal-dialog .close {
    display: none !important;
}

.modals.changes.active .modal-dialog .message {
    display: block !important;
}

.modals.changes.active .modal-dialog .modal-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.modals.changes.active .modal-dialog .modal-inner {
    display: none !important;
}

.modals.changes.active .modal-dialog {
    max-width: 500px;
}

.modals .modal-dialog {
    max-width: 1050px;
    margin: auto;
    width: 100%;
}

.modals .modal-content {
    position: relative;
    background: #ffffff;
}

.modals .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
    font-family: pictograph;
    font-size: 35px;
    line-height: 20px;
    background: none;
    border: none;
    outline: none;
    z-index: 2;
}

.modals .close:hover {
    opacity: 0.6;
}

.modals.for-packet .modal-dialog {
    max-width: 1100px;
}

.modals.for-packet .row {
    margin: 0;
}

.modals.for-packet .modal-content {
    padding: 0;
}

.mod-block {
    padding: 30px;
}

.mod-left .packet-name {
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
}

.mod-block .packet-list {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 30px 0;
    margin: 20px 0;
}

.mod-block .prices {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-block .prices div {
    color: #ffffff;
    text-align: center;
    margin: 0 10px;
    line-height: 1;
}

.mod-block .prices .old {
    text-decoration: line-through;
    font-size: 25px;
}

.mod-block .prices .new div {
    font-size: 30px;
    font-weight: 700;
}

.mod-right .date {
    color: #1ba8c5;
    font-size: 20px;
    line-height: 23px;
}

.for-packet .prices .discount {
    margin: -10px 0 0 0;
    display: none;
}

.for-packet .prices .discount.active {
    display: block;
}

.for-packet .prices .discount p span {
    font-size: 25px;
}

.for-packet .prices .discount .for-disc {
    font-size: 30px;
    font-weight: 700;
}

.event-name {
    font-size: 40px;
    line-height: 45px;
    border-bottom: 1px solid #000000;
    color: #000000;
    margin: 20px 0 20px 0;
    padding: 0 0 25px 0;
    font-weight: 700;
}

.forma .tit {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.forma form .inputblock {
    margin-bottom: 15px;
}

.forma form .inputblock input {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    font-size: 20px;
    border: 1px solid #000000;
}

.forma form .inputblock input:focus {
    border-color: #1ba8c5;
}

.forma .for-button .fb-left p {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 7px 0;
}

.mod-left .packet-list .access {
    color: #ffffff;
    background: none;
    position: relative;
    padding: 0 0 0 20px;
}

.mod-left .packet-list .access:before {
    position: absolute;
    content: '-';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #ffffff;
}

.forma .for-button .fb-left {
    flex: 1;
}

.forma .for-button .fb-left .phone a {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
}

.forma .for-button .fb-right {
    margin: 0 0 0 10px;
}

.forma button {
    background: #1ba8c5;
    height: 60px;
    width: 180px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 19px;
    line-height: 21px;
}

.forma button:hover {
    background: #007087;
}

body form .check-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 0 15px 0;
}

body form .check-line.credit label:before {
    top: 0;
}

body form .check-line.credit label:after {
    top: 5px;
}

body form .check-line input {
    display: none;
}

body form .check-line input:checked + label:after {
    opacity: 1;
}

body form .check-line label {
    position: relative;
    padding-left: 27px;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    color: #5b5b5b;
    cursor: pointer;
}

body form .check-line label span {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

body form .check-line label:before {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 4px;
}

body form .check-line label:after {
    position: absolute;
    content: "";
    left: 4px;
    top: 8px;
    width: 9px;
    height: 5px;
    border-left-style: solid;
    border-bottom-style: solid;
    transform: rotate(-51deg);
    opacity: 0;
    border-width: 2px;
    border-color: #b267dd;
}

body form .check-line label a {
    text-decoration: underline;
    color: #909090;
}

body form .check-line label a:hover {
    text-decoration: none;
}

.page-id-939 .page-events-tabs .nav-tabs-events .nav-link.active:after,
.page-id-939 .page-events-tabs .nav-tabs-events .nav-link:hover:after {
    background: #ef7b10;
}


.page-id-939 .page-events-tabs2 .nav-tabs-events2 .nav-link.active {
    background: #ef7b10;
}

.page-id-939 .page-events-details-info {
    color: #ef7b10;
}

.page-id-939 .page-events-details-benefits-list_t {
    color: #ef7b10;
}

.page-id-939 .page-events-details-list_t {
    color: #ef7b10;
}

.page-id-939 .page-reviews-carousel.owl-theme .owl-dots {
    background: #ef7b10b3;
}

.page-id-939 .page-events-pupils_t {
    color: #ef7b10;
}

.page-id-939 .page-events-pupils-list_t {
    color: #ef7b10;
}


.page-banner-inner {
    position: relative;
    z-index: 2;
}

.for-vide {
    position: relative;

}

.page-id-939 .page-events .for-vide:before {
    background-image: linear-gradient(180deg, rgba(239, 123, 16, 0.04) 0%, #ef7b10 100%);
}

.home .for-vide:before {
    /*background-image: linear-gradient(180deg, rgba(239,123,16,0.04) 0%, #006d84 100%);*/
}

.for-vide:before {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(239, 123, 16, 0.04) 0%, #000000 100%);
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.forum-registartion {
    background: -webkit-linear-gradient(77deg, rgb(110, 66, 199) 0%, rgb(148, 145, 240) 100%);
    background: -o-linear-gradient(77deg, rgb(110, 66, 199) 0%, rgb(148, 145, 240) 100%);
    background: -ms-linear-gradient(77deg, rgb(110, 66, 199) 0%, rgb(148, 145, 240) 100%);
    background: linear-gradient(77deg, rgb(110, 66, 199) 0%, rgb(148, 145, 240) 100%);
    margin: 0 auto 70px;

}

.forum-registartion form .check-line label:before {
    top: 0;
    bottom: 0;
    margin: auto;
}

.forum-registartion .forma {
    padding: 30px;
    max-width: 1200px;
    margin: auto;

}

.forum-registartion .forma .tit {
    color: #ffffff;
}

.forum-registartion form .inputblock input::-webkit-input-placeholder {
    color: #ffffff;
}

.forum-registartion form .inputblock input::-moz-placeholder {
    color: #ffffff;
}

.forum-registartion form .inputblock input:-moz-placeholder {
    color: #ffffff;
}

.forum-registartion form .inputblock input:-ms-input-placeholder {
    color: #ffffff;
}

.forum-registartion form .inputblock input {
    border-color: #ffffff;
    background: none;
}

.forum-registartion form .inputblock input:focus {
    outline: inherit;
}

.forum-registartion form .inputblock {
    margin-right: 15px;
}

.forum-registartion form .check-line label:before {
    border: 1px solid #ffffff;
}

.forum-registartion form button:hover {
    background: #7f57c3;
    color: #ffffff;
}

.forum-registartion form button {
    height: 55px;
    background: #ffffff;
    color: #4700BF;
    transition: .2s;
}

.forum-registartion form .check-line label:after {
    top: 5px;
    border-color: #ffffff;
}

.forum-registartion form .check-line label a,
.forum-registartion form .check-line label {
    color: #ffffff;
}

.page-events-tabs .nav-tabs-events #tab3:hover {
    background: none !important;
    color: #5bbbcc;
}

.page-events-tabs .nav-tabs-events #tab3:after {
    display: none;
}

.page-events-tabs .nav-tabs-events {
    align-items: center;
}

.page-events-tabs .nav-tabs-events #tab3.active {
    background: none !important;
    color: #5bbbcc;
    animation: none !important;
}

.page-events-buybt {
    max-width: 200px;
    height: 55px;
    font-size: 21px;
    background: #F8006B;
    width: 100%;
    border: none;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}

body .page-events-tabs .nav-tabs-events #tab3 {
    background: #5bbbcc;
    color: #ffffff;
    padding: 9px 33px 11px;
    border: 2px solid #5bbbcc;
    transition: 0.3s;
    animation: pulse2 2s infinite;
}

body .page-events-prices_t {
    margin: 50px 0;
}

body .page-events-benefits .min-title {
    margin: 0 0 50px;
    text-align: center;
}

body.page-id-939 .page-events-tabs .nav-tabs-events #tab3 {
    background: #ef7b10;
    border-color: #ef7b10;
    animation: pulse3 2s infinite;
}

body.page-id-939 .page-events-tabs .nav-tabs-events #tab3:hover {
    color: #ef7b10;
}

body.page-id-939 .page-events-tabs .nav-tabs-events #tab3.active {
    color: #ef7b10;
}

body.page-id-939 .page-events-buybt {
    background: #ef7b10;
}

body.page-id-939 .page-events-prices_t {
    color: #ef7b10;
}

body.page-id-939 .page-events-benefits .min-title {
    color: #ef7b10;
}

body.page-id-939 .page-events-details-benefits-list_t {
    color: #ef7b10;
}

body.page-id-939 .page-events-details-btn {
    background: #ef7b10;
}

body.page-id-939 .page-events-details-btn:hover {
    background: #ef7b10;
}

body.page-id-939 .page-events-details-info {
    color: #ef7b10;
}

body.page-id-939 .page-events-details-list_t {
    color: #ef7b10;
}

body.page-id-939 .hotel-list_t {
    color: #ef7b10;
}

body.page-id-915 .page-events-benefits-list-img {
    background: #fff;
    padding: 10px;
    line-height: inherit;
    width: 150px;
    height: 150px;
}

body.page-id-915 .sixdays .page-events-pupils_t {
    color: #AA2173;
}

body.page-id-915 .sixdays .page-events-benefits-list_t {
    color: #AA2173;
}

body.page-id-915 .page-events-tabs .nav-tabs-events .nav-link.active:after,
.page-id-915 .page-events-tabs .nav-tabs-events .nav-link:hover:after {
    background: #AA2173;
}

body.page-id-915 .page-events-buybtn {
    background: #AA2173;
}

body.page-id-915 .page-events-buybtn:focus,
.page-id-915 .page-events-buybtn:hover {
    background: #79094c;
}

body.page-id-915 .page-events-more:focus,
.page-id-915 .page-events-more:hover {
    background: #AA2173;
}

body.page-id-915 .page-events-more {
    border: 1px solid #AA2173;
}

body.page-id-915 .page-events-tabs .nav-tabs-events #tab3 {
    background: #AA2173;
    border-color: #AA2173;
    animation: pulse4 2s infinite;
}

body.page-id-915 .page-events-tabs .nav-tabs-events #tab3.active {
    color: #AA2173;
}

body.page-id-915 .page-events-tabs .nav-tabs-events #tab3:hover {
    color: #AA2173;
}

body.page-id-915 .page-events-tabs2 .nav-tabs-events2 .nav-link.active {
    background: #AA2173;
}

body.page-id-915 .page-events-buybt {
    background: #AA2173;
}

body.page-id-915 .page-events-prices_t {
    color: #AA2173;
}

body.page-id-915 .page-events-benefits .min-title {
    color: #AA2173;
}

body.page-id-915 .page-events-details-benefits-list_t {
    color: #AA2173;
}

body.page-id-915 .page-events-details-btn {
    background: #AA2173;
}

body.page-id-915 .page-events-details-btn:hover {
    background: #79094c;
}

body.page-id-915 .page-events-details-info {
    color: #AA2173;
}

body.page-id-915 .page-events-details-list_t {
    color: #AA2173;
}

body.page-id-915 .hotel-list_t {
    color: #AA2173;
}

body.page-id-461 .page-events-benefits-list-img {
    background: #fff;
    padding: 10px;
    line-height: inherit;
    width: 150px;
    height: 150px;
}

body.page-id-461 .sixdays .page-events-pupils_t {
    color: #AA2173;
}

body.page-id-461 .sixdays .page-events-benefits-list_t {
    color: #AA2173;
}

body.page-id-461 .page-events-tabs .nav-tabs-events .nav-link.active:after,
.page-id-461 .page-events-tabs .nav-tabs-events .nav-link:hover:after {
    background: #AA2173;
}

body.page-id-461 .page-events-buybtn {
    background: #AA2173;
}

body.page-id-461 .page-events-buybtn:focus,
.page-id-461 .page-events-buybtn:hover {
    background: #79094c;
}

body.page-id-461 .page-events-more:focus,
.page-id-461 .page-events-more:hover {
    background: #AA2173;
}

body.page-id-461 .page-events-more {
    border: 1px solid #AA2173;
}

body.page-id-461 .page-events-tabs .nav-tabs-events #tab3 {
    background: #AA2173;
    border-color: #AA2173;
    animation: pulse4 2s infinite;
}

body.page-id-461 .page-events-tabs .nav-tabs-events #tab3.active {
    color: #AA2173;
}

body.page-id-461 .page-events-tabs .nav-tabs-events #tab3:hover {
    color: #AA2173;
}

body.page-id-461 .page-events-tabs2 .nav-tabs-events2 .nav-link.active {
    background: #AA2173;
}

body.page-id-461 .page-events-buybt {
    background: #AA2173;
}

body.page-id-461 .page-events-prices_t {
    color: #AA2173;
}

body.page-id-461 .page-events-benefits .min-title {
    color: #AA2173;
}

body.page-id-461 .page-events-details-benefits-list_t {
    color: #AA2173;
}

body.page-id-461 .page-events-details-btn {
    background: #AA2173;
}

body.page-id-461 .page-events-details-btn:hover {
    background: #79094c;
}

body.page-id-461 .page-events-details-info {
    color: #AA2173;
}

body.page-id-461 .page-events-details-list_t {
    color: #AA2173;
}

body.page-id-461 .hotel-list_t {
    color: #AA2173;
}

body.page-id-874 .page-events-prices_t {
    color: #112143;
}

body.page-id-874 .page-events-benefits .min-title {
    color: #AA2173;
}

body.page-id-874 .page-events-details-benefits-list_t {
    color: #AA2173;
}

body.page-id-874 .page-events-details-btn {
    background: #AA2173;
}

body.page-id-874 .page-events-details-btn:hover {
    background: #79094c;
}

body.page-id-874 .page-events-details-info {
    color: #AA2173;
}

body.page-id-874 .page-events-details-list_t {
    color: #AA2173;
}

body.page-id-874 .hotel-list_t {
    color: #AA2173;
}

body.page-id-874 .page-events-buybt {
    background: #AA2173;
}

body.page-id-892 .page-events-tabs .nav-tabs-events .nav-link.active:after,
.page-id-892 .page-events-tabs .nav-tabs-events .nav-link:hover:after {
    background: #14AECF;
}

body.page-id-892 .page-events-buybtn {
    background: #14AECF;
}

body.page-id-892 .page-events-buybtn:focus,
.page-id-892 .page-events-buybtn:hover {
    background: #0e677b;
}

body.page-id-892 .page-events-more:focus,
.page-id-892 .page-events-more:hover {
    background: #0e677b;
}

body.page-id-892 .page-events-more {
    border: 1px solid #14AECF;
}

body.page-id-892 .page-events-tabs .nav-tabs-events #tab3 {
    background: #14AECF;
    border-color: #14AECF;
    animation: pulse5 2s infinite;
}

body.page-id-892 .page-events-tabs .nav-tabs-events #tab3:hover {
    color: #0e677b;
}

body.page-id-892 .page-events-tabs2 .nav-tabs-events2 .nav-link.active {
    background: #14AECF;
}

body.page-id-874 .page-events-prices_t {
    color: #14AECF;
}

body.page-id-892 .page-events-benefits .min-title {
    color: #14AECF;
}

body.page-id-892 .page-events-details-benefits-list_t {
    color: #14AECF;
}

body.page-id-892 .page-events-details-btn {
    background: #14AECF;
}

body.page-id-892 .page-events-details-btn:hover {
    background: #14AECF;
}

body.page-id-892 .page-events-details-info {
    color: #112143;
}

body.page-id-892 .page-events-details-list_t {
    color: #112143;
}

body.page-id-892 .hotel-list_t {
    color: #112143;
}

body.page-id-892 .page-events-buybt {
    background: #14AECF;
}

body.page-id-874 .page-events-prices_t {
    color: #112143;
}

body.page-id-874 .page-events-benefits .min-title {
    color: #112143;
}

body.page-id-874 .page-events-details-benefits-list_t {
    color: #14AECF;
}

body.page-id-874 .page-events-details-btn {
    background: #14AECF;
}

body.page-id-874 .page-events-details-btn:hover {
    background: #0e677b;
}

body.page-id-874 .page-events-details-info {
    color: #14AECF;
}

body.page-id-874 .page-events-details-list_t {
    color: #14AECF;
}

body.page-id-874 .hotel-list_t {
    color: #14AECF;
}

body.page-id-874 .page-events-benefits-list-img {
    background: transparent;
    line-height: inherit;
    width: 150px;
    height: 150px;
}

body.page-id-874 .page-events-benefits-list_t {
    color: #1D3464;
}

body.page-id-874 .page-cont-team .page-cont-team-list .for-list .page-cont-team-list_t {
    color: #1D3464;
}

body.page-id-874 .page-events-tabs .nav-tabs-events .nav-link.active:after,
.page-id-874 .page-events-tabs .nav-tabs-events .nav-link:hover:after {
    background: #1D3464;
}

body.page-id-874 .page-events-buybtn {
    background: #1D3464;
}

body.page-id-874 .page-events-buybtn:focus,
.page-id-874 .page-events-buybtn:hover {
    background: #112143;
}

body.page-id-874 .page-events-more:focus,
.page-id-874 .page-events-more:hover {
    background: #112143;
}

body.page-id-874 .page-events-more {
    border: 1px solid #1D3464;
}

body.page-id-874 .page-events-tabs .nav-tabs-events #tab3 {
    background: #1D3464;
    border-color: #1D3464;
    animation: pulse6 2s infinite;
}

body.page-id-874 .page-events-tabs .nav-tabs-events #tab3:hover {
    color: #112143;
}

body.page-id-874 .page-events-tabs2 .nav-tabs-events2 .nav-link.active {
    background: #1D3464;
}

body.page-id-874 .page-events-prices_t {
    color: #112143;
}

body.page-id-874 .page-events-benefits .min-title {
    color: #112143;
}

body.page-id-874 .page-events-details-benefits-list_t {
    color: #112143;
}

body.page-id-874 .page-events-details-btn {
    background: #112143;
}

body.page-id-874 .page-events-details-btn:hover {
    background: #1D3464;
}

body.page-id-874 .page-events-details-info {
    color: #112143;
}

body.page-id-874 .page-events-details-list_t {
    color: #112143;
}

body.page-id-874 .hotel-list_t {
    color: #112143;
}

body.page-id-874 .page-events-benefits-list-img {
    background: transparent;
    line-height: inherit;
    width: 150px;
    height: 150px;
}

body.page-id-874 .page-events-buybt {
    background: #112143;
}

body.page-id-1431 .page-events-benefits-list_t {
    color: #015561;
}

body.page-id-1431 .page-cont-team .page-cont-team-list .for-list .page-cont-team-list_t {
    color: #015561;
}

body.page-id-1431 .page-events-tabs .nav-tabs-events .nav-link.active:after,
.page-id-1431 .page-events-tabs .nav-tabs-events .nav-link:hover:after {
    background: #015561;
}

body.page-id-1431 .page-events-buybtn {
    background: #015561;
}

body.page-id-1431 .page-events-buybtn:focus,
.page-id-1431 .page-events-buybtn:hover {
    background: #003138;
}

body.page-id-1431 .page-events-more:focus,
.page-id-1431 .page-events-more:hover {
    background: #015561;
}

body.page-id-1431 .page-events-more {
    border: 1px solid #015561;
}

body.page-id-1431 .page-events-tabs .nav-tabs-events #tab3 {
    background: #015561;
    border-color: #015561;
    animation: pulse6 2s infinite;
}

body.page-id-1431 .page-events-tabs .nav-tabs-events #tab3:hover {
    color: #015561;
}

body.page-id-1431 .page-events-tabs .nav-tabs-events #tab3.active {
    color: #015561;
}

body.page-id-1431 .page-events-tabs2 .nav-tabs-events2 .nav-link.active {
    background: #003138;
}

body.page-id-1431 .for-texts {
    margin: 0 0 50px;
}

body.page-id-1431 .page-events-prices_t {
    color: #015561;
}

body.page-id-1431 .page-events-benefits .min-title {
    color: #015561;
}

body.page-id-1431 .page-events-details-benefits-list_t {
    color: #015561;
}

body.page-id-1431 .page-events-details-btn {
    background: #015561;
}

body.page-id-1431 .page-events-details-btn:hover {
    background: #003138;
}

body.page-id-1431 .page-events-details-info {
    color: #015561;
}

body.page-id-1431 .page-events-details-list_t {
    color: #015561;
}

body.page-id-1431 .hotel-list_t {
    color: #015561;
}

body.page-id-1431 .page-events-buybt {
    background: #015561;
}

body.page-id-1532 .page-events-benefits-list_t {
    color: #faa41b;
}

body.page-id-1532 .page-cont-team .page-cont-team-list .for-list .page-cont-team-list_t {
    color: #faa41b;
}

body.page-id-1532 .page-events-tabs .nav-tabs-events .nav-link.active:after,
.page-id-1532 .page-events-tabs .nav-tabs-events .nav-link:hover:after {
    background: #faa41b;
}

body.page-id-1532 .page-events-buybtn {
    background: #faa41b;
}

body.page-id-1532 .page-events-buybtn:focus,
.page-id-1532 .page-events-buybtn:hover {
    background: #faa41b;
}

body.page-id-1532 .page-events-more:focus,
.page-id-1532 .page-events-more:hover {
    background: #faa41b;
}

body.page-id-1532 .page-events-more {
    border: 1px solid #faa41b;
}

body.page-id-1532 .page-events-tabs .nav-tabs-events #tab3 {
    background: #faa41b;
    border-color: #faa41b;
    animation: pulse3 2s infinite;
}

body.page-id-1532 .page-events-tabs .nav-tabs-events #tab3:hover {
    color: #faa41b;
}

body.page-id-1532 .page-events-tabs .nav-tabs-events #tab3.active {
    color: #faa41b;
}

body.page-id-1532 .page-events-tabs2 .nav-tabs-events2 .nav-link.active {
    background: #faa41b;
}

body.page-id-1532 .page-events-prices_t {
    color: #faa41b;
}

body.page-id-1532 .page-events-benefits .min-title {
    color: #faa41b;
}

body.page-id-1532 .page-events-details-benefits-list_t {
    color: #faa41b;
}

body.page-id-1532 .page-events-details-btn {
    background: #faa41b;
}

body.page-id-1532 .page-events-details-btn:hover {
    background: #b26d00;
}

body.page-id-1532 .page-events-details-info {
    color: #faa41b;
}

body.page-id-1532 .page-events-details-list_t {
    color: #faa41b;
}

body.page-id-1532 .hotel-list_t {
    color: #faa41b;
}

body.page-id-1532 .page-events-buybt {
    background: #faa41b;
}

body.page-id-1932 .page-events-benefits-list-img {
    background: #fff;
    padding: 10px;
    line-height: inherit;
    width: 150px;
    height: 150px;
}

body.page-id-1932 .sixdays .page-events-pupils_t {
    color: #0d664f;
}

body.page-id-1932 .sixdays .page-events-benefits-list_t {
    color: #0d664f;
}

body.page-id-1932 .page-events-tabs .nav-tabs-events .nav-link.active:after,
.page-id-1932 .page-events-tabs .nav-tabs-events .nav-link:hover:after {
    background: #0d664f;
}

body.page-id-1932 .page-events-buybtn {
    background: #0d664f;
}

body.page-id-1932 .page-events-buybtn:focus,
.page-id-1932 .page-events-buybtn:hover {
    background: #79094c;
}

body.page-id-1932 .page-events-more:focus,
.page-id-1932 .page-events-more:hover {
    background: #0d664f;
}

body.page-id-1932 .page-events-more {
    border: 1px solid #AA2173;
}

body.page-id-1932 .page-events-tabs .nav-tabs-events #tab3 {
    background: #0d664f;
    border-color: #0d664f;
    animation: pulse7 2s infinite;
}

body.page-id-1932 .page-events-tabs .nav-tabs-events #tab3.active {
    color: #0d664f;
}

body.page-id-1932 .page-events-tabs .nav-tabs-events #tab3:hover {
    color: #0d664f;
}

body.page-id-1932 .page-events-tabs2 .nav-tabs-events2 .nav-link.active {
    background: #0d664f;
}

body.page-id-1932 .page-events-buybt {
    background: #0d664f;
}

body.page-id-1932 .page-events-prices_t {
    color: #0d664f;
}

body.page-id-1932 .page-events-benefits .min-title {
    color: #0d664f;
}

body.page-id-1932 .page-events-details-benefits-list_t {
    color: #0d664f;
}

body.page-id-1932 .page-events-details-btn {
    background: #0d664f;
}

body.page-id-1932 .page-events-details-btn:hover {
    background: #79094c;
}

body.page-id-1932 .page-events-details-info {
    color: #0d664f;
}

body.page-id-1932 .page-events-details-list_t {
    color: #0d664f;
}

body.page-id-1932 .hotel-list_t {
    color: #0d664f;
}

body.page-id-706 .page-events-buybt {
    background: #5bbbcc;
}

body.page-id-878 .page-events-buybt {
    background: #1ba8c5;
}


body.page-id-346 .min-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin: 0 0 40px;
}

body.page-id-346 section {
    padding: 50px 0;
}

body.page-id-346 section .order a {
    background: #5bbbcc;
    color: #ffffff;
    padding: 9px 33px 11px;
    border: 2px solid #5bbbcc;
    transition: 0.3s;
    text-decoration: none;
    font-size: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

body.page-id-346 section .order a:hover {
    background: none;
    color: #5bbbcc;
}

body.page-id-346 .what-begin .wb-row {
    margin: 40px 0 0;
}

body.page-id-346 .what-begin .txt {
    font-size: 18px;
}

body.page-id-346 .what-begin .page-events-benefits .min-t {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

body.page-id-346 .what-begin .page-events-benefits-list_outer {
    margin: 25px 0 0;
}

body.page-id-346 .what-begin .for-our {
    margin: 30px 0 0;
}

body.page-id-346 .page-events-benefits-list-img {
    background: none;
}

body.page-id-346 .page-events-benefits-list_tx {
    margin: 20px 0 0;
    text-align: center;
}

body.page-id-346 .page-events-benefits-list_tx .text-left {
    text-align: left;
}

body.page-id-346 .page-events-benefits-list_outer {
    margin: 0;
}

body.page-id-346 .be-partner .min-title {
    margin: 0 0 15px;
}

body.page-id-346 .be-partner .txt {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    margin: 40px 0;
}

body.page-id-346 .be-partner .order {
    margin: 0 15px;
}

body.page-id-346 .mpartners .mp-block {
    text-align: center;
}




body.page-id-1097 .page-events-tabs .nav-tabs-events .nav-link.active:after,
.page-id-1097 .page-events-tabs .nav-tabs-events .nav-link:hover:after {
    background: #4700BF;
}

.page-id-1097 .page-events-tabs .nav-tabs-events #tab3:hover {
    background: none;
    color: #F8006B;
}

.page-id-1097 .page-events-tabs .nav-tabs-events #tab3:after {
    display: none;
}

.page-id-1097 .page-events-tabs .nav-tabs-events #tab3.active {
    background: none;
    color: #F8006B;
    animation: none;
}

.page-id-1097 .page-events-tabs .nav-tabs-events #tab3 {
    background: #F8006B;
    color: #ffffff;
    padding: 9px 33px 11px;
    border: 2px solid #F8006B;
    transition: 0.3s;
    animation: pulse 2s infinite;
}

.page-id-1270 .page-events-buybtn {
    background: #5bbbcc;
}

.page-id-1270 .forum-registartion form button {
    color: #5bbbcc;

}

.page-id-1270 .forum-registartion form button:hover {
    background: #007087;
    color: #fff;
}

.page-id-1097 .page-events-details-benefits-list_tx ul li:before {
    background: #4700BF;
}

.page-id-1097 .page-events-benefits-list_t {
    color: #4700BF;
}

.page-id-1097 .page-events-benefits-list-img {
    background: rgba(71, 0, 191, 0.18823529411764706);
}

.page-id-1097 .page-reviews-carousel.owl-theme .owl-dots {
    background: rgba(71, 0, 191, 0.5);
}

.page-id-1097 .page-reviews-ins-more:hover {
    background: #7f57c3;
}

.page-id-1097 .page-reviews-ins-more {
    background: #4700BF;
}

.page-id-1097 .for-vide:before {
    background-image: linear-gradient(180deg, rgba(239, 123, 16, 0.04) 0%, #4700BF 100%);
}

.page-id-1097 .page-events .page-banner {
    background: none !important;
}

body.page-id-878 .page-cont-team .page-cont-team-list .for-list .page-cont-team-list_t {
    color: #14aecf;
}

.for-desc-team {
    max-width: 400px;
    margin: 15px auto 0;
}

.for-desc-team h1 {
    font-size: 24px;
    line-height: 27px;
}

.for-desc-team h3 {
    color: #bf859e;
    margin: 0;
}

.alf {
    padding: 50px 0;
}

.page-id-1097 .page-events-buybt {
    background: #b11357;
}

.page-id-1097 .page-events-buybt {
    max-width: 200px;
    height: 55px;
    font-size: 21px;
    background: #F8006B;
    width: 100%;
    border: none;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}

.page-id-1097 .page-events-tabs2 .nav-tabs-events2 .nav-link.active {
    background: #4700BF;
}

.page-id-1097 .page-events-details-benefits-list_t {
    color: #4700BF;
}

.page-id-1097 .page-events-details-map_t {
    color: #4700BF;
}

body .page-vacations {
    padding: 80px 0;
}

body .page-vacations .title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

body .page-vacations .vc-row {
    margin-top: 80px;
}

body .page-vacations .vc-row .inner {
    padding: 15px 15px 45px;
    border: 1px solid #333;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .page-vacations .vc-row .inner:hover {
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.75);
}

body .page-vacations .vc-row .inner a {
    text-decoration: none;
}

body .page-vacations .vc-row .inner .for-list .min-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 30px 0;
}

body .modal.vacations .modal-dialog {
    max-width: 1000px;
}

body .modal.vacations .modal-dialog .modal-content .modal-body .vacation-row .vc-left .for-list .min-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
}

body .modal.vacations .modal-dialog .modal-content .modal-body .vacation-row .vc-right .wpcf7-form label {
    width: 100%;
}


body .modal.vacations .modal-dialog .modal-content .modal-body .vacation-row .vc-right .wpcf7-form input,
textarea {
    margin: 5px 0 0;
    padding: 10px 15px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .modal.vacations .modal-dialog .modal-content .modal-body .vacation-row .vc-right .wpcf7-form input:focus,
textarea:focus {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
}

body .modal.vacations .modal-dialog .modal-content .modal-body .vacation-row .vc-right .wpcf7-form .wpcf7-submit {
    border: none;
    cursor: pointer;
    background: rgba(27, 168, 197, .7);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    padding: 10px 20px;
    min-height: 60px;
    width: 100%;
}

body .modal.vacations .modal-dialog .modal-content .modal-body .vacation-row .vc-right .wpcf7-form .wpcf7-submit:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
}

body .page-mpartners {
    padding: 80px 0;
}

body .page-mpartners .title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

body .page-mpartners .mp-row {
    margin-top: 80px;
}

body .page-mpartners .mp-row .inner {
    margin: 0 0 70px;
    text-align: center;
}

body .th-header {
    background: url(../img/headers-bg.jpg) no-repeat center top;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-size: cover;
    min-height: 80vh;
}

body .th-header p,
body .th-header .min-title,
body .th-header .title {
    color: #ffffff;
}

body .th-header .container {
    padding-bottom: 35px;
    padding-top: 44px;
    position: relative;
}

body .th-header .h-img {
    position: absolute;
    left: -175px;
    bottom: 0;
}

body .th-header .h-block {
    max-width: 540px;
    margin-left: auto;
    padding: 0 0 200px 0;
}

body .th-header .min-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 1.5px;
}

body .th-header .h-block .min-title.mtt-1 {
    color: #25adfc;
}

body .th-header .h-block .min-title.mtt-2 {
    text-align: right;
}

body .th-header .h-block .title {
    margin: 0 0 10px 0;
    font-size: 70px;
    line-height: 75px;
    letter-spacing: 3.5px;
}

body .th-header .h-block .h-1 {
    margin: 24px 0 40px 0;
}

body .th-header .h-block .infos {
    font-size: 13px;
    line-height: 16px;
    margin: 18px 0 0 0;
    text-align: center;
    max-width: 471px;
}

.for-bilets {
    margin-bottom: 15px;
}

.for-bilets .bilets-name {
    border: 1px solid #000000;
    width: 100%;
    height: 55px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
}

.for-bilets .bilets-name > p {
    font-size: 20px;
    line-height: 24px;
}

.for-bilets .bilets-name .page-events-prices-list_t {
    text-transform: lowercase;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    padding: 7px 15px;
}

.for-bilets .bilets-name .page-events-prices-list_t:hover {
    background-color: aliceblue;
}

.for-bilets .bilets-name .page-events-prices-list_t:first-letter {
    text-transform: uppercase;
}

.for-bils {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.37);
    z-index: 2;
    display: none;
}

.bilets-prices {
    display: none;
    padding: 15px 0;
}

.bilets-prices.active {
    display: block;
}

.bilets-prices .page-events-prices-list_price {
    font-size: 25px;
    line-height: 28px;
    text-decoration: line-through;
    display: none;
}

.bilets-prices .page-events-prices-list_price.active {
    display: block;
}

.bilets-prices .bp-block:not(:last-of-type) {
    margin-bottom: 15px;
}

.bilets-prices .tits {
    font-size: 16px;
    line-height: 21px;
}

.bilets-prices .dis-p {
    font-size: 25px;
    line-height: 28px;
}

.bilets-prices .tits span {
    color: #1ba8c5;
    font-size: 20px;
}

.fixed-button {
    display: none;
}

.concepts {
    margin: 30px 0 0 0;
}

.concept__rewards-title {
    font-size: 27px;
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
}

.concept__rewards-note {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.page-id-1097 .page-events-prices-list-prices {
    display: block;
}

.page-id-1097 .page-events-prices-list_oldprice {
    margin: 0 0 10px;
}

.page-events-buybts {
    max-width: 185px;
    width: 100%;
    line-height: 50px;
    background: #1ba8c5;
    border: none;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 19px;
    cursor: pointer;
}

.page-id-10 .page-banner {
    justify-content: center;
}

.page-id-10 .forum-registartion {
    background: none;
    margin: auto;
}

.page-id-10 .forum-registartion form .inputblock input {
    border-color: #1ba8c5;
}

.page-id-10 .forum-registartion form button {
    background: #1ba8c5;
    color: #ffffff;
}

.page-id-10 .forum-registartion form button:hover {
    background: #08758b;
}

.page-id-10 .forum-registartion form .inputblock input::-webkit-input-placeholder {
    color: gray;
}

.page-id-10 .forum-registartion form .inputblock input::-moz-placeholder {
    color: gray;
}

.page-id-10 .forum-registartion form .inputblock input:-moz-placeholder {
    color: gray;
}

.page-id-10 .forum-registartion form .inputblock input:-ms-input-placeholder {
    color: gray;
}

.page-id-10 .forum-registartion form .check-line label a,
.page-id-10 .forum-registartion form .check-line label {
    color: #333333;
}

.for-speakers {
    padding: 30px 0 30px 0;
}

.for-speakers h1 {
    margin: 0 0 40px 0;
}

.for-speakers .row {
    margin-bottom: 35px;
}

.for-speakers .fr-left {
    text-align: left;
}

.page-event-master-list .page-event-master-list-inner {
    background: rgba(0, 0, 0, .5);
}

.page-event-master-list-info {
    margin: auto;
}

.page-id-706 .for-clock {
    color: #fff;
}

@media(min-width: 1200px) and (max-width: 1600px) {
    .page-events .page_t {
        font-size: 70px !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    body .th-header .h-img img {
        width: 565px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .for-texts {
        padding: 50px 0 50px 0;
    }

    .for-texts .title {
        font-size: 24px;
    }

    .forum-registartion form .check-line label:after {
        top: 10px;
    }

    body .th-header .h-img img {
        width: 480px;
    }

    body .th-header .h-block {
        max-width: 400px;
    }

    body .th-header .h-block .title {
        font-size: 55px;
        line-height: 60px;
        letter-spacing: 3.5px;
    }
}

@media (max-width: 767px) {
    .for-texts {
        padding: 30px 0 30px 0;
    }

    .for-texts .title {
        font-size: 20px;
        margin: 20px 0 0 0;
    }

    .for-texts .txt {
        margin: 5px 0 14px 0;
    }

    .for-feeds {
        padding: 30px 0 30px 0;
    }

    .forma .for-button .fb-right {
        margin: 10px;
    }

    .forum-registartion .inputs .inputblock {
        margin: 0 0 15px 0;
        flex-basis: 100%;
    }

    .forum-registartion .inputs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .forum-registartion form .check-line {
        margin: 15px 0 0 0;
    }

    .forum-registartion form .check-line label:after {
        top: 6px;
    }

    .forum-registartion form .check-line label:before {
        bottom: initial;
        margin: initial;
    }

    .page-id-1097 .for-texts {
        background: url(../img/text-mob-bg.jpg) no-repeat center top !important;
    }

    body .th-header .h-block .title {
        margin: 100px 0 10px 0;
        font-size: 33px;
        line-height: 33px;
        letter-spacing: 2.5px;
    }

    body .th-header .h-block .min-title.mtt-1 {
        text-align: center;
    }

    body .th-header .h-block .min-title.mtt-2 {
        text-align: left;
        font-size: 21px;
        line-height: 30px;
    }

    body .th-header .h-block .h-1 {
        margin: 13px 0 25px 0;
    }

    body .th-header .h-block .infos {
        font-size: 11px;
        line-height: 13px;
        margin: 12px 0 0 0;
    }

    body .th-header .h-img {
        left: 0;
        bottom: 105px;
        right: 0;
        text-align: center;
    }

    .fixed-button {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 100;

    }

    .fixed-button a {
        display: block;
        height: 55px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background: #F8006B;
        font-size: 20px;
        line-height: 23px;
    }

    .tab-wrapper {
        position: fixed;
        top: 140px;
        right: 0;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        z-index: 999;
        text-align: center;
        transition: 0.3s;
    }

    .tab-wrapper.active {
        top: 0;
    }

    .tab-wrapper .nav-tabs-events {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: none;
        z-index: 1000;
        background: #ffffff;
        padding: 15px;
    }

    .tab-wrapper .humb {
        width: 50px;
        height: 42px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: #ffffff;
        padding: 8px 6px;
        border: 1px solid #5fc2d6;
        margin-left: auto;
        margin-right: 5px;
        margin-top: 5px;
    }

    .tab-wrapper .humb div {
        width: 100%;
        height: 3px;
        background: #5fc2d6;
    }

    .tab-wrapper .closing {
        position: absolute;
        right: 7px;
        top: 7px;
        z-index: 2;
        font-size: 25px;
        line-height: 20px;
        font-family: Tahoma;
    }

    .tab-wrapper .nav-tabs-events .nav-link {
        display: inline-block !important;
    }

    body .speakerss .speaker-row .sp-right .under-t {
        font-size: 17px;
    }

    body .speakerss .speaker-row .sp-right .text .strategy {
        font-size: 17px;
    }

    body .speakerss .speaker-row .sp-right .min-t {
        margin-bottom: .6em;
    }

    body .speakerss .speaker-row .sp-left {
        margin-top: 20px;
    }

    body.page-id-346 section {
        padding: 30px 0;
    }

    body.page-id-346 .min-title {
        font-size: 25px;
        margin: 0 0 25px;
    }

    body.page-id-346 .be-partner .txt {
        font-size: 18px;
        margin: 25px 0;
    }

    body.page-id-346 .be-partner .order {
        margin: 0 0 15px;
    }

    body.page-id-346 .what-begin .txt {
        font-size: 16px;
    }

    body.page-id-346 .what-begin .page-events-benefits {
        margin: 20px 0 0;
    }

    .main-partners-lists-carousel.owl-theme .owl-nav .owl-next {
        right: -10px;
    }

    .main-partners-lists-carousel.owl-theme .owl-nav .owl-prev {
        left: -10px;
    }

    .main-partners-lists-carousel.owl-theme .owl-stage-outer {
        min-height: 200px;
    }

    body .page-events-discounts .discount-text .n-price {
        line-height: 1em;
        font-weight: 500;
        font-size: 25px;
    }

    body .page-events .page_tx {
        margin: 0 0 25px;
    }

    body .page-events-discounts .discount-text .n-price span {
        font-size: 40px;
    }

    body .page-vacations {
        padding: 30px 0;
    }

    body .page-vacations .title {
        font-size: 23px;
    }

    body .page-vacations .vc-row {
        margin-top: 30px;
    }

    body .page-vacations .vc-row .inner {
        margin-bottom: 30px;
    }

    body.page-id-1739 .page-events .page-banner {
        height: 250px;
    }

    body .page-mpartners {
        padding: 30px 0;
    }

    body .page-mpartners .title {
        font-size: 23px;
    }

    body .page-mpartners .mp-row {
        margin-top: 30px;
    }

    body .page-mpartners .mp-row .inner {
        margin-bottom: 30px;
    }



}

@media (max-width: 575px) {
    .forma .for-button .fb-right {
        margin: 10px;
        flex-basis: 100%;
    }

    body .page-events-prices-list {
        padding: 15px 15px 40px;
    }

    body .page-events-prices-list .page-events-prices-list-img {
        max-width: 90px;
    }
}
.title-team-content p{
    text-align: center;
    font-family: 'Bebas Neue' !important;
    font-weight: 400 !important;
    font-size: 2.5rem;
    color: #1ba8c5;
}
.about-team-content{
    padding-bottom: 40px;
}