.fadein {
    opacity: 0;
    transition: all .3s ease-in-out;
    transition-delay: .2s;
}

.fadein.show {
    opacity: 1;
}

* {
	font-family: 'Montserrat', sans-serif;
	outline: none !important;
}

strong {
	font-weight: 500;
}

body .mobile {
	display: none;
}

.desktop {
	display: block;
}

#top .front-h1 br {
	display: none;
}

#top .icons {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-size: 17px;
}

#top .icons div {
	margin-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 35px;
}

#top .icons .adress {
	background-image: url(http://med-chair.com/img/pin.png);
	margin-left: 0;
}

#top .icons .phone {
	margin-left: 0;
	background-image: url(http://med-chair.com/img/phone.png);
}

#top .icons .inst {
	background-image: url(http://med-chair.com/img/inst.png);
}

#top .menu {
	height: 50px;
	background-color: #7A8B99;
}

#top .menu .row {
	align-items: center;
}

#top .line2 {
	background-color: #596773;
	color: #fff;
	font-size: 16px;
}

#top .line2 .row {
	align-items: center;
	min-height: 50px;
}

#top {
	position: relative;
}

#top .line2 .logo img {
	width: 304px;
	height: auto;
}

.front-h1 {

}

.front-h1 {
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 10px 15px;
}

#top .menu ul {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}

#top .menu ul li {
	display: block;
}

#top .menu .navbar li {
	margin-left: 24px;
}

#top .menu ul li:first-child {
	margin-left: 0;
}

#top a {
	color: #fff;
}

#top .menu ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 1px;
	padding: 0;
}

#top .menu ul li a:hover {
	text-decoration: underline;
}

#top .menu .lang ul {
	display: flex;
	align-items: flex-end;
}

#top .menu .lang li {
	display: block;
	margin-left: 20px;
}

li.is-active {
	display: none !important;
}

#top .menu .lang li a {
	display: block;
	width: 26px;
	height: 26px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}

#top .menu .lang .de a {
	background-image: url(http://med-chair.com/img/de.png);
}
#top .menu .lang .en a {
	background-image: url(http://med-chair.com/img/en.png);
}
#top .menu .lang .ru a {
	background-image: url(http://med-chair.com/img/ru.png);
}

.site-mobile-menu .lang ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	padding-left: 20px;
	margin-top: 50px;
}

.site-mobile-menu .lang li {
	display: block;
}

.site-mobile-menu .lang li a {
	display: block;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	margin-right: 30px;
}

.site-mobile-menu .lang .de a {
	background-image: url(http://med-chair.com/img/de.png);
}
.site-mobile-menu .lang .en a {
	background-image: url(http://med-chair.com/img/en.png);
}
.site-mobile-menu .lang .ru a {
	background-image: url(http://med-chair.com/img/ru.png);
}

#breadcrumbs {
	
}

#breadcrumbs ol {
	display: flex;
	list-style: none;
	padding: 20px 0;
	margin: 0;
}

#breadcrumbs ol li {
	display: block;
	font-size: 18px;
	color: #7A8B99;
}

#breadcrumbs ol li a {
	display: block;
	position: relative;
	color: #596773;
	font-weight: 500;
	padding-right: 30px;
}

#breadcrumbs ol li a:after {
	position: absolute;
	right: 12px;
	top: 0;
	display: block;
	content: '/';
	
}

#main-slider {
	padding-bottom: 60px;
	padding-top: 40px;
	position: relative;
	/* overflow: hidden; */
}

/* #main-slider .slides {
	display: flex;
	justify-content: center;
	overflow: hidden;
}

#main-slider .slides .container {
	position: relative;
} */

.for-main-slider {
	background-color: #7A8B99;
	overflow: hidden;
}

#main-slider .slides .slogan {
	position: absolute;
	top: -400px;
	right: 10%;
	color: #596773;
	font-size: 36px;
	line-height: 42px;
	font-weight: 500;
	text-align: right;
}

#main-slider .slick-list {
	/* overflow: visible; */
}

#main-slider .slick-dots {
	position: absolute;
	width: 100%;
	display: flex;
	padding: 0;
	list-style: none;
	justify-content: center;
	margin: 0;
	margin-top: -30px;
}

#main-slider .slick-dots li {
	display: block;
	padding: 0 10px;
	line-height: 6px;
}

#main-slider .slick-dots li button {
	border: none;;
	font-size: 0;
	line-height: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	padding: 0;
	transition: all .3s;
	background: none;
	border: 1px solid #fff;
}

#main-slider .slick-dots li.slick-active button {
	background-color: #fff;
}

#main-slider .desktop .slick-slide {
	width: 1200px;
	margin: 0 20px;
}

#main-slider .desktop .slick-active {
}

/* .front-h1 h1:after {
	left: 50%;
	margin-left: -150px;
	margin-top: 30px;
	position: absolute;
	width: 300px;
	height: 1px;
	display: block;
	content: '';
	background-color: #596773;
} */

.front-catalog {
	padding-top: 55px;
	padding-bottom: 5px;
}

.front-catalog.everyday {
	margin-bottom: -25px;
}

.front-catalog h3 {
	color: #596773;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0;
}

.front-catalog h3 span {
	font-weight: 300;
}

.front-catalog .after-h3 {
	font-size: 17px;
	color: #303030;
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
}

#page .front-catalog h3 {
	color: #596773;
	font-size: 40px;
	font-weight: 400;
}

#page .front-catalog h3 span {
	font-size: 40px;
	font-weight: 300;
}

#page .front-catalog .after-h3 {
	font-size: 17px;
	font-style: italic;
	color: #303030;
	font-weight: 400;
	margin-bottom: 50px;
}

.front-catalog .items {
	display: flex;
	flex-wrap: wrap;
}

.front-catalog .item {
	margin-bottom: 20px;
	cursor: pointer !important;
	padding-left: 10px;
	padding-right: 10px;
}

.front-catalog .item:nth-child(odd) {
	padding-left: 15px;
}

.front-catalog .item:nth-child(even) {
	padding-right: 15px;
}

.front-catalog .item .inside {
	padding: 0 35px 0 35px;
	display: flex;
	border: 5px solid #C1CAD6;
}

.front-catalog .item.no-item .inside, .front-catalog .item.no-item1 .inside {
	border: none;
}

.front-catalog .item.no-item .inside {
	position: relative;
	height: 100%;
	background-image: url(http://med-chair.com/img/img2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.front-catalog .item.no-item1 .inside {
	position: relative;
	height: 100%;
	background-image: url(http://med-chair.com/img/img3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.front-catalog .item:nth-child(odd) .inside {
	justify-content: flex-end;
}

.front-catalog .item:nth-child(even) .inside {
	justify-content: flex-start;
}

.front-catalog .item .inside .info {
	display: flex;
	position: relative;
	height: 330px;
	width: 100%;
	align-items: center;
}

.front-catalog .item .inside .left {
	position: absolute;
	top: 50px;
	z-index: 999;
}

.front-catalog .item .name {
	position: relative;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all .3s;
    text-transform: uppercase;
}

.front-catalog .item .name.type1 {
	font-size: 30px;
}

.front-catalog .item .name {
	color: #293241;
}

.front-catalog .item .type {
	position: relative;
	font-size: 22px;
	line-height: 27px;
	color: #596773;
	font-weight: 300;
}

.front-catalog .item a.more {
	display: block;
	position: absolute;
	bottom: 30px;
	font-size: 19px;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease-in-out;
	color: #fff;
	padding: 10px 30px 10px 30px;
	z-index: 999;
	font-weight: 300;
}

.front-catalog .inside:hover a.more {
	transition-delay: .2s;
}

.front-catalog .item a.more {
	background: #293241;
}

.front-catalog .item img {
	display: block;
	position: relative;
	max-height: 280px;
	height: auto;
	margin: 0 0 0 auto;
	transition: all .3s ease-in-out;
	z-index: 998;
}

.front-catalog .inside:hover img {
	transform: scale(1.1);
}

#about-us {
	position: relative;
	margin-top: 40px;
	padding-bottom: 15px;
}

#about-us .img {
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	right: 0;
	padding-left: 10px;
/* 	background: #E5E6E7; */
}

#about-us .img .inside {
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url(http://med-chair.com/img/about-us-3.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#about-us h2 {
	font-size: 30px;
	color: #596773;
	margin-bottom: 20px;
	font-weight: 400;
}

#about-us p {

}

#about-us p:last-child {
	margin-bottom: 0;
}

#about-us .photo {
/*
	padding-left: 10px;
	padding-right: 0;
*/
}

#about-us .photo .inside {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(http://med-chair.com/img/about-us-3.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#footer {
	background-color: #7A8B99;
	color: #fff;
	font-weight: 300;
	padding: 55px 15px 45px 15px;
	margin-top: 50px;
}

#footer a {
	color: #fff;
	/* text-decoration: none; */
	font-weight: 300;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .title {
	margin-bottom: 15px;
	font-weight: 500;
}

#copyright {
	padding: 25px 15px;
	background-color: #596773;
}

#copyright {
	color: #fff;
	font-weight: 500;
}

#copyright a {
	color: #fff;
	font-weight: 500;
}

#copyright .footer-logo {
	text-align: right;
}

body .container {
	width: 100%;
}

#page {
	overflow: hidden;
}

#page h1 {
	font-size: 32px;
    color: #7C2020;
    margin-bottom: 15px;
    margin-top: 0;
}

#page h2 {
	font-size: 22px;
    color: #7C2020;
    font-weight: 500;
}

#page h3 {
	font-size: 18px;
    color: #7C2020;
}

#page .contacts .contact {
	display: flex;
	margin-bottom: 15px;
}

#page .contacts .contact .icon {
	margin-right: 20px;
	font-size: 20px;
}

#page .contacts .contact .text {
	padding-top: 3px;
}

#catalog-page {
	padding-top: 60px;
}

#page-1 {
	padding-top: 40px;
}

#page-1 .front-catalog.everyday {
	margin-top: -60px;
}

#catalog-page h1 {
	font-size: 64px;
	line-height: 64px;
	color: #7C2020;
	margin-bottom: 0;
	margin-top: 0;
/* 	margin-left: 30px; */
}

#catalog-page .type {
	font-size: 24px;
	line-height: 24px;
	height: 24px;
/* 	margin-left: 30px; */
	font-weight: 300;
	color: #7A8B99;
}

#catalog-page .more-info {
	position: relative;
}

#catalog-page .gallery {
	align-items: center;
	padding: 0 50px;
}

#catalog-page .gallery .main-img {
	padding-left: 50px;
	padding-right: 0px;
}

#catalog-page .gallery .slick-dots {
	display: flex;
	padding: 0;
	list-style: none;
	justify-content: center;
}

#catalog-page .gallery .slick-dots li {
	display: block;
	padding: 0 10px;;
}

#catalog-page .gallery .slick-dots li button {
	border: none;;
	font-size: 0;
	line-height: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	padding: 0;
	transition: all .3s;
	background: none;
	border: 1px solid #7A8B99;
}

#catalog-page .gallery .slick-dots li.slick-active button {
	background-color: #7A8B99;
}

#catalog-page .gallery .more-img {
	margin-top: 20px;
}

#catalog-page .gallery .more-img .slick-list {
	overflow: visible;
}

#catalog-page .gallery .more-img .slick-slide img {
	transition: all .3s;
}

#catalog-page .gallery .more-img .slick-slide img:hover {
	cursor: pointer;
	transform: scale(1.2);
}

#catalog-page .more-info .info {
/*
	position: absolute;
	left: 0;
	top: 30px;
*/
/* 	padding: 0 30px 30px 30px; */
/* 	background: #d2dccf; */
	margin-top: 25px;
}

#catalog-page .more-info .info h2 {
	color: #000;
	padding-top: 30px;
}

#catalog-page .more-info .info .colors {
	font-size: 0;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

#catalog-page .more-info .info .colors div {
	width: 25px;
	height: 25px;
}

#catalog-page .gallery .main-img img {
	max-width: 1000px;
}

#catalog-page .gallery img {
	width: 100%;
	height: auto;
}

#catalog-page .gallery .thumbs {
	padding: 0 150px;
/* 	margin-top: 55px; */
}

#catalog-page .gallery .thumbs .photo {
	width: 20%;
	display: inline-block;
	padding: 0 15px;
}

#catalog-page .gallery .slick-arrow {
	position: absolute;
	display: block;
	width: 30px;
	height: 137px;
	font-size: 0;
	border: 0;
	top: 50%;
	margin-top: -67px;
	z-index: 999;
	background: none;
	background-image: url('http://med-chair.com/img/prev.png');
	background-size: cover;
	background-repeat: no-repeat;
}

#catalog-page .gallery .slick-next {
	right: 0;
	background-image: url('http://med-chair.com/img/next.png');
}

#catalog-page .main-info {
	background: #eee;
/* 	background-color: #B2D0E0; */
	font-size: 15px;
	margin-top: 55px;
	margin-bottom: -80px;
	padding-top: 40px;
	padding-bottom: 65px
}

#catalog-page .main-info .grey {
	background: #eee;
}

#catalog-page .main-info ul.nav {
	border-bottom: 0;
	flex-direction: column;
}

#catalog-page .main-info ul.nav li {
	padding-right: 50px;
}

#catalog-page .main-info ul li a {
	display: block;
	color: #404040;
	padding: 20px 0;
	font-size: 20px;
	border: none;
	border-radius: 0;
	background: none;
	text-transform: uppercase;
	transition: all .3s;
	position: relative;
	font-weight: 500;
	opacity: .5;
}

#catalog-page .main-info ul li:last-child a {

}

#catalog-page .main-info ul li a:hover {
	opacity: 1;
}

#catalog-page .main-info ul li a.active {
	opacity: 1;
}

#catalog-page .main-info ul li a:after {
	content: '';
	width: 0;
	height: 1px;
	background: #606060;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 998;
	transition: all .5s ease-in-out;
}

#catalog-page .main-info ul li a.active:after {
	width: 100%;
}

#catalog-page .main-info ul li a span {
	padding-right: 60px;
	background: #eee;
	position: relative;
	z-index: 999;
	color: #555;
}

#catalog-page .main-info h3 {
	color: #555;
	font-weight: 500;
	margin-bottom: 40px;
	margin-top: 6px;
}

#catalog-page .main-info .tab-content {
	padding: 25px;
}

#catalog-page .main-info .complect p {
	margin-bottom: 0;
	font-weight: 500;
}

#catalog-page .main-info ul {
	margin: 5px 0 30px 0;
	list-style: none;
}

#catalog-page .complect ul li {
	position: relative;
	line-height: 170%;
}

#catalog-page .complect ul li:before {
	display: block;
	content: '';
	position: absolute;
	left: -15px;
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #999;
	
}

#catalog-page .more-info {
	position: relative;
}

#catalog-page .more-info .container {
	padding-top: 35px;
	padding-bottom: 80px;
}

#catalog-page .more-info .col {
	padding-right: 25px;
}

#catalog-page .more-info .col:nth-child(2n) {
	padding-right: 10px;
	padding-left: 25px;
}

.site-menu-toggle {
	position: absolute;
	right: 15px;
	bottom: 3px;
	display: block;
	width: 37px;
	height: 24px;
	background-image: url('http://med-chair.com/img/humb-menu-1.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
	
.site-mobile-menu {
	width: 100%;
	position: fixed;
	right: 0;
	z-index: 2000;
	padding-top: 20px;
	background: #596773;
	height: calc(100vh);
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%); 
}
.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	margin-top: 8px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	width: 36px;
	height: 36px;
	display: block;
	background-image: url('http://med-chair.com/img/close.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 0 20px 20px 20px;
	height: calc(100vh - 52px);
	padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.site-mobile-menu .site-nav-wrap a {
	padding: 10px 20px;
	display: inline-block;
	position: relative;
	color: #ddd;
	text-transform: uppercase;
	font-size: 20px;
}
.site-mobile-menu .site-nav-wrap a:hover {
	color: #fff;
}
.site-mobile-menu .site-nav-wrap .active a {
	color: #fff;
}
	
.sticky-wrapper {
	position: relative;
	z-index: 100;
	width: 100%;
	position: absolute;
	top: 0;
}
.sticky-wrapper .site-navbar {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.sticky-wrapper .site-navbar {
	background: #fff;
}
.sticky-wrapper .site-navbar ul li a {
	color: rgba(0, 0, 0, 0.7) !important;
}
.sticky-wrapper .site-navbar ul li a.active {
	color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar {
	background: #fff;
	-webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); 
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
	color: #007bff;
}
.sticky-wrapper.is-sticky .site-navbar ul li a {
	color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
	color: #007bff !important;
}
.sticky-wrapper .shrink {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
@media (max-width: 991.98px) {
	.sticky-wrapper .shrink {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1200px;
	}
	#footer .col {
		flex: 0 0 20%;
	}
}
@media (max-width: 1199px) {
	.front-catalog .item .inside .info {
		height: 290px;
	}
	.front-catalog .item img {
		max-height: 230px;
	}
	.front-catalog .item .inside {
		padding: 0 30px;
	}
	.front-catalog .item a.more {

	}
	#about-us .photo .inside {
		position: relative;
		height: 340px;
		top: 50%;
		margin-top: -200px;
	}
	#catalog-page .main-info ul.nav {
		padding-left: 15px;
	}
	#catalog-page .main-info ul.nav li {
		padding-right: 30px;
	}
	#catalog-page .main-info ul li a span {
		padding-right: 40px;
	}
	#footer {
		padding-top: 0;
	}
	#footer .col {
		margin-top: 45px;
	}
}
@media (max-width: 991px) {
	#top .front-h1 br {
		display: block;
	}
	#top .menu ul.nav {
		justify-content: flex-start;
	}
	#top .icons {
		display: none !important;
	}
	#top .contacts .container {
		justify-content: space-between;
	}
	#top .contacts .container div {
		margin: 0;
	}
	#main-slider {
		padding-top: 15px;
	}
	.front-catalog .item .name {
		font-size: 34px;
	}
	.front-catalog .item .inside {
		padding: 0 25px;
	}
	.front-catalog .item a.more {
		left: -25px;
	}
	#about-us .photo {
		display: none;
	}
	#catalog-page .main-info ul.nav {
		flex-direction: row;
	}
	#catalog-page .main-info ul li a.active:after {
		display: none;
	}
	#catalog-page .main-info .tab-content {
		padding: 25px 15px;
	}
	#catalog-page .gallery {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
	.site-mobile-menu ul {
		flex-direction: column;
	}
	body .mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	#top .line2 {
		padding: 10px 0;
	}
	#top .line2 .logo img {
		max-width: 100% !important;
	}
	#top .icons {
		display: block !important;
		margin-bottom: 20px;
	}
	#top .icons div {
		margin-left: 0;
		margin-top: 20px;
	}
	#top .logo {
		padding-top: 10px;
	}
	#top .front-h1 {
		text-align: left;
		padding-right: 60px;
	}
	#top .front-h1 br {
		display: none;
	}
	#top .contacts {
		height: auto;
		padding: 10px 0;
	}
	#top .contacts .container {
		display: block;
	}
	#top .contacts .container div {
		margin-left: 0;
		margin-right: 0;
		background-size: 24px;
	}
	#top .contacts .container div a {
		color: #fff;
	}
	#top .contacts .container div {
		min-height: 34px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 5px 0;
	}
	#top .menu {
		height: auto;
		padding: 0;
	}
	#top .menu .logo img {
		width: 270px;
	}
	.menu {
		padding: 10px 0;
	}
	.menu .navbar {
		display: none;
	}
	.menu .lang {
		display: none;
	}
	#main-slider {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.front-catalog h3 {
		font-size: 34px;
		text-align: left;
	}
	.front-catalog.sport h3 {

	}
	.front-catalog h3 span {
		font-size: 34px;
	}
	.front-catalog .after-h3 {
		margin-bottom: 30px;
		margin-top: 20px;
		text-align: left;
	}
	#page .front-catalog h3 {
		font-size: 34px;
		text-align: left;
	}
	#page .front-catalog.sport h3 {

	}
	#page .front-catalog h3 span {
		font-size: 34px;
	}
	#page .front-catalog .after-h3 {
		margin-bottom: 40px;
		margin-top: 40px;
		text-align: left;
	}
	.front-catalog .item {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.front-catalog .item .inside {
		padding: 0 20px;
	}
	.front-catalog .item .inside .info {
		height: auto;

	}
	.front-catalog .item .inside .left {
		top: 20px;
		left: 0;
	}
	.front-catalog .item .name.type1 {
		font-size: 27px;
	}
	.front-catalog .item a.more {
		display: none;
	}
	.front-catalog .item img {
		max-width: 100%;
		max-height: 250px;
		margin-bottom: 20px;
		margin-top: 50px;
	}
	.front-catalog .item.no-item, .front-catalog .item.no-item1 {
		display: none;
	}
	#about-us {
		padding-left: 0;
		padding-right: 0;
		margin-top: 30px;
	}
	#catalog-page .more-info {
		margin-bottom: 30px;
	}
	#catalog-page .gallery .main-img {
		padding: 0;
	}
	#catalog-page .gallery .slick-dots {
		margin-bottom: 0;
		margin-top: 20px;
	}
	#catalog-page .main-info ul li a {
		padding: 10px 0;
		background: url(http://med-chair.com/img/arrow-down.png) no-repeat;
		background-size: 17px;
		background-position: center right;
		padding-right: 40px;
		opacity: 
	}
	#catalog-page .main-info ul li a span {
		background: none;
		padding-right: 0;
	}
	#catalog-page .gallery {
		padding: 0;
	}
	#catalog-page .main-info ul.nav {
		padding: 0;
	}
	#catalog-page .main-info .tab-content {
		padding: 0;
	}
	#footer {
		padding-left: 0;
		padding-right: 0;
	}
	#copyright {
		padding-left: 0;
		padding-right: 0;
	}
	#copyright div {
		text-align: center !important;
	}
	#copyright .footer-logo {
		margin-top: 15px;
	}
}