@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);
/**********************************
GENERAL
**********************************/

body.new_home_page {
    font-family: Helvetica, 'Roboto', Arial, sans-serif;
    text-rendering: optimizeLegibility;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	background: rgba(0, 0, 0, 0) url("http://profi.travel/bundles/smirikturprofi/images/bg-main.gif") repeat scroll 0 0;
	overflow-x: hidden;
	width: 100%;
	font-weight: normal;
	padding-top: 40px;
}

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

.new_home_page h1, .new_home_page h2, .new_home_page h3, .new_home_page h4 {
	font-weight: bold;
    font-family: Helvetica, 'Roboto', Arial, sans-serif;
}

.new_home_page #main {
	position:relative;
	width: 1240px;
	height: 100%;
	margin: 110px auto 0;
	background: #ffffff;
	padding: 0;
}

.new_home_page .container {
	position:relative;
	width: 1160px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.new_home_page a,
.new_home_page a:visited  {
    color: #999999;
	text-decoration: none;
}

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

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


.new_home_page #top {
	background: #333333;
	color: #7d7d7d;
	font-size: 14px;
	font-weight: bold;
    font-family: Helvetica, 'Roboto', Arial, sans-serif;
}

.new_home_page #top .container {
    width: 1240px;
}

.new_home_page #top .city {
    box-sizing: border-box;
    float: left;
    line-height: 40px;
    margin-right: 50px;
    padding-left: 15px;
}

.new_home_page #top .city a {
	color: #fff;
}

.new_home_page #top .city a:hover {
	color: #91dd0a;
}

.new_home_page #top .city .location {
    background: rgba(0, 0, 0, 0) url("../img/location_icon.png") no-repeat scroll 0 center;
    display: inline-block;
    height: 21px;
    padding-left: 0;
    padding-right: 8px;
    vertical-align: middle;
    width: 17px;
	position: relative;
    top: -2px;
}

.new_home_page #top .city .arrow_down {
    background: rgba(0, 0, 0, 0) url("../img/arrow_down.png") no-repeat scroll center center;
    display: inline-block;
    font-size: 14px;
    height: 6px;
    line-height: 14px;
    padding-left: 25px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.38, 0.15, 0.51, 1.41) 0s;
    vertical-align: middle;
    width: 10px;
}

.new_home_page .closed .arrow_down {
    transform: rotate(0deg);
}

.new_home_page .opened .arrow_down {
    transform: rotate(180deg);
}

.new_home_page #top .about {
	width: 160px;
	float: left;
}

.new_home_page #top .admin {
    float: left;
    margin: 0 5px;
}

.new_home_page #top .about a:first-child{
    margin-right: 10px;
}

.new_home_page #top .login {
    float: right;
    padding-right: 3px;
    text-align: right;
}

.new_home_page #top .login.logged-in {
    margin-left: 30px;
}

.new_home_page #register {
	color: #91dd0a;
	margin-left: 30px;
}

.new_home_page #register:hover {
	color: #aff900;
}

.new_home_page #login {
	margin-left: 15px;
	color: #ffffff;
}

.new_home_page #login:hover {
	color: #91dd0a;
}

.new_home_page #top-banner.homepage {
    margin-top: 0;
}

/*Cities list*/

.new_home_page #top .region-dropdown.extended {
    left: 50%;
    margin-left: -495px;
    position: fixed;
    top: 40px;
    width: 975px;
    height: 679px;
    overflow: hidden;
}

.new_home_page #top .region-dropdown.extended h1 {
    font-size: 36px;
}

.new_home_page #top .region-dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: none;
    left: -15px;
    position: absolute;
    top: 40px;
    width: 470px;
    z-index: 999;
}

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

.new_home_page #top .region-dropdown.extended .close {
    background: rgba(0, 0, 0, 0) url("../img/cross-grey.png") no-repeat scroll 0 0;
    display: block;
    height: 22px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
	border: 0 none;
    cursor: pointer;
    padding: 0;
	color: #000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: 0 1px 0 #fff;
}

.new_home_page #top .region-dropdown.extended form {
    margin: 0;
    padding: 5px 40px 10px;
}

.new_home_page #top .region-dropdown.extended .search {
    height: 37px;
    margin-top: 1em;
    position: relative;
}

.new_home_page #top .region-dropdown.extended .search input[type="text"] {
    font-size: 13px;
    height: 37px;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
	left: 0;
    margin-bottom: 0;
	position: absolute;
    top: 0;
}

.new_home_page #top .region-dropdown.extended .popular {
    font-size: 14px;
    font-weight: bold;
}

.new_home_page #top .region-dropdown.extended a {
    color: black;
}

.new_home_page #top .region-dropdown.extended a:hover {
	color: #91dd0a;
}

.new_home_page #top .region-dropdown.extended .choose-country {
    background: rgba(0,0,0,0.78);
    border-bottom: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    padding: 10px 40px 5px;
    color: white;
	box-shadow: none;
}

.new_home_page #top .region-dropdown.extended .choose-country h4 {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0 45px 0 0;
    padding: 0;
    vertical-align: middle;
}

.new_home_page .btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn-group-row {
    margin: 0 0 7px;
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn-group-row.last-row {
    margin: 0;
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn {
    background: rgba(255,255,255,0.9) none no-repeat scroll 15px center;
    border-radius: 0;
    color: black;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 40px;
    min-width: 110px;
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn:hover {
    background-color: rgba(255,255,255,1);
	color: #91dd0a;
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn:active, .new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn.active {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    color: #1c1a1e;
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn+.btn {
    margin-left: 15px;
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn.ru {
    background-image: url("../img/flag-ru.gif");
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn.ua {
    background-image: url("../img/flag-ua.gif");
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn.be {
    background-image: url("../img/flag-be.gif");
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn.kz {
    background-image: url("../img/flag-kz.gif");
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn.ar {
    background-image: url("../img/flag-ar.gif");
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn.la {
    background-image: url("../img/flag-la.gif");
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn.gr {
    background-image: url("../img/flag-gr.gif");
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn.kg {
    background-image: url("../img/flag-kg.gif");
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn.az {
    background-image: url("../img/flag-az.gif");
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn.uz {
    background-image: url("../img/flag-uz.gif");
}

.new_home_page #top .region-dropdown.extended .choose-country .btn-group .btn.li {
    background-image: url("../img/flag-li.gif");
}

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

.new_home_page #top .region-dropdown.extended .choose-city table {
    width: 100%;
}

.new_home_page #top .region-dropdown.extended .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 #top .region-dropdown.extended .choose-city table td {
    border-bottom: 1px solid #eaeaea;
    padding: 25px 20px 25px 50px;
    vertical-align: top;
}

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

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

.new_home_page #top .region-dropdown.extended .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;
    padding: 53px 0 40px;
    position: relative;
    z-index: 1;
}


/*LOGO+MENU*/

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

.new_home_page .main_logo:hover {
    top: -85px;
}

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

.new_home_page .main_menu {
	width:865px;
	font-weight: normal;
	float: right;
	position: relative;
	z-index: 10;
}

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

.new_home_page header .main_menu ul .sub_menu {
	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;
    transition: all 0.25s ease 0s;
    width: 260px;
    z-index: 10;
	display: none;
	top: 35px;
}

.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 header .main_menu .sub_menu li:last-child {
    border-bottom: none;
}

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

.new_home_page .second_menu {
    float: right;
    font-weight: normal;
    height: 66px;
    padding-right: 63px;
    position: relative;
    top: 15px;
    width: 800px;
}

.new_home_page .main_menu ul, .new_home_page .second_menu ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.new_home_page .main_menu li, .new_home_page .second_menu li {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
	letter-spacing: -0.02px;
}

.new_home_page .main_menu li {
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
}

.new_home_page .main_menu li:last-child, .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;
}

.new_home_page .second_menu li {
	font-size: 14px;
	line-height: 14px;
	color: #000;
}

/*TOP BANERS*/

.top_ads .top_baner {
    width: 560px;
}

.top_ads .first {
    float: left;
}

.top_ads .second {
    float: right;
}

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

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

.hot_block .left_sidebar {
	float: left;
	width: 560px;
}

.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) 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: 26px;
    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);
    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;
    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 {
	float: right;
	width: 560px;
}

/*Rubrics*/

.hot_block .right_sidebar .rubrics {
	color: white;
    font-size: 0;
    height: 100px;
    line-height: 100px;
}

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

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

.hot_block .right_sidebar .rubric a {
    color: #ffffff;
}

.hot_block .right_sidebar .rubric a:hover {
    color: #91dd0a;
}

.hot_block .right_sidebar .rubric:nth-child(2) {
    margin: 0 0 0 0;
}

.hot_block .right_sidebar .rubric img {
    left: 5px;
    max-width: 23px;
    position: absolute;
    top: 42px;

}

/*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;
}

.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;
    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: 345px;
	font-size: 0;
}


.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: 350px;
}

.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;
    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;
    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;
    margin-right: 30px;
}

.new_home_page .news_ad:last-child > div {
    margin-left: 30px;
}

.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;
}

.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: 18px;
    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 .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("http://profi.travel/bundles/smirikwebsite/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 .webinars_list {
	padding-top: 10px;
}

.new_home_page .webinars_list h2 {
    margin-bottom: 0;
}

.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;
	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 {
    height: 300px;
}

.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 .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
**********************************/

.new_home_page footer {
    background: #202020 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #999999;
    font-size: 13px;
    height: 180px;
    padding-top: 25px;
    z-index: 100;
    position: relative;
}

.new_home_page footer p {
    margin: 0 0 15px;
}

.new_home_page footer .first_block, footer .second_block {
	width:200px;
	float: left;
}

.new_home_page footer .second_block {
    padding-top: 7px;
}

.new_home_page footer .first_block {
	margin-right: 400px;
}

.new_home_page footer .first_block p:nth-child(2) {
    margin-bottom: 32px;
}

.new_home_page footer .third_block {
    filter: grayscale(10%);
    float: right;
    padding-top: 0;
    position: relative;
    text-align: right;
    top: -10px;
    width: 200px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.new_home_page footer .third_block div {
    margin-bottom: 10px;
}

a[name="turproduct"] {
    position: relative; top: -55px; display: block;
}

/* Если ширина меньше 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;
    }

}

/*Crossing*/

#goodbyeWindow {
    margin: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 650px;
}

#goodbyeWindow h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

#goodbyeWindow .modal-header > img {
    margin-bottom: 23px;
}

#goodbyeWindow .modal-header .big-text {
    color: #131313;
    font-size: 14px;
    margin-bottom: 20px;
}

#goodbyeWindow .modal-header {
    border-bottom: 0 none;
    padding: 20px 40px;
}

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

#goodbyeWindow .modal-footer .big-text {
    line-height: 18px;
    margin: 14px 0 0;
    text-align: center;
}


/**********************************
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;
    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);
}

.content-item:hover .content-item-title {
    color: rgba(0,0,0,0.9);
}

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

.content-item-title {
    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);
    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;
    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;
    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);
}

#video_catalog_filter ~ a, #video_catalog_filter ~ a:visited {
    background: #91dd0a none repeat scroll 0 0;
    border: 0px none;
    border-radius: 0px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    margin-bottom: 1px;
    margin-top: 2px;
    padding: 5px;
    width: 100%;
}

#video_catalog_filter ~ a:hover {
    background: #aff900;
}

#video_catalog_filter ~ a:active {
    background: #87CC0C;
}

#video_catalog_filter {
    font-size: 0px;
}

#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;
    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;
    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;
    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;
    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;
    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;
}




/**********************************
TEST
**********************************/


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

/****Carousel****/

.test .green_ads, .test #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;
}

.test .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;
    transition: all 0.3s ease 0s;
    width: 260px;
}

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

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

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

.test .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;
}

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

.test .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;
}

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

.test .arrow_left {
    background: rgba(0, 0, 0, 0) url("http://profi.travel/uploads/ckeditor/Arrow_left_2.png") no-repeat scroll 0 0 / 100% auto;
    cursor: pointer;
    display: block;
    filter: contrast(0.6) grayscale(1);
    height: 20px;
    left: 7px;
    margin-top: 0;
    opacity: 0.4;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 7px;
    z-index: 1;

}

.test .arrow_right {
    background: rgba(0, 0, 0, 0) url("http://profi.travel/uploads/ckeditor/Arrow_right_1.png") no-repeat scroll 0 0 / 100% auto;;
    cursor: pointer;
    display: block;
    height: 20px;
    margin-top: 0;
    opacity: 0.4;
    position: absolute;
    right: 7px;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 7px;
    z-index: 1;
    -webkit-filter: contrast(0.6) grayscale(1);
    filter: contrast(0.6) grayscale(1);
}

.test .arrow_right:hover, .test .arrow_left:hover {opacity: 1;}

/****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);
}
.new_home_page .inner-page-content-wrapper .bottom_banners {
    margin: 0;
    padding-left: 1px;
}

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

.test_block .test_card {
    width: 860px;
    height: 420px;
    position: relative;
    /*marging: 0;*/
    margin: 0 0 35px;
}

.new_home_page .test_card .date {
    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;
}

.test_block .title_block {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 26px;
    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);
    transition: all 0.3s ease 0s;
    width: 575px;
}

.test_block .title_block .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 13px;
    line-height: 30px;
}

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

.new_home_page .test_block .title_block .logo {
    background: white none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: -235px;
    top: 0;
    width: 235px;
}

.new_home_page .test_block .title_block .logo  img {
    left: 50%;
    max-height: 120px;
    max-width: 170px;
    position: absolute;
    top: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.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("http://profi.travel/bundles/smirikwebsite/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("http://profi.travel/bundles/smirikwebsite/img/views_mt.png") no-repeat scroll 0 center;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 25px;
}


/****Test announcement text****/

.new_home_page .test_block .test_announcement {
    color: #010101;
    font-size: 16px;
    line-height: 30px;
    padding: 0px 45px 50px;
}

.new_home_page .test_block .test_announcement p {
    margin: 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;
}

.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;
    transition: all 0.2s ease 0s;
}
/*
.new_home_page .test_announcement .gray_block_new:hover::before {
    border-width: 0 0 30px 30px;
}*/

.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);
    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;
	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;
	transition: all 0.2s ease 0s;
	outline: none;
	outline-offset: 0;
}

.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 body****/

form[name="testLevel"] {
    padding: 0 45px;
}

.test_body {
    margin-bottom: 60px;
}

.test_body h2 {
    color: #010101;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin: 0px 0px 35px;
    padding-left: 45px;
}

.test_body h3 {
    padding-left: 45px;
    line-height: 1;
    margin: 0 0 35px;
}

.test_body li {
    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin: 25px 0 10px;
    display: block;
    padding-left: 30px;
    position: relative;
}

form[name="testLevel"] li:nth-of-type(1) {
    margin-top: 0;
}

.test_body .test-question-image-wrapper {
    box-shadow: 0 0 0 1px #e5e5e5;
    margin: 30px 0 30px 30px;
}

.test_body li .counter {
    position: absolute;
    left: 0;
}

.test_body .question_pic_normal {
    height: 405px;
    left: -20px;
    margin: 0 0 22px;
    position: relative;
    width: 660px;
    overflow: hidden;
}

.test_body .question_pic_normal:after {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 40px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.test_body .question_pic_normal:before {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05) inset;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.test_body .question_pic_normal span {
    bottom: 25px;
    color: white;
    display: block;
    font-size: 16px;
    left: 30px;
    position: absolute;
    z-index: 2;
}

/*.test_body .question_pic_small {*/
    /*height: 235px;*/
    /*left: -20px;*/
    /*margin: 0 0 22px;*/
    /*position: relative;*/
    /*width: 320px;*/
    /*box-sizing: border-box;*/
    /*overflow: hidden;*/
/*}*/

.test_body .question_pic_small:after {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 40px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.test_body .question_pic_small span {
    bottom: 15px;
    color: white;
    display: block;
    font-size: 16px;
    left: 20px;
    position: absolute;
    z-index: 2;
}

/*.test_body input[type="checkbox"]+label.for_question_pic {*/
    /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
    /*display: inline-block;*/
    /*left: -27px;*/
    /*margin: 0 -10px 0 0;*/
    /*position: relative;*/
/*}*/

/*.test_body input[type="checkbox"]:checked+label.for_question_pic {*/
    /*background: none;*/
/*}*/

/*.test_body input[type="checkbox"]+.for_question_pic .question_pic_small:before {*/
    /*box-shadow: 0 0 0 1px rgba(0,0,0,0.05) inset;*/
    /*bottom: 0;*/
    /*content: "";*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*z-index: 2;*/
    /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
/*}*/

.test_body label.test-answer-image-type {
    float: left;
    padding: 0;
    margin-bottom: 10px;
}
.test_body label.test-answer-image-type img {
    width: 365px;
    height: 245px;
    z-index: 1;
    position: relative;
}
.test_body label.test-answer-image-type .test-answer-pseudo {
    padding: 0px;
    position: relative;
    display: block;
    overflow: hidden;
}

.test_body label.test-answer-image-type input:checked+ .test-answer-pseudo:before {
    box-sizing: border-box;
    width: 365px;
    position: absolute;
    z-index: 10;
    height: 245px;
    box-shadow: 0 0 0px 4px #8fd300 inset;
    content: '';
    top: 0;
}

.test_body label.test-answer-image-type.right-answer .test-answer-pseudo  {
    background-color: rgba(143, 211, 0, 0.2);
}

.test_body label.test-answer-image-type.right-answer input:checked+ .test-answer-pseudo  {
    background-color: #8fd300;
}

.test_body label.test-answer-image-type.fail-answer input:checked+ .test-answer-pseudo  {
    background-color: rgba(255, 0, 0, 0.1);
}

.test_body label.test-answer-image-type .test-answer-image-text {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.45) 27%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    left: 0;
    padding: 25px 15px 15px;
    position: absolute;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    width: 365px;
    z-index: 1;
}

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

.test_body label.test-answer-image-type:nth-child(2n) {
    margin-left: 30px;
    margin-right: 10px;
}

.test_body input[type="checkbox"]:checked+.for_question_pic .question_pic_small:before {
    box-shadow: 0 0 0 5px #8fd300 inset;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.test_body input[type="checkbox"], .test_body input[type="radio"] {
    left: -9999px;
    position: absolute;
}

.test_body input[type="checkbox"]+.pseudo, .test_body input[type="radio"]+.pseudo {
    cursor: pointer;
    font-weight: normal;
    left: 8px;
    position: absolute;
}
.test_body input[type="checkbox"]+.pseudo::before,
.test_body 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;
    transition: all 0.15s ease 0s;
}

.test_body input[type="checkbox"] + .pseudo:hover::before, .test_body input[type="radio"] + .pseudo:hover::before {
    box-shadow: 0 0 0 4px rgba(143, 211, 0, 0.2);
}

.test_body input[type="checkbox"]:checked+.pseudo::before,
.test_body input[type="radio"]:checked+.pseudo::before {
    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;
}


@-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);
  }
}

.test_body label.test-answer-text-type {
    margin-bottom: 10px;
    font-size: 16px;
    padding: 5px 10px 5px 40px;
    position: relative;
    margin-left: -10px;
    color: #626262;
}
.test_body label.test-answer-text-type.right-answer {
    background-color: rgba(143, 211, 0, 0.2);
}

.test_body label.test-answer-text-type.fail-answer {
    background-color: rgba(255, 0, 0, 0.1);
}

.test_body label.test-answer-text-type.fail-answer input[type="checkbox"]:checked+.pseudo::before,
.test_body label.test-answer-text-type.fail-answer input[type="radio"]:checked+.pseudo::before {
    background-color: rgba(255, 0, 0, 0.3);
}

.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;
    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: 0;
    width: 261px;
}

.test #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: fixed;
    top: 55px;
    padding-top: 5px;
}

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

.right-banners-wrapper.absolute {
    position: absolute;
    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 .other_tests {
    background: #f6f6f6;
    padding: 30px 0 40px;
    position: relative;
    z-index: 100;
}

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

.new_home_page .other_tests .tops {
    height: 300px;
}

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

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

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

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

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

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

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

h2.inner-page-title {
    font-family: Arial, Helvetica;
    font-size: 36px;
    font-weight: bold;
    color: #010101;
    line-height: 100px;
    vertical-align: middle;
}

.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 h3 {
    color: #010101;
    font-size: 28px;
    line-height: 90px;
    vertical-align: middle;
    margin: 0;
}
.item-list-item {
    margin-bottom: 50px;
    overflow: hidden;
}
.item-list-image {
    display: block;
    float: left;
    width: 180px;
    height: 145px;
}
.new_home_page .item-list-header {
    color: #999;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin-top: -3px;
}
.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-date {
    margin-right: 15px;
}
.item-list-header-views {
    height: 10pt;
    margin-right: 5px;
}
.new_home_page .item-list-title {
    font-size: 20px;
    line-height: 25px;
    margin: 9px 0 6px;
}
.test-list-description {
    color: #010101;
    font-size: 16px;
    line-height: 25px;
}

.item-list-content {
    margin-left: 200px;
}

.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-views {
    width: 20px;
    background: url("/bundles/smirikwebsite/img/views_gray.png") top center no-repeat;
}
/*=== Test list page ===*/
.new_home_page.test .middle_block.test-list {
    margin-top: 30px;
    background: url("/bundles/smirikwebsite/img/test-title-bg.png") top left repeat-x;
}
/*=== 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;
}
