@font-face {
    font-family: GothamPro-Light;
    src: url(fonts/GothamProLight/GothamProLight.eot) format('eot'),
    url(fonts/GothamProLight/GothamProLight.woff) format('woff'),
    url(fonts/GothamProLight/GothamProLight.ttf) format('truetype');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(fonts/GothamPro/GothamPro.woff2) format('woff2'),
    url(fonts/GothamPro/GothamPro.woff) format('woff'),
    url(fonts/GothamPro/GothamPro.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamPro-Bold;
    src: url(fonts/GothamProBold/GothamProBold.eot) format('eot'),
    url(fonts/GothamProBold/GothamProBold.woff) format('woff'),
    url(fonts/GothamProBold/GothamProBold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: GothamPro-Black;
    src: url(fonts/GothamProBlack/GothamProBlack.eot) format('eot'),
    url(fonts/GothamProBlack/GothamProBlack.woff) format('woff'),
    url(fonts/GothamProBlack/GothamProBlack.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: GothamPro-Medium;
    src: url(fonts/GothamProMedium/GothamProMedium.eot) format('eot'),
    url(fonts/GothamProMedium/GothamProMedium.woff) format('woff'),
    url(fonts/GothamProMedium/GothamProMedium.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}

a {
    color: #3e3e3e
}

a:focus,
a:hover {
    color: #3e3e3e
}

.inner-page {
    padding-top: 55px
}

.btn {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px #f7f3f7 solid;
    width: 190px;
    padding: 10px 0;
    color: #f7f3f7;
    font-size: 16px;
    font-family: GothamPro-Light;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:991px) and (min-width:768px) {
    .btn {
        font-size: 14px;
        width: 170px;
        padding: 5px 0
    }
}

@media (max-width:767px) {
    .btn {
        font-size: 14px;
        width: 130px;
        padding: 5px 0
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none;
    background-color: #f7f3f7;
    color: #b24083
}

.btn--gray {
    border-color: #9b9b9b;
    color: #313131;
    font-family: GothamPro-Light;
    font-size: 19.3px;
    background-color: #fff
}

@media (max-width:991px) and (min-width:768px) {
    .btn--gray {
        font-size: 14px;
        width: 130px;
        padding: 5px 0
    }
}

@media (max-width:767px) {
    .btn--gray {
        font-size: 14px;
        min-width: 130px;
        padding: 5px 0
    }
}

.btn--gray:focus,
.btn--gray:hover {
    text-decoration: none;
    background-color: #9b9b9b;
    color: #fff
}

.btn.full-width-button {
    width: 100%;
    padding: 20px 0;
    font-family: GothamPro-Bold;
    font-size: 24px;
    text-transform: uppercase;
    border: 1px transparent solid
}

@media (max-width:991px) and (min-width:768px) {
    .btn.full-width-button {
        width: 80%;
        padding: 10px 0;
        font-size: 15px;
        display: block;
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .btn.full-width-button {
        width: 100%;
        padding: 10px 0;
        font-size: 11px;
        display: block;
        margin: 0 auto
    }
}

.btn.full-width-button--white {
    border-color: #aeaeae;
    color: #b24083
}

.btn-success{
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-default{
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn.full-width-button--white.active, .btn.full-width-button--white:hover {
    color: #fff;
    background-color: #b24083;
    outline: none;
}

.btn.full-width-button--white.nohover:hover {
    border-color: #aeaeae;
    background-color: #FFFFFF;
    color: #b24083
}

.btn.full-width-button--pink {
    border-color: #b24083;
    color: #fff;
    background-color: #b24083;
    outline: none;
}

.btn.full-width-button--pink:hover {
    color: #b24083;
    background-color: #fff;
    outline: none;
}

.section-title {
    display: block;
    margin: 15px 0 25px 0;
    font-size: 35px;
    color: #5e5e5e;
    font-family: GothamPro-Black;
    padding-bottom: 30px;
    position: relative
}

.section-title>a{
    color: #5e5e5e;
    font-family: GothamPro-Black;
    font-size: 35px;
}

.wizard>.actions {
    position: absolute;
    display: none;
    text-align: right;
    width: 100%;
    /*height: 100%;*/
}

@media (max-width:991px) and (min-width:768px) {
    .section-title {
        font-size: 30px;
        padding-bottom: 20px
    }
}

@media (max-width:767px) {
    .section-title {
        font-size: 24px;
        padding-bottom: 15px
    }
}

.section-title:after {
    content: '';
    width: 84px;
    height: 7px;
    background: #783c86;
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width:991px) and (min-width:768px) {
    .section-title:after {
        height: 5px
    }
}

@media (max-width:767px) {
    .section-title:after {
        height: 5px;
        width: 40px
    }
}

.section-title--small {
    margin: 15px 0 20px 0;
    padding-bottom: 27px;
    font-size: 30px
}

.section-title--small:after {
    width: 63px
}

.no-right-gap {
    padding-right: 0
}

.inline-blocked {
    display: inline-block;
    vertical-align: middle
}

.header {
    display: block;
    background: url(../images/h-nav-bg.jpg) no-repeat;
    background-size: cover;
    padding: 27px 0 20px 0;
    margin: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    min-height: 160px;
    transition: 500ms;
}

.header.main{
    background: transparent;
}

.header.scrolled:hover, .header:hover{
    padding: 27px 0 20px 0;
    min-height: 160px;
    background: url(../images/h-nav-bg.jpg) no-repeat;
    background-size: cover;
}
.header.scrolled:hover .logo>img{
    width: 100%;
}

.header.scrolled{
    width: 100%;
    padding: 10px 0 ;
    min-height: 140px;
    background: url(../images/h-nav-bg.jpg) no-repeat;
    background-size: cover;
}

.header.scrolled .logo>img{
    width: 90%;
}

.box-shadow:before {
    content: '';
    position: absolute;
    z-index: 2;
    height: 2%;
    width: 100%;
    transform: scaleY(-1);
    background: linear-gradient(180deg, transparent 0%, #131313 100%);
}

.sch4{
	font-family: GothamPro-Light;
	font-size:16px;
	width: 157px;
	height: 43px;
	border: 0px;
	background: url(/images/sch1.png) no-repeat;
	padding-left: 20px;
	color:#ffffff;
	float: left;
	outline: none;
	background-position:center;
	background-size:contain;
	margin:0px;
	white-space: nowrap;
}

.sch4::-webkit-input-placeholder { color:#ffffff; opacity:1;}
.sch5{
	width: 52px;
	height: 43px;
	border: 0px;
	float: left;
	background: url(/images/sch2.png) no-repeat;
	cursor: pointer;
	background-position:center;
	background-size:contain;
	margin:0px;
	outline: none;
	white-space: nowrap;

}


@media (max-width:991px) and (min-width:768px) {
    .header {
        min-height: 130px;
        padding: 15px 0
    }
}

@media (max-width:767px) {
    .header {
        min-height: 70px;
        padding: 15px 0
    }
}

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

.header .logo {
    display: block
}

.header .logo img {
    display: block;
    width: 100%;
    transition: 500ms;
}

.header .h-hav a {
    font-family: GothamPro-Light
}

.header .h-top {
    text-align: right
}

.header .h-top .social-icons {
    margin-left: 40px
}

@media (max-width:767px) {
    .header .h-top .social-icons {
        margin-left: 8px
    }
}

.header .h-top .social-icons .social-icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px
}

.header .h-top .social-icons .social-icon:last-child {
    margin-right: 0
}

.header .h-top .social-icons .social-icon-link {
    color: #fff
}

.header .langs {
    margin-left: 30px
}

.header .langs-item {
    margin-right: 10px
}

.header .langs-item:last-child {
    margin-right: 0
}

.header .langs-item-link {
    color: #fff;
    font-size: 20px;
    font-family: GothamPro-Medium;
    border-bottom: 1px transparent solid
}

.header .langs-item-link--active,
.header .langs-item-link:focus,
.header .langs-item-link:hover {
    border-bottom-color: #fff;
    text-decoration: none
}

.header .h-nav {
    text-align: right
}

.header .h-nav-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-top: 30px
}

@media (max-width:1199px) and (min-width:992px) {
    .header .h-nav-item {
        margin-left: 6px
    }
}

@media (max-width:991px) and (min-width:768px) {
    .header .h-nav-item {
        margin-left: 8px;
        margin-top: 20px
    }
}

.header .h-nav-item-link {
    color: #fff;
    font-size: 19.5px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header .h-nav-item-link:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: '';
    width: 0;
    height: 1.6px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: 0 auto
}

.header .h-nav-item-link--active,
.header .h-nav-item-link:focus,
.header .h-nav-item-link:hover {
    text-decoration: none
}

.header .h-nav-item-link--active:after,
.header .h-nav-item-link:focus:after,
.header .h-nav-item-link:hover:after {
    width: 100%
}

@media (max-width:991px) and (min-width:768px) {
    .header .h-nav-item-link {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .header .h-nav {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        position: fixed;
        text-align: center;
        top: -100%;
        left: 0;
        width: 100%;
        background: #b24083;
        padding: 30px 0;
        z-index: 999
    }
    .header .h-nav .h-nav-item {
        display: block;
        margin-top: 15px
    }
    .header .h-nav--opened {
        top: 0
    }
}

.xs-menu-burger-close {
    background-image: url(../images/close-icon-2.png);
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9999
}

.xs-menu-burger-close:hover {
    cursor: pointer
}

@media (max-width:767px) {
    .xs-menu-burger {
        display: inline-block;
        width: 25px;
        height: 25px;
        background-image: url(../images/close-icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 20px;
        cursor: pointer
    }
}

.page__content{
    margin-top: 160px;
}

.page__content.main{
    margin: 0;
}



.page-footer {
    margin-top: 70px
}

.newsletter {
    background: url(../images/email-newsletter.jpg) no-repeat;
    background-position: center;
    min-height: 335px;
    background-size: cover;
    padding-top: 30px
}

@media (max-width:991px) and (min-width:768px) {
    .newsletter {
        min-height: 290px
    }
}

@media (max-width:767px) {
    .newsletter {
        min-height: 280px
    }
}

.newsletter-title {
    font-family: GothamPro-Black;
    color: #fff;
    font-family: GothamPro-Black;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px
}

@media (max-width:991px) and (min-width:768px) {
    .newsletter-title {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .newsletter-title {
        font-size: 25px
    }
}

.newsletter-form {
    font-size: 0
}

.newsletter-form .form-group {
    margin-bottom: 0
}

.newsletter-form .checkbox {
    font-size: 20px;
    font-family: GothamPro-Light;
    color: #fff;
    margin: 0
}

.newsletter-form .checkbox label {
    padding-left: 0;
    display: block
}

@media (max-width:767px) {
    .newsletter-form .checkbox {
        font-size: 16px
    }
}

.newsletter-form .email-form-group {
    margin-top: 20px
}

.m-t-30{
    margin-top: 30px;
}

.newsletter-form #email-input {
    padding: 0 18px;
    width: 480px;
    height: 45px;
    border: 1px #aeaeae solid;
    font-size: 18px;
    color: #707070
}

@media (max-width:991px) and (min-width:768px) {
    .newsletter-form #email-input {
        width: 320px
    }
}

@media (max-width:767px) {
    .newsletter-form #email-input {
        width: 60%;
        height: 40px
    }
}

.newsletter-form .btn {
    width: 250px;
    font-family: GothamPro-Black;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 0;
    height: 45px;
    background: #7c468c;
    border: 1px #7c468c solid;
    vertical-align: top
}

@media (max-width:767px) {
    .newsletter-form .btn {
        width: 30%;
        height: 40px;
        font-size: 14px
    }
}

.contacts .section-title--small {
    line-height: 30px;
    text-transform: uppercase
}

@media (max-width:1199px) and (min-width:992px) {
    .contacts .section-title--small {
        font-size: 24px
    }
}

@media (max-width:991px) and (min-width:768px) {
    .contacts .section-title--small {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .contacts .section-title--small {
        font-size: 20px;
        padding-bottom: 12px
    }
}

@media (max-width:767px) {
    .contacts .contacts-socials-wrapper {
        margin-top: 30px
    }
}

.contacts .address-socials-wrapper,
.contacts .contacts-socials-wrapper,
.contacts .map-socials-wrapper {
    min-height: 282px;
    border-right: 1px #acacac solid
}
.contacts .map-socials-wrapper img{
    cursor: pointer;
}

@media (max-width:991px) and (min-width:768px) {
    .contacts .address-socials-wrapper,
    .contacts .contacts-socials-wrapper,
    .contacts .map-socials-wrapper {
        min-height: 230px
    }
}

@media (max-width:767px) {
    .contacts .address-socials-wrapper,
    .contacts .contacts-socials-wrapper,
    .contacts .map-socials-wrapper {
        min-height: auto;
        border-right: none;
        border-bottom: 1px #c6c6c6 solid;
        padding-bottom: 40px;
        margin-bottom: 40px
    }
}

.contacts .contacts-socials {
    padding-left: 0;
    margin: 0;
    position: relative;
    margin-top: 15px
}

.contacts .contacts-socials .social-icon {
    margin-right: 30px
}

@media (max-width:767px) {
    .contacts .contacts-socials .social-icon {
        margin-right: 15px
    }
}

.contacts .contacts-socials .social-icon-link {
    color: #6e4889;
    font-size: 55px
}

@media (max-width:767px) {
    .contacts .contacts-socials .social-icon-link {
        font-size: 34px
    }
}

.contacts .address-socials-wrapper {
    padding-left: 45px
}

@media (max-width:991px) and (min-width:768px) {
    .contacts .address-socials-wrapper {
        padding-left: 10px
    }
}

@media (max-width:767px) {
    .contacts .address-socials-wrapper {
        padding-left: 0
    }
}

.contacts .address-socials-wrapper p {
    font-size: 19px;
    color: #797979;
    font-family: GothamPro-Light
}

@media (max-width:991px) and (min-width:768px) {
    .contacts .address-socials-wrapper p {
        font-size: 16px
    }
}

.contacts .map-socials-wrapper {
    border-right: none;
    padding-left: 35px
}

@media (max-width:991px) and (min-width:768px) {
    .contacts .map-socials-wrapper {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .contacts .map-socials-wrapper {
        padding-left: 0
    }
}

.contacts .full-width-button--pink {
    margin: 60px auto 75px auto
}

@media (max-width:767px) {
    .contacts .full-width-button--pink {
        margin: 0 auto
    }
}

.f-nav-wrapper {
    border-top: 1px #a0a0a0 solid;
    border-bottom: 1px #a0a0a0 solid;
    padding: 55px 0
}

@media (max-width:991px) and (min-width:768px) {
    .f-nav-wrapper {
        padding: 35px 0
    }
}

@media (max-width:767px) {
    .f-nav-wrapper {
        border-top: none;
        padding: 35px 0
    }
}

div.hidecolor{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
div.hidecolor:hover {
    filter:none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}

.f-nav-wrapper .f-nav {
    margin-bottom: 0;
    text-align: center;
    padding-left: 0
}

.f-nav-wrapper .f-nav .h-nav-item {
    margin: 0 7px
}

.f-nav-wrapper .f-nav .h-nav-item .h-nav-item-link {
    font-size: 24px
}

@media (max-width:991px) and (min-width:768px) {
    .f-nav-wrapper .f-nav .h-nav-item .h-nav-item-link {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .f-nav-wrapper .f-nav .h-nav-item .h-nav-item-link {
        font-size: 18px
    }
}

.copyrights {
    text-align: center;
    padding: 40px 0
}

@media (max-width:767px) {
    .copyrights {
        padding: 20px 0
    }
}

.copyrights p {
    font-size: 24px;
    font-family: GothamPro-Light;
    margin: 0
}

@media (max-width:767px) {
    .copyrights p {
        font-size: 16px
    }
}

.main-slider img {
    margin: 0 auto
}

.main-slider-item {
    min-height: 833px;/*670px;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:991px) and (min-width:768px) {
    .main-slider-item {
        min-height: 400px;
        background-position: center top
    }
}

@media (max-width:767px) {
    .main-slider-item {
        min-height: 255px
    }
}

.main-full-width-buttons {
    margin: 50px 0
}

@media (max-width:991px) and (min-width:768px) {
    .main-full-width-buttons {
        margin: 30px 0
    }
}

@media (max-width:767px) {
    .main-full-width-buttons {
        margin: 20px 0
    }
}

.main-full-width-buttons .full-width-button--white {
    margin-right: 5px
}

@media (max-width:991px) and (min-width:768px) {
    .main-full-width-buttons .full-width-button--white {
        margin-right: auto
    }
}

@media (max-width:767px) {
    .main-full-width-buttons .full-width-button--white {
        margin-right: auto
    }
}

.main-full-width-buttons .full-width-button--pink {
    margin-left: 5px
}

@media (max-width:991px) and (min-width:768px) {
    .main-full-width-buttons .full-width-button--pink {
        margin-left: auto
    }
}

@media (max-width:767px) {
    .main-full-width-buttons .full-width-button--pink {
        margin-left: auto
    }
}

.custom-slider-arrows {
    width: 25px;
    height: 17px
}

.custom-slider-arrow {
    width: 10px;
    height: 17px;
    background: url(../images/slider-arrows.png) no-repeat;
    display: inline-block!important
}

.program-slider-arrows {
    position: absolute;
    z-index: 99;
    right: 15px;
    top: 80px
}

@media (max-width:767px) {
    .program-slider-arrows {
        width: 100%;
        text-align: right;
        position: static
    }
}

.program-slider-arrows #program-slider-arrow-prev {
    background-position: left center;
    margin-right: 5px
}

.program-slider-arrows #program-slider-arrow-next {
    background-position: right center
}

.program-slider {
    padding-top: 18px;
    position: relative
}

.program-slider .slick-slide {
    margin: 0 5px
}

.program-slider .slick-list {
    margin: 0 -5px
}

.program-slider-item-content {
    background-color: #f7f7f7;
    padding: 20px 30px 75px 30px;
    float: left;
    width: 52%;
    min-height: 375px;
    position: relative
}

@media (max-width:991px) and (min-width:768px) {
    .program-slider-item-content {
        padding: 15px 20px 35px 20px;
        width: 55%;
        min-height: 340px
    }
}

@media (max-width:767px) {
    .program-slider-item-content {
        padding: 15px 20px 35px 20px;
        float: none;
        width: 100%;
        min-height: auto
    }
}

.program-slider-item-number {
    color: #626262;
    font-size: 17px;
    font-family: GothamPro-Light;
    margin-bottom: 15px
}

.program-slider-item-title {
    color: #626262;
    font-size: 17px;
    font-family: GothamPro-Bold;
    padding-bottom: 32px;
    position: relative;
    margin: 0
}

@media (max-width:991px) and (min-width:768px) {
    .program-slider-item-title {
        font-size: 12px;
        padding-bottom: 20px
    }
}

.program-slider-item-title:after {
    content: '';
    width: 55px;
    height: 11px;
    background: #783c86;
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width:991px) and (min-width:768px) {
    .program-slider-item-title:after {
        height: 6px
    }
}

@media (max-width:767px) {
    .program-slider-item-title:after {
        height: 6px;
        width: 90px
    }
}

.program-slider-item-subtitle {
    font-size: 15.2px;
    text-transform: uppercase;
    color: #656565;
    font-family: GothamPro-Light;
    margin-top: 25px
}

@media (max-width:991px) and (min-width:768px) {
    .program-slider-item-subtitle {
        margin-top: 18px;
        font-size: 12px
    }
}

.program-slider-item-pic {
    min-height: 375px;
    float: right;
    width: 48%;
    background-size: cover
}

@media (max-width:991px) and (min-width:768px) {
    .program-slider-item-pic {
        width: 45%;
        min-height: 340px
    }
}

@media (max-width:767px) {
    .program-slider-item-pic {
        width: 100%;
        float: none
    }
}

.program-slider-item .btn {
    position: absolute;
    bottom: 25px;
    width: 150px;
    padding: 8px 0
}

@media (max-width:767px) {
    .program-slider-item .btn {
        position: static;
        margin-top: 15px
    }
}

.partners {
    margin-top: 50px
}

.partners .partners-slider {
    border-top: 1px #c6c6c6 solid;
    border-bottom: 1px #c6c6c6 solid;
    padding: 10px 0
}

.partners .partners-slider .partner {
    position: relative;
    min-height: 150px
}

.partners .partners-slider .partner-link {
    min-height: 150px;
    padding: 0 10%;
    left: 0;
    display: block;
    right: 0
}

.partners .partners-slider .partner-link img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) perspective(1px);
    transform: translateY(-50%) perspective(1px);
    margin: 0 auto;
    left: 0;
    right: 0
}

.partners #partners-slider-arrows {
    text-align: right;
    margin-top: 20px;
    width: 32px;
    float: right
}

.partners #partners-slider-arrows .custom-slider-arrow {
    display: inline-block
}

.partners #partners-slider-arrow-next {
    background-position: right center;
    margin-left: 11px
}

.speakers {
    margin-top: 50px
}

.speakers-list {
    margin-top: 45px
}

.speaker {
    margin-bottom: 45px;
    min-height: 520px
}

@media (max-width:767px) {
    .speaker {
        overflow: hidden;
        margin-bottom: 20px;
        min-height: auto
    }
}

.speaker-pic {
    display: block
}

.speaker-pic img {
    width: 100%
}

@media (max-width:767px) {
    .speaker-pic {
        width: 60%;
        float: left
    }
}

.speaker-pic:focus+.speaker-name,
.speaker-pic:hover+.speaker-name {
    color: #6e4889;
    text-decoration: none
}

.speaker-name {
    color: #626262;
    display: block;
    font-size: 22px;
    font-family: GothamPro-Bold;
    margin: 15px 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.speaker-name:focus,
.speaker-name:hover {
    color: #6e4889;
    text-decoration: none
}

@media (max-width:767px) {
    .speaker-name {
        overflow: hidden;
        padding-left: 15px;
        font-size: 16px;
        padding-top: 30px;
        position: relative;
        margin-top: 0
    }
    .speaker-name:after {
        content: '';
        width: 80%;
        height: 2px;
        background: #636363;
        position: absolute;
        left: 15px;
        top: 2px
    }
}

.speaker-position {
    font-family: GothamPro-Bold;
    color: #626262;
    font-size: 16px
}

@media (max-width:767px) {
    .speaker-position {
        overflow: hidden;
        padding-left: 15px;
        font-size: 13px;
        font-family: GothamPro-Light
    }
}

.speaker .speaker-socials {
    padding-left: 0;
    margin: 0;
    padding-top: 20px;
    position: relative;
    margin-top: 15px
}

@media (max-width:767px) {
    .speaker .speaker-socials {
        overflow: hidden;
        padding-left: 15px
    }
}

.speaker .speaker-socials:before {
    content: '';
    width: 70px;
    height: 4px;
    background: #783c86;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width:767px) {
    .speaker .speaker-socials:before {
        left: 15px
    }
}

.speaker .speaker-socials .social-icon {
    margin-right: 9px
}

.speaker .speaker-socials .social-icon-link {
    color: #6e4889;
    font-size: 18px
}

.speakers-extra-buttons {
    text-align: right
}

.speakers-full-list {
    color: #5d5d5d;
    font-family: GothamPro-Black;
    text-transform: uppercase;
    font-size: 22px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.speakers-full-list:focus,
.speakers-full-list:hover {
    text-decoration: none
}

.speakers-full-list:focus:after,
.speakers-full-list:hover:after {
    background: 0 0
}

.speakers-full-list:after {
    content: '';
    background: #b9b9b9;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.news {
    margin-top: 50px
}

.news .news-list {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .14);
    box-shadow: 0 0 40px rgba(0, 0, 0, .14);
    padding: 85px 110px 85px 100px;
    margin-top: 45px
}

@media (max-width:991px) and (min-width:768px) {
    .news .news-list {
        padding: 55px 60px 55px 60px
    }
}

@media (max-width:767px) {
    .news .news-list {
        padding: 25px 20px 55px 20px
    }
}

.news .news-list .news-item {
    margin-bottom: 45px
}

.news .news-list .news-item .news-pic {
    max-width: 400px;
    height: 275px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.news .news-list .news-item .news-pic.bordered {
    border: 1px #5e5e5e solid
}

@media (max-width:767px) {
    .news .news-list .news-item .news-pic {
        max-width: 430px;
        background-size: cover;
        margin-bottom: 15px
    }
}

.news .news-list .news-item .news-content {
    min-height: 275px;
    border-bottom: 1px #858585 solid
}

@media (max-width:1199px) and (min-width:992px) {
    .news .news-list .news-item .news-content {
        min-height: 300px
    }
}

@media (max-width:991px) and (min-width:768px) {
    .news .news-list .news-item .news-content {
        min-height: 320px
    }
}

@media (max-width:767px) {
    .news .news-list .news-item .news-content {
        min-height: auto;
        padding-bottom: 20px
    }
}

.news .news-list .news-item .news-date {
    color: #5e5e5e;
    font-size: 20px;
    margin-bottom: 35px;
    font-family: GothamPro-Light
}

@media (max-width:767px) {
    .news .news-list .news-item .news-date {
        font-size: 18px;
        margin-bottom: 20px
    }
}

.news .news-list .news-item .news-title {
    color: #5e5e5e;
    font-family: GothamPro-Black;
    margin-bottom: 25px
}

.news .news-list .news-item .news-text {
    font-family: GothamPro-Light;
    color: #5e5e5e;
    font-size: 18px;
    margin-bottom: 20px
}

.news .news-list .news-item .btn {
    font-size: 19px;
    padding: 5px 0;
    margin-bottom: 15px;
}

@media (max-width:767px) {
    .news .news-list .news-item .btn {
        font-size: 16px
    }
}

.news .news-extra-buttons {
    margin-top: 50px;
    text-align: right
}

.news .news-full-list {
    color: #5d5d5d;
    font-family: GothamPro-Black;
    text-transform: uppercase;
    font-size: 22px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.news .news-full-list:focus,
.news .news-full-list:hover {
    text-decoration: none
}

.news .news-full-list:focus:after,
.news .news-full-list:hover:after {
    background: 0 0
}

.news .news-full-list:after {
    content: '';
    background: #b9b9b9;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.quote {
    margin-top: 95px
}

.quote-pic img {
    display: block;
    width: 100%
}

.quote .quote-bg {
    background: url(../images/quote-border.png) no-repeat;
    background-size: 100% 100%;
    min-height: 568px;
    padding-top: 105px;
    margin-left: 20px
}

@media (max-width:991px) and (min-width:768px) {
    .quote .quote-bg {
        min-height: 470px;
        padding-top: 40px
    }
}

@media (max-width:767px) {
    .quote .quote-bg {
        background: url(../images//quote-border-2.png) no-repeat;
        background-size: 100% 100%;
        min-height: auto;
        padding-top: 0;
        margin-left: auto;
        margin-top: 40px
    }
}

.quote .quote-content {
    max-width: 80%;
    margin-left: -10px
}

@media (max-width:991px) and (min-width:768px) {
    .quote .quote-content {
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .quote .quote-content {
        padding-top: 30px;
        position: relative;
        margin: 0 auto;
        padding-bottom: 30px
    }
}

.quote .quote-title {
    color: #5e5e5e;
    font-size: 30px;
    font-family: GothamPro-Black;
    text-transform: uppercase
}

@media (max-width:991px) and (min-width:768px) {
    .quote .quote-title {
        font-size: 25px
    }
}

@media (max-width:767px) {
    .quote .quote-title {
        font-size: 24px;
        position: absolute;
        top: -16px
    }
}

.quote .quote-text {
    font-size: 18px;
    font-family: GothamPro-Light;
    color: #5e5e5e;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 22px;
    text-align: justify
}

.quote .btn {
    font-size: 19px;
    padding: 5px 0;
    float: right
}

@media (max-width:767px) {
    .quote .btn {
        float: none
    }
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 13px;
    background: #fff;
    margin-top: 9px
}

.radio .cr {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 17px;
    line-height: 0;
    top: 50%;
    left: 16%;
    color: #783c86
}

.checkbox label input[type=checkbox],
.radio label input[type=radio] {
    display: none
}

.checkbox label input[type=checkbox]+.cr>.cr-icon,
.radio label input[type=radio]+.cr>.cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    -ms-transform: scale(3) rotate(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.checkbox label input[type=checkbox]:checked+.cr>.cr-icon,
.radio label input[type=radio]:checked+.cr>.cr-icon {
    -webkit-transform: scale(1) rotateZ(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotateZ(0);
    opacity: 1
}

.checkbox label input[type=checkbox]:disabled+.cr,
.radio label input[type=radio]:disabled+.cr {
    opacity: .5
}

.events-agenda {
    margin-top: 0px
}

.agenda-item-wrapper .agenda-item-ins {
    border: 1px #949494 solid;
    padding: 25px 35px;
    margin-bottom: 8px;
    display: none
}

.agenda-item-wrapper .agenda-item-ins-organizer,
.agenda-item-wrapper .agenda-item-ins-title {
    color: #626262;
    font-size: 20px;
    font-family: GothamPro-Black;
    line-height: 1.4;
    margin: 0
}

.agenda-item-wrapper .agenda-item-ins-content {
    margin-top: 20px
}

.agenda-item-wrapper .agenda-item-ins-desc {
    color: #626262;
    font-size: 18px;
    font-family: GothamPro-Light;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative
}

.agenda-item-wrapper .agenda-item-ins-desc:after {
    content: '';
    width: 45px;
    height: 4px;
    background: #783c86;
    position: absolute;
    left: 0;
    bottom: 0
}

.agenda-item-wrapper .agenda-item-ins-questions-title {
    margin-bottom: 15px;
    color: #626262;
    font-size: 18px;
    font-family: GothamPro-Black;
    line-height: 1.4
}

.agenda-item-wrapper .agenda-item-ins ul {
    padding-left: 20px
}

.agenda-item-wrapper .agenda-item-ins ul li {
    color: #626262;
    font-size: 17px;
    font-family: GothamPro
}

.agenda-item-wrapper .agenda-item-ins .agenda-item-ins-footer {
    text-align: left;
    margin-top: 35px
}

.agenda-item-wrapper .agenda-item-ins .agenda-item-ins-minimize {
    font-size: 16px;
    position: relative;
    color: #783c86
}

.agenda-item-wrapper .agenda-item-ins .agenda-item-ins-minimize:before {
    content: '';
    width: 45px;
    height: 3px;
    background: #783c86;
    position: absolute;
    left: 0;
    top: -5px
}

.agenda-item {
    border: 1px #949494 solid;
    padding: 25px 35px;
    margin-bottom: 8px;
    font-size: 0;
    width: 100%
}

.agenda-item .event-time {
    color: #626262;
    font-size: 18px;
    font-family: GothamPro-Black;
    position: relative
}

.agenda-item .event-time:after {
    content: '';
    width: 2px;
    height: 55px;
    background: #93428f;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) perspective(1px);
    transform: translateY(-50%) perspective(1px);
    right: 0
}

.agenda-item--small .event-title {
    color: #626262;
    font-size: 18px;
    font-family: GothamPro-Bold;
    text-transform: uppercase;
    width: 67%
}

.agenda-item--small .event-time {
    width: 16%
}

.agenda-item--small .event-icon-wrapper {
    width: 17%
}

.agenda-item--small .event-icon {
    width: 100px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 45px
}

.agenda-item--regular {
    padding: 25px 30px;
    cursor: pointer
}

.agenda-item--regular--active,
.agenda-item--regular:focus,
.agenda-item--regular:hover {
    border: 1px #93428f solid
}

.agenda-item--regular .event-time {
    width: 20%
}

.agenda-item--regular .event-info {
    width: 55%;
    padding-left: 35px
}

.agenda-item--regular .event-title {
    color: #626262;
    font-size: 18px;
    font-family: GothamPro-Light
}

.agenda-item--regular .event-organizer {
    margin-top: 15px;
    font-family: GothamPro-Black;
    color: #626262;
    font-size: 18px
}

.agenda-item--regular .event-organizer.without-margin{
    margin: 0;
}

.agenda-item--regular .event-location {
    font-family: GothamPro-Light;
    color: #626262;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    width: 25%;
    position: relative;
    padding-left: 35px
}

.agenda-item--regular .event-location:after {
    content: '';
    width: 2px;
    height: 55px;
    background: #93428f;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) perspective(1px);
    transform: translateY(-50%) perspective(1px);
    left: 0
}

.agenda-categories .agenda-category {
    min-height: 270px;
    margin-bottom: 13px;
    position: relative;
    display: block
}

.agenda-categories .agenda-category-title {
    color: #626262;
    font-family: GothamPro-Black;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0
}

.agenda-categories .agenda-category-subtitle {
    margin: 0;
    font-family: GothamPro-Light;
    text-transform: uppercase
}

.agenda-categories .agenda-category-content {
    padding: 0 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) perspective(1px);
    transform: translateY(-50%) perspective(1px)
}

.agenda-categories .agenda-category--blue {
    background-color: #ecf4f8
}

.agenda-categories .agenda-category--yellow {
    background-color: #faf4ee
}

.agenda-categories .agenda-category--green {
    background-color: #eaf8f1
}

.agenda-categories .agenda-category--red {
    background-color: #f6eff9
}

.agenda-categories .agenda-category--pink {
    background-color: #ffeef6
}

.speakers-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin: 40px 0
}

.speakers-nav-item {
    margin: 0 5px
}

.speakers-nav-item-link {
    font-family: GothamPro-Light;
    color: #5e5e5e;
    font-size: 18px
}

.speakers-nav-item-link:focus,
.speakers-nav-item-link:hover {
    color: #b24083
}

.speakers-nav-item--active .speakers-nav-item-link {
    color: #b24083;
    font-size: 24px;
    font-family: GothamPro-Black
}

.speaker-pic img {
    width: 100%;
    display: block;
    /*max-height: 400px;*/
}

/*SELECT 2 */
.select2 {
    color: #5e5e5e !important;
    font-family: "GothamPro-Medium";
    margin-bottom: 20px;
    margin-top: 10px;
}

.select2-container--default .select2-selection--single{
    border-radius: 0px !important;
    border: 1px solid #944290 !important;
    background: none !important;
    font-size: 14px;
    font-family: "GothamPro-Medium";
    color: #7f448c !important;
    height: 30.5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5e5e5e !important;
    font-size: 14px;
    font-family: "GothamPro-Medium";
    line-height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 2px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #7f448c;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    color: #5e5e5e !important;
    font-size: 16px;
    font-family: "GothamPro-Light";
}
.wizard select{
    border:1px solid #944290;
    padding-left: 10px;
    height: 30.5px;
    width: 100%;
    margin-bottom: 20px;
    color: #5e5e5e !important;
    font-family: "GothamPro-Medium";
    font-size: 14px;
    outline: none;
}
/*SELECT 2*/
.form-label {
    color: #5e5e5e !important;
    font-family: "GothamPro-Medium";
    font-size: 12px;
    margin: 0;
    /* margin-top: 20px; */
}

@media (max-width:1200px) {
    .speaker-pic img {
        width: 100%;
        display: block;
        max-height: 330px;
    }

}

@media (max-width:1000px) {
    .speaker-pic img {
        width: 100%;
        display: block;
        max-height: 423px;
    }

}

@media (max-width:767px) {
    .speaker-pic img {
        width: 100%;
        display: block;
        max-height: none;
    }
}

.w-subscribe {
    margin-top: 60px;
    background: url(../images/subscribe_bg.jpg) no-repeat;
    background-position: center;
    width: 100%;
    height: 475px;
    background-size: cover;
}
.subscribe-chk{
    margin-top: 50px;
}
.subscribe-chk input{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.subscribe-title {
    font-family: GothamPro-Black;
    font-size: 43px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin-top: 60px;
}
.subscribe-text {
    font-size: 20px;
    font-family: GothamPro-Light;
    color: #fff;
}
.subscribe-inp {
    font-size: 18px;
    padding-left: 10px;
    border: none;
    border-radius: 3px;
    width: 69%;
    margin-right: 1%;
    float: left;
    height: 50px;
    text-align: left;
}

.subscribe-btn {
    font-size: 18px;
    color: #fff;
    font-family: GothamPro-Black;
    background-color: #7c468c;
    height: 50px;
    text-align: center;
    border-radius: 0;
    border: none;
    width: 30%;
}

.m-t-50{
    margin-top: 50px;
}

.speaker-page .speaker {
    min-height: auto;
    margin-bottom: 0
}

.speaker-page .speaker-name {
    margin: 0 0 20px 0;
    font-family: GothamPro-Black;
    color: #5e5e5e;
    font-size: 24px;
    text-transform: none
}

.speaker-page .speaker-desc {
    color: #1b1b1b;
    font-size: 18px;
    font-family: GothamPro-Light
}

.speaker-page .speaker-socials {
    margin-top: 20px;
    margin-bottom: 25px
}

.speaker-page .speaker-socials .social-icon {
    margin-right: 10px
}

.speaker-page .speaker-socials .social-icon-link {
    font-size: 22px
}

.speaker-page .speaker-socials .website-link {
    font-size: 18px;
    color: #6e4889;
    margin-left: 30px
}

.speaker-page .speaker-sessions {
    border-top: 1px #5e5e5e solid
}

.speaker-sessions .slick-track{
    display: flex !important;
}

.speaker-sessions .slick-slide{
    height: inherit !important;
}

.speaker-sessions .slick-slide>div{
    height: 100%;
}

.speaker-page .speaker-sessions .speaker-sessions-heading {
    color: #1b1b1b;
    font-family: GothamPro-Bold;
    font-size: 14px;
    margin: 15px 0;
    text-transform: uppercase
}

.speaker-page .speaker-sessions .session-name {
    display: table;
    flex: 1;
    vertical-align: middle;
    height: 100%;
    color: #5e5e5e;
    font-size: 14px;
    font-family: GothamPro-Black;
    text-transform: uppercase;
    text-align: center;
    border: 1px #aeaeae solid;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 10px
}

.speaker-page .speakers-extra-list-wrapper {
    margin-top: 85px
}

.speaker-page .speakers-extra-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 0
}

.speaker-page .speakers-extra-list-item {
    margin-right: 25px;
    width: 18%;
    max-width: 223px
}

.speaker-page .speakers-extra-list-item:last-child {
    margin-right: 0
}

.speaker-page .speakers-extra-list-item-link {
    display: block
}

.speaker-page .speakers-extra-list-item .speaker-title {
    color: #5e5e5e;
    font-size: 14px;
    font-family: GothamPro-Bold;
    text-transform: uppercase;
    margin-top: 20px;
    position: relative;
    padding-bottom: 14px
}

.speaker-page .speakers-extra-list-item .speaker-title:after {
    content: '';
    width: 35px;
    height: 2px;
    background: #783c86;
    position: absolute;
    left: 0;
    bottom: 0
}
/*Новости*/
.news-list-inner .news-item {
    margin-bottom: 35px;
    cursor: pointer;
}

.border-bottom{
    border-bottom: 1px solid #858585;
}

.news-list-inner .news-item .news-pic {
    max-width: 375px;
    height: 275px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.news-list-inner .news-item .news-pic.bordered_pink {
    max-width: 375px;
    height: 210px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-bottom: 25px;
    border: 1px solid #81448c;
}

.news-list-inner .news-item .news-pic.bordered {
    border: 1px #5e5e5e solid
}

.news-list-inner .news-item .news-content {
    min-height: 205px;
    border-bottom: 1px #858585 solid
}

.news-list-inner .news-item .news-content.borderless {
    min-height: 155px;
    border-bottom: none;
}


.news-list-inner .news-item .news-date {
    color: #5e5e5e;
    font-size: 19px;
    margin-bottom: 15px;
    font-family: GothamPro-Light;
    position: relative;
    padding-bottom: 17px
}

.news-list-inner .news-item .news-date:after {
    content: '';
    width: 84px;
    height: 6px;
    background: #783c86;
    position: absolute;
    left: 0;
    bottom: 0
}

.news-list-inner .news-item .news-title {
    color: #909090;
    font-family: GothamPro-Bold;
    margin-bottom: 30px;
    cursor: pointer;
}

.news-list-inner .news-item .news-text {
    font-family: GothamPro-Light;
    color: #5e5e5e;
    font-size: 18px;
    margin-bottom: 20px
}

.news-list-inner .news-item .btn {
    font-size: 19px;
    padding: 5px 0
}

.news-border-bottom{
    border-bottom: 1px solid #858585;
}
.news-item.news-horizontal .news-content {
    border-bottom: none;
}

.news-item.news-horizontal .news-pic {
    max-width: 275px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.news-item.news-horizontal:first-child .news-content{
    padding-bottom: 40px;
    border-bottom: 1px solid #bebebe;
}

.press-realise{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: GothamPro-Bold;
    color: #81448c;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #81448c;
}

.press-realise>h3{
    font-size: 13px;
    text-decoration: none;
}

.press-realise>img{
    width: 100%;
}

.media-btn{
    position: relative;
    margin: 20px 0;
    padding: 20px 0;
    font-family: GothamPro-Bold;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 100%;
    background: #81448c;
}

    /*КОНЕЦ НОВОСТИ*/
.about-text {
    font-size: 20px;
    color: #626262;
    padding-right: 50px;
    text-align: justify;
    margin-top: 20px;
    position: relative;
    padding-bottom: 50px
}

.about-text:after {
    content: '';
    background: #b6b6b6;
    width: 70%;
    height: 2px;
    position: absolute;
    bottom: 0
}

.about-text-pic {
    padding-left: 28px
}

.about-text-pic>img {
    width: 100%;
}

.about-text-pic-caption {
    color: #626262;
    font-family: GothamPro-Bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 35px
}

.about-extra-text {
    font-size: 20px;
    margin-bottom: 60px;
    margin-top: -60px
}

.about-extra-text-title {
    color: #626262;
    font-family: GothamPro-Bold;
    font-size: 24px;
    margin-bottom: 20px
}

.visuals-title {
    height: 120px;
    background: #7b478d;
    font-size: 30px;
    color: #fff;
    font-family: GothamPro-Light;
    text-align: center;
    padding-top: 20px;
    -webkit-box-shadow: 0 54px 57px 0 rgba(50, 50, 50, .15);
    box-shadow: 0 54px 57px 0 rgba(50, 50, 50, .15);
    width: 90%;
    margin: 0 auto 75px auto
}

.visual {
    background: #f7f7f7;
    position: relative;
    padding: 120px 12% 65px 12%;
    min-height: 980px;
    padding-bottom: 60px;
    position: relative
}

.visual:after {
    content: '';
    width: 52px;
    height: 2px;
    background: #783c86;
    position: absolute;
    left: 12%;
    bottom: 65px
}

.visual-title {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 90px;
    background: #7b478d;
    font-size: 26px;
    color: #fff;
    font-family: GothamPro-Bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 25px;
    width: 76%;
    margin: 0 auto
}

.visual-text {
    text-align: justify;
    color: #818181;
    font-size: 17px
}

.forum-archive-button-wrapper {
    text-align: right;
    margin-top: 35px
}

.forum-archive-button-wrapper .forum-archive-button {
    min-height: 68px;
    width: 200px;
    padding-left: 85px;
    padding-top: 12px;
    display: inline-block;
    background: #81448c;
    font-size: 18px;
    color: #fff;
    font-family: GothamPro-Bold;
    background-image: url(../images/archive-icon.png);
    background-repeat: no-repeat;
    background-position: 25px center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2
}

.forum-archive-button-wrapper .forum-archive-button:focus,
.forum-archive-button-wrapper .forum-archive-button:hover {
    background-color: #b24083;
    text-decoration: none
}

html {
    zoom: .8
}

@supports (-ms-ime-align:auto) {
    html {
        zoom: .0
    }
}

body {
    font-family: GothamPro-Light;
    font-size: 18px;
    position: relative;
    max-width: 100%;
    min-width: 400px;
    width: 100%
}

.stream-main{
    position: relative;
    width: 100%;
    height: auto;
}

.stream-main>iframe{
    height: 680px;
    width: 100%;
}

.stream-item{
    position: relative;
    width: 100%;
    margin: 50px 0 50px;
}

.stream-item img{
    width: 100%;
    cursor: pointer;
}
.stream-item .stream-title{
    position: relative;
    color: #909090;
    margin: 30px 0 50px 0;
    font-family: GothamPro-Bold;
}

.stream-item .stream-description{
    position: relative;
    color: #909090;
    margin: 20px 0 20px 0;
    font-family: GothamPro-Light;
}

.stream-item .stream-title.separate{
    margin: 30px 0 20px 0;
}

.stream-item .stream-title.separate:after{
    position: absolute;
    top: -17px;
    left: 0;
    content: '';
    width: 84px;
    height: 6px;
    background: #783c86;
}

.stream-item .stream-btn{
    padding: 10px 47px;
    border: 1px solid #9a9a9a;
    text-decoration: none;
    border-radius: 5px;
    color: #313131;
    font-family: GothamPro;
    cursor: pointer;
}
.stream-item .stream-btn:hover{
    text-decoration: none;
}
.stream-langs{
    font-family: GothamPro;
    margin: 20px 0 30px 0;
}

.stream-langs>li.active_ruru>a, li.active_kzkz>a, li.active_enen>a{
    font-family: GothamPro-Bold;
    color: #b62d7c;
}



@media (max-width:991px) and (min-width:768px) {
    .stream-item{
        margin: 20px 0 20px;
    }

    .page__content {
        margin-top: 130px
    }
    .page__content.main {
        margin: 0;
    }

    .box-shadow:before {
        content: '';
        position: absolute;
        z-index: 2;
        height: 1%;
        width: 100%;
        transform: scaleY(-1);
        background: linear-gradient(180deg, transparent 0%, #131313 100%);
    }
    .header.scrolled {
        min-height: 60px;
    }

    .header.scrolled:hover, .header:hover {
        min-height: 80px;
    }
	h3 {
    	font-size: 20px;
	}
}

@media (max-width:767px) {
    .stream-main>iframe{
        height: 400px;
        width: 100%;
    }

    .page__content {
        margin-top: 70px
    }
    .page__content.main {
        margin: 0;
    }
    .box-shadow:before {
        content: '';
        position: absolute;
        z-index: 2;
        height: 1%;
        width: 100%;
        transform: scaleY(-1);
        background: linear-gradient(180deg, transparent 0%, #131313 100%);
    }
    .header.scrolled {
        min-height: 60px;
    }
    .header.scrolled:hover, .header:hover {
        min-height: 80px;
    }
	.small-txt{
		font-size: 12px;
	}
}

/*Программыы*/
.programm-group-block{
    position: relative;
    display: table;
    text-align: left;
    vertical-align: middle;
    float: left;
    width: 20%;
    height: 10px;
    min-height: 270px;
}

.programm-group-line{
    position: absolute;
    bottom: 0px;
    left: 0;
    display: none;
    width: 100%;
    height: 30px;
    min-height: 30px;
    margin-bottom: 0px;
    background: transparent;
    content: " ";
}

.programm-group-block>.programm-text{
    display: table-cell;
    vertical-align: middle;
}

.programm-group-block p{
    font-family: "GothamPro-Medium";
    vertical-align: middle;
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    color: #6f6f6f;
}

.programm-group-block p.bolder{
    font-family: "GothamPro-Black";
    vertical-align: middle;
}

.programm-group-block.active{
    text-decoration: underline;
    color: #000000;
}

.programm-group-block.active p{
    color: #000000;
}

.programm-group-block.active .programm-group-line{
    display: block;
}

.programm-group-block_1{
    background: #eef4f8;
}
.programm-group-line.programm-group-block_1{
    background: #B3E1F9;
}
.programm-group-block_2{
    background: #f8f4ee;
}
.programm-group-line.programm-group-block_2{
    background: #FBDBB5;
}
.programm-group-block_3{
    background: #eef8f1;
}
.programm-group-line.programm-group-block_3{
    background: #A2E5C2;
}
.programm-group-block_4{
    background: #f4eff8;
}
.programm-group-line.programm-group-block_4{
    background: #D9BDE5;
}
.programm-group-block_5{
    background: #fdedf5;
}
.programm-group-line.programm-group-block_5{
    background: #E7B1CB;
}

.programm-date-tab {
    position: relative;
    width: 100%;
    padding-left: 0px !important;
    list-style: none;
    height: 40px ;
    margin-top: 50px;
}
.programm-date-tab>li:hover, .programm-date-tab>li.active {
    /*color: #626262;*/
    color: #0b2e13;
    font-family: GothamPro-Bold;
}
.programm-date-tab>li>a:hover, .programm-date-tab>li.active a {
    /*color: #626262;*/
    color: #0b2e13;
    font-family: GothamPro-Bold;
}
.programm-date-tab>li>a {
    font-family: "GothamPro";
    color: #b9b9b9;
    font-size: 20px;
}
.programm-date-tab>li {
    display: inline-block;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "GothamPro";
    padding-right: 20px;
    color: #b9b9b9;
    cursor: pointer;
}
.m-b-45{
    margin-bottom: 45px;
}
/*Новости*/
.article-title {
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'GothamPro';
    color: #909090;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.title-spl {
    background-color: #81448c;
    height: 4px;
    width: 60px;
    margin-bottom: 20px;
}

.news-big-img {
    width: 100%;
    height: 460px;
}

.gray-pnl {
    background-color: #f8f8f8;
    padding: 20px;
}

.contacts-title {
    font-family: "GothamPro";
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.contacts-name {
    font-family: "GothamPro";
    font-size: 16px;
    padding-bottom: 8px;
}

.contacts-phone {
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
}
.contacts-icon-fhone {
    background: url(../images/icon-phone.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
.contacts-icon-call-center {
    background: url(../images/icon-callcenter.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
.contacts-icon-email {
    background: url(../images/icon-mail.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
.contacts-icon-alltime {
    background: url(../images/icon-alltime.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
.contacts-icon-clock {
    background: url(../images/icon-clock.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
.contacts-email {
    font-size: 16px;
    line-height: 32px;
    padding-top: 10px;
}

.m-b-70{
    margin-bottom: 70px;
}

/*Регистрация*/
.spl-bt {
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 290px;
}
.tarif-ttl1 {
    font-family: "GothamPro-Bold";
    font-weight: 900;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    padding: 30px 10px 30px 20px;
    text-align: left;
    line-height: 1.3;
    position: relative;
    background: #92428f;
    text-transform: uppercase;
    text-align: center;
    z-index: 1001;
}
.package_price {
    position: relative;
    width: 100%;
    font-family: "GothamPro-Bold";
    font-weight: 900;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
    background: url(/images/package_title.jpg) no-repeat;
    background-size: cover;
    padding: 10px 0;
    z-index: 1001;
}
.wiz-lb1 {
    transition: transform .2s ease-in-out;
    position: relative;
}
.pkg_shadow {
    box-shadow: 0 0 20px rgba(183, 183, 183, 0.5);
    margin-bottom: 100px;
    width: 90%;
    cursor: pointer;
}
.package-block {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14pt;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
}

.wizard ul, .tabcontrol ul {
    list-style: none!important;
    padding: 0;
    margin: 0;
}
.package_logos>li {
    display: inline-block;
    width: 32%;
    padding: 10px 0;
    text-align: center;
}
.package_logos {
    position: relative;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #dddddd;
}
.package_logos.package_logos_2>li {
    display: inline-block;
    width: 24% !important;
    padding: 10px 0;
    text-align: center;
}
.pkg_shadow.active {
    box-shadow: 0 0 20px rgba(145, 50, 173, 0.5);
}
.package_select_btn {
    position: relative;
    width: 100%;
    padding: 20px 0;
}
.package_select_btn>.pkg_btn {
    position: relative;
    margin: 0 auto;
    font-size: 11pt;
    width: 235px;
    padding: 10px 0;
    text-align: center;
    background: #944290;
    text-transform: uppercase;
    font-family: "GothamPro-Bold";
    color: #ffffff;
}
.reg-form {
    position: relative;
    width: 100%;
    background: #f5f5f5;
}

.register_block {
    position: relative;
    width: 100%;
    display: table;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 0 20px #dddddd;
    margin: 5% 0;
}

.register_block h3 {
    font-weight: bolder;
    font-size: 16pt;
    margin-top: 21px;
    font-family: "GothamPro-Bold";
    text-indent: 11px;
    margin-bottom: 21px;
}
.wizard input {
    border: 1px solid #944290;
    padding-left: 10px;
    height: 30.5px;
    width: 100%;
    margin-bottom: 20px;
    color: #5e5e5e !important;
    font-family: "GothamPro-Medium";
    font-size: 12px;
    outline: none;
}
.wizard input[type='radio'] {
    border: none;
    padding-left: 10px;
    height: 22px;
    width: 32%;
    margin-bottom: 20px;
    color: #5e5e5e !important;
    font-family: "GothamPro-Medium";
    font-size: 14px;
    font-style: italic;
    outline: none;
}
.inp_reg2 {
    position: relative;
    font-family: "GothamPro";
    font-size: 14px;
    float: right;
    line-height: 32px;
    vertical-align: middle;
}
.btn-primary {
    background: #944290;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    font-weight: bolder;
}
.btn-outline-primary {
    position: relative;
    border: 3px solid #944290;
    background: #ffffff;
    color: #944290;
    font-family: "GothamPro-Bold";
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 30px !important;
    margin: 0;
}
.btn-primary.pad {
    padding: 10px 20px;
    font-size: 12px;
    width: auto;
}
.upload-text {
    position: relative;
    width: 70%;
    color: #5e5e5e;
    font-size: 12px;
    margin: 2px auto 12px auto;
    text-align: center;
    font-family: GothamPro-Light;
}
.btn.btn-w-100{
    width: 100%;
}
.photo-condition{
    font-family: GothamPro-Light;
    font-size: 15px;
}
.error {
    font-size: 12px;
    color: #EF2933;
    width: 100%;
    font-family: GothamPro-Light;
    position: relative;
}
#drop {
    background-color: #2E3134;
    padding: 40px 20px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    /* border-image: url(../img/border-image.png) 25 repeat; */
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
}
#drop a {
    background-color: #007a96;
    padding: 12px 26px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-top: 12px;
    line-height: 1;
}
#upload {
    font-family: "GothamPro-Light";
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    /* width: 250px; */
    padding: 30px;
    border-radius: 3px;
    /* margin: 200px auto 100px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#upload ul {
    list-style: none;
    margin: 0 -30px;
    border-top: 1px solid #2b2e31;
    border-bottom: 1px solid #3d4043;
}
#drop input {
    display: none;
}
.user-photo {
    height: auto;
    min-height: 200px;
    margin-left: auto;
}
.user-photo>img{
    width: 100%;
}

.reg-payment-footer {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

/*video modal*/
.g-video-modal{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.g-video-modal>.g-video-modal-bg{
    position: absolute;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.9;
}
.g-video-modal>.g-video-close{
    position: absolute;
    top: 5px;
    right: 20px;
    color: #FFFFFF;
    font-size: 30px;
    z-index: 1;
    cursor: pointer;
}

.g-video-content{
    position: relative;
    top: 20%;
    width: 60%;
    height: 60%;
    margin: auto auto;
    vertical-align: middle;
    z-index: 2;
}

.g-video-content iframe{
    border: 0;
}
/**/
/*Participants*/
.participants-block{
    position: relative;
    width: 100%;
    border: 1px solid #a0a0a0;
}

.participants-block .arrow{
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 43px;
}

.participants-block .aifc {
    position: relative;
    width: 100%;
    height: 100%;
}

.participants-block .participant-text{
    position: relative;
    top: 25px;
    width: 80%;
    margin: 0 auto;
    font-size: 22px;
    height: 100%;
    font-family: GothamPro-Bold;
    color: #5e5e5e;
}

.participants-block .aifc>img{
    position: relative;
    top: 25px;
    left: 0;
    right: 0;
    vertical-align: middle;
}

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

.slick-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.package-block>p {
    position: relative;
    width: 80%;
    margin: 8px auto;
    color: #1b2459;
    font-family: "GothamPro-Bold";
    font-size: 16px;
}

.sponsor-block{
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
}

.sponsor-block>.sponsor-item{
    position: relative;
    display: table-cell;
    text-align: center;
}
.sponsor-block>.sponsor-item.sponsor-img{
    width: 45%;
}

.sponsor-block>.sponsor-item.sponsor-img>div{
    position: relative;
    margin: 20px 0;
}

.sponsor-block>.sponsor-item.sponsor-separator{
    width: 10%;
}

.sponsor-block>.sponsor-item.sponsor-separator::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    height: 80px;
    width: 2px;
    background: #dddddd;
}

.sponsor-block>.sponsor-item.sponsor-text{
    width: 45%;
    font-size: 25px;
    text-align: left;
    color: #5e5e5e;
    font-family: GothamPro-Black;
    vertical-align: middle;
    text-transform: uppercase;
}


@media (max-width: 2850px){
    .package-block {
        height: 280px;
    }
}

@media (max-width: 1200px){
    .programm-group-block{
        float: left;
        width: 20%;
        margin-bottom: 10px;
        min-height: 200px;

    }
    .programm-group-block p{
        font-size: 13px;
        width: 80%;
    }

    .participants-block .arrow{
        width: 35px;
    }

    .participants-block .participant-text{
        top: 25px;
        font-size: 18px;
        height: 100%;
    }

    .participants-block .aifc>img{
        top: 30px;
        width: 300px;
    }

    .package-block>p {
        width: 90%;
        margin: 5px auto;
        font-size: 15px;
    }

    .package_logos.package_logos_2>li {
        width: 23.5% !important;
        padding: 10px 0;
    }
}

@media (max-width: 992px){
    .participants-block .arrow{
        width: 35px;
    }

    .participants-block .participant-text{
        top: 25px;
        font-size: 15px;
        width: 90%;
        height: 100%;
    }

    .participants-block .aifc>img{
        top: 30px;
        width: 250px;
    }

    .programm-group-block{
        float: left;
        width: 20%;
        margin-bottom: 10px;
        height: 10px;
        min-height: 170px;

    }
    .programm-group-block p{
        font-size: 10px;
        width: 80%;
    }
    .agenda-item--small .event-time {
        width: 16%;
    }
    .agenda-item .event-time {
        color: #626262;
        font-size: 15px;
    }
    .agenda-item--small .event-icon-wrapper {
        width: 19%;
    }
    .agenda-item--small .event-icon {
        width: 75px;
        height: 55px;
        margin: 0 25px;
    }
    .agenda-item--small .event-title {
        font-size: 15px;
        width: 60%;
    }
    .agenda-item {
        padding: 10px 10px;
    }
    .about-text-pic {
         padding-left: 0px;
    }
    .about-text {
        font-size: 15px;
        padding-right: 0;
    }
    .about-extra-text-title {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .about-extra-text {
        font-size: 15px;
        margin-bottom: 60px;
        margin-top: 0px;
    }
    .visuals-title {
        height: 120px;
        font-size: 22px;
    }
    .visual-title {
        font-size: 22px;
    }

    .visual {
        background: #f7f7f7;
        position: relative;
        padding: 120px 12% 65px 12%;
        min-height: auto;
    }
    .slick-dots {
        bottom: 20px;
    }
}

@media (max-width: 780px){
    .participants-block .arrow{
        width: 28px;
    }
    .participants-block .participant-text{
        top: 10px;
        font-size: 10px;
        width: 90%;
        height: 100%;
    }
    .participants-block .arrow{
        width: 20px;
    }
    .participants-block .aifc>img{
        top: 18px;
        width: 150px;
    }

    .package-block>p {
        font-size: 14px;
    }

    .programm-group-block{
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
    .agenda-item--small .event-icon {
        width: 60px;
        height: 40px;
        margin: 0 5px;
    }
    .programm-group-block{
        height: 10px;
        min-height: 170px;
    }
    .programm-group-block p{
        font-size: 17px;
        width: 80%;
    }
    .agenda-item .event-time {
        color: #626262;
        font-size: 12px;
    }
    .agenda-item--small .event-title {
        font-size: 12px;
        width: 60%;
    }
    .agenda-item--regular .event-title {
        font-size: 12px;
    }
    .agenda-item--regular .event-organizer {
        margin-top: 15px;
        font-size: 12px;
    }
    .agenda-item--regular .event-location {
        font-size: 12px;
        width: 25%;
        padding-left: 10px;
    }
    .agenda-item--regular .event-info {
        width: 55%;
        padding-left: 10px;
    }

    .agenda-item-wrapper .agenda-item-ins {
        padding: 25px 35px;
        font-size: 14px;
    }
    .programm-group-line{
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        display: none;
        height: 100%;
        width: 30px;
        margin-bottom: 0px;
        background: transparent;
        content: " ";
    }

    .g-video-content{
        width: 100%;
    }

    .subscribe-title {
        font-size: 30px;
    }
    .subscribe-inp {
        font-size: 17px;
        width: 59%;
        margin-right: 1%;
    }

    .subscribe-btn {
        font-size: 15px;
        width: 40%;
    }

    .pkg_shadow {
        width: 100%;
    }

    .sponsor-block>.sponsor-item{
        display: block;
    }

    .sponsor-block>.sponsor-item.sponsor-img{
        width: 100%;
    }

    .sponsor-block>.sponsor-item.sponsor-img>div{
        position: relative;
        margin: 20px 0;
    }

    .sponsor-block>.sponsor-item.sponsor-separator{
        width: 100%;
    }

    .sponsor-block>.sponsor-item.sponsor-separator::after{
        position: relative;
        display: block;
        width: 90%;
        height: 2px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sponsor-block>.sponsor-item.sponsor-text{
        width: 70%;
        margin: 20px auto;
        font-size: 20px;
    }

}


/********/
.col-speakers {
    width: 20%;
    float: left;
    padding: 6px;
}
.spk_img {
    margin: 0px;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.spk_lb {
    font-family: "SourceSansPro-Light";
    font-size: 24px;
    text-align: left;
    line-height: 1.3;
    text-transform: uppercase;
    padding-top: 40px;
    display: block;
    clear: both;
}
.spk_img a {
    color: #81448c;
    text-decoration: none;
}
.speaker-box {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 67% 25%;
}
.spk-ttln {
    font-size: 14px;
    position: relative;
    font-family: GothamPro-Bold;
    background-size: 100%;
    line-height: 1.3;
    text-align: left;
    color: #626262;
    width: 100%;
    text-transform: uppercase;
    margin-top: 20px;
}
.speaker-splitter {
    background-color: #81448c;
    height: 4px;
    width: 84px;
    margin-top: 20px;
}
.speakers-nav-item-link.speakers-nav-item--active{
    color: #b24083;
    font-size: 24px;
    font-family: GothamPro-Black;
}

.speaker-page .speakers-extra-list-item:nth-child(5n) {
    margin-right: 0;
}
#speaker-slider-arrows {
    text-align: right;
    margin-bottom: 20px;
    width: 32px;
    float: right;
}
#speakers-slider-arrow-next {
    background-position: right center;
    margin-left: 11px;
}
.clearfix{
    clear: both;
}

@media (max-width: 520px) {
    .col-speakers {
        width: 50%;
    }
}
.news-list-inner .gallery-item .news-pic {
    max-width: 375px;
    height: 275px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.news-list-inner .gallery-item .news-date {
    color: #5e5e5e;
    font-size: 19px;
    margin-bottom: 15px;
    font-family: GothamPro-Light;
    position: relative;
    padding-bottom: 17px;
}
.news-list-inner .gallery-item .news-date:after {
    content: '';
    width: 84px;
    height: 6px;
    background: #783c86;
    position: absolute;
    left: 0;
    bottom: 0;
}
.news-list-inner .gallery-item .news-title {
    color: #909090;
    font-family: GothamPro-Bold;
    margin-bottom: 30px;
    cursor: pointer;
}
/*****/
.demo-gallery > ul {
    margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 200px;
}
.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .demo-gallery {
    padding-bottom: 80px;
}
.gallery-block li{
    margin-bottom: 30px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    outline: none;
    background: transparent;
}
.slick-dots li:hover button {
    background: #FFFFFF;
}

.slick-dots li.slick-active button {
    background: #FFFFFF;
}
/*# sourceMappingURL=../../maps/style.css.map */

/****/
.news-list-inner .video-item .news-pic {
    max-width: 375px;
    height: 275px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.news-list-inner .video-item .news-date {
    color: #5e5e5e;
    font-size: 19px;
    margin-bottom: 15px;
    font-family: GothamPro-Light;
    position: relative;
    padding-bottom: 17px;
}
.news-list-inner .video-item .news-date:after {
    content: '';
    width: 84px;
    height: 6px;
    background: #783c86;
    position: absolute;
    left: 0;
    bottom: 0;
}
.news-list-inner .video-item .news-title {
    color: #909090;
    font-family: GothamPro-Bold;
    margin-bottom: 30px;
}
/*Архив*/
.archive-item h4{
    font-size: 20px;
    font-family: GothamPro-Bold;
    color: #5e5e5e;
}
.archive-item p {
    font-size: 17px;
    font-family: GothamPro-Light;
    color: #5e5e5e;
    margin: 25px 0;
}

.archive-slider{
    position: relative;
    margin-top: 50px;
}

.archive-slider .slick-slide{
    height: auto !important;
}

.archive-slider .slick-dots {
    position: absolute;
    top: -40px;
    bottom: auto;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.archive-slider .slick-dots li{
    width: 50px;
}
.archive-slider .slick-dots li a {
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    border: none;
    font-size: 20px;
    background: transparent;
    color: #b9b9b9;
    font-family: "GothamPro";
}
.archive-slider .slick-dots li:hover a {
    color: #0b2e13;
    font-family: GothamPro-Bold;
}

.archive-slider .slick-dots li.slick-active a {
    color: #0b2e13;
    font-family: GothamPro-Bold;
}
