<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,500,400italic,500,700,700italic);*/
/* --------------- Style to null --------------- */
*{-webkit-text-size-adjust: none; }
*{-moz-box-sizing:border-box;box-sizing:border-box;}html,body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,a,footer,header,menu,nav,section,summary,time,mark,audio,video{-webkit-tap-highlight-color: rgba(0,0,0,0); border:0;outline:0;vertical-align:baseline;background:transparent;font-size:100%;margin:0;padding:0;}a{background:transparent;}table{border-collapse:collapse;border-spacing:0;}td,td img{vertical-align:top;}input,select,button,textarea{font-size:12px;font-family:Arial, Helvetica, sans-serif;margin:0;}input[type="text"],input[type="password"],textarea,input[type="email"],input[type="phone"],input[type="number"]{font:12px Arial, Helvetica, sans-serif;padding:0;}input[type="checkbox"]{vertical-align:bottom;}input[type="radio"]{vertical-align:text-bottom;}sub{vertical-align:sub;font-size:smaller;}sup{vertical-align:super;font-size:smaller;}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block;}ul,ol{list-style:none;}html{overflow-y:scroll;overflow-x:auto;}html{height:100%;}body{line-height:1;color:#000;text-align:left;z-index:1;position:relative;}input [type='text']{padding:0;}textarea{resize:none;overflow:auto;}label,input[type="button"],input[type="submit"],button{cursor:pointer;}input[type="button"],input[type="reset"],input[type="submit"],button,input[type="text"],input[type="password"],textarea,input[type="email"],input[type="tel"],input[type="phone"],input[type="number"]{-webkit-appearance:none;}a,a:visited,a:hover,a:focus,a:active{text-decoration:none;}input[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0;}input:invalid{outline:none;-moz-box-shadow:none;border:none;}::-ms-clear{display:none;}input,textarea,input[type="search"]:focus,:focus{outline:none;}
/* --------------- Style to null --------------- */

/*
    main styles
    version: 15.02.2016

    placeholder

    social

    site

    footer-menu

    btn

    content

    row

    col

    label

    logo

    header-menu

    menu-btn

    hero

    time-schedule

    main-slider

    countdown-timer

    description

    speakers

    get-touch

    schedule

    contact-us

    register-now

    sponsors

    exhibitors

    tickets

    where

    news

    connect

    features

    subscribe

    media-gallery

    follow-us

    swiper-popup

    social-feed

    media

    more-content

*/

/* --------------- placeholder --------------- */
::-webkit-input-placeholder {
    color: #000;
    -webkit-transition: color 300ms ease-in-out;
}
:-moz-placeholder {
    color: #000;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
.placeholder {
    color: #000;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
:focus::-webkit-input-placeholder {color: transparent!important;}
:focus::-moz-placeholder          {color: transparent!important;}
:focus:-moz-placeholder           {color: transparent!important;}
:focus:-ms-input-placeholder      {color: transparent!important;}
:focus.placeholder     {color: transparent!important;}
/* --------------- /placeholder --------------- */

/* ------------ social ------------ */
.social a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 12px 25px;
    width: 67px;
    height: 67px;
    color: #000;
    background: #ffdc1a;
    font-size: 30px;
    border-radius: 50%;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.social a:hover {
    background: #ffe348;
}
/* ------------ /social ------------ */

/* --------------- site --------------- */
.site {
    min-height: 100%;
    min-width: 320px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
}
.site__increase {
    display: block;
    width: 100%;
}
.site__content {
    position: relative;
    z-index: 2;
}
.site__header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    -webkit-transition:  -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
}
.admin-bar .site__header {
    top: 32px;
}
.site__header_hidden{
    -webkit-transform: translateY( -90px );
    transform: translateY( -90px );
}
.site__header-top{
    height: 60px;
    background: transparent;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
}
.site__header.fixed .site__header-top, .header_background .site__header-top{
    background: #000;
}
.header_background {
    padding-top: 90px;
}
.site__footer {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 81px 20px 50px;
    background: #000;
}
.site__centered{
    position: relative;
    z-index: 1;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.site__footer-logo {
    text-align: center;
    margin-bottom: 61px;
}
.site__footer-txt {
    font-size: 16px;
    color: rgb( 255, 255, 255 );
    line-height: 1.6;
    text-align: center;
}
.site__title{
    position: relative;
    padding: 0 0 27px;
    margin: 0 0 19px;
    font-size: 36px;
    line-height: 38px;
    color: #000;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.site__title_white {
    color: #fff;
}
.session__text h1,
.session__text h2,
.session__text h3,
.session__text h4,
.session__text h5,
.session__text h6,
.speaker-profile .description h1,
.speaker-profile .description h2,
.speaker-profile .description h3,
.speaker-profile .description h4,
.speaker-profile .description h5,
.speaker-profile .description h6,
.single-sponsor .description h1,
.single-sponsor .description h2,
.single-sponsor .description h3,
.single-sponsor .description h4,
.single-sponsor .description h5,
.single-sponsor .description h6
{
    position: relative;
    margin: 0 0 19px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Slab', sans-serif;
    padding-bottom: 10px;
}
.site__title:after,
.session__text h1:after,
.session__text h2:after,
.session__text h3:after,
.session__text h4:after,
.session__text h5:after,
.session__text h6:after,
.speaker-profile .description h1:after,
.speaker-profile .description h2:after,
.speaker-profile .description h3:after,
.speaker-profile .description h4:after,
.speaker-profile .description h5:after,
.speaker-profile .description h6:after,
.single-sponsor .description h1:after,
.single-sponsor .description h2:after,
.single-sponsor .description h3:after,
.single-sponsor .description h4:after,
.single-sponsor .description h5:after,
.single-sponsor .description h6:after
{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 6px;
    background: #ffdc1a;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.site__title_big{
    padding: 0 0 21px;
    margin: 0 0 17px;
    font-size: 20px;
    line-height: 25px;
}
.site__title_1:after{
    background: #fff;
}
.site__title_small{
    padding: 0 0 14px;
    margin: 0 0 11px;
}
.site__title_small:after{
    width: 54px;
    height: 5px;
}
.site__title_2{
    margin: 0 0 37px;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    text-align: center;
}
.site__title_2:after{
    display: none;
}
.site__title_2:before{
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    margin: -1px 0 0;
    background: #f3f3f3;
    content: '';
}
.site__title_2 span{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    padding: 0 14px;
    background: #fff;
}
.site__title_subtitle {
    padding-bottom: 22px;
    font: 700 26px/42px 'Roboto Slab', sans-serif;
}
.site__form {
    padding: 49px 20px 46px;
    background: #f3f3f3;
}
.site__form textarea,
.site__form input {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 0 21px;
    height: 65px;
    border: 1px solid transparent;
    background: #fff;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0);
    -webkit-transition: box-shadow 0.3s ease, border 0.3s ease;
    transition: box-shadow 0.3s ease, border 0.3s ease;
}
.site__form .form-validation__error {
    border-color: #ff0000;
}
.site__form textarea:focus,
.site__form input:focus {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.site__form textarea {
    height: 174px;
    padding: 20px 21px;
    margin-bottom: 26px;
}
.site__form-submit {
    position: relative;
    height: 60px;
}
.site__form-sent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.site__form-sent {
    padding: 21px 10px;
    background: #ffdc1a;
    color: #000;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.site__form-sent .fa {
    margin-right: 9px;
}
.site__form-sent_hidden {
    z-index: 0;
    opacity: 0;
}
.site__desktop{
    display: none;
}
/* --------------- /site --------------- */

/* ------------ footer-menu ------------ */
.footer-menu {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.footer-menu dl {
    margin-bottom: 69px;
}
.footer-menu dl:last-child {
    margin-bottom: 0;
}
.footer-menu dd {
    margin-bottom: 24px;
}
.footer-menu dd:last-child {
    margin-bottom: 0;
}
.footer-menu__link {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.footer-menu__link:hover {
    color: #ffdc1a;
}
.footer-menu dt {
    display: block;
    margin-bottom: 55px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px;
}
/* ------------ /footer-menu ------------ */

/* --------------- btn --------------- */
.btn{
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    width: 170px;
    height: 47px;
    padding: 13px 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    border: 2px solid #ffdc1a;
    background: #ffdc1a;
    -webkit-transition: border 0.3s, height 0.3s, opacity 0.3s, color 0.3s, background 0.3s;
    transition: border 0.3s, height 0.3s, opacity 0.3s, color 0.3s, background 0.3s;
}
.btn:hover, .header-menu__wrap .menu-item a.btn:hover{
    background: #ffe348;
    border-color: #ffe348;
}
.header-menu__wrap .menu-item a.btn:hover {
    color: #000;
}
.btn_1{
    width: 231px;
    height: 40px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 14px;
}
.btn_2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    z-index: 1;
    font-size: 18px;
}
.btn_3 {
    width: 230px;
    height: 54px;
    color: #fff;
    background: #2b2b2b;
    border: none;
    font-weight: 500;
    font-size: 18px;
    padding: 18px 10px;
}
.btn_3:hover {
    background: #3c3c3c;
}
.btn_4{
    width: 132px;
    height: 30px;
    margin-left: 3px;
    padding: 4px 25px 2px;
    font-size: 14px;
}
.btn_5{
    display: block;
    width: 227px;
    height: 52px;
    margin: 0 auto 16px;
    padding-top: 16px;
    border: none;
    background: #ffee8d;
    font-size: 18px;
}
.btn_5:hover{
    background: #fffadd;
}
.btn_6 {
    display: block;
    width: 227px;
    height: 52px;
    margin: 0 auto;
    padding-top: 16px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 18px;
}
.btn_6:hover {
    background: #333;
}
.btn_7 {
    width: 190px;
    height: 45px;
    padding: 14px 10px;
    font-size: 16px;
    line-height: 16px;
}
.btn_8{
    margin: 0 auto 19px;
    background: #f3f3f3;
}
.btn_8:hover{
    background: #d5d5d5;
}
.btn_9 {
    display: block;
    width: auto;
    height: 45px;
    padding: 14px 10px;
    font-size: 16px;
    line-height: 16px;
}
.btn_10 {
    display: block;
    width: 180px;
    height: 61px;
    margin: 0 auto;
    padding-top: 16px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 18px;
}
.btn_10:hover {
    background: #333;
}
.btn_11 {
    width: 204px;
    height: 59px;
    padding: 19px 0 0;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.2);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}
.btn_11:hover {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255,255,255,1);
    color: #1566a4;
}
/* --------------- /btn --------------- */

/*--------------content------------*/
.content {
    padding: 10px;
    font-size: 16px;
    line-height: 25px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    font-family: 'Roboto Slab', sans-serif;
    text-align: center;
}
.content h2{
    font-size: 30px;
    line-height: 36px;
}
.content h3{
    font-size: 24px;
    line-height: 30px;
}
.content h4{
    font-size: 20px;
    line-height: 26px;
}
.content h5{
    font-size: 16px;
    line-height: 22px;
}
.content h6 {
    font-size: 12px;
    line-height: 18px;
}
.content p {
    margin-bottom: 15px;
}
.content ul {
    list-style: disc;
    margin: 0 15px 10px 15px;
}
.content ul ul {
    margin: 10px 0 10px 25px;
}
.content ol {
    list-style: decimal;
    margin: 0 15px 10px 20px;
}
.content ol ol {
    margin: 10px 0 10px 25px;
}
.content li {
    margin-bottom: 5px;
}
.content table {
    margin-bottom: 15px;
    font-size: 100%;
    width: auto;
    border: 1px solid #f3f3f3;
}
.content th,
.content td {
    border: 1px solid #f3f3f3;
    padding: 4px;
    text-align: left;
}
.content th {
    font-weight: bold;
    text-align: center;
}
.content img[align=left] {
    margin: 0 10px 10px 0;
    float: left;
}
.content img[align=right] {
    margin: 0 0 10px 10px;
    float: right;
}
.content dl {
    margin: 0 0 15px 0;
}
.content dt {
    font-weight: bold;
    margin-bottom: 2px;
}
.content dd {
    margin-bottom: 5px;
}
.content hr {
    height: 1px;
    border: none;
    color: #f3f3f3;
    background: #f3f3f3;
    margin: 10px 0;
    clear: both;
}
a {
    color: #ffdc1a;
}
.content__text-block{
    margin: 0 auto;
    padding: 0 20px;
    max-width: 710px;
    text-align: center;
}
.single-post .content {
    padding-top: 50px;
}
/*--------------/content------------*/

/*--------------row------------*/
.row{
    margin: 0 -20px;
    overflow: hidden;
}
/*--------------/row------------*/

/* --------------- col --------------- */
.col {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}
.col-xs-1{
    width: 8.33333333%;
}
.col-xs-2{
    width: 16.66666666%;
}
.col-xs-3{
    width: 25%;
}
.col-xs-4{
    width: 33.33333333%;
}
.col-xs-5{
    width: 41.66666666%;
}
.col-xs-6{
    width: 50%;
}
.col-xs-7{
    width: 58.33333333%;
}
.col-xs-8{
    width: 66.66666666%;
}
.col-xs-9{
    width: 75%;
}
.col-xs-10{
    width: 83.33333333%;
}
.col-xs-11{
    width: 91.66666666%;
}
.col-xs-12{
    width: 100%;
}
/* --------------- /col --------------- */

/* --------------- label --------------- */
.label{
    display: inline-block;
    vertical-align: top;
    padding: 3px 13px;
    margin: 0 0 3px;
    min-width: 88px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    background: #41c5f6;
    text-align: center;
}
.label_big{
    padding: 8px 13px;
    margin: 0 0 4px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.label_big:hover{
    opacity: 0.6;
}
.label_1{
    background: #345cc2;
}
.label_2{
    background: #9b54d1;
}
.label_3{
    background: #ff8e42;
}
.label_4{
    background: #ff4242;
}
.label_5{
    background: #ffdc1a;
}
.label_6{
    background: #34c2a6;
}
.label_7{
    background: #4396ea;
}
.label_8{
    background: #ff8b1a;
}
.label_9{
    background: #3469c2;
}
.label_10{
    background: #8643ea;
}
.label_11{
    background: #82cb2b;
}
.label_12{
    background: #eb212e;
}
.label_13{
    background: #00b295;
}
.label_14{
    background: #f6b300;
}
/* --------------- /label --------------- */

/* --------------- logo --------------- */
.logo {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 20px;
    width: 106px;
    height: 33px;
}
.logo img {
    display: block;
    width: 100%;
    height: auto;
}
.logo_footer {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    width: 146px;
    height: 33px;
    margin: 0 auto 51px;
}
/* --------------- /logo --------------- */

/* --------------- header-menu --------------- */
.header-menu{
    position: fixed;
    display: none;
    z-index: 10;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    text-align: center;
    overflow-y: auto;
}
.header-menu__wrap{
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 0 11px 0;
}
.header-menu__layout{
    display: table-cell;
    vertical-align: top;
    padding: 32px 0;
}
.header-menu__layout ul{
    position: relative;
    margin: 0 5px 0 0;
    width: 100%;
}
.header-menu li{
    position: relative;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 1px;
}
.header-menu__open-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 54px;
    height: 54px;
    background-size: contain;
    cursor: pointer;
}
.header-menu__open-btn:before,
.header-menu__open-btn:after{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 17px;
    background-color: #ffdc1a;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    content: '';
}
.header-menu__open-btn:after{
    height: 3px;
    width: 17px;
}
.header-menu__wrap .menu &gt; .menu-item &gt; a{
    display: block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 9.7px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.header-menu__wrap .menu-item a.active{
    cursor: default;
}
.header-menu__wrap .menu-item a:hover,
.header-menu__wrap .menu-item a.active,
.sub-menu li.menu-item a:hover,
.sub-menu li.menu-item a.active{
    background: #ffe348;
    color: #000;
}
.header-menu .btn{
    margin: 20px 0 0;
}
.header-menu .sub-menu{
    display: none;
    margin: 0;
}
.sub-menu li{
    border-top: 1px solid #eece20;
}
.sub-menu li.menu-item a{
    display: block;
    padding: 15px 10px;
    color: #000;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.header-menu .opened{
    background: #ffdc1a;
}
.header-menu .opened .header-menu__open-btn:before,
.header-menu .opened .header-menu__open-btn:after{
    background-color: #000;
}
.header-menu .opened .menu-item a{
    padding: 20px 10px;
    color: #000;
}
/* --------------- /header-menu --------------- */

/* --------------- menu-btn --------------- */
.menu-btn{
    position: absolute;
    top: 24px;
    right: 2px;
    width: 38px;
    height: 15px;
    cursor: pointer;
    z-index: 4;
    display: block;
    padding: 0;
    background: none;
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.menu-btn span{
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    display: block;
    height: 3px;
    margin-top: -2px;
    background: #fff;
    font-size: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.menu-btn span:before,
.menu-btn span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background .3s;
    transition: transform 0.3s, background .3s;
}
.menu-btn span:after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}
.menu-btn span:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
.menu-btn:hover span,
.menu-btn:hover span:before,
.menu-btn:hover span:after {
    background: #ffdc1a;
}
.menu-btn.opened span {
    background-color: transparent;
}
.menu-btn.opened span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.menu-btn.opened span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.menu-btn.opened span:before,
.menu-btn.opened span:after {
    background: #6c6c6c;
}
/* --------------- /menu-btn --------------- */

/* --------------- hero --------------- */
.hero{
    position: relative;
    text-align: center;
    /*min-height: 320px;*/
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.hero__layout{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 0 26px;
}
.single-post .hero__layout, .hero_slider .hero__layout, .single-speaker .hero__layout, .hero-sample__page .hero__layout, .hero-registration .hero__layout, .archive .hero__layout, .hero-full__schedule .hero__layout {
    position: relative;
}
.hero_no-images .hero__layout{
    position: relative;
    top: auto;
    left: auto;
}
.hero__layout .video_background {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.hero__layout .video_background &gt; iframe {
    width: 100%;
    height: 100%;
}
.hero_slider .hero__layout{
    padding: 114px 0 13px;
}
.hero__video{
    position: relative;
    margin: 5px auto 10px;
    width: 100px;
    height: 100px;
}
.hero_no-images .hero__video{
    margin: 5px auto 30px;
    width: 200px;
    height: 200px;
}
.hero__video&gt;*{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.hero__layout_profile {
    padding: 90px 0 23px !important;
}
.hero__text{
    margin: 0 0 35px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
/* --------------- /hero --------------- */

/* --------------- time-schedule --------------- */
.time-schedule{
    padding: 0 0 28px;
}
.time-schedule .site__title {
    overflow: hidden;
}
.time-schedule__pic{
    display: none;
    width: 65px;
    height: 65px;
    margin: 20px auto 20px;
}
.time-schedule__pic img{
    display: block;
    width: 100%;
    height: auto;
}
.time-schedule__place{
    display: block;
    margin: 0 15px 25px;
    font-size: 14px;
    line-height: 19px;
}
.time-schedule__save{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 290px;
    margin: 0 auto;
    text-align: left;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}
.time-schedule__save span{
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0 0 4px;
}
.time-schedule__save div{
    display: inline-block;
    vertical-align: middle;
}
.time-schedule__save a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 12px;
    width: 36px;
    height: 36px;
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
    text-align: center;
    -webkit-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
}
.time-schedule__save a:first-child{
    margin-left: 0;
}
.time-schedule__save a:hover{
    background: #ffdc1a;
    border-color: #ffdc1a;
}
.time-schedule__save a i{
    display: block;
    padding: 9px 0;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.time-schedule__save a:hover i{
    color: #000;
}
.time-schedule .btn{
    margin: 0 0 25px;
}
.hero_video .time-schedule__save {
    display: none;
}
.hero_no-images.hero_video .time-schedule__save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.hero_no-images.hero_video .time-schedule__place{
    margin: 0 15px 25px;
}
.hero_video .time-schedule__place{
    margin: 0 15px 10px;
}
.hero_video .time-schedule{
    padding: 0;
}
.hero_no-images.hero_video .time-schedule{
    padding: 0 0 28px;
}
.hero_no-images.hero_video .time-schedule .btn {
    margin: 0 0 25px;
}
.hero_video .time-schedule .btn {
    margin: 0 0 5px;
}
/* --------------- /time-schedule --------------- */

/* --------------- main-slider --------------- */
.main-slider {
    width: 100%;
    height: 100%;
}
.main-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.main-slider .swiper-button-prev,
.main-slider .swiper-button-next{
    display: none;
}
/* --------------- /main-slider --------------- */

/* --------------- countdown-timer --------------- */
.countdown-timer{
    color: #000;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    text-transform: uppercase;
    background: #ffee8d;
    background: -moz-linear-gradient(left,  #ffee8d 50%, #ffdc1a 50%);
    background: -webkit-linear-gradient(left,  #ffee8d 50%,#ffdc1a 50%);
    background: linear-gradient(to right,  #ffee8d 50%,#ffdc1a 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffee8d', endColorstr='#ffdc1a',GradientType=1 );
}
.countdown-timer&gt;div{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: stretch;
    -webkit-align-items: stretch;
    max-width: 280px;
    margin: 0 auto;
}
.countdown-timer&gt;div&gt;div{
    float: left;
    width: 25%;
    height: 78px;
    padding: 16px 0;
}
.countdown-timer&gt;div&gt;div:nth-child(2){
    background: #ffe75f;
}
.countdown-timer&gt;div&gt;div:nth-child(3){
    background: #ffe031;
}
.countdown-timer span{
    display: block;
    margin: 0 0 3px;
    font-size: 32px;
    line-height: 32px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
/* --------------- /countdown-timer --------------- */

/* --------------- description --------------- */
.description{
    padding: 93px 15px 70px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.description p {
    margin: 0 0 43px;
}
.description p a {
    border-bottom: 1px solid transparent;
    color: #ffdc1a;
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}
.description p a:hover {
    border-bottom: 1px solid #ffdc1a;
}
.description__watch-video{
    padding: 0 60px 0 0;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}
.description__watch-video i{
    position: absolute;
    top: 50%;
    right: 0;
    width: 39px;
    height: 39px;
    padding: 9px 0 9px 3px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #e3e3e3;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: border .3s, background .3s, color .3s;
    transition: border .3s, background .3s, color .3s;
}
.description__watch-video:hover i{
    border-color: #ffdc1a;
}
/* --------------- /description --------------- */

/* --------------- speakers --------------- */
.speakers{
    padding: 77px 0 54px;
    background-color: #ffdc1a;
    text-align: center;
    overflow: hidden;
}
.speakers p {
    width: 250px;
    margin: 0 auto 43px;
    line-height: 32px;
}
.speakers__item{
    display: block;
}
.speakers__person{
    display: block;
    position: relative;
    width: 260px;
    height: 290px;
    margin: 0 auto 33px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 20px;
}
.speakers-favorite:before{
    right: 0;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(235, 33, 46, 0);
    border-right-color: #eb212e;
    border-width: 0 44px 44px 0;
}
.speakers-favorite:after{
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 18px;
    font-family: 'FontAwesome', sans-serif;
    color: #fff;
}
.speakers-favorite_small:before{
    border-width: 0 30px 30px 0;
}
.speakers-favorite_small:after {
    top: 1px;
    right: 4px;
    font-size: 12px;
}
.speakers__photo {
    width: inherit;
    height: 162px;
    margin-bottom: 19px;
    background-position: center;
    background-size: cover;
}
.speakers__name {
    display: block;
    margin: 0 15px 12px;
    font-size: 20px;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
}
.speakers__post {
    display: block;
    overflow: hidden;
    max-height: 60px;
    margin: 0 15px;
    color: #b5b5b5;
}
.speaker-info__pic {
    position: relative;
}
.speakers_load .speakers-favorite::after {
    top: 4px;
}
/* --------------- /speakers --------------- */

/* --------------- get-touch --------------- */
.get-touch{
    padding: 50px 0 47px;
    background: #34c2a6;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.get-touch__title{
    margin: 0 0 23px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}
.get-touch a{
    font-weight: 700;
    color: #ffdc1a;
    border-bottom: 1px solid #ffdc1a;
    -webkit-transition: border .3s;
    transition: border .3s;
}
.get-touch a:hover{
    border-color: transparent;
}
/* --------------- /get-touch --------------- */

/* --------------- schedule --------------- */
.schedule {
    padding: 78px 0 70px;
    font-size: 16px;
    line-height: 19px;
}
.schedule__date-btns {
    max-width: 190px;
    margin: 0 auto 25px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
}
.schedule__date-btn{
    display: block;
    padding: 8px 10px;
    margin: 0 0 15px;
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s;
    font-size: 16px;
}
.schedule__date-btn:hover{
    color: rgba(0, 0, 0, 0.5);
}
.schedule__date-btn.active{
    background: #ffdc1a;
    color: #000;
    cursor: default;
}
.schedule__filters{
    margin: 0 0 26px;
    text-align: center;
}
.schedule__filters-main-venue, .schedule__filters-technology{
    margin: 0 0 20px;
    max-width: 200px;
}
.schedule__items{
    margin: 0 0 30px;
    text-align: center;
}
.schedule__item{
    position: relative;
    padding: 23px 0;
    border-top: 2px solid #f3f3f3;
    text-align: center;
}
.schedule__item:first-child{
    padding-top: 18px;
    border-top: none;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
.schedule__item-drop-down.opened{
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
.schedule__time{
    display: block;
    margin: 0 0 13px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
.schedule__time span {
    position: relative;
    top: -5px;
    display: inline-block;
    padding: 4px 0 3px;
    width: 115px;
    margin-bottom: 3px;
    margin-right: 17px;
    font-size: 16px;
    color: #000;
    background: #ffdc1a;
    text-transform: uppercase;
}
.schedule__items_profile .schedule__time {
    text-align: center;
    margin: 0 0 9px;
}
.schedule__items_profile .schedule__item {
    padding: 29px 17px 17px;
}
.schedule__items_profile .schedule__event{
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 15px;
}
.schedule__items_profile .schedule__main-place {
    margin: 0 0 1px;
}
.schedule__item_today {
    border: none !important;
}
.schedule__item_today:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 40px;
    height: 2px;
    border-top: 2px dotted #f3f3f3;
    content: '';
}
.schedule__inner {
    display: inline-block;
}
.schedule__event{
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.schedule__item-drop-down .schedule__event{
    cursor: pointer;
}
.schedule__concurrent{
    position: relative;
    z-index: 1;
    padding: 20px 0 0;
    border-top: 2px solid #f3f3f3;
}
.schedule__concurrent-title{
    display: block;
    position: relative;
    z-index: 1;
    padding: 20px 0 20px;
    font-size: 16px;
    line-height: 19px;
}
.schedule__concurrent-title:before,
.schedule__concurrent-title:after{
    position: absolute;
    left: 50%;
    width: 2px;
    height: 17px;
    top: 0;
    background: #ffdc1a;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
}
.schedule__concurrent-title:after{
    top: auto;
    bottom: 0;
}
.schedule__concurrent .schedule__item:first-of-type{
    border-top: none;
}
.schedule__details{
    position: relative;
    padding: 40px 0 36px;
}
.schedule__item-drop-down .schedule__details{
    display: none;
}
.schedule__close{
    position: absolute;
    top: 4px;
    right: 50%;
    font-size: 25px;
    line-height: 25px;
    color: #b5b5b5;
    margin: 0 -10px 0 0;
}
.schedule__close:hover{
    opacity: 0.6;
}
.schedule__main-place{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 42px;
    color: #b5b5b5;
    font-size: 16px;
    line-height: 19px;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.schedule__main-place:hover{
    color: #000;
}
.schedule__speakers-group{
    margin: 0 0 25px;
}
.schedule__speaker{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 40.6%;
    margin: 0 6px 16px;
    text-align: center;
}
.schedule__speaker-pic{
    position: relative;
    padding-bottom: 62%;
    margin: 0 0 9px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
}
.schedule__speaker-hover{
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    padding: 0 22px;
    color: #FFF;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    background: rgba(0,0,0,0.7);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.schedule__speaker:hover .schedule__speaker-hover{
    opacity: 1;
}
.schedule__speaker-name{
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.schedule__text{
    padding: 0 30px;
    margin: 0 0 21px;
    font-size: 16px;
    line-height: 22px;
}
.schedule__labels{
    max-height: 43px;
    overflow: hidden;
    margin: 0 15px 16px;
}
.schedule__coffee-break{
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 16px;
}
.schedule__coffee-break i{
    margin: 0 3px 0 0;
}
.schedule_inner{
    padding: 41px 0 70px;
}
.schedule_inner .schedule__item:first-child{
    border-top: 2px solid #f3f3f3;
}
.schedule_inner .schedule__filters {
    margin: 0 0 37px;
}
.schedule_inner .schedule__item{
    padding: 34px 0;
}
.schedule_inner .schedule__details {
    padding: 15px 0 21px;
}
.schedule__concurrent{
    padding: 0;
    border-top: none;
}
/* --------------- /schedule --------------- */

/* ------------ contact-us ------------ */
.contact-us {
    text-align: center;
    padding: 70px 0 0;
}
.contact-us__content {
    margin-bottom: 46px;
}
.contact-us p {
    margin-bottom: 42px;
    font-size: 20px;
    color: rgb( 0, 0, 0 );
    line-height: 1.5;
}
.contact-us__content-double dl {
    margin-bottom: 39px;
}
.contact-us__content-double dl:last-child {
    margin-bottom: 0;
}
.contact-us__content-double dt {
    margin-bottom: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px;
    color: rgb( 0, 0, 0 );
    text-transform: uppercase;
    line-height: 1.797;
}
.contact-us__content-double {
    font-style: normal;
}
.contact-us__content-double dd {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}
.contact-us a[href^='tel'] {
    color: inherit;
    cursor: default;
}
.contact-us__form {
    margin: 0 -15px;
}
.contact-us__captcha {
    padding-bottom: 29px;
}
.g-recaptcha &gt; div &gt; div {
    margin: 0 auto;
}
/* ------------ /contact-us ------------ */

/* ------------ comments ------------ */
.comment-form {
    text-align: left;
}
.comment-form .submit {
    background-color: #ffdc1a;
}
.comments-list {
    text-align: left;
    padding-top: 20px;
}
.comments-list li {
    list-style: none;
    margin: 20px 0;
}
.comment-body {
    padding-left: 50px;
}
.comment-author {
    margin-left: -65px;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body .reply {
    margin-bottom: 15px;
    margin-top: 10px;
}
.comment-meta a {
    color: #a3a3a3;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
}
.comment-author img {
    display: inline-block;
    height: 40px;
    margin-right: 25px;
    vertical-align: top;
    width: 40px;
}
/* ------------ /comments ------------ */

/* ------------ register-now ------------ */
.register-now{
    /*height: 488px;*/
    position: relative;
    background: no-repeat 50% 0;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.register-now.register-now__no-images {
    height: 488px;
    background-color: #000;
}
.register-now__layout {
    padding: 50px;
}
.register-now p {
    margin: 0 10px 55px;
}
.register-now__layout{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.register-now__images img{
    width: 100%;
    height: auto;
}
.register-now__tablet,
.register-now__desktop{
    display: none;
}
/* ------------ /register-now ------------ */

/* ------------ sponsors ------------ */
.sponsors{
    padding: 77px 0 20px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.sponsors p{
    margin: 0 0 34px;
}
.sponsors__items{
    text-align: left;
}
.sponsors__item{
    padding: 0 0 23px;
}
.sponsors__logo{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 88%;
    padding-bottom: 40%;
    margin: 0 auto 32px;
    overflow: hidden;
}
.sponsors__item_gold .sponsors__logo{
    display: block;
}
.sponsors__item_gold .sponsors__logo div{
    right: 0;
    left: 0;
}
.sponsors__item_silver .sponsors__logo{
    width: 49.3%;
    padding-bottom: 21%;
}
.sponsors__item_silver .sponsors__logo div{
    right: 5px;
    left: 5px;
}
.sponsors__item_bronze .sponsors__logo{
    width: 32.4%;
    padding-bottom: 13%;
}
.sponsors__item_bronze .sponsors__logo div{
    right: 6px;
    left: 6px;
}
.sponsors__logo div{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* ------------ /sponsors ------------ */

/* ------------ exhibitors ------------ */
.exhibitors{
    padding: 77px 0 20px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.exhibitors p{
    margin: 0 0 34px;
}
.exhibitors__filters {
    max-width: 231px;
    margin: 0 auto 25px;
}
.exhibitors__filters .ares-select {
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    padding: 0 18px;
    text-align: center;
    width: 229px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.exhibitors__filters .site__form {
    padding: 0;
    max-width: 231px;
    float: right;
    height: 53px;
    position: relative;
}
.exhibitors__filters .ares-select__item, .exhibitors__filters .ares-select__popup li {
    text-align: center;
}
.exhibitors__filters .site__form input {
    height: 53px;
    /*background-color: #f0f0f0;*/
    padding-right: 50px;
    font-size: 16px;
    text-transform: uppercase;
}
.exhibitors__filters .site__form span {
    position: absolute;
    right: 18px;
    top: 5px;
}
.exhibitors__items{
    text-align: left;
}
.exhibitors__item{
    padding: 0 0 23px;
}
.exhibitors__logo{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 88%;
    padding-bottom: 40%;
    margin: 0 auto 32px;
    overflow: hidden;
}
.exhibitors__item_gold .exhibitors__logo{
    display: block;
}
.exhibitors__item_gold .exhibitors__logo div{
    right: 0;
    left: 0;
}
.exhibitors__item_silver .exhibitors__logo{
    width: 49.3%;
    padding-bottom: 21%;
}
.exhibitors__item_silver .exhibitors__logo div{
    right: 5px;
    left: 5px;
}
.exhibitors__item_bronze .exhibitors__logo{
    width: 32.4%;
    padding-bottom: 13%;
}
.exhibitors__item_bronze .exhibitors__logo div{
    right: 6px;
    left: 6px;
}
.exhibitors__logo div{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.clearfix {
    clear: both;
}
/* ------------ /exhibitors ------------ */

/* --------------- tickets --------------- */
.tickets{
    padding: 82px 0 30px;
    background-color: #ffdc1a;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
}
.tickets p{
    margin: 0 25px 37px;
}
.tickets__item{
    position: relative;
    width: 297px;
    margin: 0 auto 23px;
    padding: 53px 40px 30px;
    background-color: #fff;
    text-align: left;
}
.tickets__price{
    display: block;
    margin-bottom: 12px;
    font-size: 42px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 600;
    line-height: 1;
}
.tickets__status{
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
}
.tickets__list{
    margin-bottom: 23px;
    padding-top: 13px;
    border-top: 2px solid #f5f5f5;
    font-size: 13px;
    line-height: 21px;
}
.tickets__list li{
    position: relative;
    padding-left: 5px;
}
.tickets__list li:before{
    position: absolute;
    top: 2px;
    left: -4px;
    color: #ffdc1a;
    content: '•';
}
.tickets__item_disabled{
    opacity: .4;
    pointer-events: none;
}
.tickets__item_best:before{
    position: absolute;
    top: 50px;
    right: 28px;
    width: 60px;
    height: 38px;
    padding-top: 19px;
    border-radius: 100px;
    background-color: #ffdc1a;
    color: #000;
    font: italic 600 16px "Roboto", sans-serif;
    text-align: center;
}
/* --------------- /tickets --------------- */

/* --------------- where --------------- */
.where{
    position: relative;
    z-index: 1;
    height: 646px;
    font-size: 16px;
    line-height: 20px;
}
.where__layout{
    height: 250px;
    padding: 0 10px 0 0;
    margin: 0 0 3px;
    overflow: hidden;
}
.where__text{
    margin: 0 0 28px;
    height: 124px
}
.where__map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.where__map #map{
    width: 100%;
    height: 100%;
}
.where__popup{
    position: absolute;
    right: 13px;
    bottom: 31px;
    left: 13px;
    height: 400px;
    background: #fff;
    padding: 43px 36px 10px;
    text-align: center;
    box-shadow: 0 0 15px 2px rgba(0,0,0,0.3);
}
.where__popup .label_big{
    display: block;
}
.where__links{
    color: #b6b6b6;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.where_back{
    display: none;
}
/* --------------- /where --------------- */

/* --------------- news --------------- */
.news {
    padding: 75px 0 46px;
    background-color: #faf5e0;
    text-align: center;
}
.news p {
    margin-bottom: 41px;
    line-height: 22px;
    letter-spacing: .5px;
}
.news__layout{
    padding-bottom: 15px;
}
.news__item {
    display: block;
}
.news__article{
    width: 260px;
    margin: 0 auto 27px;
    background-color: #fff;
}
.news__picture {
    width: inherit;
    height: 110px;
    margin-bottom: 12px;
    background-position: center;
    background-size: cover;
}
.news__content {
    padding: 0 24px 19px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}
.news__date {
    display: block;
    margin-bottom: 10px;
    color: #ffdc1a;
    font-size: 16px;
    letter-spacing: .3px;
}
.news__title {
    margin: 0 3px 33px;
    font-size: 20px;
    font-family: 'Roboto Slab', sans-serif;
    min-height: 48px;
}
.news__more {
    margin-bottom: 20px;
}
/* --------------- /news --------------- */

/* ------------ connect ------------ */
.connect {
    padding: 86px 0 43px;
    background: #000;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.connect p {
    line-height: 1.5;
    margin-bottom: 54px;
}
/* ------------ /connect ------------ */

/* ------------ features ------------ */
.features {
    background: #ffdc1a;
}
.features__item {
    display: block;
    height: 180px;
    padding-top: 35px;
    text-align: center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.features__logo {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 50%;
    color: #000;
}
.features__logo span {
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.features__logo span i {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
}
.features__logo i.fa-child {
    font-size: 24px;
}
.features__logo i + i {
    margin-left: -4px;
}
.features__title {
    display: block;
    font-size: 20px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    color: rgb( 0, 0, 0 );
    line-height: 1.636;
}
.features__item_light {
    background:#ffee8d;
}
.features__item_light .features__logo {
    background: #fff5bb;
}
.features__item_middle {
    background:#ffe75f;
}
.features__item_middle .features__logo {
    background: #fff19f;
}
.features__item_dark {
    background:#ffdc1a;
}
.features__item_dark .features__logo {
    background: #ffea76;
}
.features__item_light:hover {
    background: #ffe681;
}
.features__item_middle:hover {
    background: #ffdd4a;
}
.features__item_dark:hover {
    background: #ffcf10;
}
/* ------------ /features ------------ */

/* ------------ subscribe ------------ */
.subscribe{
    height: 339px;
    padding-top: 41px;
    background-color: #ffdc1a;
    text-align: center;
}
.subscribe__title{
    width: 292px;
    margin: 0 auto 22px;
    font: 600 20px/28px 'Roboto Slab', serif;
    text-transform: uppercase;
}
.subscribe .site__form{
    background: none;
}
input.subscribe__email{
    display: block;
    width: 292px;
    height: 60px;
    margin: 0 auto 23px;
    padding: 0 17px;
    border: 1px solid transparent;
    background-color: #fff;
    font: 18px 'Roboto', sans-serif;
    box-shadow: 0 0 5px rgba(0,0,0,0);
    -webkit-transition: box-shadow 0.3s ease, border 0.3s ease;
    transition: box-shadow 0.3s ease, border 0.3s ease;
}
.subscribe__email.form-validation__error {
    border-color: #ff0000;
}
.subscribe__email::-webkit-input-placeholder {
    color: #b5b5b5;
}
.subscribe__email:-moz-placeholder {
    color: #b5b5b5;
}
.subscribe__email.placeholder {
    color: #b5b5b5;
}
/* ------------ /subscribe ------------ */

/* ------------ media-gallery ------------ */
.media-gallery {
    padding: 104px 12px 59px;
    background: #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.media-gallery p {
    line-height: 1.563;
    margin-bottom: 34px;
}
.media-gallery__cover {
    overflow: hidden;
    margin-bottom: 36px;
}
.media-gallery__item {
    display: block;
    padding-bottom: 63.7%;
    margin-bottom: 14px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.media-gallery__item_video {
    position: relative;
}
.media-gallery__item_video:before {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: rgba( 255, 255, 255, 0.8 );
    width: 70px;
    height: 70px;
    content:'';
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.media-gallery__item_video:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 10px;
    border: 14px solid transparent;
    border-left: 22px solid #000;
    content: '';
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.media-gallery__item_video:hover:before {
    background-color: rgba( 255, 220, 26, 1 );
}
.media-gallery__item-title {
    display: none;
}
/* ------------ /media-gallery ------------ */

/* ------------ follow-us ------------ */
.follow-us{
    padding: 37px 0 30px;
    background-color: #ffdc1a;
    text-align: center;
}
.follow-us__title{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto Slab', sans-serif;
}
.follow-us__item{
    display: inline-block;
    width: 210px;
    height: 55px;
    margin: 0 5px 10px;
    padding-top: 17px;
    /*background-color: #ffe348;*/
    background-color: rgba(255,255,255,0.2);
}
/* ------------ /follow-us ------------ */

/* ------------ swiper-popup ------------ */
.swiper-popup {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.swiper-popup.active {
    opacity: 1;
    visibility: visible;
    color: #fff;
}
.swiper-popup .swiper-container {
    height: 100%;
}
.swiper-popup__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.swiper-popup__inner img {
    display: block;
    margin: 0 auto 18px;
}
.swiper-slide__title {
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.swiper-popup__video {
    position: relative;
    width: 250px;
    height: 150px;
    margin-bottom: 18px;
    border: none;
}
.swiper-popup__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.swiper-popup__inner .fa-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}
.swiper-popup .swiper-pagination {
    display: none;
}
.swiper-popup .swiper-button-next,
.swiper-popup .swiper-button-prev {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    background: none;
    left: 0;
    border-color: #fff
}
.swiper-popup .swiper-button-next {
    left: auto;
    right: 0;
}
.swiper-popup .swiper-button-next:before,
.swiper-popup .swiper-button-prev:before {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 16px;
    height: 16px;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: inherit;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    content: '';
}
.swiper-popup .swiper-button-next:before {
    left: auto;
    right: 10px;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.swiper-popup__close {
    display: block;
    position: absolute;
    top: -31px;
    right: -31px;
    width: 32px;
    height: 32px;
    color: #fff;
}
.swiper-popup__close:after,
.swiper-popup__close:before {
    position: absolute;
    top: 15px;
    left: 8px;
    width: 16px;
    height: 0;
    border-bottom: 2px solid;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    content:'';
}
.swiper-popup__close:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swiper-popup__close:hover:before,
.swiper-popup__close:hover:after {
    background-color: #ffdc1a;
}
/* ------------ /swiper-popup ------------ */

/* ------------ social-feed ------------ */
.social-feed {
    padding: 40px 0 45px;
    text-align: center;
}
.social-feed__wrap {
    margin-bottom: 36px;
}
.social-feed__item {
    -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.social-feed__inner {
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0 auto 20px;
    padding: 38px 20px 20px;
    width: 260px;
    height: 290px;
    background: #30a2eb;
    text-align: center;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.social-feed__item.hidden {
    opacity: 0;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.social-feed__item:last-child {
    margin-bottom: 0;
}
.social-feed__head {
    margin-bottom: 18px;
    color: rgba( 255, 255, 255, 0.4 );
    font-size: 20px;
}
.social-feed__logo {
    margin-bottom: 11px;
}
.social-feed__logo .fa {
    display: inline-block;
    color: #6fbef1;
    font-size: 36px;
}
.social-feed__name {
    margin-bottom: 9px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.social-feed__txt {
    color: rgb( 255, 255, 255 );
    font-size: 18px;
    font-style: italic;
    line-height: 1.222;
}
.social-feed__txt a {
    color: rgba(255, 255, 255, 0.4);
}
.social-feed__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 20, 99, 160, 0.949 );
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.social-feed__item:hover .social-feed__hover {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.social-feed__hover .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* ------------ /social-feed ------------ */

/*--------------media------------*/
.media {
    padding: 60px 0 40px;
    background: #f3f3f3;
    text-align: center;
}
.media .site__title {
    margin: 0 0 51px;
}
.media__text {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
}
.media iframe {
    display: inline-block;
    width: 288px;
    height: 239px;
    margin: 0 4px 22px;
}
/*--------------/media------------*/

/*--------------more-content------------*/
.more-content__btn{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.more-content__btn.hidden{
    opacity: 0;
    visibility: hidden;
}
.heading {
    padding-top: 80px;
}
/*--------------/more-content------------*/

/*-----------instagramm-pics------------*/
.instagramm-pics {
    margin-bottom: 0;
}
.instagramm-pics:after {
    display: inline-block;
    width: 100%;
    content: '';
}
.instagramm-pics__item {
    vertical-align: top;
    position: relative;
    display: block;
    width: 291px;
    height: 291px;
    margin: 0 auto 15px;
    background: #ededed;
}
.instagramm-pics__item_long {

    width: 100% !important;

    padding-bottom: 57.1% !important;
}
.instagramm-pics__item a {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.instagramm-pics__item a:hover {
    opacity: 0.85;
}
.instagramm-pics__item i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d4d4d4;
    font-size: 48px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*-----------/instagramm-pics------------*/

/*-----------posts-navigation------------*/
.posts_navigation .col-md-6{
    min-height: 5px;
    float: left;
    text-align: center;
    padding: 0 40px;
    width: 100%;
    margin-bottom: 10px;
}
.btn.btn_posts_nav {
    width: auto;
}
/*-----------/posts-navigation------------*/

/*-----------registration------------*/
.woocommerce.columns-4 {
    text-align: right;
}
.woocommerce table {
    width: 100%;
}
.register iframe {
    border: none;
}
.ginput_container .ares-select {
    max-width: 250px;
}

.tickera .event_tickets{
    width: 100%;
}
.tickera .event_tickets th{
    text-align: left;
}
.tickera .event_tickets td{
    padding: 15px 0;
}
.tickera .ares-select{
    width: 100px;
}
#tickera_cart{
    max-width: 1000px;
    margin: 30px auto;
    margin-bottom: 60px;
}
#tickera_cart .tickera_additional_info{
    margin-top: 30px;
}
#tickera_cart .info_section .description{
    margin: 0;
    padding: 10px;
}
.tc_cart_errors{
    max-width: 1000px;
    margin: 109px auto 0 auto;
}
#tickera_cart .fields-wrap input[type=text]{
    padding: 5px;
    width: 25%;
}
#tickera_cart .tickera_additional_info h3{
    margin-bottom: 10px;
}
#tickera_cart .fields-wrap label span{
    font-size: 14px;
}
/*-----------/registration------------*/

/*-----------backgroundimages------------*/

.background_image {
    left: 0;
    max-width: 100%;
    position: relative;
    display: block;
    top: 0;
}
.background_image_tablet, .background_image_desktop {
    display: none;
}
.background_relative {
    position: relative;
}
.background_holder {
    background: transparent none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.background_table {
    display: table;
    height: 100%;
    width: 100%;
}
.background_cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
/*-----------/backgroundimages------------*/

/*-----------facebook-content------------*/
.facebook-content{
    padding: 67px 0 60px;
    background-color: #f3f3f3;
    overflow: hidden;
}
.facebook-content__centered{
    position: relative;
    z-index: 1;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.facebook-content__number{
    display: block;
    color: #000;
    font: 600 50px 'Roboto Slab', sans-serif;
}
.facebook-content__interested{
    position: relative;
    width: 254px;
    margin: 0 auto 13px;
    padding: 18px 0 21px;
    color: #d4d4d4;
    font-size: 24px;
    background-color: #fff;
    text-align: center;
}
.facebook-content__going{
    width: 254px;
    margin: 0 auto 13px;
    padding: 18px 0 21px;
    color: #d4d4d4;
    font-size: 24px;
    background-color: #fff;
    text-align: center;
}
.facebook-content__wrap{
    width: 254px;
    margin: 0 auto 13px;
    padding: 27px 23px 24px;
    color: #b5b5b5;
    font-size: 16px;
    background-color: #fff;
    text-align: left;
}
.facebook-content__plugin{
    margin-bottom: 18px;
    padding-bottom: 8px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-wrap: wrap;
    max-height: 156px;
}
.facebook-content__link{
    display: block;
    width: 100%;
    color: #3a71b5;
    font: 600 20px 'Roboto Slab', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.facebook-content__item {
    display: block;
    position: relative;
    width: 52px;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #fff;
}
.facebook-content__item .fa {
    position: absolute;
    color: #fff;
    font-size: 9px;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background: #578f06;
    bottom: 0;
    right: 0;
    padding-top: 2px;
}
.facebook-content__link:hover{
    text-decoration: underline;
}
.facebook-content__send{
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 3px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.facebook-content__send:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 15px;
    background: url("../img/icons-link.png");
    content: '';
}
.facebook-content__icon{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    top: -24px;
    left: -21px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 29px;
    color: #fff;
    background-color: #3a71b5;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}
.facebook-content__icon:hover{
    opacity: .8;
}
/*-----------/facebook-content------------*/

/* TICKERA START */

.tickera .event_tickets td {
    padding: 20px;
}

.tickera .fields-wrap {
    width: 100%;
}

.tickera .description {
    text-align: left;
}

.tickera .fields-wrap input[type="text"],
.tc_gateway_form input[type="text"],
.tickera .coupon_code {
    display: block;
    margin-bottom: 15px;
    float: left;
    padding: 0 21px;
    height: 45px;
    border: 1px solid #eaeaea;
    background: #fff;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0);
    -webkit-transition: box-shadow 0.3s ease, border 0.3s ease;
    transition: box-shadow 0.3s ease, border 0.3s ease;
}

.tc_gateway_form select {
    border: 1px solid #eaeaea !important;
    height: 45px;
}

.tickera .order-details td,
.tickera .order-details th {
    padding: 20px;
}

.tickera .ares-select__popup li.active {
    background-color: #fff;
    color: black;
}

.tickera .order_details_title {
    padding-bottom: 20px;
}

.tickera h2 {
    margin-bottom: 10px;
}

.tickera .fields-wrap input[type="checkbox"],
.tickera .fields-wrap input[type="radio"] {
    margin: 2px 4px 0 0;
} 

.tickera_additional_info h5,
.tickera_additional_info h2 {
    margin: 0 0 20px 0;
}

.tickera input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;    
    height: 45px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    border: 2px solid #ffdc1a;
    background: #ffdc1a;
    -webkit-transition: border 0.3s, height 0.3s, opacity 0.3s, color 0.3s, background 0.3s;
    transition: border 0.3s, height 0.3s, opacity 0.3s, color 0.3s, background 0.3s;
}

.tickera .fields-wrap label {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.tickera .fields-wrap textarea {
    width: 100%;
    height: 200px;
}

.tickera,
#tickera_cart {
    padding: 0 30px;
}


@media (max-width: 960px) {
    #tickera_cart .fields-wrap input[type=text] {
        width: 100%;
    }
}

@media (max-width: 660px) {
    .tickera .actions input,
    #coupon_code {
        width: 100%;
        margin: 0 0 10px 0;
    }
}
/* TICKERA END */

@media (min-width: 460px) {

    /* ------------ swiper-popup ------------ */
    .swiper-popup__video {
        width: 400px;
        height: 225px;
    }
    /* ------------ /swiper-popup ------------ */

}

@media (min-width: 768px) {

    .background_image_mobile, .background_image_desktop {
        display: none;
    }
    .background_image_tablet {
        display: block;
    }
    /* --------------- content --------------- */
    .content__text-block{
        font-size: 20px;
        line-height: 38px;
    }
    /* --------------- content --------------- */

    /* --------------- col --------------- */
    .col{
        text-align: left;
    }
    .col-sm-1{
        width: 8.33333333%;
    }
    .col-sm-2{
        width: 16.66666666%;
    }
    .col-sm-3{
        width: 25%;
    }
    .col-sm-4{
        width: 33.33333333%;
    }
    .col-sm-5{
        width: 41.66666666%;
    }
    .col-sm-6{
        width: 50%;
    }
    .col-sm-7{
        width: 58.33333333%;
    }
    .col-sm-8{
        width: 66.66666666%;
    }
    .col-sm-9{
        width: 75%;
    }
    .col-sm-10{
        width: 83.33333333%;
    }
    .col-sm-11{
        width: 91.66666666%;
    }
    .col-sm-12{
        width: 100%;
    }
    /* --------------- /col --------------- */

    /* ------------ social ------------ */
    .social a {
        margin: 0 18px 30px;
        width: 80px;
        height: 80px;
        font-size: 36px;
    }
    /* ------------ /social ------------ */

    /* ------------ btn ------------ */
    .btn{
        width: 282px;
        height: 73px;
        padding: 19px 10px;
        font-size: 36px;
        line-height: 36px;
    }
    .btn_1, .btn_posts_nav {
        width: 231px;
        height: 44px;
        padding: 13px 10px;
        font-size: 17px;
        line-height: 17px;
    }
    .btn_2 {
        height: 100%;
        width: 100%;
        font-size: 18px;
        padding: 0;
    }
    .btn_3 {
        width: 230px;
        height: 54px;
        padding: 18px 10px;
        font-size: 18px;
        line-height: 1;
    }
    .btn_4{
        width: 132px;
        height: 30px;
        padding: 7px 25px 2px;
        font-size: 14px;
        line-height: 1;
    }
    .btn_5 {
        display: inline-block;
        width: 228px;
        height: 54px;
        padding: 10px;
        font-size: 18px;
        margin: 0 16px;
    }
    .btn_6 {
        display: inline-block;
        width: 228px;
        height: 54px;
        padding: 10px;
        font-size: 18px;
        margin: 0 16px;
    }
    .btn_7 {
        width: 190px;
        height: 45px;
        padding: 14px 10px;
        font-size: 16px;
        line-height: 16px;
    }
    .btn_9 {
        width: auto;
        height: 57px;
        padding: 8px 10px;
        font-size: 18px;
    }
    .btn_10 {
        display: inline-block;
        width: 180px;
        height: 60px;
        margin: 0 -3px;
        padding-top: 12px;
        font-size: 18px;
    }
    .btn_11 {
        padding: 21px 0 0;
        width: 204px;
        height: 59px;
        font-size: 16px;
        line-height: 1;
    }

    /* ------------ /btn ------------ */

    /* --------------- site --------------- */
    .site__header-top{
        height: 90px;
    }
    .site__footer {
        padding: 95px 71px 50px;
    }
    .site__footer-logo {
        margin-bottom: 101px;
    }
    .site__footer-txt {
        font-size: 20px;
        line-height: 1.8;
    }
    .site__title{
        padding: 0 0 28px;
        margin: 0 0 32px;
        line-height: 52px;
    }
    h1.site__title {
        font-size: 50px;
    }
    h2.site__title {
        font-size: 42px;
        padding-bottom:26px;
    }
    h3.site__title {
        font-size: 36px;
        padding-bottom:16px;
    }
    h4.site__title {
        font-size: 30px;
        padding-bottom:10px;
    }
    h5.site__title {
        font-size: 24px;
        padding-bottom:6px;
    }
    h6.site__title {
        font-size: 18px;
        padding-bottom:2px;
    }
    .site__title_small{
        padding: 0 0 22px;
        margin: 0 0 16px;
    }
    .site__title_small:after {
        width: 80px;
        height: 6px;
    }
    .site__title.site__title_big{
        padding: 0 0 20px;
        margin: 0 0 32px;
        font-size: 36px;
        line-height: 50px;
    }
    .site__title_2{
        margin: 0 0 63px;
        padding: 0;
        font-size: 20px;
        line-height: 24px;
    }
    .site__title_subtitle {
        padding-bottom: 18px;
        font: 700 26px/42px 'Roboto Slab', sans-serif;
    }
    .site__title_subtitle:after {
        bottom: 0;
    }
    .site__form {
        padding: 60px 50px 52px;
        margin: 0 auto;
        max-width: 579px;
    }
    .site__form textarea,
    .site__form input {
        padding: 0 30px;
        margin-bottom: 16px;
    }
    .site__form textarea {
        padding: 22px 30px;
        margin-bottom: 29px;
        height: 141px;
    }
    .site__mobile{
        display: none;
    }
    .site__desktop{
        display: block;
    }
    /* --------------- /site --------------- */

    /* ------------ footer-menu ------------ */
    .footer-menu {
        text-align: justify;
    }
    .footer-menu:after {
        display: inline-block;
        width: 100%;
        content: '';
    }
    .footer-menu dl {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        max-width: 32%;
        text-align: left;
    }
    /* ------------ /footer-menu ------------ */

    /* ------------ logo ------------ */
    .logo {
        top: 22px;
        left: 24px;
        width: 145px;
        height: 45px;
        z-index: 90;
    }
    .logo_footer {
        margin-bottom: 48px;
    }
    /* ------------ /logo ------------ */

    /* ------------ menu-btn ------------ */
    .menu-btn {
        top: 38px;
        right: 19px;
        width: 41px;
        height: 18px;
    }
    /* ------------ /menu-btn ------------ */

    /* ------------ header-menu ------------ */
    .header-menu{
        top: 90px;
    }
    .header-menu li {
        font-size: 36px;
        line-height: 36px;
    }
    .header-menu__wrap .menu &gt; .menu-item &gt; a{
        padding: 28px 9.7px;
    }
    .sub-menu li.menu-item a{
        padding: 28px 16px;
    }
    .header-menu .opened  .menu-item a{
        padding: 46px 10px;
        color: #000;
    }
    /* ------------ /header-menu ------------ */

    /* ------------ label ------------ */
    .label {
        padding: 3px 8px;
        min-width: 71px;
        font-size: 12px;
        line-height: 12px;
    }
    .label_big {
        padding: 13px 13px;
        margin: 0 0 5px;
        font-size: 20px;
        line-height: 20px;
    }
    /* ------------ /label ------------ */

    /* ------------ hero ------------ */
    .hero {
        /*min-height: 500px;*/
        font-size: 24px;
        line-height: 30px;
    }
    /*.home .hero {*/
    /*min-height: 560px;*/
    /*}*/
    .hero__layout{
        padding: 108px 0 16px;
    }
    .hero_no-images .hero__layout{
        padding: 130px 0 16px;
    }
    .hero_slider .hero__layout{
        padding: 80px 0 15px;
    }
    .hero_slider.hero_no-images .hero__layout{
        padding: 120px 0 14px;
    }
    .hero__video{
        margin: 15px auto 15px;
        width: 250px;
        height: 250px;
    }
    .hero_no-images .hero__video{
        margin: 15px auto 38px;
        width: 350px;
        height: 350px;
    }
    .hero__text{
        margin: 0 0 76px;
        font-size: 20px;
        line-height: 24px;
    }

    .hero__layout_profile {
        padding: 58px 0 13px !important;
    }
    /* ------------ /hero ------------ */

    /* ------------ time-schedule ------------ */
    .time-schedule{
        margin: -12px 0 0;
    }
    .time-schedule__pic {
        display: block;
        width: 50px;
        height: 50px;
        margin-bottom: 28px;
    }
    .time-schedule__place {
        margin: 0 5px 30px;
        font-size: 16px;
        line-height: 20px;
    }
    .time-schedule__save {
        width: 400px;
        padding: 4px 43px 4px 27px;
        border-left: 2px solid rgba(255,255,255,0.3);
        border-right: 2px solid rgba(255,255,255,0.3);
    }
    .time-schedule__save a {
        margin: 0 0 0 11px;
    }
    .time-schedule__save a:first-child{
        margin-left: 0;
    }
    .time-schedule .btn {
        margin: 0 0 26px;
    }
    .hero_slider .time-schedule .btn {
        /*margin: 0 0 123px;*/
    }
    .hero_video .time-schedule {
        padding-bottom: 15px;
    }
    .hero_no-images.hero_video .time-schedule {
        padding-bottom: 66px;
    }
    /* ------------ /time-schedule ------------ */

    /* ------------ countdown-timer ------------ */
    .countdown-timer{
        font-size: 16px;
        line-height: 16px;
    }
    .countdown-timer&gt;div {
        max-width: 480px;
        margin: 0 auto;
    }
    .countdown-timer&gt;div&gt;div {
        height: 110px;
        padding: 17px 0;
    }
    .countdown-timer span {
        margin: 0 0 8px;
        font-size: 50px;
        line-height: 50px;
    }
    /* ------------ /countdown-timer ------------ */

    /* ------------ description ------------ */
    .description {
        padding: 129px 0 101px;
        max-width: 700px;
        font-size: 20px;
        line-height: 38px;
    }
    .description p {
        margin: 0 0 33px;
    }
    .description__watch-video {
        padding: 0 52px 0 0;
    }
    /* ------------ /description ------------ */

    /* --------------- speakers --------------- */
    .speakers {
        padding: 85px 0 80px;
    }
    .speakers p {
        width: auto;
        margin-bottom: 46px;
        font-size: 20px;
    }
    .speakers__layout{
        margin-bottom: 17px;
        text-align: left;
    }
    .speakers__item{
        display: inline-block;
        width: 49%;
        text-align: center;
    }
    .speakers__person {
        display: inline-block;
        margin: 0 0 31px;
        vertical-align: top;
    }
    /* --------------- /speakers --------------- */

    /* --------------- get-touch --------------- */
    .get-touch{
        padding: 54px 0 49px;
    }
    .get-touch__title{
        margin: 0 0 8px;
    }
    /* --------------- /get-touch --------------- */

    /* --------------- tickets --------------- */
    .tickets{
        padding: 76px 0 39px;
    }
    .tickets p{
        margin: -16px 0 37px;
        font-size: 21px;
    }
    .tickets__layout{
        width: 750px;
        margin: 0 auto;
        text-align: justify;
    }
    .tickets__layout:after{
        display: inline-block;
        width: 100%;
        content: '';
    }
    .tickets__item{
        display: inline-block;
        vertical-align: top;
        width: 360px;
        min-height: 457px;
        padding: 64px 38px 30px 46px;
    }
    .tickets__price{
        margin-bottom: 17px;
        font-size: 50px;
    }
    .tickets__status{
        margin-bottom: 41px;
        font-size: 24px;
    }
    .tickets__list{
        margin-bottom: 26px;
        padding-top: 15px;
        font-size: 16px;
        line-height: 26px;
    }
    .tickets__list li{
        padding-left: 11px;
    }
    .tickets__list li:before {
        top: 3px;
        left: -1px;
    }
    .tickets__item_best:before{
        top: 60px;
        width: 70px;
        height: 46px;
        padding-top: 25px;
        font-size: 19px;
    }
    /* --------------- /tickets --------------- */

    /* --------------- schedule --------------- */
    .schedule {
        padding: 83px 0 70px;
    }
    .schedule__date-btns{
        max-width: 100%;
        margin-bottom: 19px;
    }
    .schedule__date-btn{
        display: inline-block;
        vertical-align: top;
        width: 190px;
    }
    .schedule__filters-main-venue{
        width: 186px;
    }
    .schedule__filters-technology{
        width: 195px;
        margin: 0 0 0 -4px;
    }
    .schedule__concurrent-title{
        display: none;
    }
    .schedule__filters {
        margin: 0 0 35px;
    }
    .schedule__items{
        margin: 0 0 27px;
        text-align: left;
    }
    .schedule__item{
        text-align: left;
        padding: 24px 17px 17px;
    }
    .schedule__item:first-child {
        padding-top: 24px;
    }
    .schedule__time{
        display: inline-block;
        vertical-align: top;
        margin: 3px 0 0;
        padding: 0 30px 0 0;
        width: 13.9%;
    }
    .schedule__time span {
        display: block;
    }
    .schedule__items_profile .schedule__item {
        padding: 19px 17px 12px;
    }
    .schedule__items_profile .schedule__event{
        width: auto;
        padding: 0;
        margin-bottom: 8px;
    }
    .schedule__items_profile .schedule__main-place {
        margin: 0 0 1px;
    }
    .schedule__inner {
        width: 80%;
        display: inline-block;
        padding: 0 0 0 33px;
    }
    .schedule__close{
        top: -21px;
        right: 0;
        margin: 0;
    }
    .schedule__items_profile .schedule__close{
        top: -50px;
    }
    .schedule__event{
        display: inline-block;
        vertical-align: top;
        width: 85%;
        padding: 0 0 0 27px;
    }
    .schedule__details {
        padding: 8px 0 36px 18.5%;
    }
    .schedule__main-place {
        margin: 0 0 23px;
    }
    .schedule__speakers-group {
        margin: 0 0 19px;
    }
    .schedule__speaker{
        width: 20.8%;
        margin: 0 5px 10px 0;
    }
    .schedule__speaker-pic {
        margin: 0 0 10px;
    }
    .schedule__text {
        padding: 0 27% 0 0;
        margin: 0 0 23px;
    }
    .schedule__labels {
        margin: 0 0 20px;
        max-height: 39px;
    }
    .schedule__concurrent{
        padding: 0 0 6px;
    }
    .schedule__concurrent:after{
        position: absolute;
        top: 32px;
        left: 15%;
        bottom: 26px;
        width: 3px;
        background: #ffdc1a;
        content: '';
    }
    .schedule__concurrent .schedule__item{
        border: none;
    }
    .schedule__btns{
        text-align: center;
    }
    .schedule_inner{
        padding: 53px 0 70px;
    }
    .schedule_inner .schedule__items{
        text-align: center;
    }
    .schedule_inner .schedule__item{
        padding: 28px 0;
        text-align: center;
    }
    .schedule_inner .schedule__item:first-child {
        padding: 28px 0;
    }
    .schedule_inner .schedule__date-btns a{
        margin-left: 4px;
    }
    .schedule_inner .schedule__date-btns a:first-child{
        margin-left: 0;
    }
    .schedule_inner .schedule__filters {
        margin: 0 0 46px;
    }
    .schedule_inner .schedule__time{
        display: block;
        margin: 0 0 5px;
        width: 100%;
    }
    .schedule_inner .schedule__event {
        display: block;
        width: 100%;
        padding: 0;
    }
    .schedule_inner .schedule__text {
        padding: 0;
        margin: 0 0 32px;
    }
    .schedule_inner .schedule__details {
        padding: 7px 0 9px;
    }
    .schedule_inner .schedule__main-place {
        margin: 0 0 24px;
    }
    .schedule_inner .schedule__speaker {
        width: 16.3%;
    }
    .schedule_inner .schedule__concurrent-title {
        display: block;
    }
    .schedule_inner .schedule__concurrent:after{
        display: none;
    }
    /* --------------- /schedule --------------- */

    /* ------------ contact-us ------------ */
    .contact-us {
        padding: 119px 0 102px;
    }
    .contact-us__content {
        margin-bottom: 54px;
    }
    .contact-us p {
        margin-bottom: 58px;
    }
    .contact-us__content-double {
        text-align: center;
        padding-left: 55px;
    }
    .contact-us__content-double &gt; dl {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        width: 30%;
        text-align: left;
    }
    .contact-us__content-double &gt; dl:last-child {
        margin-left: 54px;
    }
    .contact-us__form {
        margin: 0;
    }
    /* ------------ /contact-us ------------ */

    /* ------------ connect ------------ */
    .connect {
        padding: 87px 0 63px;
    }
    .connect p {
        margin-bottom: 65px;
    }
    /* ------------ /connect ------------ */

    /* ------------ register-now ------------ */
    .register-now {
        font-size: 20px;
        line-height: 42px;
        background-size: cover;
    }
    .register-now p {
        margin: -21px 0 36px;
        letter-spacing: 0.5px;
    }
    .register-now__mobile{
        display: none;
    }
    .register-now__tablet{
        display: block;
    }
    /* ------------ /register-now ------------ */

    /* ------------ sponsors ------------ */
    .sponsors{
        padding: 82px 0 0;
        font-size: 20px;
        line-height: 42px;
    }
    .sponsors p{
        margin: 0 0 39px;
    }
    .sponsors__item{
        padding: 0 0 33px;
    }
    .sponsors__logo{
        width: 53%;
        padding-bottom: 24.1%;
        margin: 0 auto 40px;
    }
    .sponsors__item_gold .sponsors__logo div{
        right: 0;
        left: 0;
    }
    .sponsors__item_silver .sponsors__logo{
        width: 32.4%;
        padding-bottom: 12.5%;
    }
    .sponsors__item_silver .sponsors__logo div{
        right: 18px;
        left: 18px;
    }
    .sponsors__item_bronze .sponsors__logo{
        width: 19.4%;
        padding-bottom: 6.9%;
    }
    .sponsors__item_bronze .sponsors__logo div{
        right: 16px;
        left: 16px;
    }
    /* ------------ /sponsors ------------ */

    /* ------------ exhibitors ------------ */
    .exhibitors{
        padding: 82px 0 0;
        font-size: 20px;
        line-height: 42px;
    }
    .exhibitors p{
        margin: 0 0 39px;
    }
    .exhibitors__filters{
        max-width: 960px;
        margin: 0 auto 69px;
        text-align: center;
        position: relative;
    }
    .exhibitors__filters .ares-select{
        margin-left: 10px;
        margin-bottom: 0;
    }
    .exhibitors__filters .ares-select:first-child{
        margin-left: 0;
    }
    .exhibitors__filters .site__form {
        position: absolute;
        right: 0;
        top: 0;
    }
    .exhibitors__item{
        padding: 0 0 33px;
    }
    .exhibitors__logo{
        width: 53%;
        padding-bottom: 24.1%;
        margin: 0 auto 40px;
    }
    .exhibitors__item_gold .exhibitors__logo div{
        right: 0;
        left: 0;
    }
    .exhibitors__item_silver .exhibitors__logo{
        width: 32.8%;
        padding-bottom: 12.5%;
    }
    .exhibitors__item_silver .exhibitors__logo div{
        right: 18px;
        left: 18px;
    }
    .exhibitors__item_bronze .exhibitors__logo{
        width: 19.4%;
        padding-bottom: 6.9%;
    }
    .exhibitors__item_bronze .exhibitors__logo div{
        right: 16px;
        left: 16px;
    }
    /* ------------ /exhibitors ------------ */

    /* --------------- news --------------- */
    .news {
        padding: 83px 0 87px;
    }
    .news p {
        margin-bottom: 50px;
        font-size: 20px;
    }
    .news__layout {
        text-align: left;
    }
    .news__item{
        display: inline-block;
        vertical-align: top;
        width: 49%;
        text-align: center;
    }
    .news__article {
        margin: 0 auto 31px;
    }
    .news__more {
        margin-bottom: 0;
    }
    /* --------------- /news --------------- */

    /* --------------- where --------------- */
    .where{
        height: 699px;
        font-size: 20px;
        line-height: 28px;
    }
    .where__popup{
        width: 460px;
        height: 541px;
        left: 17px;
        bottom: 80px;
        padding: 70px 58px 10px;
    }
    .where__text {
        margin: 0 0 26px;
        height: 145px;
    }
    .where__layout{
        height: 320px;
        margin: 0 0 8px;
    }
    .where__links {
        font-size: 20px;
        line-height: 20px;
    }
    /* --------------- /where --------------- */

    /* ------------ subscribe ------------ */
    .subscribe {
        height: 182px;
    }
    .subscribe__title{
        width: auto;
    }
    input.subscribe__email{
        display: inline-block;
        width: 415px;
        padding: 0 20px;
    }
    /* ------------ /subscribe ------------ */

    /* ------------ features ------------ */
    .features__item {
        padding-top: 33px;
    }
    .features__logo {
        margin-bottom: 14px;
    }
    /* ------------ /features ------------ */

    /* ------------ media-gallery ------------ */
    .media-gallery {
        padding: 87px 0 63px;
    }
    /* ------------ /media-gallery ------------ */

    /* ------------ media-gallery ------------ */
    .media-gallery {
        padding: 69px 47px 79px;
        font-size: 20px;
    }
    .media-gallery p {
        margin-bottom: 58px;
    }
    .media-gallery__wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }
    .media-gallery__item {
        display: inline-block;
        vertical-align: top;
        padding-bottom: 31%;
        margin-bottom: 16px;
        width: 48.5%;
    }
    .media-gallery__cover {
        margin-bottom: 29px;
    }
    /* ------------ /media-gallery ------------ */

    /* ------------ swiper-popup ------------ */
    .swiper-popup__video {
        width: 700px;
        height: 395px;
    }
    .swiper-popup .swiper-button-prev {
        left: 20px;
        width: 60px;
        height: 60px;
    }
    .swiper-popup .swiper-button-next {
        right: 20px;
        width: 60px;
        height: 60px;
    }
    .swiper-popup .swiper-button-next:before,
    .swiper-popup .swiper-button-prev:before {
        top: 22px;
        left: 23px;
    }
    .swiper-popup .swiper-button-next:before {
        left: auto;
        right: 23px;
    }
    .swiper-popup .swiper-button-next:hover:before,
    .swiper-popup .swiper-button-prev:hover:before {
        border-color: #ffdc1a;
    }
    /* ------------ /swiper-popup ------------ */

    /* ------------ social-feed ------------ */
    .social-feed {
        padding: 80px 0 60px;
    }
    .social-feed__wrap {
        margin-bottom: 18px;
        text-align: center;
    }
    .social-feed__item {
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 0;
        text-align: center;
    }
    .social-feed__inner {
        margin: 0 auto 32px;
    }
    /* ------------ /social-feed ------------ */

    /*--------------media------------*/
    .media {
        padding: 65px 0 40px 0;
    }
    .media .site__title {
        margin: 0 0 44px;
    }
    .media__text {
        font-size: 20px;
        margin-bottom: 58px;
    }
    .media iframe {
        width: 326px;
        height: 273px;
        margin: 0 16px 22px;
    }
    /*--------------/media------------*/

    /*-------------instagramm-pics-----------*/
    .instagramm-pics {
        margin-top: -46px;
        margin-bottom: 14px;
        text-align: justify;
    }
    .instagramm-pics__item {
        width: 47.6%;
        height: auto;
        padding-bottom: 47.6%;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 15px;
    }
    /*-------------/instagramm-pics-----------*/
    .posts_navigation .col-md-6 {
        width: 50%;
        text-align: left;
        margin: 0;
    }
    .posts_navigation .col-md-6.text-right {
        text-align: right !important;
    }

    /*-----------facebook-content------------*/
    .facebook-content__centered{
        display: flex;
        display: -webkit-flex;
        align-content: stretch;
        -webkit-align-content: stretch;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 640px;
        padding: 0 10px 0 0;
    }
    .facebook-content__wrap{
        width: 100%;
        margin-left: 14px;
    }
    .facebook-content__plugin{
        width: 100%;
        margin-bottom: 21px;
    }
    .facebook-content__statistics{
        display: flex;
        display: -webkit-flex;
        flex-flow: column;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .facebook-content__interested,
    .facebook-content__going{
        width: 260px;
    }
    /*-----------/facebook-content------------*/

}

@media (min-width: 930px) {

    /* --------------- speakers --------------- */
    .speakers__item{
        width: 33%;
    }
    /* --------------- /speakers --------------- */

    /* --------------- news --------------- */
    .news__item{
        width: 33%;
    }
    /* --------------- /news --------------- */

    /* ------------ social-feed ------------ */
    .social-feed__item {
        width: 40%;
    }
    /* ------------ /social-feed ------------ */

}

@media (min-width: 1000px) {
    .background_image_mobile, .background_image_tablet {
        display: none;
    }
    .background_image_desktop {
        display: block;
    }
    /* --------------- col --------------- */
    .col-md-1{
        width: 8.33333333%;
    }
    .col-md-2{
        width: 16.66666666%;
    }
    .col-md-3{
        width: 25%;
    }
    .col-md-4{
        width: 33.33333333%;
    }
    .col-md-5{
        width: 41.66666666%;
    }
    .col-md-6{
        width: 50%;
    }
    .col-md-7{
        width: 58.33333333%;
    }
    .col-md-8{
        width: 66.66666666%;
    }
    .col-md-9{
        width: 75%;
    }
    .col-md-10{
        width: 83.33333333%;
    }
    .col-md-11{
        width: 91.66666666%;
    }
    .col-md-12{
        width: 100%;
    }
    /* --------------- /col --------------- */

    /* --------------- btn --------------- */
    .btn{
        width: 132px;
        height: 38px;
        padding: 11px 10px;
        font-size: 14px;
        line-height: 14px;
    }
    .btn_1 {
        width: 231px;
        height: 54px;
        padding: 17px 10px;
        font-size: 18px;
        line-height: 18px;
    }
    .btn_2 {
        height: 100%;
        width: 100%;
        font-size: 18px;
        padding: 0;
    }
    .btn_3 {
        width: 230px;
        height: 54px;
        padding: 18px 10px;
        font-size: 18px;
        line-height: 1;
    }
    .btn_7 {
        width: 190px;
        height: 45px;
        padding: 14px 10px;
        font-size: 16px;
        line-height: 16px;
    }
    .btn_5 {
        display: inline-block;
        width: 228px;
        height: 54px;
        padding: 20px 10px;
        font-size: 18px;
        margin: 0 16px;
    }
    .btn_6 {
        display: inline-block;
        width: 228px;
        height: 54px;
        padding: 20px 10px;
        font-size: 18px;
        margin: 0 16px;
    }
    .btn_9 {
        width: auto;
        height: 52px;
        padding: 16px 10px;
        font-size: 18px;
    }
    .btn_10 {
        display: inline-block;
        width: 180px;
        height: 60px;
        margin: 0 -3px;
        padding-top: 12px;
        font-size: 18px;
    }
    .btn_11 {
        padding: 21px 0 0;
        width: 204px;
        height: 59px;
        font-size: 16px;
        line-height: 1;
    }
    .btn_comp {
        line-height: 1;
    }
    /* --------------- /btn --------------- */

    /* --------------- site --------------- */
    .site__footer {
        padding: 80px 71px 50px;
    }
    .site__footer .site__centered {
        text-align: justify;
    }
    .site__footer .site__centered:after {
        display: inline-block;
        width: 100%;
        content: '';
    }
    .site__footer-logo {
        display: inline-block;
        vertical-align: top;
        width: 27%;
        text-align: left;
    }
    .site__footer-txt {
        padding-left: 0;
        text-align: left;
    }
    .site__title{
        padding: 0 0 30px;
        margin: 0 0 33px;
    }
    .site__title_big{
        padding: 0 0 30px;
        margin: 0 0 33px;
        font-size: 64px;
        line-height: 62px;
    }
    .site__title_small{
        padding: 0 0 22px;
        margin: 0 0 16px;
    }
    .site__title_to-left {
        text-align: left;
    }
    .site__title_to-left:after {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .site__title_white span{
        display: block;
    }
    .site__title_2{
        margin: 0 0 61px;
        padding: 0;
        font-size: 20px;
        line-height: 24px;
    }
    .site__title_subtitle {
        padding-bottom: 19px;
    }
    .btn_10 {
        display: inline-block;
        width: 180px;
        height: 60px;
        margin: 0 -3px;
        padding-top: 12px;
        font-size: 18px;
    }
    /* --------------- /site --------------- */

    /* ------------ footer-menu ------------ */
    .footer-menu {
        display: inline-block;
        vertical-align: top;
        width: 59.5%;
        margin-top: 16px;
    }
    .footer-menu dl {
        max-width: none;
        width: 30.5%;
    }
    /* ------------ /footer-menu ------------ */

    /* --------------- logo --------------- */
    .logo {
        left: 15px;
    }
    .logo_footer {
        top: auto;
        left: auto;
        width: 145px;
        height: 45px;
        margin-bottom: 36px;
    }
    /* --------------- /logo --------------- */

    /* --------------- header-menu --------------- */
    .header-menu{
        position: relative;
        z-index: 1;
        display: block;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 28px 2px 0 0;
        text-align: right;
        background: transparent;
        overflow-y: inherit;
    }
    .header-menu__wrap{
        display: inline-block;
        padding: 0;
        width: auto;
        height: auto;
    }
    .header-menu__layout{
        display: block;
        padding: 0;
    }
    .header-menu__layout&gt;ul{
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 0 0;
        width: auto;
        text-align: left;
    }
    .header-menu li{
        display: inline-block;
        vertical-align: top;
        margin: 0;
        font-size: 15px;
        line-height: 15px;
    }
    .header-menu__wrap .menu &gt; .menu-item &gt; a{
        padding: 12px 10px;
    }
    .header-menu__wrap .menu-item a.btn {
        padding: 11px 10px;
        color: #000000;
    }
    .header-menu__wrap .menu-item a:after {
        position: absolute;
        top: 84%;
        right: 10px;
        left: 10px;
        height: 2px;
        background: #ffdc1a;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
    .header-menu__wrap .menu-item a.btn:after {
        display: none;
    }
    .header-menu__wrap .menu-item a:hover:after,
    .header-menu__wrap .menu-item a.active:after{
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
    .header-menu__wrap .menu-item a:hover,
    .header-menu__wrap .menu-item a.active{
        color: #fff;
        background: transparent;
    }
    .menu-item-has-children a:after{
        display: none;
    }
    .header-menu .btn{
        margin: auto;
    }
    .header-menu .sub-menu{
        display: block;
        position: absolute;
        top: 40px;
        left: 50%;
        width: 145px;
        padding: 13px 14px 7px;
        background: #ffdc1a;
        -webkit-transform: translateX(-47%);
        transform: translateX(-47%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0.3s, opacity 0.3s;
        transition: visibility 0.3s, opacity 0.3s;
    }
    .header-menu li:hover .sub-menu{
        opacity: 1;
        visibility: visible;
    }
    .sub-menu:after{
        position: absolute;
        top: -16px;
        left: 50%;
        border: 8px solid transparent;
        border-bottom: 8px solid #ffdc1a;
        -webkit-transform: translateX(-47%);
        transform: translateX(-47%);
        content: '';
    }
    .sub-menu li{
        display: block;
        border: none;
    }
    .sub-menu li.menu-item a{
        padding: 7px 16px;
        margin: 0 0 1px;
        color: #000;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    .sub-menu li .active,
    .sub-menu li.menu-item a:hover{
        background: #ffee8d;
    }
    /* --------------- /header-menu --------------- */

    /* --------------- menu-btn --------------- */
    .menu-btn{
        display: none;
    }
    /* --------------- /menu-btn --------------- */

    /* --------------- label --------------- */
    .label {
        padding: 3px 13px;
        min-width: 88px;
        font-size: 14px;
        line-height: 14px;
    }
    .label_big{
        padding: 13px 13px;
        margin: 0 0 5px;
        font-size: 20px;
        line-height: 20px;
    }
    /* --------------- /label --------------- */

    /* --------------- hero --------------- */
    /*.home .hero {*/
    /*min-height: 526px;*/
    /*}*/
    /*.home .hero_no-images {*/
    /*min-height: 640px;*/
    /*}*/
    .hero__layout {
        /*padding: 140px 0 14px;*/
    }
    .hero_slider .time-schedule__pic {
        margin-bottom: 43px;
    }
    .hero_slider .hero__layout {
        padding: 140px 0 0 14px;
    }
    .hero_slider .time-schedule {
        padding: 44px 0 24px;
    }
    .hero_slider .time-schedule__place {
        margin-bottom: 50px;
    }
    .hero_slider .time-schedule .btn {
        margin-bottom: 103px;
    }
    .hero_video .hero__layout{
        padding: 122px 0 14px;
    }
    .hero_slider .site__title_big {
        font-size: 64px;
        line-height:62px;
    }
    .hero__video {
        margin: 0 auto 20px;
        width: 200px;
        height: 200px;
    }
    .hero_no-images .hero__video {
        margin: 0 auto 72px;
        width: 400px;
        height: 400px;
    }
    .hero_small{
        text-align: left;
    }
    .hero_small .hero__layout {
        padding: 100px 0 40px;
    }
    .hero__text {
        margin: 0 0 78px;
    }

    .hero__layout_profile {
        padding: 140px 0 14px !important;
    }
    /* --------------- /hero --------------- */

    /* --------------- time-schedule --------------- */
    .time-schedule{
        padding: 44px 0 24px;
    }
    .time-schedule .site__title {
        max-height: 100%;
    }
    .time-schedule__pic {
        width: 90px;
        height: 90px;
        margin: 0 auto 23px;
    }
    .time-schedule__place {
        margin: 0 5px 40px;
        font-size: 24px;
        line-height: 30px;
    }
    .time-schedule .btn {
        margin: 0 0 13px;
    }
    .hero_small .time-schedule .site__title {
        padding: 0 0 30px;
        margin: 0 0 26px;
        font-size: 40px;
        line-height: 48px;
        text-align: left;
    }
    .hero_small .time-schedule .site__title:after{
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .hero_small .time-schedule__place {
        margin: 0 0 40px;
    }
    .hero_small .time-schedule .btn {
        margin: 0
    }
    .hero_small .time-schedule__save{
        position: absolute;
        right: 20px;
        bottom: 25px;
    }
    .hero_video .time-schedule {
        padding-bottom: 5px;
    }
    .hero_no-images.hero_video .time-schedule{
        padding-bottom: 23px;
    }
    /* --------------- /time-schedule --------------- */

    /* --------------- main-slider --------------- */
    .main-slider .swiper-button-prev,
    .main-slider .swiper-button-next{
        display: block;
        left: 0;
        width: 46px;
        height: 124px;
        margin-top: -47px;
        background: rgba(0,0,0,0.7);
    }
    .main-slider .swiper-button-next{
        left: auto;
        right: 0;
    }
    .main-slider .swiper-button-prev:after,
    .main-slider .swiper-button-next:after{
        position: absolute;
        top: 44%;
        left: 75%;
        width: 13px;
        height: 13px;
        border-left: 3px solid #fff;
        border-top: 3px solid #fff;
        -webkit-transform: translateX(-50%) translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) translateX(-50%) rotate(-45deg);
        content: '';
    }
    .main-slider .swiper-button-next:after{
        right: 4%;
        left: auto;
        border-left: none;
        border-right: 3px solid #fff;
        -webkit-transform: translateX(-50%) translateX(-50%) rotate(45deg);
        transform: translateX(-50%) translateX(-50%) rotate(45deg);
    }
    /* --------------- /main-slider --------------- */

    /* --------------- speakers --------------- */
    .speakers__item{
        margin: 0 0 31px;
    }
    .speakers__person {
        transition: box-shadow .3s ease, opacity 0.3s ease, transform 0.3s ease;
        -webkit-transition: box-shadow .3s ease, opacity 0.3s ease, transform 0.3s ease;
    }
    .speakers__person:hover {
        box-shadow: 0 0 30px rgba(0,0,0,.2);
    }
    .speakers__person.hidden {
        opacity: 0;
        transform: scale(.8);
        -webkit-transform: scale(.8);
    }
    /* --------------- /speakers --------------- */

    /* --------------- get-touch --------------- */
    .get-touch{
        padding: 53px 0 49px;
    }
    /* --------------- /get-touch --------------- */

    /* --------------- tickets --------------- */
    .tickets{
        padding: 86px 0 39px;
    }
    .tickets__item{
        transition: box-shadow .3s ease;
        -webkit-transition: box-shadow .3s ease;
    }
    .tickets__item:hover{
        box-shadow: 0 0 30px rgba(0,0,0,.1);
    }
    /* --------------- tickets --------------- */

    /* --------------- schedule --------------- */
    .schedule__date-btns{
        margin: 0 0 34px 0;
    }
    .schedule__date-btn{
        margin: 0 2px;
    }
    .schedule__items{
        max-width: 1005px;
        margin: 0 auto 26px;
    }
    .schedule__item{
        padding: 24px 30px 17px;
        transition: opacity 0.3s ease, transform 0.3s ease;
        -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .schedule__concurrent:after {
        left: 14%;
    }
    .schedule__time {
        width: 12.9%;
    }
    .schedule__items_profile .schedule__time {
        width: 24.7%;
        padding: 0 0 0 11px;
        text-align: left;
    }
    .schedule__items_profile .schedule__item {
        padding: 19px 17px 17px;
    }
    .schedule__items_profile .schedule__event{
        width: auto;
        padding: 0;
        margin-bottom: 8px;
    }
    .schedule__items_profile .schedule__main-place {
        margin: 0 0 1px;
    }
    .schedule__item_today:after {
        left: 160px;
    }
    .schedule__item_today .schedule__time {
        padding: 0 0 0 143px;
    }
    .schedule__inner {
        width: 74.7%;
        padding: 0 0 0 9px;
    }
    .schedule__time span {
        position: relative;
        top: -2px;
        display: inline-block;
        margin-right: 13px;
        text-align: center;
        float: left;
    }
    .schedule__event {
        padding: 0 0 0 4px;
    }
    .schedule__details {
        padding: 8px 0 18px 13.7%;
    }
    .schedule__layout{
        direction: rtl;
    }
    .schedule__speakers-group{
        display: inline-block;
        vertical-align: top;
        width: 51.5%;
        padding: 1px 0 0 44px;
        direction: ltr;
    }
    .schedule__speaker {
        width: 31.8%;
        margin: 0 0 10px 4px;
    }
    .schedule__speaker:nth-child(3n+1){
        margin-left: 0;
    }
    .schedule__info{
        display: inline-block;
        vertical-align: top;
        width: 48%;
        direction: ltr;
    }
    .schedule__main-place {
        margin: 0 0 22px;
    }
    .schedule__text {
        padding: 0;
        margin: 0 0 22px;
    }
    .schedule__labels {
        margin: 0 0 20px;
        max-height: 43px;
    }
    .schedule__item.hidden {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .schedule_inner .schedule__item:first-child,
    .schedule_inner .schedule__item{
        padding: 23px 0;
    }
    .schedule_inner .schedule__date-btns {
        margin: 0 0 33px 0;
    }
    .schedule_inner .schedule__date-btns a,
    .schedule_inner .schedule__date-btns a:first-child{
        margin-left: 2px;
    }
    .schedule_inner .schedule__filters {
        margin: 0 0 36px;
    }
    .schedule_inner .schedule__items {
        padding: 0 30px;
        text-align: left;
    }
    .schedule_inner .schedule__item{
        text-align: left;
    }
    .schedule_inner .schedule__time {
        display: inline-block;
        width: 12.9%;
        margin: 3px 0 0;
    }
    .schedule_inner .schedule__event {
        display: inline-block;
        width: 85%;
        padding: 0 0 0 5px;
    }
    .schedule_inner .schedule__details{
        padding: 8px 0 10px 14%;
    }
    .schedule_inner .schedule__main-place {
        margin: 0 0 22px;
    }
    .schedule_inner .schedule__text {
        margin: 0 0 22px;
    }
    .schedule_inner .label {
        padding: 2px 7px;
        min-width: 71px;
        font-size: 12px;
        line-height: 12px;
    }
    .schedule_inner .schedule__speaker {
        width: 31.8%;
    }
    .schedule_inner .schedule__concurrent-title {
        display: none;
    }
    .schedule_inner .schedule__concurrent:after{
        display: block;
        left: 10.2%;
    }
    .schedule_inner .schedule__concurrent{
        border-top: 2px solid #f3f3f3;
    }
    /* --------------- /schedule --------------- */

    /* ------------ contact-us ------------ */
    .contact-us {
        padding-bottom: 91px;
    }
    .contact-us .site__centered {
        text-align: justify;
    }
    .contact-us .site__centered:after {
        display: inline-block;
        width: 100%;
        content: '';
    }
    .contact-us__content {
        display: inline-block;
        vertical-align: top;
        width: 45%;
    }
    .contact-us__form {
        display: inline-block;
        vertical-align: top;
        margin-top: 3px;
        width: 51.5%;
    }
    .contact-us__content-double {
        padding: 0;
        text-align: left;
    }
    .contact-us__content-double &gt; dl {
        width: 40.3%;
    }
    /* ------------ /contact-us ------------ */

    /* ------------ connect ------------ */
    .connect {
        padding: 89px 0 62px;
    }
    /* ------------ /connect ------------ */

    /* --------------- news --------------- */
    .news__item {
        margin: 0 0 31px;
    }
    .news__article{
        transition: box-shadow .3s ease, opacity 0.3s ease, transform 0.3s ease;
        -webkit-transition: box-shadow .3s ease, opacity 0.3s ease, transform 0.3s ease;
    }
    .news__article:hover {
        box-shadow: 0 0 30px rgba(0,0,0,.1);
    }
    .news__article.hidden {
        opacity: 0;
        transform: scale(.8);
        -webkit-transform: scale(.8);
    }
    /* --------------- /news --------------- */

    /* ------------ sponsors ------------ */
    .sponsors{
        padding: 93px 0 32px;
    }
    .sponsors p{
        margin: 0 0 39px;
    }
    .sponsors__item{
        padding: 0 27px 33px;
    }
    .sponsors__logo{
        width: 36%;
        padding-bottom: 16.4%;
        margin: 0 auto 40px;
    }
    .sponsors__item_gold .sponsors__logo div{
        right: 0;
        left: 0;
    }
    .sponsors__item_silver .sponsors__logo{
        width: 32.4%;
        padding-bottom: 9.5%;
    }
    .sponsors__item_silver .sponsors__logo div{
        right: 61px;
        left: 61px;
    }
    .sponsors__item_bronze {
        padding: 0 56px 33px;
    }
    .sponsors__item_bronze .sponsors__logo{
        width: 19.4%;
        padding-bottom: 5.7%;
    }
    .sponsors__item_bronze .sponsors__logo div{
        right: 34px;
        left: 34px;
    }
    /* ------------ /sponsors ------------ */

    /* ------------ exhibitors ------------ */
    .exhibitors{
        padding: 93px 0 32px;
    }
    .exhibitors p{
        margin: 0 0 39px;
    }
    .exhibitors__item{
        padding: 0 27px 33px;
    }
    .exhibitors__logo{
        width: 36%;
        padding-bottom: 16.4%;
        margin: 0 auto 40px;
    }
    .exhibitors__item_gold .exhibitors__logo div{
        right: 0;
        left: 0;
    }
    .exhibitors__item_silver .exhibitors__logo{
        width: 32.99999%;
        padding-bottom: 9.5%;
    }
    .exhibitors__item_silver .exhibitors__logo div{
        right: 61px;
        left: 61px;
    }
    .exhibitors__item_bronze {
        padding: 0 56px 33px;
    }
    .exhibitors__item_bronze .exhibitors__logo{
        width: 19.4%;
        padding-bottom: 5.7%;
    }
    .exhibitors__item_bronze .exhibitors__logo div{
        right: 34px;
        left: 34px;
    }
    /* ------------ /exhibitors ------------ */

    /* --------------- where --------------- */
    .where__popup{
        left: 10.5%;
    }
    /* --------------- /where --------------- */

    /* ------------ features ------------ */
    .features {
        display: table;
        width: 100%;
    }
    .features__item {
        display: table-cell;
        width: 35.49%;
        height: 177px;
    }
    .features__item:nth-child(1) {
        text-align: right;
    }
    .features__item:nth-child(2) {
        width: auto;
    }
    .features__item:nth-child(3) {
        text-align: left;
    }
    .features__inner {
        display: inline-block;
        width: 100%;
        max-width: 384px;
        text-align: center;
    }
    /* ------------ /features ------------ */

    /* ------------ media-gallery ------------ */
    .media-gallery {
        padding: 74px 4px 58px;
    }
    .media-gallery__cover {
        margin-bottom: 47px;
    }
    .media-gallery__wrap {
        display: block;
    }
    .media-gallery p {
        margin-bottom: 32px;
    }
    .media-gallery__wrap:after {
        display: block;
        clear: both;
        content: '';
    }
    .media-gallery__item-sizer {
        width: 20%;
    }
    .media-gallery__item {
        float: left;
        margin: 0;
        width: 20%;
        height: 286px;
        padding-bottom: 0;
        border: 8px solid #000;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .media-gallery__item.hidden {
        opacity: 0;
        position: absolute;
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .media-gallery__item_height2x {
        height: 573px;
    }
    .media-gallery__item_width2x {
        width: 40%;
    }
    .media-gallery__item:not(.media-gallery__item_video):before {
        opacity: 0;
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        background-color: rgba( 0, 0, 0, 0.7 );
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        content:'';
    }
    .media-gallery__item-title {
        display: block;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        font-size: 20px;
        text-align: center;
        -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
        transition: visibility 0.3s ease, opacity 0.3s ease;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .media-gallery__item-title:after,
    .media-gallery__item-title:before {
        position: absolute;
        bottom: -22px;
        left: 50%;
        width: 10px;
        height: 1px;
        background: #fff;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content:'';
    }
    .media-gallery__item-title:after {
        margin-left: -5px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .media-gallery__item:not(.media-gallery__item_video):hover:before {
        opacity: 1;
    }
    .media-gallery__item:not(.media-gallery__item_video):hover .media-gallery__item-title {
        visibility: visible;
        opacity: 1;
    }
    /* ------------ /media-gallery ------------ */

    /* ------------ social-feed ------------ */
    .social-feed {
        padding: 93px 0 60px;
    }
    .social-feed__item {
        margin: 0 0 31px;
        width: 33%;
    }
    .social-feed__inner {
        margin-bottom: 0;
    }
    .social-feed__wrap {
        margin: 0 -15px 18px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-wrap: wrap;
    }

    /* ------------ /social-feed ------------ */

    /*--------------media------------*/
    .media {
        padding: 66px 0 51px 0;
    }
    .media iframe {
        width: 425px;
        height: 353px;
        margin: 0 25px 22px;
    }
    /*--------------/media------------*/

    /* ------------ swiper-popup ------------ */
    .swiper-popup .swiper-button-prev {
        left: 50px;
    }
    .swiper-popup .swiper-button-next {
        right: 50px;
    }
    /* ------------ /swiper-popup ------------ */

    /*----------instagramm-pics-----------*/
    .instagramm-pics {
        margin-top: 3px;
        margin-bottom: 42px;
    }
    .instagramm-pics__item {
        width: 30%;
        height: auto;
        padding-bottom: 30%;
        margin-bottom: 46px;
    }
    /*----------/instagramm-pics-----------*/

    /*---------- register-now__mobile -----------*/
    .register-now__tablet{
        display: none;
    }
    .register-now__desktop{
        display: block;
    }
    /*---------- /register-now__mobile -----------*/

    /*-----------facebook-content------------*/
    .facebook-content__centered{
        width: 845px;
        padding: 0;
    }
    .facebook-content__plugin{
        width: 520px;
    }
    .facebook-content__item {
        box-shadow: inset 0 0 7px rgba(0,0,0,0);
        -webkit-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
    }
    /*-----------/facebook-content------------*/
    .header-menu__open-btn {
        display: none;
    }
}

@media (min-width: 1180px) {

    /* --------------- tickets --------------- */
    .tickets__layout{
        width: auto;
    }
    /* --------------- /tickets --------------- */

    /* --------------- speakers --------------- */
    .speakers__item{
        width: 24.5%;
    }
    /* --------------- /speakers --------------- */

    /* --------------- news --------------- */
    .news__item {
        width: 24.5%;
    }
    /* --------------- /news --------------- */

    /* ------------ social-feed ------------ */
    .social-feed__item {
        width: 25%;
    }
    /* ------------ /social-feed ------------ */

    /* ------------ time-schedule__pic ------------ */
    .time-schedule__pic {
        width: 139px;
        height: 139px;
        margin: 0 auto 23px;
    }
    .time-schedule .btn{
        margin: 0 0 33px;
    }
    /* ------------ /time-schedule__pic ------------ */

    /* ------------ hero ------------ */
    .hero_video .time-schedule__save {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .hero_video .time-schedule .btn {
        margin: 0 0 20px;
    }
    .hero_no-images.hero_video .time-schedule .btn {
        margin: 0 0 33px;
    }
    /* ------------ /hero ------------ */
}

@media (min-width: 1170px) {

    /*------------instagramm-pics----------*/
    .instagramm-pics {
        margin-bottom: -17px;
    }

    .instagramm-pics__item {
        width: 360px;
        height: 360px;
        padding: 0;
    }
    /*------------/instagramm-pics----------*/

}

@media (min-width: 1500px) {

    /* ------------ hero ------------ */
    .hero__video {
        margin: 0 auto 20px;
        width: 370px;
        height: 370px;
    }
    .hero_video .time-schedule .btn {
        margin: 0 0 40px;
    }
    /* ------------ /hero ------------ */

}

@media (max-width: 999px) {
    .header-menu__wrap .menu &gt; .menu-item &gt; a.btn {
        margin: 20px 0 0;
        display: block;
        width: auto;
        color: #000;
        padding: 19px 10px;
    }
    .features__item {
        text-align: center !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .header_background {
        padding-top: 60px;
    }
    .exhibitors__filters .site__form span {
        top: 15px;
    }
}
#ee-single-page-checkout-dv{
    padding: 110px 80px 40px 80px;
}</pre></body></html>