﻿/*Общие правила - начало.*/
*:focus {outline: none;}
body {
	margin: 0;
	width: 100%;
	background-color: white;
	font-size: 16px;
	color: black;
	line-height: 1.3;
	min-width: 980px;
	font-family: 'Roboto';
}
.content {
	width: 960px;
	margin: auto;
}
a {
	color: #056c8b;
}
a:hover {
	text-decoration: none;
}
ul {
	padding-left: 0;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.clear,
.clearfix {
	clear: both;
	height: 0;
}
.bold, strong {
	font-weight: normal;
}
.center {
	margin: auto;
	display: table;
}
.italic {
	font-style: italic;
}
.display_n {
	display: none !important;
}
@font-face {
    font-family: 'Roboto';
    src:url('fonts/Roboto-Regular.eot');
    src: local('Roboto Regular'), url('fonts/Roboto-Regular.eot') format('eot'), url('fonts/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Light';
    src:url('fonts/Roboto-Light.eot');
    src: local('Roboto Light'), url('fonts/Roboto-Light.eot') format('eot'), url('fonts/Roboto-Light.ttf') format('truetype'), url('fonts/Roboto-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Roboto-LightItalic';
  src: url("fonts/RobotoLightItalic.eot");
  src: local("Roboto LightItalic"), url("fonts/RobotoLightItalic.eot") format("eot"), url("fonts/RobotoLightItalic.ttf") format("truetype"), url("fonts/RobotoLightItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Roboto-Medium';
    src:url('fonts/roboto-medium.eot');
    src: local('Roboto Medium'), url('fonts/roboto-medium.eot') format('eot'), url('fonts/roboto-medium.ttf') format('truetype'), url('fonts/roboto-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src:url('fonts/Roboto-Bold.eot');
    src: local('Roboto Bold'), url('fonts/Roboto-Bold.eot') format('eot'), url('fonts/Roboto-Bold.ttf') format('truetype'), url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "MarckScript";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/MarckScript/MarckScriptRegular.eot?") format("eot"), url("fonts/MarckScript/MarckScriptRegular.woff") format("woff"), url("fonts/MarckScript/MarckScriptRegular.woff2") format("woff2"), url("fonts/MarckScript/MarckScriptRegular.ttf") format("truetype"), url("fonts/MarckScript/MarckScriptRegular.svg#MarckScript") format("svg");
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/*Общие правила - конец.*/

/*Шапка - начало*/
.header {
	position: relative;
	padding-top: 20px;
}
.logo {
	background: url('img/logo-new.png') 0 0 no-repeat;
	background-size: contain;
	width: 240px;
	height: 126px;
	display: table;
	position: absolute;
	left: 50%;
	margin-left: -120px;
}
.header {
	font-size: 24px;
	min-height: 146px;
}
.header span {
	color: #6b6b6b;
	font-size: 14px;
	font-family: 'Roboto-Light';
}
.header strong {
	color: #056c8b;
	font-size: 18px;
	font-family: 'Roboto-Light';
}
.header .float_l {
	margin-top: 0;
	line-height: 1.2;
}
.header .float_r {
	text-align: right;
}
.header .float_r > a {
	font-size: 18px;
	display: block;
	margin-top: 25px;
}
.header ul {
	margin-top: 20px;
	float: right;
}
.header ul li {
	list-style-type: none;
	float: left;
	margin-left: 1px;
}
.header ul li a {
	display: table;
}
.header ul li a:hover {
	margin-top: -2px;
}
.menu {
	background-color: #3f93bf;
	margin-bottom: 5px;
}
.menu ul {
	width: 960px;
	margin: auto;
}
.menu ul li {
	list-style-type: none;
	display: inline;
}
.menu a {
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto-Light';
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 80px 16px 0;
	display: inline-block;
}
.menu ul li a:hover {
	text-decoration: underline;
}
.menu ul li a.active {
	font-family: 'Roboto-Medium';
	text-decoration: none !important;
}
.menu ul li:last-child a {
	padding-right: 0;
}
.banner {
	background: #d0ebf3 url('img/banner-bg.jpg') top center repeat-x;
	border-top: 35px solid white;
	border-bottom: 18px solid white;
}
.banner .content {
	background: url('img/photo.png') left top no-repeat;
	margin-top: -35px;
    margin-bottom: -30px;
    width: 1100px;
}
.banner .content .float_r {
	background-color: rgba(255,255,255,0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 110px;
	margin-bottom: 100px;
	text-align: center;
	padding: 40px 45px;
}
.banner .content .float_r p {
	font-family: 'Roboto-Bold';
	color: #444444;
	font-size: 48px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 35px;
}
.banner .content .float_r h1 {
	font-size: 27px;
	margin-top: 35px;
	line-height: 1.5;
	margin-bottom: -15px;
}
.banner .content .float_r hr {
	border: 0;
	height: 1px;
	background-color: #c8c8c8;
}
.banner .content .float_r h1 strong {
	font-family: 'Roboto-Medium';
}
.banner .content .float_r h1 span {
	color: #de272f;	
	font-size: 36px;
}
.banner .content .float_r p.text-1 {
	color: #484848;
	font-size: 19px;
	font-family: 'Roboto-Light';
	margin-top: 20px;
}
.btn {
	font-family: 'Roboto-Light';
	font-size: 22px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fa696f', endColorstr = '#ea4046');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fa696f', endColorstr = '#ea4046')";
	background-image: -moz-linear-gradient(top, #fa696f, #ea4046);
	background-image: -ms-linear-gradient(top, #fa696f, #ea4046);
	background-image: -o-linear-gradient(top, #fa696f, #ea4046);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fa696f), to(#ea4046));
	background-image: -webkit-linear-gradient(top, #fa696f, #ea4046);
	background-image: linear-gradient(top, #fa696f, #ea4046);
	-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.41);
	-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.41);
	box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.41);
	border: 0;
	cursor: pointer;
	padding: 12px 85px 12px 85px;
}
.btn:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ea4046', endColorstr = '#fa696f');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ea4046', endColorstr = '#fa696f')";
	background-image: -moz-linear-gradient(top, #ea4046, #fa696f);
	background-image: -ms-linear-gradient(top, #ea4046, #fa696f);
	background-image: -o-linear-gradient(top, #ea4046, #fa696f);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ea4046), to(#fa696f));
	background-image: -webkit-linear-gradient(top, #ea4046, #fa696f);
	background-image: linear-gradient(top, #ea4046, #fa696f);
}
/*Шапка - конец*/

/*Контент - начало*/
.line-main {
	background: url('img/line-bg.png') top center repeat-x;
	height: 250px;
	margin-top: -14px;
}
.line-main ul {
	display: block;
	width: 960px;
	margin: auto;
	padding-top: 37px;
}
.line-main ul li {
	font-size: 18px;
	font-family: 'Roboto-Bold';
	width: 33%;
	float: left;
	text-align: center;
	color: #fff;
	list-style-type: none;
	display: block;
}
.line-main ul li img {
	display: table;
	margin: auto;
	margin-bottom: 20px;
	min-height: 90px;
}
.line-main ul li strong {
	font-size: 24px;
}
.services {
	padding-top: 20px;
	padding-bottom: 90px;
}
.services h2 {
	font-size: 36px;
	font-family: 'Roboto-Light';
}
.services ul {
	margin-top: 60px;
	display: table;
}
.services ul li {
	width: 230px;
	margin-right: 13px;
	float: left;
	display: block;
	margin-bottom: 10px;
}
.services ul li img {
	display: table;
	margin: auto;
	margin-bottom: 35px;
}
.services ul li:last-child {
	margin-right: 0;
}
.services ul li div {
	background-color: #f0f0f0;
	border-top: 1px solid #f0f0f0;
	padding: 0 15px 10px 15px;
}
.services ul li div p {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 20px;
}
.services ul li div p a {
	color: #2a70a1;
}
.services ul li div p span {
	font-size: 18px;
	font-family: 'Roboto-Medium';
}
.services ul li div p strong {
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5bacd7', endColorstr = '#4195c1');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5bacd7', endColorstr = '#4195c1')";
	background-image: -moz-linear-gradient(top, #5bacd7, #4195c1);
	background-image: -ms-linear-gradient(top, #5bacd7, #4195c1);
	background-image: -o-linear-gradient(top, #5bacd7, #4195c1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#5bacd7), to(#4195c1));
	background-image: -webkit-linear-gradient(top, #5bacd7, #4195c1);
	background-image: linear-gradient(top, #5bacd7, #4195c1);
	font-family: 'Roboto-Medium';
	font-size: 16px;
	color: #fff;
	padding: 12px 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.events {
	background: #71a0bd url('img/events-bg.jpg') top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 30px 0 60px 0;
}
.events h3 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 40px;
}
.events p {
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.events ul {
	display: table;
	margin: auto;
	margin-bottom: 40px;
}
.events ul li {
	/*-webkit-box-shadow: 0px 2px 0px 0px rgba(230,239,244,1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(230,239,244,1);
	box-shadow: 0px 2px 0px 0px rgba(230,239,244,1)*/;
	border-bottom: 1px solid transparent;
	border-left: 3px solid transparent;
    border-right: 0;
    width: 188px;
    margin-right: 1px;
    list-style-type: none;
    padding-bottom: 10px;
    float: left;
    display: block;
    font-size: 18px;
    font-family: 'Roboto-Medium';
    color: #fff;
    text-align: center;
}
.events ul li img {
	display: table;
	margin: auto;
	margin-bottom: 28px;
}
.events ul li:last-child {
	margin-right: 0;
}
.rules {
	border-top: 1px solid #c8c8c8;
	margin-top: 20px;
	padding-bottom: 60px;
}
.rules h3 {
	font-size: 36px;
	font-family: 'Roboto-Light';
}
.rules ul li {
	font-size: 16px;
	font-family: 'Roboto-Light';
	width: 220px;
	margin-right: 26px;
	display: table;
	float: left;
	list-style-type: none;
	line-height: 1.5;
	margin-top: 30px;
}
.rules ul li:last-child {
	margin-right: 0;
}
.rules ul li strong {
	color: #ec444a;
	font-family: 'Roboto-Bold';
}
.economy {
	background: #71a0bd url('img/economy-bg.jpg') top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 30px 0 60px 0;
}
.economy h3 {
	font-family: 'Roboto-Medium';
	font-size: 36px;
	color: #fff;
	text-align: center;
	text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.42);
}
.economy p {
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.economy p strong {
	font-family: 'Roboto-Medium';
}
.economy .btn {
	margin: auto;
	padding-left: 140px;
	padding-right: 140px;
	display: table;
}
.economy p.float_l, .economy p.float_r {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	padding: 38px 25px;
	width: 420px;
	text-align: left;
	color: #000;
	-webkit-box-shadow: 0px 2px 11px -1px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 2px 11px -1px rgba(0,0,0,0.48);
	box-shadow: 0px 2px 11px -1px rgba(0,0,0,0.48);
}
.economy p.float_l {
	background: #f3f3f3 url('img/economy-1.png') 360px center no-repeat;
}
.economy p.float_r {
	background: #f3f3f3 url('img/economy-2.png') 360px center no-repeat;
}
.benefits {
	padding-top: 20px;
}
.benefits h3 {
	font-size: 36px;
	font-family: 'Roboto-Light';
	margin-bottom: 50px;
}
.benefits ul li {
	list-style-type: none;
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.benefits ul li .num {
	font-size: 48px;
	color: #fff;
	background-color: #3f93bf;
	width: 71px;
	text-align: center;
	padding: 8px 0;
	display: inline-block;
	position: absolute;
	top: 0;
	z-index: 1;
}
.benefits ul li.float_r .num {
	right: 0;
}
.benefits ul li p {
	display: inline-block;
	padding: 15px 25px;
	width: 542px;
	background-color: #f7f7f7;
	margin-top: 0;
	margin-left: 71px;
	line-height: 1;
	-webkit-box-shadow: -2px 2px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -2px 2px 0px 0px rgba(0,0,0,0.1);
	box-shadow: -2px 2px 0px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
	line-height: 1.5;
}
.benefits ul li.float_r p {
	margin-left: 0;
	margin-right: 71px;
}
.benefits ul li.float_l img {
	position: absolute;
	top: 0;
	right: -80px;
}
.benefits ul li.float_r img {
	position: absolute;
	top: 0;
	left: -80px;
}
.portfolio .float_l, .portfolio .float_r {
	padding: 20px 70px 60px 70px;
    display: block;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.portfolio .float_l {
	text-align: right;
}
.portfolio .float_r {
	text-align: left;
}
.portfolio h3 {
	font-size: 36px;
	font-family: 'Roboto-Light';
}
.portfolio table {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -80px;
}
.portfolio table tr:last-child td:last-child {
	height: 420px;
}
.portfolio table td {
	vertical-align: top;
}
.portfolio table td > div {
	position: relative;
}
.portfolio table td img {
	margin: 10px;
	cursor: pointer;
}
.portfolio table td div div {
	background-color: #f4f4f4;
	margin: 10px;
	padding: 5px 19px 6px 19px;
	font-size: 16px;
	font-family: 'Roboto-Light';
	position: absolute;
	top: 0;
	left: 0;
	display: block!important;
	opacity: 0;
	transition: .5s;
}

.portfolio table td div div.active {
	opacity: 1;
}


.portfolio table td div p {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 14px;
}
.portfolio table td div strong {
	font-family: 'Roboto';
}
.finalform {
	background: #16416c url('img/finalform-bg.jpg') top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	padding-top: 65px;
	padding-bottom: 75px;
}
.finalform h2 {
	font-size: 36px;
	font-family: 'Roboto-Light';
	margin-top: 0;
}
.finalform p {
	font-size: 18px;
	font-family: 'Roboto-Medium';
}
.finalform h3 {
	font-size: 24px;
	font-family: 'Roboto-Medium';
}
.finalform input[type="text"] {
	font-size: 16px;
	font-family: 'Roboto-Light';
}
.finalform form {
	width: 300px;
}
form input[type="text"],
.dj-zakazat form select {
	width: 100%;
	padding: 15px 25px;
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    margin-top: 10px;
}
.main form input[type="submit"].btn {
	padding: 12px 0;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
label {
	font-size: 16px;
	margin-left: 25px;
}
.finalform form p {
	font-size: 16px;
	padding-left: 25px;
}
.checkbox {
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin: 0 3px 0 0;
}
.checkbox + label {
	cursor: pointer;
	display: block;
	margin-bottom: 10px;
}
.checkbox:not(checked) {
	position: absolute;
	opacity: 0;
}
.checkbox:not(checked) + label {
	position: relative;
	padding: 0 0 0 25px;
}
.checkbox:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: url('img/sprite.png') -361px -46px no-repeat;
}
.checkbox:checked + label:before {
	background-position: -377px -46px;
}
.datapick {
	background: #fff url('img/icon-calend.png') 250px center no-repeat;
}
.articles {
	padding-top: 20px;
	padding-bottom: 60px;
}
.articles h3 {
	font-family: 'Roboto-Light';
	font-size: 36px;
}
.articles ul li a {
	color: #000;
}
.articles ul li {
	margin-right: 2px;
	width: 190px;
	text-align: center;
	display: table;
	float: left;
}
.articles ul li:last-child {
	margin-right: 0;
}
.articles ul li img {
	display: table;
	margin-bottom: 10px;
}
.articles .content {
	position: relative;
}
.articles .btn {
	display: table;
	position: absolute;
	right: -70px;
	padding: 12px 20px;
	bottom: 0;
}
/*Контент - конец*/

/*Подвал - начало*/
.footer {
	border-top: 1px solid #c8c8c8;
	padding-bottom: 30px;
	position: relative;
}
.footer .logo {
	top: 55px;
}
.footer .float_l p {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0;
}
.footer .float_l p strong {
	font-size: 24px;
	font-family: 'Roboto-Medium';
	display: table;
	margin-top: 30px;
}
.footer .float_l p span {
	font-size: 18px;
	font-family: 'Roboto-Medium';
	display: table;
	margin-top: 30px;
	margin-bottom: 10px;
}
.footer ul {
	margin-top: 0;
}
.footer ul li {
	list-style-type: none;
	float: left;
	margin-left: 1px;
}
.footer ul li a {
	display: table;
}
.footer ul li a:hover {
	margin-top: -2px;
}
.footer .float_r {
	font-size: 18px;
	margin-top: 12px;
}
.footer .float_r strong {
	font-family: 'Roboto-Medium';
}
.footer .float_r span {
	#font-size: 14px;
	#color: #6b6b6b;
	#font-family: 'Roboto-Medium';
}
.footer .float_r a {
	font-size: 14px;
	font-family: 'Roboto-Medium';
	display: table;
	margin-top: -10px;
}
/*Подвал - конец*/
label.error {
	color: red;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}
h6.result {
	font-size: 18px;
	text-align: center;
	margin-top: 65px;
}
#cboxContent {
	width: auto!important;
	height: auto!important;
	
    padding: 40px 80px;
    border: 2px solid #EF4C52;
    background-color: #fff;
    box-sizing: border-box;
}
#want {
	width: 300px;
}
#want input[type="text"] {
	border: 1px solid #000;
}
#action {
	width: 300px;
}
#action input[type="text"] {
	border: 1px solid #000;
}
.menu-toggle {
    display: none;
    cursor: pointer;
    padding: 15px 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
}
.menu-toggle:hover {
	background: none;
}
.menu-toggle .icon-toggle {
    cursor: pointer;
    display: block;
    width: 33px;
    height: 21px;
    background-size: cover;
    background: url('img/toggle-icon.png') center center no-repeat;
    padding-left: 15px;
}
#cboxPrevious, #cboxNext {
	position: absolute;
	top: 50%;
	width: 31px;
	height: 59px;
	margin-top: -29px;
	background: url('img/arrows.png') no-repeat;
}
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0px 0px; left:20px;}
#cboxPrevious:hover{opacity: 0.8;background-position:0px 0px;}
#cboxNext{background-position: -32px 0; right:20px;}
#cboxNext:hover{opacity: 0.8;background-position: -32px 0;}

/*Страница Караоке*/

.karaoke-content-wrapper {
	font-family: 'Roboto-Light';
}
.karaoke-content-wrapper h2 {
	font-size: 36px;
	margin: 0;
}
.arenda-karaoke {
	padding: 60px 0 0;
	text-align: center;
}
.arenda-karaoke_back {
	margin-top: -100px;
	max-height: 324px;
}
.arenda-karaoke_back img {
	width: 100%;
	max-width: 1300px;
	vertical-align: bottom;
}
.arenda-karaoke h1 {
	font-size: 36px;
}
.arenda-karaoke_ceny_title {
	text-align: center;
	margin-bottom: 40px;
}
.arenda-karaoke_ceny_title p {
	font-family: 'Roboto';
}
.arenda-karaoke_packs {
  margin: 0 auto;
	max-width: 940px;
}
.arenda-karaoke_ceny {
	background-size: auto;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-image: url(https://djpacient.ru/templates/djpacient/s.platformalp.ru/img/bg-patterns-light/10.png);
	padding: 60px 0;
}
.arenda-karaoke_pack {
	background: #fff;
	border: 1px solid #62afe8;
	display: inline-block;
	float: left;
	margin-right: 20px;
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.arenda-karaoke_pack:last-child {
	margin-right: 0;
}
.arenda-karaoke_pack_title {
	background-color: #62afe8;
	color: #fff;
	padding: 15px 0 10px;
	text-align: center;
}
.arenda-karaoke_pack_title p {
	margin: 10px 0;
}
.arenda-karaoke_pack_img {
	text-align: center;
}
.arenda-karaoke_pack_img img {
	width: 280px;
	height: 190px;
	margin: 20px auto;
}
.arenda-karaoke_pack_items {
	margin: 0 23px 20px;
	text-align: center;
}
.arenda-karaoke_pack_items div {
	border-bottom: 2px solid rgba(103, 159, 200, 0.33);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div.btn {
	padding: 12px 0;
	text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.arenda-karaoke_pack button.btn {;
	display: block;
	margin: 0 auto 25px;
	padding: 12px 0;
	width: 252px;
}
.kak-zakazat-karaoke {
	padding: 60px 0;
}
.kak-zakazat-karaoke_title {
	text-align: center;
}
.kak-zakazat-karaoke_title p {
	font-family: 'Roboto';
}
.kak-zakazat-karaoke_items {
	margin: 30px auto 0;
	max-width: 940px;
}
.kak-zakazat-karaoke_item {
	display: inline-block;
	float: left;
	margin-right: 20px;
	position: relative;
	width: 300px;
	text-align: center;
}
.kak-zakazat-karaoke_item:last-child {
	margin-right: 0;
}
.kak-zakazat-karaoke_item_number {
	background: #619ac3;
	color: #fff;
	font-size: 24px;
	position: absolute;
  left: 30px;
  top: 70px;
	padding: 6px 0;
	width: 44px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.kak-zakazat-karaoke_item_number p {
	font-family: 'Roboto-Bold';
	margin: 0;
}
.kak-zakazat-karaoke_item img {
	margin-bottom: 20px;
}
.kak-zakazat-karaoke_item_title {
	font-size: 18px;
	font-family: 'Roboto-Bold'
}
.chavo-karaoke {
	background: url(img/fon.png);
	padding: 60px 0;
}
.chavo-karaoke_title {
	color: #fff;
	text-align: center;
}
.chavo-karaoke .btn {
	display: block;
	margin: 30px auto 0;
	padding: 12px 0;
	max-width: 422px;
	width: 100%;
}
.karaoke-vopros {
	border-bottom: 1px solid #c7c7c7;
	padding: 60px 0;
}
.karaoke-vopros_title {
	margin-bottom: 30px;
	text-align: center;
}
.karaoke-vopros_with-img img {
	float: left;
	margin-left: 50px;
	height: 100px;
	width: 200px;
}
.karaoke-vopros_with-img p {
	float: right;
	width: 68%;
	margin: 0;
	text-align: justify;
}
.karaoke-vopros ul,
.karaoke-advantages ul {
	margin-left: 20px;
}
.packs-karaoke {
	border-bottom: 1px solid #c7c7c7;
	padding: 60px 0;
}
.packs-karaoke_title {
	margin-bottom: 30px;
	text-align: center;
}
.packs-karaoke_wrapper {
	clear: both;
	margin-bottom: 60px;
}
.packs-karaoke_pack {
	border: 1px solid #6199c3;
	padding: 10px;
	overflow: hidden;
}
.packs-karaoke_pack_col-1 {
	float: right;
	max-width: 540px;
}
.packs-karaoke_pack_col-1 img {
	width: 100%;
}
.packs-karaoke_pack_col-2 {
	float: left;
	max-width: 380px;
}
.packs-karaoke_pack_col-1 p,
.packs-karaoke_pack_col-2 p {
	font-family: 'Roboto';
	text-align: center;
}
.packs-karaoke_pack_col-2 li {
	background: url(img/check.png) no-repeat left 5px;
  margin-bottom: 20px;
	padding: 0 0 0 55px;
	min-height: 30px;
}
.packs-karaoke_wrapper .btn {
	display: block;
	max-width: 420px;
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
}
.karaoke-advantages {
	margin-bottom: 20px;
	padding: 60px 0 0;
}
.karaoke-advantages .content {
	border-bottom: 3px solid rgb(0, 0, 0);
	padding-bottom: 60px;
}
.karaoke-advantages_title {
	margin-bottom: 30px;
	text-align: center;
}
.karaoke-advantages p {
	text-align: justify;
}
.karaoke-advantages_with-img {
	margin: 40px 0;
	overflow: hidden;
}
.karaoke-advantages_with-img img {
	float: left;
}
.karaoke-advantages_with_button {
	float: right;
	max-width: 430px;
	padding-top: 60px;
}
.karaoke-advantages_with_button p {
	font-size: 36px;
	margin-bottom: 20px;
}
.karaoke-advantages_with_button .btn {
	display: block;
	max-width: 300px;
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
}
.karaoke-form input[type="text"] {
	border: 1px solid #000;
}
.karaoke-form {
	width: 300px;
}
form {
	position: relative;
}
form .form_result {
	position: absolute;
	top: -22px;
	color: red;
}

/*Диджей*/

.dj-content-wrapper {
  font-family: 'Roboto-Light';
}
.dj-why {
	padding-top: 40px;
}
.dj-content-wrapper .content {
	padding: 40px 0;
	overflow: hidden;
}
.block-title {
	text-align: center;
}
.block-title h1,
.block-title h2 {
	font-size: 36px;
	margin-bottom: 0;
}
.dj-why .block-title {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
.dj-advant,
.dj-why_desc {
	max-width: 960px;
	margin: 0 auto;
}
.dj-why_desc {
	text-align: center;
}
.dj-why_cover {
	text-align: center;
	margin-top: -50px;
	max-height: 259px;
}
.dj-why_cover img {
	width: 100%;
	max-width: 1300px;
	vertical-align: bottom;
}
.dj-why_back {
	background: url(img/red_fon.png) no-repeat;
	background-size: cover;
  background-position: center;
  padding: 40px 0 20px;
}
.bold {
	font-family: 'Roboto-Bold';
}
.medium {
	font-family: 'Roboto-Medium';
}
.light {
	font-family: 'Roboto-Light';
}
.dj-advant {
	list-style: none;
}
.dj-advant li {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding-right: 20px;
	width: 220px;
	text-align: center;
}
.dj-advant li:last-child {
	padding-right: 0;
}
.dj-advant li span {
	font-size: 24px;
}
.dj-more .block-title p,
.dj-video .block-title p,
.portfolio .block-title p {
	font-family: 'Roboto';
}
.red {
	color: #ec444a;
}
.dj-more,
.dj-price,
.dj-wedding {
	border-bottom: 1px solid #c7c7c7;
}
.dj-more_list {
	display: inline-block;
	float: left;
	list-style: none;
	width: 47%;
}
.dj-more_list:last-child {
	float: right;
}
.dj-more_list li {
	background: url(img/checks.png) no-repeat left 10px;
	padding-left: 100px;
}
.dj-content-wrapper .portfolio table tr:last-child td:last-child {
	height: auto;
}
.dj-content-wrapper .portfolio table {
	margin-bottom: 40px;
}
.portfolio .content {
	padding-bottom: 0;
}
.portfolio a.btn {
	padding: 12px 60px;
	text-decoration: none;
}
.portfolio-btn {
	height: 51px;
	text-align: center;
}
.dj-video .block-title {
	padding-bottom: 30px;
}
.dj-video_item {
	display: inline-block;
	float: left;
	width: 49%;
}
.dj-video_item:last-child {
	float: right;
}
.dj-video_item p,
.dj-zakazat .block-title p {
	font-family: 'Roboto';
	padding-left: 10px;
}
.dj-zakazat {
	background: url(https://djpacient.ru/image/bg_form_block.png) no-repeat;
	background-size: cover;
  background-position: center;
}
.dj-zakazat .block-title {
	color: #fff;
}
.dj-zakazat .karaoke-form {
	width: 100%;
}
.dj-zakazat form {
	margin-top: 40px;
}
.dj-zakazat form input[type="text"] {
	border: 0;
	display: inline-block;
	font-size: 16px;
	float: left;
	margin-right: 20px;
	padding: 15px 0 15px 10px;
	width: 20%;
}
.dj-zakazat form input[name="dj-zakaz_username"] {
	width: 16%;
}
#dj-zakaz_date {
	width: 15%;
}
.dj-zakazat form select {
	color: rgba(128, 128, 128, 0.73);
	display: inline-block;
	font-size: 16px;
	float: left;
	padding: 14px 0 14px 10px;
	width: 20%;
}
.main .dj-zakazat form input[type="submit"] {
	clear: both;
	margin-top: 40px;
	padding: 12px 85px 12px 85px;
	max-width: 420px;
}
.dj-zakazat form .datapick {
  background: #fff url(img/icon-calend.png) 100px center no-repeat;
}
.dj-zakazat .form-btn {
	text-align: center;
}
.dj-wedding .content {
	padding-bottom: 60px;
}
.dj-wedding_desc {
	font-family: 'Roboto';
	margin-top: 30px;
}
.dj-wedding_left,
.dj-wedding_right {
	margin-top: 40px;
	overflow: hidden;
}
.dj-wedding_img-col {
	width: 30%;
}
.dj-wedding_desc-col {
	background-color: rgb(247, 250, 253);
	padding: 25px;
	width: 70%;
	text-align: justify;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dj-wedding_left .dj-wedding_img-col,
.dj-wedding_right .dj-wedding_desc-col {
	display: inline-block;
	float: left;
	vertical-align: top;
}
.dj-wedding_right .dj-wedding_img-col,
.dj-wedding_left .dj-wedding_desc-col {
	display: inline-block;
	float: right;
	vertical-align: top;
}
.dj-wedding_right .dj-wedding_img-col {
	text-align: right;
}
.dj-wedding_img-col img {
	position: relative;
	margin-top: 50%;
	top: -74px;
}
.dj-wedding_left.last .dj-wedding_img-col img {
	top: 0;
}
.dj-price .block-title {
	margin-bottom: 30px;
}
.dj-price .btn {
	display: block;
	max-width: 420px;
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
}
.dj-price_items {
	margin-top: 50px;
}
.dj-price_item {
	background-color: rgb(240, 246, 251);
	display: inline-block;
	float: left;
	margin: 0 10px;
	padding-bottom: 20px;
	width: 220px;
	text-align: center;
}
.dj-price_item_title {
	background-color: #62afe8;
	color: #fff;
	margin-bottom: 30px;
	height: 150px;
	padding: 15px 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dj-price_item_title .upper {
	font-size: 26px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.dj-price_item_price {
	font-size: 28px;
	margin-bottom: 20px;
}
.dj-price_item_items div {
	border-bottom: 2px solid rgba(103,159,200,0.33);
	padding-bottom: 10px;
	margin: 0 20px 10px;
}
.dj-price_item_items div:last-child {
	border-bottom: 0;
}
.dj-price_item .btn {
	display: block;
	max-width: 186px;
	padding: 12px 0;
	width: 100%;
}
.dj-vopros .btn {
	display: block;
	max-width: 420px;
	margin: 40px auto 0;
	padding: 12px 0;
	width: 100%;
}
.dj-vopros .content {
	border-bottom: 3px solid rgb(0,0,0);
	margin-bottom: 20px;
	padding:20px 0 60px;
}
.karaoke-form_desc {
	text-align: center;
}
.karaoke-form_desc ul {
	margin-left: 20px;
	text-align: left;
}
.dj-more_list_check {
	display: none;
}

/*Ведущий*/

.vedushii-content-wrapper {
	font-family: 'Roboto-Light';
	overflow: hidden;
}
.vedushii-content-wrapper .content {
	padding: 40px 0;
	position: relative;
}
.vedushii-content-wrapper .block-title {
	color: #444444;
}
.top-collage .content {
	max-width: 960px;
	padding-top: 0;
}
.top-collage_wrapper {
	position: relative;
	padding-top: 81.5%;
  height: 0;
}
.top-collage_inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.top-collage_image {
	position: absolute;
}
.top-collage_image img {
	width: 100%;
}
.top-collage_image_1 {
	top: 20%;
	left: 8.2%;
	width: 14.8%;
	max-width: 142px;
}
.top-collage_image_2 {
	top: 20.5%;
	left: 0;
	width: 31.1%;
	max-width: 298px;
}
.top-collage_image_3 {
	top: 40%;
	left: 0.3%;
	width: 14.8%;
	max-width: 142px;
}
.top-collage_image_4 {
	top: 49.7%;
	left: -0.3%;
	width: 7.4%;
	max-width: 70px;
}
.top-collage_image_5 {
	top: 70%;
	left: -0.5%;
	width: 15.7%;
	max-width: 150px;
}
.top-collage_image_6 {
	top: 40%;
	left: 0;
	width: 47.2%;
	max-width: 453px;
}
.top-collage_image_7 {
	top: 30.2%;
	left: 24.2%;
	width: 16%;
	max-width: 145px;
}
.top-collage_image_8 {
	top: 1%;
	left: 24.5%;
	width: 31.1%;
	max-width: 298px;
}
.top-collage_image_9 {
	top: 0.5%;
	left: 40.5%;
	width: 14.8%;
	max-width: 142px;
}
.top-collage_image_10 {
	top: 0.5%;
	left: 48.5%;
	width: 23.6%;
	max-width: 221px;
}
.top-collage_image_11 {
	top: 1%;
	left: 48.5%;
	width: 47.2%;
	max-width: 453px;
}
.top-collage_image_12 {
	top: 1%;
	left: 80.5%;
	width: 15.6%;
	max-width: 149px;
}
.top-collage_image_13 {
	top: 31%;
	left: 88.5%;
	width: 7.4%;
	max-width: 70px;
}
.top-collage_image_14 {
	top: 40.8%;
	left: 80.7%;
	width: 14.8%;
	max-width: 142px;
}
.top-collage_image_15 {
	top: 50.5%;
	left: 64.6%;
	width: 31.1%;
	max-width: 298px;
}
.top-collage_image_16 {
	top: 70.1%;
	left: 80.7%;
	width: 15.6%;
	max-width: 149px;
}
.top-collage_image_17 {
	top: 89.8%;
	left: 72.4%;
	width: 14.8%;
	max-width: 142px;
}
.top-collage_image_18 {
	top: 80%;
	left: 64.4%;
	width: 14.8%;
	max-width: 142px;
}
.top-collage_image_19 {
	top: 80%;
	left: 48.4%;
	width: 14.8%;
	max-width: 142px;
}
.top-collage_image_20 {
	top: 60%;
	left: 32.2%;
	width: 39.1%;
	max-width: 375px;
}
.top-collage_image_21 {
	top: 50.2%;
	left: 56.5%;
	width: 15%;
	max-width: 144px;
}
.top-collage_master {
	font-size: 30px;
	max-width: 323px;
	position: absolute;
	top: 5px;
	left: 0;
	text-align: center;
}
.top-collage_master img {
	width: 100%;
}
.top-collage_master div {
	line-height: normal;
  width: 280px;
}
.top-collage_new {
	position: absolute;
	left: 39%;
	top: 39%;
	width: 18.4%;
	max-width: 176px;
	text-align: center;
}
.top-collage_new img {
	width: 100%;
}
.top-collage_image_vintaz_left {
	top: 37%;
	left: 1%;
	width: 3.3%;
	max-width: 31px;
}
.top-collage_image_vintaz_right {
	top: 56%;
	left: 93%;
	width: 3.3%;
	max-width: 31px;
}
.top-collage_image_vintaz_top {
	top: 1%;
	left: 78%;
	width: 4.5%;
	max-width: 43px;
}
.top-collage_image_vintaz_bottom {
	top: 94%;
	left: 13%;
	width: 4.5%;
	max-width: 43px;
}
.top-collage .btn {
	position: absolute;
	max-width: 250px;
	width: 100%;
	top: 93%;
	left: 35%;
}
.vedushii_plus-minus_col-minus {
	float: left;
	width: 48%;
}
.vedushii_plus-minus_col-plus {
	float: right;
	width: 48%;
}
.vedushii_plus-minus_col_img {
	background: url(img/sprite.png) no-repeat;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.vedushii_plus-minus_col-minus .vedushii_plus-minus_col_img {
	background-position: -293px -124px;
}
.vedushii_plus-minus_col-plus .vedushii_plus-minus_col_img {
	background-position: -339px -126px;
}
.vedushii_plus-minus_col_item_img {
	position: relative;
	height: 100px;
}
.vedushii_plus-minus_col_item_img .inner {
	background: url(img/sprite.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.vedushii_plus-minus_col-plus #veselie .inner {
	background-position: -215px -77px;
	width: 65px;
	height: 61px;
}
.vedushii_plus-minus_col-plus #umor .inner {
	background-position: -230px -8px;;
	width: 58px;
	height:58px;
}
.vedushii_plus-minus_col-plus #conkurs .inner {
	background-position: -3px -77px;
	width: 55px;
	height: 47px;
}
.vedushii_plus-minus_col-plus #obichai .inner {
	background-position: -392px -118px;
  width: 72px;
  height: 66px;
}
.vedushii_plus-minus_col-plus #publick .inner {
	background-position: -112px -77px;
	width: 87px;
	height: 63px;
}
.vedushii_plus-minus_col-plus #disco .inner {
	background-position: -3px -3px;
	width: 53px;
	height: 62px;
}
.vedushii_plus-minus_col-minus #gorko .inner {
	background-position: -58px -7px;
	width: 60px;
	height: 55px;
}
.vedushii_plus-minus_col-minus #stihi .inner {
	background-position: -295px -8px;
	width: 55px;
	height: 57px;
}
.vedushii_plus-minus_col-minus #parent .inner {
	background-position: -361px -13px;
	width: 113px;
	height: 20px;
}
.vedushii_plus-minus_col-minus #undress .inner {
	background-position: -74px -71px;
	width: 25px;
	height: 66px;
}
.vedushii_plus-minus_col-minus #buhlo .inner {
	background-position: -131px -3px;
	width: 34px;
	height: 61px;
}
.vedushii_plus-minus_col-minus #egg .inner {
	background-position: -170px -13px;
	width: 55px;
	height: 44px;
}
.vedushii_plus-minus_col-minus .vedushii_plus-minus_col_items {
	border-top: 5px solid #f8dcdc;
	padding-top: 20px;
	margin-top: 20px;
}
.vedushii_plus-minus_col-plus .vedushii_plus-minus_col_items {
	border-top: 5px solid #c6e7ce;
	padding-top: 20px;
	margin-top: 20px;
}
.vedushii_plus-minus_col_item {
	color: #494949;
	display: inline-block;
	float: left;
	font-size: 14px;
	margin-right: 3.6%;
	margin-bottom: 20px;
	max-width: 140px;
	width: 100%;
	height: 180px;
	text-align: center;
}
.vedushii_plus-minus_col_item:nth-child(3n) {
	margin-right: 0;
}
.vedushii_plus-minus_col-minus .vedushii_plus-minus_col_item {
	border: 1px solid #f8dcdc;
}
.vedushii_plus-minus_col-plus .vedushii_plus-minus_col_item {
	border: 1px solid #c6e7ce;
}
.vedushii_form {
	background: url(img/photo2.png) no-repeat top left;
	margin-top: 30px;
	padding: 115px 0;
	overflow: hidden;
}
.vedushii_form_wrapper,
.vedushii_form_wrapper .block-title {
	color: #fff;
}
.vedushii_form_wrap {
	float: right;
	margin-top: -10px;
	max-width: 450px;
	padding-right: 50px;
}
.vedushii_form_wrap p {
	text-align: center;
}
.vedushii_form_name {
	text-align: center;
}
.vedushii_form_name input {
	max-width: 345px;
}
.vedushii_form_checkbox {
	margin: 0 auto;
	width: 300px;
}
.vedushii_form_checkbox div {
	display: inline-block;
	font-size: 18px;
	float: left;
	width: 150px;
}
form input[type="text"].vedushii_form_email {
	width: 240px;
	float: left;
}
#vedushii_form_date {
	float: right;
	width: 180px;
}
.vedushii_form_wrap .datapick {
  background: #fff url(img/icon-calend.png) 140px center no-repeat;
}
.vedushii_form_wrap .btn {
	margin-top: 30px;
}
.vedushii-why_wrap {
	margin-top: 40px;
}
.vedushii-why,
.vedushii-holiday,
.vedushii-video,
.vedushii-feedback,
.vedushii-content-wrapper .portfolio {
	border-bottom: 1px solid #c7c7c7;
}
.vedushii-why .content {
	overflow: hidden;
}
.vedushii-why_item_left {
	float: left;
	margin-bottom: 30px;
	width: 48%;
}
.vedushii-why_item_left img {
	float: right;
}
.vedushii-why_item_left .vedushii-why_item_body {
	float: right;
	padding-right: 20px;
	text-align: right;
}
.vedushii-why_item_title {
	padding-bottom: 20px;
}
.vedushii-why_item_right {
	float: right;
	margin-bottom: 30px;
	width: 48%;
}
.vedushii-why_item_right img {
	float: left;
}
.vedushii-why_item_right .vedushii-why_item_body {
	float: left;
	padding-left: 20px;
	text-align: left;
}
.vedushii-why_item_body {
	padding-top: 15px;
}
.vedushii-holiday .content {
	overflow: hidden;
}
.vedushii-holiday .block-title {
	margin-bottom: 40px;
}
.vedushii-holiday_item {
	display: inline-block;
	float: left;
	width: 16.7%;
	margin-right: 30px;
	text-align: center;
}
.vedushii-holiday_item:last-child {
	margin-right: 0;
}
.vedushii-holiday_item .vedushii-holiday_img {
	padding-bottom: 20px;
	position: relative;
	min-height: 101px;
}
.vedushii-holiday_item .vedushii-holiday_img .inner {
	background: url(img/sprite.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.vedushii-holiday_item.reds .vedushii-holiday_img {
	border-bottom: 3px solid #ed474d;
}
.vedushii-holiday_item.blue .vedushii-holiday_img {
	border-bottom: 3px solid #0088cc;
}
.vedushii-holiday_item.green .vedushii-holiday_img {
	border-bottom: 3px solid #52ac62;
}
.vedushii-holiday_item.yelow .vedushii-holiday_img {
	border-bottom: 3px solid #cdb409;
}
.vedushii-holiday_item.purple .vedushii-holiday_img {
	border-bottom: 3px solid #9428e0;
}
.vedushii-holiday_item.reds .vedushii-holiday_img .inner {
	background-position: -365px -214px;
	width: 73px;
	height: 80px;
}
.vedushii-holiday_item.blue .vedushii-holiday_img .inner {
	background-position: -87px -197px;
	width: 91px;
	height: 80px;
}
.vedushii-holiday_item.green .vedushii-holiday_img .inner {
	background-position: -275px -214px;
	width: 79px;
	height: 80px;
}
.vedushii-holiday_item.yelow .vedushii-holiday_img .inner {
	background-position: -3px -207px;
	width: 79px;
	height: 80px;
}
.vedushii-holiday_item.purple .vedushii-holiday_img .inner {
	background-position: -185px -214px;
  width: 80px;
  height: 80px;
}

.vedushii-video .content,
.vedushii-feedback .content {
	overflow: hidden;
}
.vedushii-video .block-title {
	margin-bottom: 40px;
}
.vedushii-video_wrap {
	text-align: center;
}
.vedushii-video_wrap .dj-video_item img {
	width: 100%;
}
.vedushii-video_wrap .dj-video_item {
	cursor: pointer;
	float: none;
}
.vedushii-video_wrap .dj-video_item:first-child {
	padding-right: 15px;
	padding-bottom: 15px;
}
.vedushii-feedback .block-title {
	margin-bottom: 40px;
}
.vedushii-feedback_item {
	color: #424242;
	margin-bottom: 40px;
	overflow: hidden;
}
.vedushii-feedback_img,
.vedushii-videofeed_img {
	display: inline-block;
	float: left;
	width: 23%;
	text-align: center;
}
.vedushii-feedback_img a > img,
.vedushii-videofeed_img img {
	margin-bottom: 20px;
	width: 100%;
}
.vedushii-feedback_body,
.vedushii-videofeed_body {
	float: right;
	width: 68%;
}
.vedushii-feedback_body,
.vedushii-videofeed_body {
	border: 1px solid #c4c4c4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.27);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.27);
}
.vedushii-feedback_body:before,
.vedushii-videofeed_body:before {
	content: '';
	display: block;
	background: url(img/sprite.png) no-repeat;
	background-position: -400px -41px;
	height: 40px;
	width: 20px;
	position: absolute;
	top: 21px;
	left: -20px;
}
.vedushii-feedback_body_date {
	margin-bottom: 40px;
}
.vedushii-feedback_body_desc {
	max-width: 500px;
	margin-left: 80px;
	position: relative;
}
.vedushii-feedback_body_desc:before {
	content: '“';
	position: absolute;
	top: -14px;
	left: -16px;
	font-size: 36px;
	font-family: Sans-serif;
}
.vedushii-feedback_body_desc .good-icon {
	display: inline-block;
	background: url(img/sprite.png);
	background-position: -289px -79px;
	width: 61px;
	height: 23px;
}
.vedushii-feedback_vk {
	margin-top: 10px;
}
.vedushii-feedback_vk .inner {
	background: url(img/sprite.png);
	background-position: -434px -49px;
	width: 29px;
	height: 17px;
	margin: 0 auto;
}
.vedushii-videofeed .block-title {
	margin-bottom: 40px;
}
.vedushii-videofeed_item {
	padding-bottom: 40px;
	overflow: hidden;
}
.vedushii-videofeed_body {
	cursor: pointer;
	padding: 15px;
}
.vedushii-videofeed_body img {
	width: 100%;
}
.vedushii-cofe_wrapper {
	background: url(img/background.png) no-repeat;
}
.vedushii-cofe .content {
	padding: 0;
}
.vedushii-cofe_item,
.vedushii-cofe_item .block-title {
	color: #fff;
}
.vedushii-cofe_item .block-title h2 {
	margin: 0;
}
.vedushii-cofe_item {
	background: rgba(0, 0, 0, 0.36);;
	max-width: 450px;
	margin-left: 40px;
	padding: 30px;
	text-align: center;
}
.vedushii-cofe_item .btn {
	max-width: 370px;
	margin: 0 auto 10px;
}
.vedushii-cofe_img {
	margin: 40px 0;
}
.vedushii-cofe_img-col {
	display: inline-block;
	margin-right: 45px;
}
.vedushii-cofe_img-col .inner {
	background: url(img/sprite.png);
	display: inline-block;
}
.vedushii-cofe_img-col_price .inner {
	background-position: -220px -155px;
	width: 57px;
	height: 41px;
}
.vedushii-cofe_img-col_time .inner {
	background-position: -164px -149px;
	width: 48px;
	height: 48px;
}
.vedushii-cofe_img-col:last-child {
	margin-right: 0;
}
.vedushii-cofe_img-col span {
	font-size: 24px;
	position: relative;
	top: -15px;
	left: 15px;
}
.vedushii-cofe_confed {
	font-size: 12px;
}
.vedushii-shagi .content {
	padding: 0;
}
.vedushii-shagi .block-title {
	margin-bottom: 40px;
}
.vedushii-shagi_wrapper {
	background: url(img/red_fon.png) no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 44px;
	padding: 80px 0 20px;
	overflow: hidden;
}
.vedushii-shagi_items {
	max-width: 960px;
	margin: 0 auto;
}
.vedushii-shagi_item {
	color: #fff;
	display: inline-block;
	float: left;
	margin-right: 20px;
	position: relative;
	width: 18%;
	text-align: center;
}
.vedushii-shagi_item .inner {
	background: url(img/sprite.png);
	margin: 0 auto;
}
.vedushii-shagi_item-call .inner {
	background-position: -345px -303px;
	width: 77px;
	height: 78px;
}
.vedushii-shagi_item-date .inner {
	background-position: -179px -303px;
	width: 81px;
	height: 78px;
}
.vedushii-shagi_item-dogovor .inner {
	background-position: -6px -303px;
	width: 72px;
	height: 78px;
}
.vedushii-shagi_item-idea .inner {
	background-position: -278px -303px;
	width: 62px;
	height: 78px;
}
.vedushii-shagi_item-dayx .inner {
	background-position: -93px -303px;
	width: 65px;
	height: 78px;
}
.vedushii-shagi_item:last-child {
	margin-right: 0;
}
.vedushii-shagi_number {
	font-size: 24px;
	position: absolute;
	top: -35px;
	left: -10px;
	width: 42px;
	padding: 5px 0 6px;
	text-align: center;
	border: 1px solid #ffa200;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.vedushii-best_wrap {
	background-color: rgb(247,250,253);
  padding: 5px 20px;
}
.vedushii-best .block-title {
	margin-bottom: 20px;
}
.vedushii-vopros .btn {
	max-width: 420px;
	margin: 40px auto 0;
}
.top-collage_image_vintaz,
.top-collage_image_vintaz_center {
	display: none;
}
.vedushii-content-wrapper .portfolio table {
  margin-bottom: 40px;
}
.vedushii-content-wrapper .portfolio table tr:last-child td:last-child {
  height: auto;
}
.top-collage_image_desc {
	font-family: 'Roboto-Bold';
	font-size: 24px;
	position: absolute;
	bottom: 43%;
	width: 100%;
	color: #fff;
	text-align: center;
}
.top-collage_image_20 .top-collage_image_desc {
	margin-left: 36px;
}
.top-collage_image_back {
	display: none;
}

/*Tamada Page*/

.tamada-page * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tamada-page .block-title h2 {
	color: #000;
	font-family: 'Roboto-Light';
}
.tamada-page p {
	margin: 0 0 20px;
}
.tamada-page a {
	text-decoration: none;
}
.tamada-page_header {
	background: url(img/tamada_7.jpg) no-repeat top center;
	margin-top: 40px;
}
.tamada-page_header .content {
	position: relative;
	min-height: 330px;
}
.tamada-form-block {
	/*position: absolute;*/
	top: 10px;
	right: 10px;
	background: rgba(255, 255, 255, 0.80);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	padding: 26px 22px 0;
	width: 100%;
	min-height: 293px;
	text-align: center;
}
.tamada-form-block img {
	display: none;
}
.tamada-form-block_top {
	border-bottom: 2px solid #e7e8ea;
	color: #444444;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.tamada-form-block_body h1 {
	font-size: 18px;
}
.tamada-form-block_body {
	font-size: 18px;
	line-height: 30px;
}
.tamada-form-block_body .red {
	display: block;
	font-size: 24px;
}
.tamada-form-block_body .light {
	display: block;
	color: #484848;
	font-size: 14px;
	line-height: 24px;
}
.tamada-form-block_btn {
	margin-top: 10px;
}
.tamada-page .btn {
	display: block;
	font-size: 20px;
	padding: 13px 0;
	text-align: center;
}
.tamada-vibor {
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 50px;
	padding: 20px 0 50px;
}
.tamada-vibor_left {
	padding: 30px 0 10px;
}
.tamada-page .dj-advant li {
	padding-right: 8px;
  width: 229px;
  vertical-align: top;
}
.tamada-vibor_left {
	overflow: hidden;
}
.tamada-vibor_left .tamada-vibor_img-col {
	float: left;
	width: 40%;
}
.tamada-vibor_left .tamada-vibor_img-col img {
	max-width: 100%;
}
.tamada-vibor_left .tamada-vibor_text-col {
	float: right;
	margin-top: -10px;
	width: 60%;
}
.tamada-vibor_text-col a {
	color: #006d8b;
	text-decoration: underline;
}
.blue-bg {
	background: rgba(240, 246, 251, 0.5);
	font-family: 'Roboto-Light';
	margin-bottom: 22px;
	padding: 25px 16px 20px 22px;
}
.tamada-vibor_text-col .blue-bg {
	margin: 0;
	padding-bottom: 1px;
	text-align: justify;
}
.tamada-vibor_right {
	padding-bottom: 10px;
	overflow: hidden;
}
.tamada-vibor_right .tamada-vibor_text-col {
	float: left;
	width: 60%;
}
.tamada-vibor_right .tamada-vibor_img-col {
	float: right;
	width: 35%;
	text-align: center;
}
.tamada-vibor_right .blue-bg {
	padding: 28px 30px 28px 25px;
}
.tamada-best .block-title,
.tamada-videofeed .block-title {
	line-height: 40px;
	margin: 0 auto 30px;
	max-width: 960px;
	text-align: center;
}
.tamada-best .block-title h2,
.tamada-videofeed .block-title h2 {
	color: #444444;
}
.tamada-page .dj-advant li {
  width: 237px;
  vertical-align: top;
}
.tamada-page .dj-advant li p {
	margin: 18px 0 0;
}
.tamada-videofeed {
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 70px;
	margin-bottom: 60px;
        height: 100%;
}
.tamada-videofeed .block-title {
	margin-top: 70px;
}
.tamada-videofeed_inner {
	margin: 0 10px;
}
.tamada-videofeed_item {
	display: inline-block;
	float: left;
	vertical-align: top;
	margin: 0 10px;
	width: 31%;
}
.tamada-videofeed_item_img {
	border: 1px solid rgb(196, 196, 196);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.27);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.27);
	padding: 10px 10px 5px;
}
.tamada-videofeed_item_img img {
	max-width: 100%;
}
.tamada-videofeed_item_name {
	margin-top: 20px;
	text-align: center;
}
.tamada-videofeed_btn .btn {
	margin: 50px auto 0;
	width: 260px;
}
.tamada-zakaz_top {
	margin: 0 auto 60px;
	max-width: 960px;
}
.tamada-zakaz_form-wrap {
	background: url(img/bgg.jpg) no-repeat top center;
	color: #fff;
	min-height: 860px;
	text-align: center;
}
.tamada-zakaz_form-wrap .content {
	position: relative;
}
.tamada-zakaz_form-wrap_inner {
	position: absolute;
	top: 100px;
	right: 0;
	max-width: 380px;
}
.tamada-zakaz_form-wrap .block-title h2 {
	color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.tamada-zakaz_form-wrap form {
	margin-top: 20px;
}
.tamada-zakaz_form-wrap input[type="text"] {
	font-size: 16px;
	padding: 16px 25px;
	margin-top: 20px;
}
.tamada-zakaz_form-wrap select {
	color: rgba(128,128,128,0.73);
	font-size: 16px;
	width: 100%;
	padding: 16px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	margin-top: 20px;
}
.main .tamada-zakaz_form-wrap form input[type="submit"].btn {
	margin-top: 40px;
}
.tamada-zakaz_form-wrap .datapick {
  background: #fff url(/templates/djpacient/1ps/img/icon-calend.png) right 10px center no-repeat;
}
.tamada-page .portfolio {
	border-bottom: 1px solid #c7c7c7;
	margin: 60px 0 30px;
	padding-bottom: 60px;
}
.tamada-page .portfolio h2 {
	margin-bottom: 20px;
}
.tamada-page .portfolio table {
  margin-bottom: 30px;
}
.tamada-page .portfolio table tr:last-child td:last-child {
	height: auto;
}
.tamada-page .portfolio a.btn {
	margin: 0 auto;
	max-width: 260px;
}
.tamada-page .vedushii-video {
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.tamada-after {
	border-bottom: 1px solid #c7c7c7;
	margin: 0 0 50px;
	padding-bottom: 60px;
}
.tamada-after h2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.tamada-after_list_item {
	margin-top: 20px;
}
.tamada-after_list_number,
.tamada-after_list_body {
	display: inline-block;
	vertical-align: top;
}
.tamada-after_list_number {
	font-family: 'Roboto-Bold';
	font-size: 24px;
}
.tamada-after_list_number span {
	position: relative;
	top: -14px;
	border: 1px solid #ffa200;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	padding: 6px 0;
	width: 43px;
	text-align: center;
}
.tamada-after_list_body {
	padding-left: 36px;
	width: 95%;
}
.tamada-after_attention {
	background: rgba(255, 0, 0, 0.1);
	font-style: italic;
	margin: 20px 0 40px;
	padding: 13px 0;
	text-align: center;
}
.tamada-after_left {
	margin-bottom: 50px;
}
.tamada-after_left .tamada-after_left_img {
	border: 1px solid #e1ecf8;
	display: inline-block;
	padding: 12px 8px 6px;
	vertical-align: middle;
	width: 25%;
}
.tamada-after_left .tamada-after_left_img img {
	max-width: 100%;
}
.tamada-after_left .tamada-after_left_text {
	background: rgba(240, 246, 251, 0.5);
	display: inline-block;
	vertical-align: middle;
	margin-left: -3px;
	padding: 30px 10px 55px;
	width: 74.5%;
}
.tamada-after_left + .clear + .tamada-after_list {
	margin-bottom: 20px;
}
.tamada-page .vedushii-vopros .content {
	border-bottom: 3px solid rgb(0,0,0);
	margin-bottom: 20px;
	padding: 0 0 60px;
}
.tamada-page .vedushii-vopros p {
	margin-top: 20px;
}
.tamada-page .vedushii-vopros .btn {
	font-size: 22px;
}

/*Decor page*/
.decor-page-wrapper {
  font-family: "Roboto-Light";
}
.decor-page-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.decor-page-wrapper .content {
  padding: 0 10px;
}

.text-yellow {
  color: #f8d21f;
}

.decor-banner .content {
  padding: 0;
}

.decor-banner-top {
  margin-top: 50px;
}

.decor-banner-bottom {
  margin-top: 80px;
}

.decor-banner-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
  height: 472px;
  text-align: center;
}
.decor-banner-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 5px solid rgba(255, 255, 255, 0.5);
  width: 95%;
  height: 90%;
}
.decor-banner-top .decor-banner-wrapper {
  background-image: url(img/flor_2.jpg);
}
.decor-banner-bottom .decor-banner-wrapper {
  background-image: url(img/flor_3.jpg);
}

.decor-banner-footnote {
  font-size: 18px;
  font-family: "MarckScript";
  text-shadow: 0 0 0, 0 4px 7px #000;
}
.decor-banner-top .decor-banner-footnote {
  padding: 45px 42px 0 0;
  text-align: right;
}
.decor-banner-bottom .decor-banner-footnote {
  font-size: 24px;
  padding-top: 10px;
}

.decor-banner-title,
.decor-banner-title h1 {
  font-size: 36px;
  font-family: "Roboto";
  margin: 0;
  position: relative;
  text-shadow: 0 0 0, 0 4px 7px #000;
}
.decor-banner-top .decor-banner-title {
  padding-top: 70px;
}
.decor-banner-top .decor-banner-title:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -165px;
  background: url(img/sprite.png) no-repeat;
  background-position: -4px -702px;
  display: block;
  width: 330px;
  height: 47px;
}
.decor-banner-bottom .decor-banner-title {
  padding-top: 110px;
}
.decor-banner-bottom .decor-banner-title br {
  display: none;
}

.decor-banner-desc {
  font-size: 28px;
  font-family: "Roboto";
  text-shadow: 0 0 0, 0 4px 7px #000;
}
.decor-banner-top .decor-banner-desc {
  padding-top: 80px;
  position: relative;
}
.decor-banner-top .decor-banner-desc:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -32px;
  background: url(img/sprite.png) no-repeat;
  background-position: -12px -651px;
  display: block;
  width: 64px;
  height: 15px;
}
.decor-banner-bottom .decor-banner-desc {
  padding-top: 35px;
}
.decor-banner-desc ul {
	margin: 0;
}
.decor-banner-desc li {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}
.decor-banner-desc li:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -20px;
  border: 1px solid #fff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: block;
  width: 8px;
  height: 8px;
}

.decor-banner-btn {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.decor-banner-btn a {
	text-decoration: none;
}
.decor-banner-top .decor-banner-btn a {
  padding: 12px 34px;
}
.decor-banner-bottom .decor-banner-btn a {
  padding: 12px 124px;
}
.decor-banner-bottom .decor-banner-btn {
  margin-top: 50px;
}

.decor-banner-line {
  position: absolute;
  left: 0;
  right: 0;
}
.decor-banner-line:before, .decor-banner-line:after {
  content: '';
  position: absolute;
  top: 0;
  background: url(img/sprite.png) no-repeat;
  display: block;
}
.decor-banner-line.decor-banner-line-bottom {
  bottom: 40px;
}
.decor-banner-top .decor-banner-line.decor-banner-line-bottom {
  height: 27px;
}
.decor-banner-top .decor-banner-line.decor-banner-line-bottom:before {
  left: 40px;
  background-position: -327px -580px;
  width: 101px;
  height: 100%;
}
.decor-banner-top .decor-banner-line.decor-banner-line-bottom:after {
  right: 40px;
  background-position: -327px -580px;
  width: 101px;
  height: 100%;
}
.decor-banner-bottom .decor-banner-line.decor-banner-line-bottom {
  height: 45px;
}
.decor-banner-bottom .decor-banner-line.decor-banner-line-bottom:before {
  left: 40px;
  background-position: -108px -638px;
  width: 62px;
  height: 100%;
}
.decor-banner-bottom .decor-banner-line.decor-banner-line-bottom:after {
  right: 40px;
  background-position: -202px -638px;
  width: 62px;
  height: 100%;
}
.decor-banner-line.decor-banner-line-top {
  top: 40px;
}
.decor-banner-bottom .decor-banner-line.decor-banner-line-top {
  height: 45px;
}
.decor-banner-bottom .decor-banner-line.decor-banner-line-top:before {
  left: 40px;
  background-position: -108px -638px;
  width: 62px;
  height: 100%;
}
.decor-banner-bottom .decor-banner-line.decor-banner-line-top:after {
  right: 40px;
  background-position: -202px -638px;
  width: 62px;
  height: 100%;
}

.block-two-col {
  margin-top: 75px;
}
.decor-prices .block-two-col {
  margin-top: 50px;
}
.block-two-col .col-one {
  float: left;
  padding-right: 20px;
  width: 320px;
}
.block-two-col .col-two {
  float: right;
  width: 620px;
}
.block-two-col .col-two .float_l img {
  max-width: 300px;
}

.col-title {
  font-size: 30px;
  font-family: "Roboto";
  line-height: 44px;
  margin-top: -10px;
}

.col-title-m {
  font-size: 18px;
  font-family: "Roboto";
  line-height: 30px;
  margin-top: -8px;
  text-shadow: 0 0 0;
}

.text-paragraph {
  font-size: 15px;
  font-family: "Roboto";
  position: relative;
  text-align: justify;
  text-indent: 25px;
  text-shadow: 0 0 0;
}
.float_r .text-paragraph {
  width: 300px;
}
.text-paragraph:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  background: #f15157;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: block;
  width: 10px;
  height: 10px;
}

.decor-prices {
  margin-top: 80px;
}

.decor-prices-img {
  margin-bottom: 25px;
  padding-top: 20px;
}
.decor-prices-img ul {
  counter-reset: myCounter;
}
.decor-prices-img li {
  border-bottom: 2px solid #ec444a;
  display: inline-block;
  margin-right: 19px;
  position: relative;
  width: 48px;
  height: 80px;
}
.decor-prices-img li:last-child {
  margin-right: 0;
}
.decor-prices-img li:before {
  position: absolute;
  top: -19px;
  right: 0;
  background: #ec444a;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 0 2px;
  width: 20px;
  text-align: center;
}

.decor-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img/sprite.png) no-repeat;
  margin: auto;
  width: 100%;
  height: 61px;
}

.decor-icon-1 {
  background-position: 0 -470px;
}

.decor-icon-2 {
  background-position: -65px -470px;
}

.decor-icon-3 {
  background-position: -128px -470px;
}

.decor-icon-4 {
  background-position: -193px -470px;
}

.decor-icon-5 {
  background-position: -257px -470px;
}

.decor-icon-6 {
  background-position: -324px -470px;
}

.decor-icon-7 {
  background-position: -386px -470px;
}

.decor-icon-8 {
  background-position: 0 -565px;
}

.decor-icon-9 {
  background-position: -65px -555px;
}

.decor-icon-10 {
  background-position: -128px -555px;
}

.decor-icon-11 {
  background-position: -186px -555px;
}

.decor-icon-12 {
  background-position: -247px -555px;
}

.decor-icon-13 {
  background-position: -281px -396px;
}

.decor-icon-14 {
  background-position: -351px -396px;
}

.decor-prices-pack ul {
  counter-reset: myCounter;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  margin-top: 20px;
  list-style: none;
}
.decor-prices-pack ul.decor-prices-pack-first {
  width: 51%;
}
.decor-prices-pack ul.decor-prices-pack-last {
  width: 48%;
}
.decor-prices-pack li {
  position: relative;
  text-indent: 24px;
}
.decor-prices-pack li:before {
  position: absolute;
  top: 4px;
  left: 0;
  background: #ec444a;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #fff;
  display: block;
  font-size: 9.8px;
  line-height: 9.8px;
  padding: 3px 0 2px;
  width: 14px;
  text-align: center;
  text-indent: 0;
}

.decor-prices-footnote {
  font-size: 14px;
  font-family: "Roboto-LightItalic";
  margin-top: 20px;
}

.decor-prices-same {
  margin-top: 60px;
}

.decor-prices-same-label {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.decor-prices-same-item {
  display: inline-block;
  vertical-align: middle;
}
.decor-prices-same-item:first-child .col-title-m {
  width: 330px;
}
.decor-prices-same-item:nth-child(2) {
  padding: 0 70px 0 90px;
}
.decor-prices-same-item:nth-child(2) .col-title-m {
  width: 130px;
}

.decor-prices-same-item-img {
  border-bottom: 2px solid #ec444a;
  display: inline-block;
  vertical-align: middle;
  margin-right: 19px;
  position: relative;
  width: 48px;
  height: 80px;
}

.col-title-m {
  font-size: 18px;
  font-family: "Roboto-Medium";
}
.decor-prices-same-item .col-title-m {
  display: inline-block;
  vertical-align: middle;
}

.decore-before-after {
  margin-top: 110px;
}

.decor-why {
  margin-top: 70px;
}

.decor-row {
  clear: both;
}

.decor-row-col {
  margin-top: 50px;
  padding-right: 18px;
  text-align: center;
}
.decor-row-4-col .decor-row-col {
  float: left;
  width: 25%;
}
.decor-row-4-col .decor-row-col:last-child {
  padding-right: 0;
}
.decor-row-3-col .decor-row-col {
  float: left;
  width: 33.333%;
}

.decor-why-img {
  margin-bottom: 25px;
}

.decor-why-title {
  margin-bottom: 30px;
}

.decor-why-desc {
  text-align: left;
}

.decor-gal {
  margin-top: 70px;
}

.decor-gal-item {
  position: absolute;
}
.decor-gal-item img {
  max-width: 100%;
  height: auto;
}

.decor-gal-item-1 {
  top: 0;
  left: 0;
  max-width: 220px;
  width: 29% !important;
}

.decor-gal-item-2 {
  top: 0;
  left: 31%;
  max-width: 300px;
  width: 39.5% !important;
}

.decor-gal-item-3 {
  top: 29.2%;
  left: 31%;
  max-width: 300px;
  width: 39.5% !important;
}

.decor-gal-item-4 {
  top: 0;
  left: 71.8%;
  max-width: 220px;
  width: 29% !important;
}

.decor-gal-item-5 {
  top: 41%;
  left: 0;
  max-width: 220px;
  width: 29% !important;
}

.decor-gal-item-6 {
  top: 60%;
  left: 31%;
  max-width: 540px;
  width: 72% !important;
}

/*slick*/
.slick-dots {
  margin-top: 20px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li button {
  background: transparent;
  border: 1px solid #ff5869;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  margin: 0 3px;
  width: 14px;
  height: 14px;
  text-indent: -99999px;
}
.slick-dots li:hover button, .slick-dots li.slick-active button {
  background: #ff5869;
}

.before-after-slider .slick-arrow {
  position: absolute;
  top: -40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: "Roboto";
  font-size: 16px;
}
.before-after-slider .slick-arrow:before {
  content: '';
  position: absolute;
  background: url(img/sprite.png) no-repeat;
  display: block;
  width: 32px;
  height: 22px;
}
.before-after-slider .slick-prev {
  left: 0;
  padding-left: 50px;
}
.before-after-slider .slick-prev:before {
  left: 0;
  background-position: -3px -401px;
}
.before-after-slider .slick-next {
  right: 0;
  padding-right: 50px;
}
.before-after-slider .slick-next:before {
  right: 0;
  background-position: -41px -401px;
}

.decor-gal-slider {
  margin-top: 60px;
  position: relative;
}
.decor-gal-slider .slick-list {
  max-width: 780px;
  margin: auto;
}
.decor-gal-slider .slick-slide {
  overflow: hidden;
}
.decor-gal-slider .slick-slide .slide-wrapper {
  padding-top: 88%;
  position: relative;
  height: 0;
}
.decor-gal-slider .slick-slide .slide-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.decor-gal-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background: transparent;
  color: transparent;
  border: 0;
  cursor: pointer;
}
.decor-gal-slider .slick-arrow:before {
  content: '';
  position: absolute;
  background: url(img/sprite.png) no-repeat;
  display: block;
  width: 21px;
  height: 40px;
}
.decor-gal-slider .slick-prev {
  left: 0;
}
.decor-gal-slider .slick-prev:before {
  left: 0;
  background-position: -215px -402px;
}
.decor-gal-slider .slick-prev:hover:before {
  background-position: -152px -402px;
}
.decor-gal-slider .slick-next {
  right: 0;
}
.decor-gal-slider .slick-next:before {
  right: 0;
  background-position: -247px -402px;
}
.decor-gal-slider .slick-next:hover:before {
  background-position: -184px -402px;
}
.decor-page-wrapper .vedushii-vopros {
	margin-bottom: 70px;
}

/*sprite*/

.soc a {
	background: url(img/sprite.png) no-repeat;
	padding: 18px 16px;
}
.soc_vk a {
	background-position: -78px -153px;
}
.soc_tw a {
	background-position: -116px -153px;
}
.soc_fb a {
	background-position: -41px -153px;
}
.soc_ok a {
	background-position: -3px -153px;
}


@media screen and (max-width:1120px) {
	.banner {
		overflow: hidden;
		border-bottom: 0;
	}
}
@media screen and (max-width:1020px) {
	.content, .banner .content, .events ul, .rules ul li, .menu ul, .line-main ul, .dj-why_desc {
		width: 90%;
		margin: auto;
	}
	.tamada-page .content {
		width: 100%;
	}
	.menu ul li a {
		width: 33%;
		text-align: center;
		padding-right: 0;
	}
	.events ul li, .articles ul li {
		width: 18%;
		margin-right: 1%;
	}
	.articles ul li img {
		width: 100%;
	}
	.events ul li:last-child, .articles ul li:last-child {
		margin-right: 0;
	}
	.services ul li, .rules ul li {
		width: 24%;
		margin-right: 1%;
	}
	.services ul li div {
		min-height: 257px;
	}
	.services ul li:last-child, .rules ul li:last-child {
		margin-right: 0;
	}
	.portfolio table {
		width: 100%;
	}
	.portfolio table td img {
		width: 100%;
	}
	.economy p.float_l, .economy p.float_r {
		width: 44%;
		background-position: 90% center;
	}
	.arenda-karaoke_pack {
		width: 31%;
	}
	.arenda-karaoke_pack_img img {
		max-width: 280px;
		width: 95%;
	}
	.arenda-karaoke_pack div.btn {
		max-width: 252px;
    width: 84%;
	}
	.packs-karaoke_pack_col-1 {
		max-width: 57%;
	}
	.packs-karaoke_pack_col-2 {
		max-width: 40%;
	}
	.karaoke-advantages_with-img img {
		width: 450px;
	}
	.dj-price_item {
		width: 22.8%;
		margin: 0 1%;
	}
}
@media screen and (max-width:1000px) {
	.karaoke-advantages_with-img img {
		width: 420px;
	}
}
@media screen and (max-width:980px) {
	body {
		min-width: 100%;
		overflow-x: hidden;
	}
	.banner .content {
		padding-top: 250px;
		background-position: center top;
		padding-bottom: 100px;
	}
	.banner .content .float_r {
		float: none;
	    margin: auto;
	    display: block;
	    width: 400px;
	}
	.banner .content .float_r p {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.banner .content .float_r h1 {
		font-size: 18px;
		margin-top: 15px;
	}
	.banner .content .float_r .btn {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		text-align: center;
	}
	.dj-advant li {
		padding-right: 0;
	}
	#dj-zakaz {
		text-align: center;
	}
	#dj-zakaz_date,
	.dj-zakazat form select,
	.dj-zakazat form input[type="text"],
	.dj-zakazat form input[name="dj-zakaz_username"] {
		float: none;
		width: 280px;
	}
	.dj-zakazat form .datapick {
		background: #fff url(img/icon-calend.png) 240px center no-repeat;
	}
	.top-collage_master {
		font-size: 20px;
		max-width: 270px;
	}
	.top-collage_master div {
		width: 215px;
	}
	.vedushii_plus-minus_col_item:nth-child(3n) {
		margin-right: 3.6%;
	}
}
@media screen and (max-width:959px) and (min-width:768px) {
	.tamada-page .content,
	.tamada-page .dj-advant {
		padding-left: 10px;
		padding-right: 10px;
		width: 768px;
	}
	.tamada-zakaz_top,
	.tamada-best .block-title, 
	.tamada-videofeed .block-title {
		padding-left: 10px;
		padding-right: 10px;
		max-width: 768px;
	}
	.tamada-page .dj-advant li {
		width: 184px;
	}
	.tamada-videofeed_item {
		width: 30%;
	}
	.tamada-after_list_body {
		width: 93%;
	}
	.tamada-form-block,
	.tamada-zakaz_form-wrap_inner {
		right: 10px;
	}
}
@media screen and (max-width: 959px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
  }

  .decor-page-wrapper .content {
    width: 768px;
  }

  .decor-banner-top .decor-banner-title:before {
    top: 15px;
  }
  .decor-banner-top .decor-banner-desc {
    padding: 70px 60px 0;
  }
  .decor-banner-top .decor-banner-desc:before {
    top: 30px;
  }

  .decor-banner-bottom .decor-banner-title {
    padding-top: 70px;
  }

  .decor-banner-btn {
    margin-top: 45px;
  }

  .block-two-col .col-one,
  .block-two-col .col-two {
    float: none;
    width: auto;
  }

  .col-title {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .col-title-m {
    margin-bottom: 25px;
    text-align: center;
  }
  .decor-prices-same-item .col-title-m {
    margin-bottom: 0;
  }
  .col-title-m br {
    display: none;
  }

  .float_r .text-paragraph {
    width: 420px;
  }

  .decor-prices-same-item:first-child .col-title-m {
    width: 235px;
  }
  .decor-prices-same-item:nth-child(2) {
    padding: 0 30px;
  }

  .decor-gal-slider .slick-list {
    max-width: 660px;
  }

  .decor-gal-item-3 {
    top: 29.9%;
  }
}
@media screen and (max-width:930px) {
	.karaoke-vopros_with-img img {
		margin-left: 0;
	}
	.karaoke-advantages_with-img img {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}
	.karaoke-advantages_with_button {
		float: none;
		margin: 0 auto;
		max-width: 430px;
		width: 90%;
		padding-top: 0;
	}
	.karaoke-advantages_with_button p {
		margin: 20px 0;
	}
}
@media screen and (max-width:900px) {
	.menu-toggle {display: table;}
	.menu {display: none;}
	.header .float_r > a {
		margin-top: 0;
	}
	.header ul {
		margin-bottom: 0;
	}
	.menu ul li a {
		width: 100%;
	}
	.events ul li, .articles ul li {
		width: 31%;
		margin-bottom: 20px;
	}
	.economy p.float_l, .economy p.float_r {
		width: 100%;
		float: none;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.benefits ul li p {
		width: 70%;
	}
	.rules ul li {
		width: 48%;
		margin-rigth: 1%;
		min-height: 280px;
	}
	.dj-advant li {
		width: 200px;
	}
	.vedushii-content-wrapper {
		margin-top: 0;
	}
}
@media screen and (max-width:850px) {
	.services ul li, .rules ul li, .events ul li, .articles ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.rules ul li {
		min-height: inherit;
	}
	.articles ul li img {
	    width: inherit;
	    margin: auto;
	}
	.benefits ul li {
		float: none !important;
	}
	.benefits ul li img {
		display: none !important;
	}
	.benefits ul li .num {
		position: static;
	}
	.benefits ul li p {
		margin-left: 0 !important;
		margin-right: 0 !important;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    width: 80%;
	}
	.benefits ul li .num {
		float: left !important;
	}
	.articles .btn {right: 0!important;}
}
@media screen and (max-width:835px) {
	.dj-advant li {
		width: 180px;
	}
	.arenda-karaoke_back {
	margin-top: -30px;
	}
}
@media screen and (max-width:800px) {
	.arenda-karaoke_packs {
		max-width: 640px;
	}
	.arenda-karaoke_pack {
		margin-bottom: 20px;
		width: 300px;
	}
	.dj-price_item {
		margin-bottom: 20px;
		width: 220px;
	}
}
@media screen and (max-width:780px) {
	.dj-advant li {
		width: 49%;
	}
	.dj-wedding_left .dj-wedding_img-col, 
	.dj-wedding_right .dj-wedding_desc-col,
	.dj-wedding_right .dj-wedding_img-col, 
	.dj-wedding_left .dj-wedding_desc-col {
		display: block;
		float: none;
		width: 100%;
	}
	.dj-wedding_img-col,
	.dj-wedding_right .dj-wedding_img-col {
		text-align: center;
		margin-bottom: 20px;
	}
	.dj-wedding_desc-col {
		padding: 10px 25px;
	}
	.dj-wedding_img-col img {
		margin: 0;
		top: 0;
	}
	.top-collage_master {
		font-size: 30px;
    max-width: 323px;
    margin: 0 auto;
    position: relative;
    top: 0;
	}
	.top-collage_master div {
		width: 280px;
	}
	.top-collage_new {
		position: relative;
		top: 0;
		left: 0;
		margin: 20px auto;
		width: auto;
	}
	.top-collage .btn {
		top: 104%;
    left: 31%;
	}
	.top-collage_image_vintaz {
		display: block;
		top: 4%;
    left: 17%;
	}
	.top-collage_image_vintaz_center {
		display: block;
		top: 47%;
    left: 45%;
	}
	.vedushii-holiday_item {
		margin-right: 20px;
	}
	.vedushii-shagi_item {
		margin-right: 15px;
	}
}
@media screen and (max-width:767px) and (min-width:450px) {
	.tamada-page .content,
	.tamada-page .dj-advant {
		width: 420px;
	}
	.tamada-zakaz_top,
	.tamada-best .block-title, 
	.tamada-videofeed .block-title {
		max-width: 420px;
	}
}
@media screen and (max-width:767px) {
	.tamada-page .content {
		padding-left: 10px;
		padding-right: 10px;
		width: 420px;
	}

	.tamada-page .dj-advant {
		padding-left: 10px;
		padding-right: 10px;
		width: 325px;
	}
	.tamada-zakaz_top,
	.tamada-best .block-title, 
	.tamada-videofeed .block-title {
		padding-left: 10px;
		padding-right: 10px;
		max-width: 420px;
	}
	.tamada-zakaz_top,
	.tamada-vibor_body {
		font-size: 14px;
	}
	.tamada-page .dj-advant li {
		width: 184px;
	}
	.tamada-videofeed_item {
		width: 30%;
	}
	.tamada-after_list_body {
		width: 93%;
	}
	.tamada-form-block {
		position: relative;
		margin: 0 auto;
	}
	.tamada-vibor {
		padding-bottom: 20px;
	}
	.tamada-vibor h2 {
		margin-bottom: 20px;
	}
	.tamada-vibor_left .tamada-vibor_img-col,
	.tamada-vibor_left .tamada-vibor_text-col,
	.tamada-vibor_right .tamada-vibor_text-col,
	.tamada-vibor_right .tamada-vibor_img-col {
		float: none;
		width: auto;
	}
	.tamada-page .dj-why_back {
		padding-bottom: 0;
	}
	.tamada-page .dj-advant li {
		margin-bottom: 30px;
		width: 150px;
	}
	.tamada-page .dj-advant li img {
		width: 60px;
	}
	.tamada-page .dj-advant li span,
	.tamada-page .dj-advant li p {
		font-size: 14px;
		font-family: 'Roboto';
	}
	.tamada-page .dj-advant li.bagaz img {
		height: 60px;
	}
	.tamada-page .dj-advant li.bagaz p {
		margin-top: 9px !important;
	}
	.tamada-videofeed {
		margin-bottom: 40px;
	}
	.tamada-videofeed .block-title {
		margin-top: 40px
	}
	.tamada-videofeed_item {
		margin-bottom: 40px;
		width: auto;
	}
	.tamada-videofeed_btn .btn {
		margin-top: 0;
	}
	.tamada-zakaz_form-wrap_inner {
		position: relative;
		margin: 0 auto;
	}
	.portfolio table tr {
		display: block;
	}
	.portfolio table td {
		display: block;
	}
	.tamada-page .dj-video_item {
		display: block;
		float: none;
		padding: 0;
		width: auto;
	}
	.tamada-after_list_item {
		position: relative;
	}
	.tamada-after_list_number {
		position: absolute;
		top: 0;
		left: 0;
	}
	.tamada-after {
		font-size: 14px;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	.tamada-after_list_body {
		padding: 0;
		width: auto;
	}
	.tamada-after_list_body .bold {
		font-size: 18px;
		padding-left: 75px;
	}
	.tamada-after_left .tamada-after_left_img,
	.tamada-after_left .tamada-after_left_text {
		display: block;
		width: auto;
	}
	.tamada-after_left .tamada-after_left_img {
		margin: 0 auto 30px;
		width: 246px;
	}
	.tamada-after_left .tamada-after_left_text {
		font-size: 14px;
		padding: 15px;
	}

	.decor-page-wrapper .content {
    padding: 0 20px;
    width: 320px;
  }
  .decor-page-wrapper .block-title h2 {
    font-size: 24px;
  }

  .decor-banner .content {
    padding: 0;
  }

  .decor-banner-wrapper:before {
    width: 85%;
    height: 89%;
  }

  .decor-banner-footnote {
    font-size: 16px;
    text-align: center;
  }
  .decor-banner-top .decor-banner-footnote {
    padding: 55px 60px 0;
    text-align: center;
  }
  .decor-banner-bottom .decor-banner-footnote {
    font-size: 18px;
    padding: 10px 50px;
  }

  .decor-banner-bottom {
    margin-top: 70px;
  }

  .decor-banner-title,
  .decor-banner-title h1 {
    font-size: 24px;
  }
  .decor-banner-title:before {
    display: none !important;
  }
  .decor-banner-top .decor-banner-title {
    padding-top: 45px;
  }
  .decor-banner-bottom .decor-banner-title {
    padding: 50px 20px 0;
  }
  .decor-banner-bottom .decor-banner-title br {
    display: block;
  }

  .decor-banner-desc {
    font-size: 18px;
  }
  .decor-banner-desc:before {
    display: none !important;
  }
  .decor-banner-top .decor-banner-desc {
    padding: 50px 30px 0;
  }
  .decor-banner-desc .text-yellow {
    display: block;
  }
  .decor-banner-desc ul {
    padding-left: 20px;
  }
  .decor-banner-desc li:before {
    top: 6px;
  }

  .decor-banner-btn a {
    font-size: 18px;
  }
  .decor-banner-top .decor-banner-btn a, .decor-banner-bottom .decor-banner-btn a {
    padding: 15px 25px;
  }
  .decor-banner-bottom .decor-banner-btn {
    margin-top: 35px;
  }

  .decor-banner-line {
    display: none;
  }

  .block-two-col {
    margin-top: 45px;
  }

  .col-title {
    font-size: 18px;
    line-height: 22px;
  }

  .block-two-col .col-two {
    padding-right: 0;
  }
  .col-two .float_r,
  .col-two .float_l {
    float: none;
  }
  .col-two img {
    max-width: 100% !important;
    height: auto;
  }

  .text-paragraph {
    font-size: 14px;
  }
  .float_r .text-paragraph, .float_l .text-paragraph {
    margin-top: 20px;
    width: auto;
  }

  .col-title-m {
    line-height: 22px;
  }

  .decor-prices {
    margin-top: 50px;
  }
  .decor-prices .block-title + .block-two-col {
    margin-top: 25px;
  }
  .decor-prices .block-two-col {
    margin-top: 40px;
  }

  .decor-prices-img {
    margin-bottom: -20px;
  }
  .decor-prices-img li {
    margin: 0 17px 40px 0;
    width: 35px;
    height: 60px;
  }

  .decor-icon {
    background-size: 320px;
    height: 45px;
  }

  .decor-icon-1 {
    background-position: 2px -312px;
  }

  .decor-icon-2 {
    background-position: -42px -312px;
  }

  .decor-icon-3 {
    background-position: -85px -312px;
  }

  .decor-icon-4 {
    background-position: -128px -312px;
  }

  .decor-icon-5 {
    background-position: -172px -312px;
  }

  .decor-icon-6 {
    background-position: -216px -312px;
  }

  .decor-icon-7 {
    background-position: -258px -312px;
  }

  .decor-icon-8 {
    background-position: 0 -376px;
  }

  .decor-icon-9 {
    background-position: -42px -370px;
  }

  .decor-icon-10 {
    background-position: -84px -370px;
  }

  .decor-icon-11 {
    background-position: -122px -370px;
  }

  .decor-icon-12 {
    background-position: -164px -370px;
  }

  .decor-icon-13 {
    background-position: -186px -260px;
  }

  .decor-icon-14 {
    background-position: -234px -260px;
  }

  .decor-prices-pack ul {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
  }
  .decor-prices-pack ul.decor-prices-pack-first, .decor-prices-pack ul.decor-prices-pack-last {
    width: auto;
  }
  .decor-prices-pack ul.decor-prices-pack-last {
    margin-top: 0;
  }
  .decor-prices-pack li {
    text-indent: 17px;
  }
  .decor-prices-pack li:before {
    top: 0;
  }
  .decor-prices-pack .bold {
    font-size: 14px;
  }

  .decor-prices-footnote {
    font-size: 13px;
    margin-top: 10px;
  }

  .decor-prices-same {
    margin-top: 35px;
  }

  .decor-prices-same-label {
    margin-bottom: 20px;
  }

  .decor-prices-same-item {
    margin-bottom: 20px;
  }
  .decor-prices-same-item:nth-child(2) {
    padding: 0;
  }
  .decor-prices-same-item:first-child .col-title-m {
    width: 190px;
  }
  .decor-prices-same-item:last-child {
    margin-left: 60px;
    margin-bottom: 0;
  }
  .decor-prices-same-item .col-title-m {
    margin-top: 10px;
    text-align: left;
  }

  .decor-prices-same-item-img {
    width: 35px;
    height: 60px;
  }

  .decore-before-after {
    margin-top: 85px;
  }

  .before-after-slider .slick-arrow {
    font-size: 13px;
  }
  .before-after-slider .slick-arrow:before {
    top: -2px;
  }

  .decor-why {
    margin-top: 45px;
  }

  .decor-row-col {
    margin-top: 35px;
    padding-right: 0;
  }
  .decor-row-4-col .decor-row-col, .decor-row-3-col .decor-row-col {
    float: none;
    width: auto;
  }

  .decor-why-title {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .decor-why-desc {
    font-size: 14px;
  }

  .decor-gal {
    margin-top: 50px;
  }
  .decor-gal .content {
    padding: 0;
  }

  .decor-gal-slider {
    margin-top: 25px;
  }
  .decor-gal-slider .slick-slide {
    overflow: hidden;
  }
  .decor-gal-slider .slick-slide .slide-wrapper {
    padding-top: 0;
    position: relative;
    height: auto;
  }
  .decor-gal-slider .slick-slide .slide-inner {
    position: relative;
  }
  .decor-gal-slider .slick-slide img {
    margin: 0 auto;
  }

  .decor-gal-item {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: none;
  }
}
@media screen and (max-width:750px) and (min-width:660px){
	.header .float_l {
		font-size: 19px;
		line-height: 1.6;
	}
}
@media screen and (max-width:700px) {
	.karaoke-vopros_with-img img,
	.karaoke-vopros_with-img p {
		float: none;
	}
	.karaoke-vopros_with-img img {
		display: block;
		margin: 0 auto 20px;
		height: 135px;
		width: 280px;
	}
	.karaoke-vopros_with-img p {
		width: 100%;
	}
	.arenda-karaoke_packs {
		max-width: 300px;
	}
	.arenda-karaoke_pack,
	.kak-zakazat-karaoke_item {
		margin-right: 0;
	}
	.kak-zakazat-karaoke_items {
		max-width: 300px;
	}
	.packs-karaoke_pack_col-1,
	.packs-karaoke_pack_col-2 {
		float: none;
		max-width: 100%;
	}
}
@media screen and (max-width:667px) {
	.vedushii-cofe_wrapper {
		background-position: -90px;
	}
}
@media screen and (max-width:667px) and (min-width:650px){
	.vedushii_plus-minus_col_item {
		margin-right: 3%;
		max-width: 136px;
	}
	.vedushii_plus-minus_col_item:nth-child(2n) {
		margin-right: 0;
	}
	.vedushii_form {
		background-position: -635px;
    background-size: cover;
    padding: 0 0 40px;
	}
}
@media screen and (max-width:650px) {
	.logo {
		position: static !important;
		margin: auto;
		margin-top: 10px;
	}
	.footer .float_l, .footer .float_r {
		width: 100%;
		float: none;
	}
	.footer ul {
		display: table;
	}
	.banner .content {
		width: 100%;
	}
	.portfolio table tr {
		display: block;
	}
	.portfolio table td {
		display: block;
	}
	.dj-more_list {
		display: block;
		float: none;
		width: 90%;
	}
	.dj-more_list:last-child {
		float: none;
	}
	.dj-video_item {
		display: block;
		float: none;
		width: 100%;
	}
	.dj-zakazat form input[type="text"] {
		margin-right: 0;
	}
	.main .dj-zakazat form input[type="submit"] {
		padding: 12px 0;
	}
}
@media screen and (max-width:550px) {
	.banner .content .float_r {
		width: 90%;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.portfolio table td {
		display: block;
	}
	
	.portfolio table td img {
		width: 100%;
	}
	.portfolio .float_l, .portfolio .float_r {
		padding: 20px;
	}
	.dj-advant,
	.dj-advant li {
		width: 220px;
	}
	.dj-advant {
		padding: 30px 0;
	}
	.dj-advant li {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:510px) {
	.dj-price_items {
		max-width: 280px;
		margin: 30px auto 0;
	}
	.dj-price_item {
		width: 280px;
	}
	.dj-content-wrapper .content {
		padding: 0 0 20px;
	}
}
@media screen and (max-width:450px) {
	.benefits ul li p {
		width: 70%;
	}
	
	#cboxContent {
		padding: 20px;
	}
	.banner .content {
	    padding-bottom: 30px;
	}
	.line-main ul li {
		font-size: 16px;
	}
	.line-main ul li strong {
		font-size: 20px;
	}
	.economy .btn {padding: 20px 40px;}
	h2 {font-size: 28px!important;}
	h3 {font-size: 28px!important;}
	#cboxContent h3 {
		font-size: 18px!important;
	}
	#want {width:300px;}
	#cboxContent {width: 100%!important;}
	.arenda-karaoke {
		padding-bottom: 30px;
	}
	.arenda-karaoke_ceny,
	.kak-zakazat-karaoke,
	.chavo-karaoke,
	.karaoke-vopros,
	.packs-karaoke,
	.karaoke-advantages {
		padding: 30px 0;
	}
	.packs-karaoke_wrapper {
		margin-bottom: 30px;
	}
	.packs-karaoke_wrapper:last-child {
		margin-bottom: 0;
	}
	.karaoke-advantages_with_button p {
		text-align: center;
	}
	.dj-more_list li {
		background: url(img/checks.png) no-repeat top center;
		padding-left: 0;
		padding-top: 70px;
    margin-top: 30px;
	}
	.top-collage_image_vintaz_center {
		top: 45%;
    left: 43%;
	}
	.top-collage .btn {
		left: 17%;
		z-index: 99;
	}
	.top-collage_new {
		left: -15px;
	}
	.vedushii_plus-minus_col_item {
		max-width: 100%;
	}
	.vedushii_form {
		background-position: -635px;
    background-size: cover;
    padding: 0 0 40px;
	}
	.vedushii_form_wrap {
		padding-right: 0;
	}
	.vedushii_form_wrap .btn {
		max-width: 300px;
		margin: 30px auto 0;
	}
	#vedushii_form_date,
	.vedushii_form_name input[type="text"],
	form input[type="text"].vedushii_form_email {
		float: none;
		margin-top: 10px;
		max-width: 300px;
		width: 100%;
	}
	.vedushii_form_wrap .datapick {
    background: #fff url(img/icon-calend.png) 250px center no-repeat;
	}
	.vedushii_form_wrap {
		float: none;
		margin: 0 auto;
		max-width: 300px;
	}
	.vedushii-why_item_left,
	.vedushii-why_item_right {
		text-align: center;
	}
	.vedushii-why_item_left,
	.vedushii-why_item_right,
	.vedushii-why_item_left img,
	.vedushii-why_item_right img,
	.vedushii-why_item_left .vedushii-why_item_body,
	.vedushii-why_item_right .vedushii-why_item_body {
		float: none;
		width: auto;
	}
	.vedushii-why_item_left .vedushii-why_item_body,
	.vedushii-why_item_right .vedushii-why_item_body {
		padding: 20px 0 0;
		text-align: left;
	}
	.vedushii-holiday_items {
		text-align: center;
	}
	.vedushii-holiday_item {
		float: none;
		margin-bottom: 20px;
		width: 38%;
	}
	.vedushii-feedback_img, 
	.vedushii-videofeed_img,
	.vedushii-feedback_body, 
	.vedushii-videofeed_body {
		display: block;
		float: none;
		width: auto;
		position: relative;
	}
	.vedushii-feedback_img, 
	.vedushii-videofeed_img {
		text-align: left;
	}
	.vedushii-feedback_img .bold, 
	.vedushii-videofeed_img .bold {
		position: absolute;
    top: 30px;
    left: 120px;
	}
	.vedushii-feedback_img .vedushii-feedback_vk, 
	.vedushii-videofeed_img .vedushii-feedback_vk {
		position: absolute;
    top: 50px;
    left: 120px;
	}
	.vedushii-feedback_img a > img, 
	.vedushii-videofeed_img > img {
		width: 93px;
	}
	.vedushii-feedback_body_desc {
		margin-left: 16px;
	}
	.vedushii-feedback_body:before, 
	.vedushii-videofeed_body:before {
		display: none;
	}
	.vedushii-videofeed_body iframe {
		height: 150px;
	}
	.vedushii-cofe_wrapper {
		background-size: cover;
	}
	.vedushii-cofe_item {
		margin-left: 0;
		padding: 30px 20px;
	}
	.vedushii-cofe .content {
		width: 100%;
	}
	.vedushii-shagi_wrapper {
		margin-top: 0;
	}
	.vedushii-shagi .block-title {
		margin-bottom: 0;
	}
	.vedushii-shagi_items {
		max-width: 300px;
	}
	.vedushii-shagi_item {
		margin-bottom: 40px;
		width: 100%;
	}
	.vedushii-shagi_item:last-child {
		margin-bottom: 0;
	}
	.vedushii-shagi_number {
		left: 60px;
	}
	.vedushii-cofe_wrapper {
		background-position: -250px;
	}
	#cboxClose {
		top: 0;
		right: 0;
	}
	.vedushii_plus-minus_col_item_hide {
	display: none;
	}
}
@media screen and (max-width:449px) {
	.tamada-page .content {
		width: 320px;
	}
	.tamada-page h2 {
		font-size: 36px !important;
	}
	.tamada-page_header {
		background: #fff;
	}
	.tamada-form-block {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-bottom: 30px;
	}
	.tamada-form-block img {
		display: block;
		margin-left: -21px;
		margin-bottom: 20px;
	}
	.tamada-page .dj-why_back {
		padding-top: 0;
	}
	.tamada-page .dj-advant {
		padding-bottom: 0;
	}
	.tamada-zakaz_form-wrap {
		background: url(/templates/djpacient/1ps/img/bgg.jpg) no-repeat -615px -95px;
		min-height: 730px;
	}
	.tamada-zakaz_form-wrap_inner {
		max-width: 280px;
		top: 55px;
	}
	.tamada-zakaz_form-wrap .block-title h2 {
		margin-bottom: 20px;
	}
	.tamada-page .vedushii-vopros .btn {
		width: 280px;
	}
}
@media screen and (max-width:375px) {
	body {
		min-width: 100%;
		overflow: auto;
	}
	.dj-video_item iframe {
		height: 180px;
	}
	.top-collage_image_vintaz_center {
    top: 45%;
    left: 50%;
    margin-left: -28px;
	}
	.top-collage .btn {
    left: 14%;
	}
	.vedushii-cofe_wrapper {
		background-position: -340px;
	}
}
@media screen and (max-width:320px) {
	.arenda-karaoke_pack,
	.kak-zakazat-karaoke_item {
		width: 100%;
	}
	.karaoke-form {
		width: 260px;
	}
	.main-dj .datapick {
    background: #fff url(img/icon-calend.png) 218px center no-repeat;
	}
	.top-collage .btn {
    left: 7%;
	}
	.datapick {
    background: #fff url(img/icon-calend.png) 220px center no-repeat;
	}
	.vedushii_form_wrap .btn,
	.vedushii_form_name input[type="text"] {
		max-width: 240px;
	}
	#vedushii_form_date,
	form input[type="text"].vedushii_form_email {
		float: none;
		margin-top: 10px;
		margin-left: 20px;
		max-width: 240px;
		width: 100%;
	}
	.vedushii-cofe_img-col {
		display: block;
		margin: 0;
	}
	.vedushii-cofe_wrapper {
		background-position: -485px;
	}
}


#new-header * {box-sizing: content-box;}
.footer p {margin-bottom: 1em;}
.footer a {color: #056c8b;}

/*.area.font-text-opensans{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif}*/

.node * {    font-family: 'Roboto-Light'!important;font-style: normal!important;}

.fa {font-family: FontAwesome!important;}

.node input.btn {border-radius:4px!important;}
.modal ul {padding-left: 40px;}



.inner-page .container {padding:20px 0 50px;}

.inner-page .container h2 {font-family: 'Roboto-Light'!important; font-size:28px; text-align:center;}
