@import url(https://fonts.googleapis.com/css?family=Roboto:400,100italic,100,300,300italic,400italic,500italic,700,500,700italic,900italic,900&subset=latin,cyrillic-ext,cyrillic,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&subset=cyrillic);
/**********************************
GENERAL
**********************************/
.text_gray {
    color:#b5b5b5 !important;
}
.text_gray:hover {
    opacity:.8;
}

.btn_feedback {
    display:inline-block;
    min-width:210px;
    font-size:14px;
    line-height:38px;
    text-align:center;
    border:#999 1px solid;
    color:#999 !important;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}
.btn_feedback:hover {
    opacity:.8;
}

/* Модалка с кнопками соцсетей */
.ui-widget-overlay {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:9998;
    background:rgba(0, 0, 0, .8);
}
.ui-dialog {
    position:fixed;
    left:50%;
    top:50%;
    margin:0;
    padding:40px 62px;
    background:#fff;
    outline:none !important;
    transform: translate(-50%, -50%);
    z-index:9999;
}
.ui-dialog-titlebar {
    font: 0/0 d;
}
.ui-dialog-titlebar-close {
    width:16px;
    height:16px;
    position:absolute;
    right:-35px;
    top:12px;
    background:transparent url(../img/modal_close.svg) center / contain no-repeat;
    border:none;
}
.ui-dialog-titlebar-close:hover {
    opacity:.8;
}
.ui-dialog-content {
    display:grid;
    grid-gap:30px;
}
.ui-dialog-content__title {
    font-size:14px;
    font-weight:bold;
    line-height:18px;
    text-align:center;
    color:#222;
}
.ui-dialog-content__desc {
    display:grid;
    grid-gap:16px;
}
.ui-dialog-content__btn_cyan,
.ui-dialog-content__btn_green {
    display:flex;
    align-items:center;
    padding:8px 11px;
    font-size:12px;
    line-height:14px;
    outline:none !important;
    border:1px solid;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}
.ui-dialog-content__btn_cyan:hover,
.ui-dialog-content__btn_green:hover {
    opacity:.8;
}
.ui-dialog-content__btn_cyan > img,
.ui-dialog-content__btn_green > img {
    width:24px;
    height:24px;
    margin-right:8px;
    object-position:center;
    object-fit:scale-down;
}
.ui-dialog-content__btn_cyan {
    color:#38a6db !important;
    border-color:#38a6db;
}
.ui-dialog-content__btn_green {
    color:#25d366 !important;
    border-color:#25d366;
}

h2.new_home_page {
    color: #000;
    font-size: 30px;
    line-height: 30px;
}

span.h1_mimic {
    display: block;
    font-size: 36px;
    line-height: 36px;
    color: #323232;
    margin: 10px 0;
}

/**********************************
TOP MENU
**********************************/

/* .navigation {
  width: 100%;
  height: 70px;
  background: #ffffff;
  border-bottom: 2px solid #EDEDED;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.navigation__container {
  display: flex;
  align-items: center;
}

.navigation__left {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 40px;
  margin-right: auto;
}

.navigation__logo {
  width: 95px;
}

.navigation__logo a {}

.navigation__logo img {
  display: block;
}

.navigation__menu {}

.menu {
  display: flex;
  align-items: center;
  column-gap: 20px;
  height: 100%;
  margin: 0;
  list-style: none;
}

.menu li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: normal;
}

.menu a {
  color: #1B1B1B;
}

.menu > li:hover > a {
  color: #9CF400;
}

.menu__sub-menu {
  position: absolute;
  display: none;
  top: 55px;
  left: 0;
  list-style: none;
  flex-direction: column;
  width: 276px;
  margin: 0;
  padding: 0 17px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.menu__sub-menu li {
  border-bottom: 1px solid #EDEDED;
}

.menu__sub-menu a {
  display: block;
  padding: 10px 7px;
  color: #8E8E8E;
}

.menu__sub-menu li:hover a {
  color: #1B1B1B;
}

.menu li:hover .menu__sub-menu {
  display: flex;
}

.navigation__right {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-left: auto;
}

.navigation__right .search-button {}

.new_home_page .navigation .city {}

.new_home_page .navigation .city.opened a {
  color: #9CF400;
}

.new_home_page .navigation .city a {
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: #1B1B1B;
}

.new_home_page .navigation .city a:hover {
  color: #1B1B1B;
}

.new_home_page .navigation .city .location {
  width: 18px;
  height: 18px;
  padding: 0;
  background: url("../img/icons/icon-location.svg") center center no-repeat;
}

.new_home_page .navigation .user {}

.new_home_page .navigation .user__profile {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.new_home_page .navigation .user__link {
  width: 25px;
  height: 25px;
  background: url("../img/icons/icon-user.svg") center center / 14px 16px no-repeat;
}

.new_home_page .navigation .user__btn {
  padding: 6px 16px;
  border-radius: 10px;
  background: #1B1B1B;
  color: #ffffff;
  font-weight: 700;
  line-height: 130%;
} */

/*Cities list*/

/* .new_home_page .navigation .region-dropdown {
  position: absolute;
  top: 29px;
  width: 152px;
  left: 135px;
  display: none;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.new_home_page .navigation .region-dropdown .choose-country {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  padding: 0 17px;
}

.new_home_page .navigation .region-dropdown .btn {
  padding: 10px 7px;
  background: none;
  color: #8E8E8E;
  text-align: left;
}

.new_home_page .navigation .region-dropdown .btn:not(:last-child) {
  border-bottom: 1px solid #EDEDED;
}

.new_home_page .navigation .region-dropdown .btn.active {
  color: #1B1B1B;
  box-shadow: none;
}

.new_home_page .navigation .region-dropdown .btn:hover {
  color: #1B1B1B;
}

.new_home_page .navigation .city:hover .region-dropdown {
    display: block;
}

.new_home_page .navigation .region-dropdown .choose-city {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
}

.new_home_page .navigation .region-dropdown .choose-city table {
    width: 100%;
}

.new_home_page .navigation .region-dropdown .choose-city table .letter {
    background: #f7f7f7 none repeat scroll 0 0;
    border-right: 1px solid #eaeaea;
    color: #1c1a1e;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 30px;
}

.new_home_page .navigation .region-dropdown .choose-city table td {
    border-bottom: 1px solid #eaeaea;
    padding: 25px 20px 25px 50px;
    vertical-align: top;
}

.new_home_page .navigation .region-dropdown .choose-city table .cities {
    font-size: 13px;
    font-weight: bold;
}

.new_home_page .navigation .region-dropdown .choose-city table .cities ul {
    display: inline-block;
    margin: 0;
    max-height: none;
    overflow: visible;
    vertical-align: top;
}

.new_home_page .navigation .region-dropdown .choose-city table .cities li {
    display: block;
    line-height: 1 !important;
    padding: 5px 0;
    vertical-align: top;
    width: 185px;
} */

/**********************************
HEADER
**********************************/



.new_home_page header {
    box-sizing: border-box;
    height:auto;
    min-height: 155px;
    position: relative;
    font-weight:normal;
    z-index: 1;
}

/*LOGO+MENU*/

.new_home_page .main_logo {
    float: left;
    position: absolute;
    top: -8px;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    width: 260px;
    z-index: -1;
}
.new_home_page .main_logo:hover {
    top: -32px;
}

.new_home_page .temporary_logo {
    left: 197px;
    position: absolute;
    top: -44px;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    z-index: -2;
}

.new_home_page .main_menu ul, .new_home_page .second_menu ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new_home_page .main_menu li, .new_home_page .second_menu li {
    cursor: pointer;
    list-style: none;
    letter-spacing: -0.02px;
}

.new_home_page .main_menu {
    box-sizing: border-box;
    width:865px;
    position: relative;
    float: right;
    padding: 5px 0;
    border-bottom:#91dd0a 1px solid;
    z-index: 10;
}
.new_home_page .main_menu ul {
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.new_home_page .main_menu li {
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
    white-space: nowrap;
}
.new_home_page .main_menu li:not(:last-child) {
    margin-right: 15px;
}

.new_home_page .second_menu {
    box-sizing: border-box;
    width:865px;
    padding: 11px 0 11px 88px;
    float: right;
}
.new_home_page .second_menu ul {
}
.new_home_page .second_menu li {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}
.new_home_page .second_menu li:not(:last-child):after {
    display:inline-block;
    margin:0 6px;
    content:'•';
}
.new_home_page .second_menu__title {
    width:68px;
    float:left;
    margin:-1px 0 0 -88px;
    font-size:20px;
    font-weight:bold;
    line-height:24px;
    color:#91dd0a;
}

.hot_block .actual_menu {
    display: flex;
    flex-direction: row;
    height: 100px;
    margin-bottom: -20px;
}
.hot_block .actual_menu ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0 0 0 auto;
}
.hot_block .actual_menu li {
    display: flex;
    align-self: center;
}
.hot_block .actual_menu li:first-child {
    padding: 10px;
    background-color: #FFCC00;
    border-radius: 3px;
}
.hot_block .actual_menu li:not(:first-child) {
    margin-left: 40px;
}
.hot_block .actual_menu li a {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}
.hot_block .actual_menu li:first-child a {
    color: #202020;
}
.hot_block .actual_menu__title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    display: flex;
    align-self: center;

}


.new_home_page .main_menu .temp_menu {
    color: #ff8a0c;
}

.new_home_page header .main_menu ul .sub_menu {
    overflow:hidden;
    background: white none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    font-weight: normal;
    position: absolute;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    width: 260px;
    z-index: 10;
    display: none;
    top: 50px;
}

.new_home_page header .main_menu ul .sub_menu::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 52px;
    position: absolute;
    top: -45px;
    width: 122px;
}

.new_home_page header .main_menu .sub_menu li {
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    letter-spacing: -0.02px;
    line-height: 60px;
    margin-right: 0;
    padding-left: 20px;
}

.new_home_page .main_menu li:hover .sub_menu {
    display: block;
}

.cookie-message {
    position: fixed;
    right: 60px;
    bottom: 119px;
    width: 290px;
    padding: 16px 20px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    z-index: 10;
    box-sizing: border-box;
}

.cookie-message .cookie-message__text {
    margin-bottom: 12px;
    color: #000;
}

.cookie-message .cookie-message__btn {
    display: inline-block;
    padding: 5px 28px;
    border-radius: 3px;
    background: #92DD09;
    color: #000;
    font-size: 14px;
    line-height: 16px;
}

.cookie-message .cookie-message__btn:hover,
.cookie-message .cookie-message__btn:active,
.cookie-message .cookie-message__btn:visited {
    color: #000;
}






.new_home_page .sub_menu li:last-child {
    margin-right: 0;
}

.main_menu a, .second_menu a, .sub_menu a, .main_menu a:visited, .second_menu a:visited, .sub_menu a:visited  {
    color: black;
}

.main_menu a:hover, .second_menu a:hover, .sub_menu a:hover {
    color: #91dd0a;
}

/*.main_menu li:hover > a, .second_menu li:hover > a, .sub_menu li:hover > a {*/
    /*color: #91dd0a;*/
/*}*/

/*TOP BANERS*/

.top_ads .top_baner {
    width: 560px;
    margin:26px 0 20px;
}

.top_ads .first {
    float: left;
}

.top_ads .second {
    float: right;
}

/**********************************
HOT BLOCK
**********************************/

.hot_block {
    background: #202020 none repeat scroll 0 0;
    height: 1280px;
}
/*Left sidebar*/

.hot_block .left_sidebar {
    float: left;
    width: 560px;
    padding-top: 20px;
}

.hot_block .left_sidebar h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 100px;
    margin: 0;
}

/*MEGATOP*/

.hot_block .megatop {
    width: 560px;
    height: 420px;
    position: relative;
}

.new_home_page .megatop .date {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    height: 70px;
    left: 0;
    padding: 12px 24px;
    top: 0;
    width: 100%;
    box-sizing: border-box;
}

.hot_block .title_block {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 40px;
    box-sizing: border-box;
    color: white;
    left: 23px;
    line-height: 24px;
    padding: 23px 20px 40px;
    position: absolute;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 510px;
}

.hot_block .title_block:hover {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

.new_home_page .date {
    /* color: white; */
    color: #1b1b1b;
    font-size: 0;
    left: 24px;
    position: absolute;
    top: 12px;
    font-weight: bold;
}

.new_home_page .date .type {
    display: inline-block;
    padding-right: 5px;
    font-size: 13px;
}

.new_home_page .date .time {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    padding-left: 0;
    font-size: 13px;
    float: right;
}

.new_home_page .date .time .megatop-timezone {
    font-weight: normal;
}

.hot_block .title_block .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 13px;
}

.new_home_page .hot_block .title_block .announcement {
    font-size: 15px;
    font-weight: bold;
}

.new_home_page .megatop .info {
    bottom: 10px;
    font-size: 13px;
    position: absolute;
    color: white;
}

.new_home_page .megatop .date .type {
    padding-left: 5px;
}

.new_home_page .megatop .info .comments {
    background: rgba(0, 0, 0, 0) url("../img/comments_mt.png") no-repeat scroll 0 center;
    display: inline-block;
    margin: 0;
    padding: 0 15px 0 24px;
}

.new_home_page .megatop .info .views {
    background: rgba(0, 0, 0, 0) url("../img/views_mt.png") no-repeat scroll 0 center;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 25px;
}


/*Right sidebar*/

.hot_block .right_sidebar {
    position:relative;
    float: right;
    width: 560px;
    padding-top: 20px;
}
.right_sidebar .banner {
    width: 560px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 25px;
}
.hot_block a.booking_btn {
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
    height:50px;
    line-height:50px;
    position:absolute;
    left:0;
    top:25px;
    padding:0 18px;
    font-size:16px;
    text-align:center;
    border:#fff 2px solid;
    color:#fff;
}
.booking_btn img {
    display:inline-block;
    vertical-align:top;
    max-height:22px;
    margin:11px 5px;
}


/*Worksops + banner*/


.right_sidebar .workshops {
    height: 420px;
}

.right_sidebar .workshops .actual_workshop {
    height: 100%;
    width: 260px;
    float: left;
    border: 2px solid #91dd0a;
    box-sizing: border-box;
    padding: 14px 20px 20px 18px;
    position: relative;
}

.right_sidebar .workshops .actual_workshop h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 18px;
    margin-top: 0;
}

.right_sidebar .workshops .telegram_posts {
  position: relative;
  float: left;
  height: 100%;
  width: 260px;
  padding: 12px 20px 0 20px;
  border: 1px solid #fff;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}

.right_sidebar .workshops .telegram_posts .scroll_container {
  position: absolute;
  top: 39px;
  right: 9px;
  width: 2px;
  height: 361px;
  background: rgba(255, 255, 255, 0.1);
}

.right_sidebar .workshops .telegram_posts .scrollbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 55px;
  background: rgba(255, 255, 255, 0.25);
}

.right_sidebar .workshops .telegram_posts h3 {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.right_sidebar .workshops .posts {
  height: 354px;
  overflow: auto;
  scrollbar-width: none;
}

.right_sidebar .workshops .posts::-webkit-scrollbar {
  display: none;
}

.right_sidebar .workshops .posts .post_item {
  margin-bottom: 14px;
}

.right_sidebar .workshops .posts .post_item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.right_sidebar .workshops .posts .post_img {
  display: block;
  margin-bottom: 12px;
}

.right_sidebar .workshops .posts .post_text {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 145%;
  color: #eee;
}

.right_sidebar .workshops .posts a {
  color: #0095d3;
  text-decoration: underline;
}

.right_sidebar .workshops .posts a:hover {
  color: #91dd0a;
  text-decoration: none;
}

.right_sidebar .workshops .posts .post_date {
  margin-bottom: 14px;
  color: #7d7d7d;
}

.new_home_page .date_large {
    color: #91dd0a;
    height: 40px;
    margin-top: 15px;
    font-weight: bold;
}

.new_home_page .date_large .day {
    color: #91dd0a;
    display: inline-block;
    font-size: 40px;
    height: 40px;
    line-height: 40px;
}

.new_home_page .date_large .month_time {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    position: relative;
    top: -4px;
    width: 70px;
}

.right_sidebar .workshops .actual_workshop h4{
    color: #91dd0a;
    font-size: 16px;
    font-weight: normal;
    height: 88px;
    line-height: 22px;
}

.new_home_page .actual_workshop a:hover h4 {
    color: #aff900;
}

.new_home_page .actual_workshop a .date_large .date_simple {
    font-size: 12pt;
}

.new_home_page .actual_workshop a .date_large,
.new_home_page .actual_workshop a .date_large .day,
.new_home_page .actual_workshop a:hover .date_large {
    color: #fff;
}

.new_home_page .new_button_blk {
    bottom: 18px;
    position: absolute;
}

.new_home_page .new_button_blk span {
    color: #7d7d7d;
    font-weight: bold;
}

.actual_workshop .new_button_blk span {
    line-height: 20px;
    position: relative;
    top: 15px;
}

.new_home_page .new_button_blk button {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #202020;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    margin-right: 15px;
    padding: 0;
    text-shadow: none;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    width: 120px;
}

.new_home_page .new_button_blk button:hover {
    background: rgba(255, 255, 255, 0.94) none repeat scroll 0 0;
    padding: 0;
}
.new_home_page .new_button_blk button:active {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.40) inset;
}

.right_sidebar .workshops .hot_baner {
    border: 1px solid #373737;
    box-sizing: border-box;
    float: right;
    height: 100%;
    padding: 9px;
    width: 260px;
}


/*Tops*/

.new_home_page .tops {
    /* height: 380px; */
    /* font-size: 0; */
    clear: both;
}

.new_home_page .tops.inner_pages {
  /* margin-bottom: 80px; */
}

.new_home_page .tops.sub-news {
    margin: 20px 0 0 0;
}

.new_home_page .tops h2 {
  font-size: 30px;
  margin: 0 0 24px;
}

.new_home_page .tops .one {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 40px;
    padding: 48px 0 40px;
    position: relative;
    width: 260px;
    vertical-align: top;
    height: 380px;
}

.new_home_page .tops .one img {
    height: 195px;
    width: 260px;
}

.new_home_page .tops .one .image-block {
    width: 260px;
    height: 160px;
}


.new_home_page .hot_block .tops .one .date {
    top: 25px;
    color: #7d7d7d;
    width: 100%;
}

.new_home_page .tops .one:last-child {
    margin-right: 0;
}

.new_home_page .one .date {
    left: 0;
    width: 100%;
}

.new_home_page .one .title {
    /* color: #fff; */
    color: #1b1b1b;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    margin: 12px 0 35px;
    overflow: hidden;
}

.new_home_page .one .title:hover {
    color: #91dd0a;
}


/**********************************
GREEN AD BLOCKS
**********************************/

.new_home_page .green_ads {
    background: #91dd0a none repeat scroll 0 0;
    font-size: 0;
    height: 140px;
    margin-bottom: 0;
    position: relative;
}

.new_home_page .green_ad {
    background: #91dd0a none repeat scroll 0 0;
    box-shadow: 20px 0 25px -4px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    line-height: 20px;
    padding: 40px 0 40px 20px;
    position: relative;
    -webkit-transition: all 0.55s ease 0s;
    transition: all 0.55s ease 0s;
    width: 300px;
}

.green_ad:hover {
    box-shadow: -13px 0 19px -4px rgba(0, 0, 0, 0.1);
    background: #aff900;
}

.green_ad:nth-of-type(4n+1), .green_ad:nth-of-type(4n) {
    width: 320px;
}

.green_ad:nth-of-type(4n) .read {
    right: 25px;
}

.green_ad:nth-of-type(4n+1) {
    padding-left: 50px;
    width: 320px;
}

.new_home_page .green_ad a{
    color: inherit;
}

.new_home_page .green_ad .pic {
    background: white none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    height: 65px;
    margin-right: 6px;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 65px;
    line-height: 36px;
}

.new_home_page .green_ad .pic img {
    /* height: 65px; */
    width: 45px;
    /* border-radius: 50%; */
}

.green_ad .pic, .green_ad .title {
    display: inline-block;
    position: relative;
    top: -4px;
    vertical-align: middle;
}

.new_home_page .green_ads .green_ad .title {
    color: white;
    height: 60px;
    overflow: hidden;
    position: relative;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    width: 184px;
}

.new_home_page .green_ad:hover .pic {
    box-shadow: none;
}

.new_home_page .green_ad .read {
    /* background: rgba(0, 0, 0, 0) url("http://profi.travel/uploads/ckeditor/arrowread.png") no-repeat scroll 84px 4px / 7px 8px; */
    bottom: 23px;
    color: white;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    position: absolute;
    left: 95px;
    width: 115px;
}

.green_ad:nth-of-type(4n+1) .read {
    left: 125px;
}

#green-ads-carousel .carousel-inner {
    height: 140px;
}

.new_home_page .arrow_left {
    background: rgba(0, 0, 0, 0) url("../img/arrowleft.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 25px;
    left: 12px;
    margin-top: -14px;
    opacity: 1;
    position: absolute;
    top: 49%;
    width: 26px;
    z-index: 1;
}

.new_home_page .arrow_right{
    background: rgba(0, 0, 0, 0) url("../img/arrowright.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 25px;
    margin-top: -14px;
    opacity: 1;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 26px;
    z-index: 1;
}

.new_home_page .arrow_left:hover, .arrow_right:hover {
    opacity: 0.6;
}




/**********************************
MIDDLE BLOCK
**********************************/

/*NEWS*/

.new_home_page .middle_block .news_block {
    float:left;
    width: 74.14%;
    padding-top: 25px;
    padding-bottom: 88px;
}

.new_home_page .middle_block .news_block .tops .one {
    padding: 35px 0 40px;
}

.new_home_page .news_block .date {
    color: #999999;
}

.new_home_page .news_block .image_block {
    height: 160px;
    width: 260px;
}

.new_home_page .news_block .title {
    color: #010101;
}

.new_home_page .news_block .title:hover {
    color: #91dd0a;
}

/* .new_home_page .info {
    bottom: 38px;
    color: #7d7d7d;
    font-size: 13px;
    position: absolute;
} */

.new_home_page .news_block .info {
    bottom: 30px;
}

.new_home_page .info .comments {
    background: rgba(0, 0, 0, 0) url("../img/comments_gray.png") no-repeat scroll 0 center;
    display: inline-block;
    margin: 0;
    padding: 0 15px 0 24px;
}

.new_home_page .info .views {
    background: rgba(0, 0, 0, 0) url("../img/views_gray.png") no-repeat scroll 0 center;
    display: inline-block;
    height: 13px;
    line-height: 13px;
    margin: 0;
    padding: 0 0 0 25px;
}


/*NEWS ADS*/

.new_home_page .news_ads {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    text-align: left;
}

.new_home_page .news_ad {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.new_home_page .news_ad:last-child {
    margin-right: 0;
}

.new_home_page .news_ad:first-child > div {
    margin-left: 10px;
}

.new_home_page .news_ad > div {
    margin: 10px 0;
}

.new_home_page .news_ad:last-child {
    margin-right: 0;
}

.new_home_page .news_ad > div:empty {
    display: none;
}

/*NEWS ITEMS*/
.new_home_page .middle_block .news_items {
    font-size: 0;
    padding-top: 15px;
}

.new_home_page .middle_block .news_items .item {
    display: inline-block;
    height: 155px;
    padding-top: 48px;
    position: relative;
    vertical-align: top;
    width: 260px;
    border-bottom: 1px solid #e5e5e5;
    z-index: 1;
    box-sizing: border-box;
    margin-bottom: 1.3px;
}

.new_home_page .middle_block .news_items .item:nth-child(3n+2) {
    margin: 0 40px;
}

.new_home_page .item .title {
    color: #000;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.new_home_page .item  .date {
    left: 0;
    top: 23px;
}

.new_home_page .item .date .time {
    padding-left: 0;
}

.new_home_page .item .info {
    position: absolute;
    bottom: 17px;
}

.middle_block .news_items .special.item .date, .middle_block .news_items .special.item .title, .middle_block .news_items .special.item .info {
    color: white;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    font-weight: bold;
}

.middle_block .news_items .special.item .info .comments {
    background: rgba(0, 0, 0, 0) url("../img/comments_mt.png") no-repeat scroll 0 center;
    display: inline-block;
    margin: 0;
    padding: 0 15px 0 24px;
}

.middle_block .news_items .special.item .info .views {
    background: rgba(0, 0, 0, 0) url("../img/views_mt.png") no-repeat scroll 0 center;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 25px;
}

.middle_block .news_items .special::after {
    background: #91dd0a none repeat scroll 0 0;
    box-sizing: border-box;
    content: " ";
    display: block;
    font-size: 1px;
    height: 158px;
    margin-left: -20px;
    position: absolute;
    top: -3px;
    width: 300px;
    z-index: -1;
}

.middle_block .news_items .special:hover:after {
    background: #aff900 none repeat scroll 0 0;
}

.middle_block .news_items .item:last-child:after {
    width: 100%;
    display: block;
    content:' ';
    clear:both;
}

.middle_block .news_items .all_news {
    box-sizing: border-box;
    height: 85px;
    padding-top: 27px;
}

.middle_block .news_items .all_news a {
    background: rgba(0, 0, 0, 0) url("../img/green_arrow.png") no-repeat scroll right 4px;
    color: #91dd0a;
    font-size: 16px;
    font-weight: bold;
    padding-right: 18px;
    padding-left: 18px;
}
.middle_block .news_items .all_news a:before {
    content: '|';
    padding-right: 18px;
}
.middle_block .news_items .all_news a:first-child {
    padding-left: 0;
}
.middle_block .news_items .all_news a:first-child:before {
    content: none;
}
.middle_block .news_items .all_news a:hover {
    color: #aff900;
}

/*SIDEBAR*/

/*SIDEBAR*/

.middle_block .sidebar {
    float:right;
    width: 259px;
    padding-top: 28px;
    margin-bottom: 14px;
}

.middle_block .sidebar .workshops_list h2, .webinars_list h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
}

.new_home_page .side_wk {
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-bottom: 15px;
    padding-top: 20px;
}

.wk_side_logo {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 60px;
}

.side_wk .wk_descr {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    width: 190px;
    font-weight: bold;
}

.side_wk .wk_descr button {
    background: #91dd0a none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    margin-bottom: 1px;
    margin-top: 2px;
    padding: 0;
    width: 100%;
}

.side_wk .wk_descr .wk_date {
    font-size: 16px;
    color: #91dd0a;
}

.side_wk .wk_descr a:hover .wk_date {
    color: #aff900;
}

.side_wk .wk_descr a:hover .wk_title {
    color: #91dd0a;
}

.side_wk .wk_descr .wk_title {
    color: #000000;
    margin-bottom: 15px;
    margin-top: 3px;
}

.side_wk .wk_descr .wk_numbers {
    color: #7d7d7d;
}

.new_home_page .workshops_list {
  padding-top: 10px;
}

.new_home_page .workshops_list .all_workshops,
.new_home_page .webinars_list .all_webinars {
    box-sizing: border-box;
    margin: 27px 0;
}

.new_home_page .workshops_list .all_workshops a,
.new_home_page .webinars_list .all_webinars a {
    background: rgba(0, 0, 0, 0) url("../img/green_arrow.png") no-repeat scroll right 4px;
    color: #91dd0a;
    font-size: 16px;
    font-weight: bold;
    padding-right: 18px;
}

.new_home_page .workshops_list .all_workshops a:hover {
    color: #aff900;
}

.new_home_page .sidebar_ad {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 9px;
    width: 260px;
    height: 420px;
}

/*Webinars*/

.new_home_page .side_webinar {
    color: #000000;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0 12px;
}

.new_home_page .side_webinar:last-child {
    border: none;
}

.new_home_page .webinar_date_logo {
    height: 50px;
    margin-bottom: 13px;
}

.new_home_page .side_webinar .date_large {
    margin-top: 0;
    float: left;
}

.new_home_page .webinar_date_logo img {
    border-color: white;
    border-style: solid;
    border-width: 3px 6px;
    box-shadow: 0 0 1px #e5e5e5;
    float: right;
    margin-bottom: 6px;
    max-height: 68px;
}

.new_home_page .side_webinar .webinar_company {
    margin-bottom: 12px;
    color: #000000;
    font-weight: bold;
}

.new_home_page .side_webinar .webinar_company:hover {
    color: #91dd0a;
}

.new_home_page .side_webinar .webinar_title {
    color: #000000;
    line-height: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}

.new_home_page .side_webinar a:hover .webinar_title {
    color: #91dd0a;
}

.new_home_page .side_webinar .new_button_blk {
    position: relative;
    bottom: 0;
}

.new_home_page .side_webinar button {
    background: #91dd0a;
    color: white;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    padding: 0;
}

.new_home_page .middle_block .sidebar button:hover {
    background: #aff900;
    padding: 0;
}

.new_home_page .middle_block .sidebar button:active {
    background: #87CC0C ;
}


/**********************************
TURPRODUCT
**********************************/

.new_home_page .turproduct_block {
    background: #333333;
    padding: 30px 0 40px;
}

.new_home_page .turproduct_block h2 {
    color: #fff;
    font-size: 30px;
}

.new_home_page .turproduct_block .tops .image_block {
    width: 260px;
    height: 160px;
}

.new_home_page .turproduct_block .one .date {
    color:#7d7d7d;
    top: 26px;
    font-size: 0;
}

.new_home_page .turproduct_block .one .date .type {
    padding-right: 5px;
}

.new_home_page .turproduct_block .one img {
    height: 195px;
}

.new_home_page .turproduct_block .one .title {
    color:#ffffff;
}

.new_home_page .turproduct_block .one .title:hover {
    color: #91dd0a;
}


.new_home_page .turproduct_block .tags {
    font-size: 0;
}

.new_home_page .turproduct_block .tags_list {
    display: inline-block;
    padding-top: 45px;
    position: relative;
    width: 260px;
    vertical-align: top;
    margin-right: 40px;
    box-sizing: border-box;
}

.new_home_page .turproduct_block .tags_list:last-child {
    margin-right: 0;
}

.new_home_page .turproduct_block .tags_list h3 {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 0;
}

.new_home_page .turproduct_block .tags_list .tag {
    border-bottom: 1px solid #484848;
    border-top: 1px solid #484848;
    box-sizing: border-box;
    color: white;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 1px 0 0;
    position: relative;
}

.new_home_page .turproduct_block .tags_list .tag a {
    color: white;
}

.new_home_page .turproduct_block .tags_list .tag a:hover {
    color: #91dd0a;
}

.new_home_page .turproduct_block .tags_list .tag .tag_name {
    display: inline-block;
    height: 35px;
    overflow: hidden;
    width: 235px;
}

.new_home_page .turproduct_block .tags_list .tag .number {
    color: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    font-weight: bold;
}

.new_home_page .turproduct_block .tags_list .tag a:hover .number {
    color: #91dd0a;
}

/**********************************
FOOTER
**********************************/

/* Если ширина меньше 1024 */
@media (max-width: 1024px) {

    .new_home_page #main {
        background: rgba(0,0,0,0);
        /*padding: 0 100px 0 100px;*/
    }


    .new_home_page header, .new_home_page .middle_block {
        background: white;
    }

}

/**********************************
Video Catalog
**********************************/

.content-header-title {
    font-size: 36px;
    margin: 0.5em 0 0.6em;
}

.content-main-description{
    margin-bottom: 60px;
    line-height: 1.4;
    font-size: 14px;
    color: black;
}

.content-item-date-internal{
    color: black;
    font-size: 15px;
    margin: 0 0 2em;
}

.content-main-description .item {
    float: left;
    box-sizing: border-box;
    height: 90px;
    border-right: 1px solid rgb(221, 221, 221);
    margin: 15px 20px 15px 0px;
    width: calc(33% - 20px);
    padding-right: 5px;
}

.content-main-description .item:nth-of-type(3) {
    border-right: none;
}

.content-main-description .item b {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    color: rgb(145, 221, 10);
    display: block;
}

.video-catalog {font-size:0px;}

.content-item {
    display: inline-block;
    width: 260px;
    vertical-align: top;
    margin: 0px 40px 40px 0px;
    position: relative;
    box-sizing: border-box;
    padding: 0px;
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    border-radius: 3px;
}

.content-item:hover {
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.15);
}

.video-catalog a:nth-of-type(4n) .content-item {
    margin: 0px 0px 20px 0px;
}

.content-item-title {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    color: white;
    display: block;
    line-height: 18px;
    margin: 0;
    padding: 6px 10px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    width: 260px;
    z-index: 1;
}

.picture {
    position: relative;
}


.content-item .content-item-title a {
    font-size: 14px;
    color: black;
}

.content-item-description {
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 9px 10px;
    line-height: 18px;
    color: black;
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
}

.content-item-date {
    color: black;
    font-size: 13px;
    font-weight: normal;
    left: -11px;
    padding: 0 10px;
    position: absolute;
    top: -19px;
    z-index: 1;
}

.content-filter-top {
    margin: 0px 0px 30px;
}

.content-item img {
    width: 260px;
    height: 160px;
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    position: relative;
}

.content-item:hover img {
    -moz-filter: brightness(1.08);
    -webkit-filter: brightness(1.08);
    filter: brightness(1.08);
}

#vcf_category {
    width: 150px;
    border-radius: 2px 0px 0px 2px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url('http://profi.travel/uploads/ckeditor/arrow-down_2.png') no-repeat scroll 125px center / 19px auto;
    line-height: 1;
}

#vcf_title {
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
    background: url('http://profi.travel/uploads/ckeditor/search.png') no-repeat scroll 0 0 / 29px auto;
    box-shadow: none;
    width: 0px;
    -webkit-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    border-radius: 0 2px 2px 0;
    margin-left: -1px;
}

#vcf_title:focus {
    width: 150px;
}

.content-image-large {
    float: left;
    font-size: 0;
    padding: 0 0 25px;
    width: 600px;
}

.content-description {
    color: black;
    float: right;
    font-size: 15px;
    line-height: 1.3;
    width: 525px;
}


/* Архив онлайн-мероприятий Profi.Travel */

.container.workshops-archive .item {
    box-sizing: border-box;
    display: inline-block;
    height: 245px;
    padding: 20px 5px 25px;
    text-align: center;
    vertical-align: top;
    width: 190px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-top: -1px;
    z-index: 2;
}

.container.workshops-archive .item:hover {
    box-shadow: 0px 4px 27px -14px rgba(56,65,63,0.65);
    -webkit-box-shadow: 0px 3px 30px -7px rgba(56,65,63,0.85);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.container.workshops-archive .item img {
    max-height: 75px;
    max-width: 125px;
    z-index: 2;
    position: relative;
}

.container.workshops-archive .item h3 {
    color: #0c0a02;
    font-size: 15px;
    font-weight: normal;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    top: 110px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 150px;
    z-index: 2;
}

.container.workshops-archive .item:hover h3 {
    color: #2abbf0;
}

.container.workshops-archive .item a {
    text-decoration: none;
}

.container.workshops-archive .item .subscribed {
    bottom: 15px;
    color: #a5d231;
    /*font-family: "fira_sansbook",Helvetica,Arial,sans-serif;*/
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 130px;
    z-index: 2;
}

.container.workshops-archive .item .subscribed i {
    letter-spacing: -4px;
}

.container.workshops-archive .item  .man_pic {
    background: rgba(0, 0, 0, 0) url("../images/man_pic.jpg") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    width: 21px;
    margin-right: 4px;
}


.container.workshops-archive .item:before {
    position: absolute;
    top: 5px;
    right: 0;
    content: '';
    display: block;
    height: 235px;
    width: 1px;
    background: #e0e0e0;
}

.container.workshops-archive .item:hover:before {
    position: absolute;
    top: 5px;
    right: 0;
    content: '';
    display: block;
    height: 235px;
    width: 1px;
    background: #fff;
}

.container.workshops-archive .item:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 162px;
    height: 243px;
    background: #fff;
    z-index: 1;
    left: -1px;
}

.container.workshops-archive .item:nth-child(6n):before {
    position: absolute;
    top: 5px;
    right: 0;
    content: '';
    display: block;
    height: 235px;
    width: 1px;
    background: #fff;
}

.container.workshops-archive .link_to_others {
    border-bottom: 1px dashed rgba(0,0,0,0.3);
    bottom: -50px;
    color: #0c0a02;
    display: table;
    font-size: 22px;
    left: 50%;
    line-height: 22px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    cursor: pointer;
}

.container.workshops-archive .link_to_others:hover  {
    border-bottom: 1px dashed #fff;
    color: #2abbf0;
    /*font-family: "fira_sansbook",Helvetica,Arial,sans-serif;*/
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.container.workshops-archive .previousExpo {
    display: none;
}

.container.workshops-archive .no_thx {
    background: white none repeat scroll 0 0;
    z-index: 2;
}



/*
SEARCH
**********************************/

.search header {
    padding: 53px 0 10px;
}

.search-input-wrapper {
    background: whitesmoke;
    height: 100px;
    margin: 0 -40px;
    box-sizing: border-box;
    padding: 0 40px;
}

.search-input-wrapper .left-sidebar, .search-input-wrapper .right-sidebar {
    float: left;
    width: 580px;
}

.search-input-wrapper .right-sidebar {
    padding-left: 25px;
    box-sizing: border-box;
}

.search-input-wrapper .inner-page-title {
    color: #010101;
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 0 3px;
    margin: 0;
    border-bottom: 2px solid #d4d4d4;
    vertical-align: middle;
}

/*Rubrics in SEARCH*/

.search .right-sidebar .rubrics {
    color: white;
    font-size: 0;
    height: 100px;
    line-height: 100px;
}

.search .right-sidebar .rubrics .materials_in_rubric {
    color: #7d7d7d;
    display: block;
    font-size: 12px;
    height: 20px;
    left: 35px;
    position: absolute;
    top: 20px;
}

.search .right-sidebar .rubric {
    box-sizing: border-box;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    margin: 0 35px 0 0;
    padding-left: 35px;
    width: 260px;
    line-height: 100px;
    font-weight: bold;
    position: relative;
}

.search .right-sidebar .rubric a {
    color: #000000;
}

.search .right-sidebar .rubric a:hover {
    color: #91dd0a;
}

.search .right-sidebar .rubric:nth-child(2) {
    margin: 0 0 0 0;
}

.search .right-sidebar .rubric img {
    left: 0px;
    width: 25px;
    position: absolute;
    top: 31px;
}

/****Carousel in SEARCH****/

.search .green_ads, .search #green-ads-carousel .carousel-inner {
    height: 85px;
    overflow: hidden;
    width: 260px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: 0 0 0 1px #e5e5e5;
}

.search .green_ad {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-right: none;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 85px;
    line-height: 20px;
    padding: 40px 0 40px 40px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 260px;
}

.search .green_ad:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.search .green_ad:nth-of-type(4n) {
    border-right: none;
}

.search .green_ad .read {
    display: none;
}

.search .green_ad .pic {
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    height: 65px;
    left: -15px;
    line-height: 0;
    margin-right: 10px;
    overflow: hidden;
    padding-top: 0;
    position: relative;
    text-align: center;
    top: -37px;
    vertical-align: middle;
    width: 65px;
}

.search .green_ad .pic img {
    left: 50%;
    position: absolute;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.search .green_ads .green_ad .title {
    color: #010101;
    font-size: 12px;
    height: 80px;
    left: -15px;
    line-height: 17px;
    overflow: hidden;
    position: relative;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    top: -32px;
    width: 130px;
}

.search .green_ads .green_ad .title:hover {
    color: #91dd0a;
}


/****SEARCH RESAULTS****/

.new_home_page.search .inner-page-content-wrapper {
    float: left;
    width: 760px;
}

/* .new_home_page.search .inner-page-title {
    line-height: 1;
} */

.search .l-page_layout_70-30 .l-page__left {
    width: 100%;
    padding-right: 0;
}

.search .l-page_layout_70-30 .l-page__left .b-misspell__help {
    display: none;
}

.ya-page_js_yes .ya-site-form_inited_no {
    display: none;
}

/* #ya-site-form1 .ya-site-form__search-input-layout {
    position: relative;
}

.inner-page-title #ya-site-form1 {
    margin: 40px 0 10px -9px !important;
    padding: 0 !important;
    width: 100%;
    display: inline-block;
}

.inner-page-title #ya-site-form1 .ya-site-form__search-input-layout-l {
    width: 100% !important;
    display: inline-block !important;
}

.inner-page-title #ya-site-form1 .ya-site-form__form .ya-site-form__search-input-layout-l .ya-site-form__input-text {
    border-color: #dddddd !important;
    color: #000!important;
    border-radius: 0;
    font-size: 20px !important;
    background-color: rgba(0,0,0,0) !important;
    box-shadow: none;
    width: 100%;
    height: 40px;
    margin: 0 0 0 4px!important;
    font-weight: normal!important;
    padding: 0 0 7px 3px;
    background: url(/bundles/smirikwebsite/img/loop-green.png) right center no-repeat;
    position: relative;
    border-width: 0 0 1px 0;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.inner-page-title #ya-site-form1 .ya-site-form__form .ya-site-form__search-input-layout-l .ya-site-form__input-text:focus {
    border-color: #91dd0a !important;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.inner-page-title #ya-site-form1 .ya-site-form__search-input-layout-r {
    width: 0;
}

.inner-page-title #ya-site-form1 .ya-site-form__search-input-layout-r:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.inner-page-title #ya-site-form1 .ya-site-form__search-input-layout .ya-site-form__search-input-layout-r .ya-site-form__submit {
    display: block;
    border: none;
    width: auto;
    font-size: 0 !important;
    background: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 30px;
    height: 40px;
    outline: none;
    top: 0;
    right: -7px;
    margin: 0 10px;
    position: absolute;
    outline-offset: 0;
}

.inner-page-title #ya-site-form1 .ya-site-form__search-input-layout-r .ya-site-form__submit:hover,
.inner-page-title #ya-site-form1 .ya-site-form__search-input-layout-r .ya-site-form__submit:active {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.inner-page-title #ya-site-form1 .ya-site-suggest {
    width: 100%;
}

.inner-page-title #ya-site-form1 .ya-site-suggest-list {
    box-sizing: border-box;
    width: 100%;
    min-width: auto;
    max-height: 200px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    border-width: 0 0px 0px 0px;
    margin: 0 0 0 3px;
}

.inner-page-title #ya-site-form1 .ya-site-suggest-list .ya-site-suggest-elem {
    padding: 10px 5px;
    line-height: 1;
}

.inner-page-title #ya-site-form1 .ya-site-suggest-list .ya-site-suggest-elem-link {
    color: #909090 !important;
    font-weight: normal;
}

.inner-page-title #ya-site-form1 .ya-site-suggest-list .ya-site-suggest-elem:hover,
.inner-page-title #ya-site-form1 .ya-site-suggest-list .ya-site-suggest-elem_state_hover {
    background: #f9fbec;
}

.inner-page-title #ya-site-form1 .ya-site-suggest-list .ya-site-suggest-elem-link .ya-site-suggest__content {
    font-size: 20px !important;
} */

.search .inner-page-content-wrapper .b-body-items {
    padding-left: 0;
    display: block;
}

.search .inner-page-content-wrapper .b-loader__wrapper {
    /*display: none;*/
}
.search .inner-page-content-wrapper .b-loader__ext-wrapper {
    background: #ffffff none repeat scroll 0 0;
    height: auto;
    left: 40%;
    font-size: 0;
    width: 300px;
    padding: 35px 0 0;
}

.search .inner-page-content-wrapper .g-gap-horizontal {
    margin-left: 60px;
    font-size: 16px;
    color: black;
}

.search .inner-page-content-wrapper .g-gap-horizontal b {
    font-weight: normal;
}

.search .inner-page-content-wrapper .b-hint.g-gap-horizontal {
    display: none;
}

.search .inner-page-content-wrapper .b-head.b-head_type_search-simple {

}

.search .inner-page-content-wrapper .b-head.b-head_type_search-simple .b-head__specify {
    padding: 0;
}

.search .i-popup_visibility_visible .b-popupa__wrap .b-specification-item__content {
    padding: 15px;
}

.i-ua_js_yes .b-form-checkbox {
    background-color: rgba(0,0,0,0) !important;
    background: none !important;
    box-shadow: none !important;
}

.i-ua_js_yes .b-form-checkbox .b-form-checkbox__bg {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(125, 125, 125, 0.6);
    background-image: none;
    background-color: #fff;
    -webkit-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    position: relative;
    top: -1px;
    left: -1px;
}

.i-ua_js_yes .b-form-checkbox input[type="checkbox"]:checked+.b-form-checkbox__bg {
    background-color: #8fd300;
    border: none;
    box-shadow: none;
    -moz-animation-name: animation_input;
    -moz-animation-duration: 1.1s;
    -moz-animation-timing-function: cubic-bezier(0, 1.01, 1, 0.96);
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-fill-mode: none;
    -moz-animation-play-state: running;
    -webkit-animation-name: animation_input;
    animation-name: animation_input;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-timing-function: cubic-bezier(0, 1.01, 1, 0.96);
    animation-timing-function: cubic-bezier(0, 1.01, 1, 0.96);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    background-image: none;
}

.i-ua_js_yes .b-form-checkbox .b-form-checkbox__tick {
    display: none;
}

.search .i-popup_visibility_visible .b-specification-item__content label {
    display: inline-block;
    color: #333333 !important;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.search .i-popup_visibility_visible .b-specification-item__button-wrap {
    margin-right: 0;
    text-align: center;
}

.search .i-popup_visibility_visible .b-form-button_theme_grey-19 {
    color: #000;
    background: none;
}

.search .i-popup_visibility_visible .b-form-button_height_19 .b-form-button__left {
    display: none;
}

.search .i-popup_visibility_visible .b-form-button__input {
    margin: 0;
}

.search .i-popup_visibility_visible .b-form-button_height_19 .b-form-button__content {
    font: 10px/21px Arial, Helvetica, sans-serif;
    margin: 0 5px;
    padding: 1px 15px;
    background: #8fd300;
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    cursor: pointer;
}

.search .i-popup_visibility_visible .b-form-button_height_19 .b-form-button__content:hover {
    background: #aff900 none repeat scroll 0 0;
}

.b-popupa__shadow {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.b-popupa__close {
    background: rgba(0, 0, 0, 0) url(../img/cross-grey.png) no-repeat scroll 0 0 / cover  !important;
    top: 1% !important;
    left: 97% !important;
    width: 17px !important;
    height: 17px !important;
}

.b-form-input__box {
    border-color: #dcdcdc !important;
    box-shadow: none !important;
}

.search .inner-page-content-wrapper .b-head.b-head_type_search-simple tr:first-of-type {
    display: none;
}

.search .inner-page-content-wrapper .search .inner-page-wrapper .b-body-items {
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
}

.search .inner-page-content-wrapper .b-serp-item {
    background: white none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 #d7d7d7;
    box-sizing: border-box;
    display: list-item;
    padding: 15px;
    height: 100px;
}

.search .inner-page-content-wrapper .b-serp-list {
    display: block;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.search .inner-page-content-wrapper .b-serp-item {
    background: white none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

.search .inner-page-content-wrapper .b-pager__title,
.search .inner-page-content-wrapper #ya-site-results .b-pager__inactive,
.search .inner-page-content-wrapper #ya-site-results .b-serp-item__from,
.search .inner-page-content-wrapper #ya-site-results .b-direct__head-link,
.search .inner-page-content-wrapper #ya-site-results .b-image__title,
.search .inner-page-content-wrapper #ya-site-results .b-video__title,
.search .inner-page-content-wrapper .b-pager__active, .b-pager__inactive,
.search .inner-page-content-wrapper .b-pager__sorted {
    display: none !important;
}

.search .inner-page-content-wrapper .b-pager,
.search .inner-page-content-wrapper .b-pager__pages,
.search .inner-page-content-wrapper .b-pager__sorted {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.search .inner-page-content-wrapper .g-gap-horizontal {
    display: block;
    margin-left: 0;
}

.search .inner-page-content-wrapper #ya-site-results
{
    color: #333333;
    background: #FAFAFA;
}

.search .inner-page-content-wrapper #ya-site-results .b-pager__current,
.search .inner-page-content-wrapper #ya-site-results .b-serp-item__number
{
    color: #333333 !important;
}

.search .inner-page-content-wrapper #ya-site-results {
    /*font-family: Arial !important;*/
    background: rgba(0,0,0,0);
    min-height: 700px;
}

.search .inner-page-content-wrapper #ya-site-results :visited,
.search .inner-page-content-wrapper #ya-site-results .b-pager :visited,
.search .inner-page-content-wrapper #ya-site-results .b-foot__link:visited,
.search .inner-page-content-wrapper #ya-site-results .b-copyright__link:visited
{
    color: #000000;
}

.search .inner-page-content-wrapper #ya-site-results a:link,
.search .inner-page-content-wrapper #ya-site-results a:active,
.search .inner-page-content-wrapper #ya-site-results .b-pseudo-link,
.search .inner-page-content-wrapper #ya-site-results .b-head-tabs__link,
.search .inner-page-content-wrapper #ya-site-results .b-head-tabs__link:link,
.search .inner-page-content-wrapper #ya-site-results .b-head-tabs__link:visited,
.search .inner-page-content-wrapper #ya-site-results .b-dropdown__list .b-pseudo-link,
.search .inner-page-content-wrapper #ya-site-results .b-dropdowna__switcher .b-pseudo-link,
.search .inner-page-content-wrapper .b-popupa .b-popupa__content .b-menu__item,
.search .inner-page-content-wrapper #ya-site-results .b-foot__link:link,
.search .inner-page-content-wrapper #ya-site-results .b-copyright__link:link,
.search .inner-page-content-wrapper #ya-site-results .b-serp-item__mime,
.search .inner-page-content-wrapper #ya-site-results .b-pager :link
{
    color: #000000;
}

.search .inner-page-content-wrapper #ya-site-results :link:hover,
.search .inner-page-content-wrapper #ya-site-results :visited:hover,
.search .inner-page-content-wrapper #ya-site-results .b-pseudo-link:hover
{
    color: #91dd0a !important;
}

.search .inner-page-content-wrapper #ya-site-results .l-page,
.search .inner-page-content-wrapper #ya-site-results .b-bottom-wizard
{
    font-size: 13px;
}

.search .inner-page-content-wrapper #ya-site-results .b-pager
{
    font-size: 1.25em;
}

.search .inner-page-content-wrapper #ya-site-results .b-serp-item__text,
.search .inner-page-content-wrapper #ya-site-results .ad {
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: #010101;
}

.search .inner-page-content-wrapper #ya-site-results .b-serp-item__text b,
.search .inner-page-content-wrapper #ya-site-results .ad b {
    background: rgba(143, 211, 0, 0.2) none repeat scroll 0% 0%;
    padding: 0px 2px;
    font-weight: normal;
}

.search .inner-page-content-wrapper #ya-site-results .b-serp-item__title-link,
.search .inner-page-content-wrapper #ya-site-results .ad .ad-link
{
    font-style: normal;
    font-weight: bold;
}

.search .inner-page-content-wrapper #ya-site-results .ad .ad-link a
{
    font-weight: bold;
}

.search .inner-page-content-wrapper #ya-site-results .b-serp-item__title,
.search .inner-page-content-wrapper #ya-site-results .ad .ad-link {
    font-size: 20px;
    margin-bottom: 7px;
    line-height: 25px;
    display: block;
}

.search .inner-page-content-wrapper #ya-site-results .b-serp-item__title-link:link,
.search .inner-page-content-wrapper #ya-site-results .b-serp-item__title-link
{
    font-size: 1em;
}

.search .inner-page-content-wrapper #ya-site-results .b-serp-item__number
{
    font-size: 12px;
    display: none;
}

.search .inner-page-content-wrapper #ya-site-results .ad .ad-link a
{
    font-size: 0.88em;
}

.search .inner-page-content-wrapper #ya-site-results .b-serp-url,
.search .inner-page-content-wrapper #ya-site-results .b-direct .url,
.search .inner-page-content-wrapper #ya-site-results .b-direct .url a:link,
.search .inner-page-content-wrapper #ya-site-results .b-direct .url a:visited
{
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #329932;
}

.search .inner-page-content-wrapper #ya-site-results .b-serp-item__links-link
{
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #000000 !important;
}

.search .inner-page-content-wrapper #ya-site-results .b-pager__inactive,
.search .inner-page-content-wrapper #ya-site-results .b-serp-item__from,
.search .inner-page-content-wrapper #ya-site-results .b-direct__head-link,
.search .inner-page-content-wrapper #ya-site-results .b-image__title,
.search .inner-page-content-wrapper #ya-site-results .b-video__title
{
    color: #000000 !important;
}

.search .inner-page-content-wrapper #ya-site-results .b-pager__current,
.search .inner-page-content-wrapper #ya-site-results .b-pager__select
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #8fd300;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 20px;
    text-align: center;
    width: 31px;
}

.search .inner-page-content-wrapper #ya-site-results .b-foot,
.search .inner-page-content-wrapper #ya-site-results .b-line
{
    border-top-color: #E0E0E0;
}

.search .inner-page-content-wrapper #ya-site-results .b-dropdown__popup .b-dropdown__list,
.search .inner-page-content-wrapper .b-popupa .b-popupa__content
{
    background-color: #FFFFFF;
}

.search .inner-page-content-wrapper .b-popupa .b-popupa__tail
{
    border-color: #E0E0E0 transparent;
}

.search .inner-page-content-wrapper .b-popupa .b-popupa__tail-i
{
    border-color: #FFFFFF transparent;
}

.search .inner-page-content-wrapper .b-popupa_direction_left.b-popupa_theme_ffffff .b-popupa__tail-i,
.search .inner-page-content-wrapper .b-popupa_direction_right.b-popupa_theme_ffffff .b-popupa__tail-i
{
    border-color: transparent #FFFFFF;
}

.search .inner-page-content-wrapper #ya-site-results .b-dropdowna__popup .b-menu_preset_vmenu .b-menu__separator
{
    border-color: #E0E0E0;
}

.search .inner-page-content-wrapper .b-specification-list,
.search .inner-page-content-wrapper .b-specification-list .b-pseudo-link,
.search .inner-page-content-wrapper .b-specification-item__content label,
.search .inner-page-content-wrapper .b-specification-item__content .b-link,
.search .inner-page-content-wrapper .b-specification-list .b-specification-list__reset .b-link
{
    color: #333333 !important;
    /*font-family: Arial;*/
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.search .inner-page-content-wrapper .b-specification-item__content .b-calendar__title
{
    /*font-family: Arial;*/
    color: #333333;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.search .inner-page-content-wrapper .b-specification-item__content .b-calendar-month__day_now_yes
{
    color: #E0E0E0;
}

.search .inner-page-content-wrapper .b-specification-item__content .b-calendar .b-pseudo-link
{
    color: #333333;
}

.search .inner-page-content-wrapper .b-specification-item__content
{
    /*font-family: Arial !important;*/
    font-size: 13px;
}

.search .inner-page-content-wrapper .b-specification-item__content :visited
{
    color: #000000;
}

.search .inner-page-content-wrapper .b-specification-item__content .b-pseudo-link:hover,
.search .inner-page-content-wrapper .b-specification-item__content :visited:hover
{
    color: #91dd0a !important;
}

.search .inner-page-content-wrapper #ya-site-results .b-popupa .b-popupa__tail-i
{
    background: #FFFFFF;
    border-color: #E0E0E0 !important;
}

.search .inner-page-content-wrapper #ya-site-results .b-loader__progress {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    /*background: url('https://media.giphy.com/media/Fplv7Nl9XTmW4/giphy.gif') repeat-x;*/
/*    background: url('http://vignette3.wikia.nocookie.net/sailormoon/images/8/82/Happy_sailor_moon.gif/revision/latest?cb=20140819020628') repeat-x;
*/    /*background: url('http://i1056.photobucket.com/albums/t368/math_will/Gif%20for%20icons/tumblr_lxt6m3vT7H1qcidhko1_500.gif') repeat-x;*/
    background: rgba(0,0,0,0) url('http://profi.travel/uploads/ckeditor/1474462558198.gif') no-repeat scroll center center / contain;
}

.new_home_page.search .middle_block .right-block-inner.sidebar {
    padding-top: 30px;
}

.new_home_page.search .inner-page-wrapper {
    overflow: visible;
}


/****TOP SEARCH****/
/*
.search-bar {
    background: #ffffff;
    height: 60px;
    line-height: 60px;
    left: 0;
    width: 100%;
    position: absolute;
    bottom: 50px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: -1;
}

.search-bar.visible {
    bottom: -60px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    box-shadow: 0 1px 0 0px rgba(0, 0, 0, 0.05);
}

.navigation .search-button {
    width: 25px;
    height: 25px;
    background: url("../img/icons/icon-search.svg") center center / 15px no-repeat;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    cursor: pointer;
}

.navigation .search-button:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
}

.navigation .search-button.crossed {
    background: url(/bundles/smirikwebsite/img/cross.png) center center no-repeat;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.navigation .search-button.crossed:hover {
    -webkit-filter: brightness(1) grayscale(0);
    filter: brightness(1) grayscale(0);
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-form__input-text {
    width: 100%;
    cursor: text;
    font-size: 20px !important;
    border-style: solid;
    font-weight: normal !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 !important;
    box-sizing: border-box;
    height: 30px !important;
    color: #000000 !important;
    border-width: 0;
    outline-style: none;
    line-height: 30px !important;
    box-shadow: none;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 0;
}

.loged-in .top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-form__input-text {
    padding: 0px 6px 5px !important;
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-form__input-text::-webkit-input-placeholder {
    font-style: normal;
    font-size: 14px;
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-form__input-text:-moz-placeholder {
    font-style: normal;
    font-size: 14px;
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-form__search-input-layout-l {
    width: auto;
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-form__search-input-layout-r {
    width: 60px;
    background: url(/bundles/smirikwebsite/img/loop-green.png) center center no-repeat;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    position: relative;
    right: -18px;
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-form__search-input-layout-r:hover,
.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-form__search-input-layout-r:active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-form__submit {
    display: block;
    border: none;
    width: auto;
    font-size: 0 !important;
    background: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    left: 0;
    height: 60px;
    outline: none;
    margin: 0 10px;
    outline-offset: 0;
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-form__search-input {
    padding: 0;
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-suggest__iframe {
    position: absolute;
    z-index: -1;
    min-width: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-suggest-items {
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1px 0 0;
    list-style: none;
    font-weight: normal;
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-suggest-items li {
    margin: 0 -5px 0;
    padding: 0;
    line-height: normal;
}

.hidden .top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-suggest-popup {
    display: none !important;
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-suggest-list {
    position: fixed;
    left: 0;
    z-index: 999;
    overflow: hidden;
    min-width: auto;
    width: 100%;
    border-collapse: separate;
    max-height: 122px;
    box-sizing: border-box;
    border-color: #f2f2f2;
    border-width: 1px 0 1px 0;
    border-style: solid;
    background: #ffffff;
    padding: 0;
    box-shadow: none;
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-suggest-elem:hover,
.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-suggest-elem_state_hover {
    background: none;
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-suggest-elem {
    display: block;
    padding: 10px;
    width: 1240px !important;
    cursor: pointer;
    margin: 0 auto;
    line-height: 1;
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-suggest-items li:hover {
    background: #f9fbec;
}

.top-search-wrapper .ya-site-form.ya-site-form_bg_transparent.ya-site-form_inited_yes#ya-site-form0 .ya-site-suggest-elem .ya-site-suggest__content {
    font-size: 20px !important;
    color: #909090;
    padding-left: 6px;
} */


/*
REDACTION
**********************************/

.new_home_page.redaction .header {
    background: whitesmoke;
    height: 100px;
    margin: 0 -40px;
    box-sizing: border-box;
    padding: 0 40px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.new_home_page.redaction .header h1 {
    font-size: 36px;
    line-height: 100px;
    margin: 0;
    color: #000000;
}

.new_home_page.redaction .left-sidebar,
.new_home_page.redaction .right-sidebar {
    float: left;
    width: 560px;
}

.new_home_page.redaction .right-sidebar {
    padding-left: 40px;
    box-sizing: border-box;
}

.new_home_page.redaction .header a {
    font-size: 20px;
    line-height: 110px;
    font-weight: bold;
    color: #000000;
}

.new_home_page.redaction .header a:hover {
    color: #91dd0a;
    text-decoration: none;
}

.new_home_page.redaction .header a:first-of-type {
    margin-right: 80px;
}

.new_home_page.redaction .inner-page-wrapper {
    padding: 60px 0 60px 30px;
    color: #010101;
}

.new_home_page.redaction .inner-page-wrapper a,
.new_home_page.redaction .inner-page-wrapper a:visited {
    color: #8fd301;
}

.new_home_page.redaction .inner-page-wrapper a:hover {
    color: #91dd0a;
}

.new_home_page.redaction .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.new_home_page.redaction .grid .item {
    width: 50%;
    margin-bottom: 40px;
}

.new_home_page.redaction .grid .item img {
    width: 100px; height: 100px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.new_home_page.redaction .grid .item .description {
    font-size: 16px;
    line-height: 25px;
}

.new_home_page.redaction .grid .item .description strong {
    display: block;
    margin-bottom: 3px;
}

.new_home_page.redaction .inner-page-wrapper .right-sidebar {
    font-size: 16px;
    line-height: 30px;
    padding-left: 10px;
}

.new_home_page.redaction .green-title {
    color: #8fd301;
    font-size: 30px;
    font-weight: bold;
}

.new_home_page.redaction .inner-page-wrapper .right-sidebar p {
    margin: 0 0 30px;
}

.new_home_page.redaction .inner-page-wrapper .right-sidebar strong {
    font-size: 20px;
    display: block;
}

.new_home_page.redaction .inner-page-wrapper .right-sidebar em {
    font-size: 30px;
    display: block;
    font-style: normal;
    font-weight: bold;
    margin-top: 6px;
}

/****Test card****/

.inner-page-content-wrapper {
    float: left;
    width: 860px;
}

.right-block-wrapper {
    width: 259px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.right-block-inner {
    position: relative;
    width: 100%;
    height: 100%;
    height: calc(100% - 77px);
}

.top_news_header {
    display: flex;
    flex-direction: row;
}

.top_news_header h2, .top_news_header img {
    display: flex;
    align-self: center;
}

.middle_block .top_news_header h2 {
    font-size: 80px;
    line-height: 72px;
    margin: 20px 0;
}

.top_news_description {
    font-size: 31px;
    color: #111;
    line-height: 38px;
    margin-bottom: 20px;
}

.top_news_header img {
    margin-left: 50px;
}

.new_home_page .inner-page-content-wrapper .bottom_banners {
    margin: 0;
    padding-left: 1px;
}



.new_home_page .test_card .date {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    height: 70px;
    left: 0;
    padding: 12px 24px;
    top: 0;
    width: 100%;
    box-sizing: border-box;
}

.new_home_page .test_card .info {
    bottom: 10px;
    font-size: 13px;
    position: absolute;
    color: white;
}

.new_home_page .test_card .date .type {
    padding-left: 5px;
}

.new_home_page .test_card .info .comments {
    background: rgba(0, 0, 0, 0) url("../img/comments_mt.png") no-repeat scroll 0 center;
    display: inline-block;
    margin: 0;
    padding: 0 15px 0 24px;
}

.new_home_page .test_card .info .views {
    background: rgba(0, 0, 0, 0) url("../img/views_mt.png") no-repeat scroll 0 center;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 25px;
}

.new_home_page .test_announcement a, .new_home_page .test_announcement a:visited {
    color: #91dd0a;
    text-decoration: none;
}

.new_home_page .test_announcement a:hover {
    color: #aff900;
}

.new_home_page .gray_block_new {
    background: #F6F6F6 none repeat scroll 0px 0px;
    color: #010101;
    font-size: 16px;
    position: relative;
    padding: 0 45px;
    text-align: center;
}

.new_home_page .gray_block_new:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #009912 transparent;
}

.new_home_page .gray_block_new::before {
    border-color: white white #8fd300;
    border-style: solid;
    border-width: 0 0 20px 20px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.rules {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0% 0%;
    margin: 0px -45px -30px;
    padding: 25px 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.rules .stroke_for_arrow.opened::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.rules .stroke_for_arrow::after {
    background: rgba(1, 0, 0, 0) url("http://profi.travel/uploads/ckeditor/123_11.png") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 11px;
    margin: 0 0 0 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.23s ease 0s;
    transition: all 0.23s ease 0s;
    width: 15px;
}

.rules .stroke_for_arrow {
    color: #8fd300;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}

.rules .hidden {
    margin: 10px 0px 20px;
    font-size: 14px;
    display: none;
}

.login_btn {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    padding: 12px 12px;
    background: #88d500;
    border: 1px solid #7ac000;
    margin: 15px 10px 15px 10px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    outline: none;
    outline-offset: 0;
}

.login_btn:hover {
    background: #aff900 none repeat scroll 0 0;
    border: 1px solid #aff900;
}

.login_btn:active {
    background: #87cc0c none repeat scroll 0 0;
    border: 1px solid #87cc0c;
}

.register_btn {
    color: #010101;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    padding: 12px 12px;
    background: #fff;
    border: 1px solid #f2f2f2;
    margin: 15px 0px 15px 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    outline: none;
    outline-offset: 0;
    display: inline-block;
}

.register_btn:hover {
    background: rgba(255, 255, 255, 0.74) none repeat scroll 0 0;
}

.register_btn:active {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.40) inset;
}

.test-answer-wrapper {
    overflow: hidden;
}

@-webkit-keyframes animation_input {
  0% {
    box-shadow: 0 0 0 0 rgba(143, 211, 0, 0.2);
  }
  35% {
    box-shadow: 0 0 0 4px rgba(143, 211, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(143, 211, 0, 0);
  }
}

@keyframes animation_input {
  0% {
    box-shadow: 0 0 0 0 rgba(143, 211, 0, 0.2);
  }
  35% {
    box-shadow: 0 0 0 4px rgba(143, 211, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(143, 211, 0, 0);
  }
}

.gray_plate {
    background: #f6f6f6;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1) inset;
    padding: 25px 0;
    margin: 50px 0 0;
    box-sizing: border-box;
}

.test-message-alert {
    font-weight: normal;
    background: #f6f6f6;
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin: 0;
}

.test-message-alert span {
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.green_button_next {
    background: #8fd300 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: block;
    font-size: 17px;
    height: 45px;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: normal;
    padding: 0 45px;
    border-radius: 1px;
}

.green_button_next span {
    background: rgba(0, 0, 0, 0) url("http://profi.travel/uploads/ckeditor/arrow-right.png") repeat scroll 0 0;
    display: inline-block;
    height: 12px;
    left: 3px;
    position: relative;
    top: 1px;
    width: 13px;
}

.green_button_next:hover {
    background: #aff900 none repeat scroll 0 0;
}

/****Statistics block****/

.article_stats {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin: 60px 0;
    min-height: 60px;
    padding-top: 20px;
}

.article_stats .tags {
    background: rgba(0, 0, 0, 0) url("http://profi.travel/uploads/ckeditor/Pictogram.png") no-repeat scroll left center;
    display: table;
    float: left;
    left: 27px;
    max-width: 530px;
    padding-left: 22px;
    position: relative;
    top: 0;
}

.article_stats .tags a, .article_stats .tags a:visited {
    color: #7d7d7d;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.article_stats .tags a:hover {
    color: #8fd300;
}

.article_stats .info {
    bottom: 0;
    float: right;
    position: relative;
    width: 100px;
}

.article_stats .vies, .article_stats .share {
    float: right;
}

.article_stats .vies {
    width: 100px;
}

.article_stats .share {
    color: #7d7d7d;
    font-size: 13px;
    font-weight: bold;
    width: 160px;
}

.article_stats .share .icon-social-vk {
    background-image: url("http://profi.travel/uploads/ckeditor/VK.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 26px;
    background-position: center center;
}

.article_stats .share .icon-social-vk:hover {
    background-image: url("http://profi.travel/uploads/ckeditor/VK_hover.png");
}

.article_stats .share .icon-social-fb {
    background-image: url("http://profi.travel/uploads/ckeditor/fb-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    margin-left: 4px;
    margin-top: -5px;
    vertical-align: text-top;
    width: 11px;
}

.article_stats .share .icon-social-fb:hover {
    background-image: url("http://profi.travel/uploads/ckeditor/fb-2.png");
}

/****Banners****/
.middle_block .right-block-inner.sidebar {
    padding-top: 1px;
    width: 261px;
}

.search #right-banners-wrapper .banner  {
    box-shadow: 0 0 0 1px #e5e5e5;
    margin-bottom: 15px;
    padding: 10px;
    width: 240px;
}

.inner-page-title {
    color: #010101;
    font-size: 36px;
    font-weight: 700;
    line-height:  100px;
    margin: 0;
}
.inner-page-wrapper {
    position: relative;
    overflow: hidden;
}

#right-banners-wrapper {
    display: none;
}

.right-banners-wrapper {
    position: relative;
}

.right-banners-wrapper.fixed {
    position: sticky;
    top: 70px;
}

.right-banner-item {
    margin-bottom: 15px !important;
}

.right-banners-wrapper.absolute {
    position: sticky;
    bottom: 0;
}

.right-banners-wrapper .hide {
    display: none;
}

.new_home_page .bottom_banners {
    margin-left: 40px;
    width: 860px;
    padding-bottom: 90px;
}

.new_home_page .bottom_banners .banner {
    box-shadow: 0 0 0 1px #e5e5e5;
    box-sizing: border-box;
    float: left;
    margin-right: 40px;
    padding: 10px;
    width: 260px;
}

.new_home_page .bottom_banners .banner:nth-of-type(3) {
    margin-right: 0;
}

.new_home_page .bottom_banners .banner > div:empty {
    display: none;
}

/****Other tests block****/

.new_home_page.test .other_tests {
    background: #f2f2f2 none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    /* height: 445px; */
    padding: 30px 0 0;
    /* margin-bottom: 30px; */
    position: relative;
    z-index: 100;
}

.new_home_page.test .other_tests h2 {
    color: #010101;
    font-size: 30px;
}

.new_home_page.test .other_tests .tops {
    /* height: 300px; */
    padding-top: 0;
}

.new_home_page.test .other_tests .tops .image_block {
    width: 260px;
    height: 160px;
}

.new_home_page.test .other_tests .tops .one {
    padding: 47px 0 0;
}

.new_home_page.test .other_tests .tops .one .info {
    bottom: 25px;
}

.new_home_page.test .other_tests .one .date {
    color:#909090;
    top: 26px;
    font-size: 0;
}

.new_home_page.test .other_tests .one .date .type {
    padding-right: 5px;
}

.new_home_page.test .other_tests .one .title {
    color:#010101;
}

.new_home_page.test .other_tests .one .title:hover {
    color: #91dd0a;
}
.new_home_page.test .other-test-image-block {
    width: 260px;
    height: 160px;
    background-size: cover;
    background-position: center;
}

/*===List page ===*/

.right-banner-item {
    background-color: #fff;
}

.inner-page-menu-block {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}
.inner-page-menu-block li {
    display: block;
    float: left;
    color: #010101;
    padding: 0 27px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    height: 50px;
    overflow: hidden;
    border-left: none;
    box-sizing: border-box;
}
.inner-page-menu-block li:first-child {
    border-left: 1px solid #e5e5e5;
}
.new_home_page .inner-page-menu-block li a {
    line-height: 48px;
    vertical-align: middle;
    display:inline-block;
    color: #010101;
    font-size: 18px;
    font-weight: bold;
}
.new_home_page .inner-page-menu-block li.active {
    background-color: #fff;
    border-bottom: none;
}
.new_home_page .inner-page-menu-block li a:hover,
.new_home_page .inner-page-menu-block li.active a {
    color: #8fd300;
}

.new_home_page .item-list-outer {
    margin-top: 20px;
}

.new_home_page .item-list-outer h3 {
    color: #010101;
    font-size: 28px;
    line-height: 90px;
    vertical-align: middle;
    margin: 0;
}
.item-list-item {
    margin-bottom: 35px;
    overflow: hidden;
}
.item-list-image {
    display: block;
    float: left;
    width: 180px;
    height: 135px;
}
.new_home_page .item-list-header {
    color: #999;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin-top: 0px;
}
.new_home_page .item-list-header-views {
    display: inline-block;
}
.new_home_page .item-list-header span {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}

.item-list-header-type {
    border: 1px solid #b0b0b0;
    line-height: 1;
    margin-right: 7px;
    padding: 2px 3px 3px;
}

.item-list-header-date {
    margin-right: 10px;
}
.item-list-header-views {
    height: 10pt;
    margin-right: 5px;
}
.new_home_page .item-list-title {
    font-size: 20px;
    line-height: 25px;
    margin: 6px 0;
}

.new_home_page .item-list-title a {
    color: #010101;
}
.new_home_page .item-list-title a:hover {
    color: #8fd300;
}
.new_home_page .item-list-header-diplomas, .new_home_page .item-list-header-views {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    margin-right: 13px;
}
.new_home_page .item-list-header-diplomas span {
    height: 18px;
    width: 17px;
    background: url("/bundles/smirikwebsite/img/diplomas-gray.png") top center no-repeat;
}
.new_home_page .item-list-header-views span {
    height: 13px;
    width: 19px;
    background: url("/bundles/smirikwebsite/img/views_gray.png") top center no-repeat;
    position: relative;
    top: -2px;
}

.new_home_page .item-list-header-comments span {
    height: 13px;
    width: 19px;
    background: url("/bundles/smirikwebsite/img/comments_gray.png") top center no-repeat;
    position: relative;
    top: -2px;
}

/*=== Pagination ===*/
.inner-page-wrapper .pagination {
    font-size: 15pt;
    font-weight: bold;
    color: #010101;
    text-align: center;
    margin: 90px 0;
}
.inner-page-wrapper .pagination a {
    color: #010101;
}
.inner-page-wrapper .pagination a:hover,
.inner-page-wrapper .pagination .active {
    color: #8fd300;
}
.inner-page-wrapper .pagination .next,
.inner-page-wrapper .pagination .previous {
    display: block;
    height: 100%;
    width: 10px;
    background-image: url("/bundles/smirikwebsite/img/pagination-nav.png");
    background-repeat: no-repeat;
}

.inner-page-wrapper .pagination .next {
    float: right;
    background-position: -22px center;
}
.inner-page-wrapper .pagination .previous {
    float: left;
    background-position: 1px center;
}
.inner-page-wrapper .pagination .pages {
    display: inline-block;
}

.inner-page-wrapper .pagination .pages span {
    margin-left: 20px;
}

.test-result-final-header {
    line-height: 65px;
    font-size: 22px;
    font-weight: bold;
    color: #010101;
    vertical-align: middle;
    background-color: #8fd300;
    padding: 0 45px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.09);
}

.test-result-final-header .message-ok {
    display: inline-block;
    position: relative;
    padding-left: 40px;
}

.test-result-final-header .message-ok::before {
    content: '';
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/bundles/smirikwebsite/img/ok-icon.png") center center no-repeat;
}
.test-result-final {
    padding: 25px 45px;
    background-color: #F6F6F6;
    overflow: hidden;
}
.test-result-diploma-url {
    display: block;
    float: left;
    margin-right: 20px;
}
.test-result-final-message {
    font-size: 16px;
    line-height: 25px;
}
.test-result-text-wrapper {
    color: #010101;
}

.test-result-text-wrapper a {
    color: #1f6091;
    border-bottom: 1px solid rgba(31,96,145,0.15);
}

.test-result-text-wrapper a:hover {
    border-bottom: none;
    color: #3278ae;
}

.test-result-diploma-profile {
    font-size: 14px;
    line-height: 20px;
}
.test-result-repeat-button {
    padding: 25px 0;
    background-color: #f1f1f1;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.03);
}
.gray_block_new.test-fill-profile-block {
    text-align: center;
    padding: 20px 45px 10px;
}

/*
GLOBAL RATING
**********************************/

.new_home_page.global-rating {
    background: #f2f1f2;
}

/*
.main_menu a.pink,
.global-rating .l__menu.second_menu a,
.global-rating .l__menu.second_menu a:visited {
    color: #201921;
}
*/

.main_menu a.pink:hover,
.global-rating .l__menu.second_menu a:hover,
.global-rating .l__menu.second_menu a:hover {
    color: #ff07b5;
}

/* .new_home_page.global-rating a:hover {
    color: #4deed7;
} */

.new_home_page.global-rating h2 {
    font-size: 36px;
    line-height: 1;
    margin: 50px 0 25px;
    text-align: center;
}

.new_home_page.global-rating h2 span {

}

.new_home_page.global-rating .tool {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    padding: 0;
    text-align: left;
}

.new_home_page.global-rating .tool span {
    font-size: 0;
    line-height: 1;
    width: 14px;
    height: 14px;
    font-weight: 300;
    -webkit-transition: 0.2s all ease 0s;
    transition: 0.2s all ease 0s;
    vertical-align: middle;
    background: transparent url('../img/question-icon.png') scroll no-repeat center center;
    display: inline-block;
    margin: -3px 0 0;
}

.new_home_page.global-rating .tool:hover span {
    -webkit-filter: brightness(.7);
            filter: brightness(.7);
}

.new_home_page.global-rating .tool.big span {
    width: 24px;
    height: 24px;
    background: transparent url(../img/question-icon-big.png) scroll no-repeat center center;
    margin: -7px 0 0;
}

.new_home_page.global-rating .tool .wrapper {
    /* transition: 0.1s all ease 0s; */
    font-weight: 300;
    padding: 0;
    background: #fff;
    width: 400px;
    box-sizing: border-box;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    right: auto;
    top: 30px;
    opacity: 0;
    z-index: 50;
    left: 5px;
    line-height: 0;
    font-size: 0;
    height: 0;
    text-transform: none;
    overflow: hidden;
}

.new_home_page.global-rating .tool.big .wrapper {
    top: 45px;
    left: 10px;
}

.new_home_page.global-rating .tool.left .wrapper {
    left: auto;
    right: 10px;
}

.new_home_page.global-rating .tool .wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.new_home_page.global-rating .tool .wrapper li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 5px;
}

.new_home_page.global-rating .tool .wrapper li::before {
    content: 'right';
    font-family: 'Symbols';
    font-size: 13px;
    line-height: 1;
    color: #ff29d7;
    left: -8px;
    position: absolute;
    top: 3px;
}

.new_home_page.global-rating .tool:hover .wrapper {
    opacity: 1;
    font-size: 13px;
    line-height: 20px;
    height: auto;
    overflow: visible;
    padding: 10px 13px;
    color: #828282;
}

.new_home_page.global-rating .tool .wrapper::after {
    left: 0;
    top: -10px;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
}

.new_home_page.global-rating .tool.left .wrapper::after {
    left: auto;
    top: -10px;
    right: 0;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0px 0;
    border-color: transparent #fff #fff transparent;
    position: absolute;
}

.new_home_page.global-rating .tool .wrapper::before {
    content: " ";
    position: absolute;
    width: 100%;
    top: -30px;
    left: 0;
    background: rgba(0,0,0,0);
    height: 40px;
}

.popup_wrapper {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.popup_close_layer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.popup {
    background: white none repeat scroll 0 0;
    max-height: 550px;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 75px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 560px;
    z-index: 1002;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.rules .popup {
    width: 700px;
    line-height: 1.3;
}

.popup_inner {
    height: 100%;
    position: relative;
}

.new_home_page.global-rating .popup_inner h2 {
    font-size: 36px;
    line-height: 40px;
    padding: 35px 30px 20px;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
}

.close_btn {
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 100;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 18px;
    text-align: center;
    font-size: 0;
    top: 18px;
    width: 22px;
    height: 22px;
    background: transparent url('../img/cross-thin.png') scroll no-repeat center center;
    cursor: pointer;
    z-index: 1;
}

.expo-description .events {
    height: 387px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
}

.expo-description .gray-plate {
    height: 10px;
    border-bottom: 1px solid #f2f2f2;
    background: #f7f7f7;
}

.expo-description .events .event {
    display: block;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    width: 530px;
    padding: 19px 0 12px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0;
}

.expo-description .events .event:last-of-type {
    margin: 0 auto;
    border-bottom: none;
}

.expo-description .events .event .logo {
    width: 60px;
    height: 60px;
    background: #fff;
    line-height: 58px;
    text-align: center;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}

.expo-description .events .event .logo img {
    max-width: 50px;
    max-height: 50px;
}

.expo-description .events .event .title {
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    width: 260px;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 10px;
}

.expo-description .events .event .title b {
    display: block;
}

.expo-description .events .event a,
.expo-description .events .event a:visited {
    color: #ff29d7;
    border: 2px solid #ff29d7;
    padding: 13px 8px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;

    /*display: table;*/
    /*font-size: 16px;*/
    margin: 0 auto;
    border-radius: 40px;
}

.expo-description .events .event a:hover,
.expo-description .events .event a:active {
    color: #fff;
    border: 2px solid #ff29d7;
    background: #ff29d7;
}


/*temporary*/

/*.expo-description .events .event {
    display: block;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    width: 530px;
    padding: 0;
    border-bottom: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.expo-description .events .event a,
.expo-description .events .event a:visited {
    color: #ff29d7;
    border: 2px solid #ff29d7;
    padding: 15px 30px;
    text-align: center;
    display: table;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
    border-radius: 40px;
}

.expo-description .events .event a:hover,
.expo-description .events .event a:active {
    color: #fff;
}

.expo-description .events .event .logo {
    width: 530px;
    height: 120px;
    background: #fff;
    line-height: 58px;
    text-align: center;
    display: inline-block;
    margin: 0 0 10px;
    vertical-align: top;
}

.expo-description .events .event .logo img {
    max-width: 100px;
    max-height: 100px;
    padding: 10px;
    background-color: #FF3C00;
}

.expo-description .events .event .title {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    width: 530px;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 10px;
    text-align: center;
}*/

/*temporary end*/



.expo-description .events .ps-scrollbar-y-rail {
    right: 10px !important;
    width: 1px !important;
    opacity: 1 !important;
    background: #d9d9d9 !important;
    /*display: none !important;*/
    height: 100% !important;
    -webkit-transition: none !important;
    transition: none !important;
}

/* .popup_inner .events:hover .ps-scrollbar-y-rail {
    display: block !important;
} */

.expo-description .events .ps-scrollbar-y-rail .ps-scrollbar-y {
    right: -2px !important;
    -webkit-transition: none !important;
    transition: none !important;
    width: 5px !important;
    background: #d9d9d9;
}

.rules .popup_inner .events {
    height: 280px;
    padding: 20px 20px 10px;
    position: relative;
}

.rules .popup_inner .events .ps-scrollbar-y-rail {
    right: 10px !important;
    width: 1px !important;
    opacity: 1 !important;
    background: #f2f2f2 !important;
    display: block !important;
    height: 100% !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.rules .popup_inner .events .ps-scrollbar-y-rail .ps-scrollbar-y {
    right: -2px !important;
    -webkit-transition: none !important;
    transition: none !important;
    width: 5px !important;
    background: #d9d9d9;
}

.popup .inner {
    border-top: 1px solid #f2f2f2;
    background: #f7f7f7;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

.popup .inner button {
    display: inline-block;
    line-height: 57px;
    color: #ffffff;
    height: 55px;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 40px;
    background: #ff29d7;
    outline: none;
    outline-offset: 0;
    border: none;
    box-sizing: border-box;
    border-radius: 30px;
}

.popup .inner button:hover {
    background: #ff5de1;
}

.new_home_page .l__menu {
    float: none;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0;
}

.l__menu__wrapper {
    width: 1200px;
    margin: 0 auto;
}

.new_home_page .l__menu .main_logo {
    position: relative;
    left:20px;
    top: 17px;
    width: auto;
    z-index: 1;
}

.new_home_page .l__menu .main_logo img {
    width: 140px;
}

.new_home_page .l__menu ul {
    float: right;
    margin-right:-10px;
}

.new_home_page .l__menu li {
    font-size: 16px;
    line-height: 65px;
    color: #000;
    vertical-align: top;
    margin-right: 25px;
    /*letter-spacing: -0.03em;*/
}

.new_home_page .l__menu li:last-of-type {
    margin-right: 0;
}

.global-rating .l__menu a {
    color: #fff;
    line-height: 1;
}

.new_home_page .second_menu.nav-up {
    overflow:hidden;
    top: -54px;
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    height: 40px;
    line-height: 40px;
    -webkit-transition: 0s;
    transition: 0s;
}

.new_home_page .second_menu.nav-down {
    overflow:hidden;
    top: 40px;
    position: fixed;
    width: 100%;
    z-index: 11;
    left: 0;
    height: 50px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.new_home_page .l__menu.nav-up .main_logo {
    left:0;
    top: -29px;
}
.new_home_page .l__menu.nav-down .main_logo {
    left:0;
    top: -29px;
}

.new_home_page .l__menu.nav-down .main_logo img {
    width: 110px;
}

.new_home_page .second_menu.nav-down ul {
    height: 50px;
}

.new_home_page .l__menu.nav-down li {
    font-size: 15px;
    line-height: 53px;
    color: #000;
    vertical-align: top;
    margin-right: 30px;
    letter-spacing: -0.03em;
}

.global-rating .l__menu.nav-down a {
    color: #201921;
    font-size: 18px;
    line-height: 1;
}

.global-rating a.button_gray {
    color: #201921;
    font-size: 16px;
    text-align: center;
    display: table;
    background: rgba(255,255,255,.8);
    border-radius: 40px;
    padding: 16px 30px 15px;
    font-weight: bold;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    margin: 0 auto 35px;
    z-index: 2;
    position: relative;

}

.global-rating a.button_gray:hover,
.global-rating a.button_gray:active {
    background: rgba(255,255,255,1);
    color: #201921;
}

.global-rating a.button_pink {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: table;
    background: rgba(252, 49, 211, 1);
    border-radius: 40px;
    padding: 16px 30px 15px;
    font-weight: bold;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    margin: 0 auto 35px;
    z-index: 2;
    position: relative;

}

.global-rating a.button_pink:hover,
.global-rating a.button_pink:active {
    background: rgba(252, 49, 211, 0.75);
    color: #fff;
}

.global-rating a.arrow-next {
    background: transparent url("/bundles/smirikwebsite/img/arrow.png") scroll no-repeat center center;
    width: 90px;
    height: 40px;
    margin: 0 auto;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    display: block;
    opacity: .8;
    z-index: 2;
    position: relative;
}

.global-rating a.arrow-next:hover,
.global-rating a.arrow-next:active {
    opacity: 1;
}

.global-rating a.arrow-next.pink {
    background: transparent url("/bundles/smirikwebsite/img/arrow-pink.png") scroll no-repeat center center;
}

.global-rating a.arrow-next.crunch {
    margin: 15px auto 40px;
}

.global-rating a.arrow-next.texted {
    width: 280px;
    height: 70px;
    opacity: .8;
    z-index: 2;
    color: #201921;
    text-align: center;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    background-position: center bottom;
}



/*Welcome*/

.global-rating .welcome {
    padding: 200px 0 25px;
    text-align: center;
    background: #250d21 url("/bundles/smirikwebsite/img/poster.jpg") fixed no-repeat center center / cover;
    position: relative;
}

.global-rating .welcome .backdrop-picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    opacity: .8;
    z-index: 0;
    display: none;
}

.global-rating .welcome .backdrop-picture::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 175px;
    bottom: 0;
    left: 0;
    opacity: .8;
    z-index: 1;
    background: -webkit-linear-gradient(bottom, #3b1b35 0%, rgba(0,0,0,0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #3b1b35 0%, rgba(0,0,0,0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.global-rating .welcome h2 {
    z-index: 1;
    line-height: 1;
    position: relative;
    z-index: 10;
    color: #fff;
    margin: 0;
}

.global-rating .welcome h2 span {
    color: inherit;
    font-style: normal;
    font-size: inherit;
    display: table;
    margin: 0 auto;
    background: rgba(252, 49, 211, 0.75);
    padding: 8px 14px;
}

.global-rating .welcome h2 span:last-of-type {
    padding-top: 0;
}

.global-rating .welcome h2 i {
    display: block;
    font-size: 25px;
    line-height: 1;
}

.global-rating .welcome h2 i span {
   padding: 2px 10px 10px;
   font-weight: 600;
}

.global-rating .welcome .orgs {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    width: 100%;
    bottom: 19px;
    left: 0;
    line-height: 60px;
    vertical-align: middle;
    display: none;
}

.global-rating .welcome .main .orgs img:first-of-type {
    display: inline-block;
    margin: 0 0 0 15px;
}

.global-rating .welcome .main .orgs img:last-of-type {
    display: inline-block;
    margin: -15px 0 0 10px;
}

.global-rating .welcome .description {
    width: 440px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 30px 0;
    position: relative;
}

.global-rating .welcome h3 {
    margin: 24px 0 90px;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

.new_home_page.global-rating .welcome .wrapper .tool .wrapper {
    top: -130px;
    left: -290px;
}

.new_home_page.global-rating .welcome .wrapper .tool .wrapper::after {
    right: 0;
    left: auto;
    top: auto;
    bottom: -10px;
    border-width: 0 12px 12px 0;
    border-color: #fff #fff transparent transparent;
}

.new_home_page.global-rating .welcome .wrapper h3 .tool span {
    opacity: .5;
}

.global-rating .welcome .wrapper .description p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.global-rating .welcome .wrapper .description a {
    color: #ff29d7;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 33px;
    width: 300px;
}

.global-rating .welcome .wrapper .description a:hover,
.global-rating .welcome .wrapper .description a:active {
    color: #ff07b5;
}

.global-rating .welcome .wrapper .description a span {
    background: #ff29d7;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    line-height: 35px;
    width: 35px;
    float: left;
    border-radius: 50%;
    text-align: center;
    margin: 1px 12px 0 0;
}

.global-rating .welcome .wrapper .description a:hover span,
.global-rating .welcome .wrapper .description a:active span {
    background: #ff07b5;
}

.global-rating .welcome .wrapper .events {
    width: 290px;
    box-sizing: border-box;
    padding: 15px 0 0 30px;
    position: relative;
}

.global-rating .welcome .wrapper .events .item {
    display: block;
    margin: 0 0 20px 0;
    height: 60px;
    overflow: hidden;
}

.global-rating .welcome .wrapper .events .item .logo {
    width: 60px;
    height: 60px;
    background: #fff;
    line-height: 58px;
    text-align: center;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}

.global-rating .welcome .wrapper .events .item .logo img {
    max-width: 50px;
    max-height: 50px;
}

.global-rating .welcome .wrapper .events .item .title {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 180px;
    vertical-align: top;
}

.global-rating .welcome .wrapper .events .item:hover .title {
    color: #ff07b5;
}

.global-rating .welcome .wrapper .events .item .title b {
    display: block;
    font-size: 16px;
}

.global-rating .welcome .wrapper .events .item .title span {

}

.global-rating .welcome .wrapper .events button {
    color: #ff3ddb;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    border: none;
    background: none;
    outline: none;
    outline-offset: 0;
    padding: 0;
    margin: 0;
    bottom: 37px;
    position: absolute;
    left: 29px;
    font-size: 16px;
}

.global-rating .welcome .wrapper .events button span {
    font-family: 'Symbols';
    color: #6b3960;
    margin: 0 0 0 10px;
    font-weight: normal;
}

.global-rating .welcome .wrapper .events button:hover {
    color: #ff07b5;
}

.global-rating .welcome .wrapper .events button:hover span {
    color: #ff07b5;
}

.global-rating .welcome::before {
    position: absolute;
    width: 100%;
    height: 45%;
    content: '';
    z-index: 2;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
}



/*Participation*/

.participation {
    background: #fff;
}

.new_home_page.global-rating .participation .container {
    padding: 60px 0 25px;
}

.new_home_page.global-rating .participation h2 {
    margin: 0 0 50px;
}

.participation .steps {
    font-size: 0;
    white-space: nowrap;
    margin: 0 0 55px;
}

.participation .steps .titles {
    display: inline-block;
    vertical-align: top;
    width: 560px;
    margin-right: 40px;
    white-space: normal;
}

.participation .steps .titles .item {
    padding-left: 0;
    position: relative;
    margin: 0 0 25px;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    opacity: .3;
    cursor: pointer;
}

.participation .steps .titles .item:hover {
    opacity: .55;
}

.participation .steps .titles .item.choosen,
.participation .steps .titles .item.choosen:hover {
    opacity: 1;
}

.participation .steps .titles .item img {
    position: absolute;
    top: 50%;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    width: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 13px;
}

.participation .steps .titles .item.choosen img {
    width: 60px;
    left: 0;
}

.participation .steps .titles .item h3 {
    margin: 0 0 10px;
    font-size: 25px;
    line-height: 30px;
    color: #201921;
    font-weight: normal;
    position: relative;
    padding-left: 100px;
}

.participation .steps .titles .item p {
    font-size: 16px;
    line-height: 22px;
    color: #201921;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    -webkit-transform: scale(0);
            transform: scale(0);
    display: none;
    opacity: 0;
    padding-left: 100px;
}

.participation .steps .titles .item.choosen p {
    -webkit-transform: scale(1);
            transform: scale(1);
    display: block;
    opacity: 1;
}

.participation .steps .descriptions {
    display: inline-block;
    vertical-align: top;
    /*width: 560px;*/
    white-space: normal;
    height: 388px;
    box-sizing: border-box;
    /* border: 1px solid #f3eff3; */
    /*margin:0 -20px;*/
    overflow:hidden;
    padding:0 20px;
    border-bottom:#f3eff3 1px solid;
}

.participation .steps .descriptions .item {
    height: 388px;
    width: 550px;
    box-sizing: border-box;
    display: none;
    position: relative;
    border:#f3eff3 1px solid;
    background:#fff;
    border-bottom:none;
    -webkit-box-shadow:0 15px 20px rgba(0, 0, 0, .15);
    -moz-box-shadow:0 15px 20px rgba(0, 0, 0, .15);
    box-shadow:0 15px 20px rgba(0, 0, 0, .15);
}

.participation .steps .descriptions .book-description {
    display: block;
}

.participation .steps .descriptions .book-description::before {
    display: none;
    position: absolute;
    content: '';
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url('http://profi.travel/uploads/ckeditor/1486972273135.jpg') no-repeat scroll 0 0 / cover;
}


.slider-logos.owl-carousel {
}

.slider-logos.owl-carousel .owl-item {

}

.slider-logos.owl-carousel .owl-item,
.slider-logos.owl-carousel .owl-item .slide {
    font-size: 0;
    width: 558px;
    height: 387px;
}

.slider-logos.owl-carousel .owl-item .company-logo {
    display: inline-block;
    height: 129px;
    line-height: 130px;
    vertical-align: top;
    width: 33.333333%;
    /*width: calc(100%/3);*/
    text-align: center;
    box-sizing: border-box;
    border-color: #f3eff3;
    border-style: solid;
    border-width: 0 1px 1px 0;
    margin: 0 -1px -1px 0;
}
.slider-logos.owl-carousel .owl-item .company-logo:nth-of-type(3n) {
    border-width: 0 0 1px 0;
}

.slider-logos.owl-carousel .owl-item .company-logo img {
    max-width: 135px;
    max-height: 75px;
    -webkit-transform: none;
            transform: none;
    width: auto;
    height: auto;
    display: inline-block;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
}

.slider-logos.owl-carousel .owl-item .company-logo:hover img {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
}

/*.points-description {
    padding: 40px;
}

.points-description p {
    font-size: 18px;
    color: #333;
    margin: 0 0 20px;
    line-height: 25px;
}

.points-description p b {
    color: #ff29d7;
}*/

.slider-logos.owl-carousel .owl-dots {
    text-align: center;
    margin: 20px 0px 0px;
    display: none;
    opacity: 0;
}

.slider-logos.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #e8e0e8;
    border-radius: 50%;
    -webkit-transition: 0.2s all ease 0s;
    transition: 0.2s all ease 0s;
    margin: 0 5px;
    box-sizing: border-box;
    background: #e8e0e8;
}

.slider-logos.owl-carousel .owl-dots .owl-dot:hover {
    border: 2px solid #bfc4c5;
}

.slider-logos.owl-carousel .owl-dots .owl-dot.active {
    border: 1px solid #ff29d7;
    background: #ff29d7;
}

.steps .item.points-description {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 23px 7px 33px;
    overflow: hidden;
}

.steps .item.points-description .category {
    display: inline-block;
    height:50%;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 5px 10px;
    position: relative;
}
.steps .item.points-description .category_3 {
    width: 33.333333%;
    border-bottom:#f3eff3 1px solid;
}
.steps .item.points-description .category_4 {
    width: 25%;
}

.steps .item.points-description .category__inner {
    height:100%;
    padding-top:10px;
    border-right:#f3eff3 1px solid;
}
.steps .item.points-description .category_3:nth-child(3) .category__inner,
.steps .item.points-description .category_4:nth-child(7) .category__inner {
    border-right:none;
}

.steps .item.points-description .category p {
    font-size: 13px;
    line-height: 20px;
    color: #bcbabc;
    margin: 0;
}
.steps .item.points-description .category_3 p {
}
.steps .item.points-description .category_4 p {
}

.steps .item.points-description .category h3 {
    /*font-family: Roboto, Arial, sans-serif;*/
    font-size: 60px;
    font-weight:300;
    line-height: 1;
    color: #ff24d8;
    margin: 0;
    position: absolute;
    bottom: 36px;
    left: 0;
    width: 100%;
}
.steps .item.points-description .category__inner-tint {
    width:100%;
    position: absolute;
    bottom: 20px;
    font-size:16px;
    text-align:center;
    color: #ff24d8;
}


/*Bonuses*/

.bonuses {
    position: relative;
}

.new_home_page.global-rating .bonuses h2 {
    max-width:1160px;
    background: rgba(252, 49, 211, 0.75);
    color: #fff;
    padding: 10px 20px;
    margin: 0;
}
.new_home_page.global-rating .bonuses > h2 {
    position: absolute;
    z-index: 1;
    top: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.global-rating .bonuses .button_gray {
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 100px;
    margin: 0;
}

.global-rating .bonuses .arrow-next {
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 25px;
}

.bonuses .grid {
    font-size: 0;
    line-height: 0;
}

.bonuses .grid .bonus {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /*width: 50%;*/
    width: 100%;
    /*height: 660px;*/
    height:850px;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.bonuses .grid .bonus .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    width: 100%;
}

.bonuses .grid .bonus h2 {
    margin: 0 auto 20px;
    color: #fff;
    /*font-family:Roboto, Arial, sans-serif;*/
    /*font-size: 46px;*/
    /*line-height: 56px;*/
}

.bonuses .grid .bonus h3 {
    margin-bottom: 25px;
    /*font-family:Roboto, Arial, sans-serif;*/
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    line-height: 35px;
}
.bonus__title{
    margin-bottom:19px;
    /*font-family:Roboto, Arial, sans-serif;*/
    font-size:36px;
    line-height:1;
    color:#fff;
}
    .bonus__title_big{
        margin-bottom:0;
        font-size:100px;
        font-weight:100;
    }

/*.bonuses .grid .bonus:first-of-type {
    background-image: url('/bundles/smirikwebsite/img/bonus1.jpg');
}

.bonuses .grid .bonus:last-of-type {
    background-image: url('/bundles/smirikwebsite/img/bonus2.jpg');
}*/

.bonuses .grid .bonus {
    background-image: url('/bundles/smirikwebsite/img/bonus1.jpg');
}

.bonuses .grid .bonus .orgs {
    margin-bottom:40px;
}

.bonuses .grid .bonus .orgs img {
    display: inline-block;
}

.bonuses .grid .bonus .orgs img:not(:last-child) {
    margin-right: 30px;
}



/*Booking*/

.booking  {
    background: #fff;
    width: 1160px;
    padding: 35px 55px;
    box-sizing: border-box;
    border: 1px solid #edeced;
    margin: 50px auto;
    position: relative;
}

.booking::before {
    display: none;
    position: absolute;
    content: '';
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url('http://profi.travel/uploads/ckeditor/1486972403273.jpg') no-repeat scroll 0 0  / cover;
}

.new_home_page .booking .container {
    width: 640px;
}

.global-rating .booking h2 {
    text-align: center;
    color: #201921;
    margin: 0 0 25px;
}

.global-rating .booking h2 span {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin: 15px 0 0;
    color: #ff29d7;
}

.booking .step {
    position: relative;
    padding-left: 70px;
    box-sizing: border-box;
    margin: 30px 0;
}

.booking .step .number {
    position: absolute;
    left: 0;
    top: 50%;
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    line-height: 38px;
    text-align: center;
    height: 40px;
    border-radius: 50%;
    width: 40px;
    background: #ff29d7;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.booking .step .description {
    font-size: 16px;
    line-height: 25px;
    color: #201921;
    font-weight: bold;
}

.booking__button {
    background: #ff29d7;
    color: #fff;
    text-align: center;
    line-height: 54px;
    width: 100%;
    border-radius: 40px;
    border: none;
    outline: none;
    height: 55px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    margin: 30px 0 0;
}

.booking__button:hover,
.booking__button:active {
    background: #ff07b5;
}

.booking .form-wrapper {
    width: 500px;
    margin: 0 auto;
}

.booking .form-wrapper label {
    color: #201921;
    font-size: 16px;
    margin: 20px 0 0px;
}

.booking .form-wrapper select,
.booking .form-wrapper textarea,
.booking .form-wrapper input[type="text"] {
    color: #a9a4a9;
    font-size: 16px;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #f3eff3 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    height: 30px;
}

.booking .form-wrapper select {
    /* color: #000;
    font-weight: bold; */
}

.booking .form-wrapper select {
    background: transparent url("/bundles/smirikwebsite/img/arrow-pink-small.png") scroll no-repeat right center;
}

.booking .selectize-control.single .selectize-input.not-full {
    background: transparent url("/bundles/smirikwebsite/img/arrow-pink-small.png") scroll no-repeat right center;
    color: #a9a4a9;
    font-size: 16px;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #f3eff3 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    height: 30px;
}

.booking .selectize-control.single .selectize-input.full,
.booking .selectize-control.single .selectize-input.full.input-active {
    background: transparent url("/bundles/smirikwebsite/img/arrow-pink-small.png") scroll no-repeat right center;
    color: #000;
    font-size: 16px;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #f3eff3 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    height: 30px;
    font-weight: bold;
}

.booking .selectize-control.single .selectize-input.full.input-active {
    border-color: #fff !important;
}

.booking .selectize-control.single .selectize-input.full > * {
    vertical-align: bottom;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 30px;
}

.booking .selectize-control.single .selectize-input.input-active {
    background: transparent url("/bundles/smirikwebsite/img/arrow-pink-small.png") scroll no-repeat right center;
    color: #a9a4a9;
    font-size: 16px;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #fff !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    height: 30px;
}

.booking .selectize-control.single .selectize-input::after,
.booking .selectize-control.single .selectize-input::before {
    display: none;
}

.booking .selectize-control.single .selectize-input.not-full input[type="text"] {
    color: #a9a4a9;
    font-size: 16px;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #f3eff3 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    height: 30px;
    font-style: normal;
}

.booking .selectize-control.single .selectize-input.full input[type="text"] {
    color: #000;
    font-size: 16px;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #f3eff3 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    height: 30px;
    font-style: normal;
    font-weight: bold;
}

.booking .selectize-control.single .selectize-input input[type="text"]::-webkit-input-placeholder {
    color: #a9a4a9;
    font-size: 16px;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #f3eff3 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    height: 30px;
    font-style: normal;
}

.booking .selectize-control.single .selectize-input input[type="text"]::-moz-placeholder {
    color: #a9a4a9;
    font-size: 16px;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #f3eff3 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    height: 30px;
    font-style: normal;
}

.booking .selectize-control.single .selectize-input input[type="text"]:-ms-input-placeholder {
    color: #a9a4a9;
    font-size: 16px;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #f3eff3 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    height: 30px;
    font-style: normal;
}

.booking .selectize-control.single .selectize-input input[type="text"]:-moz-placeholder {
    color: #a9a4a9;
    font-size: 16px;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #f3eff3 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    height: 30px;
    font-style: normal;
}

.booking .selectize-control.single .selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 -1px 20px -2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: #000;
    left: -9px !important;
    top: 40px !important;
}

.booking .selectize-control.single .selectize-dropdown:after,
.booking .selectize-control.single .selectize-dropdown:before {
    bottom: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.booking .selectize-control.single .selectize-dropdown:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.booking .selectize-control.single .selectize-dropdown:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-width: 11px;
    margin-left: -11px;
}

.booking .selectize-control.single .selectize-dropdown .active {
    background-color: rgb(255, 41, 215);
    color: #fff;
}

.booking .form-wrapper label.radio-group {
    position: relative;
    color: #a9a4a9;
    margin: 10px 0 0;
    padding-left: 30px;
}

.radio-group input {
    left: -9999px;
    position: absolute;
}

.radio-group input[type="checkbox"]~.pseudo,
.radio-group input[type="radio"]~.pseudo {
    cursor: pointer;
    font-weight: normal;
    left: 8px;
    position: absolute;
}

.radio-group input[type="checkbox"]~.pseudo::before,
.radio-group input[type="radio"]~.pseudo::before {
    content: '';
    position: absolute;
    top: 2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(125, 125, 125, 0.6);
    background-color: #fff;
    -webkit-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.radio-group input[type="checkbox"]:checked~.pseudo::before,
.radio-group input[type="radio"]:checked~.pseudo::before {
    background-color: #ff29d7;
    border: none;
    box-shadow: none;
     -moz-animation-name: animation_input_pink;
    -moz-animation-duration: 1.1s;
    -moz-animation-timing-function: cubic-bezier(0, 1.01, 1, 0.96);
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-fill-mode: none;
    -moz-animation-play-state: running;
    -webkit-animation-name: animation_input_pink;
            animation-name: animation_input_pink;
    -webkit-animation-duration: 1.1s;
            animation-duration: 1.1s;
    -webkit-animation-timing-function: cubic-bezier(0, 1.01, 1, 0.96);
            animation-timing-function: cubic-bezier(0, 1.01, 1, 0.96);
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
    -webkit-animation-play-state: running;
            animation-play-state: running;
}


@-webkit-keyframes animation_input_pink {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 41, 215, 0.38);
  }
  35% {
    box-shadow: 0 0 0 4px rgba(255, 41, 215, 0.38);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 41, 215, 0);
  }
}

@keyframes animation_input_pink {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 41, 215, 0.38);
  }
  35% {
    box-shadow: 0 0 0 4px rgba(255, 41, 215, 0.38);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(143, 211, 0, 0);
  }
}

.global-rating .booking a.arrow-next.pink {
    margin-top: 30px;
}

#bookingNeedAuthenticate {
    width: 1040px;
    margin-left: -200px;
}

#bookingNeedAuthenticate .gray_block_new {
    padding: 0 21px;
    font-size: 17px;
    color: #201921;
}

#bookingNeedAuthenticate  .gray_block_new::before {
    border-color: white white #ff29d7;
}

.booking .thank {
    padding: 150px 25px 10px;
    color: #201921;
    background: rgba(0, 0, 0, 0) url("../img/pict.png") no-repeat scroll top center;
}

.booking .thank h3 {
    color: #201921;
    margin: 0 0 20px;
    line-height: 1;
    font-size: 22px;
}

.booking .thank p {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 15px;
}

.booking .thank button {
    background: #ff29d7;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 40px;
    border: none;
    outline: none;
    height: 46px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    margin: 25px auto 0;
    padding: 0 35px;
    display: table;
}

.booking .thank button:hover,
.booking .thank button:active {
    background: #ff07b5;
}

/*Rating*/


.rating  {
    background: #fff;
    width: 1160px;
    padding: 35px 55px;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #edeced;
}

.new_home_page .rating .container {
    width: 1040px;
}

.global-rating .rating h2 {
    text-align: center;
    color: #201921;
    margin: 0 0 25px;
}

.rating .wrapper {
    max-height: 700px;
    overflow: hidden;
    position: relative;
    padding-right: 30px;
    padding-top: 54px;
    padding-left: 5px;
    box-sizing: border-box;
    width: 1075px;
}

.rating .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    color: #000;
    border-color: #fff #f1f1f1 #f1f1f1;
    border-width: 1px 0 1px;
    border-style: solid;
    font-weight: bold;
    padding: 11px 0 29px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1;
    width: 1040px;
    margin: 0 0 -54px 5px;
    background: #fff;
    z-index: 10;
    position: relative;
}

.rating .wrapper .persone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000000;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 14px;
    padding: 8px 0;
    line-height: 20px;
    position: relative;
    -webkit-transition: .1s background ease;
    transition: .1s background ease;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.rating .wrapper .persone:nth-of-type(2n) {
    background: #f9f3f8;
}

.global-rating .rating .wrapper .persone:hover {
    background: #ff29d7;
    color: #fff;
    /* margin: 0 0px 0 -5px; */
    box-shadow: 0 0 28px 5px #fff;
}

.rating .head .number,
.rating .wrapper .persone .number {
    width: 65px;
    box-sizing: border-box;
    padding-left: 8px;
    -webkit-transition: .1s color ease;
    transition: .1s color ease;
}

.rating .wrapper .persone:hover .number {
    /* padding-left: 10px;
    width: 70px; */
}

.rating .head .name,
.rating .wrapper .persone .name {
    /*width: 340px;*/
    width: 320px;
}

.rating .wrapper .persone.large .name {
    font-size: 16px;
}

.rating .head .company,
.rating .wrapper .persone .company {
    /*width: 335px;*/
    width: 320px;
}

.rating .head .city,
.rating .wrapper .persone .city {
    width: 150px;
}

.rating .head .reserv,
.rating .wrapper .persone .reserv {
    width: 85px;
    font-weight:bold;
}

.rating .head .rating-number,
.rating .wrapper .persone .rating-number {
    width: 95px;
}

.rating .wrapper .persone .name,
.rating .wrapper .persone .company,
.rating .wrapper .persone .city,
.rating .wrapper .persone .reserv,
.rating .wrapper .persone .rating-number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
    box-sizing: border-box;
    -webkit-transition: .1s color ease;
    transition: .1s color ease;
}

.rating .wrapper .persone:hover .name,
.rating .wrapper .persone:hover .company,
.rating .wrapper .persone:hover .city,
.rating .wrapper .persone:hover .rating-number {
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
}

.rating .wrapper .persone .rating-number span {
    color: #ff29d7;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: .1s color ease;
    transition: .1s color ease;
}

.rating .wrapper .persone.large .rating-number span {
    font-size: 25px;
}

.rating .wrapper .persone:hover .rating-number span {
    color: #fff;
}

.rating .next,
.rating .next:visited {
    color: #ff29d7;
    font-weight: bold;
    text-align: center;
    display: table;
    margin: 40px auto 35px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.rating .next:hover,
.rating .next:active {
}

.rating .next::after {
    position: absolute;
    width: 12px;
    height: 7px;
    content: 'Ë';
    right: 50%;
    top: 20px;
    font-family: 'symbols';
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
}

.rating .wrapper .ps-scrollbar-y-rail {
    right: 2px !important;
    width: 1px !important;
    opacity: 1 !important;
    background: #f2f2f2 !important;
    display: block !important;
    height: 100% !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.rating .wrapper .ps-scrollbar-y-rail .ps-scrollbar-y {
    right: -2px !important;
    -webkit-transition: none !important;
    transition: none !important;
    width: 5px !important;
    background: #d9d9d9;
    cursor: pointer;
}

.new_home_page.global-rating .rating-number .tool .wrapper,
.new_home_page.global-rating .tool.right .wrapper {
    right: 5px;
    top: 25px;
    left: auto;
}

.new_home_page.global-rating .rating-number .tool .wrapper::after,
.new_home_page.global-rating .tool.right .wrapper::after {
    left: auto;
    top: -10px;
    right: 0;
    border-width: 12px 12px 0px 0px;
    border-color: transparent #ffffff transparent transparent;
}

.rating .result {
    text-align: right;
    color: #000000;
    font-size: 16px;
    line-height: 1;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    width: 100%;
}

.rating .result a,
.rating .result a:visited {
    color: #fffefe;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    padding: 17px 47px;
    background: #ff29d7;
    margin: 0 0 0 25px;
    border-radius: 40px;
    text-align: center;
}

.rating .result a:hover,
.rating .result a:active {
    color: #fffefe;
    background: #ff4dde;
}

.rating .result a span {
    font-family: 'Symbols';
}

.rating .wrapper .persone .name .photo {
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    display: inline-block;
    background-size: cover;
    background-position: center cetnter;
    background-attachment: scroll;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/*Rules*/

.rating-rules {

}

.rating-rules .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.rating-rules .inner p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    width: 300px;
    box-sizing: border-box;
    padding-right: 40px;
    padding-top: 20px;
}

.rating-rules .inner .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 860px;
    background: #f9f7f9;
}

.rating-rules .inner .grid .item {
    width: 286.6666px;
    box-sizing: border-box;
    padding: 20px 10px 20px 15px;
}

.rating-rules .inner .grid .item .pic {
    float: left;
    margin: 5px 5px 0 0;
}

.rating-rules .inner .grid .item .pic img {

}

.rating-rules .inner .grid .item .description {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    float: right;
    padding: 0;
    width: 220px;
    color: #000;
}

.rating-rules .inner .grid button {
    background: #f3eff3;
    line-height: 65px;
    border: none;
    outline: none;
    outline-offset: 0;
    padding: 0 20px;
    color: #ff29d7;
    line-height: 65px;
    font-size: 22px;
    width: 100%;
    margin: 0;
}

.rating-rules .inner .grid button span {
    color: #b5b5b5;
    font-family: 'Symbols';
    margin: 0 0 0 8px;
    font-size: 17px;
}

.rating-rules .inner .grid button:hover,
.rating-rules .inner .grid button:hover span {
    color: #ff07b5;
}

.bottom-rules {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    outline: none;
    outline-offset: 0;
    background: #ff29d7;
    color: #fff;
    line-height: 80px;
    font-size: 22px;
}

.bottom-rules:hover {
    background: #ff07b5;
}

.bottom-rules span {
    color: #ff29d7;
    background: #fff;
    font-size: 25px;
    font-weight: 900;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 34px;
    margin: 0 10px 0 0;
}

.bottom-rules b {
    border-bottom: 1px dotted rgba(255,255,255,.5);
    font-weight: normal;
    padding: 0 0 2px;
}

.bottom-rules i {
    font-style: normal;
    font-family: 'Symbols';
    margin: 0 0 0 10px;
    font-weight: normal;
    font-size: 18px;
    opacity: .7;
}

/**
Booking block styles
 */
#bookingBlock {
    position: relative;
}
#bookingBlocker {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.7;
    cursor: progress;
    display: none;
}


.global-rating .contact-us {
    text-align: center;
    margin: 50px 0;
}

.global-rating .contact-us h3 {
    font-size: 36px;
    line-height: 30px;
    margin: 0 0 25px;
    font-weight: bold;
    color: #201921;
}

.global-rating .contact-us h3 span {
    color: inherit;
    font-style: normal;
    font-size: inherit;
    display: table;
    margin: 0 auto;
    background: rgba(252, 49, 211, 0.75);
    padding: 8px 14px;
}

.global-rating .contact-us p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: #201921;
}

.global-rating .contact-us a,
.global-rating .contact-us a:visited {
    color: inherit;
}

.global-rating .contact-us a:hover,
.global-rating .contact-us a:active {
    color: #ff29d7;
}

.global-rating a.top-arrow {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    bottom: 20px;
    color: white;
    display: none;
    font-size: 60px;
    height: 60px;
    line-height: 52px;
    opacity: 0.5;
    position: fixed;
    right: 9px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 60px;
    font-family: 'Symbols';
    z-index: 10;
}

.global-rating a.top-arrow:hover {
    color: white;
    opacity: 0.7;
    text-decoration: none;
    background: #ff29d7;
}

#top {
    font-family: Arial, sans-serif;
}

.pt_logo {
    position:relative;
    margin-bottom:15px;
}

.pt_logo:after {
    content:'TM';
    position:absolute;
    top:-5px;
    right:-15px;
    font-size:8px;
    font-weight:bold;
    line-height:1;
    color:#999;
}

.search__input {
    -webkit-text-size-adjust: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    transition: border linear .2s,box-shadow linear .2s;
    cursor: text;
    box-sizing: border-box;
    border: 1px solid #7f9db9;
    outline-style: none;
    -webkit-appearance: textfield;
    font-style: normal!important;
    border-color: #d8d8d8!important;
    color: #1b1b1b!important;
    border-radius: 0;
    font-size: 20px!important;
    background-color: transparent!important;
    box-shadow: none;
    width: 100%;
    height: 40px;
    margin: 0!important;
    font-weight: 400!important;
    padding: 0 0 7px 3px;
    background: url(/bundles/smirikwebsite/img/loop-green.png) 100% no-repeat;
    position: relative;
    border-width: 0 0 1px;
    -webkit-filter: grayscale(1);
}

.search__input:focus {
    border-color: #9cf400 !important;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
