@charset "utf-8";
@import url(flag.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
/* PT Sans 700 - страница registration-volunteer - заголовки */
@import url(//fonts.googleapis.com/css?family=PT+Sans:700&subset=latin,cyrillic);

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

* {
    outline: 0;
}

html {
    position: relative;
}

html, body {
    height: 100%;
    min-height: 100%;
    overflow: visible;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #303030;
    background: #E9E3E3;
}

html.hidden,
body.hidden {
    height: 100%;
    overflow: hidden;
    position: fixed;
}

textarea {
    resize: none;
}

textarea:-moz-placeholder {
    color: gray;
}

textarea::-webkit-input-placeholder {
    color: gray;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

option,
optgroup {
    color: #666;
}

ul {
    list-style-type: none;
}

h6 {
    color: #4EA557;
    font-size: 17px;
    margin: 10px 0;
    font-weight: 400;
    font-style: italic;
}

blockquote {
    margin: 20px 0;
}

blockquote p {
    margin: 0 0 10px;
    font-size: 13px;
}

.img-responsive {
    max-width: 100%;
    width: 100%;
}

.img-rounded {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pad0 {
    padding: 0;
}

.pad15 {
    padding: 15px;
}

.font-italic {
    font-style: italic;
}

/*  _____  header  _____  */

header {
    position: relative;
    z-index: 99;
    background: #fff;
    height: 124px;
    border-bottom: none;
}

table {
    border-spacing: 0;
}

.link_p {
    color: #0072C8;
}

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#page {
    padding-bottom: 67px;
}

.header-top {
    padding: 10px 0;
    text-align: center;
    position: relative;
}

.header-top.header {
    padding: 0;
    border-bottom: none;
}

.attention-message {
    position: relative;
    top: 0;
    background: #f5f5f5;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.attention-message p {
    padding: 10px 10px;
    font-size: 13px;
    margin: 0;
    color: #777;
}

#close_notify {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/tpl/common/img/sprite-20.png) 0 -85px no-repeat;
    opacity: .85;
    filter: alpha(opacity=85);
    background-position: 0 -125px;
}

.attention-message p a {
    color: #0072c8;
    font-weight: 700;
}

.attention-message p a:hover {
    color: #5da6d5;
}

.header-top .wrap {
    text-align: center;
}

.wrap {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.header-left {
    float: left;
    display: block;
    text-align: left;
    width: 200px;
    height: 84px;
}

.header-right {
    display: block;
    float: right;
    text-align: right;
}

.header-top #TextContainer {
    margin: 0;
    font-size: 10px;
    color: #303030;
    font-weight: 300;
    width: 170px;
    height: 30px;
}

/*  _________  nav header  _________  */

.header-filter-ico {
    margin: 0;
    position: relative;
    top: 0px;
    left: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.header-filter-ico li {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    width: 87px;
}

.header-filter-ico li a.short-link {
    background: transparent;
    text-decoration: none;
    font-size: 15px;
    margin: 0;
}

.header-filter-ico li a.short-link > i {
    display: block;
    float: none;
    margin: 0 auto 5px;
}

.logo {
    display: inline-block;
    vertical-align: top;
    /*height: 47px;*/
    /*margin: 22% 0 10%;*/
    margin: 11px 5px 0px;
    white-space: nowrap;
}

.logo img {
    /*width: 100%;*/
    max-width: 100%;
}

.header .logo {
    margin: 10% 0;
}

.lang-wrap, .currency-wrap {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    width: 52px;
    height: 32px;
    vertical-align: top;
    border: #cfcfcf 1px solid;
    border-radius: 3px;
    background: url('/tpl/common/img/sprite-11.png') no-repeat scroll 38px 13px, #EEEEEE;
    background: url('/tpl/common/img/sprite-11.png') no-repeat scroll 38px 13px, -webkit-linear-gradient(#ebebeb, #fdfdfd);
    background: url('/tpl/common/img/sprite-11.png') no-repeat scroll 38px 13px, -o-linear-gradient(#ebebeb, #fdfdfd);
    background: url('/tpl/common/img/sprite-11.png') no-repeat scroll 38px 13px, -moz-linear-gradient(#ebebeb, #fdfdfd);
    background: url('/tpl/common/img/sprite-11.png') no-repeat scroll 38px 13px, linear-gradient(#ebebeb, #fdfdfd);
}

.langs span, .currencies span {
    margin-left: 2px;
    line-height: 32px;
    text-decoration: none;
    color: #333;
    font-size: 11px;
}

.lang-wrap:hover, .currency-wrap:hover {
    background: url('/tpl/common/img/sprite-11.png') no-repeat scroll 38px 13px, #E8E8E8;
    background: url('/tpl/common/img/sprite-11.png') no-repeat scroll 38px 13px, -webkit-linear-gradient(#e6e6e6, #ffffff);
    background: url('/tpl/common/img/sprite-11.png') no-repeat scroll 38px 13px, -o-linear-gradient(#e6e6e6, #ffffff);
    background: url('/tpl/common/img/sprite-11.png') no-repeat scroll 38px 13px, -moz-linear-gradient(#e6e6e6, #ffffff);
    background: url('/tpl/common/img/sprite-11.png') no-repeat scroll 38px 13px, linear-gradient(#e6e6e6, #ffffff);
}

.langs, .currencies {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.lang, .currency {
    position: initial;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    padding: 0;
    text-align: right;
    text-decoration: none;
}

.lang-list .langs, .currency-list .currencies {
    background-color: #F5F5F5;
    border-top: 1px solid #cfcfcf;
}

.lang-list, .currency-list {
    position: absolute;
    right: -1px;
    display: none;
    width: 52px;
    border: #cfcfcf 1px solid;
    border-radius: 3px;
}

header .lang-wrap, header .currency-wrap {
    display: none;
}

footer .lang-list, footer .currency-list {
    bottom: 32px;
}

.user-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 20px;
    margin: 0px;
    padding: 4px 7px 0 7px;
    border: #cfcfcf 1px solid;
    border-radius: 3px;
    background-color: #f4f4f4;
    background-position: 38px 10px;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(#ebebeb, #fdfdfd);
    background: -o-linear-gradient(#ebebeb, #fdfdfd);
    background: -moz-linear-gradient(#ebebeb, #fdfdfd);
    background: linear-gradient(#ebebeb, #fdfdfd);
    text-decoration: none;
}

.user-wrap:hover {
    background: #E8E8E8;
    background: -webkit-linear-gradient(#e6e6e6, #ffffff);
    background: -o-linear-gradient(#e6e6e6, #ffffff);
    background: -moz-linear-gradient(#e6e6e6, #ffffff);
    background: linear-gradient(#e6e6e6, #ffffff);
}

.user-name {
    position: relative;
    z-index: 1;
}

.user-popup-wrap {
    position: relative;
    display: none;
}

.user-popup {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 2;
    width: 308px;
    background: #fff;
    border: #aeaeae 1px solid;
    border-bottom: #bcbcbc 1px solid;
    border-left: #c5cbcf 1px solid;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 0px #C4C4C4;
    text-align: left;
}

.user-popup-inner {
    padding: 18px 16px 11px 20px;
}

.user-popup-bg {
    position: absolute;
    top: -9px;
    right: 7px;
    width: 20px;
    height: 10px;
}

.user-photo {
    position: relative;
    float: left;
    overflow: hidden;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 19px 10px 0;
    -webkit-transition: width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    -moz-transition: width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    -o-transition: width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    transition: width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
}

.about-user {
    display: block;
    position: relative;
    /*margin-right: 35px;*/
}

.header .about-user {
    margin: 28px 0;
}

.mini-user-photo {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    -webkit-transition: width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    -moz-transition: width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    -o-transition: width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    transition: width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
}

.header .mini-user-photo {
    display: none;
}

.change-photo-wrap {
    position: absolute;
    bottom: -0;
    right: 0;
    width: 100%;
    height: 18px;
    text-decoration: none;
    overflow: hidden;
    opacity: 0;
}

.user-photo:hover .change-photo-wrap,
.profile-photo:hover .change-photo-wrap {
    opacity: 1;
}

.change-photo-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.change-photo-wrap:hover .change-photo-bg {
    opacity: 1;
}

.change-photo {
    position: relative;
    z-index: 1;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-align: center;
}

.user-name {
    font-family: Arial;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
}

.view-profile {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.popup-button-wrap {
    margin: 12px 0 0px 0;
}

.popup-button {
    display: inline-block;
    vertical-align: top;
    width: 66px;
    height: 28px;
    line-height: 28px;
    background: #f8f8f8;
    border: #cccdcd 1px solid;
    border-radius: 3px;
    font-size: 14px;
    color: #67576d;
    text-align: center;
    text-decoration: none;
    opacity: .85;
}

.popup-button:hover {
    opacity: 1;
}

.settings-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.setting-wrap {
    margin-bottom: 15px;
}

.popup-button.settings {
    background: #f8f8f8 url(/tpl/common/img/sprite-34.png) 22px -51px no-repeat;
}

.settings-tooltip {
    position: absolute;
    top: 32px;
    right: -2px;
    display: none;
    padding: 6px 13px;
    background: #2a2a2a;
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.settings:hover .settings-tooltip {
    display: block;
}

.tooltip-bg {
    position: absolute;
    top: -5px;
    right: 0;
    width: 100%;
    height: 10px;
    background: url(/tpl/common/img/sprite-11.png) center -50px no-repeat;
}

.settings-dropdown {
    position: absolute;
    top: 32px;
    right: 0;
    display: none;
    width: 140px;
    background: #fff;
    border: #C0C0C0 1px solid;
    border-radius: 4px;
}

.settings-dropdown a {
    display: block;
    padding: 5px 10px;
    color: #0072c8;
    text-decoration: none;
}

.settings-dropdown a:hover {
    background: #0089d1;
    color: #fff;
}

.popup-nav {
    margin: 20px 0 0 0;
}

.popup-nav .sidebar-links-wrap {
    border-top: 0;
    border-bottom: 0;
}

.popup-nav .sidebar-link {
    border-bottom: #ececec 1px solid;
}

.mobile-menu {
    display: none;
    width: 100%;
}

.main-menu h1 {
    color: #0373c9;
    font-size: 24px;
    font-weight: 700;
    width: auto;
    text-align: left;
}

.main-menu p {
    color: #303030;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

#sidebar-toggle {
    float: right;
    display: none;
    margin: 5px 5px 0 0;
}

.mobile-button {
    float: right;
    width: 23px;
    height: 20px;
    padding: 2px 10px 0px 0px;
    position: relative;
    right: 0;
    top: 0px;
    display: none;
}

.mobile-border,
.bar {
    display: block;
    margin: 0 0 4px 0;
    border-bottom: #0084E6 2px solid;
}

.header-menu .header-filter-ico {
    margin: 0;
}

.header-menu .header-filter-ico li {
    margin: 0px;
    width: auto;
    position: relative;
}

.header-menu .header-filter-ico li > a.short-link {
    font-size: 20px;
    font-weight: 600;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 3px solid transparent;
    padding: 28px 15px;
    display: block;
}

.header-menu .header-filter-ico li:hover > a {
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
}

.header-menu .header-filter-ico li > a.active {
    border-bottom: 3px solid #0072C8;
}

.header-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 84px;
    border: 1px solid #cfcfcf;
    margin: 0;
    padding: 0;
    width: 305px;
    z-index: 0;
}

.header-menu ul li:hover ul {
    display: block;
}

.header-menu ul li ul li {
    display: block;
    float: none;
    text-align: left;
}

.header-menu ul li ul li a {
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 20px;
    background: #fff;
    display: block;
}

.header-menu ul li ul li:last-child a {
    border-bottom: none;
}

.header-menu ul li ul li a:hover {
    border-bottom: 1px solid #0072c8;
    background: #0072c8;
    color: #fff;
}

/*  _________  nav  _________  */

.text_align_right {
    text-align: right;
}

.text_align_left {
    text-align: left;
}

/*  ___________  filters-wrap  ___________  */

.filters-wrap {
    position: relative;
    padding: 0 0 35px 0;
}

.search {
    margin: 31px 0 0 0;
/ / border-top: #a1a1a1 1 px solid;
    border-radius: 4px;
    font-size: 21px;
}

.search-input {
    display: inline-block;
    vertical-align: top;
    width: 521px;
    height: 25px;
    margin: 0;
    padding: 11px 42px 10px 12px;
    background: #ffffff url(/tpl/common/img/sprite-34.png) right 8px no-repeat;
    border: none;
    border-right: #d0d0d0 1px solid;
    border-left: #e0e0e0 1px solid;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: #e0e0e0 1px solid;
    box-sizing: content-box;
    outline: none;
    font-size: 21px;
    color: #666666;
}

.filters-wrap-half .search-input {
    width: 81%;
}

/*  ___________  select styling begin  ___________  */

.select-wrap {
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: top;
  width: 245px;
  height: 36px;
  margin: 0;
  background: #f8f8f8;
  border-top: #dadada 1px solid;
}

.select-wrap:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: -1;
    content: '';
    width: 38px;
    height: 100%;
    background: #f8f8f8 url(/tpl/common/img/sprite-28.png) right 18px no-repeat;
}

.select {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 28px 0 12px;
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    -color: #b1b1b1;
    color: #000;
}

.select::-ms-expand {
    display: none;
}

:-moz-any(.select-wrap):before {
    background: #f8f8f8 url(/tpl/common/img/sprite-28.png) right 18px no-repeat;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    pointer-events: none;
    z-index: 1;
}

/*  ___________  select styling end  ___________  */

.search-submit {
    display: inline-block;
    vertical-align: top;
    width: 13%;
    height: 47px;
    margin: 0;
    padding: 0 5px;
    background: #D6D6D6;
    background: -webkit-linear-gradient(#efefef, #afafaf);
    background: -o-linear-gradient(#efefef, #afafaf);
    background: -moz-linear-gradient(#efefef, #afafaf);
    background: linear-gradient(#efefef, #afafaf);
    border: none;
    border-left: #a9a9a9 1px solid;
    border-right: #bbbbbb 1px solid;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: none;
    font-size: 22px;
    font-weight: 700;
    color: #666666;
    text-align: center;
    text-shadow: 0px 0px 2px #eeeeee;
}

.search-submit:hover {
    cursor: pointer;
    background: #CFCFCF;
    background: -webkit-linear-gradient(#f8f8f8, #a6a6a6);
    background: -o-linear-gradient(#f8f8f8, #a6a6a6);
    background: -moz-linear-gradient(#f8f8f8, #a6a6a6);
    background: linear-gradient(#f8f8f8, #a6a6a6);
}

.search-submit:active {
    background: #e5e5e5;
    background: -webkit-linear-gradient(#d2d2d2, #efefef);
    background: -o-linear-gradient(#d2d2d2, #efefef);
    background: -moz-linear-gradient(#d2d2d2, #efefef);
    background: linear-gradient(#d2d2d2, #efefef);
}

.filters {
    margin: 28px 0 0 0;
}

.filters-left {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    height: 198px;
    padding: 8px 11px;
    background: #f0ecec;
    background: -webkit-linear-gradient(#ffffff, #dfd7d7);
    background: -o-linear-gradient(#ffffff, #dfd7d7);
    background: -moz-linear-gradient(#ffffff, #dfd7d7);
    background: linear-gradient(#ffffff, #dfd7d7);
    border-radius: 4px;
}

.filters-top {
    padding: 0 0 20px 0;
}

.filters-top h2 {
    margin: 0 0 16px 0;
    padding: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #0089d1;
}

.filters-top h3 {
    margin: 0 0 16px 0;
    padding: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #0089d1;
}

.filters-input {
    width: 267px;
    margin: 0;
    padding: 6px 10% 6px 2%;
    background: #ffffff url(/tpl/common/img/sprite-23.png) right 4px no-repeat;
    border: none;
    border: #d0d0d0 1px solid;
    -border-top: #707070 1px solid;
    -box-shadow: -1px -1px 0px 0px #c7c7c7;
    border-radius: 5px;
    outline: none;
    font-family: Tahoma;
    font-size: 15px;
    color: #3c3c3c;
}

.form-row .filters-input {
    width: 88%;
}

.sidebar-locate-wrap .filters-input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*  ___________  select styling begin  ___________  */

.filters .select-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 0;

    content: '';
    width: 204px;
    height: 33px;
    margin: 0 0 0 13px;
    background-color: #fff;
    border: none;
    border: #d0d0d0 1px solid;
    border-top: #707070 1px solid;
    box-shadow: -1px -1px 0px 0px #c7c7c7;
    border-radius: 5px;
    outline: 0;
}

.filters .select-wrap:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: -1;
    width: 38px;
    height: 100%;
    background: #fff url(/tpl/common/img/sprite-20.png) right 13px no-repeat;
    border-radius: 4px;
}

.filters .select {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 8px; /* правый отступ от стрелочки внутри выпадающих списков */
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -font-family: Tahoma;
    font-size: 14px;
    color: #3c3c3c;
}

.filters .select::-ms-expand {
    display: none;
}

.filters :-moz-any(.select-wrap):before {
    background: #fff url(/tpl/common/img/sprite-20.png) right 13px no-repeat;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    pointer-events: none;
    z-index: 1;
}

/*  ___________  select styling end  ___________  */

.filters-second-row {
    margin: 9px 0 0 0;
}

.filters-buttons {
    display: inline-block;
    vertical-align: top;
    width: 266px;
    margin: 0;
    background: #fff;
    color: #848484;
    border: #c1c1c1 1px solid;
    border-radius: 3px;
    text-align: center;
    position: relative;
}

.gender-buttons {
    width: 140px;
}

.checkbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.checkbox span,
.safari-checkbox span {
    color: #000;
    font-weight: 700;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: auto;
}

.current-level {
    margin-bottom: 25px;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label {
    display: inline-block;
    padding: 0 9px;
    border-right: #c2c2c2 1px solid;
    font-size: 15px;
    line-height: 30px;
    color: #3c3c3c;
}

.checkbox.last label {
    border-right: 0;
}

.checkbox label:hover {
    color: #1b88ca;
}

.checkbox label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox label.last {
    border-right: 0;
}

.checkbox input[type=checkbox]:checked + label {
    background: #1b88ca;
    color: #fff;
}

.filters-bottom {
    margin: 26px 24px 0 0;
}

.filters-bottom-left {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.filters-bottom-left h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.article-page .filters-bottom-left {
    margin-bottom: 60px;
}

.article-page .filters-bottom-left a:hover {
    text-decoration: underline;
}

.article-page .univercity-desc-block {
    padding: 10px 20px;
}

.article-page .univercity-desc-block h2 {
    margin: 0.8em 0 0em;
}

.filters-submit {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    height: 30px;
    padding: 4px 44px 6px 45px;
    background: #0987ca;
    background: -webkit-linear-gradient(#129fe1, #0170b3);
    background: -o-linear-gradient(#129fe1, #0170b3);
    background: -moz-linear-gradient(#129fe1, #0170b3);
    background: linear-gradient(#129fe1, #0170b3);
    border: #006bae 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Tahoma;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.filters-submit-inline {
    display: inline-block;
    text-align: center;
    width: auto;
}

.filters-submit:hover {
    cursor: pointer;
    background: #097CBB;
    background: -webkit-linear-gradient(#23abed, #015f96);
    background: -o-linear-gradient(#23abed, #015f96);
    background: -moz-linear-gradient(#23abed, #015f96);
    background: linear-gradient(#23abed, #015f96);
}

.filters-submit:active {
    background: #0981C1;
    background: -webkit-linear-gradient(#0170b3, #129fe1);
    background: -o-linear-gradient(#0170b3, #129fe1);
    background: -moz-linear-gradient(#0170b3, #129fe1);
    background: linear-gradient(#0170b3, #129fe1);
}

.filters-submit-success {
    background: #1ee44c;
    background: -webkit-linear-gradient(#6eec8b, #1ee44c);
    background: -o-linear-gradient(#6eec8b, #1ee44c);
    background: -moz-linear-gradient(#6eec8b, #1ee44c);
    background: linear-gradient(#6eec8b, #1ee44c);
    border-color: #00b329;
}

.user-busket .user-submit a {
    padding-top: 10px;
    margin-left: 15px;
    vertical-align: middle;
    color: #000;
}

.user-busket .user-submit .filters-submit {
    margin-top: 0;
}

.filters-submit:active,
.filters-submit:hover {
    background: #6eec8b;
}

.filters-bottom-right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: right;
}

.filters-advanced {
    display: inline-block;
    vertical-align: top;
    margin: 6px 0 0 0;
    font-family: Tahoma;
    font-size: 15px;
    color: #0077ae;
    text-shadow: 1px 1px 0px #eee9e9;
    text-decoration: none;
}

.filters-advanced:hover {
    color: #5da6d5;
}

.filters-advanced:active {
    color: #005F8C;
}

.filters-right {
    display: inline-block;
    vertical-align: top;
    width: 438px;
}

.big-link {
    float: left;
    display: block;
    width: 200px;
    height: 80px;
    margin: 0 0 2px 2px;
    padding: 26px 0 0 16px;
    background: #f0ecec;
    background: -webkit-linear-gradient(#fff, #f0ecec);
    background: -o-linear-gradient(#fff, #f0ecec);
    background: -moz-linear-gradient(#fff, #f0ecec);
    background: linear-gradient(#fff, #f0ecec);
    border-radius: 3px;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    color: #0089d1;
}

.big-link > span {
    max-width: 100px;
    display: inline-block;
}

.big-link-3, .big-link-4 {
    background: #e0d9d9;
    background: -webkit-linear-gradient(#efebeb, #dfd7d7);
    background: -o-linear-gradient(#efebeb, #dfd7d7);
    background: -moz-linear-gradient(#efebeb, #dfd7d7);
    background: linear-gradient(#efebeb, #dfd7d7);
}

.big-link-circle {
    float: left;
    width: 53px;
    height: 53px;
    margin: 0 11px 0 0;
    border-radius: 100px;
}

/*  ------NEW button------  */
.a-btn {
    background: #99b6df;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#99b6df), to(#638ec8));
    background: -moz-linear-gradient(#99b6df, #638ec8);
    background: linear-gradient(#99b6df, #638ec8);
    border: solid 1px #6d94ce;
    border-bottom: solid 3px #3867ac;
    -webkit-box-shadow: inset 0 0 0 1px #bbcfeb;
    -moz-box-shadow: inset 0 0 0 1px #bbcfeb;
    box-shadow: inset 0 0 0 1px #bbcfeb;
    padding: 0px 80px 0px 10px;
    height: 43px;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.a-btn-text {
    position: relative;
    top: 0;
    display: block;
    font-size: 18px;
    white-space: nowrap;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.a-btn-slide-text {
    position: absolute;
    top: 35px;
    left: 0px;
    width: auto;
    right: 52px;
    height: 0px;
    background: #fff;
    color: #1d313d;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    -webkit-box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
    box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: height 0.3s linear;
    -moz-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
}

.a-btn-icon-right {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 52px;
    border-left: 1px solid #6d94ce;
    -webkit-box-shadow: 1px 0px 1px rgba(255, 255, 255, 0.4) inset;
    -moz-box-shadow: 1px 0px 1px rgba(255, 255, 255, 0.4) inset;
    box-shadow: 1px 0px 1px rgba(255, 255, 255, 0.4) inset;
}

.a-btn-icon-right span {
    width: 38px;
    height: 38px;
    opacity: 0.7;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -20px;
    background: transparent url(/tpl/common/img/arrow_right.png) no-repeat 50% 55%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.a-btn:hover {
    height: 55px;
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.a-btn:hover .a-btn-text {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    top: -6px;
}

.a-btn:hover .a-btn-slide-text {
    height: 20px;
}

.a-btn:hover .a-btn-icon-right span {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.a-btn:active {
    position: relative;
    top: 1px;
    background: #638ec8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#638ec8), to(#99b6df));
    background: -moz-linear-gradient(#638ec8, #99b6df);
    background: linear-gradient(#638ec8, #99b6df);
    border: solid 1px #6d94ce;
    -webkit-box-shadow: inset 0 10px 15px 0 #4176c4;
    -moz-box-shadow: inset 0 10px 15px 0 #4176c4;
    box-shadow: inset 0 10px 15px 0 #4176c4;
}

.mini-btn .a-btn {
    background: #c4e125;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c4e125), to(#88a819));
    background: -moz-linear-gradient(#c4e125, #88a819);
    background: linear-gradient(#c4e125, #88a819);
    border: solid 1px #829c15;
    border-bottom: solid 3px #819d15;
    box-shadow: inset 0 0 0 1px #c6da7b;
    color: #fff;
    text-shadow: 0 1px 0 #819d15;
}

.mini-btn .a-btn:hover .a-btn-slide-text {
    height: 0px;
}

.mini-btn .a-btn .a-btn-text {
    top: 0px;
}

.mini-btn .a-btn:hover {
    height: 43px;
    background: #88a819;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#88a819), to(#c4e125));
    background: -moz-linear-gradient(#88a819, #c4e125);
    background: linear-gradient(#88a819, #c4e125);
    border: solid 1px #829c15;
    border-bottom: solid 3px #819d15;
    -webkit-box-shadow: inset 0 0 0 1px #c6da7b;
    -moz-box-shadow: inset 0 0 0 1px #c6da7b;
    box-shadow: inset 0 0 0 1px #c6da7b;
}

.mini-btn .a-btn:hover .a-btn-icon-right span {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mini-btn .a-btn:active {
    background: #88a819;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#88a819), to(#c4e125));
    background: -moz-linear-gradient(#88a819, #c4e125);
    background: linear-gradient(#88a819, #c4e125);
    border: solid 1px #829c15;
    box-shadow: inset 0 10px 15px 0 #819d15;
}

.btn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden; /*height:46px;*/
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; /*line-height:30px;*/
    font-size: 14px;
    font-weight: bold;
    color: #fff; /*margin:7px 10px;*/
    top: 0;
    border: 0;
    background-color: transparent;
    padding: 5px 10px;
}

.btn span.icon, .btn span.title {
    display: block;
    position: relative;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 0;
    background-color: transparent;
}

.btn span.left {
    float: left;
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
}

.btn span.right {
    float: right;
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
}

.btn span.icon {
    font-size: 23px;
    background-color: #2e982e;
    -webkit-box-shadow: 0 3px 0 0 #007261;
    box-shadow: 0 3px 0 0 #007261;
    color: #fff;
}

.btn span.title {
    -webkit-box-shadow: 0 3px 0 0 #33a733;
    box-shadow: 0 3px 0 0 #33a733;
    background-color: #38ba38;
}

.btn span.arrow-left, .btn span.arrow-right {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    -webkit-transition: all .15s;
    -transition: all .15s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
}

.btn.left span.arrow-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #33a733;
    box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #33a733;
    border-left: 10px solid #2e982e;
}

.btn.right span.arrow-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #38ba38, -10px 3px 0 0 #33a733;
    box-shadow: -10px 0 0 0 #38ba38, -10px 3px 0 0 #33a733;
    border-left: 10px solid #38ba38;
}

/*.btn:active,.btn.active{height:41px; top: 5px;}*/
.btn:hover {
}

.btn:hover span.arrow-left {
    right: 10px;
}

.btn:hover span.arrow-right {
    left: 10px;
}

.btn-lg {
    padding: 10px 30px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -2px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}

/*  ________ content-wrap  ________  */

.content-wrap {
    padding: 24px 0;
    background: #e9e3e3;
}

.content {
    display: inline-block;
    vertical-align: top;
    width: 720px;
}

.content__aside {
    width: 783px;
}

.content.leads-content {
    width: 550px;
}

.content-block {
    border: #d6d2d2 1px solid;
}

.content-block:not(:last-child) {
    margin: 0 0 24px 0;
}

.content-title {
    padding: 7px 0 7px 20px;
    background: #0086d3;
    background: -webkit-linear-gradient(#19a0e3, #006ec6);
    background: -o-linear-gradient(#19a0e3, #006ec6);
    background: -moz-linear-gradient(#19a0e3, #006ec6);
    background: linear-gradient(#19a0e3, #006ec6);
    border: #0072c8 1px solid;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    text-shadow: 0px 0px 1px #0070c6;
}

.content-row {
    display: block;
    margin: 1px 0 0 0;
    background: #fff;
}

.selectors {
    padding: 10px 0px 15px;
}

.content-row-img {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    border: none;
    border-right: #e4e4e4 1px solid;
}

.content-row-text {
    display: inline-block;
    vertical-align: top;
    width: 576px;
    padding: 0 20px;
    font-size: 14px;
}

.content-row-title {
    display: inline-block;
    margin: 12px 0 5px 0;
    font-weight: 700;
    font-size: 16px;
    color: #0088c5;
    text-decoration: none;
}

.content-row-title:hover {
    color: #5da6d5;
}

.content-row-desc-wrap {
    display: table;
    color: #0088c5;
    text-decoration: none;
}

.content-row-desc-wrap:hover {
    color: #5da6d5;
}

.content-row-desc {
    display: inline-block;
    vertical-align: top;
    width: 217px;
    color: #0088c5;
    text-decoration: none;
}

.content-row-desc:hover {
    color: #5da6d5;
}

.content-row-date {
    display: inline-block;
    vertical-align: top;
    width: 355px;
}

.content-row-info {
    margin: 5px 0 0 0;
}

.content-row-cost {
    display: inline-block;
    vertical-align: top;
    width: 217px;
    color: #000;
}

.content-row-rating {
    display: inline-block;
    vertical-align: top;
    width: 144px;
    color: #666666;
}

.content-row-blue {
    color: #0088c5;
}

.content-row-location {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    color: #666666;
}

.more-results {
    display: block;
    background: #f0e9e9;
    border: #d8d3d3 1px solid;
    border-top: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    font-family: 'Tahoma';
    font-size: 15px;
    color: #007eb9;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
}

.more-results:hover {
    background: #EBE2E2;
    cursor: pointer;
}

.more-results:active {
    border-top: #b4b0b0 1px solid;
    border-bottom: 0;
}

.more-results:active .more-results-border {
    border-bottom: #F5F5F5 1px solid;
}

.more-results-border {
    border-bottom: #b4b0b0 1px solid;
}

.google-map {
    width: 100%;
    height: 400px;
    background: #F0F0F0;
}

.google-map.vertical-height-google {
    height: auto;
}

.google-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/*  ________  sidebar 216px width ________  */

.sidebar {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 0 0 0 16px;
}

.sidebar.left-locate {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
    width: 150px;
}

.sidebar.relocate,
.sidebar.locate {
    float: right;
    margin-bottom: 20px;
}

.sidebar-locate-wrap {
    background-color: #f6f6f6;
    padding: 10px;
}

.program-differ .sidebar-locate-wrap {
    text-align: center;
    padding: 10px 0;
}

.sidebar-locate-wrap a,
.profile-sidebar a.blue-link {
    color: #0072c8;
    text-decoration: none;
}

.sidebar-locate-wrap a:hover,
.sidebar-locate-wrap p a:hover,
.profile-sidebar a.blue-link:hover {
    text-decoration: underline;
}

.sidebar-locate-wrap p a {
    color: #000;
}

.sidebar-locate-wrap p a.active-leads {
    font-weight: 700;
}

.program-differ p {
    cursor: pointer;
    font-size: 12px;
    padding: 14px 0;
    margin: 0;
}

.program-differ button + p {
    margin-top: 17px;
    border-bottom: 2px solid #e9e3e3;
}

/*
  .sidebar-locate-wrap p:hover {
    background-color: #edf1f5 !important;
  }*/
.program-differ p i {
    color: #05a50a;
    cursor: pointer;
}

.sidebar-block {
    background: #fff;
    border: #d8d3d3 1px solid;
    border-top: none;
}

.sidebar-block:not(:last-child) {
    margin: 0 0 24px 0;
}

.sidebar-title,
.article-title {
    padding: 9px 0 9px 15px;
    font-size: 18px;
    color: #303030;
    background: #f7f3f4;
    background: -webkit-linear-gradient(#fff, #ececec);
    background: -o-linear-gradient(#fff, #ececec);
    background: -moz-linear-gradient(#fff, #ececec);
    background: linear-gradient(#fff, #ececec);
    border-bottom: #b4b0b0 1px solid;
    text-shadow: 0px 1px 1px #fff;
}

h2.sidebar-title {
    font-weight: 400;
}

.article-title {
    margin-bottom: 15px;
    /*padding: 9px 50px 13px 15px;*/
    position: relative;
}

.article-title h3 {
    display: inline-block;
    margin: 0;
    font-size: 18px;
}

.article-page h4 {
    color: #0089D1;
    font-size: 18px;
}

.article-title ul {
    width: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.article-title ul li {
    display: inline-block;
}

.article-title a {
    text-align: center;
    color: #1480ce;
    margin: 0 10px;
    font-size: 13px;
}

.article-title a:hover {
    color: #5da6d5;
}

.article-title form {
    /*float: right;*/
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 50px;
}

.article-title input {
    width: 151px;
    padding: 4px 0 4px 2%;
    font-weight: 100;
    font-family: OpenSans, sans-serif;
}

.active_section {
    font-weight: bold;
}

.sidebar-title-text {
    position: relative;
    display: inline-block;
}

#search {
    position: relative;
}

.sidebar-video {
    width: 218px;
    height: 150px;
    margin: 0 auto;
}

.sidebar-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #F0F0F0;
}

.sidebar-text {
    padding: 10px 14px 11px 14px;
    font-family: Tahoma;
    line-height: 22px;
}

.sidebar .more-results {
    margin: 0 -1px -1px -1px;
}

.sidebar-links-wrap {
    border-top: #ececec 1px solid;
    border-bottom: #b5b1b1 1px solid;
    line-height: 0;
}

.sidebar-link {
    display: block;
    padding: 10px 10px 10px 15px;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
}

.user-popup .sidebar-link {
    padding: 0px 0 0px 15px;
    z-index: 2;
}

.user-popup .sidebar-link:before,
.user-popup .sidebar-link:after {
    content: '';
    width: 90%;
    height: 1px;
    border-top: #ececec 1px solid;
    padding: 5px 0 5px 15px;
    display: block;
    z-index: 1;
}

.user-popup .sidebar-link:after {
    border-bottom: #ececec 1px solid;
    border-top: #ececec 0px solid;
}

.user-popup .sidebar-link:hover:before,
.user-popup .sidebar-link:hover:after {
    border-bottom: #fff 0px solid;
    border-top: #fff 0px solid;

}

.article-sidebar img {
    border: 1px solid transparent;
    display: block;
    width: 99%;
}

.sidebar-links-wrap > div.blue {
    background-color: #104078;
}

.sidebar-links-wrap > div.green {
    background-color: #39893c;
}

.sidebar-links-wrap > div.yellow {
    background-color: #fffd47;
    margin-bottom: 0px;
}

.sidebar-wrap.price-per {
    text-align: center;
    padding: 10px;
}

.sidebar-wrap h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 100;
    margin-top: 0;
}

.sidebar-wrap .price-per-lead {
    text-decoration: none;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #0072c8;
}

.count-price-for-lead {
    text-align: left;
}

.count-price-for-lead div {
    font-size: 20px;
    display: inline-block;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 2px 15px;
    margin: 10px 0 20px;
}

.count-price-for-lead p {
    position: relative;
    display: inline-block;
    margin: 0;
}

.count-price-for-lead p.blue-text {
    color: #0072c8;
}

.count-price-for-lead span.mini-text {
    color: #000;
    padding: 0;
    width: 50px;
    position: absolute;
    font-size: 8px;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
}

.count-price-for-lead span.marg-text {
    left: -10px;
}

.count-price-for-lead + p {
    font-size: 13px;
    text-align: left;
}

.upper-table.count-price-for-lead {
    font-size: 28px;
    text-align: center;
}

.upper-table.count-price-for-lead span.mini-text {
    text-align: center;
    width: auto;
}

.upper-table.count-price-for-lead span.mini-text.long-mini-text {
    width: 53px;
    left: -19px;
}

.upper-table.count-price-for-lead p a {
    font-size: 15px;
}

.upper-table i {
    color: #7a7a79;
    margin: 0 1px;
}

.upper-table .fa-download {
    color: #38ba38;
    font-size: 22px;
}

/*  ________  footer  ________  */

footer {
    margin-top: -67px;
    padding: 17px 0 37px 0;
    background: #ececec;
    text-shadow: 0px 1px 2px #f5f3f3;
    -webkit-box-shadow: inset 0px 5px 14px 0px rgba(127, 127, 127, 0.3);
    -moz-box-shadow: inset 0px 5px 14px 0px rgba(127, 127, 127, 0.3);
    box-shadow: inset 0px 5px 14px 0px rgba(127, 127, 127, 0.3);
}

footer .wrap {
    display: table;
}

.footer {
    /*display: table-cell;*/
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0 1.5%;
}

.copy {
    border-top: 1px solid #aaa;
    padding-top: 10px;
    font-family: Tahoma;
    font-size: 15px;
}

.copyblock {
    width: 75%;
    margin: 10px auto 0;
}

.copy .footer {
    text-align: center;
    width: 29%;
}

.footer > div {
    float: none;
    display: block;
    margin: 0px 0px 15px 15px;
}

.copyright {
    /*margin-left: 25px !important;
  margin-bottom: 15px !important;  
  font-family: Tahoma;
  font-size: 13px;*/
    color: #666666;
}

.footer-link {
    display: block;
    margin: 0 0 15px 10px;
    font-family: Tahoma;
    text-decoration: none;
}

.footer-social {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    border-radius: 100px;
    background: #c1c1c0 url(/tpl/common/img/social.png) left top no-repeat;
    background: url(/tpl/common/img/social.png) left top no-repeat, -webkit-linear-gradient(#cccccb, #b5b5b4);
    background: url(/tpl/common/img/social.png) left top no-repeat, -o-linear-gradient(#cccccb, #b5b5b4);
    background: url(/tpl/common/img/social.png) left top no-repeat, -moz-linear-gradient(#cccccb, #b5b5b4);
    background: url(/tpl/common/img/social.png) left top no-repeat, linear-gradient(#cccccb, #b5b5b4);
}

.footer-social:hover {
    background: #549acc url(/tpl/common/img/social.png) left top no-repeat;
    background: url(/tpl/common/img/social.png) left top no-repeat, -webkit-linear-gradient(#59a3d6, #4787b7);
    background: url(/tpl/common/img/social.png) left top no-repeat, -o-linear-gradient(#59a3d6, #4787b7);
    background: url(/tpl/common/img/social.png) left top no-repeat, -moz-linear-gradient(#59a3d6, #4787b7);
    background: url(/tpl/common/img/social.png) left top no-repeat, linear-gradient(#59a3d6, #4787b7);
}

.footer-social:active {
    background: #4792C9 url(/tpl/common/img/social.png) left top no-repeat;
}

.footer-social.in {
    background: #c1c1c0 url(/tpl/common/img/social.png) center top no-repeat;
    background: url(/tpl/common/img/social.png) center top no-repeat, -webkit-linear-gradient(#cccccb, #b5b5b4);
    background: url(/tpl/common/img/social.png) center top no-repeat, -o-linear-gradient(#cccccb, #b5b5b4);
    background: url(/tpl/common/img/social.png) center top no-repeat, -moz-linear-gradient(#cccccb, #b5b5b4);
    background: url(/tpl/common/img/social.png) center top no-repeat, linear-gradient(#cccccb, #b5b5b4);
}

.footer-social.in:hover {
    background: #549acc url(/tpl/common/img/social.png) center top no-repeat;
    background: url(/tpl/common/img/social.png) center top no-repeat, -webkit-linear-gradient(#59a3d6, #4787b7);
    background: url(/tpl/common/img/social.png) center top no-repeat, -o-linear-gradient(#59a3d6, #4787b7);
    background: url(/tpl/common/img/social.png) center top no-repeat, -moz-linear-gradient(#59a3d6, #4787b7);
    background: url(/tpl/common/img/social.png) center top no-repeat, linear-gradient(#59a3d6, #4787b7);
}

.footer-social.in:active {
    background: #4792C9 url(/tpl/common/img/social.png) center top no-repeat;
}

.footer-social.tw {
    background: #c1c1c0 url(/tpl/common/img/social.png) right top no-repeat;
    background: url(/tpl/common/img/social.png) right top no-repeat, -webkit-linear-gradient(#cccccb, #b5b5b4);
    background: url(/tpl/common/img/social.png) right top no-repeat, -o-linear-gradient(#cccccb, #b5b5b4);
    background: url(/tpl/common/img/social.png) right top no-repeat, -moz-linear-gradient(#cccccb, #b5b5b4);
    background: url(/tpl/common/img/social.png) right top no-repeat, linear-gradient(#cccccb, #b5b5b4);
}

.footer-social.tw:hover {
    background: #549acc url(/tpl/common/img/social.png) right top no-repeat;
    background: url(/tpl/common/img/social.png) right top no-repeat, -webkit-linear-gradient(#59a3d6, #4787b7);
    background: url(/tpl/common/img/social.png) right top no-repeat, -o-linear-gradient(#59a3d6, #4787b7);
    background: url(/tpl/common/img/social.png) right top no-repeat, -moz-linear-gradient(#59a3d6, #4787b7);
    background: url(/tpl/common/img/social.png) right top no-repeat, linear-gradient(#59a3d6, #4787b7);
}

.footer-social.tw:active {
    background: #4792C9 url(/tpl/common/img/social.png) right top no-repeat;
}

.partners-ico {
    max-width: 268px;
}

.footer h3 {
    margin: 7px 0 15px 15px;
}

.partners-ico a {
    display: block;
    float: left;
    width: 63px;
    height: 63px;
    padding: 2px;
    background-color: #dddddd;
}

.partners-ico a img {
    width: 63px;
    height: 63px;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(/tpl/common/css/grayscale.svg#old-timey);
}

.partners-ico a img:hover {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(10%);
    -moz-filter: grayscale(10%);
    -ms-filter: grayscale(10%);
    -o-filter: grayscale(10%);
    filter: url(/tpl/common/css/normal.svg#old-norm);
}

.partners-ico a:hover {
    position: relative;
}

.partners-ico a[title]:hover:before {
    content: attr(title);
    padding: 4px 8px;
    color: #6ba6d6;
    font-size: 10px;
    white-space: nowrap;
    background-color: #fff;
    position: absolute;
    left: -1px;
    top: -20px;
    width: auto;
    z-index: 1;
    border: 1px solid #9c9c9c;
}

/* ____________________  pages  ____________________  */

/*  __________  registration-volunteer  __________  */

.circle-nav {
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 2;
}

.circle-nav a {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 0 40px 0;
    background: #C4D0D9;
    border-radius: 40px;
}

.circle-nav a:hover {
    background: #fff;
}

.circle-nav a.active {
    width: 16px;
    height: 16px;
    margin-left: -2px;
    background: #fff;
}

.sign {
    margin: 0 0 0 52px;
}

.blue-btn {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    height: 26px;
    border-radius: 3px;
    font-family: Tahoma;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 15px;
    text-shadow: 1px 1px 0px #034369;
}

.blue-btn .border {
    padding: 5px 0 0 0;
    border-top: #13b0f6 1px solid;
    border-radius: 3px;
}

.volunt-section {
    position: relative;
    width: 100%;
    /*min-height: 100%;*/
    background: #066EAB;
    background: -webkit-radial-gradient(bottom, 40% 50%, #19a6e6, #066eab);
    background: -o-radial-gradient(bottom, 40% 50%, #19a6e6, #066eab);
    background: -moz-radial-gradient(bottom, 40% 50%, #19a6e6, #066eab);
    background: radial-gradient(bottom, 40% 50%, #19a6e6, #066eab);
    color: #fff;
}

.volunt-section .wrap {
}

.volunt-section .volunt-input {
    display: inline-block;
}

.reg-title {
    margin: 0;
    padding: 45px 0 10px 0;
    font-size: 36px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 1px #0059a0;
    letter-spacing: 3px;
}

.volunt-section-1 {
    margin: -64px 0 0 0;
}

.volunt-section-1 .reg-title {
    padding-top: 30px;
}

.column {
    display: inline-block;
    vertical-align: top;
}

.popup div.f_100 {
    margin: 2%;
}

.column label {
}

.error-log {
    position: relative;
    top: -5px;
    left: 0;
    background-color: #FFEFE8;
    color: #000;
    padding: 1% 5%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 100;
    border: 1px solid #D4AA94;
    width: 90%;
    margin: 0px 0 7px 0;
}

.form-row .error-log {
    top: 8px;
    display: block;
    text-align: center;

}

.popup-error-log {
    width: 50%;
    top: 0px;
    left: 0;
    right: 0;
    margin: 15px auto 0;
    position: relative;
    text-align: center;
    display: none;
}

.popup-error-log a {
    color: green;
}

.popup-error-log a + a {
    color: red;
}

.column.left {
    width: 300px;
    margin: 0 130px 0 0;
}

.column.center {
    margin: 0 auto;
    display: block;
}

.reg-h1 {
    margin: 0;
    padding: 10px 0 18px 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 36px;
    text-align: left;
    text-shadow: 0px 1px 1px #979797;
}

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

.reg-social {
    display: inline-block;
    vertical-align: middle;
    width: 116px;
    height: 36px;
    background: url(/tpl/common/img/reg-social.png) center 6px no-repeat;
    border: #80b7e2 2px solid;
    border-radius: 3px;
    color: #fff;
}

.reg-social:hover {
    border: #9EC9E9 2px solid;
}

.reg-social:active {
    border: #65A9DC 2px solid;
}

.reg-social.fb {
    background-position: center -43px;
}

.reg-social-or {
    vertical-align: middle;
    margin: 0 8px;
}

.volunt-form {
    margin: 20px 0 15px 0;
    font-size: 14px;
}

.volunt-input {
    display: block;
    width: 238px;
    height: 39px;
    padding: 0 35px 0 11px;
    margin: 0 0 11px 0;
    background: #fff url(/tpl/common/img/sprite-28.png) right -23px no-repeat;
    border: #e0e0e0 1px solid;
    border-bottom: 0;
    border-radius: 3px;
    box-shadow: 0 -1px 0px 0px #a0a0a0;
    font-size: 18px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.volunt-input.email {
    background-position: right -59px;
}

.volunt-input.password {
    background-position: right -98px;
}

.volunt-form .filters-buttons {
    display: block;
    width: 296px;
    margin: 7px 0 10px 0;
}

/*  small checkbox styling begin */

.checkbox-small {
    position: relative;
    margin-bottom: 7px;
    text-align: left;
}

.checkbox-small input[type=checkbox] {
    opacity: 0;
}

.checkbox-small label {
    margin-left: 5px;
}

.checkbox-small label:after {
    position: absolute;
    top: 2px;
    left: 0px;
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid #939598;
}

.login-chekbox-small.checkbox-small label:after {

    left: 0px;
}

.checkbox-small input[type=checkbox]:checked + label:after {
    background: #fff url(/tpl/common/img/sprite-14.png) center -35px no-repeat;
}

/*  small checkbox styling end */

.sign-up {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 9px 0 0px 0;
    padding: 0px 46px;
    background: #f3f3f3;
    background: -webkit-linear-gradient(#fefefe, #e7e7e7);
    background: -o-linear-gradient(#fefefe, #e7e7e7);
    background: -moz-linear-gradient(#fefefe, #e7e7e7);
    background: linear-gradient(#fefefe, #e7e7e7);
    border: 0;
    border-radius: 3px;
    outline: 0;
    font-family: Tahoma;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 0px 1px 1px #fafafa;
}

.sign-up:hover {
    cursor: pointer;
    background: #E8E8E8;
    background: -webkit-linear-gradient(#FFFFFF, #D7D7D7);
    background: -o-linear-gradient(#FFFFFF, #D7D7D7);
    background: -moz-linear-gradient(#FFFFFF, #D7D7D7);
    background: linear-gradient(#FFFFFF, #D7D7D7);
}

.sign-up:active {
    background: #DFDFDF;
}

.column.right {
    width: 525px;
}

.column p {
    margin: 0 0 20px 0;
}

.volunt-section-2 {
    padding: 0 0 20px 0;
    background: #00c2cf;
    background: -webkit-radial-gradient(bottom, 40% 50%, #6fd3d9, #00c2d0);
    background: -o-radial-gradient(bottom, 40% 50%, #6fd3d9, #00c2d0);
    background: -moz-radial-gradient(bottom, 40% 50%, #6fd3d9, #00c2d0);
    background: radial-gradient(bottom, 40% 50%, #6fd3d9, #00c2d0);
}

.section-triangle-wrap {
    position: absolute;
    top: -30px;
    right: 0;
    width: 100%;
    text-align: center;
}

.section-triangle {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 212px;
    height: 30px;
}

.section-triangle:after {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 0;
    content: '';
    border: 106px solid transparent;
    border-top: 0;
    border-bottom: 30px solid #00c2cf;
}

/*  ____________  slider begin  ____________  */

.slider {
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
}

.slides {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    list-style: none;
}

.slide {
    float: left;
    clear: none;
    width: 100%;
}

.slider-arrows {

}

.slider-arrow {
    position: absolute;
    top: 44%;
    display: block;
    width: 85px;
    height: 85px;
    background: url(/tpl/common/img/slider-arrows.png) 24px 18px no-repeat;
    border: #fff 5px solid;
    border-radius: 100px;
    box-shadow: 1px 0px 0px 0px #46a4aa;
    opacity: .9;
}

.slider-arrow:hover {
    opacity: 1;
}

.slider-arrow--right {
    right: 50px;
    background-position: 33px -81px
}

.slider-arrow--left {
    left: 50px;
}

.slider-nav {
    position: absolute;
    top: 10px;
}

.slider-nav__item {
    width: 10px;
    height: 10px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #B6ECEF;
    border-radius: 40px;
    box-shadow: 1px 1px 0px 0px #56B5BA;
}

.slider-nav__item:hover {
    background: #fff;
}

.slider-nav__item--current {
    background: #fff;
}

/*  __________  slider end  __________  */

.requirements {
    padding-top: 15px;
}

.requirements p {
    font-size: 18px;
    min-height: 57px;
    margin: 0 0 7px 0;
}

.requirements p img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 14px 0 0;
    border-radius: 100px;
}

.requirements p:hover img {
    box-shadow: 1px 0px 0px 0px #3C8C91;
}

.requirements p span {
    vertical-align: -9px;
}

.sign-wrap {
    margin: -25px 0 0 0;
    text-align: right;
}

.volunt-section-3 {
    padding-bottom: 20px;
}

.volunt-section-3 .section-triangle:after {
    border-bottom: 30px solid #066EAB;
}

.panel.methods {
    min-height: 842px !important;
}

.volunteer-row {

}

.nopadding1 {
    padding-left: 20px;
}

.volunteer {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 96px;
    height: 96px;
}

.volunteer-info {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 90%;
    height: 30px;
    padding: 0 5%;
    background: #006dc5;
    background: rgba(0, 109, 197, .6);
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.volunteer:hover .volunteer-info {
    bottom: 0;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.volunteer-photo {
    display: block;
    width: 100%;
    height: 100%;
}

.short-footer {
    position: relative;
    padding-bottom: 15px;
}

/*  _________  profile  _________  */

#user-profile {
    background: #fff;
    border: #dcd6d6 1px solid;
}

#user-profile a.pull-right:hover {
    text-decoration: underline;
}

.profile-user {
    min-height: 26px;
    padding: 12px 16px 12px 12px;
    background: #f6f6f6;
    font-weight: 700;
    font-size: 18px;
}

span {
    font-weight: 400;
    margin-left: 5px;
}

.edit-pofile {
    display: inline-block;
    float: right;
    font-weight: 400;
    font-size: 14px;
    color: #9a9a9a;
    text-decoration: none;
}

.edit-pofile:hover {
    text-decoration: underline;
}

.profile-photo-wrap {
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
    width: 14%;
}

.profile-photo {
    position: relative;
}

.profile-photo img {
    display: block;
    width: 137px;
    height: 137px;
    -webkit-transition: width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    -moz-transition: width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    -o-transition: width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    transition: width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
}

.profile-user-country {
    position: absolute;
    right: 3px;
    bottom: 4px;
    width: 23px;
    height: 17px;
}

.profile-user-country.uk {
    background-position: center 0;
    background: url(/tpl/common/img/country.png) no-repeat;
}

.profile-user-country.italy {
    background-position: center -21px;
}

.profile-complete {
    padding: 3px 0 8px 0;
    background: #f6f6f6;
    text-align: center;
    font-size: 11px;
    color: #666666;
}

.profile-complete.univer-complete {
    padding: 10px 0 21px 0;
}

.complete-line {
    position: relative;
    width: 112px;
    height: 4px;
    margin: 5px auto auto auto;
    background: #fff;
    border: #c6c6c6 1px solid;
}

.line-progress {
    height: 2px;
    background: #00a600;
    border-top: #00c400 1px solid;
    border-bottom: #009500 1px solid;
    border-left: #00a700 1px solid;
}

.line-progress.line-progress-50 {
    width: 0%;
}

.line-progress-border {
    border-bottom: #00e400 1px solid;
}

.profile-info-wrap {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    margin: 0 0 0 0px;
}

.profile-info-text {
    height: 110px;
    overflow: hidden;
}

.univer-info-text.profile-info-text {
    height: 210px;
}

.profile-info {
    display: inline-block;
    vertical-align: top;
    width: 247px;
    margin: 0 0 0 20px;
    line-height: 20px;
}

.profile-info h3 {
    margin: 13px 0 8px 0;
    font-family: Verdana;
    font-weight: 700;
    font-size: 14px;
}

.profile-info-wrap .profile-info h3:not(:first-child) {
    margin-top: 25px;
}

.profile-row {
    margin: 0 0 5px 0;
    overflow: hidden;
}

.profile-row p {
    word-wrap: break-word; /* Перенос слов */
}

.content-tabs {
    padding: 15px;
}

.profile-label {
    display: inline-block;
    width: 90px;
    color: #9a9a9a;
}

.profile-info-2 {
    width: 540px;
    margin: 0;
}

.profile-row ul {
    list-style-type: disc;
    padding-left: 20px;
}

.profile-row.second-color {
    color: #0066d0;
}

.first-contact {
    display: inline-block;
    width: 230px;
    margin: 0 0 0 0;
}

.second-contact {
    display: inline-block;
}

.profile-row a {
    color: #0072c8;
    text-decoration: none;
}

.profile-row a:hover {
    color: #0093FF;
}

.profile-row a:active {
    color: #005F8C;
}

.profile-info-wrap .more-results {
    margin-top: 27px;
    border-right: 0;
    border-left: 0;
}

.univer-more-results.more-results {
    margin-top: 0;
}

.profile-nav {
    display: block;
    min-height: 43px;
    margin: 9px 0 0 0;
    padding: 0 0 0 145px;
    background: #0086d3;
    background: -webkit-linear-gradient(#19a0e3, #006ec6);
    background: -o-linear-gradient(#19a0e3, #006ec6);
    background: -moz-linear-gradient(#19a0e3, #006ec6);
    background: linear-gradient(#19a0e3, #006ec6);
}

.message-profile-nav.profile-nav {
    padding: 0 0 0 11px;
}

.profile-nav li {
    list-style: none;
    float: left;
}

.profile-nav a {
    position: relative;
    display: inline-block;
    height: 23px;
    padding: 10px 15px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}

.profile-nav a:hover {
    background: #007ECA;
}

.profile-nav a:active {
    background: #0072c8;
}

.profile-nav a.active {
    background: #0072c8;
}

.profile-nav a.button {
    color: #0073c8;
    padding: 2px 18px;
    border: 1px solid #fff;
    margin-top: 7px;
    margin-right: 12px;
    line-height: 23px;
    font-size: 14px;
}

.unlink-univercity-info {
    text-decoration: none;
}

.unlink-univercity-info:hover {
    text-decoration: underline;
}

.active-triangle {
    display: none;
    position: absolute;
    bottom: 4px;
    right: 0;
    width: 100%;
    height: 14px;
    text-align: center;
}

a.active .active-triangle {
    display: block;
}

.active-triangle div {
    display: inline-block;
    height: 1px;
    width: 1px;
    border: transparent 6px solid;
    border-bottom: #f6f6f6 7px solid;
}

.profile-content-wrap {
    position: relative;
    display: table;
    width: 100%;
    background: #f6f6f6;
}

.profile-sidebar {
    display: table-cell;
    vertical-align: top;
    width: 125px;
    height: 100%;
    padding: 10px;
    border-right: #e3e3e3 1px solid;
}

.profile-sidebar a {
    display: table;
    margin: 13px 0 0 0;
    font-size: 17px;
    color: #CDCDCD;
    text-decoration: none;
    width: 90%;
}

.profile-sidebar a:hover {
    color: #919191;
}

.profile-sidebar a:active {
    color: #6B6B6B;
}

.profile-sidebar a.active {
    padding-right: 10px;
    background: url(/tpl/common/img/sprite-4.png) right 10px no-repeat;
    color: #8b8b8b;
}

.profile-content {
    display: table-cell;
    vertical-align: top;
    width: 750px;
    padding: 26px 45px 17px 19px;
}

.profile-form input {
    /*box-sizing: content-box;*/
}

.count-message {
    font-size: 13px;
    float: right;
    margin-top: 4px;
}

.new-message {
    font-weight: 700;
}

/*  input radio start  */
.radio {
    display: none;
}

.radio + .label {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 17px;
    line-height: 16px;
    cursor: pointer;
}

.radio:checked + .label {
    background-position: 0 -18px;
}

.label {
    margin: 0 28px 0 0;
    background: url(/tpl/common/img/radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*  input radio end  */
.line-volume {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #969696;
    margin-top: 20px;
}

.form-row {
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    width: 100%;
    display: inline-block;

}

.half-row.right-row {
    float: right;
}

.half-row {
    width: 47%;
    float: left;
    clear: none;
}

.selectors .half-row {
    float: none;
    margin-top: 10px;
}

.right-half-row {
    width: 52%;
    display: inline-block;
    float: right;
}

.right-half-row .filters-buttons {
    margin-top: 20px;
}

.triple-half-row {
    width: 25%;
    display: inline-block;
    margin-left: 10px;
    float: right;
}

.setting-gender {
    display: inline-block;
}

.triple-half-row a.button {
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    font-size: 18px;
    background-color: #fff;
    color: #000;
    border: 1px solid #c1c1c1;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 40px;
}

.setting-gender a.button {
    padding: 5px 10px;
    margin-top: 0px;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    background-color: #fff;
    color: #000;
    border: 1px solid #c1c1c1;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.triple-half-row a.button:hover,
.setting-gender a.button:hover {
    background-color: #1b88ca;
    color: #fff;
}

.triple-half-row a i {
    font-size: 15px;
}

.all-departments a {
    font-size: 16px;
    color: #0072c8;
    text-decoration: none;
}

.all-departments a:hover {
    text-decoration: underline;
}

.all-departments a i.fa:hover {
    text-decoration: none;
    color: #011345;
}

.all-departments a .fa {
    font-size: 17px;
    display: none;
}

.all-departments p:hover .fa {
    display: inline-block;
}

/*  fields form  */
input,
select,
textarea {
    width: 100%;
    background: none repeat scroll 0% 0% #FFF;
    border: #d0d0d0 1px solid;
    border-radius: 5px;
    padding: 6px 5px;
    margin: 0;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box; /* Для Firefox */
    box-sizing: border-box; /* Ширина блока с полями */
}

select {
    height: 32px;
}

input[type=checkbox],
input[type=radio] {
    width: auto;
}

.payment input {
    text-align: right;

}

.payment input,
.payment textarea {
    border: #016fc6 2px solid;
}

.payment button::before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: #959595 0 2px 5px;
    -moz-box-shadow: #959595 0 2px 5px;
    border-radius: 3px;
    box-shadow: #959595 0 2px 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding: 2px 0 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.payment button:active::before {
    padding: 1px 0 0;
}

.payment button {
    background: #99b6df;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#99b6df), to(#638ec8));
    background: -moz-linear-gradient(#99b6df, #638ec8);
    background: linear-gradient(#99b6df, #638ec8);
    border: solid 1px #6d94ce;
    border-bottom: solid 3px #3867ac;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 0 0 0 1px #bbcfeb;
    color: #fff;
    text-shadow: 0 1px 0 #3c61ab;
    display: inline-block;
    font: bold 12px Arial, Helvetica, Clean, sans-serif;
    margin: 0 0;
    position: relative;
    top: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.payment button:hover {
    background: #638ec8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#638ec8), to(#99b6df));
    background: -moz-linear-gradient(#638ec8, #99b6df);
    background: linear-gradient(#638ec8, #99b6df);
    border: solid 1px #6d94ce;
    border-bottom: solid 3px #3867ac;
    box-shadow: inset 0 0 0 1px #bbcfeb;
}

.payment button:active {
    background: #638ec8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#638ec8), to(#99b6df));
    background: -moz-linear-gradient(#638ec8, #99b6df);
    background: linear-gradient(#638ec8, #99b6df);
    border: solid 1px #6d94ce;
    box-shadow: inset 0 10px 15px 0 #4176c4;
    top: 2px;
}

.payment form {
    height: 350px;
}

.payment h3 {
    margin: 15px 0 15px;
}

/*  short-select start  */
.payment > img {
    vertical-align: middle;
    margin: 25% 2%;
}

.reg-uni-form .payment {
    margin-top: 30%;
    margin-bottom: 30%;
}

.short-select-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 0;
    content: '';
    width: 19%;
    height: 32px;
    border: none;
    border-right: #c5c5c5 1px solid;
    border-left-top-radius: 5px;
    border-left-bottom-radius: 5px;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.short-select-wrap:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    z-index: -1;
    width: 20px;
    height: 100%;
    background: url(/tpl/common/img/sprite-20.png) right 16px no-repeat;
    border-radius: 0;
}

.short-select {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 8px;
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Tahoma;
    font-size: 15px;
    color: #3c3c3c;
}

.short-select::-ms-expand {
    display: none;
}

.form-row :-moz-any(.short-select-wrap):before {
    background: #fff url(/tpl/common/img/sprite-20.png) right 13px no-repeat;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    pointer-events: none;
    z-index: 1;
}

/*  short-select end  */
.short-input {
    width: 65%;
    /*height: 19px;*/
    /*padding: 6px 10px 6px 2%;*/
    background: transparent;
    border: none;
    border-radius: 5px;
    outline: none;
    font-family: Tahoma;
    font-size: 15px;
}

.short-input:required,
.short-select-wrap.required,
.profile-input.half:required {
    background: url(/tpl/common/img/sprite-7.png) 99% 2px no-repeat;
}

.profile-input {
    background: #fff;
    font-family: Tahoma;
    font-size: 15px;
}

.profile-input[type="date"] {
    width: 84%;
    margin: 0 0 1px 0px; /*https://dev.studyqa.com/profile/institution*/
}

.profile-input:required {
    background: #fff url(../img/sprite-7.png) 99.5% 1px no-repeat;
}

.short-select-wrap.right {
    border-left: #c5c5c5 1px solid;
    border-right: 0;
}

.short-select-wrap.right:before {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

input:disabled {
    background: #fcfcfc;
    color: #9A9A9A;
    cursor: not-allowed;
}

input:invalid {
    box-shadow: none;
}

::-webkit-input-placeholder {
    color: #A6A6A6;
}

:-moz-placeholder {
    color: #A6A6A6;
    opacity: 1;
}

::-moz-placeholder {
    color: #A6A6A6;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #A6A6A6;
}

.date-row {
    width: 46%;
    z-index: 1;
}

.selectors-row {
    width: 53%;
    margin-top: 10px;
}

.sidebar-wrap .selectors-row {
    width: 82%;
    margin-bottom: 10px;
}

.full-half-row {
    width: 88%;
}

.setting-row {
    margin-top: 0px;
    width: 95%;
}

.founded-date-row {
    width: 32%;
}

.date-row .date-input {
    width: 100%;
}

.founded-date-row .date-input {
    width: 75%;
}

.univer-date-row {
    float: right;
}

.founded-year {
    position: relative;
    top: 26px;
    display: inline;
    margin-right: 20px;
}

.founded-year h4 {
    display: inline;
}

.date-input {
    background: #fff url(/tpl/common/img/sprite-24.png) 3% -38px no-repeat;
    padding-left: 35px;
    /*height: 18px;*/
}

.valid-date-input.date-input {
    padding-left: 35px;
    background: url(/tpl/common/img/sprite-24.png) 3% -38px no-repeat, url(../img/sprite-7.png) 99.5% 2px no-repeat, #fff;
}

.fields-finis .valid-date-input.date-input {
    padding-left: 35px;
}

.fields-finis .date-row {
    width: 100%;
}

.profile-footer {
    padding: 16px 0 22px 158px;
    background: #f6f6f6;
    border-top: #e4e4e4 1px solid;
    border-bottom: #bdb9b8 1px solid;
}

.profile-footer-column {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 41%;
}

.profile-footer-column.last {
    width: 125px;
}

.profile-footer-red {
    color: #af0000;
    font-weight: 700;
}

.profile-submit {
    display: inline-block;
    height: 32px;
    /*padding: 0 0 0 0;*/
    border: #38ba38 1px solid;
    background: #38ba38;
    outline: 0;
    text-align: left;
}

.profile-submit:hover {
    cursor: pointer;
    color: #38ba38;
    background: #fff;
    border: #38ba38 1px solid;
}

.profile-submit {
    font-size: 14px;
    color: #fff;
}

.profile-submit i {
    font-size: 26px;
    vertical-align: middle;
}

.profile-submit:active {
    color: #fff;
    background: #38ba38;
    border: #fff 1px solid;
}

.profile-submit:hover + .profile-submit {
    color: #38ba38;
    background: #fff;
    border: #38ba38 1px solid;
}

.profile-submit:active + .profile-submit {
    color: #fff;
    background: #38ba38;
    border: #fff 1px solid;
}

.profile-submit-text {
    float: left;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 70%;
    padding: 0 10px;
    margin: 0;
    border-radius: 3px 0px 0px 3px;
    border-right: #fff 1px solid;
}

.profile-submit-arrow {
    float: right;
    display: block;
    vertical-align: middle;
    width: 30%;
    height: 32px;
    padding: 0 12px;
    border-radius: 0px 3px 3px 0px;
    background: #38ba38;
    border-left: #fff 1px solid;
}

.arrow-line-submit {
    width: 0;
    height: 0;
    display: block;
}

p.little-text {
    font-size: 12px;
}

.profile-h2 {
    margin: 0;
    font-size: 18px;
}

.profile-h3 {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.profile-user-name {
    color: #000;
}

.total-title {
    width: 49%;
}

.total-title input {
    width: 100%;
}

.png-ico {
    position: absolute;
    top: -1px;
}

.png-ico img {
    max-width: 30px;
}

.png-ico:hover img {
    -webkit-transform: scale(1.5);
    -khtml-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

@-webkit-keyframes anim-rotate {
    0% {
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        -khtml-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes anim-rotate {
    0% {
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        -khtml-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/*  ______  profile checkbox styling begin  ______  */

.profile-checkbox {
    position: relative;
    margin: 20px 0 0 0;
    padding-left: 22px;
    font-size: 14px;
    line-height: 19px;
}

.profile-checkbox input[type=checkbox] {
    display: none;
}

.profile-checkbox label:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid #939598;
}

.profile-checkbox input[type=checkbox]:checked + label:after {
    background: #fff url(../img/sprite-14.png) center -35px no-repeat;
}

/*  ______  profile checkbox styling end  ______  */

/*  ___________  profile-select styling begin  ___________  */

.profile-select-wrap {
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    background-color: #fff;
    position: relative;
    line-height: 30px;
}

.profile-select-wrap:before {
    position: absolute;
    top: 1px;
    right: 1px;
    content: '';
    display: block;
    z-index: -1;
    width: 23px;
    height: 98%;
    background: #fff url(../img/sprite-20.png) 5px 13px no-repeat;
    border-radius: 0;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.ui-widget .profile-select-wrap:before {
    height: 95%;
}

/*
.myleads-content .profile-select-wrap:before {
  width: 9px;
}*/
.border-profile-select {
    border-right: #d0d0d0 1px solid;
    border-radius: 0;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.disabled.profile-select-wrap:before {
    right: 1px;
}

.required.profile-select-wrap:before {
    right: 1px;
}

.half.required.profile-select-wrap:before {
    right: 1px;
}

.required.profile-select-wrap:before {
    background: #fff url(../img/sprite-1.png) right 1px no-repeat;
}

.profile-select-wrap p,
.title-wrap p,
.profile-radio-wrap p {
    position: absolute;
    right: -36px;
    top: -9px;
    font-weight: 700;
}

.title-wrap,
.profile-radio-wrap {
    position: relative;
}

.profile-radio-wrap .safari-radio + .safari-label {
    font-size: 13px;
}

.sidebar-checkbox.title-wrap {
    width: 73%;
}

.profile-select {
    width: 100%;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Tahoma;
    font-size: 1em;
    color: #3c3c3c;
}

.profile-select::-ms-expand {
    display: none;
}

.form-row :-moz-any(.profile-select-wrap):before {
    background: #fff url(../img/sprite-20.png) -1px 13px no-repeat;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    pointer-events: none;
    z-index: 1;
}

.form-row :-moz-any(.profile-select-wrap.required):before {
    background: #fff url(../img/sprite-1.png) right 1px no-repeat;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    pointer-events: none;
    z-index: 1;
    height: 92%;
}

/*  ___________  profile-select styling end  ___________  */

.profile-select-wrap.required {
    background: #fff, url(../img/sprite-7.png) 99.3% 2px no-repeat;
}

.autocomplete-profile-select.profile-select-wrap:before {
    height: 98%;
}

.autocomplete-profile-select.profile-select-wrap.multiple-profile-select-wrap:before {
    height: 5%;
}

.profile-select-wrap.disabled {
    opacity: .8;
}

.profile-select-wrap.disabled .profile-select {
    cursor: not-allowed;
}

.profile-add {
    float: none;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    color: #0072c8 !important;
}

.profile-add:hover {
    color: #0088EC;
    text-decoration: none !important;
}

.profile-add:active {
    color: #005F8C;
}

.form-row-margin {
    position: relative;
}

.form-row.big-margin, .form-row-margin.big-margin {
    margin-top: 40px;
}

.form-row .yes-required {
    background: #fff;
    width: 99%;
    border: #d0d0d0 1px solid;
    border-radius: 5px;
    outline: none;
    display: inline-block;
    position: relative;
}

.form-row .no-required {
    background: #fff;
    width: 100%;
    border: #d0d0d0 1px solid;
    border-radius: 5px;
    outline: none;
    display: inline-block;
    position: relative;
}

.shorter-input {
    width: 32%;
    border-radius: 0;
}

.shorter-input.last {
    border-left: #c5c5c5 1px solid;
}

/*  ______  profile > academic_background  ______  */
.inline-row {
    display: inline-block;
    vertical-align: top;
    float: none !important;
}

.inline-row.right {
    margin-left: 41px;
}

.founded-date-row.inline-row.right {
    margin-left: 20px;
}

.profile-form .filters-buttons {
    width: auto;
    padding-right: 20px;
}

.filters-buttons.required {
    background: #fff url(../img/sprite-7.png) 98% 8px no-repeat;
}

.long-date-row {
    width: 100%;
}

.long-date-input.valid-date-input.date-input {
    width: 93%; /*https://dev.studyqa.com/profile/institution*/
    background: url(/tpl/common/img/sprite-24.png) 1% -38px no-repeat, url(../img/sprite-7.png) 99.5% 2px no-repeat, #fff;
}

.long-date-input.date-input {
    width: 92%; /*https://dev.studyqa.com/profile/institution*/
    background: url(/tpl/common/img/sprite-24.png) 1% -38px no-repeat, #fff;
}

.profile-input.half {
    border-radius: 0;
    border: #d0d0d0 0px solid;
    background: transparent;
    box-sizing: border-box;
    width: 49%;
}

.profile-input.half.last {
    border-left: #d0d0d0 1px solid;
}

.yes-required select {
    border: 0;
    border-left: #d0d0d0 1px solid;
    border-radius: 0;
}

.un-yes-required .profile-input.half {
    border: 0;
}

.un-yes-required .profile-input.half + .half {
    border: 0;
    border-left: #d0d0d0 1px solid;
}

.un-yes-required .profile-input.long {
    border: 0;
    border-top: #d0d0d0 1px solid;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.profile-select-wrap.half {
    width: 49%;
    box-sizing: border-box;
}

.profile-content .profile-select-wrap.half {
    width: 50%;
    display: inline-block;
}

.profile-textarea {
    height: 90px;
    font-family: Tahoma;
    font-size: 15px;
}

/*  profile > tests  */

.form-row.download-row {
    height: 32px;
}

.download-row select {
    border-right: 0;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.download-row .no-required {
    height: 32px;
}

.profile-input.fourth {
    width: 25%;
    height: 33px;
    margin-bottom: 0;
    background: transparent;
    border: 0;
    border-left: #d0d0d0 1px solid;
    border-radius: 0;
    box-sizing: border-box;
}

.profile-input.fourth:first-child {
    border-left: 0;
}

/*  profile > upload docs  */

.profile-select-75 {
    display: inline-block;
    vertical-align: top;
    width: 75%;
}

.profile-select-75:before {
    background: #fff !important;
    border-radius: 0 !important;
    height: 95% !important;
    right: 0px !important;
}

/*  ____  input file styling start  ____  */

.profile-download-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 25%;
    height: 32px;
    background: #D6D6D6;
    background: -webkit-linear-gradient(#efefef, #afafaf);
    background: -o-linear-gradient(#efefef, #afafaf);
    background: -moz-linear-gradient(#efefef, #afafaf);
    background: linear-gradient(#efefef, #afafaf);
    border: none;
    border-left: #C0C0C0 1px solid;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: none;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    text-shadow: 0px 0px 2px #eeeeee;
}

.profile-download-wrap:hover {
    cursor: pointer;
    background: #C8C8C8;
    background: -webkit-linear-gradient(#f8f8f8, #A0A0A0);
    background: -o-linear-gradient(#f8f8f8, #A0A0A0);
    background: -moz-linear-gradient(#f8f8f8, #A0A0A0);
    background: linear-gradient(#f8f8f8, #A0A0A0);
}

.profile-download-wrap:active {
    background: #B6B6B6;
    background: -webkit-linear-gradient(#d2d2d2, #efefef);
    background: -o-linear-gradient(#d2d2d2, #efefef);
    background: -moz-linear-gradient(#d2d2d2, #efefef);
    background: linear-gradient(#d2d2d2, #efefef);
}

.profile-download {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 31px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.profile-download:hover {

}

/*  ____  input file styling end  ____  */

.profile-article {
    padding: 23px 19px 10px 19px;
}

.profile-article h2 {
    margin: 0;
    font-size: 18px;
}

.profile-article p {
    margin: 15px 0;
}

.profile-form.small-padding-top {
    padding-top: 10px;
}

.profile-short-p {
    margin: 20px 0 15px 0;
}

.profile-checkbox.small-margin {
    margin-top: 11px;
}

.form-row.no-margin-top {
    margin-top: 0;
}

.profile-input.third, .profile-select-wrap.third {
    width: 37.5%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.no-required .third {
    border: 0;
    border-radius: 0;
}

.no-required .third select {
    border: 0;
    border-radius: 0;
}

.profile-select-wrap.third:before {
    border-radius: 0;
}

.profile-input.third {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    background: transparent;
    border-right: #C0C0C0 1px solid;
    border-radius: 0;
}

/*  ___  profile > relationship  ___  */

/*  ____  добавление родителей  ____  */

.profile-add-right {
    width: 100%;
}

.profile-add-right .show-parent-2 {
    margin-right: 10px;
}

.profile-parent-2, .profile-relative {
    display: none;
}

.profile-add.show-parent-2, .profile-add.show-relative {
    float: none;
}

.profile-fieldset {
    margin: 20px 0 0 0;
    padding: 0 2.5% 10px 2.5%;
    border: #9F9F9F 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
}

.sidebar-fieldset {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 7%;
    border: #9F9F9F 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
}

.profile-fieldset.no-margin {
    margin-top: 0;
}

/*  ____  404  ____  */
.text-404 {
    margin: 50px 0;
    color: #fff;
}

.text-404 a {
    color: #D7EEFF;
}

.text-404 a:hover {
    text-decoration: none;
}

.text-404 a:active {
    color: #005493;
}

.remove-link {
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    margin: 19px 0 0 5px;
    background: url(/tpl/common/img/remove.png) 0 0 no-repeat;
    opacity: .7;
filter(alpha: opacity = 7);
}

.remove-link:hover {
    opacity: 1;
filter(alpha: opacity = 100);
}

.remove-link:active {
    opacity: .7;
filter(alpha: opacity = 7);
}

.profile-more-info {
    display: none;
    margin-left: -137px;
}

.profile-more-info.block {
    display: block;
    margin: 0;
    padding: 10px;
}

.profile-more-info .green-btn {
    width: 175px;
    float: right;
    margin: 0;
}

.profile-more-info .green-btn:hover {
    border: 1px solid #38BA38;
}

.univer-more-results + .profile-more-info {
    margin-left: 0;
}

.profile-more-info .profile-row {
    margin: 10px 0;
}

.profile-more-info .profile-row.separate-block {
    margin: 10px 0 34px;
}

.profile-more-info .column-profile-row {
    display: block;
    float: right;
    width: 49%;
}

.column-row {
    display: block;
    float: left;
    width: 65%;
}

.column-row-mini {
    display: block;
    float: right;
    width: 35%;
}

.profile-more-info .column-profile-row + .column-profile-row {
    float: left;
}

.profile-more-info .column-profile-row.desription-column-profile-row {
    width: 55%;
}

.profile-more-info .profile-info {
    width: 97%;
    border-bottom: 1px solid #dcd6d6;
    padding: 20px 0;
}

.profile-more-info .profile-info:last-child {
    border-bottom: 0px;
}

.profile-more-info .profile-label {
    width: 39%;
    display: inline-block;
    vertical-align: top;
}

.desription-column-profile-row .profile-label {
    width: 28%;
}

.profile-more-info .profile-label-info {
    width: 59%;
    display: inline-block;

    vertical-align: bottom;
}

.desription-column-profile-row .profile-label-info {
    width: 71%;
}

.profile-more-info .profile-label-info p + br {
    line-height: 2.2;
}

.second-column-profile-row .profile-label-info {
    width: 65%
}

.profile-label-info span i {
    margin-left: 5px;
    margin-right: 5px;
}

.profile-more-info .sublings-profile-row {
    font-size: 12px;
    margin: 3px 0;
}

.profile-more-info .parent-profile-row {
    margin: 10px 0 0;
}

.profile-more-info .sublings-profile-row p {
    font-size: 12px;
}

.profile-more-info p {
    display: inline-block;
    margin: 0;
    min-width: 80px;
}

.profile-more-info p span {
    margin-right: 10px;
}

/*  .profile-more-info p a,
  .profile-more-info p span{
    display: block;
  }*/
.profile-more-info p span.xs-font {
    font-size: 8px;
    line-height: 1.3;
    margin: 0;
}

.profile-more-info p span {
    font-size: 12px;
    line-height: 1.3;
}

.profile-info-show:active {
    border-top: 0;
    border-bottom: #d8d3d3 1px solid;
}

.profile-menu-button {
    display: none;
}

.show-full-description {
    float: right;
    font-size: 12px;
}

.results-all-departments {
    display: inline-block;
    text-align: center;
    margin: 15px 10px;
    cursor: pointer;
    padding: 5px 50px;
    color: #0072c8;
    font-size: 20px;
    font-weight: 700;
    background-color: #fff;
    border: 2px solid #0072c8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.results-all-departments:hover {
    color: #fff;
    background-color: #0072c8;
}

/*  ________  sign  ________  */

.sign-header {
    min-height: 50px;
}

.sign-panel {
    float: right;
    display: inline-block;
    vertical-align: top;
}

.sign-form {

}

.sign-input-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
}

.sign-input {
    display: inline-block;
    width: 186px;
    height: 29px;
    padding: 0 35px 0 11px;
    margin: 0 0 6px 0;
    background: #fff url(../img/sprite-28.png) right -23px no-repeat;
    border: #e0e0e0 1px solid;
    border-radius: 3px;
    box-shadow: 0 -1px 0px 0px #a0a0a0;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sign-input:focus {

}

.sign-input.email {
    background-position: right -64px;
}

.sign-input.password {
    background-position: right -102px;
}

.sign-panel .checkbox-small {
    font-size: 13px;
}

.sign-forgot-password {
    display: table;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
    color: #0072c8;
}

.sign-forgot-password:hover {
    color: #0088EC;
}

.sign-forgot-password:active {
    color: #005F8C;
}

.sign-buttons-wrap {
    display: inline-block;
    vertical-align: top;
}

.sign-button {
    position: relative;
    display: inline-block;
    height: 29px;
    line-height: 25px;
    margin: 35px 5px 0 5px;
    box-shadow: 0px 1px 0px 0px #07b7f0 inset;
}

.sign-button:hover {
    cursor: pointer;
}

.sign-button.link {
    height: 27px;
    line-height: 26px;
}

.sign-form .checkbox-small label:after {
    top: 0;
}

.copied-content {
    position: relative;
}

.add_block {
    top: 0px;
    z-index: 1;
}

.remove_block {
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 1;
}

.remove-content {
    position: relative;
}

@-moz-document url-prefix() {

    .program-differ button + p {
        margin-top: 10px;
    }
    .profile-select-wrap:before {
        height: 91%;
    }
    h4.ui-accordion-header {
        top: -10px;
        margin-bottom: -5px !important;
    }
    .filters-input {
        width: 267px;
    }
    .autocomplete-profile-select.profile-select-wrap:before {
        height: 93%;
    }
    .half.profile-select-wrap:before {
        height: 97%;
        right: 0px !important;
    }
    .custom-combobox input {
        /*height: 20px;*/
    }
    .third.profile-select-wrap:before {
        height: 96%;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    h4.ui-accordion-header {
        top: -10px;
        margin-bottom: -5px !important;
    }
}

.new_html {
    margin: 0;
    position: relative;
}

/*  __________  search_by_filter  __________  */
.sidebar.relocate {
    float: right;
}

.filters-wrap.small-padding-bottom {
    padding-bottom: 16px;
}

.search-buttons-wrap {
    padding: 15px 0 0 0;
}

.search-button {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 0 0;
    padding: 5px 12px 6px 27px;
    background: #fff;
    border-radius: 8px;
    font-size: 15px;
    text-decoration: none;
}

.search-button.search-button-tag {
  padding: 5px 6px 6px 6px;
  background: #fff;
  border-radius: 8px;
  font-size: 15px;
  text-decoration: none;
}

.search-button.search-button-tag:hover i {
  color: #ffffff;
}

.sort-by {
    background: #f6f6f6;
    border-top: #ededed 1px solid;
    border-right: #dad7d7 1px solid;
    border-bottom: #bbb7b7 1px solid;
    border-left: #dad7d7 1px solid;
    border-radius: 1px;
    box-shadow: 0px 1px 0px #d8d4d4;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 20px;
}

.sort-by-title {
    display: inline-block;
    vertical-align: top;
    padding: 11px 40px 11px 17px;
    background: #DDDDDD;
    background: -webkit-linear-gradient(#f7f7f7, #d6d6d6);
    background: -moz-linear-gradient(#f7f7f7, #d6d6d6);
    background: -o-linear-gradient(#f7f7f7, #d6d6d6);
    background: linear-gradient(#f7f7f7, #d6d6d6);
}

.sort-by-title-triangle-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.sort-by-title-triangle {
    display: inline-block;
    vertical-align: top;
    margin-left: -21px;
    border-top: #f6f6f6 19px solid;
    border-right: #f6f6f6 20px solid;
    border-bottom: #f6f6f6 20px solid;
    border-left: transparent 17px solid;
}

.sort-by-title-triangle-border {
    position: absolute;
    top: 0;
    left: -21px;
    border-top: #d9d9d9 19px solid;
    border-right: #d9d9d9 20px solid;
    border-bottom: #d9d9d9 20px solid;
    border-left: transparent 17px solid;
}

.sort-by-title-triangle-border-2 {
    position: absolute;
    top: 0;
    left: -20px;
    border-top: #f6f6f6 19px solid;
    border-right: #f6f6f6 20px solid;
    border-bottom: #f6f6f6 20px solid;
    border-left: transparent 17px solid;
}

/*  ___________  select styling begin  ___________  */

.search-select-wrap {
    position: relative;
    z-index: 0;
    display: inline-block;
    vertical-align: top;
    height: 39px;
}

.search-select-wrap:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: -1;
    content: '';
    width: 10px;
    padding-right: 15px;
    height: 100%;
    background: url(/tpl/common/img/sprite-11.png) 0 -114px no-repeat;
}

.search-select-wrap.first {
    margin-left: -21px;
}

.search-select {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: 10px;
    padding: 0 14px 0 17px;
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
}

@-moz-document url-prefix() {
    .search-select {
        padding: 0px 9px 0px 12px;
    }
}

.search-select:focus {
    background: rgb(236, 236, 236);
    background: -moz-linear-gradient(top, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(236, 236, 236)), color-stop(100%, rgb(255, 255, 255)));
    background: -webkit-linear-gradient(top, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(top, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgb(236, 236, 236) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ffffff', GradientType=0);
}

.search-select::-ms-expand {
    display: none;
}

:-moz-any(.search-select-wrap):before {
    background: #f6f6f6 url(/tpl/common/img/sprite-11.png) 0 -114px no-repeat;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    pointer-events: none;
    z-index: 1;
}

/*  ___________  select styling end  ___________  */

.quoteExpand {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 30px;
    bottom: -1px;
    left: 0;
    right: 0;
    padding-top: 7px;
    font-size: 18px;
    line-height: 1.2;
    text-shadow: 2px 0px 2px rgba(80, 80, 80, 1);
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: -webkit-linear-gradient(top, rgba(210, 210, 210, 0) 0%, #717171 70%);
    background: -moz-linear-gradient(top, rgba(210, 210, 210, 0) 0%, #717171 70%);
    background: -o-linear-gradient(top, rgba(210, 210, 210, 0) 0%, #717171 70%);
    background: linear-gradient(to bottom, rgba(210, 210, 210, 0) 0%, #717171 70%);
}

.descExpand.quoteCut,
.quoteExpand.quoteCut {
    display: block;
}

/*
.agency-search-block.search-block {
  margin: 2px 0 20px 0;
}
  .agency-search-block.search-block div {
    position: relative;
  }*/
.agency-search-block .sidebar-title {
    margin: 0;
}

.search-blockTitle {
    padding: 5px 20px 10px;
    background: #FFF;
    margin-top: 35px;
    color: #707070;
}

.search-blockTitle h1 {
    color: #e55107;
    font-family: 'PT Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}

.search-block.countries,
.search-block.subjects {
    margin: 12px 0;
    position: relative;
    padding: 10px 0;
    border-bottom: #b2afaf 1px solid;
    background: #FFF;
}

.search-block.countries .search-h3 a {
    color: #000;
}

.subjects a {
    font-size: 16px;
}

.search-block.countries .search-h3 a:hover {
    text-decoration: underline;
}

/* ==== Подгрузка страниц ==== */
.article-page {
    margin: 0;
    background: #fff;
    border-bottom: transparent 1px solid;
    border-top: 0;
}

.article-page table {
    width: 100% !important;
    border: 1px solid #000;
    padding: 5px;
    margin-bottom: 15px;
}

.article-page table td:first-child {
    width: 60%;
}

.article-page table td:nth-child(2) {
    width: 20%;
}

.article-page table td:last-child {
    width: 20%;
}

.article-page ul,
.content ul {
    list-style-type: disc;
    padding-right: 20px;
}

.article-404-page {
    background-color: #fbfbed;
    padding: 0 10px;
    position: relative;
    font-size: 13px;
}

.article-404-page h1,
.article-404-page p {
    margin: 0;
}

.article-date {
    color: #BCBCBC;
    font-size: 12px;
}

ul.non-type-list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

ul.non-type-list {
    margin: 0;
    padding: 0;
}

/*p strong {
  margin: 0.4em 0;
  display: block;
}*/

.article-links-wrap .article-sidebar {
    width: 23%;
    margin: 0 1% 20px;
    float: left;
}

.search-block-half {
    display: inline-block;
    vertical-align: top;
    width: 43%;
}

.search-block .error-page h1 {
    font-size: 22px;
}

.search-block .error-page h2 {
    font-weight: 100;
}

.search-block .error-page a {
    color: #017ece;
    display: inline-block;
}

.search-block .error-page a:hover {
    text-decoration: underline;
}

.search-photo {
    width: 57px;
    margin-right: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.search-desc {
    display: inline-block;
    vertical-align: top;
    font-size: 8px;
    width: 73%;
}

.search-desc p {
    margin: 5px 0 0;
}

.search-desc a {
    display: inline;
}

.search-desc h4 {
    margin: 0;
    font-size: 11px;
    line-height: 1;
}

.search-block .search-univercity {
    /*padding: 10px;*/
    background: #fff;
    border: #d6d2d2 1px solid;
    border-left: transparent 0px solid;
    border-top: transparent 0px solid;
    border-bottom: transparent 0px solid;
}

/*
.agency-search-block.search-block .search-univercity {
  padding: 0px;
}*/
.advertising {
    background-color: #e7e7e7;
    padding: 10px 16px 20px;
    width: 154px;
    font-size: 9px;
    display: block;
    float: right;
    margin: 54px 40px 0 0;
}

.advertising p {
    margin-bottom: 14px;
}

.advertising a {
    float: right;
    font-weight: 700;
}

.advertising img {
    margin: 10px auto 24px;
    width: 148px;
    display: block;

}

.welike-block {
    padding-right: 113px;
}

.welike {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #E55107;
    padding: 10px 15px 10px 10px;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    width: 70px;
}

.welike span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
}

.welike:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    width: 23px;
    background: #E55107;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    transform: skewX(15deg);
}

.search-h3 {
    margin: 0;
    padding: 10px 5px 11px 16px;
    line-height: 20px;
    box-sizing: border-box;
    font-size: 17px;
    max-width: 637px;
}

.search-h3.tags {
    max-width: 570px;
}

.search-h3 span {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    background-color: #FFF;
    text-shadow: 1px 1px 1px #CCC;
    padding: 3px 6px;
    font-weight: bold;
}

.edit-head {
    position: absolute;
    right: 5px;
}

.search-h3 a {
    color: #fff;
}

.link-column-wrap {
    padding: 15px 132px 9px 16px;
    max-height: 121px;
    overflow: hidden;
    padding-bottom: 1px;
    display: block !important;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.search-block.expanded .link-column-wrap,
.minor-univercity-desc-block.expanded {
    max-height: none !important;
}

.link-column {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-column-width: 135px;
    -moz-column-width: 135px;
    column-width: 135px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.content-random-leads {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 10px 0 0 16px;
    box-sizing: border-box;

}

.content-random-leads p strong {
    margin: 0.2em 0;
}

.location-row {
    margin: 0 0 11px 0;
}

.location-link {
    display: inline-block;
    text-decoration: none;
}

.location-number {
    color: #999999;
}

.all-countries-wrap {
    display: inline-block;
    vertical-align: top;
    width: 14%;
    min-height: 41px;
    border-bottom: #efefef 1px solid;
}

.all-countries {
    display: inline-block;
    vertical-align: top;
    color: #666666;
    text-decoration: none;
    line-height: 41px;
}

.all-countries:hover {
    text-decoration: underline;
}

.all-countries:active {
    color: #1C1D18;
}

.search-block-shadow {
    border-bottom: #b2afaf 1px solid;
}

.search-header-gradient {
    color: #fff;
    position: relative;
}

.search-header-gradient img {
    /*background: #e35206;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  padding: 0 13px;
  line-height: 3;
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  color: #FFF;*/
    position: absolute;
    right: -1px;
    top: -1px;
    height: 104%;
}

.search-header-gradient p:before {
    /*content: "";
    border-style: solid;
    border-width: 0 50px 100px 0;
    border-color: transparent #e35406 transparent transparent;
    position: absolute;
    left: -50px;
    top: 0;*/
}

.search-header-gradient i.sign-panel,
.search-block h3 + a i.sign-panel {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 27px;
    color: #fff;
}

.search-header-gradient i.sign-panel.fa-bar-chart {
    right: 45px;
}

.agency-search-block.search-block h3 + a i.sign-panel {
    color: #0170c7;
}

.search-header-gradient a:hover i.sign-panel,
.search-block h3 + a:hover i.sign-panel {
    color: #ffcc00;
}

.search-like {
    font-size: 16px !important;
    color: #c5c5c5;
    padding-right: 10px;
    opacity: .85;
    display: none;
}

.search-like:hover {
    opacity: 1;
}

.search-header-gradient .search-h3 {
    display: inline-block;
    vertical-align: top;
}

.display-table.search-h3 {
    display: table;
    padding: 10px 0px 11px 0px;
}

/*.univercity-photo-agency,*/
.univercity-photo-block {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    box-sizing: border-box;
    width: 20%;
}

/*.univercity-photo-agency h3 {
    font-weight: 100;
    margin-left: 0.5em;
  }
  .univercity-photo-agency p {
    margin-left: 0.5em;
  }
  .agency-img {
    width: 100%;
  }
    .agency-img img {
      width: 22%;
      margin: 0 1%;
    }*/
/*sprite with stars*/
#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
    background: url('/tpl/common/img/star.png') no-repeat;
}

#reviewStars-input {
    /*fix floating problems*/
    overflow: hidden;
    *zoom: 1;
    /*end of fix floating problems*/
    display: inline-block;
    margin: 0.5em 0em 0 0;
    position: relative;
}

#reviewStars-input input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 18px;
    height: 20px;
    position: absolute;
    top: 0;
    z-index: 0;
}

#reviewStars-input input:checked ~ label {
    background-position: 0 0px;
    height: 18px;
    width: 19px;
}

#reviewStars-input label {
    background-position: 0 -24px;
    height: 18px;
    width: 19px;
    float: right;
    cursor: pointer;
    margin: 0 2px;

    position: relative;
    z-index: 1;
}

#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
    background-position: 0 0px;
    height: 18px;
    width: 19px;
}

.univercity-photo-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 98%;
    height: 137px;
}

.agency-search-block .univercity-photo-wrap {
    height: auto;
}

.agency-search-block .profile-submit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 5px 0 10px;
}

.univercity-photo {
    border: 1px solid #BBBBBB;
    display: block;
    max-width: 100%;
    width: 100%;
    height: 99%;
}

.univercity-country .flag {
    position: absolute;
    bottom: 5px;
    right: 5px;
    /*border: 1px solid #BBBBBB;*/
    -ms-interpolation-mode: bicubic;
}

.univercity-desc {
    display: inline-block;
    vertical-align: top;
    width: 79%;
    font-size: 14px;
    box-sizing: border-box;
}

.univercity-desc > div {
    line-height: 1.45;
}

.univercity-desc a {
    line-height: 1.1;
}

.data-item {
    line-height: 1.2;
    margin-bottom: 10px;
}

.agency-search-block .univercity-desc {
    padding: 10px 0;
}

.univercity-desc-block {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 10px 10px;
    box-sizing: border-box;
    /*font-size: 12px;*/ /* слишком мелкий шрифт */
    overflow: hidden;
    position: relative;
}

/*
.univercity-desc-block.agency-desc-block {
  width: 39%;
}*/
.univercity-desc-block .search-links-wrap-button {
    border: 0;
}

.univercity-desc-block .search-links-wrap-button a.search-link.program-link {
    width: 48%;
}

.univercity-desc-block h2 {
    margin: 1.7em 0 0.9em;
}

.univercity-desc-block p {
    margin: 0 0 20px;
    /*font-size: 12px;*/ /* слишком мелкий шрифт */
    line-height: 1.45;
}

.univercity-desc-block i {
    font-size: 14px;
    margin: 0 2px;
    color: #4d4d4d;
}

.univercity-desc-block i:hover {
    color: #0078c5;
}

.minor-univercity-desc-block {
    overflow: hidden;
}

.profile-info-text .univercity-desc-block {
    padding: 5px 10px 16px 14px;
}

.univercity-desc-block h4 {
    margin: 0;
    font-size: 14px;
    color: #136bbd;
}

/*--тэги--*/

.tags {
    padding: 1px 10px 16px 24px;
}

.tags h3 {
    margin: 5px 25px;
    float: left;
}

.tags div {
    margin-left: 91px;
}

.tags a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #004a80;
    color: #404040;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 6px 10px;
    text-shadow: -1px 0 transparent;
}

.tags a:hover {
    text-shadow: -1px 0 #404040;
}

.popular-tags {
    background-color: #fff;
    padding: 10px;
    margin: 20px 0;
}

.popular-tags h1 {
    margin: 0 0 10px;
}

.popular-tags ul {
    margin: 0;
    padding: 0;
}

.popular-tags li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.popular-tags li a {
    color: #000;
}

.popular-tags li a:hover {
    text-decoration: underline;
}

.size-xs {
    font-size: 17px;
}

.size-md {
    font-size: 22px;
}

.size-lg {
    font-size: 27px;
}

.univercity-row {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 7px;
}

.search-univercity span {
    margin-left: 0;
}

.univercity-row.profile-row {
    margin-top: -1px;
}

.agency-social-button a {
    margin: 0 0.2em;
}

.agency-social-button a i {
    line-height: 1.5;
    font-size: 1.4em;
}

.search-links-wrap {
    width: 100%;
    background: #F6F6F6;
    border-top: #d9d5d5 1px solid;
    border-bottom: #b0b0b0 1px solid;
    display: table;
    vertical-align: middle;
}

.search-links-wrap i {
    color: #BBBBBB;
}

.search-links-wrap-button {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border: #d6d2d2 1px solid;
    border-top: transparent 1px solid;
    border-bottom: #b0b0b0 1px solid;
}

.search-link {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0 11px 0;
    font-size: 13px;
    /*border-left: #c3c2c2 1px solid;*/
    border-right: #c3c2c2 1px solid;
    background: #cbcbcb;
    background: -webkit-linear-gradient(#fcfcfc, #cbcbcb);
    background: -o-linear-gradient(#fcfcfc, #cbcbcb);
    background: -moz-linear-gradient(#fcfcfc, #cbcbcb);
    background: linear-gradient(#fcfcfc, #cbcbcb);
    box-sizing: border-box;
    text-align: center;
    color: #0078c5;
    text-decoration: none;
    overflow: hidden;
    height: 39px;
}

.search-link.disabled,
.search-link.disabled:hover,
.search-link.disabled:hover i {
    background: #fcfcfc;
    color: #9A9A9A;
    cursor: not-allowed;
}

.search-links-wrap .search-link {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
}

.search-link.search-link-agency {
    width: 25%;
}

.search-links-wrap-button a.search-link.program-link {
    margin: 0 1%;
    /*width: 18%;*/
    min-width: 18%; /* Так кнопки увеличиваются если в них не влезает текст*/
    background: #136BBD;
    border-radius: 5px;
    padding: 7px 0 8px 0;
    color: #fff;
    border: 1px solid #136BBD;
}

.payment .button {
    background: #136BBD;
    color: #fff;
    border: 1px solid #136BBD;
}

.search-links-wrap-button a.search-link.program-link:last-child,
.success-link {
    background: #38ba38;
    color: #fff;
    border-right: 1px solid #38ba38;
}

.default-link {
    padding: 10px;
    color: #0170c7;
    background: #fff;
    display: block;
    cursor: pointer;
}

.default-link.active {
    font-weight: 600;
}

.default-link:hover {
    background: #38ba38;
    color: #fff;
    text-decoration: none;
}

.archive-leads-block .default-link:not(.archive-leads) {
    font-weight: 600;
}

.archive-leads-block {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.archive-leads {
    background: #FAFAFA;
    font-size: 12px;
    padding: 5px 10px;
}

.done-link {
    background: #fff;
    color: #38ba38;
    border: 1px solid #38ba38;
}

.primary-link {
    background: #2787D0;
    color: #fff;
    border: 1px solid #2787D0;
}

.done-link:hover,
.done-link:active,
.done-link:focus {
    background: #38ba38;
    color: #fff;
}

.primary-link:hover,
.primary-link:active,
.primary-link:focus {
    background: #fff;
    color: #2787D0;
}

.primary-link:hover a {
    color: #2787D0 !important;
}

.search-link:hover {
    background: #e3e3e3;
    border-right: #BBBBBB 1px solid;
    /*border-left: 1px solid #BBBBBB; */
}

.search-links-wrap-button a.search-link.program-link:hover,
.payment .button:hover {
    background: #fff;
    color: #136BBD !important;
    border: 1px solid #136BBD;
}

.search-links-wrap-button a.search-link.program-link:last-child:hover,
.success-link:hover, .success-link:active, .success-link:focus {
    background: #278927 !important;
    color: #fff !important;
    border-right: 1px solid #38ba38;
}

.search-link:active {
    background: #F8F8F8;
}

.search-link:first-child {
    border-left: 1px solid #BBB;
}

/*
.search-link:last-child {
  border-right: 0;
}
*/
/*
.search-nav-link {
  display: inline-block;
  vertical-align: top;
  width: 41px;
  height: 41px;
  line-height: 41px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.search-nav-link:hover {
  background: #fff;
}
*/
.sidebar-filters-wrap {
    background: #fff;
    margin-bottom: 20px;
}

.search-refresh {
    float: right;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 2px 14px 0 0;
    background: url(/tpl/common/img/sprite-20.png) 0 -39px no-repeat;
    opacity: .85;
}

.search-refresh:hover {
    opacity: 1;
}

.search-refresh:active {
    opacity: .7;
}

.sidebar-wrap {
    width: 90%;
    margin: auto;
    padding: 15px 0 0 0;
}

.range-wrap {
    width: 90%;
    margin: auto;
}

/*  ___________  select styling begin  ___________  */

.sidebar-select-wrap {
    position: relative;
    display: block;
    z-index: 0;
    width: 100%;
    height: 30px;
    margin: 0 auto 9px auto;
    background-color: #fff;
    border: none;
    border: #707070 1px solid;
    border-radius: 5px;
    outline: 0;
}

.sidebar-select-wrap.disabled {
    opacity: .6;
    background-color: #fcfcfc;
}

.sidebar-select-wrap.disabled:hover .sidebar-select {
    cursor: not-allowed;
}

.sidebar-select-wrap:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: -1;
    content: '';
    width: 34px;
    height: 100%;
    background: #fff url(/tpl/common/img/sprite-20.png) 17px 13px no-repeat;
    border-radius: 4px;
}

.sidebar-select {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 8px;
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Tahoma;
    font-size: 15px;
    color: #3c3c3c;
}

.sidebar-search-input {
  display:block;
  color: #3c3c3c;
  font-size: 15px;
  height: 100%;
  outline: 0;
  border: 0;
}

.sidebar-select::-ms-expand {
    display: none;
}

:-moz-any(.sidebar-select-wrap):before {
    background: #fff url(/tpl/common/img/sprite-20.png) right 13px no-repeat;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    pointer-events: none;
    z-index: 1;
}

.additional-text {
    font-weight: 700;
    line-height: 2.3;
    text-align: center;
}

/*  ___________  select styling end  ___________  */

.sidebar-wrap h3 {
    margin: 14px 0 8px 0;
    font-family: Tahoma;
    font-size: 14px;
}

.sidebar-wrap h3 small {
    font-size: 14px;
    font-weight: 400;
}

.sidebar-date-input {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    height: auto;
    margin: 0 0 14px 0;
    padding: 6px 2px;
    background: #fff;
    border: #d0d0d0 1px solid;
    border-radius: 5px;
    border-radius: 5px;
    outline: none;
    font-family: Tahoma;
    font-size: 15px;
}

.date-dash {
    display: inline-block;
    margin-top: 6px;
    width: 14px;
    font-family: Tahoma;
    font-size: 15px;
    text-align: center;
}

.alarm {
    border-color: red
}

/*  ______  checkbox styling begin  ______  */

.sidebar-checkbox {
    position: relative;
    margin: 0 0 16px 0;
    padding-left: 22px;
    font-size: 14px;
    line-height: 19px;
}

.sidebar-checkbox.last {
    margin: 0;
}

.sidebar-checkbox input[type=checkbox] {
    display: none;
}

.sidebar-checkbox label:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid #939598;
}

.favorite-chekbox.sidebar-checkbox label:after {
    font: normal normal normal 16px/1 FontAwesome;
    content: '\f005';
    color: #cbcbcb;
    background: transparent;
    border: 0;
}

.sidebar-checkbox input[type=checkbox]:checked + label:after {
    background: #fff url(/tpl/common/img/sprite-14.png) center -35px no-repeat;
}

.favorite-chekbox.sidebar-checkbox input[type=checkbox]:checked + label:after {
    color: #ffd76e;
    background: none;
}

/*  ______  checkbox styling end  ______  */

/*  ______  checkbox styling = safari buttons start  ______  */

.sidebar-safari-checkbox-buttons {
    background: #f7f3f3;
    background: -webkit-linear-gradient(#fffefe, #f1e9e9);
    background: -moz-linear-gradient(#fffefe, #f1e9e9);
    background: -o-linear-gradient(#fffefe, #f1e9e9);
    background: linear-gradient(#fffefe, #f1e9e9);
}

.safari-checkbox-buttons {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-top: #f1e9e9 1px solid;
    text-align: center;
}

.safari-checkbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.marg-safari-checkbox-buttons {
    margin-bottom: 15px;
}

.safari-checkbox input[type=checkbox],
.safari-checkbox input[type=radio] {
    display: none;
}

.safari-checkbox label {
    display: inline-block;
    padding: 3px 7px;
    border-right: 1px solid #cfcfcf;
    line-height: 31px;
    font-family: Tahoma;
    font-size: 14px;
}

.mini-safari-checkbox-buttons label {
    line-height: 1.2;
    font-size: 12px;
}

.safari-checkbox.last label {
    border-right: 0;
}

.safari-checkbox label:hover {
    cursor: pointer;
}

.safari-checkbox label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.safari-checkbox label.last {
    border-right: 0;
}

.safari-checkbox input[type=checkbox]:checked + label,
.safari-checkbox input[type=radio]:checked + label {
    color: #fff;
}

.safari-checkbox input[type=checkbox]:checked + label.last,
.safari-checkbox input[type=radio]:checked + label.last {
    border-right: 0;
}

/*  ______  checkbox styling = safari buttons start  ______  */

/*  ___  safari-radiobuttons start  ___  */
.safari-radio {
    display: none;
}

.safari-radio + .safari-label {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    height: 26px;
    padding: 0;
    text-align: center;
    background: #f7f3f3;
    background: -webkit-linear-gradient(#fffefe, #f1e9e9);
    background: -moz-linear-gradient(#fffefe, #f1e9e9);
    background: -o-linear-gradient(#fffefe, #f1e9e9);
    background: linear-gradient(#fffefe, #f1e9e9);
    border: #DFDFDF 1px solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 10px;
    line-height: 26px;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.fields-finis .safari-radio + .safari-label {
    width: 50%;
}

.safari-radio.second + .safari-label {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.safari-radio.center + .safari-label {
    border-radius: 0;
    border-left: #DFDFDF 1px solid;
    border-right: #DFDFDF 1px solid;
}

.safari-radio:checked + .safari-label {
    color: #fff;
}

.safari-radio:checked + .safari-label:hover {
    color: #fff;
}

.safari-label {
    margin: 0 0px 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*  ____  safari-radiobuttons end  ____  */

/*  _______  range styling start _______  */

.range {
    -webkit-appearance: none;
    position: relative;
    width: 100%;
    height: 6px;
    margin: 0;
    padding: 0;
    background: #f6f6f6;
    border: #c6c6c6 1px solid;
    box-shadow: 0px 1px 0px 0px #fff inset;
    outline: none;
}

.range:after { /*зеленая полоска заполненности месяцев*/
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 1px;
    background: #00e400;
    border-top: #00c400 1px solid;
    border-bottom: #00a600 1px solid;
    box-shadow: 0px 1px 0px 1px #009600;
    content: '';
}

.range::-moz-range-track {
    border: inherit;
    background: transparent;
}

.range::-ms-track {
    border: inherit;
    color: transparent;
    background: transparent;
}

.range::-ms-fill-lower,
.range::-ms-fill-upper {
    background: transparent;
}

.range::-ms-tooltip {
    display: none;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    width: 10px;
    height: 20px;
    background: #0090dc;
    background: -webkit-linear-gradient(#FFFFFF, #D6D6D6);
    background: -moz-linear-gradient(#FFFFFF, #D6D6D6);
    background: -o-linear-gradient(#FFFFFF, #D6D6D6);
    background: linear-gradient(#FFFFFF, #D6D6D6);
    border: #B7B7B7 1px solid;
    border-radius: 3px;
}

.range::-moz-range-thumb {
    position: relative;
    width: 10px;
    height: 20px;
    background: #0090dc;
    background: -webkit-linear-gradient(#FFFFFF, #D6D6D6);
    background: -moz-linear-gradient(#FFFFFF, #D6D6D6);
    background: -o-linear-gradient(#FFFFFF, #D6D6D6);
    background: linear-gradient(#FFFFFF, #D6D6D6);
    border: #B7B7B7 1px solid;
    border-radius: 3px;
}

.range::-ms-thumb {
    position: relative;
    width: 10px;
    height: 20px;
    background: #0090dc;
    background: -webkit-linear-gradient(#FFFFFF, #D6D6D6);
    background: -moz-linear-gradient(#FFFFFF, #D6D6D6);
    background: -o-linear-gradient(#FFFFFF, #D6D6D6);
    background: linear-gradient(#FFFFFF, #D6D6D6);
    border: #B7B7B7 1px solid;
    border-radius: 3px;
}

/*  _______  range styling end _______  */

.range-text {
    margin: 4px 0 0 0;
    /*padding: 0 25% 0 0;*/
    font-size: 15px;
    text-align: center;
}

.search-go-wrap {
    padding: 0 0 14px 0;
}

.search-go {
    display: block;
    padding: 6px 7px 7px 7px;
    background: #0090dc;
    background: -webkit-linear-gradient(#34c2f6, #0071c8);
    background: -moz-linear-gradient(#34c2f6, #0071c8);
    background: -o-linear-gradient(#34c2f6, #0071c8);
    background: linear-gradient(#34c2f6, #0071c8);
    border-top: #008ee3 1px solid;
    border-radius: 4px;
    border: 0;
    outline: 0;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #005A91;
}

.search-go:hover {
    background: #0081C6;
    background: -webkit-linear-gradient(#48C7F7, #0065B0);
    background: -moz-linear-gradient(#48C7F7, #0065B0);
    background: -o-linear-gradient(#48C7F7, #0065B0);
    background: linear-gradient(#48C7F7, #0065B0);
}

.search-go:active {
    background: #0079BB;
    border-top: #7DCEFF 1px solid;
}

/*  _____  current_program  _____  */
.univercity-language {
    font-size: 13px;
    color: #0066d0;
    text-decoration: underline;
}

.univercity-address:hover,
.univercity-language:hover,
.univercity-website:hover,
.profile-row a.univercity-language {
    text-decoration: underline;
}

.profile-row a.univercity-language:hover {
    text-decoration: none;
}

.univer-info-text .univercity-row {
    margin-bottom: 6px;
    line-height: 17px;
}

.univercity-website:active {

}

.taps-university-row {
    width: auto;
}

.taps-univercity-param {
    width: 7%;
    display: inline-block;
    vertical-align: top;
}

.taps-univercity-param-value {
    width: 91%;
    display: inline-block;
    vertical-align: top;
}

.taps-univercity-param-value a {
    font-size: 15px;
    color: #0078c5;
}

.taps-univercity-param-value a:hover,
.all-programms-link:hover {
    text-decoration: none;
}

.search-link.program-link {
    color: #0078c5;
}

.search-link.active {
    font-weight: 700;
}

.show-all-programms:before {
    content: '';
    width: 20px;
    height: 12px;
    padding-right: 22px;
    background: url(/tpl/common/img/arrow.png) center no-repeat;
}

.all-programms-link {
    float: right;
    font-size: 15px;
    color: #0078c5;
    margin-top: 20px;
}

.marg-content-row-title {
    margin-top: 80px;
}

/* поиск лидов */
.one-lead {
    position: relative;
}

.header-lead {
    text-align: left;
    line-height: 1.9;
    color: #fff;
}

.header-lead label {
    text-align: left;
}

.header-lead span {
    position: absolute;
    right: 15px;
    top: 10px;
}

.header-lead label {
    color: #000;
    display: inline-block;
    margin-left: 26px;
    font-size: 18px;
}

.checkbox-leads {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
}

.icons-leads {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 9;
}

.header-lead label img {
    float: left;
    width: 34px;
    border-radius: 50%;
    margin: 0 10px;
}

.header-lead .hidden-text {
    color: #000;
    line-height: 1;
    font-size: 13px;
    display: block;
    position: absolute;
    right: 36px;
    text-overflow: ellipsis;
    width: 360px;
    top: 10px;
}

.body-lead {
    display: none;
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    margin-top: 4px;
    border-bottom: 1px solid #dddddd;
}

.text-more.active {
    display: none;
}

.text-accord.active {
    display: none;
}

.body-lead p {
    margin: 0;
    font-size: 11px;
    color: #424242;
}

.header-lead {
    display: block;
    cursor: pointer;
    position: relative;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
    font-size: 100%;
}

.header-lead:hover {
    color: #0072c8;
    background-color: #edf1f5;
}

.header-lead:hover p {
    color: #0073c8;
}

.icons-leads i {
    margin: 0 3px;
    font-size: 25px;
    color: #fff;
}

.one-lead .icons-leads i:hover {
    color: #2E91EB;
}

.one-lead:hover i {
    color: #7a7a79;
}

.upper-table {
    padding: 15px 15px;
}

.upper-table div:not(:last-child) {
    display: inline-block;
    margin: 10px 2%;
}

.hidden-info-leads {
    background-color: #fff;
    display: none;
    text-align: center;
}

.hidden-info-leads .fields-finis {
    width: 30%;
    margin: 0 1%;
}

.hidden-info-leads .setting-wrap {
    margin-bottom: 7px;
}

.myleads-content {
    padding: 0 7px
}

.tabs-leads {
    background-color: #0080c6;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.tabs-leads h2 {
    cursor: pointer;
    display: inline-block;
    margin: 0;
}

.tabs-leads h2 p {
    margin: 0;
}

/*
.content.myleads-content {
  width: 790px;
}
.myleads-content h4 label {
  width: 80%;
  font-size: 16px;
  line-height: 1.1;
}
.myleads-content h4 label a {
  display: inline-block;
}
.myleads-content h4 label a:hover,
.myleads-content h4:hover label a {
  color: #0073ea;
  text-decoration: underline;
}
.myleads-content .header-random-leads p i {
  margin: 0 3px;
  font-size: 25px;
  color: #fff;
}
.myleads-content .header-random-leads:hover p i {
  color: #7a7a79;
}
.myleads-content .header-random-leads p {
  vertical-align: bottom;
  z-index: 9;
  position: absolute;
  right: 10px;
  top: -7px;
}
.myleads-content .header-random-leads p a:hover i {
  color: #0073EA;
}
.myleads-content h4.ui-state-active label p {
  color: #000;
}*/
/* поиск лидов */

.leads-content .upper-table p {
    margin: 10px 5px;
}

.pagination li p {
    margin: 0px !important;
}

.upper-table p a {
    color: #0073c8;
    text-decoration: none;
}

.upper-table p a:hover {
    text-decoration: underline;
}

.upper-table p a:hover i {
    color: #0073EA;
}

.upper-table ul {
    margin: 10px 0;
    padding: 0;
    float: right;
    list-style-type: none;
}

.upper-table ul li {
    float: left;
    display: inline-block;
    margin: 0 10px;
}

.upper-table ul li p {
    margin: 0;
}

.upper-table ul li a {
    color: #7A7A79;
    text-decoration: none;
}

.upper-table ul li a:hover,
.upper-table ul li a:hover i {
    color: #0073c8;
}

/*  ________  slideshow start  ________  */

.slideshow-wrap {

}

.slidehow-header {
    padding: 10px 24px 10px 18px;
    background: #f8f8f8;
}

.slidehow-title {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #666666;
}

.slideshow {
    height: 100px;
    position: relative;
}

.slides-viewport {
    position: relative;
    overflow: hidden;
    height: 100px;
    background: #e9e3e3;
    border: #D7D7D7 1px solid;
}

/*  ____  slideshow-arrows start  ____  */

.slideshow-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 26px;
    height: 100%;
    background: #CFCFCF;
    border: #c4c4c4 1px solid;
}

.slideshow-arrow:hover {
    background: #B5B5B5;
}

.slideshow-arrow.left {
    left: 0;
    background: -webkit-linear-gradient(right, #b3b3b3, #ebebeb);
    background: -moz-linear-gradient(left, #b3b3b3, #ebebeb);
    background: -o-linear-gradient(left, #b3b3b3, #ebebeb);
    background: linear-gradient(to left, #b3b3b3, #ebebeb);
}

.slideshow-arrow.left:hover {
    left: 0;
    background: -webkit-linear-gradient(right, #b3b3b3, #F3F3F3);
    background: -moz-linear-gradient(left, #b3b3b3, #F3F3F3);
    background: -o-linear-gradient(left, #b3b3b3, #F3F3F3);
    background: linear-gradient(to left, #b3b3b3, #F3F3F3);
}

.slideshow-arrow.right {
    right: 0;
    background: -webkit-linear-gradient(left, #b3b3b3, #ebebeb);
    background: -moz-linear-gradient(right, #b3b3b3, #ebebeb);
    background: -o-linear-gradient(right, #b3b3b3, #ebebeb);
    background: linear-gradient(to right, #b3b3b3, #ebebeb);
}

.slideshow-arrow.right:hover {
    right: 0;
    background: -webkit-linear-gradient(left, #b3b3b3, #F3F3F3);
    background: -moz-linear-gradient(right, #b3b3b3, #F3F3F3);
    background: -o-linear-gradient(right, #b3b3b3, #F3F3F3);
    background: linear-gradient(to right, #b3b3b3, #F3F3F3);
}

.slideshow-arrow-triangle-wrap {
    position: relative;
    top: 42%;
}

.slideshow-arrow-triangle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: transparent 6px solid;
    border-left: #fff 10px solid;
}

.slideshow-arrow-triangle-2 {
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 0;
    border: transparent 6px solid;
    border-left: #b0b0b0 11px solid;
}

.slideshow-arrow.left .slideshow-arrow-triangle {
    right: auto;
    left: 0px;
    border: transparent 6px solid;
    border-right: #fff 10px solid;
}

.slideshow-arrow.left .slideshow-arrow-triangle-2 {
    right: auto;
    left: -1px;
    border: transparent 6px solid;
    border-right: #b0b0b0 11px solid;
}

/*  ____  slideshow-arrows end  ____  */
.slides-wrap {
    position: absolute;
    top: 0;
    left: 28px;
    z-index: 0;
    width: 1000px;
    margin: 0;
    padding: 0;
}

.fancy_img {
    position: relative;
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    border-right: #f3f3f3 1px solid;
    box-sizing: border-box;
    overflow: hidden;
    list-style: none;
    text-align: right;
}

.fancy_img img {
    display: inline-block;
    width: auto;
    height: 100px;
    border: 0;
}

.slides-wrap li img:hover {
    cursor: pointer;
}

.slide {
    margin: 0 auto;
    width: 200px;
    height: 100%;
}

/*  ________  slideshow end  ________  */
.program-description-wrap {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-spacing: 0;
    vertical-align: top;

    /*border-bottom: #d6d2d2 1px solid;*/
}

.ionTabs {
    position: relative;
}

.ionTabs__head {
    position: relative;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.ionTabs__head:before, .ionTabs__head:after {
    content: "";
    display: table;
}

.ionTabs__head:after {
    clear: both;
}

.ionTabs__head {
    zoom: 1;
}

.ionTabs__tab {
    position: relative;
    list-style-type: none;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.ionTabs__tab.ionTabs__tab_state_active {
    cursor: default;
}

.ionTabs__body {
    position: relative;
    z-index: 2;
}

.ionTabs__item {
    position: relative;
    display: none;
}

.ionTabs__item.ionTabs__item_state_active {
    display: block;
}

.ionTabs__preloader {
    position: relative;
}

.program-description-nav {
    display: inline-block;
    width: 23%;
    background: #eeeeee;
    border: #fff 1px solid;
    margin: 0;
    padding: 0;
}

.program-description-inner {
    vertical-align: top;
    display: inline-block;
    width: 76%;
}

.ionTabs__item {
    /*display: none;*/
    background: #fff;
    border-left: 2px solid #E9E3E3;
    padding: 0px 12px 26px 12px;
}

.program-description {
    display: none;
    background: #fff;
    border-left: 2px solid #E9E3E3;
    width: 60%;
    padding: 0px 12px 26px 12px;
}

.program-description.active,
.search-h3 ~ div {
    display: table-cell;
}

.program-description .search-block {
    background: #F6F6F6;
}

.content .program-description.active {
    /*display: block;
    width: 100%;
    padding: 10px 12px; */
}

.program-text-wrap {
    padding: 0 16px;
}

.program-text-wrap p {
    font-size: 14px;
    line-height: 1.6;
}

ul.no-marker {
    padding: 0;
}

ul.no-marker li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.program-description-link {
    position: relative;
    display: block;
    margin: 0 0 -1px 0;
    padding: 12px 0 13px 12px;
    border-bottom: #fff 1px solid;
    box-sizing: border-box;
    font-weight: 100;
    font-size: 15px;
    text-decoration: none;
}

.program-description-link:hover:after {
    content: '';
    position: absolute;
    top: 17px;
    right: 10px;
    border: transparent 5px solid;
    border-left: #fff 6px solid;
}

.program-title {
    margin: 24px 0 0 0;
    padding: 7px 0 7px 20px;
    background: #0086d3;
    background: -webkit-linear-gradient(#19a0e3, #006ec6);
    background: -o-linear-gradient(#19a0e3, #006ec6);
    background: -moz-linear-gradient(#19a0e3, #006ec6);
    background: linear-gradient(#19a0e3, #006ec6);
    border: #0072c8 1px solid;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 0px 1px #0070c6;
}

.tabs-wrap {
    background: #fff;
}

.tab-links-wrap {
    background: #f6f6f6;
    border-bottom: #d9d3d3 1px solid;
    box-shadow: 0px -1px 0px 0px #fff inset;
    text-align: center;
}

.tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    padding: 11px 0 13px 0;
    color: #006bc1;
    text-decoration: none;
}

.tab-link:hover {
    color: #009acf;
}

.tab-link:active {
    color: #007BA4;
}

.tab-link.active {
    color: #009acf;
}

.tab-link.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 40%;
    z-index: 1;
    border: transparent 5px solid;
    border-bottom: #fff 6px solid;
}

.tab-link.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 40%;
    z-index: 0;
    border: transparent 5px solid;
    border-bottom: #d8d3d3 6px solid;
}

.tab-content,
.descExpand {
    display: none;
}

.descExpand.button {
    float: none;
    width: 80px;
    margin: 5px auto;
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
}

.tab-content.active {
    display: block;
}

.socialnews .program-article .sidebar-wrap {
    overflow: hidden;
}

.program-article {
    padding: 0 0 12px 0;
    border-bottom: #eeeeee 1px solid;
}

.program-article .sidebar-wrap {
    padding: 10px 0 0 0;
}

.program-article-date {
    margin: 0 0 4px 0;
    color: #00810f;
}

.program-article-link {
    color: #006bc1;
    text-decoration: none;
}

.program-article-link:hover {
    color: #009acf;
}

.program-article-link:active {
    color: #0086B3;
}

.program-more {
    display: block;
    padding: 10px 0 12px 0;
    background: #f6f6f6;
    font-size: 13px;
    color: #9a9a9a;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
}

.program-more:hover {
    background: #F0F0F0;
}

.program-more:active {
    margin: 0 0 -1px 0;
    background: #EBEBEB;
    border-top: #b4b0b0 1px solid;
    border-bottom: 0;
}

.sidebar-block-border {
    border-bottom: #b5b1b1 1px solid;
}

.program-feedback-article {
    padding: 0 0 5px 0;
}

.feedback-photo {
    float: left;
    width: 45px;
    height: 45px;
    margin: 4px 9px 2px 0;
}

.feedback-text-wrap h5 {
    margin: 0;
    font-size: 12px;
    color: #006bc1;
}

.feedback-text-wrap p {
    margin: 0;
    font-size: 12px;
}

.date-like-wrap small {
    font-size: 11px;
    color: #9a9a9a
}

.date-like-wrap a {
    font-size: 11px;
    color: #006bc1;
    text-decoration: none;
}

.date-like-wrap a:hover {
    color: #0085F2;
}

.date-like-wrap a:active {
    color: #0069BF;
}

.program-description h3 {
    margin: 0 0 7px 0;
    font-size: 17px;
}

.program-more-article {
    padding: 0 0 8px 0;
}

.program-more-article h4 {
    margin: 7px 0;
    border-bottom: #d9d3d3 1px solid;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.program-more-article p {
    margin: 0 0 7px 0;
    line-height: 25px;
}

.program-more-article a {
    display: table;
    color: #0078c5;
    text-decoration: none;
}

.program-more-article a:hover {
    color: #0084F0;
}

.program-more-article a:active {
    color: #00569D;
}

.program-more-article h4.program-test-name {
    margin: 10px 0 0 0;
    background: #129fe2;
    border-bottom: 0;
    line-height: 30px;
    color: #fff;
}

.program-grey-p-wrap {
    min-height: 125px;
    padding: 13px 0 16px 0;
    background: #efefef;
}

.program-info-img {
    float: right;
    width: 124px;
    height: 124px;
    margin: 7px 0 5px 20px;
}

.anketa-finis {
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
}

.finis-reg {
    position: relative;
    top: 0;
    background-color: #fff;
    border: 2px solid #0080c6;
    text-align: center;
    display: block;
    height: 0;
    visibility: hidden;
}

.finis-title-wrap {
    text-align: left;
    line-height: 1;
    /*margin: 0 15px;*/
}

.profile-info-wrap .finis-title-wrap {
    margin: 0 15px;
}

.finis-title-wrap h2 {
    font-size: 25px;
    font-weight: 100;
}

.finis-title-wrap h2 span {
    font-size: 14px;
    margin-left: 10px;
}

.finis-title-wrap h4 {
    font-size: 15px;
    font-weight: 100;
    margin: 0;
}

.fields-finis {
    position: relative;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 10px 15px;
    width: 29%;
    /*min-height: 247px;*/
}

.fields-finis .profile-h3 {
    font-weight: 100;
}

.fields-finis-row {
    margin: 10px 0 0 0;
}

.anketa-finis .fields-finis .button {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    float: none;
    font-size: 14px;
    padding: 5px 20px;
    color: #05aa05;
    border: 2px solid #05aa05 !important;
    width: auto;
}

.anketa-finis .fields-finis .previous-button {
    color: #0080c6;
    left: 0;
    bottom: 0;
    position: absolute;
}

.anketa-finis .fields-finis .previous-button:hover {
    text-decoration: none;
}

.anketa-finis .fields-finis .button.next-button {
    right: 0;
}

.anketa-finis .fields-finis .button:hover {
    color: #fff;
    background-color: #05aa05 !important;
}

.fields-finis .profile-input {
    padding: 6px 8px;
}

.fields-finis .safari-radio + .safari-label {
    text-align: center;
    padding: 0;
    font-size: 14px;
}

.first-step-reg,
.second-step-reg,
.third-step-reg {;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.animated {
    padding: 10px 15px 20px;
    height: auto;
    visibility: visible;
}

.finis-add-element {
    float: none;
    position: absolute;
    top: auto;
    right: 0;
}

.anketa-finis .finis-add-element {
    top: -10px;
}

.fields-finis .short-input {
    padding: 3%;
}

.language-level-wrap {
    margin-top: 5px;
}

.language-choose-wrap {
    margin-top: 25px;
}

/*---user busket---*/
.user-busket {
    padding: 5px 10px;
    font-weight: 100;
}

.user-busket .filters-submit {
    margin-top: 10px;
}

.user-busket h1 {
    color: #484848;
    font-weight: 100;
    display: inline-block;
    margin-right: 40px;
}

.user-busket-row {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

.user-busket-row h5 {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 100;
    display: inline-block;
}

.user-busket-row .profile-input {
    -height: 11px;
}

.user-busket table {
    margin: 0 auto;
    border-spacing: 0;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #000;
}

.user-busket table thead tr {
    font-size: 12px;
    background-color: #2787d0;
    color: #fff;
}

.user-busket table thead tr th,
.user-busket table tbody tr td {
    font-weight: 100;
    padding: 15px 3px;
    vertical-align: top;
}

.user-busket table tbody {
    border: 1px solid #000;
}

.user-busket table tr {
    cursor: pointer;
}

.user-busket table .fa {
    opacity: 0;
}

.user-busket table .more_details_cart .fa {
    opacity: 1;
}

.user-busket table tbody tr:hover {
    background-color: #edf1f5;
}

.user-busket table tbody tr:hover .fa {
    opacity: 1;
}

.user-busket table tr a,
.user-busket table tr td:first-child {
    margin: 0px;
    font-size: 11px;
}

.user-busket table tr td:first-child {
    border-left: 1px solid #000;
    width: 10%;
}

.user-busket table tr td:nth-child(2) {
    text-align: left;
    padding: 12px 3px;
    width: 45%;
}

.user-busket table tr td:last-child {
    font-weight: 700;
}

.user-busket table tr td {
    text-align: center;
    border-right: 1px solid #000;
}

.user-busket table tr p {
    margin: 0px;
    font-size: 10px;
    color: rgb(66, 66, 66);
}

.count-summ {
    text-align: right;
    font-size: 18px;
}

.count-summ strong {
    margin-left: 25px;
}

.user-busket img {
    display: block;
/ / float: right;
    margin: 0 10px 10px 0;
}

.message-block-table {
    display: table;
    margin: 0 auto;
    border-spacing: 0;
    width: 96%;
    vertical-align: middle;
    padding: 0 2%;
}

.message-block-table .message-block-column {
    display: table-row;
    cursor: pointer;
    vertical-align: middle;
}

.message-block-table a {
    color: #000;
    text-decoration: none;
}

.message-block-table a:hover {
    color: #136BBD;
}

.message-block-table .message-block-column:hover {
    background-color: #41bbfb;
}

.message-block-table .message-block-column div {
    display: table-cell;
    padding: 5px 6px;
    text-align: left;
    vertical-align: middle;
}

.message-block-table .message-block-column div:nth-child(4) p {
    font-weight: 700;
}

.message-block-table .message-block-column div:last-child {
    width: 66px;
}

.message-block-table .sidebar-checkbox label:after {
    position: relative;
    left: auto;
    top: 40%;
}

.more_details_cart {
    color: #2787d0;
    text-align: center;
    font-weight: bold;
    display: none;
}

.more_details_cart i {
    font-size: 16px;
}

.active.more_details_cart i:before {
    content: "\f146";
}

/* ______ VK message _______ */
#im_body .ui-tabs {
    background: transparent;
    border: 0;
}

#im_body .ui-tabs-nav {
    border: 0;
    padding: 11px 5px;
    background: #F7F7F7;
}

#im_body .ui-state-default {
    background: transparent;
    border: 0;
    font-weight: bold;
    color: #45688E;
    float: left !important;
}

#im_body .ui-state-active {
    border: 0;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #597DA3;
}

#im_body .ui-state-default a {
    padding: .3em 1em;
    font-size: 13px;
    color: #45688E;
    max-width: 300px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#im_body .ui-state-active a {
    color: #fff;
}

.im_bar {
    padding: 5px;
    background: #F7F7F7;
}

.im_tab {
    font-weight: 400;
    color: #597da3;
    padding: 3px 6px 4px;
}

.im_tab_selected {
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #597DA3;
}

.im_tab {
    font-weight: bold;
    color: #45688E;
    padding-left: 2px;
    padding-right: 5px;
    max-width: 300px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.im_content {
    background: #fff !important;
    border: 0 !important;
    width: 99%;
    margin: 0 auto;
    font-size: 12px;
    border: 1px solid #DAE1E8 !important;
    max-height: 690px;
    overflow-y: auto;
}

.im_content table {
    width: 100%;
    vertical-align: top;
}

.im_content table tr {
    padding: 5px 0;
    cursor: pointer;
    vertical-align: top;
}

.im_content table tr:hover {
    background: #F7F7F7;
}

.im_content table tr td {
    padding: 10px 4px;
}

.im_log_act {
    text-align: center;
    padding-left: 10px !important;
    width: 67px;
}

.im_log_act i {
    visibility: hidden;
}

.im_log_author {
    text-align: right;
    padding-right: 10px !important;
    width: 32px;
}

.im_log_author a {
    color: #8FAAC7;
    font-weight: bold;
}

.im_log_author img {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 32px;
    width: 32px;
}

.im_log_body {
    line-height: 150%;
    width: 68%;
}

.im_log_body a {
    color: #2B587A;
    text-decoration: none;
    font-weight: 700;
}

.im_log_body a:hover {
    text-decoration: underline;
}

.im_log_date {
    padding-left: 8px !important;
    color: #999;
    width: 52px;
}

a.im_date_link {
    color: #999;
    text-decoration: none;
}

.im_log_rspacer {
    width: 59px;
}

.im_in.checked .im_log_act i {
    visibility: visible;
}

.im_in.checked {
    background: #F7F7F7;
}

#im_peer_controls_wrap {
    position: relative;
    background-color: #F2F2F2;
    font-size: 12px;
}

#im_peer_controls {
    padding: 8px 0px 0 67px;
}

#im_resizer_wrap {
    background-color: #F2F2F2;
    padding: 3px;
    cursor: s-resize;
}

.im_resizer {
    width: 40px;
    border-top: 1px solid #DAE1E8;
    border-bottom: 1px solid #FFF;
    margin: 0 auto 1px;
}

td#im_user_holder {
    width: 50px;
    padding-right: 10px;
    vertical-align: top;
}

.im_title_wrap {
    padding-bottom: 8px;
    display: none;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

#im_user_holder img {
    width: 50px;
    height: 50px;
}

.im_user_img {
    float: left;
    margin-right: 5px;
    display: block;
    text-align: center;
}

.in_user_online {
    font-size: 10px;
    color: #969aa6;
    display: block;
    margin: 0;
}

.im_user_add {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

#im_rcpeople a {
    text-decoration: none;
    margin-left: 10px;
    color: #3176ab;
    line-height: 25px;
    font-size: 12px;
}

.im_write_form {
    vertical-align: top;
    width: 73%;
}

#im_texts {
    position: relative;
    padding-bottom: 6px;
}

.emoji_smile {
    position: absolute;
    z-index: 200;
    padding: 0px;
    margin: 1px 0px 0px 0px;
    right: 0px;
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.im_editable {
    background: #FFFFFF;
    color: black;
    border: 1px solid #C0CAD5;
    min-height: 40px;
    padding: 3px 25px 3px 3px;
    padding-bottom: 5px;
    margin-bottom: 3px;
    outline: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 150%;
    word-wrap: break-word;
    cursor: text;
}

.emoji_smile_icon_on {
    width: 24px;
    height: 24px;
    background: url('../img/im_smile_cross.png') 0px 3px no-repeat;
}

.emoji_smile_icon {
    width: 24px;
    height: 24px;
    background: url('../img/im_smile_cross.png') 0px -29px no-repeat;
}

#im_send_wrap {
    position: relative;
}

.flat_button {
    padding: 5px 12px 5px 12px;
    *padding: 5px 13px 5px 13px;
    margin: 0;
    font-size: 13px !important;
    font-weight: 700;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    vertical-align: top;
    margin-left: 5px;
    overflow: visible;
    line-height: 13px;
    text-decoration: none;
    background: none;
    background-color: #0091e5;
    color: #FFF;
    border: 0;
    *border: 0;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color 100ms ease-in-out;
    -khtml-transition: background-color 100ms ease-in-out;
    -moz-transition: background-color 100ms ease-in-out;
    -ms-transition: background-color 100ms ease-in-out;
    -o-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
}

.flat_button:hover {
    background-color: #0091e5;
    text-decoration: none;
}

.im_rcem_cont {
    width: 71px;
    overflow: hidden;
    padding: 1px 0px 0px 4px;
}

.im_rc_emojibtn {
    display: inline-block;
    zoom: 1;
    padding: 3px 2px;
}

#im_add_media {
    padding: 6px 0px 0;
}

.add_media_lnk {
    cursor: default;
    color: #0091e5;
}

td#im_peer_holders {
    width: 130px;
    padding-left: 10px;
    vertical-align: top;
}

.im_bar_controls {
    display: none;
}

.im_bar_controls.active {
    position: absolute;
    top: 16px;
    right: 6px;
    display: block;
}

.vertical-height-google {
    min-height: 300px;
    height: 68vh;
    position: relative;
}

.vertical-height-google .google-map {
    height: 100%;
}

.content-row-google .filters-input {
    width: 100%;
    margin: 12px 0px 10px;
}

.content-row-google .fields-finis {
    min-height: 218px;
}

.content-row-google .sidebar-date-input {
    width: 48%;
    padding: 6px 0 6px 2%;
}

.content-row-google .date-dash {
    width: 4%;
}

.content-row-google .google-checkbox-margin.sidebar-checkbox {
    margin: 10px 0px 24px;
}

.content-row-google .sidebar-checkbox {
    margin: 0px 0px 5px;
}

.content-row-google .marg-safari-checkbox-buttons {
    margin-bottom: 0px;
}

.content-row-google .sidebar-wrap {
    width: 100%;
}

.content-row-google .sidebar-wrap .button {
    font-size: 14px;
}

/*_______ program-univer ________*/
.program-univer {
    padding: 5px 0;
}

.program-univer h1 {
    color: #484848;
    font-weight: 100;
    display: inline-block;
    margin: 15px 0 10px 10px;
}

.program-univer table {
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 4px;
    border-collapse: collapse;
}

.program-univer td {
    height: 44px;
    width: 20%;
    font-size: 9px;
    font-weight: 100;
    position: relative;
    padding: 0 5px;
    border-left: 1px solid transparent;
    vertical-align: middle;
    cursor: pointer;
}

.program-univer td a {
    color: #097fd0;
    text-decoration: none;
}

.program-univer td p {
    margin: 2px 0;
}

.program-univer tr:first-child {
    text-align: center;
    max-height: 112px;
}

.program-univer tr:first-child td {
    padding: 5px 5px 2px;
    vertical-align: top;
}

.program-univer tr:nth-child(2) {
    text-align: center;
    padding: 5px 0;
}

.program-univer tr:nth-child(2) td {
    height: auto;
    padding: 7px 0;
}

.program-univer tr:nth-child(3) td {
    height: 40px;
}

.program-univer tr {
    color: #484848;
    border: 1px solid transparent;
    cursor: pointer;
}

tr:first-child td.hover-program {
    border-top: 1px solid #666 !important;
}

tr:last-child td.hover-program {
    border-bottom: 1px solid #666 !important;
}

td.hover-program {
    border-right: 1px solid #666 !important;
    border-left: 1px solid #666 !important;
}

.program-univer tr:hover {
    background-color: #edf1f5;
}

.program-univer tr:nth-child(2) p {
    position: absolute;
    left: 38%;
    top: 0px;
    padding: 1px 5px;
    margin: auto;
    display: inline-block;
    z-index: 2;
    border-bottom: 1px dotted #848484;
    background-color: #fff;
}

.program-univer tr:hover:nth-child(2) {
    background-color: #fff;
}

.program-univer tr:nth-child(2) p:hover {
    border-bottom: 1px dotted transparent;
}

.program-line {
    display: block;
    background: #e9e3e3;
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
}

/*  Apply form  */
.apply-content-wrap {
    position: relative;
    display: table;
    width: 100%;
/ / height: 74.5 vh;
    background-color: #fff;
}

.apply-content-register {
    display: block;
    margin: auto;
    max-width: 500px;

}

.girl_register {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -207px;
    z-index: 9;
    max-width: 300px;
}

.apply-content-wrap .finis-title-wrap {
    display: block;
    background-color: #f6f6f6;
    height: auto;
    padding-left: 15px;
}

.apply-content-wrap .finis-title-wrap h2 {
    display: block;
    float: left;
    line-height: 1.9;
    margin: 0;
}

.apply-content-wrap .finis-title-wrap i.arrow-apply {
    line-height: 2.7;
    margin: 0px 17px;
    font-size: 20px;
    color: #303030;
}

.apply-content-wrap .finis-title-wrap img {
    display: block;
    float: left;
    margin-right: 10px;
}

.apply-content-wrap .finis-title-wrap p {
    display: block;
    float: left;
    line-height: 2.9;
    margin: 0;
    font-size: 17px;
}

.apply-content-wrap .finis-title-wrap a {
    text-decoration: none;
    color: #097fd0;
}

.apply-content-wrap .finis-title-wrap p i {
    font-size: 20px;
    color: #e2e6ea;
}

.apply-center-form {
    text-align: center;
    width: 270px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.apply-center-form .filters-input {
    width: 88%;
}

.button.apply-link {
    color: #fff;
    background: #38ba38;
    border: 1px solid #38ba38;
    padding: 10px 0px;
    margin-right: 0px;
    width: 50%;
}

.button.apply-link:hover {
    background: #fff;
    border: 1px solid #38ba38;
    color: #38ba38 !important;
}

/*--Главная для неавторизованного пользователя--*/
.heading-wrap {
    width: 100%;
    height: 653px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background-color: #888;
}

.heading-wrap .wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 189px;*/
    height: 548px;
    margin: auto;
}

.heading-wrap h1 {
    text-shadow: 0 0 6px rgba(0, 0, 0, .95); /* drop shadow */
    margin: 0;
}

.heading-wrap h3 {
    font-size: 17px;
    font-weight: 100;
    text-shadow: 0 0 6px rgba(0, 0, 0, .95); /* drop shadow */
}

.heading-wrap .search {
    margin: 0;
    border-top: 0px solid #A1A1A1;
}

.heading-wrap .search-submit {
    background: #41bbfb;
    border-left: #fff 0px solid;
    border-right: #fff 0px solid;
    color: #fff;
    text-shadow: 0px 0px 0px transparent;
}

.heading-wrap .select-wrap {
    background: #fff;
}

.heading-wrap .select-wrap:before {
    background: #fff url(/tpl/common/img/sprite-28.png) right 18px no-repeat;
}

.heading-wrap + .filters-wrap {
    -height: 230px;
    padding: 0;
}

.flex-img {
    position: absolute;
    bottom: -21px;
    width: 100%;
    height: 20px;
    z-index: 1;
    -webkit-box-shadow: inset 0px 9px 11px -5px rgba(50, 50, 50, 0.76);
    -moz-box-shadow: inset 0px 9px 11px -5px rgba(50, 50, 50, 0.76);
    box-shadow: inset 0px 9px 11px -5px rgba(50, 50, 50, 0.76);
}

.flexslider > div {
    width: 960px;
    margin: 0 auto;
}

#carousel .slides {
    width: 100% !important;
    margin: 30px 0 25px !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.slides .filters-submit {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 20px;
}

.filters-wrap .slides a {
    margin: 0 10px 10px;
    text-align: center;
}

.filters-wrap .slides a:last-child {
    margin-bottom: 80px;
}

.flex-active-slide.filters-submit,
.slides .filters-submit:hover {
    background: #fff;
    color: #097fd0;
}

.slider-text p {
    font-size: 20px;
    margin: 0;
    color: #fff;
}

#slider > div {
    margin-top: -130px;
}

#slider .slides > li {
    margin-top: 130px;
}

#slider ul li div {
    position: absolute;
    top: 0px;
    width: 960px;
}

.green-btn {
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #38BA38;
    border: 1px solid #38BA38;
    padding: 5px 0;
    width: 300px;
    display: inherit;
    z-index: 1;
    font-size: 13px;
    height: auto;
    margin: 0 auto 15px;
    line-height: 29px;
    box-shadow: 0px 0 0 transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.green-btn:hover {
    color: #38BA38;
    background: #fff;
    border: 1px solid #fff;
}

.registration-wrap {
    display: none;
    background-color: #fff;
    padding: 25px 0px;
    position: relative;
    top: -90px;
    -webkit-box-shadow: 0px 5px 8px rgba(50, 50, 50, 0.75) inset, 0px -5px 8px rgba(50, 50, 50, 0.75) inset;
    -moz-box-shadow: 0px 5px 8px rgba(50, 50, 50, 0.75) inset, 0px -5px 8px rgba(50, 50, 50, 0.75) inset;
    box-shadow: 0px 5px 8px rgba(50, 50, 50, 0.75) inset, 0px -5px 8px rgba(50, 50, 50, 0.75) inset;
}

.flexslider-wrap {
    position: relative;
}

.flexslider-box-wrap {
    z-index: 99;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 10%;
    -webkit-box-shadow: inset 0px -9px 11px -5px rgba(50, 50, 50, 0.76);
    -moz-box-shadow: inset 0px -9px 11px -5px rgba(50, 50, 50, 0.76);
    box-shadow: inset 0px -9px 11px -5px rgba(50, 50, 50, 0.76);
}

.registration-wrap h1 {
    text-align: center;
    color: #0072c8;
    font-size: 30px;
    margin: 0;
}

.registration-form {
    width: 300px;
    margin: 0 auto;
}

.registration-form .reg-social {
    background-position: center -78px;
    border: #0072c8 2px solid;
}

.registration-form .reg-social:hover {
    border: #51b4ff 2px solid;
}

.registration-form .reg-social.fb {
    background-position: center -127px;
}

.registration-form .volunt-input {
    border: #0072c8 1px solid;
    -webkit-box-shadow: 0 -1px 0px 0px transparent;
    -moz-box-shadow: 0 -1px 0px 0px transparent;
    box-shadow: 0 -1px 0px 0px transparent;

}

.registration-wrap .green-btn {
    width: auto;
    padding: 1px 50px;
    display: inline-block;
}

.registration-wrap .green-btn:hover {
    border: 1px solid #38BA38;
}

.registration-wrap p {
    font-size: 14px;
    color: #0072c8;
    line-height: 1.4;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
}

.registration-wrap p a {
    color: #0072c8;
}

.registration-wrap p a:hover {
    text-decoration: none;
}

/*--Страница быстрой регистрации--*/
.left-center-form {
    width: 44%;
    display: inline-block;
    vertical-align: top;
    padding: 10%;
}

.left-center-form img {
    max-width: 100%;
}

.girl_register {
    display: none;
}

.girl_register.active {
    display: block;
}

.right-center-form {
    width: 71%;
    padding: 10% 40px 0;
    display: block;
    margin: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.right-center-form input {
    padding: 10px 2%;
}

.right-center-form .reg-social {
    background-position: center -170px;
    border: #d0d0d0 2px solid;
}

.right-center-form .reg-social.fb {
    background-position: center -212px;
}

.right-center-form .reg-social:hover {
    border: #0072c8 2px solid;
    background-position: center -252px;
}

.right-center-form .reg-social.fb:hover {
    background-position: center -294px;
}

.url_register span {
    display: block;
    text-align: center;

    color: #303030;
}

.breadcrimbs {
    display: block;
}

.breadcrimbs ul {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
}

.breadcrimbs ul li {
    display: inline-block;
    font-weight: 600;
}

/*--стили для добавленных док-ов--*/
.file-icon {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #0090E7;
    color: #0090E7;
    font-weight: 100;
    max-width: 45%;
    margin-right: 2.5%;
    white-space: nowrap;
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.file-icon a {
    color: #0090E7;
    text-decoration: none;
}

.file-icon a:last-child {
    position: absolute;
    right: -45px; /* временно */
    background-color: #fff;
    padding: 0px 3px;
    color: #fff;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
}

.file-icon a:last-child:before {
    content: "\f00d";
    color: #0090E7;
}

.file-icon:hover, .file-icon:hover a:last-child {
    background-color: #0090E7;
    color: #0090E7;
}

.file-icon:hover a, .file-icon:hover a:last-child:before {
    color: #fff;
}

.url_register {
    margin: 0;
}

.url_register a {
    text-decoration: none;
    color: #0072C8;
    margin: 0 5px;
}

.url_register a:hover {
    color: #5DA6D5;
}

.bookmarks, .compare-list {
    display: none;
    margin-bottom: 10px;
    background: #fff;
    border: #d6d2d2 1px solid;
    border-bottom: transparent 1px solid;
    border-top: 0;
}

.bookmarks {
    display: block;
}

.bookmarks-body {
    padding: 5px 10px;
}

.bookmarks-body p {
    position: relative;
    font-size: 14px;
    border: 1px solid #004a80;
    padding: 5px;
}

.bookmarks-body p.show-all {
    border: 0;
    padding: 0;
    text-align: center;
}

.bookmarks-body .delete-bookmark {
    position: absolute;
    right: 7px;
}

.compare-list .bookmarks-body p {
    display: block;
}

.compare-list p {
    padding-right: 23px;
}

.bookmarks-body p span {
    margin: 0 5px;
}

.bookmarks-body p:last-child span {
    display: none;
}

.bookmarks i, .compare-list i {
    color: #006BD5;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.compare-list i {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 4px;
}

.search-link:first-child.actively i,
.bookmarks-link:first-child.actively i {
    color: #ffcc00;
}

.search-link:nth-child(2).actively i {
    color: #30A6EE;
}

.search-link i.fa-star-yellow {
    color: #ffbb00;
}

.compare-list .green-btn {
    width: 55%;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10%;
}

.compare-list .green-btn {
    border: 1px solid #38BA38;
}

.compare-list .green-btn + a {
    color: #136bbd;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}

.compare-list .green-btn + a:hover {
    border-bottom: 0px dotted #000;
}

/*--Страница команды--*/
.contacts-block {
    margin-bottom: 49px;
    clear: both;
}

.contacts-block-mini {
    margin-bottom: 16px;
    clear: both;
}

.line-border {
    border-top: 1px solid #303030;
    display: block;
    width: 98%;
}

.content-random-leads + .line-border {
    margin-bottom: 15px;
}

.contacts-block div {
    display: block;
    float: left;
}

.contacts-block div:last-child {
    margin-top: 11px;
    width: 57%;
}

.contacts-block div div:last-child {
    margin-left: 0px;
    float: right;
    margin-top: 6px;
    width: auto;
}

.contacts-block-mini div {
    float: left;
    display: block;
    margin-bottom: 10px;
    width: 48%;
}

.contacts-block-mini div:last-child {
    float: left;
    display: block;
    margin-top: 0;
    margin-right: 0px;
    width: 48%;
    margin-top: 12px;
}

.contacts-block img {
    width: 124px;
    margin-right: 25px;
    border-radius: 50%;
    border: 1px solid #0170c7;
    display: inline-block;
    margin-bottom: 40px;
}

.contacts-block p {
    display: block;
    margin-bottom: 10px;
}

.contacts-block-mini span {
    display: inline-block;
}

.contacts-block-mini p {
    margin-bottom: 0px;
}

.contacts-block p span {
    text-transform: uppercase;
}

.contacts-block a {
    color: #0170c7;
}

.contacts-block a:hover {
    color: #5DA6D5;
}

.contacts-block a i {
    font-size: 30px;
    color: #696969;
    margin: 0;
    padding: 0;
}

/*--Страница контактов--*/
.cmail-block h1 {
    font-weight: 100;
    font-size: 21px;
}

.cmail-block p {
    margin: 10px 0 25px;
}

.cmail-block + .column {
    margin-top: 8px;
}

.facebook-btn {
    width: auto;
    line-height: 1;
    margin: 0;
    padding: 5px 30px;
    background: -webkit-gradient(linear, center top, center bottom, from(#67ae55), to(#578843));
    background: -webkit-linear-gradient(#67ae55, #578843);
    background: -moz-gradient(linear, center top, center bottom, from(#67ae55), to(#578843));
    background: -moz-linear-gradient(#67ae55, #578843);
    background: gradient(linear, center top, center bottom, from(#67ae55), to(#578843));
    background: linear-gradient(#67ae55, #578843);
    background-color: #69a74e;
    -webkit-box-shadow: inset 0 1px 1px #a4e388;
    -moz-box-shadow: inset 0 1px 1px #a4e388;
    box-shadow: inset 0 1px 1px #a4e388;
    border-color: #3b6e22 #3b6e22 #2c5115;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    border: 1px solid;
    border-color: #3b6e22 #3b6e22 #2c5115;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cmail-block + .column .green-btn,
.search-block .column .green-btn {
    width: auto;
    line-height: 1.3;
    margin: 0;
    padding: 5px 30px;
    border: 1px solid #38BA38;
}

.cmail-block + .column .facebook-btn:hover {
    background: -webkit-gradient(linear, center top, center bottom, from(#79bc64), to(#578843));
    background: -webkit-linear-gradient(#79bc64, #578843);
    background: -moz-gradient(linear, center top, center bottom, from(#79bc64), to(#578843));
    background: -moz-linear-gradient(#79bc64, #578843);
    background: gradient(linear, center top, center bottom, from(#79bc64), to(#578843));
    background: linear-gradient(#79bc64, #578843);
}

.cmail-block + .column .facebook-btn:active {
    background: -webkit-gradient(linear, center top, center bottom, from(#67ae55), to(#578843));
    background: -webkit-linear-gradient(#67ae55, #578843);
    background: -moz-gradient(linear, center top, center bottom, from(#67ae55), to(#578843));
    background: -moz-linear-gradient(#67ae55, #578843);
    background: gradient(linear, center top, center bottom, from(#67ae55), to(#578843));
    background: linear-gradient(#67ae55, #578843);
}

/*--Страница error--*/
i.exclamation-mark {
    position: relative;
    font-style: normal;
    z-index: 1;
    color: #594017 !important;
    font-weight: 100;
    width: 29px;
    height: 26px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 2px;
    margin-bottom: 20px;
    float: left;

}

.exclamation-mark::after {
    content: '';
    position: absolute; /* Абсолютное позиционирование */
    left: -13px;
    bottom: 3px; /* Положение треугольника */
    border: 15px solid transparent; /* Прозрачные границы */
    border-bottom: 20px solid #FCF7B5; /* Добавляем треугольник */
    z-index: -1;
    border-radius: 3px;
}

.exclamation-mark::before {
    content: '';
    position: absolute; /* Абсолютное позиционирование */
    left: -16px;
    bottom: 2px; /* Положение треугольника */
    border: 18px solid transparent; /* Прозрачные границы */
    border-bottom: 23px solid #F8E5C7; /* Добавляем треугольник */
    z-index: -1;
    border-radius: 3px;
}

.error-page {
    padding: 16px 10px 16px 24px;
    background: #fff;
    box-sizing: border-box;
    font-size: 12px;
}

.error-page h2 i {
}

.error-page h2 span {
    display: inline;
}

/*--tooltip подсказка о заполненности профиля--*/
a.tooltips {
    position: relative;
    display: inline;
}

a.tooltips span {
    position: absolute;
    color: #000;
    background: #f8fff8;
    padding: 5px 10px;
    border: 1px solid #009300;
    visibility: hidden;
    text-align: left;
    /*border-radius: 6px;*/
    top: 20px;
    left: -35px;
    margin-bottom: 10px;
    z-index: 999;
    max-height: 400px;
    overflow: scroll;
}

a.tooltips p.ugol {
    visibility: hidden;
    position: absolute;
    bottom: -16px;
    left: 0%;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #009300 transparent;

}

a:hover.tooltips span,
a:hover.tooltips p {
    visibility: visible;
}

/*--навигация--*/

.navigation-block {
    margin: 20px 0;
    background-color: #ffffff;
    text-align: center;
}

.navigation-block ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 7px;
    padding: 0;
}

.navigation-block ul > li {
    display: inline;
}

.navigation-block ul > li > a,
.navigation-block ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 25px;
    text-decoration: none;
}

.navigation-block.programs ul > li > a,
.navigation-block.programs ul > li > span {
    padding: 4px 15px;
}

.navigation-block ul > li > a:hover,
.navigation-block ul > .active > a,
.navigation-block ul > .active > span {
    background-color: #f5f5f5;
}

.navigation-block ul > .active > a,
.navigation-block ul > .active > span {
    background: #0089d1;
    background: -webkit-linear-gradient(#0081d4, #0195eb);
    background: -moz-linear-gradient(#0081d4, #0195eb);
    background: -o-linear-gradient(#0081d4, #0195eb);
    background: linear-gradient(#0081d4, #0195eb);
    color: #fff;
    cursor: default;
}

.navigation-block ul > .disabled > span,
.navigation-block ul > .disabled > a,
.navigation-block ul > .disabled > a:hover {
    background-color: transparent;
    color: #999999;
    cursor: default;
}

.navigation-block ul > li:first-child > a,
.navigation-block ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}

.navigation-block ul > li:last-child > a,
.navigation-block ul > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

/*--навигация квадратная--*/

.search-nav {
    margin: 15px 0 0px 0;
    background: #f6f6f6;
    border-top: #ededed 1px solid;
    border-right: #dad7d7 1px solid;
    border-bottom: #bbb7b7 1px solid;
    border-left: #dad7d7 1px solid;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0px 1px 0px #d8d4d4;
}

.search-nav ul {
    display: table;
    position: relative;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 0;
}

.search-nav ul > li {
    display: table-cell;
    position: relative;
    text-align: center;
}

.search-nav ul > li > a,
.search-nav ul > li > span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 41px; /* для того чтобы отцентрировать текст по вертикали */
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.search-nav ul > li:first-child,
.search-nav ul > li:nth-child(2),
.search-nav ul > li:nth-last-child(2),
.search-nav ul > li:last-child {
    width: 16%;
}

.search-nav ul > li > a:hover,
.search-nav ul > .active > a,
.search-nav ul > .active > span {
    background-color: #fff;
}

.search-nav ul > .active > a,
.search-nav ul > .active > span {
    background: #0089d1;
    background: -webkit-linear-gradient(#0081d4, #0195eb);
    background: -moz-linear-gradient(#0081d4, #0195eb);
    background: -o-linear-gradient(#0081d4, #0195eb);
    background: linear-gradient(#0081d4, #0195eb);
    color: #fff;
    cursor: default;
}

.search-nav ul > .disabled > span,
.search-nav ul > .disabled > a,
.search-nav ul > .disabled > a:hover {
    color: #999999;
    background: transparent;
    cursor: default;
}

/*--социальные сети--*/
.social {
    padding: 1px 10px 16px 24px;
}

.pluso {
}

.pluso-wrap a:last-child {
    display: none !important;
}

/* vacancies */
.vacancies {
    background: #fff;
    color: #0170c7;
}

.vacancies li {
    padding: 10px;
}

.vacancies li.ionTabs__tab.ionTabs__tab_state_active {
    font-weight: 700;
}

.vacancies li:hover {
    background: #006EC6;
    color: #fff;
}

/* vacancies */

/*  ________  ПОПап 06.10.2014  ________  */
.popup-menu,
.popup-wrap,
.popup-wrap-forgot,
.popup-wrap-email,
.popup-wrap-email-ask,
.popup-wrap-email-forgot,
.popup-wrap-time {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
}

.popup-menu.active {
    display: block;
}

.popup-wrap-forgot p {
    font-size: 12px;
}

.popup-wrap-email-forgot p {
    font-size: 12px;
}

.popup-fade {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, .7);
}

.popup {
    position: relative;
    z-index: 1;
    margin: 90px auto;
}

.volunt-form h3 {
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-bottom: #AACEEC 1px solid;
    font-size: 20px;
    text-align: center;
}

.popup-sign-in {
    width: 294px;
    margin: 0 auto 20px auto;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    padding: 13px;
}

.popup-pass {
    width: 311px;
}

.popup-pass .volunt-input {
    width: 84%;
}

.popup-pass .reg-social-or {
    margin: 0 22px;
}

/*--попап message--*/
.popup-message {
    max-width: 502px;
    background: #fff;
    font-size: 12px;
    background: #F7F7F7;
}

#mail_box_topic_wrap {
    background: #0091e5;
    padding: 10px 10px 11px;
    position: relative;
    overflow: hidden;

}

#mail_box_ava {
    position: absolute;
    width: 32px;
    height: 32px;
    margin-top: -1px;
}

.mail_box_close {
    padding: 17px 26px 18px;
    margin: -10px -10px -11px;
    color: #C7D7E9;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}

#mail_box_topic {
    color: #FFF;
    padding: 7px 16px;
    margin-left: 26px;
    font-weight: bold;
    font-size: 1.09em;
}

.mail_box_cont {
    padding: 26px;
    background: #F7F7F7;
}

.wdd_img_full,
.wdd_img_half,
.wdd_img_tiny,
.wdd_img {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#mail_box_ava .wdd_img_full, #mail_box_ava .wdd_img_half, #mail_box_ava .wdd_img_tiny {
    width: 32px;
    height: 32px;
}

.wdd_img_full, .wdd_img_half, .wdd_img_tiny {
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: block;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

/*.popup-message*/
a {
    text-decoration: none;
    cursor: pointer;
}

#mail_box_to_header {
    padding-top: 0px;
}

.mail_box_label {
    color: #0091e5;
    line-height: 1.27em;
    margin: 0px;
    padding: 26px 0px 9px;
    font-size: 1.09em;
    font-weight: bold;
}

div.wdd {
    background: #FFF;
    border: 1px solid #5fc2fc;
    padding: 2px;
    position: relative;
    overflow: visible !important;
}

.wdd_add {
    padding: 2px;
    cursor: pointer;
    display: none;
}

.wdd_bubbles .summary_tab_sel {
    padding: 2px;
    cursor: default;
}

.summary_tab_sel .summary_tab2 {
    padding: 3px 8px 4px;
    background: #0091e5;
}

.summary_tab2 {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 8px 4px;
    display: block;
}

.summary_tab3 {
    max-width: 230px;
    height: 13px;
    overflow: hidden;
    font-weight: 400;
    color: #fff;
    padding: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 120%;
}

.wdd_add2 {
    background: #b3d9ef;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 3px 5px 4px;
}

.wdd_add3 {
    height: 13px;
    overflow: hidden;
    font-weight: 400;
    color: #549fcb;
    padding: 0px 3px;
    line-height: 130%;
}

.summary_tab_x {
    color: #5fc2fc;
    width: 11px;
    height: 11px;
    margin: -5px 0px 0px 5px;
    opacity: 0.7;
    cursor: pointer;
    filter: alpha(opacity=12);
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.wdd_add_plus {
    color: #549fcb;
    opacity: 0.7;
    filter: alpha(opacity=50);
    width: 11px;
    height: 11px;
    margin: -5px 0px 0px 5px;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.wdd_add:hover .wdd_add_plus,
.wdd_bubbles:hover .summary_tab_x {
    opacity: 1;
}

.mail_box_text_wrap {
    margin-bottom: 10px;
    position: relative;
}

#mail_box_editable {
    background: #FFFFFF;
    color: black;
    border: 1px solid #5fc2fc;
    max-width: 418px;
    min-height: 120px;
    padding: 5px 25px 5px 5px;
    vertical-align: top;
    margin: 0;
    overflow: auto;
    outline: 0;
    line-height: 150%;
    word-wrap: break-word;
    cursor: text;
}

#mail_box_controls {
    padding-top: 16px;
}

.mail_box_close.close-popup {
    width: 20px;
    height: 20px;
    background: url(../img/sprite-20.png) 0 -85px no-repeat;
    padding: 0;
    top: 25px;
    right: 20px;
}

.mail_box_cont_send {
    font-size: 30px;
    text-align: center;
    padding: 95px 0px;
}

.mail_box_cont_send h3, .mail_box_cont_send p {
    font-weight: 100;
    margin: 0;
}

.mail_box_cont_send h3 {
    font-size: 1.1em;
}

.mail_box_cont_send p {
    font-size: 0.5em;
}

.mail_box_cont_send a:hover {
    text-decoration: underline;
}

.mail_box_cont_send i {
    font-size: 2.8em;
    color: #39B500;
}

.partners-block {
    display: table;
    vertical-align: middle;
}

.partners-block-item {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: center;
}

.partners-block-item img {
    max-width: 100%;
}

.popup-leads-basket {
    text-align: center;
    background-color: #fff;
    width: 700px;
    margin: 0 auto 20px auto;
    color: #000;
    border: 2px solid #0072c8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 1%;
}

.popup-leads-basket h2 {
    font-size: 24px;
    font-weight: 400;
    color: #0073c8;
    padding-bottom: 10px;
    border-bottom: 1px solid #0072c8;
}

.popup-leads-basket h2 p {
    font-size: 18px;
    color: #000;
}

.popup-leads-basket h2 small {
    font-size: 18px;
    color: #000;
}

.popup-leads-basket h2 a:hover {
    text-decoration: underline;
}

.popup-leads-basket h2 i {
    font-size: 22px;
    color: #38bb38;
}

.popup-leads-basket h3 {
    font-size: 17px;
    font-weight: 100;
    color: #000;
}

.popup-catalog-content div {
    width: 50%;
    display: block;
    float: left;
    color: #000;
    text-align: left;
    margin-bottom: 5px;
}

.popup-catalog-content .leads-time {
    width: 100%;
    float: none;
    text-align: center;

}

.popup-catalog-content .leads-time div {
    width: 32%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.popup-wrap-time .popup-catalog-content {
    text-align: center;

}

.popup-catalog-content div div {
    width: 50%;
}

.popup-catalog-content div p.title-leads {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 100;
}

.popup-catalog-content div p {
    font-size: 13px;
    font-weight: 100;
    display: block;
    margin-bottom: 10px;
}

.popup-catalog-content div p span {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.leads-catalog + p {
    margin: 0;
}

.leads-busket .check-button {
    float: none;
    display: block;
    text-align: right;
    width: 95%;
    padding: 3% 2% 2%;
    background-color: #fff;
}

.popup-wrap-time .leads-busket .check-button,
.popup-wrap-time .checkout-button + p {
    text-align: center;
}

.checkout-button {
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 40px;
    color: #fff;
    font-weight: 100;
    margin-top: 22px;
    background-color: #38bb38;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.popup-wrap-time .checkout-button {
    padding: 10px 120px;
}

.checkout-button:hover {
    background-color: #107c10;
}

.checkout-button + p {
    text-align: right;
}

.leads-busket p a {
    color: #0072c8;
}

.popup-wrap-time .leads-catalog {
    padding-top: 10px;
    height: 90px;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.popup-wrap-time .leads-catalog i {
    font-size: 29px;
    color: #959595;
    cursor: pointer;
}

.popup-wrap-time .leads-catalog:hover {
    border: 1px solid #B7C0C7;
}

.popup-wrap-time .leads-catalog:first-child:hover i {
    color: #0073C8;
}

.popup-wrap-time .leads-catalog:nth-child(2):hover i {
    color: red;
}

.popup-wrap-time .leads-catalog:last-child:hover i {
    color: #E3D80D;
}

.popup-sign-in .volunt-form {
    display: block;
    margin: 0 auto;
    width: 97%;
}

.close-popup {
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: url(../img/sprite-20.png) 0 -85px no-repeat;
    opacity: .85;
    filter: alpha(opacity=85);
}

.popup-leads-basket .close-popup,
.finis-reg .close-popup,
.popup-wrap-time .close-popup {
    background: url(../img/sprite-21.png) 0 -85px no-repeat;
}

.nonlogin-search-block .close-popup {
    background: url(../img/sprite-20.png) 0 -125px no-repeat;
}

.close-popup:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.close-popup:active {
    opacity: .6;
    filter: alpha(opacity=60);
}

.popup-sign-in .reg-social {
    margin: 10px 0 15px 0;
}

.popup-sign-in .reg-social-or {
    margin: 0 9px;
}

.forgot-password {
    display: inline-block;
    margin: 0 0 0 3px;
    font-size: 15px;
    color: #DEF3FE;
    text-decoration: none;
}

.forgot-password:hover {
    color: #FFF;
}

.forgot-password:active {
    color: #CEEEFD;
}

.new-account-wrap {
    margin: 10px 0 0 0;
    padding: 10px 0 12px 0;
    border-top: #AACEEC 1px solid;
}

.new-account {
    color: #DEF3FE;
    text-decoration: none;
}

.new-account:hover {
    color: #FFF;
}

.new-account:active {
    color: #CEEEFD;
}

.popup-sign-up {
    float: right;
    display: inline-block;
    padding: 0 0 0 22px;
    background: url(../img/sprite-17.png) 0 -110px no-repeat;
    opacity: .9;
    filter: alpha(opacity=90);
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.popup-sign-up:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.popup-sign-up:active {
    opacity: .7;
    filter: alpha(opacity=70);
}

/* custom-combobox */
.custom-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
    border: #d0d0d0 1px solid;
    border-radius: 5px;
    margin-left: 0;
}

.ui-autocomplete {
    max-width: 189px;
    max-height: 240px;
    overflow-x: hidden;
    -webkit-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}

.form-row.language-row .custom-combobox input {
    width: 84%;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.anketa-univer-country-row .custom-combobox input {
    width: 90.1%;
}

.custom-combobox a {
    height: 15px;
    background-color: #FFF;
}

span.custom-combobox .ui-state-default,
span.custom-combobox .ui-widget-content .ui-state-default,
span.custom-combobox .ui-widget-header .ui-state-default {
    border: 0 !important;
}

ul.ui-widget-content {
    background: #fff !important;
}

.ui-widget-content a {
    color: #0170C7;
}

.sign-in-page {
    margin: 80px auto 0;
    background: transparent;
}

#tuition-range {
    margin-bottom: 15px;
}

div.reg-uni-form {
    width: 47%;
    float: none;
    margin: 0 auto;
}

.reg-uni-form .last-row {
    margin-right: 0;
}

.form-row.date-row label {
    float: left;
    /*display:*/
}

.language-row + .add_element {
    position: relative;
    float: right;
    top: -26px;
}

.marg-row {
    margin-bottom: 188px;
}

.select-country-row:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 0;
    content: '';
    width: 38px;
    height: 100%;
    background: #fff url(/tpl/common/img/sprite-20.png) right 13px no-repeat;
    border-radius: 4px;
}

.button {
    background-color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    margin-right: 8px;
    padding: 5px 24px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebar-wrap .button {
    margin-top: 0px;
    margin-right: 0px;
    /*float: right;*/
    background-color: #fff;
}

.program-differ .button {
    margin: 6px auto;
    width: 90%;
    padding: 5px 0px;
}

.card_button-leads {
    position: relative;
}

.card_button-leads::before {
    content: "";
    background: url('/tpl/common/img/index-bl.png') no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 4px;
}

.card_button-leads:hover::before {
    background: url('/tpl/common/img/index-wh.png') no-repeat;
}

.button.red-button {
    background: red;
    border: 2px solid red;
    color: #FFF;
}

.button.red-button:hover {
    background: #FFF;
    color: red !important;
}

a.buy-button {
    color: #ed1f24;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    padding: 5px 38px;
    border: 2px solid #ed1f24;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.buy-button:hover {
    color: #fff;
    background-color: #ed1f24;
    text-decoration: none;
}

.button + a {
    position: relative;
    top: 4px;
    font-size: 10px;
    display: inline-block;
    color: #0073c8;
    text-decoration: none;
}

.button + a:hover {
    text-decoration: underline;
}

.reg-uni-form .profile-checkbox {
    float: left;
    margin-top: 0px;
    font-size: 13px;
}

.reg-uni-form .sidebar-checkbox {
    font-size: 13px;
}

.reg-uni-form .safari-radiobuttons {
    margin: 10px 0;
}

.reg-uni-form .safari-radio + .safari-label {
    font-size: 14px;
}

.sidebar-checkbox.speak-univer {
    float: left;
    display: inline;
    padding-right: 10px;
    font-size: 13px;
    margin-bottom: 0;
}

.head-type {
    margin-bottom: 10px;
}

.reg-uni-form-footer {
    background-color: #fff;
    display: block;
    padding: 10px 20px;
}

.reg-uni-form-footer-column {
    display: inline-block;
    vertical-align: middle;
}

.reg-uni-form-footer-column .profile-checkbox {
    margin: 15px 0;
    color: #000;
}

.reg-uni-form-footer-column .profile-checkbox a {
    color: #000;
}

.reg-uni-form-footer-column .profile-checkbox a:hover {
    text-decoration: none;
}

.reg-uni-form-footer-column.last {
    float: right;
    margin-top: 10px;
}

.all-departments a.results-info-show-1,
.all-departments a.results-info-show-2 {
    float: right;
    color: #000;
    display: block;
}

.all-departments .results-more-info-1,
.all-departments .results-more-info-2,
.ls-block {
    display: none;
}

/*file=TYPE !important*/
label.file_upload {
    display: block;
    position: relative;
    width: 100%;
    margin-left: 0;
}

.file_upload .button {
    display: block;
    cursor: pointer;
}

.file_upload .button {
    float: none;
    width: auto;
    height: 100%;
    text-align: center;
}

.file_upload > mark {
    color: #fff;
    background: transparent;
    text-align: left;
    white-space: nowrap;
    padding: 0 5px;
}

.file_upload input[type=file] {
    position: absolute;
    top: 0;
    display: none;
}

.profile-h3.tooltip {
    border-bottom: 1px dotted #000;
    display: inline-block;
    margin-top: 10px
}

.external-link {
    background: url("../img/sprite-ui.png") -32px -80px #eee !important;
    display: inline-block;
    text-indent: 20px;
    /*overflow: hidden;*/
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

a.external-link:hover {
    text-decoration: underline !important;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 0 !important;
    border-collapse: collapse;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /*border-top: 1px solid #ddd;*/
    border: 1px solid #DDD;
}

table > tbody > tr > td p {
    margin: 0 !important
}

table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

/*JQuery CSS !important*/
.ui-tooltip {
    background-color: #fff !important;
    z-index: 2 !important;
}

#tabs-ui {
    position: relative;
}

.my_app {
    position: absolute;
    right: 0;
    top: 19px;
}

#tabs-ui * {
    outline: 0;
}

.ui-state-default .ui-icon {
    background: url("../img/sprite-ui.png") -64px -16px #fff !important;
}

.ui-state-default.custom-combobox-toggle {
    background: #fff;
}

.ui-state-default.ui-autocomplete-input {
    background: #fff !important;
    font-weight: 400 !important;
    color: #555 !important;
}

.ui-button-icon-only {
    width: 2.0em !important;
}

.ui-tabs .ui-tabs-panel,
#tabs-ui .ui-tabs .ui-tabs-panel,
#tabs-ui .ui-tabs .ui-tabs-nav {
    padding: 0 !important;
}

#tabs-ui.ui-widget-content,
#tabs-ui .ui-widget-header,
#tabs-ui .ui-widget-content,
#tabs-ui .ui-state-default,
#tabs-ui .ui-widget-content .ui-state-default,
#tabs-ui .ui-widget-header .ui-state-default {
    outline: 0;
    border: 0;
    background: transparent !important;
    color: #000 !important;
}

#tabs-ui .ui-widget-header {
    margin-bottom: 0.5em;
}

#tabs-ui .ui-state-default a, #tabs-ui .ui-state-default a:link, #tabs-ui .ui-state-default a:visited {
    color: #303030 !important;
    font-weight: 400 !important;
    padding: 0;
}

#tabs-ui .ui-state-active a, #tabs-ui .ui-state-active a:link, #tabs-ui .ui-state-active a:visited {
    color: #303030 !important;
    font-weight: 700 !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li {
    float: none !important;
    line-height: 1.6em;
}

.ui-slider .ui-slider-range,
.ui-slider .ui-slider-handle {
    z-index: 0;
}

#tabs-ui .ui-button.ui-widget.ui-state-default.ui-button-icon-only {
    background: #fff !important;
}

.user-busket #tabs-ui .ui-state-default {
    display: inline-block;
}

.user-busket #tabs-ui .ui-state-default a {
    display: block;
    margin-right: 0;
    border: 1px solid #BBB;
    padding: 10px 25px;
    border-bottom: 1px solid #fff;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #dce1e7 !important;
    color: #696969;
}

.user-busket #tabs-ui .ui-tabs-nav {
    padding: 10px 0 0;
    margin-bottom: 15px;
/ / border-bottom: 1 px solid #BBB;
}

.wrap.user-busket #tabs-ui .ui-tabs-nav {
    margin-bottom: -3px;
}

.user-busket #tabs-ui a {
/ / display: block;
}

.user-busket #tabs-ui .ui-state-active a {
    color: #2787D0 !important;
    font-weight: 400 !important;
    background: #fff !important;
}

.ui-accordion-header span {
    display: none;
}

.custom-combobox-toggle.ui-button {
    position: absolute !important;
    right: 0;
    top: 8px;
}

.ui-accordion .ui-accordion-header {
    padding: 0.5em 1.5em .5em 0.7em !important;
    background: #fff !important;
    font-weight: 100 !important;
    border: 0 !important;
}

.ui-accordion .ui-accordion-header.ui-state-hover {
    background: #EFEFF3 !important;
    font-weight: 100 !important;
    border: 0 !important;
}

.ui-accordion .ui-state-active p {
    color: #EDF1F5;
}

.ui-autocomplete.ui-widget-content {
    background-color: #fff !important;
}

.ui-autocomplete .ui-state-focus {
    color: #fff !important;
    font-weight: 700 !important;
    background-color: #077BCE !important;
}

.ui-datepicker {
    background-color: #fff !important;
}

.ui-datepicker .ui-state-hover {
    color: #025189 !important;
    font-weight: 700 !important;
}

.ui-button .ui-icon {
    width: 17px !important;
    z-index: 2;
}

/*  ___________  fonts  ___________  */
@font-face {
    font-family: 'Collegiate Black FLF';
    src: url('/tpl/common/font/CollegiateBlackFLF.eot');
    src: url('/tpl/common/font/CollegiateBlackFLF.eot?#iefix') format('embedded-opentype'),
    url('/tpl/common/font/CollegiateBlackFLF.woff') format('woff'),
    url('/tpl/common/font/CollegiateBlackFLF.ttf') format('truetype'),
    url('/tpl/common/font/CollegiateBlackFLF.svg#CollegiateBlackFLF') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display:auto;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/tpl/common/font/fontawesome-webfont.eot?v=4.2.0');
    src: url('/tpl/common/font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/tpl/common/font/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/tpl/common/font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/tpl/common/font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:auto;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/tpl/common/font/fontawesome-webfont.eot?v=4.2.0');
    src: url('/tpl/common/font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/tpl/common/font/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/tpl/common/font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/tpl/common/font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:auto;
}

/*--Flexslider--*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
    text-align: center;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
#slider {
    margin: 0 auto;
    width: 1180px;
}

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
    width: 100%;
    top: 29%;
    display: block;
    position: absolute;
}

.flex-direction-nav li {
    /* width: 50%;
  height: 100%;*/
    display: inline-block;
}

.flex-direction-nav a {
    display: block; /*width: 100%; height: 100%; */
}

.flex-direction-nav a span {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 60%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    /*background-color: #fff;
  border-radius: 50%; padding: 15px;*/
}

.flex-direction-nav .flex-prev span {
    left: 0px;
}

.flex-direction-nav .flex-next span {
    right: 27px;
    text-align: right;
}

.flexslider:hover .flex-prev span {
    opacity: 0.7; /*left: 10px;*/
}

.flexslider:hover .flex-next span {
    opacity: 0.7; /*right: 10px;*/
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 0.6;
}

.flex-direction-nav .flex-disabled { /*opacity: 0!important; filter:alpha(opacity=0); cursor: default;*/
}

.flex-direction-nav a span:before {
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 1;
    display: inline-block;
    content: '\f053';
}

.flex-direction-nav a.flex-next span:before {
    content: '\f054';
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "FontAwesome";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/*--Слайдшоу во всю ширину экрана--*/
.cb-slideshow,
.cb-slideshow:after {
    position: relative;
    height: 653px;
    top: 0px;
    left: 0px;
    margin: 0;
    z-index: 0;
    overflow: hidden;
}

.cb-slideshow:after {
    content: '';
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s;
}

.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 30s linear infinite 0s;
    -moz-animation: titleAnimation 30s linear infinite 0s;
    -o-animation: titleAnimation 30s linear infinite 0s;
    -ms-animation: titleAnimation 30s linear infinite 0s;
    animation: titleAnimation 30s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(/tpl/common/img/slideshow-6.jpg)
}

.cb-slideshow li:nth-child(2) span {
    background-image: url(/tpl/common/img/slideshow-2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) span {
    background-image: url(/tpl/common/img/slideshow-3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) span {
    background-image: url(/tpl/common/img/slideshow-4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) span {
    background-image: url(/tpl/common/img/slideshow-5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

/* Анимации для слайдшоу */
@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -moz-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -o-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

/* Анимации для заголовков */
@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0
    }
    8% {
        opacity: 1
    }
    17% {
        opacity: 1
    }
    19% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

/* Показываем хотя бы что-то, когда анимации не поддерживаются */
.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

div.slides {
    transition: 0.6s !important;
    -webkit-transform: translate3d(0px, 0, 0) !important;
}

/*--Иконочный шрифт--*/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 18px;
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-remove:before {
    content: "\f00d";
}

.fa-edit:before {
    content: "\f044";
}

.fa-archive:before {
    content: "\f187";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-play:before {
    content: "\f04b";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-download:before {
    content: "\f019";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-ellipsis-h:before {
    content: "\f141";
    position: relative;
    top: 5px;
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-star:before {
    content: "\f005";
}

.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-heart:before {
    content: "\f004";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-vk:before {
    content: "\f189";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-support:before {
    content: "\f1cd";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-bar-chart::before {
    content: "\f080";
}

/** Field Widths */
.f_auto {
    width: auto;
    display: inline-block;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_18 {
    width: 18%;
}

.f_25 {
    width: 21%;
    display: inline-block;
    float: left;
    margin-left: 2%;
    margin-right: 1%; /* jquery ui resize grid hack - not sure why */
}

.f_30 {
    width: 25%;
    display: inline-block;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_34 {
    width: 30%;
    display: inline-block;
    float: left;
    margin-left: 2%;
    margin-right: 1%; /* jquery ui resize grid hack - not sure why */
}

.f_342 {
    width: 25%;
    display: inline-block;
    float: left;
    margin-left: 2%;
    margin-right: 1%; /* jquery ui resize grid hack - not sure why */
}

.f_40 {
    width: 34%;
    display: inline-block;
    float: left;
}

.f_45 {
    width: 40%;
    display: inline-block;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_50 {
    width: 46%;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_66 {
    width: 62%;
    display: inline-block;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_70 {
    width: 66%;
    display: inline-block;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_75 {
    width: 72%;
    display: inline-block;
    float: left;
    margin-left: 2%;
    margin-right: 1%; /* jquery ui resize grid hack - not sure why */
}

.f_80 {
    width: 76%;
    display: inline-block;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_100 {
    width: 96%;
    display: inline-block;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.panel {
    margin-top: 20px;
    /* margin-left: 0%;
    margin-right: 0%;*/

    background-color: #fff;
    border-top: none;
    /* height: 460px; */
    position: relative;
}

#panel_container {
    margin-left: -2%;
    width: 104%;
}

.panel h4 {
    margin: 0;
}

.panel-video {
    line-height: 1.2;
    font-size: 12px;
    margin-bottom: 15px;
}

.panel-body {
    padding: 5px 15px;
    position: relative;
    margin-bottom: 50px;
    /*height: 197px;
overflow: auto;*/
}

.panel-heading {
    font-size: 18px;
    padding: 5px 15px;
    font-weight: 600;
}

.panel-footer {
    text-align: right;
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 40px;
}

.panel-footer a {
    text-decoration: underline;
}

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

.panel__price h1 {
    color: #0571af;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.panel__price-item {
    background-color: #0373c9;
    padding: 10px;
    margin: 26px 0;
}

.panel__price-item p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}

.panel__price .disabled {
    color: #909090;
    text-decoration: line-through;
}

.panel__price .disabled i {
    color: #909090;
}

.panel__price .stripe-button-el span {
    color: #FFF;
    padding: 0 15px;
    background: #39b500;
    border: 1.5px solid white;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.panel__price .stripe-button-el:hover span {
    color: #39b500;
    background: #fff;
}

.panel__price .panel {
    text-align: center;
    background-color: white;
    border: 3px solid #0373c9;
    padding: 28px 0;
    /*height: 436px;*/ /* мешает нормальному отображеению */
}

.panel__price .panel:hover {
    box-shadow: 0 0 20px rgba(3, 117, 202, 0.75);
}

.panel__price ul li {
    margin-bottom: 6px;
}

.error-popup {
    background: #FFF;
    border: 1px solid #0072C8;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.info-text {
    height: 36px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

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

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

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

.display-b {
    display: block;
}

.display-i {
    display: inline;
}

.display-in {
    display: inline-block;
}

.display-table {
    display: table;
}

.display-cell {
    display: table-cell;
}

.vertical-middle {
    vertical-align: middle;
}

.center-block {
    margin: auto;
    float: none;
    display: block;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.product_link {
    color: #da552f;
    text-decoration: underline;
}

.product_link:hover {
    color: #da552f;
    text-decoration: none;
}

.product_desc {
    font-style: italic;
    color: #303030;
}

.product_desc .popup-leads-basket {
    width: 520px;
    padding: 30px 60px;
    border: 0;
    text-align: left;
}

.close-hunt {
    width: 37px;
    height: 37px;
    background: transparent url("../img/sprite-21.png") no-repeat scroll 0px -124px;
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    z-index: 1;
    opacity: .85;
    filter: alpha(opacity=85);
}

.close-hunt:hover {
    opacity: 1;
}

.product_desc h2 {
    color: #da552f;
    font-weight: 700;
    border-bottom: none;
    padding-bottom: 0px;
}

/* Нормальный блок описания */
.agency-desc-block div {
    -webkit-transition: max-height 2.5s ease-out 0.1s;
    -moz-transition: max-height 2.5s ease-out 0.1s;
    -o-transition: max-height 2.5s ease-out 0.1s;
    transition: max-height 2.5s ease-out 0.1s;
    max-height: 3000px;
    overflow: hidden;
    position: relative;
}

/* Свернутый блок */
.agency-desc-block div.collapsed {
    max-height: 400px;
}

/* Градиентный нижний край, скрывающий большой текст описания */
.agency-desc-block div.collapsed:before {
    position: absolute;
    content: " ";
    bottom: 0;
    width: 100%;
    height: 25px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

a.ExpandCollapsedParent {
    float: right;
}

.collapsing_container {
    margin-bottom: 20px;
}

.collapsing_container div {
    -webkit-transition: max-height 2.5s ease-out 0.1s;
    -moz-transition: max-height 2.5s ease-out 0.1s;
    -o-transition: max-height 2.5s ease-out 0.1s;
    transition: max-height 2.5s ease-out 0.1s;
    max-height: 3000px;
    overflow: hidden;
    position: relative;
}

/* Свернутый блок */
.collapsing_container div.collapsed {
    max-height: 300px;
}

/* Градиентный нижний край, скрывающий большой текст описания */
.collapsing_container div.collapsed:before {
    position: absolute;
    content: " ";
    bottom: 0;
    width: 100%;
    height: 25px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.collapsing_container div.collapsed a.ExpandCollapsedParent {
    float: right;
}

.card-block {
    position: relative;
    left: 11%;
    display: inline;
}

.card-holder {
    display: inline-block;
    padding: 10px;
    background: #e7e7e7; /* Old browsers */
    background: -moz-linear-gradient(top, #e7e7e7 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(100%, #bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e7e7e7 0%, #bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e7e7e7 0%, #bbbbbb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e7e7e7 0%, #bbbbbb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e7e7e7 0%, #bbbbbb 100%); /* W3C */
    border: 3px solid #fff;
    -webkit-box-shadow: 6px 6px 9px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 6px 6px 9px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 6px 6px 9px 0px rgba(50, 50, 50, 0.75);
    width: 50%;
    height: auto;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-sizing: border-box; /* Для Firefox */
    box-sizing: border-box; /* Ширина блока с полями */
}

.card-holder-front {
    position: relative;
    margin: 10px 0;
    z-index: 10;
}

.card-holder-back {
    position: relative;
    right: 0;
    z-index: 1;
    right: -28%;
    margin-top: -28%;
}

.card-holder-back-line {
    width: 106%;
    background: #494949;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: -3%;
}

.card-holder b p {
    font-size: 15px;
    margin-top: 6px;
}

.card-holder p {
    font-size: 10px;
    color: #696969;
    margin-top: 2px;
}

.card-holder .form-group {
    margin-bottom: 10px;
}

.social-form {
    max-width: 435px;
    margin: 0 auto;
}

.social-form h3 {
    margin-bottom: 5px;
}

.social-form img {
    margin-right: 10px;
    margin-bottom: 30px;
}

.social-form .panel-heading {
    background: #f6f6f6;
    color: #0373c9;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
}

.social-form .panel-body {
    padding: 10px 10px 20px;
}

.social-form .profile-checkbox {
    margin: 10px 0 0 25px;
}

.slider-track {
    display: block;
    width: 90%;
    height: 9px;
    position: relative;
}

.slider-track-high {
    position: absolute;
    height: 100%;
    top: 0;
    border: 2px solid #0373c9;
    background: #fff;
}

.slider-selection.slider-track-high {
    background: #0373c9;
    border: 2px solid #0373c9;
    z-index: 2;
}

.slider-tick {
    border-left: 2px solid #0373c9;
    position: absolute;
    width: 2px;
    height: 11px;
}

.slider-tick.in-selection {
    background: #0373c9;
}

.choose-form {
    padding: 0;
    color: #707070;
    font-size: 15px;
    font-weight: 700;
}

.choose-form li {
    margin-bottom: 20px;
}

.choose-form i {
    color: #38bd38;
    margin-right: 20px;
}

.default.profile-submit {
    background: #C2C2C2;
    border-color: #fff;
    cursor: no-drop;
}

ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    height: 47px;
    box-sizing: border-box;
}

.filters-wrap ul.tagit {
/ / width: 61 %;
}

.filters-wrap-half ul.tagit {
    width: 80%;
}

ul.tagit li.tagit-choice {
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #CAD8F3;
    padding: 3px 5px;
    background-color: #DEE7F8;
    font-weight: 700;
    display: block;
    float: left;
    font-size: 15px;
    margin: 2px 5px 2px 0px;
    cursor: pointer;
}

ul.tagit li {
    margin: 0 !important;
}

ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #0373c9;
}

ul.tagit li.tagit-choice .tagit-close {
    right: .4em;
}

ul.tagit li.tagit-choice .ui-icon {
    display: none;
}

ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: block !important;
    font-size: 16px;
    line-height: 16px;
    color: #61a1d1;
}

ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
    background-color: #bbcef1;
    border-color: #6d95e0;
}

ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
    color: #222;
}

ul.tagit input[type="text"] {
    color: #333333;
    background: none;
    border: 1px solid transparent;
}

.ui-widget {
    font-size: 1.1em;
}

/* Forked from a jQuery UI theme, so that we don't require the jQuery UI CSS as a dependency. */
.tagit-autocomplete.ui-autocomplete {
    position: absolute;
    cursor: default;
}

* html .tagit-autocomplete.ui-autocomplete {
    width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
.tagit-autocomplete.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

.tagit-autocomplete.ui-menu .ui-menu {
    margin-top: -3px;
}

.tagit-autocomplete.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

.tagit-autocomplete.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}

.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-hover,
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.tagit-autocomplete.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff 50% 50% repeat-x;
    color: #222222;
}

.tagit-autocomplete.ui-corner-all, .tagit-autocomplete .ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.tagit-autocomplete .ui-state-hover, .tagit-autocomplete .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada;
    font-weight: normal;
    color: #212121;
}

.tagit-autocomplete .ui-state-active {
    border: 1px solid #aaaaaa;
}

.tagit-autocomplete .ui-widget-content {
    border: 1px solid #aaaaaa;
}

.tagit .ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

/* .b-switch-more *********************************************************************************************************************************************/
.b-switch-more {
    font-size: 19px;
    line-height: 28px;
    font-family: "Geometria Light", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    position: relative;
    z-index: 10;
    display: inline-block;
}

.b-switch-more .r-bar {
    border-radius: 13px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 118px;
    font-size: 11px;
    color: grey;
    height: 27px;
    padding: 0px 6px 0 23px;
    text-align: center;
    background: #d5dde0;
    -webkit-box-shadow: inset 4px 4px 7px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow: inset 4px 4px 7px 0px rgba(50, 50, 50, 0.59);
    box-shadow: inset 4px 4px 7px 0px rgba(50, 50, 50, 0.59);
}

.b-switch-more .r-bar .e-handle {
    position: absolute;
    top: 4px;
    left: 0;
    margin: 0 0 0 6px;
    background: url("/tpl/common/img/icons.png") 0 -1450px no-repeat;
    width: 19px;
    height: 32px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.b-switch-more.m-right .e-link.m-right,
.b-switch-more.m-left .e-link.m-left {
    color: #2fc7f7;
    cursor: default;
}

.header-filter-ico span,
.header-left span {
    margin-left: 0;
}

.marg0 {
    margin: 0;
}

.margtop20 {
    margin-top: 20px;
}

.margbot20 {
    margin-bottom: 20px;
}

.margbot10 {
    margin-bottom: 10px;
}

.margleft10 {
    margin-left: 10px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

#terms-popup {
    width: 50%;
    height: 90%;
    background: white;
    border: #aeaeae 1px solid;
    border-bottom: #bcbcbc 1px solid;
    border-left: #c5cbcf 1px solid;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 0px #C4C4C4;
    display: none;
    padding: 0 15px 10px;
}

.terms-popup-content {
    overflow-y: scroll;
    height: 90%;
    position: relative;
}

.terms-btns {
    overflow: hidden;
}

.social-disabled {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(grayscale.svg#old-timey);
}

.univer-clients .f_34 {
    float: none;
}

.input-group {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
}

.input-group ul.tagit, .input-group-addon, .input-group-btn, .input-group .select-wrap {
    display: table-cell;
}

.input-group .form-control {
/ / position: relative;
/ / z-index: 2;
/ / float: left;
/ / width: 100 %;
/ / margin-bottom: 0;
}

.input-group-btn {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn .search-submit {
    width: 100%;
}

/*
 * Временные фиксы для комбобокса выбора дисциплины в поиске программ
 * для всех span задан margin-left.
 * Поэтому добавлен этот фикс, чтобы не съезжал комбобокс выбора дисциплины
*/
.select2, .select2 span, .select2-container, .select2-container span {
    margin-left: 0;
}

/* Фикс для размеров селекта .select2-container, */
.selection, .select2-selection {
    height: 100% !important;
    width: 100% !important;
}
.errors-block {
    background: #ff8787;
    border: 1px solid red;
    border-radius: 10px;
}

.success-block {
    background: #a0e2a0;
    border: 1px solid #10ad2a;
    border-radius: 10px;
    padding: 10px;
}

.terms-btns .button.disabled {
    border: 1px solid #888788;
    color: #999 !important;
    background-color: #cdccce;
    cursor: default;
}

.terms-btns .button.disabled:hover {
    border: 1px solid #888788;
    color: #999 !important;
    background-color: #cdccce;
}