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

.clear {
    clear: both;
	 height: 0;
	overflow: hidden;
}
img {
    max-width: 100%;
}
* {
	 box-sizing: border-box;
}
.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%; 
}
.wrapper {
    position: relative;
    min-height: 100vh;
    margin: 0 auto;
    width: 100%;
    background: #fff;

}

.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%;
    min-height: 50px;
    margin: 0;
    padding: 0;
}

.header-top {
    background: #aaaaad;
    height: 36px;
    padding-top: 10px;
	padding-left: 60px;
    text-align: right;
    color: #fff;
}
.box-location {
    display: inline-block;
    vertical-align: top;
    background: url("../images/location.png") no-repeat;
    min-width: 12px;
    min-height: 16px;
    padding-left: 17px;
    margin-right: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
}
.box-mail {
    display: inline-block;
    vertical-align: top;
    background: url("../images/mail.png") no-repeat;
    min-width: 16px;
    min-height: 16px;
    padding-left: 23px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;

}

.header-md {
    padding: 10px 0;

}
.cell-logo {

}
.logo {
    display:inline-block;
    vertical-align: top;
    text-decoration: none;
    background: url("../images/logo.png") no-repeat;
    min-width: 193px;
    min-height: 103px;
    color: #000;
    padding: 25px 0 0 200px;
}
.logo-big {
    font-size: 30px;
    font-weight: 600;
    color: #3e3e3e;
    text-transform: uppercase;
    display: block;
    line-height: 34px;
    margin-bottom: 2px;
}
.logo-sm {
    font-size: 11px;
    color: #aaaaad;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.ny-top {
	display: inline-block; 
}
.ny-bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
}

.cell-contacts {
    text-align: right;
    padding-top: 37px;
}
.box-tel {
    font-size: 23px;
    line-height: 25px;
    background: url("../images/tel.png") no-repeat;
    min-width: 23px;
    min-height: 24px;
    padding: 0 0 0 35px;
    color: #495896;
    display: inline-block;
    vertical-align: top;
}
#mob-menu {
	height: 100%; 
	background: #fff; 
	padding:10px 0; 
	position:fixed;
	left:0;
	top:0;
	width:0;
	overflow-x:hidden;
	transition: width 1s;
	-webkit-transition: width 1s;
}
#mob-menu.active {
	width:300px
}
#mob-container {
	transition: transform 1s; 
	-webkit-transition: 
	-webkit-transform 1s
}
#mob-container.active {
	transform:translate(300px,0); 
	-webkit-transform:translate(300px,0); 
	overflow:hidden; 
}
#search-form.active {
	display:block !important
}
#mob-menu .menu-left a, 
#mob-menu .mein a, 
#mob-menu a {
	color:#000 !important;
	display: block;
	padding-top: 4px; 
	font-size:15px; 
	text-decoration:none !important;
	padding-left:10px; 
	padding-bottom:7px; 
	border-bottom: 1px solid #ebebeb;
}

#menu-mobsm {
	display:none;
	width: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
}
#mob-menu .men {
	padding-left:20px
}
#mob-menu ul {
	list-style: none;
	padding-left: 0;
}
#mob-menu li {
	list-style: none;
}
.tray {
	background: #fff;
	height: 3px;
	margin-bottom: 7px;
	display: block;
}
.menu-link {
	color:#000 !important;
	display: block;
	padding-top: 4px; 
	font-size:15px; 
	text-decoration:none !important;
	padding-left:10px; 
	padding-bottom:7px; 
	border-bottom: 1px solid #ebebeb;
}


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

.line-menu {
    min-height: 45px;
    position: relative;
    width: 100%;
    background: #e1e2e6;
    margin: 0;
    text-align: center;
}

.nav-box {
    margin: 0;
    min-height: 45px;
    
    display: inline-block;
}
.nav-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 45px;
    display: inline-block;
    width: 100%;
}
.nav-box ul li {
    padding: 0;
    
    display: inline-block;
    vertical-align: middle;
}
.nav-box ul li a, .nav-box ul li .menu-link {
    font-size: 18px;
    display: block;
    text-decoration: none;
    line-height: 45px;
    height: 45px;
    padding: 0 20px;
    color: #3e3e3e;
    text-align: center;
    font-weight: 600;
	cursor: pointer;
	position: relative;
}

.nav-box ul li a:hover {
	opacity: 0.8;
}
.menu-dropdown {
	position: absolute;
	left: 27px; 
	width: 970px;
	padding: 5px 10px 10px 10px;
	background: #e1e2e6;
	z-index: 100;
	text-align: left;
	display: none;
	column-count: 3;
	column-gap: 20px; 
}
.menu-dropdown2 {
	position: absolute;
	left: 50%;
	margin-left: -485px;
	width: 970px;
	padding: 5px 10px 10px 10px;
	background: #e1e2e6;
	z-index: 100;
	text-align: left;
	display: none;
	column-count: 3;
	column-gap: 20px; 
}
.nav-box .menu-dropdown a,
.nav-box .menu-dropdown2 a {
	font-size: 16px;
	line-height: 18px;
    height: auto;
    padding: 0;
	margin-bottom: 10px;
	text-align: left;
	display: inline-block;
	vertical-align: top; 
	
}
.nav-box ul li:hover .menu-dropdown,
.nav-box ul li:hover .menu-dropdown2 {
	display: block;
}

/*----------------------
  content
-----------------------*/
.box-banner img {
    width: 100%;
    display: block;
}

.box-main {
    position: relative;
    margin: 0;
    padding: 30px 0 40px 0;
    width: 100%;
}
h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}
.box-main h2:first-child {
    margin-top: 0;
    margin-bottom: 10px;
}
.sub-title {
    text-align: center;
    color: #aaaaad;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.box-tvr {
    text-align: center;
}
.single-tvr {
    display: inline-block;
    vertical-align: top;
    width: 294px;
    margin: 0 15px;
    text-decoration: none;
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 600;
}
.img-tvr {
    display: block;
    border: 1px solid #aaaaad;
    overflow: hidden;
    height: 220px;
    margin-bottom: 10px;
}

.box-gray {
    padding: 5px 0 40px 0;
    background: #f4f5f6;
}



/*-----------------------
   footer
------------------------*/

.bottom {
    height: 120px;
}

.footer-general {
   width: 100%;
    height: 120px;
    position: relative;
    margin: -120px auto 0 auto;
    background: #aaaaad;
    padding-top: 35px;
    color: #fff;
}
.tbl-footer .box-cell {
    width: 33%;
}
.tbl-footer .box-cell:nth-child(2) {
    text-align: center;
}
.tbl-footer .box-cell:last-child {
    text-align: right;
}

.star {
    padding: 0;
    font-size: 13px;
    color: #fff;
    min-height: 24px;
    line-height: 14px;
}
.star a {
    color: #fff;
    text-decoration: underline:
}
.star img {
    display: inline-block;
    margin: 1px 1px 0 0;
    width: 11px;
	height: 11px;
	vertical-align: top;
	opacity: 0.5;
}

.insta {
    display: inline-block;
    vertical-align: top;
    background: url("../images/insta.png") no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 3px;
}
.vk {
    display: inline-block;
    vertical-align: top;
    background: url("../images/vk.png") no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 3px;
}
.fb {
    display: inline-block;
    vertical-align: top;
    background: url("../images/fb.png") no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 3px;
}
.footer-tel {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: url("../images/foooter-tel.png") no-repeat;
    min-width: 17px;
    min-height: 17px;
    padding-left: 23px;
    display: inline-block;
    line-height: 18px;
}
