/*-------------------------
    general
---------------------------*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 1024px;
    min-height: 100%;
    color: #293037;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    position: relative;

}
body {
    background: #fff;
}

.clear {
    clear: both;
}
.wrapper {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    width: 100%;
	/*background: url("../images/bg-ny.jpg") repeat;*/
}

.container {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
/*табличная разметка*/
.box-table {
    display: table;
    width: 100%;
 }
.box-row {
    display: table-row;
    width: 100%;
}
.box-cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
}
/*----------------------
    header
------------------------*/
.box-header {
    position: relative;
    width: 100%;
    height: 115px;
	/*padding-top: 40px;
	height: 90px;*ny*/
	text-align: right;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.ny {
	background: url("../images/ny-gyr-2020.png") repeat-x;
	height: 100px;
	position: absolute;
	top: -40px;
	width: 100%;
	z-index: 100;
}
.ny-stalird {
	background: url("../images/ny-stalird.png") no-repeat;
	height: 150px;
	position: fixed;
	bottom: 0px;
	width: 264px;
	z-index: 100;
}
.ny-top {
	position: absolute;
	top: 0px;
	left: 250px;
}
.ny-top img {
	height: 67px;
}
.box-header-top {
	background: #293037;
	padding: 7px 0;
	text-align: right;
}
.box-tel {
	display:inline-block;
	vertical-align: top;
	background: url("../images/tel-2.png") no-repeat left top;
	padding-left: 22px;
	min-height: 16px;
	margin: 3px 20px 0 0;
}
.tel {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	display:inline-block;
	vertical-align: top;
}
.box-mail {
	display:inline-block;
	vertical-align: top;
	background: url("../images/mail-2.png") no-repeat left top;
	padding-left: 22px;
	min-height: 16px;
	margin: 3px 20px 0 0;
}
.mail {
    color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	display:inline-block;
	vertical-align: top;
}
a:hover {
	opacity: 0.8;
}
.zakaz-zvon {
	color: #fff;
    display: inline-block;
    font-weight: 600;
	font-size: 14px;
    height: 22px;
    line-height: 20px;
    background: #e80e1f;
	border: 1px solid #e80e1f;
    text-decoration: none;
    margin-right: 5px;
	padding: 0 3px;
	text-align: center;
    width: 160px;
}
.zakaz-zamer {
	color: #e80e1f;
    display: inline-block;
    font-weight: 600;
	font-size: 14px;
    height: 22px;
    line-height: 20px;
	background: #fff;
	border: 1px solid #e80e1f;
    text-decoration: none;
	width: 160px;
    padding: 0 3px;
	text-align: center;
}

.box-logo {
    position: absolute;
    background: url("../images/logo-2.png") no-repeat;
	min-width: 65px;
	min-height: 51px;
	padding-left: 65px;
    top: 14px;
    left: 0px;
    display: block;
	font-family: 'Open Sans Condensed';
	font-size: 36px;
	color: #293037;
	text-decoration: none;
}


/*-----------------------
       menu-top
------------------------*/

.nav-box {
    margin: 17px 0 0 0;
    height: 40px;
    position: relative;
    display: inline-block;
}
.nav-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 40px;
    width: 100%;
    display: table;
}
.nav-box ul li {
    padding: 0;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.nav-box ul li a {
    font-size: 17px;
    display: block;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    padding: 0 11px;
    color: #293037;
    text-align: center;
	font-weight: 600;
}
.nav-box ul li:last-child a {
	padding-right: 0;
}
.nav-box ul li:first-child a {
	color: #e80e1f;
}
.nav-box ul li a:hover {}

.menu-dropdown {
	position: absolute;
	width: 170px;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: #fff;
	padding: 10px;
	z-index: 100;
	display: none;
}
.nav-box ul li:hover .menu-dropdown {
	display: block;
}
.menu-dropdown.dropdown-right {
	right: 0;
}
.nav-box .menu-dropdown ul {
	display: block;
	height: auto;
}
.nav-box .menu-dropdown ul li {
	display: block;
	height: auto;
}
.nav-box .menu-dropdown a {
	text-align: left;
	height: auto;
	line-height: 17px;
	font-size: 15px;
	padding: 0 0 5px 0;
}
.title-dropdown {
	font-size: 17px;
    display: block;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    padding: 0 11px;
    color: #293037;
    text-align: center;
	font-weight: 600;
	cursor: pointer;
}
.nav-box .menu-dropdown ul li:first-child a {
	color: #293037;
}
.nav-box .menu-dropdown .mein a {
	color: #293037;
}

/*----------------------
  content
-----------------------*/
.box-banner {
    height: 349px;
    width: 100%;
	background: url("../images/banner-2.jpg") center no-repeat;
	background-size: cover;
	padding-top: 100px;
	color: #fff;
}
.title-banner {
	font-size: 36px;
	font-weight: 300;
}
.title-underline {
    position: relative;
	padding-bottom: 17px;
	margin-bottom: 15px;
	font-size: 20px;
}
.title-underline:after {
	content: "";
	height: 2px;
	width: 80px;
	background: #e80e1f;
	position: absolute;
	left: 0;
	bottom: 0;
}
.txt-banner {
	font-size: 18px;
	margin-bottom: 30px;
}
.btn-banner {
	color: #fff;
    display: inline-block;
    font-weight: 600;
	font-size: 16px;
    height: 40px;
    line-height: 38px;
    background: #e80e1f;
	border: 1px solid #e80e1f;
    text-decoration: none;
    margin-right: 5px;
	padding: 0 3px;
	text-align: center;
    width: 160px;
}

.main {
    display: table;
    vertical-align: top;
    margin: 20px 0 20px 0;
	width: 100%;
}
.box-left {
    display: table-cell;
    vertical-align: top;
    width: 235px;
	padding-right: 20px;
}
.menu-left {
    border:  1px solid #afafaf;
    border-radius: 7px;
	margin: 0 0 20px 0;
}
.menu-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-left a {
/*
    text-decoration: none;
    color: #000;
    font-size: 15px;
    display: block;
    padding: 8px 5px 8px 20px;
    border-top: 1px solid #afafaf;
    background: url("../images/list-style.png") no-repeat left 10px center;
*/
}
.menu-title {
    background: #293037;
    height: 45px;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 42px;
}

.box-content {
    margin: 0px 0 0px 0;
    padding: 0 0px 30px 0px;
    display: table-cell;
    vertical-align: top;

}
.box-content p:first-child, .box-content h2:first-child {
    margin-top: 0 !important;
}
h1 {
	margin-top: 0 !important;
	font-size: 25px !important;
	font-weight: 600 !important;
}
h2 {
    font-size: 30px;
    color: #293037;
    font-weight: 600;
    
}
.box-home-1 {
	margin: 40px 0 30px 0;
}
.box-services {
	text-align: center;
	padding: 20px 0 45px 0;
	background: #f9f9f9;
	margin: 20px 0;
}
.box-services .title-underline {
	margin-bottom: 40px;
}
.box-services .title-underline:after {
	left: 50%;
	margin-left: -40px;
}
.single-serv {
	display: inline-block;
	vertical-align: top;
	width: 290px;
	margin: 0 20px;
	text-decoration: none;
}
.title-serv {
	color: #e80e1f;
	font-size: 24px;
	margin-bottom: 10px;
	display: block;
}
.img-serv {
	width: 290px;
	height: 290px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #000;
	display: block;
	margin-bottom: 20px;
}
.txt-serv {
	font-size: 14px;
	text-align: justify;
	color: #293037;
	display: block;
}
.tbl-content-home .box-cell {
	
}
.tbl-content-home video {
	max-width: 500px;
}
.list-home {
	list-style: none;
	padding-left: 0;
}
.list-home li {
	background: url("../images/list-home.png") no-repeat;
	padding-left: 43px;
	min-height: 33px;
	padding-top: 5px;
	font-size: 18px;
}
.box-preim {
	background: url("../images/bg-preim.jpg") no-repeat center;
	background-size: cover;
	min-height: 200px;
	padding: 20px 0 40px 0;
	text-align: center;
}
.box-preim .title-underline {
	color: #fff;
}
.box-preim .title-underline {
	margin-bottom: 40px;
}
.box-preim .title-underline:after {
	left: 50%;
	margin-left: -40px;
}
.single-preim {
	display: inline-block;
	vertical-align: top;
	width: 175px;
	margin: 0 10px;
}
.img-preim {
	margin-bottom: 20px;
}
.title-preim {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.box-question {
	background: #293137;
	padding: 40px 0 45px 0;
	text-align: center;
	color: #fff;
}
.txt-quest {
	font-size: 30px;
	font-weight: 600;
}
.red-quest {
	color: #e80e1f;
	font-size: 36px;
}
.box-reviews {
	text-align: center;
	padding: 20px 0 50px 0;
}
.box-reviews .title-underline {
	margin-bottom: 40px;
}
.box-reviews .title-underline:after {
	left: 50%;
	margin-left: -40px;
}
.single-rev {
	font-size: 16px;
	text-align: justify;
	background: url("../images/rev.png") no-repeat left 30px top 30px;
	width: 450px;
	height: 220px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	border: 1px solid #e80e1f;
	border-radius: 0 20px 0 20px;
	padding: 35px 30px 20px 80px;
	box-sizing: border-box;
}
.rev-bottom {
	text-align: right;
	margin-top: 15px;
	font-weight: bold;
}


.bottom {
    height: 130px;
}

.footer-general {
    background: #2c343b;
    width: 100%;
    height: 130px;
    position: relative;
    margin: -130px auto 0 auto;
	padding-top: 40px;
}

.star {
    /*background: url("../images/star.png") left center no-repeat;*/
    min-height: 23px;
    padding: 0 0px 0 0px;
    text-align:left;
    font-size: 11px;
	line-height: 15px;
	font-family: Tahoma;
    color: #fff;
    opacity: 0.67;
}
.star img {margin:10px 10px 10px 0;display: block;float: left;}
.star a {
    color: #fff; 
}
#metrika{
	display: inline-block; 
	vertical-align: top;
}
.tbl-footer .box-cell:last-child {
	text-align: right;
}
.tbl-footer .box-cell:nth-child(2) {
	
}

#copy {margin: 0px auto;position: absolute;top: 30px;color: white;left: 600px;font:12px Tahoma; color:#e1e7ed;}
#ftel{position: absolute;top: 20px;color: white;right:10px;font:15px Tahoma; color:#e1e7ed;}

#boxSale {width:1024px; position:relative; margin:0 auto 0;}
#sale {position:absolute; top:75px; right:50px;}
.menu-left .mei:hover {background: url("../images/list-style.png") no-repeat scroll left 10px center #dedede;}
.btn-cat {display:block;background-color: #404040;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;text-decoration: none;
    text-transform: uppercase;
margin: 5px auto 30px auto;
width:210px;}
.btn-cat:hover {background-color: #ccc; color:#000;text-decoration: none;}
.clist img {width:210px;height: 250px;}
.clist td {width:50%;vertical-align: top;}
.banner img {max-width:213px;}
.banner {text-decoration:none;}
.clist A {text-decoration: none;}
.red {color:red !important;}
.nav-box .red:hover {color:#dedede !important;}
.links-block h2 {padding-top:20px !important;}
.links-block .ll a {color:#000;}
.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}

.box-red {
	background: rgba(0,0,0,0.05);
	padding: 20px 0 30px 0;
	color: #2c343b;
}
.box-city {
	column-width: 160px;
	column-gap: 10px;
	font-size: 12px;
	margin: 0;
}
.box-city li {
	margin-bottom: 5px;
}
.list-open {
	text-align: center; 
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	
}
.arrow-open {
	display: inline-block;
	transform: rotate(90deg);
	font-size: 20px;
	padding-left: 5px;
}


