/*Tables*/
.content-tbl-wrap {
    padding: 0 15px;
}
.content-tbl{
    width: 100%;
    font-size: 12px;
}
.content-td {
    line-height: 38px;
}
/*Border*/

.brd-top{
    border-top: 1px solid #eee;
}
.brd-bot{
    border-bottom: 1px solid #eee;
}
/*LIST*/
.content-list {
    padding: 0 15px;
    font-size: 12px;
    line-height: 20px;
}
.content-list-item {
    margin-left: -7px;
    display: flex;
}
.content-list-item:before{
    content: '•';
    color: #CCCCCC;
    margin-right: 5px;
    font-size: 10px;
    float: left;
}
.content-list-item a{
    text-decoration: none;
    background: url("/i/dotted-318cc6.png") 0 16px repeat-x;
}

/*Content*/
.downloads-block{
    padding: 0 15px;
}
.downloads-img-wrap{
    float: left;
    margin-right: 15px;
}
.downloads-descr-block{
    font-size: 12px;
    color: #CCCCCC;
    line-height: 20px;
}
.downloads-descr-block a{
    text-decoration: none;
}

.about-news-i {
    font-size: 12px;
    line-height: 14px;
    padding: 12px 15px 0;
}
.about-news-date {
    color: #bbb;
    float: left;
    line-height: 24px;
    margin-right: 8px;
}
.about-news-ttl {
    font-family: apercu_pro;
    font-size: 15px;
    font-weight: bold;
    color: #3488b2;
    text-decoration: none;
    overflow: hidden;
    line-height: 20px;
}
.about-news-text {
    color: #bbb;
    line-height: 24px;
    margin-right: 8px;
}
.about-news-text a{
    line-height: 24px;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    margin-left: 5px;
}

.content-link-a {
    font-size: 11px;
    margin: 4px 15px 0;
    display: inline-block;
}
.content-link{
    font-size: 12px;
    text-decoration: none;
    display: block;
}
.green.content-link-a-dotted {
    text-decoration: none;
    background: url("/i/dotted-00a551.png") 0 100% repeat-x;
}
.titles-link:hover {
    text-decoration: none;
}

.titles-link{
    font-family: apercu_pro;
    font-size: 15px;
    font-weight: bold;
    color: #3488b2;
    text-decoration: none;
    overflow: hidden;
    line-height: 20px;
    text-decoration: none;
    background: url("/i/dotted-318cc6.png") 0 18px repeat-x;
    display: inline-block;
}
/*Landing*/

/*Banner*/
.banner-wrap{
    height: 270px;
    position: relative;
    background: url('/images/banner-bg.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-wrap-alter{
    background: url('/images/banner-bg2.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-wrap-alter2{
    background: url('/images/banner-bg3.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-wrap-alter3{
    background: url('/images/banner-bg4.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-wrap-alter4{
    background: url('/images/banner-bg5.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-wrap-alter5{
    background: url('/images/banner-bg6.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-wrap-alter6{
    background: url('/images/banner-bg7.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-wrap-alter7{
    background: url('/images/banner-bg8.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-wrap-alter8{
    background: url('/images/banner-bg9.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-wrap-alter9{
    background: url('/images/banner-bg10.jpg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-inner{
    padding: 35px 40px;
}
.banner-ttl{
    font-family: "apercu_pro";
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 8px;
    color: #fff;
}
.banner-list-item{
    font-family: apercu_pro;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    position: relative;
}
.banner-list-item a{
    color: #fff;
    background: url('/i/dotted-fff.png') 0 18px repeat-x;
    text-decoration: none;
}

/*banner2*/
.banner2Wrap {
    height: 250px;
    background: url("/i/banner2_back.jpg") 50% 50% no-repeat;
    padding: 5px;
    box-sizing: border-box;
}
.banner2 {
    border: 2px solid rgba(255,255,255,.5);
    height: 100%;
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
    font-family: apercu_pro;
    color: #fff;
    font-size: 16px;
}
.banner2__ttl {
    font-weight: bold;
    font-size: 28px;
}
.banner2__ttlList {
    margin-top: 32px;
}
.banner2__listWrap {
    margin-top: 6px;
}
.banner2__list {
    position: relative;
    display: inline-block;
    line-height: 16px;
    margin-left: 20px;
    color: #fff;
    border-bottom: 1px dotted;
}
.banner2__list:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    left: -9px;
    top: 8px;
    background: #fff;
    border-radius: 50%;
}
.banner2__list:hover {
    text-decoration: none;
}

/*Content*/
.content-block{
    padding: 15px 15px 20px;
    border-bottom: 1px solid #dddddd;
}
.content-p{
    font-size: 12px;
    line-height: 20px;
}
.content-video-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}
.content-video {
    float: left;
    margin-right: 22px;
    max-width: 450px;
    overflow: hidden;
}
.content-db-wrap{
    display: block;
/*    overflow: hidden;*/
}
.content-db{
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}
.content-db_mobile:last-child {
    padding-left: 10px;
}

.content-video img {
    width: 100%;
}
.content-video-descr-link {
    font-size: 11px;
    color: #999;
    position: relative;
    padding: 0 0 36px 0;
    display: flex;
    text-decoration: none;
    line-height: 16px;
}
.content-video-descr-link:after {
    content: '';
    background: url("/i/arrow-5ca356.png") no-repeat bottom;
    position: absolute;
    width: 30px;
    height: 19px;
    bottom: 0;
    left: 0;
}

.content-btn{
    display: inline-block;
    background: #00a550;
    height: 31px;
    line-height: 29px;
    padding: 0 12px;
    color: #fff;
    font-family: "apercu_pro_light";
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
	border:none;
}
.content-btn-red{
    background: #da4c4c;
}
.content-btn-blue{
    background: #3488b2;
}
.content-list-item-link{
    background: none !important;
    text-decoration: none;
}
/*Form*/

.parthner-form{
    background: #f2f2f2;
    padding: 0 5px 0 15px;
}
.parthner-form-inner{
    padding: 15px 0;
}
.parthner-form-ttl{
    margin-bottom: 10px;
    font-family: apercu_pro;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
}
.parthner-form-ttl-h2{
    margin-bottom: 10px;
    font-family: apercu_pro;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    color: #000;
}
.parthner-form-txt{
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}
.parthner-form-row{
    display: table;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.parthner-form-cell{
    display: table-cell;
    width: 50%;
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.parthner-form-cell_mobile-cell{
    width: 33.33333%;
}
.parthner-form-inp{
    width: 100%;
    height: 33px;color:#000!important;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 8px 9px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.partner-form__row {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.partner-form__cell {
    display: table-cell;
    width: 50%;
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.partner-form__inp {
    width: 100%;
    height: 33px;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 0 9px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.captcha__img {
    vertical-align: middle;
}

.parthner-form-notice{
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #999;
}
.parthner-form-notice a{
    color: #000;
    text-decoration: none;
}
.parthner-form-txtarea{
    border: 1px solid #dedede;
    border-radius: 3px;
    width: 100%;
    height: 100px;
    padding: 8px 9px 9px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.filter-form-field-inp.dropdown {
    box-sizing: border-box;
}
.filter-form-lbl span{
    font-size: 12px;
}
.parthner-form-bot-cell{
    overflow: hidden;
    margin-right: 15px;
    display: inline-block;
    float: left;
}
.parthner-form-bot {
    background: #ebebeb;
    overflow: hidden;
    padding: 15px;
    margin: -10px -5px 0 -15px;
}
.parthner-form-list-item{
    float: left;
    margin: 6px 0;
}
.parthner-form-label{
    position: relative;
    font-size: 12px;
    display: block;
    margin-right: 20px;
    padding-left: 20px;
}
.parthner-form-input{
    position: absolute;
    top: 1px;
    left: 0;
}
.parthner-form-cell span{
    font-size: 11px;
    color: #aaaaaa;
}
.parthner-form-img-wrap{
    overflow: hidden;
}
.parthner-form-img{
    display: inline-block;
    float: left;
    width: 25%;
    margin-top: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.parthner-form-img img{
    width: 100%;
}
.form-p{
    color: #666;
    font-size: 11px;
    line-height: 18px;
}
/*Offers*/

.offers-block{
    border: 1px solid #dddddd;
}
.offers-block-top{
    border-bottom: 1px solid #dddddd;
}
.offers-block-top-head, .offers-block-bot-head{
    padding: 15px;
}
.offers-block-top-head-img, .offers-block-bot-head-img{
    display: block;
    float: left;
    margin-right: 10px;
}
.offers-block-top-head-descr, .offers-block-bot-head-descr{
    font-size: 12px;
    color: #999;
}
.offers-block-top-descr{
    font-size: 12px;
    padding: 12px 15px;
    border-top: 1px solid #ddd;
    line-height: 20px;
}
.offers-block-top-list{
    margin: 10px 0 0 0;
    float: none;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}
.offers-block-top-list-item{
    float: left;
    height: 27px;
    line-height: 26px;
    padding: 0 8px 0 8px;
    font-size: 12px;
    color: #999;
    background: #fff;
}
.offers-block-top-list-item a{
    text-decoration: none;
}
.offers-block-top-list-item-br{
    border-right: 1px solid #e1e1e1;
    padding: 0 8px!important;
}
.offers-block-bot-descr{
    padding: 12px 15px;
    margin: 1px;
    background: #f5f5f5;
    font-size: 12px;
    position: relative;
    line-height: 20px;
}
.offers-block-bot-descr:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #f5f5f5 transparent;
    content: '';
    top: -4px;
    left: 16px;
    position: absolute;
}

/*Rating*/
.rating-wrap{
    overflow: hidden;
    display: block;
}
.rating{
    background: #c2c2c2;
    font-family: apercu_pro;
    font-size: 22px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    width: 71px;
    text-align: center;
    padding: 6px 0 7px;
    color: #fff;
}
.rating-green{
    background: #00a551;
}
.rating-yellow{
    background: #dfa918;
}
.rating-red{
    background: #da4c4c;
}


/*Features*/

.content-block-stat-wrap{
    display: block;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 0 3px;
}
.content-block-stat-cont{
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 0;
    margin: 0 -3px;
}
.content-block-stat-green{
    background-color: #e5f6ed;
}
.content-block-stat-red{
    background-color: #fcf2fc;
}
.content-block-stat-yellow{
    background-color: #fcf7ed;
}
.content-block-stat-blue{
    background-color: #e6f1f6;
}
.content-block-stat {
    padding: 34px 0 24px;
}
h3.content-block-stat-ttl {
    font-family: "GothamProBold";
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    margin: 11px 0 3px;
}
.content-block-stat-img {
    height: 25px;
    position: relative;
}
.content-block-stat-img img {
    position: absolute;
    bottom: 0;
    margin-left: -19px;
    left: 50%;
}
.content-block-stat p {
    font-size: 9px;
    text-transform: uppercase;
    color: #999;
    line-height: 14px;
}
a.content-block-statlink {
    padding: 13px;
    display: block;
    color: #000;
}

a.content-block-statlink span {
    border-bottom: 1px dotted #000;
}

/*Search*/

.search-wrap{
    background: url('/i/search-bg.png ') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 25px 0 30px;
}
.search-form-cell{
    width: 60%;
    display: block;
    margin: 0 auto;
}


.hotels-nomination-info {
    display: table-cell;
    vertical-align: top;
    padding: 10px 15px;
}
.hotels-nomination-ttl{
    text-decoration: none;
    margin-bottom: 5px;
}

/*Answer block*/

.answer-block-wrap{
    background: #f5f5f5;
    padding: 12px 15px 15px;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    position: relative;
    margin-left: -15px;
}
.answer-block-wrap:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #f5f5f5 transparent;
    content: '';
    top: -4px;
    left: 16px;
    position: absolute;
}
.answer-block-head{
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
}
.views-block{
    background: url("/i/club-interview2015-views.png") no-repeat left 4px;
    display: inline-block;
    padding-left: 16px;
    margin-left: 14px;
    margin-top: 16px;
    color: #999;
}
.answer-block-bottom{
    display: block;
    overflow: hidden;
}

/*Seminar block*/

.seminar-block-img{
    float: left;
    margin-right: 15px;
}
.seminar-block-descr{
    height: 133px;
    position: relative;
}
.seminar-descr-top{
    background: #fff5cd;
    padding: 9px 15px 12px 75px;
    display: inline-block;
    position: relative;

}
.seminar-descr-top:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    content: '';
    background: #ffeda5;
}
.seminar-descr-top-camera:before{
    background: #ffeda5 url('/i/icon-camera-circle.png') no-repeat center center;
}
.seminar-descr-top-users:before{
    background: #ffeda5 url('/i/icon-users-circle.png') no-repeat center center;
}
.content-btn-seminar{
    position: absolute;
    bottom: 0;
    left: 148px;
}
.right-nav{
    background: #fff;
}
.grid-td-right-pl{
    position: relative;
}
.position-fixed{
    position: fixed;
    top: 0;
    z-index: 10;
}

.club-user-wrap_border {border-bottom:solid 1px #ededed;}
.parthner-form-desc {font-size:13px;line-height:22px;font-family:'apercu_pro';padding:15px 15px 0 0;}
.parthner-form-cell-part {width:auto;}
.parthner-form-cell-small {width:28px;text-align:center;}
.parthner-form-cell-small .grey {font-size:12px;color:#bbb;}
.club-settings-form-mid {padding-top:20px;}
.club-settings-form-mid .titles-h2 {padding-left:15px;}
.parthner-form-address {background:#f6fbfd;padding:15px;}
.parthner-form-address-ttl {font-size:15px;line-height:20px;font-family:'apercu_pro';font-weight:bold;margin-bottom:15px;}
.parthner-form-address-phone {border-top:solid 1px #ebeef0;border-bottom:solid 1px #ebeef0;padding:15px 0;font-family:'apercu_pro';margin-bottom:10px;}
.parthner-form-address-num {background:url(/i/parthner-form-address-num.png) no-repeat left center;padding-left:21px;font-size:15px;font-weight:bold;margin-right:15px;}
.parthner-form-address-btn {background:#3488b2;color:#fff;font-size:10px;line-height:28px;height:29px;display:inline-block;border-radius:3px;text-decoration:none;
padding:0 10px;text-transform:uppercase;}
.parthner-form-metro {font-family:'apercu_pro';font-size:13px;line-height:20px;color:#999;padding:5px 0;}
.parthner-form-metro a {text-decoration:none;}
.parthner-form-metro a:hover {text-decoration:underline;}
.parthner-form-metro-green {color:#009707;font-weight:bold;}
.parthner-form-metro-purple {color:#a0129e;font-weight:bold;}

.parthner-form-bul {display:inline-block;width:56%;margin-left:5px;vertical-align:top;}
.parthner-form-bul-pic {display:inline-block;vertical-align:top;margin:12px 15px 0 0;}
.parthner-form-bul-pics {display:inline-block;vertical-align:top;margin:9px 13px 0 0;}
.parthner-form-bul-info {border:solid 1px #f5f5f5;border-radius:3px;display:inline-block;width:89%;vertical-align:top;position:relative;}
.parthner-form-bul-info::after {content:"";display:block;background:url(/i/parthner-form-bul-info.png) no-repeat 0 0;width:11px;height:20px;position:absolute;left:-10px;top:12px;}
.parthner-form-bul-info-in {border:solid 1px #e1e1e1;padding:10px 13px;border-radius:3px;font-size:12px;line-height:18px;color:#666;background:#fff;}
.parthner-form-bul_h2 {vertical-align:top;margin-top:4px;}
.parthner-form-bul-info-b {font-weight:bold;color:#00a698;text-decoration:none;}
.parthner-form-bul-info-b:hover {text-decoration:underline;}
.parthner-form-bul_short {width:46%;}
.parthner-form-bul_det {position:relative;top:-3px;}

.parthner-form_unsubs {border:solid 1px #efefef;background:#f6f6f6;padding:14px;font-size:12px;line-height:20px;color:#333;}
.parthner-form_unsubs-bot {text-align:center;}
.parthner-form_unsubs-bot .content-btn {font-size:10px;padding:0 20px;}

@media screen and (max-width:1270px) {
	.parthner-form-bul_short {width:60%;}
	.parthner-form-bul_det {top:6px;}
}

@media screen and (max-width:767px) {
    .content-block{
        padding: 20px 0;
    }
    .parthner-form-cell_mobile {
        display: block;
        width: auto;
    }
    .parthner-form-cell_mobile:first-child {
        padding-bottom: 10px;
    }
}
@media screen and (max-width:639px) {
    .content-db_mobile {
        float: none;
        width: 100%;
    }
    .content-db_mobile:last-child {
        padding-left: 0;
    }

    .banner2 {
        padding: 20px 20px 0 20px;
    }
    .banner2__ttl {
        font-size: 24px;
    }
}

@media screen and (max-width:480px) {
    .parthner-form-cell_mobile-cell{
        display: block;
        width: auto;
    }
    .parthner-form-cell_mt10 {
        margin-top: 10px;
    }
    .parthner-form-img {
        width: 50%;
    }
    .content-block-stat-wrap {
        height: 168px;
    }
    .content-block-stat {
        box-sizing: border-box;
        height: 100%;
    }

    .banner2__ttl {
        font-size: 22px;
    }
    .banner2__ttlList {
        margin-top: 15px;
    }
    .banner2__listWrap {
        margin-top: 0;
    }
    .banner2__list {
        font-size: 13px;
    }
}

@media screen and (max-width:1279px) {
    .about-news-i img {
        display: none;
    }
}
@media screen and (max-width: 480px) {
	.banner-inner{
	    padding: 15px 15px 20px;
	}
	.banner-ttl {
		font-size: 18px;
	}
}