/* дополнительный файл стилей diHouse */


/* СТИЛИ ПО-УМОЛЧАНИЮ */

table.def_table {
    margin-bottom: 10px;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: Tahoma, Arial;
	font-size: 13px;
}
table.def_table th {
    padding: 4px 4px;
    border: 0px solid #dadada;
    background-color: #efefef;
    color: #111111;
    font-weight: bold;
}
table.def_table th:last-child { border-right: 0px solid #dadada; }

table.def_table td {
    padding: 4px 4px;
    border: 0px solid #dadada;
}
table.def_table td:last-child { border-right: 0px solid #dadada; }


.maintitle {
    padding: 0 0 10px 0;
    color: #252728;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    font-family: Tahoma, Arial;
}

.maintitle_line {
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    max-width: 940px;
}

.maintitle_line:after {
    position: relative;
    top: -5px;
    display: inline-block;
    margin-left: 15px;
    width: 100%;
    height: 0;
    border-top: 1px solid #d0d0d0;
    content: " ";
}

.eventDivContent img {
    max-width: 100%;
}
/* ЦИТАТЫ */

blockquote {
    margin: 5px 0 20px 0;
    padding-left: 20px;
    border-left: 4px solid #dadada;
    color: #111111;
    text-decoration: none;
    font-weight: normal;
    /*font-size: 12px;*/
    font-family: Tahoma, Arial;
}


/* СПИСКИ */

ul.list_arrow, ul#list_arrow { list-style: none; }
ul.list_arrow li, ul#list_arrow li { padding: 0 0 2px 0; margin-left: 30px; }
ul.list_arrow li:before, ul#list_arrow li:before {
    margin: 0 0 0 -13px;
    padding: 2px 5px 2px 0px;
    color: #e63a86;
    content: "\203A";
    font-size: 16px;
    font-family: Tahoma, Arial;
}

ul.list_dot, ul#list_dot { list-style: none; }
ul.list_dot li, ul#list_dot li { padding: 0 0 2px 0; margin-left: 30px; }
ul.list_dot li:before, ul#list_dot li:before {
    margin: 0 0 0 -14px;
    padding: 2px 1px 2px 0px;
    color: #e63a86;
    content: "\2022 \00A0";
    font-size: 14px;
}

ul.list_tick, ul#list_tick { list-style: none; margin: 5px 0 5px 0; }
ul.list_tick li, ul#list_tick li { padding: 0 0 4px 0; margin-left: 30px; }
ul.list_tick li:before, ul#list_tick li:before {
    margin: 0 0 0 -18px;
    padding: 2px 8px 2px 0px;
    color: #e63a86;
    content: "\2714" !important;
    font-size: 12px;
}

ol.list_num, ol#list_num {
	list-style-type: none;
	counter-reset: list;
}
ol.list_num li, ol#list_num li {
	color: #111111;
	padding: 0 0 4px 0;
	margin-left: 30px;
}
ol.list_num li:before, ol#list_num li:before {
	counter-increment: list;
	content: counter(list) ". ";
    margin: 0 0 0 -17px;
    padding: 2px 1px 2px 0px;
    color: #e63a86;
}

ul#dot_list { list-style: none; }
ul#dot_list li:before {
    padding: 2px 1px 2px 0px;
    color: #e63a86;
    content: "\2022 \00A0";
    font-size: 14px;
}
ul#dot_list li {
    display: block;
    float: left;
    width: 45%;
}


/* КНОПКИ */

.dhbutton, a.dhbutton:link, a.dhbutton:visited, a.dhbutton:active {
    display: inline-block;
    margin: 2px 0 4px 0;
    padding: 9px 22px 10px 22px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #e63a86;
    color: #ffffff !important;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Arial;
    cursor: pointer;
}
.dhbutton:hover, a.dhbutton:hover { background-color: #cd3276 }

.green.dhbutton, .green.dhbutton:active, .green.dhbutton:link, .green.dhbutton:visited {
    background-color: #1db300;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Arial;
}
.green.dhbutton:hover, .green.dhbutton:focus { background-color: #1ba200 }

.red.dhbutton, .red.dhbutton:active, .red.dhbutton:link, .red.dhbutton:visited {
    background-color: #f30000;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Arial;
}
.red.dhbutton:hover, .red.dhbutton:focus { background-color: #c80000 }

.blue.dhbutton, .blue.dhbutton:active, .blue.dhbutton:link, .blue.dhbutton:visited {
    background-color: #0175c0;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Arial;
}
.blue.dhbutton:hover, .blue.dhbutton:focus { background-color: #0069ad }

.gray.dhbutton, .gray.dhbutton:active, .gray.dhbutton:link, .gray.dhbutton:visited {
    background-color: #a4a4a4;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Arial;
}
.gray.dhbutton:hover, .gray.dhbutton:focus {
    background-color: #959595;
    font-weight: bold;
}

.lightgray.dhbutton, .lightgray.dhbutton:active, .lightgray.dhbutton:link, .lightgray.dhbutton:visited {
    background-color: #efefef;
    color: #111111;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Arial;
}
.lightgray.dhbutton:hover, .lightgray.dhbutton:focus {
    background-color: #e63a86;
    font-weight: bold;
    color: #ffffff;
}

.subcat.dhbutton, .subcat.dhbutton:active, .subcat.dhbutton:link, .subcat.dhbutton:visited {
    border: 1px solid #dadada;
    background-color: #ffffff;
    color: #111111;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Arial;
}
.subcat.dhbutton:hover, .subcat.dhbutton:focus {
    border: 1px solid #dadada;
    background-color: #e63a86;
    font-weight: bold;
}

.disabled.dhbutton, .disabled.dhbutton:active, .disabled.dhbutton:link, .disabled.dhbutton:visited {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #dadada;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
}
.disabled.dhbutton:hover, .disabled.dhbutton:focus {
    background-color: #dadada;
    font-weight: bold;
}

.dhbutton[disabled] {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #dadada;
    color: #ffffff;
    vertical-align: middle;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
}
.dhbutton[disabled]:hover, .dhbutton[disabled]:focus {
    background-color: #dadada;
    font-weight: bold;
}

.medium.dhbutton, .medium.dhbutton:active, .medium.dhbutton:link, .medium.dhbutton:visited {
    padding: 8px 15px 9px 15px;
    margin: 4px 0 3px 0;
    font-size: 11px;
}

.small.dhbutton, .small.dhbutton:active, .small.dhbutton:link, .small.dhbutton:visited {
    padding: 4px 15px 6px 15px;
    font-size: 11px;
}

.right.dhbutton {
    float: right;
}


/* ТАБЫ */

.tabs-nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.tabs-nav li.active a {
    border-bottom: 2px solid #fff;
    background: #fff;
}

.tabs-nav li.active a {
    color: #404040;
    font-weight: bold;
}

.tabs-nav li.active a i {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tabs-nav li {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0 -1px 0;
    padding: 0;
    line-height: 34px;
}

.tabs-nav li:first-child a { border-left: 1px solid #dadada }

.tabs-nav li:last-child a { border-right: 1px solid #dadada }

.tabs-nav li i {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.tabs-nav li a {
    display: block;
    padding: 7px 20px 7px 20px;
    outline: none;
    border: 1px solid #dadada;
    border-right: none;
    border-bottom: 1px solid #dadada;
    background-color: #f8f8f8;
    color: #111111;
    text-decoration: none;
    letter-spacing: 0;
}

.tabs-nav li a:hover { background: #fff }

.ie7 .tabs-nav li a { height: 35px }

.tabs-container {
    overflow: hidden;
    margin: -1px 0 20px;
    width: 100%;
    border: 1px solid #dadada;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    line-height: 19px;
}

.tab-content { padding: 20px }

.tab-content p { margin: 0px }

.product #tab-description.tab-content p { margin-bottom: 15px }


/* ТАБЛИЦЫ */

table.standard-table {
    margin-bottom: 15px;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    color: #111111;
    font-size: 12px;
    font-family: Tahoma, Arial;
}

table.standard-table tr:hover td { background-color: #fafafa; }

table.standard-table th {
    padding: 7px 5px 7px 7px;
    border: 1px solid #dadada;
    background-color: #efefef;
    color: #111111;
    font-weight: bold;
    font-size: 12px;
}
table.standard-table th:last-child { border-right: 1px solid #dadada; }

table.standard-table td {
    padding: 7px 5px 7px 7px;
    border: 1px solid #dadada;
}
table.standard-table td:last-child { border-right: 1px solid #dadada; }


table.access-table {
    margin-bottom: 15px;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    color: #111111;
    font-size: 12px;
    font-family: Tahoma, Arial;
}

table.access-table tr:hover td.spec {
    border-left: 1px solid #e63a86;
    background-color: #f3f3f3;
}

table.access-table tr:hover td { background-color: #fafafa }

table.access-table td.spec {
    padding: 7px 5px 7px 10px;
    border: 1px solid #dadada;
    background-color: #fbfbfb;
    color: #111111;
    font-size: 12px;
}

table.access-table td {
    padding: 7px 5px 7px 10px;
    border: 1px solid #dadada;
    background-color: #ffffff;
}

table.clear_table {
    margin-bottom: 10px;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: Tahoma, Arial;
	font-size: 13px;
}
table.clear_table th {
    padding: 0px 0px;
    border: 0px solid #dadada;
    background-color: #efefef;
    color: #111111;
    font-weight: bold;
}
table.clear_table th:last-child { border-right: 0px solid #dadada; }

table.clear_table td {
    padding: 0px 0px;
    border: 0px solid #dadada;
}
table.clear_table td:last-child { border-right: 0px solid #dadada; }


.box_filter {
    padding: 15px 20px 15px 20px;
    border: 1px solid #dddddd;
    background-color: #fafafa;
}


/* ССЫЛКИ */

a.reval_link:link, a.reval_link:visited, a.reval_link:active {
    display: inline-block;
    padding: 6px 0 6px 0;
    background-color: #efefef;
    color: #111111;
    vertical-align: middle;
    text-decoration: none;
	text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Arial;
    width: 100%;
}

a.reval_link:hover {
	background-color: #e63a86;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, Arial;
    width: 100%;
}

a.black_link:link, a.black_link:visited, a.black_link:active {
    color: #111111;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
    font-family: Tahoma, Arial;
}

a.black_link:hover {
    color: #e63a86;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    font-family: Tahoma, Arial;
}

a.white_link:link, a.white_link:visited, a.white_link:active {
    color: #ffffff;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
    font-family: Tahoma, Arial;
}

a.white_link:hover {
    color: #e63a86;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    font-family: Tahoma, Arial;
}

a.def_link:link, a.def_link:visited, a.def_link:active {
    color: #e63a86;
    text-decoration: underline;
    font-weight: normal;
    font-size: 13px;
    font-family: Tahoma, Arial;
}

a.def_link:hover {
    color: #e63a86;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    font-family: Tahoma, Arial;
}

a.small_link:link, a.small_link:visited, a.small_link:active {
    color: #e63a86;
    text-decoration: underline;
    font-weight: normal;
    font-size: 11px;
}

a.small_link:hover {
    color: #e63a86;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}

a.promo_link:link, a.promo_link:visited, a.promo_link:active {
    color: #e63a86 !important;
}

a.promo_link:hover {
    color: #e63a86 !important;
}

.nounderline:link, .nounderline:visited, .nounderline:active {
	text-decoration: none !important;
}
.nounderline:hover {
	text-decoration: underline !important;
}

/* Footer icons*/
.footer_icons_line_left,
.footer_icons_line_right  {
	width:43%;
	overflow: hidden;
}

.footer_icons_line_left::after {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 100%;
	height: 0px;
	border-top: 1px solid #D0D0D0;
	content: " ";
}
.footer_icons_line_right::after {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 100%;
	height: 0px;
	border-top: 1px solid #D0D0D0;
	content: " ";
}

a.footer_icon {
	display: inline-block;
	width: 33px;
	height: 34px;
}
a.facebook_icon {
	background: url(../images/facebook.png) no-repeat;
}
a.facebook_icon:hover {
	background: url(../images/facebook_hover.png) no-repeat;
}

a.insta_icon {
	background: url(../images/insta.png) no-repeat;
}
a.insta_icon:hover {
	background: url(../images/insta_hover.png) no-repeat;
}

a.youtube_icon {
	background: url(../images/youtube.png) no-repeat;
}

a.youtube_icon:hover {
	background: url(../images/youtube_hover.png) no-repeat;
}

a.vk_icon {
	background: url(../images/vk.png) no-repeat;
}
a.vk_icon:hover {
	background: url(../images/vk_hover.png) no-repeat;
}

.vertical_align_element {
    display: table-cell;
    vertical-align: middle;
}

.carousel__link {
	word-wrap: break-word;
}

/* СПИСОК АКЦИЙ НА ГЛАВНОЙ*/

.page-homepage .eventDivSimple.eventBlock.Campaigns {
    padding-bottom: 40px;
}

.page-homepage div.Campaigns .eventDivSimple {
    padding-bottom: 20px;
}



/* ВИДЖЕТ ОБРАТНОГО ЗВОНКА*/

.zcwPopup-bg {
	display: none;
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	z-index: 99991 !important;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer !important;
}

.zcwPopup {
	display: none;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99992 !important;
	width: 280px !important;
	margin: -80px 0 0 -140px;
	height: auto !important;
	padding: 20px !important;
	border-radius: 3px !important;
	font-size: 21px !important;
	background-color: #ffffff;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	opacity: 1;
	color: #000000;
}

.zcwPopup-title,
.zcwPopup-description,
.zcwPopup-content {
	color: #000000;
}

.zcwPopup-title {
	text-align: center;
}

#zcwPopup-raty img {
	display: inline !important;
}

.zcwPopup-close {
	z-index: 99992 !important;
	cursor: pointer !important;
	text-decoration: none;
	color: grey;
	position: absolute;
	top: 3px;
	right: 10px;
}

.zcwPopup-content {
	font-size: 14px;
}

.zcwPopup-countdown {
	font-weight: bold;
	display: none;
}

.zcwPopup .link {
	text-decoration: underline;
	cursor: pointer;
}

.zcwPopup .powered_by {
	margin-top: 7px;
	font-size: 12px;
	color: #777777 !important;
}

.zcwPopup .powered_by a {
	font-weight: bold !important;
	color: #777777 !important;
	text-decoration: underline !important;
}

.zcwPopup button,
.zcwPopup input,
.zcwPopup select,
.zcwPopup textarea {
	margin: 0 4px 0 0;
	width: auto !important;
	color: #000000;
	border: solid 1px #999999;
	border-radius: 1px;
	display: inline !important;
}

.zcwPopup input[type="submit"] {
	color: #ffffff;
	background-color: #e63a86;
	border: solid 1px #e63a86;
}

.zcwPopup input.zcwInputError,
.zcwPopup select.zcwInputError,
.zcwPopup textarea.zcwInputError {
	border: 1px solid red;
}

#zcwMiniButton {
	position: fixed;
	right: 30px;
	bottom: 60px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	opacity: 0.5;
	z-index: 99990;
}

#zcwMiniButton #zcwMiniButtonMain {
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e63a86;
	width: 70px;
	height: 70px;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.5);
}

#zcwMiniButton #zcwMiniButtonMain:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(/_ui/desktop/common/images/dihouse/mini.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#zcwMiniButton:hover {
	opacity: 0.8;
}

@media only screen and (min-width: 960px) {
	.zcwPopup {
		width: 582px !important;
		margin: -120px 0 0 -291px;
	}
}


/* Footer icons*/
.footer_icons_line_left,
.footer_icons_line_right  {
	width:43%;
	overflow: hidden;
}

.footer_icons_line_left::after {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 100%;
	height: 0px;
	border-top: 1px solid #D0D0D0;
	content: " ";
}
.footer_icons_line_right::after {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 100%;
	height: 0px;
	border-top: 1px solid #D0D0D0;
	content: " ";
}

a.footer_icon {
	display: inline-block;
	width: 33px;
	height: 34px;
}
a.facebook_icon {
	background: url(../images/facebook.png) no-repeat;
}
a.facebook_icon:hover {
	background: url(../images/facebook_hover.png) no-repeat;
}

a.insta_icon {
	background: url(../images/insta.png) no-repeat;
}
a.insta_icon:hover {
	background: url(../images/insta_hover.png) no-repeat;
}

a.youtube_icon {
	background: url(../images/youtube.png) no-repeat;
}

a.youtube_icon:hover {
	background: url(../images/youtube_hover.png) no-repeat;
}

a.vk_icon {
	background: url(/_ui/desktop/common/images/vk.png) no-repeat;
}
a.vk_icon:hover {
	background: url(/_ui/desktop/common/images/vk_hover.png) no-repeat;
}

button.sendQuesttionnaireBtn {
	border-radius: 5px;
	background: #fff url(../images/become-a-partner_btn_img.png) no-repeat left 15px center;
	height: 70px;
	width: 300px;
	border: #E63A86 solid 1px;
	text-transform: uppercase;
	color: #E63A86 !important;
	padding-left: 60px;
}
button.sendQuesttionnaireBtn:hover {
	color: #fff !important;
	background: #E63A86 url(../images/become-a-partner_btnhover_img.png) no-repeat left 15px center;
}

/** DAn */
.breadcrumb li.active{
    color: #7C7C7C;
    font-weight: normal;
    font-size: 11px;
    font-family: Tahoma, Arial;
    line-height: 1.8;
}

.breadcrumb li.active span{
    font-weight: normal;
    font-size: 11px;
    font-family: Tahoma, Arial;
    line-height: 1.8;
}

.titleEvent > h1 {
    padding: 0px 0px 15px;
    color: #252728;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    font-family: Tahoma, Arial;
    margin-left: 10px;
   border: none;
    margin-bottom: 10px;
    margin: -5px 0px 3px;
    /*line-height: 1em;*/
}

.event-110222 {
    display: block;
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
}
@media (max-width: 767px) {
    .event-110222 {
        width: 100%;
        margin: 0;
    }
}
.event-110222 .hilight-big {
    font-size: 18px;
    color: #4483ca;
}
.event-110222 .hilight {
    color: #4483ca;
}
.event-110222 a {
    font-size: 16px !important;
}
.event-110222 ul.list_dot li:before, .event-110222 ul#list_dot li:before {
    color: #4483ca !important;
}
