@charset "utf-8";
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder {color:#909090;}
::-moz-placeholder          {color:#909090;}
:-moz-placeholder           {color:#909090;}
:-ms-input-placeholder      {color:#909090;}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #434343;
}
a {
	text-decoration: none;
	color: #434343;
}
input, button, textarea {
	font-family: 'Open Sans', sans-serif;
	outline: none;
}
div {
	outline: none;
}
.header-top {
	background-color: #0f70b7;
	padding-top: 5px;
	padding-bottom: 5px;
}
.container {
	width: 1160px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.address {
	font-size: 16px;
	color: #FFF;
	background-image: url(../img/address.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-left: 18px;
	min-height: 17px;
	margin-top: 6px;
}
.clear {
	clear: both;
}
.glass {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	background-image: url(../img/glass.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: right;
	height: 29px;
	padding-right: 90px;
	padding-top: 6px;
}
.glass:hover {
	text-decoration: underline;
}
header {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(2,6,8,0.35);
	-moz-box-shadow: 0px 0px 24px 0px rgba(2,6,8,0.35);
	box-shadow: 0px 0px 24px 0px rgba(2,6,8,0.35);
	z-index: 2;
	position: relative;
}
.logo {
	float: left;
	width: 300px;
}
nav {
	float: left;
}
nav ul {
	float: left;
}
nav ul li a {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
nav ul li a:hover {
	color: #0f70b7;
}
nav ul li {
	text-align: center;
	width: 200px;
	margin-top: 15px;
}
nav ul li.last {
	margin-top: 10px;
}
.header-right {
	text-align: center;
	float: right;
}
.time {
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.phone {
	font-size: 19px;
	font-weight: 600;
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
	padding-left: 20px;
}
.soc a {
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
}
.soc a:hover {
	opacity: 0.7;
}
.open-nav {
	background-image: url(../img/nav-open.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	padding-right: 20px;
}
nav ul div.open-nav-ul {
	position: absolute;
	width: 500px;
	border: 2px solid #f9b232;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: none;
}
nav ul li:hover div.open-nav-ul {
	display: block;
}
nav ul ul li {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	width: auto;
}
nav ul ul li.nav2 {
	float: left;
}
nav ul ul li a {
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
}
.nav1 {
	float: left;
	width: 50%;
}
.banners {
	text-align: center;
	margin-bottom: 40px;
}
.banner {
	display: inline-block;
	width: 364px;
	margin-right: 5px;
	margin-left: 5px;
}
.banner img {
	width: 100%;
}
footer {
	background-color: #f6f6f6;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #0f70b7;
	border-right-color: #0f70b7;
	border-bottom-color: #0f70b7;
	border-left-color: #0f70b7;
}
.footer-left {
	text-align: center;
	float: left;
	width: 250px;
	margin-right: 45px;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-left p {
	line-height: 20px;
	text-align: left;
	margin-bottom: 20px;
}
.footer-nav {
	width: 280px;
	float: left;
}
.footer-nav-title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.footer-nav ul li a {
	font-size: 16px;
	font-weight: 600;
}
.footer-nav ul li a:hover {
	color: #0f70b7;
	text-decoration: underline;
}
.footer-nav ul li {
	margin-bottom: 15px;
}
.footer-right {
	float: right;
	width: 260px;
}
.footer-time {
	font-size: 16px;
	font-weight: 600;
	background-image: url(../img/footer-time.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.footer-phone {
	font-size: 16px;
	font-weight: 600;
	background-image: url(../img/footer-phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 5px;
	display: inline-block;
}
.footer-phone-text {
	margin-bottom: 20px;
}
.footer-email {
	font-size: 16px;
	font-weight: 600;
	background-image: url(../img/footer-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.footer-address {
	font-size: 16px;
	font-weight: 600;
	background-image: url(../img/footer-address.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.footer-link {
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 15px;
}
.footer-link:hover {
	color: #0f70b7;
	text-decoration: none;
}
.footer-bottom {
	color: #9d9e9e;
	background-color: #eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.order-link {
	font-size: 18px;
	color: #FFF;
	background-color: #f9b232;
	display: inline-block;
	text-transform: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: 600;
	border-radius: 5px;
}
.order-link:hover {
	color: #FFF;
	background-color: #029ee4;
}
.modal-bg {
	background-color: #000;
	position: fixed;
	z-index: 101;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.7;
	display: none;
}
.modal {
	background-color: #FFF;
	width: 490px;
	margin-left: -245px;
	position: fixed;
	z-index: 102;
	left: 50%;
	top: 50px;
	z-index: 9999;
	display: none;
}
.modal-title {
	font-size: 18px;
	font-weight: bold;
	background-color: #029ee4;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}
.modal-close {
	background-image: url(../img/modal-close.png);
	display: block;
	height: 36px;
	width: 36px;
	top: -15px;
	right: -15px;
	position: absolute;
	z-index: 11;
}
.modal-content {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	border: 1px solid #edd0d5;
}
.modal-left {
	float: left;
	width: 195px;
}
.modal-right {
	float: right;
	width: 195px;
}
.modal-inp {
	height: 32px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #029ee4;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	font-weight: lighter;
	font-size: 12px;
}
.modal-textarea {
	height: 100px;
	width: 100%;
	border: 1px solid #029ee4;
	margin-bottom: 20px;
	padding: 10px;
	resize: none;
	background-color: #f5f5f5;
	font-weight: lighter;
	font-size: 12px;
}
.modal-checkbox {
	font-size: 14px;
	color: #909090;
	margin-bottom: 20px;
}
.modal-checkbox a {
	text-decoration: underline;
	color: #909090;
}
.modal-checkbox a:hover {
	text-decoration: none;
}
.modal-submit {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #f9b232;
	float: left;
	height: 44px;
	width: 182px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
        border-radius: 5px;
}
#contact_form .modal-submit
{
    font-size: 18px;
    color: #FFF;
    background-color: #f9b232;
    display: inline-block;
    text-transform: none;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: 600;
    height: auto;
    border-radius: 5px;
    width: auto;
}
.modal-submit:hover {
	opacity: 0.7;
}
.modal-close2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0f70b7;
	float: right;
	height: 44px;
	width: 182px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
        border-radius: 5px;
}
.modal-close2:hover {
	opacity: 0.7;
}
.modal-text {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.modal-inp-date {
	background-image: url(../img/modal-inp-date.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav-close {
	display: none;
}
.mob-nav {
	display: none;
}
.inner-block {
	background-color: #029ee4;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.inner-block h1 {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}
.breadcrumbs {
	font-size: 16px;
	color: #FFF;
}
.breadcrumbs a {
	font-size: 16px;
	font-weight: bold;
	color: #feeb06;
	background-image: url(../img/breadcrumbs-sep.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	margin-right: 5px;
	padding-right: 20px;
}
.breadcrumbs a:hover {
	color: #FFF;
}
.margin-block {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content
{
    font-size: 16px;
    line-height: 30px;
}
.item-content + .catalog
{
    padding-top: 30px;
}
#vk_groups,
#vk_groups iframe {
     width: 100% !important;
     height: 212px !important;
    overflow: hidden;
}
.content p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.content i, .content em {
	font-style: italic;
}
.content b {
	font-weight: bold;
}
.content a {
	font-weight: bold;
	color: #0f70b7;
}
.content a:hover {
	color: #434343;
}
.content h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.content h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.content h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.content h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}
.content ul {
	margin-bottom: 20px;
}
.content ul li {
	font-size: 16px;
	line-height: 30px;
	list-style-position: inside;
	list-style-type: circle;
}
.content-photos a {
	display: block;
	float: left;
	height: 204px;
	width: 202px;
	margin-right: 30px;
	margin-bottom: 20px;
	background-size: cover;
}
.content-photos a:hover {
	opacity: 0.9;
}
.content-photos a:nth-child(5n) {
	margin-right: 0px;
}
.search-btn {
	background-image: url(../img/search-btn.png);
	display: block;
	position: fixed;
	top: 50%;
	right: 20px;
	height: 54px;
	width: 54px;
	margin-top: -54px;
}
.date-btn {
	background-image: url(../img/date-btn.png);
	display: block;
	position: fixed;
	top: 50%;
	right: 20px;
	height: 54px;
	width: 54px;
	margin-top: 10px;
}
.search-btn:hover {
	opacity: 0.7;
}
.date-btn:hover {
	opacity: 0.7;
}
.modal3 {
	display: none;
	width: 360px;
	margin-left: -190px;
	top: 100px;
}
.cal-theme .ui-datepicker {
	width: auto;
}
.cal-theme .ui-widget-header {
	background-color: #0f70b7;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cal-theme .ui-datepicker td span, .cal-theme .ui-datepicker td a {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
.cal-theme .ui-state-default, .cal-theme .ui-widget-content .ui-state-default, .cal-theme .ui-widget-header .ui-state-default, .cal-theme .ui-button, html .ui-button.ui-state-disabled:hover, html .cal-theme .ui-button.ui-state-disabled:active {
	background-color: #FFF !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.cal-theme .ui-state-active, .cal-theme .ui-widget-content .ui-state-active, .cal-theme .ui-widget-header .ui-state-active, .cal-theme a.ui-button:active, .ui-button:active, .cal-theme .ui-button.ui-state-active:hover {
	background-color: #0f70b7 !important;
	color: #FFF !important;
}
.cal-theme .ui-datepicker .ui-datepicker-title {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cal-theme .ui-datepicker .ui-datepicker-header {
	border-radius: 0px;
	padding: 0px;
}
.cal-theme .ui-widget-content, .cal-theme .ui-widget.ui-widget-content {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cal-theme .ui-datepicker th {
	font-size: 16px;
	font-weight: 600;
}
.modal3-btn-block {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #9d9e9e;
	border-right-color: #9d9e9e;
	border-bottom-color: #9d9e9e;
	border-left-color: #9d9e9e;
}
.modal3-btn-block .modal-submit {
	float: none;
	background-color: #0f70b7;
}
.modal3-btn-block .modal-submit:hover {
	background-color: #f9b232;
	opacity: 1;
}
.search {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 102;
	margin-top: -25px;
	margin-left: -300px;
	display: none;
}
.search-inp {
	font-size: 28px;
	color: #FFF;
	height: 50px;
	width: 600px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.search-inp::-webkit-input-placeholder {color:#ffffff;}
.search-inp::-moz-placeholder          {color:#ffffff;}
.search-inp:-moz-placeholder           {color:#ffffff;}
.search-inp:-ms-input-placeholder      {color:#ffffff;}
.catalog-item {
	background-color: #029ee4;
	display: block;
	float: left;
	height: 262px;
	width: 364px;
	margin-right: 19px;
	margin-bottom: 19px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.catalog-item:nth-child(3n) {
	margin-right: 0px;
}
.catalog-item-hover {
	background-color: #029ee4;
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
}
.catalog-item:hover .catalog-item-hover {
	display: block;
}
.catalog-item-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background-image: url(../img/item-bg.png);
}
.tb-block {
	display: table;
	height: 100%;
	width: 100%;
}
.td-block {
	display: table-cell;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.catalog-item-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	position: relative;
}
.catalog-item-age {
	position: absolute;
	top: 10px;
	right: 10px;
}
.catalog-item-age span {
	display: inline-block;
	height: 40px;
	width: 40px;
	margin-left: 5px;
	border: 2px solid #FFF;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
.catalog-item-cat {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.catalog-item-date {
	text-align: center;
	border: 2px solid #FFF;
	position: absolute;
	height: 48px;
	width: 106px;
	right: 10px;
	bottom: 10px;
	display: block;
	padding-top: 8px;
	background-image: url(../img/item-date-bg.png);
}
.catalog-item-date-item {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	display: block;
}
.catalog-item-time {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.catalog-item-pink, .catalog-item-pink .catalog-item-hover {
	background-color: #951d81;
}
.catalog-item-green, .catalog-item-green .catalog-item-hover {
	background-color: #3eac39;
}
.catalog-item-yellow, .catalog-item-yellow .catalog-item-hover {
	background-color: #f9b232;
}
.catalog-item-big {
	height: 543px;
	width: 747px;
	float: none;
	margin-right: 0px;
}
.main-slider {
	width: 747px;
	float: left;
}
.catalog-item-big .catalog-item-title {
	font-size: 30px;
}
.catalog-item-big .catalog-item-cat {
	font-size: 20px;
}
.catalog-right {
	float: right;
	width: 364px;
}
.catalog-right .catalog-item {
	margin-right: 0px;
}
.catalog-item-big2 {
	width: 747px;
	margin-right: 19px !important;
}
.catalog-first .catalog-item:nth-child(4) {
	margin-right: 0px;
}
.news-date {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #00a1c4;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.catalog-top .catalog-item {
	width: 747px;
	height: 330px;
}
.catalog-top-right {
	float: left;
	width: 364px;
}
.catalog-right-change {
	margin-top: 20px;
}
.catalog-right-select {
	float: left;
	width: 224px;
}
.catalog-right-submit {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #029ee4;
	float: right;
	height: 32px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.catalog-right-submit:hover {
	background-color: #f9b232;
}
.catalog-item-nolink:hover .catalog-item-hover {
	display: none;
}
.item-info {
	margin-bottom: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #0f70b7;
	border-right-color: #0f70b7;
	border-bottom-color: #0f70b7;
	border-left-color: #0f70b7;
	padding-bottom: 5px;
}
.item-info-left {
	float: left;
	width: 747px;
	position: relative;
}
.item-info-block {
	float: left;
	width: 270px;
}
.item-info-block p {
	font-weight: 600;
	color: #9d9e9e;
	margin-bottom: 20px;
}
.item-info-block p span {
	font-weight: bold;
	color: #434343;
}
.order-btn {
	font-size: 18px;
	color: #FFF;
	background-color: #f9b232;
	height: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	position: absolute;
	right: 0px;
	bottom: 20px;
	padding-top: 7px;
        
        font-size: 18px;
        color: #FFF;
        background-color: #f9b232;
        display: inline-block;
        text-transform: none;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        font-weight: 600;
        height: auto;
        border-radius: 5px;
}
.order-btn:hover {
	background-color: #029ee4;
}
.item-photos {
	float: right;
	text-align: center;
	width: 364px;
}
.item-photos a {
	display: inline-block;
	height: 70px;
	width: 70px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 14px;
	outline: none;
}
.item-photos a img {
	height: 100%;
	width: 100%;
}
.item-photos a:hover {
	opacity: 0.7;
}
.news-cat {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.news-info {
	margin-bottom: 40px;
}
.news-more {
	font-size: 16px;
	font-weight: 600;
	color: #029ee4;
	display: block;
	float: left;
	margin-top: 10px;
}
.news-more:hover {
	color: #feeb06;
}
.news-share {
	float: right;
}
.page404 {
	text-align: center;
	padding-top: 150px;
	padding-bottom: 150px;
}
.page404-title {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.page404 p {
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
}
.page404 p a {
	color: #0f70b7;
}
.page404 a:hover {
	color: #434343;
}
.sitemap {
	text-align: center;
}
.sitemap ul li {
	margin-bottom: 20px;
}
.sitemap ul li a {
	font-size: 20px;
	font-weight: 600;
}
.sitemap ul li a:hover {
	color: #0f70b7;
}
.contacts-left {
	float: left;
	width: 550px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.contacts-right {
	float: right;
	width: 550px;
	margin-bottom: 10px;
}
.contacts-block {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
.contacts-block strong {
	font-weight: 600;
}
.contacts-block a {
	font-weight: 600;
	color: #0f70b7;
}
.contacts-block a:hover {
	color: #434343;
}
.contacts-frm {
	float: left;
	width: 550px;
	margin-right: 30px;
}
.contacts-frm .modal-submit {
	float: right;
}
.mapp {
	float: left;
	width: 550px;
	height: 400px;
}
.about-title {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.cert a {
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	background-size: cover;
	height: 200px;
	width: 200px;
	outline: none;
}
.cert a:nth-child(5n) {
	margin-right: 0px;
}
.cert {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 25px;
	padding-left: 35px;
}
.partners {
	margin-bottom: 40px;
	padding-right: 25px;
	padding-left: 35px;
}
.partners-item {
	text-align: center;
}
.partners-item img {
	display: inline-block !important;
}
.partners a {
	outline: none;
}
.vac-item {
	margin-bottom: 2px;
}
.vac-title {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/vac-plus.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0f70b7;
	cursor: pointer;
}
.vac-title.active {
	background-image: url(../img/vac-minus.png);
}
.vac-content {
	font-size: 16px;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
.vac-content.active {
	display: block;
}
.photos {
	margin-bottom: 20px;
}
.photos a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 196px;
	width: 272px;
	background-size: cover;
	margin-right: 12px;
	margin-bottom: 12px;
}
.photos a:hover {
	opacity: 0.9;
}
.photos a:nth-child(4n) {
	margin-right: 0px;
}
.gal a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 260px;
	width: 364px;
	position: relative;
	margin-right: 15px;
	margin-bottom: 15px;
	background-size: cover;
}
.gal a:nth-child(3n) {
	margin-right: 0px;
}
.gal a:hover {
	opacity: 0.9;
}
.gal a span {
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	background-color: #0f70b7;
	text-align: center;
	padding: 10px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.item-slider {
	width: 550px;
	margin-bottom: 40px;
	float: left;
}
.item-slider-top img {
	height: 100%;
	width: 100%;
}
.item-slider-top {
	height: 330px;
	margin-bottom: 12px;
}
.slick-prev {
	left: 0px !important;
	background-image: url(../img/slider-left.png) !important;
	height: 16px !important;
	width: 10px !important;
}
.slick-next {
	right: 0px !important;
	background-image: url(../img/slider-right.png) !important;
	height: 16px !important;
	width: 10px !important;
}
.slick-prev:before, .slick-next:before {
	font-size: 0px !important;
}
.slider-nav {
	padding-right: 30px;
	padding-left: 37px;
}
.slider-nav div img {
	height: 50px;
	width: 70px;
	cursor: pointer;
}
.info-right {
	float: right;
	width: 550px;
	padding-bottom: 30px;
}
.item-right-text {
	margin-top: 10px;
}
.order-btn2 {
	position: static;
	display: inline-block;
	float: right;
}
.order-btn3 {
	position: static;
	display: inline-block;
	float: right;
}
.slick-dots {
	bottom: 35px !important;
	z-index: 2;
}
.slick-slider
{
    overflow: hidden;
}
.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}
.slick-dots li button {
	background-color: #FFF !important;
	border-radius: 50%;
	height: 15px !important;
	width: 15px !important;
	opacity: 0.5;
}
.slick-dots li {
	height: 15px !important;
	width: 15px !important;
}
.slick-dots li.slick-active button {
	opacity: 1;
}
.slick-dots li button:before {
	font-size: 0px !important;
}
.catalog-no {
	text-align: center;
	padding-top: 20px;
}
.modal-close3 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0f70b7;
	height: 44px;
	width: 182px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.modal-close3:hover {
	opacity: 0.7;
}
.cnt {
	text-align: center;
}
.modal4 {
	top: 100px;
}
.item-slider-item {
	height: 330px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.teachers {
	margin-bottom: 20px;
}
.teacher {
	text-align: center;
	float: left;
	width: 20%;
	margin-bottom: 20px;
}
.teacher-image {
	height: 160px;
	width: 160px;
	border: 2px solid #f9b232;
	border-radius: 50%;
	margin-bottom: 10px;
	display: inline-block;
}
.teacher-image img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
.teacher-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.teacher-text {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.teacher-more {
	font-size: 18px;
	color: #FFF;
	background-color: #f9b232;
	height: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: inline-block;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 7px;
}
.teacher-more:hover {
	background-color: #029ee4;
}
.studio-title {
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #029ee4;
	text-align: center;
	height: 60px;
	padding-top: 17px;
	position: relative;
}
.studio-icon {
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 50px;
	position: absolute;
	top: 0px;
	right: 20px;
}
.studio {
	margin-bottom: 2px;
}
.studio-content {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9d9e9e;
	border-right-color: #9d9e9e;
	border-bottom-color: #9d9e9e;
	border-left-color: #9d9e9e;
	display: none;
}
.studio-content.active {
	display: block;
}
.studio-item {
	display: inline-block;
	margin-bottom: 25px;
	position: relative;
}
.studio-item a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.studio-item a:hover {
	color: #f9b232;
	text-decoration: underline;
}
.studio-age {
	position: absolute;
	top: -7px;
	right: -193px;
	width: 120px;
	text-align: left;
}
.studio-age span {
	background-color: #029ee4;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
}

.cultureru {
	position: relative;
	padding-top: 30%;
}

.cultureru a img {
	position: absolute;
	left: 300px;
	top: 0;
	width: 50%;
	height: auto;
}

.cultureru span {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 30px;
	font-size: larger;
}

@media (max-width: 768px) {
	.cultureru {
		padding-top: 50%;
	}

    .cultureru a img {
		left: 23px;
        width: 90%;
    }
}
